/* ---------------------------------------------------------
    * Name: Entry Multipurpose eCommerce HTML Template
    * Version: 1.0.0
    * Author: Magentech
    * Author URI: https://www.magentech.com/

	* Abstracts variable

    * Reset css styles

    * Components
        * header
        * footer
        * tabs
        * slider banner
        * button
        * range slider
        * form
        * nice select
        * carousel
        * avatar
        * pop up
        * box icon
        * hover
        * collection
        * product
        * blog
        * testimonial
        * lookbook
        * featured
        * accordion
        * zoom

    * section

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url(./bootstrap-select.min.css);
:root {
    --main: #000000;
    --white: #ffffff;
    --main-color: #f93355;
    --color-base-background-2: #f7f7f7;
    --main-color2: #000000;
    --main-color-darker: #f2072f;
    --color-text: #666666;
    --link-color: #000000;
    --link-hover: #f93355;
    --color-base-text: #666666;
    --border-color: #eeeeee;
    --color-base-background-1: #ffffff;
    --label-sale: #f93355;
    --label-new: #1974dd;
    --label-hot: #f93355;
    --price: #000000;
    --new-price: #f93355;
    --old-price: #666666;
    --font-body-style: normal;
    --font-size-heading: 30px;
    --font-heading-weight: 500;
    --primary: #d52345;
    --red_1: #db1215;
    --backdrop: rgba(0, 0, 0, 0.5);
    --yellow: #ffb321;
    --font-size-body: 14px;
    --font-medium: 500;
    --font-normal: 400;
    --main-rgba-1: rgba(0, 0, 0, 0.16);
    --main-rgba-2: rgba(0, 0, 0, 0.15);
    --text: #545454;
    --text-2: #909090;
    --text-4: #888;
    --text-3: #868686;
    --line: #eeeeee;
    --line-2: #ececec;
    --bg-1: #fcfbf9;
    --bg-2: #f6f6f6;
    --bg-3: #fcffb2;
    --bg-4: #c9f4aa;
    --bg-5: #ff7b54;
    --bg-6: #8054ff;
    --bg-7: #f1f0ed;
    --bg-8: #f0edf1;
    --bg-9: #edeef1;
    --bg-10: #fcfbf9;
    --bg-11: #f2f2f2;
    --bg-12: #14171b;
    --success: #31a56d;
    --bg-load: #d9d9d9;
    --bg-scrollbar-track: #f1f1f1;
    --bg-scrollbar-thumb: #c1c1c1;
    --font-bold: 700;
    --header-color: #262636;
    --footer-color: #1a1a2c;
}

.color-primary-2 {
    --primary: #814037;
}

.color-primary-3 {
    --primary: #93f859;
}

.color-primary-4 {
    --primary: #000;
}

.color-primary-5 {
    --primary: #67c08f;
}

.color-primary-6 {
    --primary: #a45f3b;
}

.color-primary-7 {
    --primary: #a6e57c;
}

.color-primary-8 {
    --primary: #61b482;
}

.color-primary-9 {
    --primary: #ff0b0b;
}

.color-primary-10 {
    --primary: #fd8484;
}

.color-main-text-2 {
    --main: #253d4e;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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

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

body {
    font-family: 'Albert Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--color-text);
    background-color: var(--white);
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

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

ul,
li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.container {
    max-width: var(--container-width);
}

.container {
    width: 100%;
    margin: auto;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.container-full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

.slider-layout-right {
    width: calc(100vw - (100vw - 1440px) / 2 + 30px);
    margin-right: unset;
    max-width: 100%;
    margin-left: auto;
}

textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'] {
    font-family: 'Albert Sans', sans-serif;
    border: 1px solid var(--line);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    padding: 12px 18px;
    width: 100%;
    background: var(--white);
    color: var(--text-2);
    font-weight: 400;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus {
    border-color: var(--line);
}

textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder {
    color: var(--text-2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

textarea::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='color']::-moz-placeholder {
    color: var(--text-2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

textarea:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder {
    color: var(--text-2);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

textarea::-ms-input-placeholder,
input[type='text']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='datetime']::-ms-input-placeholder,
input[type='datetime-local']::-ms-input-placeholder,
input[type='date']::-ms-input-placeholder,
input[type='month']::-ms-input-placeholder,
input[type='time']::-ms-input-placeholder,
input[type='week']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='color']::-ms-input-placeholder {
    color: var(--text-2);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

textarea::placeholder,
input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='date']::placeholder,
input[type='month']::placeholder,
input[type='time']::placeholder,
input[type='week']::placeholder,
input[type='number']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='color']::placeholder {
    color: var(--text-2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

textarea {
    height: 112px;
    resize: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: var(--text-2);
}

:-moz-placeholder {
    color: var(--text-2);
}

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

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: var(--text-2);
}

/* Typography
-------------------------------------------------------------- */
.font-young-serif {
    font-family: 'Young Serif', serif;
}

.font-gloock {
    font-family: 'Gloock', serif;
}

.font-caprasimo {
    font-family: 'Caprasimo', serif;
}

.font-poppins {
    font-family: 'Poppins', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Albert Sans', sans-serif;
    text-rendering: optimizeLegibility;
    color: var(--main);
    font-weight: 400;
}

h1 {
    font-size: 80px;
    line-height: 96px;
}

h2 {
    font-size: 68px;
    line-height: 81.6px;
}

h3 {
    font-size: 56px;
    line-height: 67.2px;
}

h4 {
    font-size: 42px;
    line-height: 50.4px;
}

h5 {
    font-size: 28px;
    line-height: 33.6px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
}

b,
strong {
    font-weight: bolder;
}

video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

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

.text-14 {
    font-size: 14px !important;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 22.4px !important;
}

.fs-15 {
    font-size: 15px !important;
}

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

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

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

.fs-28 {
    font-size: 28px !important;
}

.fs-22,
.text-22 {
    font-size: 22px !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fw-8 {
    font-weight: 800 !important;
}

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

.bg_dark {
    background-color: var(--main-color2) !important;
}

.bg_line {
    background-color: var(--line);
}

.bg_primary {
    background-color: var(--primary);
}

.bg_orange {
    background-color: #f47249;
}

.bg_orange-2 {
    background-color: #c38361;
}

.bg_orange-3 {
    background-color: #ffa500;
}

.bg_orange-4 {
    background-color: #ff7b54;
}

.bg_violet {
    background-color: #7900f2;
}

.bg_violet-1 {
    background-color: #47276f;
}

.bg_blue {
    background-color: #2c3bc5;
}

.bg_blue-2 {
    background-color: #a8bcd4;
}

.bg_blue-3 {
    background-color: #8054ff;
}

.bg_blue-4 {
    background-color: #f5f7fc;
}

.bg_blue-5 {
    background-color: #f1f4f9 !important;
}

.bg_blue-6 {
    background-color: #1c355e !important;
}

.bg_dark-blue {
    background-color: #00008b;
}

.bg_light-blue {
    background-color: #add8e6;
}

.bg_light-blue-1 {
    background-color: #c6ccd1 !important;
}

.bg_beige {
    background-color: #c8ad7f;
}

.bg_beige-2 {
    background-color: #857460;
}

.bg_beige-3 {
    background-color: #f8f6f2;
}

.bg_dark-beige {
    background-color: #9f8c76;
}

.bg_brown {
    background-color: #977945;
}

.bg_brown-1 {
    background-color: #383240 !important;
}

.bg_brown-2 {
    background-color: #433b37;
}

.bg_brown-3 {
    background-color: #85715e;
}

.bg_brown-4 {
    background-color: #f4f0eb;
}

.bg_light-brown {
    background-color: #c55252;
}

.bg_light-brown1 {
    background-color: #6c2c28;
}

.bg_purple {
    background-color: #d966d9;
}

.bg_light-purple {
    background-color: #d1c6c6 !important;
}

.bg_light-green {
    background-color: #caffd6;
}

.bg_light-green-2 {
    background-color: #c9f4aa;
}

.bg_light-green-3 {
    background-color: #e9f5e0;
}

.bg_dark-green {
    background-color: #006400;
}

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

.bg_pink {
    background-color: #fcc6de;
}

.bg_light-pink {
    background-color: #ffb6c1;
}

.bg_light-grey {
    background-color: #d3d3d3;
}

.bg_light-grey-2 {
    background-color: #c4b3b3 !important;
}

.bg_light-grey-3 {
    background-color: #d1cec6 !important;
}

.bg_grey {
    background-color: #ccc;
}

.bg_grey-2 {
    background-color: #fbf7f0;
}

.bg_grey-3 {
    background-color: #faf8f2;
}

.bg_grey-4 {
    background-color: #fcf8f3;
}

.bg_grey-5 {
    background-color: #f6f6f6;
}

.bg_grey-6 {
    background-color: #f9f6ef;
}

.bg_grey-7 {
    background-color: #f5f5f5;
}

.bg_grey-8 {
    background-color: #f2f2f2;
}

.bg_grey-9 {
    background-color: #f1f3f1;
}

.bg_grey-10 {
    background-color: #faf7f2 !important;
}

.bg_grey-11 {
    background-color: #f8f8f8;
}

.bg_grey-12 {
    background-color: #f1f4f7 !important;
}

.bg_grey-13 {
    background-color: #efefef !important;
}

.bg_grey-14 {
    background-color: #f0f4f6 !important;
}

.bg_dark-grey {
    background-color: #808080;
}

.bg_yellow {
    background-color: #dcdb79;
}

.bg_yellow-2 {
    background-color: #fcffb2;
}

.bg_yellow-3 {
    background-color: #e6fe5e !important;
}

.bg_yellow-4 {
    background-color: #ffdf00;
}

.bg_yellow-5 {
    background-color: #fff7df !important;
}

.bg_yellow-6 {
    background-color: #ece5b6 !important;
}

.bg_yellow-7 {
    background-color: #f4eddb !important;
}

.bg-yellow-8 {
    background-color: #fcf151;
}

.bg-yellow-9 {
    background-color: #fbf24a !important;
}

.bg-yellow-10 {
    background-color: #fff6c6;
}

.bg_light-yellow {
    background-color: #ffffe0;
}

.bg_golden-yellow {
    background-color: #ffdf00;
}

.bg_taupe {
    background-color: #483c32;
}

.bg_green {
    background-color: #e1eb78;
}

.bg_green-1 {
    background-color: #dcf9e2;
}

.bg_green-2 {
    background-color: #2c3728 !important;
}

.bg_green-3 {
    background-color: #1b3622 !important;
}

.bg_green-4 {
    background-color: #161d28 !important;
}

.bg_green-5 {
    background-color: #84e4e0 !important;
}

.bg_green-6 {
    background-color: #a6e57c;
}

.bg_cream {
    background-color: #fffdd0;
}

.bg_cream-2 {
    background-color: #fbf6ee;
}

.bg-gradient-1 {
    background: linear-gradient(102deg, rgb(159, 111, 189) 8%, rgb(168, 125, 196) 47%, rgb(180, 140, 203) 83%);
}

.bg-gradient-2 {
    background: linear-gradient(104deg, rgb(61, 53, 75) 0.54%, rgba(61, 53, 75, 0.56) 100%);
}

.bg-gradient-3 {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(10%, rgba(31, 31, 40, 0.8)),
        color-stop(100%, rgb(30, 32, 40)),
        to(rgb(30, 32, 40))
    );
    background: linear-gradient(270deg, rgba(31, 31, 40, 0.8) 10%, rgb(30, 32, 40) 100%, rgb(30, 32, 40) 100%);
}

.bg_red {
    background-color: #f63400;
}

.bg_navy {
    background-color: #001f3f;
}

.bg_copper {
    background-color: #b87333;
}

.bg_gold {
    background-color: #f4dfb6;
}

.bg_f1f6e6 {
    background-color: #f1f6e6;
}

.bg_e7e4df {
    background-color: #e7e4df !important;
}

.bg_f5f6f0 {
    background-color: #f5f6f0;
}

.bg_pastel-brown {
    background-color: #b1907f;
}

.text_black {
    color: var(--main-color2) !important;
}

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

.text_black-3 {
    color: #545454 !important;
}

.text_primary {
    color: var(--main-color2) !important;
}

.text_success {
    color: var(--success);
}

.text-paragraph {
    color: #868686;
}

.text-sale {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.5490196078);
}

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

.text-1 {
    font-size: 18px !important;
    line-height: 28.8px !important;
}

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

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

.letter-2 {
    letter-spacing: 2px;
}

.text_red-1 {
    color: #db1215 !important;
}

.text_blue-1 {
    color: #1c355e !important;
}

.text-stroke-white {
    -webkit-text-stroke: 2px var(--white);
    color: transparent;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    color: var(--main);
}
a:focus,
a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

label {
    font-weight: 600;
}

.link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link:hover {
    color: var(--primary) !important;
}

.grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}

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

.gap-4 {
    gap: 4px !important;
}

.gap-5 {
    gap: 5px !important;
}

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

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

.gap-10 {
    gap: 10px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-14 {
    gap: 14px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-16 {
    gap: 16px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}
.gap-40 {
    gap: 40px;
}

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

.border-white {
    border: 1px solid var(--white);
}

.border-line-black {
    border: 1px solid var(--main);
}

.border-line-blue-1 {
    border: 1px solid #1c355e !important;
}

.line {
    border-bottom: 1px solid var(--line);
}

.line-black {
    border-bottom: 1px solid var(--main);
}

.no-line {
    border: 0 !important;
}

.place-self-center {
    -ms-grid-row-align: center !important;
    -ms-grid-column-align: center !important;
    place-self: center !important;
}

.radius-3 {
    border-radius: 3px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

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

.radius-60 {
    border-radius: 60px !important;
}

.rounded-full {
    border-radius: 999px !important;
}

.o-hidden {
    overflow: hidden;
}

.h-40 {
    height: 40px;
}

.h-46 {
    height: 46px;
}

.h-52 {
    height: 52px;
}

.px_15 {
    padding-left: 15px;
    padding-right: 15px;
}

.tf-md-hidden {
    display: none;
}

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

.pt_0 {
    padding-top: 0px !important;
}

.pb_0 {
    padding-bottom: 0px !important;
}

.pr_0 {
    padding-right: 0px !important;
}

.py_15 {
    padding: 15px 0;
}

.py_20 {
    padding: 20px 0;
}

.pb_8 {
    padding-bottom: 8px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pb_20 {
    padding-bottom: 20px;
}

.my_20 {
    margin: 20px 0px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_3 {
    margin-top: 3px;
}

.mt_4 {
    margin-top: 4px;
}

.mt_8 {
    margin-top: 8px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_37 {
    margin-top: 37px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_140 {
    margin-top: 140px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_12 {
    margin-bottom: 12px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_18 {
    margin-bottom: 18px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_24 {
    margin-bottom: 24px !important;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_36 {
    margin-bottom: 36px;
}

.mb_50 {
    margin-bottom: 50px;
}
.mb_60 {
    margin-bottom: 60px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_200 {
    margin-bottom: 200px;
}
.flat-spacing-1 {
    padding: 70px 0;
}

.flat-spacing-2 {
    padding: 45px 0 70px;
}

.flat-spacing-3 {
    padding: 50px 0;
}

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

.flat-spacing-5 {
    padding: 76px 0px;
}

.flat-spacing-6 {
    padding: 45px 0px 100px;
}

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

.flat-spacing-8 {
    padding-top: 35px;
    padding-bottom: 70px;
}

.flat-spacing-9 {
    padding: 65px 0px;
}

.flat-spacing-10 {
    padding: 55px 0px;
}

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

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

.flat-spacing-13 {
    padding-top: 34px;
    padding-bottom: 40px;
}

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

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

.flat-spacing-16 {
    padding-top: 130px;
    padding-bottom: 65px;
}

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

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

.flat-spacing-19 {
    padding-top: 79px;
    padding-bottom: 91px;
}

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

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

.flat-spacing-22 {
    padding: 30px 0;
}

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

.flat-spacing-24 {
    padding-top: 109px;
    padding-bottom: 132px;
}

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

.flat-spacing-26 {
    padding-top: 65px;
    padding-bottom: 75px;
}

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

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

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

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

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

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

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

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

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

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

[data-grid='list'] {
    display: grid;
    gap: 30px;
    grid-template-columns: 100%;
}

.grid-template-columns-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.tf-row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.ss-grid-layout {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}
.ss-grid-layout.tf-col-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.ss-grid-layout.gap30 {
    gap: 30px;
}
.ss-grid-layout.row-gap-10 {
    row-gap: 10px !important;
}

.ss-grid-layout-v2 {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}

.overflow-unset {
    overflow: unset !important;
}

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

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-auto {
    cursor: auto;
}

.tag-list {
    list-style: disc;
    padding-left: 20px;
}
.tag-list li {
    list-style: inherit;
}

.has-line-bottom {
    position: relative;
}
.has-line-bottom::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    background-color: var(--line);
    height: 1px;
    width: 100%;
    max-width: 1440px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 0.6px;
}

.line-under {
    color: rgba(0, 0, 0, 0.85);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
    -webkit-transition: text-decoration-thickness 1s ease;
    transition: text-decoration-thickness 1s ease;
}
.line-under:hover {
    color: var(--main);
    text-decoration-thickness: 2px;
    text-decoration-line: underline;
}

.transition-linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.z-5 {
    z-index: 5;
}

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

.text-line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.grid-2-lg {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}

.cus-container2 {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.text-start {
    text-align: start !important;
}

/*style1 - dot-style1*/
.show_dot .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
}

.show_dot .owl-dots .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 3px 0;
    border-radius: 100%;
    background-color: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show_dot .owl-dots .owl-dot.active span {
    background-color: transparent;
    border: 1px solid var(--white);
    width: 14px;
    height: 14px;
    margin: 0;
}

.show_dot .owl-dots {
    text-align: center;
    margin: 15px 0 0;
}

/*============================================================================ ========================= SYTLE NAV DOT ================================ ==============================================================================*/
.owl-style1 .owl-nav > div {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
    border-radius: 100%;
    top: 50%;
    color: var(--main-color2);
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 2;
    opacity: 0;
    background: var(--color-base-background-1);
    border: 1px solid var(--border-color);
}

.owl-style1 .owl-nav > div.owl-prev {
    left: -70px;
    right: auto;
}

.owl-style1 .owl-nav > div.owl-next {
    right: -70px;
    left: auto;
}

.rtl .owl-style1 .owl-nav > div.owl-prev {
    left: auto;
    right: -70px;
}

.rtl .owl-style1 .owl-nav > div.owl-next {
    left: -70px;
    right: auto;
}

@media screen and (max-width: 1366px) {
    .owl-style1 .owl-nav > div.owl-prev {
        left: 0px;
        right: auto;
    }
    .owl-style1 .owl-nav > div.owl-next {
        right: 0px;
        left: auto;
    }
    .rtl .owl-style1 .owl-nav > div.owl-prev {
        left: auto;
        right: 0px;
    }
    .rtl .owl-style1 .owl-nav > div.owl-next {
        left: 0px;
        right: auto;
    }
}
.owl-style1 .owl-nav > div:hover {
    background: var(--main-color2);
    border: 1px solid var(--main-color2);
    color: #fff;
}

.owl-style1 .owl-nav > div svg {
    width: 16px;
    height: 22px;
    -webkit-transition: none;
    transition: none;
}

.owl-style1 .owl-nav > div:hover svg {
    stroke: #fff;
}

.owl-style1:hover .owl-nav > div {
    opacity: 1;
}
.label-product-Sale,
.label-product-New {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--primary);
    padding: 0 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
    z-index: 2;
}
.label-product-New {
    background-color: #1974dd;
    top: 10px;
}
.label-product-Sale.has-new {
    top: 40px;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.top-bar-language .dropdown-menu {
    inset: 0px !important;
}
.top-bar-language .dropdown.bootstrap-select.image-select.style-default > .dropdown-menu {
    margin-top: 12px !important;
}
.top-bar-language .filter-option-inner .filter-option-inner-inner {
    font-weight: 500 !important;
}

.header-middle .header-middle__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.header-middle .header-middle__inner .header__search {
    flex: 1;
    max-width: 700px;
}
.header-middle .header-middle__inner .header__search .button-search-mobile {
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
}
.header-middle .header-middle__inner .header__search .button-search-mobile:hover {
    background: var(--primary);
}
.header-middle .header-middle__inner .header__search .button-search-mobile:hover svg {
    fill: var(--white);
}
.header-middle .header-middle__inner .header-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    font-weight: 500;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
}
.header-middle .header-middle__inner .header-links a:hover {
    color: var(--primary);
}
.header-middle .header-middle__inner .header-links svg {
    color: var(--white);
}
@media (max-width: 1024px) {
    .header-top-bar .tf-top-bar_wrap {
        grid-template-columns: 2fr 1fr;
    }
    .header-middle .header-middle__inner .header__search .button-search-mobile {
        display: flex;
    }
    .header-middle .header-middle__inner .header__search .mini-search-from {
        display: none;
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .header-middle .header-middle__inner .header__search .mini-search-from.active {
        display: block;
    }
    .wrapper-header .menu-mobile-header {
        display: flex;
        gap: 10px;
    }
}
.header-middle .header-middle__inner .header-links .nav-wishlist,
.header-middle .header-middle__inner .header-links .nav-cart {
    position: relative;
}
.header-middle .header-middle__inner .header-links .nav-wishlist .count,
.header-middle .header-middle__inner .header-links .nav-cart .count {
    height: 17px;
    width: 17px;
    line-height: 17px;
    position: absolute;
    left: -10px;
    top: -8px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
}

a.mobileMenu svg {
    color: var(--white);
}

#header .box-nav-ul .item-link {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    position: relative;
    color: var(--white);
}
#header .box-nav-ul .item-link .icon {
    font-size: 5px;
}
#header .box-nav-ul li:hover .item-link {
}
color: var(--primary);
#header .nav-icon .icon {
    font-size: 18px;
    font-weight: 500;
}
#header .nav-icon li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#header .nav-icon .nav-icon-item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#header .nav-icon .nav-icon-item:hover {
    color: var(--primary);
}
#header .nav-icon .nav-icon-item .text {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 500;
    display: inline-block;
}
#header .nav-icon .count-box {
    position: absolute;
    line-height: 18px;
    height: 18px;
    min-width: 18px;
    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: -8px;
    right: -10px;
    color: var(--white);
    background-color: var(--primary);
}
#header .tf-product-header .card-product .box-icon {
    width: 32px;
    height: 32px;
}
#header .tf-product-header .card-product .tooltip {
    margin-top: -4px;
}
#header .sub-menu .hover-sw-nav .nav-sw {
    width: 36px;
    height: 36px;
    top: 38%;
}
#header .sub-menu .list-color-item .tooltip {
    display: none;
}

.header-absolute {
    margin-bottom: -64px;
    background-color: transparent;
    z-index: 999;
}

.box-nav-ul .menu-item {
    padding: 36px 0px;
}
.box-nav-ul .menu-item:hover > .sub-menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}
.box-nav-ul .menu-item > a::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 94px;
}
.box-nav-ul .menu-item-2 {
    position: relative;
    cursor: pointer;
}
.box-nav-ul .menu-item-2::after {
    position: absolute;
    content: '\e906';
    font-family: 'icomoon';
    font-size: 11px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-nav-ul .menu-item-2 .sub-menu {
    top: -22px;
    left: calc(100% + 23px);
    min-width: 200px;
}
.box-nav-ul .menu-item-2 .sub-menu::after {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 45px;
    background-color: transparent;
    left: -18%;
    top: 3px;
}
.box-nav-ul .menu-item-2:hover > .sub-menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}
.box-nav-ul .sub-menu {
    pointer-events: none;
    position: absolute;
    background-color: var(--white);
    min-width: 268px;
    z-index: 999;
    visibility: hidden;
    text-align: left;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
    -webkit-padding-start: 19px;
    padding-inline-start: 19px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0px) translateY(15px);
    transform: translateX(0px) translateY(15px);
    -webkit-box-shadow: 0 4px 8px rgb(235, 235, 235);
    box-shadow: 0 4px 8px rgb(235, 235, 235);
}
.box-nav-ul .mega-menu {
    padding-top: 37px;
    padding-bottom: 42px;
    border: none;
    max-height: calc(100vh - 74px);
    overflow: auto;
    left: 0;
    right: 0;
}
.box-nav-ul .mega-menu .card-product .card-product-wrapper {
    max-height: 290px;
}
.box-nav-ul .mega-menu .wrap-sw-over {
    padding-bottom: 40px;
    margin-bottom: -40px;
}
.box-nav-ul .menu-heading {
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    color: var(--main-color2);
    text-transform: uppercase;
    margin-bottom: 17px;
    text-align: start;
}
.box-nav-ul .menu-list li {
    text-align: start;
}
.box-nav-ul .menu-list li:not(:last-child) {
    margin-bottom: 14px;
}
.box-nav-ul .menu-list .demo-label {
    top: -14px;
    right: -35px;
}
.box-nav-ul .submenu-default {
}

.mega-menu .row-demo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 25px;
}
.mega-menu .demo-item {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 6px 7px 0;
    border: solid 1px transparent;
    -webkit-transition: border 0.4s;
    transition: border 0.4s;
    margin-bottom: 1px;
}
.mega-menu .demo-item .demo-name {
    line-height: 45px;
    display: block;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
}
.mega-menu .demo-item .demo-name:hover {
    color: var(--primary);
}
.mega-menu .demo-item:hover {
    border-color: var(--main-color2);
}
.mega-menu .view-all-demo {
    margin-top: 48px;
}
.mega-menu .collection-item .collection-title {
    background-color: #f2f2f2;
    border-radius: 3px;
}
.mega-menu .collection-item .collection-content {
    bottom: 40px;
}
.mega-menu .collection-item .ss-btn .icon {
    margin: 0px;
}

.mega-page {
    max-width: 900px;
    margin: auto;
}

.demo-label {
    position: absolute;
    top: 9px;
    right: 7px;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.demo-label span {
    font-size: 10px;
    line-height: 19px;
    padding: 0 8px;
    background-color: rgb(131, 183, 53);
    color: var(--white);
    border-radius: 3px;
}
.demo-label .demo-new {
    background-color: rgb(72, 212, 187);
}
.demo-label .demo-hot {
    background-color: rgb(252, 87, 50);
}

.canvas-mb {
    width: 100% !important;
    max-width: min(90%, 320px);
    border-right: 0 !important;
}
.canvas-mb .mb-canvas-content {
    padding-top: 60px;
    padding-bottom: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    min-width: 100%;
    max-width: min(90%, 320px);
    grid-auto-rows: minmax(0, 1fr) auto;
    isolation: isolate;
    height: 100%;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: start;
    align-content: start;
}
.canvas-mb .mb-body {
    padding-right: 15px;
    overscroll-behavior-y: contain;
    overflow-y: auto;
}
.canvas-mb .icon-close-popup {
    position: absolute;
    font-size: 16px;
    z-index: 3;
    top: 20px;
    left: 15px;
    background-color: transparent;
    border: none;
    height: 30px;
    width: 30px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: var(--main-color2);
}
.canvas-mb .icon-close-popup:hover {
    color: var(--main-color);
}
.canvas-mb .mb-bottom {
    padding-top: 15px;
}
.canvas-mb .mb-bottom .site-nav-icon {
    margin-bottom: 18px;
}
.canvas-mb .mb-bottom .bottom-bar-language {
    min-height: 63px;
    border-top: solid 1px rgb(236, 236, 236);
    gap: 28px;
    max-width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.canvas-mb .mb-bottom .bottom-bar-language .image-select.type-currencies > .dropdown-menu {
    width: 240px !important;
    margin-left: 0 !important;
}
.canvas-mb .mb-bottom .bottom-bar-language .image-select > .dropdown-menu::before {
    display: none;
}
.canvas-mb .site-nav-icon {
    padding: 0 18px;
    line-height: 40px;
    border: solid 1px rgb(242, 242, 242);
    gap: 9px;
    background-color: rgb(242, 242, 242);
    color: var(--main-color2);
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.canvas-mb .site-nav-icon .icon {
    font-size: 14px;
}
.canvas-mb .site-nav-icon:hover {
    color: rgb(242, 242, 242);
    background-color: var(--main-color2);
    border-color: var(--main-color2);
}
.canvas-mb .mb-other-content .group-icon {
    gap: 9px;
    margin-bottom: 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.canvas-mb .mb-other-content .text-need {
    font-weight: 500;
    border-bottom: 1px solid var(--main-color2);
    margin-bottom: 11px;
}
.canvas-mb .mb-other-content .mb-info li {
    color: rgb(134, 134, 134);
    font-size: 14px;
    line-height: 24px;
}

.nav-ul-mb .nav-mb-item,
.nav-ul-mb .vertical-item {
    padding: 2px 0px;
}
.nav-ul-mb .nav-mb-item:not(:last-child),
.nav-ul-mb > .vertical-item:not(:last-child) {
    border-bottom: 1px solid rgb(238, 238, 238);
}
.nav-ul-mb .nav-mb-item .mb-menu-link,
.nav-ul-mb .vertical-item .menu-link {
    min-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: var(--main-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav-ul-mb .vertical-item .menu-link {
    justify-content: unset;
    gap: 10px;
    align-items: center;
}
.nav-ul-mb .mb-menu-link .btn-open-sub {
    margin-left: auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-ul-mb .mb-menu-link .btn-open-sub svg {
    width: 14px;
    height: 14px;
    display: block;
    transition: all 0.3s;
    transform: rotate(0);
}
.nav-ul-mb .sub-nav-menu {
    margin-left: 10px;
    padding-left: 19px;
    margin-bottom: 26px;
    border-left: 1px solid rgb(236, 236, 236);
}
.nav-ul-mb .level1 .open .btn-open-sub svg {
    transform: rotate(180deg);
}
.nav-ul-mb .sub-menu {
    display: none;
    padding: 10px 0 10px 15px;
}
.nav-ul-mb .level1 > .sub-menu {
    border-top: 1px solid var(--line);
}
.nav-ul-mb .container {
    padding: 0;
}
.nav-ul-mb .container .row {
    gap: 15px;
}
.nav-ul-mb .sub-menu ul > li > a {
    padding: 3px 0;
    display: block;
}
.nav-ul-mb .sub-menu-level-2 {
    margin-bottom: 5px;
}
.nav-ul-mb .sub-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 32px;
}
.nav-ul-mb .sub-nav-link:not(.collapsed) .btn-open-sub::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-ul-mb .sub-nav-link.line-clamp {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.nav-ul-mb .sub-nav-link.line-clamp .demo-label {
    top: -5px;
    right: -38px;
}

.header-list-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.header-list-categories .categories-item {
    min-height: 68px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-list-categories .categories-item a {
    font-size: 12px;
    font-weight: 800;
    padding: 11px 10px;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
.header-list-categories .categories-item a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
.header-list-categories .categories-item.active a {
    background-color: rgb(242, 242, 242);
}
.header-list-categories .categories-item.active a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.header-list-categories .categories-item:hover a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header-bottom .box-nav-ul .menu-item {
    padding: 17px 0px;
}
.header-bottom .box-nav-ul .menu-item > a::after {
    height: 64px;
}

.header-bottom .header-list-categories .categories-item {
    min-height: auto;
}
.header-bottom .header-list-categories .categories-item a::after {
    content: none;
}

.header-style-3 .wrapper-header {
    min-height: 64px;
}
.header-style-3 .box-nav-ul .menu-item {
    padding: 32px 0px;
}
.header-style-3 .box-nav-ul .menu-item > a::after {
    height: 88px;
}

.wrap-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-header-left .box-navigation {
    padding-left: 40px;
}
.wrap-header-left .mega-page {
    max-width: 810px;
    margin-left: 70px;
}

.wrap-header-left-2 .mega-page {
    margin-left: 0px;
}

.header-white .box-nav-ul .item-link,
.header-white .nav-icon .nav-icon-item {
    color: var(--white);
}
.header-white .box-nav-ul .item-link::before {
    background-color: var(--white) !important;
}
.header-white .btn-mobile svg path {
    fill: var(--white);
}

.header-top-bar {
    background-color: var(--header-color);
    padding: 10px 0;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.071);
}

.header-top-bar .dropdown.bootstrap-select.image-select.style-default > button {
    color: var(--white);
}
.header-top-bar .dropdown.bootstrap-select.image-select.style-default > button:after,
.header-top-bar .dropdown.bootstrap-select.image-select.style-default > button:hover {
    color: var(--white);
    font-size: 5px;
    margin-top: -1px;
}

.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu {
    border-radius: 0 0 5px 5px !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}

.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu:after {
    display: none !important;
}

.header-middle {
    background-color: var(--header-color);
    color: var(--white);
}

#header .nav-icon .nav-icon-item {
    color: var(--white);
}

#header {
    position: sticky;
    /* top: 0;
   left: 0;
   right: 0;*/
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    z-index: 888;
    background-color: var(--header-color);
}

#header.header-uppercase .box-nav-ul .item-link {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 700;
}
#header .header-bottom .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}
#header .header-bottom .box-right .phone {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: var(--primary);
}
#header .header-bottom .tf-list-categories {
    position: relative;
}
#header .header-bottom .tf-list-categories .categories-title {
    min-width: 226px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 14px;
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 5px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
#header .header-bottom .tf-list-categories .list-categories-inner {
    left: 0;
    border-radius: 10px;
    position: absolute;
    background-color: var(--white);
    min-width: 367px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 0.4s ease 0.1s;
    transition: 0.4s ease 0.1s;
    text-align: left;
    -webkit-box-shadow: rgba(37, 61, 78, 0.08) 0px 4px 8px 0px;
    box-shadow: rgba(37, 61, 78, 0.08) 0px 4px 8px 0px;
    border: solid 1px var(--line);
    top: 100%;
    margin-top: 10px;
    color: var(--main-color2);
    pointer-events: none;
}
#header .header-bottom .tf-list-categories .list-categories-inner::before {
    height: 20px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    content: '';
}
#header .header-bottom .tf-list-categories .list-categories-inner .categories-bottom {
    min-height: 50px;
    padding: 15px 26px;
    background-color: rgba(37, 61, 78, 0.05);
}
#header .header-bottom .tf-list-categories:hover .list-categories-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    pointer-events: all;
}
#header .header-bottom .tf-list-categories .nav-ul-mb {
    padding-top: 24px;
    -webkit-padding-start: 21px;
    padding-inline-start: 21px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
    padding-bottom: 11px;
}
#header .header-bottom .tf-list-categories .nav-mb-item:last-child .tf-category-link::after {
    content: none;
}
#header .header-bottom .tf-list-categories .nav-mb-item:last-child .list-cate.show::after {
    content: none;
}
#header .header-bottom .box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Deal*/
.deal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.deal-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: calc(var(--font-size-body) + 2px);
    font-weight: var(--font-medium);
    color: #fff;
}

.deal-header svg {
    width: 26px;
    height: 26px;
}

.deal-header a:hover {
    color: var(--link-hover);
}

/*======================= SECCTION VERTICAL MENU =========================================*/
#section-sl-vertical-menu .widget-verticalmenu {
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#section-sl-vertical-menu .widget-verticalmenu .icon-menus {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
    display: none;
}

#section-sl-vertical-menu .products-listing .product-layout .product-item-container .right-block .caption {
    display: -ms-grid;
    display: grid;
    gap: 0;
    padding: 10px 0;
}

#section-sl-vertical-menu .products-listing .product-layout .product-item-container .right-block .caption .description {
    display: none;
}

@media screen and (max-width: 767px) {
    #section-sl-vertical-menu .widget-verticalmenu .navbar-vertical .title-nav {
        display: none;
    }
}
#section-sl-vertical-menu .widget-verticalmenu .navbar-vertical .navbar-toggles {
    font-size: calc(var(--font-size-body) + 2px);
    padding: 17px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: var(--main-color2);
    text-align: var(--left);
    width: 100%;
    font-weight: var(--font-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    border-radius: 5px 5px 0px 0px;
    line-height: 21px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

#section-sl-vertical-menu .widget-verticalmenu .navbar-vertical .navbar-toggles .icon-after-title {
    display: none;
}

#section-sl-vertical-menu .widget-verticalmenu .navbar-vertical .navbar-toggles .icon-before-title svg {
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
}

#section-sl-vertical-menu .widget-verticalmenu .navbar-vertical .navbar-toggles .icon-after-title svg {
    height: 1.6rem;
    width: 1.6rem;
}

@media screen and (min-width: 1200px) {
    #section-sl-vertical-menu .widget-verticalmenu:hover .vertical-wrapper {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .header-middle .header-middle__inner .header__search {
        padding-left: 100px;
    }
}
#section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper .btn-dropdown-toggle {
    top: 50%;
    position: static;
    right: 15px;
    line-height: 100%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
}

#section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper .btn-dropdown-toggle.toggle-open .fa:before {
    content: '\f0d8';
}

#section-sl-vertical-menu .vertical-item.level1 {
    position: relative;
    padding: 0;
}

#section-sl-vertical-menu .vertical-item.level1 ul {
    margin: 0;
    padding: 2px 0px;
    list-style: none;
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link {
    color: var(--main-color2);
    display: block;
    font-size: calc(var(--font-size-body) + 1px);
    font-weight: var(--font-medium);
    padding: 15px 20px;
    line-height: 100%;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.15sease;
    transition: all 0.15sease;
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link:hover {
    color: var(--main-color2);
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link:after {
    content: '';
    top: 0%;
    position: absolute;
    left: 0px;
    width: 2px;
    height: 0px;
    margin-top: -15px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.rtl #section-sl-vertical-menu .vertical-item.level1 > a.menu-link:after {
    left: auto;
    right: 0;
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link:hover:after {
    background-color: var(--main-color2);
    height: 30px;
    top: 50%;
    /*
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  */
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link:hover:before {
    color: var(--main-color2) !important;
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link .icon_items {
    font-size: 14px;
    margin: 0px 5px 0 0;
    display: inline-block;
    width: 25px;
    text-align: start;
    vertical-align: 1px;
    opacity: 0.4;
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link:hover .icon_items {
    opacity: 1;
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link .icon_items img {
    display: inline-block;
    vertical-align: middle;
}

#section-sl-vertical-menu .vertical-item.level1 > a.menu-link > span.menu-title {
    text-transform: capitalize;
}

#section-sl-vertical-menu .vertical-item.level1 .vertical-drop {
    padding: 15px 0;
    background-color: #fff;
}

#section-sl-vertical-menu .vertical-item.level1 .vertical-drop .product-layout {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

#section-sl-vertical-menu .vertical-item.level1 .vertical-drop > li {
    position: relative;
    padding: 0px;
}

#section-sl-vertical-menu .vertical-item.level1 .vertical-drop > li:hover > a {
    color: var(--main-color2);
}

#section-sl-vertical-menu .vertical-item.level1 .vertical-drop > li:hover > a:before {
    color: var(--main-color2);
}

#section-sl-vertical-menu .vertical-item.level1 .vertical-drop > li a {
    display: block;
    padding: 6px 20px;
    color: var(--color-text);
    font-weight: normal;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#section-sl-vertical-menu .vertical-item.level1 .vertical-drop > li:last-child a {
    border-bottom: 0;
}

#section-sl-vertical-menu .vertical-item.level1 .vertical-drop > li.title-cate > a {
    font-weight: bold;
    color: var(--link-color);
    padding: 0 0 5px;
    font-size: 14px;
}

#section-sl-vertical-menu .ss_megamenu_lv2 a {
    display: inline-block;
}

#section-sl-vertical-menu .vertical-drop li:hover > a {
    color: var(--main-color2) !important;
}

#section-sl-vertical-menu .last.all_cate {
    display: inline-block;
    width: 100%;
    border-top: 0;
    margin-top: 0;
}

#section-sl-vertical-menu .last.all_cate:hover a {
    color: var(--main-color2);
}

#section-sl-vertical-menu .last.all_cate a {
    padding: 12px 15px;
    position: relative;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#section-sl-vertical-menu .last.all_cate a:before {
    font-family: icomoon !important;
    content: '\e94f';
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

@media only screen and (min-width: 1368px) {
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper {
        min-width: 300px;
    }
}
@media only screen and (min-width: 992px) {
    #section-sl-vertical-menu .vertical-wrapper .vertical-group {
        padding: 10px 0;
    }
    #section-sl-vertical-menu .touch-button,
    #section-sl-vertical-menu .btn-dropdown-toggle {
        display: none;
    }
    #section-sl-vertical-menu .vertical-item .caret {
        display: none;
    }
    #section-sl-vertical-menu .vertical-item.sub-mega .vertical-product .product-layout {
        padding: 0;
    }
    #section-sl-vertical-menu .vertical-item.sub-mega .vertical-product .product-layout .product-item-container {
        margin-bottom: 0;
        padding: 0 20px 10px;
    }
    #section-sl-vertical-menu
        .vertical-item.sub-mega
        .vertical-product
        .product-layout
        .product-item-container
        .right-block {
        padding: 0;
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper {
        -webkit-transform: translateZ(0);
        min-width: 270px;
        top: calc(100% + 50px);
        background-color: #ffffff;
        padding: 0px;
        position: absolute;
        top: 130%;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        border-radius: 0 0 5px 5px;
    }
    #section-sl-vertical-menu .widget-verticalmenu:hover .vertical-wrapper {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        top: 100%;
    }
    #section-sl-vertical-menu .vertical-item .vertical-drop.drop-mega {
        position: absolute;
        top: 0;
        padding: 25px;
        left: 120%;
        z-index: 800;
        min-width: 220px;
        height: auto !important;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 40, 0.2);
        box-shadow: 0 10px 25px rgba(0, 0, 40, 0.2);
        -webkit-transition: all 0.35sease;
        transition: all 0.35sease;
        visibility: hidden;
        opacity: 0;
    }
    .rtl #section-sl-vertical-menu .vertical-item .vertical-drop.drop-mega {
        right: 120%;
        left: auto;
    }
    #section-sl-vertical-menu .vertical-item .vertical-drop.drop-mega .ss_megamenu_col {
        margin-bottom: 10px;
    }
    #section-sl-vertical-menu .vertical-item .vertical-drop.drop-mega .content-links {
        margin-bottom: 5px;
    }
    #section-sl-vertical-menu .vertical-item .vertical-drop.drop-mega .content-links > li > a {
        display: block;
        padding: 5px 0;
        color: var(--color-text);
        font-weight: var(--font-body-weight);
        line-height: 22px;
        text-decoration: none;
        font-size: var(--font-size-body);
        -webkit-transition: all 0.25sease;
        transition: all 0.25sease;
    }
    #section-sl-vertical-menu .vertical-item .vertical-drop.drop-mega .content-links > li.menuTitle > a {
        padding-top: 0;
        font-weight: var(--font-medium);
        color: var(--main-color2);
        line-height: 100%;
        font-size: calc(var(--font-size-body) + 2px);
        text-transform: capitalize;
        display: block;
        margin-bottom: 5px;
    }
    #section-sl-vertical-menu .vertical-item .vertical-drop {
        position: absolute;
        top: 0;
        left: 120%;
        z-index: 800;
        min-width: 220px;
        height: auto !important;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 40, 0.2);
        box-shadow: 0 10px 25px rgba(0, 0, 40, 0.2);
        -webkit-transition: all 0.35sease;
        transition: all 0.35sease;
        visibility: hidden;
        opacity: 0;
    }
    .rtl #section-sl-vertical-menu .vertical-item .vertical-drop {
        left: auto;
        right: 120%;
    }
    #section-sl-vertical-menu .vertical-item:hover > .vertical-drop {
        visibility: visible;
        opacity: 1;
        left: 100%;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        border-radius: 0 5px 5px 0;
    }
    .rtl #section-sl-vertical-menu .vertical-item:hover > .vertical-drop {
        left: auto;
        right: 100%;
        border-radius: 5px 0 0 5px;
    }
    #section-sl-vertical-menu .vertical-item .level1.sub-dropdown .vertical-drop {
        left: calc(100% - 1px);
    }
    #section-sl-vertical-menu .vertical-item .level1.sub-dropdown > a:before {
        content: '\f0dd';
        font-family: FontAwesome;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        display: inline-block;
        float: right;
        position: relative;
        top: 5px;
        color: #000;
    }
    #section-sl-vertical-menu .vertical-item .level2.sub-dropdown .vertical-drop {
        left: calc(100% - 1px);
    }
    #section-sl-vertical-menu .vertical-item .level2.sub-dropdown > a:before {
        content: '\f105';
        font-family: FontAwesome;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        float: right;
        position: relative;
        top: 5px;
        color: #999;
    }
    #section-sl-vertical-menu .vertical-item .level3.sub-dropdown .vertical-drop {
        left: calc(100% - 1px);
    }
    #section-sl-vertical-menu .vertical-item .level3.sub-dropdown > a:before {
        content: '\f105';
        font-family: FontAwesome;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        float: right;
        position: relative;
        top: 5px;
        color: #999;
    }
    #section-sl-vertical-menu .vertical-item.vertical_drop > a {
        position: relative;
    }
    #section-sl-vertical-menu .vertical-item.vertical_drop > a:before {
        content: '\e906';
        font-family: 'icomoon' !important;
        text-align: center;
        font-size: 10px;
        top: 50%;
        position: absolute;
        right: 15px;
        line-height: 100%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        color: var(--main-color2);
    }
    .rtl #section-sl-vertical-menu .vertical-item.vertical_drop > a:before {
        right: auto;
        left: 15px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: -8px;
    }
    #section-sl-vertical-menu .vertical-item .drop-css li.sub-dropdown > a {
        position: relative;
    }
    #section-sl-vertical-menu .vertical-item .drop-css li.sub-dropdown > a:before {
        content: '\e906';
        font-family: 'icomoon' !important;
        text-align: center;
        font-size: 12px;
        top: 50%;
        position: absolute;
        right: 15px;
        line-height: 100%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        color: var(--link-color);
    }
    .rtl #section-sl-vertical-menu .vertical-item .drop-css li.sub-dropdown > a:before {
        right: auto;
        left: 15px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-top: -8px;
    }
    #section-sl-vertical-menu .ss_product_ver_content .ver_title_product {
        font-weight: var(--font-bold);
        color: var(--link-color);
        padding-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase;
    }
    #section-sl-vertical-menu .ss_product_ver_content .title-product {
        font-size: calc(var(--font-size-body) + 1px);
        margin: 10px 0;
    }
    #section-sl-vertical-menu .widget-verticaltoi .class_custom_2 {
        padding: 0 !important;
    }
    #section-sl-vertical-menu .widget-verticaltoi .class_custom_2 .content-links {
        padding: 20px 25px;
        background: #eee;
        margin: 0 !important;
    }
    #section-sl-vertical-menu .widget-verticaltoi .class_custom_2 .ss_product_ver_content {
        padding: 15px 20px 12px 0;
    }
    #section-sl-vertical-menu .widget-verticaltoi .class_custom_2 .ss_product_ver_content .product_col_1 {
        border-right: 1px solid var(--border-color);
    }
    #section-sl-vertical-menu .widget-verticaltoi .class_custom_2 .ss_product_ver_content .box-label {
        right: 20px;
        top: 10px;
    }
    #section-sl-vertical-menu .widget-verticaltoi .class_custom_2 .ss_product_ver_content .right-block {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .template-index #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        top: 100%;
    }
    .template-index header.stickytop #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper {
        opacity: 0;
        visibility: hidden;
        z-index: 9;
        top: 130%;
    }
    .template-index header.stickytop #section-sl-vertical-menu .widget-verticalmenu:hover .vertical-wrapper {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        top: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .mb_50,
    .mb_60,
    .mb_70,
    .mb_90,
    .mb_200 {
        margin-bottom: 50px;
    }
    .widget-product-carousel {
        margin-bottom: 0;
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper .vertical-group .vertical-item {
        padding: 0;
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper .vertical-group .vertical-item .menu-link {
        padding: 15px 20px;
    }
    #section-sl-vertical-menu
        .widget-verticalmenu
        .vertical-wrapper
        .vertical-group
        .vertical-item
        .menu-link
        > span.menu-title {
        color: var(--main-color2);
        text-transform: capitalize;
        font-size: 16px;
    }
    #section-sl-vertical-menu
        .widget-verticalmenu
        .vertical-wrapper
        .vertical-group
        .vertical-item
        .menu-link:hover
        > span.menu-title {
        color: var(--main-color2);
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper .vertical-group .vertical-item .menu-link .caret {
        float: right;
        width: 10px;
        font-size: 14px;
        display: block;
    }
    #section-sl-vertical-menu
        .widget-verticalmenu
        .vertical-wrapper
        .vertical-group
        .vertical-item
        .menu-link
        .caret
        svg {
        width: 10px;
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper .vertical-group .vertical-drop.drop-mega {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px;
    }
    #section-sl-vertical-menu
        .widget-verticalmenu
        .vertical-wrapper
        .vertical-group
        .vertical-drop.drop-mega
        .content-links {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    #section-sl-vertical-menu
        .widget-verticalmenu
        .vertical-wrapper
        .vertical-group
        .vertical-drop.drop-mega
        .content-links
        > li
        > a {
        display: block;
        padding: 5px 0;
        color: #555;
        font-weight: normal;
        line-height: 24px;
        text-decoration: none;
        font-size: 14px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    #section-sl-vertical-menu
        .widget-verticalmenu
        .vertical-wrapper
        .vertical-group
        .vertical-drop.drop-mega
        .content-links
        > li.menuTitle
        > a {
        padding-top: 0;
        font-weight: bold;
        color: var(--main-color2);
        line-height: 100%;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper .vertical-group .sub-menu {
        display: none;
        width: 100% !important;
        padding: 5px 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper {
        -webkit-transform: translateZ(0);
        will-change: transform;
        display: block !important;
        width: 300px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        z-index: 1000;
        border: none;
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
        overflow: auto;
        background-color: #fff;
        visibility: hidden;
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.55);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.55);
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
        transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper .close-vertical {
        padding: 20px 12px 0px;
        text-align: right;
        color: var(--main-color2);
        font-size: 18px;
        background: transparent;
    }
    #section-sl-vertical-menu .widget-verticalmenu .vertical-wrapper.vertical-open {
        visibility: visible;
        opacity: 1;
        display: block !important;
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
    }
}
#section-sl-vertical-menu .vertical-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

#section-sl-vertical-menu .vertical-screen.vertical-open {
    z-index: 98;
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1199px) {
    #section-sl-vertical-menu .vertical-item .vertical-drop.drop-mega {
        max-width: 650px;
    }
    #header {
        padding: 0px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .header-middle .header-middle__inner {
        gap: 15px;
    }
    .header-links .nav-icon {
        gap: 20px;
    }
    .header-middle .header-middle__inner .header-links .nav-wishlist {
        display: none;
    }
    .header-middle .header-middle__inner .header__search {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
/*------------ footer ---------------- */
.footer .footer-wrap {
    background-color: var(--bg-12);
    color: var(--text-4);
}
.footer .footer-wrap .footer-top {
    padding-top: 80px;
    padding-bottom: 70px;
}
.footer .footer-wrap .footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}
.footer .footer-logo {
    margin-bottom: 30px;
}
.footer .footer-heading {
    margin-bottom: 25px;
}
.footer .footer-heading h6 {
    color: #fff;
    font-size: calc(var(--font-size-body) + 4px);
    line-height: 24px;
    font-weight: var(--font-medium);
    position: relative;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.footer .footer-heading-moblie {
    display: none;
}
.footer a.footer-menu_item {
    line-height: 30px;
    color: var(--text-4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer a.footer-menu_item:hover {
    color: var(--white);
    padding-left: 10px;
}
.footer .footer-infor ul {
    margin-bottom: 15px;
}
.footer .footer-infor ul li p {
    margin-bottom: 15px;
    line-height: 30px;
}
.footer .footer-infor ul li p a {
    color: var(--text-4);
}
.footer .footer-infor ul li.mail p a {
    text-decoration: underline;
}
.footer .footer-infor ul li p a:hover {
    color: #fff;
}
.footer .footer-infor ul li.phone {
    font-size: calc(var(--font-size-body) + 10px);
    line-height: 28px;
    font-weight: var(--font-medium);
}
.footer .footer-infor ul li.phone a {
    color: var(--white);
}
.footer .footer-infor > a {
    margin-bottom: 28px;
}
.footer .copyright__content a {
    color: var(--text-4);
}
.footer .copyright__content a:hover {
    color: var(--white);
}
.footer .footer__payment .tf-payment {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.footer .footer-newsletter form {
    margin-top: 27px;
    margin-bottom: 40px;
    position: relative;
}
.footer .footer-newsletter form input {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    border: none;
    font-size: var(--font-size-body);
    background: transparent;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.149);
    border-radius: 25px;
}
.footer .footer-newsletter form input:focus {
    border-color: #fff;
}
.footer .footer-newsletter form .button-submit button {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    font-size: var(--font-size-body);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: var(--font-normal);
    padding: 0;
    border: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: 0;
    min-height: auto;
    text-align: center;
}
.footer .footer-newsletter form .button-submit button:hover {
    background: #fff;
    color: #000;
}

.tf-cur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}

.tf-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.ss-toolbar-bottom {
    display: none;
    padding: 0 5px;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    z-index: 200;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--white);
    -webkit-box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08);
}
.ss-toolbar-bottom .toolbar-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    position: relative;
}
.ss-toolbar-bottom .toolbar-item a {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    height: 67px;
    gap: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ss-toolbar-bottom .toolbar-item a .toolbar-icon {
    width: 18px;
    height: 18px;
    position: relative;
}
.ss-toolbar-bottom .toolbar-item a .toolbar-icon i {
    font-size: 18px;
    color: var(--main-color2);
}
.ss-toolbar-bottom .toolbar-item a .toolbar-icon .toolbar-count {
    position: absolute;
    top: -6px;
    right: -12px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    color: var(--white);
}
.ss-toolbar-bottom .toolbar-item a .toolbar-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}
.ss-toolbar-bottom .toolbar-item.active::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary);
}
.ss-toolbar-bottom .toolbar-item.active .toolbar-icon i {
    color: var(--primary);
}

/*------------ tabs ---------------- */
.detail-bottom-oneCol {
    padding: 90px 0;
    width: 100%;
    background: var(--color-base-background-2);
    position: relative;
    margin-bottom: 70px;
}

.widget-tabs .widget-menu-tab .item-title:not(.default) {
    color: var(--main-color2);
    white-space: nowrap;
    font-weight: var(--font-normal);
    height: 100%;
    width: 100%;
    text-transform: capitalize;
    border: none;
    font-size: calc(var(--font-size-body) + 10px);
    padding: 0 0 30px;
    display: block;
    width: auto;
    border-radius: 0;
    margin: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.widget-tabs .widget-menu-tab .item-title:not(.default)::after {
    position: absolute;
    content: '';
    background-color: var(--main-color2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-tabs .widget-content-tab {
    position: relative;
    overflow: hidden;
}
.widget-tabs .widget-content-tab h3 {
    font-size: 28px;
}
.widget-tabs .widget-content-tab .widget-content-inner {
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    min-height: 210px;
    display: block;
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 50px 100px;
}
.widget-tabs .widget-content-tab .widget-content-inner.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.widget-tabs.widget-tabs-horizontal .widget-menu-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    overflow-x: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget-tabs.widget-tabs-horizontal .widget-menu-tab .item-title::after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
}
.widget-tabs.widget-tabs-horizontal .widget-menu-tab .item-title.active::after {
    width: 100%;
}

.flat-animate-tab {
    overflow: hidden;
}
.flat-animate-tab .tab-content {
    position: relative;
}
.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);
    transform: translateY(30px);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.flat-animate-tab .tab-pane.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*------------ slider banner ---------------- */
.wrap-slider {
    position: relative;
}
.wrap-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrap-slider .box-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-slider .box-content .heading,
.wrap-slider .box-content h1 {
    margin-bottom: 18px;
}
.wrap-slider .box-content .heading.mb_38,
.wrap-slider .box-content h1.mb_38 {
    margin-bottom: 38px;
}
.wrap-slider .box-content p {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 24px;
}
.wrap-slider .box-content p.mb_15 {
    margin-bottom: 15px;
}
.wrap-slider .box-content p.sale_off {
    background-color: #ff5c39;
    padding: 5px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.tf-slideshow {
    overflow: hidden;
}
.tf-slideshow .wrap-pagination {
    position: absolute;
    z-index: 10;
    bottom: 57px;
    left: 0;
    right: 0;
}
.tf-slideshow .sw-absolute-3 {
    right: 3%;
    left: unset;
    width: auto;
}
.tf-slideshow .sw-absolute-3 .sw-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tf-slideshow .card-box {
    padding: 64px 48px 70px;
    border-radius: 10px;
    max-width: 550px;
}
.tf-slideshow .card-box .heading {
    margin-bottom: 38px;
}
.tf-slideshow .subheading {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 22.4px;
}

.slider-skincare .sw-absolute-3 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: unset;
}

.slider-effect-fade .swiper-slide .fade-item {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-effect-fade .swiper-slide .fade-item.fade-box {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-1 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-2 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-3 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-4 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slider-giftcard .wrap-slider {
    height: 350px;
}
.slider-giftcard .wrap-slider .heading {
    margin-bottom: 18px;
    font-weight: 500;
}

.hover-sw-nav .sw-dots {
    margin-top: 15px;
    position: relative;
    z-index: 10;
    display: none;
    -webkit-transform: unset !important;
    transform: unset !important;
    bottom: unset;
}

.slider-effect {
    position: relative;
}
.slider-effect.wrap-slider {
    height: auto !important;
}
.slider-effect .content-left {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(238, 241, 224);
}
.slider-effect .content-left .box-content {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
}
.slider-effect .content-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-effect .img-slider {
    width: 50%;
    margin-left: auto;
}

.swiper-slide .box-content {
    opacity: 0;
}
.swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
}

.slideshow-effect-zoom {
    padding-top: 74px;
    padding-bottom: 100px;
}
.slideshow-effect-zoom .content-left {
    padding: 20px;
    padding-left: 0;
}
.slideshow-effect-zoom .content-left .desc {
    margin-top: 18px;
    font-size: 20px;
    line-height: 32px;
    color: rgb(84, 84, 84);
}
.slideshow-effect-zoom .content-left .ss-btn {
    margin-top: 48px;
}
.slideshow-effect-zoom .wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slideshow-effect-zoom .wrap-content .content-left,
.slideshow-effect-zoom .wrap-content .content-right {
    width: 50%;
}

.grid-img-group {
    position: relative;
}
.grid-img-group .item-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    width: 51%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.grid-img-group .item-1:hover {
    z-index: 2;
}
.grid-img-group .item-2 {
    margin-left: auto;
    width: 84%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.grid-img-group .item-2:hover {
    z-index: 2;
    position: relative;
}
.grid-img-group .img-style {
    border-radius: 10px;
}
.grid-img-group.style-ter-1 {
    padding-bottom: 66px;
}
.grid-img-group.style-ter-1 .item-1 {
    width: 53%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.grid-img-group.style-ter-1 .item-2 {
    width: 79%;
}

.tf-slideshow .box-content .subheading {
    margin-bottom: 14px;
}
.tf-slideshow .banner-wrapper {
    position: relative;
}
.tf-slideshow .banner-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tf-slideshow .banner-wrapper .box-content {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tf-slideshow .banner-wrapper .description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19.2px;
}
.tf-slideshow .banner-wrapper .ss-btn {
    margin-top: 30px;
}
.tf-slideshow.about-us-page .text {
    font-size: 68px;
    line-height: 81.6px;
}
.tf-slideshow.about-us-page img {
    max-height: 860px;
}
.tf-slideshow .text-in-right .box-content {
    left: unset;
}

.slider-video .ss-btn {
    margin-top: 28px;
}

.slider-radius {
    padding: 0 40px;
}
.slider-radius .tf-sw-slideshow {
    border-radius: 60px;
}
.slider-radius .tf-sw-slideshow .heading {
    margin-bottom: 38px;
}
.slider-radius .tf-sw-slideshow .subheading {
    font-size: 14px;
    line-height: 22.4px;
}
.slider-radius .row-end .box-content {
    left: unset;
}

.autoplay-linear .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.slideshow-men .tf-sw-slideshow {
    padding-top: 60px;
    margin-top: -60px;
}
.slideshow-men .wrap-slider {
    position: relative;
}
.slideshow-men .lookbook-1 .lookbook-item {
    position: absolute;
}
.slideshow-men .lookbook-1 .item-1 {
    top: 8%;
    left: 60%;
}
.slideshow-men .lookbook-1 .item-2 {
    top: 35%;
    left: 50%;
}
.slideshow-men .lookbook-2 .lookbook-item {
    position: absolute;
}
.slideshow-men .lookbook-2 .item-1 {
    top: 36%;
    left: 50%;
}
.slideshow-men .wrap-pagination {
    bottom: 45px;
}

.slideshow-lookbook .wrap-slider {
    position: relative;
}
.slideshow-lookbook .lookbook-1 .lookbook-item {
    position: absolute;
}
.slideshow-lookbook .lookbook-1 .item-1 {
    top: 39%;
    left: 35%;
}
.slideshow-lookbook .lookbook-1 .item-2 {
    top: 59%;
    left: 60%;
}
.slideshow-lookbook .lookbook-1 .item-3 {
    top: 26%;
    left: 74%;
}
.slideshow-lookbook .wrap-pagination {
    bottom: 45px;
}

.banner-collection-men-wrap {
    position: relative;
}
.banner-collection-men-wrap .box-content {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-collection-men-wrap .card-box {
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px 15px;
}
.banner-collection-men-wrap .card-box .subheading {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
}
.banner-collection-men-wrap .card-box .heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    margin-top: 16px;
}
.banner-collection-men-wrap .card-box .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25.6px;
    color: var(--text);
}
.banner-collection-men-wrap .card-box .ss-btn {
    margin-top: 20px;
}
.banner-collection-men-wrap .img-wrap {
    height: 450px;
    width: 100%;
}
.banner-collection-men-wrap .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-parallax {
    height: 350px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-skateboard .wrap-slider .box-content {
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    bottom: 10%;
}

.tf-slideshow .card-box-2 {
    max-width: 400px;
}
.tf-slideshow .card-box-2 .title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
}
.tf-slideshow .card-box-2 .price {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.flat-testimonial-bg {
    padding: 40px 0px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flat-testimonial-bg-1 {
    background-image: url(../images/slider/image_bg_testimonials.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.height-auto {
    height: auto;
}
.height-auto > .h-100 {
    height: 100% !important;
}

.slideshow-tee .wrap-slider .box-content .heading {
    font-size: 34px;
    line-height: 40.8px;
}
.slideshow-tee .wrap-slider .box-content p {
    font-size: 34px;
    line-height: 40.8px;
}
.slideshow-tee.tf-slideshow .wrap-slider {
    height: 400px;
}

.flat-testimonial-bg-v2 {
    padding: 50px 0px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flat-testimonial-bg-v2 .wrap-content-left .rating {
    margin-bottom: 10px;
}
.flat-testimonial-bg-v2 .wrap-content-right {
    margin-top: 15px;
}
.flat-testimonial-bg-v2 .wrap-content-right .box-sw-navigation {
    margin-top: 30px;
}

.slider-sock .img-mb {
    display: none;
}

.slider-accessories {
    position: relative;
}
.slider-accessories .wrap-slider .box-content {
    top: 10%;
    -webkit-transform: unset;
    transform: unset;
}
.slider-accessories .wrap-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 50;
}
.slider-accessories .nav-sw {
    position: absolute;
}
.slider-accessories .nav-next-slider {
    left: 6%;
}
.slider-accessories .nav-prev-slider {
    right: 6%;
}

/*------------ button ---------------- */
.ss-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: background-color, color, border;
    pointer-events: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}
.ss-btn.hover-icon .icon {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    width: 0;
    display: inline-block;
    font-size: 9px;
}
.ss-btn.hover-icon:hover .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 10px;
    min-width: 10px;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
}
.ss-btn span {
    z-index: 1;
    color: inherit;
}
.ss-btn.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}
.ss-btn.btn-primary-main {
    background-color: var(--primary);
    color: var(--main-color2);
}
.ss-btn.style-2 {
    padding: 0 24px;
    line-height: 42px;
}
.ss-btn.style-3 {
    padding: 0 24px;
    line-height: 40px;
}
.ss-btn.btn-color-1 {
    background-color: #fcf151;
    border-color: var(--main-color2);
}
.ss-btn.btn-color-2 {
    background-color: #c7fcff;
    border-color: var(--main-color2);
}
.ss-btn.btn-color-3 {
    background-color: #ffb1d2;
    border-color: var(--main-color2);
}
.ss-btn.btn-color-4 {
    background-color: #c1fb9b;
    border-color: var(--main-color2);
}
.ss-btn.btn-color-5 {
    background-color: #e09314;
    color: var(--white);
}
.ss-btn.btn-color-6 {
    background-color: #b46161;
    color: var(--white);
}

.btn-icon .icon {
    font-size: 9px;
}

.btn-xl {
    padding: 0px 30px;
    font-size: 18px;
    line-height: 50px;
}
.btn-xl .icon {
    font-weight: 600;
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
    font-size: 12px;
}

.btn-md {
    padding: 0 30px;
    min-height: 46.8px;
}

.btn-sm {
    padding-left: 18px;
    padding-right: 18px;
}

.btn-fill {
    background-color: var(--main-color2);
    border: 1px solid var(--main-color2);
    color: var(--white);
}
.btn-fill:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white);
}

.btn-outline {
    background-color: var(--white);
    border: 1px solid var(--main-color2);
}

.btn-outline-2 {
    background-color: var(--white);
    border: 1px solid #ebebeb;
}

.btn-outline-dark {
    background-color: transparent;
    border: 1px solid var(--main-color2);
    color: var(--main-color2);
    font-weight: 400;
    gap: 12px;
}
.btn-outline-dark i {
    font-size: 10px;
}
.btn-outline-dark:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-light {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-outline-light:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.fill-outline-light {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}
.fill-outline-light:hover {
    color: var(--main-color2);
    border-color: var(--white);
    background-color: var(--white);
}

.btn-line {
    padding: 0;
    padding-bottom: 7px;
    color: var(--main-color2);
    position: relative;
}
.btn-line .icon {
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
    display: inline-block;
    font-size: 8px;
}
.btn-line::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: var(--main-color2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-line:hover {
    color: var(--primary);
}
.btn-line:hover::after {
    background-color: var(--primary);
}
.btn-line.collection-other-link {
    padding-bottom: 4px;
}

.btn-line-light {
    color: var(--white);
}
.btn-line-light::after {
    background-color: var(--white);
}

.btn-light {
    background-color: var(--white);
}
.btn-light .icon {
    color: var(--white);
}
.btn-light:hover {
    background-color: var(--main-color2);
    color: var(--white);
}

.btn-light-icon {
    background-color: var(--white);
}

.btn-fill-line {
    border: 1px solid var(--main-color2) !important;
}
.btn-fill-line:hover {
    border-color: transparent !important;
}

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

@keyframes shine {
    100% {
        left: -200%;
    }
}
.tf-loading-default,
.ss-btn-loading {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tf-loading-default.loading,
.ss-btn-loading.loading {
    background-color: var(--main-color2);
}
.tf-loading-default.loading .icon,
.tf-loading-default.loading i,
.ss-btn-loading.loading .icon,
.ss-btn-loading.loading i {
    display: none;
}
.tf-loading-default.loading::before,
.ss-btn-loading.loading::before {
    border: solid 2px var(--white);
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.tf-loading-default::before,
.ss-btn-loading::before {
    width: 18px;
    height: 18px;
    border: solid 2px transparent;
    border-top-color: transparent !important;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: tf_rotator 0.6s linear infinite paused;
    animation: tf_rotator 0.6s linear infinite paused;
    opacity: 0;
}

.tf-loading-default {
    width: auto;
    height: 42px;
    min-width: 118px;
    border: 1px solid var(--line);
    background-color: var(--white);
    border-radius: 3px;
}
.tf-loading-default.loading {
    background-color: var(--white);
}
.tf-loading-default.loading::before {
    border-color: var(--main-color2);
}
.tf-loading-default.loading .text {
    display: none;
}
.tf-loading-default .text {
    font-size: 14px;
    color: var(--main-color2);
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tf-loading-default.style-2 {
    height: 38px;
    border-color: var(--main-color2);
}
.tf-loading-default.style-2 .text {
    font-weight: 600;
}
.tf-loading-default.style-2.loading {
    border-color: var(--primary);
}
.tf-loading-default.style-2.loading::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: var(--primary);
}
.tf-loading-default.style-2:hover {
    border-color: var(--primary);
}
.tf-loading-default.style-2:hover .text {
    color: var(--primary);
}

@-webkit-keyframes tf_rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tf_rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.btn-filter {
    padding: 0 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    background-color: var(--color-base-background-1);
    border: 1px solid var(--border-color);
    color: var(--main-color2);
    font-size: 14px;
    font-weight: var(--font-medium);
    gap: 10px;
    white-space: nowrap;
}
.btn-filter svg {
    width: 18px;
    height: 18px;
}
.btn-filter:hover {
    border-color: var(--main-color2);
}

/*------------ range slider ---------------- */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: rgb(235, 235, 235);
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition:
        left 0.3s,
        top 0.3s;
    transition:
        left 0.3s,
        top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 3px;
}

.noUi-horizontal .noUi-handle {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--primary);
    border: 2px solid transparent;
    cursor: pointer;
}

.caption {
    margin-bottom: 10px;
}

/* Styling; */
.noUi-background {
    background: rgb(235, 235, 235);
}

.noUi-connect {
    background: var(--primary);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 0px;
}

.noUi-target {
    width: 100%;
    padding-right: 15px;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

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

.slider-labels .caption {
    font-weight: 500;
    font-size: 16px;
}

/*------------ form ---------------- */
.form-newlleter h4 {
    margin-bottom: 15px;
}
.form-newlleter p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
}
.form-newlleter form > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    max-width: 562px;
    margin-left: auto;
    margin-right: auto;
}

.wrap-form-newlleter {
    height: 565px;
    padding-top: 112px;
    padding-left: 92px;
    background-image: url(../images/slider/fashion-slideshow-08.jpg);
}
.wrap-form-newlleter .form-newlleter {
    background-color: var(--white);
    max-width: 613px;
    padding: 48px 54px;
}
.wrap-form-newlleter .form-newlleter form > div:first-child {
    margin-left: unset;
    margin-right: unset;
}
.wrap-form-newlleter.style-half {
    background-image: unset;
    height: unset;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wrap-form-newlleter.style-half .form-newlleter {
    background-color: #f3f3f3;
    width: 100%;
    max-width: unset;
    padding-top: 107px;
    padding-bottom: 107px;
}
.wrap-form-newlleter.style-half .image {
    width: 100%;
}
.wrap-form-newlleter.style-half .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tf-select {
    display: inline-block;
    padding: 6px 30px 6px 15px;
    color: var(--text-2);
    border-radius: 3px;
    border: 1px solid var(--border-color);
    height: 47px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%23000'%3E%3Cpath d='m15.68 7.116l-6 5l.64.768l6-5z'/%3E%3Cpath d='m16.32 7.884l-6 5c-.512.427-1.152-.341-.64-.768l6-5c.512-.427 1.152.341.64.768'/%3E%3Cpath d='m3.68 7.884l6 5l.64-.768l-6-5z'/%3E%3Cpath d='m4.32 7.116l6 5c.512.427-.128 1.195-.64.768l-6-5c-.512-.427.128-1.195.64-.768'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 14px;
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
}
.tf-select:focus-visible {
    border: 1px solid var(--main-color2);
}

.tf-product-bundle-variant {
    position: relative;
}
.tf-product-bundle-variant .tf-select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}
.tf-product-bundle-variant::after {
    font-family: 'icomoon';
    position: absolute;
    content: '\e904';
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 6px;
    z-index: -1;
}

.ss-field {
    position: relative;
}
.ss-field .ss-input {
    padding: 13px 10px;
}
.ss-field .ss-input:focus {
    border-color: var(--main-color2);
    color: var(--main-color2);
}
.ss-field .ss-input::-webkit-input-placeholder {
    color: var(--color-text);
}
.ss-field .ss-input::-moz-placeholder {
    color: var(--color-text);
}
.ss-field .ss-input:-ms-input-placeholder {
    color: var(--color-text);
}
.ss-field .ss-input::-ms-input-placeholder {
    color: var(--color-text);
}
.ss-field .ss-input::placeholder {
    color: var(--color-text);
}

.tf-check {
    position: relative;
    background: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid var(--line);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-check:checked {
    border-color: var(--primary);
    background-color: var(--primary);
}
.tf-check:checked::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tf-check::before {
    font-family: 'icomoon';
    content: '\e911';
    position: absolute;
    color: var(--white);
    opacity: 0;
    font-size: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-check-color {
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    min-width: 16px;
    border: 1px solid transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0, 0, 0.44, 1.18);
    transition: -webkit-box-shadow 0.25s cubic-bezier(0, 0, 0.44, 1.18);
    transition: box-shadow 0.25s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        box-shadow 0.25s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-box-shadow 0.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.tf-check-color:checked::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tf-check-color::before {
    font-family: 'icomoon';
    content: '\e911';
    position: absolute;
    color: var(--white);
    opacity: 0;
    font-size: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tf-check-color.bg_white {
    border-color: var(--line);
}
.tf-check-color.bg_white::before {
    color: var(--main-color2);
}

.dropdown-sort {
    border-radius: 3px;
    padding: 13px 25px;
    min-width: 100px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--main-color2);
    font-weight: 500;
}
.dropdown-sort .btn-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.dropdown-sort .btn-select .icon {
    font-size: 7px;
}
.dropdown-sort .text-sort-value {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 22px;
}
.dropdown-sort .dropdown-menu {
    margin: 6px !important;
    margin-top: 0px !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
    min-width: 180px;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
    max-height: 68vh;
    isolation: isolate;
    overscroll-behavior-y: contain;
    overflow-y: auto;
}
.dropdown-sort .dropdown-menu::-webkit-scrollbar {
    width: 5px;
}
.dropdown-sort .dropdown-menu::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track);
}
.dropdown-sort .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px;
}
.dropdown-sort .select-item {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    padding: 0 20px;
    line-height: 30px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dropdown-sort .select-item::after {
    height: 100%;
    content: '';
    width: 6px;
    position: absolute;
    z-index: 2;
    left: 3px;
    top: 0;
    background-color: var(--white);
}
.dropdown-sort .select-item::before {
    left: 0;
    width: 3px;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: var(--white);
    border-radius: 0 3px 3px 0;
}
.dropdown-sort .select-item.active {
    background-color: var(--bg-11);
    color: var(--main-color2);
}
.dropdown-sort .select-item.active::before {
    background-color: var(--main-color2);
}
.dropdown-sort .select-item:hover {
    background-color: var(--bg-11);
    color: var(--main-color2);
}
.dropdown-sort:hover {
    border-color: var(--main-color2);
}
.dropdown-sort.full .dropdown-menu {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.dropdown-sort.full .select-item {
    line-height: 40px;
}
.dropdown-sort.has-color .select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown-sort.has-color .box-color {
    width: 15px;
    height: 15px;
}

.tf-product-form {
    margin-top: 24px;
    border-radius: 5px;
    background-color: var(--bg-11);
    padding: 25px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.tf-product-form p {
    font-size: 12px;
    line-height: 19px;
}
.tf-product-form .ss-field textarea {
    height: 163px;
    padding-left: 20px;
}
.tf-product-form .ss-field textarea + label {
    top: 20px;
}
.tf-product-form .ss-field input {
    padding-left: 20px;
}
.tf-product-form .ss-field input[type='date'] {
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px 0px;
    width: 213px;
    height: 68px;
    padding-top: 28px;
    color: var(--main-color2);
}
.tf-product-form .ss-field input[type='date'] + label {
    top: 20px;
}
.tf-product-form .ss-field label {
    left: 20px;
    color: var(--text-3);
    font-size: 12px;
}

#subscribe-form textarea {
    height: 235px;
}
#subscribe-form.mw-705 button {
    min-width: 215px;
}

#recover:target ~ #login,
#recover {
    display: none;
}

#recover:target {
    display: block;
}

.select-custom {
    position: relative;
}
.select-custom .tf-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-custom::after {
    font-family: 'icomoon';
    position: absolute;
    content: '\e904';
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 6px;
    z-index: -1;
}

.flat-subscrite-wrap .form-newsletter {
    max-width: 520px;
    margin: auto;
}
.flat-subscrite-wrap .subscribe-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}
.flat-subscrite-wrap .subscribe-content .email {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flat-subscrite-wrap .subscribe-content input {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}
.flat-subscrite-wrap .subscribe-content input:focus {
    border: 1px solid var(--main-color2);
}

.tf-form-search {
    position: relative;
}
.tf-form-search .search-box {
    position: relative;
}
.tf-form-search .search-box input {
    font-size: 16px;
    padding-right: 40px;
    color: var(--main-color2);
    border-radius: 60px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.tf-form-search .search-box .ss-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    background-color: var(--main-color2);
    border-radius: 60px;
    width: 81px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tf-form-search .search-box .ss-btn .icon {
    font-size: 18px;
    color: var(--white);
}
.tf-form-search .search-box .ss-btn:hover {
    background-color: var(--primary);
}
.tf-form-search .search-suggests-results {
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 1000;
    /* width: 1600px; */
    height: auto;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 5px 2px #ebebeb;
    box-shadow: 0 1px 5px 2px #ebebeb;
    pointer-events: none;
}
.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: rgba(0, 0, 0, 0.16);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .title {
    color: #000000;
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .price {
    color: #000000;
    font-weight: 600;
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .old-price {
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
}
.tf-form-search .search-suggests-results-inner .search-result-item .box-content .new-price {
    color: rgb(219, 18, 21);
    font-weight: 600;
}
.tf-form-search .search-suggests-results-inner .search-result-item .img-box {
    width: 60px;
    height: 84px;
}
.tf-form-search .search-suggests-results-inner .search-result-item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.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);
}

.btn-address {
    background: var(--main-color);
    border-color: var(--main-color);
    margin: 30px 0;
}
.btn-address:hover {
    opacity: 0.7;
}

.wd-form-address {
    margin: 20px 0px 40px;
    padding: 15px;
    border: 1px solid var(--line);
}
.wd-form-address .title {
    font-size: 18px;
    margin: 10px 0px 20px;
    color: var(--main-color2);
}
.wd-form-address .box-field {
    margin-bottom: 15px;
}
.wd-form-address .tf-select {
    height: 50px;
}

.wd-form-order {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--line);
}
.wd-form-order .order-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed var(--line);
    padding-bottom: 20px;
    margin-bottom: 30px;
    gap: 12px;
}
.wd-form-order .order-head .img-product {
    width: 80px;
    height: 80px;
    border: 1px solid var(--line);
    border-radius: 3px;
}
.wd-form-order .order-head .img-product img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.badge {
    padding: 5px 10px;
    font-weight: 500;
    background-color: var(--primary);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    min-width: 22px;
    min-height: 22px;
    text-transform: uppercase;
    text-align: center;
}

.wg-quantity .quantity-product {
    pointer-events: none;
}

.tab-reviews .tab-reviews-heading {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tab-reviews .tab-reviews-heading .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 597px;
    gap: 30px;
}
.tab-reviews .tab-reviews-heading .list-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7px;
    margin-top: 1px;
    font-size: 17px;
}
.tab-reviews .tab-reviews-heading .list-star .icon {
    color: var(--yellow);
}
.tab-reviews .rating-score {
    width: 100%;
    max-width: 365px;
}
.tab-reviews .rating-score .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tab-reviews .rating-score .item:not(:last-child) {
    margin-bottom: 4px;
}
.tab-reviews .rating-score .number-1 {
    width: 12px;
    text-align: end;
}
.tab-reviews .rating-score .icon {
    font-size: 15px;
    margin-left: 4px;
    color: var(--yellow);
}
.tab-reviews .rating-score .number-2 {
    width: 17px;
}
.tab-reviews .rating-score .line-bg {
    margin: 0 8px;
    width: 100%;
    height: 8px;
    background-color: var(--line);
}
.tab-reviews .rating-score .line-bg div {
    height: 100%;
    background-color: var(--yellow);
}

.write-cancel-review-wrap .write-review-wrap,
.write-cancel-review-wrap .btn-cancel-review {
    display: none;
}
.write-cancel-review-wrap.write-review .cancel-review-wrap,
.write-cancel-review-wrap.write-review .btn-write-review {
    display: none;
}
.write-cancel-review-wrap.write-review .write-review-wrap,
.write-cancel-review-wrap.write-review .btn-cancel-review {
    display: block;
}

.reply-comment .reply-comment-heading {
    margin-bottom: 24px;
}
.reply-comment .reply-comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.reply-comment .reply-comment-item:not(:last-child) {
    margin-bottom: 20px;
}
.reply-comment .reply-comment-item:not(:last-child) .content {
    border-bottom: 1px solid var(--line);
}
.reply-comment .reply-comment-item .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}
.reply-comment .reply-comment-item h6 {
    margin-bottom: 2px;
}
.reply-comment .reply-comment-item.type-reply {
    margin-left: 60px;
    border-left: 4px solid var(--line);
    padding-left: 16px;
}
.reply-comment .reply-comment-item.type-reply .image {
    width: 52px;
    height: 52px;
}
.reply-comment .reply-comment-item .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.reply-comment .reply-comment-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reply-comment .reply-comment-item .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 20px;
}
.reply-comment .reply-comment-item .content .text-button {
    color: var(--primary);
}

.form-write-review .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.form-write-review .heading .list-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.form-write-review .heading .list-star i {
    font-size: 32px;
    color: var(--line);
}
.form-write-review textarea {
    height: 100px;
}
.form-write-review .form-content {
    margin-bottom: 30px;
}
.form-write-review .form-content .box-field:not(:last-child) {
    margin-bottom: 30px;
}
.form-write-review .form-content .box-field .label {
    margin-bottom: 8px;
}
.form-write-review .form-content .group-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.form-write-review .form-content .box-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* custom rating */
.list-rating-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 10px;
}

.list-rating-check:not(:checked) > input {
    position: absolute;
    opacity: 0;
}

.list-rating-check:not(:checked) > label {
    font-size: 30px;
    cursor: pointer;
    white-space: nowrap;
    width: 30px;
    color: var(--line);
}

.list-rating-check:not(:checked) > label:before {
    font-family: 'icomoon';
    content: '\e95b';
}

.list-rating-check > input:checked ~ label {
    color: var(--yellow);
}

.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
    color: var(--yellow);
}

.list-rating-check > input:checked + label:hover,
.list-rating-check > input:checked + label:hover ~ label,
.list-rating-check > input:checked ~ label:hover,
.list-rating-check > input:checked ~ label:hover ~ label,
.list-rating-check > label:hover ~ input:checked ~ label {
    color: var(--yellow);
}

/*------------ nice select ---------------- */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 0;
    padding: 0;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0;
    color: var(--main-color2);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: var(--line);
}

.nice-select:after {
    border-bottom: 1.7px solid var(--main-color2);
    border-right: 1.7px solid var(--main-color2);
    content: '';
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    font-size: 14px;
    max-height: 155px;
    overflow: auto;
}

.nice-select .list.style {
    max-height: unset;
}

.nice-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    font-size: 16px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: var(--main-color2);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--white);
    color: var(--primary);
}

.nice-select .option.selected {
    font-weight: 600;
}

.nice-select .option.disabled {
    color: var(--main-color2);
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.dropdown.bootstrap-select.image-select.style-default {
    width: unset;
}
.dropdown.bootstrap-select.image-select.style-default > button {
    padding: 0;
    padding-right: 17px;
    background-color: transparent;
    border: 0;
    outline: none !important;
    color: var(--main-color2);
}
.dropdown.bootstrap-select.image-select.style-default > button::after {
    border: 0;
    position: absolute;
    right: 0;
    content: '\e904';
    font-family: 'icomoon';
    font-size: 6px;
    color: var(--main-color2);
    margin: -3px 0 0 0;
}
.dropdown.bootstrap-select.image-select.style-default > button:hover {
    color: rgba(0, 0, 0, 0.8);
}
.dropdown.bootstrap-select.image-select.style-default > button .filter-option-inner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.dropdown.bootstrap-select.image-select.style-default > button .filter-option-inner-inner img {
    width: 16px;
    height: 12px;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu {
    overflow: unset !important;
    margin-top: 17px !important;
    margin-bottom: 17px !important;
    padding: 15px 20px;
    border-radius: 0;
    border: 0;
    background-color: var(--white);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a {
    padding: 5px 0;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a .text img {
    width: 16px;
    height: 12px;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a:active,
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a.active {
    color: var(--primary) !important;
    background-color: unset !important;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu ul.dropdown-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.8);
    background-color: unset;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--white);
    top: 0;
    left: 50%;
    z-index: 2;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu[data-popper-placement='top-start']::after {
    display: none;
}
.dropdown.bootstrap-select.image-select.style-default > .dropdown-menu[data-popper-placement='top-start']::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: var(--white);
    bottom: 0%;
    left: 50%;
    z-index: 2;
}
.dropdown.bootstrap-select.image-select.type-currencies > button .filter-option .filter-option-inner {
    width: 50px;
}
.dropdown.bootstrap-select.image-select.type-currencies > .dropdown-menu {
    width: 300px;
    margin-left: calc(50% - 150px) !important;
}
.dropdown.bootstrap-select.image-select.type-languages > .dropdown-menu {
    width: 96px;
    margin-left: calc(50% - 63px) !important;
}
.dropdown.bootstrap-select.image-select.color-white > button::after {
    color: var(--white);
}
.dropdown.bootstrap-select.image-select.color-white > button .filter-option .filter-option-inner {
    color: var(--white);
}

.dropdown.image-select > .dropdown-menu {
    width: 300px;
    margin-left: calc(50% - 150px) !important;
    min-height: -webkit-max-content !important;
    min-height: -moz-max-content !important;
    min-height: max-content !important;
}
.dropdown.image-select > .dropdown-menu > .inner {
    min-height: -webkit-max-content !important;
    min-height: -moz-max-content !important;
    min-height: max-content !important;
}
.dropdown .dropdown-item {
    color: var(--main-color2);
}

/*------------ carousel ---------------- */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px;
}

.sw-auto .swiper-slide {
    width: auto;
}

.sw-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.sw-dots.swiper-pagination-bullets .swiper-pagination-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sw-dots .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.sw-dots .swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: var(--main-color2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.16);
}
.sw-dots.style-2 span::before {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.16);
}
.sw-dots.style-2 span.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid var(--main-color2);
}
.sw-dots.style-2 span.swiper-pagination-bullet-active::before {
    background-color: var(--main-color2);
}
.sw-dots.dots-white span::before {
    background-color: rgba(255, 255, 255, 0.2);
}
.sw-dots.dots-white span.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid var(--white);
}
.sw-dots.dots-white span.swiper-pagination-bullet-active::before {
    background-color: var(--white);
}
.sw-dots.line-pagination span {
    width: 6px;
    height: 6px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}
.sw-dots.line-pagination span::before {
    content: none;
}
.sw-dots.line-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
    opacity: 1;
    width: 22px;
    border-radius: 9999px;
}
.sw-dots.rectangle-pagination span {
    width: 30px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    border-radius: 0;
    border: 0;
}
.sw-dots.rectangle-pagination span::before {
    content: none;
}
.sw-dots.rectangle-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
    opacity: 1;
}
.sw-dots.line-white-pagination span {
    background-color: rgb(255, 255, 255);
    opacity: 0.4;
    width: 6px;
    height: 6px;
}
.sw-dots.line-white-pagination span::before {
    content: none;
}
.sw-dots.line-white-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    opacity: 1;
    width: 22px;
    border-radius: 9999px;
}
.sw-dots.dots-fill-white .swiper-pagination-bullet::before {
    background-color: var(--white);
}
.sw-dots.dots-fill-white .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.1607843137);
}
.sw-dots:not(.swiper-pagination-lock) {
    margin-top: 15px;
}
.sw-dots.medium span {
    width: 20px;
    height: 20px;
    border-width: 1px !important;
}
.sw-dots.medium span::before {
    width: 6px;
    height: 6px;
}
.sw-dots.medium span.swiper-pagination-bullet-active::before {
    width: 4px;
    height: 4px;
}
.sw-dots.small span {
    width: 16px;
    height: 16px;
    border-width: 1px !important;
}
.sw-dots.small span::before {
    width: 6px;
    height: 6px;
}
.sw-dots.small span.swiper-pagination-bullet-active::before {
    width: 4px;
    height: 4px;
}
.sw-dots.absolute-dots {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    z-index: 10;
}
.sw-dots.large .swiper-pagination-bullet::before {
    width: 8px;
    height: 8px;
}

.box-sw-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.nav-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--main-color2);
    border: 1px solid var(--main-color2);
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
    cursor: pointer;
}
.nav-button.swiper-button-disabled {
    border-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.4);
}
.nav-button:hover:not(.swiper-button-disabled) {
    background-color: var(--main-color2);
    color: var(--white);
}

.wrap-carousel {
    position: relative;
}
.wrap-carousel .nav-button {
    z-index: 20;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-carousel .nav-next-slider {
    left: -70px;
}
.wrap-carousel .nav-prev-slider {
    right: -70px;
}
.wrap-carousel .sw-dots {
    display: none;
}

.navigation-sw-dot {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    background-color: var(--white);
}
.navigation-sw-dot span {
    width: 9px;
    height: 9px;
    background-color: var(--main-color2);
    border-radius: 50%;
}
.navigation-sw-dot::after,
.navigation-sw-dot::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.navigation-sw-dot::after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.navigation-sw-dot::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.navigation-sw-dot.swiper-button-disabled {
    width: 36px;
    height: 36px;
}
.navigation-sw-dot.swiper-button-disabled span {
    width: 12px;
    height: 12px;
}
.navigation-sw-dot.type-black::after,
.navigation-sw-dot.type-black::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    -webkit-animation: ripple_black 3s infinite;
    animation: ripple_black 3s infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes ripple_black {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@keyframes ripple_black {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.swiper-button-disabled {
    cursor: auto !important;
}

.box-nav-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 70px;
    background-color: var(--white);
    padding: 8px;
    line-height: 0;
    border-radius: 999px;
}
.box-nav-pagination .dots-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
}

.nav-arr-default.swiper-button-disabled {
    opacity: 0.35;
}

.dots-default .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: var(--main-color2);
}

/*------------ avatar ---------------- */
.avatar.round {
    border-radius: 50%;
    overflow: hidden;
}
.avatar img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    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;
}

/*------------ pop up ---------------- */
.offcanvas {
    z-index: 3000;
    border: none !important;
}

.offcanvas-backdrop {
    background-color: var(--backdrop);
    cursor: url('../images/item/cursor-close.svg'), auto;
}
.offcanvas-backdrop.show {
    opacity: 1;
}

.overflow-x-auto::-webkit-scrollbar,
.overflow-y-auto::-webkit-scrollbar {
    width: 0px;
}

.modal-backdrop {
    background-color: var(--backdrop);
}
.modal-backdrop.show {
    opacity: 1;
}

.modal {
    cursor: url('../images/item/cursor-close.svg'), auto;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.3s ease-out !important;
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out !important;
}
.modal.fullRight .modal-dialog {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    min-width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition:
        transform 1s ease-out,
        -webkit-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;
}
.modal.fullRight .modal-dialog .modal-content .modal-body {
    overflow: auto;
    padding: 0;
    padding-bottom: 30px;
}
.modal.fullRight.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fullLeft .modal-dialog {
    -webkit-transform: translate(-100%, 0) !important;
    transform: translate(-100%, 0) !important;
    min-width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transition: all 0.3s !important;
    transition: all 0.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 .modal-dialog .modal-content .modal-body {
    overflow: auto;
    padding: 0;
    padding-bottom: 30px;
}
.modal.fullLeft.show .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.modal.modalLeft .modal-dialog {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}
.modal.modalRight .modal-dialog {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}
.modal.modalBottom .modal-dialog {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}
.modal.modalCentered .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.modal .modal-content {
    cursor: default !important;
}
.modal.fade:not(.show) {
    opacity: 0;
}

.modalDemo .demo-title {
    margin-top: 50px;
    margin-bottom: 44px;
    font-weight: 500;
    text-align: center;
    color: var(--main-color2);
    font-size: var(--font-size-heading);
}
.modalDemo .modal-dialog {
    max-width: 1320px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: calc(100vh - 16px);
}
.modalDemo .modal-content {
    padding: 0 30px 40px;
    background-color: var(--white);
    width: 100%;
    border-radius: 5px;
    margin: 0 30px;
    max-height: calc(100vh - 60px);
    border: 0;
    cursor: default;
    overflow: hidden;
}
.modalDemo .mega-menu {
    padding: 0 40px;
    overscroll-behavior-y: contain;
    overflow-y: auto;
}
.modalDemo .mega-menu::-webkit-scrollbar {
    width: 5px;
}
.modalDemo .mega-menu::-webkit-scrollbar-thumb {
    background: var(--line);
}
.modalDemo .header {
    position: relative;
}
.modalDemo .header .icon-close-popup {
    position: absolute;
    top: 30px;
    right: 0;
    width: 30px;
    color: var(--main-color2);
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.modalDemo .header .icon-close-popup:hover {
    color: var(--main-color);
}

.sl-product-modal .modal-dialog {
    max-width: min(625px, 90vw);
}
.sl-product-modal .modal-dialog .modal-content {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
}
.sl-product-modal .modal-dialog .modal-content .header {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sl-product-modal .modal-dialog .modal-content .header .demo-title {
    margin: 0;
    text-align: start;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
}
.sl-product-modal .modal-dialog .modal-content .header span {
    color: var(--main-color2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
}
.sl-product-modal .modal-dialog .modal-content .header span:hover {
    color: var(--primary);
}
.sl-product-modal .modal-dialog .modal-content h6 {
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px;
}
.sl-product-modal .modal-dialog .modal-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 15px;
}
.sl-product-modal .modal-dialog .modal-content p {
    margin-top: 15px;
    margin-bottom: 20px;
}
.sl-product-modal .ss-social-icon .box-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    font-size: 16px;
    color: var(--white);
}
.sl-product-modal .ss-social-icon .box-icon.social-twiter {
    font-size: 12px;
    background: var(--twitter-cl);
}
.sl-product-modal .ss-social-icon .box-icon.social-facebook {
    background: var(--facebook-cl);
}
.sl-product-modal .ss-social-icon .box-icon.social-instagram {
    background: var(--instagram-cl);
}
.sl-product-modal .ss-social-icon .box-icon.social-tiktok {
    background: var(--tiktok-cl);
}
.sl-product-modal .ss-social-icon .box-icon.social-pinterest {
    background: var(--pinterest-cl);
}
.sl-product-modal .form-share {
    margin-top: 20px;
    position: relative;
}
.sl-product-modal .form-share .button-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}
.sl-product-modal .form-share .button-submit .ss-btn {
    padding: 10px 18px;
}
.sl-product-modal .form-share input {
    padding-right: 80px;
}

#find_size .modal-dialog {
    max-width: min(900px, 90vw);
}
#find_size .tf-rte {
    overflow-y: auto;
}
#find_size .tf-rte::-webkit-scrollbar {
    width: 2px;
}
#find_size .tf-sizeguide-table {
    border: 1px solid var(--line);
    border-radius: 5px;
    width: 100%;
}
#find_size .tf-sizeguide-table th {
    border: 1px solid var(--line);
    padding: 10px;
    font-weight: 600;
    line-height: 20px;
}
#find_size .tf-sizeguide-table td {
    border: 1px solid var(--line);
    border-width: 0 1px 1px 0;
    padding: 10px;
    line-height: 20px;
}
#find_size .tf-page-size-chart-content {
    margin-top: 15px;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 8fr 10px 4fr;
    grid-template-columns: 8fr 4fr;
}
#find_size p {
    color: var(--text-3);
}

#compare_color .modal-dialog {
    max-width: min(1400px, 90vw);
    min-width: min(1400px, 90vw);
    margin-top: 8px;
    margin-bottom: 8px;
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
}
#compare_color .modal-dialog .modal-content {
    padding: 30px 28px 33px;
}
#compare_color .modal-dialog .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}
#compare_color .modal-dialog .header .icon-close-popup {
    position: absolute;
    top: 0;
}
#compare_color .compare-color-wrapp {
    overflow: auto;
    position: relative;
}
#compare_color .compare-color-wrapp::-webkit-scrollbar {
    height: 3px;
}
#compare_color .compare-color-grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    border: 1px solid var(--line);
}
#compare_color .compare-color-grid > input {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
#compare_color .compare-color-grid > input:checked + .compare-color-item {
    display: none !important;
}

.compare-color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 22px 28px;
    min-width: 330px;
    max-width: 330px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--main-color2);
    border-right: 1px solid var(--line);
}
.compare-color-item:not(:last-child) {
    border-right: 1px solid var(--line);
}
.compare-color-item .icon.compare-delete {
    text-transform: capitalize;
}
.compare-color-item .icon.compare-delete:hover {
    color: var(--primary);
    cursor: pointer;
}
.compare-color-item .compare-color-top label {
    text-decoration: underline;
    color: var(--main-color2);
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.compare-color-item .compare-color-top img {
    margin: 14px 0;
}
.compare-color-item .compare-color-bottom {
    margin-top: 1.5px;
}
.compare-color-item .compare-color-bottom .compare-color-color {
    margin-bottom: 5px;
}
.compare-color-item .compare-color-bottom .tf-select {
    width: 100%;
}
.compare-color-item .compare-color-bottom .tf-compare-color-color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    min-width: 87px;
    margin-top: 14px;
    padding: 3px 10px 3px 4px;
    border: 1px solid var(--line);
    border-radius: 24px;
    font-weight: 600;
}
.compare-color-item .compare-color-bottom .tf-compare-color-color .tf-color-list-color {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(134, 134, 134, 0.12);
}
.compare-color-item .compare-color-bottom form select {
    margin-top: 14px;
    width: 100%;
}
.compare-color-item .compare-color-bottom form a {
    width: 100%;
    margin-top: 15px;
    border-radius: 3px;
}

#ask_question.modalDemo .modal-content,
#share_social.modalDemo .modal-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#share_social.modalDemo .modal-content .form-share {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
#share_social.modalDemo .modal-content .form-share fieldset {
    flex: 1;
}
#share_social.modalDemo .modal-content .form-share fieldset input {
    padding: 9px;
    border-radius: 0;
    margin: 0;
}
#share_social.modalDemo .modal-content .form-share button.ss-btn {
    border-radius: 0 !important;
}
#share_social.modalDemo .modal-content .ss-social-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#share_social.modalDemo .modal-content .ss-social-icon > li > a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
}
#share_social.modalDemo .modal-content .ss-social-icon > li > a:hover {
    background-color: var(--main-color2);
    border-color: var(--main-color2);
    color: #fff;
}
#ask_question fieldset {
    margin-bottom: 15px;
}
#ask_question fieldset label {
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--text);
}
#ask_question fieldset input {
    height: 50px;
}
#ask_question textarea {
    height: 176px;
}
#delivery_return .modal-dialog {
    max-width: 1000px;
}
#delivery_return .product-popup-delivery .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: 0;
}
#delivery_return .product-popup-delivery p {
    color: rgb(134, 134, 134);
    line-height: 22.4px;
    margin-bottom: 10px;
}
#delivery_return .product-popup-delivery p a {
    color: rgb(134, 134, 134);
    text-decoration: underline;
    text-underline-offset: 3px;
}
#delivery_return .product-popup-delivery p a:hover {
    color: var(--main-color2);
    text-decoration-thickness: 2px;
}
#delivery_return .product-popup-delivery:not(:last-child) {
    margin-bottom: 20px;
}

#quick_add .modal-dialog {
    max-width: min(466px, 90vw);
}
#quick_add .modal-content {
    margin: 8px;
    padding: 30px 0px 30px;
}
#quick_add .modal-content > .wrap {
    overflow-y: auto;
    padding: 0px 30px;
}
#quick_add .modal-content > .wrap::-webkit-scrollbar {
    width: 2px;
}
#quick_add .modal-content .icon-close-popup {
    top: -10px;
    right: 20px;
}
#quick_add .product-info-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#quick_add .product-info-item .image img {
    width: 100px;
    height: 100px;
}
#quick_add .product-info-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
#quick_add .product-info-item .content a {
    font-size: 16px;
    line-height: 24px;
}
#quick_add .product-info-item .content .price {
    font-size: 14px;
    line-height: 20px;
}
#quick_add .payment-more-option {
    text-decoration: none;
}
#quick_add .payment-more-option:hover {
    text-decoration: underline;
}
#quick_add .wg-quantity .btn-quantity.plus-btn {
    padding-top: 3px;
}
#quick_view .modal-dialog {
    max-width: min(1146px, 90vw);
}
#quick_view .modal-dialog .modal-content {
    margin: 8px;
    padding: 0;
}
#quick_view .modal-dialog .modal-content .icon-close-popup {
    top: 20px;
    right: 20px;
    font-size: 16px;
    z-index: 5;
}
#quick_view .modal-dialog .modal-content > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#quick_view .product-media-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
}
#quick_view .product-info-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#quick_view .product-info-wrap .product-info-list {
    position: absolute;
    inset: 0;
    padding: 50px 40px;
    overflow-y: auto;
}
#quick_view .product-info-wrap .product-info-list::-webkit-scrollbar {
    width: 0px;
}
#quick_view .product-info-wrap .product-info-list .ss-product-info-title {
    margin-bottom: 20px;
}
#quick_view .product-info-wrap .product-info-list .ss-product-info-badges {
    margin-bottom: 18px;
}
#quick_view .product-info-wrap .product-info-list .ss-product-description {
    color: var(--text-3);
}
#quick_view .product-info-wrap .product-info-list .wg-quantity .btn-quantity {
    height: 50px;
}

.bg-color-beige {
    background: conic-gradient(#c8ad7f 0deg 360deg);
}

.bg-color-black {
    background: conic-gradient(#000000 0deg 360deg);
}

.bg-color-blue {
    background: conic-gradient(#a8bcd4 0deg 360deg);
}

.bg-color-white {
    background: conic-gradient(#ffffff 0deg 360deg);
}

.bg-color-pink {
    background: conic-gradient(#fcc6de 0deg 360deg);
}

.bg-color-brown {
    background: conic-gradient(#977945 0deg 360deg);
}

.bg-color-light-purple {
    background: conic-gradient(#d966d9 0deg 360deg);
}

.bg-color-light-green {
    background: conic-gradient(#caffd6 0deg 360deg);
}

.bg-color-orange {
    background: conic-gradient(#ffa500 0deg 360deg);
}

.bg-color-light-blue {
    background: conic-gradient(#add8e6 0deg 360deg);
}

.canvas-wrapper {
    padding: 0;
    isolation: isolate;
    height: 100%;
    width: 100%;
    max-height: none;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto minmax(0, 1fr) auto;
    -ms-flex-line-pack: start;
    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-filter {
    max-width: 300px;
}
.widget-facet ul > li > a:hover,
.widget-facet ul > li.list-item > label:hover {
    cursor: pointer;
    color: var(--primary);
}
.widget-facet .tf-check-color::before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}
.canvas-filter .canvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--bg-11);
    font-size: 24px;
    border-bottom: 1px solid var(--border-color);
    padding: 15px 20px;
    color: var(--main-color2);
}
.canvas-filter .canvas-header .icon-close-popup {
    font-size: 16px;
}
.canvas-filter .widget-facet:last-child {
    margin-bottom: 0;
}

.canvas-sidebar .canvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 15px;
    background-color: var(--bg-11);
    min-height: 40px;
}
.canvas-sidebar .canvas-header .icon-close-popup {
    font-size: 16px;
}
.canvas-sidebar .canvas-header .title {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.canvas-sidebar .canvas-body {
    padding: 15px;
}
.canvas-sidebar.canvas-sidebar-account .canvas-header {
    min-height: 60px;
}
.canvas-sidebar.canvas-sidebar-account .title {
    font-size: 14px;
}

.canvas-compare {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    z-index: 5000;
}
.canvas-compare .close-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.canvas-compare .canvas-body {
    padding: 28px 0;
}
.canvas-compare .canvas-wrapper {
    height: unset;
}

.offcanvas-backdrop {
    z-index: 2000;
}

.ss-compare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ss-compare-list .ss-compare-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ss-compare-list .ss-compare-head .title {
    font-size: 28px;
    line-height: 34px;
}
.ss-compare-list .ss-compare-offcanvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 63%;
    flex: 1 1 63%;
    overflow-x: auto;
}
.ss-compare-list .ss-compare-offcanvas .ss-compare-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    padding: 0 10px;
    position: relative;
}
.ss-compare-list .ss-compare-offcanvas .ss-compare-item .icon {
    position: absolute;
    z-index: 5;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    background-color: var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 8px;
}
.ss-compare-list .ss-compare-offcanvas .ss-compare-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ss-compare-list .ss-compare-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}
.ss-compare-list .ss-compare-buttons a {
    height: 47px;
    width: 147px;
}
.ss-compare-list .ss-compare-buttons .ss-compapre-button-clear-all {
    margin-top: 24px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.modal-shopping-cart .modal-content {
    max-width: 477px !important;
    cursor: default !important;
}
.modal-shopping-cart .header {
    margin: 0 36px;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--line);
    height: 60px;
}
.modal-shopping-cart .header .title {
    font-size: 20px;
    color: var(--main-color2);
    text-transform: capitalize;
}
.modal-shopping-cart .header .icon-close-popup {
    font-size: 16px;
    padding: 0 6px;
    cursor: pointer;
}
.modal-shopping-cart .header .icon-close-popup:hover {
    color: var(--primary);
}
.modal-shopping-cart .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.modal-shopping-cart .modal-content .shipping-bar-cart {
    border-radius: 0;
    padding: 30px;
    margin: 30px 30px 10px;
    font-size: calc(var(--font-size-body) - 2px);
}
.modal-shopping-cart .modal-content .shipping-bar-cart .shipping-progress_bar {
    height: 6px;
}
.modal-shopping-cart .modal-content .shipping-bar-cart .title-freeship {
    font-size: calc(var(--font-size-body) - 2px);
    text-transform: uppercase;
    font-weight: var(--font-bold);
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-shopping-cart .modal-content .shipping-bar-cart .title-shipping {
    font-size: calc(var(--font-size-body) - 2px);
}
.modal-shopping-cart .modal-content .header-cart-modal .shipping-bar-cart {
    padding: 15px;
    margin-bottom: 30px;
}
.modal-shopping-cart .sl-mini-cart-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-shopping-cart .sl-mini-cart-wrap .sl-mini-cart-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.modal-shopping-cart .sl-mini-cart-wrap .sl-mini-cart-main .sl-mini-cart-sroll {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}
.modal-shopping-cart .sl-mini-cart-wrap .sl-mini-cart-main .sl-mini-cart-sroll::-webkit-scrollbar {
    width: 6px;
}
.modal-shopping-cart .sl-mini-cart-wrap .sl-mini-cart-main .sl-mini-cart-sroll::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 6px;
}
#view-cart-success .modal-dialog {
    max-width: 820px;
}
#view-cart-success .modal-dialog .header {
    margin: 0 30px;
}
#view-cart-success .modal-dialog .modal-content {
    margin: 0;
    padding: 0;
}
.modal-shopping-cart .popup-cart-notification-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    align-items: center;
    margin-bottom: 30px;
}
.modal-shopping-cart
    .popup-cart-notification-wrapper
    .sl-mini-cart-item
    .sl-mini-cart-info
    .sl-mini-cart-btns
    .wg-quantity {
    border: 0;
}
.modal-shopping-cart .popup-cart-recommend > h4 {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 20px;
}
.modal-shopping-cart .popup-cart-recommend .widget-product-carousel {
    margin-bottom: 15px;
}
.modal-shopping-cart .noti-shortdesc {
    text-align: center;
    margin-bottom: 30px;
}
.modal-shopping-cart .sl-mini-cart-item {
    margin: 0;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.modal-shopping-cart .sl-mini-cart-item:not(:last-child) {
    border-bottom: 1px solid var(--line);
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-image a {
    width: 120px;
    display: block;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info a {
    font-size: 16px;
    line-height: 16px;
    display: block;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .meta-variant {
    line-height: 19px;
    color: var(--main-color2);
    margin-top: 8px;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .price {
    line-height: 14px;
    margin-top: 10px;
    font-weight: var(--font-medium);
    color: var(--new-price);
    font-size: calc(var(--font-size-body) + 2px);
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .sl-mini-cart-btns {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .sl-mini-cart-btns .wg-quantity {
    width: 86px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #eee;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .sl-mini-cart-btns .wg-quantity .btn-quantity {
    opacity: 0.7;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .sl-mini-cart-btns .wg-quantity:hover {
    opacity: 1;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .sl-mini-cart-btns .wg-quantity .minus-btn {
    padding-bottom: 4px;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .sl-mini-cart-btns .ss-mini-cart-remove {
    font-size: 12px;
    line-height: 19px;
    color: var(--text);
    text-decoration: underline;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .sl-mini-cart-btns .sl-mini-cart-remove:hover {
    color: var(--new-price);
    cursor: pointer;
}
.modal-shopping-cart .tf-minicart-recommendations {
    margin: 15px 36px;
    padding: 18px;
    -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.0784313725);
}
.modal-shopping-cart .tf-minicart-recommendations .tf-minicart-recommendations-heading {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-shopping-cart
    .tf-minicart-recommendations
    .tf-minicart-recommendations-heading
    .tf-minicart-recommendations-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}
.modal-shopping-cart .tf-minicart-recommendations .tf-minicart-recommendations-heading .sw-dots {
    width: unset;
}
.modal-shopping-cart .tf-minicart-recommendations-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-image a {
    width: 80px;
    height: 110px;
    margin-right: 18px;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-infos a {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-infos .price {
    margin-top: 4px;
    line-height: 14px;
    font-weight: 600;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-quickview .quickview {
    margin-left: 15px;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color2);
    font-size: 16px;
    color: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal-shopping-cart .tf-minicart-recommendations-item .tf-minicart-recommendations-item-quickview .quickview:hover {
    background-color: var(--primary);
}
.modal-shopping-cart .ss-mini-cart-tool {
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn {
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    color: var(--color-text);
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    position: relative;
}
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 2px;
    background: var(--main-color2);
    transition: width 0.3s;
}
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn svg {
    width: 24px;
    height: 24px;
}
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn.btn-add-note svg,
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn.btn-add-gift svg {
    width: 20px;
    height: 20px;
}
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn span {
    display: block;
    margin-top: 7px;
    color: var(--main-color2);
    font-size: 14px;
    font-weight: 500;
}
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn:hover span,
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn:hover {
    color: var(--main-color2);
}
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn:hover:after {
    width: 100%;
}
.modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn:hover {
    color: var(--main-color2);
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap {
    padding: 50px 30px;
    background: #f7f7f7;
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-cart-totals-discounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-cart-totals-discounts .ss-cart-total {
    font-size: calc(var(--font-size-body) + 4px);
    font-weight: var(--font-medium);
    color: var(--main-color2);
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-cart-totals-discounts .ss-totals-total-value {
    font-size: calc(var(--font-size-body) + 4px);
    font-weight: var(--font-medium);
    line-height: 32px;
    margin-left: 15px;
    color: var(--main-color);
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-cart-tax {
    margin-top: 10px;
    color: var(--text);
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-cart-tax a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-mini-cart-line {
    border-bottom: 1px dashed #e7e7e7;
    margin-top: 14px;
    margin-bottom: 14px;
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-cart-checkbox {
    margin-top: 10px;
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-mini-cart-view-checkout {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-mini-cart-view-checkout .ss-btn {
    padding: 16px 24px;
    text-transform: capitalize;
}
.modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-mini-cart-view-checkout .ss-btn:hover {
    color: var(--white) !important;
    background-color: var(--primary);
    border-color: var(--primary);
}
.modal-shopping-cart .item-cart-non-product {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--main-color2);
    font-weight: 500;
}

.ss-cart-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.ss-cart-checkbox .ss-checkbox-wrapp {
    min-width: 1.6rem;
    place-items: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ss-cart-checkbox .ss-checkbox-wrapp input {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50% !important;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: var(--white);
    opacity: 0;
}
.ss-cart-checkbox .ss-checkbox-wrapp input:checked + div {
    background-color: var(--primary);
}
.ss-cart-checkbox .ss-checkbox-wrapp input:checked + div i {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ss-cart-checkbox .ss-checkbox-wrapp div {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    z-index: 5;
    border: 1px solid var(--line);
    border-radius: 50%;
    background-color: var(--white);
    color: var(--white);
    pointer-events: none;
}
.ss-cart-checkbox .ss-checkbox-wrapp div i {
    font-size: 6px;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.ss-cart-checkbox label {
    font-weight: 400;
    cursor: pointer;
}
.ss-cart-checkbox label a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ss-cart-checkbox .wrap-content {
    display: none;
}
.ss-cart-checkbox.check .wrap-content {
    display: block;
}

.ss-mini-cart-tool-openable {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition:
        transform 0.25s ease-in-out,
        -webkit-transform 0.25s ease-in-out;
    z-index: 70;
}
.ss-mini-cart-tool-openable.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ss-mini-cart-tool-openable.open > .overplay {
    opacity: 1;
    visibility: visible;
}
.ss-mini-cart-tool-openable > .overplay {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200vh;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ss-mini-cart-tool-openable .ss-mini-cart-tool-close {
    cursor: pointer;
}
.ss-mini-cart-tool-openable .ss-btn {
    height: 47px;
}
.ss-mini-cart-tool-openable .ss-mini-cart-tool-content {
    position: relative;
    z-index: 80;
    padding: 32px 36px;
    background-color: rgb(242, 242, 242);
}
.ss-mini-cart-tool-openable .ss-mini-cart-tool-content .ss-mini-cart-tool-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
}
.ss-mini-cart-tool-openable .ss-mini-cart-tool-content .ss-mini-cart-tool-text .icon {
    width: 33px;
    height: 33px;
    border: 1px solid var(--main-color2);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: var(--main-color2);
}
.ss-mini-cart-tool-openable .ss-mini-cart-tool-content .ss-cart-tool-btns {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ss-mini-cart-tool-openable .ss-mini-cart-tool-content .ss-cart-tool-btns .ss-mini-cart-tool-primary {
    background-color: var(--main-color2);
    color: var(--white);
    padding: 12px;
    border-radius: 5px;
    font-weight: 400;
    height: 47px;
}
.ss-mini-cart-tool-openable
    .ss-mini-cart-tool-content
    .ss-cart-tool-btns
    .ss-mini-cart-tool-primary.ss-mini-cart-tool-close {
    background-color: var(--primary);
}
.ss-mini-cart-tool-openable .ss-mini-cart-tool-content .ss-cart-tool-btns .ss-mini-cart-tool-primary:hover {
    background-color: var(--primary);
}
.ss-mini-cart-tool-openable
    .ss-mini-cart-tool-content
    .ss-cart-tool-btns
    .ss-mini-cart-tool-primary.ss-mini-cart-tool-close:hover {
    background-color: var(--main-color2);
}
.ss-mini-cart-tool-openable.add-gift .ss-mini-cart-tool-text {
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.ss-mini-cart-tool-openable.add-gift .ss-mini-cart-tool-text .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    background-color: var(--white);
    color: var(--main-color2);
    border: 0;
}
.ss-mini-cart-tool-openable.add-gift .tf-gift-wrap-infos p {
    font-size: 20px;
    line-height: 32px;
}
.ss-mini-cart-tool-openable.estimate-shipping .ss-mini-cart-tool-text {
    margin-bottom: 20px;
}
.ss-mini-cart-tool-openable.estimate-shipping select {
    height: 49px;
}
.ss-mini-cart-tool-openable.estimate-shipping .field {
    margin-bottom: 15px;
}
.ss-mini-cart-tool-openable.estimate-shipping .field p {
    margin-bottom: 8px;
}

.mini-search-from {
    position: relative;
}
.mini-search-from input {
    height: 50px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 26px;
    min-width: 350px;
    color: var(--main-color2);
}
.mini-search-from input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 26px;
    color: var(--main-color2);
}
.mini-search-from input::-moz-placeholder {
    font-size: 14px;
    line-height: 26px;
    color: var(--main-color2);
}
.mini-search-from input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 26px;
    color: var(--main-color2);
}
.mini-search-from input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 26px;
    color: var(--main-color2);
}
.mini-search-from input::placeholder {
    font-size: 14px;
    line-height: 26px;
    color: var(--main-color2);
}
.mini-search-from button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: var(--main-color);
    border: 0;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-search-from button:hover {
    background-color: var(--main-color2);
}
.mini-search-from .show-search .view-all-search {
    background: none;
    width: auto;
    color: var(--main-color2);
    margin-right: 10px;
    margin-top: 20px;
}
.mini-search-from .show-search .view-all-search:hover {
    color: var(--primary);
}
.mini-search-from .show-search {
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}
.mini-search-from .show-search .product-layout {
    grid-template-columns: 100%;
    gap: 15px;
}
.mini-search-from .show-search .product-layout .product-item-container {
    grid-template-columns: 80px 1fr;
    gap: 10px;
    display: grid;
    padding: 0;
}
.mini-search-from .show-search .product-layout .product-item-container:before {
    display: none;
}
.mini-search-from .show-search .title-sg {
    font-size: 18px;
    margin-bottom: 15px;
}
.mini-search-from .show-search .no-suggest-result {
    color: var(--main-color2);
}
.form-sign-in .modal-dialog {
    max-width: 640px;
}
.form-sign-in .modal-dialog .modal-content {
    border: 0;
    padding: 37px 35px;
    border-radius: 3px;
}
.form-sign-in .header {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-sign-in .header .demo-title {
    font-size: 28px;
    line-height: 33.6px;
    color: var(--main-color2);
}
.form-sign-in .header .icon-close-popup {
    padding: 0 6px;
    font-size: 16px;
    cursor: pointer;
}
.form-sign-in .ss-login-form form > div {
    margin-top: 15px;
}
.form-sign-in .ss-login-form form .btn-link {
    margin: 10px 0;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    color: var(--text);
}
.form-sign-in .ss-login-form form .btn-link .icon {
    font-size: 8px;
}
.form-sign-in .ss-login-form form .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}
.form-sign-in .ss-login-form form .bottom .btn-link {
    color: var(--main-color2);
}

.toolbar-shop-mobile {
    max-width: min(90%, 430px) !important;
}
.toolbar-shop-mobile .mb-canvas-content {
    max-width: 100%;
    padding-top: 70px;
    padding-left: 0;
}
.toolbar-shop-mobile .mb-body {
    padding: 0 20px 0 21px;
}
.toolbar-shop-mobile ul.nav-ul-mb > li {
    padding: 0 !important;
    border: 0 !important;
}
.toolbar-shop-mobile .tf-category-link {
    gap: 16px;
    min-height: 50px !important;
    padding: 4px 0 6px;
    position: relative;
}
.toolbar-shop-mobile .tf-category-link .image {
    width: 34px;
    height: 34px;
    position: relative;
}
.toolbar-shop-mobile .tf-category-link .image::before {
    position: absolute;
    z-index: 1;
    content: '';
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: solid 1px var(--line);
    margin: auto;
    pointer-events: none;
    border-radius: 50%;
}
.toolbar-shop-mobile .tf-category-link .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.toolbar-shop-mobile .tf-category-link > span:nth-child(2) {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.toolbar-shop-mobile .tf-category-link::after {
    position: absolute;
    bottom: 0;
    content: '';
    height: 1px;
    width: calc(100% - 53px);
    right: 0;
    left: 53px;
    background-color: rgba(0, 0, 0, 0.12);
}
.toolbar-shop-mobile .tf-category-link .btn-open-sub {
    width: 40px;
    height: 40px;
    border-left: 1px solid var(--line);
}
.toolbar-shop-mobile .tf-category-link.current::after {
    display: none;
}
.toolbar-shop-mobile .tf-category-link.has-children:not(.collapsed)::after {
    display: none;
}
.toolbar-shop-mobile .sub-nav-menu {
    margin: 0px 0 17px 50px !important;
    padding: 0 !important;
}
.toolbar-shop-mobile .sub-nav-menu .tf-category-link {
    padding: 4px 0 4px 15px;
    margin-bottom: 1px;
    min-height: 30px !important;
}
.toolbar-shop-mobile .sub-nav-menu .tf-category-link::after {
    display: none;
}
.toolbar-shop-mobile .sub-menu-level-2 {
    margin-left: 65px !important;
}
.toolbar-shop-mobile .mb-bottom {
    min-height: 50px;
    clear: both;
    padding: 15px 26px;
    background-color: rgba(0, 0, 0, 0.05);
}
.toolbar-shop-mobile .mb-bottom a {
    line-height: 13px;
}
.toolbar-shop-mobile .list-cate {
    position: relative;
}
.toolbar-shop-mobile .list-cate.show::after {
    position: absolute;
    bottom: -17px;
    content: '';
    height: 1px;
    width: calc(100% - 53px);
    right: 0;
    left: 53px;
    background-color: rgba(0, 0, 0, 0.12);
}

#sidebarmobile {
    max-height: 100vh;
    overflow-y: auto;
}

.modal-newleter .modal-content .icon.icon-close {
    position: absolute;
    cursor: pointer;
    top: 13px;
    right: 13px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 999px;
    background-color: var(--white);
    color: var(--main-color2);
    font-size: 12px;
}
.modal-newleter .modal-content .icon.icon-close:hover {
    color: var(--main-color2);
}
.modal-newleter .modal-content .wrap-info {
    text-align: center;
    padding: 0 40px 0 10px;
}
.modal-newleter .modal-content .wrap-info .popup-title h4 {
    color: var(--main-color2);
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
}
.modal-newleter .modal-content .wrap-info .popup-title h4 span {
    color: var(--primary);
}
.modal-newleter .modal-content .wrap-info #subscribe-content input {
    width: 100%;
    padding: 0 15px;
    border: 1px solid var(--line);
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    color: var(--main-color2);
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}
.modal-newleter .modal-content .wrap-info #subscribe-content button {
    height: 44px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin-top: 0;
    background: var(--main-color2);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #fff;
    font-weight: 400;
    padding: 0;
}
.modal-newleter .modal-content .wrap-info .inline {
    margin-top: 35px;
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
}
.modal-newleter .modal-content .form-newsletter {
    margin-top: 26px;
}

.canvas-sidebar-blog .canvas-header {
    background-color: var(--white);
    padding: 14px 20px;
}
.canvas-sidebar-blog .canvas-header .title {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
}
.canvas-sidebar-blog .canvas-body {
    padding: 20px;
}

/*------------ box icon ---------------- */
.box-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.box-icon.w_28 {
    width: 28px;
    height: 28px;
}
.box-icon.w_34 {
    width: 34px;
    height: 34px;
}
.box-icon.w_46 {
    width: 46px;
    height: 46px;
}
.box-icon.w_50 {
    width: 50px;
    height: 50px;
}
.box-icon.round {
    border-radius: 50% !important;
}

.ss-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);
}
.ss-social-icon .social-facebook:hover {
    background: var(--facebook-cl);
    color: var(--white);
}
.ss-social-icon .social-twiter:hover {
    background: var(--twitter-cl);
    color: var(--white);
}
.ss-social-icon .social-instagram:hover {
    background: var(--instagram-cl);
    color: var(--white);
}
.ss-social-icon .social-tiktok:hover {
    background: var(--tiktok-cl);
    color: var(--white);
}
.ss-social-icon .social-pinterest:hover {
    background: var(--pinterest-cl);
    color: var(--white);
}
.ss-social-icon.style-white li a {
    border-color: var(--white);
    color: var(--white);
}
.ss-social-icon .social-line {
    border: 1px solid var(--main-color2);
}
.ss-social-icon .social-line.social-facebook:hover {
    background: transparent;
    color: var(--facebook-cl);
    border-color: var(--facebook-cl);
}
.ss-social-icon .social-line.social-twiter:hover {
    background: transparent;
    color: var(--twitter-cl);
    border-color: var(--twitter-cl);
}
.ss-social-icon .social-line.social-instagram:hover {
    background: transparent;
    color: var(--threads-cl);
    border-color: var(--threads-cl);
}
.ss-social-icon .social-line.social-tiktok:hover {
    background: transparent;
    color: var(--tiktok-cl2);
    border-color: var(--tiktok-cl2);
}
.ss-social-icon .social-line.social-pinterest:hover {
    background: transparent;
    color: var(--pinterest-cl);
    border-color: var(--pinterest-cl);
}
.ss-social-icon.style-default li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.ss-social-icon.style-default li a {
    border: 0 !important;
}
.ss-social-icon.style-default li a:hover {
    background: unset !important;
}
.ss-social-icon.style-default li .social-facebook:hover {
    color: var(--facebook-cl);
}
.ss-social-icon.style-default li .social-twiter:hover {
    color: var(--twitter-cl);
}
.ss-social-icon.style-default li .social-instagram:hover {
    color: var(--threads-cl);
}
.ss-social-icon.style-default li .social-tiktok:hover {
    color: var(--tiktok-cl2);
}
.ss-social-icon.style-default li .social-pinterest:hover {
    color: var(--pinterest-cl);
}

.tf-icon-box .icon {
    margin-bottom: 34px;
}
.tf-icon-box .icon i {
    font-size: 30px;
    color: #c5c5c5;
}
.tf-icon-box .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}
.tf-icon-box.style-border-line {
    border: 1px solid #ececec;
    padding: 26px 20px;
    border-radius: 10px;
}
.tf-icon-box.style-border-line .icon i {
    color: var(--main-color2);
}
.tf-icon-box.style-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-icon-box.style-row .icon {
    width: 60px;
    height: 60px;
    border: 1px solid #ececec;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.tf-icon-box.style-row .icon i {
    color: var(--main-color2);
}

.swiper-slide .tf-icon-box {
    width: 100%;
    height: 100%;
}

/*------------ hover ---------------- */
.hover-img .img-style {
    overflow: hidden;
}
.hover-img .img-style img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        transform 1.5s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover 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%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition:
        transform 500ms ease,
        -webkit-transform 500ms ease;
}

.hover-img2 .img-style2 {
    overflow: hidden;
    border-radius: 8px;
}
.hover-img2 .img-style2 .img2 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hover-img2:hover .img2 {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.hover-img3 .img-style3 {
    border-radius: 8px;
    overflow: hidden;
}
.hover-img3 .img-style3 img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hover-img3:hover img {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagi2 .swiper-pagination2:hover .box-img .icon-practice,
.swiper-button-next2:hover .box-img .icon-practice,
.swiper-button-prev2:hover .box-img .icon-practice,
.hv-one:hover .box-img .icon-practice {
    opacity: 1;
    z-index: 99;
    top: 50%;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.pagi2 .swiper-pagination2:hover .img-style::before,
.swiper-button-next2:hover .img-style::before,
.swiper-button-prev2:hover .img-style::before,
.hv-one:hover .img-style::before {
    opacity: 1;
}
.pagi2 .swiper-pagination2 .img-style,
.swiper-button-next2 .img-style,
.swiper-button-prev2 .img-style,
.hv-one .img-style {
    border-radius: 10px;
    overflow: hidden;
}
.pagi2 .swiper-pagination2 .img-style::before,
.swiper-button-next2 .img-style::before,
.swiper-button-prev2 .img-style::before,
.hv-one .img-style::before {
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
    opacity: 0;
    border-radius: 10px;
}
.pagi2 .swiper-pagination2 .img-style.s-one::before,
.swiper-button-next2 .img-style.s-one::before,
.swiper-button-prev2 .img-style.s-one::before,
.hv-one .img-style.s-one::before {
    border-radius: 50%;
}

.hv-one2:hover .img-style2::before {
    opacity: 1;
    visibility: visible;
}
.hv-one2 .img-style2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 10px;
}

.hv-tool {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*------------ collection ---------------- */
.collection-item .collection-inner {
    position: relative;
}
.collection-item .collection-image {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.collection-item .collection-content {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.collection-item .collection-title {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0px 14px;
    background-color: var(--white);
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.collection-item .collection-title .icon {
    color: var(--white);
    margin: 0;
}
.collection-item .collection-title:hover {
    background-color: var(--main-color2);
    color: var(--white);
}
.collection-item.style-left .collection-content {
    left: 0;
    -webkit-transform: unset;
    transform: unset;
}
.collection-item.style-left .collection-content .collection-title {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.collection-item-v2 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.collection-item-v2 .collection-image {
    width: 100%;
    height: 100%;
}
.collection-item-v2 .collection-content {
    position: absolute;
    inset: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.collection-item-v2 .collection-content .heading {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 21.6px;
}
.collection-item-v2 .collection-content .subheading {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 7px;
}
.collection-item-v2.type-small .collection-content .heading {
    font-size: 18px;
    margin-bottom: 0;
}
.collection-item-v2.type-small .collection-content p {
    font-size: 14px;
}

.collection-item-v3 .collection-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.collection-item-v3 .collection-image .box-icon {
    position: absolute;
    border-radius: 50%;
    color: var(--main-color2);
    font-size: 10px;
    bottom: 15px;
    right: 15px;
    background-color: var(--white);
    width: 35px;
    height: 35px;
}
.collection-item-v3 .collection-image .box-icon:hover {
    background-color: var(--main-color2);
    color: var(--white);
}
.collection-item-v3 .collection-content {
    margin-top: 15px;
}
.collection-item-v3 .collection-content .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.collection-item-v3 .collection-content .count {
    font-size: 14px;
    line-height: 22.4px;
}

.collection-item-v4 .collection-inner {
    position: relative;
}
.collection-item-v4 .collection-image {
    display: block;
}
.collection-item-v4 .collection-content {
    text-align: center;
    bottom: 7%;
    position: absolute;
    left: 7%;
    right: 7%;
}
.collection-item-v4 .collection-content .heading {
    font-size: 18px;
    line-height: 21.6px;
    text-transform: capitalize;
}
.collection-item-v4 .collection-content .subheading {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.collection-item-v4 .collection-content .ss-btn {
    margin-top: 14px;
}
.collection-item-v4.style-2 .collection-content {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.collection-item-v4.style-2 .collection-content .subtext {
    margin-top: 9px;
}
.collection-item-v4.style-2 .collection-content .heading {
    font-size: 22px;
    line-height: 26.4px;
}
.collection-item-v4.style-3 .collection-content {
    text-align: left;
}
.collection-item-v4.st-lg .collection-content .heading {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 10px;
}
.collection-item-v4.st-lg .collection-content .subtext {
    font-size: 16px;
    line-height: 19.2px;
}

.collection-item-v5 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.collection-item-v5 .collection-image {
    width: 100%;
    height: 100%;
    display: block;
}
.collection-item-v5 .collection-content {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.collection-item-v5 .collection-content .collection-title {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 3px;
    gap: 5px;
}
.collection-item-v5 .collection-content .collection-title .icon {
    font-size: 12px;
    font-weight: 500;
}
.collection-item-v5 .collection-content .collection-title:hover {
    background-color: var(--main-color2);
    color: var(--white);
}

.collection-item-v6 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.collection-item-v6 .collection-image {
    width: 100%;
    height: 100%;
    display: block;
}
.collection-item-v6 .collection-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    padding: 14px;
}
.collection-item-v6 .collection-content .heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2px;
}
.collection-item-v6 .collection-content .subheading {
    font-size: 16px;
    line-height: 19.2px;
}

.collection-item-circle {
    position: relative;
}
.collection-item-circle .collection-image {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.collection-item-circle .collection-content {
    margin-top: 15px;
}
.collection-item-circle .collection-content .title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.collection-item-circle .collection-content .count {
    color: var(--text);
}
.collection-item-circle .sale-off {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 19px;
    padding: 0 5px;
    background-color: var(--main-color2);
    border-radius: 999px;
    color: var(--white);
}
.collection-item-circle.has-bg {
    padding: 15px 0;
    background-color: var(--bg-2);
    border-radius: 20px;
}
.collection-item-circle.has-bg .collection-image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.collection-item-circle.has-bg .collection-content {
    margin-top: 19px;
}
.collection-item-circle.has-bg .collection-content .title {
    margin-bottom: 0;
}
.collection-item-circle.has-bg-2 {
    background-color: #f2f2f2;
    border-radius: 3px;
}
.collection-item-circle.circle-line .collection-image {
    padding: 15px;
    border: 1px solid var(--primary);
}
.collection-item-circle.circle-line .collection-content {
    margin-top: 20px;
}
.collection-item-circle.circle-line .collection-content .title {
    margin: 0;
}

.tf-shopall .tf-shopall-icon {
    width: 99px;
    height: 99px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--main-color2);
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
}

.tf-categories-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}
.tf-categories-wrap .tf-categories-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tf-categories-wrap .collection-item-circle img {
    max-width: 104px;
}
.tf-categories-wrap .collection-item-circle {
    min-width: 155px;
}
.tf-categories-wrap .collection-item-circle .has-saleoff-wrap,
.tf-categories-wrap .collection-item-circle .collection-image {
    width: 99px;
    height: 99px;
    margin-left: auto;
    margin-right: auto;
}
.tf-categories-wrap .collection-content {
    margin-top: 17px !important;
}
.tf-categories-wrap .collection-content a {
    font-size: 14px !important;
    line-height: 17px !important;
}

.slider-collection {
    padding-bottom: 6px;
}
.slider-collection .collection-item .collection-title {
    padding: 0 16px;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    background-color: var(--white);
    color: var(--main-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}
.slider-collection .collection-item .collection-title .icon {
    display: none;
    font-size: 10px;
    margin-top: 2px;
}
.slider-collection .collection-item .collection-title:hover {
    background-color: var(--main-color2);
    color: var(--white);
}

.collection-title-v2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 3px;
    padding: 0px 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--white);
}
.collection-title-v2:hover {
    color: var(--white);
    background-color: var(--main-color2);
}

.discovery-new-item {
    padding: 37px;
    height: 100%;
    border: 1px solid var(--main-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    border-radius: 10px;
    gap: 30px;
}
.discovery-new-item a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--main-color2);
    border-radius: 50%;
    font-size: 10px;
    color: var(--main-color2);
}
.discovery-new-item a:hover {
    background-color: var(--main-color2);
    color: var(--white);
}

.banner-gr-item {
    position: relative;
}
.banner-gr-item .img-style {
    margin-bottom: 30px;
}
.banner-gr-item .content .title {
    font-size: 28px;
    line-height: 34px;
}
.banner-gr-item .content > a {
    margin-top: 18px;
}
.banner-gr-item.style-content-absolute .content {
    position: absolute;
    left: 30px;
    right: 30px;
}
.banner-gr-item.style-content-absolute .content p {
    color: var(--main-color2);
}
.banner-gr-item.style-content-absolute .absolute-bot {
    bottom: 50px;
    top: unset;
}
.banner-gr-item.style-content-absolute .absolute-top {
    top: 50px;
    bottom: unset;
}
.banner-gr-item.style-content-absolute .absolute-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: unset;
}

.tf-sw-collection .swiper-slide {
    height: auto;
}
.tf-sw-collection .swiper-slide img {
    height: 100%;
}

.tf-banner-collection {
    position: relative;
}
.tf-banner-collection img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.tf-banner-collection .box-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tf-banner-collection .box-content .sub {
    line-height: 17px;
}
.tf-banner-collection .box-content .heading {
    font-size: 42px;
    line-height: 50px;
    margin-top: 5px;
}
.tf-banner-collection .box-content p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 26px;
}

.collection-line-upper .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color2);
}
.collection-line-upper .collection-image {
    width: 100%;
    height: 100%;
}
.collection-line-upper .collection-content {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
}
.collection-line-upper .collection-content .collection-title {
    font-size: 12px;
    line-height: 14.4px;
    text-transform: uppercase;
    padding: 10px 24px;
    font-weight: 700;
}
.collection-line-upper .collection-content .subheading {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22.4px;
    text-transform: uppercase;
    font-weight: 700;
}
.collection-line-upper .collection-content .heading {
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 21.6px;
    text-transform: uppercase;
    font-weight: 800;
}

.collection-item-centered {
    position: relative;
}
.collection-item-centered .img-style {
    width: 100%;
    height: 100%;
}
.collection-item-centered .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.collection-item-centered .content .ss-btn {
    padding: 0px 16px;
    line-height: 44px;
    border: 0;
}
.collection-item-centered .content .ss-btn span {
    text-wrap: nowrap;
}

.flat-categories-bg {
    background-color: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    padding: 17px 15px;
}
.flat-categories-bg .collection-item-circle .collection-content {
    margin-top: 20px;
}
.flat-categories-bg .collection-item-circle .collection-content .title {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 0;
}
.flat-categories-bg .nav-sw {
    border: 0;
    top: 44%;
}
.flat-categories-bg .nav-sw.nav-next-slider {
    left: 0;
}
.flat-categories-bg .nav-sw.nav-prev-slider {
    right: 0;
}
.flat-categories-bg .nav-sw:hover {
    color: var(--primary);
    background-color: transparent;
}

.swiper-slide .collection-item-v4,
.swiper-slide .collection-item-v4 .collection-inner,
.swiper-slide .collection-item-v4 .collection-image {
    height: 100%;
}

/*------------ product ---------------- */
/*---------------- PRODUCT GRID ------------------*/
/*---------------- PRODUCT LIST -----------------*/
.ss-variants-swatch .swatch-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.ss-variants-swatch .swatch-content .swatch-items {
    border: 1px solid var(--border-color);
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ss-variants-swatch .swatch-content .swatch-items:hover {
    cursor: pointer;
    border-color: var(--main-color2);
}

.ss-variants-swatch .swatch-content .swatch-items:hover label {
    cursor: pointer;
}

.ss-variants-swatch .swatch-content .swatch-items.active {
    border-color: var(--main-color2);
}

.ss-variants-swatch .swatch-content.color {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.ss-variants-swatch .swatch-content.color .swatch-items {
    width: 26px;
    height: 26px;
    font-size: 0;
    line-height: 26px;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
}

.ss-variants-swatch .swatch-content.color .swatch-items label {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0;
    font-size: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ss-variants-swatch .swatch-content.color .swatch-items:hover label,
.ss-variants-swatch .swatch-content.color .swatch-items.active label {
    width: 12px;
    height: 12px;
}

.ss-variants-swatch .swatch-content.label {
    gap: 4px;
}

.ss-variants-swatch .swatch-content.label .swatch-items {
    min-width: 24px;
    line-height: 22px;
    padding: 0px 5px;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    background: #fff;
    margin: 0;
    color: var(--main-color2);
}

.ss-variants-swatch .swatch-content.label .swatch-items:hover,
.ss-variants-swatch .swatch-content.label .swatch-items.active {
    background-color: var(--main-color2);
    color: #fff;
}

.ss-variants-swatch .swatch-content.label .swatch-items label {
    margin: 0;
}

.ss-variants-swatch .swatch-content .swatch-items label span {
    display: inline-block;
    line-height: 22px;
    color: #fff;
    background: var(--main-color2);
    padding: 0 10px;
    font-size: 12px;
    color: var(--main-color2);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
    text-transform: capitalize;
    /*transition: all .3s ease-out 0s;*/
}

.ss-variants-swatch .swatch-content .swatch-items label span:before {
    content: '';
    position: absolute;
    border-color: transparent;
    border-width: 4px;
    border-style: solid;
    left: calc(50% - 4px);
    bottom: -8px;
    border-top-color: var(--main-color2);
}

.ss-variants-swatch .swatch-content .swatch-items:hover span {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 10px);
    color: #fff;
}

.ss-variants-swatch .swatch-content.label .swatch-items label span {
    display: none;
}

.ss-variants-swatch .swatch-content .swatch-items.disabled {
    cursor: not-allowed !important;
    pointer-events: auto !important;
    border: 1px solid var(--border-color);
}

.ss-variants-swatch .swatch-content.label .swatch-items.disabled {
    overflow: hidden;
}

.ss-variants-swatch .swatch-content .swatch-items.disabled label {
    cursor: not-allowed !important;
}

.ss-variants-swatch .swatch-content .swatch-items.disabled:before {
    content: '';
    top: 50%;
    left: 0;
    height: 1px;
    opacity: 1;
    z-index: 1;
    border: none;
    position: absolute;
    visibility: visible;
    width: calc(100% + 2px);
    background-color: var(--border-color);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.ss-variants-swatch .swatch-content.color .swatch-items.disabled label {
    width: 18px;
    height: 18px;
}

.ss-variants-swatch .swatch-content.image .swatch-items label {
    width: 22px;
    margin: 2px 8px 2px 4px;
    height: 22px;
    font-size: 0;
    position: relative;
    cursor: pointer;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.ss-variants-swatch .swatch-content.image .swatch-items label {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    margin: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ss-variants-swatch .swatch-content .swatch-items label[data-color],
.ss-variants-swatch .swatch-content.color .swatch-items label {
    background-image: none !important;
}

.ss-variants-swatch .swatch-content .swatch-items label[data-label],
.ss-variants-swatch .swatch-content.label .swatch-items label {
    background-image: none !important;
    background-color: transparent !important;
}

/*label[data-image]*/
/*--- end option ---*/
.media > *:not(.zoom, .deferred-media__poster-button),
.media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.media.media--hover-effect > img {
    -webkit-transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.media.media--hover-effect > img + img {
    opacity: 0;
    -webkit-transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.left-block:hover .media.media--hover-effect > img + img {
    opacity: 1;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.template-collection .products-listing {
    margin-bottom: 10rem;
}

.products-listing .product-layout .product-item-container {
    position: relative;
}

.products-listing .product-layout .product-item-container .left-block {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.products-listing .product-layout .product-item-container .left-block .button-link {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.products-listing .product-layout .product-item-container .right-block .button-link .load-add-to-cart .btn_df svg {
    display: none;
}

.products-listing .product-layout .product-item-container .right-block .button-link .load-add-to-cart .btn_df,
.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.load-quickview span {
    position: relative;
}

.products-listing .product-layout .product-item-container .right-block .button-link .load-add-to-cart .btn_df:before,
.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.load-quickview span:before {
    position: relative;
    display: inline-block;
    content: '';
    border: 2px solid rgba(102, 102, 102, 0.8);
    border-top-color: #ccc;
    width: 16px;
    height: 16px;
    background: none;
    -webkit-animation: 2s linear 0s normal none infinite running spin-load;
    animation: 2s linear 0s normal none infinite running spin-load;
    text-indent: 0;
    top: 0;
    border-radius: 50%;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.load-quickview svg {
    display: none !important;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.load-quickview span {
    display: inline-block !important;
    font-size: 0;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df {
    border: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: var(--main-color2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    text-transform: capitalize;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 1.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 1.5px rgba(0, 0, 0, 0.05);
    background-color: var(--color-base-background-1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    position: relative;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.load-wishlist span {
    position: relative;
    display: block !important;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.load-wishlist svg {
    display: none !important;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.load-wishlist .hidden {
    display: block !important;
    position: relative;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.load-wishlist span:before {
    position: relative;
    display: inline-block;
    content: '';
    border: 2px solid rgba(102, 102, 102, 0.5);
    border-top-color: #666;
    width: 16px;
    height: 16px;
    background: none;
    -webkit-animation: 2s linear 0s normal none infinite running spin-load;
    animation: 2s linear 0s normal none infinite running spin-load;
    text-indent: 0;
    top: 0px;
    border-radius: 50%;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df:hover {
    -webkit-transition: none;
    transition: none;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.quickview {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df.button-compare {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.products-listing .product-layout .product-item-container:hover .left-block .button-link .btn_df {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.products-listing .product-layout .product-item-container:hover .left-block .button-link .btn_df:before {
    content: attr(data-title);
    position: absolute;
    padding: 0 10px;
    background: var(--main-color2);
    color: #fff;
    right: calc(100% + 9px);
    line-height: 25px;
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    -webkit-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
}

.products-listing .product-layout .product-item-container:hover .left-block .button-link .btn_df:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--main-color2);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df i {
    font-size: 16px;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df span {
    display: none !important;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df:hover {
    background: var(--main-color2);
    color: #fff;
    cursor: pointer;
}

.products-listing .product-layout .product-item-container .left-block .product-image-container > a {
    position: relative;
    display: block;
}

.products-listing .product-layout .product-item-container .left-block a span.media--hover-effect:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    z-index: 1;
}

.products-listing .product-layout .product-item-container:hover .left-block a span.media--hover-effect:before {
    opacity: 1;
}

.products-listing .product-layout .product-item-container .left-block .product-image-container:hover img {
    /*transform: scale(1.08);
  transition:opacity .5s ease, transform 2s cubic-bezier(0,0,.44,1.18);*/
}

.products-listing .product-layout .left-block .label-sold-out {
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 1.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 1.5px rgba(0, 0, 0, 0.05);
    background-color: var(--color-base-background-1);
}

.products-listing .product-layout .product-item-container:hover .label-sold-out {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.products-listing .product-layout .product-item-container:hover .countdown_tab {
    opacity: 0;
}

.products-listing .product-layout .product-item-container .right-block {
    position: relative;
    z-index: 1;
}

.products-listing .product-layout .product-item-container .right-block .caption {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.products-listing .product-layout .product-item-container .right-block .description {
    font-size: 15px;
    line-height: 21px;
    color: var(--color-text);
    font-weight: var(--font-body-weight);
}

.products-listing .product-layout .product-item-container .right-block .caption h4 {
    margin: 0;
}

.products-listing .product-layout .product-item-container .right-block .caption h4 a {
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 1.2;
    font-weight: var(--font-body-weight);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.products-listing .product-layout .product-item-container .right-block .button-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.products-listing .product-layout .product-item-container:hover .right-block .button-link {
    opacity: 1;
    visibility: visible;
}

.products-listing .product-layout .product-item-container .right-block .button-link .btn_df {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 5px;
    /*box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);*/
    background-color: var(--color-base-background-1);
    border: 1px solid var(--main-color2);
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    text-align: center;
    text-transform: capitalize;
}

.products-listing .product-layout .product-item-container .right-block .button-link .btn_df svg {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
}

.products-listing .product-layout .product-item-container .right-block .button-link .btn_df:hover {
    background-color: var(--main-color2);
    color: #fff;
}

.products-listing .product-layout .product-item-container .button-link .disabled {
    cursor: not-allowed;
}

.products-listing .product-layout .product-item-container .right-block .title-vendor {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--color-text);
}

.products-listing .product-layout .product-item-container .right-block .title-vendor a {
    color: var(--color-text);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: var(--font-body-weight);
}

.products-listing .product-layout .product-item-container .right-block .title-vendor a:hover {
    color: var(--main-color2);
}

.products-listing .product-layout .product-item-container .right-block .product-reviews {
    display: none;
}

.products-listing .product-layout .product-item-container .right-block .ss-variants-swatch {
    height: 70px;
    height: 70px;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: var(--font-medium);
}
.price .product-price {
    font-weight: var(--font-body-weight);
    color: var(--price);
}
.price .price-item--sale {
    color: var(--new-price);
}
.price .product-price--regular {
    text-decoration: line-through;
    color: var(--old-price);
}

/*----gird product---*/
.products-listing .product-layout.grid__item .product-item-container .right-block .caption {
    background-color: var(--color-base-background-1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0;
}
.products-listing
    .product-layout.grid__item
    .product-item-container
    .right-block
    .caption
    .product-info-variant-picker {
    margin: 0;
}
.products-listing .product-layout.grid__item .product-item-container .right-block .button-link {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.products-listing .product-layout.grid__item .product-item-container .right-block .button-link .btn_df {
    width: 100%;
    background-color: var(--main-color2);
    color: #fff;
}
.products-listing .product-layout.grid__item .product-item-container .right-block .button-link .btn_df:hover {
    background-color: var(--main-color2);
    border-color: var(--main-color2);
    cursor: pointer;
}
.products-listing .product-layout.grid__item .product-item-container:hover .right-block .caption {
    -webkit-transform: translateY(-66px);
    transform: translateY(-66px);
}
.products-listing .product-layout.grid__item .product-item-container .caption .description {
    display: none;
}

/*list product---*/
.products-listing .short_des {
    display: none;
}
.products-listing .product-layout.list__item .product-item {
    margin-bottom: 40px;
}
.products-listing .product-layout.list__item:last-child .product-item {
    margin-bottom: 0;
}
.products-listing .product-layout.list__item .product-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}
.products-listing .product-layout.list__item .product-item-container .right-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.products-listing .product-layout.list__item .product-item-container .right-block .caption h4 a {
    font-size: 24px;
}
.products-listing .product-layout.list__item .product-item-container .right-block .price .product-price {
    font-size: 24px;
    color: var(--main-color2);
}
.products-listing .product-layout.list__item .product-item-container .right-block .button-link {
    margin-top: 33px;
}
.products-listing .product-layout.list__item .product-item-container .right-block .button-link .btn_df {
    padding: 12px 75px;
}
.products-listing .product-layout.list__item .product-item-container .right-block .size-list {
    margin-top: 10px;
}
.products-listing .list__item.product-layout .product-item-container .left-block {
    width: 330px;
    float: var(--left);
}
.products-listing .product-layout[data-grid='list'] .product-item-container {
    display: grid;
    grid-template-columns: 280px 4fr;
    gap: 20px;
}
.products-listing .product-layout.grid__item[data-grid='list'] .product-item-container {
    padding: 15px;
}
.products-listing .product-layout.grid__item[data-grid='list'] .product-item-container .right-block .button-link {
    position: static;
    opacity: 1;
    margin-top: 20px;
    visibility: visible;
}
.products-listing .product-layout.grid__item[data-grid='list'] .short_des {
    display: block;
}
.products-listing
    .product-layout.grid__item[data-grid='list']
    .product-item-container
    .right-block
    .button-link
    .btn_df {
    width: auto;
}
.products-listing .product-layout.grid__item[data-grid='list'] .product-item-container:hover:before {
    height: 100%;
}
/*============Gird style2===========*/
.products-listing .product-layout .product-item-container {
    padding: 10px;
}

.products-listing .product-layout .product-item-container:hover {
    z-index: 2;
}

.products-listing .product-layout .product-item-container:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    border: 1px solid var(--border-color);
    background-color: var(--color-base-background-1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 5px;
}

.countdown_tab {
    bottom: 10px;
}

.countdown_tab .countdown_inner {
    padding: 15px 10px;
}

.products-listing .product-layout .product-item-container .right-block .title-vendor a {
    color: var(--color-text);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: var(--font-body-weight);
    display: inline-block;
    line-height: 12px;
}

.products-listing .product-layout .product-item-container .right-block .ss-variants-swatch {
    height: auto;
    gap: 17px;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df {
    border-radius: 100%;
}

.products-listing .product-layout .product-item-container .left-block .button-link .btn_df:hover {
    background-color: var(--main-color2);
}

.products-listing .product-layout.grid__item .product-item-container:hover:before {
    height: calc(100% + 40px);
    border-color: var(--main-color2);
}

.products-listing .product-layout.grid__item .product-item-container .right-block {
    padding: 0 10px 20px;
}

.products-listing .product-layout.grid__item .product-item-container:hover .right-block .caption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.products-listing .product-layout.grid__item .product-item-container .right-block .button-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    left: 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
    width: auto;
}

.products-listing .product-layout.grid__item .product-item-container:hover .right-block .button-link {
    opacity: 1;
    visibility: visible;
    bottom: -30px;
}

.products-listing .product-layout.grid__item .product-item-container .right-block .button-link .btn_df {
    background-color: var(--color-base-background-2);
    border: 1px solid var(--color-base-background-2);
    padding: 9px 20px;
    color: var(--main-color2);
    border-radius: 4px;
}

.products-listing .product-layout.grid__item .product-item-container .right-block .button-link .btn_df:hover {
    background-color: var(--main-color2);
    border-color: var(--main-color2);
    color: #fff;
}

/*============List style2===========*/
.products-listing .product-layout.list__item .product-item-container:hover:before {
    height: 100%;
    border-color: var(--main-color2);
}

.template-collection .products-listing .product-layout.grid__item .product-item,
.template-search .products-listing .product-layout.grid__item .product-item {
    margin-bottom: 30px;
}

/*=======================Sidebar===============================*/
.col-sidebar.sidebar-fixed:not(.sidebar-dropdown) .block.block-category {
    margin-bottom: 35px;
    margin-top: 0;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
}

.block-category .toggle-menu {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-color: #d7d7d7 #f0f0f0;
    scrollbar-width: thin;
    padding: 0px;
}

.block-category .toggle-menu li:not(:last-child) {
    margin-bottom: 12px;
    position: relative;
    font-size: 14px;
}

.block-category .toggle-menu li a {
    color: var(--link-color);
    font-size: 14px;
    font-weight: var(--font-body-weight);
    line-height: 22px;
    position: relative;
}

.block-category .toggle-menu > li.active > a,
.block-category .toggle-menu > li:hover a,
.block-category .toggle-menu > li:hover a .count,
.block-category .toggle-menu > li.active > a .count {
    color: var(--link-hover);
}

.block-category .toggle-menu li .sub-menu {
    padding: 10px;
}

.block-category .toggle-menu a .count {
    margin-left: 10px;
    color: var(--color-text);
    display: inline-block;
}

.block-category .toggle-menu .caret {
    float: var(--right);
    width: 30px;
    text-align: center;
    font-size: 14px;
}

/*==================Filter========================*/
.SMFiltersForm .js-filter {
    margin-bottom: 35px;
    margin-top: 0;
    border-bottom: 1px solid var(--border-color);
}

.SMFiltersForm .js-filter .block-title:hover {
    cursor: pointer;
}

.SMFiltersForm .js-filter .block-title label {
    margin: 0;
    pointer-events: none;
}

.SMFiltersForm .js-filter .sm__display {
    padding-bottom: 40px;
    line-height: 1;
    padding-top: 10px;
}

.SMFiltersForm .sm__display .reset-filter {
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1;
    padding-bottom: 2px;
}

.SMFiltersForm .sm__display .reset-filter.hidden {
    display: none !important;
}

.SMFiltersForm .sm__display .reset-filter a {
    padding: 0;
    background: transparent;
    color: var(--color-text);
    margin: 0;
    line-height: 1;
}

.SMFiltersForm .sm__display .reset-filter:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--color-text);
    height: 1px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.SMFiltersForm .sm__display .reset-filter:hover a {
    color: var(--main-color2);
}

.SMFiltersForm .sm__display .reset-filter:hover:before {
    /*left: 0;
  width: 0;*/
    background: var(--main-color2);
}

/*---reset filter---*/
.sm-layer .active-sm {
    background: var(--main-color2);
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 8rem;
    position: relative;
}

.sm-layer .active-sm:after {
    border-bottom: 1px solid var(--border-color);
    display: block;
    content: '';
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 1px;
    left: 0;
}

.sm-layer .active-sm .active-label {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: var(--font-medium);
    padding-bottom: 7px;
}

.sm-layer .active-sm .active-sm__button-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
}

.sm-layer .active-sm .active-sm__button-wrapper .active-sm__button-remove {
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: var(--font-body-weight);
}

.sm-layer .active-sm .active-sm__button-wrapper .active-sm__button-remove:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: currentcolor;
    height: 1px;
    width: 100%;
}

.sm-layer .active-sm .active-sm__button-wrapper .active-sm__button-remove:hover {
    color: var(--main-color2);
}

.sm-layer .active-sm .active-sm__button-inner {
    color: var(--main-color2);
    background-color: var(--color-base-background-1);
    border-radius: 3px;
    font-size: 14px;
    font-weight: var(--font-medium);
    display: inline-block;
    min-height: auto;
    padding: 7.5px 40px 7.5px 10px;
    position: relative;
}

.sm-layer .active-sm .active-sm__button-inner span.visually-hidden {
    display: inline-block !important;
    color: var(--color-text);
    background: var(--color-base-background-1);
    border-radius: 0px 3px 3px 0px;
    width: 30px;
    height: 100%;
    line-height: 28px;
    text-align: center;
    margin: 0;
    font-size: 0;
    clip: unset;
    top: 0;
    right: -1px;
}

.sm-layer .active-sm .active-sm__button-inner span.visually-hidden:before {
    content: '\e962';
    font-family: icomoon;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.sm-layer .active-sm .active-sm__button-inner:hover span.visually-hidden {
    background: var(--main-color2);
    color: #fff;
}

.sm-layer .active-sm .active-sm__button-inner:hover span.visually-hidden:before {
    /*transform: rotate(90deg) scale(.8);*/
}

/*---filter label---*/
.SMFiltersForm .filter-label {
    line-height: 1;
}

.SMFiltersForm .filter-label .sm__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    border-top: 0;
    margin: 0;
    gap: 10px;
}

.SMFiltersForm .filter-label .sm__list input {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
}

.SMFiltersForm .filter-label .sm__list label {
    position: relative;
    padding: 6px 9px;
    display: inline-block;
    border: 1px solid var(--border-color);
    margin: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    min-width: 50px;
    border-radius: 5px;
    color: var(--main-color2);
}

.SMFiltersForm .filter-label .sm__list label.facet-checkbox--disabled {
    cursor: not-allowed;
    color: var(--color-text);
}

.SMFiltersForm .filter-label .sm__list label.facet-checkbox--disabled:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), #ddd, transparent calc(50% + 1px));
}

.SMFiltersForm .filter-label .sm__list label.facet-checkbox--disabled input {
    cursor: not-allowed;
}

.SMFiltersForm .filter-label .sm__list label:not(.facet-checkbox--disabled):hover {
    border-color: var(--main-color2);
    color: var(--main-color2);
    cursor: pointer;
}

.SMFiltersForm .filter-label .sm__list label:not(.facet-checkbox--disabled):hover span {
    color: var(--main-color2);
}

.SMFiltersForm .filter-label .sm__list .select-filter input:checked + label {
    border-color: var(--main-color2);
    background-color: var(--main-color2);
    color: #fff;
}

.SMFiltersForm .filter-label .sm__list .sm__item .facet-checkbox span {
    display: none;
}

/*---filter list---*/
.SMFiltersForm .filter-list .sm__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 0;
}

.SMFiltersForm .filter-list .sm__list li {
    position: relative;
    padding-bottom: 20px;
}

.SMFiltersForm .filter-list .sm__list li:last-child {
    padding-bottom: 0px;
}

.SMFiltersForm .filter-list .sm__list input {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
}

.SMFiltersForm .filter-list .sm__list label {
    margin: 0;
    cursor: pointer;
    position: relative;
    color: var(--main-color2);
    padding-left: 27px;
    cursor: pointer;
    font-size: 14px;
}

.SMFiltersForm .filter-list .sm__list label:before {
    position: absolute;
    content: '';
    font-family: icomoon;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
    left: 0;
    top: calc(50% - 8px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.SMFiltersForm .filter-list .sm__list label span {
    display: inline-block;
    color: var(--color-text);
}

.SMFiltersForm .filter-list .sm__list label.facet-checkbox--disabled {
    opacity: 0.5;
    text-decoration: line-through;
    cursor: not-allowed;
}

.SMFiltersForm .filter-list .sm__list label:hover {
    color: var(--main-color2);
}

.SMFiltersForm .filter-list .sm__list label:hover:before {
    border-color: var(--main-color2);
}

.SMFiltersForm .filter-list .sm__list label:hover span {
    color: var(--main-color2);
}

.SMFiltersForm .filter-list .sm__list label.facet-checkbox--disabled:before {
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), #dddddd, transparent calc(50% + 1px));
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.SMFiltersForm .filter-list .sm__list .select-filter input:checked + label {
    color: var(--main-color2);
}

.SMFiltersForm .filter-list .sm__list .select-filter input:checked + label:before {
    color: #fff;
    border-color: var(--main-color2);
    background-color: var(--main-color2);
    content: '\e92d';
    font-family: icomoon;
}

.SMFiltersForm .filter-list .sm__list .select-filter input:checked + label span {
    color: var(--main-color2);
}

/*---filter price---*/
.SMFiltersForm .js-filter-price .sm__price {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
}

.SMFiltersForm .js-filter-price .slider-price {
    position: relative;
    height: 4px;
    background-color: #e7e7e7;
    margin-top: 6px;
}

.SMFiltersForm .js-filter-price .slider-price:before {
    position: absolute;
    top: 0px;
    content: '';
    height: 4px;
    background: var(--main-color2);
    width: var(--width);
    left: var(--left);
}

.SMFiltersForm .js-filter-price .slider-price input {
    position: absolute;
    top: -1.5px;
    width: 100%;
    left: 0;
}

.SMFiltersForm .js-filter-price .slider-price input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: transparent;
}

.SMFiltersForm .js-filter-price .slider-price input[type='range']:focus {
    outline: none;
}

.SMFiltersForm .js-filter-price .slider-price input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.SMFiltersForm .js-filter-price .slider-price input[type='range']::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 16px;
    height: 16px;
    border: 0;
    background: #fff;
    border: 3px solid var(--main-color2);
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    cursor: e-resize;
}

.SMFiltersForm .js-filter-price .slider-price input[type='range']::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    z-index: -1;
    position: relative;
}

.SMFiltersForm .js-filter-price .slider-price input[type='range']::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: unset;
    width: 16px;
    height: 16px;
    border: 0;
    border: 3px solid var(--main-color2);
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    cursor: e-resize;
}

.SMFiltersForm .js-filter-price .slider-price input[type='range']:focus {
    outline: none;
}

.SMFiltersForm .js-filter-price .field-price {
    margin-top: 36px;
    color: var(--main-color2);
    font-size: 14px;
}

.SMFiltersForm .js-filter-price .field-price label {
    margin: 0 10px 0 0;
}

.SMFiltersForm .js-filter-price .field-price__box {
    row-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.SMFiltersForm .js-filter-price .field-price__box .field {
    width: 45%;
    position: relative;
}

.SMFiltersForm .js-filter-price .field-price__box .field .field__currency {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-text);
}

.SMFiltersForm .js-filter-price .field-price__box .field:hover .field__currency {
    color: var(--main-color2);
}

.SMFiltersForm .js-filter-price .field-price__box .min-to-max {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.SMFiltersForm .js-filter-price .field-price__box .min-to-max svg {
    width: 14px;
    height: 14px;
}

.SMFiltersForm .js-filter-price .field-price__box .field__input {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    color: var(--color-text);
    padding: 15px;
    padding-left: 25px;
}

.SMFiltersForm .js-filter-price .field-price__box .field__input:hover,
.SMFiltersForm .js-filter-price .field-price__box .field__input:focus,
.SMFiltersForm .js-filter-price .field-price__box .field__input:focus-visible {
    border: 1px solid var(--main-color2);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: var(--main-color2);
}

.SMFiltersForm .js-filter-price .field-price__box .field__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.SMFiltersForm .js-filter-price .field-price-to-from {
    display: none;
}

/*---filter color---*/
.SMFiltersForm .filter-color .sm__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.SMFiltersForm .filter-color .sm__list .list-menu__item .select-filter {
    position: relative;
}

.SMFiltersForm .filter-color .sm__list .list-menu__item .select-filter:before {
    content: attr(data-title);
    padding: 0 10px;
    background: #000;
    color: #fff;
    top: -33px;
    line-height: 23px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    position: absolute;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.SMFiltersForm .filter-color .sm__list .list-menu__item .select-filter:after {
    content: '';
    top: -10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--main-color2) transparent transparent;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
}

.SMFiltersForm .filter-color .sm__list .list-menu__item .select-filter:hover:before,
.SMFiltersForm .filter-color .sm__list .list-menu__item .select-filter:hover:after {
    opacity: 1;
    visibility: visible;
    display: none;
}

.SMFiltersForm .filter-color .sm__list input {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    visibility: hidden;
}

.SMFiltersForm .filter-color .sm__list label {
    width: auto;
    height: auto;
    cursor: pointer;
    color: var(--main-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    font-size: 14px;
}

.SMFiltersForm .filter-color .sm__list .color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--border-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.SMFiltersForm .filter-color .sm__list .color:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
}

.SMFiltersForm .filter-color .sm__list .count {
    color: var(--color-text);
}

.SMFiltersForm .filter-color .sm__list input:checked + label .color {
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    border-color: var(--main-color2);
}

.SMFiltersForm .filter-color .sm__list label:hover:not(.facet-checkbox--disabled) .color {
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
    border-color: var(--main-color2);
}

.SMFiltersForm .filter-color .sm__list input:checked + label,
.SMFiltersForm .filter-color .sm__list label:hover:not(.facet-checkbox--disabled) {
    color: var(--main-color2);
}

.SMFiltersForm .filter-color .sm__list input:checked + label .count,
.SMFiltersForm .filter-color .sm__list label:hover:not(.facet-checkbox--disabled) .count {
    color: var(--main-color2);
}

/*---Filter dropdown---*/
@media only screen and (min-width: 768px) {
    .sidebar-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid var(--border-color);
    }
    .sidebar-dropdown .sm-layer.dropdown .sm__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
    .sidebar-dropdown .open-sidebar {
        font-size: 20px;
        color: var(--main-color2);
        font-weight: var(--font-medium);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px;
        margin-right: 10px;
        padding-top: 8px;
    }
    .sidebar-dropdown .block {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
        position: relative;
    }
    .sidebar-dropdown .block-title {
        margin-bottom: 0px;
        padding: 15px 15px 15px 20px;
        border-radius: 5px;
        background-color: var(--color-base-background-1);
        border: 1px solid var(--border-color);
        font-size: 14px;
        color: var(--main-color2);
        font-weight: var(--font-medium);
        width: 170px;
    }
    .sidebar-dropdown .block-title:hover,
    .sidebar-dropdown .block-title.open {
        border: 1px solid var(--main-color2);
        cursor: pointer;
    }
    .sidebar-dropdown .widget-content {
        padding: 20px;
        border-radius: 5px;
        background-color: var(--color-base-background-1);
        border: 1px solid var(--main-color2);
        min-width: 330px;
        position: absolute;
        top: calc(100% + 5px);
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .sidebar-dropdown .widget-content.open {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
    .sm-layer.dropdown .SMFiltersForm .js-filter {
        margin-bottom: 0;
        margin-top: 0;
        border-bottom: none;
    }
    .sm-layer.dropdown .SMFiltersForm .js-filter .sm__display {
        padding: 20px;
        border-radius: 5px;
        background-color: var(--color-base-background-1);
        border: 1px solid var(--main-color2);
        min-width: 330px;
        position: absolute;
        top: calc(100% + 5px);
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .sm-layer.dropdown .SMFiltersForm .js-filter .sm__display.open {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
    .sm-layer.dropdown .active-sm {
        margin: 20px 0 0;
        border: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .sm-layer.dropdown .active-sm:after {
        display: none;
    }
    .sm-layer.dropdown .active-sm .active-sm__button-wrapper {
        position: unset;
    }
    .sm-layer.dropdown .active-sm .active-label {
        width: auto;
        padding: 0;
        margin-right: 15px;
    }
    .sm-layer.dropdown .active-sm .active-sm__button-wrapper .active-sm__button-remove {
        display: inline-block;
        line-height: 20px;
        padding: 4px 18px;
        border-radius: 3px;
        border: 1px solid #ffffff;
    }
    .sm-layer.dropdown .active-sm .active-sm__button-wrapper .active-sm__button-remove:before {
        display: none;
    }
    .sidebar-dropdown .filter-by {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        color: var(--main-color2);
        font-size: 14px;
        font-weight: var(--font-medium);
        gap: 10px;
        font-size: 20px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar-dropdown .SMFiltersForm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sidebar-dropdown .SMFiltersForm .active-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
/*---toolbar---*/
.filters-toolbar-wrapper {
    margin-bottom: 50px;
}

.filters-toolbar-wrapper .filters-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filters-toolbar-wrapper .filters-toolbar.blog-toolbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filters-toolbar-wrapper .filters-toolbar.blog-toolbar .filters-open,
.filters-toolbar-wrapper .filters-toolbar.blog-toolbar .filters-sorting {
    display: none;
}

.filters-toolbar-wrapper .filters-toolbar > div {
    min-width: calc((100% - 60px) / 3);
}

.filters-toolbar-wrapper .label-sortby {
    display: none;
}

.filters-toolbar-wrapper .filters-toolbar-sort {
    border: 1px solid var(--border-color);
    /*padding: 9px 30px 9px 20px;*/
    border-radius: 5px;
    height: 50px;
    position: relative;
    cursor: pointer;
    width: 190px;
    max-width: 200px;
    margin: 0;
    font-size: 14px;
    font-weight: var(--font-medium);
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--main-color2);
    background-size: 15px;
    text-transform: capitalize;
}

.filters-toolbar-wrapper .filters-toolbar-sort:hover,
.filters-toolbar-wrapper .filters-toolbar-sort:focus {
    outline: none;
    border: 1px solid var(--main-color2);
}

.filters-toolbar-wrapper .filters-toolbar .view-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: var(--right);
    -ms-flex-pack: var(--right);
    justify-content: var(--right);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.filters-toolbar-wrapper .filters-toolbar .changeViewMode {
    opacity: 0.3;
    cursor: pointer;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.filters-toolbar-wrapper .filters-toolbar .changeViewMode:hover,
.filters-toolbar-wrapper .filters-toolbar .changeViewMode.active {
    opacity: 1;
}

.page-collection #grid-5 {
    display: none;
}

.page-collection .col-full #grid-5 {
    display: inline-block;
}

.page-collection.side_out .filters-toolbar-wrapper .filters-toolbar .view-mode,
.page-collection.on_top .filters-toolbar-wrapper .filters-toolbar .view-mode {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-collection.side_out .filters-toolbar .filters-sorting,
.page-collection.on_top .filters-toolbar .filters-sorting {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: var(--right);
}

.page-collection .filters-toolbar-wrapper .filters-toolbar .filters-open .open-sidebar {
    margin: 0;
}

.page-collection .filters-toolbar-wrapper .filters-toolbar .filters-open .open-sidebar svg {
    vertical-align: -3px;
}

.page-collection .positon-sidebar-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page-collection .positon-sidebar-right .filters-toolbar-wrapper .filters-toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 1200px) {
    .page-collection.sidebar_1 .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.sidebar_2 .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.sidebar_3 .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.sidebar_4 .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.dropdown .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.filter_drawer .filters-toolbar-wrapper .filters-toolbar .filters-open {
        display: none;
    }
}
@media (max-width: 1199px) {
    .page-collection.positon-sidebar .sidebar-fixed {
        background: #fff;
        width: 400px;
        max-width: calc(100% - 15px);
        position: fixed;
        left: -140%;
        top: 0px;
        bottom: 0px;
        z-index: 101;
        height: 100%;
        overflow-x: scroll;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        margin: 0px;
        padding: 0px 30px 0;
    }
    .page-collection.positon-sidebar .sidebar-fixed.active {
        left: 0;
    }
    .page-collection.sidebar_1 .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.sidebar_2 .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.sidebar_3 .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.sidebar_4 .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.dropdown .filters-toolbar-wrapper .filters-toolbar .filters-open,
    .page-collection.filter_drawer .filters-toolbar-wrapper .filters-toolbar .filters-open {
        display: inline-block;
    }
    .page-collection .filters-toolbar-wrapper .filters-toolbar .view-mode {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .page-collection .filters-toolbar .filters-sorting {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: var(--right);
    }
    .page-collection .col-full #grid-5 {
        display: none;
    }
    .page-collection .positon-sidebar-right .filters-toolbar .filters-sorting {
        text-align: var(--left);
    }
    .page-collection .positon-sidebar-right .filters-toolbar .filters-open {
        text-align: var(--right);
    }
    .page-collection.positon-sidebar .positon-sidebar-right .sidebar-fixed {
        left: auto;
        right: -140%;
    }
    .page-collection.positon-sidebar .positon-sidebar-right .sidebar-fixed.active {
        left: auto;
        right: 0;
    }
}
@media (max-width: 991px) {
    .page-collection #grid-4 {
        display: none;
    }
}
@media (max-width: 767px) {
    .page-collection #grid-3 {
        display: none;
    }
    .page-collection .filters-toolbar-wrapper .filters-toolbar .view-mode {
        display: none;
    }
}
/*============================================================================ =============================== Collection Page ============================ ==============================================================================*/
.template-collection .collection-infos {
    margin-bottom: 50px;
}

.template-collection .collection-image {
    margin-bottom: 20px;
}

.template-collection .collection-infos .collection-info {
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
}

.template-collection .collection-title {
    font-size: 24px;
    font-weight: var(--font-medium);
    margin: 0 0 12px;
    color: var(--main-color2);
}

.template-collection .collection-des {
    margin: 0 0 20px;
}

.template-collection .category-carousel.owl-style1 .owl-nav > div.owl-prev {
    left: -20px;
}

.template-collection .category-carousel.owl-style1 .owl-nav > div.owl-next {
    right: -20px;
}

.template-collection .category-carousel .collect {
    position: relative;
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    border-radius: 5px;
}

.template-collection .category-carousel .collect .collect-info {
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    left: 15px;
    right: 15px;
    -ms-grid-row-align: end;
    -ms-grid-column-align: center;
    place-self: end center;
}

.template-collection .category-carousel .collect .collect-img img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.template-collection .category-carousel .collect:hover .collect-img img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.template-collection .category-carousel .collect .collect-info__title {
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: var(--font-medium);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 1.5px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 1.5px rgba(0, 0, 0, 0.02);
    background-color: var(--color-base-background-1);
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.template-collection .category-carousel .collect .collect-info__title svg {
    height: 20px;
    -webkit-transition: 0.3s ease 0.1s;
    transition: 0.3s ease 0.1s;
    -webkit-transform: scale(0);
    transform: scale(0);
    /*transform-origin: var(--right);*/
    width: 0;
}

.template-collection .category-carousel .collect .collect-info__title:hover svg {
    /*margin-inline-start: 10px;*/
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 20px;
}

.template-collection .category-carousel .collect .collect-info__count {
    font-size: 14px;
    color: var(--color-text);
    display: none;
}

#wishlists .filters-toolbar-wrapper .filters-toolbar .view-mode {
    text-align: center;
    min-width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

#wishlists .filters-toolbar-wrapper .filters-sorting,
#wishlists .filters-toolbar-wrapper .filters-open {
    display: none !important;
}

.thumbs-slider1,
.thumbs-slider2,
.thumbs-slider3,
.thumbs-slider4,
.thumbs-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.tf-product-media-thumbs {
    width: calc(14% - 10px);
    max-height: 846px;
}
.tf-product-media-thumbs .swiper-slide {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.tf-product-media-thumbs .swiper-slide .item {
    position: relative;
    height: 100%;
}
.tf-product-media-thumbs .swiper-slide .item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tf-product-media-thumbs .swiper-slide .item::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after,
.tf-product-media-thumbs .swiper-slide:hover .item::after {
    border: 2px solid var(--main-color2);
    cursor: pointer;
}

.thumbs-bottom .thumbs-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.thumbs-bottom .thumbs-slider .tf-product-media-thumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}
.thumbs-bottom .thumbs-slider .tf-product-media-thumbs .swiper-slide {
    width: 119px;
}
.thumbs-bottom .thumbs-slider .tf-product-media-main {
    width: 100%;
}
.thumbs-bottom .thumbs-slider1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.thumbs-bottom .thumbs-slider1 .tf-product-media-thumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}
.thumbs-bottom .thumbs-slider1 .tf-product-media-thumbs .swiper-slide {
    width: 119px;
}
.thumbs-bottom .thumbs-slider1 .tf-product-media-main1 {
    width: 100%;
}
.thumbs-bottom .thumbs-slider2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.thumbs-bottom .thumbs-slider2 .tf-product-media-thumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}
.thumbs-bottom .thumbs-slider2 .tf-product-media-thumbs .swiper-slide {
    width: 119px;
}
.thumbs-bottom .thumbs-slider2 .tf-product-media-main2 {
    width: 100%;
}
.thumbs-bottom .thumbs-slider3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.thumbs-bottom .thumbs-slider3 .tf-product-media-thumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}
.thumbs-bottom .thumbs-slider3 .tf-product-media-thumbs .swiper-slide {
    width: 119px;
}
.thumbs-bottom .thumbs-slider3 .tf-product-media-main3 {
    width: 100%;
}
.thumbs-bottom .thumbs-slider4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.thumbs-bottom .thumbs-slider4 .tf-product-media-thumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}
.thumbs-bottom .thumbs-slider4 .tf-product-media-thumbs .swiper-slide {
    width: 119px;
}
.thumbs-bottom .thumbs-slider4 .tf-product-media-main4 {
    width: 100%;
}

.tf-product-media-main1,
.tf-product-media-main2,
.tf-product-media-main3,
.tf-product-media-main4,
.tf-product-media-main {
    width: 86%;
}
.tf-product-media-main1 .item,
.tf-product-media-main2 .item,
.tf-product-media-main3 .item,
.tf-product-media-main4 .item,
.tf-product-media-main .item {
    width: 100%;
    height: 100%;
    max-height: 846px;
}
.tf-product-media-main1 .item img,
.tf-product-media-main2 .item img,
.tf-product-media-main3 .item img,
.tf-product-media-main4 .item img,
.tf-product-media-main .item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-info-list {
    padding-left: 25px;
}
.product-info-list > div:not(:last-child) {
    margin-bottom: 20px;
}

.product-info-title {
    margin-bottom: 20px !important;
}
.product-info-title h5 {
    font-size: calc(var(--font-size-body) + 26px);
    line-height: normal;
}

.product_real-time .product-status-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--main-color2);
    gap: 8px;
}
.product_real-time .product-status-content svg {
    -webkit-animation: tf-ani-flash 2s infinite;
    animation: tf-ani-flash 2s infinite;
}

.product_count-sales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.product_count-sales svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
}

.product-single_attribure {
    margin-bottom: 15px;
    font-weight: var(--font-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--main-color2);
}
.product-single_attribure label {
    line-height: 25px;
    color: var(--color-text);
    margin: 0 5px 0 0;
    font-size: 14px;
    text-transform: capitalize;
}
.product-single_attribure ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tf-product-info-wrap .product-info-list .show-description {
    border-bottom: 1px solid var(--line);
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.product-info-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-info-price .price {
    color: var(--main-color2);
    font-size: 28px;
    line-height: 28px;
}
.product-info-price .price-on-sale {
    color: var(--primary);
    font-size: 28px;
    line-height: 28px;
}
.product-info-price .compare-at-price {
    color: rgba(0, 0, 0, 0.55);
    font-size: 20px;
    line-height: 20px;
    text-decoration: line-through;
}
.product-info-price .badges-on-sale {
    background-color: rgb(252, 87, 50);
    border-radius: 28px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
}

.product-options-bottom {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.product-options-bottom .product-info-buy-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.product-options-bottom .product-info-buy-button .btn-add-to-cart {
    background: rgb(255, 255, 255);
    border: 1px solid var(--main-color2);
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
    font-weight: var(--font-medium);
}
.product-options-bottom .product-info-buy-button .btn-add-to-cart svg {
    stroke: var(--main-color2);
    margin: 0 8px;
}
.product-options-bottom .product-info-buy-button .btn-add-to-cart:hover {
    background-color: var(--main-color2);
    border-color: var(--main-color2);
    color: #fff;
}
.product-options-bottom .product-info-buy-button .btn-add-to-cart:hover svg {
    stroke: #fff;
}

.product-countdown {
    background: #fbe9eb;
    border: 1px solid #d52345;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    padding: 16px 30px 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-countdown .label-deal {
    font-size: 16px;
    font-weight: var(--font-medium);
    color: var(--main-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.product-countdown .label-deal .icon-time {
    color: var(--primary);
    font-size: 18px;
}
.product-countdown .countdown_tab {
    position: static;
    width: auto;
}
.product-countdown .countdown_tab .countdown_inner {
    background: none;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    -ms-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}
.product-countdown .countdown_tab .countdown_inner .countdown__item {
    font-size: 2.4rem;
    color: var(--main-color);
}

@-webkit-keyframes ss-ani-tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes ss-ani-tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.ss-ani-tada {
    -webkit-animation: ss-ani-tada 2s infinite;
    animation: ss-ani-tada 2s infinite;
}

.product-info-variant-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item-property input {
    height: 42px;
}
.product-item-property label {
    font-weight: 400;
    color: var(--text-3);
}

.product-info-quantity .quantity-title {
    margin-bottom: 5px;
    color: var(--main-color2);
}

.product-info-buy-button form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.product-info-buy-button form .btns-full {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    background-color: #ffc520;
    border-radius: 3px;
    font-weight: 500;
    color: rgb(37, 59, 128);
}
.product-info-buy-button form .btns-full:hover {
    background-color: #f6b600;
}
.product-info-buy-button form .payment-more-option {
    width: 100%;
    margin-top: 10px;
    text-decoration: underline;
    color: rgb(134, 134, 134);
    text-align: center;
}

.btns-sold-out {
    opacity: 0.3;
}
.btns-sold-out::after {
    display: none;
}

.ss-pickup-availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 15px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    width: 100%;
}
.ss-pickup-availability svg {
    width: 18px;
    height: 18px;
    border: 1px solid #5bb954;
    border-radius: 50%;
    padding: 2px;
    color: #5bb954;
}
.ss-pickup-availability span {
    color: var(--main-color2);
}
.ss-pickup-availability a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}

.sl-product-modal .overflow-y-auto.pickup_content .item-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}
.sl-product-modal .overflow-y-auto.pickup_content .item-product img {
    width: 100px;
}
.sl-product-modal .overflow-y-auto.pickup_content .item-product .title {
    margin: 0px;
    color: var(--main-color2);
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}
.sl-product-modal .overflow-y-auto.pickup_content .item-product .variant {
    color: var(--main-color2);
    font-size: var(--font-size-body);
    margin: 8px 0;
}
.sl-product-modal .overflow-y-auto.pickup_content .item-product .product-price .price-regular {
    color: var(--old-price);
    text-decoration: line-through;
    font-size: var(--font-size-body);
}
.sl-product-modal .overflow-y-auto.pickup_content .item-product .product-price .price-sale {
    color: var(--new-price);
    font-size: calc(var(--font-size-body) + 2px);
}
.sl-product-modal .overflow-y-auto.pickup_content .item-product .product-price .product-price {
    font-size: calc(var(--font-size-body) + 2px);
    color: var(--main-color2);
    margin-top: 10px;
    display: block;
}
.sl-product-modal .overflow-y-auto.pickup_content .product-info {
    margin: 0px;
}

.pickup_list .item {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 25px 30px 30px;
}
.pickup_list .item:hover {
    border-color: var(--main-color2);
}
.pickup_list .item .pickup_location {
    font-size: 18px;
    line-height: inherit;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    margin-bottom: 15px;
}
.pickup_list .item .pickup_availability {
    margin-bottom: 15px;
}
.pickup_list .item .pickup_availability:before {
    content: '\e964';
    font-family: 'icomoon' !important;
    color: #4bb243;
    margin-right: 8px;
}
.pickup_list .item .pickup_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pickup_list .item .pickup_address:before {
    content: '\e947';
    font-family: 'icomoon' !important;
    margin-right: 8px;
}
.pickup_list .item .pickup_phone {
    margin-bottom: 15px;
}
.pickup_list .item .pickup_phone:before {
    content: '\ea93';
    font-family: 'icomoon' !important;
    margin-right: 8px;
}
.pickup_list .item .pickup_map a {
    color: var(--main-color);
    text-decoration: underline;
}
.pickup_list .item p {
    margin: 0px !important;
}

.product-info-extra-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.product-info-extra-link .tf-product-extra-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}
.product-info-extra-link .tf-product-extra-icon i {
    font-size: 18px;
}
.product-info-extra-link .tf-product-extra-icon:hover {
    color: var(--primary);
}

.product-info-trust-seal {
    background: var(--color-base-background-2);
    border-radius: 5px;
    text-align: center;
    padding: 25px 0;
    margin-top: 30px;
}
.product-info-trust-seal label {
    color: var(--main-color2);
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.find-size {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
    cursor: pointer;
}
.find-size:hover {
    color: var(--primary);
}

.variant-picker-item .variant-picker-label {
    margin-bottom: 15px;
}
.variant-picker-item .variant-picker-label-value {
    color: var(--main-color2);
}
.variant-picker-item .variant-picker-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.variant-picker-item .variant-picker-values input {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
.variant-picker-item .variant-picker-values input:checked + label:not(.color-btn) {
    border-color: var(--main-color2);
}
.variant-picker-item .variant-picker-values input:checked + label.style-text:not(.color-btn) {
    background-color: var(--main-color2);
}
.variant-picker-item .variant-picker-values input:checked + label.style-text:not(.color-btn) p {
    color: var(--white);
}
.variant-picker-item .variant-picker-values label {
    position: relative;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 3px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    font-weight: 400;
    line-height: 22.4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.variant-picker-item .variant-picker-values label:hover {
    border-color: var(--main-color2);
}
.variant-picker-item .variant-picker-values label .btn-checkbox {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(134, 134, 134, 0.12);
}
.variant-picker-item .variant-picker-values label.style-text {
    cursor: pointer;
    position: relative;
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 9px;
    min-width: 40px;
    text-align: center;
    border: 1px solid var(--border-color);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
}
.variant-picker-item .variant-picker-values label.style-text:hover {
    border-color: var(--main-color2);
}
.variant-picker-item .variant-picker-values label.style-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(134, 134, 134, 0.12);
    border-radius: 3px;
    padding: 5px;
    width: 90px;
    height: unset;
}
.variant-picker-item .variant-picker-values label.style-image .image img {
    height: 112.5px;
}
.variant-picker-item .variant-picker-values label.style-image p {
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    color: var(--main-color2);
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
.variant-picker-item .variant-picker-values label.image-rounded {
    width: 56px;
    height: 56px;
}
.variant-picker-item .variant-picker-values label.image-rounded img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 999px;
}
.variant-picker-item .variant-picker-values label.sold-out {
    opacity: 0.5;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: line-through;
    pointer-events: none;
}
.variant-picker-item .variant-picker-values label.sold-out-line::after {
    content: '';
    width: 90%;
    height: 1px;
    background: rgb(34, 34, 34);
    display: block;
    position: absolute;
    z-index: 22;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.variant-picker-item .variant-picker-values label .tooltip {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.variant-picker-item .variant-picker-values label.rectangle-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.variant-picker-item .variant-picker-values label.rectangle-color > span {
    width: 15px;
    height: 15px;
}
.variant-picker-item .color-btn.active {
    border-color: var(--main-color2) !important;
    -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1019607843);
}
.variant-picker-item .color-btn.style-text.active {
    background-color: var(--main-color2);
    border-color: var(--main-color2);
}
.variant-picker-item .color-btn.style-text.active p {
    color: var(--white);
}

.tf-product-bundle-wrap {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 2.5px;
}
.tf-product-bundle-wrap > .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: var(--main-color2);
    margin-bottom: 25px;
}
.tf-product-bundle-wrap .ss-btn {
    height: 49px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.tf-bundle-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.tf-bundle-product-item.type-lg {
    gap: 37px;
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px dashed var(--line);
}
.tf-bundle-product-item.type-lg img {
    width: 160px;
    min-width: 160px;
    max-width: unset;
    max-height: 223px;
}
.tf-bundle-product-item.type-lg .tf-product-bundle-title {
    margin-bottom: 10px;
}
.tf-bundle-product-item.type-lg .tf-product-bundle-price {
    margin-bottom: 17px;
}

.tf-product-bundle-image img {
    width: 83px;
    min-width: 83px;
    max-width: 83px;
    border-radius: 2.5px;
}

.tf-product-bundle-infos > a:hover {
    color: var(--primary);
}
.tf-product-bundle-infos .tf-product-bundle-title {
    margin-bottom: 5px;
}
.tf-product-bundle-infos .tf-product-bundle-variant {
    margin-bottom: 10px;
}
.tf-product-bundle-infos .tf-product-bundle-variant select {
    height: 40px;
}
.tf-product-bundle-infos .tf-product-bundle-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.tf-product-bundle-infos .tf-product-bundle-price .compare-at-price {
    color: var(--main-color2);
    text-decoration: line-through;
}
.tf-product-bundle-infos .tf-product-bundle-price .price-on-sale {
    font-weight: 600;
    color: var(--primary);
}
.tf-product-bundle-infos .tf-product-bundle-price .price {
    font-weight: 600;
    color: var(--main-color2);
}

.tf-product-bundle-total-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
.tf-product-bundle-total-submit .text {
    margin-right: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: var(--main-color2);
}
.tf-product-bundle-total-submit .compare-at-price {
    margin-right: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 45px;
    color: var(--primary);
}
.tf-product-bundle-total-submit .price-on-sale {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.55);
    text-decoration: line-through;
}

.tf-bundle-check input {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
.tf-bundle-check input:checked + label {
    background-color: var(--primary);
    border-color: var(--primary);
}
.tf-bundle-check input:checked + label i {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tf-bundle-check label {
    width: 19px;
    height: 19px;
    border: 1px solid;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}
.tf-bundle-check label i {
    display: block;
    color: var(--white);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    font-size: 8px;
}

.item-has-checkox {
    opacity: 0.2;
}
.item-has-checkox.check {
    opacity: 1;
}

.tf-product-fbt-wrap {
    margin-top: 50px;
}
.tf-product-fbt-wrap > .title {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    color: var(--main-color2);
    margin-bottom: 40px;
}
.tf-product-fbt-wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px;
}
.tf-product-fbt-wrap form .tf-product-fbt-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.tf-product-fbt-wrap form .tf-product-fbt-list img {
    width: 122px;
    max-width: 122px;
    height: 170.5px;
    -o-object-fit: cover;
    object-fit: cover;
}
.tf-product-fbt-wrap form .tf-product-fbt-list .tf-product-fbt-plus {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--line);
}
.tf-product-fbt-wrap form .tf-fbt-swatches {
    margin-top: 22px;
    margin-bottom: 22px;
}
.tf-product-fbt-wrap form .tf-product-bundle-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5px;
}
.tf-product-fbt-wrap form .tf-product-bundle-infos:not(:last-child) {
    margin-bottom: 12px;
}
.tf-product-fbt-wrap form .tf-product-bundle-infos .tf-bundle-check {
    margin-right: 5px;
}
.tf-product-fbt-wrap form .tf-product-bundle-infos .tf-product-bundle-variant,
.tf-product-fbt-wrap form .tf-product-bundle-infos .tf-product-bundle-title {
    margin-bottom: 0;
    margin-right: 20px;
}
.tf-product-fbt-wrap form .tf-fbt-col-total-price {
    padding: 40px 20px;
    background-color: rgb(242, 242, 242);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.tf-product-fbt-wrap form .tf-fbt-col-total-price .text {
    width: 100%;
}
.tf-product-fbt-wrap form .tf-fbt-col-total-price .ss-btn {
    height: 49px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.tf-product-inventory svg {
    color: rgb(66, 132, 69);
}

.ss-progress-bar {
    height: 4px;
    width: 100%;
    background-color: var(--line);
    position: relative;
}
.ss-progress-bar span {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    border-radius: 3px;
}
.ss-progress-bar .progress-car {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 26px;
    color: var(--primary);
    border-radius: 2.5px;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tf-product-notify-stock {
    padding: 36px;
    border: 1px solid var(--main-color2);
}
.tf-product-notify-stock .tf-product-notify-stock-heading {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--main-color2);
}
.tf-product-notify-stock .tf-product-notify-stock-heading div {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--main-color2);
}
.tf-product-notify-stock p {
    margin-bottom: 20px;
}
.tf-product-notify-stock input,
.tf-product-notify-stock select {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
}

.tf-qol-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}
.tf-qol-head > div {
    width: 25%;
}
.tf-qol-head p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.tf-quick-order-list-total {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
}
.tf-quick-order-list-total .tf-total-wrap {
    padding: 20px 0;
    border-top: 1px solid var(--line);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--white);
}
.tf-quick-order-list-total .tf-total-wrap > div {
    width: 25%;
}
.tf-quick-order-list-total .tf-total-item-inner {
    width: 109px;
    text-align: center;
}
.tf-quick-order-list-total .tf-total-price {
    text-align: end;
}
.tf-quick-order-list-total .tf-total-price .price {
    font-size: 18px;
    line-height: 29px;
}
.tf-quick-order-list-total .tf-total-price p {
    color: var(--text);
}
.tf-quick-order-list-total .tf-total-price a {
    color: var(--text);
    text-decoration-line: underline;
    text-underline-offset: 3px;
}
.tf-quick-order-list-total .tf-total-price a:hover {
    color: var(--main-color2);
    text-decoration-thickness: 2px;
}

.tf-variant-item:not(:last-child) {
    border-bottom: 1px dashed var(--line);
}
.tf-variant-item > * {
    width: 25%;
    padding: 17px 0;
}
.tf-variant-item .tf-variant-item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-variant-item .tf-variant-item-media .tf-variant-item-image-container {
    width: 80px;
    height: 111.7px;
}
.tf-variant-item .tf-variant-item-media .tf-variant-item-image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tf-variant-item .tf-price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tf-variant-item .tf-price-list .price-on-sale {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.55);
    text-decoration: line-through;
}
.tf-variant-item .tf-price-list .compare-at-price {
    font-weight: 600;
    color: var(--primary);
    line-height: 13px;
}

.wrap-btn-viewer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}
.wrap-btn-viewer i {
    font-size: 20px;
}
.wrap-btn-viewer.style-video .icon {
    width: 20px;
    height: 20px;
    padding-left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white);
    border: 2px solid var(--main-color2);
    border-radius: 50%;
}
.wrap-btn-viewer.style-video .icon i {
    font-size: 8px;
}

.product-btn-wishlist {
    width: 49px;
    height: 49px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--line);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.product-btn-wishlist .icon,
.product-btn-wishlist i {
    font-size: 16px;
    color: var(--main-color2);
}
.product-btn-wishlist .icon.icon-check {
    font-size: 12px;
}
.product-btn-wishlist:hover,
.product-btn-wishlist.active {
    border-color: var(--main-color2);
    background-color: var(--main-color2) !important;
}
.product-btn-wishlist:hover i,
.product-btn-wishlist.active i,
.product-btn-wishlist:hover .icon,
.product-btn-wishlist.active .icon {
    color: #fff;
}
.product-btn-wishlist .tooltip {
    top: -100%;
    margin-top: 5px;
}
.product-btn-wishlist .tooltip::before {
    top: unset;
    bottom: -4px;
}

.btn-icon-action > *:last-child {
    display: none;
}
.btn-icon-action.active > *:first-child {
    display: none;
}
.btn-icon-action.active > *:last-child {
    display: block;
}

.wg-quantity {
    width: 127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--color-base-background-2);
    border-radius: 3px;
    overflow: hidden;
}
.wg-quantity input {
    width: 51px;
    height: 50px;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--main-color2);
}
.wg-quantity .btn-quantity {
    width: 38px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: var(--main-color2);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wg-quantity .btn-quantity:hover {
    color: var(--primary);
}
.wg-quantity.small {
    width: 109px;
    height: 30px;
}
.wg-quantity.small .btn-quantity {
    width: 27px;
    height: 30px;
    font-size: 20px;
}
.wg-quantity.small input {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

@-webkit-keyframes tf-ani-flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes tf-ani-flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.tf-product-des-demo {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 4fr 30px 8fr;
    grid-template-columns: 4fr 8fr;
}
.tf-product-des-demo h3 {
    margin-bottom: 22px;
    line-height: 19px;
}
.tf-product-des-demo ul {
    margin-top: 15px;
    margin-bottom: 30px;
}
.tf-product-des-demo ul li {
    color: var(--text-2);
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}
.tf-product-des-demo ul li:not(:last-child) {
    margin-bottom: 15px;
}
.tf-product-des-demo ul li::before {
    position: absolute;
    content: '';
    left: 5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--text-2);
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.tf-product-des-demo .left .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--main-color2);
}
.tf-product-des-demo .left .icon i {
    font-size: 12px;
}
.tf-product-des-demo .left span {
    color: var(--text-2);
}

.tf-pr-attrs {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-radius: 5px;
    border-style: hidden;
    -webkit-box-shadow: 0 0 0 0.1rem var(--line);
    box-shadow: 0 0 0 0.1rem var(--line);
    color: var(--text-2);
}
.tf-pr-attrs tr {
    border: 1px solid var(--line);
    vertical-align: middle;
}
.tf-pr-attrs tr th {
    padding: 10px;
    border-right: 1px solid var(--line);
    font-weight: 700;
}
.tf-pr-attrs tr td {
    padding: 10px;
}

.tf-page-privacy-policy .title {
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
.tf-page-privacy-policy p {
    margin-bottom: 24px;
    line-height: 24px;
    color: var(--text-2);
}
.tf-page-privacy-policy p:last-child {
    margin-bottom: 0;
}

.stagger-wrap .stagger-item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(0.5) rotate(90deg) skew(15deg);
    transform: scale(0.5) rotate(90deg) skew(15deg);
    opacity: 0;
}
.stagger-wrap .stagger-item.stagger-finished {
    -webkit-transform: scale(1) rotate(0deg) skew(0deg);
    transform: scale(1) rotate(0deg) skew(0deg);
    opacity: 1;
}

.card-product {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: start;
}
.card-product .product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.card-product .card-product-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 20;
    aspect-ratio: 1/1.4;
}
.card-product .card-product-wrapper .sold-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--bg-11);
    border-radius: 999px;
    height: 73px;
    width: 73px;
    padding: 0 5px;
}
.card-product .card-product-wrapper .sold-out span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    background-color: var(--bg-11);
    position: relative;
    z-index: 12;
}
.card-product .card-product-wrapper .sold-out::after {
    height: 1px;
    width: calc(100% - 16px);
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    content: '';
    background-color: var(--main-color2);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.card-product .card-product-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.card-product .card-product-wrapper .img-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}
.card-product .card-product-wrapper:hover .product-img .img-product {
    opacity: 0;
}
.card-product .card-product-wrapper:hover .product-img .img-hover {
    display: block;
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}
.card-product .card-product-wrapper .size-list {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
}
.card-product .card-product-wrapper .list-product-btn {
    z-index: 10;
    position: absolute;
    bottom: 48px;
    left: 15px;
    right: 15px;
}
.card-product .card-product-wrapper .list-product-btn.absolute-2 {
    bottom: 25px;
}
.card-product .card-product-wrapper .list-product-btn.absolute-3 {
    bottom: 57px;
}
.card-product .card-product-wrapper .on-sale-wrap {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    z-index: 5;
}
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
    padding: 0 6px;
    min-width: 40px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    position: relative;
    background-color: #fc5732;
    color: var(--white);
    border-radius: 999px;
}
.card-product .card-product-wrapper .on-sale-wrap .new {
    background-color: #ff3232;
}
.card-product .card-product-wrapper .on-sale-wrap .best-seller {
    background-color: #44ad55;
}
.card-product .card-product-wrapper .on-sale-wrap .recommend {
    background-color: #bea36e;
}
.card-product .card-product-wrapper .on-sale-wrap .pre-order {
    background-color: #55a653;
    color: var(--white);
}
.card-product .card-product-wrapper .column-left {
    bottom: unset !important;
    right: unset !important;
    top: 15px;
}
.card-product .card-product-wrapper .column-right {
    bottom: unset !important;
    left: unset !important;
    top: 15px;
}
.card-product .btn-quick-add {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition:
        opacity 0.4s ease 0s,
        -webkit-transform 0.4s ease 0s;
    transition:
        opacity 0.4s ease 0s,
        -webkit-transform 0.4s ease 0s;
    transition:
        transform 0.4s ease 0s,
        opacity 0.4s ease 0s;
    transition:
        transform 0.4s ease 0s,
        opacity 0.4s ease 0s,
        -webkit-transform 0.4s ease 0s;
    z-index: 12;
    height: 32px;
    background-color: var(--main-color2);
    color: var(--white);
    font-size: 12px;
    line-height: 32px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-product .card-product-info {
    padding-top: 10px;
    gap: 8px;
    display: -ms-grid;
    display: grid;
}
.card-product .card-product-info .title {
    font-size: 16px;
    line-height: 19.2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.card-product .card-product-info .price {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
.card-product .card-product-info .old-price {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}
.card-product .card-product-info .new-price {
    color: var(--red_1);
}
.card-product .card-product-info.has-padding {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}
.card-product .countdown-box {
    position: absolute;
    z-index: 3;
    left: 5px;
    right: 5px;
    text-align: center;
    pointer-events: none;
    -webkit-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    max-height: 40px;
    background-color: var(--white);
    border-radius: 3px;
}
.card-product .countdown-box .countdown__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.card-product .countdown-box .countdown__item {
    font-size: 14px;
    line-height: 22.4px;
    color: var(--primary);
    font-weight: 600;
}
.card-product .description {
    display: none;
    font-size: 14px;
    line-height: 22.4px;
    margin-top: 2px;
}
.card-product.none-hover .card-product-wrapper:hover .img-product {
    opacity: 1;
}
.card-product.none-hover .card-product-wrapper:hover .img-hover {
    display: none;
}
.card-product.lg .card-product-info {
    margin: auto;
    max-width: 277px;
}
.card-product.lg .pr-stock {
    margin-top: 0px;
    margin-bottom: 20px;
    gap: 8px;
}
.card-product.list-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.card-product.list-layout .card-product-wrapper {
    max-width: 338px;
    width: 35%;
}
.card-product.list-layout .card-product-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    max-width: 60%;
}
.card-product.list-layout .list-product-btn {
    margin-top: 10px;
}
.card-product.list-layout .list-color-product {
    margin-top: 10px;
}
.card-product.list-layout .size-list {
    background-color: transparent;
    height: auto;
}
.card-product.list-layout .size-list span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--main-color2);
    gap: 10px;
}
.card-product.list-layout:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--line-2);
}
.card-product.style-price {
    background-color: var(--bg-2);
}
.card-product.style-price .card-product-info {
    padding: 26px 37px 0;
    gap: 10px;
}
.card-product.style-price .card-product-info .vendor {
    color: #545454;
    line-height: 17px;
}
.card-product.style-price .card-product-info .title {
    font-size: 20px;
}
.card-product.style-price .card-product-info .price {
    font-size: 20px;
    line-height: 20px;
    margin-top: 6px;
}
.card-product.style-price .card-product-info ul {
    margin-top: 6px;
}
.card-product.style-price .tf-price-table-contents {
    padding: 20px 37px 48px 37px;
}
.card-product.style-price .tf-price-table-contents ul {
    padding-top: 22px;
    border-top: 1px solid var(--line);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-product.style-price .tf-price-table-contents ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 26px;
    color: #545454;
}
.card-product.style-price .tf-price-table-contents ul li .icon {
    font-size: 12px;
    color: #303030;
}
.card-product.style-price .tf-price-table-contents .tf-price-table-btn {
    margin-top: 38px;
}
.card-product.style-price.bg_black {
    background-color: #141414;
}
.card-product.style-price.bg_black .tf-price-table-contents ul li,
.card-product.style-price.bg_black .tf-price-table-contents .icon,
.card-product.style-price.bg_black .vendor,
.card-product.style-price.bg_black .title,
.card-product.style-price.bg_black .price {
    color: var(--white);
}
.card-product.style-price.bg_black .tf-price-table-contents ul {
    border-top-color: #333333;
}
.card-product.style-price.bg_black .list-color-product .list-color-item.active,
.card-product.style-price.bg_black .list-color-product .list-color-item:hover {
    border-color: var(--white);
}
.card-product.style-price.bg_blue-6 .tf-price-table-contents ul li,
.card-product.style-price.bg_blue-6 .tf-price-table-contents .icon,
.card-product.style-price.bg_blue-6 .vendor,
.card-product.style-price.bg_blue-6 .title,
.card-product.style-price.bg_blue-6 .price {
    color: var(--white);
}
.card-product.style-price.bg_blue-6 .tf-price-table-btn a {
    background-color: var(--white);
    color: #1c355e;
}
.card-product.style-price.bg_blue-6 .tf-price-table-contents ul {
    border-top-color: #fff;
}
.card-product.style-price.bg_blue-6 .list-color-product .list-color-item.active,
.card-product.style-price.bg_blue-6 .list-color-product .list-color-item:hover {
    border-color: var(--white);
}
.card-product.style-price.bg_blue-6 .list-color-product .list-color-item.active .swatch-value,
.card-product.style-price.bg_blue-6 .list-color-product .list-color-item:hover .swatch-value {
    border-color: #1c355e;
}
.card-product.style-price.bg_blue-6 .list-product-btn .box-icon {
    color: #1c355e;
}
.card-product.style-price.bg_blue-6 .list-product-btn .box-icon:hover {
    background-color: #1c355e !important;
    color: var(--white);
}
.card-product.style-price .card-product-wrapper {
    aspect-ratio: unset;
}
.card-product.style-skincare {
    background-color: var(--white);
    border-radius: 10px;
}
.card-product.style-skincare .card-product-wrapper {
    aspect-ratio: unset;
}
.card-product.style-skincare .card-product-info {
    padding: 20px 0;
}
.card-product.style-skincare .tf-size-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-product.style-skincare .tf-size-list .tf-size-list-item {
    font-size: 12px;
    line-height: 30px;
    border: 1px solid var(--line);
    padding: 0px 10px;
}
.card-product.style-skincare .tf-size-list .tf-size-list-item:hover {
    border-color: var(--main-color2);
}
.card-product.style-skincare .tf-product-btns {
    margin-top: 15px;
}
.card-product.style-giftcard {
    padding: 10px;
    border: 1px solid var(--line);
}
.card-product.style-giftcard .card-product-wrapper {
    aspect-ratio: unset;
}
.card-product.style-giftcard .card-product-info {
    padding: 16px 13.5px 23.5px;
}
.card-product.style-giftcard .card-product-info .price span {
    font-size: 10px;
    line-height: 10px;
}
.card-product.style-giftcard .tf-product-btns a {
    border: 2px solid var(--primary);
    line-height: 40px;
}
.card-product.style-line-hover .card-product-wrapper {
    border-radius: 0;
    border: 1px solid var(--main-color2);
    aspect-ratio: unset;
}
.card-product.style-line-hover .card-product-wrapper:hover .img-hover {
    -webkit-transform: unset;
    transform: unset;
}
.card-product.style-line-hover .card-product-wrapper img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.card-product.type-line-padding {
    border: 1px solid var(--line);
    padding: 20px 10px;
}
.card-product.type-line-padding .card-product-wrapper {
    aspect-ratio: unset;
}
.card-product.type-line-padding-2 {
    border: 1px solid var(--line);
    padding: 10px;
}
.card-product.type-line-padding-2 .card-product-wrapper {
    aspect-ratio: unset;
}
.card-product.type-line-padding-2 .card-product-info {
    padding-bottom: 10px;
}
.card-product.style-brown .card-product-wrapper {
    aspect-ratio: unset;
}
.card-product.style-brown .list-product-btn .box-icon {
    color: #85715e;
}
.card-product.style-brown .list-product-btn .box-icon:hover {
    background-color: #85715e !important;
    color: var(--white);
}
.card-product.style-brown .list-color-item.active,
.card-product.style-brown .list-color-item:hover {
    border-color: var(--white);
}
.card-product.style-brown .list-color-item.active .swatch-value,
.card-product.style-brown .list-color-item:hover .swatch-value {
    border-color: #85715e;
}
.card-product .tf-countdown-v2 .countdown__item .countdown__label {
    text-transform: uppercase;
    color: var(--main-color2);
}

.list-color-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.5px;
    margin-top: 2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-color-product .list-color-item {
    width: 26px;
    height: 26px;
    padding: 3px;
    border: solid 1px rgb(238, 238, 238);
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.list-color-product .list-color-item .swatch-value {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-color-product .list-color-item .sold-out::after {
    content: '';
    width: 90%;
    height: 1px;
    background: rgb(34, 34, 34);
    display: block;
    position: absolute;
    z-index: 22;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.list-color-product .list-color-item img {
    visibility: hidden;
    width: 18px;
    height: 18px;
    position: absolute;
}
.list-color-product .list-color-item.active,
.list-color-product .list-color-item:hover {
    border-color: var(--main-color2);
}
.list-color-product .list-color-item.active .swatch-value,
.list-color-product .list-color-item:hover .swatch-value {
    border-color: var(--white);
}
.list-color-product .list-color-item:hover .tooltip {
    opacity: 0.9;
    visibility: visible;
}

.bg-multiple-color {
    background-repeat: no-repeat;
    background-size: calc(100% + 10px) calc(100% + 10px) !important;
    -webkit-transition: border 0.25s ease;
    transition: border 0.25s ease;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border: solid 1px transparent;
    background: none;
    background-position: center !important;
}

.green-black {
    background: conic-gradient(#000000 0deg 180deg, #83b735 180deg 360deg);
}

.yellow-black {
    background: conic-gradient(#000000 0deg 180deg, #d5e52e 180deg 360deg);
}

.blue-black {
    background: conic-gradient(#1555d4 0deg 180deg, #000000 180deg 360deg);
}

.blue-white {
    background: conic-gradient(#ffffff 0deg 180deg, #1555d4 180deg 360deg);
}

.red-black {
    background: conic-gradient(#f63400 0deg 180deg, #000000 180deg 360deg);
}

.white-striped {
    background: conic-gradient(#ffffff 0deg 180deg, #000000 180deg 360deg);
}

.tooltip {
    z-index: 202;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    border-radius: 2px;
    white-space: nowrap;
    background-color: var(--main-color2);
    color: var(--white);
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 8px 7px;
    max-width: 250px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 5px;
    -webkit-transition:
        opacity 0.4s ease 0.2s,
        -webkit-transform 0.4s ease 0.2s;
    transition:
        opacity 0.4s ease 0.2s,
        -webkit-transform 0.4s ease 0.2s;
    transition:
        transform 0.4s ease 0.2s,
        opacity 0.4s ease 0.2s;
    transition:
        transform 0.4s ease 0.2s,
        opacity 0.4s ease 0.2s,
        -webkit-transform 0.4s ease 0.2s;
}
.tooltip::before {
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -4px;
    position: absolute;
    background: var(--main-color2);
    width: 8px;
    height: 8px;
    z-index: 100;
}
.tooltip:after {
    content: '';
    position: absolute;
    width: 10px;
    right: -10px;
    height: 100%;
    top: 0;
}

.hover-tooltip {
    position: relative;
}
.hover-tooltip:hover .tooltip {
    opacity: 0.9;
    visibility: visible;
}
.hover-tooltip.center .tooltip {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.size-list {
    background-color: rgba(0, 0, 0, 0.3);
    gap: 10px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: 0.4s ease 0.1s;
    transition: 0.4s ease 0.1s;
}
.size-list span {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: rgb(242, 242, 242);
}
.size-list.style-2 {
    height: 33px;
    gap: 5px;
    background-color: var(--white);
}
.size-list.style-2 span {
    color: var(--main-color2);
    min-width: 30px;
    height: 26px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgb(236, 236, 236);
}
.size-list.style-3 {
    background-color: rgba(255, 255, 255, 0.5);
}
.size-list.style-3 span {
    color: var(--main-color2);
}

.list-product-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.list-product-btn .box-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 1.5px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0 2px 1.5px rgba(0, 0, 0, 0.0509803922);
    position: relative;
}
.list-product-btn .box-icon .icon {
    font-size: 14px;
    font-weight: 500;
    height: 13px;
}
.list-product-btn .box-icon .icon.icon-check {
    font-size: 10px;
    height: 10px;
}
.list-product-btn .box-icon .text {
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    line-height: 32px;
}
.list-product-btn .box-icon .tooltip {
    top: -100%;
    margin-top: 5px;
}
.list-product-btn .box-icon .tooltip::before {
    top: unset;
    bottom: -4px;
}
.list-product-btn .box-icon.style-2 {
    gap: 8px;
    width: auto;
    padding: 0 10px;
    background-color: var(--white);
}
.list-product-btn .box-icon.style-3 {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--white);
    border: 1px solid var(--line-2);
}
.list-product-btn .box-icon:hover {
    background-color: var(--main-color2) !important;
    color: var(--white);
}
.list-product-btn .box-icon:hover .tooltip {
    opacity: 0.9;
    visibility: visible;
}
.list-product-btn.column-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.list-product-btn.column-left .tooltip {
    left: 100%;
    margin-left: 5px;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-product-btn.column-left .tooltip::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: -4px;
    bottom: unset;
}
.list-product-btn.column-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.list-product-btn.column-right .tooltip {
    right: 100%;
    margin-right: 10px;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
}
.list-product-btn.column-right .tooltip::before {
    top: 50%;
    left: unset;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: -4px;
    bottom: unset;
}
.list-product-btn.type-wishlist {
    top: 15px;
    left: unset !important;
    bottom: unset !important;
}
.list-product-btn.type-wishlist .tooltip {
    top: unset;
    left: unset;
    right: 115%;
    bottom: unset;
    margin: 0 !important;
}
.list-product-btn.type-wishlist .tooltip::before {
    top: 50%;
    left: unset;
    right: -4px;
    bottom: unset;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.list-product-btn.style-black .box-icon {
    background-color: var(--main-color2) !important;
    color: var(--white);
}
.list-product-btn.style-black .box-icon:hover {
    background-color: var(--white) !important;
    color: var(--main-color2);
}
.list-product-btn.style-blue .box-icon {
    background-color: #1c355e !important;
    color: var(--white);
}
.list-product-btn.style-blue .box-icon:hover {
    background-color: var(--white) !important;
    color: #1c355e;
}

[data-grid='grid-6'] .card-product .countdown-box {
    padding: 5px;
}
[data-grid='grid-6'] .card-product .countdown-box .countdown__item {
    font-size: 12px;
    line-height: 19.2px;
}

.ss-sticky-btn-atc {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 70;
    -webkit-box-shadow: 4px -4px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 4px -4px 5px rgba(0, 0, 0, 0.03);
    background-color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ss-sticky-btn-atc .ss-height-observer {
    padding: 10px 0;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}
.ss-sticky-btn-atc .ss-sticky-atc-product {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    gap: 15px;
}
.ss-sticky-btn-atc .ss-sticky-atc-img {
    width: 65px;
    height: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ss-sticky-btn-atc .ss-sticky-atc-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.ss-sticky-btn-atc .ss-sticky-atc-title {
    font-size: 16px;
    line-height: 19px;
    color: var(--main-color2);
}
.ss-sticky-btn-atc .ss-sticky-atc-btns,
.ss-sticky-btn-atc .ss-sticky-atc-infos form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.ss-sticky-btn-atc .ss-sticky-atc-infos form select.tf-select {
    height: 50px;
    color: var(--main-color2);
    border-color: var(--main-color2);
}
.ss-sticky-btn-atc .ss-sticky-atc-infos .wg-quantity .btn-quantity.plus-btn {
    padding-top: 5px;
}
.ss-sticky-btn-atc .ss-btn {
    min-width: 190px;
}

@-webkit-keyframes showProduct {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes showProduct {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.filter-price .tow-bar-block {
    position: relative;
    background: var(--line);
    height: 4px;
    border-radius: 3px;
}

.filter-price .tow-bar-block .progress-price {
    position: absolute;
    height: 4px;
    background: var(--primary);
    left: 0;
    right: 0%;
}

.filter-price .range-input {
    position: relative;
}

.filter-price .range-input input {
    position: absolute;
    top: -4px;
    height: 4px;
    width: 100%;
    background: none;
    outline: none;
    border: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-price .range-input input::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 16px;
    height: 16px;
    border: 0;
    background: #fff;
    border: 3px solid var(--main-color2);
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    cursor: e-resize;
}

.filter-price .price-block {
    margin-top: 12px;
}

.filter-price .price-block span:first-child {
    color: #9fa09c;
}

.filter-price .price-block .min-price {
    margin-left: 4px;
}

.filter-price .price-block .gap {
    margin: 0 4px;
}

.meta-filter-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.select-currentColor,
.value-currentColor {
    text-transform: capitalize;
}

.section-recently-viewed-products .box-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*------------ blog ---------------- */
.blog-article-item {
    margin-bottom: 37px;
}
.blog-article-item .article-thumb {
    overflow: hidden;
    position: relative;
}
.blog-article-item .article-thumb a {
    width: 100%;
    height: 100%;
}
.blog-article-item .article-thumb a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.blog-article-item .article-thumb a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-article-item .article-thumb.h-460 {
    height: 460px;
}
.blog-article-item .article-label {
    position: absolute;
    bottom: 18px;
    left: 18px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.blog-article-item .article-label a {
    height: 24px;
    line-height: 25px;
    padding: 0 10px;
    color: var(--link-color);
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    background-color: var(--color-base-background-2);
    text-transform: uppercase;
    font-weight: var(--font-body-weight);
    border: 0px;
}
.blog-article-item .article-label a:hover {
    background-color: var(--main-color2) !important;
    color: #f1f1f1;
}
.blog-article-item .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
    justify-content: center;
}
.blog-article-item .article-title a {
    margin-bottom: 0;
    font-size: calc(var(--font-size-body) + 10px);
    line-height: 32px;
    font-weight: var(--font-medium);
}
.blog-article-item .article-title a:hover {
    color: var(--primary);
}
.blog-article-item .article-des {
    line-height: 24px;
    font-size: calc(var(--font-size-body) + 2px);
}
.blog-article-item .article-btn a {
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--main-color2);
    color: var(--main-color2);
    padding: 13px 40px;
    display: inline-block;
    text-transform: capitalize;
}
.blog-article-item .article-btn a:hover {
    background-color: var(--main-color2);
    color: #fff;
}
.blog-article-item.style-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    margin-bottom: 0;
}
.blog-article-item.style-sidebar .article-thumb {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.blog-article-item.style-sidebar .article-thumb a {
    height: 88px;
}
.blog-article-item.style-sidebar .article-content {
    padding-top: 0;
}
.blog-article-item.style-sidebar .article-content .article-label {
    position: unset;
}
.blog-article-item.style-sidebar .article-content .article-label a {
    background-color: rgb(242, 242, 242);
}
.blog-article-item.style-sidebar .article-content .article-title a {
    color: var(--link-color);
    font-size: 16px;
    font-weight: var(--font-medium);
    line-height: 22px;
}
.blog-article-item.style-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 69px;
    margin-bottom: 0;
}
.blog-article-item.style-row .article-thumb {
    width: 421px;
    height: 406px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.blog-article-item.style-row .article-thumb a {
    height: 406px;
}
.blog-article-item.style-row .article-content {
    padding-top: 0;
}
.blog-article-item.style-row .article-content .article-label {
    position: unset;
}
.blog-article-item.style-row .article-content .article-label a {
    background-color: var(--white);
    border: 1px solid var(--line);
}

.wg-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
}
.wg-pagination .pagination-item {
    width: 45px;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 3px;
    overflow: hidden;
}
.wg-pagination .active .pagination-item {
    background-color: var(--main-color2);
    color: var(--white);
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px 0px;
}

.ss-section-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}
.ss-section-sidebar .sidebar-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: var(--main-color2);
    padding-bottom: 25px;
}
.ss-section-sidebar .sidebar-categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.ss-section-sidebar .sidebar-categories ul li a {
    font-weight: 500;
    color: var(--main-color2);
}
.ss-section-sidebar .sidebar-categories ul li a span {
    margin-left: 5px;
}
.ss-section-sidebar .sidebar-categories ul li a:hover {
    color: var(--primary);
}
.ss-section-sidebar .sidebar-post ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ss-section-sidebar .sidebar-instagram ul {
    display: -ms-grid;
    display: grid;
    gap: 6px;
    -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
    grid-template-columns: repeat(3, 1fr);
}
.ss-section-sidebar .sidebar-instagram ul li {
    border-radius: 5px;
    overflow: hidden;
}
.ss-section-sidebar .sidebar-instagram ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.ss-section-sidebar .sidebar-instagram ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

ul.tags-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
ul.tags-lists li a {
    border: 1px solid var(--line);
    padding: 0 14px;
    line-height: 27px;
}
ul.tags-lists li a:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.blog-grid-main {
    padding: 36px 0 37px;
}

.blog-sidebar-main .list-blog .blog-article-item {
    margin-bottom: 54px;
}
.blog-sidebar-main .list-blog .blog-article-item .article-thumb {
    max-height: 625px;
}

.blog-list-main {
    padding: 64px 0 66px;
}
.blog-list-main .blog-article-item {
    margin-bottom: 37px;
}
.blog-list-main .wg-pagination {
    margin-top: 57px;
}

.article-template .article-heading {
    margin-top: 33px;
}
.article-template .article-template__title {
    margin: 0;
    font-size: calc(var(--font-size-body) + 14px);
    font-weight: var(--font-medium);
    line-height: 1.3;
    margin-bottom: 30px;
}
.article-template .article-template__content {
    margin-top: 25px;
    margin-bottom: 55px;
}
.article-template .article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    font-size: calc(var(--font-size-body) + 2px);
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
    margin-bottom: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-template .article-info span span {
    color: var(--color-text);
    margin-right: 5px;
    display: inline-block;
}
.article-template .article-info .article-author {
    color: var(--main-color2);
}
.article-template > .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}
.article-template .tags span {
    margin-right: 20px;
    font-size: var(--font-size-body);
    color: var(--main-color2);
    font-weight: var(--font-medium);
}
.article-template .tags a {
    height: 24px;
    line-height: 25px;
    padding: 0 10px;
    color: var(--link-color);
    font-size: var(--font-size-body);
    display: inline-block;
    border-radius: 2px;
    background-color: var(--color-base-background-2);
    text-transform: uppercase;
}
.article-template .tags a:hover {
    background-color: var(--main-color2);
    color: #f1f1f1;
}

.article-template__hero-container {
    max-width: 117rem;
    margin: 0 auto;
}

.article-template__social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-template__social-sharing .list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.article-template__social-sharing .list-social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.article-template__social-sharing .list-social li a span {
    display: none;
}
.article-template__social-sharing .list-social li a svg {
    width: 18px;
    height: 18px;
    fill: var(--main-color2);
}
.article-template__social-sharing .list-social li a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}
.article-template__social-sharing .list-social li a:hover svg {
    fill: #fff;
}
.article-template__social-sharing > span {
    color: var(--main-color2);
    font-weight: var(--font-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: var(--font-size-body);
}
.article-template__social-sharing > span svg {
    width: 18px;
}

.widget-related-post .blog-article-item .article-content {
    padding-top: 10px;
}
.widget-related-post .blog-article-item .article-title a {
    margin-bottom: 0;
    font-size: calc(var(--font-size-body) + 6px);
    line-height: 30px;
    font-weight: 500;
}
.widget-related-post .blog-article-item .article-des {
    line-height: 24px;
    font-size: calc(var(--font-size-body) + 2px);
}

/*------------ testimonial ---------------- */
.testimonial-item .icon {
    margin-bottom: 16px;
}
.testimonial-item .rating {
    margin-bottom: 16px;
}
.testimonial-item .text {
    font-size: 16px;
    line-height: 28.8px;
    margin-bottom: 11px;
}
.testimonial-item .divider {
    margin-bottom: 10px;
    max-width: 147px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    border-top: 1px dashed var(--line);
}
.testimonial-item .name {
    font-weight: 600;
}
.testimonial-item .metas {
    color: var(--text);
}
.testimonial-item .metas span {
    font-weight: 600;
}
.testimonial-item .heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}
.testimonial-item .product {
    border-top: 1px solid var(--line);
    padding-top: 23px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-item .product .image {
    width: 100%;
    max-width: 64px;
}
.testimonial-item .product .content-wrap {
    padding-left: 24px;
    padding-right: 20px;
}
.testimonial-item .product .content-wrap .product-title {
    margin-bottom: 6px;
}
.testimonial-item .product .content-wrap .product-title a:hover {
    color: var(--primary);
}
.testimonial-item .product .content-wrap .price {
    font-weight: 600;
    color: var(--main-color2);
}
.testimonial-item .product > a {
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--main-color2);
    opacity: 0;
    visibility: hidden;
    font-size: 9px;
}
.testimonial-item .product > a:hover {
    background-color: var(--main-color2);
    color: var(--white);
}
.testimonial-item .product > a.text_blue-1 {
    border-color: #1c355e;
}
.testimonial-item .product > a.text_blue-1:hover {
    background-color: #1c355e;
}
.testimonial-item .product > a.text_blue-1:hover i {
    color: var(--white);
}
.testimonial-item:hover .product > a {
    opacity: 1;
    visibility: visible;
}
.testimonial-item.style-column {
    padding: 34px 20px 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
}
.testimonial-item.style-column .rating {
    margin-bottom: 14px;
}
.testimonial-item.style-column .heading {
    margin-bottom: 8px;
}
.testimonial-item.style-column .text {
    margin-bottom: 20px;
}
.testimonial-item.style-column .author {
    margin-bottom: 30px;
}
.testimonial-item.style-column.style-2 {
    background-color: var(--white);
    border: 0;
    border-radius: 0;
    padding: 20px;
}
.testimonial-item.style-column.style-2 .text {
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 10px;
}
.testimonial-item.style-column.style-2 .author {
    margin-bottom: 0px;
}
.testimonial-item.style-column.style-2 .author svg {
    color: var(--bg-5);
}
.testimonial-item.style-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
}
.testimonial-item.style-row .image {
    width: 244px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.testimonial-item.style-row .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial-item.style-row .product {
    border: none;
}
.testimonial-item.style-row .product .img-thumb {
    max-width: 64px;
}
.testimonial-item.style-row .rating {
    margin-bottom: 10px;
}
.testimonial-item.style-row .text {
    font-size: 16px;
    line-height: 25.6px;
}
.testimonial-item.style-box {
    padding: 28px 24px 40px 34px;
    background-color: var(--white);
    border-radius: 10px;
}
.testimonial-item.style-box .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
}
.testimonial-item.style-box .author .name {
    font-weight: 700;
}
.testimonial-item.style-box .author .metas {
    padding: 6px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    background-color: var(--main-color2);
    color: var(--white);
    font-size: 12px;
    line-height: 19px;
}
.testimonial-item.style-box .author .metas i {
    font-size: 10px;
}
.testimonial-item.style-box .rating {
    margin-bottom: 19px;
}
.testimonial-item.style-box .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.testimonial-item.style-box-1 {
    padding: 37px 33px 34px;
    border-radius: 10px;
    background-color: var(--white);
    min-height: 444px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonial-item.style-box-1 .rating {
    margin-bottom: 18px;
}
.testimonial-item.style-box-1 .rating i {
    font-size: 13px;
    color: #00b67a;
}
.testimonial-item.style-box-1 .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--main-color2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.testimonial-item.style-box-1 .metas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.testimonial-item.style-box-1 .metas i {
    font-size: 16px;
    color: #00b67a;
}
.testimonial-item.lg .icon {
    font-size: 28px;
}
.testimonial-item.lg .text {
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 16px;
}
.testimonial-item.lg .divider {
    margin-left: 0;
}
.testimonial-item .box-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.testimonial-item .box-author .box-img {
    width: 70px;
    height: 74px;
    border-radius: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.testimonial-item.lg-2 .box-author {
    margin-bottom: 16px;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
.rating i {
    font-size: 16px;
    color: var(--bg-5);
}
.rating.color-black i {
    color: var(--main-color2);
}

.flat-wrap-tes-text {
    margin-bottom: 25px;
}
.flat-wrap-tes-text .testimonial-ver-text {
    padding: 0 50px;
}

.testimonial-ver-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.testimonial-ver-text .heading {
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 700;
    color: var(--main-color2);
    margin-bottom: 20px;
}
.testimonial-ver-text .content {
    font-size: 16px;
    line-height: 25.6px;
}

.thumb-tes-brands .swiper-slide {
    width: auto !important;
}
.thumb-tes-brands .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thumb-tes-brands .thumb-tes-item {
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.thumb-tes-brands .thumb-tes-item img {
    max-width: 100px;
    cursor: pointer;
}
.thumb-tes-brands .thumb-tes-item:hover {
    opacity: 1;
}
.thumb-tes-brands .swiper-slide-thumb-active .thumb-tes-item {
    opacity: 1;
}

/*------------ lookbook ---------------- */
.tf-lookbook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap-lookbook {
    width: 100%;
    position: relative;
}
.wrap-lookbook .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrap-lookbook.lookbook-sw .navigation-sw-dot {
    position: absolute;
}
.wrap-lookbook.lookbook-sw .nav-next-lookbook {
    top: 5%;
    left: 19%;
}
.wrap-lookbook.lookbook-sw .nav-prev-lookbook {
    top: 52%;
    left: 30%;
}

.lookbook-item {
    position: absolute;
    width: 26px;
    height: 26px;
}
.lookbook-item .tf-pin-btn {
    width: 26px;
    height: 26px;
    background-color: rgb(242, 242, 242);
    border-radius: 50%;
    border: 0;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lookbook-item .tf-pin-btn span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--main-color2);
}
.lookbook-item .tf-pin-btn.pin-white {
    background-color: var(--white);
}
.lookbook-item .tf-pin-btn.pin-black {
    background-color: var(--main-color2);
}
.lookbook-item .tf-pin-btn.pin-black span {
    background-color: var(--white);
}
.lookbook-item .dropdown-menu {
    margin: 20px 0 !important;
    top: unset !important;
    bottom: 23px !important;
    -webkit-transform: translateX(-46%) !important;
    transform: translateX(-46%) !important;
}

.lookbook-product {
    padding: 10px 14px 12px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 334px;
    background-color: var(--white);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lookbook-product .image {
    width: 62px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.lookbook-product .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lookbook-product .content-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.lookbook-product .content-wrap .product-title {
    margin-bottom: 6px;
}
.lookbook-product .content-wrap .product-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.lookbook-product .content-wrap .product-title a:hover {
    color: var(--primary);
}
.lookbook-product .content-wrap .price {
    font-weight: 600;
    color: var(--main-color2);
}
.lookbook-product > a {
    width: 38px;
    height: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--line);
    color: var(--main-color2);
    font-size: 14px;
}
.lookbook-product > a:hover {
    background-color: var(--main-color2);
    color: var(--white);
}
.lookbook-product::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: var(--white);
    bottom: 0;
    left: 50%;
    z-index: 2;
}

.tf-pin_btn:hover:after,
.tf-pin_btn:hover:before {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.lookbook-1 .item-1 {
    top: 85%;
    left: 62%;
}
.lookbook-1 .item-2 {
    top: 63%;
    left: 45%;
}

.lookbook-2 .item-1 {
    top: 20%;
    left: 62%;
}

.lookbook-3 .item-1 {
    top: 42%;
    left: 58%;
}
.lookbook-3 .item-2 {
    top: 83%;
    left: 40%;
}
.lookbook-3 .item-3 {
    top: 52%;
    left: 30%;
}

.tf-sw-lookbook {
    padding-top: 70px;
    margin-top: -70px;
}
.tf-sw-lookbook .wrap-pagination {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    left: 15px;
    right: 15px;
}
.tf-sw-lookbook .wrap-pagination .sw-dots {
    margin: 0;
}

.lookbook-kid {
    position: relative;
}
.lookbook-kid .lookbook-item {
    position: absolute;
}
.lookbook-kid .lookbook-item .tf-pin-btn {
    background-color: var(--white);
}
.lookbook-kid .item-1 {
    left: 24%;
    top: 32%;
}
.lookbook-kid .item-2 {
    left: 24%;
    top: 78%;
}
.lookbook-kid .item-3 {
    left: 50%;
    top: 70%;
}

.lookbook-dog {
    position: relative;
}
.lookbook-dog .lookbook-item {
    position: absolute;
}
.lookbook-dog .lookbook-item .tf-pin-btn {
    background-color: var(--white);
}
.lookbook-dog .item-1 {
    left: 37%;
    top: 32%;
}
.lookbook-dog .item-2 {
    left: 53%;
    top: 70%;
}
.lookbook-dog .item-3 {
    left: 64%;
    top: 25%;
}

.slideshow-lookbook-furniture .lookbook-1 .item-1 {
    left: 40%;
    top: 40%;
}
.slideshow-lookbook-furniture .lookbook-1 .item-2 {
    left: 50%;
    top: 50%;
}
.slideshow-lookbook-furniture .lookbook-2 .item-1 {
    left: 50%;
    top: 50%;
}
.slideshow-lookbook-furniture .lookbook-3 .item-1 {
    top: 45%;
    left: 45%;
}

.lookbook-kitchen-wear form .tf-lookbook {
    height: unset !important;
}
.lookbook-kitchen-wear form .swiper-slide:last-child .tf-bundle-product-item {
    border: 0;
}
.lookbook-kitchen-wear form .ss-btn {
    width: 100%;
    max-width: 461px;
}
.lookbook-kitchen-wear .wrap-lookbook .item-1 {
    top: 65%;
    left: 50%;
}
.lookbook-kitchen-wear .wrap-lookbook .item-2 {
    top: 17%;
    left: 57%;
}
.lookbook-kitchen-wear .wrap-lookbook .item-3 {
    top: 70%;
    left: 85%;
}

.flat-activewear-lookbook .wrap-lookbook .item-1 {
    top: 20%;
    left: 65%;
}
.flat-activewear-lookbook .wrap-lookbook .item-2 {
    top: 60%;
    left: 16%;
}
.flat-activewear-lookbook .wrap-lookbook .item-3 {
    top: 61%;
    left: 80%;
}
.flat-activewear-lookbook .inner-sw-lookbook .ss-btn {
    margin-top: 16px;
    border-radius: 60px;
}

.lookbook-handbag .lookbook-item {
    position: absolute;
}
.lookbook-handbag .item-1 {
    left: 49%;
    top: 28%;
}
.lookbook-handbag .item-2 {
    left: 30%;
    top: 45%;
}
.lookbook-handbag .item-3 {
    left: 50%;
    top: 68%;
}

.lookbook-sneaker .lookbook-item {
    position: absolute;
}
.lookbook-sneaker .item-1 {
    left: 64%;
    top: 21%;
}
.lookbook-sneaker .item-2 {
    left: 38%;
    top: 45%;
}

/*------------ featured ---------------- */
.tf-featured {
    position: relative;
}
.tf-featured .content .sub-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: var(--main-color2);
    margin-bottom: 15px;
}
.tf-featured .content h3 {
    margin-bottom: 24px;
}
.tf-featured .content p {
    margin-bottom: 40px;
}
.tf-featured.full-width {
    padding-top: 265px;
    padding-bottom: 290px;
}
.tf-featured.style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tf-featured.style-1 .image {
    width: 50%;
}
.tf-featured.style-1 .content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f9f3ea;
}
.tf-featured.style-1 .content a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.tf-hero-image-liquid {
    position: relative;
}
.tf-hero-image-liquid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tf-hero-image-liquid .box-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tf-hero-image-liquid .box-content .heading {
    font-size: 52px;
    line-height: 62.4px;
}
.tf-hero-image-liquid .box-content p {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
}
.tf-hero-image-liquid .box-content .ss-btn {
    margin-top: 20px;
}

.free-ship,
.product_estimated_delivery {
    font-size: 14px;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    margin: 0px 0 15px;
}

.product_estimated_delivery {
    color: var(--primary);
}
.product_estimated_delivery lable {
    color: var(--main-color2);
}

.ss-countdown .countdown__timer {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ss-countdown .countdown__timer .countdown__item {
    width: unset;
    min-width: 50px;
    height: unset;
    display: block;
    background-color: unset;
}
.ss-countdown .countdown__timer .countdown__item .countdown__value,
.ss-countdown .countdown__timer .countdown__item .countdown__label {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: var(--primary);
    text-transform: capitalize;
}

/*------------ accordion ---------------- */
.flat-accordion .flat-toggle {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--color-base-background-2);
}
.flat-accordion .flat-toggle .toggle-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: var(--main-color2);
    padding: 14px 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flat-accordion .flat-toggle .toggle-title:hover {
    color: var(--primary);
}
.flat-accordion .flat-toggle .toggle-content {
    display: none;
}
.flat-accordion.has-btns-arrow .flat-toggle .toggle-title::after {
    display: none;
}
.flat-accordion.has-btns-arrow .flat-toggle .toggle-title::before {
    position: absolute;
    content: '\e904';
    font-family: 'icomoon';
    font-size: 8px;
    color: var(--main-color2);
    right: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flat-accordion.has-btns-arrow .flat-toggle .toggle-title.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.flat-accordion.style-default .toggle-title {
    margin: 0;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    font-size: calc(var(--font-size-body) + 4px);
    line-height: 25px;
    font-weight: var(--font-medium);
    padding: 19px 30px;
    display: block;
}
.flat-accordion.style-default .toggle-content {
    padding: 20px 30px;
    font-size: calc(var(--font-size-body) - 1px);
    line-height: 23px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
}

/*------------ zoom ---------------- */
.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);
    -webkit-box-shadow:
        0 1px 5px rgba(127, 127, 127, 0.0196078431),
        0 5px 18px rgba(127, 127, 127, 0.2);
    box-shadow:
        0 1px 5px rgba(127, 127, 127, 0.0196078431),
        0 5px 18px rgba(127, 127, 127, 0.2);
    z-index: 3;
}

.drift-bounding-box.drift-open {
    background: rgba(255, 255, 255, 0.2509803922);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    z-index: 5000;
}

.drift-zoom-pane {
    z-index: 5000;
}

.section-image-zoom .other-image-zoom {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-image-zoom.zoom-active .other-image-zoom {
    opacity: 0.3;
}

.pswp__bg {
    background: var(--white);
}

.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 #ffffff;
}

.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;
}
.tf-model-viewer.active model-viewer {
    pointer-events: all;
}
.tf-model-viewer.active .wrap-btn-viewer {
    display: none;
}

/*------------ sections ---------------- */
.ss-shop-control {
    margin-bottom: 15px;
    gap: 5px;
}

.ss-control-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.shop-sidebar-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
}
.shop-sidebar-wrapper.right {
    grid-template-columns: 3fr 1fr;
}
.shop-sidebar-wrapper.right .shop-control-sidebar {
    order: 1;
}
.shop-sidebar-wrapper .ss-control-layout {
    justify-content: flex-start !important;
}
.shop-sidebar-wrapper .shop-control-sidebar .show-sidebar {
    position: absolute;
    top: 200px;
    right: -40px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    border: 0;
}
.shop-sidebar-wrapper .shop-control-sidebar .show-sidebar .hidden-icon {
    display: none;
}
.shop-sidebar-wrapper .shop-control-sidebar .show-sidebar:hover {
    background: var(--primary);
    color: var(--white);
}
.shop-sidebar-wrapper .shop-control-sidebar .show-sidebar.active .default-icon {
    display: none;
}
.shop-sidebar-wrapper .shop-control-sidebar .show-sidebar.active .hidden-icon {
    display: block;
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .facet-filter-form {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--line);
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet {
    width: calc(100% / 5 - 10px);
    margin: 0;
    border: 1px solid var(--line);
    position: relative;
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet .facet-title {
    margin: 0;
    padding: 15px;
    line-height: normal;
    font-size: 16px;
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet:hover {
    border-color: var(--main-color2);
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet .facet-title .icon {
    font-size: 6px;
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet .filter-above-content {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    border: 1px solid var(--main-color2);
    padding: 15px;
    display: none;
    background: var(--white);
    z-index: 999;
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet .collapse:before {
    content: '';
    position: absolute;
    top: -5px;
    height: 5px;
    left: 0;
    width: 100%;
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet:hover .filter-above-content,
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet.filter-above-content.show {
    display: block;
}
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet .filter-above-content .current-scrollbar,
.shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet .filter-above-content .widget-price {
    margin: 0;
}
.ss-control-layout .ss-view-layout-switch .item {
    color: var(--main);
    opacity: 0.4;
    padding: 0 5px;
    min-height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.ss-control-layout .ss-view-layout-switch.active .item,
.ss-control-layout .ss-view-layout-switch:hover .item {
    opacity: 1;
}

.pagination-wrap {
    padding: 50px 0 80px;
}

.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 11px;
}
.pagination-list .pagination-link {
    color: var(--main-color2);
    font-size: 14px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 40px;
    width: 40px;
    padding: 0;
    text-decoration: none;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background: var(--color-base-background-1);
}
.pagination-list .pagination-link .icon {
    font-size: 12px;
}
.pagination-list .pagination-link:hover {
    color: #fff;
    background: var(--main-color2);
    border-color: var(--main-color2);
}
.pagination-list .active .pagination-link {
    color: #fff;
    background: var(--main-color2);
    border-color: var(--main-color2);
}

.widget-facet {
    margin-bottom: 26px;
}
.widget-facet .facet-title {
    line-height: 100%;
    font-weight: var(--font-normal);
    position: relative;
    font-size: calc(var(--font-size-body) + 10px);
    color: var(--main-color2);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget-facet .facet-title .icon {
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
    transition:
        transform 0.35s linear,
        -webkit-transform 0.35s linear;
    font-size: 8px;
}
.widget-facet .facet-title.collapsed .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.widget-facet.wd-categories {
    border-bottom: 1px solid var(--line);
}
.widget-facet:not(:last-child) {
    border-bottom: 1px solid var(--line);
}
.widget-facet .cate-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--main);
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 500;
}
.widget-facet .cate-item a span.count {
    margin-left: 10px;
    color: var(--color-text);
    display: inline-block;
}
.widget-facet .cate-item.current a {
    color: var(--primary);
}
.widget-facet .cate-item:not(:first-child) {
    margin-top: 10px;
}
.widget-facet .list-item .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--main);
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 500;
}
.widget-facet .list-item:not(:first-child) {
    margin-top: 10px;
}
.widget-facet .current-scrollbar {
    max-height: 200px;
    overflow-y: auto;
    margin-right: 5px;
    scrollbar-width: thin;
}
.widget-facet .current-scrollbar::-webkit-scrollbar {
    width: 2px;
}
.widget-facet .current-scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15);
}
.widget-facet .current-scrollbar::-webkit-scrollbar-thumb {
    background: var(--main);
}
.widget-facet .filter-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.widget-facet .filter-color .list-item {
    margin: 0;
}

.widget-featured-products {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}
.widget-featured-products .featured-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.widget-featured-products .featured-product-item .card-product-wrapper {
    width: 92px;
    min-width: 92px;
    border-radius: 10px;
    overflow: hidden;
}
.widget-featured-products .featured-product-item .card-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.widget-featured-products .featured-product-item .card-product-info .title {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 1px;
}
.widget-featured-products .featured-product-item .card-product-info .price {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.effect_4 .banners a {
    display: block;
    position: relative;
    overflow: hidden;
}
.effect_4 .banners a:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}
.effect_4 .banners a:hover:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}
.effect_4 .banners a:before {
    border-bottom: 50px solid rgba(255, 255, 255, 0.2);
    border-top: 50px solid rgba(255, 255, 255, 0.2);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition:
        opacity 0.4s ease 0s,
        transform 0.35s ease 0s;
    -webkit-transition:
        opacity 0.4s ease 0s,
        -webkit-transform 0.35s ease 0s;
    transition:
        opacity 0.4s ease 0s,
        -webkit-transform 0.35s ease 0s;
    transition:
        opacity 0.4s ease 0s,
        transform 0.35s ease 0s;
    transition:
        opacity 0.4s ease 0s,
        transform 0.35s ease 0s,
        -webkit-transform 0.35s ease 0s;
    visibility: visible;
    z-index: 1;
}
.effect_4 .banners a:after {
    border-bottom: 50px solid rgba(255, 255, 255, 0.2);
    border-top: 50px solid rgba(255, 255, 255, 0.2);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition:
        opacity 0.4s ease 0s,
        transform 0.35s ease 0s;
    -webkit-transition:
        opacity 0.4s ease 0s,
        -webkit-transform 0.35s ease 0s;
    transition:
        opacity 0.4s ease 0s,
        -webkit-transform 0.35s ease 0s;
    transition:
        opacity 0.4s ease 0s,
        transform 0.35s ease 0s;
    transition:
        opacity 0.4s ease 0s,
        transform 0.35s ease 0s,
        -webkit-transform 0.35s ease 0s;
    visibility: visible;
    z-index: 1;
}

.widget-iconbox-list {
    display: -ms-grid;
    display: grid;
    gap: 18px;
}
.widget-iconbox-list .iconbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}
.widget-iconbox-list .iconbox-item .box-icon {
    border: 1px solid var(--line);
}
.widget-iconbox-list .iconbox-item .iconbox-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.widget-iconbox-list .iconbox-item .iconbox-content .iconbox-title {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 600;
}
.widget-iconbox-list .iconbox-item .iconbox-content .iconbox-desc {
    color: var(--text-3);
}

.widget-price {
    padding: 20px 7px 35px;
}
.widget-price .box-title-price {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.widget-price .caption-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.widget-price .caption-price input {
    color: var(--main-color2);
}
.widget-price .caption-price div {
    width: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 5px;
}
.widget-refined {
    position: relative;
}
.widget-refined .facet-title .icon {
    display: none;
}
.widget-refined .clear-all-item-chosen {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 400;
}
.widget-refined .clear-all-item-chosen:hover {
    color: var(--primary);
}
.list-refined {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.list-refined > li {
    background: var(--main-color2);
    padding: 3px 5px;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
}
.list-refined > li .remove-item-rf {
    font-size: 10px;
    line-height: normal;
}
.list-refined > li .remove-item-rf:hover {
    color: var(--primary);
    cursor: pointer;
}
.btn-sidebar-mobile {
    display: none;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.btn-sidebar-mobile button {
    width: 40px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}
.btn-sidebar-mobile button i {
    font-size: 17px;
    color: var(--main);
}
.btn-sidebar-mobile button.type-hover {
    padding: 0 11.5px;
}
.btn-sidebar-mobile button.type-hover span {
    display: none;
}
.btn-sidebar-mobile button.type-hover:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 24px;
    gap: 11.5px;
}
.btn-sidebar-mobile button.type-hover:hover span {
    display: block;
}
.btn-sidebar-mobile.left {
    right: auto;
    left: 0;
}

.btn-sidebar-account,
.btn-sidebar-style2 {
    display: none;
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 100;
}
.btn-sidebar-account button,
.btn-sidebar-style2 button {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--line-2);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
}
.btn-sidebar-account button .icon,
.btn-sidebar-style2 button .icon {
    font-size: 17px;
    color: var(--main);
}
.btn-sidebar-account.right,
.btn-sidebar-style2.right {
    right: 0;
    left: auto;
}

.btn-sidebar-account {
    top: 20%;
}

.loadmore-item .fl-item {
    display: none;
}

.loadmore-item2 .fl-item2 {
    display: none;
}

.loadmore-item3 .fl-item3 {
    display: none;
}

/*
// tf-marquee
.tf-marquee {
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;

    .wrap-marquee {
        display: flex;
        -webkit-animation: slide-har 6s linear infinite;
        animation: slide-har 6s linear infinite;
        transition: animation-duration 300ms;
        &:hover {
            animation-play-state: paused;
        }
    }
    .marquee-item {
        padding-left: 18px;
        padding-right: 18px;
        display: flex;
        align-items: center;
        gap: 12px;
        .text {
            font-size: 18px;
            line-height: 21.6px;
            white-space: nowrap;
        }
        p{
            white-space: nowrap;
        }
    }
    &.marquee-md{
        padding-top: 30px;
        padding-bottom: 32px;
        p{
            font-size: 32px;
            line-height: 38.4px;
        }
    }
    &.marquee-xl{
        svg {
            width: 29px;
            height: auto;
            fill: var(--main);
        }
        padding-top: 75px;
        padding-bottom: 75px;
        .marquee-item  {
            gap: 60px;
            padding: 0 29px;
            .text {
                font-size: 40px;
                line-height: 48px;
            }
        }
    }
    &.marquee-sm {
        padding-top: 15px;
        padding-bottom: 15px;
        .marquee-item {
            gap: 22.5px;
            padding-left: 12px;
            padding-right: 12px;
            .text {
                font-size: 12px;
                line-height: 19.2px;
            }
        }
    }
    &.type-big {
        .marquee-item  {
            gap: 65px;
            padding: 0 32.5px;
            p {
                font-size: 80px;
                line-height: 96px;
            }
        }
    }
    &.not-hover{
        .wrap-marquee{
            &:hover{
                animation-play-state: running;
            }
        } 
    }
    &.type-brown{
        .marquee-item{
            .text{
                color: #704228;
            }
            .icon svg{
                fill: #704228;
            }
        }
    }
    &.type-md{
        .marquee-item{
            gap: 32px;
            .icon svg{
                width: 20px;
                height: auto;
            }
            .text{
                font-size: 16px;
                line-height: 19.2px;
            }
        }
    }
}

*/
.box-title {
    position: relative;
    text-transform: capitalize;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-title h3 {
    font-size: var(--font-size-heading);
    line-height: 40px;
    text-transform: capitalize;
    color: var(--main-color2);
    font-weight: var(--font-heading-weight);
    margin-bottom: 0;
}
.box-title.no-result {
    justify-content: center;
}
.box-title.no-result h4 {
    font-size: 18px;
}
.box-title .sub-title {
    font-size: calc(var(--font-size-body) + 2px);
    line-height: 22px;
    text-transform: capitalize;
    color: var(--main-color2);
    font-weight: var(--font-normal);
    margin-bottom: 10px;
}
.box-title .view-all {
    font-size: var(--font-size-body);
}
.box-title .view-all a {
    position: relative;
    padding-bottom: 0px;
}
.box-title .view-all a:hover {
    color: var(--link-hover);
}
.box-title .view-all a:hover:after {
    background: var(--main-color);
}
.box-title .view-all a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--main-color2);
    display: inline-block;
}

.widget-slideshow .container-fluid {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
}

.heroCarousel-slider .owl-carousel .owl-item img {
    width: auto;
    border-radius: 5px;
}

.heroCarousel--item .cols-image {
    padding-left: 0;
    padding-right: 0;
}

.heroCarousel--item .cols-image a {
    display: block;
    width: 100%;
}

.heroCarousel--item .heroCarousel-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 0 80px;
    transform: translatey(82%);
    -webkit-transform: translatey(82%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}

.heroCarousel--item .heroCarousel-content .heroCarousel-subtitle {
    font-size: calc(var(--font-size-body) + 10px);
    line-height: 24px;
    text-transform: capitalize;
    color: var(--link-color);
    margin-bottom: 7px;
    opacity: 0;
    transform: translatey(800px);
    -webkit-transform: translatey(800px);
}

.heroCarousel--item .heroCarousel-content .heroCarousel-title {
    font-size: calc(var(--font-size-heading) + 30px);
    line-height: 77px;
    color: var(--link-color);
    font-weight: var(--font-bold);
    margin-bottom: 7px;
    opacity: 0;
    transform: translatey(800px);
    -webkit-transform: translatey(800px);
}

.heroCarousel--item .heroCarousel-content .heroCarousel-title a {
    color: var(--link-color);
}

.heroCarousel--item .heroCarousel-content .heroCarousel-description {
    font-size: calc(var(--font-size-body) + 4px);
    line-height: 24px;
    color: var(--link-color);
    margin-bottom: 42px;
    opacity: 0;
    transform: translatey(800px);
    -webkit-transform: translatey(800px);
}

.heroCarousel--item .heroCarousel-content .heroCarousel-action {
    opacity: 0;
    transform: translatey(800px);
    -webkit-transform: translatey(800px);
    padding: 0px 40px;
    display: inline-block;
    line-height: 50px;
    min-height: auto;
    height: 50px;
    min-width: 160px;
    text-transform: capitalize;
    background-color: var(--color-base-background-1);
    border: 1px solid var(--color-base-background-1);
    color: var(--main-color2);
}

.heroCarousel--item.slide-3 .heroCarousel-content .heroCarousel-action {
    background-color: transparent;
    color: #fff;
}

.heroCarousel--item .heroCarousel-content .heroCarousel-action:hover {
    background-color: var(--main-color2);
    border-color: var(--main-color2);
    color: #fff;
}

/*use animation*/
.heroCarousel-slider .owl-item.active .heroCarousel-content .heroCarousel-subtitle {
    opacity: 1;
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
}

.heroCarousel-slider .owl-item.active .heroCarousel-content .heroCarousel-title {
    opacity: 1;
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
}

.heroCarousel-slider .owl-item.active .heroCarousel-content .heroCarousel-description {
    opacity: 1;
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1.5s linear;
    -moz-animation: fadeInUp 1.5s linear;
    -o-animation: fadeInUp 1.5s linear;
    -ms-animation: fadeInUp 1.5s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
}

.heroCarousel-slider .owl-item.active .heroCarousel-content .heroCarousel-action {
    opacity: 1;
    animation: fadeInUp 2s linear;
    -webkit-animation: fadeInUp 2s linear;
    -moz-animation: fadeInUp 2s linear;
    -o-animation: fadeInUp 2s linear;
    -ms-animation: fadeInUp 2s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

.widget-slideshow .coll-slider {
    overflow: hidden;
    margin-top: 30px;
}

.widget-slideshow.owl-style1 .owl-nav > div {
    width: 50px;
    height: 50px;
    line-height: 55px;
}

.widget-slideshow.owl-style1 .owl-nav > div svg {
    width: 18px;
    height: 18px;
}

.widget-slideshow.owl-style1 .owl-nav > div.owl-prev {
    left: 20px;
    right: auto;
}

.widget-slideshow.owl-style1 .owl-nav > div.owl-next {
    left: auto;
    right: 20px;
}

.widget-slideshow.owl-style2 .owl-nav {
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    z-index: 2;
}
.widget-slideshow.owl-style2 .owl-nav svg {
    width: 20px;
    height: 20px;
}
.widget-slideshow.owl-style2 .owl-nav > div:hover {
    background: var(--link-hover);
    color: var(--white);
}
.widget-slideshow.owl-style2 .owl-nav > div {
    border: 1px solid transparent;
    opacity: 0;
}

.widget-slideshow.owl-style2:hover .owl-nav > div {
    opacity: 1;
}

.widget-slideshow.owl-style3 .owl-nav {
    top: auto;
    bottom: 0;
    right: 20px;
    gap: 0;
}

.widget-slideshow.owl-style3 .owl-nav > div {
    width: 70px;
    height: 70px;
}

.widget-slideshow.dot-style2 .owl-dots {
    position: absolute;
    bottom: 33px;
    width: 100%;
    left: 0;
    padding: 0 80px;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .widget-slideshow.owl-style3 .owl-nav {
        right: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .heroCarousel--item .cols-image {
        width: 100%;
    }
    .heroCarousel-slider .owl-carousel .owl-item img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    .heroCarousel--item .heroCarousel-content .heroCarousel-title {
        font-size: var(--font-size-heading);
        line-height: 38px;
    }
    .heroCarousel--item .heroCarousel-content .heroCarousel-subtitle {
        font-size: calc(var(--font-size-body) + 4px);
    }
    .heroCarousel--item .heroCarousel-content .heroCarousel-description {
        margin-bottom: 30px;
    }
    .widget-slideshow.owl-style3 .owl-nav {
        right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .heroCarousel--item .heroCarousel-content .heroCarousel-title {
        font-size: var(--font-size-heading);
        line-height: 38px;
    }
    .heroCarousel--item .heroCarousel-content .heroCarousel-description {
        display: none;
    }
    .widget-slideshow.owl-style3 .owl-nav > div {
        width: 40px;
        height: 40px;
    }
    .widget-slideshow.owl-style3 .owl-nav {
        right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .heroCarousel--item .heroCarousel-content .heroCarousel-description,
    .heroCarousel--item .heroCarousel-content .heroCarousel-action {
        display: none !important;
    }
    .heroCarousel--item > .container {
        padding: 0;
    }
    .heroCarousel--item .heroCarousel-content {
        padding: 0 20px;
    }
    .heroCarousel--item .heroCarousel-content .heroCarousel-subtitle {
        font-size: var(--font-size-body);
        margin-bottom: 0;
    }
    .heroCarousel--item .heroCarousel-content .heroCarousel-title {
        font-size: calc(var(--font-size-heading) - 10px);
        line-height: 30px;
    }
    .widget-slideshow.show_dot .owl-dots {
        bottom: 20px;
    }
    .widget-slideshow.owl-style1 .owl-nav > div.owl-prev {
        left: 15px;
        right: auto;
    }
    .widget-slideshow.owl-style1 .owl-nav > div.owl-next {
        left: auto;
        right: 15px;
    }
    .widget-slideshow.owl-style3 .owl-nav > div {
        width: 40px;
        height: 40px;
    }
    .widget-slideshow.owl-style3 .owl-nav {
        right: 15px;
    }
    .widget-slideshow.dot-style2 .owl-dots {
        padding: 0 15px;
    }
}
/*Deal Products*/
/*============================================================================ ========================= Widget Product Deals ============================ ==============================================================================*/
.widget-deals-carousel {
    position: relative;
}
.widget-deals-carousel .widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fbe9ec;
    padding: 40px 40px 0 0;
    border-radius: 10px;
}
.widget-deals-carousel .widget-wrap .widget-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding-bottom: 40px;
}
.widget-deals-carousel .widget-wrap .widget-left .countdown_time h4 {
    font-size: var(--font-size-heading);
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 45px;
}
.widget-deals-carousel .widget-wrap .block-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.widget-deals-carousel .widget-wrap .block-content .owl-stage {
    padding-bottom: 40px;
}
.widget-deals-carousel .widget-wrap .block-content .product-item-container:before {
    border-color: var(--white);
}
.widget-deals-carousel .box-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget-deals-carousel .countdown_time .countdown__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.widget-deals-carousel .countdown_time .countdown__item .countdown__value {
    font-size: calc(var(--font-size-body) + 10px);
    font-weight: var(--font-body-weight);
    text-align: center;
    line-height: 50px;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: var(--main-color2);
    color: #fff;
    margin-bottom: 7px;
}
.widget-deals-carousel .countdown_time .countdown__item .countdown__label {
    font-size: calc(var(--font-size-body) - 2px);
    color: var(--main-color2);
    font-weight: var(--font-medium);
}
.widget-deals-carousel .deal__btn {
    margin-top: 34px;
}
.widget-deals-carousel .deal__btn a {
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--main-color2);
    color: var(--main-color2);
    padding: 13px 3rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
}
.widget-deals-carousel .deal__btn a:hover {
    color: var(--white);
    background-color: var(--main-color2);
}
.widget-deals-carousel .products-listing .product-layout.grid__item .product-item .countdown_tab {
    display: none;
}

.rtl .widget-deals-carousel .widget-wrap .block-content {
    padding-left: 40px;
    padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widget-deals-carousel .widget-wrap .widget-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding: 0 16px;
    }
    .widget-deals-carousel .widget-wrap .block-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 15px;
    }
    .widget-deals-carousel .countdown_time .countdown_inner .deals-time .num-time {
        font-size: calc(var(--font-size-body) + 6px);
    }
    .rtl .widget-deals-carousel .widget-wrap .block-content {
        padding-left: 15px;
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    .shop-sidebar-wrapper,
    .shop-sidebar-wrapper.right {
        grid-template-columns: 100%;
    }
    .shop-sidebar-wrapper .shop-control-sidebar .show-sidebar {
        display: flex;
    }
    .shop-sidebar-wrapper .shop-control-sidebar {
        width: 320px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        transform: translate(-320px, 0);
        z-index: 9999;
        transition: all 0.3s ease-out;
    }
    .shop-sidebar-wrapper .shop-control-sidebar-wrapper {
        padding: 30px 15px;
        height: 100%;
        overflow: auto;
    }
    .sidebar-row.sidebar .sidebar-widget.open {
        transform: translate(0, 0);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .shop-sidebar-wrapper .shop-control-sidebar.open {
        transform: translate(0, 0);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .widget-deals-carousel .widget-wrap .widget-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 16px;
    }
    .widget-deals-carousel .widget-wrap .block-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .widget-deals-carousel .countdown_time .countdown_inner {
        gap: 10px;
    }
    .widget-deals-carousel .countdown_time .countdown_inner .deals-time .num-time {
        font-size: calc(var(--font-size-body) + 6px);
    }
}
@media screen and (max-width: 767px) {
    .widget-deals-carousel .widget-wrap {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .widget-deals-carousel .widget-wrap .widget-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0px 30px;
    }
    .widget-deals-carousel .widget-wrap .block-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .widget-deals-carousel .deal__btn {
        margin-top: 20px;
    }
    .widget-deals-carousel .countdown_time .countdown_inner {
        gap: 10px;
    }
    .widget-deals-carousel .countdown_time .countdown_inner .deals-time .num-time {
        font-size: calc(var(--font-size-body) + 6px);
    }
    .rtl .widget-deals-carousel .widget-wrap .block-content {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Home Collection */
/*============================================================================ ========================= SECCTION COLLECTION ================================ ==============================================================================*/
.widget-collection {
    position: relative;
}
.widget-collection .container-fluid {
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
}
.widget-collection .collections {
    position: relative;
}
.widget-collection .box-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget-collection .collect {
    text-align: center;
}
.widget-collection .collect .collect-img {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 12px;
    border: 1px solid var(--border-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.widget-collection .collect .collect-img > a {
    display: block;
}
.widget-collection .collect .collect-img img {
    border-radius: 10px;
    -webkit-transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.widget-collection .collect .collect-img:hover {
    border: 1px solid var(--main-color2);
}
.widget-collection .collect .collect-img:hover img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}
.widget-collection .collect .collect-info__name {
    font-size: calc(var(--font-size-body) + 2px);
    font-weight: var(--font-medium);
}
.widget-collection .collect .collect-info__cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.widget-collection .collect .collect-info .cl-count {
    font-size: var(--font-size-body);
    color: #888;
    margin: 3px 0 0;
}
.widget-collection .collect .collect-info__view {
    display: none;
}
.widget-collection .collect .collect-info__view a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-base-background-1);
    -webkit-box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);
    text-align: center;
    color: var(--link-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.widget-collection .collect .collect-info__view a:hover {
    background-color: var(--main-color2);
    color: var(--link-color);
}
.widget-collection .collect .collect-info__view svg {
    width: 20px;
    height: 20px;
}
.widget-collection .collect:hover .collect-info__view a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.widget-collection.owl-style2 .owl-nav {
    top: -95px;
}

.widget-collection.owl-style1 .owl-nav > div {
    top: 42%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-collection.owl-style2 .owl-nav {
        top: -75px;
    }
}
@media (max-width: 767px) {
    .widget-collection.owl-style2 .owl-nav {
        top: -59px;
    }
}
.widget-product-carousel .product-layout.grid__item .item .product-item {
    margin-bottom: 40px;
}

/* Collection */
.widget-slider-collection .collections {
    position: relative;
}
.widget-slider-collection .collect {
    position: relative;
    padding: 0 10px;
    text-align: center;
}
.widget-slider-collection .collect .collect-info__sub {
    font-size: var(--font-size-body);
    line-height: 22px;
    text-transform: capitalize;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
    margin-bottom: 10px;
}
.widget-slider-collection .collect .collect-info__title {
    font-size: calc(var(--font-size-body) + 10px);
    line-height: 32px;
    font-weight: var(--font-medium);
    margin-bottom: 20px;
}
.widget-slider-collection .collect .collect-info__title:hover a {
    color: var(--primary);
}
.widget-slider-collection .collect .collect-info__des {
    font-size: calc(var(--font-size-body) + 2px);
    line-height: 26px;
    font-weight: var(--font-body-weight);
    margin-bottom: 20px;
}
.widget-slider-collection .collect .collect-info__view a {
    border: 1px solid var(--border-color);
    background-color: #fff;
    display: inline-block;
    padding: 13px 36px;
    border-radius: 5px;
    min-width: auto;
    font-weight: 500;
}
.widget-slider-collection .collect:hover .collect-info__view a {
    border: 1px solid var(--main-color2);
    color: var(--main-color2);
}
.widget-slider-collection .collect:hover .collect-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.widget-slider-collection .collect .collect-img {
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 33px;
}
.widget-slider-collection .collect .collect-img a {
    display: block;
}
.widget-slider-collection .collect .collect-img img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .widget-slider-collection .collect {
        padding: 0;
    }
    .widget-slider-collection .collect .collect-info__title {
        font-size: calc(var(--font-size-body) + 2px);
        line-height: 20px;
    }
    .widget-slider-collection .collect .collect-img {
        margin-bottom: 22px;
    }
    .widget-slider-collection .collect .collect-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 130px;
    }
}
/*Slider banner*/
/*use animation*/
.widget-slider-banners .banners-slider {
    overflow: hidden;
}
.widget-slider-banners .banners-slider .owl-carousel {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    overflow: hidden;
}
.widget-slider-banners .banners-slider .banner--item .row {
    margin: 0;
}
.widget-slider-banners .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
    padding: 0;
}
.widget-slider-banners .col-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 406px;
    padding: 0;
}
.widget-slider-banners .owl-carousel .owl-item img {
    width: auto;
}
.widget-slider-banners .banner-content {
    position: absolute;
    width: 100%;
    top: 42%;
    left: 50%;
    padding-left: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    transform: translatey(82%);
    -webkit-transform: translatey(82%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}
.widget-slider-banners .banner-content .banner-subtitle {
    font-size: calc(var(--font-size-body) + 2px);
    line-height: 22px;
    text-transform: capitalize;
    color: var(--main-color);
    font-weight: var(--font-medium);
    margin-bottom: 7px;
    opacity: 0;
    transform: translatey(800px);
    -webkit-transform: translatey(800px);
}
.widget-slider-banners .banner-content .banner-title {
    font-size: calc(var(--font-size-heading) + 10px);
    line-height: 44px;
    color: var(--main-color2);
    font-weight: var(--font-heading-weight);
    margin-bottom: 17px;
    opacity: 0;
    transform: translatey(800px);
    -webkit-transform: translatey(800px);
}
.widget-slider-banners .banner-content .banner-title a {
    color: var(--link-color);
}
.widget-slider-banners .banner-content .banner-description {
    font-size: calc(var(--font-size-body) + 2px);
    line-height: 22px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
    margin-bottom: 32px;
    opacity: 0;
    transform: translatey(800px);
    -webkit-transform: translatey(800px);
}
.widget-slider-banners .banner-content .banner-action {
    opacity: 0;
    transform: translatey(800px);
    -webkit-transform: translatey(800px);
    padding: 0px 20px;
    display: inline-block;
    line-height: 40px;
    min-height: auto;
    height: 40px;
    min-width: 120px;
    text-transform: capitalize;
}
.widget-slider-banners .owl-item.active .banner-content .banner-subtitle {
    opacity: 1;
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
}
.widget-slider-banners .owl-item.active .banner-content .banner-title {
    opacity: 1;
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
}
.widget-slider-banners .owl-item.active .banner-content .banner-description {
    opacity: 1;
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1.5s linear;
    -moz-animation: fadeInUp 1.5s linear;
    -o-animation: fadeInUp 1.5s linear;
    -ms-animation: fadeInUp 1.5s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
}
.widget-slider-banners .owl-item.active .banner-content .banner-action {
    opacity: 1;
    animation: fadeInUp 2s linear;
    -webkit-animation: fadeInUp 2s linear;
    -moz-animation: fadeInUp 2s linear;
    -o-animation: fadeInUp 2s linear;
    -ms-animation: fadeInUp 2s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    display: inline-block;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--main-color2);
    color: var(--main-color2);
    text-align: center;
    font-weight: 500;
}
.widget-slider-banners .owl-item.active .banner-content .banner-action:hover {
    background: var(--main-color2);
    color: #fff;
}

.widget-slider-banners.show_dot .owl-dots {
    margin: 0 -5px;
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    padding: 0 80px;
    text-align: var(--left);
}
.widget-slider-banners.show_dot .owl-dots .owl-dot span {
    background: var(--main);
}
.widget-slider-banners.show_dot .owl-dots .owl-dot.active span {
    background: var(--white);
    border-color: var(--main);
}
@media (max-width: 1366px) {
    .widget-slider-banners .banner-content {
        padding-left: 30px;
    }
    .rtl .widget-slider-banners .banner-content {
        padding-left: 0px;
        padding-right: 30px;
    }
    .widget-slider-banners.show_dot .owl-dots {
        padding: 0 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .widget-slider-banners .banner-content .banner-subtitle {
        margin-bottom: 2px;
    }
    .widget-slider-banners .banner-content .banner-title {
        font-size: calc(var(--font-size-heading) - 6px);
        line-height: 30px;
        margin-bottom: 10px;
    }
    .widget-slider-banners .banner-content .banner-description {
        margin-bottom: 10px;
    }
    .widget-slider-banners.show_dot .owl-dots {
        bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .widget-slider-banners .banner-content .banner-subtitle {
        margin-bottom: 2px;
    }
    .widget-slider-banners .banner-content .banner-title {
        font-size: calc(var(--font-size-heading) - 6px);
        line-height: 30px;
        margin-bottom: 10px;
    }
    .widget-slider-banners .banner-content .banner-description {
        margin-bottom: 10px;
        display: none;
    }
    .widget-slider-banners.show_dot .owl-dots {
        bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .widget-slider-banners .banners-slider {
        margin-bottom: 30px;
    }
    .widget-slider-banners .banner-content .banner-description {
        display: none !important;
    }
    .widget-slider-banners .banner-content .banner-action {
        display: none !important;
    }
    .widget-slider-banners .banner-content .banner-subtitle {
        font-size: var(--font-size-body);
        margin-bottom: 0;
    }
    .widget-slider-banners .banner-content .banner-title {
        font-size: calc(var(--font-size-heading) - 12px);
        line-height: 25px;
    }
    .widget-slider-banners .owl-nav > div.owl-prev {
        left: 15px;
        right: auto;
    }
    .widget-slider-banners .owl-nav > div.owl-next {
        left: auto;
        right: 15px;
    }
    .widget-slider-banners.show_dot .owl-dots {
        bottom: 10px;
    }
}
/*Banner deal*/
.banner-deal {
    position: relative;
}
.banner-deal .deal__banner {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    display: block;
}
.banner-deal .deal__banner a {
    display: block;
    height: 100%;
}
.banner-deal .deal__banner img {
    border-radius: 5px;
    height: 100%;
    -webkit-transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition:
        opacity 0.5s ease,
        transform 2s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.banner-deal:hover .deal__banner img {
    opacity: 0.9;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}
.banner-deal .deal__wrap {
    position: absolute;
    top: 40px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    text-align: center;
}
.banner-deal .box-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}
.banner-deal .deal__description {
    font-size: calc(var(--font-size-body) + 2px);
    font-weight: var(--font-body-weight);
    margin-bottom: 12px;
}
.banner-deal .countdown_time .countdown__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.banner-deal .countdown_time .countdown__item .countdown__value {
    font-size: calc(var(--font-size-body) + 10px);
    font-weight: var(--font-body-weight);
    text-align: center;
    line-height: 50px;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: var(--main-color2);
    color: #fff;
    margin-bottom: 7px;
}
.banner-deal .countdown_time .countdown__item .countdown__label {
    font-size: calc(var(--font-size-body) - 2px);
    color: var(--main-color2);
    font-weight: var(--font-bold);
    text-transform: uppercase;
}
.banner-deal .deal__btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    text-align: center;
}
.banner-deal .deal__btn-link {
    background-color: var(--color-base-background-1);
    border: 1px solid var(--color-base-background-1);
    color: var(--main-color2);
    padding: 0px 20px;
    display: inline-block;
    line-height: 40px;
    min-height: auto;
    height: 40px;
    min-width: 120px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
}
.banner-deal .deal__btn-link:hover {
    color: #fff;
    background-color: var(--main-color2);
    border: 1px solid var(--main-color2);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-deal .countdown_time .countdown_inner .deals-time .num-time {
        font-size: calc(var(--font-size-body) + 6px);
    }
    .banner-deal .deal__banner {
        height: 100%;
    }
    .banner-deal .deal__banner img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    .banner-deal .deal__wrap {
        top: 10px;
        padding: 0 15px;
    }
    .banner-deal .box-title h3 {
        font-size: calc(var(--font-size-heading) - 6px);
    }
    .banner-deal .deal__description {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-deal .countdown_time .countdown_inner {
        gap: 2px;
    }
    .banner-deal .countdown_time .countdown_inner .deals-time .num-time {
        font-size: calc(var(--font-size-body) + 2px);
    }
    .banner-deal .deal__banner {
        height: 100%;
    }
    .banner-deal .deal__banner img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    .banner-deal .deal__wrap {
        top: 10px;
        padding: 0 15px;
    }
    .banner-deal .box-title h3 {
        font-size: calc(var(--font-size-heading) - 6px);
    }
    .banner-deal .deal__description {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .banner-deal .countdown_time .countdown_inner {
        gap: 10px;
    }
    .banner-deal .countdown_time .countdown_inner .deals-time .num-time {
        font-size: calc(var(--font-size-body) + 6px);
    }
}
.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}
.YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 850px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.YouTubePopUp-Wrap .YouTubePopUp-Content .YouTubePopUp-Close {
    position: absolute;
    top: 13px;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 35px;
    height: 35px;
    background: url(../images/icon-close.png) no-repeat center;
    background-color: var(--main-color);
}
.YouTubePopUp-Wrap .YouTubePopUp-Content .YouTubePopUp-Close:hover {
    opacity: 0.7;
}
.YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    padding: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .YouTubePopUp-Wrap .YouTubePopUp-Content {
        max-width: 85%;
    }
}
@media screen and (max-width: 767px) {
    .YouTubePopUp-Wrap .YouTubePopUp-Content {
        margin: 0 15px;
    }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
        height: auto !important;
        margin: 100px 0;
    }
    .YouTubePopUp-Wrap .YouTubePopUp-Content .YouTubePopUp-Close {
        top: 65px;
        bottom: auto;
    }
}
/*video*/
.widget-video .box_video {
    position: relative;
}
.widget-video .box_video img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.widget-video .box_video:hover img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}
.widget-video .box_video .btn_videos {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}
.widget-video .box_video .btn_videos span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: transparent;
    border: 2px solid var(--color-base-background-1);
    color: var(--white);
}
.widget-video .box_video .btn_videos span svg {
    width: 36px;
    height: 36px;
}
.widget-video .box_video .btn_videos span:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}
.widget-video .video {
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-video.layout-style2 .widget-video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
}
.widget-video.layout-style2 .box_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #13171b;
    color: var(--white);
    padding: 0px 80px;
    place-content: center;
}
.widget-video.layout-style2 .box_content .box__list {
    font-size: calc(var(--font-size-body) + 2px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 32px;
}
.widget-video.layout-style2 .box_content .box__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    color: #00fa0c;
}
.widget-video.layout-style2 .box_content .box__list .item svg {
    margin-top: -2px;
}
.widget-video.layout-style2 .box_content .box__list .item span {
    color: var(--white);
}
.widget-video.layout-style2 .box_content .box__btn a {
    background-color: #13171b;
    border: 1px solid var(--color-base-background-1);
    color: var(--white);
    display: inline-block;
    padding: 13px 36px;
    border-radius: 5px;
    min-width: auto;
}
.widget-video.layout-style2 .box_content .box__btn a:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--white);
}
.widget-video.layout-style2 .box_video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.widget-video.layout-style2 .box_video > div {
    line-height: 0;
}
.widget-video.layout-style2 .box_video .btn_videos {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    height: 100%;
}
.widget-video.layout-style2 .box_video .btn_videos span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: -45px;
    margin-top: -45px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: var(--color-base-background-1);
    color: var(--main-color2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
    border: none;
}
.widget-video.layout-style2 .box_video .btn_videos span svg {
    width: 36px;
    height: 36px;
}
.widget-video.layout-style2 .box_video .btn_videos span:hover {
    background-color: var(--main-color2);
    color: var(--white);
}
.widget-video.layout-style2 .box_video .btn_videos:hover span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    display: inline-block;
    -webkit-animation: zoom-shadown 3s ease-in-out infinite both;
    animation: zoom-shadown 3s ease-in-out infinite both;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    border-radius: 100%;
}
.widget-video.layout-style2 .box_video img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.widget-video.layout-style2 .box-title h3 {
    color: var(--white);
}

@media (max-width: 1199px) {
    .widget-video.layout-style2 .box_content {
        padding: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .widget-video.layout-style2 .box_content {
        padding: 30px 20px;
    }
    .widget-video.layout-style2 .box_video .btn_videos {
        height: 100%;
    }
    .widget-video.layout-style2 .box_video img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    .widget-video.layout-style2 .box_content .box__btn a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .widget-video.layout-style2 .box_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 20px;
    }
    .widget-video.layout-style2 .box_video {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .widget-video.layout-style2 .box_content .box__list {
        row-gap: 10px;
    }
    .widget-video.layout-style2 .box_content .box__list {
        margin-bottom: 20px;
    }
}
/* brand */
.wrap-carousel-brand .owl-stage-outer {
    padding: 2px 0;
}

.brand-item {
    width: 100%;
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 5px;
}
.brand-item:hover {
    border-color: var(--main);
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-item::before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    -webkit-transition: 0.4s ease 0.1s;
    transition: 0.4s ease 0.1s;
    opacity: 0;
    visibility: hidden;
}
.gallery-item .box-icon {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--white);
    width: 33px;
    height: 33px;
    font-size: 12px;
}
.gallery-item .box-icon .tooltip {
    top: -100%;
    margin-top: -5px;
}
.gallery-item .box-icon .tooltip::before {
    top: unset;
    bottom: -4px;
}
.gallery-item .box-icon:hover {
    background-color: var(--main);
    color: var(--white);
}
.gallery-item .box-icon:hover .tooltip {
    opacity: 0.9;
    visibility: visible;
}

/* Service */
.wrapper-service {
    background-color: #1f2329;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wrapper-service .item-services .service_inner {
    padding: 0;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrapper-service .item-services .service_inner:hover .service-ico {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}
.wrapper-service .item-services .service_inner .service-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.102);
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrapper-service .item-services .service_inner .service-ico img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    width: 28px;
    height: 28px;
}
.wrapper-service .item-services .service_inner .service-info h4 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    text-transform: capitalize;
    font-size: calc(var(--font-size-body) + 4px);
    line-height: 30px;
    color: #fff;
    font-weight: var(--font-medium);
}
.wrapper-service .item-services .service_inner .service-info p {
    font-size: var(--font-size-body);
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

/*=============== POPUP VIDEO ========================*/
.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}

.YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 850px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.YouTubePopUp-Wrap .YouTubePopUp-Content .YouTubePopUp-Close {
    position: absolute;
    top: 13px;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 35px;
    height: 35px;
    background: url(../images/icon-close.png) no-repeat center;
    background-color: var(--main-color);
}

.YouTubePopUp-Wrap .YouTubePopUp-Content .YouTubePopUp-Close:hover {
    opacity: 0.7;
}

.YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    padding: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .YouTubePopUp-Wrap .YouTubePopUp-Content {
        max-width: 85%;
    }
}
@media screen and (max-width: 767px) {
    .form-register-wrap form a.button {
        border: 1px solid var(--main-color2);
    }
    .YouTubePopUp-Wrap .YouTubePopUp-Content {
        margin: 0 15px;
    }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
        height: auto !important;
        margin: 100px 0;
    }
    .YouTubePopUp-Wrap .YouTubePopUp-Content .YouTubePopUp-Close {
        top: 65px;
        bottom: auto;
    }
}
.masonry-layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.masonry-layout .collection-inner {
    width: 100%;
    height: 100%;
}
.masonry-layout .collection-item .img-style {
    height: 220px;
}
.masonry-layout.style-2 {
    grid-template-areas: 'item1 item1' 'item2 item3' 'item4 item4';
}
.masonry-layout.style-2 .collection-image {
    height: 250px;
}
.masonry-layout.style-2 .item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: item1;
}
.masonry-layout.style-2 .item-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: item2;
}
.masonry-layout.style-2 .item-3 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: item3;
}
.masonry-layout.style-2 .item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: item4;
}

.masonry-layout-v2 {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    grid-template-areas: 'item1 item1 item2 item3' 'item4 item5 item6 item6';
}
.masonry-layout-v2 .item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: item1;
}
.masonry-layout-v2 .item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: item2;
}
.masonry-layout-v2 .item-3 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: item3;
}
.masonry-layout-v2 .item-4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: item4;
}
.masonry-layout-v2 .item-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: item5;
}
.masonry-layout-v2 .item-6 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-area: item6;
}

.masonry-layout-v3,
.masonry-layout-v4,
.grid-3-layout-md {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}
.masonry-layout-v3 .collection-inner,
.masonry-layout-v3 .collection-image,
.masonry-layout-v4 .collection-inner,
.masonry-layout-v4 .collection-image,
.grid-3-layout-md .collection-inner,
.grid-3-layout-md .collection-image {
    width: 100%;
    height: 100%;
}

.masonry-layout-v4.style-2 .item-1 .collection-image {
    height: 810px;
}
.masonry-layout-v4.style-2 .item-2 .collection-image,
.masonry-layout-v4.style-2 .item-3 .collection-image {
    height: 390px;
}

.masonry-layout-v5 {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
}
.masonry-layout-v5 .tf-gallery-image {
    grid-area: span 1 / span 1;
}
.masonry-layout-v5 .tf-gallery-image.item-1 {
    grid-area: span 2 / span 2;
}

.masonry-layout-v6 {
    display: -ms-grid;
    display: grid;
    grid-template-areas: 'item1 item1' 'item1 item1' 'item2 item3' 'item4 item4';
    gap: 15px;
}
.masonry-layout-v6 .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: item1;
}
.masonry-layout-v6 .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: item2;
}
.masonry-layout-v6 .item-3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: item3;
}
.masonry-layout-v6 .item-4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: item4;
}

/*
.tf-gallery-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    &::before {
        position: absolute;
        z-index: 2;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .1);
        top: 0;
        left: 0;
        transition: .4s ease .1s;
        opacity: 0;
        visibility: hidden;
    }
    &:hover::before {
        opacity: 1;
        visibility: visible;
    }
}

.tf-img-with-text {
    .tf-content-wrap {
        place-self: center;

    }
    &.style-1 {
        background-color: rgb(247, 247, 247);
        .tf-image-wrap {
            order: unset;
        }
    }
    &.style-2 {
        gap: 0;
        .tf-image-wrap {
            order: unset;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    &.style-3 {
        background-color: #fbf7f0;
        .tf-image-wrap {
            order: unset;

        }
        .tf-content-wrap {
            width: 100%;
            height: 100%;
            padding-left: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    &.style-4 {
        .grid-img-group {
            padding-bottom: 50px;
        }
        .tf-image-wrap {
            order: unset;
        }
        .heading {
            font-size: 28px;
            line-height: 33.6px;
        }
        .text {
            margin-top: 18px;
            color: var(--text);
        }
        .item-2 {
            margin-left: unset;
            width: 75%;
        }
        .item-1 {
            width: 43%;
            bottom: 0;
            right: 0;
            height: max-content;
            top: unset;
        }
    }
    &.style-5{
        border-radius: 10px;
        overflow: hidden;
        .tf-image-wrap {
            order: unset;
        }
    }
    &.style-6{
        background-color: #eaf7f9;
        border-radius: 10px;
        overflow: hidden;

    }
    .tf-image-wrap{
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    &.bg-f5fbfd {
        background-color: #f5fbfd;
    }
    &.bg_primary {
        background-color: var(--primary);
    }
}
.img-text-3 {
    .grid-img-group {
        .item-1 {
            top: 20%;
            width: 39%; 
            height: max-content;
        }
        .item-2 {
            left: 14%;
            margin-left: unset;
            width: 66.67%; 
        }
        .item-3 {
            position: absolute;
            top: 50%;
            right: 0;
            display: flex;
            align-items: center;
            z-index: 1;
            width: 30%;
        }
    }
    .tf-content-wrap {
        padding: 14px 0 0 0;
        text-align: start;
        .desc{
            margin-top: 14px;
        }
    }
    &.img-text-3-style-2{
        .grid-img-group{
            .item-1{
                top: -8%;
                width: 33%;
            }
            .item-3{
                width: 50%;
                top: 54%;
            }
        }
        .tf-image-wrap{
            border-radius: 10px;
            overflow: hidden;
        }
        .tf-image{
            padding: 30px 0px;
        }
    }
}
.tf-img-video-text {
    .content-wrap {
        padding: 67px 92px 90px 92px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        .heading {
            font-size: 52px;
            line-height: 62.4px;
            margin-bottom: 18px;
        }
        p {
            margin-bottom: 60px;
        }
        li {
            display: flex;
            gap: 17px;
            align-items: center;
            &:not(:last-child) {
                padding-bottom: 30px;
                border-bottom: 1px solid rgba(235, 235, 235, 0.15);
                margin-bottom: 30px;
            }
            .number {
                flex-shrink: 0;
                width: 53px;
                height: 53px;
                border-radius: 50%;
                border: 1px solid var(--white);
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .text {
                font-size: 16px;
                line-height: 24px;
            }
        }
    }
    video {
        height: 710px;
    }
}
.tf-content-wrap {
    padding: 14px;
    padding-bottom: 24px;
    .sub-heading {
        font-size: 14px;
        line-height: 16.8px;
    }
    .heading {
        margin-top: 14px;
        font-size: 24px;
        line-height: 28.8px;
    }
    .description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 22.4px;
    }
    .ss-btn {
        margin-top: 16px;
    }

}
.count-down{
    .description{
        margin-bottom: 20px;
        margin-top: 16px;
    }
    .tf-countdown-v2{
        .countdown__item{
            min-width: 60px;
            min-height: 50px;
            padding: 4px 8px;
            border-color: var(--white);
            background-color: var(--white);
            .countdown__value{
                font-size: 14px;
                line-height: 22.4px;
            }
            .countdown__label{
                font-weight: 700;
                font-size: 10px;
                line-height: 16px;
            }
        }
    }

}
.tf-content-wrap-v2 {
    .description {
        margin-top: 12px;
        font-size: 16px;
        line-height: 19.2px;
    }
    .ss-btn {
        margin-top: 22px;
    }
}
.flat-wrap-countdown {
    .tf-content-wrap-v2 {
        text-align: center;
    }
}

.tf-image-wrap {
    position: relative;
    overflow: hidden;
}
.wrap-sw-over {
    padding-bottom: 40px;
    margin-bottom: -40px;
    padding-left: 30px;
    margin-left: -30px;
}
.widget-card-store {
    background-color: var(--bg-10);
    .store-heading {
        margin-bottom: 21px;
    }
    .store-img {
        width: 100%;
        height: 100%;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .description {
        p {
            font-size: 14px;
            line-height: 22.4px;
            color: var(--text-3);
            &:not(:last-child) {
                margin-bottom: 12px;
            }
        }
    }
    .store-item-info {
        padding: 30px 15px;
    }
    &.type-1 {
        gap: 0;
        .description{
            margin-bottom: 20px;
        }
        .store-heading {
            font-size: 24px;
            line-height: 28.8px;
        }
        .store-item-info {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: var(--main);

        }
    }
    &.type-2{
        .description {
            margin-bottom: 27px;

        }
        .store-heading{
            font-size: 22px;
            line-height: 26.4px;
            margin-bottom: 15px;
        }
    }
}
.flat-testimonial-v2 {
    padding-top: 26px;
    padding-bottom: 26px;
}
.wrapper-thumbs-testimonial {
    &.wrap-carousel {
        .nav-next-slider {
            left: 0;
        }
        .nav-prev-slider {
            right: 0;
        }
    }
    display: flex;
    padding: 0px 100px;
    align-items: center;
    .box-left {
        width: 47%;
        padding-left: 24px;
        padding-right: 83px;
    }
    .box-right {
        width: 53%;
    }

    .img-sw-thumb {
        border-radius: 10px;
        overflow: hidden;
    }
}
.wrapper-thumbs-testimonial-v2 {
    display: flex;
    align-items: center;
    .box-left {
        width: 50%;
        padding-right: 60px;
    }
    .box-right {
        width: 50%;
        img {
            width: 100%;
        }
    }
    &.type-1 {
        .box-left {
            width: 60%;
        }
        .box-right {
            width: 40%;
        }
    }
}
.flat-thumbs-testimonial-v2{
    padding: 30px 15px;
    border-radius: 10px;
    overflow: hidden;
    .box-left{
        width: 70%;
        padding-right: 30px;
        .text{
            font-size: 16px;
            line-height: 25.6px;
        }
        // .rating i{
        //     color: var(--white);
        // }
        .box-sw-navigation{
            margin-top: 40px;
            .nav-sw {

            }
        }
    }
    .box-right {
        width: 30%;
    }

}
.flat-lookbook-v2 {
    display: flex;
    gap: 15px;
    flex-direction: column-reverse;
}
.flat-lookbook-v3 {
    .flat-title-lookbook {
        margin-bottom: 22px;
    }
    form {
        max-width: 80%;
    }
    .tf-lookbook {
        height: 830px;
        flex-direction: column;

    }
}
.slider-wrap-lookbook {
    position: relative;
    // display: flex;
    // align-items: center;
    .nav-sw {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .nav-next-slider {
        left: -7px;
    }
    .nav-prev-slider {
        right: -7px;
    }
}
.flat-title-lookbook {
    margin-bottom: 20px;
    .heading {
        margin-top: 8px;
        font-size: 30px;
        line-height: 36px;
    }
    .label {
        font-size: 14px;
        line-height: 22.4px;
        font-weight: 700;
        color: rgb(84, 84, 84);
    }
}
.flat-iconbox-v2 {
    .tf-sw-mobile {
        border-radius: 10px;
        border: 1px solid var(--line);
        padding: 5px 0px;
    }
    .tf-icon-box {
        padding: 15px;
        .title {
            font-weight: 400;
        }
        .icon {
            margin-bottom: 22px;
            i {
                color: var(--main);
            }
        }
    }
    &.style-2{
        .tf-icon-box{
            padding: 0px;
            border: none !important;
            .icon i{
                font-size: 36px;
            }
        }
    }
}

.flat-iconbox-v3 {
    .tf-icon-box {
        .icon {
            width: 74px;
            height: 74px;
            border: 1px solid var(--main);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 34px;
            i {
                color: var(--main);
                font-size: 30px;
            }
            &.no-border {
                border: 0;
                border-radius: 0;
            }
            &.w-40 {
                width: 40px;
                height: 40px;
                i {
                    font-size: 40px;
                }
            }
            &.w-50{
                width: 50px;
                height: 50px;
            }
        }
        &.small {
            .content {
                .title {
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 22px;
                }
                p {
                    font-size: 14px;
                }
            }
        }
    }
}
.wrap-spacing-iconbox{
    padding: 33px 15px;
}
.tf-icon-box-v2{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    .icon {
        font-size: 26px;
        flex-shrink: 0;
        svg {
            width: 30px;
            height: 30px;
        }
    }
    .title{
        font-weight: 500;
        font-size: 18px;
        line-height:21.6px;
    }
}
.tf-icon-box-v3{
    .title{
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 25.2px;
    }
}
.flat-wrap-iconbox-v2{
    padding: 73px 15px;
}


.flat-location {
    position: relative;
    .banner-map {
        width: 100%;
        height: 300px;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .content {
        padding: 20px;
        text-align: center;
        background-color: var(--white);
        .heading {
            font-size: 18px;
            line-height: 21.6px;
        }
        .subtext {
            margin-top: 16px;
            color: var(--text);
        }
        .ss-btn {
            margin-top: 20px;
        }
    }
}
*/
.scroll-process {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.scroll-process .value-process {
    position: absolute;
    inset: 0;
    background-color: var(--main);
    width: 30%;
    -webkit-transition: width 1s;
    transition: width 1s;
}

.scroll-snap {
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.fullwidth {
    display: block;
    width: 100%;
    height: 100%;
}
.fullwidth img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tf-marquee.marquee-lg p {
    white-space: nowrap;
}
.tf-marquee.marquee-lg p a {
    border-bottom: 1px solid currentColor;
}
.tf-marquee.marquee-lg p {
    font-size: 40px;
    line-height: 56px;
}

.tf-marquee.marquee-lg {
    padding: 30px;
}
.tf-marquee.style-2 .marquee-item {
    gap: 39px;
}

.icv__circle {
    width: 34px;
    height: 34px;
    background-color: var(--main);
    border: 0 !important;
}

.icv__arrow-wrapper svg {
    width: 15px !important;
    height: 15px !important;
    margin: 0px 5px;
}

.flat-wrap-giftcard .wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flat-wrap-giftcard .wrap-content p {
    font-size: 20px;
    margin-top: 5px;
}

/*breadcrumb*/
.breadcrumb {
    background-color: var(--color-base-background-2);
    padding: 34px 0;
    margin-bottom: 50px;
}
.breadcrumb .breadcrumbtitle h2 {
    font-size: 44px;
    text-align: center;
    color: var(--breadcrumb-textcolor);
    text-transform: capitalize;
    line-height: 55px;
    font-weight: var(--font-normal);
    margin-bottom: 15px;
    color: var(--main-color2);
}
.breadcrumb .breadcrumb-wrap {
    gap: 15px;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-list .icon {
    font-size: 8px;
    font-weight: 700;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-list span {
    color: var(--text);
}

.tf-filter-item {
    -webkit-animation: slideInRight 0.5s ease-in-out;
    animation: slideInRight 0.5s ease-in-out;
    padding: 15px;
    border-radius: 2.5px;
    border: 1px solid var(--line);
}
.tf-filter-item.is-disable {
    display: none;
}
.tf-filter-item .tf-filter-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.tf-filter-item .tf-item-inner a {
    color: var(--text);
    margin-bottom: 5px;
}
.tf-filter-item .tf-item-inner a:hover {
    color: var(--primary);
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.tf-content-left.has-mt {
    margin-top: 10px;
}

.tf-accordion-wrap > .box,
.tf-accordion-wrap > .content {
    width: 100%;
}
.tf-accordion-wrap .tf-other-content {
    padding: 30px 31px 64px 35px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.tf-accordion-link-list {
    padding: 25px 38px 29px;
}
.tf-accordion-link-list .tf-link-item a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.tf-accordion-link-list .tf-link-item a:hover {
    border-color: var(--main);
}
.tf-accordion-link-list .tf-link-item a:hover .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.tf-accordion-link-list .tf-link-item a .icon {
    font-size: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease 0.1s;
    transition: 0.4s ease 0.1s;
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
}

.tf-ourstore-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tf-ourstore-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tf-ourstore-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.35s linear;
    transition: 0.35s linear;
}

.tf-store-item {
    padding: 18px 15px 20px;
    border-radius: 10px;
    border: 1px solid var(--line);
    cursor: pointer;
}
.tf-store-item .tf-store-title {
    position: relative;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    margin-bottom: 17px;
    line-height: 24px;
}
.tf-store-item .tf-store-title .icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    margin: auto;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    position: absolute;
    left: 0;
    font-size: 16px;
}
.tf-store-item .tf-store-info span {
    font-weight: 600;
}
.tf-store-item.active {
    color: var(--white);
    background-color: var(--main);
}
.tf-store-item.active .tf-store-title {
    padding-left: 26px;
    color: var(--white);
}
.tf-store-item.active .tf-store-title .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    color: var(--white);
}

.tf-timeline-wrap {
    padding-top: 130px;
    padding-bottom: 20px;
}

.tf-timeline-line {
    position: absolute;
    width: 1px;
    border: 1px dashed var(--line);
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.tf-timeline-line::after,
.tf-timeline-line::before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    z-index: 3;
    background-color: var(--line);
    border-radius: 50%;
}
.tf-timeline-line::before {
    top: 0;
}
.tf-timeline-line::after {
    bottom: 0;
}

.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 {
    background: var(--line-2);
}

.tf-compare-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tf-compare-row:nth-child(2n + 2) > div {
    background-color: rgba(0, 0, 0, 0.05);
}

.tf-compare-col {
    min-width: 180px;
    border-right: 1px solid var(--line);
    position: relative;
}

.tf-compare-item {
    padding: 16px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.tf-compare-item .tf-compare-remove {
    font-size: 12px;
    line-height: 19px;
    color: var(--text);
    text-decoration: underline;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}
.tf-compare-item .tf-compare-image {
    width: 100%;
    padding: 18px 0;
}
.tf-compare-item .tf-compare-title {
    font-size: 16px;
    line-height: 25.6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
.tf-compare-item .price {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.tf-compare-item .price .compare-at-price {
    font-size: 13px;
    line-height: 13px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.55);
    margin-right: 10px;
}
.tf-compare-item .price .price-on-sale {
    color: var(--primary);
}
.tf-compare-item .tf-compare-group-btns {
    margin-top: 21px;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tf-compare-item .tf-compare-group-btns a {
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    height: 42px;
    gap: 10px;
    border-color: var(--line);
}
.tf-compare-item .tf-compare-group-btns a i {
    font-size: 15px;
}
.tf-compare-item .tf-compare-group-btns a span {
    display: none;
}

.tf-compare-field,
.tf-compare-value {
    padding: 16px 10px;
}

.tf-compare-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tf-compare-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    color: #83b735;
}
.tf-compare-stock .icon {
    width: 16px;
    height: 16px;
    background-color: #83b735;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tf-compare-stock .icon i {
    color: var(--white);
    font-size: 7px;
}

.tf-main-area-page h4 {
    font-size: 22px;
    font-weight: 400;
    color: var(--main);
    margin-bottom: 26px;
    line-height: 28px;
}
.tf-main-area-page p {
    margin-top: 15px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(134, 134, 134);
}
.tf-main-area-page p:last-child {
    margin-bottom: 0px;
}
.tf-main-area-page .box:not(:last-child) {
    margin-bottom: 15px;
}
.tf-main-area-page .tag-list li {
    color: rgb(134, 134, 134);
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 15px;
}
.tf-main-area-page .tag-list li:last-child {
    margin-bottom: 0px;
}
.tf-main-area-page .cf-mail {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
    -webkit-transition: text-decoration-thickness 1s ease;
    transition: text-decoration-thickness 1s ease;
    color: rgb(134, 134, 134);
}
.tf-main-area-page .cf-mail:hover {
    color: rgba(0, 0, 0, 0.85);
}

.tf-page-delivery h4 {
    margin-bottom: 20px;
}
.tf-page-delivery p {
    margin-bottom: 10px;
}

.tf-terms-conditions .box:not(:last-child) {
    margin-bottom: 50px;
}
.tf-terms-conditions .box span {
    color: rgb(134, 134, 134);
}

.images-group-item.active {
    display: block;
}
.images-group-item.hidden {
    display: none;
}

.progress-wrap {
    position: fixed;
    bottom: 90px;
    right: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 999px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--white);
    border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.progress-wrap::after {
    position: absolute;
    content: '\e907';
    font-family: 'icomoon';
    text-align: center;
    line-height: 40px;
    font-size: 8px;
    color: var(--main);
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    stroke: var(--main);
    stroke-width: 1.2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.tf-cart-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.tf-cart-countdown p {
    font-size: 16px;
    line-height: 25.6px;
}
.tf-cart-countdown svg {
    margin-top: -3px;
    -webkit-animation: tf-ani-flash 2s infinite;
    animation: tf-ani-flash 2s infinite;
}
.tf-cart-countdown .timer-count {
    color: var(--white);
    background-color: var(--primary);
    padding: 2px 10px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    min-width: 110px;
    border-radius: 9999px;
    font-size: 16px;
    line-height: 25.6px;
}
.tf-cart-countdown .title-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@keyframes tf-ani-flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.ss-page-cart-wrap .ss-page-cart-item {
    border: 1px solid var(--border-color);
    border-radius: 5px;
}
.checkout-page .ss-page-cart-wrap .ss-page-cart-item {
    border: 0;
    border-radius: 0;
}

.ss-table-page-cart {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 0px;
    width: 100%;
    line-height: 1.4;
}
.ss-table-page-cart th {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid var(--border-color);
    color: var(--main);
    text-align: center;
    padding: 18px 20px;
}
.ss-table-page-cart th:first-child {
    text-align: start;
}
.ss-table-page-cart th:last-child {
    text-align: end;
}
.ss-table-page-cart tr {
    border-bottom: 1px dashed var(--line);
}
.ss-table-page-cart tr:last-child {
    border-bottom-style: none;
}
.ss-table-page-cart td {
    padding: 18px 20px;
}

.ss-cart-item .ss-cart-item_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ss-cart-item .ss-cart-item_product .cart-info .cart-title {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color2);
    display: inline-block;
}
.ss-cart-item .ss-cart-item_product .cart-info .cart-meta-variant {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 16.8px;
    color: var(--main-color2);
}
.ss-cart-item .ss-cart-item_product .cart-info .remove-cart {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 16.8px;
    text-decoration: underline;
    cursor: pointer;
}
.ss-cart-item .ss-cart-item_product .img-box {
    width: 100px;
    max-height: 110px;
    margin-right: 24px;
    border-radius: 2.5px;
    overflow: hidden;
}
.ss-cart-item .cart-quantity,
.ss-cart-item .cart-total,
.ss-cart-item .cart-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    -webkit-box-pack: safe center;
    -ms-flex-pack: safe center;
    justify-content: safe center;
    gap: 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}
.ss-cart-item .cart-total {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 600;
}
.ss-cart-item .wg-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    height: 40px;
    background: #fff;
    vertical-align: top;
    max-width: 110px;
    border-radius: 5px;
}
.ss-cart-item .wg-quantity .btn-quantity {
    width: 25px;
    height: 40px;
    line-height: 25px;
}
.ss-cart-item .wg-quantity input {
    text-align: center;
    background-color: transparent;
    padding: 0 0.5rem;
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border-radius: 0;
    font-size: 16px;
    color: #111;
    outline: none;
    border: none;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.shipping-bar-cart {
    background-color: #fdf4f5;
    color: #000;
    font-size: 18px;
    border-radius: 8px;
    padding: 30px 50px 40px;
    margin-bottom: 50px;
}
.shipping-bar-cart .title-shipping-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.shipping-bar-cart .title-freeship {
    font-size: 18px;
    color: #000;
    margin: 0 3px;
}
.shipping-bar-cart .shipping-progress_bar {
    height: 10px;
    width: 100%;
    position: relative;
    background: #e2e2e2;
}
.shipping-bar-cart .shipping-progress {
    background: var(--main-color);
    position: absolute;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: 20px 20px;
    -webkit-animation: progress-bar-stripes 1.5s linear infinite;
    animation: progress-bar-stripes 1.5s linear infinite;
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.5) 75%,
        transparent 75%,
        transparent
    );
}
.shipping-bar-cart .shipping-progress.fire-done {
    background-color: #37ca26;
}
.shipping-bar-cart .shipping-progress.fire-done .truck-svgrepo {
    color: var(--main-color);
}
.shipping-bar-cart .shipping-progress .truck-svgrepo {
    position: absolute;
    top: -12px;
    z-index: 1;
    right: -7px;
}

.shipping-bar-cart .title-freeship .money,
.shipping-bar-cart .title-spend .money {
    font-weight: bold;
}

.shipping-progress_bar {
    margin-top: 20px;
}

.shipping-bar-cart .title-spend.hide,
.shipping-bar-cart .title-shipping.hide {
    display: none;
}

.ss-page-cart-checkout {
    background: #f7f7f7;
    padding: 40px;
    border-radius: 5px;
}
.ss-page-cart-checkout .shipping-calculator {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.ss-page-cart-checkout .shipping-calculator .shipping-calculator-title {
    color: var(--main-color2);
    font-size: calc(var(--font-size-body) + 4px);
    font-weight: 500;
    line-height: 19.2px;
}
.ss-page-cart-checkout .shipping-calculator .ss-btn {
    padding: 0 20px;
    font-weight: 500;
    font-size: var(--font-size-body);
    border-radius: 3px;
    width: 100%;
    height: 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--main-color2);
    color: #fff;
}
.ss-page-cart-checkout .shipping-calculator .ss-btn:hover {
    border-color: var(--main-color);
    background: var(--main-color);
}
.ss-page-cart-checkout
    .shipping-calculator
    .accordion-shipping-header:not(.collapsed)
    .shipping-calculator_accordion-icon::after,
.ss-page-cart-checkout
    .shipping-calculator
    .accordion-shipping-header:not(.collapsed)
    .shipping-calculator_accordion-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.ss-page-cart-checkout
    .shipping-calculator
    .accordion-shipping-header:not(.collapsed)
    .shipping-calculator_accordion-icon::before {
    opacity: 0;
}
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content {
    margin-top: 20px;
}
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content .tf-select {
    height: 50px;
}
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content .field {
    margin-bottom: 15px;
}
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content .field .label {
    margin-bottom: 8px;
    font-weight: 400;
}
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content .field select {
    background: #fff;
    border: 1px solid var(--border-color);
    height: 45px;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
    font-size: 14px;
    width: 100%;
    border-radius: 3px;
}
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content .field select:focus {
    border: 1px solid var(--main-color2);
}
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content .field .tf-select,
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content .field input {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
}
.ss-page-cart-checkout .shipping-calculator .accordion-shipping-content .ss-btn {
    font-weight: 600;
    min-width: 199px;
}
.ss-page-cart-checkout .discount_code {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0;
    margin: 30px 0;
}
.ss-page-cart-checkout .discount_code label {
    font-size: 14px;
    color: var(--main-color2);
    font-weight: normal;
    margin-bottom: 10px;
}
.ss-page-cart-checkout .discount_code .title {
    font-size: calc(var(--font-size-body) + 4px);
    color: var(--main-color2);
    font-weight: var(--font-medium);
    margin: 0 0 5px;
}
.ss-page-cart-checkout .cart-tax {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.ss-page-cart-checkout .cart-checkbox {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.ss-page-cart-checkout .cart-checkbox .tf-check {
    width: 16px;
    height: 16px;
    border-color: var(--line);
    background-color: var(--white);
    border-radius: 999px;
    overflow: hidden;
}
.ss-page-cart-checkout .cart-checkbox .tf-check:checked {
    border-color: var(--primary);
    background-color: var(--primary);
}
.ss-page-cart-checkout .cart-checkbox .tf-check::before {
    font-size: 6px;
}
.ss-page-cart-checkout .cart-checkbox a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}
.ss-page-cart-checkout .ss-cart-totals-discounts {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ss-page-cart-checkout .ss-cart-totals-discounts h3 {
    font-size: 20px;
    line-height: 24px;
}
.ss-page-cart-checkout .ss-cart-totals-discounts .total-value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.ss-page-cart-checkout .ss-cart-tax {
    margin-top: 18px;
    color: var(--text);
}
.ss-page-cart-checkout .ss-cart-tax a {
    color: rgba(0, 0, 0, 0.85);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
    -webkit-transition: text-decoration-thickness 1s ease;
    transition: text-decoration-thickness 1s ease;
}
.ss-page-cart-checkout .ss-cart-tax a:hover {
    color: var(--main);
    text-decoration-thickness: 2px;
}
.ss-page-cart-checkout .cart-checkout-btn {
    margin-top: 18px;
}
.ss-page-cart-checkout .cart-checkout-btn .ss-btn {
    background: var(--color-base-background-1);
    color: var(--main-color2);
    border: 1px solid var(--main-color2);
    padding: 0 20px;
    font-weight: var(--font-medium);
    font-size: var(--font-size-body);
    border-radius: 3px;
    width: 100%;
    height: 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 45px;
}
.ss-page-cart-checkout .cart-checkout-btn .ss-btn:hover {
    border-color: var(--main-color);
    background: var(--main-color);
}

.ss-page-cart-note .gift-wrap .gift-wrap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 25px;
}
.ss-page-cart-note .gift-wrap .gift-wrap-title label {
    margin-bottom: 0px;
}
.ss-page-cart-note .gift-wrap .gift-wrap-title .button-gift-cart {
    border: 1px solid var(--main-color2);
    font-weight: var(--font-medium);
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
.ss-page-cart-note .gift-wrap .gift-wrap-title .button-gift-cart:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
}
.ss-page-cart-note label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    height: calc(var(--font-size-body) + 4px);
    margin-bottom: 2rem;
    color: #111;
    font-size: calc(var(--font-size-body) + 4px);
    font-weight: 500;
}
.ss-page-cart-note textarea {
    padding: 1rem;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 15rem;
    border-radius: 5px;
    width: 100%;
}

/* Preload 
------------------------------------------- */
.preload-wrapper .preload-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.preload-container {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

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

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.flat-alert {
    margin-bottom: 10px;
}
.flat-alert.msg-success {
    font-weight: 500;
    color: var(--bs-success);
}
.flat-alert.msg-error {
    font-weight: 500;
    color: var(--bs-danger);
}

#subscribe-msg {
    color: var(--bs-success);
}
#subscribe-msg .notification_ok {
    font-weight: 500;
    color: var(--bs-success);
}
#subscribe-msg .notification_error {
    font-weight: 500;
    color: var(--bs-danger);
}

.flat-wrap-iconbox {
    padding: 51px 15px 85px;
}

.flat-wrap-countdown.countdown-black {
    color: var(--white);
}
.flat-wrap-countdown.countdown-black .heading,
.flat-wrap-countdown.countdown-black .description,
.flat-wrap-countdown.countdown-black .ss-btn {
    color: var(--white);
}
.flat-wrap-countdown.countdown-black .ss-btn::after {
    background-color: var(--white);
}
.flat-wrap-countdown.countdown-black .ss-btn:hover {
    color: var(--primary);
}
.flat-wrap-countdown.countdown-black .ss-btn:hover::after {
    background-color: var(--primary);
}
.flat-wrap-countdown.countdown-black .countdown__item {
    border-color: var(--white);
}

.tf-flash-sale {
    border: 2px solid var(--primary);
    padding: 75px 20px 20px;
    border-radius: 10px;
    position: relative;
}
.tf-flash-sale .heading-flash-sale {
    position: absolute;
    left: 0;
    top: -4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: var(--white);
    padding: 4px 16px;
    margin-left: 15px;
    color: var(--primary);
    font-weight: 400;
    font-size: 22px;
    line-height: 26.4px;
}

.wrap-mobile .collection-item-v2 .collection-content {
    inset: 7%;
}

.form-checkout .box:not(:last-child) {
    margin-bottom: 15px;
}
.form-checkout .grid-2 {
    gap: 15px;
}
.form-checkout label {
    margin-bottom: 10px;
    position: relative;
    color: var(--main-color2);
}
.form-checkout label::after {
    content: '*';
    position: absolute;
    color: var(--primary);
}
.form-checkout .tf-select {
    height: 50px;
    color: var(--main);
}
.form-checkout .select-custom::after {
    right: 15px;
}
.form-checkout input,
.form-checkout textarea {
    color: var(--main);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-checkout input:focus,
.form-checkout textarea:focus {
    border-color: var(--main);
}
.ss-cart-footer-inner {
    margin-bottom: 20px;
}
.widget-wrap-checkout {
    display: -ms-grid;
    display: grid;
    gap: 5px;
    background-color: #fbfbfc;
    border: 10px;
}
.widget-wrap-checkout.payment-method {
    gap: 20px;
}
.widget-wrap-checkout h6 {
    font-size: 14px;
}
.widget-wrap-checkout .checkout-cart-subtotal h6,
.widget-wrap-checkout .checkout-cart-total h6 {
    font-size: 18px;
    color: var(--main-color2);
}
.widget-wrap-checkout .checkout-cart-total h6 {
    color: var(--primary);
}
.widget-wrap-checkout .wrap-checkout-product {
    max-height: 40vh;
    overflow-y: auto;
    padding: 15px 0;
}
.widget-wrap-checkout .checkout-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}
.widget-wrap-checkout .checkout-product-item:not(:last-child) {
    margin-bottom: 15px;
}
.widget-wrap-checkout .checkout-product-item .img-product {
    width: 64px;
    height: 64px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    position: relative;
}
.widget-wrap-checkout .checkout-product-item .img-product .quantity {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background-color: #666;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}
.widget-wrap-checkout .checkout-product-item .img-product img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.widget-wrap-checkout .checkout-product-item .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.widget-wrap-checkout .checkout-product-item .content .price,
.widget-wrap-checkout .checkout-product-item .content .name {
    color: var(--main-color2);
    font-weight: normal;
}
.widget-wrap-checkout .checkout-product-item .content .variant {
    font-size: 12px;
    line-height: 18px;
    color: var(--text);
}
.widget-wrap-checkout .coupon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.widget-wrap-checkout .coupon-box .ss-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.widget-wrap-checkout .wd-check-payment .fieldset-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.widget-wrap-checkout .wd-check-payment .fieldset-radio label {
    margin-top: 2px;
    font-weight: 400;
    color: var(--text);
}
.widget-wrap-checkout .wd-check-payment input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.widget-wrap-checkout .wd-check-payment input:checked ~ label {
    color: var(--main);
}
.widget-wrap-checkout .wd-check-payment .box-checkbox input {
    border-radius: 3px;
    width: 18px;
    height: 18px;
}

.hover-sw-nav .tf-sw-lookbook .nav-sw {
    top: 55%;
}
.hover-sw-nav .tf-sw-lookbook .nav-next-slider {
    left: 40px;
}
.hover-sw-nav .tf-sw-lookbook .nav-prev-slider {
    right: 40px;
}

.page-search-inner .tf-search-head {
    max-width: 608px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 77px;
}
.page-search-inner .tf-col-quicklink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 14px;
}
.page-search-inner .tf-col-quicklink .title {
    font-weight: 600;
    margin-right: 9px;
}
.page-search-inner .tf-search-content-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.pagination-wrap-spacing {
    margin-top: 57px;
}

.box-video-wrap video {
    max-height: 702px;
}

.tf-form-sneaker .flat-title .title {
    font-size: 18px;
    line-height: 21px;
}
.tf-form-sneaker .box-content {
    max-width: 650px;
    padding: 20px;
    margin: 0 auto;
}

.my-account-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: sticky;
    border: 1px solid var(--border-color);
    top: 0;
}
.my-account-nav li:last-child .my-account-nav-item {
    border: 0px;
}
.my-account-nav .my-account-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    padding: 15px 20px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}
.my-account-nav .my-account-nav-item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #db1215;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.my-account-nav .my-account-nav-item:hover,
.my-account-nav .my-account-nav-item.active {
    background-color: var(--bg-11);
    color: var(--primary);
    border-color: transparent;
}

.account-order .wrap-account-order {
    overflow-x: auto;
}
.account-order .wrap-account-order::-webkit-scrollbar {
    height: 3px;
}
.account-order .wrap-account-order::-webkit-scrollbar-thumb {
    background: var(--bg-11);
    border-radius: 999px;
}
.account-order table {
    width: 100%;
    min-width: 700px;
}
.account-order table thead,
.account-order table td,
.account-order table th {
    padding: 15px 20px;
}
.account-order table th {
    color: var(--main-color2);
}
.account-order table thead tr {
    border: 1px solid var(--line);
}
.account-order table tbody {
    border: 1px solid var(--line);
    border-top: 0;
}
.account-order table tbody a:hover {
    color: var(--main-color);
}
.account-order table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--line);
}

.list-account-address {
    display: -ms-grid;
    display: grid;
    gap: 40px 30px;
}

.show-form-address,
.edit-form-address {
    display: none;
}

.widget-order-tab {
    margin-top: 30px;
}
.widget-order-tab.widget-tabs {
    border: none;
}
.widget-order-tab.widget-tabs .widget-menu-tab {
    margin: 0 !important;
    gap: 20px !important;
}
.widget-order-tab.widget-tabs .widget-menu-tab .item-title {
    padding: 5px 0px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-order-tab.widget-tabs .widget-menu-tab .item-title::after {
    left: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.widget-order-tab.widget-tabs .widget-menu-tab .item-title.active,
.widget-order-tab.widget-tabs .widget-menu-tab .item-title:hover {
    color: var(--primary);
}
.widget-order-tab.widget-tabs .widget-menu-tab .item-title.active::after,
.widget-order-tab.widget-tabs .widget-menu-tab .item-title:hover::after {
    background-color: var(--primary);
    width: 100%;
}
.widget-order-tab.widget-tabs .widget-content-tab .widget-content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.widget-timeline .timeline {
    list-style: none;
    position: relative;
}
.widget-timeline .timeline::before {
    top: 20px;
    bottom: 48px;
    position: absolute;
    content: ' ';
    width: 2px;
    left: 10px;
    border-right: 1px dashed var(--text-2);
}
.widget-timeline .timeline > li {
    margin-bottom: 15px;
    position: relative;
}
.widget-timeline .timeline > li .timeline-box {
    padding: 10px 10px 10px 15px;
    position: relative;
    display: block;
    margin-left: 40px;
}
.widget-timeline .timeline > li .timeline-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    height: 22px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 22px;
    padding: 4px;
    background-color: var(--white);
    border: 1.5px solid var(--text-2);
}
.widget-timeline .timeline > li .timeline-badge::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    background: var(--text-2);
}
.widget-timeline .timeline > li .timeline-badge.success {
    border-color: var(--success);
}
.widget-timeline .timeline > li .timeline-badge.success::after {
    background: var(--success);
}

/*
.wrapper-invoice {
    background-color: var(--bg-11);
    display: flex;
    justify-content: center;
    align-items: center;

  }

.invoice-section {
    padding: 120px 0px;
    width: 100%;
  }

  .invoice-section .top {
    text-align: right;
    margin-bottom: 36px;

  }

  .box-invoice {
    background: var(--white);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px;

  }

  .box-invoice .header {
    padding: 133px 100px 122px;
    border-bottom: 1px solid var(--line);
  }

  .box-invoice .wrap-top {
    display: flex;
    margin-bottom: 56px;
    align-items: center;
    gap: 15px;
  }

  .box-invoice .box-left {
    width: 60%;

  }

  .box-invoice .wrap-top .box-right {
    width: 40%;

  }

  .box-invoice .wrap-top .title {
    font-size: 28px;
    line-height: 36.46px;
    color: var(--theme-color-dark);
    font-weight: 700;
    white-space: nowrap;
  }

  .box-invoice .wrap-top .price {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
  }

  .box-invoice .wrap-date {
    display: flex;
    margin-bottom: 60px;
  }

  .box-invoice .wrap-date label {
    font-size: 15px;
    line-height: 28px;
    display: block;
  }

  .box-invoice .wrap-date .date {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
  }

  .box-invoice .wrap-info {
    margin-bottom: 40px;
    display: flex;
  }

  .box-invoice .wrap-info .title {
    font-size: 20px;
    line-height: 26.04px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .box-invoice .wrap-info .sub {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;

  }

  .box-invoice .wrap-info .desc {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
  }

  .invoice-table {
    width: 100%;
  }

  .invoice-table thead {
    background-color: #f6f6f6;
  }

  .invoice-table .title th {
    padding: 20px 65px 20px 40px;
    color: var(--primary);
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    text-wrap: nowrap;
  }

  .invoice-table .title th:first-child {
    border-radius: 8px 0 0 8px;
    width: 40%;
  }

  .invoice-table .title th:last-child {
    border-radius: 0px 8px 8px 0px;

  }

  .invoice-table .content td {
    padding: 20px 65px 20px 40px;
    font-size: 15px;
    line-height: 28px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
    text-wrap: nowrap;
  }

  .invoice-table .content .total {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;

  }

  .invoice-table .content:last-child td {
    border-bottom: none;

  }

  .box-invoice .footer {
    padding: 43px 30px;
  }

  .box-invoice .footer .box-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .box-invoice .footer .box-contact li {
    font-size: 15px;
    line-height: 28px;
  }

  .box-invoice .footer .box-contact li:first-child {
    color: var(--primary);
}
*/
/*======Contact=======*/
.page-contact .page-title {
    display: none;
}
.page-contact .contact-wrap {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
}
.page-contact .contact-title {
    margin-bottom: 35px;
}
.page-contact .contact-title h4 {
    font-size: 30px;
    line-height: 40px;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    margin-bottom: 10px;
}
.page-contact .contact-title .contact-sub {
    font-size: 14px;
    line-height: 30px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
}
.page-contact .contact-info .contact-info__content ul li {
    font-size: 16px;
    line-height: 30px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
    margin-bottom: 50px;
}
.page-contact .contact-info .contact-info__content ul li i {
    margin-right: 20px;
    font-size: 24px;
    line-height: 25px;
    vertical-align: -4px;
    display: inline-block;
}
.page-contact .contact-info .contact-info__content ul li i.icon-mail {
    font-size: 18px;
}
.page-contact .contact-form .errors ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #f00;
}
.page-contact .contact-form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-contact .contact-form .field label {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    margin-bottom: 3px;
}
.page-contact .contact-form .field input {
    height: 44px;
    border-radius: 5px;
    background-color: var(--color-base-background-1);
    border: 1px solid var(--border-color);
    width: 100%;
    margin-bottom: 15px;
    padding: 0 18px;
    font-size: 14px;

    color: var(--main-color2);
    text-align: var(--left);
}
.page-contact .contact-form input:focus {
    border: 1px solid var(--main-color2);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-contact .contact-form textarea {
    width: 100%;
    border-radius: 5px;
    background-color: var(--color-base-background-1);
    border: 1px solid var(--border-color);
    padding: 12px 18px;
    max-height: 100px;
    color: var(--main-color2);

    font-size: 14px;
}
.page-contact .contact-form .btn {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--main-color);
    height: 50px;
    padding: 0 50px;
    line-height: 50px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-weight: var(--font-body-weight);
    margin-top: 40px;
    text-align: center;
    margin-bottom: 0;
}
.page-contact .contact-form .btn:hover {
    background: var(--main-color2);
}
.page-contact .contact-map iframe {
    border: 0;
    width: 100%;
    overflow: hidden;
    height: 640px;
    display: block;
}
.page-contact .form-success .fa-check {
    background: #528e54;
    border-radius: 50%;
    color: #fff;
    padding: 2px;
}

.page-contact .form-contact,
.page-contact .contact-info {
    border-radius: 5px;
    background-color: var(--color-base-background-2);
    padding: 70px 76px 80px;
}

.contact-info__social .list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.contact-info__social .list-social li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);
    border: none;
}
.contact-info__social .list-social li a svg {
    width: 20px;
    height: 20px;
}
.contact-info__social .list-social li a span {
    display: none;
}
.contact-info__social .list-social li a:hover {
    background: var(--main-color2);
    border: none;
    color: #fff;
}
.contact-info__social .list-social li a:hover svg {
    fill: #fff;
    color: #fff;
}

.page-contact .contact-form input::-webkit-input-placeholder,
.page-contact .contact-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input:-ms-input-placeholder,
.page-contact .contact-form textarea:-ms-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input::-webkit-input-placeholder,
.page-contact .contact-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input::-moz-placeholder,
.page-contact .contact-form textarea::-moz-placeholder {
    color: transparent;
}

.page-contact .contact-form input:-ms-input-placeholder,
.page-contact .contact-form textarea:-ms-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input::-ms-input-placeholder,
.page-contact .contact-form textarea::-ms-input-placeholder {
    color: transparent;
}

.page-contact .contact-form input::placeholder,
.page-contact .contact-form textarea::placeholder {
    color: transparent;
}

@media screen and (max-width: 1199px) {
    .page-contact .form-contact,
    .page-contact .contact-info {
        padding: 30px;
    }
    .page-contact .contact-info .contact-info__content ul li {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-contact .contact-map iframe {
        height: 640px;
    }
}
@media only screen and (max-width: 767px) {
    .page-contact .contact-map iframe {
        height: 300px;
    }
    .widget-statistics .item {
        margin-bottom: 30px;
    }
}
/*about us*/
.about-us .item-text {
    font-size: 16px;
    color: var(--color-text);
}

.widget-statistics .item-inn {
    color: var(--main-color2);
    background: var(--color-base-background-2);
    padding: 42px 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--color-base-background-2);
}
.widget-statistics .item-inn p {
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--main-color2);
    text-align: center;
    margin: 10px 0;
}
.widget-statistics .item-inn:hover {
    background: var(--color-base-background-1);
    border: 1px solid var(--main-color2);
}
.widget-statistics .item-inn .js-counter,
.widget-statistics .item-inn .suffix {
    font-size: 44px;
    text-transform: uppercase;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    text-align: center;
}

.widget-video-wrap .box_video {
    position: relative;
}
.widget-video-wrap .box_video span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: transparent;
    border: 2px solid var(--color-base-background-1);
    color: #fff;
}
.widget-video-wrap .box_video span svg {
    width: 36px;
    height: 36px;
}
.widget-video-wrap .box_video span:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}

.widget-ourteam .box-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget-ourteam .item-inn {
    text-align: center;
}
.widget-ourteam .item-inn .cl-image {
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    border: 1px solid transparent;
}
.widget-ourteam .item-inn .cl-image img {
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    padding: 30px;
    border-radius: 50%;
}
.widget-ourteam .item-inn .cl-image:hover {
    border-color: var(--main-color2);
}
.widget-ourteam .item-inn .cl-title {
    font-size: 24px;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    margin: 22px 0 0px;
}
.widget-ourteam .item-inn .cl-job {
    font-size: 16px;
    color: var(--color-text);
    margin-top: 6px;
}
.widget-ourteam .item-inn .cl-des {
    margin-top: 6px;
    font-size: 16px;
    color: var(--color-text);
}
.widget-ourteam .item-inn ul.cl-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
}
.widget-ourteam .item-inn:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    cursor: pointer;
}

.page-404-wrap {
    padding: 75px 0 56px;
    text-align: center;
}
.page-404-wrap .image {
    margin-bottom: 35px;
}
.page-404-wrap .title {
    font-size: 24px;
    line-height: 29px;
}
.page-404-wrap p {
    margin-top: 14px;
    color: var(--text);
}
.page-404-wrap .ss-btn {
    margin-top: 16px;
}

/*faqs*/
.page-faqs .faq-desc {
    font-size: calc(var(--font-size-body) + 2px);
    line-height: 30px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
    margin-bottom: 80px;
    margin-top: 90px;
}
.page-faqs .faq-message-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.page-faqs .faq-message {
    width: 360px;
}
.page-faqs .faq-message .faq-text {
    font-size: calc(var(--font-size-body) - 1px);
    line-height: 23px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
}
.page-faqs .faq-message .faq-icons {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    width: 100%;
    gap: 10px;
}
.page-faqs .faq-message .faq-icons .message-icon {
    border-radius: 5px;
    background-color: var(--color-base-background-1);
    border: 1px solid var(--border-color);
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 15px;
    row-gap: 6px;
    width: 47%;
}
.page-faqs .faq-message .faq-icons .message-icon:hover {
    border-color: var(--main-color2);
}
.page-faqs .faq-questions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.page-faqs .faq-title {
    font-size: calc(var(--font-size-body) + 10px);
    line-height: 36px;
    padding-bottom: 5px;
    color: var(--main-color2);
    font-weight: var(--font-medium);
    border-bottom: 2px solid var(--color-base-background-2);
    margin-bottom: 42px;
}
.page-faqs .faq-title span {
    position: relative;
}
.page-faqs .faq-title span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--main-color);
}
.page-faqs .faq-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 35px;
}
.page-faqs .faq-support .support-text {
    color: var(--main-color2);
    font-size: var(--font-size-body);
    font-weight: var(--font-medium);
}
.page-faqs .faq-support .btn-reverse {
    background: var(--main-color2);
    border: 1px solid var(--main-color2);
    color: #fff;
    height: 50px;
    padding: 15px 40px;
    border-radius: 5px;
}
.page-faqs .faq-support .btn-reverse:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

/*Reponsiver*/
@media screen and (max-width: 767px) {
    .page-faqs .faq-message-questions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-faqs .faq-support {
        margin-top: 0px;
        gap: 20px;
    }
}
@media screen and (max-width: 991px) {
    .page-faqs #ss-accordion .card .card-header .card-link:before {
        right: 8px;
    }
}
/*portfolio*/
.page-portfolio .portfolio__row {
    row-gap: 30px;
}
.page-portfolio .style_1 .portfolio-tabs {
    margin-bottom: 44px;
}
.page-portfolio .style_1 .portfolio-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
    row-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-portfolio .style_1 .portfolio-tabs ul li a {
    font-size: 24px;
    font-weight: var(--font-medium);
    position: relative;
    display: inline-block;
}
.page-portfolio .style_1 .portfolio-tabs ul li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    background-color: var(--main-color2);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.page-portfolio .style_1 .portfolio-tabs ul li a.active {
    color: var(--main-color);
}
.page-portfolio .style_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: clip;
}
.page-portfolio .style_2 .portfolio-tabs {
    width: 330px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
}
.page-portfolio .style_2 .portfolio-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}
.page-portfolio .style_2 .portfolio-tabs ul li {
    width: 100%;
    margin-bottom: 30px;
}
.page-portfolio .style_2 .portfolio-tabs ul li a {
    font-size: 24px;
    font-weight: var(--font-body-weight);
    position: relative;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border-color);
}
.page-portfolio .style_2 .portfolio-tabs ul li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: var(--main-color2);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.page-portfolio .style_2 .portfolio-tabs ul li a.active,
.page-portfolio .style_2 .portfolio-tabs ul li a:hover {
    color: var(--main-color);
}
.page-portfolio .style_2 .portfolio-tabs ul li a.active:before,
.page-portfolio .style_2 .portfolio-tabs ul li a:hover:before {
    width: 100%;
}
.page-portfolio .pagination-wrapper {
    margin-top: 8rem;
}

.portfolios .portfolio-item .portfolio-inner {
    display: -ms-grid;
    display: grid;
    gap: 22px;
    position: relative;
}
.portfolios .portfolio-item .portfolio-image {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.portfolios .portfolio-item .portfolio-image a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0509803922);
    opacity: 0;
}
.portfolios .portfolio-item .portfolio-image img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.portfolios .portfolio-item .portfolio-image .hover-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: var(--color-base-background-1);
    -webkit-box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.02);
    color: var(--link-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolios .portfolio-item .portfolio-image .hover-icon svg {
    width: 25px;
    height: 25px;
}
.portfolios .portfolio-item .portfolio-image .hover-icon:hover {
    background-color: var(--main-color2);
    color: #fff;
}
.portfolios .portfolio-item:hover .portfolio-image a:before {
    opacity: 1;
}
.portfolios .portfolio-item:hover .portfolio-image img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    opacity: 0.9;
}
.portfolios .portfolio-item:hover .portfolio-image .hover-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolios .portfolio-item .portfolio-content {
    display: -ms-grid;
    display: grid;
    gap: 10px;
}
.portfolios .portfolio-item .portfolio-content .portfolio-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: var(--font-medium);
    margin: 0;
}
.portfolios .portfolio-item .portfolio-content .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
    color: var(--main-color2);
    font-weight: var(--font-body-weight);
}
.portfolios .portfolio-item .portfolio__content-info {
    display: -ms-grid;
    display: grid;
    gap: 10px;
}

.page-portfolio .style_1 .portfolio-tabs ul li a.active:before,
.page-portfolio .style_1 .portfolio-tabs ul li a:hover:before {
    width: 100%;
}

.page-portfolio .pagination-wrapper {
    margin-top: 8rem;
}

@media (min-width: 1200px) {
    .page-portfolio .style_2 .tab-content {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}
@media (max-width: 1199px) {
    .page-portfolio .style_2 .portfolio-tabs {
        width: 220px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    }
}
@media (max-width: 767px) {
    .page-portfolio .style_1 .portfolio-tabs ul {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 15px;
    }
}
@media (max-width: 576px) {
    .page-portfolio .style_2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-portfolio .style_2 .portfolio-tabs {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
/*gallery*/
.page--information .content--gallery .row {
    margin: 0 -8px;
}
.page--information .content--gallery > .row > div {
    padding: 0 8px;
}
.page--information .content--gallery .popup-gallery {
    margin: 0 0px 16px 0;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.page--information .content--gallery .popup-gallery:after {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #fff;
    color: var(--main-color2);
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    content: '\e951';
    font-size: 20px;
    font-family: icomoon;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.page--information .content--gallery .popup-gallery:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.page--information .content--gallery .popup-gallery:hover img {
    opacity: 0.5;
}
.page--information .content--gallery .popup-gallery.popup--video {
    position: relative;
    z-index: 2;
    background: black;
}
.page--information .content--gallery .popup-gallery.popup--video img {
    opacity: 0.6;
}
.page--information .content--gallery .popup-gallery img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ss-login-wrap form a.button {
    border: 1px solid var(--main-color2);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
/*-------------- Responsive ----------------- */
/* Media Queries
-------------------------------------------------------------- */
@media (min-width: 576px) {
    .card-product .description {
        display: block;
    }
    .card-product .countdown-box {
        bottom: 46px;
    }
    .card-product .btn-quick-add {
        height: 36px;
        line-height: 36px;
    }
    .modal-newleter .modal-dialog {
        max-width: 800px;
    }
}
@media (min-width: 768px) {
    .text-md-start {
        text-align: start !important;
    }
    .list-account-address {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .page-404-wrap {
        padding: 85px 0 64px;
    }
    .page-404-wrap .image {
        margin-bottom: 50px;
    }
    .page-404-wrap .title {
        font-size: 40px;
        line-height: 48px;
    }
    .page-404-wrap .ss-btn {
        margin-top: 22px;
    }
    .wd-form-address {
        padding: 15px;
    }
    .widget-tab-5 .nav-tab-item a {
        font-size: 16px;
        line-height: 19.2px;
    }
    .flat-title-tab {
        gap: 30px;
    }
    .collection-item-v4.st-lg .collection-content .heading {
        font-size: 32px;
        line-height: 38.4px;
        margin-bottom: 14px;
    }
    .collection-item-circle.circle-line .collection-image {
        padding: 17px;
    }
    .flat-categories-bg {
        padding: 48px 30px;
    }
    .flat-categories-bg .collection-item-circle .collection-content .title {
        font-size: 20px;
        line-height: 24px;
    }
    .tf-countdown-v3 {
        padding: 8px 14px;
    }
    .tf-form-sneaker .flat-title .title {
        font-size: 28px;
        line-height: 33px;
    }
    .tf-form-sneaker .box-content {
        padding: 50px 140px;
        max-width: 750px;
    }
    .tf-form-sneaker form .ss-btn {
        border-radius: 3px;
    }
    .ss-grid-layout .collection-item-centered .ss-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flat-wrap-iconbox-v2 {
        padding: 83px 15px;
    }
    .tf-icon-box-v3 .title {
        font-size: 28px;
        line-height: 33.6px;
    }
    .pagination-wrap-spacing {
        margin-top: 76px;
    }
    .border-start-md-0 {
        border-left: 0 !important;
    }
    .masonry-layout-v5 {
        -ms-grid-columns: (1fr) [10];
        grid-template-columns: repeat(10, 1fr);
    }
    .masonry-layout-v5 .tf-gallery-image {
        grid-area: span 1 / span 2;
    }
    .masonry-layout-v5 .tf-gallery-image.item-1 {
        grid-area: span 2 / span 4;
    }
    .flat-thumbs-testimonial-v2 {
        padding: 85px 110px;
    }
    .tf-icon-box-v2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .tf-icon-box-v2 .icon {
        font-size: 30px;
    }
    .flat-testimonial-bg {
        padding: 85px 0px 60px;
    }
    .tf-slideshow .card-box-2 .title {
        font-size: 20px;
        line-height: 24px;
    }
    .tf-slideshow .card-box-2 .price {
        margin-bottom: 30px;
    }
    .img-text-3 .tf-content-wrap {
        padding: 20px 20px 20px 20px;
    }
    .banner-parallax {
        height: 780px;
    }
    .slider-home-decor .reverse .img-slider {
        margin-left: unset;
    }
    .slider-home-decor .reverse .content-left {
        left: 50%;
    }
    .slider-home-decor .content-left .box-content {
        width: 80%;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .tf-compare-col {
        min-width: 300px;
    }
    .form-register-wrap {
        width: 630px;
        margin: 0 auto;
    }
    .form-register-wrap form button,
    .form-register-wrap form a.button {
        max-width: 270px;
        text-transform: capitalize;
        text-align: center;
        padding: 18px 20px 17px;
        width: 100%;
    }
    .form-register-wrap form a.button {
        border: 1px solid var(--main-color2);
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
    }
    .form-register-wrap form a.button:hover {
        background-color: var(--main-color2);
        color: #fff;
    }
    .tf-timeline-image {
        width: 50%;
    }
    .tf-store-item {
        padding: 18px 17px 20px;
    }
    .tf-ourstore-content {
        padding-left: 40px;
        padding-right: 20px;
    }
    .tf-accordion-wrap > .content {
        width: 58.33333333%;
    }
    .tf-accordion-wrap .box {
        width: 41.66666667%;
    }
    .tf-content-left.has-mt {
        margin-top: 40px;
    }
    .tf-filter-item {
        padding: 25px 30px;
    }
    .tf-brands-source-linklist {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .tf-brands-source-linklist.style-row .tf-content-brands {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
    .tf-brands-source-linklist.style-row .tf-item-inner {
        gap: 20px;
    }
    .tf-brands-filter {
        padding-bottom: 47px;
    }
    .tf-brands-filter .tf-tab-link_all {
        padding: 8px 20px;
    }
    .tf-breadcrumb-wrap {
        padding: 25.5px 0;
    }
    .tf-breadcrumb-wrap .tf-breadcrumb-list .icon {
        margin: 0 10px;
    }
    .tf-slideshow .banner-wrapper .description {
        font-size: 20px;
        line-height: 24px;
    }
    .canvas-mb {
        width: 100% !important;
        max-width: 367px;
    }
    .container-full {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sw-wrapper-right {
        margin-right: -30px;
    }
    .slider-giftcard .wrap-slider {
        height: 700px;
    }
    .slider-collection .collection-item .collection-title {
        line-height: 54px;
        height: 54px;
        min-width: 100px;
        font-size: 20px;
    }
    .slider-collection .collection-item .collection-title .icon {
        display: block;
    }
    .slider-collection .collection-item .collection-image {
        border-radius: 3px;
    }
    .tf-hero-image-liquid .box-content .ss-btn {
        margin-top: 36px;
    }
    .hover-sw-nav .sw-dots {
        margin-top: 30px;
    }
    .slideshow-effect-zoom {
        padding-top: 62px;
        padding-bottom: 85px;
    }
    .canvas-filter {
        max-width: 410px;
    }
    .canvas-filter .canvas-body {
        padding: 20px;
    }
    .widget-facet .facet-title {
        font-size: 20px;
        line-height: 30px;
    }
    .featured-product-item .card-product-info {
        gap: 10px;
    }
    .canvas-sidebar .canvas-header {
        padding: 0 20px;
    }
    .canvas-sidebar .canvas-body {
        padding: 30px;
    }
    .canvas-sidebar-blog .canvas-header .title {
        font-size: 20px;
        line-height: 24px;
    }
    .canvas-sidebar-blog .canvas-body {
        padding: 20px;
    }
    .pagination-wrap {
        padding-top: 60px;
    }
    .ss-grid-layout.md-col-3 {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .ss-grid-layout.md-col-2 {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .collection-item .collection-title {
        line-height: 42px;
        height: 42px;
        padding: 0 20px;
    }
    .collection-item .collection-content {
        bottom: 30px;
    }
    .collection-item.style-2 .collection-content {
        bottom: 25px;
    }
    .collection-item.style-left .collection-content {
        bottom: 30px;
        left: 15px;
    }
    .collection-item-v2 .collection-content .heading {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .collection-item-v2 .collection-content .subheading {
        margin-bottom: 10px;
    }
    .collection-item-v3 .collection-image .box-icon {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    .collection-item-v3 .collection-content {
        margin-top: 20px;
    }
    .collection-item-v3 .collection-content .title {
        font-size: 18px;
        line-height: 21.6px;
    }
    .collection-item-v4 .collection-content .ss-btn {
        margin-top: 22px;
    }
    .collection-item-v4 .collection-content .subheading {
        margin-bottom: 8px;
    }
    .collection-item-v4 .collection-content .heading {
        font-size: 20px;
        line-height: 24px;
    }
    .collection-item-v5 .collection-content {
        left: 25px;
        bottom: 25px;
    }
    .collection-item-v5 .collection-content .collection-title {
        padding: 12px 14px;
        font-size: 18px;
        line-height: 21.6px;
    }
    .collection-item-circle .collection-content {
        margin-top: 30px;
    }
    .collection-item-circle .collection-content .title {
        font-size: 18px;
        line-height: 21.6px;
    }
    .ss-grid-layout {
        gap: 30px;
    }
    .tf-marquee {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .tf-marquee .wrap-marquee {
        -webkit-animation: slide-har 10s linear infinite;
        animation: slide-har 10s linear infinite;
    }
    .tf-marquee .marquee-item .text {
        font-size: 24px;
        line-height: 28.8px;
    }
    .tf-marquee.marquee-sm {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .tf-marquee.marquee-sm .marquee-item {
        gap: 25px;
    }
    .tf-marquee.marquee-lg p {
        font-size: 60px;
        line-height: 76px;
    }
    .flat-title {
        margin-bottom: 50px;
    }
    .flat-title .title {
        font-size: 32px;
        line-height: 38.4px;
    }
    .flat-title .sub-title {
        font-size: 16px;
        line-height: 22px;
    }
    .flat-title.title-upper .title {
        font-size: 28px;
        line-height: 33.6px;
    }
    .tf-loading-default.style-2 {
        height: 46px;
        min-width: 130px;
    }
    .flat-seller .grid-layout {
        row-gap: 50px;
    }
    .testimonial-item .text {
        font-size: 18px;
        line-height: 28.8px;
    }
    .testimonial-item.style-column {
        padding: 44px 36px 24px;
    }
    .testimonial-item.style-column .text {
        margin-bottom: 26px;
    }
    .testimonial-item.style-column .author {
        margin-bottom: 34px;
    }
    .testimonial-item.style-column .rating {
        margin-bottom: 16px;
    }
    .testimonial-item.style-column.style-2 {
        padding: 36px 32px;
    }
    .testimonial-item.style-column.style-2 .text {
        margin-bottom: 20px;
    }
    .flat-iconbox .wrap-iconbox {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .flat-iconbox-v2 .wrap-iconbox {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .flat-iconbox-v2 .wrap-iconbox .swiper-slide:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
    .flat-iconbox-v2 .tf-icon-box {
        max-width: 450px;
        margin: auto;
        width: 100%;
    }
    .flat-iconbox-v2 .tf-icon-box .icon {
        margin-bottom: 28px;
    }
    .flat-iconbox-v2.style-2 .tf-icon-box .icon i {
        font-size: 40px;
    }
    .flat-iconbox-v3 .wrap-iconbox {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .flat-iconbox-v3 .wrap-iconbox .swiper-slide:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
    .flat-iconbox-v3 .tf-icon-box .icon {
        width: 60px;
        height: 60px;
    }
    .flat-iconbox-v3 .tf-icon-box .icon.w-74 {
        width: 74px;
        height: 74px;
    }
    .flat-iconbox-v3 .tf-icon-box .content .title {
        font-size: 28px;
        line-height: 34px;
    }
    .wrap-iconbox.lg .tf-icon-box-v3,
    .wrap-iconbox.lg .tf-icon-box {
        max-width: 450px;
        margin: auto;
        width: 100%;
    }
    .wrap-mobile .grid-mobile-1 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .flat-price .wrap-price {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    .masonry-layout {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 15px auto;
        grid-template-areas: 'item1 item2 item4' 'item1 item3 item4';
        gap: 15px;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .masonry-layout .item-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: item1;
    }
    .masonry-layout .item-2 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: item2;
    }
    .masonry-layout .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        grid-area: item3;
    }
    .masonry-layout .item-4 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: item4;
    }
    .masonry-layout .collection-item .img-style {
        height: 100%;
    }
    .masonry-layout.style-2 {
        grid-template-areas: 'item1 item2' 'item3 item4';
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .masonry-layout.style-2 .collection-image {
        height: 390px;
    }
    .tf-img-with-text .tf-image-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .tf-content-wrap {
        padding: 20px;
    }
    .tf-content-wrap .description {
        margin-top: 18px;
        font-size: 16px;
        line-height: 25.6px;
    }
    .tf-content-wrap .ss-btn {
        margin-top: 24px;
    }
    .tf-content-wrap .heading {
        font-size: 40px;
        line-height: 48px;
    }
    .tf-content-wrap .count-down .tf-countdown-v2 .countdown__timer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .tf-content-wrap-v2 .description {
        font-size: 20px;
        line-height: 24px;
    }
    .widget-tab-2 {
        gap: 20px;
    }
    .widget-card-store .description {
        margin-bottom: 20px;
    }
    .widget-card-store .description p:not(:last-child) {
        margin-bottom: 22px;
    }
    .widget-card-store .store-item-info {
        padding-left: 32px;
    }
    .tf-countdown-v2 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .tf-countdown-v2 .countdown__item {
        min-height: 60px;
        min-width: 70px;
    }
    .tf-countdown-v2 .countdown__label {
        font-size: 16px;
        line-height: 25.6px;
    }
    .tf-countdown-v2 .countdown__value {
        font-size: 26px;
        line-height: 31.2px;
    }
    .tf-countdown-v2.justify-content-end .countdown__timer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .flat-wrap-countdown .tf-content-wrap-v2 {
        text-align: left;
    }
    .flat-testimonial-v2 {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .testimonial-item.lg .icon {
        font-size: 34px;
    }
    .flat-lookbook-v2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
    }
    .flat-lookbook-v2 .col-left,
    .flat-lookbook-v2 .col-right {
        width: 50%;
    }
    .flat-lookbook-v2 .col-right {
        padding: 0 60px;
    }
    .flat-lookbook-v2 .col-right .nav-next-slider {
        left: -50px;
    }
    .flat-lookbook-v2 .col-right .nav-prev-slider {
        right: -50px;
    }
    .flat-title-lookbook {
        margin-bottom: 30px;
    }
    .flat-title-lookbook .heading {
        font-size: 40px;
        line-height: 48px;
    }
    .flat-location .banner-map {
        height: 450px;
    }
    .flat-location .content {
        max-width: 350px;
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 7%;
        text-align: start;
    }
    .flat-location .content .heading {
        font-size: 28px;
        line-height: 33.6px;
    }
    .flat-location .content .ss-btn {
        margin-top: 30px;
    }
    .flat-location .content .subtext {
        margin-top: 22px;
    }
    .ss-grid-layout-v2 {
        gap: 30px;
        -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr)
            30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px
            minmax(0, 1fr) 30px minmax(0, 1fr);
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .ss-grid-layout-v2 .widget-tab-4 {
        -ms-grid-column-span: 4;
        grid-column: span 4;
    }
    .ss-grid-layout-v2 .tab-content {
        -ms-grid-column-span: 8;
        grid-column: span 8;
    }
    .widget-tab-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 27px;
        padding-bottom: 27px;
        gap: 0;
    }
    .widget-tab-4 .nav-tab-item:not(:last-child) .nav-tab-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .widget-tab-4 .nav-tab-item .nav-tab-link {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0px;
    }
    .widget-tab-4 .nav-tab-item .nav-tab-link .text {
        font-size: 22px;
        line-height: 26.4px;
    }
    .widget-tab-4 .nav-tab-item .nav-tab-link .count {
        font-size: 14px;
    }
    .widget-tab-4 .nav-tab-item .nav-tab-link.active {
        border-color: var(--main);
    }
    .collection-item-v4.style-2 .collection-content {
        bottom: 7%;
        left: 8%;
        right: 8%;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        text-align: start;
    }
    .collection-item-v4.style-2 .collection-content .heading {
        font-size: 32px;
        line-height: 38.4px;
    }
    .collection-item-v4.style-2 .collection-content .subtext {
        margin-top: 14px;
    }
    .canvas-mb .mb-canvas-content {
        min-width: 367px;
    }
    .tf-marquee.marquee-lg {
        padding: 85px;
    }
    .sw-pagination-wrapper .box-sw-navigation {
        position: absolute;
        right: 0;
        top: 0;
    }
    .sw-pagination-wrapper .box-sw-navigation .sw-dots {
        margin-top: 10px;
    }
    .tf-img-with-text.style-3 {
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
        overflow: hidden;
    }
    .widget-card-store.type-1 .store-item-info {
        padding: 30px;
    }
    .widget-card-store.type-1 .store-heading {
        font-size: 40px;
        line-height: 48px;
    }
    .blog-detail .blog-detail-main .tf-article-navigation .icon {
        width: 30px;
        height: 30px;
    }
    .blog-detail .blog-detail-main .tf-article-navigation .item {
        gap: 30px;
    }
    .blog-detail-main .tf-article-navigation h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .box-nav-pagination {
        padding: 12px;
        min-width: 94px;
    }
    .box-nav-pagination .dots-default {
        gap: 8px;
    }
    .dots-default .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .masonry-layout-v3 {
        grid-template-areas: 'item1 item2' 'item3 item4';
    }
    .masonry-layout-v3 .item-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: item1;
    }
    .masonry-layout-v3 .item-2 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: item2;
    }
    .masonry-layout-v3 .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        grid-area: item3;
    }
    .masonry-layout-v3 .item-4 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: item4;
    }
    .banner-collection-men-wrap .img-wrap {
        height: 780px;
    }
    .banner-collection-men-wrap .card-box {
        padding: 40px 20px;
    }
    .banner-collection-men-wrap .card-box .heading {
        font-size: 40px;
        line-height: 48px;
    }
    .banner-collection-men-wrap .card-box .text {
        margin-top: 25px;
    }
    .banner-collection-men-wrap .card-box .ss-btn {
        margin-top: 35px;
    }
    .card-product.lg .tf-countdown-v2 .countdown__item .countdown__value {
        font-size: 20px;
    }
    .count-down .tf-countdown-v2 .countdown__item {
        min-width: 60px;
        min-height: 70px;
        padding: 6px 10px;
    }
    .count-down .tf-countdown-v2 .countdown__item .countdown__value {
        font-size: 30px;
        line-height: 36px;
    }
    .tf-marquee.style-2 .marquee-item {
        gap: 44.2px;
    }
    .tf-marquee.marquee-md {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .tf-flash-sale {
        padding: 95px 20px 20px;
    }
    .tf-flash-sale .heading-flash-sale {
        font-size: 32px;
        line-height: 38.4px;
    }
    .masonry-layout-v4 {
        grid-template-areas: 'item1 item2' 'item1 item3';
        gap: 30px;
    }
    .masonry-layout-v4 .item-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: item1;
    }
    .masonry-layout-v4 .item-2 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        grid-area: item2;
    }
    .masonry-layout-v4 .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        grid-area: item3;
    }
    @media (min-width: 768px) {
        .masonry-layout > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v3 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v4 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v6 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
        }
        .masonry-layout > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
        .masonry-layout .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }
        .masonry-layout-v3 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }
        .masonry-layout-v4 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
        .masonry-layout-v6 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }
        .masonry-layout > .item-3 {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }
        .masonry-layout .item-3 {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }
        .masonry-layout-v3 > .item-3 {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }
        .masonry-layout-v4 > .item-3 {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }
        .masonry-layout-v6 > .item-3 {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
        }
        .masonry-layout > .item-4 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 5;
            -ms-grid-column-span: 1;
        }
        .masonry-layout .item-4 {
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v3 > .item-4 {
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v6 > .item-4 {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 5;
            -ms-grid-column-span: 3;
        }
        .masonry-layout > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v3 .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v3 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v4 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v6 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
        }
        .masonry-layout > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
        .masonry-layout-v3 .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }
        .masonry-layout-v3 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }
        .masonry-layout-v4 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
        .masonry-layout-v6 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }
        .masonry-layout > .item-3 {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }
        .masonry-layout-v3 .item-3 {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }
        .masonry-layout-v3 > .item-3 {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }
        .masonry-layout-v4 > .item-3 {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }
        .masonry-layout-v6 > .item-3 {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
        }
        .masonry-layout > .item-4 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 5;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v3 .item-4 {
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v3 > .item-4 {
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v6 > .item-4 {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 5;
            -ms-grid-column-span: 3;
        }
        .masonry-layout > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v4 .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v3 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v4 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }
        .masonry-layout-v6 > .item-1 {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
        }
        .masonry-layout > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
        .masonry-layout-v4 .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }
        .masonry-layout-v3 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }
        .masonry-layout-v4 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
        .masonry-layout-v6 > .item-2 {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }
        .masonry-layout > .item-3 {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }
        .masonry-layout-v4 .item-3 {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }
        .masonry-layout-v3 > .item-3 {
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }
        .masonry-layout-v4 > .item-3 {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }
        .masonry-layout-v6 > .item-3 {
            -ms-grid-row: 1;
            -ms-grid-column: 7;
        }
    }
    .masonry-layout-v6 {
        grid-template-areas: 'item1 item1 item2 item3' 'item1 item1 item4 item4';
        gap: 30px;
    }
    .grid-3-layout-md {
        gap: 30px;
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .collection-line-upper .collection-content .collection-title {
        padding: 12px 24px;
    }
    .collection-line-upper .collection-content .heading {
        margin-bottom: 17px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 17px;
    }
    .tf-marquee.type-md .marquee-item .text {
        font-size: 20px;
        line-height: 24px;
    }
    .flat-wrap-tes-text {
        margin-bottom: 30px;
    }
    .testimonial-ver-text {
        gap: 10px;
    }
    .testimonial-ver-text .heading {
        margin-bottom: 30px;
    }
    .testimonial-ver-text .content {
        font-size: 20px;
        line-height: 32px;
    }
    .tf-thumb-tes .thumb-tes-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slideshow-tee .wrap-slider .box-content .heading {
        font-size: 44px;
        line-height: 52.8px;
    }
    .slideshow-tee.tf-slideshow .wrap-slider {
        height: 840px;
    }
    .flat-testimonial-bg-v2 {
        padding: 90px 0px;
    }
    .flat-testimonial-bg-v2 .wrap-content-left .rating {
        margin-bottom: 14px;
    }
    .flat-testimonial-bg-v2 .wrap-content-right {
        margin-top: 30px;
    }
    .masonry-layout > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout.style-2 .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v3 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v4 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v6 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .masonry-layout.style-2 .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .masonry-layout-v3 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .masonry-layout-v4 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .masonry-layout-v6 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    .masonry-layout > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .masonry-layout.style-2 .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .masonry-layout-v3 > .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .masonry-layout-v4 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .masonry-layout-v6 > .item-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }
    .masonry-layout > .item-4 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
    }
    .masonry-layout.style-2 .item-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v3 > .item-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v6 > .item-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v3 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v4 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v6 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .masonry-layout-v2 .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .masonry-layout-v3 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .masonry-layout-v4 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .masonry-layout-v6 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    .masonry-layout > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .masonry-layout-v2 .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .masonry-layout-v3 > .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .masonry-layout-v4 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .masonry-layout-v6 > .item-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }
    .masonry-layout > .item-4 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 .item-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v3 > .item-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v6 > .item-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v6 .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v3 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v4 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v6 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .masonry-layout-v6 .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .masonry-layout-v3 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .masonry-layout-v4 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .masonry-layout-v6 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    .masonry-layout > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .masonry-layout-v6 .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .masonry-layout-v3 > .item-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .masonry-layout-v4 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .masonry-layout-v6 > .item-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }
    .masonry-layout > .item-4 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v6 .item-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v3 > .item-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v6 > .item-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
}
@media (min-width: 992px) {
    .row-brand {
        gap: 30px;
    }
    .wd-form-order {
        padding: 30px;
    }
    .card-product .countdown-box {
        bottom: 90px;
    }
    .card-product:where(.style-2, .style-3) .countdown-box {
        bottom: 100px;
    }
    .card-product.list-layout .countdown-box {
        bottom: 60px;
    }
    .card-product .card-product-wrapper .list-product-btn.absolute-3 {
        bottom: 50px;
    }
    .card-product .btn-quick-add {
        height: 40px;
        line-height: 40px;
    }
    .card-product.style-4 .size-list {
        bottom: 40px;
    }
    .card-product.style-height .card-product-wrapper img {
        min-height: 430px;
    }
    .card-product.style-9 .card-product-info .box-icon {
        width: 40px;
        height: 40px;
    }
    .size-list {
        height: 30px;
        gap: 15px;
    }
    .size-list.style-2 {
        height: 40px;
        gap: 6px;
    }
    .size-list.style-2 span {
        height: 30px;
        min-width: 35px;
    }
    .modal-newleter .modal-content .modal-bottom {
        padding: 39px 37px 30px;
    }
    .modal-newleter .modal-content .modal-bottom h6 {
        padding: 0px 40px;
    }
    .collection-item-v2.type-small .collection-content {
        inset: 27px;
    }
    .form-checkout .box:not(:last-child) {
        margin-bottom: 30px;
    }
    .form-checkout .grid-2 {
        gap: 30px;
    }
    .slideshow-tee .wrap-slider .box-content p {
        font-size: 44px;
        line-height: 52.8px;
    }
}
@media (min-width: 1025px) {
    .page-404-wrap .title {
        font-size: 52px;
        line-height: 62px;
    }
    .page-404-wrap .ss-btn {
        margin-top: 22px;
    }
    .collection-item-v4.st-lg .collection-content .heading {
        font-size: 42px;
        line-height: 50.4px;
        margin-bottom: 18px;
    }
    .widget-card-store.type-2 .store-heading {
        font-size: 32px;
        line-height: 38.4px;
    }
    .ss-sticky-btn-atc .tf-sticky-atc-img {
        width: 80px;
        height: 80px;
    }
    .flat-title-lookbook .heading {
        font-size: 52px;
        line-height: 62.4px;
    }
    .flat-location .content {
        padding: 40px;
        padding-bottom: 48px;
    }
    .collection-item-v4.style-2 .collection-content .heading {
        font-size: 42px;
        line-height: 50.4px;
    }
    .collection-item-v4.style-2 .collection-content .heading.fs-52 {
        font-size: 52px;
        line-height: 62px;
    }
}
@media (min-width: 1150px) {
    .blog-sidebar-main,
    .blog-list-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
    }
    .blog-sidebar-main > .list-blog,
    .blog-list-main > .list-blog {
        width: calc(75% - 15px);
    }
    .blog-sidebar-main > .ss-section-sidebar,
    .blog-list-main > .ss-section-sidebar {
        width: calc(25% - 15px);
    }
    .page-404-wrap {
        padding: 100px 0 75px;
    }
    .page-404-wrap .image {
        margin-bottom: 72px;
    }
    .page-404-wrap .ss-btn {
        margin-top: 38px;
    }
    .ss-page-cart-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: (auto) [2];
        -ms-grid-columns: 66% 30px 1fr;
        grid-template: repeat(2, auto) / 66% 1fr;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .card-product.type-line-padding {
        padding: 40px 30px;
    }
    .card-product .card-product-info {
        padding-top: 20px;
        gap: 12px;
    }
    .card-product .card-product-info .price-primary {
        font-size: 20px;
        line-height: 20px;
        color: var(--red_1);
        font-weight: 600;
    }
    .card-product.list-layout .countdown-box,
    .card-product .countdown-box {
        bottom: 20px;
        padding: 10px;
        max-height: 42px;
    }
    .card-product .size-list {
        height: 33px;
    }
    .card-product .btn-quick-add {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
        height: 42px;
        line-height: 42px;
    }
    .card-product .btn-quick-add:hover {
        background-color: var(--white);
        color: var(--main);
    }
    .card-product:not(.list-layout) .box-icon {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
    }
    .card-product:not(.list-layout) .box-icon:nth-child(1) {
        -webkit-transition:
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0s;
        transition:
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0s;
        transition:
            transform 0.4s ease 0s,
            opacity 0.4s ease 0s;
        transition:
            transform 0.4s ease 0s,
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0s;
    }
    .card-product:not(.list-layout) .box-icon:nth-child(2) {
        -webkit-transition:
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.2s;
        transition:
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.2s;
        transition:
            transform 0.4s ease 0.2s,
            opacity 0.4s ease 0s;
        transition:
            transform 0.4s ease 0.2s,
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.2s;
    }
    .card-product:not(.list-layout) .box-icon:nth-child(3) {
        -webkit-transition:
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.3s;
        transition:
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.3s;
        transition:
            transform 0.4s ease 0.3s,
            opacity 0.4s ease 0s;
        transition:
            transform 0.4s ease 0.3s,
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.3s;
    }
    .card-product:not(.list-layout) .box-icon:nth-child(4) {
        -webkit-transition:
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.4s;
        transition:
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.4s;
        transition:
            transform 0.4s ease 0.4s,
            opacity 0.4s ease 0s;
        transition:
            transform 0.4s ease 0.4s,
            opacity 0.4s ease 0s,
            -webkit-transform 0.4s ease 0.4s;
    }
    .card-product:not(.list-layout) .size-list {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .card-product .card-product-wrapper .list-product-btn.absolute-2 {
        bottom: 20px;
    }
    .card-product .card-product-wrapper .list-product-btn.absolute-3 {
        bottom: 52px;
    }
    .card-product .card-product-wrapper .column-left .box-icon {
        -webkit-transform: translate(-20px);
        transform: translate(-20px);
    }
    .card-product .card-product-wrapper .column-right .box-icon {
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }
    .card-product .card-product-wrapper .sold-out {
        height: 93px;
        width: 93px;
    }
    .card-product .card-product-wrapper .on-sale-wrap {
        top: 15px;
        left: 15px;
        right: 15px;
    }
    .card-product:hover .countdown-box {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }
    .card-product:hover .btn-quick-add,
    .card-product:hover .box-icon,
    .card-product:hover .size-list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .card-product:hover .column-right .box-icon,
    .card-product:hover .column-left .box-icon {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }
    .card-product.lg .card-product-info .title {
        font-size: 20px;
        line-height: 24px;
    }
    .card-product.lg .card-product-info .price {
        font-size: 20px;
        line-height: 24px;
    }
    .card-product.lg .card-product-info .price .old-price {
        opacity: 0.5;
    }
    .card-product.lg .tf-countdown-v2 .countdown__item .countdown__value {
        font-size: 26px;
    }
    .size-list.style-2 {
        height: 42px;
        gap: 9px;
    }
    .grid-2-lg {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .ss-row-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 30px;
    }
    .ss-row-flex .ss-shop-sidebar {
        width: calc(25% - 15px);
    }
    .ss-row-flex .ss-shop-content {
        width: calc(75% - 15px);
    }
    .featured-product-item .card-product-info {
        gap: 12px;
    }
    .ss-grid-layout.lg-col-4 {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
    .ss-grid-layout.lg-col-3 {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    #header .nav-icon .cart-lg {
        padding-left: 15px;
        border-left: 1px solid var(--line);
    }
    .tf-compare-field,
    .tf-compare-value {
        padding: 16px 34px;
    }
    .tf-compare-item {
        padding: 16px 34px;
    }
    .tf-compare-item .tf-compare-group-btns a span {
        display: block;
    }
    .tf-compare-col {
        min-width: 360px;
    }
    .ss-login-wrap .ss-login-form {
        width: 630px;
        margin: 0 auto;
    }
    .ss-login-wrap form button,
    .ss-login-wrap form a.button {
        max-width: 270px;
        text-transform: capitalize;
        text-align: center;
        padding: 18px 20px 17px;
        width: 100%;
    }
    .ss-login-wrap form a.button:hover {
        background-color: var(--main-color2);
        color: #fff;
    }
    .lg-px_40 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .sw-wrapper-right {
        margin-right: -40px;
    }
    .tf-md-hidden {
        display: block;
    }
    .tf-lg-hidden {
        display: none;
    }
    .header-default .wrapper-header {
        min-height: 94px;
    }
    .container-full {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1441px) {
    #header .nav-icon .cart-lg {
        padding-left: 22px;
    }
    #header .nav-icon .cart-lg .icon {
        font-size: 26px;
    }
}
@media (min-width: 1600px) {
    .flat-lookbook-v2 .col-right {
        margin-left: 20px;
    }
}
@media (min-width: 1660px) {
    .radius-100 {
        border-radius: 100px;
    }
}
@media only screen and (max-width: 1599px) {
    .wrap-carousel .nav-next-slider {
        left: -24px;
    }
    .wrap-carousel .nav-prev-slider {
        right: -24px;
    }
    .wrap-carousel.style-2 .nav-next-slider {
        left: -50px;
    }
    .wrap-carousel.style-2 .nav-prev-slider {
        right: -50px;
    }
}
@media only screen and (max-width: 1470px) {
    .footer .footer-wrap .footer-body::before {
        left: 15px;
        right: 15px;
        -webkit-transform: unset;
        transform: unset;
        width: unset;
    }
    .has-line-bottom {
        position: relative;
    }
    .has-line-bottom::after {
        left: 15px;
        right: 15px;
        -webkit-transform: unset;
        transform: unset;
        width: unset;
    }
}
@media only screen and (max-width: 1399px) {
    .canvas-compare .close-popup {
        top: 4px;
        right: 4px;
    }
    .card-product .count-down .countdown__item {
        min-width: 42px;
        min-height: 60px;
        padding: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .wrapper-header .nav-icon {
        gap: 14px;
    }
    .footer .footer-logo,
    .footer .footer-heading {
        margin-top: 40px;
        margin-bottom: 22px;
    }
    .footer.has-all-border .footer-col,
    .footer.has-all-border .footer-newsletter {
        width: 100% !important;
        border-right: 0 !important;
        border-left: 0 !important;
        padding: 0px 20px 0 0 !important;
    }
    .footer.has-border .footer-col,
    .footer.has-border .footer-newsletter {
        width: 50% !important;
        border-right: 0 !important;
        padding: 0px 20px 0 0 !important;
    }
    .mega-menu .row-demo {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1149px) {
    .flat-spacing-17 {
        padding-top: 30px;
        padding-bottom: 23px;
    }
    .widget-tabs .widget-menu-tab .item-title:not(.default) {
        padding: 12px 0;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
    }
    .widget-tabs.widget-tabs-horizontal .widget-menu-tab {
        gap: 15px;
    }
    .widget-tabs .widget-content-tab .widget-content-inner {
        padding: 30px;
    }
    .sidebar-mobile-append .wrap-price {
        display: none;
    }
    .logo-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mega-menu .row-demo {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .header-style-3 .wrap-header-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tf-accordion-wrap {
        gap: 30px;
    }
    .tf-product-bundle-wrap {
        padding: 14px;
    }
    .tf-bundle-product-item {
        gap: 10px;
    }
    .tf-product-bundle-total-submit .compare-at-price {
        font-size: 22px;
    }
    .tf-model-viewer model-viewer {
        height: 780px;
    }
    .toggle-title {
        font-size: 14px !important;
        line-height: 22.4px !important;
    }
    .tf-img-video-text .content-wrap {
        padding: 30px 15px;
    }
    .tf-img-video-text .content-wrap li:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .card-product.style-price .card-product-info {
        padding: 15px 20px 0 20px;
    }
    .card-product.style-price .card-product-info .title {
        font-size: 16px;
    }
    .card-product.style-price .tf-price-table-contents {
        padding: 20px;
    }
    .card-product.style-price .tf-price-table-contents ul li {
        font-size: 14px !important;
    }
    .card-product.style-price .tf-price-table-contents .tf-price-table-btn {
        margin-top: 20px !important;
    }
    .tf-bundle-product-item.type-lg {
        gap: 20px;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 0;
    }
    .form-sign-in .ss-login-form .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .canvas-search {
        max-width: 400px;
        padding-top: 10px;
    }
    .canvas-search .tf-search-head {
        padding: 0 15px;
        margin-bottom: 22px;
    }
    .canvas-search .tf-search-head .title {
        line-height: 40px;
        margin-bottom: 20px;
    }
    .canvas-search .tf-search-content {
        padding: 0 15px 16px 15px;
    }
    .canvas-search .tf-search-content-title {
        margin-bottom: 22px !important;
    }
    .canvas-search .tf-col-quicklink {
        margin-bottom: 17px;
    }
    .canvas-search .tf-search-hidden-inner {
        padding-top: 0;
    }
    .ss-mini-cart-tool-openable .ss-mini-cart-tool-content {
        padding: 20px;
    }
    .modal-shopping-cart .modal-content {
        max-width: 420px !important;
    }
    .modal-shopping-cart .header {
        margin: 0 15px;
    }
    .modal-shopping-cart .sl-mini-cart-item {
        margin: 0 15px;
    }
    .modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info a {
        font-size: 14px;
        line-height: 14px;
    }
    .modal-shopping-cart .tf-minicart-recommendations {
        padding: 15px;
        margin: 15px;
    }
    .modal-shopping-cart .ss-mini-cart-bottom-wrap {
        padding: 10px 15px 15px;
    }
    .modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-mini-cart-view-checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .slider-collection {
        margin-bottom: 10px;
    }
    .sl-product-modal .modal-dialog .modal-content {
        padding: 20px;
    }
    #quick_view .ss-product-media-wrap {
        width: 50% !important;
        padding-right: 15px;
    }
    #quick_view .ss-product-info-wrap .ss-product-info-list {
        padding: 20px 30px 20px 15px;
    }
    #quick_view .modal-content {
        margin: 0 !important;
    }
    #quick_view .modal-content .ss-product-info-title a {
        font-size: 26px !important;
    }
    #ask_question input {
        height: 42px !important;
    }
    #ask_question textarea {
        height: 120px;
    }
    .ss-product-info-wrap .tf-product-info-title h5 {
        font-size: 26px;
        line-height: 31.2px;
    }
    .sl-product-modal .modal-dialog .modal-content {
        padding: 20px;
        border-radius: 3px;
    }
    #compare_color .modal-dialog {
        max-width: min(900px, 90vw);
        min-width: min(900px, 90vw);
    }
    #compare_color .modal-dialog .modal-content {
        padding: 20px;
    }
    .compare-color-item {
        padding: 14px 15px 20px;
        min-width: 280px;
        max-width: 280px;
    }
    .blog-article-item.style-row .article-thumb {
        width: 300px;
        height: 300px;
    }
    .widget-tabs.style-has-border .widget-menu-tab {
        gap: 10px 25px;
        margin: 0 15px;
    }
    .widget-tabs.style-has-border .widget-menu-tab .item-title {
        padding: 12px 0;
        font-size: 14px;
        line-height: 18px;
    }
    .widget-tabs.style-has-border .widget-content-tab .widget-content-inner {
        padding: 20px 15px;
    }
    .widget-tabs.style-two-col {
        display: block;
    }
    .widget-tabs.style-two-col .widget-menu-tab {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 25px;
        border: 0;
    }
    .widget-tabs.style-two-col .widget-menu-tab .item-title {
        padding: 12px 0;
        font-size: 14px;
        line-height: 18px;
    }
    .widget-tabs.style-two-col .widget-menu-tab .item-title::after {
        top: unset;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px !important;
    }
    .widget-tabs.style-two-col .widget-menu-tab .item-title.active::after {
        width: 100%;
    }
    .widget-tabs.style-two-col .widget-content-tab {
        margin-top: 20px;
        border-radius: 5px;
    }
    .widget-tabs.style-two-col .widget-content-tab .widget-content-inner {
        padding: 20px 15px;
    }
    .tf-product-des-demo {
        -ms-grid-columns: unset;
        grid-template-columns: unset;
    }
    .thumbs-slider1,
    .thumbs-slider2,
    .thumbs-slider3,
    .thumbs-slider4,
    .thumbs-slider {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .thumbs-slider1 > div,
    .thumbs-slider2 > div,
    .thumbs-slider3 > div,
    .thumbs-slider4 > div,
    .thumbs-slider > div {
        width: 100%;
    }
    .thumbs-slider1 .tf-product-media-thumbs,
    .thumbs-slider2 .tf-product-media-thumbs,
    .thumbs-slider3 .tf-product-media-thumbs,
    .thumbs-slider4 .tf-product-media-thumbs,
    .thumbs-slider .tf-product-media-thumbs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .thumbs-slider1 .tf-product-media-thumbs .swiper-slide,
    .thumbs-slider2 .tf-product-media-thumbs .swiper-slide,
    .thumbs-slider3 .tf-product-media-thumbs .swiper-slide,
    .thumbs-slider4 .tf-product-media-thumbs .swiper-slide,
    .thumbs-slider .tf-product-media-thumbs .swiper-slide {
        width: auto;
        height: 107px;
    }
    .tf-product-info-list {
        padding-left: 0;
    }
    .tf-product-info-countdown .countdown-wrap {
        min-width: unset;
    }
    .tf-product-info-countdown .countdown-wrap .countdown__timer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tf-product-delivery {
        margin-bottom: 30px;
    }
    .tf-product-fbt-wrap {
        margin-top: 30px;
    }
    .tf-product-fbt-wrap .title {
        margin-bottom: 20px;
    }
    .tf-product-fbt-wrap form {
        gap: 30px;
    }
    .wrap-sidebar-mobile {
        display: none;
    }
    .btn-sidebar-style2,
    .btn-sidebar-mobile {
        display: block;
    }
    .ss-toolbar-bottom.type-1150 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .announcement-bar {
        padding-right: 40px;
    }
    .announcement-bar .close-announcement-bar {
        right: 0;
    }
    .wrap-slider .box-content p {
        margin-bottom: 32px;
    }
    .tf-slideshow .sw-absolute-2 .sw-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tf-slideshow .card-box {
        background-color: rgba(0, 0, 0, 0.3);
        padding: 20px;
        border-radius: 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .tf-slideshow .card-box .ss-btn {
        font-size: 14px;
        line-height: 46px;
    }
    .tf-slideshow .card-box .heading br {
        display: none;
    }
    .tf-slideshow .sw-absolute-3 {
        left: 0;
        right: 0;
    }
    .tf-slideshow .sw-absolute-3 .sw-dots {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sw-dots.style-2 span::before {
        width: 6px;
        height: 6px;
    }
    .sw-dots.style-2 span.swiper-pagination-bullet-active {
        border-width: 1px;
    }
    .sw-dots.style-2 span.swiper-pagination-bullet-active::before {
        width: 4px;
        height: 4px;
    }
    .slider-skincare .sw-absolute-3 {
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        bottom: 57px;
    }
    .testimonial-item.style-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .testimonial-item.style-row .image {
        margin-left: auto;
        margin-right: auto;
    }
    .hover-sw-nav .sw-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .hover-sw-nav .nav-sw {
        display: none;
    }
    .slider-effect .box-content .heading {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 14px;
    }
    .slider-effect .box-content .heading br {
        display: none;
    }
    .slideshow-effect-zoom .content-left .ss-btn {
        margin-top: 32px;
    }
    .slider-radius .tf-sw-slideshow {
        border-radius: 20px;
    }
    .slider-radius .tf-sw-slideshow .heading {
        margin-bottom: 20px;
    }
    .list-color-product .list-color-item {
        width: 20px;
        height: 20px;
        padding: 2px;
    }
    .list-color-product .list-color-item .swatch-value {
        width: 14px;
        height: 14px;
        border-width: 1px;
    }
    .ss-control-layout .sw-layout-4,
    .ss-control-layout .sw-layout-5,
    .ss-control-layout .sw-layout-6 {
        display: none;
    }
    [data-grid='grid-4'],
    [data-grid='grid-5'],
    [data-grid='grid-6'] {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .discovery-new-item {
        padding: 30px;
    }
    .flat-spacing-4 {
        padding-top: 46px;
        padding-bottom: 85px;
    }
    .flat-spacing-5 {
        padding: 64px 0px;
    }
    .flat-spacing-6 {
        padding: 34px 0px 85px;
    }
    .flat-spacing-7 {
        padding-bottom: 50px;
    }
    .flat-spacing-8 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .flat-spacing-9 {
        padding: 55px 0px;
    }
    .flat-spacing-10 {
        padding: 46px 0px;
    }
    .flat-spacing-11 {
        padding-top: 68px;
        padding-bottom: 60px;
    }
    .flat-spacing-12 {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .flat-spacing-13 {
        padding-top: 28px;
        padding-bottom: 34px;
    }
    .flat-spacing-14 {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .flat-spacing-15 {
        padding-top: 66px;
        padding-bottom: 85px;
    }
    .flat-spacing-16 {
        padding-top: 100px;
        padding-bottom: 55px;
    }
    .flat-spacing-18 {
        padding-top: 68px;
        padding-bottom: 80px;
    }
    .flat-spacing-23 {
        padding-top: 68px;
        padding-bottom: 80px;
    }
    .flat-spacing-24 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .flat-spacing-27 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .flat-spacing-29 {
        padding-top: 22px;
        padding-bottom: 76px;
    }
    .flat-spacing-30 {
        padding-top: 55px;
        padding-bottom: 35px;
    }
    .flat-image-text-section {
        padding-bottom: 0;
    }
    .nav-sw.lg {
        width: 40px;
        height: 40px;
    }
    .wrap-carousel .nav-next-slider {
        left: -18px;
    }
    .wrap-carousel .nav-prev-slider {
        right: -18px;
    }
    .wrap-carousel.style-2 .nav-next-slider {
        left: -18px;
    }
    .wrap-carousel.style-2 .nav-prev-slider {
        right: -18px;
    }
    .wrap-brand-v2 .sw-dots {
        margin-top: 30px;
    }
    .banner-gr-item .content > a {
        margin-top: 14px;
    }
    .wrapper-thumbs-testimonial {
        padding: 0 50px;
    }
    .wrapper-thumbs-testimonial .box-left {
        padding-right: 33px;
        padding-left: 10px;
    }
    .tf-hero-image-liquid .box-content p {
        font-size: 16px;
        line-height: 25.6px;
    }
    .tf-hero-image-liquid .box-content .heading {
        font-size: 40px;
        line-height: 48px;
    }
    .tf-hero-image-liquid .tf-countdown .countdown__item .countdown__value {
        font-size: 20px;
        line-height: 24px;
    }
    .tf-hero-image-liquid .tf-countdown .countdown__item .countdown__label {
        font-size: 10px;
        line-height: 12px;
    }
    .lookbook-sw .navigation-sw-dot {
        width: 30px;
        height: 30px;
    }
    .lookbook-sw .navigation-sw-dot span {
        width: 12px;
        height: 12px;
    }
    .flat-iconbox-v2 .tf-icon-box .title {
        margin-bottom: 8.5px;
    }
    .widget-tab-3 {
        margin-bottom: 30px;
        gap: 30px;
    }
    .widget-tab-3 .nav-tab-item a {
        padding-bottom: 10px;
        font-size: 26px;
        line-height: 31.2px;
    }
    .collection-item-v4.style-2 .collection-image {
        height: 450px;
    }
    .masonry-layout-v2 {
        gap: 15px;
        grid-template-areas: 'item1 item1 item2 item2' 'item1 item1 item3 item3' 'item4 item5 item6 item6' 'item4 item5 item6 item6';
    }
    .masonry-layout-v2 .item-1,
    .masonry-layout-v2 .item-6 {
        height: 455px;
    }
    .masonry-layout-v2 .item-2,
    .masonry-layout-v2 .item-3 {
        height: 220px;
    }
    .tf-page-cart-footer {
        margin-top: 30px;
    }
    .flat-accordion.style-default .toggle-content {
        padding: 20px 0;
    }
    #quick_add .modal-content {
        padding: 15px 0px 15px;
    }
    #quick_add .modal-content > .wrap {
        padding: 0px 15px;
    }
    #quick_add .modal-content .icon-close-popup {
        right: 15px;
    }
    #quick_add .ss-btn {
        font-size: 14px !important;
    }
    #quick_view .ss-btn {
        font-size: 14px !important;
    }
    .product-btn-wishlist {
        width: 46px;
        height: 46px;
    }
    .tf-content-wrap .heading br,
    .tf-content-wrap .description br {
        display: none;
    }
    .description p br {
        display: none;
    }
    .nav-sw.w_46 {
        width: 40px;
        height: 40px;
    }
    .canvas-sidebar-blog.canvas-sidebar {
        max-width: 410px;
        width: 100%;
    }
    .masonry-layout-v3 .collection-image {
        height: 415px;
    }
    .col-xl-8 .flat-accordion {
        margin-top: 30px;
    }
    .masonry-layout-v4.style-2 {
        gap: 15px;
    }
    .masonry-layout-v4.style-2 .item-1 .collection-image {
        height: 795px;
    }
    .slider-sock .tf-slideshow .wrap-pagination {
        bottom: 20px;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 .item-5 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3;
    }
    .masonry-layout-v2 .item-6 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
}
@media only screen and (max-width: 1024px) {
    .ss-toolbar-bottom.type-1024 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tf-marquee.type-big .marquee-item p {
        font-size: 60px;
        line-height: 72px;
    }
    .canvas-compare .canvas-body {
        padding: 20px 0;
    }
    .ss-compare-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
        overflow-y: auto;
        gap: 20px;
    }
    .ss-compare-list > div {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
    .ss-compare-list .ss-compare-offcanvas {
        width: 100%;
    }
    .ss-compare-list .ss-compare-offcanvas .ss-compare-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .ss-compare-list .ss-compare-buttons {
        width: 100%;
    }
    .ss-compare-list .ss-compare-buttons .ss-compare-buttons-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 12px;
    }
    .ss-compare-list .ss-compare-buttons .ss-compare-buttons-wrap a {
        max-width: 147px;
    }
    .tf-page-title .heading {
        font-size: 32px;
        line-height: 38px;
    }
    .blog-detail-main-heading .title {
        font-size: 32px !important;
        line-height: 38px !important;
    }
    h1 {
        font-size: 44px;
        line-height: 52.8px;
    }
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
    h4 {
        font-size: 32px;
        line-height: 30.4px;
    }
    .tf-slideshow .card-box .heading {
        font-size: 40px;
        line-height: 48px;
    }
    .tf-countdown-v2 .countdown__timer {
        gap: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .product-info-list {
        padding-left: 0;
    }
    .wrap-sidebar-account {
        display: none;
    }
    .btn-sidebar-account {
        display: block;
    }
    .button-style-arrow {
        width: 40px;
        height: 40px;
    }
    .wrap-table-invoice {
        overflow: auto;
    }
    .invoice-table .title th {
        padding: 15px 30px;
    }
    .invoice-table .content td {
        padding: 15px 30px;
    }
    .box-invoice .footer {
        padding: 30px;
    }
    .box-invoice .header {
        padding: 30px;
    }
    .box-invoice .wrap-top,
    .box-invoice .wrap-date,
    .box-invoice .wrap-info {
        gap: 20px;
    }
    .box-invoice .box-left,
    .box-invoice .box-right {
        width: 50%;
    }
    .my-account-nav {
        margin-bottom: 30px;
    }
    .my-account-nav .my-account-nav-item {
        font-size: 16px;
        line-height: 28px;
        padding: 8px 15px;
    }
    .tf-slideshow .wrap-pagination {
        bottom: 20px;
    }
    .card-product .list-product-btn .box-icon .tooltip {
        margin-top: 0;
    }
    .collection-item-v2.type-small .collection-content .ss-btn {
        padding: 12px 24px;
    }
    .tf-marquee.type-big .marquee-item {
        gap: 50;
        padding: 0 20px;
    }
    .tab-reviews .tab-reviews-heading .top {
        gap: 15px;
    }
    .reply-comment .reply-comment-item.type-reply {
        margin-left: 30px;
    }
    .form-write-review .form-content {
        margin-bottom: 15px;
    }
    .form-write-review .form-content .box-field:not(:last-child) {
        margin-bottom: 15px;
    }
    .form-write-review .form-content .group-2 {
        gap: 15px;
    }
    .flat-accordion .flat-toggle .toggle-content {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 850px) {
    .slider-wrap-lookbook .flat-title-lookbook .heading {
        font-size: 30px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .modal-newleter .modal-content .wrap-info {
        padding: 15px;
    }
    .header-top-bar .tf-top-bar_wrap {
        grid-template-columns: 100%;
    }
    .header-top-bar .text-left {
        display: none;
    }
    .header-top-bar .top-bar-language {
        justify-content: center !important;
    }
    .flat-title-tab {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .flat-title-tab .title {
        text-align: center;
    }
    .card-product .count-down {
        display: none;
    }
    .box-video-wrap {
        margin-bottom: 35px;
    }
    .slider-sock .img-mb {
        display: block;
    }
    .slider-sock .img-dk {
        display: none;
    }
    .slider-sock.tf-slideshow .wrap-slider {
        height: 300px;
    }
    .slider-home-decor .wrap-pagination .sw-dots {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .product-btn-wishlist:hover .tooltip,
    .list-color-product .list-color-item:hover .tooltip {
        display: none;
    }
    .tf-store-list {
        margin-bottom: 15px;
    }
    .tf-store-list .tf-store-item.active .tf-store-title {
        margin-bottom: 17px;
    }
    .tf-store-list .tf-store-item.active .tf-store-info {
        display: block;
    }
    .tf-store-list .tf-store-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
    }
    .tf-store-list .tf-store-info {
        display: none;
    }
    .tf-accordion-wrap {
        gap: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tf-slideshow.about-us-page .text {
        font-size: 24px;
        line-height: 29px;
    }
    .tf-product-bundle-image img {
        width: 60px;
        min-width: 60px;
        max-width: 60px;
    }
    .ss-sticky-btn-atc .tf-sticky-atc-product {
        display: none !important;
    }
    .ss-sticky-btn-atc .tf-sticky-atc-infos {
        width: 100%;
    }
    .ss-sticky-btn-atc .tf-sticky-atc-infos form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flat-iconbox-v3 .tf-icon-box .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 22px;
    }
    .tf-img-video-text .content-wrap .heading {
        font-size: 24px;
        line-height: 29px;
    }
    .tf-img-video-text .content-wrap .number {
        width: 40px !important;
        height: 40px !important;
    }
    .tf-img-video-text video {
        height: 410px;
    }
    .tf-marquee.type-big .marquee-item svg {
        width: 20px;
    }
    .tf-marquee.type-big .marquee-item p {
        font-size: 40px;
        line-height: 48px;
    }
    .tf-banner-collection img {
        min-height: 300px;
    }
    .tf-banner-collection .box-content .heading {
        font-size: 22px;
        line-height: 26px;
    }
    .tf-banner-collection .box-content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .flat-lookbook-v3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .flat-lookbook-v3 > div {
        width: 100% !important;
    }
    .flat-lookbook-v3 form {
        max-width: 100%;
        text-align: center;
    }
    .flat-lookbook-v3 form button {
        width: unset !important;
    }
    .toolbar-shop-mobile .sub-nav-menu {
        margin-left: 17px !important;
    }
    .toolbar-shop-mobile .sub-menu-level-2 {
        margin-left: 34px !important;
    }
    .form-sign-in .modal-dialog {
        margin-top: 8px;
        margin-bottom: 8px;
        height: calc(100vh - 16px);
        max-height: calc(100vh - 16px);
    }
    .form-sign-in .modal-dialog .modal-content {
        padding: 20px;
    }
    .form-sign-in .modal-dialog .modal-content .bottom {
        gap: 15px;
    }
    .canvas-search {
        max-width: 320px;
    }
    .canvas-search .tf-search-head .title {
        font-size: 18px;
    }
    .canvas-search .tf-search-content-title {
        font-size: 16px;
        line-height: 19px;
    }
    .modal-shopping-cart .modal-content {
        max-width: 90% !important;
    }
    .modal-shopping-cart .ss-mini-cart-threshold {
        padding: 10px 0;
    }
    .modal-shopping-cart .ss-mini-cart-tool .ss-mini-cart-tool-btn {
        width: 50px;
        height: 38px;
        line-height: 38px;
        margin: 18px 8px;
        font-size: 18px;
    }
    .modal-shopping-cart .ss-mini-cart-bottom-wrap .ss-mini-cart-view-checkout a {
        height: 39px;
    }
    .modal-shopping-cart .ss-mini-cart-threshold .ss-progress-msg {
        font-size: 13px;
        line-height: 20.8px;
    }
    .modal-shopping-cart .sl-mini-cart-item {
        gap: 14px;
    }
    #quick_view .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
    }
    #quick_view .wrap .tf-product-media-wrap {
        width: 100% !important;
        padding-right: 0 !important;
    }
    #quick_view .wrap .tf-product-info-wrap .tf-product-info-list {
        overflow-y: unset;
        position: unset;
        padding: 20px 15px;
    }
    .ss-compare-list .ss-compare-head .title {
        font-size: 24px;
    }
    .ss-compare-list .ss-compare-offcanvas .tf-compare-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        padding: 0 8px;
    }
    .modal-part-content .modal-dialog {
        min-width: unset;
    }
    .modal-part-content .modal-dialog .header {
        margin-bottom: 22px;
    }
    .compare-color-item {
        min-width: 180px;
        max-width: 180px;
        padding: 10px 10px 12px;
    }
    .compare-color-item form a {
        height: 41px;
    }
    .modal-dialog {
        max-width: 500px !important;
    }
    .modal-dialog .demo-title {
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
    }
    #ask_question button {
        font-size: 14px !important;
        height: 39px;
    }
    #find_size .modal-dialog {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    #find_size .tf-page-size-chart-content {
        -ms-grid-columns: unset;
        grid-template-columns: unset;
    }
    #find_size .tf-page-size-chart-content > div:last-child {
        text-align: center;
    }
    [qol-data-title]:before {
        content: attr(qol-data-title);
        color: var(--main);
        text-align: start;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .tf-quick-order-list-total {
        bottom: 67px;
    }
    .tf-quick-order-list-total .tf-total-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }
    .tf-quick-order-list-total .tf-total-wrap > div {
        width: 100%;
    }
    .tf-quick-order-list-total .tf-total-wrap .tf-total-item-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        font-size: 18px;
        line-height: 29px;
    }
    .tf-quick-order-list-total .tf-total-wrap .tf-viewcart {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        margin-top: 10px;
    }
    .tf-quick-order-list-total .tf-total-wrap .tf-total-price {
        text-align: start;
    }
    .tf-quick-order-list-total .tf-total-wrap .tf-total-price .tf-totals-variant-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .tf-quick-order-list-total .tf-total-wrap .tf-total-price .tf-totals-variant-total p {
        font-size: 18px;
    }
    .tf-variant-item {
        display: block;
        position: relative;
        padding-left: 90px;
        margin-bottom: 15px;
    }
    .tf-variant-item > * {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
    }
    .tf-variant-item > *:first-child {
        padding: 0;
    }
    .tf-variant-item .tf-variant-item-image-container {
        position: absolute;
        top: 0;
        left: 0;
    }
    .tf-qol-head {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .blog-article-item.style-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .blog-article-item.style-row .article-thumb {
        width: 100%;
        height: unset;
    }
    .blog-article-item.style-row .article-content {
        gap: 10px;
    }
    .blog-article-item.style-row .article-title a {
        font-size: 16px;
        line-height: 19px;
    }
    .blog-article-item.style-row .article-btn {
        margin-top: 10px;
    }
    .tf-product-fbt-wrap form .tf-product-fbt-list img {
        width: 90px;
        max-width: 90px;
        height: unset;
    }
    .tf-product-fbt-wrap form .tf-fbt-col-total-price {
        width: 100%;
    }
    .tf-product-media-wrap {
        margin-bottom: 15px;
    }
    .tf-product-info-countdown .countdown-wrap {
        width: 100%;
    }
    h1 {
        font-size: 34px;
        line-height: 40.8px;
    }
    h2 {
        font-size: 32px;
        line-height: 38.4px;
    }
    h4 {
        font-size: 22px;
        line-height: 26.4px;
    }
    h5 {
        font-size: 18px;
        line-height: 21.6px;
    }
    h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .footer.md-pb-70 {
        padding: 0;
    }
    .footer .footer-wrap .footer-top {
        padding: 0 0 20px;
    }
    .footer .footer-heading-desktop {
        display: none;
    }
    .footer .footer-col-block .footer-heading-moblie {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        position: relative;
    }
    .footer .footer-col-block .footer-heading-moblie h6 {
        padding-right: 20px;
    }
    .footer .footer-col-block .footer-heading-moblie::after {
        position: absolute;
        content: '';
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 12px;
        height: 1px;
        background-color: var(--white);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .footer .footer-col-block .footer-heading-moblie::before {
        position: absolute;
        content: '';
        right: 15px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1px;
        height: 12px;
        background-color: var(--white);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .footer .footer-col-block.open .footer-heading-moblie::before {
        opacity: 0;
    }
    .footer .footer-col-block.open .footer-heading-moblie::after {
        -webkit-transform: translate(0%, -50%) rotate(180deg);
        transform: translate(0%, -50%) rotate(180deg);
    }
    .footer .tf-collapse-content {
        display: none;
    }
    .footer .footer-bottom .footer-bottom-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .footer-bottom .footer-bottom-wrap > div {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer.has-all-border .footer-col,
    .footer.has-all-border .footer-newsletter,
    .footer.has-border .footer-col,
    .footer.has-border .footer-newsletter {
        width: 100% !important;
    }
    .footer.background-black .footer-heading-moblie::after,
    .footer.background-black .footer-heading-moblie::before {
        background-color: var(--white);
    }
    #header .nav-icon .nav-account,
    #header .nav-icon .nav-wishlist,
    #header .nav-icon .nav-compare {
        display: none;
    }
    .mega-menu .row-demo {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .box-sw-announcement-bar {
        -webkit-animation: slide-har 4s linear infinite;
        animation: slide-har 4s linear infinite;
    }
    .speed-1 {
        -webkit-animation: slide-har 15s linear infinite !important;
        animation: slide-har 15s linear infinite !important;
    }
    .tf-slideshow .wrap-slider {
        height: 450px;
    }
    .tf-slideshow .banner-wrapper {
        height: 500px;
    }
    .tf-slideshow.flat-banner-sock .wrap-slider {
        height: 300px;
    }
    .tf-slideshow.slider-grocery .wrap-slider {
        height: 350px;
    }
    .slider-home-2 .wrap-slider {
        height: 300px;
        margin-right: -80px;
    }
    .slider-home-4 .wrap-slider {
        height: 250px;
    }
    .slider-women .wrap-slider {
        height: 400px;
        overflow: hidden;
    }
    .slider-women .wrap-slider img {
        position: absolute;
        top: 0;
        right: 0;
        width: 700px;
        min-width: max(100%, 700px);
    }
    .slider-baby .wrap-slider {
        height: 300px;
    }
    .slider-radius .wrap-slider {
        height: 350px;
    }
    .tf-hero-image-liquid {
        height: 350px;
    }
    .tf-hero-image-liquid .box-content {
        text-align: center;
    }
    .tf-hero-image-liquid .box-content .heading {
        font-size: 24px;
        line-height: 28.8px;
    }
    .tf-hero-image-liquid .tf-countdown .countdown__timer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
    .tf-hero-image-liquid .tf-countdown .countdown__item {
        width: 60px;
        height: 60px;
    }
    .banner-countdown-v2 {
        height: 250px;
    }
    .ss-btn.btn-xl {
        font-size: 16px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .wrap-slider .box-content p {
        display: none;
    }
    .wrap-slider .card-box .ss-btn {
        font-size: 14px;
        line-height: 38px;
    }
    .wrap-slider .card-box p {
        display: block;
    }
    .sw-dots {
        gap: 4px;
    }
    .sw-dots .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }
    .md-hidden {
        display: none;
    }
    .slider-home-5 .box-content p {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .slider-giftcard .box-content {
        padding-right: 40px;
    }
    .slider-giftcard .box-content .heading br {
        display: none;
    }
    .slider-giftcard .box-content p {
        display: block;
        font-size: 16px;
        line-height: 19.2px;
        margin-bottom: 24px;
    }
    .tf-page-title {
        padding: 52px 0 49px;
    }
    .tf-page-title .heading {
        font-size: 22px;
        line-height: 26px;
    }
    .blog-detail-main-heading .title {
        font-size: 22px !important;
        line-height: 26px !important;
    }
    .wrap-slider .card-box {
        margin: auto;
    }
    .wrap-slider .card-box p {
        display: none;
    }
    .wrap-slider .card-box .heading {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 24px;
    }
    .slider-effect {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .slider-effect .box-content .heading {
        font-size: 34px;
        line-height: 40.8px;
    }
    .slider-effect .box-content .desc {
        display: block;
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 19.2px;
    }
    .slider-effect .content-left {
        position: unset;
        padding: 40px 0px;
        text-align: center;
    }
    .slider-effect .img-slider {
        width: 100%;
        height: 300px;
    }
    .slideshow-effect .wrap-pagination {
        bottom: 15px;
    }
    .slideshow-effect .wrap-pagination .sw-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slideshow-effect.style-padding .content-left {
        padding-bottom: 60px;
    }
    .slideshow-effect-zoom {
        padding: 0;
    }
    .slideshow-effect-zoom .content-left {
        padding: 14px;
        padding-bottom: 24px;
    }
    .slideshow-effect-zoom .content-left .desc {
        margin-top: 16px;
        font-size: 18px;
        line-height: 28.8px;
    }
    .slideshow-effect-zoom .content-left .ss-btn {
        margin-top: 18px;
    }
    .slideshow-effect-zoom .wrap-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .slideshow-effect-zoom .wrap-content .content-left,
    .slideshow-effect-zoom .wrap-content .content-right {
        width: 100%;
    }
    .slideshow-effect-zoom .wrap-content .content-left {
        text-align: center;
    }
    .slideshow-effect-zoom .wrap-content .content-left .heading br {
        display: none;
    }
    .slider-radius {
        padding: 0;
    }
    .slider-radius .tf-sw-slideshow {
        border-radius: 0px;
    }
    .slider-radius .tf-sw-slideshow .subheading {
        display: block;
    }
    .slider-radius .tf-sw-slideshow .heading {
        margin-bottom: 20px;
    }
    .ss-shop-control {
        grid-template-columns: 1fr 1fr;
    }
    .ss-control-layout {
        display: none !important;
    }
    [data-grid='grid-2'],
    [data-grid='grid-3'],
    [data-grid='grid-4'],
    [data-grid='grid-5'],
    [data-grid='grid-6'] {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .flat-title-v2 {
        margin-bottom: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nav-sw {
        width: 24px;
        height: 24px;
    }
    .discovery-new-item {
        height: auto;
        margin-top: 12px;
        padding: 10px 15px;
        gap: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .discovery-new-item h5 {
        font-size: 22px;
        line-height: 26.4px;
    }
    .discovery-new-item a {
        width: 40px;
        height: 40px;
    }
    .flat-spacing-1 {
        padding: 52px 0px;
    }
    .flat-spacing-3 {
        padding: 30px 0;
    }
    .flat-spacing-4 {
        padding-top: 33px;
        padding-bottom: 60px;
    }
    .flat-spacing-5 {
        padding: 38px 0px;
    }
    .flat-spacing-6 {
        padding: 30px 0px 70px;
    }
    .flat-spacing-7 {
        padding-bottom: 45px;
    }
    .flat-spacing-8 {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    .flat-spacing-9 {
        padding: 48px 0px;
    }
    .flat-spacing-10 {
        padding: 40px 0px;
    }
    .flat-spacing-11 {
        padding-top: 35px;
        padding-bottom: 22px;
    }
    .flat-spacing-12 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .flat-spacing-13 {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .flat-spacing-14 {
        padding-top: 42px;
        padding-bottom: 30px;
    }
    .flat-spacing-15 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .flat-spacing-16 {
        padding-top: 65px;
        padding-bottom: 32px;
    }
    .flat-spacing-17 {
        padding-top: 30px;
        padding-bottom: 23px;
    }
    .flat-spacing-18 {
        padding-top: 26px;
        padding-bottom: 30px;
    }
    .flat-spacing-19 {
        padding: 50px 0;
    }
    .flat-spacing-21 {
        padding-top: 28px;
        padding-bottom: 35px;
    }
    .flat-spacing-27 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .flat-spacing-29 {
        padding-top: 19px;
        padding-bottom: 67px;
    }
    .flat-spacing-30 {
        padding-top: 48px;
        padding-bottom: 50px;
    }
    .lookbook-item .tf-pin-btn {
        width: 20px;
        height: 20px;
    }
    .lookbook-item .tf-pin-btn span {
        width: 6px;
        height: 6px;
    }
    .wrap-carousel .nav-sw {
        display: none;
    }
    .wrap-carousel .sw-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px;
    }
    .tf-img-with-text .tf-content-wrap {
        text-align: center;
    }
    .ss-btn.style-3,
    .ss-btn.style-2 {
        line-height: 38px;
    }
    .ss-btn.btn-md {
        padding: 0px 24px;
    }
    .banner-gr-item .img-style {
        margin-bottom: 15px;
    }
    .banner-gr-item .content .title {
        font-size: 20px;
        line-height: 24px;
    }
    .banner-gr-item .content > a {
        margin-top: 10px;
    }
    .md-pb-70 {
        padding-bottom: 70px;
    }
    .wrapper-thumbs-testimonial {
        padding: 0;
    }
    .wrapper-thumbs-testimonial .box-left {
        display: none;
    }
    .wrapper-thumbs-testimonial .box-right {
        width: 100%;
    }
    .tf-sw-testimonial.mb_60 {
        margin-bottom: 15px;
    }
    .testimonial-item .box-author .content {
        margin-top: 5px;
    }
    .testimonial-item.style-box {
        padding: 15px 24px;
    }
    .wrapper-thumbs-testimonial-v2 .box-right {
        display: none;
    }
    .wrapper-thumbs-testimonial-v2 .box-left {
        width: 100% !important;
        padding: 0;
    }
    .tf-icon-box.style-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .slider-wrap-lookbook .nav-sw {
        display: none;
    }
    .slider-wrap-lookbook .sw-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slider-wrap-lookbook .card-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }
    .slider-wrap-lookbook .card-product .card-product-wrapper {
        max-width: 100px;
    }
    .slider-wrap-lookbook .card-product .card-product-info {
        -ms-grid-row-align: flex-start;
        -ms-grid-column-align: flex-start;
        place-self: flex-start;
        padding-top: 0px;
    }
    .lookbook-sw .navigation-sw-dot {
        width: 24px;
        height: 24px;
    }
    .lookbook-sw .navigation-sw-dot span {
        width: 8px;
        height: 8px;
    }
    .lookbook-sw .navigation-sw-dot.swiper-button-disabled {
        width: 30px;
        height: 30px;
    }
    .flat-iconbox-v2 .tf-icon-box .title {
        margin-bottom: 6.5px;
    }
    .widget-tab-3 .nav-tab-item a {
        padding-bottom: 5px;
        font-size: 20px;
        line-height: 24px;
    }
    .collection-item-v4.style-2 .collection-image {
        height: 300px;
    }
    .masonry-layout-v2 {
        gap: 15px;
        grid-template-areas: 'item1 item1' 'item2 item3' 'item4 item5' 'item6 item6';
    }
    .masonry-layout-v2 .item-1,
    .masonry-layout-v2 .item-6 {
        height: 455px;
    }
    .masonry-layout-v2 .item-2,
    .masonry-layout-v2 .item-3,
    .masonry-layout-v2 .item-4,
    .masonry-layout-v2 .item-5 {
        height: 200px;
    }
    .ss-table-page-cart thead {
        display: none;
    }
    .ss-cart-item td[cart-data-title]:before {
        content: attr(cart-data-title);
        color: var(--main);
        text-align: start;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .ss-cart-item {
        margin-bottom: 15px;
        -webkit-padding-start: 98px;
        padding-inline-start: 98px;
        min-height: 140px;
        display: block;
        font-size: 12px;
        font-weight: 600;
        position: relative;
    }
    .ss-cart-item td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        margin: 0;
    }
    .ss-cart-item td:not(:last-child) {
        border-bottom: 1px dashed var(--line);
    }
    .ss-cart-item .img-box {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .ss-page-cart-checkout {
        padding: 30px 15px;
    }
    .ss-page-cart-checkout .ss-btn {
        height: 38px;
    }
    .lookbook-product {
        gap: 10px;
        width: 260px;
    }
    .tf-img-with-text.style-3 .tf-content-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .tf-img-with-text.style-3 .tf-image-wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .btn-md {
        min-height: 40px;
    }
    .masonry-layout-v3 .collection-image {
        height: 350px;
    }
    .masonry-layout-v4 .collection-inner {
        height: 315px;
    }
    .ss-btn:not(.btn-xl, .btn-md, .btn-line, .style-2, .style-3) {
        padding: 10px 24px;
    }
    .ss-btn.style-2 {
        line-height: 36px;
    }
    .lookbook-product .content-wrap .product-title a {
        font-size: 14px;
        line-height: 18px;
    }
    .lookbook-product .content-wrap .price {
        font-size: 14px;
        line-height: 18px;
    }
    .lookbook-product .image {
        width: 52px;
        height: 60px;
    }
    .lookbook-product > a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .wrap-mobile .collection-item-v2 .collection-image {
        height: 300px;
    }
    .form-checkout .grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .coupon-box input,
    .coupon-box .ss-btn {
        height: 40px;
    }
    .sw-dots.style-2 span,
    .sw-dots.medium span {
        width: 16px;
        height: 16px;
        border-width: 1px !important;
    }
    .flat-control-sw {
        position: relative;
    }
    .flat-control-sw .box-sw-navigation {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .grid-3-layout-md .collection-line-upper .collection-image {
        height: 313px;
    }
    .masonry-layout-v4.style-2 .item-1 .collection-image,
    .masonry-layout-v4.style-2 .item-2 .collection-image,
    .masonry-layout-v4.style-2 .item-3 .collection-image {
        height: 250px;
    }
    .text-22 {
        font-size: 18px !important;
    }
    .wrap-slider .box-content p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 19.2px;
    }
    .form-write-review .form-content .group-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 .item-5 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
    }
    .masonry-layout-v2 .item-6 {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-4 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .masonry-layout-v2 > .item-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }
    .masonry-layout-v2 > .item-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
    }
}
@media only screen and (max-width: 575px) {
    .box-invoice .wrap-top,
    .box-invoice .wrap-date,
    .box-invoice .wrap-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box-invoice .box-left,
    .box-invoice .box-right {
        width: 100%;
    }
    .ss-compare-list .ss-compare-offcanvas .ss-compare-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .card-product .list-product-btn .box-icon .tooltip {
        display: none;
    }
    .card-product:not(.style-3) .list-product-btn .box-icon .text {
        display: none;
    }
    .card-product:not(.style-3) .list-product-btn .box-icon.style-2 {
        width: 32px;
    }
    .card-product .list-color-product {
        overflow: hidden;
    }
    .dropdown-sort .dropdown-menu {
        min-width: 150px;
    }
    .lookbook-1 .item-1 {
        top: 78%;
        left: 57%;
    }
    .lookbook-1 .item-2 {
        top: 58%;
        left: 40%;
    }
    .lookbook-2 .item-1 {
        top: 20%;
        left: 57%;
    }
    .widget-tab-3.style-2 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .lookbook-kid .item-1 {
        left: 35%;
    }
    .lookbook-kid .item-2 {
        left: 35%;
    }
    .lookbook-kid .item-3 {
        left: 56%;
    }
    .banner-countdown-v2 .box-content {
        text-align: left;
        left: 10%;
        right: 10%;
    }
    .banner-countdown-v2 .tf-countdown .countdown__timer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
/*-------------- RTL ----------------- */
#toggle-rtl {
    padding: 0;
    position: fixed;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    min-width: 30px;
    text-transform: uppercase;
    z-index: 999;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rtl #toggle-rtl {
    left: 15px;
    right: auto;
}
.rtl .canvas-mb .mb-body {
    padding-right: 0;
    padding-left: 20px;
}
.rtl .progress-wrap {
    left: 40px;
    right: unset;
}
.rtl .collection-item-v3,
.rtl .collection-item-v2,
.rtl .card-product {
    direction: rtl;
}
.rtl .tf-sw-slideshow .wrap-slider {
    direction: rtl;
}
.rtl .tf-sw-slideshow .wrap-slider img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rtl .slider-setup-gear .wrap-slider img {
    -webkit-transform: none;
    transform: none;
}
.rtl .slider-effect .img-slider {
    margin-left: unset;
    margin-right: auto;
}
.rtl .slider-effect .content-left {
    direction: rtl;
}
.rtl .slider-home-2 .wrap-slider {
    margin-right: 0;
}
.rtl .slider-radius .row-end .box-content {
    left: 0;
}
.rtl .slider-radius .row-end img {
    -webkit-transform: unset;
    transform: unset;
}
.rtl .banner-collection-men-wrap .img-wrap img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rtl .tf-breadcrumb-wrap .tf-breadcrumb-prev-next,
.rtl .box-nav-pagination {
    direction: ltr;
}
.rtl .wrap-header-left .box-navigation {
    padding-left: 0;
    padding-right: 40px;
}
.rtl .wrap-sw-over {
    margin-left: 0;
    padding-left: 0;
    margin-right: -30px;
    padding-right: 30px;
}
.rtl .tf-banner-collection .box-content {
    left: auto;
    right: 0;
}
.rtl .tf-banner-collection img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rtl .tf-hero-image-liquid img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rtl .tf-slideshow .grid-img-group .item-2 {
    margin-left: unset;
    margin-right: auto;
}
.rtl .slideshow-effect-zoom .content-left {
    padding-left: 20px;
    padding-right: 0;
}
.rtl .tf-img-with-text.img-text-3 .grid-img-group {
    direction: ltr;
}
.rtl .box-sw-navigation {
    direction: ltr;
}
.rtl .tf-currencies {
    direction: ltr;
}
.rtl .tf-currencies .dropdown-menu .text {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.rtl .tf-currencies .dropdown-menu::after {
    display: none !important;
}
.rtl .testimonial-item {
    direction: rtl;
}
.rtl .testimonial-item .product > a {
    right: auto;
    left: 0;
}
.rtl .footer .footer-col-block .footer-heading-moblie::before {
    left: 15px;
    right: auto;
}
.rtl .footer .footer-col-block .footer-heading-moblie::after {
    left: 10px;
    right: auto;
}
.rtl .footer .footer-newsletter form input {
    padding-left: 143px;
    padding-right: 18px;
}
.rtl .footer .footer-newsletter form .button-submit {
    right: auto;
    left: 8px;
}
.rtl .modal.fullRight .modal-dialog {
    -webkit-transform: translate(-100%, 0) !important;
    transform: translate(-100%, 0) !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
.rtl .modal.fullRight .modal-dialog .modal-content {
    left: 0;
    right: unset;
}
.rtl .modal.fullRight.show .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.rtl .offcanvas.offcanvas-end {
    left: 0;
    right: unset;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.rtl .offcanvas.offcanvas-start {
    right: 0;
    left: unset;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.rtl .offcanvas.show:not(.hiding),
.rtl .offcanvas.showing {
    -webkit-transform: none;
    transform: none;
}
.rtl .offcanvas.hiding,
.rtl .offcanvas.show,
.rtl .offcanvas.showing {
    visibility: visible;
}
.rtl .card-product .on-sale-item,
.rtl .widget-price,
.rtl .icv__theme-wrapper {
    direction: ltr;
}
.rtl .drift-zoom-pane.drift-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.rtl .tf-zoom-main .drift-zoom-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.rtl .box-nav-ul .menu-item-2::after {
    left: 0;
    right: unset;
    content: '\e905';
}
.rtl .box-nav-ul .menu-item-2 .sub-menu {
    right: calc(100% + 23px);
    left: unset;
}
.rtl .box-nav-ul .menu-item-2 .sub-menu::after {
    left: 90%;
}
.rtl .tf-marquee .wrap-marquee {
    -webkit-animation: slide-har-reverse 6s linear infinite;
    animation: slide-har-reverse 6s linear infinite;
}
.rtl .box-sw-announcement-bar {
    -webkit-animation: slide-har-reverse 4s linear infinite;
    animation: slide-har-reverse 4s linear infinite;
}
.rtl .speed-1 {
    -webkit-animation: slide-har-reverse 15s linear infinite !important;
    animation: slide-har-reverse 15s linear infinite !important;
}
.rtl .collection-item-v4 .collection-inner {
    direction: rtl;
}
.rtl .banner-gr-item,
.rtl .tf-bundle-product-item {
    direction: rtl;
}
.rtl .wrapper-thumbs-testimonial-v2 .box-sw-navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.rtl .slider-home-decor .content-left .box-content {
    right: auto;
}
.rtl .footer.has-border .footer-col.footer-col-1 {
    padding-right: 90px;
    padding-left: 30px;
}
.rtl .footer.has-border .footer-col.footer-col-2 {
    padding-right: 0px;
    padding-left: 30px;
}
.rtl .footer.has-border .footer-col.footer-col-3 {
    padding-right: 0px;
    padding-left: 30px;
}
.rtl .footer.has-border .footer-newsletter {
    padding-left: 123px;
    padding-right: 0;
    border-right: 0;
    border-left: 1px solid var(--line);
}
.rtl .footer.has-all-border .footer-col {
    border-right: 0;
    border-left: 1px solid var(--line);
}
@-webkit-keyframes slide-har-reverse {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes slide-har-reverse {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.rtl .wrapper-thumbs-testimonial .box-left {
    padding-left: 33px;
    padding-right: 10px;
}
.rtl .flat-title .box-pagi-arr {
    direction: ltr;
}
.rtl .blog-article-item .article-content {
    direction: rtl;
}
.rtl .flat-banner-sock img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rtl .tf-form-search .search-box .ss-btn {
    left: 5px;
    right: auto;
}
.rtl .tf-form-search .search-box input {
    padding-left: 40px;
    padding-right: 18px;
}
.rtl .btn-sidebar-style2 {
    left: auto;
    right: 0;
}
.rtl .btn-sidebar-style2.right {
    left: 0;
    right: auto;
}
.rtl .btn-sidebar-mobile {
    left: 0;
    right: auto;
}
.rtl .btn-sidebar-mobile.left {
    left: auto;
    right: 0;
}
.rtl .btn-sidebar-mobile.left button {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rtl .flat-accordion1.has-btns .flat-toggle .toggle-title::before,
.rtl .flat-accordion.has-btns .flat-toggle .toggle-title::before {
    left: 5px;
    right: unset;
}
.rtl .flat-accordion1.has-btns .flat-toggle .toggle-title::after,
.rtl .flat-accordion.has-btns .flat-toggle .toggle-title::after {
    left: 0;
    right: unset;
}
.rtl .flat-accordion1.has-btns .flat-toggle.style-2 .toggle-title::before,
.rtl .flat-accordion.has-btns .flat-toggle.style-2 .toggle-title::before {
    left: 20px;
}
.rtl .flat-accordion1.has-btns .flat-toggle.style-2 .toggle-title::after,
.rtl .flat-accordion.has-btns .flat-toggle.style-2 .toggle-title::after {
    left: 15px;
}
.rtl .flat-accordion1.style-default .toggle-title,
.rtl .flat-accordion.style-default .toggle-title {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .flat-accordion1.has-btns-arrow .toggle-title::before,
.rtl .flat-accordion.has-btns-arrow .toggle-title::before {
    left: 0;
    right: auto;
}
.rtl .tf-brands-source-linklist.style-row .tf-titles-filter h4 {
    border-left: 1px solid var(--line);
    border-right: 0;
    padding-left: 10px;
    padding-right: 0;
}
.rtl .tf-cart-item .tf-cart-item_product .img-box {
    margin-left: 24px;
    margin-right: 0px;
}

@media (min-width: 768px) {
    .rtl .wrapper-thumbs-testimonial-v2 .box-left {
        padding-right: 0;
        padding-left: 60px;
    }
    .rtl .tf-marquee .wrap-marquee {
        -webkit-animation: slide-har-reverse 10s linear infinite;
        animation: slide-har-reverse 10s linear infinite;
    }
    .rtl .box-sw-announcement-bar {
        -webkit-animation: slide-har-reverse 14s linear infinite;
        animation: slide-har-reverse 14s linear infinite;
    }
    .rtl .speed-1 {
        -webkit-animation: slide-har-reverse 40s linear infinite !important;
        animation: slide-har-reverse 40s linear infinite !important;
    }
}
@media (min-width: 1150px) {
    .rtl .tf-ourstore-content {
        padding-right: 93px;
        padding-left: 20px;
    }
    .rtl .tf-content-left {
        margin-right: 122px;
        margin-left: 0;
    }
    .rtl .tf-content-right {
        margin-left: 122px;
        margin-right: 0;
    }
    .rtl #header .nav-icon .cart-lg {
        padding-right: 15px;
        border-left: 0;
        border-right: 1px solid var(--line);
    }
    .rtl .tf-marquee .wrap-marquee {
        -webkit-animation: slide-har-reverse 15s linear infinite;
        animation: slide-har-reverse 15s linear infinite;
    }
    .rtl .tf-content-wrap {
        padding-right: 0;
        padding-left: 20px;
    }
    .rtl .wrapper-thumbs-testimonial .box-left {
        padding-right: 24px;
        padding-left: 83px;
    }
    .rtl .wrapper-thumbs-testimonial .box-right {
        padding-left: 80px;
        padding-right: 0;
    }
    .rtl .tf-img-with-text.style-5 .tf-content-wrap {
        padding-right: 78px;
        padding-left: 0;
    }
    .rtl .img-text-3 .tf-content-wrap {
        padding: 20px 90px 20px 20px;
    }
}
@media (min-width: 1441px) {
    .rtl #header .nav-icon .cart-lg {
        padding-right: 22px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .modal-shopping-cart .popup-cart-notification-wrapper {
        grid-template-columns: 100%;
        margin: 0;
    }
    .modal-shopping-cart .wrap-top-notification {
        padding-top: 60px;
    }
    .modal-shopping-cart .popup-cart-recommend {
        display: none;
    }
    .page-contact .contact-wrap {
        grid-template-columns: 100%;
    }
    .widget-statistics.mb_90 {
        margin-bottom: 30px;
    }
    .widget-facet .facet-title {
        font-size: 20px;
    }
    .dropdown-sort .dropdown-menu {
        margin: 6px 0 !important;
    }
    .rtl .tf-cart-item .img-box {
        left: auto;
        right: 0;
    }
    .shop-sidebar-above-wrapper .shop-control-sidebar-wrapper .widget-facet {
        width: calc(100% / 2 - 10px);
    }
    .sorting-start-mobile {
        justify-content: flex-start !important;
    }
}
@media (max-width: 480px) {
    .box-title h3 {
        width: 100%;
    }
    .header-middle .header-middle__inner .header-links {
        margin-left: auto;
    }
    .header-middle .header-middle__inner .header-links a {
        font-size: 0;
    }
    .header-middle .header-middle__inner .header__search {
        flex: unset;
    }
    .product-options-bottom {
        overflow: hidden;
    }
    .product-options-bottom .product-info-buy-button {
        flex: unset;
        -webkit-flex: unset;
        width: 100%;
    }
    .ss-sticky-btn-atc .container {
        padding: 0;
    }
    .ss-sticky-btn-atc .ss-sticky-atc-product {
        display: none !important;
    }
    .ss-sticky-btn-atc .ss-sticky-atc-infos {
        padding: 0 15px;
    }
    .ss-sticky-btn-atc .ss-sticky-atc-btns,
    .ss-sticky-btn-atc .ss-sticky-atc-infos form {
        flex-wrap: wrap;
        width: 100%;
    }
    .ss-sticky-btn-atc .ss-sticky-atc-infos form .tf-sticky-atc-variant-price,
    .ss-sticky-btn-atc .ss-sticky-atc-infos form .tf-sticky-atc-variant-price select {
        width: 100%;
    }
    .products-listing .product-layout[data-grid='list'] .product-item-container {
        grid-template-columns: 100%;
    }
}

/*
*** RTL Language
*/
.rtl .label-product-Sale,
.rtl .label-product-New {
    left: auto;
    right: 10px;
}
.rtl .list-product-btn {
    left: 15px;
    right: auto;
}
.rtl .list-product-btn.column-right .tooltip {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 10px;
}
.rtl .list-product-btn.column-right .tooltip::before {
    right: unset;
    left: -4px;
}
.rtl .list-product-btn.column-right .tooltip::after {
    right: auto;
    left: -10px;
}
.rtl .owl-carousel {
    direction: ltr;
}
.rtl .owl-nav > div svg {
    transform: rotate(180deg);
}
.rtl .header-middle .header-middle__inner .header-links .nav-wishlist .count,
.rtl .header-middle .header-middle__inner .header-links .nav-cart .count {
    right: -10px;
    left: auto;
}
.rtl .wrapper-service .item-services .service_inner,
.rtl .widget-price .box-title-price {
    direction: rtl;
}
.rtl .widget-refined .clear-all-item-chosen {
    right: auto;
    left: 0;
}
.rtl .mini-search-from button {
    left: 5px;
    right: auto;
}
.rtl .widget-slideshow.owl-style2 .owl-nav svg {
    transform: none;
}
@media screen and (min-width: 1200px) {
    .rtl .header-middle .header-middle__inner .header__search {
        padding-right: 100px;
        padding-left: 0;
    }
}
@media (min-width: 1150px) {
    .rtl .offset-xl-1 {
        margin-left: 0;
        margin-right: 8.33333333%;
    }

    .rtl .offset-xl-2 {
        margin-left: 0;
        margin-right: 16.66666667%;
    }

    .rtl .offset-xl-3 {
        margin-left: 0;
        margin-right: 25%;
    }

    .rtl .offset-xl-4 {
        margin-left: 0;
        margin-right: 33.33333333%;
    }

    .rtl .offset-xl-5 {
        margin-left: 0;
        margin-right: 41.66666667%;
    }

    .rtl .offset-xl-6 {
        margin-left: 0;
        margin-right: 50%;
    }

    .rtl .offset-xl-7 {
        margin-left: 0;
        margin-right: 58.33333333%;
    }

    .rtl .offset-xl-8 {
        margin-left: 0;
        margin-right: 66.66666667%;
    }

    .rtl .offset-xl-9 {
        margin-left: 0;
        margin-right: 75%;
    }

    .rtl .offset-xl-10 {
        margin-left: 0;
        margin-right: 83.33333333%;
    }

    .rtl .offset-xl-11 {
        margin-left: 0;
        margin-right: 91.66666667%;
    }
}
.show-alert-subscribe {
    padding: 5px;
    display: none;
}
.change-price-function {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    text-align: center;
}
.modal-shopping-cart .sl-mini-cart-item .sl-mini-cart-info .sl-mini-cart-btns .wg-quantity span {
    color: var(--main);
}
.Invalid {
    float: right;
    color: red;
    display: none;
}
.last-menu-mega {
    margin-top: 18px;
}
#goToTop {
    box-shadow:
        0 4px 5px #0000001a,
        0 1px 10px #0000001a,
        0 2px 4px -1px #0000004d;
    position: fixed;
    bottom: 90px;
    top: auto !important;
    cursor: pointer;
    color: #273142;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    z-index: 9;
    border-radius: 50%;
    opacity: 1;
    right: 30px;
    -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;
    -webkit-transform: scale(scale(1));
    -ms-transform: scale(scale(1));
    -o-transform: scale(scale(1));
    transform: scale(scale(1));
}
#goToTop span svg {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: 0.3s, 1s;
    animation-duration: 0.3s, 1s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
#goToTop span svg:hover {
    color: var(--link-hover);
}
.product-item-discount {
    display: none;
}
.menu-item a:hover {
    color: var(--link-hover) !important;
}
#subscribe-msg {
    text-align: center !important;
    color: #000 !important;
}
.discount_code {
    position: relative;
}
.coupon-update {
    width: 84% !important;
}

.coupon-delete {
    width: 14% !important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
select {
    text-transform: none;
    font-family: 'Albert Sans', sans-serif;
    border: 1px solid var(--line);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    padding: 12px 18px;
    width: 100%;
    background: var(--white);
    color: var(--text-2);
    font-weight: 400;
}
.coupon-delete:hover {
    color: var(--link-hover) !important;
}
@media (max-width: 768px) {
    .quickview {
        display: none !important;
    }
}
