.layout-product {
    padding-bottom: 20px
}

.layout-product .selector-wrapper {
    display: none !important
}

@media (min-width: 992px) {
    .details-product .product-images .sticky {
        position:sticky !important;
        top: 80px
    }
}

.variations_form .woocommerce-variation-price .price del {
    font-size: 16px;
    color: #9aa5b3;
}

.details-product .product-images .sticky .product-image-block {
    margin-bottom: 20px
}

.details-product .details-pro .title-product {
    font-size: 2.5rem;
    margin: 0px 0px 5px;
    line-height: initial;
    font-weight: 700
}

.details-product .details-pro .a-sku {
    color: var(--mainColor)
}

.details-product .details-pro .product-top {
    display: flex
}

.details-product .details-pro .product-top .sku-product {
    font-size: 1.4rem;
    display: flex;
    margin-right: 15px
}

.details-product .details-pro .product-top .sku-product span:last-child {
    margin-right: 0px
}

.details-product .details-pro .product-top .product-review {
    display: flex;
    cursor: pointer;
    align-items: center
}

.details-product .details-pro .product-top .product-review .sapo-product-reviews-badge {
    margin-right: 5px
}

.details-product .details-pro .form-product {
    margin-bottom: 20px
}

.details-product .details-pro .inventory_quantity {
    font-size: 1.4rem;
    border-bottom: 1px solid #DDE1EF;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.details-product .details-pro .inventory_quantity .a-stock {
    color: var(--mainColor)
}

.details-product .details-pro .inventory_quantity .a-vendor {
    color: var(--mainColor)
}

@media (max-width: 480px) {
    .details-product .details-pro .inventory_quantity .line {
        display:block;
        width: 100%;
        height: 0px;
        visibility: hidden
    }
}

.details-product .details-pro .form-inline {
    margin-bottom: 20px
}

.details-product .details-pro .form-inline .price-box {
    padding-bottom: 10px
}

.details-product .details-pro .form-inline .price-box .special-price {
    font-size: 2.3rem;
    font-weight: bold;
    color: var(--price)
}

.details-product .details-pro .form-inline .price-box .old-price {
    color: #acacac;
    font-size: 1.6rem;
    margin-left: 4px
}

.details-product .details-pro .form-inline .price-box .sale-off {
    color: #fff;
    position: relative;
    bottom: 1px;
    background: #B11111;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 1.2rem;
    min-width: 20px;
    margin-left: 15px
}

.details-product .details-pro .form-inline .price-box .sale-off:after {
    border-right: 6px solid #B11111;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translate(0%, -50%)
}

.details-product .details-pro .form-inline .product-summary {
    margin-bottom: 20px;
    font-size: 1.4rem
}

.details-product .details-pro .form-inline .product-summary p {
    margin-bottom: 0px
}

.details-product .details-pro .form-inline .product-summary img {
    display: none
}

.details-product .details-pro .form-inline .product-summary .rte ul {
    list-style: initial;
    padding-left: 20px
}

.details-product .details-pro .form-inline .block-promotion {
    padding: 8px;
    border: 1px dashed #B11111;
    background: #FFF3F3;
    margin-bottom: 20px
}

.details-product .details-pro .form-inline .block-promotion .heading-promo {
    display: inline-flex;
    align-items: center;
    color: #B11111;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative
}

.details-product .details-pro .form-inline .block-promotion .heading-promo:before {
    content: "";
    width: calc(100% - 28px);
    height: 2px;
    background: #B11111;
    position: absolute;
    top: 100%;
    left: 28px
}

.details-product .details-pro .form-inline .block-promotion .heading-promo svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    position: relative;
    top: 4px
}

.details-product .details-pro .form-inline .block-promotion .heading-promo svg path {
    fill: #B11111
}

.details-product .details-pro .form-inline .block-promotion .promo-content {
    font-size: 1.4rem;
    font-weight: 500
}

.details-product .details-pro .form-inline .block-promotion .promo-content p {
    margin: 3px
}

.details-product .details-pro .form-inline .block-promotion .promo-content ul {
    counter-reset: css-counter 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4px
}

.details-product .details-pro .form-inline .block-promotion .promo-content ul li {
    padding-left: 20px;
    position: relative;
    counter-increment: css-counter 1
}

.details-product .details-pro .form-inline .block-promotion .promo-content ul li:before {
    content: counter(css-counter) "";
    display: block;
    width: 14px;
    height: 14px;
    background: #B11111;
    color: #fff;
    font-size: 1rem;
    line-height: 14px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0
}

.details-product .details-pro .form-inline .select-swatch {
    margin-bottom: 20px
}

.details-product .details-pro .form-inline .select-swatch .swatch {
    font-size: 1.4rem
}

.details-product .details-pro .form-inline .select-swatch .swatch .header {
    margin-bottom: 8px;
    font-size: 1.6rem;
    color: #444B52;
    display: flex;
    align-items: center
}

.details-product .details-pro .form-inline .select-swatch .swatch .header .value-roperties {
    font-weight: 600;
    color: var(--mainColor);
    margin-left: 5px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element {
    display: inline-block;
    margin: 0px 8px 8px 0
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element input {
    display: none
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element label {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 5px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    border-radius: 0px;
    line-height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element label .crossed-out {
    display: none
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element input:checked+label {
    background: var(--mainColor);
    border-color: #ddd;
    color: #fff
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element .tooltip {
    display: none
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.soldout {
    position: relative
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.soldout label {
    position: relative
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color {
    position: relative
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.tim label {
    background-color: #b6ade4;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.xanh label {
    background-color: #024779;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.vang label {
    background-color: #fce505;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.den label {
    background-color: #000000;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.do label {
    background-color: #f20808;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.xanh-la label {
    background-color: #d5ffaf;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.xam label {
    background-color: #615a5a;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.bac label {
    background-color: #c4c4c4;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.trang label {
    background-color: #ffffff;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.hong label {
    background-color: #e377fb;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.xanh-rung label {
    background-color: #005c23;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.xanh-bien label {
    background-color: #64d0ff;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.than-chi label {
    background-color: #686868;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color label {
    border-radius: 50%
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color input:checked+label {
    border: 2px solid #f1f1f1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5)
}

@media (min-width: 1200px) {
    .details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color:hover:before {
        content:attr(title);
        position: absolute;
        bottom: calc(100% + 8px);
        left: 50%;
        padding: 3px 7px;
        background: #666;
        color: #fff;
        border-radius: 5px;
        font-size: 1.3rem;
        white-space: nowrap;
        display: inline-block;
        line-height: initial;
        transform: translate(-50%, 0%)
    }

    .details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color:hover:after {
        display: block;
        position: absolute;
        border: 10px solid transparent;
        border-top-color: #666;
        content: "";
        left: 50%;
        bottom: calc(100% + -7px);
        z-index: -1;
        transform: translate(-50%, 0%)
    }
}

.details-product .details-pro .form-inline .block-flashsale {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    width: 100%;
    background: #f1f1f1;
    color: var(--textColor);
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .details-product .details-pro .form-inline .block-flashsale {
        flex-wrap:wrap;
        justify-content: center
    }
}

.details-product .details-pro .form-inline .block-flashsale .heading-flash {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: initial;
    position: relative
}

@media (max-width: 1199px) {
    .details-product .details-pro .form-inline .block-flashsale .heading-flash {
        width:100%;
        justify-content: center;
        margin-bottom: 8px
    }
}

.details-product .details-pro .form-inline .block-flashsale .heading-flash svg {
    width: 24px !important;
    height: 24px !important;
    margin-right: 6px;
    position: relative
}

.details-product .details-pro .form-inline .block-flashsale .count-down {
    flex-grow: 0;
    display: flex;
    align-items: center
}

.details-product .details-pro .form-inline .block-flashsale .count-down .title-count {
    margin-bottom: 0px;
    margin-right: 5px;
    font-size: 1.4rem;
    position: relative;
    top: 2px
}

.details-product .details-pro .form-inline .block-flashsale .count-down .timer-view {
    display: inline-block;
    text-align: left;
    background: var(--mainColor);
    padding: 2px 10px;
    border-radius: 4px;
    min-width: 120px;
    text-align: center
}

.details-product .details-pro .form-inline .block-flashsale .count-down .timer-view .block-timer {
    height: auto;
    width: auto;
    min-width: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative
}

.details-product .details-pro .form-inline .block-flashsale .count-down .timer-view .block-timer p {
    font-weight: 500;
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
    line-height: initial
}

.details-product .details-pro .form-inline .block-flashsale .count-down .timer-view .block-timer p:after {
    content: ":";
    display: inline-block;
    margin-left: 8px
}

.details-product .details-pro .form-inline .block-flashsale .count-down .timer-view .block-timer span {
    display: none;
    color: #fff;
    font-size: 1rem;
    line-height: initial
}

.details-product .details-pro .form-inline .block-flashsale .count-down .timer-view .block-timer:last-child {
    margin-right: 0px
}

.details-product .details-pro .form-inline .block-flashsale .count-down .timer-view .block-timer:last-child p:after {
    content: "";
    margin-left: 0px
}

.details-product .details-pro .form-inline .block-flashsale .count-down .timer-view .lof-labelexpired {
    height: auto;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600
}

.details-product .details-pro .form-inline .boz-form .flex-quantity {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .custom-btn-number {
    display: flex;
    align-items: center
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .custom-btn-number>span {
    margin-right: 8px;
    font-weight: 600
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .custom-btn-number .input_number_product {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .custom-btn-number .input_number_product input#qtym {
    width: 50px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    padding: 0px;
    margin: 0px;
    text-align: center
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .custom-btn-number .input_number_product .btn_num {
    padding: 0 5px;
    min-width: 30px;
    min-height: unset;
    height: 40px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    box-shadow: none
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .custom-btn-number .input_number_product .btn_num:hover {
    background: var(--mainColor);
    color: #fff
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions {
    display: flex;
    align-items: center;
    width: auto
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn {
    font-size: 1.6rem;
    transition-duration: .3s;
    padding: 0 24px;
    text-align: center
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn:first-child {
    margin-right: 12px
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow {
    background: var(--mainColor)
}

@media (max-width: 1199px) {
    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow {
        font-size:1.4rem
    }
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow span.txt-main {
    display: block;
    font-weight: 600;
    width: 100%
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow:hover {
    background: var(--hover);
    color: #fff
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow:hover:before {
    border-color: #fff
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart span {
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart:hover {
    background: var(--hover)
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart[disabled="disabled"] {
    background: #787878 !important;
    color: #fff;
    border: 0px;
    cursor: no-drop;
    margin-right: 0px !important
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart[disabled="disabled"]:before {
    border-color: #fff !important
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart[disabled="disabled"] span {
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase
}

.details-product .details-pro .bottom-product {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px
}

.details-product .details-pro .bottom-product .social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem
}

.details-product .details-pro .bottom-product .social-media li.title svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    bottom: 1px
}

.details-product .details-pro .bottom-product .social-media li a {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center
}

.details-product .details-pro .bottom-product .social-media li a svg {
    width: 16px;
    height: 16px
}

.details-product .details-pro .bottom-product .social-media li a svg path {
    fill: #fff !important
}

.details-product .details-pro .bottom-product .social-media li a:hover {
    background: var(--subColor)
}

.details-product .details-pro .bottom-product .product-wish a {
    display: flex;
    align-items: center;
    font-size: 1.4rem
}

.details-product .details-pro .bottom-product .product-wish a img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    bottom: 1px
}

.details-product .details-pro .bottom-product .line {
    width: 1px;
    height: 20px;
    margin: 0 4px;
    background: #ddd
}

@media (max-width: 991px) {
    .details-product .details-pro .form-inline .block-flashsale {
        flex-wrap:wrap;
        justify-content: center
    }

    .details-product .details-pro .form-inline .block-flashsale .heading-flash {
        margin-bottom: 8px
    }

    .details-product .details-pro .form-inline .block-flashsale .count-down {
        width: 100%;
        justify-content: center
    }

    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn {
        padding: 8px 10px
    }

    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn:first-child {
        margin-right: 10px
    }

    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow {
        font-size: 1.4rem
    }
}

@media (max-width: 991px) and (max-width: 321px) {
    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow {
        font-size:1.2rem
    }
}

@media (max-width: 991px) {
    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow span.txt-main {
        font-size:1.6rem
    }
}

@media (max-width: 991px) and (max-width: 321px) {
    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn-buyNow span.txt-main {
        font-size:1.4rem
    }
}

@media (max-width: 991px) {
    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart {
        padding:8px 13px
    }

    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart[disabled="disabled"] {
        height: 50px
    }

    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn.btn_add_cart[disabled="disabled"] span.txt-main {
        font-size: 1.6rem;
        display: block
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions {
        width:100%
    }

    .details-product .details-pro .form-inline .boz-form .flex-quantity .button_actions .btn {
        width: 50%
    }
}

@media (max-width: 991px) {
    .details-product .details-pro .bottom-product {
        gap:8px;
        justify-content: start
    }

    .details-product .details-pro .bottom-product .line {
        width: 1px;
        height: 24px;
        margin: 0 8px;
        background: #ddd
    }

    .details-product .details-pro .bottom-product .social-media li.title svg {
        width: 16px;
        height: 16px;
        margin-right: 4px
    }

    .details-product .details-pro .bottom-product .social-media li a {
        width: 24px;
        height: 24px
    }

    .details-product .details-pro .bottom-product .social-media li a svg {
        width: 16px;
        height: 16px
    }

    .details-product .details-pro .bottom-product .product-wish a {
        font-size: 0px
    }

    .details-product .details-pro .bottom-product .product-wish a img {
        width: 24px;
        height: 24px;
        margin-right: 4px
    }
}

.product-review-details:not(.col-lg-12) {
    border-right: 1px solid #eee
}

@media (min-width: 992px) {
    .product-review-details:not(.col-lg-12) {
        padding-right:30px
    }
}

.product-review-details .product-tab {
    margin-bottom: 30px
}

.product-review-details .product-tab .tabs-title {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    background: #f1f1f1;
    padding: 0;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 20px
}

.product-review-details .product-tab .tab-link {
    cursor: pointer;
    position: relative
}

.product-review-details .product-tab .tab-link h3 {
    color: #757575;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 16px
}

.product-review-details .product-tab .tab-link h3:hover {
    color: var(--mainColor)
}

.product-review-details .product-tab .tab-link.active {
    background: var(--mainColor)
}

.product-review-details .product-tab .tab-link.active h3 {
    color: #fff
}

.product-review-details .product-tab .tab-float .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.product-review-details .product-tab .tab-float .tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto
}

.product-review-details .product-tab .tab-float .rte {
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-review-details .product-tab .tab-float .rte .viewmore {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    background: var(--mainColor);
    color: white;
    position: relative;
    transition: .15s ease-in-out;
    gap: 5px;
}
.product-review-details .product-tab .tab-float .rte .viewmore::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid white;
    background: none;
}
.product-review-details .product-tab .tab-float .rte .viewmore svg {
    fill: white;
    width: 12px;
    height: 12px;
    transition: .15s ease-in-out;
}
.product-review-details .product-tab .tab-float .rte:not(.less) .viewmore svg {
    transform: rotate(180deg);
}

.product-review-details .product-tab .tab-float .rte .ba-text-fpt.has-height {
    overflow: hidden;
    transition: .3s ease-in-out;
    height: auto;
}

.product-review-details .product-tab .tab-float .rte.less .ba-text-fpt.has-height {
    height: 775px;
    position: relative;
}
.product-review-details .product-tab .tab-float .rte.less .ba-text-fpt.has-height::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 55px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
}

.product-review-details .product-tab .tab-float .rte.expanded .ba-text-fpt {
    height: auto;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    margin-bottom: 30px
}

.product-review-details .product-tab .tab-float .rte.expanded .less-text {
    display: block
}

.product-review-details .product-tab .tab-float .rte.expanded .more-text {
    display: none
}

.product-review-details .product-tab .tab-float .rte.expanded .show-more::before {
    display: none
}

.product-review-details .product-tab .tab-float .rte .show-more {
    position: relative
}

.product-review-details .product-tab .tab-float .rte .show-more .btn--view-more {
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    margin-top: 0px
}

.product-review-details .product-tab .tab-float .rte .show-more .btn--view-more svg {
    width: 12px;
    height: 12px
}

.product-review-details .product-tab .tab-float .rte .show-more .btn--view-more.active {
    bottom: 0
}

.product-review-details .product-tab .tab-float .rte .show-more::before {
    height: 55px;
    margin-top: -55px;
    content: "";
    display: block;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.91)), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,0.91) 50%, #fff 55%)
}

.product-review-details .product-tab .tab-float .rte .less-text {
    display: none
}

.product-review-details .product-tab .tab-float .rte img {
    max-width: 100% !important;
    height: auto !important
}

.product-review-details .product-tab .tab-float .rte ul {
    list-style: initial;
    padding-left: 25px
}

@media (max-width: 767px) {
    .product-review-details {
        border-right:0px
    }

    .product-review-details .product-tab {
        margin-top: 0px
    }

    .product-review-details .product-tab .tabs-title {
        display: block;
        width: 100%;
        max-width: unset;
        height: auto;
        white-space: nowrap;
        overflow-x: scroll
    }

    .product-review-details .title-product {
        margin-top: 15px;
        line-height: 24px
    }
}

@media (min-width: 992px) {
    .product-sidebar {
        padding-left:30px
    }

    .product-sidebar .sticky-box {
        position: sticky;
        top: 60px;
        z-index: 1
    }
}

.product-sidebar .specifications {
    margin-bottom: 40px
}

.product-sidebar .specifications .title {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.product-sidebar .specifications table {
    border-collapse: collapse;
    width: 100% !important;
    text-align: left !important;
    background: #f9f9f9;
    border: 1px solid #eee
}

.product-sidebar .specifications table tr:nth-child(odd) {
    background-color: #eee
}

.product-sidebar .specifications table td {
    border: 0px !important;
    padding: 6px 10px;
    font-size: 1.4rem;
    text-align: left !important
}

.product-sidebar .specifications table td p {
    margin-bottom: 0px
}

.product-sidebar .specifications table td:first-child {
    width: 126px
}

@media (max-width: 991px) {
    .product-sidebar .specifications table td {
        text-align:left
    }

    .product-sidebar .specifications table td:first-child {
        width: 145px
    }
}

.product-sidebar .specifications table+p {
    display: none
}

.product-sidebar .specifications .specifications-button-show {
    margin-top: 16px;
    text-align: center
}

.product-sidebar .specifications .specifications-button-show .specifications-button {
    margin: 0 auto
}

.product-sidebar .specifications .specifications-button-show .specifications-button svg {
    width: 12px;
    height: 12px;
    margin-left: 5px
}

@media (max-width: 767px) {
    .product-sidebar .specifications .title {
        font-size:1.8rem
    }
}

.product-sidebar #specificationsModal {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0 !important;
    z-index: 9999
}

.product-sidebar #specificationsModal .modal-specificationsModal-product {
    position: absolute;
    width: 650px;
    top: 10%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 5px
}

@media (max-width: 767px) {
    .product-sidebar #specificationsModal .modal-specificationsModal-product {
        width:100%;
        height: 100%;
        top: 0;
        padding: 10px;
        overflow: hidden;
        border-radius: 0px
    }
}

.product-sidebar #specificationsModal .modal-specificationsModal-product .specifications-close {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #000000;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-sidebar #specificationsModal .modal-specificationsModal-product .specifications-close svg {
    width: 23px;
    height: 23px;
    transition: transform 0.3s
}

.product-sidebar #specificationsModal .modal-specificationsModal-product .specifications-close:hover svg {
    transform: rotate(90deg)
}

.product-sidebar #specificationsModal .modalsize-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5
}

.product-sidebar #specificationsModal .title-popup {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px
}

.product-sidebar #specificationsModal .modal-body {
    padding: 0px;
    max-height: 600px;
    overflow-y: auto
}

.product-sidebar #specificationsModal .modal-body::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #f7f8fa
}

.product-sidebar #specificationsModal .modal-body::-webkit-scrollbar {
    width: 6px
}

.product-sidebar #specificationsModal .modal-body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #e0e0e0
}

.product-sidebar #specificationsModal .modal-body table {
    border-collapse: collapse;
    width: 100%
}

.product-sidebar #specificationsModal .modal-body table tr:nth-child(odd) {
    background-color: #F7F7F7
}

.product-sidebar #specificationsModal .modal-body table td {
    border: 1px solid #dee2e6;
    padding: 6px 10px;
    text-align: left
}

.product-sidebar #specificationsModal .modal-body table td p {
    margin-bottom: 0px
}

.product-sidebar #specificationsModal .modal-body table td:first-child {
    width: 126px
}

@media (max-width: 767px) {
    .product-sidebar #specificationsModal .modal-body {
        max-height:calc(100% - 50px);
        font-size: 1.4rem
    }
}

.product-swipers h2 {
    margin-bottom: 10px
}

.product-swipers h2 a {
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase
}

.product-swipers .swiper_product_together {
    padding: 5px 0;
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 5px;
    margin-right: -5px
}

.product-swipers .swiper_product_together .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px
}

.product-swipers .swiper_product_together .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    padding: 0;
    font-size: 0;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-swipers .swiper_product_together .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    transition: all .2s;
    background: var(--mainColor)
}

.product-swipers .swiper_product_together .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px
}

.product-swipers .swiper_product_together .swiper-button-next svg {
    width: 100%;
    height: 100%
}

.product-swipers .swiper_product_together .swiper-button-next svg rect:nth-child(1) {
    stroke: var(--mainColor)
}

.product-swipers .swiper_product_together .swiper-button-next svg rect:nth-child(2) {
    fill: var(--mainColor)
}

.product-swipers .swiper_product_together .swiper-button-next:after {
    display: none
}

.product-swipers .swiper_product_together .swiper-button-next:hover svg rect:nth-child(1) {
    stroke: var(--subColor)
}

.product-swipers .swiper_product_together .swiper-button-next:hover svg rect:nth-child(2) {
    fill: var(--subColor)
}

@media (max-width: 767px) {
    .product-swipers .swiper_product_together .swiper-button-next {
        display:none
    }
}

.product-swipers .swiper_product_together .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px
}

.product-swipers .swiper_product_together .swiper-button-prev svg {
    width: 100%;
    height: 100%
}

.product-swipers .swiper_product_together .swiper-button-prev svg rect:nth-child(1) {
    stroke: var(--mainColor)
}

.product-swipers .swiper_product_together .swiper-button-prev svg rect:nth-child(2) {
    fill: var(--mainColor)
}

.product-swipers .swiper_product_together .swiper-button-prev:after {
    display: none
}

.product-swipers .swiper_product_together .swiper-button-prev:hover svg rect:nth-child(1) {
    stroke: var(--subColor)
}

.product-swipers .swiper_product_together .swiper-button-prev:hover svg rect:nth-child(2) {
    fill: var(--subColor)
}

@media (max-width: 767px) {
    .product-swipers .swiper_product_together .swiper-button-prev {
        display:none
    }
}

@media (max-width: 767px) {
    .product-swipers .swiper_product_together .swiper-button-next,.product-swipers .swiper_product_together .swiper-button-prev {
        width:25px;
        height: 25px;
        line-height: 25px
    }

    .product-swipers .swiper_product_together .swiper-button-next:after,.product-swipers .swiper_product_together .swiper-button-prev:after {
        font-size: 1.2rem
    }
}

.product-swipers .swiper_product_together:hover .swiper-button-next {
    right: 8px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-swipers .swiper_product_together:hover .swiper-button-next.swiper-button-disabled {
    display: none
}

.product-swipers .swiper_product_together:hover .swiper-button-next.swiper-button-lock {
    display: none
}

.product-swipers .swiper_product_together:hover .swiper-button-prev {
    left: 8px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.product-swipers .swiper_product_together:hover .swiper-button-prev.swiper-button-disabled {
    display: none
}

.product-swipers .swiper_product_together:hover .swiper-button-prev.swiper-button-lock {
    display: none
}

.product-swipers .swiper_product_together .swiper-button-prev {
    left: 10px !important
}

.product-swipers .swiper_product_together .swiper-button-next {
    right: 5px !important
}

.product-swipers .swiper_product_together .swiper-slide {
    height: auto !important;
    max-width: 25%
}

.product-swipers .swiper_product_together .swiper-slide .item_product_main {
    padding-bottom: 0px
}

.product-swipers .swiper_product_related {
    padding: 5px 0;
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 5px;
    margin-right: -5px
}

.product-swipers .swiper_product_related .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px
}

.product-swipers .swiper_product_related .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    padding: 0;
    font-size: 0;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-swipers .swiper_product_related .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    transition: all .2s;
    background: var(--mainColor)
}

.product-swipers .swiper_product_related .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px
}

.product-swipers .swiper_product_related .swiper-button-next svg {
    width: 100%;
    height: 100%
}

.product-swipers .swiper_product_related .swiper-button-next svg rect:nth-child(1) {
    stroke: var(--mainColor)
}

.product-swipers .swiper_product_related .swiper-button-next svg rect:nth-child(2) {
    fill: var(--mainColor)
}

.product-swipers .swiper_product_related .swiper-button-next:after {
    display: none
}

.product-swipers .swiper_product_related .swiper-button-next:hover svg rect:nth-child(1) {
    stroke: var(--subColor)
}

.product-swipers .swiper_product_related .swiper-button-next:hover svg rect:nth-child(2) {
    fill: var(--subColor)
}

@media (max-width: 767px) {
    .product-swipers .swiper_product_related .swiper-button-next {
        display:none
    }
}

.product-swipers .swiper_product_related .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px
}

.product-swipers .swiper_product_related .swiper-button-prev svg {
    width: 100%;
    height: 100%
}

.product-swipers .swiper_product_related .swiper-button-prev svg rect:nth-child(1) {
    stroke: var(--mainColor)
}

.product-swipers .swiper_product_related .swiper-button-prev svg rect:nth-child(2) {
    fill: var(--mainColor)
}

.product-swipers .swiper_product_related .swiper-button-prev:after {
    display: none
}

.product-swipers .swiper_product_related .swiper-button-prev:hover svg rect:nth-child(1) {
    stroke: var(--subColor)
}

.product-swipers .swiper_product_related .swiper-button-prev:hover svg rect:nth-child(2) {
    fill: var(--subColor)
}

@media (max-width: 767px) {
    .product-swipers .swiper_product_related .swiper-button-prev {
        display:none
    }
}

@media (max-width: 767px) {
    .product-swipers .swiper_product_related .swiper-button-next,.product-swipers .swiper_product_related .swiper-button-prev {
        width:25px;
        height: 25px;
        line-height: 25px
    }

    .product-swipers .swiper_product_related .swiper-button-next:after,.product-swipers .swiper_product_related .swiper-button-prev:after {
        font-size: 1.2rem
    }
}

.product-swipers .swiper_product_related:hover .swiper-button-next {
    right: 8px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-swipers .swiper_product_related:hover .swiper-button-next.swiper-button-disabled {
    display: none
}

.product-swipers .swiper_product_related:hover .swiper-button-next.swiper-button-lock {
    display: none
}

.product-swipers .swiper_product_related:hover .swiper-button-prev {
    left: 8px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.product-swipers .swiper_product_related:hover .swiper-button-prev.swiper-button-disabled {
    display: none
}

.product-swipers .swiper_product_related:hover .swiper-button-prev.swiper-button-lock {
    display: none
}

.product-swipers .swiper_product_related .swiper-button-prev {
    left: 10px !important
}

.product-swipers .swiper_product_related .swiper-button-next {
    right: 5px !important
}

.product-swipers .swiper_product_related .swiper-slide {
    height: auto !important;
    max-width: 25%
}

.product-swipers .swiper_product_related .swiper-slide .item_product_main {
    padding-bottom: 0px
}

@media (max-width: 767px) {
    .product-swipers h2 {
        margin-bottom:7px
    }

    .product-swipers h2 a {
        font-size: 1.8rem
    }

    .product-swipers .swiper_product_together {
        padding: 0;
        overflow: initial;
        margin: 0px
    }

    .product-swipers .swiper_product_together .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: auto;
        margin-right: -14px;
        margin-left: -14px;
        padding-left: 7px;
        padding-right: 7px
    }

    .product-swipers .swiper_product_together .swiper-wrapper .swiper-slide {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%;
        padding: 7px
    }

    .product-swipers .swiper_product_related {
        padding: 0;
        overflow: initial;
        margin: 0px
    }

    .product-swipers .swiper_product_related .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: auto;
        margin-right: -14px;
        margin-left: -14px;
        padding-left: 7px;
        padding-right: 7px
    }

    .product-swipers .swiper_product_related .swiper-wrapper .swiper-slide {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%;
        padding: 7px
    }
}

.product-coupons .title {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.product-coupons .swiper_coupons .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px
}

.product-coupons .swiper_coupons .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    padding: 0;
    font-size: 0;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-coupons .swiper_coupons .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    transition: all .2s;
    background: var(--mainColor)
}

.product-coupons .swiper_coupons .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px
}

.product-coupons .swiper_coupons .swiper-button-next svg {
    width: 100%;
    height: 100%
}

.product-coupons .swiper_coupons .swiper-button-next svg rect:nth-child(1) {
    stroke: var(--mainColor)
}

.product-coupons .swiper_coupons .swiper-button-next svg rect:nth-child(2) {
    fill: var(--mainColor)
}

.product-coupons .swiper_coupons .swiper-button-next:after {
    display: none
}

.product-coupons .swiper_coupons .swiper-button-next:hover svg rect:nth-child(1) {
    stroke: var(--subColor)
}

.product-coupons .swiper_coupons .swiper-button-next:hover svg rect:nth-child(2) {
    fill: var(--subColor)
}

@media (max-width: 767px) {
    .product-coupons .swiper_coupons .swiper-button-next {
        display:none
    }
}

.product-coupons .swiper_coupons .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px
}

.product-coupons .swiper_coupons .swiper-button-prev svg {
    width: 100%;
    height: 100%
}

.product-coupons .swiper_coupons .swiper-button-prev svg rect:nth-child(1) {
    stroke: var(--mainColor)
}

.product-coupons .swiper_coupons .swiper-button-prev svg rect:nth-child(2) {
    fill: var(--mainColor)
}

.product-coupons .swiper_coupons .swiper-button-prev:after {
    display: none
}

.product-coupons .swiper_coupons .swiper-button-prev:hover svg rect:nth-child(1) {
    stroke: var(--subColor)
}

.product-coupons .swiper_coupons .swiper-button-prev:hover svg rect:nth-child(2) {
    fill: var(--subColor)
}

@media (max-width: 767px) {
    .product-coupons .swiper_coupons .swiper-button-prev {
        display:none
    }
}

@media (max-width: 767px) {
    .product-coupons .swiper_coupons .swiper-button-next,.product-coupons .swiper_coupons .swiper-button-prev {
        width:25px;
        height: 25px;
        line-height: 25px
    }

    .product-coupons .swiper_coupons .swiper-button-next:after,.product-coupons .swiper_coupons .swiper-button-prev:after {
        font-size: 1.2rem
    }
}

.product-coupons .swiper_coupons:hover .swiper-button-next {
    right: 8px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-coupons .swiper_coupons:hover .swiper-button-next.swiper-button-disabled {
    display: none
}

.product-coupons .swiper_coupons:hover .swiper-button-next.swiper-button-lock {
    display: none
}

.product-coupons .swiper_coupons:hover .swiper-button-prev {
    left: 8px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.product-coupons .swiper_coupons:hover .swiper-button-prev.swiper-button-disabled {
    display: none
}

.product-coupons .swiper_coupons:hover .swiper-button-prev.swiper-button-lock {
    display: none
}

.product-coupons .swiper_coupons .swiper-slide {
    padding: 4px
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 8px;
    position: relative;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.15));
    height: 100%;
    max-width: 100%;
    aspect-ratio: 300/108
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .mask-ticket {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-mask: url(//bizweb.dktcdn.net/100/516/168/themes/949684/assets/ticket5.svg?1739863093840);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-type: unset;
    mask-size: cover
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .image {
    width: 33.333%;
    height: 70px;
    display: flex;
    position: relative;
    flex: none;
    flex-grow: 0
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: space-between
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-top {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-top span {
    font-size: 1.2rem;
    color: #444;
    font-weight: 500
}

@media (max-width: 350px) {
    .product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-top {
        font-size:1.4rem
    }

    .product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-top span {
        font-size: 10px
    }
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 4px
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-bottom span {
    color: var(--mainColor);
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    color: #666
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-bottom .coupon-code {
    position: relative;
    display: inline-block;
    color: #fff;
    background: var(--mainColor);
    padding: 2px 8px;
    margin-left: 0px;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 1.1rem
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-bottom .coupon-code:before {
    position: absolute;
    display: block;
    border: 1px solid #fff;
    opacity: .3;
    transition: opacity 0.3s cubic-bezier(0.37, 0.01, 0, 0.98);
    z-index: 1;
    content: "";
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-bottom .coupon-code:hover {
    background: var(--hover)
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    border: 1px solid var(--mainColor);
    border-radius: 99px;
    position: absolute;
    right: 0px;
    top: 0px
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .info-button svg {
    width: 10px;
    height: 10px;
    fill: var(--mainColor)
}

.product-coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .info-button:hover svg {
    fill: var(--hover)
}

@media (max-width: 767px) {
    .product-coupons .title {
        font-size:1.8rem
    }

    .product-coupons .swiper_coupons {
        overflow: initial;
        padding: 0px;
        margin: 0px
    }

    .product-coupons .swiper_coupons .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin-right: -14px;
        margin-left: -14px;
        padding-left: 7px;
        padding-right: 7px;
        width: auto
    }

    .product-coupons .swiper_coupons .swiper-wrapper .swiper-slide {
        padding-left: 7px;
        padding-right: 7px;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%;
        height: auto
    }

    .product-coupons .swiper_coupons .swiper-wrapper .swiper-slide .box-coupon .content_wrap .content-bottom .coupon-code {
        min-width: 70px;
        font-size: 1.1rem
    }

    .product-coupons .swiper_coupons .swiper-wrapper .swiper-slide .box-coupon .content_wrap .content-bottom span {
        font-size: 1rem;
        font-weight: 500;
        line-height: normal
    }
}

.popup-coupon {
    padding: 0 8px;
    box-sizing: border-box;
    width: 450px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    position: fixed;
    left: 50%;
    top: 15%;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    opacity: 0;
    transform: translateX(-50%);
    z-index: -1;
    min-height: 200px
}

@media (max-width: 767px) {
    .popup-coupon {
        width:100%
    }
}

.popup-coupon.active {
    opacity: 1;
    z-index: 99999
}

.popup-coupon .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.15);
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden
}

.popup-coupon .content .title {
    display: block;
    width: 100%;
    padding: 10px;
    background: var(--mainColor);
    color: #fff
}

.popup-coupon .content .close-popup-coupon {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer
}

.popup-coupon .content .close-popup-coupon svg {
    width: 15px;
    height: 15px;
    transition: transform 0.3s
}

.popup-coupon .content .close-popup-coupon svg path {
    fill: #fff
}

.popup-coupon .content .close-popup-coupon:hover svg {
    transform: rotate(90deg)
}

.popup-coupon .content ul {
    width: 100%
}

.popup-coupon .content ul li {
    padding: 10px;
    display: flex
}

.popup-coupon .content ul li:nth-child(2n+1) {
    background-color: #f9f9f9
}

.popup-coupon .content ul li span:first-child {
    min-width: 126px;
    display: inline-block;
    color: var(--mainColor)
}

.recent-page-viewed h2 {
    margin-bottom: 20px
}

.recent-page-viewed h2 span {
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase
}

.recent-page-viewed .product-viewed-content .product-view {
    display: inline-block;
    padding: 0px 0px 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    position: relative;
    width: 100%
}

.recent-page-viewed .product-viewed-content .product-view:last-child {
    border-bottom: none
}

.recent-page-viewed .product-viewed-content .product-view .image_thumb {
    display: inline-block;
    float: left;
    width: 100%;
    width: 80px
}

.recent-page-viewed .product-viewed-content .product-view .product-info {
    display: block;
    float: left;
    width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    padding-left: 10px
}

.recent-page-viewed .product-viewed-content .product-view .product-info {
    margin: 5px 0 5px;
    position: relative
}

.recent-page-viewed .product-viewed-content .product-view .product-info h3 {
    padding: 0;
    text-overflow: ellipsis;
    color: var(--textColor);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 6px
}

.recent-page-viewed .product-viewed-content .product-view .product-info h3 a {
    color: var(--textColor)
}

.recent-page-viewed .product-viewed-content .product-view .product-info h3 a:hover {
    color: var(--hover)
}

.recent-page-viewed .product-viewed-content .product-view .product-info .price-box {
    line-height: 23px;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--price)
}

.recent-page-viewed .product-viewed-content .product-view .product-info .price-box .price {
    padding-right: 5px
}

.recent-page-viewed .product-viewed-content .product-view .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 1.4rem;
    color: #9e9e9e;
    font-weight: 300
}

.recent-page-viewed .product-viewed-content .product-view .product-info .view-more {
    margin-top: 4px;
    font-size: 1.2rem;
    font-style: italic;
    color: var(--mainColor)
}

.recent-page-viewed .product-viewed-content .product-view .product-info .view-more:hover {
    color: var(--hover)
}

.recent-page-viewed .product-viewed-content .product-view:last-child {
    padding-bottom: 0px
}

@media (max-width: 767px) {
    .recent-page-viewed h2 span {
        font-size:1.8rem
    }
}

.gallery-top {
    position: relative;
    margin-bottom: 10px;
    display: block
}

.gallery-top .swiper-slide {
    padding-bottom: 100%;
    display: block;
    height: 0;
    aspect-ratio: 1
}

.gallery-top .swiper-slide img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 99%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute
}

@media (min-width: 768px) {
    .gallery-top {
        width:calc(100% - 130px);
        margin-right: 0px !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
    .gallery-top {
        width:calc(100% - 102px)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery-top {
        width:calc(100% - 126px)
    }
}

.gallery-thumbs {
    margin-top: 10px
}

.gallery-thumbs .swiper-slide {
    border: 1px solid #ebebeb;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    height: auto !important
}

.gallery-thumbs .swiper-slide .p-100 {
    padding-bottom: 100%;
    height: 0;
    position: relative;
    aspect-ratio: 1
}

.gallery-thumbs .swiper-slide .p-100 img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--mainColor);
    overflow: hidden
}

.gallery-thumbs .swiper-slide:hover {
    border-color: var(--mainColor)
}

.gallery-thumbs .swiper-button-next {
    right: 0px;
    overflow: hidden
}

.gallery-thumbs .swiper-button-next:before {
    position: absolute;
    display: block;
    border: 1px solid #fff;
    opacity: .5;
    transition: opacity 0.3s cubic-bezier(0.37, 0.01, 0, 0.98);
    z-index: 10;
    content: "";
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px
}

.gallery-thumbs .swiper-button-prev {
    left: 0px;
    overflow: hidden
}

.gallery-thumbs .swiper-button-prev:before {
    position: absolute;
    display: block;
    border: 1px solid #fff;
    opacity: .5;
    transition: opacity 0.3s cubic-bezier(0.37, 0.01, 0, 0.98);
    z-index: 10;
    content: "";
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px
}

.gallery-thumbs .swiper-button-next {
    width: 24px;
    height: 24px;
    background: transparent;
    margin: 0px;
    top: 50%;
    transform: translate(0, -50%) !important
}

@media (min-width: 768px) {
    .gallery-thumbs .swiper-button-next {
        transform:translate(-50%, 0%) rotate(90deg) !important;
        top: initial;
        bottom: 0px;
        left: 50%
    }
}

.gallery-thumbs .swiper-button-next:after {
    width: 24px;
    height: 24px;
    font-size: 1rem;
    font-weight: bold;
    background: var(--mainColor);
    padding: 8px 5px;
    color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04);
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-thumbs .swiper-button-next:hover:after {
    background: var(--subColor)
}

.gallery-thumbs .swiper-button-next.swiper-button-disabled {
    display: none
}

.gallery-thumbs .swiper-button-prev {
    width: 24px;
    height: 24px;
    background: transparent;
    margin: 0px;
    top: 50%;
    transform: translate(0, -50%) !important
}

@media (min-width: 768px) {
    .gallery-thumbs .swiper-button-prev {
        transform:translate(-50%, 0%) rotate(90deg) !important;
        bottom: initial;
        top: 0px;
        left: 50%
    }
}

.gallery-thumbs .swiper-button-prev:after {
    width: 24px;
    height: 24px;
    font-size: 1rem;
    font-weight: bold;
    background: var(--mainColor);
    padding: 8px 5px;
    color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04);
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-thumbs .swiper-button-prev:hover:after {
    background: var(--subColor)
}

.gallery-thumbs .swiper-button-prev.swiper-button-disabled {
    display: none
}

@media (min-width: 768px) {
    .gallery-thumbs {
        margin-top:0px !important;
        display: block;
        padding: 0px 4px;
        width: 119px;
        position: absolute !important;
        top: 0px;
        height: 100%;
        left: 0px
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
    .gallery-thumbs {
        width:92px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery-thumbs {
        width:116px
    }
}

.cart .button {
    color: white !important;
}
.woocommerce .coupon .button:hover, .woocommerce .cart .button:hover {
    background: var(--hover) !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--hover) !important;
}
.woocommerce .woocommerce-checkout-review-order {
    position: sticky;
    top: 60px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table {
    border-collapse: collapse;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th, .woocommerce .woocommerce-checkout-review-order table.shop_table td {
    border: 1px solid #eee;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td {
    padding: 5px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td.product-thumbnail {
    width: 75px;
    padding-right: 0;
    border-right: 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td.product-thumbnail img {
    display: block;
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td.product-name {
    border-left: 0;
    width: calc(60% + 75px);
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal th, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total th {
    text-align: left;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td {
    color: var(--mainColor);
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td strong {
    font-weight: 700;
}
.woocommerce-checkout-payment {
    margin-top: 12px;
}
@media (max-width: 767px) {
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr {
        display: grid;
        width: 100%;
        padding: 8px;
        border-bottom: 1px solid #ddd;
        grid-template-columns: 70px 1fr 2fr;
        grid-template-rows: auto;
        gap: 5px 8px;
    }
    .woocommerce .cart_totals  table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce .cart_totals table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr th, .woocommerce .cart_totals table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td {
        display: block;
        width: fit-content;
        padding: 0;
        border: 0;
    }
    .woocommerce .cart_totals table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr.order-total td {
        color: var(--mainColor);
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td {
        border: 0;
        padding: 0;
        background: none !important;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr:last-child {
        border-bottom: 0;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td::before {
        display: none;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-thumbnail {
        display: block;
        grid-column: 1/2;
        grid-row: 1/4;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-thumbnail a {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 70px;
        aspect-ratio: 1/1;
        overflow: hidden;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-thumbnail a img {
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-name {
        display: block;
        width: 100%;
        grid-column: 2/4;
        grid-row: 1/2;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-name a {
        display: -webkit-box;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: left;
        font-size: 14px;
        line-height: 1.2;
        max-height: 33.6px;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-quantity {
        display: block;
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-price {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-weight: 600;
        grid-column: 3/4;
        grid-row: 2/3;
        font-size: 14px;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-remove {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        grid-column: 2/4;
        grid-row: 3/4;
        margin-top: -5px;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-remove a {
        font-size: 0;
        display: flex;
        width: fit-content;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-remove a::before {
        content: "Xóa";
        position: relative;
        display: block;
        font-size: 12px;
        color: var(--hover);
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-subtotal {
        display: block;
        grid-column: span 1;
        color: var(--mainColor);
        font-weight: bold;
        grid-column: 1/4;
        grid-row: 4/5;
        font-size: 15px;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.product-subtotal::before {
        display: block;
        color: black;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.actions {
        grid-column: 1/4;
        grid-row: span 1;
    }
    .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr td.actions .coupon {
        width: 100%;
    }

    .woocommerce .woocommerce-checkout-review-order table.shop_table thead th {
        font-size: 14px;
        white-space: nowrap;
    }
    .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot th, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td {
        white-space: nowrap;
        font-size: 14px;
    }
    .woocommerce .woocommerce-checkout-review-order table.shop_table tbody td, .woocommerce .woocommerce-checkout-review-order table.shop_table tbody th {
        font-size: 14px;
    }
    .woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td.product-thumbnail {
        width: 55px;
    }
    .woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td.product-thumbnail img {
        width: 50px;
        height: 50px;
    }
    .woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td.product-name {
        width: calc(60% + 55px);
    }
}