
@import url(bootstrap-select.min.css);

#scroll-top,
.account-orders.no-orders .account-no-orders-wrap,
.btn-add-wishlist.added-wishlist .added,
.btn-sidebar .type-hover:hover .text,
.flat-wrapper-lookbook,
.gridLayout-wrapper #product-count-grid,
.header-default .box-nav-menu .menu-item:hover .item-link::after,
.listLayout-wrapper #pro.flat-spacingduct-count-list,
.news-item .image-box,
.news-item .img-style,
.tf-cart-checkbox.check .wrap-content,
.tf-loading.loadmore.loading .spinner-circle,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

#scroll-top:hover,
button {
    background-color: var(--primary)
}

.cloud-footer img,
.slider-baby .clouds img {
    animation: 5s ease-in-out infinite alternate floating
}

.display-2xl,
.display-lg,
.display-lg-3,
.display-md,
.display-xl,
.tf-icon-box-v2 .title,
h1,
h2,
h3,
h4 {
    letter-spacing: -.02em
}

.tf-grid-layout .wd-load,
.wg-pagination {
    grid-column: 1/-1
}

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

#goTop,
#scroll-top {
    padding: 0;
    line-height: 50px;
    opacity: 0;
    visibility: hidden
}

.font-main,
body {
font-family: 'Jost', sans-serif !important;
        font-family: 'IBM Plex Sans', sans-serif;
}

.grid-2,
.grid-3,
.grid-4 {
    display: grid
}

html {
    margin-right: 0 !important;
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: var(--white);
    font-style: normal;
    color: var(--dark)
}
#reviewModalLabel{font-size:19px;color:#000;}
img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

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

.row>*,
.tf-field.style-3 .tf-input,
.tf-page-cart-main .box-ip-discount input,
input[type=color].style-2,
input[type=date].style-2,
input[type=datetime-local].style-2,
input[type=datetime].style-2,
input[type=email].style-2,
input[type=month].style-2,
input[type=number].style-2,
input[type=password].style-2,
input[type=search].style-2,
input[type=tel].style-2,
input[type=text].style-2,
input[type=time].style-2,
input[type=url].style-2,
input[type=week].style-2,
textarea.style-2 {
    padding-left: 12px;
    padding-right: 12px
}
.desktop-slider{height:500px !important;}
li,
ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
/*kisan review start*/
.kisan-star-review {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:10px;
}
.nav-prev-seller,.nav-next-seller{width:44px;height:44px;background:#000;border-radius:50px;display:flex !important;}
.nav-prev-seller::after,
.nav-next-seller::after {
    font-size: 12px;
    color: #fff;
}
.kisan-stars svg {
    color: #fa9527;
    width: 20px;
    fill: #fa9527;
}

.kisan-review-points {
    background: #000;
    max-width: 35px;
    width: 100%;
    display: flex
;
    height: 20px;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
header {
    top: 0;
    position: static;
   
    left: 0;
    right: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 888;
    background-color: #fff !important;
    border-bottom:solid 1px #ccc;
}
.review-count-kisan {
    color: #22c55e;
    font-size: 16px;
    margin-bottom: 0;
}
.review-count-kisan span {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    display: block;
}
.nav-swiper {
    background-color: var(--white);
    border-radius: 999px;
    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    color: var(--dark);
    cursor: pointer;
}
.nav-swiper::after {
    font-size: 12px;
    color: var(--dark);
    font-weight: 600;
}
.review-modal-sumbit-btn button,.review-modal-sumbit-btn button:hover{background:#000;color:#fff;}
/*kisan review end*/
/*faq start*/
.other-image-zoom{gap:0 !important;}
.faq-new h2{
font-size: 36px;
    line-height: 44px;
}
.accordion-button:not(.collapsed){box-shadow: 0 0 0 !important;background-color:transparent;color:#000;}
/*faq end*/
.container {
    max-width: 1488px
}

.container-2 {
    max-width: 1436px
}

.container-3 {
    max-width: 1560px
}

.container-4 {
    max-width: 1688px
}

.container-5 {
    max-width: 1728px
}

.container-6 {
    max-width: 1288px
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{pointer-events: inherit;}
.container,
.container-2,
.container-3,
.container-4,
.container-5,
.container-6 {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px
}
.space-swipper-mobile .swiper-button-lock{display:block;}
.slider-layout-right {
    width: calc(100vw - (100vw - 1488px)/ 2 - 7px);
    margin-right: unset;
    max-width: 100%;
    margin-left: auto;
    padding: 0 15px
}

.slider-layout-right .swiper:not(.tf-sw-right) {
    margin-right: -15px
}

.container-6 .wg-cls.style-circle,
.header-default .nav-icon,
.slider-bicycle .box-title-slider,
.slider-electric-access .box-title-slider,
.slider-electronic .box-title-slider,
.tf-checkout-cart-main .grid-2,
.tf-checkout-cart-main .grid-3 {
    gap: 16px
}

.brand-item img,
.footer-info a.infor_address span,
.link,
.nav-swiper.style-line::after,
.section-image-zoom .other-image-zoom,
.tf-btn-icon i,
svg path {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
        font-family: 'IBM Plex Sans', sans-serif;
    border: 1px solid var(--line);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    padding: 14px 20px;
    width: 100%;
    background: var(--white);
    color: var(--rgba-dark-2);
    height: 50px;
    font-weight: 400;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tf-select:hover select,
input[type=color]:focus,
input[type=color]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=week]:focus,
input[type=week]:hover,
textarea:focus,
textarea:hover {
    border-color: var(--rgba-dark-2)
}

input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
    color: rgba(102, 112, 133, .8);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

textarea {
    height: 160px;
    resize: none
}

select {
    outline: 0
}

::-webkit-input-placeholder {
    color: var(--text-3)
}

:-moz-placeholder {
    color: var(--text-3)
}

::-moz-placeholder {
    color: var(--text-3);
    opacity: 1
}

button {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid var(--primary);
    color: var(--secondary);
    padding: 13px 32px;
    border-radius: 99px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize
}

a,
a:focus,
a:hover {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    text-decoration: none
}

button .icon {
    font-size: 22px
}

button.style-small {
    padding: 9px 32px
}

button:focus,
button:focus-visible,
button:focus-within {
    outline: 0
}

:-ms-input-placeholder {
    color: var(--secondary-2)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    color: var(--dark);
    font-weight: 500
}

.display-2xl,
h1 {
    font-size: 72px;
    line-height: 90px
}

.display-xl-2 {
    font-size: 64px;
    line-height: 76.8px
}

.display-xl,
h2 {
    font-size: 60px;
    line-height: 72px
}

.display-lg,
h3 {
    font-size: 48px;
    line-height: 60px
}

.display-lg-2 {
    font-size: 40px;
    line-height: 48px
}

.display-lg-3 {
    font-size: 48px;
    line-height: 57.6px
}
.space-swipper-mobile{position:relative;}
.display-md,
h4 {
    font-size: 36px;
    line-height: 44px
}

.display-md-2 {
    font-size: 32px;
    line-height: 38px
}

.display-sm,
h5 {
    font-size: 30px;
    line-height: 38px
}

.display-xs,
h6 {
    font-size: 24px;
    line-height: 32px
}

.text-xl {
    font-size: 20px;
    line-height: 30px
}

#quick_add .tf-product-info-item .content a,
.text-xl-2 {
    font-size: 20px;
    line-height: 24px
}

.text-xl-3,
.wrapper-thumbs-tes-3 .box-testimonial-main .text-review {
    font-size: 20px;
    line-height: 32px
}

.text-lg {
    font-size: 18px;
    line-height: 28px
}

.text-md,
.tf-page-cart-main .fl-iconbox .tf-icon-box .title {
    font-size: 16px;
    line-height: 24px
}

.footer-bottom-wrap .image-select.style-default>.dropdown-menu a .text,
.footer-bottom-wrap a,
.footer-bottom-wrap p,
.page-title .box-title .tf-btn,
.text-sm,
.tf-btn-filter .text {
    font-size: 14px;
    line-height: 20px
}

.text-xs {
    font-size: 12px;
    line-height: 18px
}

.text-xxs {
    font-size: 10px;
    line-height: 14px
}

.text-caption {
    font-size: 12px;
    line-height: 15.72px
}

.blog-post-item .entry_name,
.body-text {
    font-size: 16px;
    line-height: 25.6px
}

#goTop,
.form-search button .icon,
.marquee-sale .icon-flash-star,
.mega-cate-box .categories-title .icon,
.tf-btn.btn-space1 .icon,
.wrap-btn-viewer .icon {
    font-size: 20px
}

.body-text-2 {
    font-size: 16px;
    line-height: 19.2px
}

.fs-7 {
    font-size: 7px !important
}

.fs-8 {
    font-size: 8px !important
}

.fs-10 {
    font-size: 10px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.font-2 {
    font-family: "Albert Sans", sans-serif !important
}

.font-3 {
    font-family: "Playfair Display", serif !important
}

.font-4 {
    font-family: "DM Sans", sans-serif !important
}

.font-5 {
    font-family: Baloo, sans-serif !important
}

.font-6 {
    font-family: "Be Vietnam Pro", serif !important
}

.font-7 {
    font-family: Oswald, sans-serif !important
}

.cls-video,
.footer-default,
header {
        font-family: 'IBM Plex Sans', sans-serif;
}

b,
strong {
    font-weight: bolder
}

.banner-lookbook img,
.banner-shop .img-style img,
.box-testimonial-main .box-author .img img,
.cls-video img,
.flat-single-grid .item img,
.flat-thumbs-tes .img-sw-thumb img,
.flat-with-text-lookbook .banner-img img,
.flat-with-text-lookbook-v2 .banner-img img,
.flat-wrap-media-product .tf-product-media-main .item img,
.flat-wrapper-lookbook .image-lookbook img,
.mega-menu .demo-item .demo-image img,
.modal-newsletter .modal-top img,
.modal-order-detail .tb-order-detail .infor-content .image img,
.modal-order-detail table .infor-content .image img,
.modal-quick-view .tf-product-media-wrap .item img,
.recent-blog-item .img-product img,
.s-banner-product .image img,
.s-banner-with-text .image img,
.s-cls.abs-left-center .image img,
.slider-default .slider-wrap img,
.slider-style-2 .image img,
.tf-compare-item .tf-compare-image img,
.tf-mini-cart-item .tf-mini-cart-image img,
.tf-product-info-wrap .variant-color .color-btn.style-image img,
.tf-product-info-wrap .variant-color .color-btn.style-image-square img,
video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.btn-cls-shop:hover,
.header-absolute-2 .menu-item.active .icon,
.link:hover,
.text-primary {
    color: var(--primary) !important
}

.text-primary-2 {
    color: var(--primary-2) !important
}

.text-primary-3 {
    color: var(--primary-3) !important
}

.text-primary-4 {
    color: var(--primary-4) !important
}

.text-secondary {
    color: var(--secondary) !important
}

.text-secondary-2 {
    color: var(--secondary-2) !important
}

.text-secondary-3 {
    color: var(--secondary-3) !important
}

.text-secondary-4 {
    color: var(--secondary-4) !important
}

.text-dark {
    color: var(--dark) !important
}

.text-dark-1 {
    color: var(--rgba-dark) !important
}

.text-dark-2 {
    color: var(--dark-2) !important
}

.text-dark-3 {
    color: var(--dark-3) !important
}

.text-dark-4 {
    color: var(--rgba-dark-2) !important
}

.text-dark-5 {
    color: var(--dark-4) !important
}

.text-dark-6 {
    color: #222 !important
}

.text-white {
    color: var(--white) !important
}

.text-success {
    color: var(--success) !important
}

.text-success-2 {
    color: var(--success-2) !important
}

.text-success-3 {
    color: var(--success-3) !important
}

.text-success-4 {
    color: var(--success-4) !important
}

.text-success-5 {
    color: #39b44b !important
}

.text-main {
    color: var(--text) !important
}

.text-main-2 {
    color: var(--text-2) !important
}

.text-grey {
    color: #acacac !important
}

.text-grey-2 {
    color: #747474 !important
}

.text-green {
    color: #98ab23 !important
}

.text-green-2 {
    color: #496048 !important
}

.text-yellow-2 {
    color: var(--yellow-2) !important
}

.text-yellow-3 {
    color: #a48829 !important
}

.text-brown {
    color: var(--brown) !important
}

.text-line-3 {
    color: var(--line-3) !important
}

.text-red {
    color: var(--red) !important
}

.text-red-2 {
    color: #ff4a2f !important
}

.text-blue {
    color: #4378ff !important
}

.text-pink {
    color: #ff8585 !important
}

.bg-primary {
    background-color: var(--primary) !important
}

.bg-primary-2 {
    background-color: var(--primary-2) !important
}

.bg-primary-3 {
    background-color: var(--primary-3) !important
}

.bg-primary-4 {
    background-color: var(--primary-4) !important
}

.bg-secondary {
    background-color: var(--secondary) !important
}

.bg-secondary-2,
.bg-secondary-3,
.bg-secondary-4 {
    background-color: var(--secondary-2) !important
}

.bg-dark {
    background-color: var(--dark) !important
}

.bg-dark-2 {
    background-color: var(--dark-2) !important
}

.bg-dark-3 {
    background-color: #292929 !important
}

.bg-dark-4 {
    background-color: #2c2c2c !important
}

.bg-dark-5 {
    background-color: #313030 !important
}

.bg-dark-6 {
    background-color: #55514d !important
}

.bg-grey {
    background-color: #acacac !important
}

.bg-grey-2 {
    background-color: #f2f4f7 !important
}

.bg-grey-3 {
    background-color: #546176 !important
}

.bg-grey-4 {
    background-color: #d9d9d9 !important
}

.bg-grey-5 {
    background-color: #dad9d4 !important
}

.bg-grey-6 {
    background-color: #57627b !important
}

.bg-grey-7 {
    background-color: #edefed !important
}

.bg-light-grey,
.bg-surface-4 {
    background-color: #f3f2ee !important
}

.bg-light-grey-2 {
    background-color: #f0f0f0 !important
}

.bg-white {
    background-color: var(--white) !important
}

.bg-surface {
    background-color: var(--surface) !important
}

.bg-surface-2 {
    background-color: var(--surface-2) !important
}

.bg-surface-3 {
    background-color: #fffcf6 !important
}

.bg-line {
    background-color: var(--line) !important
}

.bg-pink {
    background-color: #ffb8b8 !important
}

.bg-pink-2 {
    background-color: #9d6e84 !important
}

.bg-pink-3 {
    background-color: #ffe7e5 !important
}

.bg-pink-4 {
    background-color: #ffe8e8 !important
}

.bg-light-pink {
    background-color: #ff6969 !important
}

.bg-light-pink-2 {
    background-color: #d47b62 !important
}

.bg-light-pink-3 {
    background-color: #dcd3d4 !important
}

.bg-light-pink-4 {
    background-color: #ffa3e8 !important
}

.bg-light-pink-5 {
    background-color: #fddcc6 !important
}

.bg-light-pink-6 {
    background-color: #ffa9a9 !important
}

.bg-light-pink-7 {
    background-color: #f7d8d3 !important
}

.bg-light-pink-8 {
    background-color: #ffa6a6 !important
}

.bg-light-pink-9 {
    background-color: #fc9999 !important
}

.bg-light-pink-10 {
    background-color: #facde3 !important
}

.bg-light-pink-11 {
    background-color: #ffe1e1 !important
}

.bg-light-pink-12,
.bg-light-purple-6 {
    background-color: #fee9ff !important
}

.bg-dark-pink {
    background-color: #c3466d !important
}

.bg-light-green {
    background-color: #7c8c47 !important
}

.bg-light-green-2 {
    background-color: #74da30 !important
}

.bg-light-green-3 {
    background-color: #c4c9b3 !important
}

.bg-light-green-4 {
    background-color: #c1c285 !important
}

.bg-light-green-5 {
    background-color: #e1ece4 !important
}

.bg-light-green-6 {
    background-color: #c2ffc8 !important
}

.bg-light-green-7 {
    background-color: #e9ffe4 !important
}

.bg-light-green-8 {
    background-color: #89aa87 !important
}

.bg-light-green-9 {
    background-color: #a0d57d !important
}

.bg-light-green-10 {
    background-color: #e7ecd2 !important
}

.bg-light-green-11 {
    background-color: #d9ffde !important
}

.bg-green {
    background-color: #3f7b25 !important
}

.bg-green-2 {
    background-color: #39b44b !important
}

.bg-green-3 {
    background-color: #3bd336 !important
}

.bg-green-4 {
    background-color: #409724 !important
}

.bg-dark-green {
    background-color: #185136 !important
}

.bg-dark-green-2 {
    background-color: #2d613d !important
}

.bg-dark-green-3 {
    background-color: #526821 !important
}

.bg-dark-green-4 {
    background-color: #253321 !important
}

.bg-dark-green-5 {
    background-color: #5e6f5e !important
}

.bg-dark-green-6 {
    background-color: #2a4529 !important
}

.bg-olive-green {
    background-color: #808f65 !important
}

.bg-violet {
    background-color: var(--violet) !important
}

.bg-purple,
.card-product.style-border-2.border-type-4 .tooltip,
.card-product.style-border-2.border-type-4 .tooltip::before,
.card-product.style-border-2.style-box-bg .tooltip,
.card-product.style-border-2.style-box-bg .tooltip::before {
    background-color: var(--purple) !important
}

.bg-purple-2 {
    background-color: #7c727b !important
}

.bg-purple-3 {
    background-color: #aa88c5 !important
}

.bg-purple-4 {
    background-color: #c79cff !important
}

.bg-purple-5 {
    background-color: #f0e5ff !important
}

.bg-violet-2 {
    background-color: var(--violet-2) !important
}

.bg-blue {
    background-color: #c2d5ff !important
}

.bg-blue-2 {
    background-color: #386373 !important
}

.bg-sky-blue {
    background-color: #3080a2 !important
}

.bg-teal-blue {
    background-color: #4597a4 !important
}

.bg-light-purple {
    background-color: #8f4a58 !important
}

.bg-light-purple-2 {
    background-color: #a95354 !important
}

.bg-light-purple-3 {
    background-color: #ded3de !important
}

.bg-light-purple-7 {
    background-color: #e5e3ff !important
}

.bg-light-purple-8 {
    background-color: #e3e6ff !important
}

.bg-light-purple-9 {
    background-color: #ebe9ff !important
}

.bg-light-purple-10 {
    background-color: #f2e8ff !important
}

.bg-light-blue {
    background-color: #5192f4 !important
}

.bg-light-blue-2 {
    background-color: #add8e6 !important
}

.bg-light-blue-3 {
    background-color: #e9f3ff !important
}

.bg-light-blue-4 {
    background-color: #e8efff !important
}

.bg-brown {
    background-color: #7e6449 !important
}

.bg-brown-2 {
    background-color: #65552d !important
}

.bg-brown-3 {
    background-color: #bf9332 !important
}

.bg-brown-4 {
    background-color: #dab2b2 !important
}

.bg-brown-5 {
    background-color: #a46c67 !important
}

.bg-brown-6 {
    background-color: #603d38 !important
}

.bg-brown-7 {
    background-color: #b58e68 !important
}

.bg-brown-8 {
    background-color: #784e39 !important
}

.bg-brown-9 {
    background-color: #968c83 !important
}

.bg-brown-10 {
    background-color: #b06563 !important
}

.bg-terra-cotta {
    background-color: #ac6664 !important
}

.bg-yellow {
    background-color: #bbb355 !important
}

.bg-yellow-2 {
    background-color: #ece093 !important
}

.bg-yellow-3 {
    background-color: #f1ca41 !important
}

.bg-yellow-4 {
    background-color: #fb9a10 !important
}

.bg-light-orange {
    background-color: #fb9a74 !important
}

.bg-light-orange-2 {
    background-color: #f59c11 !important
}

.bg-light-orange-3 {
    background-color: #ffdcc2 !important
}

.bg-light-orange-4 {
    background-color: #ffe8d9 !important
}

.bg-light-orange-5 {
    background-color: #f5a55f !important
}

.bg-beige {
    background-color: #e3d7c6 !important
}

.bg-beige-2 {
    background-color: #ddcfb7 !important
}

.bg-light-beige {
    background-color: #e8dcd0 !important
}

.bg-light-beige-2 {
    background-color: #e0d8d4 !important
}

.bg-light-beige-3 {
    background-color: #fff5dd !important
}

.bg-red {
    background-color: #ff4848 !important
}

.bg-red-2 {
    background-color: #c4212a !important
}

.bg-orange {
    background-color: #ffdec8 !important
}

.bg-orange-2 {
    background-color: #ff9760 !important
}

.bg-orange-3 {
    background-color: #ff4a2f !important
}

.bg-gradient-2 {
    background: var(--gradient-2)
}

.bg-gradient-3 {
    background: linear-gradient(270deg, #edd1ff 0, #fff4d1 100%)
}

.bg-gradient-4 {
    background: linear-gradient(270deg, #6adf80 0, #b3de3c 100%)
}

#goTop,
.preload-container {
    background: var(--white);
    position: fixed
}

a {
    transition: .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    color: var(--dark)
}

a:focus,
a:hover {
    transition: .3s ease-in-out;
    outline: 0
}

#goTop .border-progress,
#scroll-top {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid-6,
[data-grid=grid-6] {
    grid-template-columns: repeat(6, 1fr);
    display: grid
}

.line {
    border: 1px solid var(--line) !important
}

.line-2 {
    border: 1px solid var(--line-5) !important
}

.line-bt {
    border-bottom: 1px solid var(--line) !important
}

.line-top {
    border-top: 1px solid var(--line) !important
}

.line-black {
    border: 1px solid var(--dark) !important
}

.line-primary {
    border: 1px solid var(--primary) !important
}

.line-purple {
    border: 1px solid var(--purple) !important
}

.o-hidden {
    overflow: hidden !important
}

.gap-6 {
    gap: 6px !important
}

.gap-8 {
    gap: 8px !important
}

.gap-10,
.gap10 {
    gap: 10px !important
}

.banner-why-shop,
.px_15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.canvas-filter .widget-facet .collapse-body,
.pt-24 {
    padding-top: 24px
}

.box-center {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important
}

.preload-container,
.spinner,
.tf-overlay {
    left: 0;
    right: 0;
    bottom: 0
}

.mt_5 {
    margin-top: 5px !important
}

.mb_4,
.mega-categories li:not(:last-child),
.popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .price-wrap {
    margin-bottom: 4px
}

.mb_6 {
    margin-bottom: 6px
}

.canvas-mb .mb-other-content .mb-info li:not(:last-child),
.mb_8,
.popup-pickup-available .pickup-available-item .title,
.tf-main-success .ship-address-item .list-address li:not(:last-child),
.tf-mini-cart-tool-openable.estimate-shipping .field p,
.tf-page-cart-sidebar .shipping-cart-box .field label {
    margin-bottom: 8px
}

.box-nav-menu .menu-list li:not(:last-child),
.filter-group-check .list-item:not(:last-child),
.mb_10,
.modal-newsletter .modal-bottom .title,
.table-page-cart .tf-cart-item_product .cart-info .name,
.tf-page-cart-main .cart-note label,
.tf-page-cart-sidebar .order-box .order-item .info .name {
    margin-bottom: 10px
}

.mb_12,
.news-item .content .title,
.popup-pickup-available .pickup-available-item .desc,
.s3-banner-with-text .box-title-content .title,
.tf-page-cart-sidebar .order-box .list-total .total-item:not(:last-child),
.tf-product-info-wrap .tf-product-info-heading .product-info-name,
.widget-facet .cate-item:not(:last-child) {
    margin-bottom: 12px
}

#ask_question fieldset,
.mb_15,
.popup-shopping-cart.style-empty .cart-empty-wrap img,
.popup-shopping-cart.style-empty .cart-empty-wrap p,
.wd-form-address .cols {
    margin-bottom: 15px
}

.account-orders .account-no-orders-wrap .title,
.box-nav-menu .list-recent-blog .item:not(:last-child),
.list-volume-discount .volume-discount-item:not(:last-child),
.mb_16,
.tf-page-cart-sidebar .order-box .order-item:not(:last-child),
.tf-product-fbt .title {
    margin-bottom: 16px
}

#delivery_return .tf-product-popup-delivery:not(:last-child),
.banner-group-img .box-content .heading,
.canvas-sidebar .list-recent li:not(:last-child),
.dropup .loobook-product,
.mb_20,
.modal-newsletter .modal-bottom .form-newsletter,
.modal-newsletter .modal-bottom .tf-social-icon,
.s-blog-single .bot .entry-tag,
.tf-page-cart-sidebar .shipping-cart-box .field:not(:last-child),
.wd-product-descriptions .item:not(:last-child) {
    margin-bottom: 20px
}

.mx_40 {
    margin-left: 40px;
    margin-right: 40px
}

.my_24 {
    margin-top: 24px;
    margin-bottom: 24px
}

.my_20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.pt_0 {
    padding-top: 0 !important
}

.pb_0 {
    padding-bottom: 0 !important
}

[data-grid=grid-1] {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr
}

[data-grid=grid-2] {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr
}

[data-grid=grid-3] {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

[data-grid=grid-4] {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr)
}

[data-grid=grid-5] {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, 1fr)
}

[data-grid=grid-6] {
    gap: 30px
}

[data-grid=grid-7] {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(7, 1fr)
}

.tf-row-flex {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    row-gap: 30px
}

.tf-grid-layout {
    display: grid;
    column-gap: 12px;
    row-gap: 24px
}

.text-line-clamp-2,
.text-line-clamp-4 {
    display: -webkit-box;
    overflow: hidden
}

.grid-cls-v2,
.grid-cls-v5,
.tf-grid-layout.tf-col-2 {
    grid-template-columns: 1fr 1fr
}

.tf-grid-layout.tf-col-3 {
    grid-template-columns: repeat(3, 1fr)
}

.tf-grid-layout.tf-col-4 {
    grid-template-columns: repeat(5, 1fr)
}

.tf-grid-layout.tf-col-5 {
    grid-template-columns: repeat(5, 1fr)
}

.tf-grid-layout.tf-col-6 {
    grid-template-columns: repeat(6, 1fr)
}

.tf-grid-layout.tf-col-7 {
    grid-template-columns: repeat(7, 1fr)
}

.tf-grid-layout .wg-pagination {
    grid-column: 1/-1;
    width: 100%;
    margin-top: 16px
}

.sticky-top {
    z-index: 50;
    top: 15px
}

.w-max-content,
.wmax {
    width: max-content !important
}

.cursor-not-allowed,
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.cursor-auto {
    cursor: auto
}

.text-highlight {
    -webkit-text-stroke: 1px #000;
    color: transparent !important;
    flex-direction: row-reverse
}

.modal-order-detail .tb-order-detail .infor-content a,
.popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .tf-mini-cart-info .title,
.text-line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.card-product .name-product,
.text-line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.text-line-clamp-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.asp-ratio-1 {
    aspect-ratio: 1/1
}

.asp-ratio-0 {
    aspect-ratio: 0 !important
}

.initial-child-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    align-items: center
}

.card-product.style-wishlist,
.collection-position-3,
.fl-control-sw,
.fl-control-sw2,
.flat-animate-tab .tab-content,
.flat-controltab-nav,
.flat-with-text-lookbook .banner-img,
.form-newsletter .subscribe-content,
.form-search,
.hover-overlay,
.hover-overlay-2 .img-hv-overlay,
.hover-sw-nav,
.hover-tooltip,
.line-bottom-container,
.line-top-container,
.list-color-product .list-color-item.line .swatch-value,
.modalDemo .header,
.payment-item .ip-card,
.popup-shopping-cart.style-2 .also-like-product,
.relative,
.sb-banner,
.slider-default,
.slider-effect-zoom,
.slider-wrap-lb,
.tab-slide .menu-tab-fill,
.tf-breadcrumb .breadcrumb-list .item-breadcrumb,
.tf-field,
.tf-form-search,
.tf-select,
.wg-cls.style-02 .btn-cls span,
.wrap-pos-nav,
.wrapper-control-shop,
.wrapper-header-bottom .tf-mega-categories {
    position: relative
}

.line-bottom-container::after,
.line-top-container::before {
    position: absolute;
    background-color: var(--line);
    height: 1px;
    max-width: 1440px;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    content: ""
}

.line-top-container::before {
    top: 0
}

.line-bottom-container::after {
    bottom: 0
}

#scroll-top {
    position: fixed;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
    background-color: var(--dark);
    border: 0;
    bottom: 92px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out
}

#goTop.show,
#scroll-top.show,
.hover-overlay:hover::before,
.overlay-filter.show,
.tf-mini-cart-tool-openable.open>.overplay {
    opacity: 1;
    visibility: visible
}

#scroll-top.type-1 {
    bottom: 140px
}

#scroll-top:hover {
    transform: translateY(-5px)
}

.preload-container {
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999999999;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.header-absolute,
.header-absolute-2 {
    z-index: 999;
    background-color: transparent
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    border-top: 3px solid var(--line);
    border-right: 3px solid var(--line);
    border-radius: 100%;
    position: absolute;
    top: 0;
    margin: auto;
    animation: .8s linear infinite spin
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.flat-spacing {
    padding-top: 100px;
    padding-bottom: 100px
}
.flat-spacing-new-{padding-top: 50px;
    padding-bottom: 50px}
.flat-spacing-2 {
    padding-top: 80px;
    padding-bottom: 80px
}

.flat-spacing-3 {
    padding-top: 120px;
    padding-bottom: 120px
}

.flat-spacing-4 {
    padding-top: 60px;
    padding-bottom: 60px
}

.flat-spacing-5 {
    padding-top: 43px;
    padding-bottom: 43px
}

.flat-spacing-6 {
    padding-top: 90px;
    padding-bottom: 90px
}

.flat-spacing-7 {
    padding-top: 30px;
    padding-bottom: 30px
}

.flat-spacing-8 {
    padding-top: 80px;
    padding-bottom: 60px
}

.flat-spacing-9 {
    padding-top: 68px;
    padding-bottom: 68px
}

.flat-spacing-10 {
    padding-top: 60px;
    padding-bottom: 70px
}

.flat-spacing-11 {
    padding-top: 80px;
    padding-bottom: 127px
}

.flat-spacing-12 {
    padding-top: 80px;
    padding-bottom: 44px
}

.flat-spacing-13 {
    padding-top: 60px;
    padding-bottom: 100px
}

.flat-spacing-14 {
    padding-top: 83px;
    padding-bottom: 98px
}

.flat-spacing-15 {
    padding-top: 176px;
    padding-bottom: 176px
}

.flat-spacing-16 {
    padding-top: 120px;
    padding-bottom: 80px
}

.flat-spacing-17 {
    padding-top: 80px;
    padding-bottom: 120px
}

.flat-spacing-18 {
    padding-top: 52px;
    padding-bottom: 52px
}

.flat-spacing-19 {
    padding-top: 87px;
    padding-bottom: 143px
}

.flat-spacing-20 {
    padding-top: 86px;
    padding-bottom: 86px
}

.flat-spacing-21 {
    padding-top: 116px;
    padding-bottom: 116px
}

.flat-spacing-22 {
    padding-top: 182px;
    padding-bottom: 120px
}

.flat-spacing-23 {
    padding-top: 136px;
    padding-bottom: 136px
}

.flat-spacing-24 {
    padding-top: 62px;
    padding-bottom: 80px
}

.flat-spacing-25 {
    padding-top: 30px;
    padding-bottom: 100px
}

.flat-spacing-26 {
    padding-top: 126px;
    padding-bottom: 80px
}

.flat-spacing-27 {
    padding-top: 145px;
    padding-bottom: 120px
}

.tf-overlay {
    position: absolute;
    top: 0
}

.radius-16 {
    border-radius: 16px !important
}

.radius-20 {
    border-radius: 20px !important
}

.radius-8 {
    border-radius: 8px !important
}

.radius-6 {
    border-radius: 6px !important
}

.border-transparent {
    border-color: transparent !important
}

.absolute,
.flat-with-text-lookbook .banner-img .tf-pin-btn,
.flat-with-text-lookbook-v2 .banner-img .tf-pin-btn,
.flat-wrapper-lookbook .image-lookbook .tf-pin-btn2,
.noUi-handle {
    position: absolute
}

.letter-0 {
    letter-spacing: 0 !important
}

.w-1209 {
    max-width: 1209px;
    width: 100%
}

.mw-1 {
    max-width: 1360px;
    width: 100%
}

.text-delivered {
    color: #008a00
}

.text-on-the-way {
    color: #ff4848
}

.justify-items-left {
    justify-items: left !important
}

.justify-items-right {
    justify-items: right !important
}

.justify-items-center {
    justify-items: center !important
}

#goTop {
    bottom: 90px;
    right: 40px;
    width: 38px;
    height: 38px;
    color: #000;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    transition: opacity .3s;
    box-shadow: var(--shadow-1);
    z-index: 1000
}

#goTop .border-progress {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 3px;
    border: 1px solid var(--primary);
    mask-image: conic-gradient(var(--primary) var(--progress-angle, 0deg), transparent 0);
    -webkit-mask-image: conic-gradient(var(--primary) var(--progress-angle, 0deg), transparent 0);
    content: "";
    z-index: 1;
    transition: .3s ease-in-out
}

#goTop .icon,
.header-default .box-nav-menu .item-link {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    font-family: 'Jost', sans-serif;
}

#goTop .icon {
    font-size: 10px;
    transition: .3s ease-in-out
}

#goTop .icon-arrow-right {
    transform: rotate(-90deg)
}

.obj-contain {
    object-fit: contain !important
}

.tf-topbar {
    padding: 7px 0;
    border-bottom: 1px solid var(--line)
}

.marquee-sale .marquee-wrapper,
.tf-topbar .marquee-wrapper {
    display: flex;
    animation: 20s linear infinite infiniteScroll;
    align-items: center;
    transition: animation-duration .3s
}

.marquee-sale .marquee-wrapper.scrollRight:hover,
.marquee-sale .marquee-wrapper:hover,
.tf-topbar .marquee-wrapper:hover {
    animation-play-state: paused
}

.tf-topbar .marquee-wrapper .marquee-child-item {
    margin: 0 10px;
    display: flex;
    color: var(--dark)
}

.tf-topbar .marquee-wrapper .marquee-child-item p {
    font-size: 14px;
    line-height: 18px;
    font-family: "DM Sans", sans-serif
}

.tf-topbar .marquee-wrapper .marquee-child-item .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--dark)
}

.tf-topbar .topbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px
}

.tf-topbar .type-languages>.dropdown-menu {
    margin-left: -20px !important
}

.tf-topbar.topbar-bg {
    border: none
}

.footer-bg,
.footer-bg .footer-heading,
.footer-bg .item,
.footer-bg .item a,
.footer-bg a,
.header-absolute-2 .menu-item,
.header-absolute-2 .menu-item .item-link,
.header-absolute-2 .menu-item .item-link .icon,
.header-default .box-phone .box-icon .icon,
.header-white .box-nav-menu .item-link,
.header-white .mobile-menu,
.header-white .nav-icon .nav-icon-item,
.image-select.color-white>.dropdown-toggle,
.image-select.color-white>.dropdown-toggle .filter-option .filter-option-inner,
.image-select.color-white>.dropdown-toggle::after,
.list-volume-discount .volume-discount-item.active .discount-price .price-new,
.list-volume-discount .volume-discount-item.active .discount-price .price-old,
.list-volume-discount .volume-discount-item.active .info-discount,
.list-volume-discount .volume-discount-item.active span,
.list-volume-discount .volume-discount-item:hover .discount-price .price-new,
.list-volume-discount .volume-discount-item:hover .discount-price .price-old,
.list-volume-discount .volume-discount-item:hover .info-discount,
.list-volume-discount .volume-discount-item:hover span,
.loobook-product .btn-lookbook i,
.marquee-sale.bg-dark .marquee-child-item,
.nav-swiper:hover::after,
.tf-topbar.topbar-bg .marquee-child-item {
    color: var(--white)
}

.flat-thumbs-tes .box-left .img-sw-thumb,
.footer-bg .footer-heading-mobile::after,
.footer-bg .footer-heading-mobile::before,
.sw-dot-default.style-white .swiper-pagination-bullet-active::before,
.sw-dot-default.style-white .swiper-pagination-bullet::before,
.tf-topbar.topbar-bg .marquee-child-item .dot,
.wg-map.style-absolute .box-store:hover {
    background-color: var(--white)
}

.tf-topbar.topbar-bg .tf-social-icon .social-item {
    background-color: transparent;
    border-color: var(--line);
    color: var(--white)
}

.tf-topbar.topbar-bg .tf-social-icon .social-item:hover {
    color: var(--primary);
    border-color: var(--primary)
}

.tf-topbar.topbar-bg .image-select .filter-option-inner-inner,
.tf-topbar.topbar-bg .image-select>.dropdown-toggle::after {
    color: var(--white-2)
}

.tf-topbar.topbar-bg .image-select>.dropdown-menu {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.topbar-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px
}

.topbar-wraper .tf-social-icon {
    flex-wrap: nowrap
}

.marquee-topbar {
    overflow: hidden;
    padding: 12px 0
}

.marquee-topbar .marquee-wrapper p {
    text-transform: uppercase;
    font-weight: 600
}

.marquee-sale {
    padding: 15px 0;
    overflow: hidden
}

.marquee-sale.marquee-border {
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark)
}

.marquee-sale .marquee-wrapper.scrollRight {
    animation: 20s linear infinite infiniteScrollRight
}

.marquee-sale .marquee-child-item {
    margin: 0 20px;
    display: flex;
    color: var(--dark)
}

.header-default .wrapper-header {
    
}

.header-default .box-nav-menu {
    gap: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-default .box-nav-menu .item-link {
    font-size: 12px;
    line-height: 21px;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: .3s ease-in-out;
    position: relative;
    color: #1c1c1c;
    font-family: 'Jost', sans-serif !important;
    text-transform: uppercase;
}

.header-default .box-nav-menu .item-link .icon {
    font-size: 12px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header-default .box-nav-menu .item-link::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 40px);
    height: 86px;
    display: none;
    background: 0 0
}

.flat-iconbox,
.header-default .box-nav-menu .menu-item {
    padding: 0px 0;
}

.card-product.style-wishlist>.icon:hover,
.footer-info .item a:hover,
.footer-menu-list a:hover,
.header-default .box-nav-menu .menu-item.active .item-link,
.header-default .box-nav-menu .menu-item.active .menu-link-text.active,
.header-default .box-nav-menu .menu-item:hover .item-link,
.header-default .nav-icon .nav-icon-item:hover,
.list-volume-discount .volume-discount-item .discount-price .price-new,
.list-volume-discount .volume-discount-item .name span,
.menu-tab-fill-lg .tab-link.active,
.menu-tab-line .tab-link.active,
.menu-tab-line .tab-link:hover,
.menu-tab-line.style2 .tab-link.active,
.menu-tab-line.style2 .tab-link:hover,
.modal .icon-close-popup:hover,
.modal .icon-close:hover,
.nav-ul-mb .nav-mb-item.active .mb-menu-link,
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active,
.offcanvas .icon-close-popup:hover,
.recent-blog-item .content .new-price,
.s-blog-single .related-post .post:hover .name-post,
.tf-btn.btn-line-dark:hover,
.tf-btn.btn-line-white:hover,
.tf-btn.btn-line:hover,
.tf-bundle-product-item .bundle-price .new-price,
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .new-price,
.tf-main-success .timeline-item.active .title,
.tf-page-cart-sidebar .feedback-box .social-item,
.tf-product-fbt-wrap .fbt-info .new-price,
.tf-product-fbt-wrap .fbt-total-price .price-new,
.tf-product-info-wrap .tf-product-info-heading .product-info-price .price-new,
.tf-product-info-wrap .tf-product-info-heading .product-info-rate .active,
.tf-product-modal .modal-dialog .modal-content .header span:hover,
.wg-quantity .btn-quantity:hover,
.widget-price .price-box,
.widget-price .reset-price:hover,
.wrap-code .btn-coppy-text i:hover {
    color: var(--primary)
}

.header-default .box-nav-menu .menu-item:hover .item-link .icon {
    transform: rotate(180deg);
    color: var(--primary)
}

.header-default .box-nav-menu .menu-item .label {
    line-height: 17px;
    height: 17px;
    font-size: 11px;
    padding: 0 8px;
    color: var(--white);
    margin-left: 6px;
    border-radius: 5px
}

.header-default .box-nav-menu .menu-item .label.hot {
    background-color: #ff4a5f
}

.header-default .box-nav-menu .menu-item .label.new {
    background-color: #3eb516
}

.header-default .nav-icon .nav-icon-item {
    font-size: 24px;
    position: relative;
    display: inline-flex;
    align-items: center
}

.header-default .nav-icon .nav-icon-item .count-box {
    position: absolute;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    text-align: center;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 9999px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    z-index: 2;
    top: -4px;
    right: -7px;
    color: var(--white);
    background-color: var(--primary)
}
.product-info-price span.fs-4{font-size:30px !important;line-height: 38px;}
.header-default .nav-icon .nav-icon-item .text {
    font-size: 14px;
    line-height: 21px;
    margin-left: 8px;
    font-weight: 500
}

.header-default .nav-icon .nav-icon-item.value-box {
    padding: 6px 10px;
    border-radius: 4px;
    background-color: var(--surface-3)
}

.header-default .mobile-menu {
    display: inline-flex
}

.form-search .btn-search .icon,
.header-default .mobile-menu .icon,
.mega-menu .box-search .form-search .icon,
.tf-icon-box.style-2 .box-icon .icon {
    font-size: 24px
}

.header-default .header-language {
    display: flex;
    gap: 16px
}

.header-default .header-bottom .menu-item {
    padding: 22px 0
}

.header-default .header-bottom .item-link::after {
    height: 64px
}

.box-verified,
.header-default .box-phone {
    display: flex;
    align-items: center;
    gap: 4px
}

.btn-sidebar button .icon,
.header-default .box-phone .icon {
    font-size: 20px;
    color: var(--dark)
}

.header-default .box-phone .phone {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: var(--primary)
}

.header-default .box-phone .box-icon {
    width: 48px;
    height: 48px;
    background-color: var(--primary-green);
    border-radius: 50%
}

.header-default.header-style-2 .header-bottom .menu-item {
    padding: 36px 0
}

.header-default.header-style-2 .header-bottom .item-link::after {
    height: 94px
}

.header-search .tf-form-search {
    max-width: 413px;
    margin: auto auto auto 70px;
    position: relative
}

.header-search .tf-form-search input {
    border-radius: 42px
}

.header-search .tf-form-search .search-suggests-results::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    background-color: transparent;
    height: 15px
}

.header-absolute {
    margin-bottom: -64px
}

.header-absolute-2 {
    margin-bottom: -70px
}

.header-absolute-2 .header-bottom .menu-item {
    padding: 24px 0
}

.header-absolute-2.header-bg .menu-item .item-link,
.header-absolute-2.header-bg .menu-item .item-link .icon,
.nav-swiper.line-white:hover:not(.swiper-button-disabled)::after {
    color: var(--dark)
}

.canvas-mb .mb-bottom .bottom-bar-language .image-select>.dropdown-menu::before,
.dropdown-filter .dropdown-toggle::after,
.edit-form-address,
.footer-bottom-wrap .image-select.style-default>.dropdown-toggle::after,
.header-absolute-2 .logo-header .logo-white,
.image-select.style-default>.dropdown-menu[data-popper-placement=top-start]::after,
.show-form-address,
.tf-loading.loadmore .spinner-circle,
.tf-loading.loadmore.loading .text {
    display: none
}

.header-lg .box-nav-menu .item-link {
    font-size: 16px;
    line-height: 100%
}

.table-page-cart .tf-cart-item_product,
.tf-control-layout,
.wrapper-header-bottom .inner-left,
.wrapper-header-left {
    display: flex;
    align-items: center
}

.wrapper-header-left .box-navigation {
    padding-left: 40px
}

.wrapper-header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.btn-cls-shop,
.popup-pickup-available .pickup-available-item a,
.wg-testimonial .box-author,
.wrapper-header-bottom .inner-right {
    display: flex;
    align-items: center;
    gap: 8px
}

.wrapper-header-bottom .call-us {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #9148ff;
    border-bottom: 1px solid #9148ff
}

.meta-filter-shop .remove-all-filters .icon,
.nav-swiper.size-30::after,
.nav-swiper.size-36::after,
.popup-pickup-available .pickup-available-item a .icon,
.tf-page-cart-sidebar .testimonial-cart-box .nav-swiper::after,
.tf-social-icon .social-x,
.wrapper-header-bottom .call-us .icon {
    font-size: 10px
}

.wrapper-header-bottom .tf-mega-categories .categories-title {
    min-width: 294px;
    height: 54px;
    font-size: 16px;
    line-height: 24px;
    padding: 0 24px;
    margin-right: 42px;
    background-color: var(--purple);
    color: var(--white);
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase
}

.box-nav-menu .sub-menu,
.wrapper-header-bottom .tf-mega-categories .mega-categories {
    
    border-radius: 16px;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left
}

.wrapper-header-bottom .tf-mega-categories .categories-title .icon {
    font-size: 20px;
    margin-top: -2px
}

.wrapper-header-bottom .tf-mega-categories .mega-categories {
    background-color: var(--white);
    min-width: 294px;
    z-index: 3;
    transform: translateY(15px);
    transition: .4s .1s;
    box-shadow: var(--shadow-1);
    pointer-events: none
}

.wrapper-header-bottom .tf-mega-categories:hover .mega-categories {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: all
}

.wrapper-header-bottom .tf-mega-categories.style-market .categories-title {
    background-color: var(--primary-green)
}

.wrapper-header-bottom .tf-mega-categories.style-market .cate-item.active,
.wrapper-header-bottom .tf-mega-categories.style-market .cate-item:hover {
    background-color: rgba(57, 174, 82, .2)
}

.header-white.header-bg,
.nav-ul-mb .sub-nav-link .btn-open-sub::after,
.nav-ul-mb .sub-nav-link .btn-open-sub::before,
.sw-dot-default .swiper-pagination-bullet-active::before,
.tf-control-layout .tf-view-layout-switch.active .item span,
.tf-control-layout .tf-view-layout-switch:hover .item span,
.tf-loading.loadmore .spinner-child::before,
.tf-variant-dropdown .select-item.active::before {
    background-color: var(--dark)
}

.box-nav-menu .mega-menu,
.box-nav-menu .sub-menu,
header,
header.header-bg {
    background-color: var(--white)
}

.header-uppercase .box-nav-menu .item-link {
    text-transform: uppercase
}

.slider-fashion-2 {
    padding: 0 15px;
    margin-top: 13px
}

.logo-header img {
    width: 128px
}

.header-medium .header-bottom .menu-item,
.widget-accordion .accordion-body {
    padding: 20px 0
}

.box-nav-menu .sub-menu {
    pointer-events: none;
    min-width: 300px;
    z-index: 999;
    padding: 32px;
    transform: translateX(0) translateY(10px);
    box-shadow: var(--shadow1);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1019607843)
}

.box-nav-menu .mega-menu {
    margin: auto;
    left: 24px;
    right: 24px;
    max-height: calc(100vh - 74px);
    overflow: auto
}

.box-nav-menu .mega-menu .menu-heading {
    font-size: 14px;
    line-height: 22.4px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(161, 161, 161, .2);
    font-weight: 500;
    color: var(--dark);
    text-transform: uppercase
}

.box-nav-menu .mega-menu.mega-tab,
.modal-quick-view .tf-product-media-wrap,
.popup-product .modal-body,
.wg-testimonial.style-2.type-2 .box-avt,
.wg-testimonial.style-2.type-2 .content-top {
    padding: 0
}

.box-nav-menu .mega-menu.mega-tab .tab-content,
.tf-form-search .search-suggests-results-inner .search-result-item .box-content,
.tf-product-info-wrap .tf-product-total-quantity .group-btn .tf-btn {
    flex-grow: 1
}

.box-nav-menu .mega-home {
    max-width: 1381px;
    max-height: calc(100vh - 100px)
}

.box-nav-menu .mega-home::-webkit-scrollbar {
    width: 5px
}

.box-nav-menu .mega-home::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track)
}

.box-nav-menu .mega-home::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px
}

.box-nav-menu .mega-shop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1763px
}

.box-nav-menu .mega-shop .wrapper-sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.box-nav-menu .mega-shop .wrapper-sub-collection {
    width: 100%;
    min-width: 0
}

.box-nav-menu .mega-shop .wg-cls {
    border-radius: 20px
}

.box-nav-menu .mega-shop .wg-cls .image {
    aspect-ratio: 1;
    height:350px;
}

.box-nav-menu .mega-shop .wg-cls .cls-btn {
    bottom: 32px
}

.box-nav-menu .mega-shop .wg-cls .tf-btn {
    padding: 8px 30px;
    font-size: 20px;
    line-height: 24px
}

.box-nav-menu .mega-product {
    display: flex;
    gap: 24px;
    max-width: 1720px
}

.box-nav-menu .mega-product .wrapper-sub-menu {
    width: 67%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.box-nav-menu .mega-product .wrapper-sub-product {
    width: 33%
}

.box-nav-menu .mega-product .sw-dot-default,
.card-product.style-5 .btn-addcart,
.card-product.style-5 .stock {
    margin-top: 10px
}

.box-nav-menu .card-product .box-icon,
.nav-swiper.size-36 {
    width: 36px;
    height: 36px
}

.box-nav-menu .card-product .card-product-wrapper {
    aspect-ratio: 0.7837837838
}

.box-nav-menu .mega-tab {
    display: flex;
    gap: 24px;
    min-height: 500px;
    max-width: 1419px
}

.box-nav-menu .mega-tab .menu-tab {
    max-width: 235px;
    flex-shrink: 0;
    height: 100%;
    border-right: 1px solid var(--line)
}

.box-nav-menu .mega-tab .tab-link {
    padding: 14px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.box-nav-menu .mega-tab .tab-link .icon,
.card-product .box-icon .icon,
.tf-btn-filter .icon-close,
.volume-discount-thumbnail-item .tag-sale .icon {
    font-size: 14px
}

.box-nav-menu .mega-tab .tab-link.active,
.box-nav-menu .mega-tab .tab-link:hover {
    color: var(--white);
    background-color: var(--primary)
}

.box-nav-menu .mega-tab .wrapper-sub-menu-tab {
    width: 62%;
    display: flex
}

.box-nav-menu .mega-tab .wrapper-sub-menu-tab .tab-pane {
    display: flex;
    padding: 32px;
    gap: 40px;
    transform: translateY(15px);
    pointer-events: none
}

.box-nav-menu .mega-tab .wrapper-sub-menu-tab .tab-pane.active {
    transform: none
}

.box-nav-menu .mega-tab .wrapper-sub-product {
    width: 38%;
    padding: 32px 32px 32px 0
}

.box-nav-menu .menu-item:hover>.sub-menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0)
}

.box-nav-menu .menu-item:hover .wrapper-sub-menu-tab .tab-pane.active,
.tf-model-viewer.active model-viewer {
    pointer-events: all
}

.box-nav-menu .menu-list .menu-link-text {
    font-size: 14px;
    line-height: 21px;
    color: #5d5d5d;
    display: flex;
    align-items: center;
    font-weight: 400
}

.box-nav-menu .menu-list .menu-link-text .demo-label {
    font-size: 10px;
    line-height: 15px;
    color: var(--white);
    background-color: #62d15e;
    padding: 0 8px;
    border-radius: 4px;
    margin-left: 4px;
    display: inline-block
}

.box-nav-menu .sub-menu-style-2 {
    display: flex;
    gap: 25px;
    min-width: 620px
}

.box-nav-menu .sub-menu-style-2 .menu-list {
    width: 48%
}

.box-nav-menu .sub-menu-style-2 .banner {
    width: 52%;
    border-radius: 16px;
    position: relative;
    max-height: 262px
}

.box-nav-menu .sub-menu-style-2 .banner .img-style {
    display: block;
    border-radius: 16px
}

.box-nav-menu .sub-menu-style-2 .banner .content {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.box-nav-menu .sub-menu-style-2 .banner .title {
    font-size: 20px;
    line-height: 24px;
    color: var(--dark)
}

.box-nav-menu .sub-menu-style-2 .banner .box-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary);
    font-size: 12px;
    color: var(--white);
    flex-shrink: 0
}

.box-nav-menu .sub-menu-style-2 .banner .box-icon::after {
    animation-duration: .5s
}

.box-nav-menu .sub-menu-style-2 .banner::after {
    position: absolute;
    content: "";
    left: -2px;
    right: -2px;
    bottom: -2px;
    height: 137px;
    background: var(--gradient-1);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.box-nav-menu .sub-menu-style-3 {
    display: flex;
    gap: 25px;
    min-width: 552px;
    padding: 16px 24px 40px 32px;
    left: -100px
}

.box-nav-menu .sub-menu-style-3 .menu-list {
    margin-top: 16px;
    width: 45%
}

.box-nav-menu .sub-menu-style-3 .menu-heading {
    margin-bottom: 16px;
    font-weight: 500;
    color: var(--dark);
    font-size: 16px;
    line-height: 24px
}

.account-address-item .box-btn,
.box-nav-menu .list-recent-blog .item,
.card-product.style-list,
.tf-product-info-wrap .product-info-countdown .countdown__timer,
.tf-product-info-wrap .variant-color .variant-picker-values,
.wd-form-address .box-btn {
    display: flex;
    gap: 12px
}

.box-nav-menu .list-recent-blog .item .img-box {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0
}

.box-nav-menu .list-recent-blog .item .content {
    display: grid;
    align-content: flex-start;
    gap: 4px
}

.mega-menu .box-search {
    display: flex;
    gap: 10px;
    max-width: 635px;
    margin: 0 auto 20px
}

.mega-menu .box-search .tf-select select {
    min-width: 192px;
    height: 48px;
    padding: 12px 32px 12px 20px
}

.mega-menu .box-search .form-search button,
.mega-menu .box-search .tf-select::after,
.offcanvas-search .form-search button {
    right: 20px
}

.mega-menu .box-search .form-search {
    flex-grow: 1;
    width: 100%
}

.mega-menu .box-search .form-search input {
    padding: 12px 42px 12px 20px;
    height: 48px;
    border-radius: 43px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text);
    border-color: var(--line)
}

.mega-menu .box-search .form-search input::placeholder {
    color: var(--text)
}

.mega-menu .row-demo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 24px;
    row-gap: 32px
}

.mega-menu .demo-item {
    display: grid;
    gap: 15px;
    text-align: center
}

.mega-menu .demo-item .demo-name {
    font-size: 14px;
    line-height: 21px
}

.mega-menu .demo-item .demo-image {
    border: 1px solid var(--line);
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

.mega-menu .demo-item .demo-label {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px
}

.mega-menu .demo-item .demo-label span {
    font-size: 10px;
    line-height: 15px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: var(--primary);
    color: var(--white)
}

.mega-menu .demo-item .demo-label .demo-hot {
    background-color: #62d15e
}

.mega-menu .demo-item:hover .demo-image,
.tf-check-rounded:checked {
    border-color: var(--primary)
}

.banner-group-img .box-content .tf-btn,
.mega-menu .view-all-demo,
.tf-page-cart-sidebar .order-box .btn-order {
    margin-top: 32px
}

header {
    top: 0;
    
    left: 0;
    right: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 888
}

header.header-bg {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.canvas-mb {
    width: 100% !important;
    max-width: min(90%, 320px);
    border-right: 0 !important
}

.canvas-mb .mb-canvas-content {
    padding-top: 60px;
    min-width: 100%;
    max-width: min(90%, 320px);
    grid-auto-rows: minmax(0, 1fr) auto;
    isolation: isolate;
    height: 100%;
    width: 100%;
    display: grid;
    align-content: start
}

.canvas-mb .mb-body {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
    overscroll-behavior-y: contain;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.canvas-mb .icon-close-popup {
    position: absolute;
    font-size: 16px;
    z-index: 3;
    top: 15px;
    left: 15px;
    background-color: transparent;
    border: none;
    height: 30px;
    width: 30px;
    padding: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--dark)
}

.canvas-mb .mb-bottom .site-nav-icon,
.modal-before-you-leave .tf-mini-cart-sroll .tf-minicart-recommendations-title {
    margin-bottom: 18px
}

.canvas-mb .mb-bottom .bottom-bar-language {
    min-height: 40px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.canvas-mb .mb-bottom .bottom-bar-language .image-select.type-currencies>.dropdown-menu {
    margin-left: 0 !important;
    min-width: 100px
}

.canvas-mb .mb-bottom .bottom-bar-language .image-select>.dropdown-menu {
    margin: 0 !important
}

.canvas-mb .mb-bottom .bottom-bar-language .tf-currencies,
.canvas-mb .mb-bottom .bottom-bar-language .tf-languages,
.tf-compare-value {
    display: flex;
    align-items: center;
    justify-content: center
}

.canvas-mb .mb-bottom .bottom-bar-language .tf-currencies,
.sw-brand .swiper-slide:not(:last-child) .brand-item,
.tf-main-success .box-progress-order .order-progress-item:not(:last-child),
.tf-product-info-wrap .tf-product-info-delivery-return .product-delivery:not(:last-child) {
    border-right: 1px solid var(--line)
}

.canvas-mb .mb-bottom .bottom-bar-language button.dropdown-toggle {
    padding: 12px 20px
}

.canvas-mb .site-nav-icon {
    padding: 0 10px;
    line-height: 40px;
    border: solid 1px var(--line);
    gap: 6px;
    background-color: var(--line);
    color: var(--dark);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500
}

.canvas-mb .site-nav-icon .icon,
.card-product .countdown-box.style-3 .icon,
.tf-product-info-wrap .tf-product-info-extra-link .product-extra-icon .icon,
.tf-social-icon.style-large .social-facebook {
    font-size: 18px
}

.canvas-mb .site-nav-icon:hover {
    color: var(--white);
    background-color: var(--dark);
    border-color: var(--dark)
}

.footer-default .footer-bottom,
.footer-default .footer-top,
.footer-wrap,
.sidebar-account-wrap li:not(:first-child),
.widget-accordion:first-child {
    border-top: 1px solid var(--line)
}

.account-orders table tbody tr:not(:last-child),
.footer-default .footer-top,
.list-esd .item:not(:last-child),
.modal-order-detail .tb-order-detail .order-detail-item:not(:last-child),
.modal-order-detail table tbody tr:not(:last-child),
.nav-ul-mb .nav-mb-item:not(:last-child),
.table-page-cart .tf-cart-item,
.widget-accordion {
    border-bottom: 1px solid var(--line)
}

.canvas-mb .mb-other-content .group-icon {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px
}

.canvas-mb .mb-other-content .text-need {
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px
}

.canvas-mb .mb-other-content .mb-info li {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: var(--text);
    gap: 4px
}

.canvas-mb .mb-other-content .mb-contact {
    display: grid;
    gap: 8px;
    margin-bottom: 12px
}

.canvas-mb .mb-other-content .mb-contact p {
    font-size: 14px;
    line-height: 22px;
    color: var(--text)
}

.canvas-mb .form-search {
    margin-bottom: 8px;
    position: relative
}

.canvas-mb .form-search input {
    padding-right: 44px;
    color: var(--dark-2)
}

.nav-ul-mb .nav-mb-item {
    padding: 2px 0
}

.nav-ul-mb .nav-mb-item .mb-menu-link {
    min-height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-ul-mb .nav-mb-item .mb-menu-link:not(.collapsed) .btn-open-sub::before,
.nav-ul-mb .sub-nav-link:not(.collapsed) .btn-open-sub::before {
    transform: rotate(90deg)
}

.loobook-product .btn-lookbook:hover,
.menu-tab-fill.style-primary .item-slide-effect,
.menu-tab-fill.style-primary .tab-link.active,
.nav-ul-mb .nav-mb-item.active .mb-menu-link .btn-open-sub::after,
.nav-ul-mb .nav-mb-item.active .mb-menu-link .btn-open-sub::before,
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active .btn-open-sub::after,
.nav-ul-mb .nav-mb-item.active .sub-nav-link.active .btn-open-sub::before,
.noUi-connect,
.tf-btn.btn-line-dark:hover::after,
.tf-btn.btn-line-white:hover::after,
.tf-cart-checkbox .tf-checkbox-wrapp input:checked+div,
.tf-pin-btn.style-dark:hover span,
.tf-pin-btn.style-hover:hover span {
    background-color: var(--primary)
}

.nav-ul-mb .btn-open-sub {
    position: relative;
    width: 20px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.nav-ul-mb .btn-open-sub::before,
.nav-ul-mb .btn-open-sub:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--dark);
    transition: .4s .1s;
    margin: auto
}

.nav-ul-mb .btn-open-sub::before {
    width: 2px;
    height: 12px
}

.nav-ul-mb .btn-open-sub::after {
    width: 12px;
    height: 2px
}

.nav-ul-mb .demo-label {
    font-size: 10px;
    line-height: 15px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #62d15e;
    color: var(--white)
}

.nav-ul-mb .sub-nav-menu {
    padding-left: 10px;
    margin-bottom: 15px
}

.nav-ul-mb .sub-menu-level-2,
.wd-product-descriptions .item .title {
    margin-bottom: 5px
}

.nav-ul-mb .sub-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: var(--dark)
}

.nav-ul-mb .sub-nav-link.line-clamp {
    position: relative;
    display: inline-flex
}

.nav-ul-mb .sub-nav-link.line-clamp .demo-label {
    top: -5px;
    right: -38px
}

.footer-default {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text);
    background-color: var(--white)
}

.footer-default a {
    color: var(--text)
}

.footer-default .form-newsletter {
    max-width: 401px
}

.footer-default .form-newsletter .subscribe-button {
    padding: 13px;
    border-radius: 50%
}

.card-product .product-btn-main .icon,
.footer-default .form-newsletter .subscribe-button .icon {
    font-size: 17px
}

.footer-default .footer-top {
    padding: 32px 0
}

.footer-default .footer-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap
}

.dropdown-filter .filter-color-box,
.dropdown-filter .filter-size-box,
.footer-default .footer-top-wrap .tf-social-icon {
    gap: 8px
}

.footer-default .footer-body {
    padding-top: 40px;
    padding-bottom: 40px
}

.footer-default .footer-body .btn-line-dark {
    color: #444
}

.footer-default .footer-body .btn-line-dark::after {
    background-color: #444
}

.footer-logo {
    max-width: 157px;
    width: 100%
}

.footer-logo>a {
    width: 100%;
    display: block
}

.account-dashboard .box-check-list>*,
.banner-cd-phonecase .image img,
.banner-cls-phonecase .banner-content>*,
.btn-underline:hover::before,
.card-product.style-5 .card-product-info .tf-btn,
.cols>*,
.flat-with-text-lookbook .lookbook-content .swiper,
.flat-with-text-lookbook-v2 .lookbook-content .swiper,
.footer-logo>a img,
.form-default .cols>*,
.menu-tab-line .tab-link.active::after,
.menu-tab-line .tab-link:hover::after,
.my-account-container .my-acount-content,
.popup-login,
.popup-shopping-cart .tf-minicart-recommendations .tf-mini-cart-item .tf-mini-cart-image a,
.popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .tf-mini-cart-image a,
.s-banner-bundle .tf-swiper,
.tab-product-desc .tab-link.active::after,
.thumbs-bottom .flat-wrap-media-product,
.wg-cls.style-circle,
.wg-cls.style-square {
    width: 100%
}

.footer-info {
    margin-bottom: 15px;
    display: grid;
    gap: 15px
}

.footer-info a.infor_address {
    font-weight: 400
}

.footer-info a.infor_address:hover {
    color: inherit
}

.footer-info .item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0d0d0d
}

.footer-info .item a {
    color: #0d0d0d
}

.footer-info .box-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--line);
    font-size: 14px;
    color: var(--dark);
    background-color: var(--white);
    flex-shrink: 0
}

.footer-info .box-icon:hover,
.tf-btn.btn-out-line-primary:hover,
.tf-btn.btn-out-line-white:hover,
.tf-btn.btn-primary,
.tf-btn.hover-primary:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary)
}

.footer-info .box-icon:hover svg path {
    fill: var(--white)
}

.footer-heading {
    margin-bottom: 15px;
    color: #0d0d0d
}

.account-dashboard .content-account,
.blog-post-item .blog-content,
.footer-menu-list,
.slider-style-2 .box-title-slider {
    display: grid;
    gap: 15px
}

.box-testimonial-main .content,
.footer-newsletter,
.s-contact .content-left,
.s-contact .content-right {
    display: grid;
    gap: 20px
}

.footer-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 32px 0;
    position: relative;
    gap: 15px
}

.footer-bottom-wrap .image-select.style-default {
    border-radius: 4px !important;
    border: 1px solid rgba(46, 46, 46, .1490196078) !important;
    width: 184px !important;
    padding: 8px 10px
}

.footer-bottom-wrap .image-select.style-default .filter-option-inner-inner {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--dark)
}

.footer-bottom-wrap .image-select.style-default>.dropdown-toggle {
    background-color: transparent !important;
    border: 1px solid var(--line);
    outline: 0 !important;
    color: var(--dark);
    position: relative
}

.footer-bottom-wrap .image-select.style-default>.dropdown-toggle::before {
    position: absolute;
    content: "\e905";
    font-family: icomoon;
    right: 0;
    font-size: 6px;
    top: 50%;
    transform: translateY(-50%)
}

.footer-bottom-wrap .tf-payment {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap
}

.footer-bottom-wrap .tf-payment .item {
    max-width: 40px
}

.footer-bottom-wrap .box-right {
    display: flex;
    align-items: center;
    gap: 30px
}

.footer-default .subscribe-email,
.footer-default .tf-social-icon .social-item {
    background-color: transparent
}

.footer-style-2 {
    margin: 0 12px 80px
}

.footer-style-2 .footer-bottom-wrap {
    padding: 24px 0;
    border-top: 1px solid var(--line)
}

.flat-title.style-2,
.footer-style-2 .footer-info,
.slider-skincare .box-title-slider,
.sw-dots.style-2.type-2,
.wg-cls.style-abs2 {
    gap: 10px
}

.footer-style-2 .footer-logo {
    max-width: 108px;
    margin-bottom: 28px
}

.footer-pb-2 {
    padding-bottom: 100px
}

.footer-bg .footer-top {
    border-top: 0;
    border-color: #7f7f7f
}

.footer-bg .footer-bottom,
.footer-bg .row-footer .s1,
.footer-bg .row-footer .s2 {
    border-color: #7f7f7f
}

.footer-bg .tf-social-icon .social-item:not(:hover) {
    border-color: #989898;
    color: var(--white)
}

.footer-bg .footer-info .box-icon {
    border-color: transparent
}

.footer-bg .subscribe-email {
    border-color: var(--white) !important;
    background-color: var(--white)
}

.cloud-footer {
    margin-bottom: -2px
}

.cloud-footer img {
    width: 100%;
    height: auto
}

.footer-cloud {
    background-color: #d1d6ff;
    position: relative
}

.footer-cloud .footer-top {
    border-top: 0;
    border-color: var(--white)
}

.footer-cloud .footer-bottom,
.footer-cloud .footer-top .social-item,
.footer-cloud .row-footer .s1,
.footer-cloud .row-footer .s2,
.list-color-product .list-color-item.active .swatch-value,
.list-color-product .list-color-item:hover .swatch-value,
.list-volume-discount .volume-discount-item.active .check,
.list-volume-discount .volume-discount-item:hover .check,
.sw-dot-default.style-white .swiper-pagination-bullet-active {
    border-color: var(--white)
}

.footer-cloud .row-footer .form-newsletter input {
    background-color: var(--white);
    border-color: var(--white) !important
}

.footer-cloud .footer-info .box-icon,
.nav-swiper.line-white,
.s-contact.style-2 .content-left .tf-social-icon .social-item:not(:hover) {
    background-color: transparent;
    border-color: var(--white)
}

.flat-animate-tab .tab-pane {
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition-timing-function: ease-in;
    transition-duration: .2s
}

.flat-animate-tab .tab-pane.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-delay: 0.3s
}

.tab-product-desc .tab-link::after,
.tab-vertical-product-desc .tab-link::after {
    position: absolute;
    background-color: var(--dark);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tab-vertical-product-desc {
    display: grid;
    grid-template-columns: 2fr 10fr;
    gap: 30px
}

.tab-vertical-product-desc .menu-tab {
    border-left: 1px solid var(--line);
    height: max-content
}

.tab-vertical-product-desc .tab-link {
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative
}

.tab-vertical-product-desc .tab-link::after {
    content: "";
    transition: .3s ease-in-out;
    left: -1px;
    width: 1px;
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.banner-text-fashion .image-2 .img-style,
.flat-thumbs-tes .img-sw-thumb,
.flat-thumbs-tes .tf-thumb-tes,
.hover-overlay-2:hover .img-hv-overlay::before,
.offcanvas .offcanvas-content,
.slider-default .slider-wrap .image,
.slider-default .swiper-slide>*,
.tab-vertical-product-desc .tab-link.active::after {
    height: 100%
}

.menu-tab-line .tab-link::after,
.tab-product-desc .tab-link::after {
    content: "";
    bottom: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0
}

.account-address-item,
.tab-vertical-product-desc .tab-content {
    border-radius: 16px;
    border: 1px solid var(--line)
}

.tab-vertical-product-desc .wd-product-descriptions {
    padding: 30px 64px
}

.tab-product-desc .menu-tab {
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    overflow: auto
}

.tab-product-desc .tab-link {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.tab-product-desc .tab-link::after {
    transition: .3s ease-in-out
}

.menu-tab-line .tab-link::after,
.slider-effect-fade .swiper-slide .fade-item {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tab-content .swiper-pagination-progressbar,
.tab-product-desc .tab-content,
.tf-mini-cart-tool-openable.estimate-shipping .tf-cart-tool-btns,
.wrapper-control-shop .tf-list-layout .wg-pagination {
    margin-top: 30px
}

.flat-title-tab-categories {
    margin-bottom: 30px;
    display: grid;
    gap: 20px
}

.account-orders .account-no-orders-wrap .text,
.canvas-sidebar .mega-box:not(:last-child),
.flat-title-tab,
.flat-title-tab-2,
.mega-iconbox .tf-icon-box:not(:last-child),
.modal-newsletter .modal-bottom .text,
.modal-share-social .wrap-code,
.offcanvas-search .form-search,
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-checkbox,
.tf-checkout-cart-main .box-ip-checkout,
.tf-checkout-cart-main .box-ip-contact,
.tf-checkout-cart-main .box-ip-shipping,
.tf-checkout-cart-main .payment-method-box,
.tf-page-cart-main .form-cart,
.wg-404 .sub {
    margin-bottom: 32px
}

.flat-title-tab {
    display: grid;
    gap: 20px
}

.banner-shop.style-top .box-title,
.cls-video .info-product,
.contact-list,
.flat-title-tab .box-title,
.s-banner-product .content-right .box-title,
.s-banner-with-text .box-title-banner,
.slider-default .box-title-slider,
.tf-compare-item .content {
    display: grid;
    gap: 10px
}

.menu-tab-fill,
.menu-tab-fill-lg,
.menu-tab-line {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden
}

.flat-title-tab .menu-tab-line .tab-link {
    color: rgba(0, 0, 0, .39)
}

.menu-tab-line {
    gap: 12px
}

.menu-tab-line .tab-link {
    padding: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    color: var(--text);
    display: block;
    position: relative;
    white-space: nowrap
}

.menu-tab-line .tab-link::after {
    position: absolute;
    background-color: var(--primary);
    transition: .3s ease-in-out
}

.menu-tab-line.style-lg .tab-link {
    font-size: 24px;
    line-height: 27.2px
}

.menu-tab-line.style-lg2 .tab-link {
    color: #727272;
    padding: 0 !important
}

.menu-tab-line.style-lg2 .tab-link::after {
    background-color: #df3c01
}

.menu-tab-line.style-lg2 .tab-link.active,
.menu-tab-line.style-lg2 .tab-link:hover {
    color: #df3c01
}

.menu-tab-line.style-md2 .tab-link {
    padding: 4px 0;
    font-weight: 500
}

.menu-tab-line.style2 .tab-link {
    color: var(--text);
    font-weight: 500
}

.menu-tab-line.style2 .tab-link::after,
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before,
.noUi-vertical .noUi-handle::after,
.noUi-vertical .noUi-handle::before {
    content: none
}

.menu-tab-fill .tab-link {
    padding: 10px 24px;
    min-width: 120px;
    font-weight: 500;
    color: var(--rgba-dark);
    border-radius: 33px
}

.menu-tab-fill .tab-link.active {
    color: var(--white);
    background-color: #92a9ff
}

.menu-tab-fill .item-slide-effect {
    background-color: #92a9ff
}

.menu-tab-fill.style-primary .tab-link {
    min-width: 100%
}

.menu-tab-fill-lg {
    gap: 20px
}

.menu-tab-fill-lg .tab-link {
    color: var(--text);
    white-space: nowrap;
    font-weight: 500
}

.item-slide-effect {
    position: absolute;
    height: 100%;
    z-index: -1;
    background-color: var(--primary);
    border-radius: 33px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    left: 0
}

.image-compare,
.modal-newsletter .modal-content,
.modal-quick-view .modal-content,
.slider-electric-access .swiper,
.slider-phonecase,
.tf-icon-box.style-lg {
    border-radius: 16px
}

.flat-controltab-nav .box-nav-swiper {
    position: absolute;
    right: 0;
    top: -90px;
    transform: none
}

.card-product.style-border .card-product-wrapper img,
.flat-wrap-media-product .tf-product-media-main .slide-3d,
.flat-wrap-media-product .tf-product-media-main .slide-video,
.slider-default .swiper-slide,
.sw-height .swiper-slide {
    height: auto
}

.slider-default .box-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%
}

.slider-default .content-slider {
    display: grid;
    gap: 34px
}

.slider-default .content-slider.style-2 {
    border-radius: 16px;
    background-color: rgb(0 0 0 / 25%);
    padding: 30px 15px;
    overflow: hidden
}

.slider-default .slider-wrap.bg-type-1 {
    background: linear-gradient(256.55deg, #ffd1bb 0, #fffedb 100%)
}

.slider-default .slider-wrap.bg-type-2 {
    background: linear-gradient(256.55deg, #f4e7fb 0, #ffe9e9 25%, #ffedec 50%, #ffe9fd 100%)
}

.slider-default .slider-wrap.bg-type-3 {
    background: linear-gradient(256.55deg, #dcfaff 0, #dbe3ff 100%)
}

.slider-default .slider-wrap.bg-type-4 {
    background: #d4edff
}

.slider-default .slider-wrap.bg-type-5 {
    background: #eef0ff
}

.slider-default .slider-wrap.bg-type-6 {
    background: #fff0f6
}

.slider-default .slider-wrap.bg-type-7 {
    background: linear-gradient(-90deg, #ffe8e6 0, #fff7d6 100%)
}

.slider-default .slider-wrap.bg-type-8 {
    background: linear-gradient(-90deg, #e6f4ff 0, #ffecd6 100%)
}

.slider-default .slider-wrap.bg-type-9 {
    background: linear-gradient(-90deg, #f5e6ff 0, #f1ffec 100%)
}

.animate-btn,
.hover-shine .shine-item,
.s-banner-with-text .image-banner,
.tf-slideshow,
.wg-cls.style-abs2 .image-wrap {
    position: relative;
    overflow: hidden
}

.tf-slideshow .wrap-pagination {
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    z-index: 1
}

.slider-style-2 .slider-wrap,
.tf-btn.btn-line .icon,
.tf-btn.btn-line-dark .icon,
.tf-btn.btn-line-white .icon,
.tf-compare-row,
.wg-testimonial.style-row,
.wrap-code {
    display: flex
}

.slider-style-2 .image {
    width: 50%;
    margin-left: auto
}

.slider-style-2 .box-content-left {
    background: #ba9272;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    display: flex
}

.form-default .button-submit,
.slider-style-2 .box-btn-slider {
    display: flex;
    justify-content: center
}

.slider-style-2 .content-slider {
    display: grid;
    gap: 36px
}

.slider-style-2 .wrap-pagination {
    bottom: 30px
}

.slider-effect-fade .swiper-slide .fade-item {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.slider-effect-fade .swiper-slide .fade-item.fade-box {
    transition-delay: 0.4s
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-1 {
    transition-delay: 0.5s
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-2 {
    transition-delay: 0.6s
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-3 {
    transition-delay: 0.7s
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-4 {
    transition-delay: 0.8s
}

.slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.slider-fashion-1 .image img {
    width: unset
}

.slider-fashion-1 .slider-wrap.bg-type-2 .image {
    display: flex;
    justify-content: end
}

.slider-fashion-1 .slider-wrap.bg-type-2 .image img {
    height: unset
}

@keyframes spin-border {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.slider-fashion-2 .fs-cls {
    background-color: var(--surface)
}

.slider-electronic .slider-wrap {
    height: 731px
}

.slider-electronic .slider-wrap.type-image-right {
    display: flex;
    justify-content: end;
    align-items: center
}

.slider-electric-access .content-slider,
.slider-electronic .content-slider {
    gap: 32px
}

.slider-fashion-3 .box-title-slider {
    gap: 17px
}

.slider-baby .content-slider,
.slider-fashion-3 .content-slider,
.slider-phonecase .content-slider,
.slider-skincare .content-slider {
    gap: 40px
}

.slider-fashion-3 .type {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.02em
}

.slider-fashion-3 .wrap-pagination {
    bottom: 33px
}

.slider-skincare .wrap-pagination {
    bottom: 31px
}

.slider-bicycle .box-content {
    top: unset;
    transform: unset;
    bottom: 40px
}

.slider-phonecase {
    margin: 27px 15px 0
}

.slider-pet .wrap-pagination,
.slider-phonecase .wrap-pagination {
    bottom: 25px
}

.modal-quick-view .tf-product-info-wrap .view-details .icon,
.slider-phonecase .tf-btn .icon,
.tf-btn.btn-line i,
.tf-btn.btn-line-dark i,
.tf-btn.btn-line-white i,
.tf-btn.hover-icon-2.btn-cls .icon,
.wg-testimonial.style-2 .box-btn .icon {
    font-size: 12px
}

.modal-find-size .header span,
.modal-order-detail .header span,
.popup-style-2 .modal-header .icon-close,
.tf-btn,
.tf-btn .icon,
.tf-btn-filter .icon,
.tf-product-info-wrap .tf-product-info-heading .product-info-rate .icon {
    font-size: 16px
}

.slider-baby .wrap-pagination,
.slider-electric-access .wrap-pagination {
    bottom: 29px
}

.banner-cd-phonecase .countdown__timer,
.banner-cls-electric .banner-content .box-title-banner,
.box-nav-swiper.style-2,
.slider-baby .box-title-slider,
.sw-dots.style-2,
.tf-icon-box.style-3 .content,
.tf-icon-box.style-4 .content {
    gap: 12px
}

.slider-baby .box-content {
    top: 44%
}

.slider-baby .clouds {
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1
}

.slider-baby .clouds img {
    width: 100%;
    height: auto;
    right: 0
}

@keyframes floating {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(20px)
    }
}

.grid-box-store,
.slider-pod .box-title-slider,
.tf-page-cart-sidebar .testimonial-cart-box .box-testimonial-main {
    gap: 24px
}

.slider-pod .content-slider {
    gap: 42px;
    max-width: 691px;
    margin: auto
}

.slider-btn-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px
}

.slider-btn-thumbs .btn-thumbs {
    opacity: .2;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.filter-group-check .list-item .tf-check:checked~.label,
.item-has-checkbox.check,
.modal-backdrop.show,
.offcanvas-backdrop.show,
.slider-btn-thumbs .btn-thumbs.active,
.slider-btn-thumbs .btn-thumbs:hover,
.sw-brand .swiper-slide:hover img,
.tf-brand .brand-item:hover,
.tf-check-rounded:checked::before {
    opacity: 1
}

.slider-thumb-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.tes-jewelry-wrap {
    max-width: 994px;
    margin: 0 auto
}

.slider-effect-zoom img {
    -webkit-transition: 15s linear;
    -khtml-transition: all 15s linear;
    -moz-transition: 15s linear;
    -ms-transition: 15s linear;
    -o-transition: 15s linear;
    transition: 15s linear;
    object-fit: cover
}

.tf-btn,
.tf-btn.hover-icon-2 .icon {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.slider-effect-zoom .swiper-slide-active img {
    transform: scale(1.25)
}

.slider-default .parallax-wrap {
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.slider-default .parallax-wrap .box-content {
    position: unset;
    transform: none
}

.banner-group-img {
    display: block;
    position: relative
}

.banner-group-img .banner-img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

.banner-group-img .box-content {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white);
    max-width: 638px;
    margin: auto;
    padding: 30px 15px;
    z-index: 5
}

.banner-group-img .box-content .subheading {
    margin-bottom: 12px;
    display: block
}

.tf-btn {
    transition: .3s ease-in-out;
    background-color: var(--secondary);
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 13px 32px;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize
}

.tf-btn.hover-icon:hover .icon {
    animation: .3s linear link-icon
}

.tf-btn.hover-icon-2 {
    gap: 0
}

.tf-btn.hover-icon-2 .icon {
    transform: scale(0);
    transition: .3s ease-in-out;
    color: var(--white);
    width: 0
}

.tf-btn.btn-line-dark::after,
.tf-btn.btn-line::after,
.wg-cls.style-02 .btn-cls span::after {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    height: 1px;
    content: ""
}

.tf-btn.hover-icon-2:hover .icon {
    transform: scale(1);
    width: 14px;
    margin-left: 10px
}

.tf-btn.btn-out-line-primary {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary)
}

.tf-btn.btn-out-line-white {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white)
}

.nav-swiper.style-line,
.tf-btn.btn-out-line-dark,
.tf-loading.loadmore:hover {
    background-color: transparent;
    border-color: var(--dark);
    color: var(--dark)
}

.tf-btn.btn-out-line-dark:hover,
.tf-btn.hover-dark:hover {
    background-color: var(--dark);
    color: var(--white);
    border-color: var(--dark)
}

.tf-btn.btn-out-line-dark-2 {
    background-color: transparent;
    border-color: var(--dark-2);
    color: var(--dark-2)
}

.tf-btn.btn-out-line-dark-2:hover {
    background-color: var(--dark-2);
    color: var(--white);
    border-color: var(--dark-2)
}

.tf-btn.btn-out-line-green {
    background-color: transparent;
    border-color: #108066;
    color: #108066
}

.tf-btn.btn-out-line-green:hover {
    background-color: #16423c;
    color: var(--white);
    border-color: #16423c
}

.tf-btn.btn-out-line-yellow {
    background-color: transparent;
    border-color: #b99f4a;
    color: #b99f4a
}

.tf-btn.btn-out-line-yellow:hover,
.tf-btn.hover-green:hover {
    background-color: #b99f4a;
    color: var(--white);
    border-color: #b99f4a
}

.tf-btn.btn-white {
    color: var(--dark);
    background-color: var(--white);
    border-color: var(--white)
}

.tf-btn.btn-yellow {
    color: var(--white);
    background-color: #b99f4a;
    border-color: #b99f4a
}

.tf-btn.btn-green {
    color: var(--white);
    background-color: #496048;
    border-color: #496048
}

.tf-btn.btn-green-2 {
    color: var(--white);
    background-color: #16423c;
    border-color: #16423c
}

.tf-btn.btn-blue {
    color: var(--dark);
    background-color: #cae0e8;
    border-color: #cae0e8
}

.tf-btn.btn-blue-2 {
    color: var(--white);
    background-color: #4378ff;
    border-color: #4378ff
}

.tf-btn.btn-orange {
    color: var(--white);
    background-color: #ca790b !important;
    border-color: #ca790b !important
}

.tf-btn.btn-orange-2 {
    color: var(--white);
    background-color: #f77904 !important;
    border-color: #f77904 !important
}

.tf-btn.btn-line,
.tf-btn.btn-line-dark,
.tf-btn.btn-line-white {
    border: none;
    background: 0 0;
    padding: 0;
    position: relative;
    gap: 6px;
    width: max-content
}

.tf-btn.btn-line,
.tf-btn.btn-line-dark {
    color: var(--dark);
    justify-content: unset
}

.tf-btn.btn-line:hover::after,
.wg-cls.style-02 .btn-cls:hover span::after {
    left: 0;
    right: auto;
    width: 100%
}

.tf-btn.btn-line::after,
.wg-cls.style-02 .btn-cls span::after {
    bottom: 2px;
    left: auto;
    right: 0;
    width: 0%;
    background-color: var(--primary);
    transition: .3s ease-in-out
}

.tf-btn.btn-line-dark::after {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    background-color: var(--dark);
    transition: .3s ease-in-out
}

.btn-underline,
.tf-btn.btn-line-white::after {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tf-btn.btn-line-white {
    color: var(--white);
    justify-content: unset
}

.tf-btn.btn-line-white::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    transition: .3s ease-in-out
}

.tf-btn.hover-shadow:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    transform: translateY(-2px)
}

.tf-btn.btn-out-line-dark2 {
    background-color: transparent;
    border: 1px solid var(--dark-2);
    color: var(--dark-2)
}

.tf-btn.btn-out-line-dark2:hover {
    background-color: var(--dark-2);
    color: var(--white)
}

.tf-btn.btn-dark2 {
    background-color: var(--dark-2);
    color: var(--white);
    border: 1px solid var(--dark-2)
}

.tf-btn.btn-dark3 {
    background-color: var(--text-2);
    color: var(--white);
    border: 1px solid var(--text-2)
}

.tf-btn.btn-red {
    background-color: #df3c01;
    color: var(--white);
    border: 1px solid #df3c01
}

.list-volume-discount .volume-discount-item .discount-price,
.list-volume-discount .volume-discount-item .info-discount,
.tf-btn.btn-sold-out,
.volume-discount-thumbnail-item .content-discount .count,
.volume-discount-thumbnail-item .content-discount .price-new,
.volume-discount-thumbnail-item .content-discount .price-old {
    opacity: .8
}

.tf-btn.btn-small {
    padding: 9px 27px
}

.tf-btn.btn-space1 {
    padding-left: 30px;
    padding-right: 15px;
    gap: 16px
}

.animate-btn:hover::after {
    animation: 1s forwards shine-reverse
}

.animate-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100%;
    opacity: .6
}

.animate-btn.tf-btn::after,
button.animate-btn::after {
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, .4), rgba(0, 0, 0, 0) 70%)
}

.animate-btn.animate-dark::after {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .25), transparent)
}

@keyframes shine-forward {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}

@keyframes shine-reverse {
    0% {
        left: 100%
    }

    100% {
        left: -100%
    }
}

.btn-sidebar {
    display: none;
    position: fixed;
    top: 30%;
    z-index: 100;
    width: max-content
}

.btn-sidebar.left,
.slider-wrap-lb .swiper-button-prev {
    left: 0
}

.btn-sidebar.right,
.slider-wrap-lb .swiper-button-next {
    right: 0
}

.btn-sidebar button {
    width: 48px;
    height: 48px;
    display: flex;
    border: 0;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    box-shadow: var(--shadow-1);
    border-radius: 0 4px 4px 0;
    padding: 10px
}

.btn-sidebar .type-hover {
    gap: 10px;
    width: 40px
}

.btn-sidebar .type-hover .text {
    display: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--dark)
}

.btn-sidebar .type-hover:hover,
.card-product .on-sale-wrap.type-2 .on-sale-item,
.tf-bundle-product-item .tf-select {
    width: max-content
}

.tf-loading {
    font-size: 14px;
    line-height: 20px;
    width: auto;
    height: 42px;
    min-width: 118px;
    padding: 10px
}

.spinner-circle {
    width: 24px;
    height: 24px;
    position: relative
}

.spinner-circle .spinner-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.btn-underline::after,
.btn-underline::before {
    content: "";
    left: 0;
    bottom: 4px;
    height: 1px;
    position: absolute
}

.spinner-circle .spinner-child::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: var(--white);
    border-radius: 100%;
    -webkit-animation: 1s ease-in-out infinite both spinner-circleBounceDelay;
    animation: 1s ease-in-out infinite both spinner-circleBounceDelay
}

.spinner-circle .spinner-circle2 {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.spinner-circle .spinner-circle2::before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner-circle .spinner-circle3 {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg)
}

.spinner-circle .spinner-circle3::before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.spinner-circle .spinner-circle4 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.spinner-circle .spinner-circle4::before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.spinner-circle .spinner-circle5 {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg)
}

.spinner-circle .spinner-circle5::before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.spinner-circle .spinner-circle6 {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg)
}

.spinner-circle .spinner-circle6::before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.spinner-circle .spinner-circle7 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.spinner-circle .spinner-circle7::before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.spinner-circle .spinner-circle8 {
    -webkit-transform: rotate(280deg);
    -ms-transform: rotate(280deg);
    transform: rotate(280deg)
}

.spinner-circle .spinner-circle8::before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.spinner-circle .spinner-circle9 {
    -webkit-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    transform: rotate(320deg)
}

.spinner-circle .spinner-circle9::before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

@-webkit-keyframes spinner-circleBounceDelay {

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

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

@keyframes spinner-circleBounceDelay {

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

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

.btn-underline {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--dark);
    transition: background-position .3s linear;
    background: linear-gradient(to right, var(--primary) 50%, var(--dark) 50%);
    background-size: 200% 100%;
    background-position: right;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative
}

.tf-check,
.tf-check-rounded {
    position: relative;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none
}

.btn-underline:hover {
    background-position: left
}

.btn-underline::after {
    right: 0;
    background-color: var(--dark);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-underline::before {
    width: 0;
    background-color: var(--primary);
    transition: width .3s linear;
    z-index: 1
}

.tf-btn-icon,
.tf-check::before {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tf-btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out
}

.tf-btn-icon:hover i {
    transform: rotate(45deg)
}

.tf-check {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid var(--rgba-dark-3);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px
}

.tf-check:checked {
    border-color: var(--primary);
    background-color: var(--primary)
}

.tf-check:checked::before {
    opacity: 1;
    transform: scale(1)
}

.tf-check::before {
    font-weight: 500;
    font-family: icomoon;
    content: "\e92c";
    position: absolute;
    color: var(--white);
    opacity: 0;
    font-size: 7px;
    transform: scale(0);
    transition: .3s ease-in-out
}

.tf-check-rounded {
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tf-check-rounded::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: var(--primary);
    opacity: 0
}

.tf-select select {
    width: 100%;
    padding: 9px 24px 9px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 16px;
    line-height: 24px;
    color: var(--text)
}

.tf-select::after {
    font-family: icomoon;
    position: absolute;
    content: "\e95a";
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    z-index: -1;
    font-weight: 400
}

.tf-select.select-square select {
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-3);
    opacity: .8;
    height: 50px
}

.tf-field .tf-input:focus~.tf-field-label,
.tf-field .tf-input:not(:placeholder-shown)~.tf-field-label {
    border-radius: 3px;
    background-color: #f2f2f2;
    font-size: 12px;
    top: 0;
    padding: 0 8px;
    color: var(--rgba-dark-2)
}

.tf-field .tf-input::placeholder {
    color: transparent
}

.tf-field .tf-field-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    transition: .1s;
    cursor: text;
    font-size: 14px;
    line-height: 20px;
    color: rgba(102, 112, 133, .8)
}

.tf-field.style-2 .tf-input {
    padding: 24px 20px 6px;
    height: 50px
}

.tf-field.style-2 .tf-input:focus~.tf-field-label,
.tf-field.style-2 .tf-input:not(:placeholder-shown)~.tf-field-label {
    top: 6px;
    left: 20px;
    transform: none;
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: rgba(102, 112, 133, .8)
}

.tf-field.style-3 .tf-field-label,
.tf-field.style-3 .tf-input:focus~.tf-field-label,
.tf-field.style-3 .tf-input:not(:placeholder-shown)~.tf-field-label {
    left: 12px
}

.form-search input {
    border-color: rgba(0, 0, 0, .2)
}

.form-search input::placeholder {
    color: #989898
}

.form-search button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
    border: 0;
    color: var(--dark)
}

.form-search .btn-search {
    background-color: var(--dark);
    color: var(--white);
    padding: 7px 22px;
    right: 6px
}

.form-search .btn-search:hover,
.s-blog-single .related-post .post:hover .icon,
.tf-main-success .timeline-item.active .box-icon {
    background-color: var(--primary);
    color: var(--white)
}

.tf-form-search .search-suggests-results {
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 1000;
    height: auto;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: .1s ease-in-out;
    max-width: 100%;
    box-shadow: var(--shadow-1);
    pointer-events: none
}

.tf-variant-dropdown,
.tf-variant-dropdown .select-item {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tf-form-search .search-suggests-results .search-suggests-results-inner {
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    max-height: calc(95vh - 183px)
}

.tf-form-search .search-suggests-results .search-suggests-results-inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px
}

.tf-form-search .search-suggests-results .search-suggests-results-inner::-webkit-scrollbar-track {
    background-color: var(--line)
}

.tf-form-search .search-suggests-results .search-suggests-results-inner::-webkit-scrollbar-thumb {
    background: var(--line-3);
    border-radius: 10px
}

.tf-form-search:hover .search-suggests-results {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.tf-form-search .search-suggests-results-inner .search-result-item {
    display: flex;
    gap: 15px
}

.tf-form-search .search-suggests-results-inner .search-result-item .box-content .title {
    color: var(--dark);
    text-align: left
}

.tf-form-search .search-suggests-results-inner .search-result-item .box-content .price {
    color: var(--dark);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 8px
}

.tf-form-search .search-suggests-results-inner .search-result-item .box-content .old-price {
    text-decoration: line-through;
    color: var(--rgba-dark)
}

.tf-form-search .search-suggests-results-inner .search-result-item .img-box {
    width: 60px;
    height: auto
}

.grid-mega .image,
.grid-vegetable .image,
.modal-quick-view .tf-product-media-wrap .item,
.s-banner-bundle .image-banner,
.sw-height .swiper-slide .card-product,
.tf-bundle-product-item .bundle-image img,
.tf-form-search .search-suggests-results-inner .search-result-item .img-box img,
.tf-sw-lookbook .cls-lookbook {
    width: 100%;
    height: 100%
}

.tf-form-search .search-suggests-results-inner li:not(:last-child) .search-result-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px var(--line)
}

.form-newsletter fieldset input {
    border-radius: 49px;
    border-color: var(--line);
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px
}

.form-newsletter fieldset input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #a5a5a5
}

.form-newsletter .button-submit {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.form-default .cols {
    display: flex;
    gap: 24px;
    margin-bottom: 24px
}

.form-default fieldset label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px
}

.form-default fieldset input {
    border-radius: 45px;
    border-color: var(--line);
    color: var(--dark)
}

.form-default fieldset textarea {
    border-radius: 16px;
    border-color: var(--line);
    height: 228px
}

.card-product .list-capacity-product .list-color-item.active,
.form-default fieldset textarea:hover,
.meta-filter-shop .filter-tag:hover,
.meta-filter-shop .remove-all-filters:hover,
.sw-dot-default .swiper-pagination-bullet-active,
.tf-btn-filter:hover,
.tf-dropdown-sort:hover,
.tf-product-info-wrap .variant-size .size-btn:not(.select-item).active,
.tf-variant-dropdown:hover {
    border-color: var(--dark)
}

.account-address .btn-add-address,
.account-orders .account-no-orders-wrap img,
.account-orders .title,
.form-default .notice,
.modal-order-detail .tb-order-detail,
.s-blog-single .bot,
.tf-product-side-accordions {
    margin-bottom: 42px
}

.form-default .button-submit .tf-btn {
    padding: 11px 32px;
    min-width: 176px
}

.wd-form-address {
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 16px
}

.wd-form-address fieldset input {
    border-radius: 6px
}

.wd-form-address .tf-cart-checkbox {
    margin-bottom: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer
}

.edit-form-address,
.fl-order-testimonial .sw-dot-default,
.flat-thumbs-tes .box-nav-swiper,
.flat-thumbs-tes .sw-dot-default,
.tab-content .box-btn,
.tf-breadcrumb.space-t,
.wg-testimonial-2 .text {
    margin-top: 24px
}

.account-address .title-account {
    margin-bottom: 23px
}

.cols {
    display: flex;
    gap: 15px 10px
}

.form-ask-question .text {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #5d5d5d
}

.form-ask-question textarea {
    height: 149px
}

.form-ask-question button {
    margin-top: 42px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: -.03em
}

.image-select.style-default {
    width: unset !important;
    display: flex
}

.image-select.style-default>select {
    display: none !important
}

.image-select.style-default>.dropdown-toggle {
    padding: 0 14px 0 0;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    color: var(--dark);
    gap: 6px
}

.image-select.style-default>.dropdown-toggle::after {
    border: 0;
    position: absolute;
    right: 0;
    content: "\e95a";
    font-family: icomoon;
    font-size: 10px;
    color: var(--dark);
    margin-top: 2px
}

.image-select.style-default .filter-option-inner-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--dark)
}

.image-select.style-default .filter-option-inner-inner img,
.image-select.style-default>.dropdown-menu a .text img {
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.image-select.style-default>.dropdown-menu {
    overflow: unset !important;
    margin-top: 17px !important;
    margin-bottom: 17px !important;
    padding: 15px 20px;
    border-radius: 8px;
    border: 0;
    background-color: var(--white);
    box-shadow: var(--shadow-1)
}

.image-select.style-default>.dropdown-menu a {
    padding: 5px 0
}

.image-select.style-default>.dropdown-menu a .text {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.image-select.style-default>.dropdown-menu a.active,
.image-select.style-default>.dropdown-menu a:active,
.image-select.style-default>.dropdown-menu a:hover {
    color: var(--primary);
    background-color: unset
}

.image-select.style-default>.dropdown-menu::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--white);
    top: 0;
    left: 50%;
    z-index: 2
}

.image-select.style-default>.dropdown-menu[data-popper-placement=top-start]::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: var(--white);
    bottom: 0;
    left: 50%;
    z-index: 2
}

.image-select.type-currencies>.dropdown-menu {
    min-width: 215px
}

.image-select.type-languages>.dropdown-menu {
    min-width: 100px
}

.image-select.color-secondary-2>.dropdown-toggle,
.image-select.color-secondary-2>.dropdown-toggle .filter-option .filter-option-inner,
.image-select.color-secondary-2>.dropdown-toggle::after {
    color: var(--secondary-2)
}

.tf-variant-dropdown {
    border-radius: 6px;
    padding: 10px 12px;
    min-width: 100px;
    border: 1px solid var(--line-2);
    cursor: pointer;
    transition: .3s ease-in-out
}

.tf-variant-dropdown .btn-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.tf-variant-dropdown .btn-select .icon {
    font-size: 7px
}

.tf-variant-dropdown .text-sort-value {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--rgba-dark-2);
    text-transform: capitalize
}

.tf-variant-dropdown .dropdown-menu {
    margin: 5px !important;
    box-shadow: var(--shadow-1);
    min-width: 180px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    max-height: 68vh;
    isolation: isolate;
    overscroll-behavior-y: contain;
    overflow-y: auto
}

.tf-variant-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px
}

.tf-variant-dropdown .dropdown-menu::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track)
}

.tf-variant-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px
}

.tf-variant-dropdown .select-item {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--text);
    padding: 0 20px;
    line-height: 30px;
    width: 100%;
    transition: .3s ease-in-out
}

.dropdown-filter .icon,
.tf-dropdown-sort,
.tf-dropdown-sort .icon {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tf-variant-dropdown .select-item::after {
    height: 100%;
    content: "";
    width: 6px;
    position: absolute;
    z-index: 2;
    left: 3px;
    top: 0;
    background-color: var(--white)
}

.tf-variant-dropdown .select-item::before {
    left: 0;
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: var(--line);
    border-radius: 0 3px 3px 0
}

.tf-variant-dropdown .select-item.active,
.tf-variant-dropdown .select-item:hover {
    background-color: var(--line);
    color: var(--dark)
}

.tf-variant-dropdown.full .dropdown-menu {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.tf-variant-dropdown.full .select-item {
    line-height: 40px
}

.tf-variant-dropdown.has-color .select-item {
    display: flex;
    gap: 6px;
    align-items: center
}

.tf-variant-dropdown.has-color .box-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%
}

.tf-dropdown-sort {
    border-radius: 27px;
    padding: 8px 14px;
    min-width: 100px;
    border: 1px solid var(--line);
    cursor: pointer;
    transition: .3s ease-in-out
}

.dropdown-filter .icon,
.tf-dropdown-sort .icon {
    font-size: 12px;
    display: inline-block;
    transition: .3s ease-in-out;
    margin-top: 2px
}

.sw-dot-default .swiper-pagination-bullet,
.tf-dropdown-sort .select-item {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    position: relative
}

.tf-dropdown-sort .btn-select {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px
}

.dropdown-filter .dropdown-toggle.show .icon,
.nav-swiper.arrow-1.swiper-button-prev,
.tf-dropdown-sort.show .btn-select .icon,
.widget-accordion .accordion-title:not(.collapsed) .icon,
.widget-facet .facet-title.collapsed .icon {
    transform: rotate(180deg)
}

.dropdown-filter .text-value,
.tf-dropdown-sort .text-sort-value {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize
}

.dropdown-filter .dropdown-menu,
.tf-dropdown-sort .dropdown-menu {
    box-shadow: var(--shadow-1);
    max-height: 68vh;
    overflow-y: auto;
    isolation: isolate;
    overscroll-behavior-y: contain
}

.tf-dropdown-sort .dropdown-menu {
    margin: 5px !important;
    min-width: 180px;
    border: 1px solid var(--line);
    padding: 10px 5px;
    border-radius: 8px
}

.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar {
    width: 5px
}

.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track)
}

.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px
}

.tf-dropdown-sort .select-item {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark);
    padding: 0 15px;
    line-height: 30px;
    width: 100%;
    transition: .3s ease-in-out
}

.tf-dropdown-sort .select-item.active,
.tf-dropdown-sort .select-item:hover {
    color: var(--dark);
    background-color: var(--line)
}

.dropdown-filter .dropdown-toggle {
    min-width: 91px;
    border-radius: 27px;
    padding: 8px 14px;
    border: 1px solid var(--line);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px
}

.dropdown-filter .dropdown-menu {
    min-width: 200px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 15px 10px
}

.dropdown-filter .dropdown-menu::-webkit-scrollbar {
    width: 5px
}

.dropdown-filter .dropdown-menu::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track)
}

.dropdown-filter .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px
}

.swiper {
    --swiper-theme-color: var(--primary);
    --swiper-pagination-progressbar-bg-color: #d9d9d9
}

.swiper-pagination-progressbar {
    border-radius: 34px;
    overflow: hidden
}

.card-product.style-border-2.border-type-5 .product-progress-sale,
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.form-login .button-wrap,
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout,
.slider-scroll,
.sw-dots,
.thumbs-slider {
    display: flex;
    gap: 10px
}

.sw-dots .swiper-pagination-bullet {
    background: #373737;
    position: relative;
    opacity: 1;
    -webkit-transition: .25s cubic-bezier(0, 0, .76, 1);
    -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -moz-transition: .25s cubic-bezier(0, 0, .76, 1);
    -ms-transition: .25s cubic-bezier(0, 0, .76, 1);
    -o-transition: .25s cubic-bezier(0, 0, .76, 1);
    transition: .25s cubic-bezier(0, 0, .76, 1)
}

.sw-dots .swiper-pagination-bullet::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid var(--primary);
    border-top-color: transparent;
    -webkit-transition: .25s cubic-bezier(0, 0, .76, 1);
    -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
    -moz-transition: .25s cubic-bezier(0, 0, .76, 1);
    -ms-transition: .25s cubic-bezier(0, 0, .76, 1);
    -o-transition: .25s cubic-bezier(0, 0, .76, 1);
    transition: .25s cubic-bezier(0, 0, .76, 1);
    opacity: 0;
    animation: 1.5s linear infinite spin-border
}

.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 10px !important
}

.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg)
}

.pswp__bg,
.sw-dots.dot-white .swiper-pagination-bullet,
.sw-dots.style-white .swiper-pagination-bullet {
    background: var(--white)
}

.sw-dots.style-white .swiper-pagination-bullet::after {
    border-color: transparent #cacaca #cacaca
}

.sw-dots.style-white.border-red .swiper-pagination-bullet::after {
    border: 1px solid #ff4747;
    border-top-color: transparent
}

.sw-dots.style-grey .swiper-pagination-bullet {
    background: #b4b4b4
}

.sw-dots.style-grey .swiper-pagination-bullet::after {
    border: 1px solid var(--white);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px
}

.sw-dots.style-grey .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white);
    border-color: var(--white)
}

.sw-dots.style-2 .swiper-pagination-bullet {
    background-color: #1b1b1b
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
    transform: translate(-50%, -50%);
    border: unset;
    height: 18px;
    width: 18px;
    border: 5px solid var(--primary)
}

.sw-dots.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 5px !important;
    background-color: var(--white)
}

.sw-dots.style-2.type-2 .swiper-pagination-bullet {
    background-color: #bababa
}

.sw-dots.style-2.type-2 .swiper-pagination-bullet::after {
    transform: translate(-50%, -50%);
    border: 9px solid rgba(238, 238, 238, .6980392157);
    height: 26px;
    width: 26px
}

.sw-dots.style-2.type-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 9px !important;
    background-color: var(--dark)
}

.sw-dots.border-white .swiper-pagination-bullet::after {
    border: 1px solid var(--white)
}

.sw-dots.small {
    height: 15px;
    align-items: center
}

.sw-dots.small .swiper-pagination-bullet {
    height: 6px;
    width: 6px
}

.sw-dots.small .swiper-pagination-bullet::after {
    animation: unset
}

.sw-dots.small .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 15px;
    height: 15px
}

.sw-dot-default {
    display: flex;
    gap: 4px;
    margin-top: 20px
}

.sw-dot-default .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    background-color: transparent;
    border: 1px solid transparent;
    opacity: 1
}

.nav-swiper,
.sw-dot-default .swiper-pagination-bullet:before {
    border-radius: 999px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.sw-dot-default .swiper-pagination-bullet:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #b1b1b1;
    transition: .3s ease-in-out
}

.sw-dot-default.style-sm {
    gap: 2px
}

.sw-dot-default.style-sm .swiper-pagination-bullet {
    width: 14px;
    height: 14px
}

.sw-dot-default.style-sm .swiper-pagination-bullet:before {
    width: 4px;
    height: 4px
}

.flat-with-text-lookbook,
.sw-auto .swiper-wrapper {
    align-items: center
}

.sw-auto .swiper-slide {
    width: auto;
    transition-timing-function: linear
}

.nav-swiper {
    background-color: var(--white);
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    color: var(--dark);
    cursor: pointer
}

.modal-backdrop,
.offcanvas-backdrop {
    background-color: var(--backdrop)
}

.nav-swiper.line-white::after,
.offcanvas .icon-close-popup {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.modal,
.offcanvas-backdrop {
    cursor: url(../images/cursor-close.svg), auto
}

.nav-swiper::after {
    font-size: 12px;
    color: var(--dark);
    font-weight: 600
}

.nav-swiper:hover {
    background-color: var(--rgba-dark-2);
    border-color: var(--rgba-dark-2)
}

.nav-swiper.swiper-button-disabled {
    background-color: rgba(0, 0, 0, .4);
    border-color: transparent;
    cursor: text
}

.nav-swiper.arrow-1.swiper-button-next::after,
.nav-swiper.arrow-1.swiper-button-prev::after {
    font-family: icomoon !important;
    content: "\e903";
    font-weight: 400
}

.nav-swiper.size-30 {
    width: 30px;
    height: 30px
}

.nav-swiper.style-line:hover:not(.swiper-button-disabled) {
    background-color: var(--dark);
    border-color: var(--dark)
}

.nav-swiper.style-line.swiper-button-disabled {
    border-color: rgba(0, 0, 0, .4);
    cursor: text
}

.nav-swiper.style-line.swiper-button-disabled::after {
    color: rgba(0, 0, 0, .4)
}

.nav-swiper.line-white::after {
    color: var(--white);
    transition: .3s ease-in-out
}

.nav-swiper.line-white:hover:not(.swiper-button-disabled) {
    background-color: var(--white);
    border-color: var(--white)
}

.nav-swiper.line-white.swiper-button-disabled {
    border-color: rgba(255, 255, 255, .4);
    cursor: text
}

.nav-swiper.line-white.swiper-button-disabled::after {
    color: rgba(255, 255, 255, .4)
}

.fl-control-sw .nav-swiper,
.fl-control-sw2 .nav-swiper {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%)
}

.fl-control-sw.pos1 .nav-swiper {
    top: 45%
}

.fl-control-sw.pos2 .nav-swiper,
.fl-control-sw2.pos2 .nav-swiper {
    top: 38%
}

.fl-control-sw2.pos1 .nav-swiper {
    top: 42%
}

.wrap-pos-nav .nav-swiper {
    position: absolute;
    margin-top: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.wrap-pos-nav.sw-over-product .nav-swiper {
    margin-top: -10px
}

.box-nav-swiper,
.card-product.style-list .size-box,
.payment-item .cb-ship,
.tf-page-cart-main .check-gift,
.widget-price .box-value-price,
.widget-price .price-box {
    display: flex;
    gap: 8px
}

.box-nav-swiper .nav-swiper {
    position: unset;
    margin: 0
}

.avatar.round {
    border-radius: 50%;
    overflow: hidden
}

.modal .icon-close,
.modal .icon-close-popup,
.offcanvas .icon-close-popup {
    cursor: pointer;
    background: 0 0;
    padding: 10px;
    border: none;
    z-index: 10;
    font-size: 16px
}

.avatar img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover
}

.avt-40 {
    width: 40px;
    min-width: 40px;
    height: 40px
}

.avt-56 {
    width: 56px;
    min-width: 56px;
    height: 56px
}

.avt-60 {
    width: 60px;
    min-width: 60px;
    height: 60px
}

.avt-100 {
    width: 100px;
    min-width: 100px;
    height: 100px
}

.offcanvas {
    border: none !important;
    color: var(--dark);
    z-index: 3000
}

.offcanvas .icon-close-popup {
    transition: .3s ease-in-out;
    color: var(--dark)
}

.modal .icon-close,
.modal .icon-close-popup,
.tf-product-modal .modal-dialog .modal-content .header span {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.offcanvas-backdrop {
    z-index: 2000
}

.overflow-x-auto::-webkit-scrollbar,
.overflow-y-auto::-webkit-scrollbar {
    width: 0
}

.modal-dialog-centered {
    min-height: calc(100% - 60px)
}

.modal .icon-close,
.modal .icon-close-popup {
    transition: .3s ease-in-out
}

.modal.fullRight .modal-dialog {
    transform: translate(100%, 0);
    min-width: 100%;
    height: 100%;
    margin: 0;
    transition: transform 1s ease-out
}

.modal.fullRight .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    min-width: 400px;
    max-width: fit-content;
}

.modal.fullBottom .modal-dialog .modal-content .modal-body,
.modal.fullLeft .modal-dialog .modal-content .modal-body,
.modal.fullRight .modal-dialog .modal-content .modal-body {
    overflow: auto;
    padding: 0 0 30px
}

.modal.fullRight.show .modal-dialog {
    transform: none;
    transition: transform .4s ease-out
}

.modal.fullLeft .modal-dialog {
    transform: translate(-100%, 0) !important;
    min-width: 100%;
    height: 100%;
    margin: 0;
    transition: .3s !important
}

.modal.fullLeft .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    padding: 0
}

.modal.fullLeft.show .modal-dialog {
    transform: translate(0, 0) !important
}

.modal.fullBottom .modal-dialog {
    transform: translate(0, 100%);
    min-width: 100%;
    height: 100%;
    max-height: unset;
    margin: 0;
    transition: transform .3s linear !important
}

.modal.fullBottom .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    max-height: max-content
}

.modal.fullBottom.show .modal-dialog {
    transform: translate(0, 0)
}

.modal.modalCentered .modal-dialog {
    transform: translate(0, 0) !important;
    margin: 30px auto;
    padding-left: 15px;
    padding-right: 15px
}

.card-product .card-product-wrapper:hover .product-img .img-product,
.modal.fade:not(.show) {
    opacity: 0
}

.modal .modal-content {
    cursor: default !important;
    border: 0;
    overflow: hidden;
    border-radius: 16px
}

.modalDemo .demo-title {
    margin-top: 50px;
    margin-bottom: 44px;
    font-weight: 500;
    text-align: center
}

.modalDemo .modal-dialog {
    max-width: 1540px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: calc(100vh - 16px)
}

.modalDemo .modal-content {
    padding: 0 50px 40px;
    background-color: var(--white);
    width: 100%;
    border-radius: 20px;
    margin: 0 30px;
    max-height: calc(100vh - 60px);
    border: 0;
    cursor: default;
    overflow: hidden
}

.modalDemo .mega-menu {
    padding: 0 32px;
    overscroll-behavior-y: contain;
    overflow-y: auto
}

.modalDemo .mega-menu::-webkit-scrollbar {
    width: 6px
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
    width: 12px;
    height: 12px
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
    background: var(--line);
    transition: .3s
}

.modalDemo .header .icon-close-popup {
    position: absolute;
    top: 18px;
    right: 0
}

.tf-product-modal .modal-dialog {
    max-width: min(625px, 90vw)
}

.tf-product-modal .modal-dialog .modal-content {
    padding: 38px 36px 40px;
    margin-left: 0;
    margin-right: 0;
    border: 0
}

.tf-product-modal .modal-dialog .modal-content .header {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tf-product-modal .modal-dialog .modal-content .header .demo-title {
    margin: 0;
    text-align: start;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px
}

.tf-product-modal .modal-dialog .modal-content .header span {
    position: unset;
    color: var(--dark);
    cursor: pointer;
    transition: .3s ease-in-out
}

.box-icon,
.wrap-code .btn-coppy-text i {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tf-product-modal .modal-dialog .modal-content h6 {
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px
}

.tf-product-modal .modal-dialog .modal-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 15px
}

.tf-product-modal .modal-dialog .modal-content p {
    margin-top: 15px;
    margin-bottom: 20px
}

.tf-product-modal .tf-social-icon .box-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    font-size: 16px;
    color: var(--white)
}

.tf-product-modal .tf-social-icon .box-icon.social-x {
    font-size: 12px;
    background: var(--twitter-cl)
}

.tf-product-modal .tf-social-icon .box-icon.social-facebook {
    background: var(--facebook-cl)
}

.tf-product-modal .tf-social-icon .box-icon.social-instagram {
    background: var(--instagram-cl)
}

.tf-product-modal .tf-social-icon .box-icon.social-tiktok {
    background: var(--tiktok-cl)
}

.tf-product-modal .tf-social-icon .box-icon.social-pinterest {
    background: var(--pinterest-cl)
}

.tf-product-modal .form-share {
    margin-top: 20px;
    position: relative
}

.tf-product-modal .form-share .button-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.tf-product-modal .form-share .button-submit .tf-btn {
    padding: 10px 18px
}

.tf-product-modal .form-share input {
    padding-right: 80px
}

#ask_question fieldset label {
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--text)
}

#ask_question fieldset input,
.tf-product-info-wrap .tf-product-total-quantity .wg-quantity .btn-quantity,
.tf-product-info-wrap .tf-product-total-quantity .wg-quantity .quantity-product {
    height: 40px
}

#ask_question textarea {
    height: 176px
}

#ask_question button {
    border-radius: 4px
}

#delivery_return .tf-product-popup-delivery .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: 0
}

#delivery_return .tf-product-popup-delivery p {
    color: #868686;
    line-height: 22.4px;
    margin-bottom: 10px
}

#delivery_return .tf-product-popup-delivery p a {
    color: #868686;
    text-decoration: underline;
    text-underline-offset: 3px
}

#delivery_return .tf-product-popup-delivery p a:hover {
    color: var(--dark);
    text-decoration-thickness: 2px
}

#quick_add .modal-dialog {
    max-width: min(466px, 90vw)
}

#quick_add .modal-content {
    margin: 8px;
    padding: 30px 0
}

#quick_add .modal-content>.wrap {
    overflow-y: auto;
    padding: 0 20px
}

#quick_add .modal-content>.wrap::-webkit-scrollbar {
    width: 2px
}

#quick_add .modal-content .icon-close-popup {
    top: 0;
    right: 20px
}

#quick_add .tf-product-info-item {
    margin-bottom: 15px;
    display: flex;
    gap: 18px;
    align-items: center
}

#quick_add .tf-product-info-item .image img {
    width: 70px;
    height: 98px
}

#quick_add .tf-product-info-item .content,
.offcanvas-search.type-search-product .list-articals .item .content {
    display: flex;
    flex-direction: column;
    gap: 6px
}

#quick_add .tf-product-info-item .content .price {
    font-size: 20px;
    line-height: 20px
}

#quick_add .payment-more-option {
    text-decoration: none
}

#quick_add .payment-more-option:hover,
.tf-page-cart-sidebar .checkout-cart-box .check-agree label a {
    text-decoration: underline
}

.canvas-wrapper {
    padding: 0;
    isolation: isolate;
    height: 100%;
    width: 100%;
    max-height: none;
    display: grid;
    grid-auto-rows: auto minmax(0, 1fr) auto;
    align-content: start
}

.canvas-body {
    background-color: var(--white);
    padding: 15px 20px;
    overscroll-behavior-y: contain;
    overflow-y: auto
}

.canvas-body::-webkit-scrollbar {
    width: 5px
}

.canvas-body::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track)
}

.canvas-body::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px
}

.canvas-sidebar {
    max-width: 320px;
    width: 100%
}

.canvas-sidebar .canvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 10px;
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--dark)
}

.canvas-sidebar .canvas-header .icon-close-popup {
    font-size: 12px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer
}

.canvas-sidebar .canvas-header::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: var(--line)
}

.account-address .show-form-address,
.canvas-sidebar .list-icon-box .tf-icon-box:not(:last-child),
.form-login .text,
.modal-before-you-leave .content .wrap-code,
.modal-before-you-leave .content>.heading,
.popup-login .other-login p,
.popup-shopping-cart .tf-minicart-recommendations .tf-minicart-recommendations-heading,
.s-store-location .wg-map,
.sidebar-blog .sb-title,
.slider-wrap-lb .title,
.tf-checkout-cart-main .title,
.tf-main-success .ship-address-item,
.tf-main-success .ship-address-item .title,
.tf-page-cart-sidebar .cart-box:not(:last-child),
.tf-page-cart-sidebar .feedback-box .text,
.tf-page-cart-sidebar .feedback-box .title,
.tf-page-cart-sidebar .order-box .title,
.tf-page-cart-sidebar .shipping-cart-box .title,
.tf-product-info-wrap .tf-product-info-trust-seal,
.tf-product-info-wrap .tf-product-total-quantity,
.tf-product-volume-discount .title-discount,
.tf-shop-control.mb1 {
    margin-bottom: 24px
}

.canvas-compare {
    height: max-content !important;
    z-index: 5000
}

.canvas-compare .close-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer
}

.canvas-compare .canvas-body {
    padding: 28px 0
}

.modal-quick-view .modal-dialog {
    max-width: 1130px
}

.modal-quick-view .tf-product-info-wrap {
    flex: 0 0 auto;
    max-width: 100%;
    flex-grow: 1;
    position: relative;
    margin: 0
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-inner,
.tf-compare-field,
.tf-compare-value {
    padding: 15px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar {
    width: 6px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar-thumb {
    background: var(--primary)
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar-track {
    background: var(--line)
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-heading {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 20px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-heading .product-info-name {
    line-height: 29px;
    margin-bottom: 14px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-heading .product-info-price {
    margin-bottom: 14px;
    gap: 6px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-heading .product-info-price .price-new,
.modal-quick-view .tf-product-info-wrap .tf-product-info-heading .product-info-price .price-old {
    line-height: 29px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-heading .text,
.tf-page-cart-main .check-gift .label,
.tf-page-cart-sidebar .checkout-cart-box .check-agree label,
.wd-product-descriptions .item li,
.wd-product-descriptions .item p {
    font-size: 14px;
    line-height: 22.4px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-variant {
    gap: 20px;
    margin-bottom: 30px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-variant .variant-picker-label {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -.03em;
    margin-bottom: 12px
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-variant .color-btn {
    width: 34px !important;
    height: 34px !important
}

.modal-quick-view .tf-product-info-wrap .tf-product-info-variant .color-btn .check-color {
    width: 28px !important;
    height: 28px !important
}

.modal-quick-view .tf-product-info-wrap .wg-quantity .btn-quantity,
.modal-quick-view .tf-product-info-wrap .wg-quantity .quantity-product {
    height: 48px !important
}

.modal-quick-view .tf-product-info-wrap .tf-btn {
    padding: 11px 32px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -.03em
}

.flat-wrap-frequently-bought-together .thumbs-slider,
.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity,
.offcanvas-search .featured-product .featured-product-heading,
.tf-product-info-wrap .tf-product-info-list,
.tf-product-info-wrap .tf-product-volume-discount,
.tf-product-volume-discount-thumbnail .list-volume-discount-thumbnail,
.tf-product-volume-discount-thumbnail .title-discount {
    margin-bottom: 30px
}

.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity .group-btn {
    margin-bottom: 17px
}

.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity .more-choose-payment {
    margin-top: 7px
}

.modal-quick-view .tf-product-info-wrap .view-details {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px
}

.modal-find-size .modal-dialog {
    max-width: 780px
}

.modal-find-size .modal-dialog .modal-content,
.modal-order-detail .modal-dialog .modal-content {
    padding: 24px 15px
}

.modal-find-size .header,
.modal-order-detail .header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(161, 161, 161, .2);
    margin-bottom: 30px
}

.modal-find-size .header .heading,
.modal-order-detail .header .heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

.modal-find-size .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    margin-bottom: 24px
}

.modal-find-size .tf-sizeguide-table {
    border: 1px solid var(--line);
    border-radius: 5px;
    width: 100%;
    margin-bottom: 24px
}

.modal-find-size .tf-sizeguide-table th {
    border: 1px solid var(--line);
    padding: 10px;
    font-weight: 500;
    line-height: 17px
}

.modal-find-size .tf-sizeguide-table td {
    border: 1px solid var(--line);
    border-width: 0 1px 1px 0;
    padding: 10px;
    line-height: 17px
}

.modal-find-size .tf-page-size-chart-content ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px
}

.modal-find-size .tf-page-size-chart-content ul .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px
}

.banner-tagline-phonecase .content,
.popup-pickup-available .pickup-available-list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.popup-pickup-available .pickup-available-item ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px
}

.modal-before-you-leave .modal-content {
    max-width: 485px
}

.modal-before-you-leave .modal-inner {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.modal-before-you-leave .modal-inner .icon-close {
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 20px
}

.modal-before-you-leave .content {
    margin: 0 32px 32px;
    padding: 32px 0;
    border-bottom: 1px solid var(--line)
}

.modal-before-you-leave .content>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    margin-bottom: 10px
}

.modal-before-you-leave .content>p span {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px
}

.modal-before-you-leave .tf-mini-cart-sroll {
    padding: 0 32px 32px
}

.wrap-code .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    place-content: center
}

.wrap-code .coppyText {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #ff4848;
    margin-left: 4px
}

.wrap-code .btn-coppy-text i {
    font-size: 16px;
    color: #868686;
    cursor: pointer;
    transition: .3s ease-in-out
}

.wrap-code.style-1 {
    border-radius: 6px;
    border: 1px solid var(--line);
    padding: 14px 112px 14px 11px;
    display: block;
    position: relative
}

.wrap-code.style-1 .coppyText {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #667085;
    margin: 0;
    overflow-x: auto
}

.wrap-code.style-1 .coppyText::-webkit-scrollbar {
    height: 0
}

.wrap-code.style-1 .coppyText::-webkit-scrollbar-thumb {
    background: var(--primary)
}

.wrap-code.style-1 .coppyText::-webkit-scrollbar-track {
    background: var(--line)
}

.wrap-code.style-1 .btn-coppy-text {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px 33.5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.popup-style-1 {
    width: 100% !important;
    max-width: 340px
}

.popup-style-1 .modal-content {
    cursor: default !important;
    max-width: 520px
}

.popup-style-1 .popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 32px 10px;
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--dark);
    border-bottom: 0;
    border-radius: 0
}

.popup-style-1 .popup-header::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    background-color: var(--line);
    left: 32px;
    right: 32px
}

.popup-style-1 .popup-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
    overflow-y: auto
}

.form-login {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.popup-login .other-login a {
    padding: 14px;
    position: relative;
    text-align: center;
    background-color: #3b5998;
    border-radius: 99px;
    color: var(--white)
}

.popup-login .other-login a .icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.modal-dialog-centered .icon-close {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 16px;
    padding: 15px;
    z-index: 123
}

.modal-newsletter .modal-dialog {
    max-width: 674px
}

.modal-newsletter .modal-bottom {
    padding: 32px;
    max-width: 448px;
    margin: 0 auto
}

.modal-newsletter.style-absolute .modal-dialog,
.modal-newsletter.style-row .modal-dialog {
    max-width: 1030px
}

.modal-newsletter.style-absolute .modal-bottom {
    position: absolute;
    max-width: 450px;
    width: 100%;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.modal-newsletter.style-row .modal-top {
    width: 44.8%;
    flex-shrink: 0
}

.modal-newsletter.style-row .modal-bottom {
    width: 55.2%;
    max-width: unset;
    place-content: center
}

.modal-newsletter .form-newsletter fieldset input {
    padding-left: 66px
}

.modal-newsletter .form-newsletter fieldset .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px
}

.offcanvas-search {
    height: 100vh !important
}

.offcanvas-search .header {
    position: fixed;
    padding: 8px 15px;
    display: flex;
    justify-content: flex-end;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white)
}

.offcanvas-search .offcanvas-content {
    overflow-y: auto;
    padding: 68px 0
}

.offcanvas-search .looking-for-wrap {
    text-align: center;
    margin-bottom: 50px
}

.offcanvas-search .heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    margin-bottom: 42px
}

.offcanvas-search .form-search input {
    border-radius: 99px
}

.offcanvas-search .form-search input::placeholder {
    color: #000
}

.offcanvas-search .popular-searches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.entry-tag .style-list,
.meta-filter-shop #applied-filters,
.offcanvas-search .popular-searches ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.offcanvas-search .popular-searches ul a {
    padding: 9px 19px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 1px solid rgba(161, 161, 161, .2)
}

.offcanvas-search.type-search-product .top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(161, 161, 161, .2);
    margin-bottom: 42px
}

.modal-order-detail .tb-order-detail .top,
.modal-order-detail table thead tr,
.table-page-cart thead tr {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.offcanvas-search.type-search-product .top-title .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.offcanvas-search.type-search-product .top-title a {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-decoration-line: underline
}

.offcanvas-search.type-search-product .wrapper-shop {
    row-gap: 42px
}

.offcanvas-search.type-search-product .list-articals,
.s-banner-bundle .bundle-wrap,
.tf-product-fbt-wrap .tf-product-form-fbt {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.offcanvas-search.type-search-product .list-articals .item {
    display: flex;
    gap: 11px
}

.offcanvas-search.type-search-product .list-articals .item .img-box {
    border-radius: 8px;
    overflow: hidden;
    width: 128px;
    height: 128px;
    flex-shrink: 0
}

.offcanvas-search.type-search-product .list-articals .item .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px
}

.offcanvas-search.type-search-product .list-articals .item .date-post {
    font-size: 14px;
    line-height: 16.8px
}

.modal-compare .modal-dialog {
    max-width: 1194px
}

.modal-compare .modal-content {
    border-radius: 16px;
    padding: 48px 30px 29px
}

.modal-compare .title {
    line-height: 29px;
    margin-bottom: 45px
}

.modal-compare .tf-compare-inner {
    overflow-x: auto;
    margin-bottom: 42px
}

.modal-compare .tf-compare-inner::-webkit-scrollbar {
    height: 8px
}

.modal-compare .tf-compare-inner::-webkit-scrollbar-thumb {
    background: var(--primary)
}

.modal-compare .tf-compare-inner::-webkit-scrollbar-track {
    background: var(--line)
}

.modal-compare .tf-compare-list {
    display: flex;
    gap: 24px;
    width: max-content;
    margin-left: auto;
    margin-right: auto
}

.modal-compare .tf-compare-item {
    width: 232px;
    min-width: 232px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0
}

.modal-compare .tf-compare-item .icon-close {
    position: absolute;
    z-index: 5;
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px
}

.modal-compare .tf-compare-item .image {
    border-radius: 16px;
    max-height: 328px;
    overflow: hidden
}

.modal-compare .tf-compare-item .content,
.recent-blog-list .post-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.contact-list p,
.modal-compare .tf-compare-item .content .text-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.account-dashboard .hello-name .name,
.banner-shop.style-left-center .box-title .title,
.modal-compare .tf-compare-item .content .price-wrap {
    font-weight: 500
}

.modal-compare .tf-compare-buttons,
.recent-blog-item,
.recent-blog-list li,
.tf-bundle-product-item,
.tf-page-cart-sidebar .feedback-box .list-exp,
.wg-countdown .countdown__timer {
    display: flex;
    gap: 20px
}

.popup-style-2 .modal-dialog {
    max-width: 596px
}

.popup-style-2 .modal-content {
    padding: 32px 32px 41px
}

.popup-style-2 .modal-header {
    margin-bottom: 32px;
    padding: 0 0 10px
}

.modal-order-detail .modal-dialog {
    max-width: 1226px
}

.modal-order-detail ul.list-infor {
    display: flex;
    gap: 15px 48px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 44px
}

.modal-order-detail ul.list-infor li {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.modal-order-detail table {
    margin-bottom: 42px;
    text-align: center
}

.modal-order-detail table td,
.modal-order-detail table th {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.modal-order-detail .tb-order-detail .title,
.modal-order-detail table th,
.modal-order-detail table thead {
    padding: 15px 0
}

.modal-order-detail table tbody {
    overflow: auto
}

.modal-order-detail table tbody::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.modal-order-detail table tbody::-webkit-scrollbar-thumb {
    background: var(--surface);
    border-radius: 999px
}

.account-orders table td:first-child,
.account-orders table th:first-child,
.modal-order-detail table td:first-child,
.modal-order-detail table th:first-child {
    text-align: start
}

.modal-order-detail table .infor-content {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 30px 0
}

.modal-order-detail .tb-order-detail .infor-content .image,
.modal-order-detail table .infor-content .image {
    width: 98px;
    height: 130px;
    border-radius: 4px;
    overflow: hidden
}

.modal-order-detail .tb-order-detail .infor-content .size,
.modal-order-detail table .infor-content .size {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(0, 0, 0, .6);
    margin-top: 10px
}

.modal-order-detail .tb-order-detail .subtotal-price,
.modal-order-detail .tb-order-detail .subtotal-text,
.modal-order-detail table .subtotal-price,
.modal-order-detail table .subtotal-text {
    padding: 30px 15px
}

.modal-order-detail .tb-order-detail .item {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    width: 225px;
    text-align: center
}

.modal-order-detail .tb-order-detail .item:first-child {
    width: unset;
    text-align: start;
    flex-grow: 1
}

.modal-order-detail .tb-order-detail .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal-order-detail .tb-order-detail .order-detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0
}

.modal-order-detail .tb-order-detail .tb-content {
    overflow: auto;
    height: 461px
}

.modal-order-detail .tb-order-detail .tb-content::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.modal-order-detail .tb-order-detail .tb-content::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 999px
}

.modal-order-detail .tb-order-detail .tb-content .subtotal {
    position: sticky;
    bottom: 0;
    background-color: var(--white);
    padding: 0
}

.cookie-banner .button-group,
.modal-order-detail .tb-order-detail .infor-content,
.tf-page-cart-sidebar .order-box .order-item {
    display: flex;
    gap: 10px;
    align-items: center
}

.modal-order-detail .bottom,
.tf-sticky-btn-atc .tf-sticky-atc-title {
    font-size: 16px;
    line-height: 19px
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 20px;
    right: 20px;
    max-width: 368px;
    background-color: var(--dark);
    z-index: 1000
}

.cookie-banner .overplay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .4)
}

.cookie-banner .content {
    position: relative;
    padding: 20px
}

.cookie-banner p {
    margin-bottom: 20px;
    color: var(--white)
}

.cookie-banner .button-group .tf-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    padding: 7px
}

.tf-toolbar-bottom {
    display: none;
    padding: 11px 15px 12px;
    position: fixed;
    z-index: 200;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #eee;
    background-color: var(--white);
    box-shadow: 0 4px 20px 0 rgba(163, 163, 163, .2784313725)
}

.tf-toolbar-bottom .toolbar-item {
    flex: 1 0 20%;
    position: relative
}

.tf-toolbar-bottom .toolbar-item a {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.tf-toolbar-bottom .toolbar-item a .toolbar-icon {
    width: 20px;
    height: 20px;
    position: relative
}

.tf-toolbar-bottom .toolbar-item a .toolbar-count {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: var(--white)
}

.tf-toolbar-bottom .toolbar-item a .toolbar-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px
}

.popup-product .modal-dialog {
    max-width: 1243px
}

.popup-product .modal-content {
    padding: 24px 15px 32px
}

.popup-product .modal-header {
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 0;
    border: 0;
    margin-bottom: 40px
}

.popup-product .modal-header .countdown__timer {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500
}

.popup-product .modal-header .countdown__timer .countdown__value {
    color: var(--primary);
    margin-right: 2px
}

.account-orders.no-orders .account-orders-wrap,
.btn-add-wishlist .added,
.btn-add-wishlist.added-wishlist .add,
.filter-color-box .color-text,
.gridLayout-wrapper #product-count-list,
.image-compare .icv__arrow-wrapper,
.listLayout-wrapper #product-count-grid,
.loadItem.hidden,
.popup-product .modal-header .countdown__timer .countdown__item:first-child,
.s-banner-with-text br,
.tf-cart-checkbox .wrap-content,
.tf-model-viewer.active .wrap-btn-viewer,
.wrapper-control-shop.loading-shop *,
.wrapper-thumbs-tes .box-left,
.wrapper-thumbs-tes-2 .box-right,
.wrapper-thumbs-tes-3 .box-right,
.wrapper-thumbs-tes-4 .box-left {
    display: none
}

.popup-product .box-hurry-up,
.tf-page-cart-sidebar .checkout-cart-box .check-agree {
    display: flex;
    gap: 8px;
    align-items: center
}

.popup-product .tf-swiper {
    padding-bottom: 22px
}

.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    cursor: pointer
}

.box-icon .icon-cart2 {
    margin-top: -2px
}

.tf-social-icon {
    --facebook-cl: rgb(59, 89, 152);
    --twitter-cl: rgb(85, 85, 85);
    --instagram-cl: linear-gradient(#8a3ab9, #e95950, #fccc63);
    --threads-cl: rgb(224, 53, 102);
    --youtube-cl: rgb(205, 32, 31);
    --tiktok-cl: linear-gradient(#25f4ee, #000, #fe2c55);
    --tiktok-cl2: rgb(254, 44, 85);
    --pinterest-cl: rgb(203, 32, 39);
    --tumblr-cl: rgb(55, 69, 92);
    --vimeo-cl: rgb(26, 183, 234);
    --snapchat-cl: rgb(255, 221, 0);
    --whatsapp-cl: rgb(0, 230, 118);
    --linked_in-cl: rgb(23, 106, 255);
    --wechat-cl: rgb(26, 173, 24);
    --reddit-cl: rgb(255, 69, 0);
    --line-cl: rgb(0, 195, 77);
    --spotify-cl: rgb(30, 125, 96);
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tf-social-icon .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 12px;
    color: var(--dark);
    border-radius: 50%;
    background-color: var(--white);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tf-social-icon .social-facebook:hover {
    background-color: transparent;
    color: var(--facebook-cl);
    border-color: var(--facebook-cl)
}

.tf-social-icon .social-instagram:hover {
    background-color: transparent;
    color: var(--threads-cl);
    border-color: var(--threads-cl)
}

.tf-social-icon .social-x:hover {
    background-color: transparent;
    color: var(--twitter-cl);
    border-color: var(--twitter-cl)
}

.tf-social-icon .social-snapchat:hover {
    background-color: transparent;
    color: var(--snapchat-cl);
    border-color: var(--snapchat-cl)
}

.tf-social-icon .social-youtube:hover {
    background-color: transparent;
    color: var(--youtube-cl);
    border-color: var(--youtube-cl)
}

.tf-social-icon .social-linkedin:hover {
    background-color: transparent;
    color: var(--linked_in-cl);
    border-color: var(--linked_in-cl)
}

.tf-social-icon.style-fill .social-item {
    background-color: var(--line);
    border: none
}

.tf-social-icon.style-fill .social-facebook:hover {
    background: var(--facebook-cl);
    color: var(--white);
    border: none
}

.tf-social-icon.style-fill .social-x:hover {
    background: var(--twitter-cl);
    color: var(--white);
    border: none
}

.tf-social-icon.style-fill .social-instagram:hover {
    background: var(--instagram-cl);
    color: var(--white);
    border: none
}

.tf-social-icon.style-fill .social-tiktok:hover {
    background: var(--tiktok-cl);
    color: var(--white);
    border: none
}

.tf-social-icon.style-fill .social-pinterest:hover {
    background: var(--pinterest-cl);
    color: var(--white);
    border: none
}

.tf-social-icon.style-fill .social-amazon:hover {
    background: var(--dark);
    color: var(--white);
    border: none
}

.tf-social-icon.style-fill .social-youtube:hover {
    background: var(--youtube-cl);
    color: var(--white);
    border: none
}

.tf-social-icon.style-fill .social-linkedin {
    background: var(--linked_in-cl);
    color: var(--white);
    border: none
}

.tf-social-icon.style-large {
    gap: 15px
}

.tf-social-icon.style-large .social-item {
    width: 38px;
    height: 38px;
    border-color: var(--line);
    font-size: 16px;
    color: #383d38
}

.tf-social-icon.style-large .social-facebook:hover {
    background: var(--facebook-cl);
    color: var(--white);
    border: transparent
}

.tf-social-icon.style-large .social-x:hover {
    background: var(--twitter-cl);
    color: var(--white);
    border: transparent
}

.tf-social-icon.style-large .social-instagram:hover {
    background: var(--instagram-cl);
    color: var(--white);
    border: transparent
}

.tf-social-icon.style-large .social-snapchat:hover {
    background-color: var(--snapchat-cl);
    color: var(--white);
    border: transparent
}

.tf-social-icon.style-large .social-linkedin:hover {
    background: var(--linked_in-cl);
    color: var(--white);
    border: transparent
}

.tf-social-icon.style-large .social-youtube:hover {
    background: var(--youtube-cl);
    color: var(--white);
    border: transparent
}

.tf-social-icon.style-default,
.wg-cls.style-abs2.style-lg {
    gap: 20px
}

.tf-social-icon.style-default a {
    display: flex;
    font-size: 16px
}

.tf-social-icon.style-1 a {
    border: 2px solid #cacaca;
    width: 48px;
    height: 48px;
    font-size: 18px
}

.tf-icon-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px
}

.tf-icon-box .icon {
    font-size: 28px
}

.banner-account.banner-acc-countdown .banner-content-left,
.banner-cd-phonecase .box-title,
.banner-shop.style-bottom .box-title,
.s-cls .box-title,
.tf-icon-box .content,
.tf-product-fbt-wrap .fbt-swatches,
.wg-offer .box-title {
    display: grid;
    gap: 8px
}

.tf-icon-box .content .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px
}

.tf-icon-box .content .desc {
    font-size: 15px;
    line-height: 24px;
    color: var(--text)
}

.tf-icon-box.style-2 {
    padding: 0;
    border: 0
}

.tf-icon-box.style-2 .box-icon {
    width: 64px;
    height: 64px;
    border: 1px solid var(--line);
    border-radius: 50%
}

.tf-icon-box.style-2 .title,
.tf-icon-box.style-3 .title,
.tf-icon-box.style-4 .title,
.tf-icon-box.style-lg .title {
    font-size: 18px;
    line-height: 18px
}

.tf-icon-box.style-3 {
    padding: 0;
    border: 0;
    flex-direction: row;
    text-align: left
}

.tf-icon-box.style-3 .box-icon {
    width: 64px;
    height: 64px;
    border: 1px solid var(--line);
    border-radius: 50%;
    flex-shrink: 0
}

.tf-icon-box.style-4 {
    padding: 24px;
    border: 0
}

.tf-icon-box.style-border .box-icon {
    width: 74px;
    height: 74px;
    border: 1px solid var(--line);
    border-radius: 50%
}

.box-testimonial-main .box-author,
.cls-video .box-product,
.tf-icon-box-v2 {
    display: flex;
    align-items: center;
    gap: 12px
}

.tf-icon-box-v2 .icon {
    font-size: 32px;
    color: #ff8e8e
}

.tf-icon-box-v2 .title {
    font-size: 18px;
    line-height: 22.8px
}

.flat-wrapper-iconbox {
    border: 1px solid #2a4528;
    border-radius: 20px;
    padding: 77px 30px 49px;
    position: relative
}

.flat-wrapper-iconbox>.title {
    position: absolute;
    left: 50%;
    top: -8%;
    transform: translateX(-50%);
    padding: 0 20px;
    z-index: 1;
    background-color: #fffcf6;
    text-align: center;
    text-wrap: nowrap
}

.flat-wrapper-iconbox .tf-icon-box .box-icon {
    border: 1px solid #4d8036
}

.flat-wrapper-iconbox .tf-icon-box .title {
    font-size: 20px;
    line-height: 26px
}

.hover-img .img-style,
.hover-shine {
    overflow: hidden
}

.hover-img .img-style>img {
    object-fit: cover;
    -webkit-transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.hover-img:hover .img-style>img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.hover-img .img-style2 {
    overflow: hidden;
    border-radius: 10px
}

.hover-img .img-style2 .img-hv {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1s cubic-bezier(.3, 1, .35, 1);
    transition: transform .5s
}

.hover-shine .shine-item::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.hover-shine:hover .shine-item::after {
    height: 250%;
    transition: .6s linear;
    background-color: transparent
}

.hover-tooltip .tooltip {
    position: absolute;
    white-space: nowrap;
    padding: 0 10px;
    height: 23px;
    border-radius: 4px;
    bottom: calc(100% + 8px);
    transform: translateY(8px);
    opacity: 0;
    visibility: hidden;
    color: var(--secondary);
    width: max-content;
    background-color: var(--primary);
    transition: opacity .3s, visibility .3s, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    z-index: 100;
    font-size: 10px;
    line-height: 23px;
    font-weight: 500;
    text-align: center
}

.hover-tooltip .tooltip::before {
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: 18px;
    position: absolute;
    background: var(--primary);
    width: 8px;
    height: 8px;
    z-index: -1
}

.hover-tooltip:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0.1s
}

.hover-tooltip.tooltip-bot .tooltip {
    top: calc(100% + 8px);
    bottom: auto
}

.hover-tooltip.tooltip-bot .tooltip::before {
    top: -2px
}

.hover-tooltip.tooltip-left .tooltip {
    right: 100%;
    bottom: auto;
    transform: translateX(0)
}

.hover-tooltip.tooltip-left .tooltip::before {
    top: 50%;
    left: auto;
    transform: translateY(-50%) rotate(45deg);
    right: -2px
}

.hover-tooltip.tooltip-left:hover .tooltip {
    transform: translateX(-8px)
}

.hover-tooltip.tooltip-right .tooltip {
    left: 100%;
    bottom: auto;
    transform: translateX(0)
}

.hover-tooltip.tooltip-right .tooltip::before {
    top: 50%;
    right: auto;
    transform: translateY(-50%) rotate(45deg);
    left: -2px
}

.hover-tooltip.tooltip-right:hover .tooltip {
    transform: translateX(8px)
}

.hover-overlay::before {
    position: absolute;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    transition: .4s .1s;
    opacity: 0;
    visibility: hidden
}

.hover-overlay-2 .img-hv-overlay::after,
.hover-overlay-2 .img-hv-overlay::before {
    width: 50%;
    height: 0%;
    background-color: var(--dark);
    opacity: .1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    z-index: 2;
    position: absolute;
    content: ""
}

.hover-overlay-2 .img-hv-overlay::before {
    left: 0;
    top: 0;
    transition: .3s ease-in-out
}

.hover-overlay-2 .img-hv-overlay::after {
    right: 0;
    bottom: 0;
    transition: .3s ease-in-out
}

.wg-cls.style-abs2 .cls-btn,
.wg-cls.style-abs2 .tf-overlay {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    opacity: 0
}

.hover-overlay-2:hover .img-hv-overlay::after {
    height: 100%;
    transition-delay: 0.2s
}

.account-address-item .box-infor,
.flat-title .box-title,
.grid-cls,
.s-banner-cd-baby .box-title,
.s2-banner-with-text .box-title-content,
.tf-main-success .box-progress-order .order-progress-item,
.wg-cls.style-abs .cls-content,
.wg-offer .content,
.wg-testimonial-3 .box-top,
.wrapper-thumbs-tes-4 .box-testimonial-main .box-content {
    display: grid;
    gap: 12px
}

.grid-cls-v1,
.grid-cls-v4 {
    grid-template-columns: 1fr
}

.wg-cls {
    display: grid;
    gap: 20px;
    position: relative
}

.box-testimonial-main .box-author .info,
.loobook-product .info,
.s-banner-countdown .box-title,
.tf-main-success .timeline-item .content,
.tf-product-info-wrap .tf-product-pickup-available .content,
.wg-cls .cls-content,
.wg-testimonial-3 .box-author {
    display: grid;
    gap: 4px
}

.wg-cls.style-circle .image {
    border-radius: 50%;
    aspect-ratio: 1
}

.wg-cls.style-circle-md {
    width: 100%;
    gap: 16px
}

.wg-cls.style-circle-md .image {
    border-radius: 50%;
    width: 99px;
    height: 99px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.wg-cls.style-circle-md .shop-all {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark)
}

.wg-cls.style-circle-md .shop-all img {
    width: 64px;
    height: 17px
}

.wg-cls.style-circle2 {
    padding: 24px;
    border-radius: 16px;
    overflow: hidden
}

.wg-cls.style-square .image {
    border-radius: 8px;
    background-color: var(--surface)
}

.banner-cls-phonecase .image,
.banner-tagline-phonecase .image,
.blog-post-item .entry_image,
.card-product.style-border-2 .product-img,
.s-contact.style-2 .image-right,
.sb-banner .image,
.wg-cls.style-abs,
.wrapper-thumbs-tes-2 .img-sw-thumb,
.wrapper-thumbs-tes-3 .img-sw-thumb,
.wrapper-thumbs-tes-4 .img-sw-thumb {
    border-radius: 16px;
    overflow: hidden
}

.wg-cls.style-abs .cls-btn,
.wg-cls.style-abs .cls-content {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px
}

.wg-cls.style-abs2 .image {
    border-radius: 20px;
    overflow: hidden
}

.wg-cls.style-abs2 .cls-btn {
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    transform: translateY(30px);
    transition: .3s ease-in-out
}

.wg-cls.style-abs2 .tf-btn {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 25px
}

.wg-cls.style-abs2 .tf-overlay {
    background: var(--dark);
    border-radius: 20px;
    transition: .3s ease-in-out
}

.wg-cls.style-abs2:hover .cls-btn {
    opacity: 1;
    transform: translateY(0)
}

.wg-cls.style-abs2:hover .tf-overlay {
    opacity: .2
}

.banner-tagline-phonecase .list-tagline li .box-text,
.category-blog-list,
.flat-title-2 .box-title,
.wg-cls.style-abs2 .cls-content {
    display: grid;
    gap: 5px
}

.wg-cls.style-02 .btn-cls {
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 3px
}

.wg-cls.style-02 .btn-cls .icon {
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--dark)
}

.wg-cls.style-02 .btn-cls:hover .icon {
    transform: rotate(45deg);
    color: var(--primary)
}

.wg-cls.asp-1 .image {
    aspect-ratio: 0.9009708738
}

.blog-post-item,
.box-testimonial-main,
.recent-blog-list,
.s-banner-cd-baby .content,
.s-banner-colection .box-title-banner,
.s-term-user .text-wrap,
.tf-product-fbt .tf-product-form-bundle,
.tf-product-info-wrap .tf-product-variant,
.title-success-order .box-title,
.wg-cls-2,
.wrapper-control-shop .tf-list-layout {
    display: grid;
    gap: 24px
}

.wg-cls-2 .img-box {
    display: block;
    border-radius: 16px;
    overflow: hidden
}

.wg-cls-2 .box-title {
    display: grid;
    gap: 8px;
    margin-bottom: 20px
}

.account-orders .account-no-orders-wrap,
.volume-discount-thumbnail-item .content-discount,
.wg-cls-2 .content {
    text-align: center
}

.cls-video {
    height: 449px;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.cls-video .poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    transition: opacity .5s;
    cursor: pointer
}

.cls-video .poster.hide {
    opacity: 0;
    pointer-events: none
}

.cls-video video {
    cursor: pointer;
    border-radius: 16px
}

.cls-video .hover-video {
    height: 449px
}

.cls-video:hover video {
    pointer-events: auto
}

.cls-video .cls-content {
    position: absolute;
    bottom: 12px;
    right: 10px;
    left: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 61px;
    background-color: rgba(63, 63, 63, .8);
    padding: 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cls-video .box-product .price-old {
    color: rgba(158, 158, 147, .6)
}

.cls-video .box-product .price-old::after {
    background-color: rgba(158, 158, 147, .6)
}

.cls-video .img-product {
    border-radius: 50%;
    overflow: hidden;
    max-width: 78px
}

.cls-video .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--white);
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 17px
}

.banner-shop.style-left-center .box-title .box-price,
.cls-video .price-wrap,
.list-volume-discount .volume-discount-item .discount-price,
.loobook-product .price-wrap {
    display: flex;
    align-items: center;
    gap: 6px
}

.fs-cls .content {
    position: absolute;
    bottom: 24px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: center
}

.flat-wrapper-lookbook .card-product .tf-btn,
.grid-jewelry .wg-cls .tf-btn {
    font-size: 18px;
    line-height: 22px
}

.banner-lookbook,
.banner-shop,
.s-banner-countdown {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.banner-shop .img-style {
    display: block;
    width: 100%;
    height: 100%
}

.banner-shop .tag {
    padding: 10px 20px;
    background-color: #ff7676;
    border-radius: 45px
}

.banner-shop.style-left-center .content {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    justify-items: start;
    gap: 24px
}

.banner-shop.style-left-center .box-title {
    display: grid;
    gap: 12px;
    justify-items: start
}

.banner-shop.style-left-center .box-title .price-old {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--rgba-dark);
    text-decoration: line-through
}

.banner-shop.style-bottom .content {
    position: absolute;
    bottom: 24px;
    left: 12px;
    right: 12px;
    display: grid;
    justify-items: center;
    gap: 24px
}

.banner-shop.style-top .content {
    bottom: 82px;
    position: absolute;
    right: 15px;
    left: 15px;
    display: grid;
    gap: 16px;
    top: inherit;
    background: rgb(0 0 0 / 25%);
    padding: 15px;
    border-radius: 10px
}

.banner-shop .box {
    padding: 20px;
    right: auto !important
}

.s-cls {
    border-radius: 16px;
    position: relative;
    overflow: hidden
}

.s-cls .offer {
    display: inline-block;
    border-radius: 22px;
    padding: 5px 12px
}

.s-cls.style-absolute .content {
    display: grid;
    gap: 24px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px
}

.s-cls.abs-left-center .content {
    bottom: unset !important;
    right: unset;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.s-cls.abs-left-bottom .content {
    left: 15px;
    bottom: 15px
}

.grid-mega .item1,
.grid-vegetable .item3 {
    min-height: 400px
}

.grid-mega .item2,
.grid-mega .item3,
.grid-vegetable .item1,
.grid-vegetable .item2 {
    min-height: 287px
}

.grid-vegetable .item3 .content {
    max-width: 351px
}

.flat-single-product {
    padding: 0px 0 40px
}

.stagger-wrap .stagger-item {
    transition: .3s ease-in-out;
    transform: scale(.5) rotate(90deg) skew(15deg);
    opacity: 0
}

.tf-product-info-wrap .variant-color .color-btn:not(.select-item),
.tf-product-media-thumbs .swiper-slide .item::after {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.stagger-wrap .stagger-item.stagger-finished {
    transform: scale(1) rotate(0) skew(0);
    opacity: 1
}

.popup-shopping-cart .modal-content,
.thumbs-bottom {
    flex-direction: column
}

.thumbs-bottom .tf-product-media-thumbs {
    order: 1;
    width: 100%
}

.tf-product-media-thumbs {
    width: 122px;
    flex-shrink: 0;
    max-height: 758px
}

.tf-product-media-thumbs .swiper-slide {
    height: max-content;
    width: auto
}

.tf-product-media-thumbs .swiper-slide .item {
    position: relative;
    height: 100%
}

.tf-product-media-thumbs .swiper-slide .item img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tf-product-media-thumbs .swiper-slide .item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px solid transparent;
    transition: .3s ease-in-out;
    border-radius: 8px
}

.card-product.out-of-stock .card-product-info,
.card-product.out-of-stock .card-product-wrapper>*,
.card-product.style-border .card-product-info .type,
.tf-product-media-thumbs .swiper-slide:not(.swiper-slide-thumb-active) .item {
    
}

.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
    border-color: rgba(0, 0, 0, .4)
}

.wrap-btn-viewer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.tf-model-viewer-ui-button .wrap-btn-viewer {
    width: 44px;
    height: 44px
}

.flat-wrap-media-product {
    width: calc(100% - 132px);
    position: relative
}

.flat-wrap-media-product .tf-product-media-main {
    border-radius: 12px
}

.flat-wrap-media-product .tf-product-media-main .item {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 827px
}

.tf-product-info-wrap .tf-product-info-heading {
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
    margin-bottom: 24px
}

.tf-product-info-wrap .tf-product-info-heading .product-info-rate {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.tf-product-info-wrap .tf-product-info-heading .product-info-rate .list-star {
    margin-right: 6px;
    display: flex;
    align-items: center
}

.tf-product-info-wrap .tf-product-info-heading .product-info-rate .icon:not(:last-child) {
    margin-right: 5px
}

.tf-product-info-wrap .tf-product-info-heading .product-info-rate .count-review {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -3%;
    color: var(--text)
}

.tf-product-info-wrap .tf-product-info-heading .product-info-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-weight: 500;
  
}
.sku-cont-slique {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}
.tf-bundle-product-item .bundle-price .old-price,
.tf-product-info-wrap .tf-product-info-heading .product-info-price .price-old {
    color: var(--rgba-dark);
    text-decoration: line-through
}

.tf-product-info-wrap .tf-product-info-heading .badge-sale {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: var(--primary);
    border-radius: 0px;
    padding: 5px 10px;
    color: var(--white)
}

.tf-product-info-wrap .tf-product-info-heading .product-info-sold {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px
}

.tf-product-info-wrap .tf-product-info-heading .product-info-sold .icon {
    animation: 2s infinite tf-ani-flash
}

.tf-product-info-wrap .tf-product-info-heading .product-info-progress-sale .title-hurry-up {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--dark)
}

.tf-product-info-wrap .tf-product-info-heading .product-info-progress-sale .count {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--primary)
}

.tf-product-info-wrap .tf-product-info-heading .progress-sold {
    width: 100%;
    background-color: var(--line-4);
    height: 5px;
    position: relative;
    border-radius: 5px
}

.card-product .progress-bar,
.tf-product-info-wrap .tf-product-info-heading .progress-sold .value {
    position: relative;
    height: 100%;
    background-color: var(--primary);
    transition: width 2s;
    border-radius: 5px
}

.tf-product-info-wrap .tf-product-info-variant {
    display: grid;
    gap: 24px;
    margin-bottom: 24px
}

.tf-product-info-wrap .tf-product-info-variant .variant-picker-label {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark)
}

.tf-product-info-wrap .tf-product-info-variant .variant-picker-label-value {
    text-transform: capitalize;
    margin-left: 4px;
    font-weight: 500;
    letter-spacing: -3%
}

.tf-product-info-wrap .variant-color .color-btn:not(.select-item) {
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .3s ease-in-out;
    border-radius: 50%
}

.tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tf-product-info-wrap .variant-color .color-btn:not(.select-item).active {
    border-color: var(--dark-2)
}

.tf-product-info-wrap .variant-color .color-btn.style-image {
    width: 56px;
    height: 56px;
    padding: 6px;
    border: 1px solid var(--line)
}

.tf-product-info-wrap .variant-color .color-btn.style-image .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

.tf-product-info-wrap .variant-color .color-btn.style-image-square {
    width: 80px;
    height: 100px;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 6px
}

.tf-product-info-wrap .variant-color .color-btn.style-image-square .img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden
}

.tf-product-info-wrap .variant-size .variant-picker-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.tf-product-info-wrap .variant-size .size-guide {
    font-size: 14px;
    line-height: 16.8px;
    text-decoration: underline
}

.tf-product-info-wrap .variant-size .variant-picker-values {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.tf-product-info-wrap .variant-size .size-btn:not(.select-item) {
    width: auto;
    height: auto;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid var(--line);
    color: var(--dark);
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.list-volume-discount .volume-discount-item,
.wg-quantity .btn-quantity {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tf-product-info-wrap .product-info-countdown {
    padding: 20px;
    display: inline-block;
    border: 1px solid var(--primary);
    border-radius: 8px
}

.tf-product-info-wrap .product-info-countdown .countdown-title {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px
}

.tf-product-info-wrap .product-info-countdown .countdown__item {
    width: 48px;
    height: 32px;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    background-color: var(--primary);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.tf-product-info-wrap .product-info-countdown .countdown__item:not(:last-child)::after {
    position: absolute;
    content: ":";
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    color: var(--dark)
}

.tf-product-info-wrap .tf-product-total-quantity .group-btn {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px
}

.tf-product-info-wrap .tf-product-total-quantity .tf-btn {
    text-transform: none
}

.tf-product-info-wrap .tf-product-total-quantity .btn-out-stock {
    background-color: var(--text);
    border-color: var(--text);
    cursor: not-allowed
}

.tf-product-info-wrap .tf-product-total-quantity .more-choose-payment {
    margin-top: 12px;
    display: block;
    text-align: center;
    text-decoration: underline
}

.tf-product-info-wrap .tf-product-info-extra-link {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-top:20px;
}

.tf-product-info-wrap .tf-product-info-extra-link .product-extra-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500
}

.tf-product-info-wrap .tf-product-info-trust-seal .list-card {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center
}

.tf-product-info-wrap .tf-product-info-trust-seal .card-item {
    width: 45px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 2.5px
}

.tf-product-info-wrap .tf-product-info-delivery-return {
    border-radius: 16px;
    border: 1px solid var(--line);
    padding: 20px;
    display: flex;
    justify-content: center
}

.wg-quantity .btn-quantity,
.wg-quantity .quantity-product {
    width: 44px;
    height: 44px;
    padding: 0;
    background-color: transparent
}

.tf-product-info-wrap .tf-product-info-delivery-return .product-delivery {
    display: grid;
    gap: 10px;
    text-align: center;
    padding: 0 25px
}

.tf-product-info-wrap .tf-product-info-delivery-return .product-delivery .icon {
    font-size: 23px;
    color: var(--dark)
}

.tf-product-info-wrap .tf-product-pickup-available {
    display: flex;
    margin: 32px 0;
    gap: 8px
}

.tf-product-info-wrap .tf-product-pickup-available .icon {
    font-size: 21px;
    color: var(--light-green)
}

.tf-product-info-wrap .tf-product-pickup-available .check-availability {
    font-size: 12px;
    line-height: 18px;
    color: var(--text);
    text-decoration: underline
}

.tf-product-info-wrap .tf-product-volume-discount-thumbnail {
    margin-top: 30px;
    margin-bottom: 30px
}

.wg-quantity {
    display: flex;
    justify-content: space-between;
    background-color: #f1f1f1;
    border-radius: 43px;
    overflow: hidden
}

.wg-quantity .quantity-product {
    border: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--dark);
    pointer-events: none
}

.wg-quantity .btn-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #011624;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3s ease-in-out
}

.wg-quantity.small .btn-quantity,
.wg-quantity.small .quantity-product {
    height: 30px;
    width: 30px;
    font-size: 18px
}

.wg-quantity.small .quantity-product {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: -.03em
}

.tf-product-fbt {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--line)
}

.tf-product-fbt .tf-bundle-product-item {
    padding: 16.35px 0
}

.tf-product-fbt .btn-submit-total {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    text-transform: none
}

.tf-product-fbt .bundle-total-submit {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500
}

.tf-product-fbt .bundle-total-submit .text,
.tf-product-fbt-wrap .fbt-info .bundle-title,
.tf-product-fbt-wrap .fbt-info .bundle-variant {
    margin-right: 10px
}

.tf-product-fbt .bundle-total-submit .total-price {
    margin-right: 5px;
    color: var(--primary)
}

.tf-product-fbt .bundle-total-submit .total-price-old {
    color: var(--line-3)
}

.tf-product-fbt-wrap,
.tf-product-volume-discount,
.tf-product-volume-discount-thumbnail {
    padding: 15px;
    border-radius: 16px;
    border: 1px solid var(--line)
}

.tf-product-fbt-wrap .list-fbt {
    display: flex;
    gap: 25px;
    align-items: center;
    overflow-x: auto;
    min-width: 100%;
    margin-bottom: 15px
}

.tf-product-fbt-wrap .list-fbt::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.tf-product-fbt-wrap .list-fbt::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track)
}

.tf-product-fbt-wrap .list-fbt::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px
}

.tf-bundle-product-item .bundle-image,
.tf-product-fbt-wrap .fbt-image {
    width: 129px;
    min-width: 129px;
    border-radius: 8px;
    overflow: hidden
}

.tf-product-fbt-wrap .fbt-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.tf-product-fbt-wrap .fbt-info .bundle-price {
    display: flex;
    gap: 6px
}

.tf-product-fbt-wrap .fbt-info .old-price {
    color: #bfbfbf
}

.tf-product-fbt-wrap .fbt-total-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.tf-product-fbt-wrap .fbt-total-price .price-old {
    color: #bfbfbf;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 22.4px;
    margin-left: 5px
}

.tf-bundle-product-item .bundle-check {
    align-self: center
}

.recent-blog-item .content,
.tf-bundle-product-item .bundle-info {
    display: grid;
    gap: 8px;
    align-content: flex-start
}

.item-has-checkbox,
.sw-brand:hover .swiper-slide img,
.tf-brand:hover .brand-item {
    opacity: .4
}

.wd-product-descriptions .item ul li {
    position: relative;
    padding-left: 20px
}

.wd-product-descriptions .item ul li::before {
    position: absolute;
    content: "";
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--dark);
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.wd-product-descriptions .list-policies {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.flat-single-grid .item {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block
}

.recent-blog-item .img-product {
    width: 75px;
    height: 112px;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.recent-blog-item .content .old-price {
    margin-left: 6px;
    color: #5c5c5c
}

.tf-product-volume-discount .tf-btn {
    margin-top: 42px
}

.list-volume-discount .volume-discount-item {
    padding: 15px;
    gap: 14px;
    border-radius: 8px;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s ease-in-out
}

.list-volume-discount .volume-discount-item .tag-shipping,
.volume-discount-thumbnail-item {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.list-volume-discount .volume-discount-item .content-discount {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap
}

.list-volume-discount .volume-discount-item .check {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border: 1px solid #9a9a9a;
    background-color: transparent;
    flex-shrink: 0
}

.list-volume-discount .volume-discount-item .check span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    background-color: var(--white)
}

.list-volume-discount .volume-discount-item .discount-price .price-old {
    color: var(--text);
    font-size: 12px;
    line-height: 18px;
    text-decoration: line-through
}

.list-volume-discount .volume-discount-item .tag-shipping {
    border: 1px solid #22ae45;
    border-radius: 4px;
    padding: 4px 10px;
    color: rgba(34, 174, 69, .8);
    text-transform: uppercase;
    transition: .3s ease-in-out
}

.list-volume-discount .volume-discount-item .tag-sale {
    position: absolute;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--rgba-white);
    top: -2px;
    right: -15px;
    border-radius: 4px;
    animation: 1s infinite pulse-rotate
}

.list-volume-discount .volume-discount-item .tag-sale .icon {
    font-size: 16px;
    color: var(--white)
}

.list-volume-discount .volume-discount-item .tag-sale.pos2 {
    right: -15px;
    animation-delay: .5s
}

.list-volume-discount .volume-discount-item.active,
.list-volume-discount .volume-discount-item:hover {
    background-color: #22ae45;
    border-color: #22ae45
}

.list-volume-discount .volume-discount-item.active .tag-shipping,
.list-volume-discount .volume-discount-item:hover .tag-shipping {
    border-color: var(--white);
    color: var(--white)
}

.list-volume-discount-thumbnail {
    gap: 12px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -15px;
    padding-top: 15px
}

.list-volume-discount-thumbnail::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.list-volume-discount-thumbnail::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track)
}

.list-volume-discount-thumbnail::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px
}

.volume-discount-thumbnail-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 24px 10px;
    transition: .3s ease-in-out;
    border-radius: 8px;
    border: 2px solid var(--line);
    position: relative
}

.volume-discount-thumbnail-item .content-discount .price-new {
    font-weight: 500;
    color: var(--primary)
}

.volume-discount-thumbnail-item .content-discount .price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #b0b0b0
}

.volume-discount-thumbnail-item .content-discount .tag-sold {
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #ff9148;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    height: 20px;
    color: var(--white);
    margin-left: 4px
}

.volume-discount-thumbnail-item .image-box {
    width: 140px;
    height: 160px;
    border-radius: 8px
}

.volume-discount-thumbnail-item.active,
.volume-discount-thumbnail-item:hover {
    border-color: #22ae45;
    background-color: #e9ffee
}

.volume-discount-thumbnail-item .tag-sale {
    animation: 1s infinite pulse;
    top: 0;
    margin-top: -15px;
    position: absolute;
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--rgba-white);
    left: 15px;
    right: 15px;
    border-radius: 4px
}

.card-product .stock,
.tf-btn-filter {
    font-weight: 400;
    text-overflow: ellipsis
}

@keyframes pulse-rotate {

    0%,
    100% {
        transform: scale(1) rotate(12deg);
        opacity: 1
    }

    50% {
        transform: scale(1.05) rotate(12deg);
        opacity: .9
    }
}

.card-product.style-wishlist>.icon {
    position: absolute;
    z-index: 25;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 10px;
    border: 0;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.card-product.style-wishlist .list-product-btn {
    bottom: 24px !important
}



.card-product.style-3 .list-product-btn .box-icon:hover,
.list-color-product .list-color-item.active,
.list-color-product .list-color-item:hover {
    border-color: var(--dark) !important
}

.card-product.out-of-stock .card-product-wrapper::before {
    content: "Sold Out";
    display:none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: var(--dark);
    color: var(--white);
        font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    opacity: 1;
    z-index: 5
}

.card-product:not(.style-list) .size-box {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
    right: 0;
    pointer-events: none;
    transition: .3s ease-out;
    background: rgba(146, 146, 146, .7098039216);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px
}

.card-product .product-btn-main,
.list-color-product .list-color-item .swatch-value {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.card-product .product-btn-main {
    position: absolute;
    z-index: 5;
    bottom: 8px;
    right: 8px;
    left: 8px;
    transition: .3s ease-in-out;
    display: inline-flex;
    gap: 4px
}

.card-product .product-btn-main .btn-main-product {
    background-color: var(--secondary);
    border-radius: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px;
    width: 100%;
    color: var(--primary)
}

.card-product .product-btn-main .btn-main-product:hover {
    background-color: var(--primary);
    color: var(--secondary)
}

.card-product .product-btn-main .btn-main-product.add-to-cart {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.card-product .product-btn-main .btn-main-product.quickview {
    height: 36px;
    width: 36px;
    flex-shrink: 0;
    display: none
}

.card-product .on-sale-wrap {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    z-index: 5;
    display: flex;
    gap: 6px
}

.on-sale-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    padding: 2px 8px;
    min-width: 50px;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 0;
    text-transform: uppercase;
    z-index:1;
}

.card-product .on-sale-wrap .on-sale-item.trending {
    background-color: #a474ff
}

.card-product .on-sale-wrap .on-sale-item.limited {
    background-color: #ff9c39
}

.card-product .on-sale-wrap .on-sale-item.new {
    background-color: #0d0963;
}

.card-product .price-wrap {
    font-size: 16px;
    line-height: 19.2px;
    color: var(--dark)
}

.card-product .price-wrap .price-new {
    margin-right: 4px
}

.card-product .card-product-wrapper {
    aspect-ratio: 0.7037037037;
    position: relative;
   
    overflow: hidden;
    z-index: 20
}

.card-product .card-product-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: .7s
}

.card-product .card-product-wrapper:hover .product-img .img-hover {
    display: block;
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.card-product .product-img {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: stretch
}

.card-product .product-img .img-hover {
    position: absolute;
    inset: 0;
    opacity: 0
}

.list-product-btn {
    bottom: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    top: 8px;
    right: 8px;
    z-index: 6
}

.card-product .box-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--dark);
    position: relative
}

.card-product .box-icon svg,
.noUi-vertical {
    width: 18px
}

.card-product .box-icon svg path {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.card-product .box-icon:hover {
    background-color: var(--primary) !important;
    color: var(--secondary);
    border-color: var(--primary)
}

.card-product .countdown-box {
    display: none;
    bottom: 24px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    pointer-events: none;
    transition: .3s ease-out;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    max-height: 40px;
    background-color: var(--white);
    width: max-content;
    border-radius: 22px;
    color: var(--primary)
}

.card-product .countdown-box .countdown__timer {
    display: flex;
    gap: 4px
}

.card-product .countdown-box .countdown__item {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px
}

.card-product .countdown-box.style-2 {
    background-color: #ffeded
}

.card-product .countdown-box.style-3 {
    padding: 10px 30px;
    background-color: var(--primary);
    color: var(--white);
    gap: 10px
}

.card-product .countdown-box.pos1,
.card-product.style-border .card-product-wrapper .list-product-btn,
.card-product.style-border .countdown-box {
    bottom: 16px
}

.card-product .card-product-info {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 6px;
    display: grid
}

.card-product .name-product {
    display: -webkit-box;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: normal !important;
    text-transform: uppercase;
    line-height: normal;
}

.card-product .list-color-product,
.payment-item .cb-ship input,
.tf-page-cart-main .check-gift .tf-check {
    margin-top: 2px
}

.card-product.style-list .product-img {
    max-width: 342px
}

.card-product.style-list .card-product-info {
    gap: 12px;
    display: grid;
    align-content: flex-start;
    max-width: 60%;
    gap: 8px;
    padding: 0
}

.card-product.style-list .info-list {
    display: grid;
    gap: 8px;
    width: 100%
}

.card-product.style-list .list-product-btn {
    display: flex;
    position: unset;
    flex-direction: unset;
    justify-content: flex-start;
    gap: 10px
}

.card-product.style-list .btn-main-product.add-to-cart {
    max-width: 331px;
    width: 100%
}

.card-product.style-list .box-icon {
    width: 51px;
    height: 51px;
    border: 1px solid var(--line);
    flex-shrink: 0
}

.card-product.style-list .box-icon:hover,
.list-color-product .list-color-item.active .swatch-value::before,
.list-color-product .list-color-item:hover .swatch-value::before {
    border-color: var(--line)
}

.card-product.style-5,
.card-product.style-center {
    border-radius: 16px;
    background-color: var(--white)
}

.card-product.style-center .card-product-wrapper {
    aspect-ratio: 0.95
}

.card-product.style-4 .card-product-info,
.card-product.style-border .card-product-wrapper,
.card-product.style-center .card-product-info {
    padding: 20px 12px
}

.card-product.style-center .list-color-product {
    margin-top: 5px
}

.card-product.style-center .countdown-box {
    bottom: 0
}

.card-product.style-center .swatch-value::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid #dcdcdc
}

.card-product .product-progress-sale {
    display: grid;
    gap: 6px;
    margin-top: 5px
}

.card-product .product-progress-sale .box-quantity {
    gap: 4px
}

.card-product .product-progress-sale .box-quantity .text-sold,
.s-blog-single .related-post .text-wrap-left {
    text-align: left
}

.card-product .product-progress-sale .box-quantity .text-avaiable,
.s-blog-single .related-post .text-wrap-right {
    text-align: right
}

.card-product .progress-sold {
    width: 100%;
    background-color: var(--line);
    height: 6px;
    position: relative;
    border-radius: 6px
}

.card-product.style-4 .list-color-product {
    gap: 4px;
    margin-top: 4px
}

.card-product .stock {
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden
}

.card-product .stock .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative
}

.card-product .stock .dot::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    z-index: 2
}

.card-product .stock.in-stock {
    color: #59a33b
}

.card-product .stock.in-stock .dot {
    background-color: rgba(120, 203, 87, .3411764706)
}

.card-product .stock.in-stock .dot::after {
    background-color: #78cb57
}

.card-product .stock.out-stock {
    color: #ef5757
}

.card-product .stock.out-stock .dot {
    background-color: rgba(203, 87, 87, .3411764706)
}

.card-product .stock.out-stock .dot::after {
    background-color: #ef5757
}

.card-product .list-capacity-product .list-color-item {
    width: unset;
    height: unset;
    border-radius: 35px;
    border: 1px solid rgba(142, 142, 142, .2)
}

.card-product .list-capacity-product .list-color-item .text-quantity {
    padding: 2px 12px
}

.card-product.style-5 .card-product-info {
    padding: 20px 12px 22px
}

.card-product.style-border {
    border: 1px solid var(--line);
    border-radius: 16px;
    position: relative
}

.card-product.style-border .card-product-info,
.card-product.style-border-2 .card-product-info {
    padding: 0 12px 20px
}

.card-product.style-border-2 {
    border: 1px solid var(--line);
    border-radius: 16px
}

.card-product.style-border-2 .card-product-wrapper {
    padding: 12px 12px 20px
}

.card-product.style-border-2 .product-progress-sale {
    margin: 6px 0
}

.card-product.style-border-2 .countdown-box {
    bottom: 12px
}

.card-product.style-border-2.border-type-3 .tf-btn,
.tf-page-cart-sidebar .shipping-cart-box .tf-btn {
    margin-top: 8px
}

.card-product.style-border-2.border-type-4 .card-product-wrapper {
    padding: 12px 11px 8px
}

.card-product.style-border-2.border-type-4 .card-product-info {
    padding: 0 12px 16px
}

.card-product.style-border-2.border-type-4 .list-product-btn {
    bottom: 8px
}

.card-product.style-border-2.border-type-4 .list-product-btn .box-icon:hover,
.card-product.style-border-2.style-box-bg .list-product-btn .box-icon:hover {
    background-color: var(--purple) !important;
    border-color: var(--purple) !important
}

.card-product.line-purple .countdown-box,
.card-product.style-border-2.style-box-bg .list-product-btn {
    bottom: 14px
}

.card-product.style-space .card-product-wrapper,
.card-product.style-space-2 .card-product-wrapper {
    padding: 12px 10px 20px
}

.card-product.style-space .card-product-info,
.card-product.style-space-2 .card-product-info {
    padding: 0 10px 20px
}

.list-color-product {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    align-items: center
}

.list-color-product .list-color-item {
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.list-color-product .list-color-item .swatch-value {
    width: 100%;
    height: 100%;
    border: 2px solid var(--white);
    display: inline-block;
    border-radius: 50%;
    transition: .3s ease-in-out
}

.list-color-product .list-color-item.line .swatch-value::before,
.tf-pin-btn {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.list-color-product .list-color-item img {
    visibility: hidden;
    width: 18px;
    height: 18px;
    position: absolute
}

.list-color-product .list-color-item.line {
    border: 1px solid transparent !important
}

.list-color-product .list-color-item.line .swatch-value::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--rgba-dark-3);
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    transition: .3s ease-in-out
}

.list-color-product.style-2 .list-color-item.active .swatch-value,
.list-color-product.style-2 .list-color-item:hover .swatch-value {
    border-color: #e7ecd2
}

.list-color-product.style-2 .swatch-value {
    border: 2px solid #e7ecd2
}

.price-wrap .price-old {
    color: var(--dark);
   
    position: relative
}

.price-wrap .price-old::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .5px;
    background-color: var(--dark);
    opacity: .6;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.price-wrap .price-old.old-line {
    color: var(--line-3);
    opacity: 1
}

.price-wrap .price-old.old-line::after {
    background-color: var(--line-3)
}

.tf-sticky-btn-atc {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 70;
    box-shadow: 4px -4px 5px rgba(0, 0, 0, .03);
    background-color: var(--white);
    transition: .3s linear;
    transform: translateY(100%)
}

.tf-sticky-btn-atc .tf-height-observer {
    padding: 14px 0;
    column-gap: 5px
}

.tf-sticky-btn-atc .tf-sticky-atc-product {
    flex: 1 0 0%;
    gap: 15px
}

.tf-sticky-btn-atc .tf-sticky-atc-img {
    width: 72px;
    height: 72px;
    flex-shrink: 0
}

.tf-sticky-btn-atc .tf-sticky-atc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.tf-sticky-btn-atc .tf-sticky-atc-variant-price {
    min-width: 249px
}

.tf-sticky-btn-atc .tf-sticky-atc-btns,
.tf-sticky-btn-atc .tf-sticky-atc-infos form {
    display: flex;
    gap: 12px;
    align-items: center
}

.tf-sticky-btn-atc .tf-btn {
    min-width: 190px
}

.tf-mini-cart-tool-openable.open,
.tf-sticky-btn-atc.show {
    transform: translateY(0)
}

.blog-post-item .entry_image a {
    display: block;
    height: 100%
}

.blog-post-item .entry-meta {
    display: flex;
    gap: 10px 20px;
    align-items: center;
    flex-wrap: wrap
}

.blog-post-item .br-line {
    width: 1px;
    height: 16px;
    background-color: var(--line)
}

.blog-post-item .entry_author,
.tf-group-filter {
    display: flex;
    align-items: center;
    gap: 10px
}

.blog-post-item .avatar {
    max-width: 38px;
    border-radius: 50%;
    overflow: hidden
}

.blog-post-item.style-2 {
    display: flex;
    gap: 24px
}

.blog-post-item.style-2 .entry_image {
    max-width: 342px;
    width: 100%
}

.blog-post-item.style-2 .blog-content {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.entry-tag,
.s-blog-single .entry-social {
    display: flex;
    align-items: center;
    gap: 15px
}

.entry-tag>p,
.s-blog-single .entry-social>p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px
}

.entry-tag .style-list a {
    padding: 9px 23px;
    display: inline-block;
    border-radius: 22px;
    border: 1px solid var(--line);
    font-weight: 500;
    line-height: 17px;
    background-color: transparent
}

.entry-tag .style-list a:hover,
.filter-size-box .size-item.active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white)
}

.entry-tag .style-list .type-life {
    background-color: #ffe1e1;
    border-color: #ffe1e1
}

.entry-tag .style-list .type-design {
    background-color: #ede2ff;
    border-color: #ede2ff
}

.entry-tag .style-list .type-bag {
    background-color: #c5ffbb;
    border-color: #c5ffbb
}

.entry-tag .style-list .type-trick {
    background-color: #c3dbff;
    border-color: #c3dbff
}

.recent-blog-list .image {
    border-radius: 8px;
    max-width: 98px;
    width: 100%;
    overflow: hidden
}

.sidebar-blog {
    display: grid;
    gap: 32px
}

.sidebar-blog .sb-content {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--line)
}

.sb-banner .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 33.2px;
    color: var(--white);
    text-align: center;
    margin-bottom: 16px
}

.sb-banner .banner-content {
    position: absolute;
    bottom: 84px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sb-banner .tf-btn {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -.03em;
    padding: 12px 33px;
    width: max-content
}

.wg-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 18px
}

.wg-pagination .pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--rgba-dark-3);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.tf-btn-filter.active,
.wg-pagination .active .pagination-item,
.wg-pagination .pagination-item:hover {
    background-color: var(--dark);
    border-color: var(--dark);
    color: var(--white)
}

.leave-comment-wrap .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: var(--dark);
    margin-bottom: 48px;
    text-align: center
}

.news-item {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden
}

.news-item .content {
    padding: 12px
}

.news-item .content .btn-readmore {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    line-height: 24px;
    color: #404cb7;
    font-weight: 500
}

.news-item .content .btn-readmore .icon {
    font-size: 15px
}

.s-blog-single {
    padding-top: 50px;
    padding-bottom: 50px
}

.s-blog-single .leave-comment-wrap {
    max-width: 952px;
    margin: auto
}

.sec-blog {
    padding-top: 80px;
    
}

.sec-blog.space-blog {
    padding-top: 56px
}

.wg-testimonial {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line)
}

.wg-testimonial .content-top {
    padding: 12px;
    display: grid;
    gap: 10px
}

.wg-testimonial .br-line {
    width: 100%;
    height: 1px;
    background-color: var(--line)
}

.tf-pin-btn.style-dark,
.tf-pin-btn.style-lg span {
    width: 28px;
    height: 28px
}

.wg-testimonial .box-avt {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 6px
}

.wg-testimonial .box-avt .avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden
}

.wg-testimonial .box-avt .name-item {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap
}

.wg-testimonial .box-price {
    display: grid;
    gap: 3px
}

.wg-testimonial.style-row .image {
    flex-shrink: 0;
    width: 30%
}

.wg-testimonial.style-2 .box-author .avt {
    max-width: 28px;
    border-radius: 50%;
    overflow: hidden
}

.wg-testimonial.style-2 .box-avt .avatar {
    width: 72px;
    height: 72px
}

.wg-testimonial.style-2 .list-star-default i {
    color: #edcb23
}

.wg-testimonial.style-2.type-2 {
    padding: 20px
}

.wg-testimonial.style-2.type-2 .br-line {
    margin: 15px 0
}

.tf-checkout-cart-main .box-ip-contact .title,
.wg-testimonial.style-2.type-2 .bot {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.list-star-default {
    display: flex;
    align-items: center;
    gap: 5px
}

.list-star-default i {
    color: #98ab23;
    font-size: 14px
}

.wrapper-thumbs-tes {
    background-color: #b99272;
    border-radius: 16px;
    overflow: hidden
}

.wrapper-thumbs-tes .box-right {
    padding: 24px;
    place-content: center
}

.wrapper-thumbs-tes .box-testimonial-main .list-star-default i {
    color: #e3ff34
}

.wrapper-thumbs-tes-2 .box-left,
.wrapper-thumbs-tes-3 .box-left,
.wrapper-thumbs-tes-4 .box-right {
    place-content: center
}

.box-testimonial-main .content .title-review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase
}

.box-testimonial-main .box-author .img {
    width: 70px;
    height: 74px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0
}

.box-testimonial-main .quote {
    font-size: 32px
}

.wrapper-thumbs-tes-3 .box-testimonial-main .list-star-default .icon-star {
    color: #ffaa47
}

.wg-testimonial-2 .icon {
    font-size: 40px
}

.wg-testimonial-3 {
    border-radius: 16px;
    display: grid;
    gap: 20px;
    margin-bottom: 20px
}

.tf-page-cart-sidebar .testimonial-cart-box .box-testimonial-main .quote,
.wg-testimonial-3 .box-top .icon {
    font-size: 42px
}

.fl-order-testimonial .box-order-tes .content,
.page-title .box-title,
.wg-testimonial-3 .box-title-desc,
.widget-price {
    display: grid;
    gap: 16px
}

.flat-wrapper-testimonial {
    overflow: hidden;
    padding: 30px;
    position: relative;
    border-radius: 16px
}

.flat-wrapper-testimonial .img-item-1 {
    right: 0;
    top: 40px;
    animation: 10s ease-in-out infinite swing
}

.flat-wrapper-testimonial .img-item-2 {
    left: 16px;
    bottom: 30px;
    animation: 10s ease-in-out infinite swing
}

.flat-wrapper-testimonial .sw-dot-default {
    margin-top: 0
}

.flat-wrapper-testimonial .tf-swiper {
    max-width: 929px;
    margin: auto
}

.tf-pin-btn {
    cursor: pointer;
    transition: .3s ease-in-out;
    position: relative
}

.tf-pin-btn span,
.tf-pin-btn.style-dark span {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    background-color: var(--dark)
}

.tf-pin-btn span {
    display: block;
    width: 25px;
    height: 25px;
    border: 9px solid var(--white);
    border-radius: 50%;
    transition: .3s ease-in-out
}

.tf-pin-btn span:hover::after,
.tf-pin-btn span:hover::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px var(--white);
    border-radius: 50%
}

.tf-pin-btn span:hover::before {
    animation: 2s linear infinite ripple-line
}

.tf-pin-btn span:hover::after {
    animation: 2s linear 1s infinite ripple-line
}

.tf-pin-btn.style-dark {
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.loobook-product,
.tf-pin-btn2 {
    align-items: center;
    position: relative
}

.tf-pin-btn.style-dark span {
    width: 12px;
    height: 12px;
    border: 0;
    transition: .3s ease-in-out
}

.tf-pin-btn.style-dark:hover {
    background-color: rgba(255, 255, 255, .7)
}

.tf-pin-btn2 {
    cursor: pointer;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    z-index: 1;
    background-color: rgba(255, 255, 255, .6);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tf-pin-btn2 span {
    width: 9px;
    height: 9px;
    background-color: var(--dark);
    border-radius: 50%
}

.tf-pin-btn2::after,
.tf-pin-btn2::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    animation: 3s infinite ripple-fill
}

.tf-pin-btn2::after {
    animation-delay: .5s
}

.tf-pin-btn2::before {
    animation-delay: .9s
}

.tf-page-cart-sidebar .testimonial-cart-box .nav-swiper,
.tf-pin-btn2.active {
    width: 32px;
    height: 32px
}

.tf-pin-btn2.active span {
    width: 12px;
    height: 12px
}

.cls-lookbook {
    overflow: unset;
    position: relative
}

.cls-lookbook .img-style {
    border-radius: 20px;
    display: block
}

.cls-lookbook .lookbook-item {
    position: absolute;
    left: 30%;
    bottom: 32%
}

.cls-lookbook .lookbook-item.position1 {
    left: 40%;
    bottom: 12%
}

.cls-lookbook .lookbook-item.position2 {
    left: 32%;
    bottom: 18%
}

.cls-lookbook .lookbook-item.position3 {
    left: 58%;
    bottom: 10%
}

.cls-lookbook .lookbook-item.position4 {
    left: 36%;
    bottom: 45%
}

.cls-lookbook .lookbook-item.position5 {
    left: 70%;
    bottom: 16%
}

.lookbook-item .dropdown-menu {
    border: none;
    border-radius: 0;
    background: 0 0;
    padding: 0;
    z-index: 99
}

.loobook-product {
    padding: 14px;
    background-color: var(--white);
    border-radius: 8px;
    display: flex;
    gap: 24px
}

.loobook-product .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%
}

.loobook-product .img-style {
    border-radius: 4px;
    flex-shrink: 0;
    overflow: hidden
}

.loobook-product .btn-lookbook {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark);
    flex-shrink: 0;
    font-size: 17px
}

.loobook-product .price-old {
    color: #c9c9c9;
    opacity: 1
}

.loobook-product .price-old::after {
    background-color: #c9c9c9
}

.loobook-product::before {
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid
}

.loobook-product.style-row {
    flex-direction: row
}

.loobook-product.style-row .img-style {
    max-width: 72px
}

.dropup .loobook-product::before {
    border-color: var(--white) transparent transparent transparent;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%)
}

.lookbook-item .dropend .dropdown-menu {
    --bs-dropdown-min-width: max-content;
    margin-left: 15px !important
}

.lookbook-item .dropend .loobook-product {
    margin: -36px 0
}

.sw-lookbook-wrap {
    padding-top: 70px;
    margin-top: -70px
}

.banner-lookbook .lookbook-item {
    position: absolute;
    left: 52%;
    bottom: 32%
}

.banner-lookbook .lookbook-item.position1 {
    left: 58%;
    bottom: 27%
}

.banner-lookbook .lookbook-item.position2 {
    left: 32%;
    bottom: 14%
}

.banner-lookbook .lookbook-item.position3 {
    left: 41%;
    bottom: 82%
}

.dropdown-custom .dropdown-menu {
    --bs-dropdown-min-width: max-content
}

.flat-with-text-lookbook .banner-img .tf-pin-btn.pin-1 {
    top: 40%;
    left: 43%
}

.flat-with-text-lookbook .banner-img .tf-pin-btn.pin-2 {
    top: 85%;
    left: 43%
}

.flat-with-text-lookbook .lookbook-content .box-title,
.flat-with-text-lookbook-v2 .lookbook-content .box-title {
    display: grid;
    gap: 12px;
    margin-bottom: 20px
}

.flat-with-text-lookbook .lookbook-content .total-lb,
.flat-with-text-lookbook-v2 .lookbook-content .total-lb {
    margin-top: 20px
}

.flat-with-text-lookbook-v2 .banner-img {
    position: relative;
    width: 100%
}

.flat-with-text-lookbook-v2 .banner-img .tf-pin-btn.pin-1 {
    top: 42%;
    left: 25%
}

.flat-with-text-lookbook-v2 .banner-img .tf-pin-btn.pin-2 {
    top: 30%;
    left: 44%
}

.flat-with-text-lookbook-v2 .banner-img .tf-pin-btn.pin-3 {
    top: 62%;
    left: 80%
}

.flat-with-text-lookbook-v2 .lookbook-content {
    padding: 0 15px 40px;
    width: 100%
}

.flat-wrapper-lookbook .image-lookbook {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.flat-wrapper-lookbook .image-lookbook .pin-1 {
    left: 18%;
    bottom: 35%
}

.flat-wrapper-lookbook .image-lookbook .pin-2 {
    left: 50%;
    bottom: 30%
}

.flat-wrapper-lookbook .image-lookbook .pin-3 {
    right: 2%;
    top: 47%
}

.flat-wrapper-lookbook .col-left {
    padding-bottom: 24px
}

.slider-wrap-lb .nav-swiper {
    top: 50%
}

.slider-wrap-lb .card-product .card-product-info {
    padding: 20px 2px
}

@keyframes ripple-line {
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple-fill {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
    }

    50% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.widget-accordion .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    
    font-size: 16px;
    line-height: 19.2px;
    cursor: pointer
}

.widget-accordion .accordion-title .icon {
    font-size: 8px;
    transition: transform .35s linear
}

.brand-item,
.filter-color-box .color-item {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}


.account-orders table thead tr,
.sw-brand,
.tf-main-success .box-ship-address {
    border: 1px solid var(--line)
}

.sw-brand .brand-item {
    max-width: 100%;
    height: 100%
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.gallery-item .box-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--white);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-size: 12px
}

.gallery-item .box-icon:hover {
    background-color: var(--dark);
    color: var(--white)
}

.tf-zoom-main {
    position: sticky;
    top: 30px;
    z-index: 50
}

.tf-zoom-main .drift-zoom-pane {
    top: 0;
    left: 0;
    height: 520px;
    max-width: 520px;
    width: 100%;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0 1px 5px rgba(127, 127, 127, .0196078431), 0 5px 18px rgba(127, 127, 127, .2);
    z-index: 3
}

.drift-bounding-box.drift-open {
    background: rgba(255, 255, 255, .2509803922);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .4) inset;
    z-index: 5000
}

.drift-zoom-pane {
    z-index: 5000
}

.pswp__icn {
    fill: rgb(34, 34, 34);
    color: var(--white)
}

.pswp__icn .pswp__icn-shadow {
    stroke: var(--white);
    stroke-width: 1px;
    fill: none
}

.pswp__counter {
    color: #222;
    text-shadow: 1px 1px 3px #fff
}

.tf-model-viewer {
    width: 100%;
    height: 100%;
    position: relative
}

.tf-model-viewer model-viewer {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%
}

.tf-model-viewer model-viewer.disabled {
    pointer-events: none
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal .noUi-handle {
    left: -17px;
    top: -5px
}

.noUi-vertical .noUi-handle {
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    left: auto;
    right: -5px
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal {
    height: 2px
}

.noUi-target {
    border: 0
}

.noUi-base .noUi-connects {
    border-radius: 999px;
    background-color: var(--rgba-dark-3)
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
    height: 12px;
    width: 12px;
    border-radius: 50px;
    background-color: var(--primary);
    box-shadow: unset;
    cursor: pointer
}

.tf-btn-filter {
    display: inline-flex;
    cursor: pointer;
    gap: 5px;
    color: var(--dark);
    border: solid 1px var(--line);
    border-radius: 27px;
    text-transform: capitalize;
    padding: 10px 16px;
    background-color: var(--white);
    max-width: 100%;
    text-wrap: nowrap;
    overflow: hidden
}

.widget-facet:not(:last-child) {
    border-bottom: 1px solid var(--line);
    margin-bottom: 24px;
    padding-bottom: 24px
}

.widget-facet .facet-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 24px;
    cursor: pointer;
    color: var(--dark)
}

.widget-facet .facet-title .icon {
    transition: transform .35s linear;
    font-size: 8px
}

.canvas-filter .widget-facet .facet-title {
    margin-bottom: 0
}

.current-scrollbar {
    max-height: 200px;
    overflow-y: auto;
    margin-right: 5px
}

.current-scrollbar::-webkit-scrollbar {
    width: 2px
}

.current-scrollbar::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-thumb)
}

.current-scrollbar::-webkit-scrollbar-thumb {
    background: var(--dark)
}

.filter-group-check .list-item {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer
}

.filter-group-check .list-item .label {
    font-size: 14px;
    line-height: 20px;
    color: var(--dark);
    cursor: pointer
}

.filter-color-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 12px
}

.filter-color-box .color-item {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    border: 1px solid transparent;
    overflow: hidden;
    transition: .3s ease-in-out;
    background-color: var(--white);
    cursor: pointer
}

.filter-size-box .size-item,
.widget-price .reset-price {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    cursor: pointer
}

.filter-color-box .color-item .color {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.filter-color-box .color-item.line {
    border-color: var(--rgba-dark-3)
}

.filter-color-box .color-item.active {
    padding: 4px;
    border-color: var(--dark) !important
}

.filter-size-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.filter-size-box .size-item {
    padding: 6px 14px;
    font-size: 14px;
    line-height: 22.4px;
    transition: .3s ease-in-out;
    border-radius: 11px;
    border: 1px solid var(--rgba-dark-3);
    color: var(--dark)
}

.widget-price .price-val-range {
    padding: 0 8px
}

.widget-price .reset-price {
    font-size: 12px;
    line-height: 19.2px;
    text-decoration: underline;
    transition: .3s ease-in-out
}

.icon-list span,
.tf-control-layout .tf-view-layout-switch {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.widget-price .price-val {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);
    position: relative
}

.widget-price .price-val::before {
    content: attr(data-currency)
}

.tf-shop-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 30px
}

.tf-filter-dropdown {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.icon-grid-2,
.icon-grid-3,
.icon-grid-4,
.icon-grid-5,
.icon-grid-6,
.icon-list {
    display: grid;
    gap: 2px
}

.tf-filter-dropdown .meta-dropdown-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.tf-filter-dropdown .title-filter {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    color: var(--dark)
}

.tf-control-layout .tf-view-layout-switch {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    cursor: pointer
}

.icon-list span {
    display: inline-block;
    width: 18px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--rgba-dark-3);
    transition: .3s ease-in-out
}

.icon-grid-2 {
    grid-template-columns: 1fr 1fr
}

.icon-grid-2 span,
.icon-grid-3 span,
.icon-grid-4 span,
.icon-grid-5 span,
.icon-grid-6 span {
    display: inline-block;
    width: 3px;
    height: 18px;
    border-radius: 2px;
    background-color: var(--rgba-dark-3);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.icon-grid-3 {
    grid-template-columns: 1fr 1fr 1fr
}

.icon-grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

.icon-grid-5 {
    grid-template-columns: repeat(5, 1fr)
}

.icon-grid-6 {
    grid-template-columns: repeat(6, 1fr)
}

.wrapper-control-shop .wg-pagination {
    margin-top: 15px
}

.wrapper-control-shop.loading-shop::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    border-top: 2px solid var(--dark);
    border-right: 2px solid var(--dark);
    border-radius: 50%;
    animation: .5s linear infinite spin;
    transform: translate(-50%, -50%);
    z-index: 10000
}

.wrapper-shop {
    transition: .3s ease-in-out;
    animation: .5s ease-in-out fadeShop
}

@keyframes fadeShop {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

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

.meta-filter-shop {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px
}

.meta-filter-shop .count-text {
    font-size: 14px;
    line-height: 22.4px;
    color: var(--dark);
    position: relative
}

.meta-filter-shop .count-text .count {
    display: inline-block;
    margin-right: 4px
}

.meta-filter-shop .filter-tag {
    font-size: 14px;
    line-height: 22.4px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 14px;
    border: 1px solid var(--line);
    border-radius: 11px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.meta-filter-shop .filter-tag .remove-tag {
    font-size: 10px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: left
}

.meta-filter-shop .remove-all-filters {
    padding: 5px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 22.4px;
    border-color: transparent;
    background-color: transparent;
    color: var(--dark);
    font-weight: 400;
    border-radius: 11px
}

.sidebar-filter {
    background-color: var(--white);
    transition: transform .3s ease-in-out
}

.overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    background-color: var(--backdrop);
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s linear
}

.popup-shopping-cart .wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.popup-shopping-cart .tf-mini-cart-threshold {
    padding: 24px 32px 21px
}

.popup-shopping-cart .tf-mini-cart-threshold .text {
    font-size: 14px;
    line-height: 22.4px;
    margin-bottom: 20px
}

.popup-shopping-cart .tf-mini-cart-threshold .tf-progress-bar {
    margin-top: 12px;
    margin-bottom: 16px
}

.popup-shopping-cart .tf-mini-cart-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative
}

.popup-shopping-cart .tf-minicart-recommendations {
    padding: 24px 32px
}

.popup-shopping-cart .tf-minicart-recommendations .tf-minicart-recommendations-heading .nav-swiper {
    position: unset
}

.popup-shopping-cart .tf-minicart-recommendations .tf-mini-cart-item {
    padding: 9px;
    gap: 20px
}

.popup-shopping-cart .tf-minicart-recommendations .tf-mini-cart-item .tf-mini-cart-image {
    border-radius: 8px
}

.popup-shopping-cart .tf-minicart-recommendations .tf-mini-cart-item .tf-btn {
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px
}

.popup-shopping-cart .tf-mini-cart-bottom {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1019607843);
    flex-shrink: 0
}

.popup-shopping-cart .tf-mini-cart-tool {
    padding: 0 32px;
    height: 58px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(161, 161, 161, .2);
    display:none;
}

.popup-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    place-content: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: rgba(0, 0, 0, .8)
}

.popup-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn .icon {
    margin-bottom: 6px;
    font-size: 22px;
    color: #98a2b3
}

.popup-shopping-cart .tf-mini-cart-bottom-wrap {
    padding: 24px 32px 34px
}

.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax {
    opacity: .8;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 15px
}

.popup-shopping-cart.style-2 {
    max-width: 100% !important
}

.popup-shopping-cart.style-2 .modal-content {
    max-width: fit-content !important;
}

.popup-shopping-cart.style-2 .canvas-wrapper {
    display: flex;
    flex-direction: column
}

.popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 15px 15px 5px
}

.popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar {
    height: 4px
}

.popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar-thumb {
    background: var(--primary)
}

.popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar-track {
    background: var(--line)
}

.popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item {
    padding: 0;
    gap: 12px;
    min-width: 225px
}

.popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .tf-mini-cart-image {
    width: 95px;
    height: 126px;
    border-radius: 8px;
    position: relative
}

.popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .on-sale-wrap {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 5px 10px;
    border-radius: 99px;
    background-color: var(--primary);
    color: var(--white)
}

.popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .tf-mini-cart-info {
    gap: 4px;
    align-items: center
}

.popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .tf-btn {
    padding: 9px 19px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px
}

.popup-shopping-cart.style-2 .popup-shopping-cart-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-left: 1px solid var(--line);
    overflow: hidden
}

.popup-shopping-cart.style-2 .popup-shopping-cart-main .tf-mini-cart-sroll {
    padding-bottom: 15px
}

.popup-shopping-cart.style-empty .cart-empty-wrap {
    text-align: center;
    padding: 0 15px
}

.popup-shopping-cart.style-empty .cart-empty-wrap img {
    width: 100px
}

.popup-shopping-cart.style-empty .tf-mini-cart-items {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.tf-mini-cart-main {
    flex: 1 1 auto;
    position: relative
}

.tf-mini-cart-sroll {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto
}

.tf-mini-cart-sroll::-webkit-scrollbar {
    width: 8px
}

.tf-mini-cart-sroll::-webkit-scrollbar-thumb {
    background: var(--primary)
}

.tf-mini-cart-sroll::-webkit-scrollbar-track {
    background: var(--line)
}

.tf-mini-cart-items {
    display: flex;
    gap: 12px;
    flex-direction: column
}

.tf-mini-cart-item {
    padding: 0 32px;
    display: flex;
    gap: 10px
}

.tf-mini-cart-item .tf-mini-cart-image {
    display: block;
    width: 95px;
    height: auto;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden
}

.tf-mini-cart-item .tf-mini-cart-image a {
    width: 100%;
    height: 100%;
    display: block
}

.tf-mini-cart-item .tf-mini-cart-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.tf-mini-cart-item .tf-mini-cart-info .wg-quantity {
    width: 90px
}

.tf-mini-cart-item .tf-mini-cart-info .edit {
    display: flex;
    font-size: 10px;
    line-height: 10px
}

.tf-mini-cart-item .remove,
.tf-mini-cart-tool-openable .tf-mini-cart-tool-close {
    cursor: pointer
}

.tf-mini-cart-tool-openable {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform .25s ease-in-out;
    z-index: 70
}

.tf-mini-cart-tool-openable>.overplay,
.tf-page-cart-sidebar .feedback-box .check-exp {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tf-mini-cart-tool-openable.open .tf-mini-cart-tool-content {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.tf-mini-cart-tool-openable>.overplay {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200vh;
    right: 0;
    background-color: rgba(5, 5, 5, .4);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.tf-mini-cart-tool-openable .tf-btn {
    height: 47px
}

.tf-mini-cart-tool-openable .tf-mini-cart-tool-content {
    position: relative;
    z-index: 80;
    padding: 32px 36px;
    background-color: var(--white)
}

.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text .icon {
    width: 33px;
    height: 33px;
    border: 1px solid var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--dark)
}

.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns {
    display: flex;
    gap: 30px;
    align-items: center
}

.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns .tf-mini-cart-tool-primary {
    text-decoration: underline;
    text-underline-offset: 8px
}

.tf-mini-cart-tool-openable.add-note textarea {
    height: 148px;
    margin-bottom: 24px
}

.tf-mini-cart-tool-openable.coupon .tf-mini-cart-tool-text1 {
    margin-bottom: 7px
}

.tf-mini-cart-tool-openable.coupon input {
    margin-bottom: 90px
}

.tf-mini-cart-tool-openable.add-gift .tf-mini-cart-tool-text1 {
    margin-bottom: 127px
}

.tf-mini-cart-tool-openable.estimate-shipping select {
    height: 49px;
    border-radius: 6px
}

.tf-mini-cart-tool-openable.estimate-shipping .field {
    margin-bottom: 14px
}

.tf-mini-cart-tool-openable.estimate-shipping .error {
    color: #ff5757
}

.tf-mini-cart-tool-openable.estimate-shipping .success .standard {
    color: #46ba4c;
    margin-top: 10px
}

.tf-progress-ship {
    width: 100%;
    background-color: var(--line-3);
    height: 8px;
    position: relative;
    border-radius: 16px
}

.tf-progress-ship .value {
    height: 100%;
    background: var(--primary);
    position: relative;
    transition: width 2s;
    border-radius: 16px
}

.tf-progress-ship .icon {
    position: absolute;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border: 3px solid #ffb5b5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 16px;
    color: var(--white)
}

.tf-cart-head .title {
    margin-bottom: 35px
}

.tf-cart-head .tf-progress-ship {
    background-color: var(--line-4)
}

.tf-cart-head .tf-progress-ship .value {
    background-color: #ff9752
}

.tf-cart-head .tf-progress-ship .icon {
    background-color: #ff9752;
    border-color: #ffd1b3;
    font-size: 18px;
    width: 38px;
    height: 38px
}

.table-page-cart {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
    line-height: 1.4
}

.table-page-cart thead tr th {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.table-page-cart td {
    padding: 18px 9px
}

.table-page-cart .tf-cart-item td:first-child {
    text-align: start;
    padding-left: 0
}

.table-page-cart .tf-cart-item .wg-quantity {
    padding: 9px 6px;
    margin: auto
}

.table-page-cart .tf-cart-item .wg-quantity .quantity-product {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif
}

.table-page-cart .tf-cart-item .wg-quantity .btn-quantity {
    width: 30px;
    height: 30px;
    align-items: flex-start;
    font-size: 20px
}

.table-page-cart .tf-cart-item .tf-cart-item_total {
    width: 18%
}

.table-page-cart .tf-cart-item_product .img-box {
    max-width: 98px;
    max-height: 130px;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0
}

.table-page-cart .tf-cart-item_product .cart-info .variants {
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 14.4px;
    color: var(--rgba-dark)
}

.table-page-cart .tf-cart-item_product .cart-info .remove-cart {
    font-size: 12px;
    line-height: 14.4px;
    color: var(--rgba-dark);
    text-decoration: underline
}

.tf-page-cart-main .box-ip-discount {
    margin: 24px 0;
    max-width: 443px;
    display: flex;
    gap: 6px
}

.tf-page-cart-main .box-ip-discount .tf-btn {
    padding-top: 12px;
    padding-bottom: 12px
}

.tf-page-cart-main .cart-note textarea {
    height: 206px
}

.tf-page-cart-main .fl-iconbox .tf-swiper {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 16px
}

.tf-page-cart-main .fl-iconbox .tf-icon-box .box-icon {
    width: 48px;
    height: 48px
}

.tf-page-cart-main .fl-iconbox .tf-icon-box .icon {
    font-size: 18px;
    color: var(--primary)
}

.tf-page-cart-main .fl-iconbox .sw-dot-default {
    margin-top: 12px
}

.tf-page-cart-sidebar .cart-box {
    padding: 24px 15px;
    border: 1px solid var(--line);
    border-radius: 16px
}

.tf-page-cart-sidebar .shipping-cart-box input {
    padding-left: 10px;
    padding-right: 10px
}

.tf-page-cart-sidebar .shipping-cart-box input::placeholder {
    opacity: 1
}

.tf-page-cart-sidebar .checkout-cart-box .cart-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(161, 161, 161, .2)
}

.tf-page-cart-sidebar .checkout-cart-box .total-discount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px
}

.tf-page-cart-sidebar .checkout-cart-box .checkout-btn {
    margin-top: 32px;
    margin-bottom: 20px
}

.tf-page-cart-sidebar .checkout-cart-box .cart-list-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px
}

.tf-page-cart-sidebar .checkout-cart-box .payment-card {
    border: 1px solid #d9d9d9;
    border-radius: 2.5px;
    width: 45px;
    height: 31.3px
}

.tf-page-cart-sidebar .testimonial-cart-box {
    border-color: transparent;
    background: linear-gradient(113.78deg, #fff6d4 0, #ffe3e3 100%)
}

.tf-page-cart-sidebar .testimonial-cart-box .box-testimonial-main .icon-star {
    color: #ecb100
}

.tf-page-cart-sidebar .testimonial-cart-box .box-author {
    gap: 5px
}

.tf-page-cart-sidebar .testimonial-cart-box .box-author .img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.tf-page-cart-sidebar .testimonial-cart-box .box-nav-swiper {
    gap: 10px;
    margin-top: 24px
}

.tf-page-cart-sidebar .order-box .list-order-product,
.tf-page-cart-sidebar .order-box .list-total {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(161, 161, 161, .2)
}

.tf-page-cart-sidebar .order-box .order-item .img-product {
    width: 72px;
    height: 94px;
    position: relative
}

.tf-page-cart-sidebar .order-box .order-item .img-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px
}

.tf-page-cart-sidebar .order-box .order-item .img-product .quantity {
    position: absolute;
    width: 24px;
    height: 24px;
    right: -12px;
    top: -12px;
    border-radius: 999px;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.tf-page-cart-sidebar .order-box .order-item .content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 6px
}

.tf-page-cart-sidebar .order-box .order-item .info .variant {
    font-size: 12px;
    line-height: 14.4px;
    color: var(--rgba-dark)
}

.tf-page-cart-sidebar .feedback-box .check-exp {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer
}

.tf-page-cart-sidebar .feedback-box .check-exp:has(.tf-check-rounded:checked) {
    border-color: var(--primary)
}

.tf-page-cart-sidebar .feedback-box .check-exp:has(.tf-check-rounded:checked) .text-exp {
    color: var(--dark)
}

.tf-checkout-cart-main .check-payment .text-payment,
.tf-page-cart-sidebar .feedback-box .check-exp .text-exp {
    color: rgba(102, 112, 133, .8)
}

.tf-page-cart-sidebar .feedback-box .box-share-social {
    margin-top: 56px
}

.tf-checkout-cart-main {
    padding: 24px 15px 40px;
    border-radius: 16px;
    border: 1px solid var(--line)
}

.tf-checkout-cart-main .box-ip-contact .title .link {
    padding: 2px 0;
    border-bottom: 1px solid
}

.tf-checkout-cart-main .check-ship {
    display: flex;
    gap: 8px;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid var(--line);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.tf-checkout-cart-main .check-ship:has(.tf-check-rounded:checked) {
    border-color: var(--primary)
}

.tf-checkout-cart-main .check-ship:has(.tf-check-rounded:checked) .text {
    color: var(--rgba-dark-2)
}

.tf-checkout-cart-main .check-payment .tf-check-rounded,
.tf-checkout-cart-main .check-ship .tf-check-rounded {
    flex-shrink: 0;
    margin-top: 5px
}

.tf-checkout-cart-main .check-ship .text {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    color: rgba(102, 112, 133, .8)
}

.tf-checkout-cart-main .check-payment {
    display: flex;
    gap: 8px;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid var(--line)
}

.payment-item {
    border: 1px solid var(--line);
    border-radius: 6px
}

.payment-item .payment-header {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px
}

.payment-item .payment-body {
    padding: 4px 16px 22px
}

.payment-item .ip-card input {
    padding-right: 55px
}

.payment-item .ip-card .card-logo {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    height: 12px
}

.paypal-payment .payment-header {
    position: relative;
    padding-right: 95px
}

.paypal-payment .payment-header .card-logo {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 20px
}

.title-success-order .icon {
    width: 132px;
    height: 132px;
    margin-bottom: 32px
}

.tf-main-success .box-progress-order {
    border: 1px solid var(--line);
    padding: 24px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.tf-main-success .box-timeline-order {
    max-width: 618px;
    margin: 64px auto 42px;
    display: flex;
    justify-content: space-between
}

.tf-main-success .box-timeline-order .line-time {
    display: flex;
    height: 1px;
    width: 100%;
    max-width: 208px;
    background-color: #efefef;
    margin: 25px -10px 0
}

.block-quote p,
.s-blog-single .content .text {
    line-height: 24px;
    max-width: 1008px;
    text-align: center
}

.tf-main-success .timeline-item {
    position: relative;
    flex-shrink: 0
}

.tf-main-success .timeline-item .box-icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
    color: var(--dark);
    background-color: #efefef;
    border-radius: 50%;
    margin: 0 auto 12px
}

.tf-main-success .map-order {
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px
}

.fl-order-testimonial {
    padding: 24px;
    background-color: #ffeded;
    border-radius: 16px
}

.fl-order-testimonial .box-order-tes {
    display: grid;
    justify-items: center;
    gap: 24px
}

.fl-order-testimonial .box-order-tes .icon {
    font-size: 32px;
    color: var(--primary)
}

.sidebar-order-success .order-box {
    padding-bottom: 60px
}

.tf-cart-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.tf-cart-checkbox .tf-checkbox-wrapp {
    place-items: center;
    position: relative;
    overflow: hidden;
    display: flex
}

.tf-cart-checkbox .tf-checkbox-wrapp input {
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    transition: .2s ease-in-out;
    background-color: var(--white);
    opacity: 0
}

.tf-cart-checkbox .tf-checkbox-wrapp input:checked+div i {
    transform: scale(1)
}

.tf-cart-checkbox .tf-checkbox-wrapp div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    transition: .25s ease-in-out;
    z-index: 5;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    background-color: var(--white);
    color: var(--white);
    pointer-events: none
}

.s-blog-single .related-post .icon,
.s-blog-single .related-post p.name-post {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tf-cart-checkbox .tf-checkbox-wrapp div i {
    font-size: 6px;
    transform: scale(0)
}

.tf-cart-checkbox label {
    font-weight: 400;
    cursor: pointer
}

.tf-cart-checkbox label a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.main-content-account {
    max-width: 1244px;
    width: 100%;
    margin: 0 auto
}

.my-account-container {
    display: flex;
    gap: 30px
}

.sidebar-account-wrap {
    border-radius: 8px;
    border: 1px solid var(--line);
    max-width: 244px;
    width: 100%;
    height: max-content
}

.sidebar-account-wrap .my-account-nav-item {
    padding: 15px 12px;
    display: block
}

.sidebar-account-wrap .my-account-nav-item:hover {
    background-color: var(--primary-4)
}

.sidebar-account-wrap .my-account-nav-item.active {
    color: var(--primary);
    background-color: var(--primary-4)
}

.canvas-sidebar .sidebar-account-wrap {
    max-width: unset
}

.my-acount-content .box-account-title {
    display: grid;
    gap: 16px;
    margin-bottom: 30px
}

.account-orders .wrap-account-order {
    overflow-x: auto
}

.account-orders .wrap-account-order::-webkit-scrollbar {
    height: 3px
}

.account-orders .wrap-account-order::-webkit-scrollbar-thumb {
    background: var(--surface);
    border-radius: 999px
}

.account-orders table {
    width: 100%;
    min-width: 700px;
    text-align: center;
    border-radius: 8px
}

.account-orders table td,
.account-orders table th,
.account-orders table thead {
    padding: 15px 20px
}

.account-orders table tbody {
    border: 1px solid var(--line);
    border-top: 0
}

.account-orders table .view-detail {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 5px 19px;
    border: 1px solid var(--primary);
    border-radius: 99px;
    background-color: var(--primary);
    color: var(--secondary)
}

.account-orders table .view-detail:hover {
    background-color: var(--secondary);
    color: var(--primary)
}

.account-dashboard .hello-name a,
.account-dashboard .hello-name span {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.account-dashboard .box-check {
    border-radius: 16px;
    border: 1px solid var(--line);
    padding: 45px 15px;
    height: 100%;
    display: block
}

.account-dashboard .box-check .text,
.banner-account .banner-title {
    display: grid;
    gap: 6px
}

.account-dashboard .icon {
    position: relative;
    display: inline-flex;
    margin-bottom: 24px
}

.account-dashboard .icon i {
    font-size: 44px
}

.account-dashboard .count-number {
    position: absolute;
    display: inline-flex;
    background-color: #ff6f61;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    top: -18px;
    right: -30px
}

.account-dashboard .box-check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.banner-account {
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.banner-account.bg-linear {
    background: linear-gradient(270deg, #efe7ff 0, #eaf3ff 100%)
}

.banner-account .banner-content-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    gap: 16px
}

.banner-account.banner-acc-countdown {
    padding: 30px;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap
}

.account-address-item .title {
    padding: 15px;
    border-bottom: 1px solid var(--line)
}

.account-address-item .info-detail {
    padding: 15px;
    display: grid;
    gap: 24px
}

.account-address-item.editing {
    background-color: #fafafa
}

.tf-breadcrumb {
    margin-top: 32px;
    margin-bottom: 32px
}

.tf-breadcrumb .breadcrumb-list {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.tf-breadcrumb .breadcrumb-list .item-breadcrumb:not(:last-child) .text {
    color: var(--text-4)
}

.tf-breadcrumb .breadcrumb-list .item-breadcrumb .text {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400;
    color: var(--dark)
}

.tf-breadcrumb .breadcrumb-list .dot {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.tf-breadcrumb .breadcrumb-list .dot span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--text-4);
    display: inline-block
}

.img-viewer-compare-wrap,
.s-blog-list-v1 .blog-post-item,
.s-blog-list-v2 .blog-post-item {
    margin-bottom: 40px
}

.s-blog-list-v1 .blog-post-item:last-of-type,
.s-blog-list-v2 .blog-post-item:last-of-type {
    margin-bottom: 60px
}

.s-blog-list-grid {
    gap: 42px 24px
}

.s-blog-single .heading {
    gap: 20px;
    text-align: center;
    margin-bottom: 48px
}

.s-blog-single .heading>.entry-meta,
.s-blog-single .heading>.entry-tag {
    justify-content: center
}

.s-blog-single .content {
    margin-bottom: 80px
}

.s-blog-single .content .entry_image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 42px
}

.s-blog-single .content .text {
    font-size: 16px;
    color: var(--text);
    width: 100%;
    margin: 0 auto 42px
}

.s-blog-single .group-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px
}

.s-blog-single .related-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 42px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 30px
}

.s-blog-single .related-post .post {
    display: flex;
    gap: 20px;
    align-items: center
}

.s-blog-single .related-post p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px
}

.s-blog-single .related-post p.name-post {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    transition: .3s ease-in-out
}

.s-blog-single .related-post .icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--line);
    transition: .3s ease-in-out;
    flex-shrink: 0
}

.block-quote {
    border-radius: 16px;
    background-color: #eeffde;
    min-height: 230px;
    display: flex;
    align-items: center;
    margin-bottom: 42px
}

.block-quote p {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: 0 auto
}

.sb-contact {
    border-radius: 16px;
    background-color: var(--surface);
    padding: 40px
}

.s-faq .name-faq,
.sb-contact .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 32px
}

.sb-contact .sub {
    color: var(--text);
    line-height: 22px;
    margin-bottom: 32px
}

.s-term-user .term-text span,
.s-term-user .term-title {
    color: var(--dark);
    font-weight: 500
}

.sb-contact .btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 252px;
    width: 100%;
    margin: 0 auto
}

.s-faq .faq-item:not(:last-child) {
    margin-bottom: 52px
}

.s-term-user .content {
    display: grid;
    gap: 12px;
    max-width: 1008px;
    width: 100%;
    margin: 0 auto
}

.s-term-user .term-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px
}

.s-term-user .term-text {
    line-height: 26px;
    font-size: 16px;
    color: var(--text)
}

.s-term-user a {
    font-weight: 500;
    line-height: 26px
}

.s-404 {
    padding: 100px 0
}

.wg-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.wg-404 .image {
    max-width: 236px;
    width: 100%;
    margin-bottom: 12px
}

.wg-404 .title,
.wg-coming-soon .title {
    font-size: 64px;
    font-weight: 500;
    line-height: 96px;
    margin-bottom: 12px
}

.wg-countdown .countdown__item {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 90px;
    height: 90px;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid var(--primary)
}

.wg-countdown .countdown__value {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -.02em
}

.wg-countdown .countdown__value .countdown__value--3 {
    width: 100%;
    max-width: 90px
}

.wg-countdown-2 {
    width: max-content;
    padding: 16px 32px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background-color: var(--white)
}

.wg-countdown-2.color-1 .countdown__value {
    color: #8f6dff
}

.wg-countdown-2 .countdown__value {
    padding-top: 0;
    font-family: "Be Vietnam Pro", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: var(--primary)
}

.wg-countdown-2 .countdown__timer {
    display: flex;
    gap: 29px
}

.wg-countdown-2 .countdown__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 4px;
    min-width: 56px
}

.banner-cd-phonecase .banner-wrap,
.s-banner-product .image-wrap,
.wg-countdown-2 .countdown__item:not(:last-child) .countdown__value,
.wg-map.style-absolute {
    position: relative
}

.wg-countdown-2 .countdown__item:not(:last-child) .countdown__value::after {
    content: ":";
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: -14px;
        font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--dark)
}

.wg-countdown-2 .countdown__item:first-child {
    min-width: 30px
}

.wg-coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 100px
}

.wg-coming-soon .sub,
.wg-coming-soon .wg-countdown {
    margin-bottom: 48px
}

.wg-coming-soon .form-email-wrap {
    max-width: 482px;
    width: 100%;
    margin-bottom: 64px
}

.wg-map.style-absolute .box-store {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    max-width: 419px
}

.wg-map .map {
    border-radius: 16px;
    overflow: hidden;
    height: 589px;
    width: 100%
}

.s-contact .wg-map {
    margin-bottom: 91px
}

.s-contact .sub-title {
    font-size: 16px;
    line-height: 26px
}

.s-contact.style-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    gap: 15px
}

.s-contact.style-2 .content-left {
    padding: 30px;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    gap: 20px;
    margin-bottom: 0;
    justify-items: flex-start
}

.s-contact.style-2 .content-left .tf-btn {
    padding: 9px 20px;
    font-size: 14px;
    line-height: 120%;
    text-transform: none;
    margin-top: 20px
}

.s-contact.style-2 .image-right img,
.simpleParallax img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.contact-list a,
.contact-list span {
    font-weight: 400;
    color: var(--text)
}

.box-store {
    padding: 40px 24px 20px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: var(--white);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.box-store .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin-bottom: 8px
}

.image-compare .icv__label,
.mega-cate-box .categories-title,
.mega-categories .cate-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.box-store .contact-list {
    gap: 0;
    margin-bottom: 20px
}

.box-store:hover {
    background: var(--primary-4)
}

.box-store.style-2 {
    display: grid;
    gap: 15px;
    padding: 30px;
    border-color: var(--white)
}

.s-banner-colection .banner-content {
    overflow: hidden;
    border-radius: 16px;
    gap: 0;
    background-color: #f7f7f7;
    position: relative
}

.s-banner-colection .box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    gap: 42px;
    padding: 24px
}

.s-banner-colection.style-abs .box-content {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px;
    background: rgb(0 0 0 / 25%);
    border-radius: 10px
}

.s-banner-colection.style-abs-2 .box-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    padding: 0
}

.s-banner-colection.style-abs-2 .image img {
    min-height: 350px;
    object-fit: cover
}

.banner-cls-bicycle .banner-content {
    height: 400px;
    width: 100%
}

.banner-cls-electric .banner-content {
    background: linear-gradient(67.69deg, #eeefff 11.66%, #f6f0f0 47.21%, #ffeff6 82.77%);
    padding: 16px 0
}

.banner-cls-mega-electric.style-abs-2 .image img {
    min-height: 296px;
    object-fit: cover
}

.banner-cls-phonecase .banner-content {
    background-color: unset;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.banner-cls-phonecase .box-content {
    margin: unset;
    padding: 0
}

.banner-cls-petaccess .banner-content {
    background-color: #ffecce
}

.banner-cls-electric-acc.style-abs-2 .box-content {
    background-color: var(--white);
    border-radius: 16px;
    left: 15px;
    right: 15px;
    margin: unset;
    padding: 30px 15px
}

.banner-cls-mega-electric .new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #d2a40c;
    border-radius: 22px;
    padding: 5px 12px
}

.banner-cls-mega-electric .box-title-banner {
    justify-items: center
}

.btn-sidebar-mb {
    position: fixed;
    top: 155px;
    left: 0;
    z-index: 50
}

.btn-sidebar-mb button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid var(--dark);
    padding: 0;
    justify-content: center
}

.btn-sidebar-mb button:hover {
    background-color: var(--white);
    color: var(--dark)
}

.btn-sidebar-mb.right {
    left: unset;
    right: 0;
    transform: rotate(180deg)
}

.s-banner-countdown .image img {
    min-height: 488px;
    width: 100%;
    object-fit: cover
}

.s-banner-countdown .banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: grid;
    gap: 12px
}

.banner-cd-phonecase {
    border-radius: 16px;
    overflow: hidden;
    margin: 0 12px
}

.banner-cd-phonecase .banner-content {
    z-index: 2;
    background-color: var(--white);
    border-radius: 16px;
    padding: 30px 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 24px
}

.banner-cd-phonecase .countdown__timer .countdown__label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.s-banner-cd-baby .banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background-color: #f3f2ee;
    padding: 40px;
    gap: 20px
}

.s-banner-cd-baby .wg-countdown .countdown__item {
    background-color: var(--white);
    border-radius: 50%;
    width: 70px;
    height: 70px
}

.s-banner-product .content-banner {
    display: flex;
    gap: 42px;
    justify-content: center
}

.s-banner-product .image {
    max-width: 512px;
    border-radius: 16px;
    overflow: hidden
}

.s-banner-product .content-right {
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: center
}

.s-banner-product .loobook-product {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 12px;
    gap: 12px
}

.s-banner-with-text .content-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px
}

.s-banner-with-text .image,
.s3-banner-with-text .image-banner .image,
.tf-compare-item .tf-compare-image {
    border-radius: 16px;
    overflow: hidden;
    width: 100%
}

.s-banner-with-text .image-1:hover {
    position: relative;
    z-index: 2
}

.banner-text-fashion .image-1 {
    max-width: 531px;
    margin-left: auto
}

.banner-text-fashion .image-2 {
    position: absolute;
    max-width: 316px;
    z-index: 2;
    left: 71px;
    bottom: 44px
}

.banner-text-jewelry .image-1,
.banner-text-skincare.type-2 .image-1 {
    width: 85%
}

.banner-text-skincare.type-2 .image-2 {
    position: absolute;
    width: 44%;
    bottom: 5%;
    right: 0
}

.banner-text-jewelry .image-2 {
    width: 39%;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 5%
}

.banner-tagline-phonecase {
    display: flex;
    gap: 50px;
    position: relative
}

.banner-tagline-phonecase .list-tagline li {
    display: flex;
    gap: 10px;
    padding: 15px
}

.banner-tagline-phonecase .list-tagline li:not(:last-child) {
    border-bottom: 1px solid rgba(89, 89, 89, .2)
}

.banner-tagline-phonecase .icon i {
    font-size: 35px;
    color: #c596ff
}

.flat-title {
    display: grid;
    gap: 12px;
    text-align: center;
    margin-bottom: 30px
}

.flat-title.style-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start
}

.flat-title.mb_1 {
    margin-bottom: 33px
}

.flat-title.style-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px
}

.flat-title.style-line .line-title {
    flex-grow: 1;
    display: block;
    border-bottom: 1px solid var(--line)
}

.flat-title-2 {
    display: grid;
    gap: 5px;
    margin-bottom: 30px;
    flex-wrap:wrap;
}

.simpleParallax {
    height: 100%;
    width: 100%
}

.wg-offer .image {
    border-radius: 16px;
    margin-bottom: 20px
}

.flat-title-v2 {
    display: grid;
    gap: 12px;
    margin-bottom: 30px
}

.s2-banner-bundle .bundle-wrap {
    position: relative;
    padding: 0 30px 30px;
    border: 1px solid #f3a24b;
    border-radius: 16px
}

.s2-banner-bundle .flat-title {
    background-color: var(--white);
    width: fit-content;
    margin: -25px auto 8px
}

.s2-banner-bundle .banner-bundle {
    position: relative;
    width: 100%;
    height: 100%
}

.s2-banner-bundle .banner-bundle .item {
    position: absolute;
    display: none;
    bottom: -77px;
    animation: 10s ease-in-out infinite swing2
}

@keyframes swing2 {
    20% {
        transform: rotate(5deg)
    }

    40% {
        transform: rotate(-4deg)
    }

    60% {
        transform: rotate(3deg)
    }

    80% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(0)
    }
}

.s-banner-bundle .content-list {
    display: grid;
    gap: 12px;
    padding: 24px 15px;
    border-radius: 0 0 16px 16px;
    border: 1px solid var(--line)
}

.s-banner-bundle .list-recipe {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.s-banner-bundle .list-recipe .br--line {
    display: block;
    height: 16px;
    width: 1px;
    background-color: var(--line)
}

.tf-compare-table {
    border: 1px solid var(--line);
    border-radius: 2.5px;
    overflow-x: scroll
}

.tf-compare-table::-webkit-scrollbar {
    height: 4px
}

.tf-compare-table::-webkit-scrollbar-thumb {
    border-radius: 33px;
    background: #d9d9d9;
    cursor: grab
}

.tf-compare-col {
    min-width: 240px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    position: relative
}

.tf-compare-item {
    display: grid;
    text-align: center;
    gap: 15px;
    padding: 20px 15px
}

.tf-compare-item .tf-compare-remove .tf-btn-icon {
    width: 48px;
    height: 48px;
    cursor: pointer
}

.tf-compare-item .tf-compare-remove .tf-btn-icon:hover {
    border-color: var(--primary)
}

.tf-compare-item .tf-compare-remove .tf-btn-icon:hover i {
    color: var(--primary);
    transform: unset
}

.tf-compare-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #48b02c
}

.list-esd .item {
    display: grid;
    gap: 10px;
    padding: 20px 0
}

.box-testimonial-quote {
    background-color: #eeffde;
    border-radius: 16px;
    padding: 30px 15px;
    display: grid;
    gap: 20px
}

.box-testimonial-quote .box-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.box-testimonial-quote .box-author .avt {
    max-width: 32px;
    border-radius: 50%;
    overflow: hidden
}

.mega-categories {
    background-color: var(--white);
    text-align: left;
    color: var(--dark);
    padding: 12px 4px 22px
}

.mega-categories .cate-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--dark);
    border-radius: 4px;
    padding: 10px
}

.mega-categories .cate-item .img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--surface);
    overflow: hidden
}

.mega-categories .cate-item.active,
.mega-categories .cate-item:hover {
    background-color: var(--purple-2)
}

.mega-cate-box {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--purple)
}

.mega-cate-box .categories-title {
    display: flex;
    background-color: var(--purple);
    padding: 15px 24px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase
}

.mega-box .mega-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.mega-iconbox {
    border-radius: 16px;
    border: 1px solid var(--line);
    padding: 32px 12px
}

.image-compare .icv__circle {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .3);
    position: relative;
    border-color: transparent !important
}

.image-compare .icv__circle::after {
    position: absolute;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white)
}

.image-compare .icv__circle::before {
    position: absolute;
    font-family: icomoon;
    content: "\e900";
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 14px
}

.image-compare .icv__label {
    padding: 9px 24px;
    color: var(--dark);
    font-family: "Albert Sans", sans-serif;
    border-radius: 40px;
    background-color: var(--white);
    bottom: 24px
}

.image-compare .icv__label-before {
    left: 24px
}

.image-compare .icv__label-after {
    right: 24px
}

.s2-banner-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1143px;
    margin: auto
}

.s2-banner-with-text .content-with-text {
    display: grid;
    gap: 20px;
    justify-items: left
}

.s3-banner-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.s3-banner-with-text .content-with-text {
    gap: 20px;
    display: grid;
    justify-items: left
}

.s3-banner-with-text .image-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    flex-shrink: 0
}

.s3-banner-with-text .image-banner .image-1 {
    position: absolute;
    width: 41.6%;
    z-index: 2;
    left: 0;
    bottom: 0
}

.s3-banner-with-text .image-banner .image-2 {
    width: 74%;
    margin-left: auto
}

.s3-banner-with-text .box-title-content .subtitle {
    margin-bottom: 10px;
    display: inline-block
}

.banner-cls-baby .item {
    max-width: 217px;
    position: absolute;
    animation: 10s linear infinite alternate moveRight;
    right: -69px;
    bottom: -35px;
    display: none
}

@keyframes moveRight {
    0% {
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(20px)
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .flat-wrapper-lookbook .image-lookbook .pin-1 {
        left: 2%;
        bottom: 38%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .sb-contact {
        padding: 30px 15px
    }
}

@media (min-width:576px) {
    .tf-grid-layout.sm-col-2 {
        grid-template-columns: 1fr 1fr
    }

    .tf-grid-layout.sm-col-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .tf-grid-layout.sm-col-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .tf-grid-layout.sm-col-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .tf-grid-layout.sm-col-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .tf-grid-layout.sm-col-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .row-footer,
    .row-footer .s3 {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .dropdown-filter .dropdown-menu {
        min-width: 250px
    }

    .popup-style-1 {
        max-width: 520px
    }

    .footer-default .footer-body {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .row-footer {
        row-gap: 32px;
        column-gap: 24px
    }

    .row-footer .s3 {
        gap: 24px;
        grid-column: 1/-1
    }

    .slider-default .content-slider.style-2 {
        padding: 30px 24px
    }

    .slider-default .parallax-wrap {
        padding: 150px 0
    }

    .s-banner-cd-baby .wg-countdown .countdown__timer {
        gap: 10px
    }

    .s-banner-cd-baby .wg-countdown .countdown__item {
        width: 90px;
        height: 90px
    }
}

@media (min-width:768px) {

    .footer-heading,
    .footer-info,
    .mega-box .mega-title-box,
    .news-item .content .title,
    .popup-shopping-cart.style-empty .cart-empty-wrap p {
        margin-bottom: 24px
    }

    .footer-style-2 {
        margin: 0 15px 80px
    }

    .flat-wrapper-iconbox>.title {
        top: -12%
    }

    .s2-banner-with-text {
        gap: 60px;
        flex-direction: row
    }

    .s3-banner-with-text {
        flex-direction: row;
        gap: 14px
    }

    .s3-banner-with-text .image-banner {
        width: 59.4%
    }

    .slider-style-2 .wrap-pagination {
        right: 50%
    }

    .offcanvas-search .header {
        padding: 15px 30px
    }

    .offcanvas-search .form-search input {
        height: 60px
    }

    .popup-product .modal-content {
        padding: 32px 60px 40px
    }

    .popup-product .modal-header .countdown__timer {
        font-size: 24px;
        line-height: 32px
    }

    .fl-order-testimonial {
        padding: 32px 60px
    }

    .tf-compare-col {
        min-width: 300px
    }

    .table-page-cart .tf-cart-item .wg-quantity {
        width: 102px;
        height: 48px
    }

    .modal-find-size .modal-dialog .modal-content,
    .modal-order-detail .modal-dialog .modal-content,
    .tf-main-success .box-ship-address {
        padding: 32px
    }

    .modal-newsletter.style-row .modal-content,
    .modal-quick-view .modal-content,
    .popup-shopping-cart.style-2 .canvas-wrapper,
    .popup-shopping-cart.style-2 .modal-content {
        flex-direction: row
    }

    .modal-quick-view .tf-product-media-wrap {
        width: 43.4%
    }

    .modal-quick-view .tf-product-info-wrap .tf-product-info-inner {
        position: absolute;
        inset: 0;
        overflow-y: auto;
        padding: 32px
    }

    .modal-quick-view .tf-product-info-wrap .tf-product-info-variant {
        margin-bottom: 34px
    }

    .flat-wrapper-lookbook .slider-wrap-lb .title,
    .modal-quick-view .tf-product-info-wrap .tf-product-total-quantity {
        margin-bottom: 32px
    }

    .popup-shopping-cart.style-2 .also-like-product {
        width: 228px;
        flex-shrink: 0;
        position: relative
    }

    .popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap {
        padding: 33px 28px 33px 36px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: auto;
        flex-direction: column
    }

    .popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar {
        width: 8px
    }

    .popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar-thumb {
        background: var(--primary)
    }

    .popup-shopping-cart.style-2 .also-like-product .also-like-product-wrap::-webkit-scrollbar-track {
        background: var(--line)
    }

    .popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item {
        flex-direction: column;
        min-width: unset
    }

    .popup-shopping-cart.style-2 .also-like-product .tf-mini-cart-item .tf-mini-cart-image {
        width: 156px;
        height: 222px
    }

    .popup-shopping-cart.style-empty .cart-empty-wrap {
        padding: 27px 15px
    }

    .popup-shopping-cart.style-empty .cart-empty-wrap img {
        margin-bottom: 32px;
        width: auto
    }

    .popup-pickup-available .modal-inner {
        padding: 40px 32px
    }

    .popup-pickup-available .pickup-available-list {
        gap: 40px
    }

    .modal-find-size .header {
        margin-bottom: 40px
    }

    .modal-find-size .tf-sizeguide-table {
        margin-bottom: 42px
    }

    .modal-find-size .tf-page-size-chart-content {
        display: grid;
        gap: 10px;
        grid-template-columns: 6fr 6fr
    }

    .modal-find-size .tf-page-size-chart-content ul {
        margin-bottom: unset
    }

    .modal-order-detail .header {
        margin-bottom: 50px
    }

    .slider-layout-right .swiper {
        margin-right: -24px;
        padding-right: 24px
    }

    .banner-why-shop,
    .container,
    .container-2,
    .container-3,
    .container-4,
    .container-5,
    .container-6,
    .container-full,
    .slider-layout-right {
        padding-left: 24px;
        padding-right: 24px
    }

    .list-color-product {
        gap: 5px
    }

    .list-color-product .list-color-item {
        width: 24px;
        height: 24px
    }

    .tf-pin-btn span {
        width: 33px;
        height: 33px;
        border: 12px solid var(--white)
    }

    .card-product .on-sale-wrap {
        top: 0px;
        right: auto;
        left: 0px
    }

    .card-product .on-sale-wrap.pos1 {
        top: 16px;
        left: 16px
    }

    .card-product.card-product-size .list-product-btn,
    .card-product.style-3.card-product-size .product-btn-main {
        bottom: 40px
    }

    .card-product.style-3.card-product-size .list-product-btn {
        bottom: 84px
    }

    .card-product.style-border-2.border-type-4 .on-sale-wrap {
        top: 16px;
        right: auto;
        left: 16px
    }

    .banner-cls-mega-electric .box-title-banner,
    .card-product .card-product-info {
        gap: 8px
    }

    .banner-cls-mega-electric .box-content,
    .banner-cls-petacces .box-title-banner,
    .banner-cls-sportwear .box-content,
    .banner-cls-sportwear .box-title-banner,
    .grid-cls,
    .menu-tab-line {
        gap: 24px
    }

    .grid-cls .item1 {
        grid-area: aa
    }

    .grid-cls .item2 {
        grid-area: bb
    }

    .grid-cls .item3 {
        grid-area: cc
    }

    .grid-cls .item4 {
        grid-area: dd
    }

    .grid-cls-v1 {
        grid-template-areas: "aa bb" "aa cc";
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .grid-cls-v2 {
        grid-template-areas: "aa bb dd" "aa cc dd";
        grid-template-columns: 1fr 1fr 1fr
    }

    .grid-cls-v3,
    .grid-cls-v4 {
        grid-template-columns: 1fr 1fr
    }

    .grid-cls-v3 {
        grid-template-areas: "aa aa " "bb cc"
    }

    .grid-cls-v4 {
        grid-template-areas: "cc cc" "aa bb"
    }

    .grid-cls-v5 {
        grid-template-areas: "aa bb cc" "aa bb dd";
        grid-template-columns: 1fr 1fr 1fr
    }

    .grid-cls-v5 .item3,
    .grid-cls-v5 .item4 {
        height: 320px
    }

    .s-banner-with-text .content-banner {
        height: 100%
    }

    .banner-cd-phonecase .banner-content {
        gap: 32px;
        padding: 32px 60px
    }

    .banner-cd-fashion .banner-content {
        left: 100px
    }

    .banner-cd-fashion .box-title {
        margin-bottom: 12px
    }

    .banner-cd-fashion .season {
        margin-bottom: 4px
    }

    .banner-account .banner-content-right {
        right: 144px;
        gap: 32px
    }

    .banner-account .banner-title {
        gap: 12px
    }

    .banner-account.banner-acc-countdown {
        padding: 40px 88px 40px 64px
    }

    .banner-account.banner-acc-countdown .banner-title {
        gap: 4px
    }

    .banner-account.banner-acc-countdown .banner-content-left,
    .banner-cls-baby .box-title-banner,
    .banner-cls-electric-acc .box-title-banner,
    .s-banner-colection.style-abs .box-title-banner {
        gap: 16px
    }

    .banner-cls-baby .box-content,
    .menu-tab-fill-lg {
        gap: 32px
    }

    .banner-cls-electric-acc .box-content {
        gap: 33px
    }

    .banner-cls-electric-acc.style-abs-2 .box-content {
        max-width: 477px;
        padding: 30px 64px;
        left: 64px;
        right: 64px
    }

    .banner-cls-electric-acc.style-abs-2 .box-content br {
        display: block
    }

    .banner-cls-sportwear.style-abs-2 .box-content {
        left: 84px
    }

    .banner-cls-petacces .box-content {
        gap: 42px
    }

    .banner-cls-electric .image {
        order: 1
    }

    .s-banner-colection.style-abs .box-content {
        left: 64px;
        bottom: 64px;
        right: unset;
        gap: 32px;
        padding: 15px;
        background: rgb(0 0 0 / 25%);
        border-radius: 10px
    }

    .slider-bicycle .box-content {
        bottom: 103px
    }

    .slider-bicycle .content-slider {
        max-width: 576px;
        width: 100%
    }

    .tf-grid-layout.md-col-2 {
        grid-template-columns: 1fr 1fr
    }

    .tf-grid-layout.md-col-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .tf-grid-layout.md-col-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .tf-grid-layout.md-col-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .tf-grid-layout.md-col-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .tf-grid-layout.md-col-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .flat-single-grid:not(.flat-single-grid-2, .flat-single-stacked) .item {
        height: 1026px
    }

    .flat-single-grid:not(.flat-single-grid-2, .flat-single-stacked) .item:not(:last-child) {
        margin-bottom: 10px
    }

    .flat-single-grid-2,
    .flat-single-stacked {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .flat-single-grid-2 .item {
        width: 100%;
        height: 300px
    }

    .flat-single-stacked .item:first-child {
        grid-column: 1/-1;
        width: 100%
    }

    .canvas-sidebar {
        max-width: 406px
    }

    .canvas-sidebar .canvas-header {
        padding: 32px 32px 10px
    }

    .canvas-sidebar .canvas-header::after {
        left: 32px;
        right: 32px
    }

    .canvas-sidebar .canvas-body {
        padding: 24px 32px 32px
    }

    .tf-product-fbt-wrap {
        padding: 30px
    }

    .wrap-sw-over {
        margin-left: -12px;
        padding-left: 12px;
        margin-bottom: -20px;
        padding-bottom: 20px
    }

    .menu-tab-line.style-lg {
        gap: 48px
    }

    .menu-tab-line.style-lg .tab-link {
        font-size: 28px;
        line-height: 29.2px
    }

    .menu-tab-line.style-lg2,
    .menu-tab-line.style-lg3 {
        gap: 41px
    }

    .menu-tab-line.style-md {
        gap: 0
    }

    .menu-tab-line.style-md .tab-link {
        padding: 10px;
        font-size: 20px;
        line-height: 24px;
        min-width: 148px
    }

    .menu-tab-line.style-md .tab-link::after {
        height: 2px
    }

    .menu-tab-line.style-md2 .tab-link {
        font-size: 20px;
        line-height: 30px
    }

    .gallery-item .box-icon {
        height: 40px;
        width: 40px;
        font-size: 14px
    }

    .news-item .content,
    .tf-page-cart-sidebar .cart-box {
        padding: 24px
    }

    .flat-wrapper-lookbook,
    .wrapper-thumbs-tes,
    .wrapper-thumbs-tes-2,
    .wrapper-thumbs-tes-3,
    .wrapper-thumbs-tes-4 {
        display: flex
    }

    .wrapper-thumbs-tes .box-right {
        padding: 40px 36px;
        width: 57.7%
    }

    .wrapper-thumbs-tes .box-left {
        width: 42.3%;
        display: block
    }

    .wrapper-thumbs-tes-2 .box-right,
    .wrapper-thumbs-tes-4 .box-left {
        width: 35%;
        display: block
    }

    .wrapper-thumbs-tes-2 .box-left {
        width: 65%;
        padding: 40px 46px 40px 0
    }

    .wrapper-thumbs-tes-3 .box-right {
        width: 37%;
        display: block
    }

    .wrapper-thumbs-tes-3 .box-left {
        width: 63%;
        padding: 40px 46px 40px 0
    }

    .wrapper-thumbs-tes-4 .box-right {
        width: 65%;
        padding: 40px 0 40px 46px
    }

    .fs-cls .content,
    .wg-cls.style-abs2.style-lg .cls-btn {
        bottom: 32px
    }

    .fs-cls.lg .tf-btn {
        font-size: 18px;
        line-height: 26px
    }

    .tab-content .swiper-pagination-progressbar {
        margin-top: 50px
    }

    .tf-icon-box-v2 {
        gap: 20px
    }

    .tf-icon-box-v2 .icon {
        font-size: 24px
    }

    .tf-icon-box-v2 .title {
        font-size: 24px;
        line-height: 28.8px
    }

    .flat-title .wg-countdown-2 .countdown__value {
        font-size: 32px;
        line-height: 40px
    }

    .flat-title.style-line {
        gap: 25px
    }

    .banner-cd-phonecase {
        margin: 0 24px
    }

    .cls-video,
    .cls-video .hover-video {
        height: 549px
    }

    .flat-wrapper-lookbook .col-left,
    .flat-wrapper-lookbook .col-right {
        width: 50%
    }

    .flat-wrapper-lookbook .col-left {
        padding: 32px 50px 27px
    }

    .flat-wrapper-lookbook .card-product .tf-btn {
        font-size: 20px;
        line-height: 24px
    }

    .s-cls.abs-left-center .content {
        left: 24px
    }

    .s-cls.style-absolute .content,
    .wg-cls.style-abs .cls-btn,
    .wg-cls.style-abs2 .cls-btn {
        bottom: 24px;
        left: 24px;
        right: 24px
    }

    .tf-checkout-cart-main {
        padding: 27px 24px 50px
    }

    .slider-fashion-2 {
        padding: 0 24px
    }

    .slider-baby .clouds {
        bottom: -40px
    }

    .cloud-footer {
        margin-bottom: -40px
    }
}

@media (min-width:992px) {

    .grid-cls-v3,
    .grid-cls-v4 {
        grid-template-columns: 1fr 1fr 1fr
    }

    .slider-default .content-slider.style-2 {
        padding: 40px
    }

    .slider-bicycle .content-slider.style-2 {
        padding: 42px
    }

    .banner-cls-phonecase .box-content,
    .s2-banner-with-text .content-with-text,
    .s3-banner-with-text .content-with-text {
        gap: 40px
    }

    .s-banner-with-text.banner-text-jewelry .box-title-banner,
    .s-banner-with-text.banner-text-pet .box-title-banner,
    .s-banner-with-text.banner-text-plant .box-title-banner,
    .s2-banner-with-text .box-title-content {
        gap: 16px
    }

    .banner-group-img .box-content .heading,
    .s3-banner-with-text .box-title-content .title {
        margin-bottom: 24px
    }

    .banner-group-img {
        display: flex;
        height: 642px
    }

    .banner-group-img .banner-img {
        width: 50%;
        height: 100%
    }

    .banner-group-img .box-content {
        margin: auto;
        padding: 40px 30px;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .banner-group-img .box-content .tf-btn {
        margin-top: 42px
    }

    .footer-bottom-wrap .box-right {
        gap: 49px
    }

    .grid-jewelry .wg-cls .tf-btn {
        font-size: 20px;
        line-height: 24px
    }

    .banner-cls-electric .banner-content .box-content,
    .footer-newsletter,
    .s-banner-with-text.banner-text-skincare .content-banner {
        gap: 32px
    }

    .footer-default .form-newsletter input {
        height: 56px
    }

    .footer-default .form-newsletter .subscribe-button {
        padding: 16px
    }

    .footer-default .footer-top-wrap .social-item {
        width: 52px;
        height: 52px;
        font-size: 20px
    }

    .footer-default .footer-top-wrap .social-facebook {
        font-size: 22px
    }

    .tf-btn.btn-md {
        padding: 14px 35px
    }

    .flat-title-2 {
        gap: 20px;
        margin-bottom: 52px
    }

    .banner-cls-phonecase .box-title-banner,
    .flat-title-2 .box-title,
    .s-banner-with-text.banner-text-skincare.type-2 .box-title-banner {
        gap: 10px
    }

    .grid-cls-v3 {
        grid-template-areas: "aa aa bb" "aa aa cc"
    }

    .grid-cls-v4 {
        grid-template-areas: "aa cc cc" "bb cc cc"
    }

    .banner-cd-phonecase .countdown__item {
        width: 109px;
        height: 112px
    }

    .banner-cd-phonecase .countdown__item .countdown__value {
        font-size: 48px;
        line-height: 60px
    }

    .wg-testimonial .content-top {
        padding:10px;
        gap: 20px;
    }

    .wg-testimonial .box-avt {
        padding: 24px;
        gap: 12px
    }

    .wg-testimonial .box-price {
        gap: 6px
    }

    .wg-testimonial.style-row .image {
        max-width: 244px;
        width: 100%
    }

    .card-product.style-wishlist>.icon {
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 13px
    }

    .card-product .card-product-info {
        padding-top:5px;
        gap: 10px;
        padding-bottom: 0px
    }

    .card-product.style-3 .list-product-btn {
        bottom: 60px
    }

    .gallery-item .box-icon {
        opacity: 0;
        visibility: hidden
    }

    .gallery-item:hover .box-icon {
        opacity: 1;
        visibility: visible
    }

    .b-md-20 {
        bottom: 20px !important
    }

    .wg-cls.style-abs .cls-btn {
        bottom: 80px
    }

    .wg-cls.style-abs.type-2 .cls-btn,
    .wg-cls.style-abs.type-2 .cls-content {
        bottom: 24px
    }

    .wg-cls.style-abs.type-2 .cls-content {
        gap: 24px;
        left: 24px;
        right: 24px
    }

    .wg-cls.style-abs.type-3 .cls-btn {
        bottom: 20px
    }

    .banner-text-skincare .content-banner {
        padding-left: 50px
    }

    .s-banner-with-text br {
        display: block
    }

    .s-banner-with-text .content-banner {
        gap: 42px
    }

    .s-banner-with-text .box-title-banner {
        gap: 24px
    }

    .s-banner-with-text.banner-text-skincare .box-title-banner {
        gap: 12px
    }

    .s-banner-with-text.banner-text-jewelry .content-banner,
    .s-banner-with-text.banner-text-pet .content-banner {
        gap: 33px
    }

    .s-banner-with-text.banner-text-plant .content-banner {
        gap: 33px;
        margin-right: 24px;
        margin-left: auto;
        max-width: 588px;
        width: 100%
    }

    .s-banner-with-text.banner-text-plant.type-2 .content-banner {
        margin-left: 24px;
        margin-right: unset;
        max-width: unset
    }

    .banner-cd-fashion .banner-content {
        left: 203px
    }

    .account-dashboard .box-account-title {
        margin-bottom: 64px
    }

    .marquee-sale {
        padding: 23px 0;
        height: 78px;
        display: flex
    }

    .marquee-sale .marquee-wrapper,
    .marquee-topbar .marquee-wrapper {
        animation: 60s linear infinite infiniteScroll
    }

    .marquee-sale .marquee-wrapper.scrollRight {
        animation: 60s linear infinite infiniteScrollRight
    }

    .marquee-sale .marquee-child-item {
        margin: 0 40px
    }

    .slider-baby .content-slider.style-2 {
        padding: 40px 60px
    }

    .sidebar-blog {
        max-width: 366px;
        width: 100%;
        margin-left: auto
    }

    .sidebar-blog.type-left {
        margin-left: unset;
        margin-right: auto
    }

    .tf-grid-layout {
        column-gap: 24px;
        row-gap: 24px
    }

    .tf-grid-layout.lg-col-2 {
        grid-template-columns: 1fr 1fr
    }

    .tf-grid-layout.lg-col-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .tf-grid-layout.lg-col-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .tf-grid-layout.lg-col-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .tf-grid-layout.lg-col-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .tf-grid-layout.lg-col-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .tf-grid-layout.style-1 {
        row-gap: 40px
    }

    .tf-grid-layout.style-1 .wg-pagination {
        margin-top: 20px
    }

    .tab-content .tf-grid-layout {
        column-gap: 18px;
        row-gap: 40px
    }

    .marquee-topbar .marquee-wrapper .marquee-child-item {
        margin: 0 20px
    }

    .section-image-zoom.zoom-active .other-image-zoom {
        opacity: .3
    }

    .sb-banner .title {
        font-size: 36px;
        line-height: 43.2px
    }

    .tf-product-fbt-wrap,
    .tf-product-volume-discount-thumbnail {
        padding: 30px
    }

    .list-volume-discount .volume-discount-item {
        padding: 16px 32px 16px 22px
    }

    .volume-discount-thumbnail-item .tag-sale {
        left: 28px;
        right: 28px
    }

    .card-product .box-icon {
        width: 40px;
        height: 40px
    }

    .card-product .box-icon .icon {
        font-size: 16px
    }

    .card-product .product-btn-main .btn-main-product {
        padding: 10px 15px
    }

    .card-product.style-3.card-product-size .list-product-btn {
        bottom: 94px
    }

    .tf-icon-box.style-2,
    .tf-icon-box.style-lg {
        gap: 25px
    }

    .tf-icon-box.style-2 .content,
    .tf-icon-box.style-lg .content {
        gap: 15px
    }

    .tf-icon-box.style-2 .title,
    .tf-icon-box.style-3 .title,
    .tf-icon-box.style-lg .title {
        font-size: 20px;
        line-height: 20px
    }

    .tf-icon-box.style-4 {
        padding: 32px 24px;
        gap: 24px
    }

    .tf-icon-box.style-4 .title {
        font-size: 20px;
        line-height: 30px
    }

    .tf-icon-box.style-border {
        padding: 29px 20px;
        gap: 30px
    }

    .tf-icon-box.style-border .content {
        gap: 20px
    }

    .tf-icon-box.style-border .content h6 {
        line-height: 29px
    }

    .tf-icon-box.style-border .content p {
        line-height: 22px
    }

    .flat-wrapper-testimonial {
        padding: 64px 30px 37px
    }

    .banner-cls-bicycle .banner-content {
        height: 631px
    }

    .mega-iconbox {
        padding: 42px 20px
    }

    .mega-iconbox .tf-icon-box:not(:last-child) {
        margin-bottom: 42px
    }

    .cls-video,
    .cls-video .hover-video {
        height: 649px
    }
}

@media (min-width:1025px) {
    .banner-shop.style-left-center .box-title .title {
        font-size: 36px;
        font-weight: 500;
        line-height: 43.2px
    }
}

@media (min-width:1200px) {

    .row-footer .s1,
    .row-footer .s2 {
        border-right: 1px solid var(--line)
    }

    .footer-style-2 .footer-bottom-wrap .image-select.style-default {
        width: 226px !important
    }

    .footer-style-2 .footer-bottom-wrap .image-select.style-default .filter-option-inner-inner,
    .tf-btn-filter .icon {
        font-size: 18px
    }

    .slider-default .parallax-wrap {
        padding: 279px 0 304px
    }

    .s2-banner-with-text {
        gap: 101px
    }

    .banner-group-img .box-content {
        padding: 40px 55px
    }

    .banner-cls-baby .banner-content {
        position: relative;
        overflow: unset
    }

    .banner-cls-baby .image {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px
    }

    .banner-cls-baby .item {
        display: block;
        right: 0
    }

    .s-banner-cd-baby .wg-countdown .countdown__item {
        width: 120px;
        height: 120px
    }

    .banner-cd-phonecase .box-title,
    .popup-product .modal-header,
    .tf-product-fbt-wrap .fbt-info,
    .tf-product-fbt-wrap .fbt-swatches {
        gap: 16px
    }

    .tf-topbar {
        display: flex;
        height: 42px
    }

    .footer-default .footer-body,
    .sidebar-filter .canvas-body {
        padding: 0
    }

    .footer-default .footer-info .item:not(:last-child) .box-icon {
        margin-top: -3px
    }

    .row-footer {
        display: flex;
        gap: 0
    }

    .row-footer .s1 {
        width: 29%;
        padding: 60px 24px 60px 0
    }

    .row-footer .s2 {
        width: 42%;
        padding: 60px 32px
    }

    .row-footer .s3 {
        width: 29%;
        display: flex;
        justify-content: space-between;
        padding: 60px 0 60px 32px
    }

    .banner-cls-phonecase .banner-content,
    .tf-product-info-wrap .tf-product-info-extra-link,
    .wrapper-thumbs-tes-4 .box-testimonial-main {
        gap: 42px
    }

    .footer-style-2 {
        margin: 0 40px 24px
    }

    .footer-style-2 .footer-col-block.s2,
    .footer-style-2 .footer-col-block.s3 {
        display: grid;
        justify-content: center
    }

    .footer-style-2 .footer-col-block.s4 {
        padding: 0 60px
    }

    .space-abs-header .content-slider {
        margin-top: 87px
    }

    .popup-product .modal-content {
        padding: 32px 85px 64px
    }

    .tf-checkout-cart-main {
        padding: 37px 32px 62px
    }

    .flat-title.style-2,
    .flat-wrap-frequently-bought-together .thumbs-slider,
    .tf-checkout-cart-main .box-ip-checkout,
    .tf-checkout-cart-main .box-ip-contact,
    .tf-checkout-cart-main .box-ip-shipping,
    .tf-product-info-wrap .tf-product-info-list,
    .tf-product-info-wrap .tf-product-volume-discount {
        margin-bottom: 42px
    }

    .fl-order-testimonial {
        padding: 42px 119px
    }

    .tf-page-cart-main .cart-note,
    .tf-page-cart-main .fl-iconbox {
        padding-right: 27px
    }

    .canvas-sidebar .mega-box:not(:last-child),
    .flat-title.mb_3,
    .tf-filter-dropdown,
    .tf-page-cart-main .form-cart,
    .tf-product-volume-discount-thumbnail .list-volume-discount-thumbnail,
    .tf-shop-control {
        margin-bottom: 40px
    }

    .tf-page-cart-main .fl-iconbox .tf-swiper,
    .tf-page-cart-sidebar .cart-box,
    .tf-product-fbt {
        padding: 32px
    }

    .tf-page-cart-sidebar {
        position: sticky;
        top: 100px;
        transition: top .3s
    }

    .sidebar-order-success .order-box {
        padding-bottom: 117px
    }

    .box-testimonial-quote {
        padding: 64px 15px 58px;
        gap: 42px
    }

    .lh-xl-32 {
        line-height: 32px
    }

    .lh-xl-26 {
        line-height: 26px
    }

    .list-esd {
        max-width: 645px;
        width: 100%
    }

    .list-esd .item {
        gap: 20px;
        padding: 30px 0
    }

    .tf-compare-item {
        gap: 20px;
        padding: 30px 20px
    }

    .tf-compare-table::-webkit-scrollbar {
        height: 11px
    }

    .tf-compare-table .text-md {
        line-height: 19px
    }

    .tf-compare-table .text-sm {
        line-height: 17px
    }

    .tf-compare-field,
    .tf-compare-value {
        padding: 19px 20px
    }

    .tf-compare-col {
        min-width: 360px
    }

    .tf-dropdown-sort,
    .tf-dropdown-sort .dropdown-menu {
        min-width: 244px
    }

    .wg-testimonial.style-2.type-2 .box-btn {
        opacity: 0;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .wg-testimonial.style-2.type-2:hover .box-btn {
        opacity: 1
    }

    .mb-xl-8 {
        margin-bottom: 8px
    }

    .mb-xl-4 {
        margin-bottom: 4px !important
    }

    .s-banner-bundle .bundle-wrap {
        gap: 40px;
        max-width: 708px;
        width: 100%;
        margin: auto
    }

    .box-store.style-2,
    .card-product.style-list,
    .card-product.style-list .card-product-info,
    .flat-title-v2,
    .grid-cls-v1,
    .s-banner-bundle .list-recipe,
    .wg-offer .content,
    .wg-testimonial-3 .box-title-desc,
    .wg-testimonial-3 .box-top,
    .wrapper-thumbs-tes-4 .box-testimonial-main .box-content {
        gap: 24px
    }

    .s-banner-bundle .content-list {
        gap: 24px;
        padding: 24px
    }

    .s2-banner-bundle .bundle-wrap {
        gap: 40px;
        max-width: 806px;
        margin-left: auto;
        margin-right: 0;
        padding: 0 49px 41px
    }

    .s2-banner-bundle .banner-bundle .item {
        display: block;
        left: 0
    }

    .s-cls.style-absolute .content {
        bottom: 32px;
        gap: 24px
    }

    .s-cls.abs-left-center .content {
        left: 24px
    }

    .s-cls.abs-left-center.type-large .content {
        left: 42px
    }

    .s-cls.abs-left-bottom .content {
        left: 40px;
        bottom: 34px
    }

    .grid-mega .item1.s-cls.abs-left-center .content {
        left: 64px
    }

    .slider-thumb-wrap {
        gap: 40px
    }

    .wg-map.style-absolute .box-store {
        left: 73px
    }

    .box-store .contact-list {
        margin-bottom: 44px;
        gap: 8px
    }

    .cls-video .cls-content {
        bottom: 24px;
        right: 24px;
        left: 24px;
        padding: 16px
    }

    .wg-offer .image {
        margin-bottom: 34px
    }

    .wg-offer .box-title {
        gap: 12px
    }

    .tf-product-fbt-wrap .list-fbt,
    .tf-product-info-wrap .tf-product-info-heading .product-info-sold,
    .wg-cls-2 .box-title,
    .wg-offer.style-2 .image {
        margin-bottom: 24px
    }

    .box-testimonial-main,
    .s-contact .content-left,
    .s-contact .content-right,
    .tf-product-fbt-wrap .tf-product-form-fbt,
    .wg-cls-2,
    .wrapper-control-shop .tf-list-layout,
    .wrapper-thumbs-tes-3 .box-testimonial-main .content {
        gap: 32px
    }

    .s-contact.style-2 {
        gap: 0;
        align-items: end
    }

    .s-contact.style-2 .content-left {
        padding: 32px 56px;
        gap: 24px;
        margin-bottom: 44px
    }

    .s-contact.style-2 .image-right {
        margin-left: -120px
    }

    .s-contact.style-2 .image-right img {
        border-radius: 16px
    }

    .flat-title {
        margin-bottom: 48px
    }

    .flat-title .btn-underline {
        font-size: 18px;
        line-height: 28px
    }

    .flat-title.mb_2 {
        margin-bottom: 60px
    }

    .flat-title-tab-categories {
        margin-bottom: 42px;
        gap: 32px
    }

    .flat-title-tab {
        gap: 27px
    }

    .flat-title-tab-2,
    .flat-wrapper-lookbook .slider-wrap-lb .title {
        margin-bottom: 64px
    }

    .menu-tab-fill-lg {
        gap: 41px
    }

    .banner-why-shop,
    .container-full {
        padding-left: 40px;
        padding-right: 40px
    }

    .widget-facet .filter-color-box {
        padding-right: 60px
    }

    .banner-tagline-phonecase {
        gap: 100px
    }

    .banner-tagline-phonecase .list-tagline li {
        padding: 24px 20px
    }

    .banner-tagline-phonecase .list-tagline li .box-text,
    .tf-filter-dropdown .meta-dropdown-filter {
        gap: 10px
    }

    .banner-tagline-phonecase .content {
        gap: 48px
    }

    .banner-tagline-phonecase .icon i {
        font-size: 40px
    }

    .card-product.style-border-2 .card-product-wrapper {
        padding: 16px 15px 32px
    }

    .card-product.style-border-2 .card-product-info,
    .card-product.style-space .card-product-info {
        padding: 0 16px 32px;
        gap: 16px
    }

    .card-product.style-border-2 .on-sale-wrap {
        top: 26px;
        left: 26px;
        right: auto
    }

    .card-product.style-border-2.border-type-2 .card-product-info {
        padding: 0 16px 42px
    }

    .card-product.style-border-2.border-type-3 .card-product-info {
        padding: 0 16px 24px
    }

    .card-product.style-border-2.border-type-2 .card-product-wrapper,
    .card-product.style-border-2.border-type-3 .card-product-wrapper {
        padding: 15px 15px 20px
    }

    .card-product.style-border-2.border-type-5 .card-product-wrapper {
        padding: 20px 20px 32px
    }

    .card-product.style-border-2.border-type-5 .card-product-info {
        padding: 0 20px 32px;
        gap: 15px
    }

    .card-product.style-border .card-product-wrapper {
        padding: 42px 20px 64px
    }

    .card-product.style-border .card-product-info {
        padding: 0 20px 40px
    }

    .card-product.style-2.card-product-size .list-product-btn {
        bottom: 62px
    }

    .card-product.card-product-size .list-product-btn,
   

    .card-product.style-2:hover .list-product-btn li,
    .card-product.style-3:hover .list-product-btn li,
    .card-product:hover .size-box {
        transform: translateY(0)
    }

    .card-product.style-3.card-product-size .product-btn-main {
        bottom: 50px
    }

    .card-product.style-3.card-product-size .list-product-btn {
        bottom: 114px
    }

    .card-product.style-3 .list-product-btn {
        bottom: 84px
    }

    .card-product.style-3:hover .product-btn-main {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition-delay: 0.1s
    }

    .card-product .product-btn-main {
        right: 24px;
        left: 24px;
        bottom: 20px;
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden
    }

    .card-product .product-btn-main .btn-main-product {
        padding: 14px 15px
    }

    .card-product .tooltip {
        display: block
    }

    .card-product .variant-box {
        padding: 10px 6px
    }

    .card-product .countdown-box {
        display: flex
    }

    .card-product .countdown-box.style-2 {
        padding-left: 35px;
        padding-right: 35px
    }

    .list-product-btn {
        top: 20px;
        right: 20px;
        gap: 16px
    }

     .list-product-btn li {
        opacity: 0;
        visibility: hidden;
        transform: translateX(20px);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .card-product .box-icon {
        width: 35px;
        height: 35px
    }

    .card-product .product-progress-sale,
    .wg-testimonial-3 .box-author {
        gap: 8px
    }

    .card-product:not(.style-list) .size-box {
        padding: 10px 6px
    }

    .card-product:hover .list-product-btn li {
        opacity: 1;
        visibility: visible
    }

    .card-product:hover .list-product-btn li:first-child {
        transform: translateX(0)
    }

    .card-product:hover .list-product-btn li:nth-child(2) {
        transform: translateX(0);
        transition-delay: 0.1s
    }

    .card-product:hover .list-product-btn li:nth-child(3) {
        transform: translateX(0);
        transition-delay: 0.2s
    }

    .card-product:hover .list-product-btn li:nth-child(4) {
        transform: translateX(0);
        transition-delay: 0.3s
    }

    .card-product.card-product-size:hover .countdown-box,
    .card-product.style-2:hover .countdown-box,
    .card-product.style-3:hover .countdown-box {
        transform: translateY(100%);
        bottom: -1px
    }

    .card-product.style-list .card-product-wrapper {
        aspect-ratio: 1/1.42
    }

    .card-product.style-list .info-list {
        gap: 15px
    }

    .card-product.style-center .card-product-info {
        padding: 20px 20px 35px
    }

    .card-product.style-center .list-color-item {
        width: 38px;
        height: 38px;
        gap: 7px
    }

    .card-product.style-4 .card-product-info {
        padding: 24px 16px
    }

    .card-product.style-5 .card-product-info .btn-addcart {
        padding: 0 27px
    }

    .card-product.style-space .card-product-wrapper {
        padding: 15px 16px 32px
    }

    .card-product.style-space-2 .card-product-wrapper {
        padding: 15px 16px 20px
    }

    .card-product.style-space-2 .card-product-info {
        padding: 0 16px 20px;
        gap: 16px
    }

    .card-product .list-capacity-product .list-color-item .text-quantity {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px
    }

    .bundle-wrap .card-product:not(.style-2, .style-3) .list-product-btn {
        gap: 12px;
        top: 12px;
        right: 12px
    }

    .bundle-wrap .card-product:not(.style-2, .style-3) .box-icon {
        width: 40px;
        height: 40px
    }

    .banner-text-skincare .content-banner {
        padding-left: 108px
    }

    .dropdown-filter .dropdown-toggle,
    .tf-btn-filter,
    .tf-dropdown-sort {
        padding: 13px 20px
    }

    .banner-shop.style-left-center .box-title,
    .banner-shop.style-top .box-title,
    .header-default .wrapper-header .nav-icon,
    .tf-filter-dropdown {
        gap: 20px
    }

    .tf-btn-filter {
        gap: 9px
    }

    .dropdown-filter .text-value,
    .tf-btn-filter .text,
    .tf-dropdown-sort .text-sort-value {
        font-size: 16px
    }

    .tf-dropdown-sort .icon {
        font-size: 14px
    }

    .dropdown-filter .dropdown-menu {
        min-width: 300px;
        padding: 25px 15px
    }

    .tf-control-layout .tf-view-layout-switch {
        width: 48px;
        height: 48px
    }

    .lookbook-item .dropdown-menu {
        --bs-dropdown-min-width: 14rem
    }

    .lookbook-item .dropend .dropdown-menu {
        --bs-dropdown-min-width: 367px
    }

    .tf-grid-layout.xl-col-2 {
        grid-template-columns: 1fr 1fr
    }

    .tf-grid-layout.xl-col-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .tf-grid-layout.xl-col-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .tf-grid-layout.xl-col-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .tf-grid-layout.xl-col-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .tf-grid-layout.xl-col-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .xl-px-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .header-default .wrapper-header {
       
    }

    .header-default .header-top {
        border-bottom: 1px solid var(--line)
    }

    .header-medium .wrapper-header {
        min-height: 70px
    }

    .header-absolute {
        margin-bottom: -87px
    }

    .header-absolute-2:not(.header-bg) .header-top {
        border: 0
    }

    .tf-product-info-wrap .tf-product-info-heading {
        padding-bottom: 32px;
        margin-bottom: 32px
    }

    .tf-product-info-wrap .tf-product-volume-discount-thumbnail {
        margin-top: 42px;
        margin-bottom: 42px
    }

    .tf-product-fbt .tf-btn {
        padding: 16px 32px
    }

    .flat-single-grid {
        margin-right: 24px
    }

    .flat-single-grid-2 .item {
        width: 100%;
        height: 500px
    }

    .tf-variant-dropdown {
        padding: 14px 12px
    }

    .tab-product-desc .tab-link {
        min-width: 154px
    }

    .widget-facet:not(:last-child) {
        margin-bottom: 32px;
        padding-bottom: 32px
    }

    .canvas-sidebar .list-icon-box .tf-icon-box:not(:last-child) {
        margin-bottom: 32px
    }

    .tf-product-fbt-wrap {
        padding: 32px 80px 36px
    }

    .tf-product-fbt-wrap .fbt-info .bundle-title,
    .tf-product-fbt-wrap .fbt-info .bundle-variant {
        margin-right: 16px
    }

    .tf-product-volume-discount {
        padding: 32px 84px 42px
    }

    .list-volume-discount .volume-discount-item .tag-sale {
        right: -40px
    }

    .tf-product-volume-discount-thumbnail {
        padding: 32px 70px 32px 45px
    }

    .tf-product-volume-discount-thumbnail .title-discount {
        margin-bottom: 45px
    }

    .tf-product-media-wrap {
        padding-right: 24px
    }

    .list-color-product .list-color-item {
        width: 30px;
        height: 30px
    }

    .tf-loading {
        height: 48px;
        min-width: 138px
    }

    .hover-sw-nav,
    .tf-sw-iconbox-row .swiper-slide:not(:last-child) .tf-icon-box {
        position: relative
    }

    .hover-sw-nav .nav-swiper {
        visibility: hidden
    }

    .hover-sw-nav .swiper-button-next {
        margin-right: 20px
    }

    .hover-sw-nav .swiper-button-prev {
        margin-left: 20px
    }

    .hover-sw-nav:hover .nav-swiper {
        visibility: visible;
        margin-left: 0;
        margin-right: 0
    }

    .gallery-item .box-icon {
        height: 48px;
        width: 48px;
        font-size: 19px
    }

    .tf-sw-iconbox-row .swiper-slide:not(:last-child) .tf-icon-box::after {
        position: absolute;
        content: "";
        right: 0;
        width: 1px;
        top: 9px;
        bottom: 9px;
        background-color: var(--line)
    }

    .flat-wrapper-iconbox {
        padding: 97px 60px 69px
    }

    .flat-wrapper-iconbox .tf-icon-box .title {
        font-size: 24px;
        line-height: 30px
    }

    .grid-cls-v1 .wg-cls .cls-btn {
        bottom: 32px
    }

    .grid-cls-v1 .wg-cls .tf-btn {
        font-size: 24px;
        line-height: 32px;
        min-width: 180px
    }

    .grid-cls-v1 .item3 .btn-cls {
        min-width: 232px
    }

    .grid-cls-sport .wg-cls .tf-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 169px
    }

    .grid-cls-sport .item3 .tf-btn {
        min-width: 209px
    }

    .wrapper-thumbs-tes .box-right {
        padding: 60px 49px 60px 64px
    }

    .wrapper-thumbs-tes .box-testimonial-main .quote {
        font-size: 39px
    }

    .wrapper-thumbs-tes-2 .box-left {
        padding: 60px 200px 60px 0
    }

    .wrapper-thumbs-tes-2 .box-testimonial-main .quote {
        font-size: 48px
    }

    .wrapper-thumbs-tes-3 .box-left {
        padding: 60px 99px
    }

    .wrapper-thumbs-tes-3 .box-testimonial-main .quote {
        font-size: 68px
    }

    .wrapper-thumbs-tes-4 .box-right {
        padding: 60px 0 60px 100px
    }

    .flat-thumbs-tes .box-nav-swiper,
    .flat-thumbs-tes .sw-dot-default,
    .tab-content .box-btn {
        margin-top: 32px
    }

    .fs-cls .content {
        bottom: 42px
    }

    .fs-cls .content .tf-btn {
        font-size: 20px;
        line-height: 30px;
        min-width: 200px
    }

    .fs-cls.lg .tf-btn {
        font-size: 24px;
        line-height: 30px;
        min-width: 248px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .wg-testimonial-2 .text,
    .wrapper-control-shop .tf-list-layout .wg-pagination {
        margin-top: 40px
    }

    .tab-content .tf-grid-layout,
    .wrapper-control-shop .tf-grid-layout {
        row-gap: 40px
    }

    .wrapper-control-shop .tf-grid-layout .wg-pagination {
        margin-top: 20px
    }

    .flat-wrap-cls {
        row-gap: 42px
    }

    .flat-wrap-cls .wg-pagination {
        margin-top: 18px
    }

    .menu-tab-line.style-lg .tab-link {
        padding: 10px 4px;
        font-size: 36px;
        line-height: 43.2px
    }

    .menu-tab-line.style-lg .tab-link::after {
        height: 2px
    }

    .menu-tab-line.style-lg3 .tab-link {
        font-size: 48px;
        line-height: 60px;
        padding: 0
    }

    .banner-shop.style-left-center .content {
        gap: 32px;
        left: 64px;
        background: rgb(0 0 0 / 10%);
        padding: 15px;
        border-radius: 10px
    }

    .banner-shop.style-left-center .tf-btn {
        padding: 14px 37px
    }

    .banner-shop.style-top .content {
        top: inherit;
        gap: 32px;
        bottom: 82px;
        background: rgb(0 0 0 / 25%);
        padding: 15px;
        border-radius: 10px
    }

    .banner-shop.style-lg-bottom .content {
        bottom: 32px;
        left: 32px;
        right: 32px
    }

    .banner-shop .box {
        padding: 20px 73px 20px 32px
    }

    .tab-content .swiper-pagination-progressbar {
        margin-top: 112px
    }

    .banner-cd-phonecase {
        margin: 0 40px
    }

    .tf-btn.btn-large {
        padding: 14px 38px
    }

    .flat-wrapper-lookbook .col-left {
        width: 48.6%;
        padding: 48px 102px 27px
    }

    .flat-wrapper-lookbook .col-right {
        width: 51.4%
    }

    .flat-wrapper-lookbook .slider-wrap-lb {
        padding-left: 68px;
        padding-right: 68px
    }

    .table-page-cart td {
        padding: 30px 9px
    }

    .footer-style-2 .footer-body {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .fl-control-sw .swiper-button-prev,
    .fl-control-sw2 .swiper-button-prev {
        left: -22px
    }

    .fl-control-sw .swiper-button-next,
    .fl-control-sw2 .swiper-button-next {
        right: -22px
    }

    .wg-testimonial-3 {
        margin-bottom: 40px;
        gap: 40px
    }

    .slider-baby .clouds {
        bottom: -85px
    }

    .cloud-footer {
        margin-bottom: -70px
    }
}

@media (min-width:1440px) {
    .topbar-wraper {
        gap: 150px
    }

    .slider-fashion-2 {
        padding: 0 30px
    }

    .banner-why-shop {
        padding-left: 115px;
        padding-right: 115px
    }

    .row-footer .s2 {
        padding: 60px 74px 60px 80px
    }

    .row-footer .s3 {
        padding: 60px 0 60px 80px
    }

    .tf-main-success .box-progress-order {
        padding: 32px 64px
    }

    .wg-testimonial.style-2.type-2 {
        padding: 40px 32px 24px
    }

    .wg-testimonial.style-2.type-2 .br-line {
        margin: 24px 0
    }

    .s-banner-bundle .content-list {
        padding: 24px 48px
    }

    .lh-19 {
        line-height: 19px
    }

    .flat-wrap-testimonial {
        padding: 64px 0 37px
    }

    .my-account-container {
        gap: 64px
    }

    .account-dashboard .content-account {
        gap: 24px
    }

    .banner-text-jewelry .image-1 {
        max-width: 517px
    }

    .banner-text-jewelry .image-2 {
        max-width: 275px;
        right: 48px;
        bottom: 27px
    }

    .banner-text-skincare.type-2 .image-1 {
        max-width: 663px
    }

    .banner-text-skincare.type-2 .image-2 {
        max-width: 361px;
        bottom: 44px
    }

    .banner-cls-phonecase .box-content {
        padding-left: 100px;
        flex-shrink: 0;
        width: unset
    }

    .banner-cls-phonecase .image {
        max-width: 1007px;
        width: 100%
    }

    .slider-phonecase {
        margin: 27px 40px 0
    }

    .slider-electric-access .content-slider {
        margin-left: 52px
    }

    .tf-grid-layout.xxl-col-2 {
        grid-template-columns: 1fr 1fr
    }

    .tf-grid-layout.xxl-col-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .tf-grid-layout.xxl-col-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .tf-grid-layout.xxl-col-5 {
        grid-template-columns: repeat(5, 1fr)
    }

    .tf-grid-layout.xxl-col-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .tf-grid-layout.xxl-col-7 {
        grid-template-columns: repeat(7, 1fr)
    }

    .header-default .box-nav-menu .item-link::after {
        width: calc(100% + 80px)
    }

    .header-default .style-space .box-nav-menu {
        gap: 36px
    }

    .box-nav-menu .mega-menu {
        left: 100px;
        right: 100px;
        padding: 32px 104px 60px
    }

    .box-nav-menu .mega-shop {
        left: 76px;
        right: 80px;
        padding: 32px 123px 60px
    }

    .box-nav-menu .mega-home {
        padding: 37px 128px 39px 132px
    }

    .box-nav-menu .mega-tab .wrapper-sub-menu-tab .tab-pane {
        gap: 60px
    }

    .box-nav-menu.justify-content-start .mega-home {
        left: 0
    }

    .flat-wrap-media-product .swiper-button-next {
        right: -20px
    }

    .flat-wrap-media-product .swiper-button-prev {
        left: -20px
    }

    .flat-wrap-iconbox .tf-swiper {
        padding: 0 65px
    }
}

@media (min-width:1600px) {
    .header-default .box-nav-menu {
        gap: 40px
    }

    .footer-style-2 .footer-col-block.s4 {
        padding: 0 110px
    }

    .slider-electronic .slider-wrap.type-image-right.bg-type-4 .image {
        height: unset;
        margin-right: 272px
    }

    .s-banner-product .content-right {
        max-width: 791px;
        width: 100%
    }

    .s-banner-product .content-banner {
        justify-content: unset;
        padding-left: 90px
    }

    .banner-cls-baby .item {
        right: -69px
    }

    .s2-banner-bundle .banner-bundle .item {
        left: -66px
    }

    .tf-btn.btn-cls:hover .icon {
        margin-left: 16px
    }

    .fl-control-sw2 .swiper-button-prev {
        left: -54px
    }

    .fl-control-sw2 .swiper-button-next {
        right: -54px
    }
}

@media (max-width:1440px) {
    .box-nav-menu .sub-menu-style-2 {
        left: -100px
    }

    .slider-fashion-1 .slider-wrap {
        height: 700px
    }
}

@media (max-width:1399px) {

    .tf-control-layout .sw-layout-5,
    .tf-control-layout .sw-layout-6 {
        display: none
    }
}

@media (max-width:1199px) {
    .footer-pb-2 {
        padding-bottom: 165px
    }

    .footer-style-2 .s1 {
        margin-bottom: 30px
    }

    .tf-sticky-btn-atc {
        bottom: 66px
    }

    .title-success-order .icon {
        width: 100px;
        height: 100px
    }

    .tf-page-cart-sidebar {
        margin-top: 60px
    }

    .tf-toolbar-bottom {
        display: flex
    }

    .xl-pb-70 {
        padding-bottom: 65px
    }

    .offcanvas-search.type-search-product .wrapper-shop {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 30px
    }

    .offcanvas-search.type-search-product .top-title {
        margin-bottom: 20px
    }

    .sidebar-filter {
        position: fixed;
        bottom: 0;
        z-index: 3000;
        display: flex;
        flex-direction: column;
        background-clip: padding-box;
        outline: 0
    }

    .sidebar-filter.left {
        top: 0;
        left: 0;
        transform: translateX(-100%)
    }

    .sidebar-filter.right {
        top: 0;
        right: 0;
        transform: translateX(100%)
    }

    .sidebar-filter.show {
        transform: none
    }

    .banner-text-fashion .image-1 {
        width: 80%
    }

    .banner-text-fashion .image-2 {
        left: 0;
        bottom: 5%;
        top: 35%;
        width: 50%
    }

    .logo-header,
    .logo-header-2 {
        display: flex;
        justify-content: center
    }

    .header-default .wrapper-header .nav-icon {
        gap: 20px
    }

    .header-absolute-2 {
        margin-bottom: -64px
    }

    .header-absolute-2:not(.header-bg) .logo-header .logo-white,
    .tab-vertical-product-desc {
        display: block
    }

    .flat-controltab-nav .box-nav-swiper,
    .header-absolute-2:not(.header-bg) .logo-header .logo-dark,
    .tf-control-layout .sw-layout-4 {
        display: none
    }

    .header-absolute-2:not(.header-bg) .mobile-menu,
    .header-absolute-2:not(.header-bg) .nav-icon .nav-icon-item {
        color: var(--white)
    }

    .slider-scroll,
    .thumbs-slider {
        flex-direction: column
    }

    .slider-scroll .flat-wrap-media-product,
    .thumbs-slider .flat-wrap-media-product {
        width: 100%
    }

    .slider-scroll .tf-product-media-thumbs,
    .thumbs-slider .tf-product-media-thumbs {
        order: 1;
        width: 100%
    }

    .tab-vertical-product-desc .menu-tab {
        display: flex;
        overflow: auto;
        gap: 20px;
        border-left: 0;
        border-bottom: 1px solid var(--line)
    }

    .tab-vertical-product-desc .tab-link {
        white-space: nowrap;
        padding: 12px 0
    }

    .tab-vertical-product-desc .tab-link::after {
        top: auto;
        bottom: 0;
        height: 1px;
        width: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .tab-vertical-product-desc .tab-link.active::after {
        width: 100%;
        height: 1px
    }

    .tab-vertical-product-desc .tab-content {
        margin-top: 20px
    }

    .tab-vertical-product-desc .wd-product-descriptions {
        padding: 30px
    }

    .card-product.card-product-size .countdown-box {
        bottom: 40px
    }

    .mx_40 {
        margin-left: 24px;
        margin-right: 24px
    }
}

@media (max-width:1024px) {

    .display-2xl,
    h1 {
        font-size: 52px;
        line-height: 70px
    }

    .display-xl,
    .display-xl-2,
    h2 {
        font-size: 40px;
        line-height: 52px
    }

    .display-lg,
    .display-lg-2,
    .display-lg-3,
    h3 {
        font-size: 38px;
        line-height: 50px
    }

    .display-md,
    .display-md-2,
    h4 {
        font-size: 30px;
        line-height: 38px
    }

    .display-sm,
    h5 {
        font-size: 28px;
        line-height: 36px
    }

    .display-xs,
    h6 {
        font-size: 22px;
        line-height: 30px
    }

    .flat-spacing-15,
    .flat-spacing-21,
    .flat-spacing-23,
    .flat-spacing-3 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .flat-spacing,
    .flat-spacing-22,
    .flat-spacing-6 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .flat-spacing-11,
    .flat-spacing-17 {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .flat-spacing-14 {
        padding-top: 73px;
        padding-bottom: 88px
    }

    .flat-spacing-16,
    .flat-spacing-26 {
        padding-top: 100px;
        padding-bottom: 80px
    }

    .flat-spacing-19 {
        padding-top: 87px;
        padding-bottom: 120px
    }

    .flat-spacing-27 {
        padding-top: 125px;
        padding-bottom: 100px
    }

    .tf-product-info-wrap .tf-product-info-delivery-return {
        display: block
    }

    .tf-product-info-wrap .tf-product-info-delivery-return .product-delivery:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .banner-shop .box-title .title {
        font-size: 30px;
        line-height: 36px
    }
}

@media (max-width:991px) {
    .banner-text-skincare .text-xl-2 {
        font-size: 18px;
        line-height: 22px
    }

    .s-contact .content-left {
        margin-bottom: 32px
    }

    .s-blog-single {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .offcanvas-search.type-search-product .wrapper-shop {
        row-gap: 30px
    }

    .banner-tagline-phonecase {
        flex-wrap: wrap;
        gap: 30px
    }

    .tf-btn,
    .wg-pagination {
        gap: 8px
    }

    .banner-tagline-phonecase .image {
        width: 100%;
        height: 450px
    }

    .banner-tagline-phonecase .content,
    .s-banner-colection .box-title-banner {
        gap: 5px
    }

    .banner-tagline-phonecase .list-tagline li {
        padding-left: 0
    }

    .card-product.style-list .box-icon {
        width: 46px;
        height: 46px
    }

    .wg-pagination .pagination-item {
        width: 36px;
        height: 36px;
        font-size: 14px
    }

    .banner-lookbook,
    .slider-default .slider-wrap {
        height: 500px
    }

    .banner-container-wrap {
        margin-bottom: 60px
    }

    .s-banner-cd-baby .banner-container {
        flex-wrap: wrap-reverse;
        justify-content: center;
        text-align: center;
        padding: 30px 15px
    }

    .banner-cls-phonecase .banner-content {
        flex-wrap: wrap-reverse
    }

    .s-banner-colection .box-content,
    .slider-default .content-slider,
    .slider-style-2 .content-slider,
    .tf-product-fbt-wrap .list-fbt {
        gap: 20px
    }

    .s-banner-colection br {
        display: none
    }

    .slider-fashion-3 .image {
        margin-left: 100px
    }

    .slider-default .box-title-slider,
    .slider-style-2 .box-title-slider {
        gap: 10px
    }

    .sb-contact {
        margin-bottom: 50px
    }

    .sb-banner .image {
        max-height: 600px
    }

    .flat-single-product {
        padding: 27px 0 40px
    }

    .nav-swiper {
        width: 40px;
        height: 40px
    }

    .tf-btn {
        padding: 10px 24px
    }

    .tf-bundle-product-item,
    .tf-product-info-wrap .tf-product-info-extra-link {
        gap: 15px
    }

    .tf-bundle-product-item .bundle-image,
    .tf-product-fbt-wrap .fbt-image {
        width: 100px;
        min-width: 100px
    }

    .wg-cls {
        gap: 12px
    }

    .my-account-container {
        flex-wrap: wrap
    }

    #goTop {
        right: 20px;
        width: 32px;
        height: 32px
    }

    .sec-blog {
        padding-top: 80px;
        padding-bottom: 120px
    }
}

@media (max-width:767px) {
.sku-cont-slique{flex-wrap:wrap;}
.card-product .on-sale-wrap .on-sale-item{font-size:10px;padding:2px 5px;}

.space-swipper-mobile .swiper-slide{height:auto !important;}
.mobile-star-coloumn{flex-direction: column;
    gap: 10px;}
    #goTop,
    #header .nav-icon .nav-account,
    #header .nav-icon .nav-compare,
    #header .nav-icon .nav-wishlist,
     .list-product-btn .box-icon.compare,
     .list-product-btn .box-icon.wishlist,
    .list-product-btn li.compare,
     
    .card-product.style-3 .product-btn-main .btn-main-product .icon,
    .footer .footer-col-block .tf-collapse-content,
    .slider-pod br,
    .slider-style-2 .box-content-left br,
    .table-page-cart thead,
    .tf-control-layout .sw-layout-3 {
        display: none
    }

    .brand-item {
        
    }

    .banner-lookbook .lookbook-item.position3 {
        left: 37%
    }

    .grid-cls-v1 .wg-cls .image,
    .grid-cls-v5 .item1,
    .grid-cls-v5 .item2,
    .grid-cls-v5 .item3,
    .grid-cls-v5 .item4,
    .slider-default .slider-wrap {
        height: 400px
    }

    .footer-logo {
        max-width: 158px
    }

    .s2-banner-with-text .content-with-text,
    .s3-banner-with-text .content-with-text {
        text-align: center;
        justify-items: center
    }

    .flat-title.style-between {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center !important
    }

    .image-compare .icv__img-a {
        height: 300px;
        object-fit: cover
    }

    .image-compare .icv__label {
        padding: 6px 20px;
        font-size: 14px;
        line-height: 22px;
        bottom: 12px
    }

    .image-compare .icv__label-before {
        left: 12px
    }

    .image-compare .icv__label-after {
        right: 12px
    }

    .image-compare .icv__circle {
        width: 42px;
        height: 42px
    }

    .image-compare .icv__circle::after {
        width: 32px;
        height: 32px
    }

    .image-compare .icv__circle::before {
        font-size: 12px
    }

    .tf-main-success .box-progress-order {
        gap: 12px;
        text-wrap: nowrap;
        overflow-x: auto
    }

    .tf-main-success .box-progress-order .order-progress-item {
        border: 0 !important;
        padding: 0 8px;
        gap: 8px
    }

    .tf-main-success .box-timeline-order {
        margin: 42px auto 32px
    }

    .title-success-order .icon {
        width: 80px;
        height: 80px
    }

    .tf-checkout-cart-main .grid-2,
    .tf-checkout-cart-main .grid-3 {
        grid-template-columns: 1fr
    }

    .table-page-cart .tf-cart-item {
        margin-bottom: 15px;
        padding-inline-start: 94px;
        min-height: 140px;
        display: block;
        font-size: 12px;
        font-weight: 500;
        position: relative
    }

    .table-page-cart .tf-cart-item .wg-quantity {
        padding: 2px 4px
    }

    .footer .footer-menu>div,
    .modal-newsletter.style-row .modal-bottom,
    .s-banner-product .image-wrap,
    .s-contact.style-2 .content-left,
    .table-page-cart .tf-cart-item .tf-cart-item_total,
    .tf-sticky-btn-atc .tf-sticky-atc-infos {
        width: 100%
    }

    .table-page-cart .tf-cart-item .img-box {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        width: 80px;
        max-height: 110px
    }

    .table-page-cart .tf-cart-item td {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px 0;
        margin: 0
    }

    .table-page-cart .tf-cart-item td:not(:last-child) {
        border-bottom: 1px solid var(--line)
    }

    .table-page-cart .tf-cart-item td[data-cart-title]:before {
        content: attr(data-cart-title);
        color: var(--dark);
        text-align: start;
        flex: 1 1 auto
    }

    .sb-contact .sub,
    .sb-contact .title,
    .table-page-cart .tf-cart-item_product .cart-info .variants {
        margin-bottom: 15px
    }

    .card-product .size-box,
    .card-product .tooltip,
    .tf-sticky-btn-atc .tf-sticky-atc-product {
        display: none !important
    }

    .tf-sticky-btn-atc .tf-sticky-atc-infos form {
        flex-direction: column
    }

    .wd-form-address {
        padding: 20px 15px
    }

    .account-orders .account-no-orders-wrap img,
    .offcanvas-search .looking-for-wrap,
    .s-blog-single .bot,
    .s-blog-single .content>.text,
    .s-blog-single .entry_image,
    .s-faq .faq-item:not(:last-child) {
        margin-bottom: 30px
    }

    .account-orders .account-no-orders-wrap .text,
    .offcanvas-search .form-search {
        margin-bottom: 24px
    }

    .modal-compare .modal-content {
        padding: 24px 15px
    }

    .account-dashboard .box-check-list,
    .modal-order-detail ul.list-infor {
        gap: 15px
    }

    .modal-order-detail .tb-order-detail [data-title]:before {
        content: attr(data-title);
        text-align: start;
        flex: 1 1 auto
    }

    .modal-order-detail .tb-order-detail .order-detail-item:not(.subtotal) {
        padding: 15px 15px 15px 90px;
        position: relative;
        flex-direction: column;
        align-items: start;
        gap: 10px
    }

    .modal-order-detail .tb-order-detail .order-detail-item:not(.subtotal) .image {
        position: absolute;
        top: 15px;
        left: 0;
        width: 80px;
        height: 111.7px
    }

    .modal-order-detail .tb-order-detail .order-detail-item:not(.subtotal) .item {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .modal-order-detail .tb-order-detail .subtotal .item {
        width: max-content
    }

    .modal-share-social .wrap-code,
    .popup-style-2 .modal-header,
    .s-blog-single .block-quote,
    .s-faq .name-faq {
        margin-bottom: 20px
    }

    .popup-style-2 .modal-content {
        padding: 26px 20px
    }

    .form-ask-question button {
        margin-top: 20px
    }

    .offcanvas-search.type-search-product .wrapper-shop {
        grid-template-columns: repeat(2, 1fr)
    }

    .wg-map .map {
        height: 350px
    }

    .wg-map.style-absolute .box-store {
        position: unset;
        transform: unset;
        max-width: 100%;
        text-align: center;
        padding: 30px 0 0
    }

    .footer .footer-heading-mobile::after,
    .footer .footer-heading-mobile::before {
        position: absolute;
        content: "";
        top: 50%;
        background-color: var(--dark);
        transition: .25s ease-in-out
    }

    .banner-account.banner-acc-countdown,
    .popup-style-1 .popup-inner,
    .tab-vertical-product-desc .wd-product-descriptions,
    .tf-product-fbt {
        padding: 15px
    }

    .account-dashboard .banner-account .image img {
        height: 250px;
        object-fit: cover
    }

    .popup-style-1 .popup-header {
        padding: 15px 15px 10px
    }

    .popup-style-1 .popup-header::after {
        left: 15px;
        right: 15px
    }

    .modal-before-you-leave .content {
        margin: 0 15px 20px;
        padding: 20px 0
    }

    .modal-before-you-leave .content .heading {
        margin-bottom: 16px
    }

    .modal-before-you-leave .tf-mini-cart-sroll,
    .popup-shopping-cart .tf-mini-cart-bottom-wrap,
    .popup-shopping-cart .tf-mini-cart-item,
    .popup-shopping-cart .tf-mini-cart-threshold,
    .popup-shopping-cart .tf-mini-cart-tool,
    .popup-shopping-cart .tf-mini-cart-tool-content,
    .popup-shopping-cart .tf-minicart-recommendations {
        padding-left: 15px;
        padding-right: 15px
    }

    .offcanvas-search .offcanvas-content {
        padding: 50px 0
    }

    .offcanvas-search .heading {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 24px
    }

    .modal-newsletter.style-absolute .modal-content img {
        min-height: 500px
    }

    .modal-newsletter.style-row .modal-top,
    .slider-style-2 .image {
        width: 100%;
        height: 300px
    }

    .card-product .price-wrap {
        font-size: 14px;
        line-height: 20px
    }

    

    .card-product.style-3 .product-btn-main .btn-main-product {
        padding: 6px
    }

    .card-product.style-3 .product-btn-main .btn-main-product span {
        font-size: 12px;
        line-height: 20px
    }

    .card-product.style-3 .product-btn-main .btn-main-product.quickview {
        display: flex
    }

    .card-product.out-of-stock .card-product-wrapper::before {
        content: "Sold Out";
        width: 60px;
        height: 60px;
        font-size: 10px
    }

    .card-product.style-list .add-to-cart {
        padding: 6px 24px;
        font-size: 14px
    }

    .banner-text-plant .image img {
        max-height: 500px
    }

    .s-banner-with-text .content-banner {
        text-align: center;
        gap: 15px;
        margin-top: 30px
    }

    .s-banner-with-text .banner-container-wrap {
        margin-bottom: 50px
    }

    .s-banner-product .content-right .box-title,
    .s-banner-with-text .box-title-banner {
        gap: 5px
    }

    .s-banner-product .content-banner {
        gap: 20px;
        flex-wrap: wrap
    }

    .s-banner-product .content-right {
        gap: 20px
    }

    .s-banner-product .image {
        max-width: unset;
        height: 600px
    }

    .wg-countdown-2 .countdown__item {
        gap: 0;
        min-width: 40px
    }

    .wg-countdown-2 .countdown__value {
        font-size: 30px;
        line-height: 40px
    }

    .s-banner-countdown .banner-content {
        left: 15px;
        right: 15px;
        transform: translateY(-50%)
    }

    .s-banner-countdown .image img {
        min-height: 400px
    }

    .s-banner-colection .tf-col-2 {
        grid-template-columns: repeat(1, 1fr)
    }

    .s-banner-colection .box-content {
        margin: 0;
        text-align: center
    }

    .s-banner-colection .image img {
        width: 100%;
        object-fit: cover
    }

    .sw-dots .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .sw-dots .swiper-pagination-bullet::after {
        width: 20px;
        height: 20px
    }

    .slider-style-2 .slider-wrap {
        flex-wrap: wrap-reverse
    }

    .slider-style-2 .box-content-left {
        padding: 70px 0 80px;
        position: unset;
        width: 100%
    }

    .slider-default .wrap-pagination {
        bottom: 20px
    }

    .flat-spacing,
    .flat-spacing-2,
    .flat-spacing-6,
    .flat-spacing-8,
    .wg-coming-soon {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .sb-contact {
        padding: 30px 15px;
        margin-bottom: 30px
    }

    .s-blog-single .heading {
        gap: 10px;
        margin-bottom: 30px
    }

    .s-blog-single .heading .entry-meta {
        gap: 5px 10px
    }

    .s-blog-single .bot .entry-tag {
        margin-bottom: 10px
    }

    .s-blog-single .related-post {
        gap: 15px;
        padding: 30px 0
    }

    .s-blog-single .related-post p {
        margin-bottom: 5px;
        font-size: 12px
    }

    .s-blog-single .related-post p.name-post {
        font-size: 14px
    }

    .s-blog-single .related-post .post {
        gap: 10px
    }

    .display-2xl,
    h1 {
        font-size: 42px;
        line-height: 60px
    }

    .display-xl,
    .display-xl-2,
    h2 {
        font-size: 30px;
        line-height: 42px
    }

    .display-lg,
    .display-lg-2,
    .display-lg-3,
    h3 {
        font-size: 28px;
        line-height: 40px
    }

    .display-md,
    .display-md-2,
    h4 {
        font-size: 24px;
        line-height: 26px
    }

    .display-sm,
    h5 {
        font-size: 22px;
        line-height: 30px
    }

    .display-xs,
    h6 {
        font-size: 20px;
        line-height: 28px
    }

    .text-xl {
        font-size: 18px;
        line-height: 28px
    }

    .text-xl-2 {
        font-size: 18px;
        line-height: 22px
    }

    .text-xl-3 {
        font-size: 18px;
        line-height: 30px
    }

    .text-lg,
    .tf-product-fbt .bundle-total-submit {
        font-size: 16px;
        line-height: 26px
    }

    .text-md {
        font-size: 14px;
        line-height: 22px
    }

    .body-text {
        font-size: 14px;
        line-height: 22.6px
    }

    .body-text-2 {
        font-size: 14px;
        line-height: 16.2px
    }

    .s-banner-bundle .bundle-wrap {
        margin-top: 32px
    }

    .s2-banner-bundle .bundle-wrap {
        margin-top: 60px
    }

    .footer .footer-heading-mobile {
        display: block;
        position: relative
    }

    .footer .footer-heading-mobile::after {
        right: 10px;
        transform: translateY(-50%);
        width: 12px;
        height: 1px
    }

    .footer .footer-heading-mobile::before {
        right: 15px;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 12px
    }

    .footer .footer-col-block.open .footer-heading-mobile::before {
        opacity: 0
    }

    .footer .footer-col-block.open .footer-heading-mobile::after {
        transform: translate(0, -50%) rotate(180deg)
    }

    .footer .footer-menu {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 18px
    }

    .flat-spacing-15,
    .flat-spacing-21,
    .flat-spacing-23,
    .flat-spacing-27,
    .flat-spacing-3 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .flat-spacing-4,
    .flat-spacing-9 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .flat-spacing-5 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .flat-spacing-10 {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .flat-spacing-11,
    .flat-spacing-17,
    .flat-spacing-25 {
        padding-top: 60px;
        padding-bottom: 80px
    }

    .flat-spacing-12 {
        padding-top: 60px;
        padding-bottom: 44px
    }

    .flat-spacing-13 {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .flat-spacing-14 {
        padding-top: 63px;
        padding-bottom: 78px
    }

    .flat-spacing-16,
    .flat-spacing-26 {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .flat-spacing-19 {
        padding-top: 67px;
        padding-bottom: 100px
    }

    .flat-spacing-20 {
        padding-top: 66px;
        padding-bottom: 66px
    }

    .flat-spacing-22 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .flat-single-product {
        padding: 27px 0 20px
    }

    .tf-product-info-wrap {
        margin-top: 40px
    }

    .tf-bundle-product-item .bundle-image {
        width: 80px;
        min-width: 80px
    }

    .flat-single-grid {
        display: flex;
        overflow: auto;
        gap: 10px;
        padding-bottom: 10px
    }

    .flat-single-grid::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }

    .flat-single-grid::-webkit-scrollbar-track {
        background-color: var(--line)
    }

    .flat-single-grid::-webkit-scrollbar-thumb {
        background: var(--primary)
    }

    .flat-single-grid .item {
        width: 584px;
        height: 826px;
        flex-shrink: 0
    }

    .tf-group-filter {
        gap: 6px
    }



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

    .banner-shop {
        height: 500px
    }

    .banner-shop .box-title .title {
        font-size: 26px;
        line-height: 28px
    }

    .cls-video .img-product {
        max-width: 68px
    }

    .cls-video .icon {
        width: 35px;
        height: 35px
    }

    .menu-tab-fill .tab-link {
        min-width: 100px;
        padding: 5px 15px
    }

    .slider-wrap-lb .card-product {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        text-align: left
    }

    .slider-wrap-lb .card-product .card-product-info {
        padding: 0;
        justify-items: flex-start
    }

    .slider-wrap-lb .card-product .tf-btn {
        padding: 6px 14px;
        font-size: 14px;
        line-height: 22px
    }

    .slider-wrap-lb .card-product .card-product-wrapper {
        max-width: 140px
    }

    .slider-wrap-lb .card-product .box-icon {
        border-radius: 50% !important
    }

    .footer-pb-2 {
        padding-bottom: 197px
    }

    .tf-btn {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 20px
    }
}

@media (max-width:575px) {

    .footer-heading-mobile::after,
    .footer-heading-mobile::before {
        position: absolute;
        content: "";
        top: 50%;
        background-color: var(--dark);
        transition: .25s ease-in-out
    }

    .banner-lookbook .lookbook-item.position3 {
        left: 24%
    }

    .wg-testimonial-2 .text {
        font-size: 20px;
        line-height: 26px
    }

    .grid-cls-v5 .item1,
    .grid-cls-v5 .item2,
    .grid-cls-v5 .item3,
    .grid-cls-v5 .item4 {
        height: 300px
    }

    .grid-cls-v5 .wg-cls .tf-btn {
        padding: 8px 15px
    }

    .footer-body,
    .footer-bottom,
    .footer-col-block .tf-collapse-content,
    .grid-cls-v5 .wg-cls .tf-btn .icon,
    .loobook-product .zero,
    .s-blog-single .related-post .icon,
    .s-coming-soon br {
        display: none
    }

    .slider-electronic .reverse-slide img {
        position: absolute;
        top: 0;
        left: 0;
        width: 630px;
        min-width: max(100%, 630px)
    }

    .image-compare .icv__img-a {
        height: 200px
    }

    .blog-post-item.style-2,
    .form-default .cols,
    .form-login .button-wrap {
        flex-wrap: wrap
    }

    .loobook-product {
        padding: 12px;
        gap: 10px
    }

    .loobook-product .btn-lookbook {
        width: 32px;
        height: 32px;
        font-size: 12px
    }

    .loobook-product .content {
        gap: 8px
    }

    .s-banner-product .image {
        height: 450px
    }

    .s-banner-product .loobook-product {
        left: 15px;
        right: 15px;
        bottom: 15px
    }

    .wg-countdown-2 {
        padding: 15px
    }

    .wg-countdown-2 .countdown__timer {
        gap: 29px !important
    }

    .wg-countdown .countdown__timer {
        gap: 10px
    }

    .wg-countdown .countdown__item {
        width: 60px;
        height: 70px
    }

    .wg-countdown .countdown__value {
        font-size: 24px;
        line-height: 32px
    }

    .s-coming-soon .title {
        font-size: 48px;
        line-height: 60px
    }

    .s-coming-soon .form-email-wrap,
    .s-coming-soon .sub,
    .s-coming-soon .wg-countdown {
        margin-bottom: 25px
    }

    .blog-post-item.style-2 .entry_image {
        max-width: unset;
        min-height: 350px;
        max-height: 400px
    }

    .s-blog-list-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .footer-default .footer-contact,
    .footer-default .footer-newsletter,
    .footer-default .s3 .footer-col-block:first-child .footer-menu-list {
        margin-bottom: 30px
    }

    .footer-default .footer-heading,
    .footer-style-2 .footer-menu-list {
        margin-bottom: 20px
    }

    .footer-default .s3 .footer-col-block:last-child .footer-menu-list {
        margin-top: 20px
    }

    .footer-default .s3 .footer-col-block:last-child .footer-heading,
    .footer-style-2 .s4 .footer-heading {
        margin-bottom: 0
    }

    .footer-style-2 .s4 .footer-newsletter {
        margin-top: 20px;
        margin-bottom: 0
    }

    .footer-heading-mobile {
        display: block;
        position: relative;
        padding-right: 20px;
        line-height: 24px
    }

    .footer-heading-mobile::after {
        right: 10px;
        transform: translateY(-50%);
        width: 12px;
        height: 1px
    }

    .footer-heading-mobile::before {
        right: 15px;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 12px
    }

    .footer-col-block.open .footer-heading-mobile::before {
        opacity: 0
    }

    .footer-col-block.open .footer-heading-mobile::after {
        transform: translate(0, -50%) rotate(180deg)
    }

    .flat-single-grid .item {
        width: 350px;
        height: 450px;
        flex-shrink: 0
    }

    .wg-testimonial.style-row {
        flex-direction: column-reverse
    }

    .wg-testimonial.style-row .image {
        width: 60%;
        margin: 12px auto 0
    }

    .tf-sw-iconbox-row .tf-icon-box {
        justify-content: center
    }

    .cls-bn-content .img-product {
        max-width: 62px;
        max-height: 75px
    }

    .banner-shop {
        height: 400px
    }
}

@media (max-width:425px) {
    .js-countdown .countdown__timer {
        gap: 5px
    }

    .s-coming-soon .title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 5px
    }

    .s-coming-soon .sub {
        font-size: 14px;
        line-height: 20px
    }
}

.btn-progress {
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQzLjkzNSwyNS4xNDVjMC0xMC4zMTgtOC4zNjQtMTguNjgzLTE4LjY4My0xOC42ODNjLTEwLjMxOCwwLTE4LjY4Myw4LjM2NS0xOC42ODMsMTguNjgzaDQuMDY4YzAtOC4wNzEsNi41NDMtMTQuNjE1LDE0LjYxNS0xNC42MTVjOC4wNzIsMCwxNC42MTUsNi41NDMsMTQuNjE1LDE0LjYxNUg0My45MzV6Ij4NCjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIg0KICB0eXBlPSJyb3RhdGUiDQogIGZyb209IjAgMjUgMjUiDQogIHRvPSIzNjAgMjUgMjUiDQogIGR1cj0iMC42cyINCiAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4NCjwvcGF0aD4NCjwvc3ZnPg0K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    pointer-events: none
}

.tf-main-success .box-ship-address {
    border: 1px solid var(--line);
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 24px
}

@media(max-width:1199px) {
    .nav-cart {
        display: none
    }
}
#description h1,#description h2,#description h3,#description h4,#description h5,#description h6{
font-size:22px;
}
#description p,#description span,#description strong,#description b{font-size:14px;color:#4c4040}
#description ul,#description ol {padding-left:0;}
#description ul li,#description ol li{font-size:16px;}
#description p{margin-bottom:10px;}
.popup-shopping-cart .original-price{
    
    font-size: 14px;
    text-decoration: line-through;
}
.circle-div {
    border-radius: 100% !important;
    overflow: hidden;
    height: 176px;
    width: 176px;
    margin: auto;
    border: solid 5px #0d0963;
    padding: 5px;
    overflow: hidden;
}
.circle-div:hover {
  animation: shake 0.4s ease;
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-3px); }
  40% { transform: translateX(3px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
  100% { transform: translateX(0); }
}
.circle-div img{
border-radius: 100%;
    height: 100%;
    width: 100%;
}
    .cat-size-font{font-size:20px;font-family: 'Jost', sans-serif;color:#1c1c1c;}
    .cat-circle-wrap{
    width: 100%;
    justify-content: center;
    gap: 40px;
}
.cat-wrap-new h4 {
    text-transform: uppercase;
    font-weight: normal;
    font-size:32px;
    
}
.cat-wrap-new-gap{gap:10px;}
.cat-wrap-new-gap p {
    font-size: 18px;
    font-family: 'Jost', sans-serif !important;
}
.bdr-div {
    border-bottom: solid 2px #ccc;
    position: relative;
    min-height: 50px;
    margin-bottom: 40px;
}
.sec-best-seller h4 {
    font-size: 32px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    top: 54%;
    background: #fff;
    left: 38px;
    padding: 0 10px;
    letter-spacing:1px;
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 3px 3px;
    font-size: 12px;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.rating-badge .star {
    color: #f5a623;
    font-size: 14px;
    line-height: 1;
}

.rating-badge .reviews {
    color: #333;
}
.price-wrap span{font-size:14px;color:#000;font-weight:normal;}

.best-seller-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 20px;
}

.prod-type {
    border: 1px solid #00000051;
    line-height: normal;
    font-size: 12px;
    width: fit-content;
    letter-spacing: .7px;
    padding: 0 6px;
    color: #000000b3;
   
}
.product-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.product-image{position:relative;}
.wishlist-circle {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background:#fcfcfc;
    border-radius:100%;
}
.wishlist-circle img {
    width: 18px !important;
    height: auto !important;
}
.product-text h4 a {
    font-size: 11px;
    font-weight: normal;
    color: #1c1c1c;
    line-height: normal;
    text-transform: uppercase;
}
.product-text h4 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 0;
    margin-top: 5px;
}
.product-text .pr-price{font-size:14px;color:#000;}

.product-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.viewall-btn {
    border: 1px solid #0000008b;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
    transition: all .3s ease;
    display: flex;
    max-width: fit-content;
    margin: auto;
    margin-top: 20px;
}
.collection-card {
    display: block;
    border: solid 5px #0d0963;
    border-radius: 15px;
    overflow: hidden;
    padding: 4px;
    aspect-ratio: inherit !important;
    height: 300px;
}
.collection-card img{border-radius:15px;overflow:hidden;width:100%;height:100%;}
.testimonial-avatar{height:456px;}
.box-navigation li{position:relative;}
.sub-menu-new {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    z-index: 99999999;
    width: fit-content;
    white-space: nowrap;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sub-menu-new li{margin-bottom:10px;text-align: left;}
.has-submenu:hover .sub-menu-new{display:block;}
.testimonial-avatar img{width:100%;height:100%;border-radius:10px;object-fit:cover;}
.collection-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.size-swiper .swiper-button-next,
.size-swiper .swiper-button-prev{
    width: 30px;
    height: 30px;
    background: #222;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 70%;
    transform: translateY(-50%);
}

.size-swiper .swiper-button-next:after,
.size-swiper .swiper-button-prev:after{
    font-size: 14px;
    font-weight: 700;
}

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

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

@media(max-width:768px){

    .size-swiper .swiper-button-next,
    .size-swiper .swiper-button-prev{
        width: 25px;
        height: 25px;
    }
.size-swiper .swiper-button-next:after, .size-swiper .swiper-button-prev:after{font-size:10px;}
   

   
}

.review-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.review-text.expanded {
    -webkit-line-clamp: unset;
}

.show-more-btn {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
}
@media(min-width:767px){
.desktop-none{display:none}
}
@media(max-width:767px){
.mobile-none{display:none}
.circle-div{width:76px;height:76px;}
.cat-size-font{font-size:13px;} 
.product-container {
   
    grid-template-columns: repeat(2, 1fr);
   
}
.sec-best-seller h4 {
    font-size: 17px;
     top: 74%;
   
}
.cat-wrap-new h4{font-size: 25px;}
.best-seller-grid {
    
    grid-template-columns: repeat(2, 1fr);
    
}
.collection-card {
    
    border: solid 3px #9190b7;
    border-radius:5px;
    
    padding: 0;
    
    height: 150px;
}
.collection-grid{gap:5px;}
.wg-cls.style-abs.asp-1{border-radius:0;}
.collection-card img{border-radius:5px;}
.size-swiper .swiper-button-next, .size-swiper .swiper-button-prev{top:87%;}
.collection-grid .tf-btn {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        background-color: transparent !important;
        border: 0;
        color: #fff !important;
    }
    
}
.widget-accordion{
    border-top:1px solid #ddd;
}

.widget-accordion .accordion-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 0;
    cursor:pointer;
    
}

.widget-accordion .accordion-title span:first-child{
    font-size:12px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#1c1c1c;
    
}

.widget-accordion .icon{
    transition:0.3s ease;
    display:flex;
    align-items:center;
    justify-content:center;
}

.widget-accordion .accordion-title:not(.collapsed) .icon{
    transform:rotate(90deg);
}

.widget-accordion .accordion-body{
    padding:0 !important;
}

.widget-desc-inner {
    padding: 6px 10px;
    box-shadow: 0 2px 4px #0000007d, inset 0 1px #fff9, inset 0 -1px #ffffff4d;
    border-radius: 10px;
    /* font-weight: 100; */
    margin-bottom: 10px;
}

.widget-desc-inner p,
.widget-desc-inner li{
    font-size:14px;
    line-height:2;
    color:#1c1c1c;
}

.widget-desc-inner ul{
    padding-left:22px;
    margin:0;
}

.widget-desc-inner strong{
    letter-spacing:2px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:normal;
}

.delivery-benefits{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-top:20px;
}

.delivery-benefit-item{
    background:#f1f1f1;
    padding:14px 18px;
    display:flex;
    align-items:center;
    gap:12px;
}

.delivery-benefit-item svg{
    width:22px;
    height:22px;
    stroke:#777;
    flex-shrink:0;
}

.delivery-benefit-item span{
    font-size:16px;
    color:#666;
    font-weight:400;
}
.full-image img{width:100%;}
.full-image{margin-top:40px;}
.limited-width{max-width:1300px;margin:auto;}
@media(max-width:767px){
.delivery-benefit-item span{font-size:14px;}
.testimonial-avatar{height:auto;}
.tf-product-info-list other-image-zoom{margin-bottom:0;}
.circle-div {
    
    border: solid 3px #9190b7;
    padding: 0;
    
}
.best-seller-grid,.product-container{gap:15px;}
}
.tf-btn{white-space:nowrap;}
.size-swiper{padding:0 18px;}
.product-card:hover .list-product-btn li:first-child{transform: translateX(0);opacity: 1;visibility: visible;}
.product-card:hover .list-product-btn li:nth-child(2) {
        transform: translateX(0);
        transition-delay: 0.1s;
        opacity: 1;visibility: visible;
    }
   .product-card .box-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--dark);
    position: relative;
     display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    cursor: pointer;}
    .circle-div:hover img{transform: scale(1) !important;}
    .card-product:hover .list-product-btn li:first-child{transform: translateX(0);opacity: 1;visibility: visible;}
.card-product:hover .list-product-btn li:nth-child(2) {
        transform: translateX(0);
        transition-delay: 0.1s;
        opacity: 1;visibility: visible;
    }


    .card-product .box-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--dark);
    position: relative;
     display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.price-wrap span + span{color:red !important;}
.tf-btn {
    transition: .3s ease-in-out;
    background-color: var(--secondary);
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 7px 20px;
    border-radius:0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}
.tf-totals-total-value{display:flex;gap:10px;}
.tf-totals-total-value p{font-size:15px;}
.fixed-new-navbar {
    position: fixed !important;
    left: 0px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff;
    padding: 10px 13px;
    gap: 28px;
    z-index: 99999 !important;
    list-style: none !important;
    box-shadow: 0 -2px 5px rgb(0 0 0 / 22%);
}
.fixed-new-navbar-wrap{display:none;}
.fixed-new-navbar-wrap .count-box{
    position: absolute;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    text-align: center;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 9999px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    z-index: 2;
    top: -4px;
    right: -7px;
    color: var(--white);
    background-color: var(--primary);
}
.product-card .box-icon:hover {
    background-color: var(--primary) !important;
    color: var(--secondary);
    border-color: var(--primary);
}
.discount-plus-price-search{display:flex;gap:10px;}
.discount-plus-price-search .discount {
    font-size: 11px;
    color: #000;
    font-weight: normal;
}

.discount-plus-price-search .price {
    font-size: 11px;
   
    font-weight: normal;
    color: red;
    text-decoration: line-through;
}
.wg-quantity svg{width:15px;}
@media(max-width:1400px){
.header-default .box-nav-menu{gap:20px;}
}
@media(max-width:1260px){
.header-default .box-nav-menu{gap:15px;}
}
@media(max-width:767px){
.product-card .box-icon{width:25px;height:25px;}
}
.fullRight.show{display:block;}
@media(min-width:767px){
.mobile-large-image{display:none}
}
@media(max-width:767px){
.desktop-large-image{display:none}
}
.fixed-new-navbar-wrap li.nav-wishlist a{font-size:22px;}
.category-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(0,0,0,0.7);
    padding: 30px 15px;
}

.category-modal-content {
    background: #fff;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border-radius: 0px;
    position: relative;
}

.close-category-modal {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}

.category-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.category-modal .category-grid-item a{height: 180px;display:block;}
.category-grid-item a img {
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 10px;
}
.category-modal .category-grid-item a img {border-radius:0;}
.category-modal .category-grid-item .cls-btn a{height:auto;}
@media(max-width:991px){
    .category-grid-wrapper{
        grid-template-columns: repeat(3,1fr);
    }
}

@media(max-width:767px){
    .category-grid-wrapper{
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
    }

    .category-grid-item img{
        height: 160px;
    }
}
.catgory-modal-new{cursor:pointer;}