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

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

.boxnull {
    display: block;
    margin-bottom: 15px
}

.details-product .product-images {
    position: relative
}

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

.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: 15px
}

.details-product .details-pro .inventory_quantity {
    font-size: 1.4rem;
    margin-bottom: 15px
}

.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: 5px;
    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: 15px;
    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 .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;
    justify-content: space-between
}

.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 .header a {
    color: var(--mainColor);
    text-decoration: underline
}

.details-product .details-pro .form-inline .select-swatch .swatch .header a:hover {
    color: var(--hover)
}

.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;
    line-height: 28px
}

.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.mau-14 label {
    background-color: #ebacac;
    min-width: 30px;
    height: 30px
}

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

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

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

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.mau-18 label {
    background-color: #2c1585;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.mau-19 label {
    background-color: #850c0c;
    min-width: 30px;
    height: 30px
}

.details-product .details-pro .form-inline .select-swatch .swatch .swatch-element.color.mau-20 label {
    background-color: #001b74;
    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;
    overflow: hidden
}

@media (max-width: 992px) {
    .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: 992px) {
    .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;
    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: 60px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    height: 35px;
    min-height: 35px
}

.details-product .details-pro .form-inline .boz-form .flex-quantity .custom-btn-number .input_number_product .btn_num {
    padding: 0 5px;
    min-width: 35px;
    min-height: unset;
    height: 35px;
    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: 100%
}

.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;
    width: 100%
}

.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: #000
}

.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(--mainColor)
}

.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: 15px;
    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;
    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%
    }
}

@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
    }
}

@media (min-width: 992px) {
    .product-review-details .product-favi {
        display:none !important
    }
}

.product-review-details .pro_review {
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 0px
}

.product-review-details .pro_review .box_tt {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #dee2e6;
    color: var(--mainColor);
    position: relative;
    margin-bottom: 15px
}

.product-review-details .pro_review .title_vide {
    color: var(--textColor);
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0px 0px 8px
}

.product-review-details .pro_review .box_review {
    display: block
}

.product-review-details .pro_review .box_review .alert {
    padding: 0px
}

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

.product-review-details .product-tab .tabs-title {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9
}

@media (max-width: 767px) {
    .product-review-details .product-tab .tabs-title {
        justify-content:flex-start;
        width: 100%;
        overflow-x: scroll;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex
    }
}

.product-review-details .product-tab .tab-link {
    cursor: pointer;
    margin-right: 20px
}

@media (max-width: 767px) {
    .product-review-details .product-tab .tab-link {
        white-space:nowrap
    }
}

.product-review-details .product-tab .tab-link h3 {
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 15px;
    position: relative
}

.product-review-details .product-tab .tab-link.active h3,.product-review-details .product-tab .tab-link:hover h3 {
    color: #fff;
    background-color: #173963
}

.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;
    color: #fff;
}

.product-review-details .product-tab .tab-float .rte .ba-text-fpt.has-height {
    height: 450px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s
}

.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: -45px;
    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;
    margin-bottom: 15px
}

.product-review-details .product-tab .product_getcontent {
    position: relative
}

.product-review-details .product-tab .product_getcontent ul {
    list-style: initial;
    padding-left: 25px;
    margin-bottom: 15px
}

.product-review-details .pro_video .iframe_video {
    display: block;
    position: relative;
    padding-top: 56.22%
}

.product-review-details .pro_video .iframe_video iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.product-review-details .pro_video .box_review {
    display: block
}

.product-review-details .specifications .title {
    color: var(--textColor);
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
    line-height: 1.4
}

.product-review-details .specifications .box_content_spe {
    max-height: 300px;
    overflow: hidden
}

.product-review-details .specifications table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    text-align: left !important
}

.product-review-details .specifications table tr:nth-child(odd) {
    background-color: #F7F7F7
}

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

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

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

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

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

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

.product-review-details .specifications .specifications-button-show {
    margin-top: 20px;
    text-align: center;
    position: relative
}

.product-review-details .specifications .specifications-button-show::before {
    height: 50px;
    margin-top: -50px;
    content: "";
    display: block;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.6) 50%, #fff 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255,255,255,0.2)), color-stop(50%, rgba(255,255,255,0.6)), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.6) 50%, #fff 55%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.6) 50%, #fff 55%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.6) 50%, #fff 55%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0, rgba(255,255,255,0.6) 50%, #fff 55%);
    transition: 0s all
}

.product-review-details .specifications .specifications-button-show .specifications-button {
    margin: 0 auto;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: var(--mainColor);
    width: auto;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    font-size: 1.4rem
}

.product-review-details .specifications .specifications-button-show .specifications-button svg {
    margin-left: 5px
}

.product-review-details .specifications .specifications-button-show .specifications-button:hover,.product-review-details .specifications .specifications-button-show .specifications-button:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: var(--hover);
    color: #000
}

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

.err-info {
    color: red;
    display: block;
    margin: 10px 0px
}

.err-info img {
    max-width: 14px;
    max-height: 14px;
    margin-right: 3px;
    vertical-align: -3px
}

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

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

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

#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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-index {
    padding: 30px 0
}

.section-index .section-title {
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.section-index .section-title h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 0px;
    font-family: "Lora", serif;
    color: var(--mainColor)
}

.section-index .section-title h2 a {
    color: var(--mainColor)
}

.section-index .section-title h2 a:hover,.section-index .section-title h2 a:focus {
    color: var(--subColor)
}

.section-index .section-title h2 span {
    color: var(--subColor)
}

.section-index .section-title .icon-title {
    display: block;
    text-align: center;
    height: 24px
}

.section-index .section-title .icon-title img {
    display: inline-block;
    margin: 0 auto;
    max-width: 196px
}

@media (max-width: 767px) {
    .section-index {
        padding:25px 0
    }

    .section-index .section-title h2 {
        font-size: 2rem
    }
}

.product-swipers {
    padding: 10px 0
}

.product-swipers .section-title {
    position: relative;
    margin-bottom: 10px
}

.product-swipers .section-title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 0px
}

.product-swipers .section-title h2 span {
    color: var(--supColor)
}

@media (max-width: 767px) {
    .product-swipers {
        padding:25px 0
    }

    .product-swipers .section-title {
        text-align: center
    }

    .product-swipers .section-title h2 {
        font-size: 2rem
    }
}

.product-swipers .swiper_product_related {
    padding: 2px
}

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

.product-swipers .swiper_product_related .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    padding: 0;
    font-size: 0;
    opacity: 1
}

.product-swipers .swiper_product_related .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    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: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    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;
    background-color: #f1f1f1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

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

.product-swipers .swiper_product_related .swiper-button-next svg path {
    stroke: var(--mainColor)
}

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

.product-swipers .swiper_product_related .swiper-button-next:hover {
    background-color: var(--mainColor)
}

.product-swipers .swiper_product_related .swiper-button-next:hover svg path {
    stroke: #fff
}

.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: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    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;
    background-color: #f1f1f1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

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

.product-swipers .swiper_product_related .swiper-button-prev svg path {
    stroke: var(--mainColor)
}

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

.product-swipers .swiper_product_related .swiper-button-prev:hover {
    background-color: var(--mainColor)
}

.product-swipers .swiper_product_related .swiper-button-prev:hover svg path {
    stroke: #fff
}

@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 .swiper-button-lock {
    display: none !important
}

.product-swipers .swiper_product_related .swiper-button-disabled {
    opacity: 0.35
}

.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 {
    opacity: 0.35
}

.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 {
    opacity: 0.35
}

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

@media (min-width: 1024px) {
    .sticky_left {
        position:sticky !important;
        top: 60px
    }
}

@media (max-width: 992px) {
    .sticky_left .product-favi {
        display:none !important
    }
}

.section_coupons {
    position: relative;
    margin-top: 25px;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .section_coupons {
        margin-top:10px;
        margin-bottom: 0px
    }
}

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

.section_coupons .swiper_coupons .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    padding: 0;
    font-size: 0;
    opacity: 1
}

.section_coupons .swiper_coupons .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .2s;
    background: var(--mainColor)
}

.section_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: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    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;
    background-color: #f1f1f1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

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

.section_coupons .swiper_coupons .swiper-button-next svg path {
    stroke: var(--mainColor)
}

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

.section_coupons .swiper_coupons .swiper-button-next:hover {
    background-color: var(--mainColor)
}

.section_coupons .swiper_coupons .swiper-button-next:hover svg path {
    stroke: #fff
}

.section_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: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    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;
    background-color: #f1f1f1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

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

.section_coupons .swiper_coupons .swiper-button-prev svg path {
    stroke: var(--mainColor)
}

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

.section_coupons .swiper_coupons .swiper-button-prev:hover {
    background-color: var(--mainColor)
}

.section_coupons .swiper_coupons .swiper-button-prev:hover svg path {
    stroke: #fff
}

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

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

.section_coupons .swiper_coupons .swiper-button-lock {
    display: none !important
}

.section_coupons .swiper_coupons .swiper-button-disabled {
    opacity: 0.35
}

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

.section_coupons .swiper_coupons:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

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

.section_coupons .swiper_coupons:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

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

.section_coupons .swiper_coupons .swiper-button-next,.section_coupons .swiper_coupons .swiper-button-prev {
    background-color: var(--subColor)
}

@media (max-width: 767px) {
    .section_coupons .swiper_coupons .swiper-button-next,.section_coupons .swiper_coupons .swiper-button-prev {
        display:none !important
    }
}

.section_coupons .swiper_coupons .swiper-slide {
    height: auto
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon {
    display: flex;
    align-items: center;
    padding: 0px;
    position: relative;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 303/85;
    background-color: #f1f1f1
}

@media (max-width: 767px) {
    .section_coupons .swiper_coupons .swiper-slide .box-coupon {
        aspect-ratio:303/95
    }
}

@media (max-width: 322px) {
    .section_coupons .swiper_coupons .swiper-slide .box-coupon {
        aspect-ratio:303/105
    }
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon:before,.section_coupons .swiper_coupons .swiper-slide .box-coupon:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon:before {
    left: 0;
    background: repeating-linear-gradient(#f1f1f1, #f1f1f1 4px, #fff 0, #fff 12px, #f1f1f1 0, #f1f1f1 16px) 0px/1px 100% no-repeat,radial-gradient(circle at 0px 8px, #fff, #fff 4px, #f1f1f1 0, #f1f1f1 5px, #f1f1f1 0) 1px 0/100% 16px repeat-y
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon:after {
    right: 0;
    background: repeating-linear-gradient(#f1f1f1, #f1f1f1 4px, #fff 0, #fff 12px, #f1f1f1 0, #f1f1f1 16px) 9px/1px 100% no-repeat,radial-gradient(circle at 8px 8px, #fff, #fff 4px, #f1f1f1 0, #f1f1f1 5px, #f1f1f1 0) 1px 0/100% 16px repeat-y
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .image {
    width: 70px;
    height: 85px;
    display: flex;
    position: relative;
    flex: none;
    flex-grow: 0;
    padding: 7px;
    justify-content: center;
    align-items: center
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .image img {
    height: 50px;
    width: 50px
}

.section_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: 85px;
    justify-content: space-between;
    padding: 7px
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-top {
    font-size: 1.6rem;
    font-weight: 700
}

.section_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) {
    .section_coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-top {
        font-size:1.4rem
    }

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

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

.section_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
}

.section_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 4px;
    margin-left: 0px;
    min-width: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 18px;
    margin-right: 4px
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .content-bottom .coupon-code:hover {
    background: var(--hover);
    color: #000
}

.section_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: 10px;
    top: 7px
}

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

.section_coupons .swiper_coupons .swiper-slide .box-coupon .content_wrap .info-button:hover {
    border: 1px solid var(--hover)
}

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

@media (max-width: 767px) {
    .section_coupons .swiper_coupons {
        overflow:initial;
        padding: 0px;
        margin: 0px
    }

    .section_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
    }

    .section_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
    }

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

    .section_coupons .swiper_coupons .swiper-wrapper .swiper-slide .box-coupon .content_wrap .content-bottom span {
        font-size: 1.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;
    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)
}

.popup-coupon .item_thanh_note {
    font-size: 1.2rem;
    display: block !important
}

.popup-coupon .item_thanh_note b {
    color: red
}

.section-recenview-product {
    padding: 60px 0px 0px
}

.section-recenview-product .section-title {
    position: relative;
    margin-bottom: 10px
}

.section-recenview-product .section-title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .section-recenview-product {
        padding:50px 0px 0px
    }

    .section-recenview-product .section-title {
        text-align: center
    }

    .section-recenview-product .section-title h2 {
        font-size: 2rem
    }
}

.section-recenview-product .recent-viewed {
    padding: 5px
}

.section-recenview-product .recent-viewed .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.section-recenview-product .recent-viewed .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    padding: 0;
    font-size: 0;
    opacity: 1
}

.section-recenview-product .recent-viewed .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .2s;
    background: var(--mainColor)
}

.section-recenview-product .recent-viewed .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: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    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;
    background-color: #f1f1f1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-recenview-product .recent-viewed .swiper-button-next svg {
    width: 100%;
    height: 100%
}

.section-recenview-product .recent-viewed .swiper-button-next svg path {
    stroke: var(--mainColor)
}

.section-recenview-product .recent-viewed .swiper-button-next:after {
    display: none
}

.section-recenview-product .recent-viewed .swiper-button-next:hover {
    background-color: var(--mainColor)
}

.section-recenview-product .recent-viewed .swiper-button-next:hover svg path {
    stroke: #fff
}

.section-recenview-product .recent-viewed .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: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    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;
    background-color: #f1f1f1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.section-recenview-product .recent-viewed .swiper-button-prev svg {
    width: 100%;
    height: 100%
}

.section-recenview-product .recent-viewed .swiper-button-prev svg path {
    stroke: var(--mainColor)
}

.section-recenview-product .recent-viewed .swiper-button-prev:after {
    display: none
}

.section-recenview-product .recent-viewed .swiper-button-prev:hover {
    background-color: var(--mainColor)
}

.section-recenview-product .recent-viewed .swiper-button-prev:hover svg path {
    stroke: #fff
}

@media (max-width: 767px) {
    .section-recenview-product .recent-viewed .swiper-button-next,.section-recenview-product .recent-viewed .swiper-button-prev {
        width:25px;
        height: 25px;
        line-height: 25px
    }

    .section-recenview-product .recent-viewed .swiper-button-next:after,.section-recenview-product .recent-viewed .swiper-button-prev:after {
        font-size: 1.2rem
    }
}

.section-recenview-product .recent-viewed .swiper-button-lock {
    display: none !important
}

.section-recenview-product .recent-viewed .swiper-button-disabled {
    opacity: 0.35
}

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

.section-recenview-product .recent-viewed:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

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

.section-recenview-product .recent-viewed:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

.section-recenview-product .recent-viewed:hover .swiper-button-prev.swiper-button-lock {
    display: none
}

.section-recenview-product .recent-viewed .item_product_main {
    max-width: 237px
}

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

.gallery-top .swiper-slide {
    padding-bottom: 66%;
    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-top .play-video {
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    padding: 5px 10px;
    box-shadow: 0 0px 2px 0 red, 0 0px 3px 0px red;
    background: #fff
}

.gallery-top .play-video span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px
}

.gallery-top .play-video img {
    height: 28px;
    width: 28px
}

@media (max-width: 767px) {
    .gallery-thumbs {
        margin-top:10px !important
    }
}

.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: 68%;
    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-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: #000;
    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: #000;
    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: 2px 4px;
        width: 122px;
        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
    }
}

.popup-video {
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.89);
    display: none
}

.popup-video.active {
    display: flex
}

.popup-video .close-popup-video {
    background: #fff;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer
}

.popup-video .close-popup-video:hover {
    opacity: 0.8
}

.popup-video iframe {
    height: calc(100vh - 200px);
    width: 1100px
}

@media (max-width: 1100px) {
    .popup-video iframe {
        width:700px
    }
}

@media (max-width: 767px) {
    .popup-video .body-popup {
        padding:0 5px;
        width: 100%
    }

    .popup-video .body-popup iframe {
        width: 100%;
        height: 300px
    }
}

.thump-check {
    line-height: 0;
    position: relative
}

.thump-check .check-bar {
    display: inline-block;
    width: 100%;
    height: 8px;
    background: #f5f5f5;
    border-radius: 5px
}

.thump-check .check-bar1 {
    position: absolute;
    height: 8px;
    top: 0px;
    background-color: #6e0e10;
    -webkit-animation: progress_bar_fill 2s linear infinite;
    animation: progress_bar_fill 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    transition: width .6s ease
}

.thump-check .dot {
    width: 15px;
    height: 15px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    top: -3px
}

.thump-check .dot .gift-item {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    display: block;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    border: 2px solid #6e0e10;
    background: #fff;
    background-image: url(//bizweb.dktcdn.net/100/539/564/themes/978660/assets/icon_gift.png?1742987242301);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: all 0.3s ease
}

.thump-check .dot .gift-item.selected {
    background-image: url(//bizweb.dktcdn.net/100/539/564/themes/978660/assets/checked.png?1742987242301);
    background-size: 12px
}

.thump-check .dot .gift-item:after {
    content: attr(data-entry);
    height: 25%;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #6e0e10;
    top: -16px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    text-align: center
}

.thump-check .dot.active {
    background: #6e0e10
}

.thump-check .dot1 {
    left: calc(50% - 10px)
}

.thump-check .dot2 {
    left: calc(100% - 10px)
}

.m_white_bg_module {
    background: #fff;
    padding: 1rem;
    margin: auto !important
}

.popup_discount {
    top: 0 !important;
    left: 0;
    visibility: hidden;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup_discount.open {
    z-index: 12;
    background: rgba(0,0,0,0.5);
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.popup_discount .b_video {
    width: 800px;
    max-width: calc(100% - 10px)
}

.popup_discount .b_video .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.popup_discount .b_video .title_popup {
    padding: 10px;
    font-size: 18px;
    font-weight: 600
}

.popup_discount .b_video .title_popup h5 {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 10px
}

.popup_discount .b_video .embed-responsive-16by9::before {
    padding-top: 56.25%
}

.popup_discount .b_video .embed-responsive::before {
    display: block;
    content: ""
}

.popup_discount .b_video .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.popup_discount .max-100 {
    position: relative;
    max-width: 100%
}

.popup_discount .close_discount {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    z-index: 2;
    border-radius: 50%
}

@media (min-width: 768px) {
    .popup_discount .close_discount {
        right:-6px;
        top: -12px;
        transition: all 0.3s;
        position: absolute
    }
}

.popup_discount .close_discount img {
    max-width: 16px;
    filter: brightness(0)
}

@media (min-width: 768px) {
    .popup_discount .close_discount:hover {
        transform:scale(1.1) rotate(360deg)
    }
}

@keyframes progress_bar_fill {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 40px 0
    }
}

.js-gift-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.js-gift-item {
    cursor: pointer;
    padding: 8px;
    border: 2px solid #E8E8E8;
    color: #6e0e10;
    font-size: 13px;
    transition: all 0.3s ease;
    min-width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    display: none
}

.js-gift-item.active {
    display: flex
}

.js-gift-item.selected,.js-gift-item:hover {
    border: 2px solid #6e0e10
}

.js-gift-item:after {
    content: " \2713";
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #28a745;
    color: #fff;
    bottom: 10px;
    right: 10px;
    transform: scale(0);
    transition: all 0.3s;
    border-radius: 50%
}

.js-gift-item.selected {
    opacity: 1;
    position: relative;
    pointer-events: none;
    cursor: default
}

.js-gift-item.selected:after {
    transform: scale(1);
    transition: all 0.3s
}

.js-gift-item.disabled {
    opacity: 0.75;
    position: relative;
    pointer-events: none
}

.js-gift-item.loading {
    opacity: 0.75;
    position: relative;
    pointer-events: none
}

.js-gift-item img {
    max-width: 75px;
    margin-right: 15px
}

.gift-text b,.gift-text a {
    color: #6e0e10
}

.cart-tinhtrang {
    border: 2px solid #6e0e10;
    padding: 15px;
    background-image: linear-gradient(90deg, #fff4f7 0%, #fff 50%, #fff4f7 100%);
    margin-bottom: 15px
}

.cart-tinhtrang .tt_voucher {
    width: auto;
    color: #6e0e10;
    font-weight: 600;
    font-size: 1.6rem;
    display: block
}

.cart-tinhtrang .qt_voucher {
    display: block;
    margin-bottom: 35px;
    font-size: 1.4rem
}

.cart-tinhtrang .coupon {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
    font-size: 16px
}

.cart-tinhtrang .coupon li {
    margin-bottom: 5px
}

.cart-tinhtrang .coupon li b {
    color: #000;
    font-weight: 500
}

.cart-tinhtrang .coupon li b a {
    color: #6e0e10
}

.cart-tinhtrang .coupon li .coupon-content {
    display: block;
    line-height: 1.2;
    font-size: 1.4rem
}

.cart-tinhtrang .coupon li .coupon-code {
    display: inline-block;
    color: #fff;
    background: #6e0e10;
    padding: 5px 10px;
    margin-top: 5px;
    margin-left: 0px;
    pointer-events: none;
    cursor: default
}

.cart-tinhtrang .coupon li .coupon-code:hover {
    background: #2a0506
}

.cart-tinhtrang .coupon li.active {
    opacity: 1
}

.cart-tinhtrang .coupon li.active .coupon-code {
    pointer-events: inherit;
    cursor: pointer
}

.open_discount {
    display: inline-block;
    color: #fff;
    background: #6e0e10;
    padding: 5px 10px;
    margin-top: 5px;
    margin-left: 0px;
    pointer-events: none;
    cursor: default;
    opacity: 0.5
}

.open_discount:hover {
    background: var(--mainColor)
}

.open_discount.active {
    opacity: 1;
    pointer-events: inherit;
    cursor: pointer
}

.tag_pro_detail {
    margin-bottom: 15px;
    display: flex;
    flex-flow: row wrap;
    border-top: 1px dashed var(--mainColor);
    padding-top: 15px;
    border-bottom: 1px dashed var(--mainColor)
}

.tag_pro_detail .item-attribute {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

@media (max-width: 400px) {
    .tag_pro_detail .item-attribute {
        flex-basis:50%;
        max-width: 50%
    }
}

.tag_pro_detail .item-attribute .short-des-icon img {
    max-height: 24px;
    max-width: 24px;
    margin-top: 3px
}

.tag_pro_detail .item-attribute .des-info {
    padding: 0 5px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase
}

.tag_pro_detail .item-attribute .des-info .des-info__label {
    font-size: 1.2rem;
    line-height: 18px;
    color: #333;
    font-weight: 500
}

.tag_pro_detail .item-attribute .des-info .des-info__value {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 16px;
    color: var(--mainColor)
}

.tag_pro_detail .item-attribute .des-info .des-info__value .des-sub {
    margin-bottom: 0px
}

.store-folow {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #1F1F29;
}

.store-folow .title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 0px
}

.store-folow .title b {
    color: #173963;
    display: block;
    font-size: 26px;
    margin-bottom: 5px
}

.store-folow .title span {
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    border: 2px solid #ffae19;
    border-radius: 10px;
    color: #ffae19;
    margin-bottom: 10px
}

.store-folow .title span svg {
    border: 2px solid;
    margin-right: 5px;
    width: 16px;
    height: 16px
}

.store-folow .title span path {
    fill: #ffae19
}

.store-folow .item_store {
    /* display: flex; */
    margin-bottom: 15px
}

.store-folow .item_store .item_image_store {
    width: 72px;
    height: 70px;
    margin-right: 10px;
    min-width: 72px
}

.store-folow .item_store .image {
    padding-bottom: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    background: #fff;
    border: 1px solid #dee2e6 !important
}

.store-folow .item_store .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 3px
}

.store-folow .item_store .info_store .name_title {
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2
}

.store-folow .item_store .info_store .text {
    margin-bottom: 0px;
    line-height: 1.2;
    font-size: 1.2rem
}

.store-folow .button-group a {
    font-size: 18px;
    border: 2px solid #000;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
}

.store-folow .button-group a svg {
    width: 20px;
    height: 20px
}

/* .store-folow .button-group a:nth-child(1) {
    border: 1px solid #173963;
    color: #173963;
    margin-bottom: 5px
}

.store-folow .button-group a:nth-child(1):hover {
    background: #173963;
    color: #fff
} */

.store-folow .button-group a:nth-child(1) {
    color: #000;
    background: #ffae19;
    border: 1px solid #ffae19
}

.store-folow .button-group a:nth-child(1):hover {
    border: 1px solid #173963;
    color: #fff;
    background-color: #173963
}

.box_com_bo_buy {
    min-height: 120px;
    padding: 10px;
    width: 100%;
    border-left: 3px solid var(--mainColor);
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 15px;
    background-color: #f1f1f1
}

@media (max-width: 992px) {
    .box_com_bo_buy {
        margin-bottom:20px
    }
}

.box_com_bo_buy h3 {
    font-size: 1.6rem;
    font-weight: 600
}

.box_com_bo_buy .item_img_com {
    margin-right: .5rem;
    display: none;
    width: 70px;
    height: 70px;
    background: #f6f6f6;
    padding: 5px
}

.box_com_bo_buy .item_img_com:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center
}

.box_com_bo_buy .item_img_com:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center
}

.box_com_bo_buy .item_img_com img {
    width: auto
}

.box_com_bo_buy .item_span_com {
    width: 35px;
    height: 70px;
    margin-right: .5rem;
    background: #f6f6f6;
    color: var(--textColor);
    font-weight: 600;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    align-items: center
}

.box_com_bo_buy .item_span_see {
    margin-left: .5rem;
    color: var(--textColor);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center
}

.box_com_bo_buy:hover .item_span_see {
    color: var(--mainColor)
}

.combo_pro {
    top: 0 !important;
    padding: 0 10px;
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 99999;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 60px;
    padding-bottom: 10px;
    width: 400px
}

.combo_pro .title-popup {
    background: var(--mainColor);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold
}

.combo_pro .title-popup .til_h3 {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px
}

.combo_pro .title-popup .til_h3 img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    cursor: pointer
}

.combo_pro .title-popup .til_h3 img:hover {
    opacity: 0.8
}

.combo_pro .title-popup .close-popup {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer
}

.combo_pro .title-popup .close-popup svg {
    transition: transform 0.3s
}

.combo_pro .title-popup .close-popup:hover svg {
    transform: rotate(90deg)
}

@media (max-width: 500px) {
    .combo_pro {
        width:90%
    }
}

.combo_pro.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.combo_pro .product-bundled-section #bundled-form {
    width: 100%;
    margin: 0
}

@media (max-width: 767px) {
    .combo_pro .product-bundled-section #bundled-form {
        flex-flow:column
    }
}

.combo_pro .product-bundled-section .bundled-products .bundled-product {
    max-width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    border: 2px solid var(--mainColor);
    margin-bottom: 15px;
    padding: 5px
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .bundled-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    border-color: #838383;
    z-index: 99;
    margin: 0;
    width: auto;
    height: auto;
    opacity: 1
}

@media (max-width: 767px) {
    .combo_pro .product-bundled-section .bundled-products .bundled-product .bundled-checkbox {
        height:25px;
        width: 25px
    }
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .bundled-checkbox:focus {
    outline: none;
    box-shadow: none
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .bundled-checkbox:checked,.combo_pro .product-bundled-section .bundled-products .bundled-product .bundled-checkbox:hover {
    background-color: red;
    border-color: red
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .thumb-product {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 240 / 240;
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-right: 10px
}

@media (max-width: 767px) {
    .combo_pro .product-bundled-section .bundled-products .bundled-product .thumb-product {
        margin-bottom:10px
    }
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .box_content_pro {
    width: calc(100% - 100px);
    text-align: left
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .box_content_pro .price {
    color: var(--price);
    font-weight: 600;
    display: block
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .thumb-product img {
    width: auto;
    max-width: 90px;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .view-product {
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 1;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 24px;
    height: 24px
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .view-product:hover {
    color: var(--mainColor)
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .bundled-variants {
    font-size: 14px
}

.combo_pro .product-bundled-section .bundled-products .bundled-product .bundled-variants:focus {
    outline: none;
    box-shadow: none
}

.combo_pro .product-bundled-section .bundled-right {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    font-size: 14px;
    margin-left: auto
}

@media (max-width: 991px) {
    .combo_pro .product-bundled-section .bundled-right {
        min-width:200px
    }
}

@media (max-width: 767px) {
    .combo_pro .product-bundled-section .bundled-right {
        width:100%;
        padding-left: 0;
        padding-top: 15px;
        font-size: 15px;
        border-top: 1px solid #f3f5f7;
        margin-top: 15px
    }
}

.combo_pro .product-bundled-section .bundled-right #bundled-price {
    color: var(--mainColor);
    font-weight: 600;
    font-size: 17px
}

.combo_pro .product-bundled-section .bundled-right button {
    margin-top: 10px;
    border: 1px solid var(--mainColor);
    background-color: var(--mainColor);
    color: #fff;
    padding: 5px 15px
}

@media (max-width: 767px) {
    .combo_pro .product-bundled-section .bundled-right button {
        width:100%
    }
}

.combo_pro .product-bundled-section .bundled-right button:hover {
    background-color: var(--hover);
    color: #000;
    border: 1px solid var(--hover)
}

.combo_pro .swatchitem {
    font-size: 14px;
    margin-bottom: 5px
}

.combo_pro .swatchitem .header {
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 1.2
}

.combo_pro .swatchitem .swatch-element {
    display: inline-block;
    margin: 0px 5px 5px 0;
    position: relative;
    height: 26px
}

.combo_pro .swatchitem .swatch-element input {
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    height: 26px
}

.combo_pro .swatchitem .swatch-element label {
    min-width: 36px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--textColor);
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 5px;
    position: relative;
    margin-bottom: 0;
    text-align: center
}

.combo_pro .swatchitem .swatch-element label:hover {
    background-color: var(--mainColor)
}

.combo_pro .swatchitem .swatch-element label .crossed-out {
    display: none
}

.combo_pro .swatchitem .swatch-element input:checked+label {
    background: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff
}

.combo_pro .swatchitem .swatch-element.color.tim label {
    background-color: #b6ade4;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.xanh label {
    background-color: #024779;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.vang label {
    background-color: #fce505;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.den label {
    background-color: #000000;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.do label {
    background-color: #f20808;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.xanh-la label {
    background-color: #d5ffaf;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.xam label {
    background-color: #615a5a;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.bac label {
    background-color: #c4c4c4;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.trang label {
    background-color: #ffffff;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.hong label {
    background-color: #e377fb;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.xanh-rung label {
    background-color: #005c23;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.xanh-bien label {
    background-color: #64d0ff;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.than-chi label {
    background-color: #686868;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.mau-14 label {
    background-color: #ebacac;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.mau-15 label {
    background-color: #abc972;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.mau-16 label {
    background-color: #aa5f5f;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.mau-17 label {
    background-color: #057085;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.mau-18 label {
    background-color: #2c1585;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.mau-19 label {
    background-color: #850c0c;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color.mau-20 label {
    background-color: #001b74;
    min-width: 26px;
    height: 26px
}

.combo_pro .swatchitem .swatch-element.color label {
    border-radius: 50%;
    min-width: 26px
}

.combo_pro .swatchitem .swatch-element.color input:checked+label {
    border: 2px solid #00ff4e
}

#successModal {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    height: 140px;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    #successModal {
        width:100%;
        bottom: 0;
        top: auto !important;
        left: 0;
        right: 0;
        transform: translateY(100%);
        background-color: #fff;
        transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
        visibility: hidden;
        opacity: 0;
        display: block !important
    }

    #successModal.active {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

#successModal .modal-content {
    padding: 10px;
    border-radius: 0;
    background-color: #fff;
    border: 2px solid var(--mainColor);
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 15px
}

@media (max-width: 767px) {
    #successModal .modal-content {
        border:none
    }
}

#successModal .modal-content .close {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    color: #000
}

#successModal .modal-content .close:hover {
    color: var(--mainColor);
    cursor: pointer
}

#successModal .modal-content #successMessage {
    margin-bottom: 0;
    font-weight: 600
}

#successModal .modal-content .btn {
    width: 100%;
    padding: 0px 20px;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
    margin-top: 15px;
    border-radius: 15px;
    max-width: 170px
}

#successModal .modal-content .btn:hover {
    color: #000;
    background-color: var(--hover)
}

.section_same_price .section-index {
    padding: 30px 0 0px
}

@media (max-width: 767px) {
    .section_same_price .section-index {
        padding:25px 0 0px
    }
}

.section_same_price .section-title {
    position: relative;
    margin-bottom: 10px
}

.section_same_price .section-title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 0px
}

.section_same_price .section-title h2 span {
    color: var(--supColor)
}

@media (max-width: 767px) {
    .section_same_price .section-title {
        text-align:center
    }

    .section_same_price .section-title h2 {
        font-size: 2rem
    }
}

.section_same_price .product-same-swiper {
    padding: 2px
}

.section_same_price .product-same-swiper .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.section_same_price .product-same-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    padding: 0;
    font-size: 0;
    opacity: 1
}

.section_same_price .product-same-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all .2s;
    background: var(--mainColor)
}

.section_same_price .product-same-swiper .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: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    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;
    background-color: #f1f1f1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_same_price .product-same-swiper .swiper-button-next svg {
    width: 100%;
    height: 100%
}

.section_same_price .product-same-swiper .swiper-button-next svg path {
    stroke: var(--mainColor)
}

.section_same_price .product-same-swiper .swiper-button-next:after {
    display: none
}

.section_same_price .product-same-swiper .swiper-button-next:hover {
    background-color: var(--mainColor)
}

.section_same_price .product-same-swiper .swiper-button-next:hover svg path {
    stroke: #fff
}

.section_same_price .product-same-swiper .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: var(--mainColor);
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    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;
    background-color: #f1f1f1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.section_same_price .product-same-swiper .swiper-button-prev svg {
    width: 100%;
    height: 100%
}

.section_same_price .product-same-swiper .swiper-button-prev svg path {
    stroke: var(--mainColor)
}

.section_same_price .product-same-swiper .swiper-button-prev:after {
    display: none
}

.section_same_price .product-same-swiper .swiper-button-prev:hover {
    background-color: var(--mainColor)
}

.section_same_price .product-same-swiper .swiper-button-prev:hover svg path {
    stroke: #fff
}

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

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

.section_same_price .product-same-swiper .swiper-button-lock {
    display: none !important
}

.section_same_price .product-same-swiper .swiper-button-disabled {
    opacity: 0.35
}

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

.section_same_price .product-same-swiper:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

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

.section_same_price .product-same-swiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

.section_same_price .product-same-swiper:hover .swiper-button-prev.swiper-button-lock {
    display: none
}

.show-more-same {
    text-align: center;
    display: block
}

.product-favi {
    position: relative;
    background: #1F1F29;
    padding: 10px
}

.product-favi .title-head {
    margin: 0;
    display: block;
    padding: 0px 0px 10px;
    font-size: 1.6rem;
    font-weight: 600
}

.product-favi .title-head:hover {
    color: var(--subColor)
}

.product-favi .product-favi-content .product-view {
    display: inline-block;
    padding: 10px;
    background: #fff;
    position: relative;
    width: 100%
}

.product-favi .product-favi-content .product-view:last-child {
    border-bottom: none
}

.product-favi .product-favi-content .product-view .image_thumb {
    display: inline-block;
    float: left;
    width: 100%;
    width: 65px;
    padding: 0px
}

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

.product-favi .product-favi-content .product-view .product-info {
    margin: 0px;
    position: relative
}

.product-favi .product-favi-content .product-view .product-info h3 {
    padding: 0;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 3px;
    line-height: 20px;
    text-transform: capitalize;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1199px) {
    .product-favi .product-favi-content .product-view .product-info h3 {
        font-size:14px
    }
}

.product-favi .product-favi-content .product-view .product-info h3:hover,.product-favi .product-favi-content .product-view .product-info h3:focus {
    color: var(--subColor)
}

.product-favi .product-favi-content .product-view .product-info h3:hover a,.product-favi .product-favi-content .product-view .product-info h3:focus a {
    color: var(--subColor)
}

.product-favi .product-favi-content .product-view .product-info .price-box {
    color: #cc2020;
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.product-favi .product-favi-content .product-view .product-info .price-box .price {
    padding-right: 5px
}

.product-favi .product-favi-content .product-view .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 24px;
    font-weight: 300
}
