.product-thumb {
    min-height: 240px;
    height: 240px;
}

.product-content .product-name {
    font-size: 11px;
}

.product-page-detail .section-padding {
    padding: 20px 0;
}

.sf-prod__info .bottom-block :last-child {
    margin-bottom: 0;
}

.w-\[20px\] {
    width: 20px;
}

.h-\[20px\] {
    height: 20px;
}

.sf-prod__info .bottom-block :last-child {
    margin-bottom: 0;
}

.bottom-block__icon {
    width: 20px;
    display: inline-block;
}

.w-5 {
    width: 1.25rem;
}

.h-4 {
    height: 1rem;
}

.flex {
    display: flex;
}

.sf-imagebox {
    text-align: center;
}

.prod__delivery-times p {
    padding: 0px;
}

.prod__shipping-text p {
    padding: 0px;
}

.sf-imagebox {
    margin-top: 20px;
}

.paymenttextword {
    font-size: 18px;;
}

.sf-image img {
    height: 30px;
}

.product-carousel-4,
.slick-initialized,
.product-large-slider {
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    display: block;
}

.slick-slider {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
}


.prod__trust-badges {
    padding: 10px;
    margin: 20px 0px;
    font-size: 12px;;
    background: #f8f8f8;
    border-radius: 20px;
    text-align: center;;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1480px;
    }
}

@media only screen and (max-width: 479.98px) {
    .product-thumb {
        min-height: 160px;
        height: 160px;
    }

}

.btn--sm {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 6px 16px;
    border-radius: 4px;
}
.popup-addedtocart {
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100px;
    color: #fff;
    background-color: #17c6aa;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, .12);
}

.popup-addedtocart.show {
    opacity: 1;
    visibility: visible;
}

.popup-addedtocart .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .popup-addedtocart .container {
        position: relative;
    }
}

.popup-addedtocart .container > .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 575px) {
    .popup-addedtocart .container > .row {
        display: block;
    }
}

.popup-addedtocart_logo {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

.popup-addedtocart_logo img {
    width: auto;
    max-height: 60px;
}

@media screen and (max-width: 767px) {
    .popup-addedtocart_logo {
        display: none;
    }
}

.popup-addedtocart_image {
    display: -ms-flexbox;
    display: flex;

    max-width: 80px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.popup-addedtocart_image img {
    max-width: 100%;

    border-radius: 4px;
}

@media screen and (max-width: 575px) {
    .popup-addedtocart_image {
        max-width: 60px;

        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
}

.popup-addedtocart_info {
    font-size: 15px;
    line-height: 23px;

    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .popup-addedtocart_info {
        font-size: 14px;
        line-height: 20px;
    }
}

.popup-addedtocart_info > .row {
    margin-right: -10px;
    margin-left: -10px;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 575px) {
    .popup-addedtocart_info > .row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

@media screen and (min-width: 768px) {
    .popup-addedtocart_info > .row {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.popup-addedtocart_info > .row > * {
    padding: 0 10px;
}

@media screen and (max-width: 575px) {
    .popup-addedtocart_info > .row > * {
        padding: 0 5px;
    }
}

.popup-addedtocart_info a:not(.btn) {
    color: #fff;
}

.popup-addedtocart_info a:not(.btn):hover,
.popup-addedtocart_info a:not(.btn):focus {
    text-decoration: underline;

    color: #fff;
}

.popup-addedtocart_info .popup-addedtocart_text {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .popup-addedtocart_info .popup-addedtocart_text {
        padding-right: 50px;
    }
}

.popup-addedtocart_message a {
    text-decoration: underline;

    color: #fff;
}

.popup-addedtocart_message a:hover {
    text-decoration: none;
}

.popup-addedtocart_actions {
    font-size: 15px;
    line-height: 23px;

    position: relative;

    display: -ms-flexbox;
    display: flex;

    margin-left: auto;
    padding-right: 65px;

    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    .popup-addedtocart_actions {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .popup-addedtocart_actions {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 991px) {
    .popup-addedtocart_actions span:first-child {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .popup-addedtocart_actions {
        text-align: left;
    }
}

@media screen and (max-width: 575px) {
    .popup-addedtocart_actions {
        display: none;
    }
}

.popup-addedtocart_actions > span:first-child {
    padding-right: 5px;
}

.popup-addedtocart_actions > span:not(:first-child) {
    padding: 0 5px;
}

.popup-addedtocart_actions a.btn {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.popup-addedtocart_actions a.btn:not(:last-child) {
    margin-right: 5px;
}

.popup-addedtocart_actions a:not(.btn) {
    text-decoration: underline;

    color: #fff;
}

.popup-addedtocart_actions a:not(.btn):hover,
.popup-addedtocart_actions a:not(.btn):focus {
    text-decoration: none;

    color: #fff;
}

.popup-addedtocart_actions.has-agreement a.btn {
    margin-bottom: 15px;
}

.popup-addedtocart_actions .btn--grey,
.popup-addedtocart_actions .btn--grey:active,
.popup-addedtocart_actions .btn--grey:active:focus,
.popup-addedtocart_actions .btn--grey:visited,
.popup-addedtocart_actions .btn--grey:focus {
    color: #282828;
    background-color: #efefef;
}

.popup-addedtocart_actions .btn--grey:hover {
    color: #fff;
    background-color: #282828;
}

.popup-addedtocart_actions .btn--invert,
.popup-addedtocart_actions .btn--invert:active,
.popup-addedtocart_actions .btn--invert:active:focus,
.popup-addedtocart_actions .btn--invert:visited,
.popup-addedtocart_actions .btn--invert:focus {
    color: #fff;
    background-color: #282828;
}

.popup-addedtocart_actions .btn--invert:hover {
    color: #282828;
    background-color: #efefef;
}

.popup-addedtocart-close {
    font-size: 36px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 8px;
    bottom: 0;

    display: -ms-flexbox;
    display: flex;

    width: 50px;

    cursor: pointer;

    color: #fff;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-addedtocart-close:hover,
.popup-addedtocart-close:focus {
    color: #fff;
}

.popup-addedtocart-close:hover {
    text-decoration: none;

    opacity: .7;
}

@media screen and (max-width: 575px) {
    .popup-addedtocart-close {
        font-size: 28px;

        right: 3px;
        bottom: auto;

        height: 50%;
    }
}

.popup-addedtocart-cart {
    display: none;
}

@media screen and (max-width: 575px) {
    .popup-addedtocart-cart {
        font-size: 21px;

        position: absolute;
        z-index: 1;
        right: 12px;
        bottom: 8px;

        display: -ms-flexbox;
        display: flex;

        width: 30px;
        height: 30px;

        cursor: pointer;

        color: #17c6aa;
        border-radius: 50%;
        background-color: #fff;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.popup-addedtocart_title {
    display: block;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.popup-addedtocart_error_message {
    display: none;
}

.popup-addedtocart.has-error {
    background-color: #f33f46;
}

.popup-addedtocart.has-error .popup-addedtocart_message,
.popup-addedtocart.has-error .popup-addedtocart_title,
.popup-addedtocart.has-error .popup-addedtocart_image,
.popup-addedtocart.has-error .popup-addedtocart_actions {
    display: none;
}

.popup-addedtocart.has-error .popup-addedtocart_error_message {
    display: block;
}

.popup-addedtocart.has-error:not(.closed) {
    display: -ms-flexbox;
    display: flex;

    min-height: 80px;

    -ms-flex-align: center;
    align-items: center;
}

.payment-notification-wrap
{
    position: absolute;
    bottom: 0;
    left: 20px;

    margin-bottom: 20px;

    transition: .2s;
    pointer-events: none;
}

.payment-notification
{
    position: relative;
    z-index: 1;

    padding: 4px;

    pointer-events: all;
    border-radius: 50%;
}
.payment-notification:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .35;
    border-radius: 50%;
    background: #647482;
}

.payment-notification-inside
{
    position: relative;
    z-index: 1;

    width: 190px;
    height: 190px;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 575px)
{
    .payment-notification-inside
    {
        width: 170px;
        height: 170px;
    }
}

.payment-notification-container
{
    padding: 12px;

    text-align: center;
}
@media (max-width: 575px)
{
    .payment-notification-container
    {
        padding: 8px;
    }
}

.payment-notification-image img
{
    overflow: hidden;

    max-width: 90px;
    max-height: 80px;
}
@media (max-width: 575px)
{
    .payment-notification-image img
    {
        max-width: 75px;
        max-height: 65px;
    }
}

.payment-notification-content
{
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 15px 12px;

    -ms-flex-direction: column;
}
@media (max-width: 575px)
{
    .payment-notification-content
    {
        padding: 12px 8px;
    }
}

.payment-notification-close
{
    font-size: 18px;

    position: absolute;
    top: 5px;
    right: 8px;

    display: -ms-flexbox;
    display: flex;

    width: 34px;
    height: 34px;

    cursor: pointer;
    transition: .2s;

    color: #282828;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .07);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-notification-close:hover
{
    text-decoration: none;

    opacity: .75;
    color: #fff;
    background-color: #17c6aa;
}

.payment-notification-qw
{
    font-size: 18px;

    position: absolute;
    right: 8px;
    bottom: 5px;

    display: -ms-flexbox;
    display: flex;

    width: 34px;
    height: 34px;

    cursor: pointer;
    transition: .2s;

    color: #282828;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .07);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-notification-qw:hover
{
    text-decoration: none;

    opacity: .75;
    color: #fff;
    background-color: #17c6aa;
}

.payment-notification-content > * + *
{
    margin-top: 4px;
}

.payment-notification-text
{
    font-size: 10px;
    line-height: 1em;

    color: #282828;
}

.payment-notification-name
{
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;

    display: inline-block;
    overflow: hidden;

    max-width: 100%;

    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;

    color: #282828;
}
.payment-notification-name:hover
{
    text-decoration: none;

    color: #17c6aa;
}

.payment-notification-bottom
{
    display: -ms-flexbox;
    display: flex;

    margin: auto -2px 0;
    padding-top: 15px;
}
.payment-notification-bottom > *
{
    padding-right: 2px;
    padding-left: 2px;
}

.payment-notification-when
{
    font-size: 11px;
    line-height: 1em;

    color: #17c6aa;
}

.payment-notification-from
{
    font-size: 11px;
    line-height: 1em;

    margin-top: 0;

    color: #282828;
}

.payment-notification.payment-notification--squared .payment-notification-inside
{
    width: 280px;
    height: auto;

    border-radius: 5px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}

.payment-notification.payment-notification--squared .payment-notification-container
{
    display: -ms-flexbox;
    display: flex;

    padding: 5px 30px 5px 5px;

    text-align: left;

    -ms-flex-align: center;
    align-items: center;
}

.payment-notification.payment-notification--squared .payment-notification-image img
{
    width: auto;
    height: 100%;

    object-fit: contain;
}

.payment-notification.payment-notification--squared .payment-notification-content
{
    margin: 0;
    padding: 0 10px;
}

.payment-notification.payment-notification--squared .payment-notification-content-wrapper
{
    height: auto;
}

.payment-notification.payment-notification--squared .payment-notification-name
{
    line-height: 1.2em;

    display: block;

    white-space: normal;
}

.payment-notification.payment-notification--squared .payment-notification-close
{
    font-size: 14px;

    top: 5px;
    right: 5px;

    width: 24px;
    height: 24px;

    box-shadow: none;
}

.payment-notification.payment-notification--squared .payment-notification-qw
{
    font-size: 16px;

    right: 5px;
    bottom: 5px;

    width: 24px;
    height: 24px;

    box-shadow: none;
}

.payment-notification.payment-notification--squared .payment-notification-from
{
    font-size: 11px;
    line-height: 1em;
}

.payment-notification.payment-notification--squared:after
{
    display: none;
}

.section-title .title{ display: block;}

/****/
.card-header .fa {
  transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
  transform: rotate(90deg);
}
.card {
    box-shadow: 0 2px 1rem rgb(0 0 0 / 15%);
}
.card {
    position: relative;

    display: flex;

    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,0);
    border-radius: 5px;
}
.card-header:first-child {
    border-radius: 5px 5px 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 0px solid rgba(0,0,0,0);
}
.paybox{ margin-bottom: 20px;}
.payment-block img{ width: 230px; max-width: 100%; }
.payment-block{ text-align: center; padding:20px 10px;;}
.product-total{ text-align: center; padding:20px 0 10px 0; font-size: 20px; font-weight: bold;;}
.order .btn.btn-back {
  font-size: 16px;
  margin: 20px 0;
}
.step-by {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2.5rem 0;
    padding-top:0px;
  }

.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}
.title.title-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -0.8rem;
    background-color: #336699;
    z-index: 1;
}

  .step-by .title.title-step {
    margin: 0 3.4rem 0 1rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    letter-spacing: -0.5px;
    padding: .4rem 0
  }

  .step-by .title.title-step:not(:last-child)::after {
    content: '\f054';
    display: inline-block;
    position: absolute;
    right: -3rem;
    top: 52%;
    line-height: 0;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1.7rem;
    background-color: #fff;
    color: #ccc
  }

  .step-by .title.title-step.visited {
    color: #222
  }

  .step-by .title.title-step.visited~.active::before {
    color: #222
  }

  .step-by .title.title-step.active {
    color: #26c
  }

  .step-by .title.title-step:first-child {
    margin-left: 0
  }

  .step-by .title.title-step:first-child::before {
    display: none
  }

  .step-by .title.title-step:last-child {
    margin-right: 0
  }

  .summary {
    padding: 2.4rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-radius: 2px
  }

  .summary td:last-child,
  .summary th:last-child {
    text-align: right
  }

  .summary th {
    text-align: left
  }

  .summary .form-control {
    width: 100%;
    max-width: 100%
  }

  .summary-title {

    font-weight: 700;
    letter-spacing: -.01em;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 1.9rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1
  }

  .summary-subtotal {
    border-bottom: 1px solid #e1e1e1
  }

  .summary-subtitle {
    font-size: 16px;;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #222;
    margin-bottom: 0;
    padding: 2rem 0
  }

  .summary-subtotal-price {

    font-weight: 600;
    color: #222;
    margin-bottom: 0;
    font-family: Poppins, sans-serif
  }

  .summary-total-price {

    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-bottom: 0;
    font-family: Poppins, sans-serif
  }

  .total .summary-subtitle {
    padding: 2.4rem 0 2.3rem
  }

  @media (max-width: 767px) {
    .summary {
      padding-left: 2rem;
      padding-right: 2rem
    }

    .cart .shop-table td {
      padding: 0
    }

    .cart .shop-table td.product-price {
      display: block;
      width: 100%;
      text-align: center
    }

    .cart .shop-table tr {
      padding: 2rem 0 3rem
    }

    .cart .shop-table .product-subtotal,
    .cart .shop-table .product-thumbnail,
    .cart .shop-table .product-quantity {
      margin-bottom: .5rem
    }
  }

  .shipping-address {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e1e1e1
  }

  .shipping-address label {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 1.5rem
  }

  .shipping-address .form-control {
    margin-bottom: 1.5rem;
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
    border-color: #e1e1e1;
    color: #999;
    min-height: 4.1rem
  }

  .shipping-address .btn {
    padding: 0.9em 1.7em
  }

  .shipping-address input.form-control,
  .shipping-address .select-box,
  .checkout input.form-control,
  .checkout .select-box {
    background: #fff
  }

  .shipping-address input.form-control .form-control,
  .shipping-address .select-box .form-control,
  .checkout input.form-control .form-control,
  .checkout .select-box .form-control {
    padding: 1rem 1.4rem .8rem;
    font-size: 1.4rem;
    color: #666
  }

  .shipping-address input.form-control::before,
  .shipping-address .select-box::before,
  .checkout input.form-control::before,
  .checkout .select-box::before {
    font-family: 'riode';
    content: '\e953';
    right: 1.5rem;
    font-size: 1.1rem;
    z-index: 2
  }

  .cart-total {
    text-align: right
  }

  .cart-total .btn-calc {
    margin-bottom: 1.8rem
  }

  .cart-total td,
  .cart-total th {
    border-top: 1px solid #e1e1e1
  }

  .cart-subtotal th {
    font-weight: 400
  }

  .cart-subtotal td,
  .cart-subtotal th {
    padding: 1.5rem 0
  }

  .order-total {
    font-size: 1.6rem;
    font-weight: 600;
    color: #26c
  }

  .order-total td,
  .order-total th {
    padding-top: 1.9rem
  }

  .cart-table .product-name {
    font-weight: 600;
    color: #222;
    line-height: 1.86
  }

  .cart-table .product-price {
    width: 100px
  }

  .cart-table .product-quantity {
    width: 135px
  }

  .cart-table .product-subtotal {
    width: 85px;
    color: #222
  }

  .cart-table .input-group button,
  .cart-table .input-group input {
    border-color: #eee
  }

  .cart-table .input-group .quantity-minus {
    border-radius: .3rem 0 0 .3rem
  }

  .cart-table .input-group .quantity-plus {
    border-radius: 0 .3rem .3rem 0
  }

  .cart-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .cart-actions .btn-icon-left {
    padding: 1.06em 2.2em
  }

  .cart-actions .btn-icon-left i {
    margin-right: .8rem;
    font-size: 2rem
  }

  .cart-actions button {
    padding: 1.07em 2.23em
  }

  .cart-actions button.btn-disabled {
    border-color: #222 !important;
    background-color: transparent !important;
    border-width: 1px;
    color: #222 !important;
    opacity: .4;
    cursor: default
  }

  .cart-coupon-box .coupon-title {
    margin-bottom: 2.3rem;
    padding-top: .8rem;
    font-size: 1.8rem
  }

  #coupon_code {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.3rem;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    transition: border-color .3s;
    border-radius: 0
  }

  @media (min-width: 992px) {
    .cart.main .product-thumbnail {
      width: 12rem
    }

    .cart.main .product-price {
      width: 11rem
    }

    .cart.main .product-quantity {
      width: 17.7rem
    }

    .cart.main .product-subtotal {
      width: 13.2rem
    }

    .cart.main .product-close {
      width: 2.3rem
    }
  }

  .checkout {
    line-height: 1.54
  }

  .checkout.main {
    border-top: 1px solid #e1e1e1
  }

  .checkout .alert.card-header {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    background-color: #fff;
    border: 1px dashed #cacbcc;
    text-transform: none
  }

  .checkout .alert.card-header>a {
    display: inline-block;
    padding: 0
  }

  .checkout .alert.card-header>a::after,
  .checkout .alert.card-header>a::before {
    content: none
  }

  .checkout .alert-icon>i {
    margin-right: .8rem
  }

  .checkout .alert-body {
    transition: display .3s
  }

  .checkout .alert-body p {
    font-size: 1.3rem
  }

  .checkout .alert-body.expanding {
    display: none
  }

  .checkout .alert-body.collapsing {
    display: block
  }

  .checkout .alert-body .form-control {
    margin: 0
  }

  .checkout .checkbox {
    margin: .6rem 0 1.6rem .2rem
  }

  .checkout .link-group .btn {
    padding: 1em 2.5em
  }

  .checkout .link-group span {
    margin: 0 1.1rem;
    font-size: 1.4rem
  }

  .checkout .lost-link {
    font-size: 1.3rem;
    color: #000
  }

  .checkout .social-link {
    border-radius: .3rem;
    color: #fff
  }

  .checkout .social-link.social-google {
    background-color: #dd4b39;
    border-color: #dd4b39
  }

  .checkout .social-link.social-facebook {
    background-color: #3b5998;
    border-color: #3b5998
  }

  .checkout .social-link.social-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2
  }

  .checkout .check-coupon-box .form-control {
    max-width: 42.5rem
  }

  .checkout .check-coupon-box .btn {
    padding: 1.04em 2.05em;
    border-width: 1px
  }

  .checkout label {
    display: block;
    padding-left: .2rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: .9
  }

  .checkout .form .title.title-simple {
    margin-top: .3rem;
    font-size: 1.8rem
  }

  .checkout .select-box select {
    max-width: 100%;
    width: 100%
  }

  .checkout .form-control {
    margin-bottom: 2.1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    font-family: Poppins, sans-serif;
    transition: background-color .3s, border-color .3s;
    color: #999;
    min-height: 4.1rem;
    border-radius: .3rem
  }

  .checkout .form-control:not(:focus) {
    background-color: #fff
  }

  .checkout .form-control:not(select):focus {
    border-color: #000
  }

  .checkout textarea.form-control {
    padding-top: 1.5rem
  }

  .checkout .form-checkbox {
    padding-top: .7rem;
    margin-bottom: 2.8rem
  }

  .checkout .form-control-label {
    padding-left: 2.6rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.58
  }

  .checkout .product-name {
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: normal
  }

  .checkout .btn-order {
    width: 100%;
    border-color: #333;
    background-color: #333;
    transition: opacity .3s
  }

  .checkout .btn-order:hover {
    opacity: .9
  }

  .checkout .card {
    background: transparent
  }

  .checkout .card-header {
    font-size: 1.4rem;
    line-height: 3rem;
    text-transform: capitalize;
    font-weight: 300
  }

  .checkout .card-header a {
    padding: 0 0 0 2.5rem
  }

  .checkout .card-header a::before,
  .checkout .card-header a::after {
    position: absolute;
    content: '';
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%)
  }

  .checkout .card-header a::before {
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background: #fff;
    border: 1px solid #cdcdcd
  }

  .checkout .card-header a.collapse::after {
    width: .8rem;
    height: .8rem;
    left: .5rem;
    background: #666
  }

  .checkout .card-body {
    padding: 0.2rem 0 1.1rem 2.9rem;
    line-height: 1.4
  }

  .checkout .payment.accordion {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2rem
  }

  .checkout .payment.accordion .summary-subtitle {
    font-size: 1.5rem
  }

  .checkout .checkout-info {
    padding: 1.5rem 0;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .01em;
    font-family: Poppins, sans-serif
  }

  .checkout .product-quantity {
    margin-left: .4rem
  }

  .checkout .title.title-simple {
    font-weight: 700
  }

  .checkout .summary .form-control-label {
    line-height: 1.4
  }

  .checkout .summary .form-control-label::before {
    top: 0;
    transform: none
  }

  .checkout .summary .form-control-label a {
    color: #000
  }

  .checkout .summary .form-control-label a:hover {
    color: #26c
  }

  .summary .title {
    margin-bottom: 1.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #e1e1e1
  }

  .order-table {
    color: #222
  }

  .order-table th {
    padding: 0 0 .7rem 0;
    font-size: 1.6rem;
    font-weight: 600
  }

  .order-table td {
    padding-bottom: 0.6rem;
    line-height: 2.2
  }

  .order-table .order-total td {
    border-bottom: none;
    padding: 1.2rem 0 0
  }

  .order-table .shipping-row label {
    margin-bottom: 1.5rem
  }

  .order-table .shipping-row-last {
    border-bottom: 1px solid #e1e1e1
  }

  .order-table .shipping-row-last label {
    margin-bottom: 2.1rem;
    color: #666
  }

  .order-table .summary-subtotal {
    border-top: 1px solid #e1e1e1
  }

  .order-table .summary-subtotal td:first-child {
    padding: .4rem 0 .3rem
  }

  .order-table .summary-subtotal-price {
    padding-top: 1rem
  }

  .order-table tbody>tr:nth-child(2) td {
    padding-bottom: 1.6rem
  }

  .sumnary-shipping ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
  }

  .sumnary-shipping .summary-subtitle {
    padding-bottom: 2.2rem;
    text-align: left
  }

  .summary-total {
    border-bottom: 1px solid #e1e1e1
  }

  .summary-total .summary-subtitle {
    padding: 2.3rem 0 2.1rem
  }

  @media (max-width: 479px) {

    .order-table tbody .product-name,
    .order-table tbody .product-total {
      padding-bottom: 2rem;
      line-height: 1.2
    }

    .order-table tbody>tr:nth-child(2) td {
      padding-bottom: 2rem
    }
  }

  .order .title {
    font-size: 16px;
    padding:10px 0px;
  }

  .order .order-message {
    max-width: 30rem;
    padding: 2rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem
  }

  .order .order-message .icon-box-icon {
    margin-right: 3.2rem
  }

  .order .order-message svg {
    width: 5rem;
    height: 5rem;
    stroke: #26c
  }

  .order .order-message .icon-box-title {
    font-size: 1.8rem
  }

  .order .order-results {
    display: flex;
    flex-wrap: wrap;
    margin: 2.8rem 0 0.9rem
  }

  .order .overview-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 3rem
  }

  .order .overview-item:not(:last-child) {
    margin-right: 3rem;
    padding-right: 3.1rem
  }

  .order .overview-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background: #e1e1e1
  }

  .order .overview-item span {
    text-transform: uppercase
  }

  .order .overview-item strong {
    color: #222;
    font-weight: 600;
    font-size: 16px
  }

  .order .btn.btn-back {
    font-size: 16px;
  }

  .order .summary-subtotal:last-child {
    border-bottom: none
  }

  .order .address-info {
    border-bottom: 1px solid #e1e1e1
  }

  .order .address-info p {
    color: #666;
    font-family: Poppins, sans-serif;
    line-height: 2.15
  }

  .order-details {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: .4rem 3rem
  }
.order-details-table { width: 100%;}
  .order-details-table .product-name {
    padding: 1.6rem 0 1.8rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    white-space: inherit
  }

  .order-details-table .product-name i {
    font-size: 15px
  }

  .order-details-table .product-name span {
    font-weight: 700;
    color: #222
  }

  .order-details-table th>.summary-subtitle {
    font-size: 16px;
    font-weight: 600;
    text-align: left
  }

  .order-details-table .product-price {
    display: block
  }

  .order-details-table .summary-subtotal-price,
  .order-details-table .product-price {
    text-align: right
  }

  .order-details-table .summary-subtotal-price {
    font-weight: 600;
    color: #666
  }

  .order-details-table .product-price {

    color: #666;
    font-weight: 400;
    padding-top: 1.2rem
  }

  .order-details-table thead {
    border-bottom: 1px solid #e1e1e1
  }

  .order-details-table thead .summary-subtitle {
    font-size: 1.8rem
  }

  .order-details-table tbody tr:first-child td {
    padding-top: 3.2rem
  }

  .order-details-table tbody tr:first-child td.product-price {
    padding-top: 2.8rem
  }

  @media (max-width: 767px) {
    .order .order-message {
      font-size: 2rem
    }

    .order .overview-item {
      flex-direction: row;
      width: 100%;
      align-items: center
    }

    .order .overview-item:not(:last-child)::after {
      content: none
    }

    .order .overview-item span {
      margin-right: 2rem
    }
  }

  @media (max-width: 575px) {
    .order .order-details {
      padding: 0 2rem
    }

    .order .order-message {
      font-size: 1.8rem
    }

    .order .overview-item {
      font-size: 1.6rem
    }
  }

  @media (max-width: 479px) {
    .order .order-details {
      padding: 0 1.5rem
    }

    .order .order-message {
      font-size: 1.6rem
    }

    .order .overview-item {
      font-size: 1.4rem
    }

    .step-by .title.title-step {
      /*font-size: 1.8rem*/
    }

    .step-by .title.title-step::after {
      /*font-size: 1.4rem;*/
      top: 50%
    }
  }

  .sample-icons .tab-pane {
    overflow: hidden
  }

  .sample-icon-circle {
    margin-bottom: 2rem
  }

  .sample-icon-circle i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 30px;
    background: #26c;
    color: #fff
  }

  .sample-icon {
    display: flex;
    align-items: center;
    line-height: 41px
  }

  .sample-icon span {
    font-size: 12px;
    white-space: nowrap
  }

  .sample-icon i {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    font-size: 20px;
    text-align: center
  }

  .sample-icon:hover {
    color: #26c;
    background: #f2f3f5;
    border-radius: 4px
  }

  .sample-icon:hover i {
    font-size: 30px
  }

  .sample-icon-list i {
    font-size: 22px
  }

  @media (min-width: 1200px) {
    .cols-xl-12>* {
      flex: 0 0 8.3333%;
      max-width: 8.3333%
    }
  }

  .faq .breadcrumb {
    padding: 1.2rem 0 1.1rem
  }

  .faq .page-header {
    height: 30.3rem
  }

  .faq .page-subtitle {
    margin-bottom: .3rem;
    font-size: 3rem
  }

  .faq .page-title {
    margin-bottom: .2rem;
    font-size: 5rem
  }

  .faq section {
    padding-top: 4.1rem
  }

  .faq .card {
    border-width: 1px 0 0 0;
    border-color: #ebebeb
  }

  .faq .card:last-child {
    border-color: #ebebeb
  }

  .faq .card-header {
    font-size: 1.6rem;
    text-transform: none;
    letter-spacing: -.025em
  }

  .faq .card-header a {
    padding: 1.7rem 1rem
  }

  .faq .card-header a::after {
    font-size: 1.5rem;
    right: 1.3rem;
    color: #999
  }

  .faq .card-body {
    padding: 0.2rem 1rem
  }
