/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: local("Inter"), url("../../fonts/inter/InterVariable.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("../../fonts/roboto/roboto-v51-vietnamese-100-900.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("../../fonts/roboto/roboto-v51-latin-ext-100-900.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("../../fonts/roboto/roboto-v51-latin-100-900.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@layer camap-components;

:root {
    --font-family-primary: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --font-family-stack: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --font-size-base: 16px;
    --font-size-xs: 14px;
    --font-size-sm: 16px;
    --font-size-md: 18px;
    --font-size-lg: 20px;
    --font-size-xl: 28px;
    --font-size-2xl: 30px;
    --font-size-3xl: 40px;
    --font-weight-body: 400;
    --font-weight-strong: 600;
    --font-weight-heading: 700;
    --font-weight-base: var(--font-weight-body);
    --font-line-height-base: 30px;
    --focus-ring-color: var(--sicomp-info);
    --focus-ring-width: 2px;
    --focus-ring-offset: 2px;
    --mainColor: var(--sicomp-primary);
    --subColor: var(--sicomp-discount);
    --textColor: var(--sicomp-text);
    --topHeader: var(--sicomp-card);
    --bgCount: var(--sicomp-accent);
    --textCount: var(--sicomp-text);
    --gutter: 30px;
    --surfaceColor: var(--sicomp-card);
    --cardBorder: var(--sicomp-border);
    --fontBody: var(--font-family-stack);
    --fontHeading: var(--font-family-stack);
    --radius-xs: 6px;
    --radius-sm: 8px;
    --radius-md: 10px;
    --radius-lg: 12px;
    --radius-xl: 30px;
    --radius-2xl: 40px;
    --radius-pill: 9999px;
    --radiusSm: 6px;
    --radiusBase: 8px;
    --radiusMd: 10px;
    --radiusLg: 14px;
    --shadow-card: var(--sicomp-shadow-card);
    --shadow-card-hover: var(--sicomp-shadow-soft);
    --shadow-focus: 0 0 0 4px var(--sicomp-focus-ring);
    --sicomp-primary: #d70018;
    --sicomp-primary-rgb: 215, 0, 24;
    --sicomp-primary-hover: #c40016;
    --sicomp-primary-active: #a80013;
    --sicomp-primary-dark: #8f0010;
    --sicomp-primary-soft: #fee2e2;
    --sicomp-primary-subtle: #fff1f2;
    --sicomp-primary-soft-hover: #ffe4e6;
    --sicomp-primary-soft-active: #fecdd3;
    --sicomp-primary-soft-text: #9f1239;
    --sicomp-header-start: var(--sicomp-primary);
    --sicomp-header-end: var(--sicomp-primary-hover);
    --sicomp-secondary: #222222;
    --sicomp-secondary-rgb: 34, 34, 34;
    --sicomp-secondary-hover: #333333;
    --sicomp-secondary-active: #18181b;
    --sicomp-secondary-soft: #f4f4f5;
    --sicomp-link: var(--sicomp-text);
    --sicomp-link-hover: var(--sicomp-primary);
    --sicomp-link-info: #2563eb;
    --sicomp-link-info-hover: #1d4ed8;
    --sicomp-accent: #f59e0b;
    --sicomp-accent-rgb: 245, 158, 11;
    --sicomp-accent-hover: #d97706;
    --sicomp-accent-soft: #fef3c7;
    --sicomp-accent-text: #92400e;
    --sicomp-page: #fff5f6;
    --sicomp-page-background: var(--sicomp-page);
    --sicomp-card: #ffffff;
    --sicomp-soft: #f9fafb;
    --sicomp-soft-hover: #f5f5f5;
    --sicomp-surface-red: #fff1f2;
    --sicomp-surface-blue: #dbeafe;
    --sicomp-surface-yellow: #fef3c7;
    --sicomp-border: #e5e7eb;
    --sicomp-border-strong: #d4d4d8;
    --sicomp-text: #18181b;
    --sicomp-text-soft: #3f3f46;
    --sicomp-text-muted: #71717a;
    --sicomp-text-disabled: #a1a1aa;
    --sicomp-text-inverse: #ffffff;
    --sicomp-white-rgb: 255, 255, 255;
    --sicomp-black-rgb: 0, 0, 0;
    --sicomp-ink-rgb: 34, 34, 34;
    --sicomp-shadow-rgb: var(--sicomp-ink-rgb);
    --sicomp-price: var(--sicomp-primary);
    --sicomp-price-dark: var(--sicomp-primary-dark);
    --sicomp-price-regular: var(--sicomp-text-muted);
    --sicomp-cta: var(--sicomp-primary);
    --sicomp-cta-hover: var(--sicomp-primary-hover);
    --sicomp-sale: var(--sicomp-primary);
    --sicomp-discount: var(--sicomp-primary);
    --sicomp-discount-soft: var(--sicomp-primary-soft);
    --sicomp-gift: var(--sicomp-accent);
    --sicomp-gift-soft: var(--sicomp-accent-soft);
    --sicomp-stock: #16a34a;
    --sicomp-stock-soft: #dcfce7;
    --sicomp-stock-text: #166534;
    --sicomp-success: #16a34a;
    --sicomp-success-hover: #16a34a;
    --sicomp-success-rgb: 22, 163, 74;
    --sicomp-success-soft: #dcfce7;
    --sicomp-success-text: #166534;
    --sicomp-warning: var(--sicomp-accent);
    --sicomp-warning-rgb: var(--sicomp-accent-rgb);
    --sicomp-warning-soft: var(--sicomp-accent-soft);
    --sicomp-warning-text: var(--sicomp-accent-text);
    --sicomp-danger: #ef4444;
    --sicomp-danger-hover: #dc2626;
    --sicomp-danger-rgb: 239, 68, 68;
    --sicomp-danger-soft: #fee2e2;
    --sicomp-danger-text: #991b1b;
    --sicomp-info: #2563eb;
    --sicomp-info-rgb: 37, 99, 235;
    --sicomp-info-hover: #1d4ed8;
    --sicomp-info-soft: #dbeafe;
    --sicomp-info-text: #1d4ed8;
    --sicomp-category: var(--sicomp-secondary);
    --sicomp-category-hover: var(--sicomp-primary);
    --sicomp-category-soft: #f4f4f5;
    --sicomp-border-alpha: rgba(var(--sicomp-shadow-rgb), 0.08);
    --sicomp-border-alpha-strong: rgba(var(--sicomp-shadow-rgb), 0.12);
    --sicomp-secondary-border-soft: rgba(var(--sicomp-secondary-rgb), 0.18);
    --sicomp-secondary-border-muted: rgba(var(--sicomp-secondary-rgb), 0.08);
    --sicomp-info-border-soft: rgba(var(--sicomp-info-rgb), 0.18);
    --sicomp-info-border-muted: rgba(var(--sicomp-info-rgb), 0.08);
    --sicomp-success-border-soft: rgba(var(--sicomp-success-rgb), 0.18);
    --sicomp-danger-border-soft: rgba(var(--sicomp-danger-rgb), 0.18);
    --sicomp-focus-ring: rgba(var(--sicomp-info-rgb), 0.32);
    --sicomp-focus-ring-soft: rgba(var(--sicomp-info-rgb), 0.14);
    --sicomp-danger-focus-ring: rgba(var(--sicomp-danger-rgb), 0.1);
    --sicomp-shadow-xs: 0 1px 2px var(--sicomp-border-alpha);
    --sicomp-shadow-soft: 0 4px 16px rgba(24, 24, 27, 0.04);
    --sicomp-shadow-card: 0 2px 10px rgba(24, 24, 27, 0.045);
    --sicomp-shadow-card-raised: 0 6px 20px rgba(24, 24, 27, 0.06);
    --sicomp-shadow-float: 0 22px 56px rgba(var(--sicomp-shadow-rgb), 0.14), 0 8px 18px rgba(var(--sicomp-primary-rgb), 0.08);
    --sicomp-overlay: rgba(var(--sicomp-ink-rgb), 0.48);
    --sicomp-overlay-strong: rgba(var(--sicomp-shadow-rgb), 0.78);
    --sicomp-white-subtle: rgba(var(--sicomp-white-rgb), 0.08);
    --sicomp-white-soft: rgba(var(--sicomp-white-rgb), 0.42);
    --sicomp-white-highlight: rgba(var(--sicomp-white-rgb), 0.65);
    --sicomp-white-sheen: rgba(var(--sicomp-white-rgb), 0.2);
    --sicomp-white-strong: rgba(var(--sicomp-white-rgb), 0.82);
    --sicomp-white-emphasis: rgba(var(--sicomp-white-rgb), 0.86);
    --sicomp-duration-fast: 120ms;
    --sicomp-duration-base: 180ms;
    --sicomp-duration-slow: 280ms;
    --sicomp-ease: cubic-bezier(.19, 1, .22, 1);
    --sicomp-product-card-radius: 8px;
    --sicomp-product-card-surface: var(--sicomp-card);
    --sicomp-product-card-border: transparent;
    --sicomp-product-card-shadow: var(--sicomp-shadow-card);
    --sicomp-product-card-shadow-hover: var(--sicomp-shadow-soft);
    --sicomp-product-card-title-color: var(--sicomp-text);
    --sicomp-product-card-title-hover: var(--sicomp-primary);
    --sicomp-product-card-title-size: 14.5px;
    --sicomp-product-card-title-line: 20px;
    --sicomp-product-card-title-min-height: 42px;
    --sicomp-product-card-price-color: var(--sicomp-price);
    --sicomp-product-card-price-size: 22px;
    --sicomp-product-card-price-line: 28px;
    --sicomp-product-card-old-price-color: var(--sicomp-price-regular);
    --sicomp-product-card-old-price-size: 12px;
    --sicomp-product-card-old-price-line: 16px;
    --sicomp-product-card-discount-bg: var(--sicomp-discount);
    --sicomp-product-card-discount-color: var(--sicomp-text-inverse);
    --sicomp-product-card-discount-size: 11px;
    --sicomp-product-card-discount-line: 17px;
    --sicomp-product-card-stock-color: var(--sicomp-stock);
    --sicomp-product-card-contact-color: var(--sicomp-discount);
    --sicomp-product-card-gift-color: var(--sicomp-gift);
    --sicomp-product-card-status-size: 14px;
    --sicomp-product-card-status-line: 18px;
    --sicomp-product-card-gift-size: 13.5px;
    --sicomp-product-card-gift-line: 17px;
    --sicomp-product-card-meta-icon-size: 17px;
    --sicomp-product-card-action-bg: var(--sicomp-primary);
    --sicomp-product-card-action-bg-hover: var(--sicomp-primary-hover);
    --sicomp-product-card-action-color: var(--sicomp-text-inverse);
    --sicomp-product-card-action-shadow: 0 6px 14px rgba(var(--sicomp-primary-rgb), 0.22);
    --sicomp-product-card-action-shadow-hover: 0 8px 16px rgba(var(--sicomp-primary-rgb), 0.24);
    --sicomp-product-card-action-size: 36px;
    --sicomp-product-card-action-icon-size: 19px;
}

@media (max-width: 520px) {
    :root {
        --sicomp-product-card-title-size: 12.8px;
        --sicomp-product-card-title-line: 18px;
        --sicomp-product-card-title-min-height: 36px;
        --sicomp-product-card-price-size: 17px;
        --sicomp-product-card-price-line: 21px;
        --sicomp-product-card-old-price-size: 11px;
        --sicomp-product-card-discount-size: 10px;
        --sicomp-product-card-status-size: 12px;
        --sicomp-product-card-status-line: 15px;
        --sicomp-product-card-gift-size: 12px;
        --sicomp-product-card-gift-line: 15px;
        --sicomp-product-card-meta-icon-size: 13px;
        --sicomp-product-card-action-size: 34px;
        --sicomp-product-card-action-icon-size: 16px;
    }
}
body {
    --cardShadow: 0 8px 24px var(--sicomp-border-alpha);
    --cardShadowHover: 0 12px 28px rgba(var(--sicomp-shadow-rgb), 0.1);
    --buttonShadow: var(--sicomp-shadow-xs);
    --buttonShadowHover: 0 6px 14px rgba(var(--sicomp-shadow-rgb), 0.1);
    font-size: 14px;
    color: var(--sicomp-text);
    background: var(--sicomp-page-background);
    font-family: var(--fontBody);
    line-height: 1.6;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.product-title a {
    font-family: var(--fontHeading);
    letter-spacing: -0.01em;
}

#wrapper,
#main {
    background: var(--sicomp-page-background);
}

/* #wrapper,
#main {
    background-color: var(--sicomp-page);
} */

.wc-block-components-address-form__country  {
    display: none;
}
@media(max-width:767px) {
    .nav li.has-icon-left>a>img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
}
.nav li.has-icon-left > a .camap-menu-icon {
    display: inline-flex;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    color: currentColor;
    vertical-align: middle;
}

.nav li.has-icon-left > a .camap-menu-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.d-block {
    display: block !important;
}

.mg0 * {
    margin-bottom: 0;
}
@keyframes play {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
.form-flat input:not([type=submit]) {
	    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    min-height: initial;
    padding-right: 15px;
    font-size: 14px;
    z-index: 9;
    position: relative;
    border: solid 1px var(--mainColor);
    border-radius: 40px;
    width: 100%;
    margin: 0 auto;
    transition: all .2s .2s ease-in;
    -webkit-transition: all .2s .2s ease-in;
    background-color: transparent;
}

.box-phone {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 40px;
    height: 36px;
    margin-right: 15px;
}
.box-phone .content_phone {
    line-height: 1.1;
    margin-left: 5px;
}
.box-phone .content_phone span {
    display: block;
    color: var(--sicomp-text);
}
.box-phone .content_phone a {
    color: var(--mainColor);
    font-weight: 700;
    font-size: 16px;
}


@media (min-width: 992px) {
    .li-kmdiscount {
        display:inline-block;
        background-color: var(--sicomp-card);
        padding: 5px 10px;
        border-radius: 5px;
        text-align: right;
        float: right;
        -webkit-animation: zoom-in-zoom-out 2000ms infinite;
        -moz-animation: zoom-in-zoom-out 2000ms infinite;
        -o-animation: zoom-in-zoom-out 2000ms infinite;
        animation: zoom-in-zoom-out 2000ms infinite
    }

    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(0.85, 0.85)
        }

        10%,20% {
            transform: scale3d(0.9, 0.9, 0.9) rotate(-2deg)
        }

        30%,50%,70%,90% {
            transform: scale3d(1, 1, 1) rotate(2deg)
        }

        40%,60%,80% {
            transform: scale3d(1, 1, 1) rotate(-2deg)
        }

        100% {
            transform: scale(0.9)
        }
    }

    .li-kmdiscount.nav-item {
        display: none !important
    }

    .li-kmdiscount a {
        color: var(--sicomp-accent);
        text-transform: uppercase;
        font-weight: 600
    }

    .li-kmdiscount img {
        max-width: 20px;
        vertical-align: -4px
    }

    .box-catelory {
        position: relative
    }
}

.page-wrapper {
	padding-top: 15px;
    background: var(--sicomp-page-background);
}

.TextCaptions .flickity-slider {
	justify-content: left;
}
.wbcslider_tgdd .TextCaptions .item {
    padding: 15px 7px 10px !important;
    border-radius: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: var(--sicomp-text-soft);
    overflow: hidden;
    cursor: pointer;
}
.TextCaptions .item.is-nav-selected::after {
	background-color: var(--mainColor) !important;
}
.wbcslider_tgdd  .TextCaptions .item.is-nav-selected {
	color: var(--mainColor);
}

.TextCaptions {
	    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -2px, rgba(0, 0, 0, 0.05) 0px 0px 2px -2px !important;
}

.custom-title .section-title-main {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin: 5px 0px;
    background-color: var(--mainColor);
    padding: 5px 20px 5px 5px !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.custom-title .section-title-main::after {
    content: "";
    position: absolute;
    width: 38px;
    top: 1px;
    right: -3px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 4px 0 0 -1px var(--sicomp-secondary);
}
.custom-title .section-title-main a {
        color: white;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
    padding-left: 0;
}
.section-title-main a:hover {
    color: var(--subColor)
}
.custom-title .section-title-normal {
    border-bottom: 0;
    border-radius: 5px;
    font-size: 18px;
}
.custom-title .section-title-normal {
}.custom-title .section-title-normal b {
    display: none;
}.custom-title .section-title-normal span {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: white!important;
    margin-right: 0;
}span.hdevvn-show-cats li {
    display: block;
    width: auto;
    float: left;
    margin: 0 8px;
}span.hdevvn-show-cats li a {
        display: block;
    min-width: 70px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 10px;
    text-align: center;
    background: white;
    border-radius: 30px;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    letter-spacing: 0;
    text-transform: initial;
}
span.hdevvn-show-cats li a:hover {
    color: var(--sicomp-text-inverse);
    background-color: var(--mainColor);
}
.section-thumbnail-wrapper img {
    width: 32px;
    margin-right: 10px;
}
.section-title-normal span.section-thumbnail-wrapper {
    padding: 0;
}

.section_air_conditioner .banner_air_conditioner:hover::before {
    animation: 0.75s ease 0s 1 normal none running circle;
}
.section_air_conditioner .banner_air_conditioner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: var(--sicomp-white-sheen);
    border-radius: 100%;
}

.box-image:hover::before, .post-item:hover .box-image::before , .img:hover .img-inner::before{
-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.box-image::before, .img .img-inner::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
.product-small.box:after, .mh-col-shadow > .col-inner:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 100%;
transform-origin: right;
transition: transform .5s ease-in-out;
transform: scaleX(0);
}
.product-small.box:after, .mh-col-shadow > .col-inner:after, .post-item > .col-inner:after {
background: var(--primary-color);
}
.product-small.box:hover:after , .mh-col-shadow:hover > .col-inner:after, .post-item:hover > .col-inner:after {
transform-origin: left;
transform: scaleX(1);
}

.gird-brand {
    gap: 20px 40px;
    display: grid
;
    text-align: center;
    align-items: center;
    grid-template-columns: repeat(8, 1fr);
}
.gird-brand a {
    display: grid;
}

@media (max-width: 767px) {
    .gird-brand {
        gap: 10px 20px;
    }
    .col-mb-banner > .col-inner {
            display: flex
;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
    }
    .col-mb-banner > .col-inner .img {
        width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 13px;
    }
}
@media (max-width: 992px) {
    .gird-brand {
        grid-template-columns: repeat(4, 1fr);
    }
}
.gird-brand a img {
    width: 100%;
    margin: auto;
    display: block;
    min-height: 37.08px;
    max-height: 37.08px;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    transition: 0.7s transform;
}
.gird-brand a:hover img {
    transform: scale(1.1);
}

.sidebar-box > .col-inner {
	    border: 1px solid var(--sicomp-border);
    margin-bottom: 15px;
    background-color: var(--sicomp-card);
    padding: 15px;
    border-radius: 5px;
}


.sidebar-box > .col-inner .icon-box + * {
	    margin-top: 10px;
    border-top: 1px dashed var(--sicomp-border);
    padding-top: 10px;
}
.sidebar-box > .col-inner .icon-box-left .icon-box-img+.icon-box-text{
	padding-left: 0.5em;
}

.pro-discount {
    position: relative;
    background: var(--sicomp-card);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px dashed var(--mainColor);
    background: rgba(var(--sicomp-secondary-rgb), 0.02)
}

.pro-discount legend {
    width: auto;
    color: var(--mainColor);
    font-weight: 600;
    background: var(--sicomp-card);
    border-radius: 5px;
    border: 1px solid;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 0px 10px;
    margin-top: -25px;
    max-width: max-content;
    display: inline-block;
}

.pro-discount legend img {
    max-width: 23px;
    mix-blend-mode: multiply;
    vertical-align: -3px
}

.pro-discount .item_discount {
    position: relative;
    background: var(--sicomp-card);
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.15));
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 5px
}

.pro-discount .item_discount:last-child {
    margin-bottom: 0px
}

.pro-discount .item_discount .top_discount {
    position: relative;
    display: flex;
    justify-content: space-between
}

.pro-discount .item_discount .top_discount .item-name {
    display: inherit
}

.pro-discount .item_discount .top_discount .code_dis {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    color: var(--mainColor)
}

.pro-discount .item_discount .top_discount span {
    position: relative;
    background-color: var(--sicomp-accent-soft);
    color: var(--sicomp-accent);
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    padding: 2px 10px;
    line-height: 16px
}

.pro-discount .item_discount .coupon_desc {
    border-bottom: dotted 1px var(--sicomp-border)
}

.pro-discount .item_discount .copy_discount {
    padding: 3px;
    margin-top: 5px;
    position: relative;
    background-color: var(--sicomp-soft);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pro-discount .item_discount .copy_discount .code_zip {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px
}

.pro-discount .item_discount .copy_discount.active {
    background-color: var(--sicomp-secondary-soft)
}

.pro-discount .item_discount .copy_discount.active .code_zip {
    color: var(--subColor)
}

.pro-discount .item_discount .copy_discount .dis_copy {
    background: var(--mainColor);
    color: var(--sicomp-text-inverse);
    border: none;
    padding: 0px 15px;
    margin: 1px 0px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
    border-radius: 5px;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    float: right
}

.pro-discount .item_discount .copy_discount .dis_copy:hover,.pro-discount .item_discount .copy_discount .dis_copy:focus {
    background: var(--subColor)
}

.pro-discount .item_discount .copy_discount .dis_copy span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 2px
}

.pro-discount .item_discount .copy_discount .dis_copy.disabled {
    opacity: 0.6;
    cursor: not-allowed
}

.pro-discount .item_discount .copy_discount .dis_copy_2 {
    background: var(--mainColor);
    color: var(--sicomp-text-inverse);
    border: none;
    padding: 0px 15px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
    border-radius: 5px;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    float: right
}

.pro-discount .item_discount .copy_discount .dis_copy_2:hover,.pro-discount .item_discount .copy_discount .dis_copy_2:focus {
    background: var(--subColor)
}

.pro-discount .item_discount .copy_discount .dis_copy_2 span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 2px
}

.pro-discount .item_discount .copy_discount .dis_copy_2.disabled {
    opacity: 0.6;
    cursor: not-allowed
}

h1.product_title {
    font-size: 22px;
    margin: 0px 0px 15px;
    line-height: 26px;
    font-weight: 400;
}
.price-na img {
    width: 20px;
}
.price-na {
    font-weight: bolder;
    color: red;
    font-size: 16px;
        display: flex
;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
}
.woocommerce-order td {
    color: var(--sicomp-text);
    font-weight: 500;
}

.layout-product .product-top {
    margin-bottom: 10px;
    display: none
}

.layout-product .product-top .sku-product {
    font-size: 14px;
    display: flex;
    margin-right: 15px
}

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

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

.layout-product .form-product {
    padding: 0px 0 10px
}


.khuyen-mai {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid var(--sicomp-border)
}

.khuyen-mai .title {
    background-color: var(--sicomp-soft);
    border-bottom: 1px solid var(--sicomp-border);
    padding: 8px 10px;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.khuyen-mai .content {
    padding: 8px 10px
}
.khuyen-mai .content ul {
    counter-reset: discount-counter;
}
.khuyen-mai .content ul li:before {
    content: counter(discount-counter);
        background-color: var(--sicomp-secondary);
    border-radius: 50%;
    color: var(--sicomp-text-inverse);
    display: inline-block;
    font-size: 11px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-top: 2px;
    text-align: center;
    width: 16px;
}
.khuyen-mai .content ul li {
    margin-bottom: 10px;
    margin-left: 0;
    counter-increment: discount-counter;
    list-style: none;
}

.khuyen-mai .content ul li .nb_dis {
    background-color: var(--sicomp-secondary);
    border-radius: 50%;
    color: var(--sicomp-text-inverse);
    display: inline-block;
    font-size: 11px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-top: 2px;
    text-align: center;
    width: 16px
}

.khuyen-mai .content ul li .content_dis {
    padding-left: 23px;
    display: block;
    line-height: 20px
}

.khuyen-mai .content ul li:last-child {
    margin-bottom: 5px
}

.qt-wrap {
    display: flex;    
    align-items: center;
}
.layout-product .qt-wrap label {
    margin: 0;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
.layout-product .qt-wrap .minus {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.layout-product .qt-wrap .plus {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.layout-product .qt-wrap input {
    font-size: 20px;
    line-height: 0px;
    border: solid 1px var(--sicomp-border);
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--sicomp-card);
    float: left;
    color: var(--sicomp-text);
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-product .qt-wrap input.qty {
    display: block;
    color: var(--textColor);
    text-align: center;
    box-shadow: none;
    background: var(--sicomp-card);
    margin: 0;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    width: 60px;
    max-width: 60px;
    padding: 0;
    border-bottom: solid 1px var(--sicomp-border);
    border-top: solid 1px var(--sicomp-border);
}
.wrap-button {
    display: flex;
    gap:4%;
}

.wrap-button button {
    width: 48%;
    margin: 0;
}
.layout-product .wrap-button button {
    background: var(--mainColor);
    color: var(--sicomp-text-inverse);
    padding: 0px 25px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid var(--mainColor);
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    position: relative;
}
.layout-product .wrap-button button.single_add_to_cart_button,
.layout-product form.cart .single_add_to_cart_button {
    background: linear-gradient(180deg, #2f8cff, #0b63d8);
    color: var(--sicomp-text-inverse, #fff);
    border: 1px solid #1a73e8;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .layout-product .wrap-button {
        flex-direction: column;
        gap: 10px;
    }

    .layout-product .wrap-button button {
        width: 100%;
    }
}

.product-section h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0px;
    letter-spacing: 0;
    text-transform: initial;
    position: relative;
}
.product-section h3:after {
    right: 0;
    content: "";
    display: inline-block;
    height: 4px;
    width: 15px;
    margin-left: 5px;
    background-color: var(--mainColor);
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.chosee_size {
    font-weight: 600;
    font-size: 16px;
}
#spec-modal .chosee_size p {
    margin-bottom: 10px;
}

.woocommerce-pagination ul {
    font-size: .85em;
    margin: 5px 0;
    text-align: center;
} 

.woocommerce-pagination ul li {
    list-style: none;
    display: inline-block;
}
.woocommerce-pagination ul li span, .woocommerce-pagination ul li a {
    display: block;
    font-size: 1.1em;
    height: 2.25em;
    line-height: 2em;
    min-width: 2.25em;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
        border: 1px solid var(--mainColor);
    border-radius: 5px;
    font-weight: normal;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span:hover  {
        background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: var(--sicomp-text-inverse);
}
.aside-item .aside-title h2 {
    width: 100%;
    font-size: 14px !important;
    margin: 0;
    text-transform: none;
    font-weight: 500;
    display: inline-block;
    padding: 0px;
    position: relative;
    color: var(--textColor);
    line-height: 1.6
}

.aside-item .aside-title h2 svg {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: -1
}

.aside-item .aside-content ul {
    padding-left: 0px
}

.aside-item .nav>li>a:focus {
    background: none
}

.aside-item .list-tags span.tag-item {
    line-height: 30px;
    border: 1px solid var(--sicomp-border);
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
    margin-right: 5px;
    color: var(--sicomp-text-muted);
    border-radius: 0px
}

.aside-item .list-tags span.tag-item:hover {
    color: var(--sicomp-text-inverse);
    background: var(--subColor);
    border-color: var(--subColor)
}

.aside-item .list-tags span.tag-item:hover a {
    color: var(--sicomp-text-inverse)
}

.title_filter {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
    line-height: 34px
}

@media (max-width: 991px) {
    .title_filter {
        margin-bottom:10px
    }
}

h1.title-page {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--sicomp-card);
    border-radius: 5px;
    padding: 10px 0px;
    display: block;
}
aside.aside-item {
    padding-top: 15px;
}

@media (max-width: 991px) {
    .aside-content {
        overflow:auto
    }

    .aside-content::-webkit-scrollbar {
        width: 3px
    }

    .aside-content::-webkit-scrollbar-thumb {
        background-color: var(--mainColor);
        outline: 1px solid var(--mainColor)
    }
}

aside.aside-item+.aside-item {
    border-top: 1px solid var(--sicomp-border);
    margin-top: 15px
}

.aside-content .filter-item {
    position: relative;
    clear: left;
    font-size: 14px;
    padding: 0
}

.aside-content .filter-item:last-child {
    border-bottom: none
}

.aside-content .filter-item a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    padding: 5px 20px 2px 0px
}

.aside-content .filter-item .fa {
    cursor: pointer;
    display: inline
}

.aside-content .filter-item .fa.fa-caret-right {
    right: auto;
    left: 0;
    top: 16px;
    text-align: left
}

.aside-content .filter-item .dropdown-menu {
    width: 100%;
    border: 0;
    padding-left: 0px;
    box-shadow: none;
    margin-top: 0px;
    padding: 0px;
    position: static;
    background: none
}

.aside-content .filter-item.active>.dropdown-menu {
    display: block
}

.aside-content .filter-item:hover>a {
    color: var(--sicomp-text);
    background-color: transparent
}

.aside-content .filter-item ul>li:before {
    top: 17px;
    left: 15px
}


@media (min-width: 992px) {
    .aside.aside-item {
        padding-top:0px
    }

    .aside-item {
        border-top: none !important;
        margin-top: 0px !important;
        padding-top: 0px !important
    }

    .aside-item .aside-content:before {
        border: 9px solid transparent;
        border-bottom: 9px solid var(--sicomp-card);
        margin-left: -9px;
        bottom: 100%;
        left: 20px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .aside-item .aside-thuong-hieu ul {
        gap: 10px;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .aside-item .aside-thuong-hieu ul {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 992px) {
    .aside-title h2 {
        margin-bottom:0px;
        text-transform: inherit;
        font-size: 14px
    }

    .aside-title h2 svg {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        z-index: -1
    }

    .aside-item.active .aside-title svg.svg-arro {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .dqdt-sidebar {
        padding: 10px
    }

    .sidebar .wrap_background_aside {
        border-right: none !important
    }

    .filter-item--green {
        padding: 0 !important;
        border: 1px solid var(--sicomp-border);
        border-radius: 4px;
        margin-bottom: 0px;
        height: 36px;
        width: auto;
        display: inherit
    }

    .filter-item--green span {
        position: relative;
        width: 100%
    }

    .filter-item--green:last-child {
        border-bottom: 1px solid var(--sicomp-border) !important
    }

    .filter-item--green .custom-checkbox .fa:after,.filter-item--green .custom-checkbox .fa:before {
        content: '';
        pointer-events: none;
        background: var(--filter-color, var(--sicomp-card));
        box-shadow: none;
        position: absolute;
        top: 2px;
        right: 2px;
        left: auto;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 0.2rem;
        border: 1px solid var(--sicomp-border-strong)
    }

    .filter-item--green label span {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 14px;
        font-size: 0px
    }

    .filter-item--green .custom-checkbox {
        padding: 5px 14px;
        margin-bottom: 0px;
        min-height: 36px;
        text-align: center
    }

    .vendorxxx {
        padding: 0 !important;
        border: 1px solid var(--sicomp-border);
        border-radius: 4px;
        margin-bottom: 0px;
        height: 36px;
        display: inherit
    }

    .vendorxxx:last-child {
        border-bottom: 1px solid var(--sicomp-border) !important
    }

    .vendorxxx .custom-checkbox .fa:after,.vendorxxx .custom-checkbox .fa:before {
        content: '';
        pointer-events: none;
        background: var(--sicomp-card);
        box-shadow: none;
        position: absolute;
        top: 2px;
        right: 2px;
        left: auto;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 0.2rem;
        border: 1px solid var(--sicomp-border-strong)
    }

    .vendorxxx .custom-checkbox {
        padding: 0px;
        margin-bottom: 0px;
        min-height: 36px
    }

    .custom-checkbox.color .fa {
        position: initial
    }

    .aside-content .filter-item label .vendoritem {
        width: 100%;
        height: 36px;
        background-repeat: no-repeat !important;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        background-size: 45px;
    }
}

.vendorxxx .no-vendor {
    font-size: 12px !important;
    min-height: 36px;
    padding-right: 10px
}

.custom-checkbox {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.7rem
}

.custom-checkbox input {
    display: none
}

.custom-checkbox:not(.color) input:checked ~ .fa:after {
    background-color: var(--mainColor);
    border-color: var(--mainColor)
}

.custom-checkbox input:checked ~ .fa:before {
    z-index: 2;
    background: no-repeat 50%/50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .fa {
    display: inline
}

.custom-checkbox .fa:after,.custom-checkbox .fa:before {
    content: '';
    pointer-events: none;
    background: var(--sicomp-card);
    box-shadow: none;
    position: absolute;
    top: 0.125rem;
    left: 0rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.2rem;
    border: 1px solid var(--sicomp-border-strong)
}

.custom-checkbox .fa:after {
    transition: all 0.3s ease
}

.custom-checkbox.color .fa {
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 999px
}

.custom-checkbox.color input:checked ~ .fa {
    border-color: var(--sicomp-border-strong)
}

.custom-checkbox.color .fa:before,.custom-checkbox.color .fa:after {
    width: 20px;
    height: 20px;
    left: 1px;
    top: 1px;
    border-radius: 999px
}
.mb-filter {
    display: none;
}
@media (max-width: 992px) {
    .filter-container {
        gap:10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 0px;
        position: relative
    }

    .aside-item .aside-content ul {
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr)
    }

    .filter-container .aside-content.filter-group {
        background: var(--sicomp-card);
        border-radius: 0;
        border-top: none;
        z-index: 7;
        padding: 5px 0px;
        max-width: 100%;
        margin-top: 0px;
        border-radius: 5px
    }

    .aside.aside-item {
        padding-top: 0px
    }

    .aside-item {
        border-top: none !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
        width: 100%
    }

    .aside-title {
        outline: none;
        cursor: pointer;
        font-weight: 400;
        padding: 10px 7px;
        min-height: 36px;
        line-height: 20px;
        border-radius: 4px;
        position: relative;
        white-space: nowrap;
        background: white;
        transition: all .1s ease;
        border: 1px solid var(--sicomp-border)
    }

    .aside-item .aside-content:before {
        border: 9px solid transparent;
        border-bottom: 9px solid var(--sicomp-card);
        margin-left: -9px;
        bottom: 100%;
        left: 20px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .aside-item .aside-thuong-hieu ul {
        gap: 5px;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr)
    }

    .aside-title h2 {
        margin-bottom: 0px;
        text-transform: inherit;
        font-size: 14px
    }

    .aside-title h2 svg {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        z-index: -1
    }

    .aside-item.active .aside-title svg.svg-arro {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .aside-item.active .aside-content {
        display: block
    }

    .dqdt-sidebar {
        padding: 10px
    }

    .sidebar .wrap_background_aside {
        border-right: none !important
    }

    .filter-item--green {
        padding: 0 !important;
        border: 1px solid var(--sicomp-border);
        border-radius: 4px;
        margin-bottom: 0px;
        height: 32px;
        width: auto;
        display: inherit
    }

    .filter-item--green span {
        position: relative;
        width: 100%
    }

    .filter-item--green:last-child {
        border-bottom: 1px solid var(--sicomp-border) !important
    }

    .filter-item--green .custom-checkbox .fa:after,.filter-item--green .custom-checkbox .fa:before {
        content: '';
        pointer-events: none;
        background: var(--sicomp-card);
        box-shadow: none;
        position: absolute;
        top: 2px;
        right: 2px;
        left: auto;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 0.2rem;
        border: 1px solid var(--sicomp-border-strong)
    }

    .filter-item--green label span {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 14px;
        font-size: 0px
    }

    .filter-item--green .custom-checkbox {
        padding: 5px 15px;
        margin-bottom: 0px;
        min-height: 32px
    }

    .vendorxxx {
        padding: 0 !important;
        border: 1px solid var(--sicomp-border);
        border-radius: 4px;
        margin-bottom: 0px;
        height: 36px;
        display: inherit
    }

    .vendorxxx:last-child {
        border-bottom: 1px solid var(--sicomp-border) !important
    }

    .vendorxxx .custom-checkbox .fa:after,.vendorxxx .custom-checkbox .fa:before {
        content: '';
        pointer-events: none;
        background: var(--sicomp-card);
        box-shadow: none;
        position: absolute;
        top: 2px;
        right: 4px;
        left: auto;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 0.2rem;
        border: 1px solid var(--sicomp-border-strong)
    }

    .vendorxxx label span {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 14px;
        font-size: 0px
    }

    .vendorxxx .custom-checkbox {
        padding: 0px;
        margin-bottom: 0px;
        min-height: 32px
    }

    .custom-checkbox.color .fa {
        position: initial
    }

    .aside-content .filter-item label .vendoritem {
        width: 100%;
        height: 32px;
        background-repeat: no-repeat !important;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        background-size: 65px;
    }

    .mb-filter {
        display: block;
    }
}
.icon_col {
    display: inline-block;
    position: relative;
    bottom: -4px;
    margin-right: 5px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-image: url(assets/images/icon-filter-bg.svg);
    mask-image: url(assets/images/icon-filter-bg.svg);
    background-color: var(--sicomp-card);
    min-width: 16px;
    min-height: 16px;
}

.item_brand img {
    max-width: 80px;
}

.list-cate-banner {
    margin-top: 8px;
}
.list-cate-banner .col {
    padding-bottom: 0;
}
.slider-cate a {
    max-width: 10%;
    width: 10%;
    flex-basis: 10%;
        display: flex
;
    flex-direction: column;
        justify-content: center;
    align-items: center;
    text-align: center;
}
.box-cate-img {
    height: 40px;
    margin: 0 auto;
    background-color: var(--sicomp-soft);
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.slider-cate .flickity-prev-next-button {
    width: 20px;
    height: 20px;
    opacity: 1;
}
.slider-cate .flickity-prev-next-button svg {
    background: var(--mainColor);
    border-radius: 999px;
}
.slider-cate .flickity-prev-next-button svg path {
    fill: var(--sicomp-text-inverse) !important;
}
.slide-cate {
    margin: 20px 0;
}
.woocommerce-result-count {
    display: none;
}
.header-shop-page {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.woocommerce-ordering, .woocommerce-ordering select {
    border-radius: 5px;
}

.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 5px;
    font-weight: normal;
    border-color: var(--mainColor);
}
#section-br {
    padding-top: 18px;
            padding-bottom: 18px;
            background-color: var(--sicomp-soft);
}







@media(max-width:767px) {
    .list-cate-banner .row {
        display: grid
;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(3, 80%);
        padding-bottom: 10px;
    }
    .slider-cate a {
        width: 30%;
        max-width: 30%;
    }
    .mb-filter {
            border-right: none;
        width: 100%;
        left: 3px;
        top: 3px;
        background-color: var(--mainColor);
        line-height: 38px;
        border-radius: 5px;
                display: block;
        color: var(--sicomp-text-inverse) !important;
        font-weight: 500;
        text-align: center;
    }
    .filter-content.active {
            border: 1px solid var(--sicomp-border);
    padding: 15px;
    border-top: 0;
    }
    h1.title-page {
        margin-bottom: 0;
    }
}

/* BLOG **/
.camap-post-toc {
    margin: 0 0 18px;
    padding: 18px 20px;
    border: 0;
    border-radius: 14px;
    background: var(--sicomp-border);
    box-shadow: none;
}
.camap-post-toc__list {
    margin: 0;
    padding-left: 22px;
}
.camap-post-toc__sublist {
    margin: 8px 0 0;
    padding-left: 22px;
    list-style: decimal;
}
.camap-post-toc__item {
    margin: 0 0 12px;
    color: var(--sicomp-text);
}
.camap-post-toc__item:last-child {
    margin-bottom: 0;
}
.camap-post-toc__item--h3 {
    margin: 0 0 8px;
    list-style-type: decimal;
}
.camap-post-toc__sublist .camap-post-toc__item:last-child {
    margin-bottom: 0;
}
.camap-post-toc a {
    color: var(--sicomp-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}
.camap-post-toc a:hover,
.camap-post-toc a:focus,
.camap-post-toc a.is-active {
    color: var(--sicomp-text);
    text-decoration: none;
}
.camap-post-toc a[aria-current="location"] {
    color: var(--sicomp-text);
    font-weight: 700;
    text-decoration: none;
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    border-radius: 5px;
    box-shadow: none;
}


.list-shop-tab {
    padding: 10px;
    background-color: var(--sicomp-card);
    border-bottom: 2px solid var(--sicomp-primary);
}
.list-shop-tab select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: var(--sicomp-card) !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px 5px 12px;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: 1px solid var(--sicomp-border);
    outline: none !important;
}
.tab-bottom-data {
        background: var(--sicomp-card);
    padding: 0px;
    line-height: 24px;
    border-bottom: dashed 1px var(--sicomp-border);
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    width: 100%;
}

.tab-bottom-item h3 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: var(--sicomp-text);
}
.tab-bottom-item  {
    border-bottom: 1px solid var(--sicomp-border);
        margin-bottom: 10px;
    padding-bottom: 10px;            
}
.tab-bottom-item p {
    margin-bottom: 5px;
}
.tab-bottom-item i {
    color: var(--mainColor);
}
.tab-bottom-contact a {
    position: relative;
    display: block;
    padding-left: 18px;
}

.tab-bottom-contact a::before {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    left: 2px;
    top: 0px;
    position: absolute;
}

.tab-bottom-contact a.phone::before {
    background-image: url(./assets/images/phone.svg);
}

.tab-bottom-contact a.fanpage::before {
    background-image: url(./assets/images/facebook.svg);
}

.tab-bottom-contact a.zalo::before {
    background-image: url(./assets/images/zalo.png);
}

.tab-bottom-contact a.map::before {
    background-image: url(./assets/images/map.png);
}

.tab-bottom-contact {
    display: flex
;
    align-items: center;
    font-size: 12px;
    gap: 6px;
    flex-wrap: wrap;
}

.list-shop-iframe iframe {
    width: 100% !important;
    height: 555px;
}.tab-bottom {
    max-height: 426px;
    position: relative;
    overflow-y: scroll;
}

.pro-row-legacy > .col > .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 14px 20px;
    border-radius: 16px;
    border: 1px solid rgba(var(--sicomp-secondary-rgb), 0.14);
    background: var(--sicomp-primary);
    box-shadow: 0 8px 24px var(--sicomp-focus-ring-soft);
}
.pro-row-legacy .icon-box {
    width: 100%;
    color: var(--sicomp-text-inverse);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-row-legacy .icon-box .icon-box-text {
    width: 100%;
}
.pro-row-legacy .icon-box .icon-box-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.pro-row-legacy .icon-box-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.pro-row-legacy .icon-box-img .icon,
.pro-row-legacy .icon-box-img .icon-inner {
    width: 32px;
    height: 32px;
}
.pro-row-legacy .icon-box-img .icon-inner {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
}
.pro-row-legacy .icon-box img {
    display: none;
}
.pro-row-legacy > .col:nth-child(1) .icon-box-img .icon-inner {
    background-image: url('/wp-content/uploads/2025/04/ser_1.webp');
}
.pro-row-legacy > .col:nth-child(2) .icon-box-img .icon-inner {
    background-image: url('/wp-content/uploads/2025/04/ser_2.png');
}
.pro-row-legacy > .col:nth-child(3) .icon-box-img .icon-inner {
    background-image: url('/wp-content/uploads/2025/04/ser_3.png');
}
.pro-row-legacy > .col:nth-child(4) .icon-box-img .icon-inner {
    background-image: url('/wp-content/uploads/2025/04/ser_4.png');
}
.row-main > .col {
    padding-bottom: 0;
}


.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 5.8px 19.6px;
}


/*.slider-style-container .flickity-slider .video-item {
    width: 70% !important;
}*/
.video-background {
    height: 400px;
    background-size: cover !important;
    background-position: center center !important;
        display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.video-background svg {
    width: 100px;
}

@media(max-width:767px ) {
    .col-block-flashsale {
        position: absolute;
    }
    .hdevvn-show-cats {
        margin-top: 10px;
        white-space: nowrap;
    display: flex
;
    display: flex
;
    overflow-x: auto;
    overflow-y: hidden;
    }
    span.hdevvn-show-cats li {
        margin-left:    0;
    }
    .blog-list-mb {
        display: grid;
        overflow: auto;
        justify-content: start;
        width: 100%;
        grid-template-columns: repeat(6, 1fr);
        padding-bottom: 10px;
    }
    .blog-list-mb > .col {
            float: left;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
            height: 150px;
        width: 200px;
        padding-bottom: 0;
    }
    .pro-row-legacy > .col > .col-inner {
        min-height: 68px;
        padding: 10px 12px;
        border-radius: 12px;
    }
    .pro-row-legacy .icon-box {
        flex-direction: column;
        text-align: center;
    }
     .pro-row-legacy .icon-box .icon-box-text {
        width: 100%;
        padding: 0;
     }
     .pro-row-legacy .icon-box .icon-box-text p {
        font-size: 12px;
     }
     .pro-row-legacy .icon-box-img {
        margin-right: 0;
        margin-bottom: 6px;
     }
     .pro-row-legacy .icon-box-img .icon,
     .pro-row-legacy .icon-box-img .icon-inner {
        width: 28px;
        height: 28px;
     }
    .blog-single .entry-content h2,
    .blog-single .entry-content h3 {
        scroll-margin-top: 110px;
    }
    .camap-post-toc {
        margin-bottom: 20px;
        padding: 16px;
        border-radius: 14px;
    }
    .camap-post-toc__item--h3 {
        margin-left: 10px;
    }
}

/* Swatch label spacing override */
.ux-swatches .ux-swatch {
    border-radius: 6px;
    padding: 6px 10px;
}

/* Keep the product zoom button in a fixed corner regardless of the current gallery slide height. */
