@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
    --shop-color-bg: #f5f5f5;
    --shop-color-main: #e70000;
    --shop-color-text: #252a2b;
    --shop-color-title: #333333;
    --shop-color-hover: #263b96;
    --shop-color-button: #e70000;
    --shop-color-border: #eae4e8;
    --home-category-bg-1: #faf1ff;
    --home-category-bg-2: #faf4eb;
    --home-category-bg-3: #f4e6e5;
    --home-category-bg-4: #e6f2f4;
    --home-category-bg-5: #fff6f6;
    --home-coupon-bg: #ffffff;
    --home-coupon-light: #ffffff;
    --home-coupon-border: #f8d0d3;
    --home-coupon-text: #333333;
    --home-collection1-bg: #831713;
    --home-collection1-icon: #ffe501;
    --home-collection1-color-text: #ffffff;
    --home-categorize-bg: #ffffff;
    --home-categorize-color: #333333;
    --home-collection2-bg: #000f54;
    --home-collection2-title: #ff0000;
    --home-collection3-bg: #e9dabe;
    --footer-bg-color-1: #2a3995;
    --footer-bg-color-2: #ffffff;
    --footer-bg-color-copyright: #ffffff;
    --footer-color-title: #333333;
    --footer-color-text-1: #ffffff;
    --footer-color-text-2: #333333;
    --footer-color-hover: #0081d3;
    --wfyigpx-0: not-allowed;
    --wfyigpx-1: 225px;
    --wfyigpx-3: 0.5;
    --wfyigpx-4: 0;
}
.bg-danger {
    background: var(--shop-color-main) !important;
}

html,
body {
    border: 0;
    background-color: #fff;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}

img {
    max-width: 100%;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: var(--shop-color-text);
    line-height: 1.45;
    font-size: 14px;
    background: var(--shop-color-bg);
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
    position: initial;
}

.color-red {
    color: var(--shop-color-main) !important;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

/* 1.2 - HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 1.3 - Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--shop-color-title);
    margin: 0 0 13px 0;
    font-weight: 700;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--shop-color-title);
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

/* 1.4 - Links and Buttons */
a {
    color: var(--shop-color-text);
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: var(--shop-color-hover);
    text-decoration: none;
    outline: none;
}

a:active {
    outline: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

textarea {
    resize: none;
}

/* 1.5 - Lists */
ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.button {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    background-color: var(--shop-color-button);
    border: 0;
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button:before {
    content: '';
    display: block;
    background-color: var(--shop-color-hover);
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button.btnred {
    background-color: #e70505;
    border-color: #e70505;
}

.button.btnred:before {
    background: #ff0000;
}

.round {
    border-radius: 50%;
}
.no-border {
    border: none;
}

#loading {
    display: none;
}

.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-top: 8px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }

    .col-lg-cus5 {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-fluid {
        max-width: 1400px;
    }

    /*.container{max-width:1430px;width:100%;padding:0 80px;}*/
}

@media (max-width: 992px) {
    .row-mg0 {
        margin: 0;
    }
}

@media (max-width: 767px) {

    .container.container-pd,
    .container-fluid.container-pd {
        padding-left: 7px;
        padding-right: 7px;
    }

    .container.container-pd-parent {
        padding-left: 2px;
        padding-right: 2px;
    }

    .container.container-pd0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-mg-parent {
        margin: 0 -2px;
    }
}

.wrapperMain_content {
    min-height: 80vh;
    padding-bottom: 30px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .wrapperMain_content {
        min-height: 65vh;
    }
}

.typeList-style * {
    max-width: 100% !important;
}

.typeList-style ul {
    list-style: initial;
    padding-left: 20px;
}

.typeList-style ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.typeList-style ul ul {
    list-style-type: circle;
}

.typeList-style ul ul ul {
    list-style-type: square;
}

.typeList-style ul li,
.typeList-style ol li {
    margin: 5px 0;
}

.site-header-top {
    background: #fabb00;
    color: #000000;
    font-size: 13px;
}

.site-header-top .box-content {
    padding: 6px 0;
}

.site-header-top .hotline a {
    font-weight: 700;
}

.site-header-top .contact {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.site-header-top .contact:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.08);
}

.site-header-top .box-right ul li~li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.site-header-top .box-right ul li~li:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.08);
}


.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.sitenav-content .btnclose {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 5;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none;
}

.sitenav-content .btnclose svg {
    width: 16px;
    height: 30px;
}

.sitenav-content__title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--shop-color-border);
    text-align: center;
}

.sitenav-content__title .txt-title {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500;
}

.sitenav-content__title .txt-subtitle {
    margin: 5px 0 0;
    font-size: 14px;
}

.sitenav-content__block {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .sitenav-content .sitenav-boxscroll {
        overflow-y: scroll;
        max-height: 55vh;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        margin-right: -20px;
        padding-right: 20px;
    }

    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar {
        width: 4px;
        height: 3px;
    }

    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-track {
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .section-main .block-slider {
        padding: 15px;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (max-width: 767px) {
    .sitenav-content .btnclose {
        display: block;
    }

    .sitenav-content__title {
        text-align: left;
        padding-right: 40px;
    }

    .sitenav-content__title .txt-title {
        font-size: 15px;
    }
}

.sitenav-locate .sitenav-content__block {
    padding-top: 15px;
}

.sitenav-locate .sitenav-content__block .boxaddress {
    border: 1px solid rgba(249, 187, 1, 0.18);
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 13px;
    background: rgba(249, 187, 1, 0.1);
    color: var(--shop-color-text);
}

.sitenav-locate .sitenav-content__block .boxaddress span {
    display: block;
    font-weight: 500;
}

.sitenav-locate .sitenav-content__block .boxprovince {
    padding: 10px 0;
}

.sitenav-locate .sitenav-content__block .boxprovince .textprov {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li {
    position: relative;
    cursor: pointer;
    padding: 10px 0 10px 35px;
    transition: background 0.4s ease;
    font-size: 13px;
    color: var(--shop-color-text);
    border-top: 1px dotted var(--shop-color-border);
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li .address-name {
    display: block;
    font-weight: 600;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li .icmap {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 8px;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li:hover {
    background: rgba(249, 187, 1, 0.05);
}

.sitenav-locate .sitenav-content__block .boxfilter {
    margin-bottom: 3px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: flex;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select {
    position: relative;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item label {
    display: block;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 5px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select {
    padding: 0px 8px;
    padding-right: 25px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 34px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border);
    font-size: 13px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:invalid {
    color: #677279;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option {
    color: #000;
    font-weight: 500;
    line-height: 18px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option[value="null"] {
    color: #677279;
}

.sitenav-cart .cart-view-scroll .mini-cart__item {
    position: relative;
    border-bottom: 1px dotted var(--shop-color-border);
}

.sitenav-cart .cart-view-scroll .mini-cart__item:last-child {
    border-bottom: 0;
}

.sitenav-cart .cart-view-scroll .mini-cart__item td {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left {
    width: 90px;
    padding-right: 15px;
    max-width: none;
    text-align: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left img {
    display: block;
    border: 1px solid #ededed;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right {
    padding-left: 5px;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding-right: 28px;
    text-transform: uppercase;
    color: var(--shop-color-text);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-variant {
    display: block;
    font-size: 13px;
    margin: 0px 0 7px;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value {
    float: left;
    width: 38px;
    height: 28px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #252a2b;
    border: 1px solid #f3f4f4;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value:focus {
    outline: none;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn {
    float: left;
    font-weight: 500;
    padding: 0 2px;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #f9f9f9;
    color: var(--shop-color-text);
    border: 1px solid #f3f4f4;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn svg {
    width: 11px;
    height: 27px;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn:first-child {
    border-right: 0;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn:last-child {
    border-left: 0;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price {
    display: flex;
    display: -ms-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    flex-direction: column;
    -ms-flex-direction: column;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-price {
    display: block;
    text-align: right;
    float: right;
    line-height: 26px;
    font-weight: 600;
    color: var(--shop-color-text);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-ori-price {
    text-align: right;
    float: right;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__empty td {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart svg {
    stroke: var(--shop-color-main);
    width: 50px;
    height: 50px;
    margin: auto;
}

.sitenav-cart .cart-view-line {
    clear: both;
    width: 100%;
    border-top: 1px solid var(--shop-color-border);
    margin: 0 0 5px;
}

.sitenav-cart .cart-view-total .mnc-total {
    font-weight: 500;
    color: #252a2b;
    padding: 10px 0;
}

.sitenav-cart .cart-view-total .total-view-cart {
    font-weight: 600;
    font-size: 16px;
    color: red;
}

.sitenav-cart .cart-view-total .mini-cart__button a.linktocart {
    margin: 5px 0 0;
    font-size: 12px;
    padding: 10px 10px;
    width: 100%;
    background-color: #ff0000;
    border-color: #ff0000;
}

.sitenav-cart .cart-view-total .mini-cart__button a.linktocart:before {
    background-color: #ff0000;
}

.sitenav-cart .cart-view-total .mini-cart__button td {
    width: 100%;
}

@media (min-width: 992px) {
    .sitenav-cart .cart-view-scroll {
        overflow-y: scroll;
        max-height: 320px;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        margin-right: -20px;
        padding-right: 20px;
    }

    .sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart {
        padding: 10px 0 5px;
    }

    .sitenav-cart .cart-view-scroll::-webkit-scrollbar {
        width: 4px;
        height: 3px;
    }

    .sitenav-cart .cart-view-scroll::-webkit-scrollbar-track {
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .sitenav-cart .cart-view-scroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 991px) {
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title {
        margin-bottom: 0;
    }
}

.sitenav-account .site_account_panel_list {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

.sitenav-account .site_account_panel_list .site_account_panel {
    width: 100%;
    visibility: hidden;
    transition: visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.sitenav-account .site_account_panel_list .site_account_panel.site_account_default {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.sitenav-account .site_account_panel_list .site_account_panel.site_account_sliding {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.sitenav-account .site_account_panel_list .site_account_panel.is-selected {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sitenav-account .site_account_panel_list .site_account_panel .sitenav-content__block form .form__input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.sitenav-account .site_account_panel_list .site_account_panel .sitenav-content__block form .form__input-wrapper .form__field {
    display: block;
    padding: 14px 10px 3px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    width: 100%;
    line-height: normal;
    height: 42px;
    color: #1e2d7d;
    -webkit-appearance: none;
    resize: none;
    font-size: 12px;
    outline: none;
    box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.sitenav-account .site_account_panel_list .site_account_panel .sitenav-content__block form .form__input-wrapper .form__floating-label {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 42px;
    font-size: 12px;
    margin-bottom: 0;
    color: #677279;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    pointer-events: none;
}

.sitenav-account .site_account_panel_list .site_account_panel .sitenav-content__block form .form__input-wrapper .form__field:focus+.form__floating-label {
    -webkit-transform: translateY(-5px) scale(0.8);
    transform: translateY(-5px) scale(0.8);
}

.sitenav-account .site_account_panel_list .site_account_panel .sitenav-content__block form .form__submit {
    width: 100%;
    outline: none;
    padding: 0px 28px;
    height: 42px;
    line-height: 42px;
}

.sitenav-account .site_account_panel_list .site_account_panel .sitenav-content__block .site_account_secondary-action {
    margin-top: 16px;
    font-size: 12px;
}

.sitenav-account .site_account_panel_list .site_account_panel .sitenav-content__block .site_account_secondary-action>p {
    margin-bottom: 4px;
}

.sitenav-account .site_account_panel_list .site_account_panel .sitenav-content__block .site_account_secondary-action>p .link {
    color: var(--shop-color-main);
    transition: color 0.2s ease-in-out;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
}

.mainHeader .flex-container-header {
    margin: 0 -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mainHeader .flex-container-header>div[class*='header-wrap-'] {
    padding: 0 15px;
}

.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin: 0;
    color: var(--shop-color-main);
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 4px 0;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.mainHeader .header-wrap-logo h1::after {
    position: absolute;
    content: "Trang chủ";
    right: 0;
    bottom: -1px;
    font-size: 11px;
    animation: blink 1s infinite
}

.mainHeader .header-wrap-search .header-search {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.mainHeader .header-wrap-search .header-search .searchform-product .input-search {
    padding: 9px 50px 10px 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.mainHeader .header-wrap-search .header-search .searchform-product .btn-search {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    right: 0px;
    border-radius: 4px;
    margin: 3px;
    border: 0;
    box-shadow: none;
    width: 70px;
    background: var(--shop-color-main);
    transition: opacity 150ms linear;
}

.mainHeader .header-wrap-search .header-search .searchform-product .btn-search svg {
    width: 18px;
    height: 100%;
    display: block;
    margin: auto;
    fill: #fff;
}

.mainHeader .header-wrap-search .header-search .searchform-product .input-search:focus {
    background: #ffffff;
    outline: none;
    border-color: var(--shop-color-main);
}

.mainHeader .header-wrap-search .header-search .smart-search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding: 15px;
}

.mainHeader .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.mainHeader .header-wrap-action .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.mainHeader .header-wrap-action .header-action .header-action-item {
    margin-left: 10px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
    position: absolute;
    width: 22px;
    height: 15px;
    top: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
    position: relative;
    display: block;
    font-size: 13px;
    color: var(--shop-color-text);
    white-space: nowrap;
    background: transparent;
    border: 0;
    outline: none;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    padding-left: 2px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
    font-size: 12px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
    font-size: 13px;
    display: block;
    font-weight: 500;
    text-align: left;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    /* display: inline-block; */
    vertical-align: middle;
    max-width: 115px;
    overflow: hidden;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 3px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
    position: relative;
    width: 32px;
    height: 40px;
    text-align: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    width: 22px;
    height: 40px;
    fill: var(--shop-color-text);
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
    width: 22px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
    width: 20px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
    width: 18px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
    display: inline-block;
    vertical-align: top;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: 0px;
    padding: 0px 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: auto;
    right: -15px;
    z-index: 990;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px 20px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid var(--shop-color-border);
}

.mainHeader .header-wrap-action .header-action .header-action-item+.header-action-item:before {
    position: absolute;
    height: 100%;
    content: "";
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: -10px;
    opacity: 0.5;
}

.mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
    visibility: visible;
    opacity: 1;
}

.mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
    visibility: visible;
}

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
    margin: auto;
}

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
    z-index: 101;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 25px;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    width: 25px;
    height: 35px;
    cursor: pointer;
    display: block;
    position: relative;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    height: 2px;
    background: var(--shop-color-text);
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    position: relative;
    top: 22px;
    display: block;
    margin: auto;
    width: 25px;
    -ms-transition: all 0ms 100ms, width 150ms linear;
    -webkit-transition: all 0ms 100ms, width 150ms linear;
    transition: all 0ms 100ms, width 150ms linear;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 25px;
    -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 25px;
    -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 35px;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.header-menu-parent.js-action-show .hamburger-menu {
    opacity: 1;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-tmenu {
    text-align: center;
    display: block;
    padding: 0;
    color: #ffffff;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link {
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .mainHeader .mainHeader-middle {
        position: relative;
        /* z-index: 999; */
    }

    .mainHeader .header-wrap-logo .wrap-logo {
        min-width: 150px;
        max-width: 220px;
    }

    .mainHeader .header-wrap-search {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 25px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item {
        position: relative;
        margin-left: 20px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown {
        width: 420px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown {
        width: 340px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {
        width: 420px;
        left: -15px;
        right: auto;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-menu-parent:before {
        display: none;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search {
        display: none;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-menu-parent .box-triangle {
        display: none;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse {
        border-radius: 50%;
        height: 6px;
        width: 6px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px;
        opacity: 1;
        margin: 0 auto;
        transform: rotateX(55deg);
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
        content: "";
        border-radius: 50%;
        height: 25px;
        width: 25px;
        position: absolute;
        margin: -8px 0 0 -12px;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
        opacity: 0;
        animation-delay: 1.1s;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .mainHeader .header-wrap-logo h1,
    .mainHeader .header-wrap-logo a {
        font-size: 26px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item {
        margin-left: 10px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item+.header-action-item:before {
        left: -5px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
        font-size: 12px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
        font-size: 10px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
        width: 18px;
    }
    .mainHeader .mainHeader-middle {
        position: relative;
    }

    .mainHeader .flex-container-header {
        padding: 5px 0;
        margin: 0;
        align-items: unset;
    }

    .mainHeader .flex-container-header>div[class*='header-wrap-'] {
        position: initial;
        padding: 0;
    }

    .mainHeader .header-wrap-logo {
        text-align: center;
        max-width: calc(100% - 125px);
        align-self: center;
    }

    .mainHeader .header-wrap-search {
        flex: 1 1 auto;
    }

    .mainHeader .header-wrap-action .header-action {
        position: initial;
        height: 100%;
    }

    #site-header.mainHeader .flex-container-header .header-wrap-action {
        max-width: 37px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        height: 100%;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
        top: calc(100% - 5px);
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: none;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        right: 0;
        left: 0;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search,
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale {
        display: none;
    }

    .mainHeader .header-wrap-search {
        -webkit-transition: all 0.3s linear 0.1s;
        transition: all 0.3s linear 0.1s;
        display: none;
        margin-left: 8px;
        margin-right: 0px;
    }

    .mainHeader .header-wrap-search .header-search {
        padding: 0;
        margin: 0;
    }

    .mainHeader .header-wrap-search .header-search .searchform-product {
        visibility: hidden;
        width: 0;
        float: right;
        -webkit-transition: none;
        transition: none;
        position: relative;
    }

    .mainHeader .header-wrap-search .header-search .searchform-product .input-search {
        font-size: 13px;
        padding: 7px 8px 7px 40px;
        background: #f5f5f5;
        border-radius: 55px;
        border-color: #f5f5f5;
    }

    .mainHeader .header-wrap-search .header-search .searchform-product .input-search:focus {
        border-color: var(--shop-color-border);
        background: #f5f5f5;
    }

    .mainHeader .header-wrap-search .header-search .searchform-product .btn-search {
        width: 35px;
        left: 0;
        right: auto;
        background: unset;
    }

    .mainHeader .header-wrap-search .header-search .searchform-product .btn-search svg {
        fill: #333333;
        width: 18px;
        height: 30px;
    }

    .mainHeader .header-wrap-search .header-search .smart-search-wrapper {
        position: fixed;
        bottom: 0;
        top: 50px;
        overflow-y: scroll;
        margin-top: 15px;
        padding: 10px 15px 30px;
        display: block !important;
        box-shadow: none;
    }
}

@media (max-width: 992px) and (min-width: 768px) {

    .mainHeader .header-wrap-logo h1,
    .mainHeader .header-wrap-logo a {
        font-size: 26px;
        display: none;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-text {
        padding: 3px 10px;
    }

    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {

    .mainHeader .header-wrap-logo h1,
    .mainHeader .header-wrap-logo a {
        font-size: 18px;
        display: none;
    }

    .mainHeader .header-wrap-logo .wrap-logo a {
        transition: none;
        word-wrap: break-word;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        max-width: 120px;
    }

    .mainHeader .header-wrap-action .header-action {
        position: initial;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        margin-left: 7px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_text .box-triangle {
        top: calc(100% - 5px);
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        max-width: 90px;
        vertical-align: initial;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
        font-size: 8px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw .fa {
        font-size: 10px;
        margin-left: 1px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
        font-size: 10px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 180px;
        -webkit-overflow-scrolling: touch;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 18px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 18px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 18px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
        width: 18px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        left: 12px;
        top: 1px;
    }

    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item {
        padding: 0 5px;
    }

    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
        margin-left: 0;
        /* margin-right: 8px; */
    }
}

.mainHeader.mainHeader_temp03 .mainHeader-middle {
    background: #2a3995;
}

.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    fill: #ffffff;
}

.mainHeader.mainHeader_temp03 .header-wrap-logo h1,
.mainHeader.mainHeader_temp03 .header-wrap-logo a {
    color: #ffffff;
}

.mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon,
.mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .hamburger-menu,
.mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon svg {
    height: 25px;
}

.mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    top: 13px;
}

.mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.mainHeader.mainHeader_temp03 .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    background: #ffffff;
}

.mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    color: #ffffff;
    margin: 3px 0;
}

.mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    fill: #ffffff;
}

@media (min-width: 992px) {
    .mainHeader.mainHeader_temp03 .mainHeader-middle {
        padding: 15px 0;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse {
        background: #ffffff;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
        box-shadow: 0 0 1px 2px #ffffff;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text {
        padding: 0 5px;
        background: #2a3995;
        border-radius: 5px;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-menu-parent {
        margin-left: 10px;
    }

    .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-action .header-action .header-action-item.header-action_locale {
        margin-left: 0;
    }

    .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-iconav {
        display: none;
    }
}

@media (max-width: 991px) {
    .mainHeader.mainHeader_temp03 .header-wrap-logo {
        flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        text-align: left;
    }
}

.smart-search-wrapper {
    width: 100%;
    background: #fff;
}

.smart-search-wrapper .search-suggest p {
    margin: 0 0 12px;
}

.smart-search-wrapper .search-suggest li {
    margin-bottom: 5px;
}

.smart-search-wrapper .search-suggest li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--shop-color-text);
}

@media (max-width: 991px) {

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown,
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .box-triangle {
        display: none !important;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}


.box-policy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
}

.box-policy ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 0 0 auto;
    padding-right: 20px;
}

.box-policy ul img {
    height: 20px;
    padding-right: 5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .mainHeader .container {
        width: auto;
    }
}

.box-live .btn-live {
    border-radius: 4px;
    padding: 5px 12px 5px 20px;
    color: #ff0000;
    border: 1px solid #ff0000;
    text-transform: none;
    font-weight: 500;
    background: transparent;
    outline: none;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 130px;
    overflow: hidden;
}

.box-live .btn-live:after {
    content: " ";
    background: white;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 7px;
    top: calc(50% - 4px);
    border-radius: 50%;
    animation: pulselive 1.65s linear infinite;
}

.header-bottom {
    position: relative;
    /* z-index: 101; */
    background: #fff;
}

.header-bottom .title-menu {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #ffffff;
    color: #333333;
    box-shadow: 0 -1px 2px 0 rgba(60, 64, 67, 0.1), 0 -4px 6px 2px rgba(60, 64, 67, 0.15);
}

.header-bottom .title-menu svg {
    width: 18px;
    fill: currentColor;
    color: #e70000;
}

.header-bottom .title-menu span {
    padding-left: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e70000;
}

@media (max-width: 991px) {
    .header-bottom .col-lg-cus {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .header-bottom .title-menu,
    .header-bottom .box-content {
        display: none;
    }
}

.main-menu {
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
    /* height: calc(100% - 15px); */
}

.main-menu .item {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border-left: 3px solid transparent;
}

.main-menu .item.submenu {
    border-right: 3px solid transparent;
}

.main-menu .item.submenu>a:before {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 0;
    bottom: 0;
    font-family: "FontAwesome";
}

.main-menu .item.submenu:hover {
    border-right-color: #fff;
}

@media (min-width: 1200px) {
    .main-menu .item:hover {
        border-left-color: var(--shop-color-main);
        background: #f3f5fc;
    }
}

.main-menu .item a {
    width: 100%;
    padding-right: 5px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.main-menu .load-more {
    background: #fff;
    color: var(--shop-color-main);
    position: relative;
    width: 100%;
    cursor: pointer;
}

.main-menu .load-more svg {
    width: 12px;
    height: 100%;
    fill: var(--shop-color-main);
    margin-right: 5px;
}

.main-menu .load-more .icon-less {
    display: none;
}

.main-menu.setHeight .item.load-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

.main-menu .link-list {
    border-radius: 5px;
    border-top: 1px solid #fafafa;
    overflow: auto;
    max-height: calc(100vh - var(--header-height) - 30px);
    /* min-height: 300px;
    height: 100%;
    padding-bottom: 40px; */
}

.main-menu .link-list>li>.dropdown_menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: calc(100% - 4px);
    /* width: calc((100% + 30px) * 4 + 4px); */
    width: 230px;
    /* height: 100%; */
    /* min-height: 100%; */
    text-align: left;
    border-left: 4px solid transparent;
    margin-top: 0;
    padding: 0;
    z-index: 101;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.main-menu .link-list>li>.dropdown_menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.main-menu .link-list>li>.dropdown_menu h3 {
    margin: 10px 0;
}

.main-menu .link-list>li>.dropdown_menu h3 a {
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main-menu .link-list>li>.dropdown_menu .has_submenu li {
    margin-bottom: 4px;
    padding: 0;
}

.main-menu .link-list>li>.dropdown_menu .has_submenu li a {
    padding: 4px 0;
}

.main-menu .dnone {
    display: none;
}

.sidebar-menu--colum {
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    top: calc(100% - 1px);
    left: 0;
    z-index: 9;
}

@media (min-width: 1200px) {
    .sidebar-menu--colum .main-menu .link-list>li:hover .dropdown_menu {
        opacity: 1;
        visibility: visible;
    }
}

.sidebar-menu:not(.sidebar-menu--index) {
    display: none;
}

.sidebar-content:hover .sidebar-menu:not(.sidebar-menu--index),
.sidebar-menu:not(.sidebar-menu--index).active-menu {
    display: block !important;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 100%;
}

@media (max-width: 991px) {
    .sidebar-menu--colum {
        display: none;
    }
    .sidebar-menu--colum.show-menu {
        display: block;
    }
}

.sidebar-menu.show-menu .site-overlay,
.sidebar-menu.active-menu .site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.53);
    z-index: -1;
    transition: .3s;
}

.menu-clicked {
    cursor: pointer;
    position: relative;
    /* z-index: 101; */
}

.link-list::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.link-list::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.link-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sidebar-content {
    position: relative;
}

@media (min-width: 992px) {

    .link-list.list-child,
    .link-list.sub-child {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-bottom .container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .main-menu {
        box-shadow: none;
    }

    .main-menu .link-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        height: calc(100vh - 0px);
        /* max-height: 100%; */
        padding-bottom: 120px;
        overflow: initial;
        /* -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto; */
        left: 0;
        right: 0;
        background: #fff;
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .main-menu .link-list .dropdown_menu {
        display: none;
    }

    .main-menu .link-list .item a {
        font-weight: 700;
    }

    .main-menu .link-list.list-root {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .main-menu .link-list.list-root li {
        padding: 15px;
        border-bottom: 1px solid #e1e3e4;
    }

    .main-menu .list-child li {
        position: relative;
    }

    .main-menu .list-child li:first-child a,
    .main-menu .sub-child li:first-child a {
        color: #000000;
        background: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }

    .main-menu .list-child li a,
    .main-menu .sub-child li a {
        display: block;
        padding: 15px 15px 15px 0;
        margin-left: 15px;
        outline: none;
        border-bottom: 1px solid #e1e3e4;
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
        font-size: 14px;
        color: var(--shop-color-text);
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        -moz-transition: background 0.3s, box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s;
    }

    .main-menu .list-child li:first-child a i,
    .main-menu .sub-child li:first-child a i {
        padding-right: 10px;
        font-weight: 700;
        font-size: 15px;
    }

    .main-menu .list-child li.level-2>a:before {
        position: absolute;
        content: "\f105";
        right: 10px;
        font-family: "FontAwesome";
    }

    .main-menu .list-child li span,
    .main-menu .sub-child li span {
        margin-right: 4px;
    }

    .sidebar-menu .site-overlay {
        display: none;
    }

    .item.load-more {
        display: none;
    }
}

.col-lg-cus {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .col-lg-cus {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*! CSS Used keyframes */
@keyframes pulselive {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.3;
    }
}


[class^="home-"] {
    /* padding-bottom: 60px; */
}

@media (max-width: 991px) {
    [class^="home-"] {
        /* padding-bottom: 40px; */
    }
}

.home-category .list-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.home-category .category-item--inner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.home-category .category-item--title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
}

@media (min-width: 992px) {
    .home-category {
        margin-top: 10px;
    }

    .home-category .category-item--inner img {
        -webkit-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .home-category .category-item--inner:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 991px) {
    .home-category .list-item {
        flex-wrap: wrap;
    }

    .home-category .category-item {
        padding: 5px;
    }
}

.coupon-initial .listCoupon {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.coupon-initial .title-coupon h2 {
    font-size: 16px;
    margin: 0 0 8px;
}

.coupon-initial .coupon-item {
    padding-left: 7px;
    padding-right: 7px;
}

.coupon-initial .coupon-item__inner {
    background: var(--home-coupon-bg);
    display: flex;
    display: -ms-flex;
    border-radius: 15px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.coupon-initial .coupon-item__left {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    border-right: 1px dashed var(--shop-color-border);
    padding: 8px;
}

.coupon-initial .coupon-item__left:after,
.coupon-initial .coupon-item__left:before {
    content: "";
    width: 20px;
    height: 10px;
    right: -10px;
    position: absolute;
    background: var(--shop-color-bg);
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.coupon-initial .coupon-item__left:after {
    top: -1px;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.coupon-initial .coupon-item__left:before {
    bottom: -1px;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.coupon-initial .coupon-item__left .cp-img {
    background: var(--home-coupon-light);
    padding: 10px;
}

.coupon-initial .coupon-item__right {
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 10px;
    color: var(--home-coupon-text);
}

.coupon-initial .coupon-item__right .cp-icon {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
}

.coupon-initial .coupon-item__right .cp-icon svg {
    width: 18px;
    height: 18px;
    fill: #000;
}

.coupon-initial .coupon-item__right .cp-top {
    padding-bottom: 12px;
    padding-right: 24px;
}

.coupon-initial .coupon-item__right .cp-top h3 {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 700;
    color: var(--home-coupon-text);
}

.coupon-initial .coupon-item__right .cp-top p {
    font-size: 12px;
    font-weight: 500;
}

.coupon-initial .coupon-item__right .cp-bottom {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
}

.coupon-initial .coupon-item__right .cp-bottom .cp-bottom-btn {
    display: flex;
    display: -ms-flex;
}

.coupon-initial .coupon-item__right .cp-bottom p {
    font-size: 10px;
}

.coupon-initial .coupon-item__right .cp-bottom p strong {
    letter-spacing: 0.4px;
    font-size: 11px;
}

.coupon-initial .coupon-item__right .cp-btn {
    padding: 3px 6px;
    font-size: 10px;
    min-width: 92px;
    letter-spacing: 0.5px;
    border-radius: 20px;
    margin-top: auto;
    outline: none;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .coupon-initial .coupon-item {
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {
    .coupon-initial .listCoupon {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        transition: transform 0.25s ease 0s;
    }

    .coupon-initial .listCoupon::-webkit-scrollbar {
        display: none;
    }

    .coupon-initial .listCoupon .coupon-item {
        padding-left: 0;
        padding-right: 15px;
        margin-bottom: 0;
        float: none;
        display: inline-block;
        flex: 0 0 90%;
        -ms-flex: 0 0 94%;
        max-width: 90%;
    }
}

.home-categorize .wrapbox .listCategorize .item-title h3 {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.section-heading .hTitle {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.lazyloaded {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: opacity 300ms, filter 400ms;
    -webkit-transition: opacity 300ms, filter 400ms;
}

.boxlazy-img__insert {
    position: relative;
    height: 0;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.boxlazy-img__insert img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    margin: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .container.container-pd0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading .hTitle {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.section-heading .hTitle a {
    color: var(--shop-color-title);
}

@media (max-width: 767px) {
    .section-heading {
        margin-bottom: 20px;
        padding: 0 15px;
        overflow: hidden;
    }

    .section-heading .hTitle {
        font-size: 18px;
    }
}

.home-categorize .wrapbox {
    background-size: cover;
    border-radius: 5px;
    margin: 0;
    align-items: center;
    -ms-align-items: center;
    color: var(--home-categorize-color);
    /* background: #ffffff; */
    position: relative;
}

.home-categorize .wrapbox .listCategorize .item-icon {
    position: relative;
    padding: 15px 15px;
    height: 100%;
    background: white;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin-left: calc((100% - 250px)/2);
    /* border: 0.5px solid rgba(0, 0, 0, 0.05); */
}

.home-categorize .wrapbox .listCategorize .item-icon .item-img {
    max-width: 170px;
    max-height: 170px;
    margin: 0 auto 8px;
}

.home-categorize .wrapbox .listCategorize .item-title h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: white;
    display: inline-block;
    background: #e70000;
    padding: 10px 25px;
}

.home-categorize .wrapbox .listCategorize .item-icon .item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.home-categorize .col7-cus {
    flex: 0 0 calc(100%/7);
    max-width: calc(100%/7);
    padding-left: 0;
    padding-right: 0;
}

.home-categorize .col6-cus {
    flex: 0 0 calc(100%/6);
    max-width: calc(100%/6);
    padding-left: 0;
    padding-right: 0;
}

.home-categorize .col3-cus {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) {
    .home-categorize .wrapbox .listCategorize .item-icon:hover {
        border-color: rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }

    .home-categorize.home-cate-feature {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .home-categorize.home-cate-feature .wrapbox .listCategorize {
        flex-wrap: wrap;
    }

    .home-categorize.home-cate-feature .wrapbox .listCategorize .item-icon .item-img {
        max-width: 94px;
        max-height: 94px;
    }

    .home-categorize .col6-cus {
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }

    .home-categorize .col7-cus {
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }

    .home-categorize .listCategorize .item-icon .boxlazy-img__insert img {
        top: 0px;
    }
    .home-categorize .listCategorize .item-icon {
        padding: 10px;
        height: calc(100vw / 3 - 10px) !important;
        width: auto !important;
        margin-left: initial !important;
    }

    .home-categorize .listCategorize .item-title{
        border: 1px solid white;
        transform: skew(-20deg);
        border-radius: 10px;
    }
    .home-categorize .listCategorize .item-title h3 {
        font-size: 13px !important;
        /* transform: skew(20deg); */
    }
    .home-categorize .wrapbox .listCategorize .item-title h3 {
        /* display: initial;
        color: var(--footer-color-title);
        background: none; */
        padding: 5px 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .home-categorize .wrapbox .listCategorize {
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .home-categorize .wrapbox .listCategorize::-webkit-scrollbar {
        display: none;
    }
    .home-categorize .col3-cus {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.home-categorize.home-cate-feature .section-heading {
    width: 100%;
    padding: 20px 15px;
    margin: 0;
    /* border: 0.5px solid rgba(0, 0, 0, 0.05); */
}


.product-loop .proloop-detail h3 a {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.section-heading .hTitle {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.loading-mask .loading-mask__image .mask-line,
.loading-mask .loading-mask__detail .mask-line {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    position: relative;
}

.loading-mask .loading-mask__image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.loading-mask .loading-mask__detail {
    padding: 10px;
}

.loading-mask .loading-mask__detail .mask-line {
    height: 10px;
    width: 100%;
    border-radius: 8px;
    margin: 4px 0;
}

.loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%;
}

.loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%;
}

.product-loadding {
    padding-left: 0;
    padding-right: 0;
}

.btn-loadmore {
    position: relative;
    color: var(--shop-color-button);
    border: 1px solid var(--shop-color-button);
    background: #fff;
    margin-top: 20px;
    text-transform: initial;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 25px;
}

.btn-loadmore:before {
    background: var(--shop-color-hover);
}

.btn-loadmore:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: var(--shop-color-button);
    animation: spinner .6s linear infinite;
    opacity: 0;
    transition: opacity 1s ease;
}

.product-loop {
    position: relative;
    /* padding-left: 8px;
    padding-right: 8px; */
    margin-bottom: 16px;
}

.product-loop .product-inner {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.product-loop .proloop-image {
    position: relative;
    overflow: hidden;
    padding: 3px;
    height: 149px;
}

.product-loop .proloop-image .product--image {
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.product-loop .proloop-image .product--image .lazy-img.second-image {
    transform: translate(5px);
    -ms-transform: translate(5px);
    -webkit-transform: translate(5px);
}

.product-loop .proloop-image .proloop-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.product-loop .proloop-image .gift.product_gift_label {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    padding: 0 5px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border);
}

.product-loop .proloop-image .sticker_frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.product-loop .proloop-image .icon-quickview {
    font-family: 'FontAwesome';
    content: "\f06e";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    z-index: 995;
    width: 34px;
    height: 34px;
    line-height: 31px;
    border-radius: 50%;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    color: #6d6565;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}

.product-loop .proloop-image .icon-quickview:hover {
    background-color: #444;
    color: #fff;
    border: 1px solid #fff;
}

.product-loop .proloop-image .lazy-img {
    position: relative;
    width: 100%;
    height: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding-bottom: 110%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-loop .proloop-image .lazy-img img {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    object-fit: contain;
    transform: translate(-50%, 0);
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    max-height: 100%;
}

.product-loop .proloop-detail {
    position: relative;
    padding: 10px 14px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
}

.product-loop .proloop-detail h3 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500;
    min-height: 33px;
}

.product-loop .proloop-detail h3 a {
    color: var(--shop-color-text);
}

.product-loop .proloop-detail .proloop--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-loop .proloop-detail .proloop--vendor {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-loop .proloop-detail .proloop--vendor a {
    color: #9a9a9a;
}

.product-loop .proloop-detail .proloop--price {
    /* padding-bottom: 15px; */
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.product-loop .proloop-detail .proloop--price.on-sale .price {
    margin-right: 4px;
    color: #d0021c;
}

.product-loop .proloop-detail .proloop--price .price-del {
    color: #878c8f;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 13px;
}

.product-loop .proloop-detail .proloop--price .price-box {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    padding-right: 5px;
}

.product-loop .proloop-detail .proloop--price .pro-sale {
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 2px 5px;
    min-width: 38px;
    text-align: center;
    align-self: center;
    -ms-align-self: center;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.product-loop .sub-info {
    color: #8c8c8c;
    font-size: 10px;
}
.product-loop .cate-info {
    background: #3333331a;
    color: #515151;
    padding: 2px 7px;
    border-radius: 2px;
}

.product-loop .proloop-detail .proloop--variant {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: 500;
    color: #787c7c;
}

.product-loop .proloop-detail .proloop-actions__inner {
    position: relative;
}

.product-loop .proloop-detail .proloop-actions__inner .btnico {
    display: block;
    width: 32px;
    height: 32px;
    background: #263b96;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
}

.product-loop .proloop-detail .proloop-actions__inner .btnico svg {
    width: 16px;
    height: 31px;
    display: block;
    margin: auto;
    fill: #ffffff;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
    background: #fff;
    color: var(--shop-color-text);
    border: 0;
    border-radius: 16px;
    position: relative;
    padding: 0 15px 0 40px;
    height: 32px;
    line-height: 30px;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -webkit-transition: border 0.5s ease;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnico {
    position: absolute;
    left: 0px;
    top: 0px;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnico svg {
    transition: all 400ms ease;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart .btnadd {
    position: relative;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty {
    justify-content: left;
    -ms-justify-content: left;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
    border: 1px solid #e9eaec;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 10px;
    max-width: 105px;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
    height: 32px;
    line-height: 30px;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
    height: 30px;
    width: 30px;
    background: #ffffff;
    color: var(--shop-color-text);
    opacity: 0.75;
    border: 0;
    outline: none;
    padding: 0 5px;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
    width: 13px;
    height: 100%;
}

.product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
    width: calc(100% - 60px);
    height: 30px;
    padding: 0;
    float: left;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    color: #9c9c9c;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-loop:not(.product-horizontal) .proloop--price .price,
.product-loop:not(.product-horizontal) .proloop--price .price-del {
    display: block;
}

.product-loop:not(.product-horizontal) .proloop--price {
    margin-top: auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-loop .proloop-detail {
        padding: 5px 7px 5px;
    }
}

@media (min-width: 992px) {
    .product-loop .product-inner {
        position: relative;
        overflow: hidden;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .product-loop .product-inner .proloop-detail {
        background: #fff;
        -webkit-transition: transform 300ms ease;
        -moz-transition: transform 300ms ease;
        -ms-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        transition: transform 300ms ease;
    }

    .product-loop .product-inner .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart:before {
        content: '';
        position: absolute;
        height: 32px;
        width: 32px;
        border-radius: 16px;
        left: 0;
        top: 0px;
        bottom: 0px;
        transition: all 400ms ease;
    }

    .product-loop .product-inner .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart:hover:before {
        width: 100%;
        background: #263b96;
    }

    .product-loop .product-inner .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart:hover .btnadd {
        color: #fff;
    }

    .product-loop .product-inner .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart:hover .btnico svg {
        transform: translateX(5px);
    }

    .product-loop .product-inner:hover {
        -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    }

    .product-loop .product-inner:hover .proloop-image .product--image .lazy-img.first-image {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transform: translate(calc(-100% - 5px));
        -ms-transform: translate(calc(-100% - 5px));
        -webkit-transform: translate(calc(-100% - 5px));
    }

    .product-loop .product-inner:hover .proloop-image .product--image .lazy-img.second-image {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transform: translate(-100%);
        -ms-transform: translate(-100%);
        -webkit-transform: translate(-100%);
    }

    .product-loop .product-inner:hover .proloop-image .icon-quickview {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .product-loop .proloop-image .icon-quickview {
        display: none;
    }

    .product-loop .proloop-actions {
        position: initial;
        visibility: visible;
    }

    .product-loop .proloop-actions .proloop-actions__inner .btn-proloop-cart .btnadd:hover:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-loop .proloop-detail {
        padding: 5px 7px 5px;
    }

    .product-loop .proloop-detail h3 {
        font-size: 13px;
    }

    .product-loop .proloop-detail .proloop--price {
        font-size: 13px;
    }

    .product-loop .proloop-detail .proloop--price .price-del {
        font-size: 13px;
    }

    .product-loop .proloop-detail .proloop-actions {
        padding-bottom: 4px;
    }

    .product-loop .proloop-detail .proloop-actions__inner .btnadd {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .product-loop .proloop-detail .proloop-actions__inner .btnico {
        width: 28px;
        height: 28px;
    }

    .product-loop .proloop-detail .proloop-actions__inner .btnico svg {
        width: 13px;
        height: 28px;
    }

    .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-icon {
        height: 28px;
    }

    .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .actions-wrapqty {
        margin-right: 5px;
        height: 28px;
        max-width: 115px;
    }

    .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn {
        height: 28px;
        width: 28px;
    }

    .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .qty-btn svg {
        width: 13px;
    }

    .product-loop .proloop-detail .proloop-actions__inner .actions-boxqty .proloop-value {
        width: calc(100% - 56px);
        height: 28px;
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .product-loop .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart {
        padding: 0 35px 0 0;
        font-size: 11px;
    }
}

.listProduct-row {
    margin-bottom: -16px;
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    display: -ms-flex;
}

@media (max-width: 767px) {
    .product-loop {
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom: 4px;
    }

    .listProduct-row {
        margin-bottom: -8px;
        margin-left: -2px;
        margin-right: -2px;
    }
}

/* [class^="home-"] {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    [class^="home-"] {
        padding-bottom: 40px;
    }
} */

.section-heading {
    margin-bottom: 20px;
}

.section-heading .hTitle {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 767px) {
    .section-heading {
        margin-bottom: 20px;
        padding: 0 15px;
        overflow: hidden;
    }

    .section-heading .hTitle {
        font-size: 18px;
    }
}

.home-productTabs .section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-productTabs .wrapbox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.home-productTabs .wrapbox--btn {
    margin: 0 auto;
}

.home-productTabs .wrapbox--btn .btn-loadmore {
    margin-top: 25px;
    display: inline-block;
}

.home-productTabs .wrapbox--btn .btn-loadmore:after {
    display: none;
}

.home-productTabs.home-productTabs-1 .wrapbox--left {
    background: #000f54;
}

@media (min-width: 992px) {
    .home-productTabs {
        padding-bottom: 70px;
    }

    .home-productTabs .section-heading .hTitle {
        flex: 1 1 auto;
        width: 1%;
    }

    .home-productTabs .wrapbox--left {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 4px;
        overflow: hidden;
    }

    .home-productTabs .wrapbox--right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-productTabs .wrapbox--left+.wrapbox--right {
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .home-productTabs {
        padding-bottom: 15px;
        overflow: hidden;
    }

    .home-productTabs .wrapbox--left {
        display: none;
    }

    .home-productTabs .wrapbox--right {
        order: 1;
        width: 100%;
    }

    .home-productTabs .wrapbox--btn {
        order: 2;
    }

    .home-productTabs .wrapbox--btn .btn-loadmore {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .home-productTabs .section-heading {
        display: block;
    }

    .home-productTabs .section-heading .hTitle {
        margin-bottom: 10px;
    }

    .home-productTabs .wrapbox--left {
        margin: 10px 15px 0;
        padding: 0;
    }

    .home-productTabs .listProduct-row {
        margin: 0;
    }
}

.product-loop .proloop-image .gift.product_gift_label .lazyload {
    min-height: 25px;
}

.product-loop .proloop-image .gift.product_gift_label img {
    display: inline-block;
}

/*! CSS Used keyframes */
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}


.home-blogs .wrapper-content .wrap-left .article-item__detail {
    padding-left: 0;
    margin: 16px 0;
}

.home-blogs .wrapper-content .wrap-left .article-item__detail a {
    line-height: 1.3;
}

.home-blogs .wrapper-content .wrap-left .art-image {
    overflow: hidden;
}

.home-blogs .wrapper-content .wrap-right {
    display: -webit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-blogs .wrapper-content .wrap-right .article-item__image {
    flex: 0 0 130px;
    overflow: hidden;
    border-radius: 5px;
}

.home-blogs .wrapper-content .wrap-right .article-item__block {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    margin-bottom: 24px;
}

.home-blogs .wrapper-content .wrap-right .article-item__detail .art-title {
    font-size: 15px;
    font-weight: 500;
}

.home-blogs .wrapper-content .article-item__image .art-image {
    border-radius: 5px;
}

.home-blogs .wrapper-content .article-item__detail {
    padding-left: 15px;
}

.home-blogs .wrapper-content .article-item__detail .art-title {
    font-size: 18px;
    margin-bottom: 5px;
    transition: transform .3s ease;
}

.home-blogs .wrapper-content .article-item__detail .art-title a {
    color: var(--shop-color-text);
}

.home-blogs .wrapper-content .article-item__detail .art-title a:hover {
    color: var(--shop-color-hover);
}

.home-blogs .wrapper-content .article-item__detail .art-date {
    position: relative;
    font-size: 12px;
}

.home-blogs .left-news {
    padding: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.home-blogs .right-banner {
    border-radius: 5px;
    overflow: hidden;
}

.home-blogs .more-news a {
    color: #1a73e8;
}

.home-blogs .more-news a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #1a73e8;
    border-right: 1px solid #1a73e8;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 4px;
}

@media (min-width: 992px) {
    .home-blogs .wrapper-content .art-image img {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-blogs {
        padding-bottom: 60px;
    }

    .home-blogs .wrapper-content {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .home-blogs .wrapper-content .article-item__detail .art-title {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .home-blogs .section-heading {
        padding: 0;
    }

    .home-blogs .left-news {
        margin-bottom: 15px;
    }

    .home-blogs .wrapper-content .wrap-right .article-item__block {
        margin-bottom: 15px;
    }

    .home-blogs .wrapper-content .wrap-left .article-item__detail .art-title {
        font-size: 16px;
    }

    .home-blogs .wrapper-content .wrap-right .article-item__detail .art-title {
        font-size: 14px;
    }
}

.sitebox-recaptcha {
    padding: 6px 0 0;
    text-align: left;
    color: #9e9e9e;
    font-size: 13px;
    clear: both;
}

.sitebox-recaptcha a {
    color: #2962ff;
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-fluid {
        max-width: 1400px;
    }
}

.mainFooter {
    background: var(--footer-bg-color-2);
    line-height: 1.6;
}

.mainFooter .footer-top {
    background: var(--footer-bg-color-1);
    padding: 25px 0;
    border-top: 1px solid rgba(51, 51, 51, 0.04);
    border-bottom: 1px solid rgba(51, 51, 51, 0.04);
}

.mainFooter .footer-top .wrapbox-newsletter {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-title {
    padding-right: 15px;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-title h3 {
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: var(--footer-color-text-1);
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-title h3 svg {
    fill: var(--footer-color-text-1);
    margin: 0 8px 0 0;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-title p {
    color: var(--footer-color-text-1);
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content {
    align-self: center;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .contact-form {
    width: 100%;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .contact-form .input-group {
    flex-wrap: nowrap;
    margin-bottom: 0;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .newsletter-input {
    height: 46px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 4px;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .newsletter-input {
    padding-left: 40px;
    padding-right: 20px;
    border-width: 2px;
    font-size: 13px;
    border-color: #ffffff;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: 290px;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .input-group {
    position: relative;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .input-group:before {
    content: "\f003";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 15px;
    color: #9c9c9c;
    vertical-align: middle;
    line-height: 46px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 0;
    text-align: center;
    z-index: 99;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .newsletter-btn {
    position: absolute;
    right: 4px;
    top: 3px;
    padding: 5px 25px;
    height: 40px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 9;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .newsletter-btn:focus {
    border-color: var(--shop-color-main);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgaa(186, 147, 62, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgaa(186, 147, 62, 0.6);
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .newsletter-error {
    font-size: 13px;
    margin: 0;
    padding: 5px 5px 0;
}

.mainFooter .footer-top .wrapbox-newsletter .newsletter-content .newsletter-error {
    color: #ff0000;
}

@media (max-width: 767px) {
    .mainFooter .footer-top .wrapbox-newsletter {
        display: block;
    }

    .mainFooter .footer-top .wrapbox-newsletter .newsletter-title {
        padding-right: 0;
        padding-bottom: 10px;
        text-align: center;
    }

    .mainFooter .footer-top .wrapbox-newsletter .newsletter-title h3 {
        font-size: 16px;
    }

    .mainFooter .footer-top .wrapbox-newsletter .newsletter-content .contact-form .input-group {
        display: block;
    }

    .mainFooter .footer-top .wrapbox-newsletter .newsletter-content .newsletter-input {
        width: 100%;
        margin: 0;
        padding-right: 110px;
    }

    .mainFooter .footer-top .wrapbox-newsletter .newsletter-content .newsletter-btn {
        padding: 0 20px;
        font-size: 12px;
    }

    .mainFooter .footer-top .wrapbox-newsletter .newsletter-input {
        padding-right: 140px;
    }
}

.mainFooter .footer-center .footer-expand-collapsed {
    display: none;
    color: var(--footer-color-text-2);
}

.mainFooter .footer-center .widget-footer .title-footer {
    position: relative;
    font-size: 16px;
    color: var(--footer-color-title);
    margin: 0px;
    padding: 15px 0;
    font-weight: 500;
}

@media (max-width: 991px) {
    .mainFooter .footer-center .widget-footer .title-footer:not(.fter-title, .fter-title):before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 12px;
        right: 10px;
        text-align: center;
        font-size: 22px;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
    }
}

.mainFooter .footer-center .widget-footer .block-collapse {
    display: none;
    padding: 10px 0px 20px;
}

.mainFooter .footer-center .widget-footer .content-footer p {
    margin: 0 0 10px 0;
}

.mainFooter .footer-center .widget-footer .address-footer ul li {
    margin: 0 0 8px;
}

.mainFooter .footer-center .widget-footer .footerNav-link li {
    padding-left: 15px;
    position: relative;
    margin: 0 0 8px;
}

.mainFooter .footer-center .widget-footer .footerNav-link li a {
    color: var(--footer-color-text-2);
}

.mainFooter .footer-center .widget-footer .footerNav-link li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--footer-color-text-2);
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

.mainFooter .footer-center .widget-footer .footerNav-link li a:hover,
.mainFooter .footer-center .widget-footer .footerNav-link li a:focus {
    color: var(--footer-color-hover);
}

.mainFooter .footer-center .widget-footer .footerNav-link li a:hover:before,
.mainFooter .footer-center .widget-footer .footerNav-link li a:focus:before {
    background: var(--footer-color-hover);
}

.mainFooter .footer-center .address-footer ul li i {
    font-size: 18px;
    padding-right: 10px;
    color: var(--footer-color-text-2);
}

.mainFooter .footer-copyright {
    text-align: center;
    border-top: 1px solid rgba(51, 51, 51, 0.08);
    padding: 15px 0;
    background: var(--footer-bg-color-copyright);
    color: var(--footer-color-text-2);
}

.mainFooter .footer-copyright p {
    font-size: 13px;
    margin: 0;
}

.mainFooter .footer-copyright p a {
    color: var(--footer-color-text-2);
}

.mainFooter .footerNav-social {
    padding: 10px 0;
}

.mainFooter .footerNav-social li {
    display: inline-block;
}

.mainFooter .footerNav-social li+li {
    margin-left: 8px;
}

.mainFooter .footerNav-social li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--shop-color-border);
    color: var(--footer-color-text-2);
    display: block;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mainFooter .footerNav-social li a:hover {
    color: var(--footer-color-hover);
    border-color: var(--footer-color-hover);
}

@media (max-width: 1199px) and (min-width: 991px) {
    .mainFooter .footer-top .wrapbox-newsletter .newsletter-title {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .mainFooter .footer-top .newsletter-title {
        width: 50%;
        text-align: right;
    }

    .mainFooter .footer-top .newsletter-content {
        width: 50%;
        padding-left: 15px;
    }

    .mainFooter .footer-center .footer-expand-collapsed {
        display: block;
        padding: 30px 0 0;
    }

    .mainFooter .footer-center .widget-footer {
        border-bottom: 0;
    }

    .mainFooter .footer-center .widget-footer .title-footer {
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 12px;
    }

    .mainFooter .footer-center .widget-footer .block-collapse {
        display: block;
    }

    .mainFooter .footer-center .widget-footer:nth-child(1) .block-collapse {
        display: flex;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .mainFooter .footer-top .wrapbox-newsletter .newsletter-title {
        padding-right: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .mainFooter .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainFooter .footer-top {
        padding: 15px 0;
    }

    .mainFooter .footer-top .newsletter-title {
        width: 100%;
        text-align: center;
    }

    .mainFooter .footer-top .newsletter-content {
        width: 100%;
    }

    .mainFooter .footer-center .footer-expand-collapsed {
        display: block;
    }

    .mainFooter .footer-center .widget-footer .title-footer {
        border-bottom: 1px dashed rgba(51, 51, 51, 0.08);
    }

    .mainFooter .footer-center .widget-footer:last-child .title-footer {
        border-bottom: 0;
    }
}

.contact-form .input-group {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .input-group input {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.layout-account {
    padding: 60px 0;
    margin-bottom: 50px;
    border-top: 1px solid var(--shop-color-border);
}

.layout-account .tab-form-account {
    margin-bottom: 45px;
}

.layout-account .tab-form-account h4 {
    padding: 0px 30px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}

.layout-account .tab-form-account h4+h4 {
    border-left: 2px solid gray;
}

.layout-account .tab-form-account h4 a {
    color: #cacaca;
}

.layout-account .tab-form-account h4.active a {
    color: #000;
}

.layout-account .tab-form-account h4:hover a {
    color: #000;
}

.customers_accountForm {
    max-width: 620px;
    margin: 0 auto;
    padding: 25px 30px 30px;
    background: #ffffff;
}

.customers_accountForm .large_form {
    margin-bottom: 25px;
}

.customers_accountForm .large_form.large_form-mrb {
    margin-bottom: 5px;
}

.customers_accountForm .icon-field {
    display: none;
}

.customers_accountForm input[type=email],
.customers_accountForm input[type=password],
.customers_accountForm input[type=text] {
    width: 100%;
    height: 55px;
    padding: 5px 20px;
    color: #5c5c5c;
    font-weight: 500;
    border: 1px solid transparent;
    background: #ededed;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-style: italic;
}

.customers_accountForm input[type=email]:focus,
.customers_accountForm input[type=password]:focus,
.customers_accountForm input[type=text]:focus {
    background: #fff;
    border-color: #ededed;
}

.customers_accountForm .req_pass {
    padding-left: 30px;
    margin-right: auto;
}

.customers_accountForm .custommer_account_action {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customers_accountForm .custommer_account_action .action_bottom,
.customers_accountForm .custommer_account_action .req_pass a {
    color: #009dde;
}

.customers_accountForm .action_bottom {
    padding: 0;
    border-radius: 4px;
}

.customers_accountForm .action_bottom .btn {
    display: inline-block;
    border-radius: 0;
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#field-gender input[type="radio"] {
    display: none;
}

#field-gender input[type="radio"]+label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
    margin: 0 20px 0 0;
}

#field-gender input[type="radio"]+label:before,
input[type="radio"]+label:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#field-gender input[type="radio"]+label:before {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #323232;
    -moz-box-shadow: inset 0 0 0 18px #efefef;
    -webkit-box-shadow: inset 0 0 0 18px #efefef;
    box-shadow: inset 0 0 0 18px #efefef;
}

#field-gender input[type="radio"]+label:after {
    top: 49%;
    left: 9px;
    width: 54px;
    height: 54px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.3);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

#field-gender input[type="radio"]:checked+label:before {
    -moz-box-shadow: inset 0 0 0 4px #efefef;
    -webkit-box-shadow: inset 0 0 0 4px #efefef;
    box-shadow: inset 0 0 0 4px #efefef;
}

#field-gender input[type="radio"]:checked+label:after {
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-animation: ripple 1s none;
    -webkit-animation: ripple 1s none;
    animation: ripple 1s none;
}

@media (max-width: 991px) {
    .layout-account {
        padding: 30px 0;
    }

    .layout-account .tab-form-account {
        margin-bottom: 25px;
    }

    .layout-account .tab-form-account h4 {
        padding: 0px 20px;
        font-size: 18px;
    }

    .customers_accountForm {
        padding: 25px 15px 30px;
    }

    .customers_accountForm .req_pass {
        padding-left: 0;
        margin-top: 20px;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes ripple {

    5%,
    100% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-shop {
    background: var(--shop-color-bg);
    padding: 0 0px;
}

.breadcrumb-list {
    overflow: hidden;
}

.breadcrumb-list .breadcrumb-arrows {
    font-size: 13px;
    padding: 9px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-list .breadcrumb-arrows>li {
    display: inline-block;
}

.breadcrumb-list .breadcrumb-arrows>li strong {
    font-weight: 400;
}

.breadcrumb-list .breadcrumb-arrows>li a {
    color: var(--shop-color-text);
}

.breadcrumb-list .breadcrumb-arrows>li+li:before {
    padding: 0 3px;
    margin-left: 5px;
    color: #ccc;
    font-family: 'FontAwesome';
    content: "/\00a0";
}

@media (max-width: 767px) {
    .breadcrumb-list .breadcrumb-arrows {
        padding: 7px 0;
        font-size: 12px;
        display: block;
        white-space: nowrap;
        overflow: scroll;
        margin-bottom: -10px;
        /* padding-bottom: 17px; */
    }

    .breadcrumb-list .breadcrumb-arrows>li+li:before {
        padding: 0 2px;
    }
}

.layout-collections .breadcrumb-shop {
    margin-bottom: 0;
}


.b1240fmt {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    background: #fff;
    border: none;
    color: #306bd9;
}

.b1240fmt:hover {
    background: #e8e8e8;
}

.b1240fmt:active {
    background: #dadada;
}

.b1240fmt.h-link,
.b1240fmt.hyperlink {
    color: #306bd9;
    background: transparent;
    border: none;
}

.b1240fmt.h-link:hover,
.b1240fmt.hyperlink:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #548af0;
}

.b1240fmt.h-link:active,
.b1240fmt.hyperlink:active {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #1952ba;
}

.b1240fmt.small {
    font-size: .75rem;
    line-height: 1;
    padding: 5px;
}

.b1240fmt {
    font-size: .875rem;
    line-height: 1;
    padding: 8px;
}

.b1240fmt.r-normal {
    border-radius: 4px;
}

.b1240fmt.w-normal {
    font-weight: 400;
}

.s7nqb7 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: .75rem;
    line-height: 16px;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}

.s7nqb7>li {
    display: inline;
}

.s7nqb7 .separator {
    font-size: 8px;
    color: #8c8c8c;
    margin: 0 4px;
}

.s7nqb7::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width:768px) {
    .s7nqb7 {
        overflow-x: hidden;
        text-overflow: ellipsis;
    }
}

.w1jzbmdz {
    border-radius: 9999px;
    background-color: #fff;
    padding: 2px;
}

.w1jzbmdz>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 9999px;
}

.bh5myrx {
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.bh5myrx.stretch {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bh5myrx.i-left>svg {
    margin-right: .5em;
    margin-left: 0;
}

.bh5myrx.small {
    font-size: .75rem;
    line-height: 1;
    padding: 5px 11px;
}

.bh5myrx,
.bh5myrx.medium {
    font-size: .875rem;
    line-height: 1;
    padding: 8px 16px;
}

.bh5myrx.i-left>svg,
.bh5myrx.medium.i-left>svg {
    font-size: 1rem;
}

.bh5myrx.large {
    font-size: 1rem;
    line-height: 1.25;
    padding: 9px 19px;
}

.bh5myrx,
.bh5myrx.primary {
    color: #fff;
    background-color: #f80;
    border-color: #f80;
}

.bh5myrx.primary:hover,
.bh5myrx:hover {
    color: #fff;
    background-color: #ffb057;
    border-color: #ffb057;
}

.bh5myrx.primary:active,
.bh5myrx:active {
    color: #fff;
    background-color: #e56700;
    border-color: #e56700;
}

.bh5myrx.outline {
    color: #f80;
    background: transparent;
    border-color: currentColor;
}

.bh5myrx.outline:hover {
    color: #f80;
    background: #ffe9c2;
    border-color: currentColor;
}

.bh5myrx.outline:active {
    color: #f80;
    background: #ffd494;
    border-color: currentColor;
}

.bh5myrx.o-tertiary,
.bh5myrx.o-tertiary:hover {
    color: #222;
    border-color: silver;
}

.bh5myrx.o-tertiary:hover {
    background: #e8e8e8;
}

.bh5myrx.o-tertiary:active {
    color: #222;
    background: #dadada;
    border-color: silver;
}

.bh5myrx:disabled {
    color: #fff;
    background-color: silver;
    border-color: silver;
    cursor: default;
}

.bh5myrx:disabled:active,
.bh5myrx:disabled:hover {
    color: #fff;
    background-color: silver;
    border-color: silver;
}

.bh5myrx.outline:disabled,
.bh5myrx.outline:disabled:active,
.bh5myrx.outline:disabled:hover {
    color: silver;
    background-color: #fff;
    border-color: silver;
}

.bh5myrx.r-normal {
    border-radius: 4px;
}

.bh5myrx.w-bold {
    font-weight: 700;
}

.wi59mti {
    margin-top: 16px;
    margin-bottom: 12px;
}

.wi59mti>h1 {
    font-size: 16px;
}

@media (min-width:768px) {
    .wi59mti>h1 {
        font-size: 18px;
    }
}

.r7qf9fq {
    margin-bottom: 4px;
}

.r7qf9fq .not-rating {
    color: #595959;
}

.f1i1yvux {
    font-size: 12px;
}

.f1i1yvux a {
    color: #595959 !important;
}

@media (min-width:768px) {
    .f1i1yvux {
        font-size: 14px;
    }
}

.f1i1yvux b {
    color: #222;
}

.f1i1yvux span {
    border-right-width: 1px;
    margin: 0 12px;
}

.dj736uq {
    display: none;
}

@media (min-width:768px) {
    .dj736uq {
        display: block;
    }
}

.a1if0d79 {
    margin-top: 12px;
}

.a1if0d79,
.wgz8swh {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wgz8swh {
    color: #595959;
}

.wgz8swh>div {
    display: flex;
}

.wgz8swh>div>svg {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.wgz8swh>div>span {
    color: #222;
    margin-left: 4px;
}

.wgz8swh .vendor {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 4px;
}

.wgz8swh .two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 15px 0;
}

.c1autht7 {
    padding: 16px 12px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

.c1autht7>h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #222;
}

.c1autht7>p {
    color: #595959;
}

.b1btdmev {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.b1btdmev>button {
    font-weight: 700;
    color: #306bd9;
}

.b1btdmev>button>svg {
    width: 24px;
    height: 24px;
}

.t1dz3fd0 {
    padding: 8px;
    cursor: pointer;
    opacity: .5;
    display: var(--display);
    justify-content: center;
    background-color: transparent;
    position: relative;
}

.t1dz3fd0.fullWidth {
    flex-grow: 1;
    max-width: none;
    flex-basis: 0;
    flex-shrink: 1;
}

.t1dz3fd0.active {
    opacity: 1;
}

.t1dz3fd0:focus:not(:focus-visible) {
    outline: none;
}

.tl5g64g {
    font-weight: 700;
    font-size: .75rem;
    color: var(--tl5g64g-0);
}

.tl5g64g {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.t1aixrug {
    display: flex;
    overflow: hidden;
}

.t1ssja1g {
    overflow-x: var(--t1ssja1g-0);
    flex: 1 1 auto;
    display: flex;
    position: relative;
    white-space: nowrap;
    -ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}

.t1ssja1g::-webkit-scrollbar {
    display: none;
}

.tagu49w {
    background-color: var(--tagu49w-0);
    bottom: 0;
    height: 4px;
    position: absolute;
    width: 100%;
}

.w13r9nsp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 0;
    text-align: center;
}

.w13r9nsp>h5 {
    font-size: 16px;
    margin: 12px 0;
    color: #222;
    padding: 0 36px;
}

.w13r9nsp>button {
    text-transform: uppercase;
}

@media (min-width:768px) {
    .w13r9nsp>svg {
        width: 420px;
        height: 172.5px;
    }
}

@media (min-width:768px) {
    .w1c8oqd8 {
        margin: 20px 0;
    }
}

.avatar {
    bottom: -48px;
}

button.tab {
    border: none
}

/* account */
.cat-list {
    transition: opacity .5s ease-in;
    position: relative;
    cursor: pointer;
    border: 1px solid #cacaca;
    border-bottom: none;
    border-radius: 4px;
}

.cat-item {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    width: 100%;
    font-size: 14px;
    padding: 0 16px;
    height: 45px;
    border-bottom: 1px solid #cacaca;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-child>div>div {
    border-bottom: 1px solid #cacaca;
    background: #ddd;
}

.child-item {
    border-bottom: 1px solid #cacaca;
    padding: 10px 0;
}

.child-item:hover a {
    color: #ff0000;
    font-weight: 500;
}

div>.child-item:first-child {
    padding-top: 0;
}

div>.child-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* post */
.image-example .fa {
    color: #e70000;
    font-size: 50px;
}
.image-example .fa-close {
    font-size: 26px;
}
.image-example .remove {
    position: absolute;
    right: 20px;
    top: 0;
}

.image-example p {
    text-align: center;
    color: #8c8c8c;
    font-size: .625rem;
}

.image-example img{
    max-height: 100% !important;
}
.image-example {
    cursor: var(--wfyigpx-0);
    height: var(--wfyigpx-1);
    background-color: #f4f4f4;
    border-radius: 4px;
    border: 2px dotted #e70000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: var(--wfyigpx-3);
    padding-top: var(--wfyigpx-4);
}

.checkbox.form-group {
    margin-top: 16px;
}

.checkbox.form-group label:first-child {
    display: none;
}

#pills-tab label {
    cursor: pointer;
    font-weight: 700;
    font-size: .75rem;
    color: var(--tl5g64g-0);
}

#pills-tab label.active {
    border-bottom: 4px solid #f80;
}

.breadcrumb-list .breadcrumb-arrows>li.active span {
    font-weight: 700;
}

/* detail post */
.attribute legend {
    display: inline-block;
    width: initial;
    padding: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: none;
    float: inherit;
    font-weight: 600;
}

.attribute fieldset {
    margin-bottom: 20px;
    border: 1px solid silver;
    padding: 0 15px 15px;
}

.active-status {
    font-size: 30px;
    color: #589f39;
    line-height: 16px;
    width: 13px;
    text-align: center;
    display: inline-block;
}

.offline-status {
    font-size: 30px;
    color: #80817e;
    line-height: 16px;
    width: 13px;
    text-align: center;
    display: inline-block;
}

.button-follow {
    color: #fff;
    background-color: #f80;
    border-color: #f80;
    font-weight: 700;
    height: 35px;
    border-radius: 5px;
    box-shadow: none;
    border-width: thin;
    border-style: double;
}

.button-is-follow {
    color: #f80;
    background-color: #fff;
    border-color: #f80;
    font-weight: 700;
    height: 35px;
    border-radius: 5px;
    box-shadow: none;
    border-width: thin;
    border-style: double;
}

.jgmSXT .oneRowWrapper {
    display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.jgmSXT .oneRowWrapper .inputGroupFullWidth {
    width: 100%;
}

.jgmSXT .oneRowWrapper .inputGroupFullWidth .customInput {
    display: flex;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 4px;
}

.jgmSXT .oneRowWrapper .inputGroupFullWidth .customInput .inputText {
    background: transparent;
    border: none;
    width: 100%;
    padding: 7px 7px 7px 10px;
}

.Styles_radioButton__cjnDp .Styles_labelButtonChecked__yvohM {
    background: #fc9807;
    border: 1px solid #fc9807;
}

.view-page {
    background-color: #fff;
    color: #e70000;
    border: 1px solid #e70000;
    border-radius: 25px;
    height: 34px;
    padding: 0 15px;
    min-width: 118px;
}

.user-info .name {
    width: calc(100% - 146px);
}

.eTFEKJ {
    margin-right: 5px;
}

.user-info .SellerProfile_inforItem__B3Pzq {
    flex: 1 1;
}

.user-info .SellerProfile_inforItem__B3Pzq:focus p,
.user-info .SellerProfile_inforItem__B3Pzq:focus span,
.user-info .SellerProfile_inforItem__B3Pzq:hover p,
.user-info .SellerProfile_inforItem__B3Pzq:hover span {
    outline: none;
    text-decoration: none;
}

.user-info .SellerProfile_inforItem__B3Pzq img {
    margin-right: 0 !important;
}

.user-info .SellerProfile_inforItem__B3Pzq .SellerProfile_inforValue__hK4rb {
    color: #222;
    font-weight: 600;
}

.user-info .SellerProfile_inforWrapper__KXg71 {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    text-align: center;
    align-items: center;
    font-size: 12px;
    color: #9b9b9b;
}

.user-info .SellerProfile_inforWrapper__KXg71>a {
    flex: 1 1;
    color: #9b9b9b;
}

.user-info .SellerProfile_inforWrapper__KXg71>a :hover {
    color: none;
    text-decoration: none;
    text-decoration: initial;
}

.user-info .SellerProfile_seperateLine__H_bJa {
    border-left: 1px solid #cacaca;
    height: 20px;
    width: 1px;
}

.SellerProfile_rateText__fi3wS {
    text-decoration: underline;
    margin-bottom: 5px;
}

.SellerProfile_rateText__fi3wS:focus,
.SellerProfile_rateText__fi3wS:hover {
    text-decoration: underline !important;
}

.SellerProfile_inforText__D7tPA {
    text-decoration: none;
}

.user-info .SellerProfile_inforItem__B3Pzq {
    flex: 1 1;
}

.user-info .SellerProfile_inforItem__B3Pzq:focus p,
.user-info .SellerProfile_inforItem__B3Pzq:focus span,
.user-info .SellerProfile_inforItem__B3Pzq:hover p,
.user-info .SellerProfile_inforItem__B3Pzq:hover span {
    outline: none;
    text-decoration: none;
}

.user-info .SellerProfile_inforItem__B3Pzq img {
    margin-right: 0 !important;
}

.user-info .SellerProfile_inforItem__B3Pzq .SellerProfile_inforValue__hK4rb {
    color: #222;
    font-weight: 600;
}

.user-info .SellerProfile_inforWrapper__KXg71 {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    text-align: center;
    align-items: center;
    font-size: 12px;
    color: #9b9b9b;
}

.user-info .SellerProfile_inforWrapper__KXg71>a {
    flex: 1 1;
    color: #9b9b9b;
}

.user-info .SellerProfile_inforWrapper__KXg71>a :hover {
    color: none;
    text-decoration: none;
    text-decoration: initial;
}

.user-info .SellerProfile_seperateLine__H_bJa {
    border-left: 1px solid #cacaca;
    height: 20px;
    width: 1px;
}

.SellerProfile_rateText__fi3wS {
    text-decoration: underline;
    margin-bottom: 5px;
}

.SellerProfile_rateText__fi3wS:focus,
.SellerProfile_rateText__fi3wS:hover {
    text-decoration: underline !important;
}

.SellerProfile_inforText__D7tPA {
    text-decoration: none;
}

.styles_entryPointProtectedAdBox__4va_G {
    margin: 8px auto;
    background: #fff;
    padding: 4px 12px;
}

.styles_detailView__9Lokc {
    padding: 0;
}

.styles_detailView__9Lokc .styles_entryPointDetailView___Fynp {
    padding: 6px 13px 6px 8px;
    background-color: #f8f8f8;
    border-radius: 4px 4px 0 0;
}

.styles_detailView__9Lokc .styles_entryPointDetailView___Fynp .styles_ctTitleTrusted__7rjjT {
    display: flex;
}

.styles_detailView__9Lokc .styles_entryPointDetailView___Fynp .styles_ctTitleTrusted__7rjjT .styles_titleIcon__fd_29 {
    background-image: url(https://static.chotot.com/storage/chotot-icons/svg/info_grey.svg);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: 1px;
}

.styles_detailView__9Lokc .styles_entryPointDetailView___Fynp .styles_ctTitleTrusted__7rjjT .styles_titleTrusted__n59vt {
    margin-left: 8px;
    font-size: 14px;
    color: #222;
    line-height: 20px;
    font-weight: 700;
}

.styles_detailView__9Lokc .styles_entryPointDetailView___Fynp .styles_contentTrusted__aX7Ef {
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

.styles_detailView__9Lokc .styles_entryPointDetailView___Fynp .styles_moreInfo__tdGGQ {
    color: #38699f;
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
}

.styles_icPartner__mDJqq {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.styles_icPartner__mDJqq {
    width: 63px;
    height: 16px;
    background-image: url(https://static.chotot.com/storage/chotot-icons/svg/protected_icon_v2.svg);
    position: relative;
    top: 1px;
}

.BuyNow_buyNowWrapper__URwPv {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px;
    background-color: #f8f8f8;
    padding: 12px;
    width: 100%;
    color: #000 !important;
    border: none;
}

.BuyNow_buyNowWrapper__URwPv>aside {
    margin-left: 8px;
}

.BuyNow_buyNowWrapper__URwPv aside+img {
    margin-left: auto;
    transform: rotate(180deg);
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .LeadButton_wrapperLeadButtonDesktop__SVKE8 {
        position: fixed;
        bottom: 0;
        z-index: 9;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        border-top: 1px solid #e5e5e5;
        background-color: #fff;
    }
}

@media only screen and (max-width:767px) {
    /* .LeadButton_wrapperLeadButtonDesktop__SVKE8 {
        display: none;
    } */
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_depositButtonDesktop__nPePz {
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff !important;
    background-color: #589f39;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_depositButtonDesktop__nPePz:hover {
    background-color: #3c763d;
}

@media (max-width:992px) {
    .LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_depositButtonDesktop__nPePz {
        height: 50px;
    }
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_buttonChatDesktop__gbYM9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #589f39;
    background-color: #fff;
    font-weight: 700;
    text-align: center;
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_buttonChatDesktop__gbYM9:hover {
    background-color: #e6e6e6;
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_buttonChatDesktop__gbYM9>img {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_showPhoneButton__1BIwH {
    margin-bottom: 8px;
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_showPhoneButton__1BIwH span {
    font-weight: 700;
    font-size: 14px;
}

@media (max-width:992px) {
    .LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_showPhoneButton__1BIwH {
        margin: 0;
        height: 50px;
        width: 100%;
    }
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_showPhoneButtonDeposit__a2kkh>div>div {
    color: #3c763d !important;
    background-color: #fff !important;
    border: 1px solid #cacaca !important;
}

@media (max-width:992px) {
    .LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_showPhoneButtonDeposit__a2kkh>div>div {
        border-top: none !important;
    }
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_showPhoneButtonDeposit__a2kkh>div>div:hover {
    background-color: #e6e6e6 !important;
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_chatDesktopButton__HSQyg {
    margin-bottom: 8px;
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_chatDesktopButton__HSQyg span {
    font-weight: 700;
    font-size: 14px;
}

@media (max-width:991px) {
    .LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_chatDesktopButton__HSQyg {
        width: 100%;
    }

    .LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_chatDesktopButton__HSQyg a {
        border-radius: 0;
        border: none;
    }
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_supportDesktopButton__OpnPy {
    margin-bottom: 8px;
}

.LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_supportDesktopButton__OpnPy span {
    font-weight: 700;
    font-size: 14px;
}

@media (max-width:991px) {
    .LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_supportDesktopButton__OpnPy {
        width: 100%;
    }

    .LeadButton_wrapperLeadButtonDesktop__SVKE8 .LeadButton_supportDesktopButton__OpnPy span {
        border-radius: 0;
        border: none;
    }
}

/*! CSS Used from: https://static.chotot.com/storage/CT_WEB_GDS_ADLISTING_CDN/cd1ffb79/_next/static/css/47cacd9737695c25.css */
.ShowPhoneButton_wrapper__B627I {
    width: 100%;
}

.ShowPhoneButton_phoneButton__p5Cvt {
    display: block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 10px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 13px;
    transition: background-color .2s ease-in-out;
    height: 42px;
}

@media (max-width:991px) {
    .ShowPhoneButton_phoneButton__p5Cvt {
        height: 50px;
        border-radius: 0;
        font-weight: 600;
    }
}

.ShowPhoneButton_phoneNotClicked__dlQn_ {
    color: #fff;
    background-color: #33a837;
}

.ShowPhoneButton_phoneNotClicked__dlQn_:hover {
    background-color: #3b8122;
}

.ShowPhoneButton_flexDiv__3qpNj {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:991px) {
    .ShowPhoneButton_flexDiv__3qpNj {
        justify-content: center;
        height: 100%;
    }
}

.ShowPhoneButton_icon__wsnZ5 {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.emcEhg {
    cursor: pointer;
    margin: 10px 5px 0px 10px;
    display: inline-block;
}

@media (min-width: 480px) {
    .emcEhg {
        margin: 10px 10px 0px;
    }
}

.eGJmLz {
    display: inline-block;
    position: relative;
}

.qmKIj {
    border-top: 1px solid rgb(236, 236, 236);
    padding: 7px 5px 5px 0px !important;
}

.cHdOOg {
    width: 40px;
    float: left;
    padding-right: 5px;
}

.faSfpr {
    width: 85%;
    float: left;
    padding-bottom: 5px;
}

/*! CSS Used from: https://static.chotot.com/storage/CT_WEB_GDS_ADLISTING_CDN/cd1ffb79/_next/static/css/3af7dc0e927be7cc.css */
.Styles_reportBad__4g9zg {
    display: block;
    color: #333 !important;
    margin: 10px 0;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@media (max-width:767px) {
    .Styles_reportBad__4g9zg {
        width: 100%;
        margin: 20px 10px;
    }
}

.Styles_reportWrapper__74GS_ {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}

.Styles_reportBtn__izL5E {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: -10px;
}

.Styles_reportBtn__izL5E button:first-of-type {
    margin-right: 10px;
}

@media only screen and (min-width:768px) {
    .Styles_reportBtn__izL5E {
        margin: 10px 0;
    }
}

.Styles_buyerProtect__5zjc4 {
    font-size: 85%;
}

@media (max-width:767px) {
    .Styles_buyerProtect__5zjc4 {
        border-top: none !important;
    }
}

.Styles_buyerProtect__5zjc4 a {
    color: #e70000;
    text-decoration: none;
}

.Styles_insertSimilarAd__DHfAJ {
    background-color: #e70000;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    margin: 10px 0 10px 10px;
    padding: 2px 5px;
}

.Styles_insertSimilarAd__DHfAJ:hover {
    background-color: #cc7a00;
}

@media only screen and (max-width:767px) {
    .Styles_insertSimilarAd__DHfAJ {
        display: none;
    }
}
.ui-dialog #dialog.ui-dialog-content {
    height: 520px !important;
}
.ele-image.col-6 .image-example,
#add-image.col-6 .image-example {
    height: calc(var(--wfyigpx-1)/1.5);
}
.ele-image.col-6 .image-example {
    background-color: none;
    opacity: 1;
}
.pagination {
    float: right;
}

.pagination a {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 2px;
    border-radius: 3px;
    line-height: 29px;
}

.pagination a.active {
    border: 1px solid #d40257;
    color: #d40257;
}
.note {
    color: #8c8c8c;
    font-size: 12px;
}
.filter-content {
    background: white;
    padding: 10px;
    margin-bottom: 15px;
}
.filter-content .cat-list {
    border: none;
}
.filter-content .cat-list a {
    cursor: pointer;
}
.filter-content .cat-list .text-start {
    width: 100%;
}

.tag-search i {
    cursor: pointer;
}
.tag-search {
    display: inline-block;
    background: #ddd;
    padding: 1px 10px;
    border-radius: 12px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.sticky-product {
    position: sticky;
    top: 20px;
}
.cat-list-user li.active a {
    color: var(--shop-color-main);
}
.save {
    background: url(../icon/save-ad.svg) no-repeat right 5px center;
    border: 1px solid #d0021b;
    color: #d0021b;
    padding: 5px 7px;
    padding-right: 33px;
    border-radius: 5px;
    cursor: pointer;
}
.save.active {
    background: url(../icon/save-ad-active.svg) no-repeat right 5px center;
}
#site-header {
    position: sticky;
    top: 0;
    z-index: 99999999;
}
.mainHeader .header-search-mobile{
    display:none;
    position:relative;
    /* padding:5px 6px;
    border-bottom:1px solid rgba(255, 255, 255, 0.15); */
}
 .mainHeader .header-search-mobile .searchform-mobile{
    position:relative;
}
 .mainHeader .header-search-mobile .searchform-mobile input.input-search{
    width:100%;
    padding:4px 40px 4px 15px;
    padding-left: 36px;
    margin:0;
    border-radius:4px;
    border:1px solid #eaeaea;
    background:#fff;
    color:#252a2b;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none;
}
 .mainHeader .header-search-mobile .searchform-mobile input.input-search:focus{
    outline:none;
    background:#fff;
}
 .mainHeader .header-search-mobile .searchform-mobile .btn-search{
    width:40px;
    height:36px;
    line-height:36px;
    border:0;
    outline:none;
    box-shadow:none;
    position:absolute;
    padding:0;
    top:0px;
    right:0px;
    background:transparent;
}
 .mainHeader .header-search-mobile .searchform-mobile .btn-search svg{
    width:15px;
    height:30px;
    line-height:30px;
    vertical-align:inherit;
    opacity:0.6;
}
 .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close svg{
    fill:var(--shop-color-main);
    width:20px;
}
 .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-icon{
    display:block;
    height:100%;
}
 .mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close{
    display:none;
}
 .mainHeader .header-search-mobile .smart-search-wrapper{
    position:absolute;
    right:0px;
    left:0px;
    z-index:100;
    top:calc(100% + 0px);
    width:initial;
    background:#fff;
    padding:0 15px;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.08);
    z-index:999;
}
 .mainHeader .header-search-mobile .search-suggest{
    margin:15px 0;
}
.header-search-mobile .icon-search-advance {
    font-size: 21px;
    padding: 0 10px;
}
.header-search-mobile .content-advance {
    position: fixed;
    left: 0;
    top: 52px;
    width: 100vw;
}
 @media (max-width: 991px){
     .mainHeader .header-search-mobile{
        display:block;
        /* padding:7px 10px; */
    }
}
 @media (max-width: 991px){
     .mainHeader.mainHeader_temp03 .header-search-mobile{
        background:#263342;
        border-top:1px solid rgba(255, 255, 255, 0.2);
    }
     .mainHeader.mainHeader_temp03 .header-search-mobile .smart-search-wrapper{
        padding:5px 12px;
        max-height:60vh;
        overflow-x:hidden;
        overflow-y:auto;
    }
}
 @media (max-width: 739px){
    .product-loop .proloop-image .lazy-img img[src=""] {
        left: 82px !important;
    }
    .swiper-container-thumbs {
        display: none;
    }
    .cat-child {
        font-size: 11px;
        margin-right: 3px !important;
        padding: 5px 7px !important;
        margin-top: 7px !important;
    }
    h1.mt-3 {
        margin-top: 0 !important;
    }
    .filter-m {
        position: fixed;
        right: 3px;
        display: inline-block;
        width: 37px;
        border: 1px solid red;
        padding: 7px 13px;
        border-radius: 3px;
        z-index: 9999999999;
        background: white;
    }
    #filter-m .filter-group-content {
        position: fixed;
        z-index: 999;
        background: white;
        top: 135px;
        overflow: auto;
        bottom: 0;
        width: 100vw;
        left: 0;
        padding: 10px;
    }
    #filter-m {
        background: rgba(0, 0, 0, 0.3);
        z-index: 999999999;
        height: 100vh;
        top: 0;
        position: fixed;
    }
    .collapse.show {
        display: block !important;
    }
}
 .smart-search-wrapper{
    width:100%;
    background:#fff;
}
 .smart-search-wrapper .search-suggest p{
    margin:0 0 12px;
}
 .smart-search-wrapper .search-suggest li{
    margin-bottom:5px;
}
 .smart-search-wrapper .search-suggest li a{
    font-size:16px;
    font-weight:500;
    margin-bottom:10px;
    color:var(--shop-color-text);
}
#postModal .required-login {
    border: none;
    background: #e70000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
#lnav-price-container .hand input {
    width: 130px;
    font-size: 11px;
}
.leftLabel.h6,
.rightLabel.h6 {
    font-size: 14px;
}
.cat-child {
    border-radius: 4px;
    border: 1px solid #ff0000;
    color: #ff0000;
}
.cat-list .cat-child {
    border: none;
}
.filter-block .title {
    background: #2a3995;
    color: white;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
}
.icon-search-advance {
    position: absolute;
    font-size: 28px;
    padding: 0 15px;
    cursor: pointer;
}
.content-advance {
    position: absolute;
    width: 100%;
    background-color: white;
    display: none;
    top: 100%;
    padding: 10px 15px;
    z-index: 9;
    box-shadow: cornflowerblue;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}
.js-action-show .content-advance {
    display: block;
}
img[src=""] {
    background-image: url(/static/icon/no-image.png);
    width: 100%;
    height: 100%;
    left: 108px !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.wdxbiui input:focus {
    border-color: #f80;
}
.wdxbiui input {
    width: 50px;
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
    border: 1px solid silver;
    border-radius: 4px;
    outline: 0;
    color: #222;
}
.wdxbiui {
    display: flex;
    justify-content: space-between;
}
.resend button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #2a70df;
    background: none;
    font-weight: 700;
    padding: 0;
}
.help-link a {
    color: #2a70df;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}