html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
    margin: 0;
    padding: 0;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: "OpenSans", "Segoe UI", Tahoma, sans-serif;
    color: #333;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ol,
ul {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a[href]:hover {
    color: var(--theme-color);
}

:focus {
    outline: 0;
}

button:focus {
    outline: 0 !important;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media(max-width:1199px) {

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

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

    .col,
    .col-6,
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xl-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xl-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xl-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xl-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xl-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xl-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xl-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xl-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xl-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xl-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xl-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12,
    .col-xl-12,
    .col-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width:992px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px !important;
    }
}

/* @media (min-width: 1500px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1400px;
    }
} */

:root {
    --theme-color: #0fb37e;
    --swiper-theme-color: #0fb37e !important;
}

@font-face {
    font-family: "OpenSans";
    src: url("/default/font/OpenSans.woff2");
    font-display: optional;
}

input.input-text,
select,
textarea {
    background: #fff;
    border: 1px solid #ccc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

select {
    padding: 1px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
}

.link-page {
    cursor: pointer;
}

label {
    margin: 0;
    color: #666;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
    padding: 8px;
}

input.radio {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

input.checkbox {
    margin-right: 10px;
    display: inline-block;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.button {
    -webkit-border-fit: lines;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: var(--theme-color);
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.disabled {
    background: #bbb !important;
}

button.btn-checkout.no-checkout {
    color: #b8baba;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 10px;
    display: inline-block;
}

p.control {
    line-height: 19px;
}

.input-box label {
    margin-bottom: 10px;
}

.no-display {
    display: none !important;
}

.separator {
    margin: 0 4px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
}

/* messages */
.success {
    color: #62b959;
}

.error {
    color: #df280a;
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.messages {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.messages li {
    margin: 0 0 10px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    padding: 10px;
    font-weight: 400;
}

.error-msg {
    color: #ee2d43;
}

.success-msg {
    color: #62b959;
}

.note-msg,
.notice-msg {
    color: #8a6d3b;
}

/* form list */
.form-wrap h2,
#form-validate h2 {
    margin-bottom: 10px;
}

.form-list label.required em {
    color: #ee2d43;
    margin-right: 3px;
}

.form-list input.input-text:focus,
.form-list textarea:focus,
.form-list select:focus {
    box-shadow: none;
    border: 1px solid var(--theme-color);
}

.form-list .control {
    display: flex;
    align-items: center;
}

.form-list .control label {
    color: #333;
}

.form-control {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.buttons-set {
    margin: 20px 0 0;
    text-align: right;
}

.validation-advice {
    margin: 3px 0 0;
    padding-left: 10px;
    color: #eb340a;
    position: relative;
    text-align: left;
}

.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important;
}

/* side block */
.block {
    margin-bottom: 20px;
}

.block .block-title,
.block-layered-nav dt,
.block-layered-nav .currently .block-subtitle {
    /* height: 40px; */
    /* line-height: 40px; */
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block .block-title.active i:before,
.block-layered-nav dt.active i:before {
    content: "\e65b";
}

.block .block-title i,
.block-layered-nav dt i {
    /* width: 40px; */
    /* height: 40px; */
    text-align: center;
    /* line-height: 40px; */
}

.block-layered-nav dl {
    margin-bottom: 20px;
}

.block-category-nav .block-content,
.block-layered-nav dd {
    padding: 10px 0;
}

.block-layered-nav dd.active,
.block-category-nav .block-content.active {
    display: none;
}

.block-category-nav .list {
    margin-bottom: 15px;
}

.block-category-nav .list .title {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 10px;
}

.block-category-nav .list .title.active a {
    color: var(--theme-color);
}

.block-category-nav .list .title span {
    cursor: pointer;
}

.block-category-nav .list .title.active span:before {
    content: "\e662";
    color: var(--theme-color);
}

.block-category-nav .list .title i:before {
    color: #333;
}

.block-category-nav .list .title span:hover i:before {
    color: var(--theme-color);
}

.block-category-nav .list ul {
    padding-left: 10px;
    display: none;
}

.block-category-nav .list ul.active {
    display: block;
}

.block-category-nav .list ul li {
    margin-top: 10px;
}

.block-category-nav .list .level-3 {
    margin-bottom: 20px;
}

.block .block-content ol li {
    margin-top: 10px;
}

.block .block-content ol li:first-child {
    margin-top: 0;
}

.block-layered-nav .currently .btn-remove i:hover:before,
.block .block-content ol li:hover,
.block-layered-nav dt i:hover:before {
    color: var(--theme-color);
    cursor: pointer;
}

.block-layered-nav .currently ol {
    padding: 15px 0;
}

.block-layered-nav .currently li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 10px;
    color: var(--theme-color);
}

.block-layered-nav .currently .label {
    text-transform: uppercase;
}

.block-layered-nav .currently .value {
    margin-left: 4px;
}

.block-layered-nav .currently .btn-remove {
    margin-left: auto;
}

.block-layered-nav .currently .btn-remove i:before {
    color: #333;
}

.block-layered-nav .actions a {
    color: var(--theme-color);
    text-transform: capitalize;
}

.price-filter-slider {
    display: flex;
    align-items: center;
}

.price-filter-slider .price {
    width: 60px;
    height: 34px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin: 0 6px;
}

.price-filter-slider .go {
    width: 50px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    background-color: var(--theme-color);
    border: 0;
    color: #fff;
    padding: 0 10px;
}

.block-account ul li {
    padding: 10px 4px 10px 18px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.block-account ul li.active,
.block-account ul li a:hover {
    color: var(--theme-color);
}

.block-account ul li:before,
.block-account ul a:before {
    content: "\e766";
    font-family: "iconfont";
    position: absolute;
    left: 3px;
}

.block-account ul li a {
    color: #666;
    font-weight: 600;
    text-decoration: none;
}

/* common */
.main-container {
    padding: 0 0 40px;
    min-height: 400px;
}

.no-scroll {
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.bg-color {
    background: #f9f9f9;
}

.price-box {
    margin-top: 10px;
}

.price-box .price-label {
    display: none;
}

.special-price .price {
    font-family: "oswald";
    font-size: 16px;
    color: #ee2d43;
}

.old-price {
    margin-left: 10px;
}

.old-price .price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    font-family: "oswald";
}

.product-options {
    margin-top: 15px;
    position: relative;
}

.product-options dl {
    margin-bottom: 10px;
}

.product-options dt {
    position: relative;
    margin-bottom: 5px;
    font-weight: 400;
}

.product-options dt label {
    color: #333;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-right: 2px;
    display: none;
}

.product-options dt label span {
    font-weight: 700;
    margin-left: 5px;
}

.product-options ul {
    display: flex;
    flex-wrap: wrap;
}

.product-options li {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 6px;
    border: 1px solid #cccccc;
}

.product-options li.selected {
    border: 1px solid var(--theme-color);
    background: #0fb37e;
    color: #fff;
}

.product-options li span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #fff;
}

.product-options li.no-stock {
    pointer-events: none;
    border: 1px dashed #ccc !important;
}

.product-options li.no-stock span {
    color: #999;
}

.item-options {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.item-options dt,
.item-options dd {
    color: #999;
    font-weight: 100;
}

.item-options dd {
    margin-left: 10px;
}

.qty-box {
    display: flex;
    border: 1px solid #e5e5e5;
}

.qty-box button {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border: none;
    background: none;
}

.qty-box .qty_inc {
    border-left: 1px solid #e5e5e5;
}

.qty-box .qty_dec {
    border-right: 1px solid #e5e5e5;
}

.qty-box .qty {
    width: 50px;
    height: 40px;
    text-align: center;
    color: #333;
    padding: 0;
    border: none;
    font-size: 14px;
}

.btn-cart,
.btn-checkout {
    width: 160px;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-cart {
    color: #fff;
    background-color: var(--theme-color);
}

.btn-cart i:before {
    color: #fff;
}

.buynow {
    background-color: #fff;
    border: 1px solid var(--theme-color);
}

.btn-cart button,
.btn-checkout button,
.buynow button {
    color: #fff;
    border: none;
    background: none;
    padding: 0 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-checkout {
    background-color: #fff;
    border: 1px solid var(--theme-color);
}

.btn-checkout button,
.buynow button {
    color: var(--theme-color);
}

.select-btn {
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 5px;
}

.select-btn input {
    margin: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.select-btn span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    color: #fff;
    text-align: center;
    line-height: 18px;
    background: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.select-btn input:checked+span {
    background: #62b959;
    border: none;
}

.swiper-wrapper img[src=""],
.swiper-wrapper img:not([src]) {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.swiper-container:hover .arrow-left,
.swiper-container:hover .button-next {
    display: block;
    text-decoration: none;
}

.lazyload,
.lazyloading {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.lazyloaded {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.rating-box {
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.rating-box:before {
    color: #c7c7c7;
    font-family: "iconfont";
    content: "\e6db" "\e6db" "\e6db" "\e6db" "\e6db";
    letter-spacing: 0;
}

.rating-box .rating {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-box .rating:before {
    color: #fbd763;
    font-family: "iconfont";
    content: "\e6db" "\e6db" "\e6db" "\e6db" "\e6db";
    letter-spacing: 0;
}

.ratings .rating-box {
    display: inline-block;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius)
}

/*breadcrumbs */
.breadcrumbs {
    width: 100%;
    height: 18px;
    margin: 10px 0;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumbs::-webkit-scrollbar {
    display: none !important;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #999;
}

.breadcrumbs i {
    width: 12px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

/*----------- 分页 ------------*/
.pager {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pager .page {
    width: auto;
    height: auto;
}

.pager .page ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pager .page li {
    margin-top: 10px;
    margin-right: 10px;
}

.pager .page li a,
.pager .page li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.pager .page li.active a,
.pager .page li.active span,
.pager .page li:hover a,
.pager .page li:hover span {
    background: var(--theme-color);
    color: #fff;
}

.pager .go-page {
    width: auto;
    height: 40px;
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.pager .go-page .num {
    width: 80px;
    height: 40px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px;
    margin: 0 0 0 5px;
}

.pager .go-page .go-btn {
    width: 60px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    border: none;
    background: #282d3b;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.pager .go-page .go-btn:hover {
    background: var(--theme-color);
}

/*swiper button*/
.swiper-button-prev.button-prev,
.swiper-button-next.button-next {
    width: 36px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.swiper-button-prev.button-prev {
    left: 0;
}

.swiper-button-next.button-next {
    right: 0;
}

.swiper-button-prev.button-prev:after,
.swiper-button-next.button-next:after {
    font-size: 24px;
    color: #666;
}

.swiper-button-prev.button-prev:hover:after,
.swiper-button-next.button-next:hover:after {
    color: var(--theme-color);
}

/* age check */
.agecheck {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 50;
    justify-content: center;
    align-items: center;
}

.agecheck.active {
    display: flex;
}

.agecheck .inner {
    width: 300px;
    height: auto;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.agecheck .image {
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    background-color: #00a598;
    background-size: cover;
    background-position: center;
}

.agecheck .image img {
    width: auto;
    height: 54px;
}

.agecheck .info {
    padding: 20px 10px;
    text-align: left;
}

.agecheck .info p a {
    color: #00a598;
}

.age-confirm {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

.age-no,
.age-yes {
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.age-yes {
    background: #00a598;
    margin-left: 10px;
}

.age-no {
    background: #a2a2a2;
}

.agecheck .tips {
    color: #00a598;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

/*-------------- header ------------*/
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.global-site-notice .notice-inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

.site-warning {
    width: 100%;
    height: auto;
    line-height: 20px;
    text-align: center;
    color: #333;
    margin-bottom: 0;
    font-weight: bold;
    padding: 5px;
}

.m-topbanner {
    height: calc(50vw / 3.75);
    height: -moz-calc(50vw / 3.75);
    height: -webkit-calc(50vw / 3.75);
    height: -ms-calc(50vw / 3.75);
}

.topbanner img {
    width: 100%;
    height: auto;
}

.site-currency{
    height: auto !important;
}

.site-currency .drop-down{
    right: 0 !important;
}

.site-currency .currency-active {
    display: flex;
    align-items: center;
    gap: 0 5px;
    border: 1px solid #999;
    padding: 6px 16px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.site-currency .currency-active span,
.currency-list .flag,
.site-currency .flag {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.site-currency .currency-active svg,
.currency-list svg,
.site-currency svg {
    width: 18px;
    height: 18px;
}

.currency-list .flag{
    margin-left: 10px;
}

.currency-list .title span{
    display: flex;
    align-items: center;
}

.currency-list .title p {
    line-height: 1;
    margin-left: 5px;
}

#google_translate_element {
    width: 180px;
    margin: 0 16px;
}

.goog-te-gadget-simple {
    width: 180px;
    height: 32px;
    line-height: 30px;
    padding: 0 !important;
}

.site-header {
    width: 100%;
    height: fit-content !important;
    background: #fff;
}

.header-fixed {
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

.header-fixed .promotion-bar {
    display: none !important;
}

.header {
    padding: 10px 0;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-left {
    display: flex;
    align-items: center;
}

.header .logo {
    width: 140px;
}

.header .logo img {
    width: 100%;
    height: auto;
}

.header .search-area {
    position: relative;
}

.header .form-search {
    width: 100%;
    padding-right: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.header .form-search input {
    width: 100%;
    height: 38px;
    background-color: transparent;
    padding: 10px 15px;
    margin: 0;
    border: none;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
}

.header .form-search .button {
    width: 50px;
    height: 38px;
    color: #333;
    background-color: transparent;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.header .form-search i {
    font-size: 24px;
    color: #999;
}

.hot-search {
    width: 100%;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
}

.hot-search ul {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 10px;
}

.hot-search ul li:first-child {
    padding-left: 0;
}

.hot-search ul li {
    float: left;
    padding: 0 6px;
    border-right: 1px solid #fff;
}

.hot-search ul li a {
    text-decoration: none;
    cursor: pointer;
    color: #999;
    font-size: 12px;
}

.header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.header .header-right>div {
    width: auto;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.header .menu-icon {
    margin-left: 0;
}

.header .menu-icon i {
    font-size: 34px;
    color: var(--theme-color);
}

.header .search-icon i {
    font-size: 34px;
    color: var(--theme-color);
}

.header-account>a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.header-account>a .icon {
    font-size: 34px;
    color: var(--theme-color);
}

.header-account .drop-down,
.site-currency .drop-down {
    width: 140px;
    text-align: left;
    background: #fff !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid var(--border-color);
    border-top: none;
    right: -60px;
    position: absolute;
    background: #fff;
    top: 38px;
    z-index: 6;
    padding: 15px;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .26)
}

.header-account li,
.site-currency li {
    line-height: 26px;
    margin-top: 6px
}

.header-account li a,
.site-currency li a {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    text-decoration: none;
    display: block
}

.header-account .header-login-name {
    width: 100%;
    height: auto;
    color: #ea3903;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px
}

.header-account .header-login a {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    text-decoration: none;
    display: block;
    background: var(--theme-color);
    text-align: center;
}

.header-account .header-login a:hover {
    color: #fff !important
}

.site-header .cart-area .title {
    border-right: 1px solid #ccc;
    padding-right: 20px;
    color: #999;
}

.promotion-timer {
    padding: 2px 0 6px;
    text-align: center;
    background: linear-gradient(to bottom, #f72768, #ffae65);
    color: #fff;
}

.promotion-timer .title {
    font-weight: bold;
    font-size: 18px;
}

.promotion-timer .time-list {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    color: #fff;
    gap: 0 10px;
}

.promotion-timer .time-list li {
    width: 66px;
    height: auto;
    padding: 3px 0;
    text-align: center;
    background: #3f3f3f;
    color: #ffae65;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.promotion-timer .top-time {
    font-weight: bold;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
}

.mini-cart {
    z-index: 16;
}

.mini-cart,
.mini-cart .my-bag {
    position: relative;
    cursor: pointer;
}

.mini-cart .my-bag {
    padding-right: 12px;
}

.mini-cart .my-bag:after {
    content: "\e79c";
    font-family: "iconfont";
    position: absolute;
    top: 18px;
    right: 0;
    font-weight: 600;
    color: var(--theme-color);
}

.mini-cart .my-bag i {
    font-size: 34px;
    color: var(--theme-color);
}

.mini-cart .cart-qty {
    display: block;
    width: auto;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 14px;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.mini-cart .minicart-inner {
    display: none;
    width: 300px;
    padding: 10px 0;
    position: absolute;
    right: -130px;
    top: 38px;
    background-color: #fff;
    border-width: 6px 0 0;
    border-style: solid;
    border-radius: 8px 8px 5px 5px;
    color: var(--theme-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.mini-cart .minicart-inner:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    display: block;
    right: 152px;
    top: -25px;
    border-bottom-color: var(--theme-color);
}

.mini-cart:hover .minicart-inner {
    display: block;
}

.mini-cart .cart-empty {
    padding: 20px 10px;
}

.mini-cart .log-in {
    margin-top: 10px;
}

.mini-cart .cart-empty a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: var(--theme-color);
    text-align: center;
    color: #fff;
}

.mini-cart .loading {
    display: flex;
    justify-content: center;
}

.mini-cart .list {
    max-height: 272px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 15px;
}

.mini-cart .list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.mini-cart .list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}

.mini-cart .item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    display: flex;
}

.mini-cart .item .product-image {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.mini-cart .item .product-image img {
    width: 100%;
    height: auto;
}

.mini-cart .item .info {
    flex: 1;
}

.mini-cart .item .qty-price {
    margin-top: 5px;
    font-size: 14px;
    color: #696969;
    font-family: "oswald";
}

.mini-cart .item .btn-remove {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: -4px;
    top: 2px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    font-size: 14px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.mini-cart .totals {
    margin-top: 15px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.mini-cart .totals .label {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #474747;
}

.mini-cart .totals .price-total {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #474747;
    font-family: "oswald";
}

.mini-cart .actions {
    padding: 0 15px;
    margin-top: 15px;
}

.mini-cart .actions a,
.mini-cart .actions button {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 42px;
    color: #fff;
    background-color: #010204;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0;
    text-align: center;
}

.m-search {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 21;
    background: #fff;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.m-search.active {
    transform: translate(-100%);
    -moz-transform: translate(-100%);
    -o-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%);
}

.m-search .form-search {
    display: flex;
    align-items: center;
    background: var(--theme-color);
    padding: 10px 10px 10px 0;
    position: relative;
}

.m-search .form-search .back {
    width: 44px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.m-search .form-search .back i {
    font-size: 26px;
    color: #fff;
}

.m-search .form-search-center {
    flex: 1;
    height: auto;
    position: relative;
}

.m-search .form-search-center input {
    width: 100%;
    height: 34px;
    text-shadow: none;
    padding: 0 5px;
    border: 1px solid #fff;
}

.m-search .form-search-center .button {
    width: 40px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.m-search .form-search-center .button i {
    font-size: 24px;
    color: #333;
}

.m-search form {
    height: 100%;
}

.m-hot-search {
    padding: 10px 0;
    overflow-y: scroll;
    height: calc(100% - 54px);
}

.m-hot-search .search-list {
    height: auto;
    margin-top: 10px;
    overflow: hidden;
}

.m-hot-search .search-list li.popular-search p {
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    line-height: 26px;
}

.m-hot-search .search-list li.popular-search p span {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 700;
    float: left;
}

.m-hot-search .search-list li:not(.popular-search) {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 8px 12px 0;
    background-color: #ebebeb;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 12px;
}

.m-hot-search .search-list li:not(.popular-search) a {
    color: #363636;
}

.hot-topics {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.hot-topics .title {
    text-align: left;
    overflow: hidden;
    line-height: 26px;
}

.hot-topics .title span {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 700;
    float: left;
}

.hot-topics .title i {
    font-size: 36px;
    color: #ee2d43;
    float: left;
}

.hot-topics .bar {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #161b40;
    text-align: center;
    margin-top: 10px;
}

.hot-topics .bar a {
    font-size: 14px;
    color: #fff;
}

.promotion-banner li {
    width: 100%;
    height: 28.53vw;
    text-align: center;
    margin-top: 10px;
}

.search-banner {
    margin-top: 10px;
}

.search-banner ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 5px;
}

.search-banner li {
    width: calc(calc(100% - 10px) / 2);
    width: -moz-calc(calc(100% - 10px) / 2);
    width: -webkit-calc(calc(100% - 10px) / 2);
    width: -ms-calc(calc(100% - 10px) / 2);
    height: 28.53vw;
}

/* nav */
.accordion-nav .level-1 .title {
    height: 44px;
    line-height: 44px;
    position: relative;
}

.accordion-nav .level-1 .title span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.accordion-nav label {
    width: auto;
    height: 18px;
    line-height: 14px;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
    background-color: #eb2771;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.accordion-nav .level-1 .title label:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}

.accordion-nav .sub-title {
    font-weight: 700;
}

.accordion-nav .product-type-1,
.accordion-nav .banner-type-4 {
    width: 100%;
    height: auto;
}

.accordion-nav .product-type-1 ul,
.accordion-nav .banner-type-4 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.accordion-nav .banner-type-4 li,
.accordion-nav .product-type-1 li {
    width: calc(calc(100% - 10px) / 2);
    width: -moz-calc(calc(100% - 10px) / 2);
    width: -webkit-calc(calc(100% - 10px) / 2);
    width: -ms-calc(calc(100% - 10px) / 2);
    padding: 0 !important;
    position: relative;
}

.accordion-nav .banner-type-4 li p {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.accordion-nav .banner-type-4 li span {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #333;
}

.accordion-nav .product-item .inner {
    box-shadow: none !important;
}

.nav-icons {
    background-color: #fff;
    padding: 10px 0;
}

.nav-icons ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-icons li {
    text-align: center;
}

.nav-icons p {
    margin-top: 10px;
    color: #333;
}

.nav-icons img {
    width: 50px;
    height: 50px;
    background: #f0f0ed;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.promotion-bar {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: var(--theme-color);
}

.promotion-bar a {
    color: #fff !important;
    font-weight: bold;
}

/* footer */
.site-footer {
    padding: 20px 0 10px;
    background: #272723;
    color: #a8a8a8;
}

.site-footer a {
    color: #a8a8a8;
}

.site-footer .title {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-newsletter .newsletter-inner {
    width: 100%;
    max-width: 375px;
    position: relative;
    margin-top: 10px;
}

.footer-newsletter input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 110px 0 10px;
    color: #333;
    font-size: 14px;
    background: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.footer-newsletter button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: var(--theme-color);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.footer-newsletter .error,
.footer-newsletter .success {
    font-weight: 100;
    margin-top: 5px;
}

.footer-link {
    margin-top: 10px;
}

.footer-link .sub-title {
    font-weight: 600;
    color: #fff;
}

.footer-link ul li {
    margin-top: 10px;
}

.site-footer .info {
    margin-top: 20px;
}

.site-footer .working-time {
    color: #fff;
    margin: 20px 0 5px;
    text-align: center;
}

.copyrights {
    color: #a8a8a8;
    text-align: center;
}

.back-top {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 5px;
    bottom: 70px;
    z-index: 12;
    background: #404040;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.back-top i {
    font-size: 18px;
    color: #fff;
}

.back-top:hover {
    background: var(--theme-color);
}

/* product item */
.category-products ul {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    position: relative;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.product-item .inner {
    position: relative;
    padding: 10px 10px 15px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.product-item .site-sign {
    display: inline-block;
    width: 70px;
    height: 20px;
    background: url("/default/images/logo.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
}

.product-item .product-label {
    display: inline-block;
    width: 50px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
}

.product-item .product-label img {
    width: 100%;
    height: auto;
}

.product-item .quickview-icon {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 6px 10px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: 0.1s all;
    background-color: #2b2b2d;
    border-radius: 0 5px;
    -webkit-border-radius: 0 5px;
    -moz-border-radius: 0 5px;
    -ms-border-radius: 0 5px;
    -o-border-radius: 0 5px;
}

.product-item:hover .quickview-icon {
    opacity: 1;
    visibility: visible;
}

.product-item .quickview-icon span {
    margin-left: 2px;
}

.product-item .product-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.product-item .product-name {
    margin: 10px 0 0;
    text-align: center;
    overflow: hidden;
    height: 36px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

.product-item .product-name a {
    color: #0e2f40;
}

.product-item .price-box {
    position: relative;
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.product-item .add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #6f6e6c;
    background: #f4f4f4;
    padding: 0 20px;
    cursor: pointer;
}

.product-item .add-to-cart i {
    color: #6f6e6c;
}

.product-item .add-to-cart span {
    color: #6f6e6c;
    text-transform: uppercase;
    font-weight: 600;
}

.product-item:hover .add-to-cart {
    background: #2b2b2d;
}

.product-item:hover .add-to-cart i:before,
.product-item:hover .add-to-cart span {
    color: #fff;
}

/* cart popup */
.cart-popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 40;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}

.cart-popup {
    width: 300px;
    height: auto;
    background: #fff;
    text-align: left;
    padding: 30px 10px 20px;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.cart-popup .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}

.cart-popup .close i {
    font-size: 20px;
    color: #999;
}

.cart-popup .close:hover i {
    color: #1f7bff;
}

.cart-popup .main-image {
    width: 30%;
    height: auto;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.cart-popup .product-name {
    font-size: 14px;
    font-weight: 700;
}

.cart-popup .availability,
.cart-popup .price-box {
    margin-top: 10px;
}

.cart-popup .price-box {
    display: flex;
    align-items: baseline;
}

.cart-popup .availability span {
    margin-left: 10px;
}

.cart-popup .options-scroll {
    max-height: 280px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.cart-popup-attributes {
    max-height: 320px;
    overflow-y: auto;
}

.cart-popup .add-qty {
    display: flex;
}

.cart-popup-operate {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 15px;
}

.add-result-popup {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 30;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.result-success {
    width: 300px;
    height: auto;
    background: #fff;
    position: relative;
    padding: 40px 10px 30px;
    border-top: 4px solid var(--theme-color);
}

.add-result-popup .close {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.add-result-popup .close i {
    font-size: 20px;
    color: #999;
}

.add-result-popup p {
    text-align: center;
    font-size: 14px;
}

.add-result-popup .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.add-result-popup .button {
    width: 126px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: var(--theme-color);
    color: #fff;
    font-size: 14px;
}

.add-result-popup .button a {
    color: #fff;
    font-size: 14px;
}

.result-success .view-cart {
    margin-right: 10px;
}

/* contact popup */
.contact-popup-btn {
    width: 40px;
    height: 40px;
    z-index: 12;
    position: fixed;
    right: 5px;
    bottom: 130px;
    background: #0fb37e;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.contact-popup-btn i {
    font-size: 22px;
    color: #fff;
}

.contact-popup {
    display: none;
    z-index: 200;
    position: relative;
}

.contact-popup .info {
    background: #fff;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.contact-popup .title {
    width: 100%;
    height: auto;
    display: flex;
}

.contact-popup .title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #0fb37e;
}

.contact-popup .title span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.contact-popup .title .close {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.contact-popup .title svg {
    width: 26px;
    height: 26px;
    background: #0fb37e !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    margin: 12px 0 0;
}

.contact-popup .form-info {
    padding: 20px;
    position: relative;
}

.contact-popup .chat-btn {
    text-align: left;
    margin-top: 10px;
}

.contact-popup .chat-btn button {
    width: 100%;
    height: 40px;
    background: #0fb37e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.contact-popup .form-info .msg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 30px 20px;
    text-align: left;
}

.contact-popup .form-info .msg.active {
    display: block;
}

/* sale pop */
.sale-pop {
    position: fixed;
    z-index: 50;
    opacity: 0;
}

.sale-pop.show {
    opacity: 1;
}

.sale-pop.hide {
    opacity: 0;
}

.sale-pop li {
    width: 100%;
    height: auto;
    display: flex;
    background: #f8f8f8;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.sale-pop li .image {
    flex: 0 0 auto;
    height: auto;
    display: flex;
    align-items: center;
}

.sale-pop li .info {
    background: #0fb37e;
    background: linear-gradient(to right, #67b26f, #4ca2cd);
    background: -webkit-linear-gradient(to right, #67b26f, #4ca2cd);
}

.sale-pop li .info a {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}

.sale-pop li .info p {
    color: #fff;
}

.sale-pop li .action {
    font-size: 14px;
    line-height: 18px;
}

.sale-pop li .title {
    margin-top: 4px;
    text-transform: uppercase;
}

.sale-pop li .time {
    font-size: 12px;
    margin-top: 5px;
}

.sale-pop .close {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    z-index: 10;
}

.sale-pop .close i {
    font-size: 22px;
    color: #fff;
}

.sale-pop .close:hover i {
    color: #ee2d43;
}

/*----------- 订阅弹窗 -------------*/
.newsletter-popup {
    margin: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 48;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.newsletter-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-popup .inner {
    width: 95%;
    height: auto;
    background: #fff;
    box-shadow: 5px 5px 22px #666;
    position: relative;
}

.newsletter-popup .inner .info {
    padding: 30px;
}

.newsletter-popup h3 {
    color: #000;
    text-align: center;
    margin: 0;
}

.newsletter-input {
    width: 100%;
    height: auto;
    margin: 5px 0 0;
    display: flex;
}

.newsletter-input .newsletter-email {
    flex: 1;
    height: 44px;
    background-color: #fff;
    color: #686865;
    border: none;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 30px 0 0 30px !important;
    -webkit-border-radius: 30px 0 0 30px !important;
    -moz-border-radius: 30px 0 0 30px !important;
    -ms-border-radius: 30px 0 0 30px !important;
    -o-border-radius: 30px 0 0 30px !important;
}

.newsletter-input button {
    width: 120px;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    text-transform: uppercase;
    border: none;
    border-radius: 0 30px 30px 0 !important;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

.newsletter-information {
    font-size: 14px;
    margin: 10px 0 0;
    color: #666;
}

.newsletter-popup-hide {
    margin: 5px 0 0;
    display: flex;
    align-items: center;
}

.newsletter-popup-hide input {
    cursor: pointer;
}

.newsletter-close {
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
}

.newsletter-close i {
    font-size: 22px;
    color: #000;
}

.newsletter-box .newsletter-error,
.newsletter-box .newsletter-success {
    margin: 5px 0 0;
    font-size: 14px;
    padding-left: 10px;
    display: none;
}

.newsletter-box .newsletter-error {
    color: #ee2d43;
}

.newsletter-box .newsletter-success {
    color: green;
}

.tab-track-list {
    display: none;
}

.tab-track .tab {
    margin: 0 10px 20px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.tab-track .tab.active {
    background: var(--theme-color);
    color: #fff;
    border: none
}

.tab-track-list .tab-content {
    display: none;
}

.tab-track-list .tab-content.active {
    display: block;
}

.product-second-menu {
    display: none;
}

/* coupons copy */
.coupons-copy-success {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}

.coupons-copy-success.active {
    display: flex;
}

.coupons-copy-success .box {
    width: 300px;
    height: auto;
    background: #fff;
    padding: 40px 10px;
    animation: itemnotice 0.5s;
    -webkit-animation: itemnotice 0.5s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.coupons-copy-success span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid var(--theme-color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.coupons-copy-success span i {
    font-size: 30px;
    color: var(--theme-color);
}

.coupons-copy-success p {
    margin: 15px auto 0;
    text-align: center;
    color: #333;
}

.get-product-more.btn-checkout {
    position: absolute;
    right: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.newsletter-click  {
    display: none;
    position: fixed;
    right: 12px;
    bottom: 120px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #b6ff00, #7dff4d);
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 10px;
    border-radius: 999px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(182,255,0,0.4);
    z-index: 10;
}
.discount-badge{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
}
/* 光影扫过效果 */
.discount-badge::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40px;
  height: 200%;
  background: rgba(255,255,255,0.6);
  transform: rotate(25deg);
  animation: shine 2.8s infinite;
}

/* 呼吸光晕 */
.discount-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(182,255,0,0.6);
  animation: glow 1.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shine {
  0% { left: -80%; }
  60% { left: 120%; }
  100% { left: 120%; }
}

@keyframes glow {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}


.newsletter-click.active {
     display: flex;
}

.newsletter-click .close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.newsletter-click .close i {
    font-size: 16px;
    color: #fff;
}
/* .newsletter-click .img{
    width: 140px;
    height: 44px;
    color: #FFF;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    background: #b1cf00;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
} */

.newsletter-click .close:hover {
    background: #b1cf00;
}

@media (max-width: 991px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .header #search_mini_form {
        display: none;
    }

    .header #search_mini_form.active {
        display: block;
    }

    .header .form-search {
        width: 280px;
        position: absolute;
        top: 16px;
        left: -98px;
        z-index: 9;
        background: #fff;
    }

    .mini-cart.active .minicart-inner {
        display: block;
    }

    .nav-layer {
        width: 100%;
        height: 100%;
        z-index: 21;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
    }

    .main-nav.active .nav-layer {
        display: block;
    }

    .nav-full {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        z-index: 22;
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -ms-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
    }

    .main-nav.active .nav-full {
        transform: translate(100%);
        -moz-transform: translate(100%);
        -o-transform: translate(100%);
        -ms-transform: translate(100%);
        -webkit-transform: translate(100%);
    }

    .nav-scroll {
        width: calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        width: -ms-calc(100% - 60px);
        height: 100%;
        background-color: var(--theme-color);
        padding: 44px 10px 20px;
        position: relative;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .accordion-nav {
        border-top: 1px solid #65b59b;
    }

    .accordion-nav .level-1 {
        border-bottom: 1px solid #65b59b;
    }

    .accordion-nav .level-1 .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .accordion-nav .level-1 .title span {
        font-size: 14px;
    }

    .accordion-nav .level-1 .title p {
        font-weight: 100;
        font-size: 14px;
    }

    .accordion-nav .level-1 .title i {
        display: inline-block;
        width: 44px;
        text-align: center;
        color: #fff;
    }

    .accordion-nav .level-1 .title label {
        margin-left: 2px;
    }

    .accordion-nav .level-1 .title label:after {
        left: -8px;
        bottom: 5px;
        border-right-color: #eb2771;
    }

    .accordion-nav .level-1.active i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
    }

    .accordion-nav .level-1.active i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
    }

    .accordion-nav .sub-nav {
        display: none;
        overflow: hidden;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .accordion-nav .level-1.active .sub-nav {
        display: block;
    }

    .accordion-nav .sub-nav li {
        padding: 8px 0;
    }

    .accordion-nav .sub-nav li a {
        color: #fff;
    }

    .accordion-nav .product-type-1 li a {
        color: #0e2f40;
    }

    .main-nav .close {
        width: 44px;
        height: 44px;
        line-height: 42px;
        position: absolute;
        top: 0;
        left: -moz-calc(100% - 104px);
        left: -webkit-calc(100% - 104px);
        left: -ms-calc(100% - 104px);
        z-index: 9;
        color: #fff;
        text-align: center;
    }

    .main-nav .close {
        font-size: 16px;
    }

    .fix-logo,
    .fix-mini-cart {
        display: none !important;
    }

    .contact-popup.active {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        left: 0;
    }

    .contact-popup .info {
        width: 90%;
        max-width: 340px;
    }

    .cart-popup .info-top {
        display: flex;
        align-items: center;
    }

    .cart-popup .info-right {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .footer-link .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
        border-bottom: 1px solid #a8a8a8;
    }

    .footer-link .list {
        margin-top: 15px;
    }

    .footer-link ul {
        display: none;
    }

    .footer-link .list.active ul {
        display: block;
    }

    .footer-link .list.active i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
    }

    .newsletter-popup .inner .info {
        padding: 15px;
    }

    .sale-pop {
        width: 96%;
        max-height: 102px;
        top: -100px;
        bottom: 80px;
        left: 2%;
        transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
        -webkit-transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
        -moz-transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
        -ms-transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
        -o-transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
    }

    .sale-pop.show {
        top: 5px;
    }

    .sale-pop.hide {
        top: -100px;
    }

    .sale-pop li .image {
        width: 90px;
    }

    .sale-pop li img {
        width: 90px;
        height: auto;
    }

    .sale-pop li .info {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        width: -ms-calc(100% - 90px);
        padding: 10px 30px 10px 10px;
    }

    .sale-pop li .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .promotion-timer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .promotion-timer .time-list {
        order: 2;
    }

    .promotion-timer .code-list {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: center;
    }

    .promotion-timer .code-list li span {
        padding: 0 5px;
    }
}

@media (max-width: 575px) {
    .m-search>form>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .product-item {
        padding: 6px 5px;
    }

    .footer-link .block-content {
        display: none;
    }

    .footer-link.active .block-content {
        display: block;
    }

    .footer-link .block-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-link .block-title i:before {
        color: #fff;
    }

    .footer-link.active .block-title i:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
}

@media (min-width: 375px) {
    .cart-popup {
        width: 340px;
    }

    .newsletter-popup .inner {
        width: 370px;
    }
}

@media (min-width: 576px) {
    .header .logo {
        width: 180px;
    }

    .promotion-banner li {
        height: 156px;
    }

    .search-banner li {
        height: 158px;
    }

    .cart-popup {
        width: 500px;
    }

    .cart-popup .main-image {
        width: 20%;
        padding: 10px;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .nav-icons ul {
        max-width: 80%;
        margin: 0 auto;
    }

    .promotion-banner li {
        height: 210px;
    }

    .search-banner li {
        height: 213px;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    .footer-bottom .row {
        align-items: center;
    }

    .agecheck .inner {
        width: 460px;
        height: auto;
    }

    .agecheck .image {
        padding: 42px 0;
    }

    .agecheck .question {
        font-size: 16px;
    }

    .age-confirm {
        margin-top: 30px;
    }

    .age-no,
    .age-yes {
        width: 180px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }

    .age-yes {
        margin-left: 20px;
    }

    .agecheck .info {
        font-size: 14px;
        padding: 30px 20px;
    }

    .cart-popup {
        width: 540px;
        padding: 30px 20px 20px;
    }

    .cart-popup-attributes {
        max-height: 400px;
    }

    .result-success {
        width: 400px;
        padding: 50px 10px 30px;
    }

    .add-result-popup .button {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .add-result-popup .btn-box {
        margin-top: 30px;
    }


    .newsletter-popup .inner {
        width: 460px;
    }

    .sale-pop {
        width: 350px;
        height: auto;
        left: -350px;
        bottom: 80px;
        transition: left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
        -webkit-transition: left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
        -moz-transition: left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
        -ms-transition: left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
        -o-transition: left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
    }

    .sale-pop.show {
        left: 5px;
    }

    .sale-pop.hide {
        left: -350px;
    }

    .sale-pop li {
        width: 350px;
    }

    .sale-pop li .image {
        width: 128px;
    }

    .sale-pop li img {
        width: 128px;
        height: auto;
    }

    .sale-pop li .info {
        width: calc(100% - 128px);
        width: -moz-calc(100% - 128px);
        width: -webkit-calc(100% - 128px);
        width: -ms-calc(100% - 128px);
        padding: 30px 10px 10px;
    }

    .sale-pop li .title {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
        text-align: left;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .promotion-timer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0 10px;
        padding: 2px 0 5px;
        cursor: pointer;
    }

    .promotion-timer .time-list {
        gap: 0 5px;
    }

    .promotion-timer .code-list li {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .header .logo span {
        width: 100px;
        top: -54px;
        left: 50px;

        transform: rotate(-18deg);
        -webkit-transform: rotate(-18deg);
        -moz-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        -o-transform: rotate(-18deg);
    }

    .form-wrap h2,
    #form-validate h2 {
        margin-bottom: 20px;
    }

    .breadcrumbs {
        height: 22px;
    }

    .breadcrumbs a {
        height: 22px;
    }

    .breadcrumbs i {
        width: 20px;
        height: 22px;
        line-height: 24px;
        padding: 0 4px;
    }

    .breadcrumbs a:hover {
        color: #1f7bff;
    }

    .header {
        padding: 20px 0;
    }

    .header .search-area {
        width: 450px;
        margin-left: 40px;
    }

    .header .header-right{
        gap: 20px;
    }

    .header-account:hover .drop-down,
    .site-currency:hover .drop-down {
        display: block !important;
    }

    .header-account>a .icon {
        font-size: 40px;
    }


    .mini-cart {
        margin-left: 0;
    }

    .mini-cart .cart-qty {
        top: 12px;
        left: 16px;
    }

    .mini-cart .my-bag i {
        font-size: 40px;
    }

    /* nav */
    .main-nav {
        background: #f0f0ed;
    }

    .accordion-nav {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .accordion-nav .level-1 {
        flex: 1;
    }

    .accordion-nav .level-1 .title a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .accordion-nav .level-1 .title a i {
        display: inline-block !important;
        color: var(--theme-color);
    }

    .accordion-nav .level-1:hover .has-sub-nav i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
    }

    .accordion-nav .level-1 .title span {
        color: var(--theme-color);
    }

    .accordion-nav .level-1 .title label {
        position: absolute;
        top: -4px;
        left: 36%;
    }

    .accordion-nav .level-1 .title label:after {
        left: 12px;
        bottom: -8px;
        border-top-color: #eb2771;
    }

    .accordion-nav .level-1:hover .title {
        background: var(--theme-color);
    }

    .accordion-nav .level-1:hover .title span,
    .accordion-nav .level-1:hover .title i {
        color: #fff;
    }

    .accordion-nav .sub-nav {
        display: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: 44px;
        left: 0;
        z-index: 30;
        background: #fff;
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        -webkit-transform: none;
        transform: none;
        gap: 0 60px;
        padding: 30px;
        justify-content: center;
    }

    .accordion-nav .level-1:hover .sub-nav {
        display: flex;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .accordion-nav .nav-list {
        display: flex;
        gap: 0 40px;
    }

    .accordion-nav .top-spacing {
        margin-top: 30px;
    }

    .accordion-nav .nav-list .title {
        font-size: 16px;
        margin-top: 0 !important;
    }

    .accordion-nav .nav-list li {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    .accordion-nav .nav-list li i {
        line-height: 18px;
    }

    .accordion-nav .banner-type-1 {
        width: 570px;
        height: auto;
    }

    .accordion-nav .banner-type-1 li {
        margin-top: 20px;
    }

    .accordion-nav .banner-type-1 li:first-child {
        margin-top: 0 !important;
    }

    .accordion-nav .banner-type-2 {
        width: 590px;
        height: auto;
    }

    .accordion-nav .banner-type-2 ul,
    .accordion-nav .banner-type-4 ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .accordion-nav .banner-type-2 li {
        width: calc(calc(100% - 20px) / 2);
        width: -moz-calc(calc(100% - 20px) / 2);
        width: -webkit-calc(calc(100% - 20px) / 2);
        width: -ms-calc(calc(100% - 20px) / 2);
    }

    .accordion-nav .banner-type-2 li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .accordion-nav .banner-type-3 {
        width: 895px;
    }

    .accordion-nav .banner-type-3 li {
        width: calc(calc(100% - 40px) / 3);
        width: -moz-calc(calc(100% - 40px) / 3);
        width: -webkit-calc(calc(100% - 40px) / 3);
        width: -ms-calc(calc(100% - 40px) / 3);
    }

    .accordion-nav .banner-type-4 li {
        width: calc(calc(100% - 80px) / 5);
        width: -moz-calc(calc(100% - 80px) / 5);
        width: -webkit-calc(calc(100% - 80px) / 5);
        width: -ms-calc(calc(100% - 80px) / 5);
    }

    .accordion-nav .nav-banner li p {
        text-align: center;
        margin-top: 10px;
        font-size: 16px;
        color: #202020;
        font-weight: 600;
    }

    .accordion-nav .nav-list li:hover a,
    .accordion-nav .nav-banner li:hover p {
        color: #ee2d43;
    }

    .accordion-nav .product-type-1 li {
        width: calc(calc(100% - 60px) / 4);
        width: -moz-calc(calc(100% - 60px) / 4);
        width: -webkit-calc(calc(100% - 60px) / 4);
        width: -ms-calc(calc(100% - 60px) / 4);
    }

    .header-fixed .fix-innner {
        display: flex;
        align-items: center;
    }

    .fix-logo,
    .fix-mini-cart {
        display: none;
    }

    .header-fixed .fix-logo,
    .header-fixed .fix-mini-cart {
        display: block;
    }

    .header-fixed .nav-full {
        flex: 1;
    }

    .fix-logo img {
        width: 128px;
        height: 32px;
    }

    .header-fixed .accordion-nav .level-2:after {
        left: 60px;
    }

    .promotion-timer {
        gap: 0 20px;
    }

    .promotion-timer .title {
        font-size: 20px;
    }

    .promotion-timer .top-time {
        font-size: 28px;
        height: 26px;
        line-height: 24px;
    }

    .promotion-timer .text {
        font-size: 12px;
    }

    .promotion-timer .time-list {
        gap: 0 10px;
    }

    .promotion-timer .time-list li {
        width: 80px;
        padding: 8px 0;
    }

    .nav-icons ul {
        max-width: 65%;
    }

    .site-footer {
        padding: 30px 0 20px;
    }

    .site-footer .title {
        margin-bottom: 10px;
    }

    .footer-link {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #3d3d38;
    }

    .site-footer .working-time {
        margin: 30px 0 5px;
    }

    .contact-popup-btn {
        bottom: 70px;
    }

    .back-top {
        bottom: 10px;
    }

    .special-price .price {
        font-size: 18px;
    }

    .product-item .inner {
        padding: 10px 10px 20px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .product-item .add-to-cart {
        padding: 0 20px;
    }

    .cart-popup {
        width: 860px;
        height: auto;
        display: flex;
    }

    .cart-popup .close {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .cart-popup .product-image {
        width: 360px;
        height: auto;
        padding-top: 360px;
    }

    .cart-popup .main-image {
        width: 360px;
        padding: 20px;
        position: absolute;
        left: 20px;
        top: 30px;
    }

    .cart-popup .thumbs-image {
        position: relative;
        padding: 0 30px;
        margin-top: 20px;
    }

    .cart-popup .thumbs-image li {
        padding: 5px;
        cursor: pointer;
        border: 1px solid var(--border-color);
        width: calc(calc(100% - 40px) / 4);
        width: -moz-calc(calc(100% - 40px) / 4);
        width: -webkit-calc(calc(100% - 40px) / 4);
        width: -ms-calc(calc(100% - 40px) / 4);
        margin-right: 10px;
    }

    .swiper-slide-thumb-active {
        border: 1px solid var(--theme-color) !important;
    }

    .cart-popup .swiper-button-next,
    .cart-popup .swiper-button-prev {
        width: 24px;
        height: 68px;
        margin: 0;
        top: 0;
    }

    .cart-popup .swiper-button-prev {
        left: 0;
    }

    .cart-popup .swiper-button-next {
        right: 0;
    }

    .cart-popup .swiper-button-next:after,
    .cart-popup .swiper-button-prev:after {
        font-size: 16px;
        color: #333;
    }

    .cart-popup .swiper-button-next:hover:after,
    .cart-popup .swiper-button-prev:hover:after {
        color: var(--theme-color);
    }

    .cart-popup .info {
        flex: 1;
        margin-left: 30px;
    }

    .cart-popup .product-name {
        font-size: 18px;
    }

    .cart-popup .availability,
    .cart-popup .price-box {
        margin: 10px 0 0;
    }

    .cart-popup .price-box .special-price {
        font-size: 16px;
    }

    .cart-popup .product-name {
        font-size: 18px;
    }

    .contact-popup.active {
        display: block;
    }

    .contact-popup .info {
        width: 400px;
        position: fixed;
        bottom: 50px;
        right: 10px;
        box-shadow: 3px 3px 10px #ccc;
    }

    .product-options li:hover {
        border: 1px solid var(--theme-color);
        background: #0fb37e;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .header .search-area {
        width: 500px;
    }

    .promotion-timer {
        gap: 0 40px;
    }

    .promotion-timer .title {
        font-size: 24px;
    }

    .promotion-timer .code-list li {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .header .search-area {
        width: 560px;
    }
}

@font-face {
    font-family: "iconfont";
    src: url('/default/font/iconfont.woff2?t=1775028181876') format('woff2');
    font-display: swap;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-JPY:before {
  content: "\e641";
}

.icon-USD:before {
  content: "\e611";
}

.icon-AUD:before {
  content: "\e64e";
}

.icon-GBP:before {
  content: "\e651";
}

.icon-EUR:before {
  content: "\e8fd";
}

.icon-KRW:before {
  content: "\e604";
}

.icon-IDR:before {
  content: "\e654";
}

.icon-scissors:before {
  content: "\e6f8";
}

.icon-hot:before {
  content: "\e74e";
}

.icon-eye:before {
  content: "\e8aa";
}

.icon-shipping:before {
  content: "\e69e";
}

.icon-orderinformation:before {
  content: "\e6eb";
}

.icon-review:before {
  content: "\e77f";
}

.icon-order:before {
  content: "\e69d";
}

.icon-points:before {
  content: "\e6ac";
}

.icon-login:before {
  content: "\e78a";
}

.icon-selected:before {
  content: "\e6a7";
}

.icon-message:before {
  content: "\e6a9";
}

.icon-google-plus:before {
  content: "\e734";
}

.icon-pinterest:before {
  content: "\e7b5";
}

.icon-instagram:before {
  content: "\e777";
}

.icon-youtube:before {
  content: "\e660";
}

.icon-vk:before {
  content: "\e638";
}

.icon-twitter1:before {
  content: "\e84c";
}

.icon-facebook:before {
  content: "\e725";
}

.icon-shield:before {
  content: "\e70c";
}

.icon-credit-card:before {
  content: "\e7f1";
}

.icon-contact:before {
  content: "\e601";
}

.icon-export:before {
  content: "\e622";
}

.icon-clock:before {
  content: "\e607";
}

.icon-star:before {
  content: "\e6db";
}

.icon-tips:before {
  content: "\e65e";
}

.icon-add:before {
  content: "\e64f";
}

.icon-address:before {
  content: "\e650";
}

.icon-delete:before {
  content: "\e656";
}

.icon-down-triangle:before {
  content: "\e65b";
}

.icon-minus:before {
  content: "\e662";
}

.icon-no:before {
  content: "\e664";
}

.icon-wallet:before {
  content: "\e679";
}

.icon-arrow-left:before {
  content: "\e67e";
}

.icon-down:before {
  content: "\e682";
}

.icon-yes:before {
  content: "\e688";
}

.icon-right:before {
  content: "\e689";
}

.icon-time:before {
  content: "\e6ad";
}

.icon-favorite-solid:before {
  content: "\e6da";
}

.icon-user:before {
  content: "\e6dc";
}

.icon-cart:before {
  content: "\e6c2";
}

.icon-email:before {
  content: "\e6e7";
}

.icon-favorite:before {
  content: "\e709";
}

.icon-doubt:before {
  content: "\e6ea";
}

.icon-arrow-right:before {
  content: "\e710";
}

.icon-search:before {
  content: "\e721";
}

.icon-shopping-bag:before {
  content: "\e722";
}

.icon-menu:before {
  content: "\e71f";
}

.icon-edit:before {
  content: "\e765";
}

.icon-sliders:before {
  content: "\eb6e";
}

.icon-arrow-up:before {
  content: "\e79b";
}

.icon-right-triangle:before {
  content: "\e766";
}

.icon-up-triangle:before {
  content: "\e767";
}

.icon-arrow-down:before {
  content: "\e79c";
}

.icon-up:before {
  content: "\ef23";
}

.icon-home:before {
  content: "\e696";
}


@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@keyframes irotate2 {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@keyframes itemnotice {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    25% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    75% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes people {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes people {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: -200%
    }
}

@keyframes shine {
    100% {
        left: -200%
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    0% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0)
    }

    0% {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    0% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes changesize {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes changesize {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes age {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@-webkit-keyframes age {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes showcontent {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes showcontent {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}


@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}


@keyframes itemnotice {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    25% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    75% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@-webkit-keyframes itemnotice {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    25% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    75% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}