﻿@charset "utf-8";

.woocommerce-cart .cart_totals:has(.blockUI),
.woocommerce-cart .woocommerce-cart-form:has(.blockUI),
.woocommerce-checkout-review-order:has(.blockUI),
.woocommerce-mini-cart-item:has(.blockUI) {
    opacity: .5
}

.woocommerce-cart .cart_totals .blockUI.blockOverlay,
.woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay,
.woocommerce-mini-cart-item .blockUI.blockOverlay {
    background-color: transparent !important;
    opacity: .5 !important
}

.woocommerce-cart .cart_totals .blockUI.blockOverlay:before,
.woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before,
.woocommerce-checkout-review-order .blockUI.blockOverlay:before,
.woocommerce-mini-cart-item .blockUI.blockOverlay:before {
    animation: spin .6s linear infinite;
    border-bottom: 3px solid rgba(0, 0, 0, .1) !important;
    border-left: 3px solid var(--fs-color-primary);
    border-radius: 50%;
    border-right: 3px solid rgba(0, 0, 0, .1) !important;
    border-top: 3px solid rgba(0, 0, 0, .1) !important;
    content: "";
    display: block;
    font-size: 2em;
    height: 30px;
    left: 50%;
    line-height: 1;
    margin-left: -.5em;
    margin-top: -.5em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px
}

.dark .woocommerce-cart .cart_totals .blockUI.blockOverlay:before,
.dark .woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before,
.dark .woocommerce-checkout-review-order .blockUI.blockOverlay:before,
.dark .woocommerce-mini-cart-item .blockUI.blockOverlay:before {
    border: 3px solid rgba(0, 0, 0, .1) !important;
    border-left-color: #fff !important
}

.product-summary .ux-product-brands {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px
}

.product-summary .ux-product-brands a:hover {
    opacity: .7
}

@media(min-width:1000px) {
    .product-summary .ux-product-brands {
        flex-direction: column;
        float: right;
        margin-block: 0;
        margin-inline-start: 15px
    }

    .product-summary .ux-product-brands a {
        background-color: #fff;
        border: 1px solid #e0e0e0;
        max-width: 100px;
        min-height: 70px;
        padding: 5px;
        transition: border-color .2s ease-in-out
    }

    .product-summary .ux-product-brands a:hover {
        border-color: #969696;
        opacity: 1
    }
}

.product-summary.text-center .ux-product-brands {
    justify-content: space-evenly
}

@media(min-width:1000px) {
    .product-summary.text-center .ux-product-brands {
        align-items: center;
        flex-direction: row;
        float: none;
        margin-inline: 0
    }

    .product-summary.text-center .ux-product-brands a {
        border: none
    }

    .product-summary.text-right .ux-product-brands {
        float: left;
        margin-inline-end: 15px;
        margin-inline-start: 0
    }
}

.brands_index {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 30px 0 0
}

.brands_index li {
    margin: 0 !important
}

.dark ul.brands_index li span {
    opacity: .3
}

.category-page-row {
    padding-top: 30px
}

.price_slider_amount input {
    display: none
}

.woocommerce-result-count {
    display: inline-block;
    margin: 0 1em 0 auto
}

.woocommerce-ordering,
.woocommerce-ordering select {
    display: inline-block;
    margin: 5px 0
}

.add_to_cart_button.added {
    display: none
}

a.added_to_cart {
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase
}

a.added_to_cart:after {
    content: " →"
}

.grid-style-3 .title-wrapper {
    flex: 1;
    min-width: 60%;
    overflow: hidden;
    padding-right: 15px;
    text-overflow: ellipsis
}

.grid-style-3 .price-wrapper {
    text-align: right
}

.grid-style-3 .star-rating {
    margin: .2em 0;
    text-align: right
}

.grid-style-3 .price del {
    display: block
}

.grid-style-3 .price del span.amount {
    margin: 0
}

.price-wrapper .review-count {
    margin-left: 4px
}

.products .box-vertical .box-text {
    font-size: 1.1em
}

.page-numbers.button.current {
    opacity: .6;
    pointer-events: none
}

.grid-tools {
    backface-visibility: hidden;
    display: flex;
    margin-bottom: -1px;
    padding: 0 !important;
    white-space: nowrap;
    width: 100%
}

.grid-tools a {
    background-color: var(--fs-color-primary);
    color: #f1f1f1;
    display: block;
    font-size: .85em;
    font-weight: 700;
    opacity: .95;
    padding: .4em 0 .5em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: opacity .3s;
    width: 100%
}

.grid-tools a.quick-view:focus-visible {
    outline-offset: -4px
}

.grid-tools a+a {
    border-left: 1px solid hsla(0, 0%, 100%, .1)
}

.grid-tools a:hover {
    color: #fff;
    opacity: 1
}

.grid-tools .add-to-cart-grid {
    width: 0
}

@media(max-width:849px) {
    .category-filter-row {
        padding: 10px 0
    }
}

.filter-button {
    display: inline-block;
    margin-top: .5em
}

.box-image .out-of-stock-label {
    background: #fff;
    background: hsla(0, 0%, 100%, .9);
    color: #333;
    font-weight: 700;
    left: 0;
    opacity: .9;
    padding: 20px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 40%
}

.featured-title .woocommerce-result-count {
    display: none
}

.widget_product_categories>ul>li {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.widget_product_categories>ul>li span {
    font-size: .85em;
    opacity: .4
}

.widget_product_categories>ul>li ul span.count {
    display: none
}

.message-wrapper+.login {
    background-color: rgba(0, 0, 0, .03);
    padding: 30px
}

.woocommerce-form-login .button {
    margin-bottom: 0
}

.woocommerce-billing-fields {
    border-top: 2px solid #ddd;
    padding-top: 15px
}

.woocommerce-billing-fields p {
    margin-bottom: .5em
}

form.checkout h3 {
    font-size: 1.1em;
    font-weight: bolder;
    overflow: hidden;
    padding-top: 10px;
    text-transform: uppercase
}

form.checkout input[type=checkbox] {
    margin-bottom: 0;
    margin-right: .5em;
    margin-top: 0
}

.payment_methods li+li {
    border-top: 1px solid #ececec;
    padding-top: 7px
}

.payment_methods p {
    font-size: .9em
}

.payment_method_paypal img {
    margin: 0 10px;
    max-width: 130px
}

a.about_paypal {
    font-size: .8em
}

.woocommerce-privacy-policy-text {
    font-size: 85%
}

.form-row-wide {
    clear: both
}

.form-row-push {
    margin-top: -15px
}

@media(min-width:550px) {

    .form-row-first,
    .form-row-last {
        float: left;
        width: 48%
    }

    .form-row-first {
        margin-right: 4%
    }
}

button#place_order {
    font-size: 1.2em;
    line-height: 1.2;
    margin-right: 0;
    padding-bottom: .5em;
    padding-top: .5em;
    white-space: normal;
    width: 100%
}

#ship-to-different-address {
    padding-top: 0
}

#ship-to-different-address label {
    font-weight: 400;
    text-transform: none
}

#billing_address_2_field>label,
#shipping_address_2_field>label {
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0
}

@media(max-width:549px) {

    #billing_address_2_field>label,
    #shipping_address_2_field>label {
        display: none
    }
}

.wc-terms-and-conditions {
    border-top: 1px solid #ececec;
    margin-top: -15px;
    padding: 15px 0
}

.wc-terms-and-conditions input {
    margin-bottom: 0
}

.wc-terms-and-conditions label {
    font-weight: 400
}

div.create-account {
    clear: both
}

.form-row.create-account {
    font-size: 1.1em;
    margin: 0
}

.form-row.create-account label {
    font-weight: 400
}

.page-checkout-simple {
    padding: 3% 0
}

@media(max-width:849px) {
    .page-checkout-simple .medium-text-center #logo {
        margin: 0 auto
    }
}

.js_active .woocommerce-account-fields p.create-account+div.create-account,
.js_active .woocommerce-shipping-fields #ship-to-different-address+div.shipping_address {
    display: none
}

.widget_price_filter form {
    margin: 0
}

.widget_price_filter .price_slider {
    background: #f1f1f1;
    margin-bottom: 1em
}

.widget_price_filter .price_label {
    padding-top: 6px
}

.widget_price_filter span {
    font-weight: 700
}

.widget_price_filter .price_slider_amount {
    font-size: .8751em;
    line-height: 1;
    text-align: right
}

.widget_price_filter .price_slider_amount .button {
    background-color: #666;
    border-radius: 99px;
    float: left;
    font-size: .85em
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #666;
    border-radius: 999px;
    cursor: pointer;
    height: 15px;
    outline: none;
    position: absolute;
    top: -5px;
    width: 15px;
    z-index: 2
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #666;
    border: 0;
    border-radius: 99px;
    display: block;
    font-size: 10px;
    opacity: .5;
    position: absolute;
    z-index: 1
}

.widget_price_filter .ui-slider-horizontal {
    border-radius: 99px;
    height: 5px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.widget li.chosen a:before {
    color: currentColor;
    content: "x";
    display: inline-block;
    margin-right: 5px;
    opacity: .6;
    position: relative;
    top: -2px
}

.wc-layered-nav-term.chosen>a:before {
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 99px;
    height: 18px;
    line-height: 12px;
    text-align: center;
    width: 18px
}

.dark .wc-layered-nav-term.chosen>a:before {
    background-color: rgba(0, 0, 0, .5)
}

.widget_layered_nav_filters ul li.chosen {
    border: 0 !important;
    display: inline-block;
    margin-right: 10px
}

.widget_layered_nav_filters ul li.chosen a {
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 99px;
    display: inline-block;
    font-size: .85em;
    font-weight: 400;
    opacity: .9;
    padding: 0 7px
}

.dark .widget_layered_nav_filters ul li.chosen a {
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.widget_layered_nav_filters ul li.chosen a:before {
    content: "x";
    margin-right: 3px;
    opacity: .4;
    position: relative;
    top: -1px
}

.widget_layered_nav_filters ul li.chosen a:hover:before {
    opacity: 1
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0
}

.message-wrapper {
    margin: 0;
    padding-bottom: .5em
}

#wrapper>.message-wrapper {
    font-size: 1.1em;
    margin-bottom: 10px;
    outline: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

ul.message-wrapper li {
    list-style: none
}

.message-container span {
    font-weight: 700
}

.message-container .wc-forward {
    display: none
}

.message-container a {
    margin: 0 15px 0 0
}

.container .message-container {
    padding-left: 0;
    padding-right: 0
}

.message-wrapper+main .product-main {
    padding-top: 0
}

.demo_store {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: center
}

#wrapper>.has-transparent~.message-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .1);
    left: 50%;
    max-width: 800px;
    padding: 20px 25px;
    position: fixed;
    top: calc(var(--flatsome-scroll-padding-top) + 30px);
    transform: translate(-50%);
    transition: top .6s;
    width: 80vw;
    z-index: 1002
}

#wrapper>.has-transparent.transparent~.message-wrapper {
    top: 150px
}

.form-row input[type=submit] {
    margin: 0
}

.form-row input[type=submit]+label {
    margin-left: 15px
}

.my-account-header.featured-title .page-title-inner {
    min-height: 100px
}

.my-account-header .button {
    margin-bottom: 5px;
    margin-top: 5px
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 1.5em
}

form.lost_reset_password {
    padding: 30px 0
}

.dashboard-links {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3em;
    line-height: 1;
    list-style: none
}

.dashboard-links a {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    margin-right: 10px;
    padding: 20px 0;
    text-align: center;
    transition: all .3s
}

.dashboard-links .active {
    display: none
}

.dashboard-links a:hover {
    background-color: #333;
    color: #fff
}

.dashboard-links li {
    width: 33.333%
}

@media(max-width:849px) {
    .dashboard-links li {
        width: 50%
    }
}

@media(max-width:549px) {
    .dashboard-links li {
        width: 100%
    }
}

@media(max-width:849px) {
    .account-container:has(.woocommerce-form-register)>.row>.col-1 {
        border-bottom: 1px solid #ececec;
        margin-bottom: 30px;
        padding-bottom: 30px !important
    }
}

.password-input {
    display: block;
    position: relative
}

.password-input input:focus~.show-password-input,
.password-input:hover .show-password-input {
    visibility: visible
}

.woocommerce-EditAccountForm input[type=password],
.woocommerce-form input[type=password] {
    padding: 0 2em 0 .75em
}

.show-password-input {
    cursor: pointer;
    line-height: 1.35;
    padding: .618em;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden
}

.show-password-input:after {
    content: "";
    font-family: fl-icons
}

.show-password-input.display-password:after {
    content: "";
    font-family: fl-icons
}

#login-form-popup .woocommerce-notices-wrapper:not(:empty) {
    padding: 20px 20px 0
}

#login-form-popup .woocommerce-form {
    margin-bottom: 0
}

#login-form-popup:not(:has(.account-register-inner)) {
    max-width: 440px
}

#login-form-popup .account-container.lightbox-inner>.account-login-inner {
    padding-left: 15px;
    padding-right: 15px
}

.price {
    line-height: 1
}

.product-info .price {
    font-size: 1.5em;
    font-weight: bolder;
    margin: .5em 0
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 7.5px 0
}

.price-wrapper .price {
    display: block
}

span.amount {
    color: #111;
    font-weight: 700;
    white-space: nowrap
}

.dark .price,
.dark .price del,
.dark span.amount {
    color: #fff
}

.header-cart-title span.amount {
    color: currentColor
}

del span.amount {
    font-weight: 400;
    margin-right: .3em;
    opacity: .6
}

.no-prices .amount {
    display: none !important
}

ul.product_list_widget li {
    line-height: 1.33;
    list-style: none;
    margin-bottom: 0;
    min-height: 80px;
    overflow: hidden;
    padding: 10px 0 5px 75px;
    position: relative;
    vertical-align: top
}

ul.product_list_widget li+li {
    border-top: 1px solid #ececec
}

.dark ul.product_list_widget li {
    border-color: hsla(0, 0%, 100%, .2)
}

.widget_shopping_cart ul.product_list_widget li {
    padding-right: 30px
}

ul.product_list_widget li>span.reviewer {
    font-size: .8em
}

ul.product_list_widget li a:not(.remove) {
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

ul.product_list_widget li a.remove {
    position: absolute;
    right: 0
}

ul.product_list_widget li dl {
    font-size: .8em;
    margin: 0
}

ul.product_list_widget li img {
    height: 60px;
    left: 0;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 10px;
    width: 60px
}

ul.product_list_widget li .quantity {
    display: block;
    font-size: .85em;
    margin-top: 3px;
    opacity: .6
}

ul.product_list_widget li .quantity.buttons_added {
    display: flex
}

.product-main {
    padding: 40px 0
}

.page-title:not(.featured-title)+main .product-main {
    padding-top: 15px
}

.product-info {
    padding-top: 10px
}

.product-summary .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: .75em;
    vertical-align: top
}

.product-summary .variations_button {
    padding: .5em 0
}

.product-summary table tr+tr {
    border-top: 1px dashed #ddd
}

form.cart a.added_to_cart.wc-forward {
    display: none
}

.woocommerce-variation-add-to-cart,
form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    width: 100%
}

.woocommerce-variation-add-to-cart>*,
form.cart>* {
    flex: 1 1 100%;
    margin: 0
}

.woocommerce-variation-add-to-cart :where(.ux-quantity, .single_add_to_cart_button, .ux-buy-now-button),
form.cart :where(.ux-quantity, .single_add_to_cart_button, .ux-buy-now-button) {
    flex: 0 0 auto
}

.text-center .woocommerce-variation-add-to-cart,
.text-center form.cart {
    justify-content: center
}

.text-right .woocommerce-variation-add-to-cart,
.text-right form.cart {
    justify-content: end
}

.product_meta {
    font-size: .8em;
    margin-bottom: 1em
}

.product_meta>span {
    border-top: 1px dotted #ddd;
    display: block;
    padding: 5px 0
}

.product-info p.stock {
    font-size: .8em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1em
}

p.in-stock {
    color: var(--fs-color-success)
}

.group_table .quantity {
    margin: 0
}

.group_table .price {
    font-size: 1em
}

.group_table .label label {
    margin: 0;
    padding: 0
}

.product-gallery,
.product-thumbnails .col {
    padding-bottom: 0 !important
}

.product-gallery-slider img,
.product-thumbnails img {
    width: 100%
}

.product-gallery-slider .woocommerce-product-gallery__image a:focus-visible {
    outline: none !important
}

.product-gallery-wide {
    position: relative
}

@media screen and (min-width:850px) {
    .product-gallery-stacked {
        overflow: auto !important;
        white-space: normal !important;
        width: auto !important
    }

    .product-gallery-stacked .flickity-slider,
    .product-gallery-stacked .flickity-viewport {
        height: auto !important
    }

    .product-gallery-stacked .flickity-slider,
    .product-gallery-stacked .slide {
        left: 0 !important;
        position: relative !important;
        right: 0 !important;
        transform: none !important
    }

    .product-gallery-stacked .slide {
        overflow: hidden
    }

    .product-gallery-stacked .slide:not(:last-child) {
        margin-bottom: 1.5em
    }

    .product-gallery-stacked.product-gallery-grid-layout .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) {
        display: grid;
        gap: 10px
    }

    .product-gallery-stacked.product-gallery-grid-layout .flickity-slider .slide,
    .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) .slide {
        margin-bottom: 0 !important
    }

    .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider .slide:first-child,
    .product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) .slide:first-child {
        grid-column: 1/3
    }

    .product-gallery-stacked.product-gallery-grid-layout--2 .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout--2:not(.flickity-enabled) {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:first-child {
        grid-column: span 6;
        order: 4
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(2) {
        grid-column: span 2;
        order: 1
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(3) {
        grid-column: span 2;
        order: 2
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(4) {
        grid-column: span 2;
        order: 3
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(n+5) {
        grid-column: span 3;
        order: 5
    }

    .product-stacked-info {
        padding: 5vh 5% 2vh
    }
}

.product-thumbnails {
    padding-top: 0
}

.product-thumbnails a {
    background-color: #fff;
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    transform: translateY(0)
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    border-color: rgba(0, 0, 0, .2)
}

.product-thumbnails img {
    backface-visibility: hidden;
    margin-bottom: -5px;
    opacity: .5;
    transition: transform .6s, opacity .6s
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
    border-color: rgba(0, 0, 0, .3);
    opacity: 1;
    transform: translateY(-5px)
}

.vertical-thumbnails .row-slider:not(.flickity-enabled) {
    opacity: 0
}

@media screen and (min-width:850px) {
    .vertical-thumbnails {
        overflow-x: hidden;
        overflow-y: auto
    }

    .vertical-thumbnails .col {
        left: 0 !important;
        margin-left: 1px;
        max-width: 100% !important;
        min-height: 0 !important;
        padding: 0 0 15px !important;
        position: relative !important;
        right: 0 !important;
        width: 95% !important
    }

    .vertical-thumbnails .flickity-slider,
    .vertical-thumbnails .flickity-viewport {
        height: auto !important;
        overflow: visible !important;
        transform: none !important
    }
}

.product-footer .woocommerce-tabs {
    border-top: 1px solid #ececec;
    padding: 30px 0
}

.product-footer .woocommerce-tabs>.nav-line-grow,
.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: -31px
}

#product-sidebar .next-prev-thumbs {
    margin: 0 0 3em
}

.mfp-content #product-sidebar {
    display: block !important
}

.mfp-content #product-sidebar:where(:not(:has(>.sidebar-inner))) {
    padding: 30px 20px
}

.mfp-content #product-sidebar:where(:has(>.sidebar-inner)) {
    padding: 0
}

.product-sidebar-small {
    font-size: .9em
}

.product-sidebar-small .widget-title {
    text-align: center
}

.product-sidebar-small .is-divider {
    margin-left: auto;
    margin-right: auto
}

.product-sidebar-small ul.product_list_widget li {
    padding-left: 60px
}

.product-sidebar-small ul.product_list_widget li img {
    height: 50px;
    width: 50px
}

.product-section {
    border-top: 1px solid #ececec
}

.easyzoom-notice {
    display: none
}

.easyzoom-flyout {
    animation-delay: 1s;
    animation: stuckFadeIn .6s;
    background: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 1s;
    width: 100%;
    z-index: 1
}

@media(max-width:849px) {
    .easyzoom-flyout {
        display: none !important
    }
}

.product-gallery-slider .slide .easyzoom-flyout img {
    max-width: 1000px !important;
    width: 1000px !important
}

.woocommerce-product-gallery__trigger {
    display: none
}

.product-info .composite_form .composite_navigation .page_button {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2
}

.woocommerce-pagination ul.links li {
    margin-left: inherit
}

.has-sticky-product-cart {
    padding-bottom: 60px
}

.has-sticky-product-cart .back-to-top.active {
    bottom: 10px
}

.sticky-add-to-cart__product {
    align-items: center;
    display: none;
    padding: 3px
}

.sticky-add-to-cart__product .product-title-small {
    line-height: 1;
    margin-right: 1em;
    max-width: 180px
}

.sticky-add-to-cart__product .sticky-add-to-cart-img {
    border-radius: 5px;
    height: 45px;
    margin-right: 1em;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 45px
}

.sticky-add-to-cart--active {
    align-items: center;
    animation: stuckMoveUp .6s;
    background-color: hsla(0, 0%, 100%, .9);
    border-top: 1px solid #ddd;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: .9em;
    justify-content: center;
    left: 0;
    padding: 3px;
    position: fixed;
    right: 0;
    z-index: 20
}

.sticky-add-to-cart--active .variations,
.sticky-add-to-cart--active .woocommerce-variation-description {
    display: none
}

.sticky-add-to-cart--active .single_variation_wrap,
.sticky-add-to-cart--active .woocommerce-variation-add-to-cart {
    align-items: center;
    display: flex;
    flex-wrap: no-wrap
}

.sticky-add-to-cart--active .product-page-price,
.sticky-add-to-cart--active .stock,
.sticky-add-to-cart--active .woocommerce-variation-price {
    border: 0;
    font-size: 15px;
    margin-bottom: 0;
    margin-right: .9em;
    margin-top: 0;
    padding: 0
}

.sticky-add-to-cart--active .stock {
    font-size: .8em;
    font-weight: 700
}

.sticky-add-to-cart--active .quantity,
.sticky-add-to-cart--active button,
.sticky-add-to-cart--active form {
    margin-bottom: 0
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
    display: flex
}

@media(max-width:550px) {
    .sticky-add-to-cart--active {
        font-size: .8em
    }

    .sticky-add-to-cart--active .stock {
        display: none
    }
}

.flex-viewport {
    cursor: pointer;
    max-height: 2000px;
    transition: all 1s ease
}

.flex-viewport a {
    display: block
}

.flex-viewport img {
    width: 100%
}

.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0
}

.flex-control-thumbs li {
    cursor: pointer;
    list-style: none;
    padding: 0 5px;
    width: 25%
}

.flex-control-thumbs li img {
    opacity: .6
}

.flex-control-thumbs li img.flex-active {
    opacity: 1
}

.quantity,
.text-center .quantity {
    display: inline-flex;
    opacity: 1;
    vertical-align: top;
    white-space: nowrap
}

.quantity .button.minus {
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
    border-top-right-radius: 0 !important
}

.quantity .button.plus {
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
    border-top-left-radius: 0 !important
}

.quantity .minus,
.quantity .plus {
    padding-left: .4em;
    padding-right: .4em
}

.quantity input {
    display: inline-block;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top
}

.quantity input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border-radius: 0 !important;
    font-size: 1em;
    max-width: 2.5em;
    text-align: center;
    width: 2.5em
}

@media(max-width:549px) {
    .quantity input[type=number] {
        width: 2em
    }
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.box-text .ux-quantity {
    margin-top: 1em
}

.box-text .ux-quantity__button {
    margin-top: 0
}

.ux-free-shipping {
    display: grid;
    gap: 10px
}

.nav-dropdown .ux-free-shipping {
    min-width: 300px
}

.ux-free-shipping__bar {
    background: #ddd;
    border-radius: 5px;
    height: 8px
}

.ux-free-shipping__bar--striped {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 30px 30px
}

.ux-free-shipping__bar-progress {
    background: var(--fs-color-primary);
    border-radius: 5px;
    display: block;
    height: 8px
}

.widget_shopping_cart_content .ux-free-shipping {
    margin-bottom: 10px
}

.woocommerce-cart .ux-free-shipping {
    padding-bottom: 30px
}

.woocommerce-checkout .ux-free-shipping {
    padding: 30px 0
}

.cart-icon,
.cart-icon strong {
    display: inline-block
}

.cart-icon strong {
    border: 2px solid var(--fs-color-primary);
    border-radius: 0;
    color: var(--fs-color-primary);
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 1em;
    font-weight: 700;
    height: 2.2em;
    line-height: 1.9em;
    margin: .3em 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 2.2em
}

.cart-icon strong:after {
    border: 2px solid var(--fs-color-primary);
    border-bottom: 0;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    bottom: 100%;
    content: " ";
    height: 8px;
    left: 50%;
    margin-bottom: 0;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    transition: height .1s ease-out;
    width: 14px
}

.cart-icon:hover strong,
.current-dropdown .cart-icon strong {
    background-color: var(--fs-color-primary);
    color: #fff
}

.cart-icon:hover strong:after,
.current-dropdown .cart-icon strong:after {
    height: 10px
}

.nav-small .cart-icon {
    font-size: .66em
}

.nav-dark .cart-icon strong {
    border-color: #fff;
    color: #fff
}

.nav-dark .cart-icon:hover strong,
.nav-dark .current-dropdown .cart-icon strong {
    background-color: #fff;
    color: var(--fs-color-primary)
}

.nav-dark .cart-icon strong:after {
    border-color: #fff
}

.woocommerce-mini-cart__empty-message {
    text-align: center
}

.loading .cart-icon strong,
.loading .cart-icon strong:after {
    border-color: var(--fs-color-success);
    color: var(--fs-color-success)
}

.loading .cart-icon:hover strong {
    background-color: var(--fs-color-success);
    color: #fff
}

.header-cart-icon {
    position: relative
}

.header-cart-icon img[width="1"][height="1"] {
    width: 32px
}

.cart-popup-title>span {
    display: block;
    font-size: 1.125em
}

.cross-sells h2 {
    font-size: 1.2em;
    margin-bottom: 1em
}

.checkout ul li,
.shop_table ul li {
    list-style: none;
    margin: 0
}

.shop_table .quantity {
    margin: 0
}

td.product-thumbnail {
    max-width: 90px;
    min-width: 60px;
    width: 90px
}

td.product-remove {
    padding: 0;
    width: 20px
}

.shop_table tfoot th {
    font-size: 85%;
    letter-spacing: 0;
    text-transform: inherit
}

.cart_totals tbody tr td,
.shop_table tfoot tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type,
td.product-total {
    text-align: right
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
    border-width: 3px
}

.shop_table th:last-child {
    border-right: 0
}

.shop_table .cart_item td {
    padding-bottom: 15px;
    padding-top: 15px
}

.shop_table .actions {
    border: 0;
    padding: 30px 0 15px
}

.shop_table .submit-col {
    padding-left: 30px
}

@media(max-width:849px) {
    .shop_table {
        font-size: .9em
    }

    .shop_table tr.shipping th {
        width: 50%
    }

    .shop_table .product-name {
        min-width: 80px
    }

    .shop_table .product-remove {
        position: relative;
        width: 0
    }

    .shop_table .product-remove a {
        font-size: 18px !important;
        height: 24px;
        left: 0;
        line-height: 18px !important;
        position: absolute;
        top: 10px;
        width: 24px
    }

    .shop_table .mobile-product-price {
        margin: .5em 0
    }
}

@media(max-width:549px) {

    .shop_table .product-price,
    .shop_table .product-subtotal {
        display: none
    }

    .product-quantity {
        text-align: right
    }

    .cross-sells {
        overflow: hidden
    }
}

.cart_totals tbody th {
    font-size: .9em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: inherit
}

.cart_totals>h2 {
    display: none
}

.cart_totals .button {
    display: block;
    margin-right: 0;
    min-width: 100%
}

.cart_totals th.product-name {
    border-width: 3px
}

.cart_totals .wc-proceed-to-checkout {
    margin: 1.5em 0
}

.shipping__table {
    margin: 0
}

.shipping__inner {
    border: 0;
    font-size: 1em;
    padding: 0
}

.shipping__list {
    margin-bottom: 0
}

.shipping__list_item {
    align-items: center;
    display: flex;
    min-height: 2em
}

.shipping__list_label {
    flex: 1;
    font-weight: 400;
    margin: 0;
    opacity: .8;
    padding: .5em 0
}

.shipping.shipping--boxed .shipping__list {
    padding: 0
}

.shipping.shipping--boxed .shipping__list_item {
    background-color: rgba(0, 0, 0, .01);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-bottom: 5px;
    min-height: 2.4em;
    padding: .3em .6em
}

.shipping__table--multiple {
    display: block;
    text-align: left
}

.shipping__table--multiple tbody,
.shipping__table--multiple td,
.shipping__table--multiple th,
.shipping__table--multiple tr {
    display: block;
    padding-left: 0;
    text-align: left
}

.shipping__table--multiple th {
    border: 0
}

.shipping__table--multiple .shipping__list {
    padding: 0 .2em
}

.shipping__table--multiple .shipping__list_label,
.shipping__table--multiple .woocommerce-shipping-calculator,
.shipping__table--multiple .woocommerce-shipping-destination {
    text-align: left
}

tr.shipping input:checked+label,
tr.shipping input:hover+label,
tr.shipping label:hover {
    opacity: 1
}

tr.shipping input:checked+label {
    font-weight: 700
}

tr.shipping input {
    margin-bottom: 0;
    margin-top: -2px
}

tr.shipping span.amount {
    margin-left: .2em
}

.woocommerce-shipping-calculator {
    margin-bottom: 0;
    margin-top: .5em
}

.shipping-calculator-button,
.woocommerce-shipping-destination {
    font-size: .9em
}

.shipping-calculator-form {
    background-color: rgba(0, 0, 0, .03);
    border-radius: 5px;
    margin-top: 5px;
    padding: 15px 15px 10px
}

.cart-discount {
    background-color: rgba(var(--fs-color-success), .2);
    font-size: .85em
}

.cart-discount td,
.cart-discount th {
    padding: 10px 5px
}

.cart-sidebar .widget-title {
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.woocommerce-cart-form .coupon {
    font-size: 1rem
}

.woocommerce-cart-form .coupon .widget-title {
    font-size: .95em;
    margin-bottom: 15px
}

.woocommerce-cart-form .coupon input {
    margin: 0
}

.woocommerce-cart-form .coupon .button {
    margin: 0;
    padding-inline: 15px !important
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    margin: .5em 0 0;
    width: 100%
}

.widget_shopping_cart li.empty {
    margin: 0;
    min-height: 0;
    padding: 0 10px !important;
    text-align: center
}

.widget_shopping_cart p.total {
    border-bottom: 2px solid #ececec;
    border-top: 1px solid #ececec;
    margin-bottom: .5em;
    padding: 10px 0;
    text-align: center
}

.dark .widget_shopping_cart p.total {
    border-color: hsla(0, 0%, 100%, .2)
}

.nav-dropdown .product_list_widget {
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    max-height: 50vh;
    overflow-y: auto
}

.woocommerce-mini-cart-item .variation {
    margin-bottom: 10px
}

.woocommerce-mini-cart-item .ux-mini-cart-qty {
    margin-right: -30px;
    margin-top: 3px
}

.woocommerce-mini-cart__total {
    display: flex;
    gap: 15px;
    justify-content: space-between
}

.nav-dropdown ul.woocommerce-mini-cart {
    margin-bottom: 10px
}

.nav-dropdown ul.woocommerce-mini-cart .price-wrapper {
    font-size: .85em;
    opacity: .6
}

.cart-popup-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 0
}

.cart-popup-inner>:last-child {
    margin-bottom: 30px
}

.cart-popup-inner .widget_shopping_cart {
    margin-bottom: 0
}

.cart-popup-inner .widget_shopping_cart,
.cart-popup-inner .widget_shopping_cart_content {
    display: flex;
    flex: 1;
    flex-direction: column
}

.cart-popup-inner .widget_shopping_cart_content .price-wrapper {
    font-size: .85em;
    opacity: .6
}

.cart-popup-inner .woocommerce-mini-cart {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 30px
}

.cart-popup-inner .woocommerce-mini-cart__buttons:last-child {
    margin-bottom: 0
}

@media(min-height:500px) {
    .cart-popup-inner--sticky {
        min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px))
    }

    .cart-popup-inner--sticky .ux-mini-cart-footer {
        background-color: #fff;
        border-top: 1px solid #f1f1f1;
        bottom: 0;
        position: sticky
    }

    .cart-popup-inner--sticky .ux-mini-cart-footer .woocommerce-mini-cart__total:first-child {
        border-top: 0
    }
}

.ux-mini-cart-footer .ux-free-shipping {
    margin-bottom: 20px;
    margin-top: 5px
}

.off-canvas-cart .ux-mini-cart-footer {
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px 30px
}

.ux-mini-cart-qty {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: space-between
}

.ux-mini-cart-qty .quantity {
    margin: 0 !important
}

.ux-mini-cart-cross-sells {
    margin-bottom: 30px;
    margin-top: auto
}

.nav-dropdown .ux-mini-cart-cross-sells {
    display: none
}

.ux-mini-cart-cross-sells__list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item {
    background-color: rgba(0, 0, 0, .05);
    border: 0;
    margin-bottom: 0;
    padding-left: 85px;
    padding-right: 10px !important
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item img {
    left: 10px
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .product-title {
    font-size: .9em
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper {
    opacity: 1
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .price {
    margin-bottom: .5em;
    margin-top: .5em
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .star-rating~.price {
    margin-top: 0
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item a:not(.remove, .button) {
    display: inline
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item:last-child {
    margin-bottom: 0
}

.ux-mini-cart-cross-sells__list .button.add_to_cart_button {
    align-items: center;
    display: inline-flex;
    float: right;
    font-size: .7em;
    gap: 5px;
    justify-content: center;
    line-height: 1;
    margin: 0 0 8px 8px;
    padding: 3px 8px
}

.ux-mini-cart-empty {
    gap: 30px;
    padding: 15px 0
}

.ux-mini-cart-empty .woocommerce-mini-cart__empty-message {
    margin-bottom: 0
}

.tagcloud {
    padding-bottom: 15px
}

.tagcloud a {
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: .8em !important;
    margin: 0 3px 5px 0;
    opacity: .8;
    padding: 2px 5px
}

.tagcloud a:hover {
    background-color: var(--fs-experimental-link-color-hover);
    border-color: var(--fs-experimental-link-color-hover);
    color: #fff;
    opacity: 1
}

table.variations .label {
    padding-right: 20px
}

table.variations label {
    white-space: nowrap
}

table.variations .value {
    width: 100%
}

.variations {
    position: relative
}

.variations td,
.variations th {
    border: 0;
    letter-spacing: normal;
    padding: .2em 0;
    text-transform: none;
    vertical-align: middle
}

.variations .reset_variations {
    bottom: 95%;
    color: currentColor;
    font-size: 11px;
    opacity: .6;
    position: absolute;
    right: 0;
    text-transform: uppercase
}

dl.variation {
    text-transform: none
}

dl.variation dt {
    clear: both;
    float: left;
    font-weight: 700
}

dl.variation dd {
    display: block
}

.wc-item-meta {
    margin-top: 1.3em
}

html body {
    font-size: 14px
}

body {
    background: #fff;
    overflow: hidden;
}

body.home {
    background: #f5f8fd;
}

#main {
    background-color: transparent
}

th,
td {
    font-size: inherit;
}

td {
    color: #000;
}

button {
    font-size: 16px;
    font-weight: normal;
}

.mb-0,
.mb-0>.col,
.mb-0>p {
    margin-bottom: 0 !important
}

.mgb-15 {
    margin-bottom: 15px !important
}

.pdb-0,
.pdb-0 .col {
    padding-bottom: 0 !important
}

.pdb-10,
.pdb-10 .col {
    padding-bottom: 10px !important
}

.button.disabled,
button.disabled,
.button[disabled],
button[disabled] {
    opacity: 1
}

.woo-selected-variation-item-name,
.reset_variations {
    display: none !important
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-weight: normal !important;
    font-size: 1em;
}

label,
legend {
    font-weight: normal;
    font-size: 1em;
}

.term-hot-sale .row.row-small .product-small .box-text .price-wrapper .configuration,
.product-type-variable .product-info>:is(.promotion-info, .linked-product),
form.variations_form .woocommerce-product-attributes.shop_attributes,
.sticky-add-to-cart--active .woo-sctr-single-product-container,
.product-small .price-wrapper .price del>span:not(.amount),
.product-small .price-wrapper .price>span:not(.amount),
.sticky-add-to-cart--active .price-wrapper p.price del,
.term-hot-sale .term-description .list-brand-items,
.product-reviews .table-reviews .star-rating-col p,
.sticky-add-to-cart--active .quantity>span,
.live-search-results .search-price>span,
.product-footer-left .promotion-product,
.product-footer-right .table table tr,
ul.nav-menu-mobile .icon-angle-down,
.product-footer-left .product-note,
.woocommerce-tabs ul.product-tabs,
.product-info h1.product-title,
.menu-mobile-header .logo img,
.woocommerce-product-rating,
.hot-sale-home .promotion,
.home #btnHeaderMenu,
.menu button.toggle,
.menu-tab {
    display: none;
}

.menu-top .menu,
.footer-menu-mobile ul.menu,
.swiper-container,
.item-image-ads,
.button_readmore,
.product-page-sections .product-section,
.menu-tab ul li a img,
.product-video-reviews,
.product-reviews,
.phu-kien a.plain .icon-inner {
    border-radius: 1rem;
    -webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.header .header-main .nav>li>a,
.header .stuck .header-main .nav>li>a {
    line-height: 1
}

.header-main .logo-left {
    position: relative
}

.header-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    content: "";
    top: 0;
    left: 0;
    z-index: 22;
    background: rgb(0 0 0 / 0.6);
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.header-overlay.active {
    visibility: visible;
    opacity: 1;
}

.menu .widget {
    margin-bottom: 0
}

.menu,
ul.sub-menu {
    background: #fff;
    margin: 0;
}

.menu li {
    position: relative
}

.menu>li>ul,
.menu>li>ul>li>ul {
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 100;
    opacity: 0;
}

.menu>li:hover>ul,
.menu>li:hover>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.menu>li+li,
.widget>ul>li+li {
    border-top: 0;
}

ul.menu>li li>a,
.widget>ul>li li>a {
    display: block
}

ul.menu li a {
    padding: 6px 10px !important;
    font-size: 13px !important;
    font-weight: 600;
    color: #333;
    display: flex;
    text-transform: inherit;
    align-items: center;
}

.menu-top ul.menu li a:hover {
    background: #f1f1f1
}

.menu-top ul.menu li a img {
    margin-right: 5px;
}

.header.active .header-wrapper #logo .header-main-menu ul.menu li a img,
.header-wrapper.stuck #logo .header-main-menu ul.menu li a img {
    max-height: 20px !important
}

.header.active .header-wrapper .menu,
.header-wrapper.stuck .menu {
    border-radius: 5px;
}

.menu-item-has-children:after {
    font-family: "fl-icons" !important;
    font-display: block;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: absolute;
    content: "\f105";
    right: 8px;
    top: 7px;
    line-height: 1.2;
}

#logo {
    display: flex;
    align-items: center;
    position: relative;
    line-height: inherit;
    margin-right: 10px;
}

.header-main-menu {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 15px;
    opacity: 0;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

#btnHeaderMenu {
    margin-right: 10px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 5px;
    border-radius: 10px;
}

#btnHeaderMenu:hover+.header-main-menu,
.header-main-menu:hover {
    visibility: visible;
    opacity: 1;
}

.home .header-wrapper.stuck #btnHeaderMenu {
    display: block;
}

li.header-search-form {
    width: 340px
}

.header-nav li.html:before {
    position: absolute;
    width: 25px;
    height: 25px;
    content: "";
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.header-nav li.html_topbar_left:before {
    background: url(../../../uploads/2025/09/call-icon.png)
}

.header-nav li.html_topbar_right:before {
    background: url(../../../uploads/2025/09/map-icon.png)
}

.header-nav-main {
    font-size: 14px
}

.header-nav-main li:not(:first-child) {
    padding-left: 35px;
}

.cart-icon {
    margin-right: 10px
}

.cart-item .cart-icon strong,
.cart-item .cart-icon strong:after {
    border-color: #fff;
    color: #fff
}

.nav li.html a,
.nav li.html a:hover,
.nav li.cart-item a,
.nav li.cart-item a:hover {
    color: #fff;
    font-size: 12px;
}

.mini_cart_item a {
    color: #000 !important
}

.mobile-nav a {
    color: #000
}

.mobile-nav>.nav-icon>a {
    color: var(--primary-color)
}

.nav>li>a>i.icon-menu {
    color: #fff
}

.header.active .header-wrapper .header-logo-sticky,
.header-wrapper.stuck .header-logo-sticky {
    display: none !important
}

.header.active .header-wrapper .header-logo-sticky+img,
.header-wrapper.stuck .header-logo-sticky+img {
    display: block !important
}

.menu-mobile-header {
    padding: 5px 10px;
    background-color: var(--primary-color)
}

.menu-mobile-header .logo img.header-logo-sticky {
    display: block !important
}

.menu-mobile-header input[type=search] {
    box-shadow: none !important;
    border: 0;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
}

.menu-mobile-header button.ux-search-submit {
    min-height: 33px;
    border-radius: 0 10px 10px 0 !important;
}

.menu-mobile-header .live-search-results {
    position: absolute;
    background: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.menu-mobile-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
    display: none
}

.list-menu-mobile {
    width: 100%;
    height: calc(100% - 88px);
    position: relative;
    overflow-y: auto;
}

.main-menu-mobile {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #F3F4F6;
}

ul.nav-menu-mobile {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    margin: 0;
}

ul.nav-menu-mobile>li {}

ul.nav-menu-mobile li a {
    color: #000;
    font-size: 11px;
    font-weight: 700;
}

ul.nav-menu-mobile li a img {
    width: 35px;
    height: 35px
}

ul.nav-menu-mobile>li>a>img {
    width: 40px;
    height: 40px
}

ul.nav-menu-mobile>li>a {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    -webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    text-decoration: none;
    position: relative;
    text-align: center;
    font-size: 12px;
}

ul.nav-menu-mobile>li:nth-child(1)>a {
    background: #FEE2E2
}

ul.nav-menu-mobile>li:nth-child(2)>a {
    background: #FFEDD5
}

ul.nav-menu-mobile>li:nth-child(3)>a {
    background: #FEF9C3
}

ul.nav-menu-mobile>li:nth-child(4)>a {
    background: #ECFCCB
}

ul.nav-menu-mobile>li:nth-child(5)>a {
    background: #D1FAE5
}

ul.nav-menu-mobile>li:nth-child(6)>a {
    background: #CCFBF1
}

ul.nav-menu-mobile>li:nth-child(7)>a {
    background: #E0F2FE
}

ul.nav-menu-mobile>li:nth-child(8)>a {
    background: #E0E7FF
}

ul.nav-menu-mobile>li:nth-child(9)>a {
    background: #EDE9FE
}

ul.nav-menu-mobile>li:nth-child(10)>a {
    background: #CCFBF1
}

ul.nav-menu-mobile>li:nth-child(11)>a {
    background: #FAE8FF
}

ul.nav-menu-mobile>li:nth-child(12)>a {
    background: #FCE7F3
}

ul.nav-menu-mobile>li>ul.sub-menu {
    width: calc(100% - 80px);
    height: 100%;
    display: none;
    float: left;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    overflow-y: auto;
    z-index: 1;
}

ul.nav-menu-mobile>li.active>ul.sub-menu {
    padding: 10px 0 0 10px;
}

ul.nav-menu-mobile>li>ul.sub-menu>li {
    width: calc((100% - 30px) / 3);
    min-height: 85px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    background: #ffffff;
    position: relative;
}

ul.nav-menu-mobile>li>ul.sub-menu>li.menu-item-has-children {
    width: calc(100% - 10px);
}

ul.nav-menu-mobile>li>ul.sub-menu>li>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

ul.nav-menu-mobile>li>ul.sub-menu>li.menu-item-has-children>a {
    align-items: flex-start;
    padding: 5px 10px;
    font-size: 14px
}

ul.nav-menu-mobile>li>ul.sub-menu>li>ul.sub-menu {
    padding: 0;
}

ul.nav-menu-mobile>li>ul.sub-menu>li>ul.sub-menu>li {
    width: calc((100% - 10px) / 3);
    min-height: unset;
    margin-bottom: 10px;
    display: inline-block;
}

ul.nav-menu-mobile>li>ul.sub-menu>li>ul.sub-menu>li>a {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu-mobile-section .search-mobile-header {
    margin-right: auto;
    margin-left: 10px;
}

.menu-mobile-section li {
    list-style: none;
    margin-bottom: 0;
}

.banner-home {
    margin-top: 15px
}

.header-search-form input[type="search"] {
    border-radius: 10px 0 0 10px;
    border: 0;
    box-shadow: none;
    height: 33px;
    font-size: 14px
}

.searchform .button.submit-button {
    background-color: #fff !important;
    color: #000;
    border-radius: 0 10px 10px 0;
    border: 0;
    height: 33px;
    width: 35px;
}

.searchform .button.icon i {
    font-size: 14px;
}

.searchform .button.submit-button:hover {
    box-shadow: none;
}

.header .search-form .live-search-results {
    background-color: #fff
}

.live-search-results .autocomplete-suggestion {
    padding: 10px;
    display: block;
}

.live-search-results .autocomplete-suggestion img {
    width: 50px;
    border-radius: 0;
    height: 50px;
    float: left
}

.live-search-results .search-name {
    width: 100%;
    font-size: 12px;
}

.live-search-results .search-price ins span.amount {
    color: var(--primary-color);
    font-size: 14px;
}

.search-item-right {
    display: inline-block;
    height: 50px;
}

.box_left,
.box_center,
.box_right {
    padding-bottom: 10px
}

.box_left {
    padding-right: 0
}

.box_right {
    padding-left: 0
}

.brand-item .icon-box-img {
    margin-bottom: 0
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    font-size: 12px;
    align-items: center
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    font-weight: 600
}

.swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.swiper-container-thumbs .swiper-slide {
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.mySwiper .swiper-slide:after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: var(--primary-color);
    left: 0;
    bottom: 0;
    transition: 0.3s all
}

.mySwiper .swiper-slide-thumb-active:after {
    width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    background: rgb(0 0 0 / 30%);
    border-radius: 50px;
    color: #fff !important;
    width: 60px !important;
    height: 60px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -70px !important;
    padding-left: 25px;
    transition: 0.3s all
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -70px !important;
    padding-right: 25px;
    transition: 0.3s all
}

.swiper-container:hover .swiper-button-next {
    right: -30px !important;
}

.swiper-container:hover .swiper-button-prev {
    left: -30px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: "fl-icons" !important;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
    font-size: 24px !important
}

.swiper-button-next:after {
    content: "\f105" !important;
}

.swiper-button-prev:after {
    content: "\f104" !important;
}

.slider-nav-circle .previous,
.slider-nav-circle .next {
    background: rgb(0 0 0 / 30%);
    color: #fff !important;
    width: 30px !important;
    height: 60px !important;
    top: 30%;
    margin-top: 0 !important;
}

.slider-nav-circle .previous {
    border-radius: 0 50px 50px 0;
    left: 0px !important;
    padding-left: 25px;
    transition: 0.3s all
}

.slider-nav-circle .next {
    border-radius: 50px 0 0 50px;
    right: 0px !important;
    padding-right: 25px;
    transition: 0.3s all
}

.slider-nav-circle:hover .previous {
    left: 0px !important;
}

.slider-nav-circle:hover .next {
    right: 0px !important;
}

.slider-nav-circle .previous svg {
    left: 70%;
}

.slider-nav-circle .next svg {
    left: 30%
}

.slider.slider-nav-circle .flickity-prev-next-button svg {
    padding: 35%
}

.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow {
    border: 0
}

.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow {
    background-color: transparent !important;
}

.product.product-small:hover {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
}

.slider.slider-nav-circle .product.product-small:hover {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.image-ads {
    height: 100%;
    position: relative;
}

.item-image-ads {
    overflow: hidden
}

.item-image-ads:not(:last-child) {
    margin-bottom: 11px
}

.item-image-ads a {}

.item-image-ads img {
    display: block;
}

.badge-container {
    margin: 0
}

.badge-circle-inside .badge-inner,
.badge-circle .badge-inner {
    border-radius: 8px 30px 30px 0;
    background: #36a1ff;
    position: relative;
    padding: 0 5px;
}

.badge-circle-inside .badge-inner:after,
.badge-circle .badge-inner:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    background: #0065bd;
    bottom: -5px;
    left: 0;
    z-index: -1;
    border-radius: 0 0 0 15px;
}

.badge {
    height: 30px;
    width: 70px;
    font-size: 13px;
    margin-left: -12px;
    margin-top: -10px;
}

.list-product-home {
    max-width: 1200px;
}

.list-product-home .row.row-small {
    margin-left: 0;
    margin-right: 0;
}

.list-product-home .btn-read-more {
    border: 1px solid #f1f1f1;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    color: #000 !important
}

.line-title-home {
    background: #f8f8f8;
    height: 47px;
}

.line-title-home .col {
    padding-bottom: 0
}

.line-title-home h3,
.list-brand-items p {
    margin-bottom: 0;
}

.list-brand-items p {
    text-align: right
}

.line-title-home h3 {
    margin-left: 10px;
}

.col-shadow {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.product-small .box-image {
    padding: 15px
}

.product-small .title-wrapper a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.product-small .price-wrapper .price {
    margin: 10px 0
}

.product-small .price-wrapper .price span.amount {
    font-size: 16px;
    color: var(--primary-color);
}

.product-small .price-wrapper .price ins {
    margin-right: 5px;
}

.product-small .price-wrapper .price ins span.amount {
    font-size: 16px;
    color: var(--primary-color);
}

.product-small .price-wrapper .price del span.amount {
    opacity: 1;
    color: #777;
    font-size: 12px;
}

.product-small .box-text-products {
    padding-bottom: 0
}

.product-small .box-text-products .price-wrapper {
    display: grid
}

.product-small .box-text-products .price-wrapper .star-rating {
    order: 3;
    margin: 0;
}

.product-small .box-text-products .configuration {
    background: #f1f1f1;
    margin-bottom: 5px;
    padding: 5px
}

.product-small .box-text-products .configuration .cpu-laptop {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-small .box-text-products .configuration div {
    margin: 0;
    font-size: 10px;
}

.product-small .box-text-products .configuration div span {
    width: 60px;
    display: inline-block;
    font-weight: 600
}

.product-small .box-text-products .promotion {
    background: #eee;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 5px;
}

.product-small .box-text-products .text-count-review {
    order: 4;
    margin-top: -17px;
    margin-left: 70px;
}

.item-product-more-info span {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    background: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}

.price-wrapper .price del {
    text-decoration: none
}

.price-wrapper .price del span.amount {
    text-decoration: line-through
}

.hotsale-text h3 {
    display: flex;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.product-small.product_cat-hot-sale .box-image {
    position: relative
}

.product-small.product_cat-hot-sale .box-image .item-hotsale {
    position: absolute;
    content: '';
    width: 40px;
    height: 50px;
    left: 0;
    bottom: 0;
    background: url(../../../uploads/2025/09/icon-hotsale.png) no-repeat;
    background-size: contain;
}

.term-hot-sale .term-description {
    margin-left: -10px;
    margin-right: -10px;
}

.woo-sctr-shortcode-countdown-text-before {
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #333
}

.woo-sctr-shortcode-countdown-text-after {
    margin-left: 5px
}

.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-value {
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 700;
}

.product-info .woo-sctr-shortcode-countdown-time-separator {
    color: #fff
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
    position: relative;
    width: 100%;
    color: #fff;
    justify-content: flex-end;
    padding: 10px;
    background: linear-gradient(90deg, #ef3f23, #ff8a00);
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer:before,
.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer:after {
    position: absolute;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer:before {
    content: 'HOT';
    width: 40px;
    left: 5px;
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer:after {
    content: 'SALE';
    width: 70px;
    left: 42px;
    background: url(../../../uploads/2025/09/flash.gif) no-repeat;
    background-size: 20px;
    padding-left: 25px;
}

.product-info .woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-text-before {
    font-weight: normal;
    color: #fff
}

.shop-page-title {
    padding: 5px 0;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    z-index: 1;
}

.product-container .product-main {
    padding: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.product-main .header-title {
    display: flex;
}

.product-main .header-title h1 {
    width: auto;
    margin-right: 10px;
}

.product-main .meta-title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    min-width: 200px;
}

.product-main .meta-title .star-rating {
    border-right: 1px solid;
    margin-right: 10px;
}

.product-main .content-row {
    width: 1200px;
    background-color: #fff;
}

.single-product #wrapper,
.single-product #main {
    background: #fff
}

.product-des>div {
    margin-bottom: 15px
}

.breadcrumbs a {
    color: #000;
    font-size: 14px
}

.breadcrumbs a:last-child {
    color: var(--primary-color)
}

.page-title-inner {
    padding-top: 0;
    min-height: 20px;
}

.page-title-inner .medium-text-center {
    text-align: left !important
}

.product-note {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 13px;
}

.product-note a,
.product-note a:hover {
    color: #000;
    font-weight: 600
}

.product-note i {
    padding: 5px;
    border-radius: 20px;
    background: var(--primary-color);
    color: #fff;
    width: 26px;
}

.specifications {
    border: 1px solid #eee
}

.specifications .header-title h2 {
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    background: #e0e0e0
}

.specifications tr td:last-child {
    font-weight: 600
}

.product-footer .woocommerce-tabs {
    padding: 0 0 30px
}

.topview h1 {
    display: block;
    width: auto;
    float: left;
    margin-right: 15px
}

.image-tools a.button {
    border-color: var(--primary-color);
}

.image-tools a.button i {
    color: var(--primary-color)
}

.image-tools a.button:hover i {
    color: #fff
}

.hotsale-product {
    padding: 10px;
    background: #d5eafc;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.promotion-product {
    border: 1px solid var(--primary-color);
    padding: 20px 10px 10px;
    position: relative;
    margin: 20px 0 5px;
    border-radius: 5px;
}

.promotion-product h4 {
    font-weight: normal
}

.promotion-icon {
    position: absolute;
    top: -17px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.promotion-info p {
    margin-bottom: 10px !important
}

.promotion-info ul,
.promotion-info p:last-child {
    margin-bottom: 0
}

.linked-product {
    display: flex;
    flex-flow: wrap;
    margin: 10px 0;
    order: 2;
}

.item-linked-product {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% / 3) - 7px);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    border-radius: 3px;
}

.item-linked-product:nth-child(3n) {
    margin-right: 0
}

.item-linked-product span {
    color: #000
}

.item-linked-product strong {
    font-size: 13px
}

.item-linked-product.active {
    border-color: var(--primary-color)
}

.item-linked-product.active span {
    font-weight: bold
}

.description-product {
    padding: 15px;
    border-radius: 1rem;
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.description-product p {
    margin-bottom: 0
}

.button_readmore {
    width: 100%;
    max-width: 335px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background: #ffffff;
    font-size: 14px;
    color: #212529;
    text-decoration: none !important;
    cursor: pointer;
}

.button_readmore i {
    margin-left: 10px
}

.single_variation_wrap {
    display: flex !important;
    flex-direction: column;
}

.single_variation_wrap .woocommerce-variation.single_variation {
    order: 1;
}

.single_variation_wrap .variations {
    margin-bottom: 0;
    order: 3;
}

.single_variation_wrap .promotion-info {
    order: 4
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
    order: 5
}

form.variations_form {
    margin-bottom: 0;
    margin-top: 10px;
}

.woocommerce-product-attributes.shop_attributes th {
    letter-spacing: 0;
    text-transform: inherit;
    font-weight: normal;
    width: 30%;
    min-width: 100px;
}

.ux-swatch {
    font-weight: bold;
    overflow: hidden;
    padding: 5px 20px;
    font-size: 13px;
    flex-direction: column;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    border-radius: 3px;
    border: 1px solid #ddd;
    width: calc((100% / 3) - 7px);
}

.ux-swatch:nth-of-type(3n) {
    margin-right: 0
}

.ux-swatch.selected {
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    border: 1px solid var(--primary-color);
}

.ux-swatch__price {
    font-weight: 600;
    color: #e0052b;
    font-size: 1.1em;
}

.ux-swatch:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #eee;
    transform: rotate(45deg);
    bottom: -15px;
    right: -15px;
}

.ux-swatch.selected:after {
    background: var(--primary-color);
}

.ux-swatch.selected:before {
    content: "\e00a";
    font-family: "fl-icons" !important;
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
    font-size: 11px;
    z-index: 1;
}

.product-info.summary .quantity {
    display: none !important;
    align-items: center;
    margin-bottom: 5px;
}

.product-info.summary .sticky-add-to-cart--active .quantity {
    margin-bottom: 0;
}

.product-info.summary .quantity input {
    height: 38px;
    width: 38px;
}

.product-info.summary .quantity input[type="number"] {
    width: 70px;
    max-width: 70px;
}

.product-info.summary .quantity>span {
    width: 104px;
}

button.single_add_to_cart_button,
button.buy_now_button {
    border-radius: 10px;
    margin-bottom: 0;
    height: 50px;
    width: 48%
}

button.single_add_to_cart_button {
    line-height: 1.4;
    padding: 5px 15px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

button.buy_now_button {
    padding: 0 30px;
}

button.single_add_to_cart_button:hover,
button.buy_now_button:hover {
    box-shadow: none !important;
}

.ntx-quickbuy button.buy_now_button {
    position: relative;
}

.ntx-quickbuy button.buy_now_button:after {
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}

.ntx-quickbuy button.single_add_to_cart_button.loading:after {
    display: none;
}

.sticky-add-to-cart--active button.single_add_to_cart_button,
.sticky-add-to-cart--active button.buy_now_button {
    width: auto
}

.installment {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
    background: var(--primary-color);
    padding: 5px;
    border-radius: 5px;
}

.cart-item a.button,
.cart-item a.button:hover {
    color: #000;
}

.product-info .shipping {
    display: flex;
}

.product-info .shipping .shipping-content ul li {
    list-style: none;
}

.product-info .shipping .shipping-content ul li .fa-shipping-fast {
    color: #00a214;
}

.product-info .shipping .shipping-content ul li i {
    margin-right: 5px;
}

.product-section {
    border-top: 0;
    background: #fff;
    position: relative;
}

.product-page-sections .product-section {
    padding: 0 10px;
    height: 500px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 15px
}

.product-section.active {
    height: auto !important
}

.product-footer .product-footer-right {
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 1rem;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

.content-product-page .content-product-footer-right .table {
    width: 100%
}

.product-footer .product-footer-right .table table {
    border: 1px solid #F2F2F2;
    border-radius: 1rem;
    overflow: hidden;
}

.product-footer .product-footer-right .table td:first-child {
    padding-left: 10px;
}

.product-footer .product-footer-right .table tbody tr:nth-child(odd) {
    background: #F2F2F2;
}

.product-footer-right .table table tr:nth-child(-n+10) {
    display: table-row
}

.product-footer .product-footer-right .table #more-specific {
    width: 100%;
    display: block;
    border: 1px solid #eee;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.product-footer .product-footer-right .table #more-specific:hover {
    border: 1px solid #ccc;
}

.shop-container .product-footer-right .products .product.product-small:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-footer-showmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    display: block;
    margin-bottom: 0;
}

.sticky-add-to-cart .buy_now_button {
    margin-left: 3%;
    margin-right: 0;
}

.product-thumbnails a:hover img,
.product-thumbnails .is-nav-selected a img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product-thumbnails .flickity-slider>.col {
    padding: 2px !important;
}

.product-thumbnails .flickity-slider>.col a {
    border: 1px solid #ddd;
}

.product-thumbnails .flickity-prev-next-button {
    opacity: 1
}

.product-thumbnails .flickity-prev-next-button.previous {
    left: 0;
}

.product-thumbnails .flickity-prev-next-button.next {
    right: 0;
}

.product-gallery .video-item {
    display: inline-block
}

.product-info {
    position: relative
}

.product-info .price ins span.amount {
    color: var(--primary-color);
    font-size: 30px;
}

.product-info .price del {
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
    font-weight: normal;
}

.product-info .price del span.amount {
    opacity: 1;
    font-weight: bold;
    text-decoration: line-through;
}

.product-info .price>span.amount {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600
}

.product-info .price>span {
    font-weight: normal;
    font-size: 13px;
}

.product-summary .woocommerce-Price-currencySymbol {
    vertical-align: baseline;
    margin-left: 5px;
}

.woocommerce-variation-price {
    border: 0;
    padding: 0
}

.product-footer-left .product-info .woocommerce-variation-price ins span.amount {
    top: 35px
}

.product-footer-left .product-info .woocommerce-variation-price del span.amount {
    top: 43px;
}

.product-footer .woocommerce-variation-price {
    width: 100%;
    left: 0;
    background: #fff;
}

.sticky-add-to-cart--active {
    z-index: 9999;
}

.product.product-type-variable .product-footer-left form.variations_form {
    display: flex
}

.product.product-type-simple .product-footer-left .product-info form {
    width: 50%;
    float: right;
}

.product-footer-left .variations {
    width: 54%;
}

.product-footer-left .single_variation_wrap {
    width: 47%
}

.product-thumbnails a:hover,
.product-thumbnails .is-nav-selected a {
    border: 0
}

.product-thumbnails {
    margin: 0 !important
}

.product-info .variations tr {
    display: flex;
    flex-direction: column;
}

.product-info .variations tr td.label {
    white-space: nowrap;
    margin-right: 5px;
}

.product-info .variations tr td.label label {
    font-weight: bold
}

.tab-product-related .tabs .tab {
    text-transform: uppercase;
    font-weight: 700 !important;
    height: 34px;
    display: flex;
    align-items: center;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f3f4f6;
    color: #444444;
    cursor: pointer;
}

.tab-product-related .tabs .tab.active {
    border-color: #d70018 !important;
    background: #fef2f2 !important;
    color: #d70018 !important;
}

.tab-product-related .product-section .row {
    margin-left: 0;
    margin-right: 0
}

h3.product-section-title {
    max-width: 100%
}

.product-video-reviews {
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
}

.product-video-reviews h3 {
    font-size: 16px
}

.product-reviews {
    padding: 10px
}

.product-reviews .entry-content {
    padding-top: 0;
    padding-bottom: 0
}

.product-reviews .table-reviews .star-rating-col {
    max-width: 40% !important;
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
}

.product-reviews .table-reviews>.medium-6 {
    max-width: 60% !important;
    -ms-flex-preferred-size: 50%;
    flex-basis: 60% !important;
}

.product-reviews .table-reviews .button-review {
    margin-bottom: 10px;
}

.product-reviews #reviews .commentlist li {
    border: 0;
    margin: 0;
    padding: 0;
}

.product-reviews #reviews .comment_container {
    padding: 10px;
    padding-top: 10px;
    position: relative;
    background: #eee;
    margin-top: 40px;
    margin-left: 40px;
    border-radius: 10px;
    display: block;
}

.product-reviews #reviews .comment_container img {
    position: absolute;
    top: -30px;
    width: 35px;
    left: -40px;
}

.product-reviews #reviews .commentlist li .meta {
    position: absolute;
    top: -30px;
    width: 100%;
    left: 0;
}

.product-reviews #reviews .commentlist li .meta strong {
    text-transform: capitalize
}

.product-reviews #reviews .commentlist li .meta time {
    float: right
}

.product-reviews a.comment-reply-link.button {
    background-color: transparent;
    border: 0;
    color: var(--primary-color);
    font-style: normal;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
}

.product-reviews #reviews div.comment-text a.comment-reply-link:before {
    content: "\f086";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.product-reviews #reviews div.reply {
    padding: 0
}

#comments .comment-respond {
    padding: 15px
}

.review-detail {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}

.reviews_bar {
    margin-top: 10px;
    padding-left: 15px;
}

.send-review {
    background: var(--primary-color);
    margin: 0;
    border-radius: 5px;
    padding: 0 10px;
}

.send-review a {
    color: #fff !important
}

.commentlist li,
.comment-list li {
    position: relative
}

.commentlist li.review {
    margin-left: 0
}

.commentlist li .comment-text,
.comment-list li .comment-text {
    padding: 0
}

#reviews {
    border: 0;
}

.review .review-item .star-rating,
.comment-form-rating label:first-child {
    float: left
}

.comment-form-rating label:first-child {
    margin-right: 30px
}

#tab-reviews #comments .commentlist li .star-rating {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    display: block;
}

.star-rating:before,
.woocommerce-page .star-rating:before,
.star-rating span:before {
    font-size: 13px;
    color: #ffa500 !important;
}

#review_form .upload_section input#do_uploadFile {
    width: 100px
}

.stars a:after {
    color: #555
}

.stars a:hover:after,
.stars a.active:after {
    color: #ffab00
}

#reviews .cr-summaryBox-wrap,
#cr_all_reviews_shortcode .cr-summaryBox-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap {
    margin-bottom: 0
}

#review_form_wrapper {
    height: 0;
    overflow: hidden;
    transition: 0.5s all;
}

#review_form_wrapper.open {
    height: auto
}

.star-rating-col {
    text-align: center
}

.star-rating-col .star-rating {
    margin: auto;
    width: 65px;
}

.star-rating-col .star-point span {
    font-size: 30px;
}

.table-reviews {
    border: 1px solid #DEE2E6;
    align-items: center;
    border-radius: 1rem;
    margin: 0 !important;
}

#tab-reviews #comments .commentlist li {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.ywar_review_row span {
    color: var(--primary-color);
}

.ywar_stars_value {
    min-width: 40px;
}

.ywar_stars_value .fa-star {
    color: #ffa500;
}

.review-form-inner .comment-form .comment-notes {
    position: relative;
    background: #fff;
}

.comment-form input {
    margin-bottom: 0
}

div.review_vote {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.commentlist>li {
    border-bottom: 1px solid #eee
}

.commentlist>li div.reply {
    padding: 0
}

.list-video-reviews .video-reviews {
    position: relative;
    margin: auto;
    background: #fff;
}

.list-video-reviews .item-video {
    width: 100%;
    margin-bottom: 10px;
}

.list-video-reviews .item-video .img-video {
    border-radius: 10px;
    overflow: hidden;
    width: 100px;
}

.list-video-reviews .item-video .img-video img {
    border-radius: 10px;
}

.list-video-reviews .item-video a {
    display: flex;
}

.list-video-reviews .item-video .title-video {
    color: #000;
    font-size: 14px;
    width: calc(100% - 100px);
    margin-left: 10px;
}

.inner-flex-middle .col-inner {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}

.inner-flex-middle .col-inner>div {
    display: inline-table
}

.inner-flex-middle .col-inner .list-brand-items {
    padding-left: 0
}

.archive #wrapper,
.archive #main {
    background-color: #fff
}

.list-brand-items {
    text-align: right;
    padding-right: 15px
}

.list-brand-items a {
    font-size: 12px;
    height: 34px;
    margin: 0 10px 0 0;
    padding: 0.5rem 1rem;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #F3F4F6;
    color: #444444;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: auto;
    display: inline-block;
}

.list-brand-items a:hover {
    color: #000;
    background: #cecece;
    box-shadow: 0 0 2px #ccc
}

.tab-brand-item {
    margin-bottom: 20px
}

.term-description .list-brand a {
    padding: 10px !important;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.term-description .ux-logo:nth-child(2) a {
    padding: 5px !important;
}

.term-description .ux-logo:nth-child(2) a img {
    height: 25px !important;
}

.term-description .list-category a {
    margin: 10px 10px 10px 0;
    border-radius: 10px;
    background-color: transparent !important;
    font-size: 15px;
    font-weight: 600 !important;
}

.term-description .list-category a.active {
    background-color: #ef4444 !important;
}

.archive .category-page-row {
    max-width: 1200px
}

.archive .product.product-small .badge-container {
    left: 10px
}

.product.product-small {
    max-width: calc((100% - 40px) / 5);
    margin-bottom: 10px;
    padding: 10px;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    transition: .3s;
}

.product.product-small:not(:nth-of-type(5n)) {
    margin-right: 10px;
}

.product.product-small:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 1;
}

.filter-sidebar .sidebar-wrapper {
    display: flex;
    flex-flow: wrap;
}

.filter-sidebar .sidebar-wrapper>div:not(:last-child) {
    margin-right: 10px
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-dropdown {
    min-width: 300px;
    top: 10px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border-radius: 10px !important;
    border: 1px solid #E5E7EB !important;
}

.select2-results ul.select2-results__options {
    display: flex;
}

.select2-results ul.select2-results__options li.select2-results__option {
    margin: 5px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #F3F4F6;
    color: #000;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.term-description .list-brand,
.term-description .filter-sidebar {
    padding-bottom: 0
}

#shop-sidebar a,
#shop-sidebar a:hover {
    color: #000
}

#shop-sidebar .widget {
    border: 1px solid #e1e1e1;
}

#shop-sidebar h3.widget-title,
#shop-sidebar span.widget-title {
    background: #e1e1e1;
    display: block;
    padding: 5px;
    font-size: 12px;
}

#shop-sidebar .woocommerce-widget-layered-nav-list {
    padding: 0 10px;
}

#shop-sidebar .price_slider_wrapper .price_slider {
    margin: 20px 10px
}

.phu-kien .col-inner {
    display: flex;
    flex-wrap: wrap;
}

.phu-kien a.plain {
    width: 10%;
    text-align: center;
    padding: 0 5px;
}

.phu-kien p {
    font-size: 14px
}

.phu-kien .icon-box-img img {
    padding-top: 0px
}

.phu-kien .icon-box {
    position: relative
}

.phu-kien .icon-box .icon-inner {
    height: 126px;
    border-radius: 10px;
    overflow: hidden;
}

.phu-kien .icon-box .icon-box-img {
    margin-top: 15px;
    margin-bottom: 5px
}

.phu-kien .icon-box .icon-box-text {
    position: absolute;
    top: 10px;
    width: 95px;
    left: 12px;
    color: #fff;
    text-align: left;
    font-weight: 700;
}

.phu-kien a.plain:hover {
    color: #fab200
}

.phu-kien .col-inner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1
}

.phu-kien a:nth-child(1) .icon-box .icon-inner {
    background: #FCA5A5
}

.phu-kien a:nth-child(2) .icon-box .icon-inner {
    background: #FDA4AF
}

.phu-kien a:nth-child(3) .icon-box .icon-inner {
    background: #F9A8D4
}

.phu-kien a:nth-child(4) .icon-box .icon-inner {
    background: #C4B5FD
}

.phu-kien a:nth-child(5) .icon-box .icon-inner {
    background: #A5B4FC
}

.phu-kien a:nth-child(6) .icon-box .icon-inner {
    background: #93C5FD
}

.phu-kien a:nth-child(7) .icon-box .icon-inner {
    background: #6EE7B7
}

.phu-kien a:nth-child(8) .icon-box .icon-inner {
    background: #FCD34D
}

.phu-kien a:nth-child(9) .icon-box .icon-inner {
    background: #FDBA74
}

.phu-kien a:nth-child(10) .icon-box .icon-inner {
    background: #D1D5DB
}

.phu-kien a:nth-child(11) .icon-box .icon-inner {
    background: #D1D5DB
}

.phu-kien a:nth-child(12) .icon-box .icon-inner {
    background: #FDBA74
}

.phu-kien a:nth-child(13) .icon-box .icon-inner {
    background: #FCD34D
}

.phu-kien a:nth-child(14) .icon-box .icon-inner {
    background: #6EE7B7
}

.phu-kien a:nth-child(15) .icon-box .icon-inner {
    background: #93C5FD
}

.phu-kien a:nth-child(16) .icon-box .icon-inner {
    background: #A5B4FC
}

.phu-kien a:nth-child(17) .icon-box .icon-inner {
    background: #C4B5FD
}

.phu-kien a:nth-child(18) .icon-box .icon-inner {
    background: #F9A8D4
}

.phu-kien a:nth-child(19) .icon-box .icon-inner {
    background: #FDA4AF
}

.phu-kien a:nth-child(20) .icon-box .icon-inner {
    background: #FCA5A5
}

footer {
    font-size: 12px;
    padding-top: 15px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

footer a,
footer a:hover {
    color: #333
}

.footer-wrapper ul li {
    list-style: none;
    margin: 0;
    margin-left: 0
}

.back-to-top.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.back-to-top.active:hover {
    color: #fff
}

.title-news h3 {
    background: var(--primary-color);
    padding: 5px;
    color: #fff;
}

.unbox-news .post-item .box-blog-post,
.area-news-content .post-item .box-blog-post,
.post-sidebar .post-item .box-blog-post {
    display: flex;
}

.unbox-news .post-item .box-blog-post {
    margin-bottom: 25px;
}

.post-item .box-blog-post .box-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.unbox-news .post-item .box-image {
    width: 30% !important;
}

.unbox-news .post-item .box-text {
    width: 70%;
    padding: 0 10px 0 0
}

.post-sidebar .post-item .box-blog-post .box-image,
.unbox-news .post-item .box-blog-post .box-image {
    order: 2;
}

.blog-wrapper a:hover {
    color: #000
}

.area-news-content .post-item .box-blog-post .box-text {
    padding-left: 30px
}

.post-sidebar .post-item .box-blog-post .box-text {
    padding-right: 15px
}

.post-item .box-blog-post .box-text .post-meta:before {
    content: "\e01a";
    font-family: "fl-icons" !important;
    margin-right: 5px
}

.single .title-news,
.footer-menu-mobile,
#shop-sidebar .is-divider,
.ux-timer span strong,
.ywar_review_row .ywar_rating_bar .ywar_perc_value,
.comment-form-rating label,
.commentlist .comment-respond .comment-form ul#uploadFileList,
.woo-related-products-container .configuration,
.woo-related-products-container .star-rating,
.woo-related-products-container .promotion,
.woo-related-products-container .text-count-review {
    display: none
}

#reviews_order {
    display: none !important;
}

.title-news-sale h3 {
    font-size: 30px;
}

.title-news-sale p {
    font-size: 18px;
    color: #555;
}

.stack img {
    max-height: 40px;
    width: auto
}

.main-menu-mobile::-webkit-scrollbar-track,
.main-menu-mobile::-webkit-scrollbar,
.main-menu-mobile::-webkit-scrollbar-thumb,
.list-menu-mobile::-webkit-scrollbar-track,
.list-menu-mobile::-webkit-scrollbar,
.list-menu-mobile::-webkit-scrollbar-thumb,
ul.nav-menu-mobile>li>ul.sub-menu::-webkit-scrollbar-track,
ul.nav-menu-mobile>li>ul.sub-menu::-webkit-scrollbar,
ul.nav-menu-mobile>li>ul.sub-menu::-webkit-scrollbar-thumb,
.menu-tab::-webkit-scrollbar-track,
.menu-tab::-webkit-scrollbar,
.menu-tab::-webkit-scrollbar-thumb,
.phu-kien::-webkit-scrollbar-track,
.phu-kien::-webkit-scrollbar,
.phu-kien::-webkit-scrollbar-thumb,
.brand-items::-webkit-scrollbar-track,
.brand-items::-webkit-scrollbar,
.brand-items::-webkit-scrollbar-thumb {
    display: none;
}

@media screen and (min-width:1024px) {
    .box_left {
        width: 220px !important;
        max-width: 220px !important
    }

    .box_right {
        width: calc(100% - (220px + 58.33333333%)) !important;
        max-width: calc(100% - (220px + 58.33333333%)) !important
    }

    .product-footer-left {
        max-width: 830px;
        -ms-flex-preferred-size: 830px;
        flex-basis: 830px;
    }

    .content-product-footer-right {
        max-width: calc(100% - 830px);
        -ms-flex-preferred-size: calc(100% - 830px);
        flex-basis: calc(100% - 830px);
    }
}

@media screen and (min-width:850px) {
    .slider.row-slider .flickity-slider>.product.product-small {
        max-width: calc((100% - 40px) / 5);
        margin-bottom: 10px;
        padding: 10px;
        background: #ffffff;
        position: relative;
        border-radius: 10px;
        -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
        box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
        transition: .3s;
    }
}

@media only screen and (max-width: 1024px) {
    li.header-search-form {
        width: 200px;
    }

    .product-main .content-row {
        width: 100%;
    }

    .product-info .woocommerce-variation-price del span.amount {
        left: 185px
    }

    .product.product-type-simple .product-footer-left .product-info form {
        width: 60%;
    }

    .product-info a.compare {
        display: none
    }

    .line-title-home {
        height: auto;
    }

    .phu-kien .icon-box .icon-inner {
        height: 100px;
    }
}

@media only screen and (max-width: 849px) {
    .header-main {
        height: 45px !important;
    }

    #logo {
        width: auto !important;
    }

    #logo img {
        max-height: 35px !important;
    }

    .menu-mobile-section.active {
        display: block;
    }

    #logo img.header-logo {
        display: none;
    }

    .home .header .header-wrapper,
    .home .header .header-bg-color {}

    #main {
        z-index: 30;
        padding-bottom: 70px;
    }

    .header.active .header-wrapper,
    .header-wrapper.stuck {
        background-color: var(--primary-color);
        z-index: 999
    }

    .header .header-wrapper .header-logo-sticky,
    .header-wrapper .header-logo-sticky,
    .header.active .header-wrapper .header-logo-sticky,
    .header-wrapper.stuck .header-logo-sticky {
        display: block !important
    }

    .header .header-wrapper .header-logo-sticky+img,
    .header-wrapper .header-logo-sticky+img,
    .header.active .header-wrapper .header-logo-sticky+img,
    .header-wrapper.stuck .header-logo-sticky+img {
        display: none !important
    }

    .header.active .header-wrapper .header-main,
    .header-wrapper.stuck .header-main {
        height: 45px !important;
    }

    .header.active,
    .header-wrapper.stuck,
    .body-scroll-lock--active #header {
        z-index: 999
    }

    .header.active .header-wrapper,
    .header-wrapper.stuck {
        position: fixed;
        top: 0
    }

    .home .header.active .header-wrapper:after,
    .home .header-wrapper.stuck:after {
        display: none
    }

    #btnHeaderMenu {
        display: none !important;
    }

    input[type="email"],
    input[type="date"],
    input[type="search"],
    input[type="number"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    textarea,
    select,
    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection {
        height: 33px
    }

    #btnHeaderMenu,
    .menu-item-has-children:after,
    .off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
        display: none
    }

    .menu-tab {
        overflow-x: auto;
        display: block
    }

    .menu-tab ul {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        width: 100%;
        margin-bottom: 10px;
        background: #fff;
        box-shadow: none !important;
    }

    .menu-tab ul li {
        width: 16.6666%;
    }

    .menu-tab ul>li>a {
        padding: 5px 0px !important;
        text-align: center;
        flex-direction: column;
        display: flex;
        align-items: center;
        font-size: 12px !important;
    }

    .menu-tab ul li a img {
        width: 60px;
        height: 60px;
        background: #f5f5f5;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .menu-tab ul li:nth-child(1) a img {
        background: #FEE2E2
    }

    .menu-tab ulli:nth-child(2) a img {
        background: #FFEDD5
    }

    .menu-tab ul li:nth-child(3) a img {
        background: #FEF9C3
    }

    .menu-tab ul li:nth-child(4) a img {
        background: #ECFCCB
    }

    .menu-tab ul li:nth-child(5) a img {
        background: #D1FAE5
    }

    .menu-tab ul li:nth-child(6) a img {
        background: #CCFBF1
    }

    .menu-tab ul li:nth-child(7) a img {
        background: #E0F2FE
    }

    .menu-tab ul li:nth-child(8) a img {
        background: #E0E7FF
    }

    .menu-tab ul li:nth-child(9) a img {
        background: #EDE9FE
    }

    .menu-tab ul li:nth-child(10) a img {
        background: #CCFBF1
    }

    .menu-tab ul li:nth-child(11) a img {
        background: #FAE8FF
    }

    .menu-tab ul li:nth-child(12) a img {
        background: #FCE7F3
    }

    .swiper-slide img {
        height: auto
    }

    .product-infomation,
    .product-des {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 0;
    }

    .content-product-page {
        flex-direction: column-reverse;
    }

    .content-product-page .content-product-footer-right,
    .content-product-page .product-footer-left {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .product-footer-left form.variations_form {
        display: block !important;
    }

    .product-footer-left .variations {
        width: 133%;
        margin-left: -33%;
        margin-top: 20px;
    }

    .product-footer-left .single_variation_wrap {
        margin-left: -35%;
        width: 135%;
    }

    .rank-review,
    .button-review {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #cr_all_reviews_shortcode .cr-summaryBox-wrap .ivole-summaryBox {
        border-right: 0
    }

    .youtube-channel .flickity-prev-next-button.next {
        right: 40%;
    }

    .youtube-channel .flickity-prev-next-button.previous {
        left: 40%;
    }

    .product.product-type-simple .product-footer-left .product-info form {
        width: 100%;
        float: none;
    }

    .text-left .list-brand-items {
        text-align: left
    }

    .line-title-home {
        width: calc(100% - 30px);
        padding: 5px 0
    }

    .phone-home .list-product-home .row.row-small>.product-small.col:last-child {
        display: none
    }

    .shop-page-title .medium-flex-wrap {
        flex-flow: row;
    }

    .shop-page-title .medium-text-center {
        width: 50% !important;
        float: left !important;
        flex: auto;
    }

    .shop-page-title .page-title-inner .medium-text-center {
        text-align: right !important;
    }

    .shop-page-title .page-title-inner .flex-grow.medium-text-center {
        text-align: left !important;
    }

    .single-product .shop-page-title .medium-text-center {
        width: 100% !important;
    }

    .single-product .shop-page-title .medium-flex-wrap {
        flex-flow: column;
    }

    .product.product-small {
        max-width: calc((100% - 20px) / 3);
    }

    .product.product-small:nth-of-type(5n) {
        margin-right: 10px;
    }

    .product.product-small:nth-of-type(3n) {
        margin-right: 0px;
    }

    .tab-product-related .product.product-small:nth-of-type(3n) {
        margin-right: 10px;
    }

    .archive .shop-container .products {
        margin-left: 0;
        margin-right: 0
    }

    .sticky-add-to-cart--active .quantity {
        display: none !important;
    }

    .tab-product-related .product-section {
        overflow-x: auto;
        margin-left: -15px;
        margin-right: -15px;
    }

    .tab-product-related .product-section h3.product-section-title {
        position: sticky;
        left: 15px;
        width: max-content;
        margin-left: 0;
    }

    .tab-product-related .product-section>.row {
        flex-flow: row;
        max-width: unset;
        width: max-content;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .tab-product-related .product-section>.row>.product.product-small {
        max-width: unset;
        width: 170px;
    }

    .footer-menu-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99999;
        display: block
    }

    .footer-menu-mobile ul.menu {
        border-radius: 0;
        display: flex;
        padding: 5px 0;
    }

    .footer-menu-mobile ul.menu>li {
        width: calc(100% / 4);
    }

    .footer-menu-mobile ul.menu>li>a {
        flex-flow: column;
        font-size: 12px !important;
        padding: 6px 0 !important;
        white-space: nowrap;
    }

    .footer-menu-mobile ul.menu>li>a img {
        filter: grayscale(1);
        margin-bottom: 5px;
        margin-right: 0
    }

    .footer-menu-mobile ul.menu>li>a:hover {
        color: var(--primary-color);
        font-size: 12px !important;
    }

    .footer-menu-mobile ul.menu>li>a:hover img {
        filter: grayscale(0);
        margin-right: 0;
        margin-bottom: 5px;
    }

    .has-off-canvas .footer-menu-mobile ul.menu>li>a.current-lightbox-clicked {
        opacity: 1 !important;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    body.body-scroll-lock--active .mfp-wrap {
        background: #fff;
        top: 45px !important
    }

    body.body-scroll-lock--active .mfp-bg.mfp-ready {
        opacity: 0;
    }

    .banner-home {
        margin-top: 5px;
    }

    .footer-wrapper {
        box-shadow: none;
        box-shadow: none;
        position: fixed;
        top: 45px;
        z-index: 999;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 0 0 70px;
        display: none
    }

    .footer-wrapper.active {
        display: block
    }

    .footer-wrapper .icon-box-text a {
        font-size: 14px;
        color: var(--primary-color);
        font-weight: bold;
    }

    .footer-wrapper .ux-menu {
        padding: 10px;
        border-radius: 1rem;
        -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
        box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .footer-wrapper .ux-menu .ux-menu-title {
        text-transform: none;
        font-size: 16px;
        min-height: auto;
    }

    .footer-wrapper .ux-menu .menu-item a {
        border: 0;
        position: relative;
    }

    .footer-wrapper .ux-menu .menu-item a i {
        position: absolute;
        right: 0;
        font-size: 18px;
    }

    .phu-kien .col-inner {
        width: 800px
    }

    .phu-kien a.plain {
        width: 80px;
    }

    .phu-kien .icon-box .icon-box-img {
        width: 70px !important;
    }

    .phu-kien .icon-box .icon-inner {
        height: 80px;
    }

    .phu-kien {
        overflow: auto;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .phu-kien .icon-box .icon-box-text {
        width: 60px;
        left: 10px;
    }

    .phu-kien p {
        font-size: 11px;
        line-height: 1;
    }

    .brand-items {
        text-align: left;
        margin-bottom: 5px;
        padding-bottom: 5px;
        overflow-x: auto;
    }

    .list-brand-items {
        overflow-x: scroll;
        width: max-content;
    }

    .home a.btn-read-more {
        margin-bottom: 0;
        margin-right: 0;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        min-height: auto;
        line-height: 1;
        color: #333;
    }

    .menu-mobile-header {
        padding: 5px 15px;
    }

    @media only screen and (max-width: 550px) {
        .menu-mobile-header {
            padding: 5px 10px;
        }

        .container {
            padding-left: 10px;
            padding-right: 10px;
        }

        .sticky-add-to-cart--active .single_add_to_cart_button {
            width: 50%;
        }

        .sale-countdown .woo-sctr-shortcode-countdown-text-before {
            display: none !important
        }

        .phone-home .list-product-home .row.row-small>.product-small.col:last-child {
            display: block
        }

        .off-canvas-center .nav-sidebar.nav-vertical>li>a {
            padding-right: 2px;
            padding-left: 2px;
            font-size: 12px;
            font-weight: 600;
            color: #333;
        }

        .mfp-bg.off-canvas-center:not(.dark) {
            height: 260px !important;
            box-shadow: 0 0 3px;
            position: fixed !important;
        }

        .mfp-container {
            padding: 0;
        }

        .off-canvas .sidebar-menu {
            padding: 0;
        }

        .mySwiper .swiper-slide {
            font-size: 0
        }

        .mySwiper {
            height: 1%
        }

        .mySwiper2 {
            height: 99%
        }

        .mySwiper .swiper-slide:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            background: #e1e1e1;
            left: 0;
            bottom: 0;
        }

        .row-slider .flickity-prev-next-button svg {
            padding: 20% !important;
        }

        .product-info.summary .quantity input[type="number"] {
            width: 40px;
        }

        .product-footer-left,
        .product-footer-right {
            max-width: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

        .product-footer-left .product-info .woocommerce-variation-price del span.amount {
            top: 45px;
        }

        .product-footer-left .product-info .woocommerce-variation-price ins span.amount {
            top: 40px;
        }

        .product-footer-left .single_variation_wrap {
            margin-left: -52%;
            width: 150%;
        }

        .product-footer-left .variations {
            margin-left: -52%;
            width: 150%;
            margin-top: 45px;
        }

        .sticky-add-to-cart--active {
            font-size: 13px;
        }

        .sticky-add-to-cart--active .sticky-add-to-cart__product img {
            margin-right: 0
        }

        .button-review {
            margin-bottom: 15px
        }

        .menu-mobile ul.menu {
            width: 120%
        }

        .list-phu-kien {
            width: calc(100% - 30px);
            overflow: hidden;
        }

        .pk-home .list-brand-items {
            text-align: right;
        }

        .hotsale-text h3 {
            margin-left: 0
        }

        .inner-flex-middle .col-inner .list-brand-items {
            padding-right: 0
        }

        .area-news-content .box-vertical .box-image,
        .post-sidebar .box-vertical .box-image {
            width: 45% !important;
        }

        .area-news-content .post-item .box-blog-post .box-text {
            padding-left: 10px
        }

        .blog-wrapper .box-text .from_the_blog_excerpt {
            display: none
        }

        .product-main .header-title {
            flex-direction: column;
        }

        .product-info .price ins span.amount {
            font-size: 24px;
        }

        .row.row-small .product-small .price-wrapper .price {
            display: grid
        }

        .product-info .price del>span:not(.amount) {
            display: none
        }

        .product.product-small {
            max-width: calc((100% - 10px) / 2);
        }

        .product.product-small:nth-of-type(3n) {
            margin-right: 10px;
        }

        .product.product-small:nth-of-type(2n) {
            margin-right: 0px;
        }

        .tab-product-related .product.product-small:nth-of-type(2n) {
            margin-right: 10px;
        }
    }

    @media only screen and (max-width: 420px) {
        .sticky-add-to-cart--active .single_add_to_cart_button {
            padding: 0 5px;
        }

        .sticky-add-to-cart .buy_now_button {
            padding: 0 10px;
        }

        button.single_add_to_cart_button,
        button.buy_now_button {
            width: 47%;
        }
    }

    @media only screen and (max-width: 320px) {
        .buy_now_button {
            padding: 0 15px;
        }

        .sticky-add-to-cart--active .single_add_to_cart_button {
            padding: 5px 2px
        }

        .product-info.summary .sticky-add-to-cart--active .quantity .button {
            width: 25px
        }

        .item-linked-product,
        .item-linked-product strong,
        .ux-swatch {
            font-size: 12px
        }

        .ux-swatch:nth-of-type(2n),
        .item-linked-product:nth-of-type(2n) {
            margin-right: 0;
        }

        .ux-swatch,
        .item-linked-product {
            width: calc((100% / 2) - 5px);
        }

        .ux-swatch:nth-of-type(3n),
        .item-linked-product:nth-child(3n) {
            margin-right: 10px
        }
    }