/** Shopify CDN: Minification failed

Line 13402:0 Unexpected "<!--"

**/
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

body::-moz-scrollbar {
    display: none;
}

svg,
img {
    max-width: 100%;
    display: block;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: all 500ms ease-in-out 0s;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    font-family: var(--first-font);
}

.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="button"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -webkit-appearance: textfield;
            appearance: textfield;
    -moz-appearance: textfield;
}

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

:-ms-input-placeholder {
    color: var(--body-text-color);
}

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

::-ms-input-placeholder {
    color: var(--body-text-color);
}

::placeholder {
    color: var(--body-text-color);
}

::-moz-selection {
    background: rgb(211 181 180 / 50%);
}

::selection {
    background: rgb(211 181 180 / 50%);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
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;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}

body {
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: var(--body-bg-color);
    color: var(--body-text-color);
}

/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}

h1,
.h1 {
    font: var(--h1);
}

h2,
.h2 {
    font: var(--h2);
}

h3,
.h3 {
    font: var(--h3);
}

h4,
.h4 {
    font: var(--h4);
}

h5,
.h5 {
    font: var(--h5);
}

h6,
.h6 {
    font: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--text-color);
}

.uppercase {
    text-transform: uppercase;
}

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

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

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

b {
    font-weight: bold;
    display: inline-block;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.product-title b {
    color: var(--primary-color);
    display: inline;
    font-weight: 400;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}

p:first-letter {
    text-transform: capitalize;
}

/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    padding: 0 50px;
}

.row {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutters {
    margin: 0 !important;
}

.row [class*="col-"] {
    padding: 0 15px;
}

.no-gutters [class*="col-"] {
    padding: 0;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.align-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
}

.align-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
}

.align-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-align-items: center;
}

.justify-center {
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: justify;
}

.justify-around {
    justify-content: space-around;
    -ms-flex-pack: distribute;
}

.justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: start;
}

.justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: end;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.direction-column {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--grey);
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

/*****  Columns  *****/
.col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }

}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }

}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }

}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }

}

/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    position: relative;
    display: block;
    border: 0;
    color: var(--black);
    text-transform: capitalize;
    background-color: transparent;
  font-size:16px;
  font-weight:400;
    cursor: pointer;
    outline: none;
    text-align: left !important;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.nice-select .current {
    position: relative;
    padding: 5px 20px 5px 10px;
}

.nice-select .current:after,
.nice-select.current:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -moz-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    -o-transform: translateY(-50%) rotate(225deg);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.nice-select.open .current::after,
.nice-select.current[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}

.nice-select .list {
    color: var(--black);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    -o-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;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    list-style: none;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    margin: 0 !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #eae9e9;
}

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

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

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

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

.nice-select.disabled {
    border-color: var(--border-color);
    color: var(--border-color);
    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;
}

/****************  TABS CSS *****************/
.tab-content {
    display: none;
}

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

/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn,.product-list-view .product-card .product-card-inner .cart-btn, .pdp-right-column .qnty-btn-wrp .buy-btn button {
    --tilt: 40px;
    text-align: center;
    padding: 12px 22px;
    color: var(--primary-text-color);
    background-color: var(--primary-color);
    appearance: none;
    outline: none;
    border: 1px solid var(--primary-color);
    font-size: 16px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn:hover,
.btn:focus,
.btn:active,
.product-list-view .product-card .product-card-inner .cart-btn:hover,
.product-list-view .product-card .product-card-inner .cart-btn:focus,
.product-list-view .product-card .product-card-inner .cart-btn:active{
    border-color: var(--secondary-color);
    color: var(--secondary-text-color);
}

.btn::before,
.btn::after,.pdp-right-column .qnty-btn-wrp .buy-btn button::after, .pdp-right-column .qnty-btn-wrp .buy-btn button::before,
.product-list-view .product-card .product-card-inner .cart-btn:before,.product-list-view .product-card .product-card-inner .cart-btn:after{
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + var(--tilt));
    height: 100%;
    top: 0;
    left: calc(-100% - var(--tilt));
    -webkit-clip-path: polygon(0 0,
            calc(100% - var(--tilt)) 0,
            100% 50%,
            calc(100% - var(--tilt)) 100%,
            0 100%);
            clip-path: polygon(0 0,
            calc(100% - var(--tilt)) 0,
            100% 50%,
            calc(100% - var(--tilt)) 100%,
            0 100%);
    background: var(--secondary-color);
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

.btn::before,.pdp-right-column .qnty-btn-wrp .buy-btn button::before,
.product-list-view .product-card .product-card-inner .cart-btn:before{
    left: calc(-100% - var(--tilt));
}

.btn::after, .pdp-right-column .qnty-btn-wrp .buy-btn button::after,
.product-list-view .product-card .product-card-inner .cart-btn:after{
    left: 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,.pdp-right-column .qnty-btn-wrp .buy-btn button:hover::before,
.product-list-view .product-card .product-card-inner .cart-btn:hover:before{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}

.btn:hover:after,
.btn:focus:after,
.btn:active:after, .pdp-right-column .qnty-btn-wrp .buy-btn button:hover::after,
.product-list-view .product-card .product-card-inner .cart-btn:hover:after{
    -webkit-transform: rotate(180deg) translateX(100%);
        -ms-transform: rotate(180deg) translateX(100%);
            transform: rotate(180deg) translateX(100%);
}

.btn svg path {
    fill: var(--primary-text-color);
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

.btn:hover svg path,
.btn:focus svg path,
.btn:active svg path, .product-list-view .product-card .product-card-inner .cart-btn:hover svg path {
    fill: var(--secondary-text-color);
}

.btn-white {
    background: var(--white);
    color: var(--primary-text-color);
    border-color: var(--white);
}

.btn-white::before,
.btn-white::after,
.btn-transparent::before,
.btn-transparent::after {
    background: var(--primary-color);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    border-color: var(--primary-color);
    color: var(--secondary-color);
}

.btn-transparent,
.pdp-right-column .qnty-btn-wrp .buy-btn button{
    background: transparent;
    border-color: var(--primary-color);
}

.btn-transparent:hover svg path,
.btn-transparent:focus svg path,
.btn-transparent:active svg path {
    fill: var(--primary-text-color);
}

.img-wrapper {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 90%;
}

.img-wrapper img, .img-wrapper svg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="button"]),
input:not([type="radio"]),
select,
textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--black);
}

.form-control,
textarea,
input {
    font-family: var(--first-font);
}

textarea {
    resize: none;
}

form .row {
    margin: 0 -10px;
}

form .row [class*="col-"] {
    padding: 0 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: inline-block;
    margin-bottom: 10px;
}

sup {
    top: -0.5em;
}

sub,
sup {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-left: 5px;
}

.form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-right: 3px;
}

.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 0 30px;
}

.checkbox-custom label:before {
    content: '';
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--black);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.checkbox-custom input:checked+label:before {
    background-color: var(--primary-color);
    border-color: var(--border-color);
}

.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}

/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.radio-group label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding-left: 24px;
    color: var(--border-color);
    margin: 0;
    vertical-align: bottom;
}

.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--border-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    top: 50%;
    left: 1px;
    right: auto;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--border-color);
}

.radio-group input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
    -webkit-transform: translateY(-50%) scale(0.55);
    -moz-transform: translateY(-50%) scale(0.55);
    -ms-transform: translateY(-50%) scale(0.55);
    -o-transform: translateY(-50%) scale(0.55);
}

/***** COMMON CSS ****/
body.active-menu,
body.no_scroll {
    overflow: hidden;
    position: relative;
}

.pt {
    padding-top: 70px;
}

.pb {
    padding-bottom: 70px;
}

.subtitle {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: var(--third-font);
    color: var(--sub-text-color);
}

.section-title {
    margin-bottom: 26px;
}

.section-title h2 {
    text-transform: capitalize;
    position: relative;
}

.section-title.text-center p {
    margin-top: 15px;
}

.arrow-header {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/*** swiper slider ****/
.swiper-wrapper {
    height: auto;
}

.flex-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.flex-slider .flex-card,
.blog-grid-sec .flex-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.flex-card .flex-card-inner,
.blog-grid-sec .flex-card-inner {
    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%;
    width: 100%;
}

/*** swiper slider ****/

.swiper-button-prev,
.swiper-button-next {
    height: 35px;
    width: 35px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    z-index: 2;
    outline: none;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.swiper-button-next {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}

.swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}

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

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.swiper-button-prev svg,
.swiper-button-next svg {
    height: 22px;
    width: 22px;
}

.swiper-button-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
    fill: var(--black);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--white);
    border-color: var(--black);
}

.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
    fill: var(--black);
}

/* Timeline */
.deal-timeline .counter-dtl {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}

.deal-timeline .count {
    font-weight: 600;
    line-height: 1;
}

.deal-timeline .days,
.deal-timeline .hour,
.deal-timeline .mins,
.deal-timeline .secs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  gap:7px;
}

/* CLOSE HOVER EFFECT */
.common-close {
    position: relative;
}

.common-close::after,
.common-close::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    left: calc(50% - 10px);
    margin-top: -1px;
    background-color: var(--black);
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.common-close::before {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.common-close:hover::after,
.common-close:hover::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.common-close::after {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.overlay, .subscribe-overlay {
    content: " ";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.overlay.active, .subscribe-overlay.active,
.overlay.quick-active{
    opacity: 1;
    visibility: visible;
}

.site-header {
    position: relative;
    background-color: var(--white);
}

.site-header .announcebar {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    padding: 10px 0;
}

.site-header .announcebar-left {
    gap: 20px;
}

.site-header .announcebar-left li a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.site-header .main-navigationbar {
    padding: 15px 0;
}

.site-header .announcebar-left li a svg {
    height: 18px;
    width: 18px;
}

.site-header .announcebar-left li a svg path {
    fill: var(--black);
}

.site-header .announcebar-right {
    gap: 15px;
}

.site-header .announcebar-right .nice-select:not(.open) .current:after,
.site-header .announcebar-right .nice-select:not(.open).current:after {
    top: 40%;
}
.site-header .nice-select {
    background: none;
}
.site-header .langauge-lbl {
    position: relative;
}
.site-header .disclosure__list-wrapper.hide {
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
}
.site-header .disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 100px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin: 5px 0 0 ;
  opacity: 1;
  pointer-events: auto;
  background-color: var(--white);
  border: 1px solid var(--black);
  transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.site-header .disclosure__list-wrapper .disclosure__item {
    margin: 0;
    color: var(--black);
}

.site-header .disclosure__list-wrapper .disclosure__item a.disclosure__link--active {
    font-weight: 700;
    background-color: #eae9e9;
}
.site-header .disclosure__list-wrapper .disclosure__item a {
    font-size: 14px;
    letter-spacing: .5px;
    padding: 10px;
    width: 100%;
    text-align: start;
}
.site-header .disclosure__list-wrapper .disclosure__item a:hover {
  background-color: #eae9e9;
}
.nice-select-arrow:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 1;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    border-top: 1px solid;
    border-left: 1px solid;
}
.site-header.fixed .sticky_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    width: auto;
    background-color: var(--white);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}

.site-header .main-navigationbar-row {
    gap: 10px;
}

.site-header .main-navigationbar .menu-item-left,
.site-header .main-navigationbar .menu-item-right {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.site-header .main-navigationbar .main-nav>li:not(:last-of-type) {
    padding-right: 25px;
}

.site-header .main-navigationbar .main-nav>li>a {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-header .main-navigationbar .main-nav .has-item>a {
    padding-right: 20px;
}

.site-header .main-navigationbar .main-nav>.menu-lnk.has-item>a:after,
.product-widget>.pro-itm>.acnav-label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -moz-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    -o-transform: translateY(-50%) rotate(225deg);
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    z-index: 1;
}

.site-header .main-navigationbar .main-nav>.menu-lnk.has-item>a:after {
    top: 40%;
}

.site-header .main-navigationbar .main-nav>li.menu_active.has-item>a:after,
.product-widget>.pro-itm.is_open>.acnav-label:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.site-header .main-navigationbar .main-nav li>a:hover {
    color: var(--primary-text-color);
}
.site-header .main-navigationbar .main-nav li>a:before,
.site-header .megamenu-card .megamenu-content a:before,
.site-footer .footer-widget ul li a:after,
.site-footer .footer-contacts li a span:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    height: 1px;
    width: 0;
    background: var(--black);
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

/*** mega dropdown css  ***/
.site-header .main-navigationbar .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    max-width: 150px;
    min-width: 200px;
    width: 100%;
    z-index: 2;
    color: var(--black);
    background-color: var(--white);
    border-top: 1px solid var(--border-color);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-header .main-navigationbar .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
    padding: 15px 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.site-header .main-navigationbar .main-nav>li .menu-dropdown.open_menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
}

.menu-items-col .main-nav>li.menu-lnk .menu-dropdown li {
    text-transform: capitalize;
}

.site-header .megamenu-card .megamenu-image {
    position: relative;
    background-color: var(--third-color);
}

.site-header .megamenu-card .megamenu-image a {
    position: relative;
    display: block;
    padding-top: 100%;
    overflow: hidden;
}

.site-header .megamenu-card .megamenu-image a img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.site-header .megamenu-card .megamenu-content {
    margin-top: 15px;
    text-align: center;
}
.site-header .megamenu-card .megamenu-content a:before{
  bottom:1px;
}
.site-header .megamenu-card .megamenu-content a {
    font: var(--h5);
    line-height: 1;
    position: relative;
    font-family: var(--second-font);
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  color: var(--black);
  padding-bottom:2px;
}

.site-header .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}

.site-header .menu-dropdown ul>li span {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.site-header .menu-dropdown ul>li>a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding: 0;
    border-bottom: 1px solid transparent;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-header .mega-menu .img-col {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 60%;
}

.site-header .mega-menu .img-col img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit:cover;
       object-fit:cover;
    -o-object-position: center;
       object-position: center;
}

.site-header .main-navigationbar .logo-col a {
    display: block;
}

.site-header .menu-item-right {
    gap: 15px;
}

.site-header .menu-item-right li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
}

.site-header .menu-item-right li>a {
    position: relative;
}

.site-header .menu-item-right>li>a svg {
    width: 20px;
    height: 20px;
}

.site-header .count {
    position: absolute;
    top: -7px;
    right: -6px;
    height: 15px;
    width: 15px;
    background: var(--black);
    color: var(--white);
    font-size: 9px;
    line-height: 1;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.site-header .mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
}

/* ============================================= */
/* !!!!         SUBSCRIBE POPUP CSS         !!!! */
/* ============================================= */

.subscribe-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    max-width: 850px;
    width: 100%;
    overflow-y: auto;
    max-height: 90vh;
    margin: 0 auto;
    background: var(--white);
    color: var(--black);
    z-index: 4;
    padding: 20px;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
}

.subscribe-popup.active {
    opacity: 1;
    visibility: visible;
}

.subscribe-popup .subscribe-inner {
    padding: 20px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
}

.subscribe-popup .subscribe-left-col {
    position: relative;
    padding-top: 90%;
}

.subscribe-popup .subscribe-left-col img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.subscribe-popup .common-close {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0;
    background: transparent;
    border: none;
    width: 22px;
    height: 22px;
}

.subscribe-right-col .offer {
    padding: 10px 15px;
    font: var(--h3);
    font-family: var(--second-font);
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    border: 2px solid var(--white);
    margin-bottom: 15px;
    line-height: 1;
    display: inline-block;
}

.subscribe-right-col h2 {
    font: var(--h3);
    font-family: var(--second-font);
    margin-bottom: 15px;
}

.subscribe-right-col h2 b {
    color: var(--white);
}

.subscribe-right-col .section-title {
    margin-bottom: 15px;
}

.subscribe-right-col .subscribe-form {
    position: relative;
}

.subscribe-right-col .subscribe-form input {
    font-size: 14px;
    background-color: var(--white);
    letter-spacing: 1px;
    padding: 14px 50px 14px 20px;
}

.subscribe-right-col .subscribe-form .mail-icon {
    position: absolute;
    right: 6px;
    top: 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;
    height: 35px;
    width: 35px;
    background-color: var(--primary-color);
    border: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.subscribe-right-col .subscribe-form .mail-icon svg path{
  fill:var(--black);
}
/* ============================================= */
/* !!!!            COOKIE POPUP            !!!! */
/* ============================================= */

.cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--white);
    color: var(--primary-text-color);
    -webkit-box-shadow: #00000017 0 0 10px;
            box-shadow: #00000017 0 0 10px;
    max-width: 370px;
    z-index: 3;
    padding: 30px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}

.cookie-popup.active {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}

.cookie-popup h5,
.cookie-popup p {
    margin-bottom: 10px;
}

.cookie-popup h5 {
    font-family: var(--second-font);
}

.cookie-popup .cookie-btn {
    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;
}

/* ============================================= */
/* !!!!          SEARCH POPUP CSS           !!!! */
/* ============================================= */
.search-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 50px 15px;
    z-index: 4;
    background-color: var(--white);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.search-popup.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.search-popup .common-close:hover::after,
.search-popup .common-close:hover::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0);
        transform: rotate(0);
}

.search-popup .search-wrp {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.search-popup .search-wrp .section-title{
  text-align:center;
}
.search-popup .search-wrp .section-title h2 {
    font: var(--h3);
    font-family: var(--second-font);
}

.search-popup .search-form {
    position: relative;
}

.search-popup .search-form .search-input {
    border: none;
    border-bottom: 2px solid var(--border-color);
    padding: 12px 35px 12px 0px;
}

.search-popup .search-form button {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: transparent;
    border: none;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.search-popup .result-prod {
    margin: 20px 0 0;
}

/* mobile-menu-button css */
.site-header .mobile-menu .mobile-menu-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;
    cursor: pointer;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.site-header .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 1px;
    margin: 5px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--black);
}

/*****  MOBILE MENU CSS  *****/

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    max-width: 400px;
    width: 100%;
    height: 100%;
    background: var(--white);
    display: block;
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.mobile-menu-wrapper.active_menu {
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
}

.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--primary-color);
}

.mobile-menu-wrapper .menu-close-icon svg{
  cursor:pointer;
}
.mobile-menu-wrapper .menu-close-icon svg path {
    fill: var(--black);
}

.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 48px);
    overflow: auto;
    padding: 15px 20px;
    background: var(--white);
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li:not(:first-child) {
    margin-top: 8px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: var(--black);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li>a {
    font-weight: 600;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
    margin-left: auto;
    width: 14px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc,
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is_open>a.acnav-label .menu-open-arrow,
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is_open .acnav-label .menu-open-arrow {
    display: none;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li.is_open>a.acnav-label .close-menu-ioc,
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is_open .acnav-label .close-menu-ioc {
    display: block;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .acnav-list {
    margin: 12px 0;
    display: none;
    padding: 0;
}

.mobile-menu-wrapper .mobile-menu-bar .mobile-item>ul>li:not(:last-of-type) {
    margin-bottom: 12px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile-menu-inner .menu-h-link ul li:not(:last-of-type) {
    margin-bottom: 8px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile-menu-inner .menu-h-link ul {
    margin-bottom: 15px;
}

.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile-menu-inner .menu-h-link ul li a {
    font-size: 16px;
    line-height: 18px;
    text-transform: lowercase;
    font-family: var(--first-font);
}

.mobile-menu-wrapper .mobile-menu-bar .mobile-item>ul>li>a {
    font-size: 14px;
    font-family: var(--first-font);
}

.mobile-menu-wrapper .mobile-menu-bar .mobile-item>ul>li>a.acnav-label {
    font-weight: 600;
}

/* ============================================= */
/* !!!!           cartdrawer CSS            !!!! */
/* ============================================= */
/* cart-progress-bar */
.cart-progress-bar {
    height: 7px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto;
    width: 100%;
    gap: 8px;
}

progress[value] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    position: relative;
    height: 7px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

progress[value]::-webkit-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: var(--grey);
}

progress[value]::-webkit-progress-value {
    position: relative;
    border-radius: 5px;
    background-color: var(--primary-color);
}

progress[value]::-moz-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: var(--primary-color);
}

progress:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: -o-linear-gradient(315deg,
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.2) 25%,
            rgba(255, 255, 255, 0) 25%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            rgba(255, 255, 255, 0) 75%,
            rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(135deg,
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.2) 25%,
            rgba(255, 255, 255, 0) 25%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            rgba(255, 255, 255, 0) 75%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    -webkit-animation: move 5s linear infinite;
    border-radius: 5px;
    overflow: hidden;
    background-size: 45px 45px;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -60px -60px;
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -60px -60px;
    }
}

.progress-icon {
    width: 55px;
    height: 55px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--primary-color);
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    -webkit-animation: blinkers 1.5s infinite;
            animation: blinkers 1.5s infinite;
}

.progress-icon svg {
    height: 40px;
    width: 40px;
}

@keyframes blinkers {
    0% {
        -webkit-transform: translateY(-50%) scale(0.9);
                transform: translateY(-50%) scale(0.9);
    }

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

    100% {
        -webkit-transform: translateY(-50%) scale(0.9);
                transform: translateY(-50%) scale(0.9);
    }
}

@-webkit-keyframes blinkers {
    0% {
        -webkit-transform: translateY(-50%) scale(0.9);
                transform: translateY(-50%) scale(0.9);
    }

    50% {
        -webkit-transform: translateY(-50%) scale(0.95);
                transform: translateY(-50%) scale(0.95);
    }

    100% {
        -webkit-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
    }
}

/* cart-progress-bar end */
.cartdrawer {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 410px;
    width: 100%;
    height: 100%;
    background: var(--white);
    color: var(--black);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 5;
}

.cartopen .cartdrawer {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.cartdrawer .mini-cart-container {
    padding: 0px 30px 0px 30px;
}

.cartdrawer .mini-cart-header {
    position: relative;
    padding: 15px 0 15px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}

.cartdrawer .closecart {
    width: 30px;
    height: 30px;
}

.cartdrawer .mini-cart-has-item {
    overflow: hidden;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cartdrawer .mini-cart-body,
.coupon-popup .coupon-body,
.gift-popup .gift-body {
    overflow-y: auto;
    padding: 30px;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.cartdrawer .mini-cart-has-item .free-shipping-bar {
    margin-bottom: 20px;
}

.cartdrawer .free-shipping-txt {
    font-size: 16px;
    line-height: 22px;
}

.cartdrawer .mini-cart-item {
    padding: 10px 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid var(--border-color);
    background: var(--white);
}

.cartdrawer .mini-cart-image {
    width: 100px;
}

.cartdrawer .mini-cart-image a {
    position: relative;
    display: block;
    padding-top: 122%;
    background: var(--third-color);
}

.cartdrawer .mini-cart-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
      width:100%;
  height:100%;
}

.cartdrawer .mini-cart-details {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    width: 100%;
    padding-left: 15px;
}

.cartdrawer .mini-cart-title .mini-cart-pro-title {
    max-width: 180px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.cartdrawer .remove-item svg {
    height: 15px;
    width: 15px;
}

.cartdrawer .remove-item svg path {
    fill: var(--error-color);
}

.cartdrawer .mini-cart-title,
.cartdrawer .cart-rating,
.cartdrawer .pvarprice {
    margin-bottom: 12px;
}

.cartdrawer .mini-cart-details .cart-rating svg {
    width: auto;
    height: auto;
}

.cartdrawer .cart-rating svg path:first-of-type {
    fill: var(--grey);
}

.cartdrawer .cart-rating svg path:not(:first-of-type) {
    fill: #ffc700;
}

.cartdrawer .pvarprice .price-lable {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-right: 5px;
}

.price {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
    gap: 10px;
}

.cartdrawer .mini-cart-details .price {
    font: var(--common-text);
}

.price ins {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
}

.cartdrawer .price ins {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.price ins.text-danger {
    color: var(--error-color);
}

del {
    color: var(--black);
    opacity: 0.6;
    text-decoration: line-through;
}

/* qty-spinner start */
.qty-spinner {
    border: 1px solid var(--border-color);
    max-width: 100px;
    width: 100%;
    height: 35px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.qty-spinner button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.qty-spinner button svg,
.site-header .cartdrawer .qty-spinner button svg {
    margin: auto;
    height: 10px;
    width: 10px;
    pointer-events: none;
}

.qty-spinner button svg path,
.site-header .cartdrawer .qty-spinner button svg path {
    fill: var(--black);
}

.qty-spinner input,
.site-header .cartdrawer .qty-spinner input {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    margin: 0;
    padding: 0 !important;
    border: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    width: 30px;
    color: var(--black);
    height: 100%;
}

/* qty-spinner end */

.cartdrawer .mini-cart-footer {
    position: relative;
    -webkit-box-shadow: 0 0px 8px 0 rgb(0 0 0 / 30%);
            box-shadow: 0 0px 8px 0 rgb(0 0 0 / 30%);
}

/* mini-cart-footer-icons start*/
.cartdrawer .mini-cart-footer .cart-footer-top {
    padding: 30px;
}

.cartdrawer .mini-cart-footer-icons {
    margin-bottom: 15px;
}

.cartdrawer .mini-cart-footer-icons .footer-bottom-icon {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    padding: 12px 35px;
    border: none;
    width: 47%;
    background-color: var(--third-color);
}

.cartdrawer .mini-cart-footer .footer-bottom-icon svg{
    width: 30px;
    height: 30px;
}
.coupon-popup .coupon-body .coupon-txt svg {
  width: 25px;
    height: 25px;
}
.cartdrawer .mini-cart-footer-icons .footer-bottom-icon:hover svg {
    -webkit-animation-name: beat;
    animation-name: beat;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

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

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

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

/* mini-cart-footer-icons end */

.cartdrawer .mini-cart-footer-total-row {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--border-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.cartdrawer .mini-total-lbl {
    margin-bottom: 7px;
    display: block;
}

.cartdrawer .mini-cart-footer .mini-cart-footer-total-row .mini-total-iteam p,
.cartdrawer .mini-cart-footer .mini-cart-footer-total-row .mini-Subtotal p {
    font-size: 16px;
}

.cartdrawer .mini-cart-footer-total-row div.mini-Subtotal {
    text-align: right;
}

.cartdrawer .minicart-btn-wrapper .cart-bottom-btn {
    padding: 15px;
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    color: var(--secondary-text-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.cartdrawer .minicart-btn-wrapper .view-cart-btn {
    background: var(--black);
}

.cartdrawer .minicart-btn-wrapper .Check-btn {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}

.cartdrawer .emptyCart {
    padding: 50px 0 0 0;
}
.cart__warnings  svg {
    margin: auto;
}
.cart-page-sec #cart-gift-wrap {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color:#d3b5b475;
    padding: 10px 20px;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.cart-page-sec #cart-gift-wrap .gift-cart-dtl  {
    gap: 10px;
}
.cart__items-wrapper .is-empty .cart__warnings {
    display: block;
}
/* ****** coupon popup css **** */
.coupon-popup,
.gift-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0);
            box-shadow: 0 4px 8px 0 rgb(0 0 0);
    z-index: 5;
    background: var(--white);
    color: var(--primary-text-color);
    max-width: 410px;
    width: 100%;
    height: auto;
    transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.coupon-popup.active,
.gift-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translatey(0%);
        -ms-transform: translatey(0%);
            transform: translatey(0%);
}

.coupon-popup .close-coupon,
.gift-popup .close-gift {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.coupon-popup .coupon-txt {
    gap: 10px;
    margin-bottom: 12px;
}

.coupon-code {
    position: relative;
}

.coupon-code input {
    height: 45px;
    width: 100%;
    padding: 14px 100px 14px 15px;
}

.coupon-code .apply-coupon-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* cart empty */
.cartdrawer.is-empty .minicart__warnings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}



.mini-cart-footer.is-empty {
    display: none;
}

/* ============================================= */
/* !!!!       QUICK-VIEW POPUP CSS          !!!! */
/* ============================================= */
.quick-view-active.cartopen .overlay {
    z-index: 5;
}

.quick-view-popup.active{
  opacity:1;
  visibility:visible;
}
.quick-view-popup .quick-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 15px;
    border: none;
    z-index: 1;
    width: 22px;
    height: 22px;
}
.quick-view-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 900px;
    max-height: 100%;
    width: 95%;
    margin: 0 auto;
    background-color: var(--white);
    z-index: 4;
       transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    opacity:0;
  visibility:hidden;
 
 
}
.quick-view-wrapper {
    position: relative;
      max-height: 90vh;
    overflow-y: auto;
   padding:20px;
}

.quick-view-right .quickview-card .quickview-card-image {
    position: relative;
    display: block;
    padding-top: 100%;
    height: 100%;
    background-color: var(--third-color);
}

.quick-view-right .quickview-card .quickview-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.quick-view-left-inner {
    padding: 0 0 0 20px;
    height: 100%;
}

.quick-view-left-inner .section-title,
.quick-view-left-inner .price,
.quick-view-left .quick-product-dis {
    margin-bottom: 15px;
}

.quick-view-left-inner .section-title .subtitle {
    font-size: 18px;
}

.quick-view-inner h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quick-view-left .quick-product-dis p,.quick-view-left .quick-product-dis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quick-view-left .view-more {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

.quick-view-left .qnty-btn-wrp {
    gap: 10px;
}
.quick-view-popup .pro-cart-btn .btn .loading-overlay__spinner svg{
      width: 14px;
    height: 14px;
}
.quick-view-popup .pro-cart-btn .btn {
  min-width:155px;
}
.quick-view-left .qnty-btn-wrp .quantity-select {
    width: 100px;
}
.quick-view-left-inner .qty-spinner{
  height:36px;
}
.quick-view-inner .quick-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 1;
}

.quick-view-right-inner,
.quickview-image-slider,
.quickview-card,
.quickview-card-inner {
    height: 100%;
}

.quick-view-left-inner .color-variant-swatch .radio-buttons {
    margin-bottom: 15px;
  margin-top:10px;
}
/*********** QUICK-VIEW-POPUP - END ***********/

/******** Mobile sticky bar *******/
.mobile-sticky-wrp {
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
            box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
    background-color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 40px;
    gap: 15px;
}

.mobile-sticky-wrp svg {
    height: 22px;
    width: 22px;
    margin: 0 auto 8px;
}

.mobile-stickybar {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.mobile-stickybar.show {
    visibility: visible;
    opacity: 1;
}

.mobile-sticky-wrp ul li a {
    text-align: center;
}

.mobile-sticky-wrp li {
    line-height: 1;
}

.mobile-sticky-wrp span {
    display: block;
    line-height: 1;
    color: var(--primary-text-color);
}

/* ============================================= */
/* !!!!      Back to Top button CSS         !!!! */
/* ============================================= */

.scroll-progress {
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    background-color: var(--white);
    padding: 15px 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
            box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.scroll-progress.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-progress .scroll-text {
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.scroll-progress .scroll-line {
    position: relative;
    display: block;
    width: 2px;
    height: 60px;
    color: inherit;
    background-color: var(--black);
}

.scroll-progress .scroll-point {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 9px;
    background-color: var(--black);
}

/* footer css */
.site-footer {
    position: relative;
    z-index: 1;
    background: var(--footer-bg-color);
    color: var(--footer-text-color);
}

.site-footer .footer-row {
    padding: 150px 0 120px;
}

.site-footer .footer-col {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    width: 100%;
}

.site-footer .footer-col:first-of-type {
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    width: 100%;
}

.site-footer .footer-col:last-of-type {
    max-width: 330px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    width: 100%;
}

.site-footer .footer-logo {
    margin-bottom: 15px;
    max-width: 200px;
    width: 100%;
}

.site-footer .footer-col:not(:first-child) {
    padding-left: 60px;
}

.site-footer .footer-col h2 {
    position: relative;
    font: var(--h4);
    text-transform: capitalize;
    color: var(--footer-title-color);
    font-family: var(--second-font);
}

.site-footer .footer-col h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: var(--primary-color);
}

.site-footer .footer-widget h2 {
    margin: 0 0 15px 0;
    padding: 0 0 5px;
}

.site-footer .footer-col .footer-acnav svg {
    height: 11px;
    width: 11px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-footer .footer-col .footer-widget .footer-acnav svg path {
    fill: var(--footer-title-color);
}

.site-footer .footer-widget ul li {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-footer .footer-widget>ul:not(.footer-contacts) li {
    text-transform: capitalize;
}

.site-footer .footer-widget ul.acnav-list1>li:not(:last-of-type), .site-footer .footer-widget ul.footer-acnav-list>li:not(:last-of-type) {
    margin-bottom: 10px;
}

.site-footer .footer-widget ul li a,
.site-footer .footer-contacts li a span {
    position: relative;
}

.site-footer .footer-widget ul li a:after,
.site-footer .footer-contacts li a span:after {
    background: var(--white);
}

.site-footer .footer-social-icon li a:after,
.site-footer .footer-contacts li a:after {
    display: none;
}

.site-footer .footer-col-links,
.site-footer .footer-col-links .contact-link {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}

.site-footer .footer-contacts .footer-col-links svg {
    width: 20px;
    height: 20px;
}

.site-footer .footer-contacts .footer-col-links p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.site-footer .footer-contacts .footer-col-links svg path {
    fill: var(--white);
}

.site-footer .footer-social-icon {
    gap: 12px;
    margin-top: 20px;
}

.site-footer .footer-social-icon li a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.site-footer .footer-social-icon li a svg {
    width: 16px;
    height: 16px;
}

.site-footer .footer-social-icon li svg path {
    fill: var(--black);
}

.site-footer .bottom-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
}

.site-footer::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 3%;
    z-index: -1;
}

.site-footer .footer-bottom {
    text-align: center;
    padding: 20px 0px;
}
.site-footer .footer-bottom .footer-copyright{
      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;
}
.product .site-footer {
    margin-bottom: 84px;
}

/* main-banner-sec css */
.main-banner-sec {
    position: relative;
    z-index: 1;
    color: var(--white);
}

.main-banner-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.main-banner-sec video {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.main-banner-sec .banner-content {
    padding: 160px 0;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.main-banner-sec .banner-content .subtitle {
    color: var(--primary-color);
}

.main-banner-sec .banner-content h2 {
    color: var(--white);
    font: var(--h1);
    margin-bottom: 15px;
}

/* category-sec css */
.category-sec .grid-wrapper {
    display: -ms-grid;
    display: grid;
    height: 100%;
    gap: 15px;
        grid-template-areas:
        "item-1 item-2 item-3"
        "item-1 item-4 item-3"
        "item-1 item-4 item-5"
        "item-1  item-4 item-5";
    -ms-grid-rows: 1fr 15px auto;
    grid-template-rows: 1fr auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}

.category-sec .grid-wrapper .category-card.item-2 {
    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;
}

.category-sec .grid-wrapper .category-card {
    overflow: hidden;
    position: relative;
}

.category-sec .category-card .section-title {
    margin-bottom: 5px;
}

.grid-wrapper>.item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
    grid-area: item-1;
}

.grid-wrapper>.item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: item-2;
}

.grid-wrapper>.item-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: item-3;
}

.grid-wrapper>.item-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    grid-area: item-4;
}

.grid-wrapper>.item-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: item-5;
}

.category-sec .grid-wrapper .category-card a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.category-sec .category-card a img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 4s cubic-bezier(0, 0, .1, 1);
    -webkit-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -moz-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -ms-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, .1, 1);
}

.category-sec .grid-wrapper .category-card:hover a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.section-title.line h2 {
    padding-bottom: 12px;
}

.section-title.line h2:before,
.discount-sec .discount-left .discount-content h3::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 2px;
    width: 102px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: var(--black);
}

.category-sec .category-card .category-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 260px;
    width: 100%;
}

.category-sec .category-card .category-btn a {
    font-size: 20px;
}

/* about-sec css */
.about-sec {
    position: relative;
    z-index: 1;
    background-color: var(--third-color);
}

.about-sec .candle-image {
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 10%;
    max-width: 10vw;
}

.about-sec .section-title {
    padding-bottom: 50px;
    border-bottom: 2px dashed var(--primary-color);
}

.about-sec .section-title h2 {
    margin-bottom: 20px;
}

.about-sec ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 15px;
}

.about-sec ul li {
    gap: 15px;
    max-width: calc(50% - 7.5px);
    width: 100%;
}

.about-sec ul li .about-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;
    height: 60px;
    width: 60px;
    background-color: var(--primary-color);
}

.about-sec ul li .about-icon svg {
    height: 35px;
    width: 35px;
}

.about-sec ul li .about-icon svg path {
    fill: var(--black);
}

.about-sec ul li .about-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.about-sec ul li .about-content h3 {
    font: var(--h4);
    font-family: var(--third-font);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.about-sec .about-right {
    gap: 20px 70px;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.about-sec .about-right .about-image-wrp:nth-child(1) {
    padding-top: 30px;
}

.about-sec .about-right .about-image-wrp:nth-child(2) {
    padding-right: 40px;
}

.about-sec .about-right .about-image-wrp {
    max-width: calc(50% - 35px);
    width: 100%;
}

.about-sec .about-right .about-image-wrp.image-3 {
    position: absolute;
    top: 18%;
    left: 20%;
    z-index: 1;
}

.about-sec .about-right .about-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 110%;
}

.about-sec .about-right .about-image-wrp:last-of-type .about-image {
    padding-top: 68%;
}

.about-sec .about-right .about-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* product-sec css */
.product-slider.swiper-grid-column>.swiper-wrapper {
    gap: 30px 0;
}

.product-slider.swiper-grid-column>.swiper-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}

.product-slider .swiper-wrapper {
    padding-bottom: 40px;
}

.product-slider .swiper-slide {
    height: auto;
    margin-top: 0 !important;
}

.product-slider .swiper-scrollbar {
    left: 0;
    width: 100%;
}
.product-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--primary-color);
}

/* product card */
.loading-overlay__spinner {
    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;
}
.hidden, .visually-hidden, [hidden] {
    display: none !important;
}
.product-card {
    height: 100%;
}

.product-card-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.product-card .product-card-image {
    position: relative;
    overflow: hidden;
}

.product-card .product-card-image .img-wrapper {
    background-color: var(--third-color);
}

.product-card-inner .hover-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.product-card-inner .product-card-image:hover .hover-img {
    opacity: 1;
    visibility: visible;
}

.product-card .product-card-inner .pro-btn-wrapper {
    position: absolute;
  z-index: 1;
    top: 15px;
    right: 15px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.product-card .pro-btn-wrapper .pro-btn {
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
  cursor:pointer;
}

.product-card .pro-btn-wrapper .pro-btn:nth-child(1) {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.product-card .pro-btn-wrapper .pro-btn:nth-child(2) {
    transition: all 0.3s ease 0.1s;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
}

.product-card .pro-btn-wrapper .pro-btn:nth-child(3) {
    transition: all 0.3s ease 0.15s;
    -webkit-transition: all 0.3s ease 0.15s;
    -moz-transition: all 0.3s ease 0.15s;
    -ms-transition: all 0.3s ease 0.15s;
    -o-transition: all 0.3s ease 0.15s;
}

.product-card .pro-btn-wrapper .pro-btn:nth-child(4) {
    transition: all 0.3s ease 0.18s;
    -webkit-transition: all 0.3s ease 0.18s;
    -moz-transition: all 0.3s ease 0.18s;
    -ms-transition: all 0.3s ease 0.18s;
    -o-transition: all 0.3s ease 0.18s;
}

.product-card:hover .pro-btn-wrapper .pro-btn {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.product-card .pro-btn-wrapper .pro-btn a,
.product-card .pro-btn-wrapper .pro-btn button,
  .product-card .product-card-inner .pro-btn-wrapper .pro-btn label {
    width: 30px;
    height: 30px;
    background-color: var(--pro-btn-color);
    -webkit-box-shadow: 0px 0px 25px 0px #0000000d;
            box-shadow: 0px 0px 25px 0px #0000000d;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
      cursor:pointer;
}
.product-card .product-card-inner .pro-btn-wrapper .pro-btn.pro-wishlist.active label,
.product-card .product-card-inner .pro-btn-wrapper .pro-btn.pro-compare.active label{
   background-color: var(--pro-btn-hover-color);
}
.product-card .pro-btn-wrapper .pro-btn button,
 .product-card .product-card-inner .pro-btn-wrapper .pro-btn label {
    padding: 0;
    border: 0;
}

.product-card .pro-btn-wrapper .pro-btn:hover a,
.product-card .pro-btn-wrapper .pro-btn:hover button,
 .product-card .product-card-inner .pro-btn-wrapper .pro-btn:hover label {
    background-color: var(--pro-btn-hover-color);
}

.product-card:hover .product-card-inner .pro-btn-wrapper .pro-btn:nth-child(2) {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
}

.product-card:hover .product-card-inner .pro-btn-wrapper .pro-btn:nth-child(3) {
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
}

.product-card .pro-btn-wrapper .pro-btn a svg,
.product-card .pro-btn-wrapper .pro-btn svg{
    width: 16px;
    height: 16px;
}

.product-card .pro-btn-wrapper .pro-btn a svg path,
.product-card .pro-btn-wrapper .pro-btn svg path{
    fill: var(--black);
}

.product-card .pro-btn-wrapper .pro-btn .bt-tooltip-content {
    position: absolute;
    background-color: var(--black);
    color: var(--white);
    padding: 3px 12px;
    border-radius: 0.25rem;
    -webkit-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
         -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    font-size: 14px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    top: 50%;
    right: calc(120% + 3px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.product-card .pro-btn-wrapper .pro-btn .bt-tooltip-content::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--black);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.product-card .pro-btn-wrapper .pro-btn:hover .bt-tooltip-content {
    opacity: 1;
    visibility: visible;
}

.product-label-wrp {
    position: absolute;
    top: 15px;
    left: 0;
    gap: 10px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 1;
}

.product-card:hover .time-counter,
.product-card:hover .product-label-wrp {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.product-card .product-label-wrp .pro-label {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    min-width: 52px;
    padding: 5px 10px;
    background-color: var(--primary-color);
    color: var(--black);
    text-transform: capitalize;
}

.product-card .product-label-wrp .pro-label.pro-discount {
    background-color: var(--error-color);
    color: var(--white);
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* time-counter */
.product-card .time-counter {
    position: absolute;
    gap: 10px;
    width: 100%;
    bottom: 8%;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
  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;
}

.deal-timeline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--white);
    color: var(--black);
    padding: 10px;
    gap: 10px;
    -webkit-box-shadow: 0px 0px 25px 0px #0000000d;
            box-shadow: 0px 0px 25px 0px #0000000d;
    max-width: 220px;
    width: 100%;
}
.product-card .deal-timeline .countdown-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
}
.product-card .time-counter .deal-timeline svg {
    width: 16px;
    height: 16px;
    display: none;
}

.time-counter .counter {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    gap: 7px;
    position: relative;
}

.product-card-inner .product-content {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-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;
    -webkit-justify-content: center;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
}

.product-card .product-content .product-content-top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.product-card .product-content .product-content-top .rating-wrp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    gap: 10px;
}

.product-card .product-content .product-content-top .rating-wrp .rating {
    gap: 5px;
}

.product-card .product-content .product-content-top h3 {
    font: var(--h6);
}

.product-card .product-content .product-content-top a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.product-card-inner .product-content-top p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-inner .product-content .color-variant-swatch {
    margin: 15px 0 0 0px;
  display:block;
}

.color-variant-swatch .radio-buttons,
.size-variant-swatch .radio-buttons {
    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;
}
.sticky-pro-inner .color-variant-swatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.color-variant-swatch input[type="radio"],
.size-variant-swatch input[type="radio"] {
    display: none;
}

.color-variant-swatch .color-info,
.size-variant-swatch .size-info {
    margin-bottom: 10px;
}

.color-variant-swatch .color-info label,
.size-variant-swatch .size-info label {
    position: relative;
    display: inline-block;
}

.color-variant-swatch .color-info label,
.size-variant-swatch .size-info label,
.select-material-grp .size-info label,
.pdp-right-column .qnty-btn-wrp>label {
    color: var(--body-text-color);
}

.color-variant-swatch .radio-buttons input:checked+label {
    -webkit-box-shadow: 0 0 0 1px #333, inset 0 0 0 2px #fff;
            box-shadow: 0 0 0 1px #333, inset 0 0 0 2px #fff;
    border: none;
}

.color-variant-swatch .radio-buttons label.var-soldout,
.product-card .size-variant-swatch .size-var.var-soldout {
    cursor: not-allowed;
    opacity: .4;
}

.color-variant-swatch .radio-buttons label.var-soldout:hover,
.product-card .size-variant-swatch .size-var.var-soldout:hover {
    background: transparent;
}

.product-card .size-variant-swatch {
    margin: 15px 0 0;
}

.size-variant-swatch .size-var {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    min-width: 75px;
    width: auto;
    min-height: 35px;
    gap: 10px;
    padding: 8px 8px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.product-card .size-variant-swatch .size-var {
    min-width: 34px;
    height: 34px;
    padding: 6px;
}

.size-variant-swatch .button:hover label,
.size-variant-swatch .button input[type="radio"]:checked+label {
    background-color: var(--primary-color);
}

.view-all-btn {
    margin-top: 30px;
}

/* discount-sec css */
.discount-sec {
    background-color: var(--third-color);
}

.discount-sec .discount-left, .discount-sec .discount-left .placeholder-svg  {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    padding: 100px 15px;
    height: 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;
}

.discount-sec .discount-left:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.discount-sec .discount-left .discount-content {
    max-width: 400px;
    width: 100%;
    text-align: center;
    color: var(--white);
}

.discount-sec .discount-left .discount-content h3 {
    color: var(--white);
    position: relative;
    padding-bottom: 15px;
    font-family: var(--second-font);
    margin-bottom: 25px;
}

.discount-sec .discount-left .discount-content h3::before {
    background: var(--white);
}

.discount-sec .discount-left .discount-content h4 {
    color: var(--white);
    margin-bottom: 20px;
}

.discount-sec .discount-left .discount-content p {
    margin-bottom: 30px;
}

.discount-sec .discount-right {
    height: 100%;
    gap: 30px;
}

.discount-sec .discount-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 47%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}

.discount-sec .discount-image img, .discount-sec .discount-image .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 4s cubic-bezier(0, 0, .1, 1);
    -webkit-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -moz-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -ms-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, .1, 1);
}

.discount-sec .discount-image:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.discount-sec .discount-label {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 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;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--white);
    font-size: 20px;
  line-height:1;
    text-transform: capitalize;
}

.discount-sec .discount-label.trend {
    background-color: #60BCB5;
}

.discount-sec .discount-label.hot {
    background-color: #FD4E4E;
}

.discount-sec .discount-label.sale {
    background-color: #8E74D3;
}

/* partner-logo-sec css */
.partner-logo-sec {
    background-color: var(--black);
    background-size: cover;
    padding: 40px 0;
}

.partner-logo-slider .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.partner-logo-slider .swiper-slide {
    text-align: center;
}

.partner-logo-sec .partner-logo-img:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.partner-logo-sec .partner-logo-img img {
    max-width: 180px;
    width: 100%;
}

/* offer-sec css */
.offer-sec .offer-left-image {
    position: relative;
}

.offer-sec .offer-left-image .offer-label {
    position: absolute;
    z-index: 1;
    top: -10%;
    right: -2%;
    height: 120px;
    width: 120px;
    border: 3px solid var(--black);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--black);
    background-color: var(--primary-color);
    font-size: 20px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    text-transform: capitalize;
    font-weight: 600;
}

.offer-sec .offer-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 90%;
    overflow: hidden;
}

.offer-sec .offer-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 4s cubic-bezier(0, 0, .1, 1);
    -webkit-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -moz-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -ms-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, .1, 1);
}

.offer-sec .offer-image:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.offer-sec .offer-content h2 {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  line-height: 1.4;
}
.offer-sec .offer-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.offer-sec .offer-content .time-counter {
    margin-bottom: 30px;
}

.offer-sec .offer-content .deal-timeline {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    max-width: 100%;
}
.offer-sec .countdown-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.offer-content .deal-timeline .counter-dtl {
    display: none;
}
.offer-sec .offer-content .deal-timeline .count {
    font: var(--h3);
    font-family: var(--second-font);
}

.offer-sec .offer-content .deal-timeline .counter:not(:last-of-type) .count {
    padding: 0 15px 0 0;
}

.offer-sec .offer-content .deal-timeline .counter:not(:last-of-type) .count:before,
.offer-sec .offer-content .deal-timeline .counter:not(:last-of-type) .count:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 3px;
    background-color: var(--black);
    right: 2px;
}

.offer-sec .offer-content .deal-timeline .counter:not(:last-of-type) .count:before {
    top: 28%;
}

.offer-sec .offer-content .deal-timeline .counter:not(:last-of-type) .count:after {
    bottom: 28%;
}

/* testimonial-sec css */
.testimonial-sec .testimonial-inner {
    position: relative;
    padding: 0 60px;
}

.testimonial-sec .testimonial-inner .testimonial-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.testimonial-sec .testimonial-inner:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 70%;
    width: 100%;
    background-color: var(--primary-color);
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.testimonial-sec .section-title {
    margin-bottom: 0;
}

.testimonial-sec .section-title h2 {
    margin-bottom: 20px;
}

.testimonial-sec .testimonial-card {
    height: auto;
}

.testimonial-card-inner p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-slider {
    height: 512px;
    padding: 0 0 0 40%;
}

.testimonial-slider .swiper-slide-next {
    margin-left: -40%;
}

.testimonial-sec .testimonial-card-inner {
    height: 100%;
    overflow: hidden;
    background-color: var(--white);
    padding: 20px;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}

.testimonial-card-inner .testimonial-image-wrp {
    gap: 15px;
    margin-bottom: 15px;
}

.testimonial-card-inner .testimonial-image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.testimonial-card-inner .testimonial-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.testimonial-card-inner h3 {
    font: var(--h5);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.testimonial-card-inner p {
    text-transform: capitalize;
}

/* home-blog-sec css */
.blog-slider .swiper-slide {
    height: auto;
}

.blog-card {
    height: 100%;
}

.blog-card-inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding: 20px;
    height: 100%;
    background-color: var(--third-color);
}

.blog-card-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.blog-card-image .blog-image {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 65%;
    display: block;
}

.blog-card-image .blog-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 4s cubic-bezier(0, 0, .1, 1);
    -webkit-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -moz-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -ms-transition: all 4s cubic-bezier(0, 0, .1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, .1, 1);
}

.blog-card-image:hover .blog-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.blog-card-inner .blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.blog-card-inner .date {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    padding: 10px 15px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1;
  font-size:14px;
}

.blog-card-inner .blog-content h3 {
    font: var(--h6);
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-card-inner h3 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.blog-content-top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    margin-bottom: 15px;
}

.blog-card-inner .blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-inner .blog-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--primary-text-color);
    text-transform: capitalize;
}

.blog-card-inner .blog-btn:hover {
    color: var(--primary-color);
}

.blog-card-inner .blog-btn svg path {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.blog-card-inner .blog-btn:hover svg path {
    fill: var(--primary-color);
}

/* newsletter-sec css */
.newsletter-sec {
    padding-top: 30px;
}

.newsletter-sec .newsletter-inner {
    position: relative;
    z-index: 2;
    background-color: var(--third-color);
    padding: 40px;
    max-width: 75%;
    width: 100%;
    margin: 0 auto -70px;
}

.newsletter-sec .newsletter-inner .newsletter-bg-1,
.newsletter-sec .newsletter-inner .newsletter-bg-2 {
    position: absolute;
    z-index: -1;
}

.newsletter-sec .newsletter-inner .newsletter-bg-1 {
    top: -40px;
    left: 80px;
}

.newsletter-sec .newsletter-inner .newsletter-bg-2 {
    top: -30px;
    right: 80px;
}

.newsletter-inner .subscribe-form-wrapper {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.newsletter-inner .subscribe-form-wrapper .input-wrapper{
  position:relative;
}
.subscribe-form-wrapper .form__message_success{
      position: unset;
    margin-top: 10px;
}
.newsletter-inner .subscribe-form-wrapper input {
    border: 0;
    border-bottom: 2px solid var(--border-color);
    padding: 12px 35px 12px 0;
}

.newsletter-inner .subscribe-form-wrapper .subscribe-btn {
    position: absolute;
    right: 0;
    top: 50%;
    height: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0;
    border: 0;
    background: none;
}

/* ============================================= */
/* !!!!        common-banner css            !!!! */
/* ============================================= */

.common-banner-sec {
    padding: 100px 0;
    background-color: var(--primary-color);
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.common-banner-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.common-banner-content {
    position: relative;
    z-index: 1;
}

.common-banner-sec .section-title .subtitle {
    margin-bottom: 0;
    color: var(--white);
}

/* Breadcrumbs css */

.breadcrumbs {
    text-transform: capitalize;
}

.filter-cat li:not(:last-of-type) {
    position: relative;
    padding-right: 40px;
    margin-right: 15px;
}

.filter-cat li:not(:last-child):after {
    content: ">";
    position: absolute;
    right: 0px;
}

.filter-cat li {
    font: var(--h2);
    color: var(--white);
}

.filter-cat li a {
    font-family: var(--second-font);
}

/* product-page css */
.pdp-right-column .pro-features .pro-compare.active  .pro-features-btn,  .pdp-right-column .pro-features .pro-wishlist.active  .pro-features-btn{
    color: var(--primary-color);
}
.pdp-right-column .pro-features .pro-compare.active .pro-features-btn svg path, .pdp-right-column .pro-features .pro-wishlist.active  .pro-features-btn svg path {
    fill: var(--primary-color);
}
.pdp-page-main-sec .sticky-column {
    position: sticky;
    top: 20px;
}
.sticky-btn svg {
  width:16px;
  height:16px;
}
.pro-main-slider {
    width: 100%;
    background-color: var(--third-color);
    -webkit-box-shadow: 0px 0px 25px 0px #0000000d;
            box-shadow: 0px 0px 25px 0px #0000000d;
}

.pro-main-slider .swiper-wrapper {
    height: 100%;
}

.pdp-page-main-sec .pdp-slider-img {
    position: relative;
    display: block;
    padding-bottom: 80%;
    height: 100%;
}

.pdp-page-main-sec .pdp-slider-img img,
.pdp-page-main-sec .pdp-slider-img video,
.pdp-page-main-sec .pdp-slider-img iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.pdp-page-main-sec .left-thumbslider {
    width: 100%;
}
.jdgm-write-rev-link.jdgm-write-rev-link {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.pdp-thumb-image {
    border: 1px solid var(--border-color);
    height: auto;
    padding: 2px;
    background-color: var(--third-color);
  cursor:pointer;
}

.pdp-thumb-image.swiper-slide-thumb-active {
    border: 1px solid var(--primary-color);
}

.pdp-thumb-image img,
.pdp-thumb-image video,
.pdp-thumb-image iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* pdp-right-column */
.pdp-page-main-sec .pdp-right-column .section-title {
    margin-bottom: 15px;
}

.pdp-page-main-sec .pdp-right-column .rating-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.pdp-page-main-sec .pdp-right-column .price {
    margin-bottom: 15px;
    gap: 15px;
}

.pdp-page-main-sec .pdp-right-column .price ins {
    color: var(--primary-text-color);
    font: var(--h3);
}

.pdp-page-main-sec .pdp-right-column .price del {
    font: var(--h4);
}

.pdp-page-main-sec .pdp-right-column .price ins,
.pdp-page-main-sec .pdp-right-column .price del {
    font-family: var(--second-font);
}

.pdp-page-main-sec .pdp-right-column .pdp-custom-des>p {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.pdp-page-main-sec .pdp-right-column .pdp-timer {
    color: var(--primary-text-color);
    background-color: var(--third-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.pdp-right-column .pdp-timer>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
}

.pdp-right-column .pdp-timer>span svg {
    height: 28px;
    width: 28px;
}

.pdp-right-column .pdp-timer>span svg path {
    fill: var(--black);
}

.pdp-right-column .pdp-timer .deal-timeline {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 0 10px;
    max-width: 100%;
    background: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.pdp-right-column .deal-timeline .days,
.pdp-right-column .deal-timeline .hour,
.pdp-right-column .deal-timeline .mins,
.pdp-right-column .deal-timeline .secs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.pdp-right-column .deal-timeline .count {
    font-weight: 400;
  margin-right: 6px;
}

.pdp-right-column .deal-timeline .counter-dtl {
    text-transform: lowercase;
    font-size: 14px;
}
.pdp-right-column .countdown-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.pdp-right-column .pro-details {
    margin-bottom: 20px;
}
.pdp-right-column .color-variant-swatch,
.pdp-right-column .size-variant-swatch {
    margin-bottom: 15px;
  display:block;
}

.pdp-right-column .size-variant-swatch .size-info label {
    color: var(--primary-text-color);
}

.pdp-right-column .size-variant-swatch .size-var,
.products-add-cart-sticky .size-variant-swatch .size-var {
    background-color: var(--third-color);
    border-color: var(--third-color);
    color: var(--body-text-color);
    text-transform: capitalize;
}

.pdp-right-column .size-variant-swatch .button input[type="radio"]:checked+label,
.products-add-cart-sticky .size-variant-swatch .button input[type="radio"]:checked+label {
    color: var(--primary-text-color);
}

.pdp-right-column .size-variant-swatch .radio-buttons {
    gap: 12px;
}

.pdp-right-column .qnty-btn-wrp {
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.pdp-right-column .qnty-btn-wrp .qty-spinner {
    height: 46px;
    -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(--third-color);
    max-width: 115px;
}

.pdp-right-column .qnty-btn-wrp .qty-spinner button {
    height: 28px;
    width: 28px;
    background-color: var(--primary-color);
    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-flex: unset;
        -ms-flex: unset;
            flex: unset;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pdp-right-column .qnty-btn-wrp .qty-spinner input {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 35px;
    padding: 0;
}

.pdp-right-column .qnty-btn-wrp .btn svg {
    height: 20px;
    width: 20px;
}
.shopify-payment-button__button {
    text-align: center;
    padding: 12px 35px;
    color: var(--primary-text-color);
    background: transparent;
    border: 1px solid var(--primary-color);
    appearance: none;
    outline: none;
    height: 46px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600 !important;
    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;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.pdp-right-column .qnty-btn-wrp .buy-btn button:hover {
    border-color: var(--primary-color);
    color: var(--secondary-color);
}
.pdp-right-column .qnty-btn-wrp .buy-btn button::before, .pdp-right-column .qnty-btn-wrp .buy-btn button::after {
  background: var(--primary-color);
}
.pdp-right-column .qnty-btn-wrp .buy-btn button:hover:before, .pdp-right-column .qnty-btn-wrp .buy-btn button:focus:before, .pdp-right-column .qnty-btn-wrp .buy-btn button:active:before {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
.pdp-right-column .qnty-btn-wrp .buy-btn button:hover:after, .pdp-right-column .qnty-btn-wrp .buy-btn button:focus:after, .pdp-right-column .qnty-btn-wrp .buy-btn button:active:after {
    -webkit-transform: rotate(180deg) translateX(100%);
        -ms-transform: rotate(180deg) translateX(100%);
            transform: rotate(180deg) translateX(100%);
}
.pdp-right-column .qnty-btn-wrp .notify-btn {
    padding: 14px 22px;
}

.pdp-right-column .qnty-select label {
    display: block;
    color: var(--primary-text-color);
    margin-bottom: 10px;
}

.pdp-right-column .pro-features {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
    gap: 15px;
}

.pdp-right-column .pro-features li:not(:last-of-type) {
    padding-right: 15px;
    border-right: 1px solid var(--border-color);
}

.pdp-right-column .pro-features li a,
.pdp-right-column .pro-features  .pro-features-btn{
    color: var(--primary-text-color);
    gap: 8px;
    text-transform: capitalize;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    font-size: 16px;
}

.pdp-right-column .pro-features li a svg, .pdp-right-column .pro-features  .pro-features-btn svg  {
    height: 18px;
    width: 18px;
}

.pdp-right-column .pro-features li a svg path,
.pdp-right-column .pro-details li svg path, .pdp-right-column .pro-features  .pro-features-btn svg path {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.pdp-right-column .pro-features li a:hover, .pdp-right-column .pro-features  .pro-features-btn:hover {
    color: var(--primary-color);
}

.pdp-right-column .pro-features li a:hover svg path,
.pdp-right-column .pro-details li a:hover svg path,
 .pdp-right-column .pro-features  .pro-features-btn:hover svg path{
    fill: var(--primary-color);
}

.pdp-right-column .pro-features li:first-of-type a:hover svg path {
    stroke: var(--primary-color);
    fill: none;
}
.recent-slider .product-content-top h3 {
  margin-bottom:15px;
}
.recent-slider .product-card {
    background: #d3b5b424;
}
.sticky-pro-inner .text-checkbox label {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/**** ASK QUATION POPUP CSS ****/
.ask-qus-popup {
    position: fixed;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.ask-qus-popup.active {
    opacity: 1;
    visibility: visible;
}

.ask-qus-inner {
    max-width: 700px;
    margin: 0 auto;
    background-color: var(--white);
    position: absolute;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    transform: scale(0) translateY(-50%);
    -webkit-transform: scale(0) translateY(-50%);
    -moz-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    -o-transform: scale(0) translateY(-50%);
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
}

.ask-qus-popup.active .ask-qus-inner {
    transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
}

.ask-form-wrapper {
    padding: 30px 20px;
}

.ask-form-wrapper .common-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.ask-form-wrapper .form-inputs input,
.ask-form-wrapper .form-inputs textarea,
.ask-form-wrapper .form-inputs p {
    margin-bottom: 15px;
}

/* pro-fell-dtl */
.pdp-right-column .pro-details {
    gap: 10px;
}

.pdp-right-column .pro-details li .social-icon {
    gap: 8px;
}

.pdp-right-column .pro-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    max-width: 350px;
    width: 100%;
}

.pdp-right-column .pro-details li span {
    color: var(--primary-text-color);
    text-transform: capitalize;
}

.pdp-right-column .pro-details li svg {
    height: 16px;
    width: 16px;
}

.pdp-right-column .pdp-payment {
    padding: 10px 30px;
    background-color: var(--third-color);
    display: inline-block;
}

.pdp-right-column .pdp-payment p {
    color: var(--primary-text-color);
    margin-bottom: 10px;
}

.pdp-right-column .pdp-payment .payment-wrp {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* pdp-tab-sec css */
.pdp-tab-sec .tab-head-row {
    padding: 20px 30px;
    margin-bottom: 30px;
    background-color: var(--third-color);
}

.pdp-tab-sec ul.tabs {
    gap: 30px;
}

.pdp-tab-sec ul.tabs li a {
    position: relative;
    padding: 12px 22px;
    border: 1px solid var(--text-color);
    text-transform: capitalize;
    line-height: 1;
}

.pdp-tab-sec ul.tabs li.active a,
.pdp-tab-sec ul.tabs li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--black);
}

.tabs-container {
    overflow: hidden;
}

.pdp-tab-sec .description-content:not(:last-of-type) {
    margin-bottom: 30px;
}

.pdp-tab-sec .description-content h2 {
    font: var(--h5);
    margin-bottom: 10px;
}

.pdp-tab-sec .description-info h3 {
    font: var(--h5);
    margin-bottom: 30px;
}

.pdp-tab-sec .description-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.pdp-tab-sec .description-info ul li svg {
    height: 20px;
    width: 20px;
}

.pdp-tab-sec .description-info ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.pdp-tab-sec .description-info ul li p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.pdp-tab-sec .description-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 42%;
}

.pdp-tab-sec .description-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.pdp-tab-sec .pdp-tab-des .row {
    margin-bottom: 30px;
}

.pdp-tab-sec #pdp-tab-2 .product-info {
    border: 1px solid var(--border-color);
}

.pdp-tab-sec #pdp-tab-2 .product-info li span,
.pdp-tab-sec #pdp-tab-2 .product-info li p {
    padding: 15px;
    max-width: 50%;
    width: 100%;
}

.pdp-tab-sec #pdp-tab-2 .product-info li:nth-child(odd) {
    background-color: var(--third-color);
}

.pdp-tab-sec #pdp-tab-2 .product-info li span {
    display: block;
    font-weight: 600;
    color: var(--primary-text-color);
    border-right: 1px solid var(--border-color);
}

.pdp-tab-sec #pdp-tab-3 .pdp-reviews h4 {
    font-family: var(--second-font);
    margin-bottom: 15px;
}

.product-review-form {
    padding: 40px;
    background-color: var(--third-color);
    display: none;
    margin-top: 15px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.product-review-form.showform {
    display: block;
}

.product-review-form .form-group label {
    color: var(--black);
    font-weight: 600;
}

.product-review-form .form-group .form-control {
    background-color: var(--white);
    border: 0;
}

.pdp-tab-sec .product-review-form .row [class*="col-"]:last-of-type {
    text-align: end;
}

/* product-list page css */
.product-heading-column .filter-title {
    padding: 14px;
    height: 100%;
    background-color: var(--third-color);
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.filter-title .filter-icon svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
.filter-title .icon {
    height: 20px;
    width: 20px;
    display: none;
}
.product-heading-right-column ul.tabs {
    gap: 5px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0;
}
.product-heading-right-column .filter-list-wrp, .product-heading-right-column .filter-select-wrp .featured-select {
    gap: 10px;
}
.filter-title .icon path {
    fill: var(--black);
}

.product-heading-column .filter-title h2 {
    font-family: var(--first-font);
    font-size: 20px;
    text-transform: capitalize;
}

.product-heading-right-column ul.tabs {
    gap: 10px;
}

.product-heading-right-column ul li {
    width: 30px;
    height: 30px;
    background-color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.product-heading-right-column ul li.active {
    background: var(--primary-color);
}

.product-heading-right-column ul li svg {
    height: 17px;
    width: 17px;
}

.product-heading-row .sort-lbl {
    margin-right: 8px;
}

.product-heading-row .nice-select {
    width: 200px;
    padding: 7px 10px;
    background: url(down-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 15px) 50%;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}

.product-heading-row .current,
.product-price-widget .price-select .current {
    display: block;
    border: 1px solid var(--border-color);
    padding: 10px;
    width: 100%;
}

.product-heading-row .current {
    padding: 0;
    border: 0;
    font-weight: 600;
}

.product-heading-row .nice-select ul,
.product-heading-row .nice-select ul li,
.acnav-list .nice-select ul {
    width: 100%;
    background: var(--white);
}

.product-filter-right-column,
.product-filter-left-column {
    padding-top: 20px !important;
}

.product-filter-body {
    position: relative;
    background-color: var(--third-color);
    color: var(--primary-text-color);
    padding: 20px;
}
.product-widget .acnav-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.close-filter {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    padding: 7px;
    cursor: pointer;
    background-color: var(--primary-color);
}

.close-filter svg {
    width: 100%;
    height: 100%;
}

.product-widget:not(:last-of-type) {
    margin-bottom: 20px;
}

.product-widget .acnav-label {
    display: block;
    position: relative;
}

.product-widget>.pro-itm>.acnav-label {
    padding: 10px 30px 10px 15px;
    text-transform: capitalize;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    font-size: 16px;
}

.product-widget>.pro-itm>.acnav-label:after {
    right: 15px;
}

.acnav-list {
    display: none;
    padding: 15px 0px 0px 0px;
}

.product-widget .acnav-list .colors-checkbox:not(:last-of-type) {
    margin-bottom: 10px;
}

.custom-checkbox,
.colors-checkbox label {
    margin: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    text-align: left;
}

.custom-checkbox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.colors-checkbox label {
    width: 100%;
}

.custom-checkbox input[type="checkbox"] {
    margin-top: 4px;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    left: 0;
}

.color,
.custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid var(--border-color);
    background-color: var(--white);
    cursor: pointer;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
}

.custom-checkbox input[type="checkbox"]:checked+span.color:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked+span.color {
    border: 2px solid var(--black);
}

.color-name {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px;
}

.facet-checkbox .color-count,
.product-rating-widget .rating-count {
    padding: 1px 4px;
    font-size: 12px;
    border: 1px solid var(--border-color);
    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;
  min-width:24px;
}

.price-select {
    margin-left: -5px;
    margin-right: -5px;
}

.select-col {
    width: 100%;
    max-width: 50%;
    padding: 0 5px;
}

.select-col p {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.product-filter-body .nice-select .current:after,
.product-filter-body .nice-select.current:after,
.featured-select .nice-select .current:after,
.featured-select .nice-select.current:after {
    right: 10px;
}

.product-filter-body .nice-select:not(.open) .current:after,
.product-filter-body .nice-select:not(.open).current:after,
.featured-select .nice-select:not(.open) .current:after,
.featured-select .nice-select:not(.open).current:after {
    top: 40%;
}

#range-slider {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 23px;
}

.ui-widget-content {
    background: #dddddd !important;
    border: none !important;
    border-radius: 0 !important;
    height: 1px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--primary-color);
    height: 3px !important;
    top: -1px !important;
    border-radius: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    height: 11px !important;
    width: 11px !important;
    top: -5px !important;
    margin-left: 0 !important;
    background: var(--primary-color);
    border: 2px solid var(--primary-color) !important;
    border-radius: 10px;
    z-index: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-filter-body .text-checkbox {
    gap: 10px;
}

.text-checkbox .checkbox input[type="checkbox"] {
    display: none;
}

.product-colors-widget .text-checkbox .checkbox input[type="checkbox"]+.checkbox-label {
    padding: 2px;
    border: 1px solid transparent;
}

.text-checkbox .checkbox .clr {
    width: 12px;
    height: 12px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.product-colors-widget .text-checkbox .checkbox .clr {
    width: 35px;
    height: 35px;
}

.text-checkbox .checkbox input[type="checkbox"]+.checkbox-label {
    content: "";
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    border: 1px solid var(--border-color);
    width: auto;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    font-size: 13px;
    padding: 8px 15px;
    text-transform: capitalize;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.product-colors-widget .text-checkbox .checkbox input[type="checkbox"]:checked+.checkbox-label {
    border: 1px solid var(--black);
    background-color: transparent;
}

.product-size-widget .size-variant-swatch .size-var {
    background: transparent;
    border-color: var(--primary-color);
    padding: 10px 15px;
}

.product-rating-widget ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.product-fil-btn .btn {
    width: 100%;
    font-size: 16px;
}

.product-fil-btn .filter-btn {
    margin-bottom: 15px;
}

.product-filter-right-column .tab-content .row {
    margin: 0 -7.5px;
}

.product-filter-right-column .product-card {
    margin-bottom: 20px;
    height: auto;
    padding: 0 7.5px;
}

/* product-list-view */
.product-list-view .product-content-bottom .rating-wrp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.product-list-view .product-card .product-card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 0;
    background-color: var(--third-color);
    padding: 20px;
}

.product-list-view .product-card-inner .product-card-image {
    max-width: 260px;
    width: 100%;
}

.product-list-view .product-card-inner .product-content-top {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-left: 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: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-list-view .product-card-inner .product-label-wrp {
    position: unset;
    gap: 10px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    opacity: 1;
}

.product-list-view .product-card .product-card-inner .pro-label {
    position: unset;
    opacity: 1;
    visibility: visible;
}

.product-list-view .product-card-inner .product-content-top h3 {
    margin: 0 0 15px 0;
    font: var(--h6);
}

.product-list-view .product-card-inner .product-content-top h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--second-font);
}

.product-list-view .time-counter {
    position: unset;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}

.product-list-view .product-card:hover .time-counter,
.product-list-view .product-card:hover .product-label-wrp {
    opacity: 1;
    visibility: visible;
}

.product-list-view .deal-timeline {
    margin: 0 auto 0 0;
    max-width: none;
    width: auto;
    gap: 15px;
}

.product-list-view .product-card-inner .product-content-bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
      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;
}

.product-list-view .product-card-inner .product-content-bottom .rating-wrapper {
    margin-bottom: 15px;
}

.product-list-view .product-card .product-card-inner .pro-btn-wrapper {
    position: unset;
    gap: 7px;
    margin-bottom: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.product-list-view .product-card .price {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    margin: 0 0 15px;
}

.product-list-view .product-card .price ins {
    color: var(--black);
}

.product-list-view .color-variant-swatch .radio-buttons,
.product-list-view .size-variant-swatch .radio-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    margin:0 0 15px 0;
}

.product-list-view .product-card .product-card-inner .pro-btn-wrapper .pro-btn {
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-transform: translateX(0);
}

.product-list-view .product-card .cart-btn-content {
    position: unset;
    opacity: 1;
    visibility: visible;
    padding: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.product-list-view .product-card .cart-btn-content .btn {
    margin: 0 0 0 auto;
}

.product-list-view .product-card .time-counter .counter {
    -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;
}

.product-listing-sec .pagination {
    gap: 15px;
    margin: 20px 0 0 auto;
}

.product-listing-sec .pagination li {
    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;
    height: 35px;
    width: 35px;
    background-color: var(--third-color);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    cursor: pointer;
}

.product-listing-sec .pagination li:hover,
.product-listing-sec .pagination li.active {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}

.product-listing-sec .pagination li svg path {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.product-listing-sec .pagination li:hover svg path,
.product-listing-sec .pagination li.active svg path {
    fill: var(--black);
}

/* collection-page css */
.collection-main-sec .collection-card {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
    background-color: var(--third-color);
}
.collection-main-sec .collection-card .collection-card-image{
  width:100%;
  height:100%;
}
.collection-main-sec .collection-card .collection-card-image a{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 88%;
}

.collection-main-sec .collection-card .collection-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.collection-main-sec .collection-card .collection-content {
    text-align: center;
    width: 100%;
    margin: 20px 0 -25px;
}

.collection-main-sec .collection-card .collection-content .btn {
    font: var(--h5);
    font-family: var(--second-font);
    width: 75%;
    padding: 12px;
}

/** TABLE CSS **/
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
    text-align: left;
    border: 1px solid var(--border-color);
}

table tr {
    display: block;
}

table tr th {
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    color: var(--black);
    background-color: var(--third-color);
}

table tr td[data-label="Stamp ID"],
table tr td[data-label="Country"],
table tr td[data-label="Scott"] {
    font-weight: 700;
}

table tr td[data-label="Stamp ID"] {
    text-align: center;
    background-color: #c0c0c0;
}

table tr td {
    padding: 5px 10px 5px;
    display: block;
    vertical-align: middle;
    text-align: center;
}

@media (min-width: 576px) {
    .size-tbl table tr {
        display: table-row;
    }
}

@media (min-width: 768px) {
    table tr td {
        padding: 20px 10px 20px;
        display: table-cell;
    }

    table tr {
        display: table-row;
    }

    .cart-table tr th:first-child,
    .cart-table tr td:first-child {
        width: 150px;
    }

    .cart-table tr td:first-child {
        padding-left: 0;
    }

    .cart-table tr th:last-child,
    .cart-table tr td:last-child {
        text-align: center;
    }

    .cart-table tr td .pro-img-cart {
        border: 1px solid var(--border-color);
    }
}

@media (max-width: 767px) {
    table thead {
        display: none;
    }
}

/* ============================================= */
/* !!!!               CMS PAGE              !!!! */
/* ============================================= */
/** CMS PAGE START CSS **/
.cms-page .section-title h2 {
    font-family: var(--first-font);
}

.cms-page h3 {
    font: var(--h4);
}

.cms-page h4 {
    font: var(--h5);
}

.cms-page h3,
.cms-page h4 {
    margin-bottom: 20px;
}

.cms-page p {
    padding-left: 15px;
}

.cms-page p:not(:last-of-type) {
    margin-bottom: 25px;
}

.cms-page ul {
    margin: 0px 15px 25px;
    padding-left: 20px;
}

.cms-page ul.help-link li a {
    border-bottom: 1px solid transparent;
}
.cms-page ul.help-link li a:hover {
    color: var(--primary-text-color);
   border-color: var(--primary-text-color);
}

.cms-page ul li {
    list-style: disc;
}

.cms-page ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

/* shipping-page  */
.shipping-page .shipping-tbl {
    max-width: 600px;
    border: 0;
    margin: 0 0 25px;
}

.shipping-page table tr th,
.shipping-page table tr td {
    text-align: start;
}

.shipping-page table tr th {
    background-color: var(--primary-color);
    padding: 10px;
}

.shipping-page table tr td {
    background-color: var(--third-color);
    padding: 10px 10px 10px;
}

.shipping-page table .bg-transparent td {
    background-color: transparent;
}

/** CMS PAGE END CSS **/
/********* BLOG PAGE CSS START *********/
.blog-grid-sec {
    position: relative;
    z-index: 1;
}

.blog-banner-sec .common-banner-content {
    text-align: center;
}

.blog-grid-sec .blg-recent {
    border: 1px solid var(--border-color);
    background-color: var(--white);
    margin-bottom: 20px;
}

.blg-recent .section-title, .blg-elegant .section-title {
    padding: 15px;
    margin-bottom: 0px;
}

.blog-grid-sec .blg-recent .blog-itm {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    padding: 15px;
    border-top: 1px solid var(--border-color);
    gap: 10px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-image {
    max-width: 90px;
    width: 100%;
}

.blog-grid-sec .blg-recent .blog-itm .blog-image .blog-img {
    padding-top: 80%;
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-grid-sec .blg-recent .blog-itm .blog-image .blog-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    gap: 10px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content h5 {
    font-size: 16px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content .date {
  gap: 10px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content .date svg{
  width:14px;
  height:14px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content .date span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size:14px;
  line-height:1;
}
.blg-elagant .product-card .product-content .product-content-top .rating-wrp{
  margin-bottom:0;
}
.blg-elagant {
    border: 1px solid var(--border-color);
    background-color: var(--white);
}
.blg-elagant .elegant-slider  {
  padding:15px;
}
.blg-elagant .section-title {
    border-bottom: 1px solid var(--border-color);
  padding:15px;
  margin:0px;
}
 .blg-elagant .elegant-products {
    padding: 15px;
}

 .blg-recent .blog-itm .blog-btn {
    background: var(--primary-color);
    width: 26px;
    height: 18px;
}

.blg-recent .blog-btn svg {
    height: 10px;
    width: 12px;
}
.blg-recent .blog-itm h5 {
  margin-bottom:10px;
}

.blg-recent .blog-itm p {
  gap:10px;
}
.blog-grid-sec .blog-card {
    padding-bottom: 20px;
}

.blog-grid-sec .blog-card-inner {
    padding: 15px;
}

.blog-grid-sec .blog-date-label {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 8px;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    border-radius: 100%;
    width: 48px;
    height: 48px;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
}

.blog-grid-sec .blog-date-label span {
    font-weight: 600;
}

.blog-grid-sec .blog-date-label p {
    font-size: 12px;
}



/** ABOUT PAGE CSS **/
.about-us-page .about-right-inner img,
.about-full-img-sec .about-full-img img {
    -o-object-fit: cover;
       object-fit: cover;
}

.about-us-page .about-left-inner .section-title {
    margin-bottom: 0;
}

.about-us-page .about-left-inner .section-title h2 {
    margin-bottom: 26px;
    line-height: 1.3;
}

.about-counter-sec .counting {
    font: var(--h1);
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
}

.about-counter-sec .counting::after {
    content: " +";
    display: inline-block;
}

.about-counter-sec .counting-letter::after {
    content: "k";
}

.about-counter-sec .counter-item {
    text-align: center;
    color: var(--black);
}

.about-full-img-sec .section-title {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.about-full-img-sec h3 {
    font-family: var(--second-font);
    margin-bottom: 15px;
}

.our-team-sec .team-card-inner .team-card-image {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.our-team-sec .section-title h2 {
    margin-bottom: 15px;
}

.our-team-sec .team-card-inner .team-image {
    padding-top: 100%;
    position: relative;
    display: block;
    width: 100%;
}

.our-team-sec .team-card-inner .team-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
}

.our-team-sec .team-card-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.our-team-sec .team-card-inner .team-content {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.our-team-sec .team-card-inner .team-content h2 {
    font: var(--h5);
    margin-bottom: 10px;
}
.about-full-img-sec .section-title .subtitle,
.our-team-sec .subtitle {
    font-size: 16px;
    font-family: var(--first-font);
    letter-spacing: 2px;
}

/* article-page css */
.articlebar .section-title .subtitle {
    padding: 5px 15px;
    border: 1px solid var(--black);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--black);
    font-size: 14px;
    font-family: var(--first-font);
    letter-spacing: 2px;
}

.articlebar .abt-user-img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.articlebar .about-user .post-label p {
    margin: 0;
    display: inline-block;
    font-family: var(--second-font);
    color: var(--primary-text-color);
}

.articlebar .about-user .post-label span {
    position: relative;
    font-family: var(--second-font);
    color: var(--primary-text-color);
    padding-left: 14px;
    margin-left: 10px;
}

.articlebar .about-user .post-label span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 3px;
    width: 3px;
    background-color: var(--black);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.articlebar .about-user {
    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;
    gap: 10px;
    margin-bottom: 25px;
}

.articlebar p {
    margin-bottom: 25px;
}

.articlebar h4 {
    font-size: 28px;
}

.articlebar h4,
.articlebar h5 {
    margin-bottom: 20px;
    font-family: var(--second-font);
}

.articlebar .art-top-heading {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 25px;
}

.articlebar .article-img {
    width: 100%;
    margin-bottom: 15px;
    -o-object-fit: cover;
       object-fit: cover;
}

.articlebar .art-auther {
    margin-bottom: 30px;
    margin-top: 30px;
}

.articlebar .quote-box {
    padding-left: 25px;
    border-left: 2px solid var(--black);
    margin-bottom: 30px;
}

.articlebar .quote-box h5 {
    line-height: 1.3;
    font-size: 24px;
    font-family: var(--first-font);
}

.articlebar p a {
    text-decoration: underline;
}

.articlebar .art-tags-icons-wrp {
    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: 1px solid var(--border-color);
    padding: 15px;
    color: var(--black);
    margin-bottom: 40px;
}

.articlebar .art-tags-icons-wrp .tags-ul li {
    padding: 4px 10px;
    border: 1px solid var(--border-color);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.articlebar .art-tags-icons-wrp .tags-ul li:not(:last-of-type) {
    margin-right: 10px;
}

.articlebar .art-tags-icons-wrp label {
    margin-right: 15px;
}

.art-tags-icons-wrp .art-social {
    background-color: var(--third-color);
    padding: 10px;
}

.art-tags-icons-wrp .art-social ul {
    gap: 10px;
}

.art-tags-icons-wrp .art-social ul li a {
    display: block;
}

.art-tags-icons-wrp .art-social ul li a svg path {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.art-tags-icons-wrp .art-social ul li a:hover svg path {
    fill: var(--primary-color);
}

.articlebar .comment-form-wrp {
    background: var(--third-color);
  padding:20px;
  margin-bottom:40px !important;
}

.articlebar .comment-form {
    max-width: 750px;
    margin: auto;
    padding: 30px 15px;
}

.articlebar .comment-form .section-title {
    text-align: center;
}

.articlebar .social-icon .social-ul li a svg {
    height: 18px;
    width: 18px;
}

.articlebar .social-icon .social-ul li a svg path {
    fill: var(--body-text-color);
}

/** FAQ PAGE CSS **/
.faq-page .section-title .subtitle {
    font-family: var(--first-font);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.faq-page .set {
    border: 1px solid var(--border-color);
}

.faq-page .faq-acnav .set:not(:last-of-type) {
    margin-bottom: 20px;
}

.faq-page .set .acnav-label {
    padding: 12px 40px 12px 12px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: var(--primary-text-color);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.faq-page .set .acnav-label:after {
    content: "";
    position: absolute;
    background-image: url(plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: var(--primary-text-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    right: 10px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.faq-page .set.is_open .acnav-label:after {
    background-image: url(minus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px;
}

.faq-page .set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}

.faq-page .faq-right-itm .faq-form,
.contact-page .contact-right-inner .contact-form {
    border: 1px solid var(--border-color);
}

.faq-page .faq-right-itm .faq-form .form-heading h4 {
    text-transform: capitalize;
    font-family: var(--second-font);
}

.faq-page .form-container {
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
}

.faq-page .form-container .btn {
    width: 100%;
}

.faq-page .form-container:last-child {
    border-bottom: 0;
}

.faq-page .form-container .form-group label {
    margin-bottom: 5px;
}

.faq-page .form-container .row .col-12:last-of-type .form-group {
    margin-bottom: 0;
}

.faq-page .faq-left-itm .section-title h2 {
    margin-bottom: 20px;
}

.letter-spacing {
    letter-spacing: 2px;
    text-transform: uppercase;
}

/** CONTACT PAGE CSS **/
.contact-about-sec {
    position: relative;
    background-color: var(--primary-color);
    color: var(--white);
}

.contact-about-sec .contact-slider-inner {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    text-align: center;
    padding: 20px 15px;
}

.contact-about-sec .contact-slider-inner.bg-white {
    background-color: var(--white);
}

.contact-about-sec .contact-slider-image img {
    height: 100%;
    width: 100%;
}

.contact-about-sec .subtitle {
    font-size: 12px;
    font-family: var(--first-font);
    margin-bottom: 10px;
    color: var(--black);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-about-sec .contact-slider-inner h5 {
    font-family: var(--second-font);
}

.contact-page {
    position: relative;
    z-index: 2;
}

.contact-left-inner ul li h5 {
    margin-bottom: 15px;
    font-family: var(--second-font);
    text-transform: uppercase;
}

.contact-form .form-container {
    padding: 15px;
}

.contact-form .form-container:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}

.contact-form .form-container .form-group label {
    margin-bottom: 5px;
}

.contact-left-inner ul .social-link {
    margin-bottom: 30px;
}

.contact-left-inner ul .social-link .social-inner-link li {
    margin-bottom: 5px;
}
.contact-left-inner ul .social-link .social-inner-link li a:hover{
  color:var(--black)
}
.contact-left-inner ul li .address {
    line-height: 26px;
}

.contact-left-inner ul .social-link .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-left-inner ul .social-link .social-icons li {
    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;
}

.contact-left-inner ul .social-link .social-icons li svg {
    width: 18px;
    height: 18px;
}

.contact-left-inner ul .social-link .social-icons li svg path {
    fill: var(--black);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.contact-left-inner ul .social-link .social-icons li a:hover svg path {
    fill: var(--primary-color);
}

.contact-left-inner ul .social-link .social-icons li:not(:last-of-type) {
    margin-right: 15px;
}

.contact-form .form-heading h4 {
    margin-bottom: 15px;
}

.contact-form .form-container p a {
    text-decoration: underline;
}

.contact-direction-sec {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.contact-direction-sec .direction-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.contact-direction-sec .contact-direction-column {
    background-color: var(--white);
    max-width: 300px;
    padding: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  position:absolute;
}

.contact-direction-sec .contact-direction-column .direction-logo {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
}

.contact-direction-sec .contact-direction-column p {
    margin: 0px 0px 20px;
}

.contact-right-inner {
    background: var(--white);
    margin-bottom: -350px;
}

/** CART PAGE CSS **/
.cart-table {
    border: 0;
}

.cart-table tr th,
.cart-table tr td {
    text-align: left;
    padding: 10px;
}

.cart-table .cart-details {
    width: 40%;
}

table tr td:first-child a {
    vertical-align: middle;
}

.cart-table tr {
    border-bottom: 1px solid var(--border-color);
}

.cart-table thead tr {
    border: 0;
}

.cart-table:not(.wishlist-table) tr td.details {
    width: 65%;
}

.cart-table tr td .name-wrp {
    gap: 10px 20px;
}
/* .cart-table tr td .product-option,
.cart-table tr td h5,
.cart-table tr td .price{
  max-width:500px;
} */
.cart-table .product-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cart-table .product-option {
    margin-top: 10px;
}
.cart-table p.product-option{
  margin:0;
}
.cart-table .product-option dt {
    font-weight: 500;
    margin-right: 5px;
}

.order-historycontent .btn {
    font-size: 14px;
}

.cart-table tr td:last-child {
    font-weight: 600;
    color: var(--black);
}

.cart-page-sec .coupon-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
}

.cart-page-sec .coupon-text-btn-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cart-page-sec .subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cart-page-sec .btn-transparent:hover {
    border: 1px solid var(--third-color);
}


.cart-page-sec .continue-btn {
    width: auto;
    margin-right: 20px;
}

.cart-page-sec .order-note {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.cart-page-sec .subtotal span p {
    font-size: 14px;
    margin-top: 5px;
}

.cart-page-sec .subtotal .price ins {
    font-size: 22px;
    color: var(--primary-text-color);
}

.cart-banner-sec .common-banner-content .section-title {
    margin-bottom: 0px;
}

.cart-table tr td .quantity-wrp {
    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;
}

.cart-table tr td .quantity-wrp .qty-spinner {
    overflow: hidden;
    background-color: var(--third-color);
    border-color: var(--third-color);
}

.cart-table tr td .quantity-wrp .remove-btn svg {
    height: 18px;
    width: 18px;
    margin-left: 10px;
}

.cart-table .remove-btn svg path {
    fill: var(--error-color);
}

.cart-table .stk-status {
    position: relative;
    font-size: 12px;
    background-color: var(--third-color);
    color: var(--black);
    padding: 8px 15px 8px 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
}

.cart-table .stk-status::after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #B1DB3A;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 10px;
    border-radius: 50%;
}
 .out-of-stock-form .close-search {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}
/******** wishlist and comapre pages  ***********/
.pro-compare-sec .section-title,
.pro-wishlist-sec .section-title {
    text-align: center;
}
.pro-compare-sec .pro-compare-wrap,
.pro-wishlist-sec .pro-wishlist-wrap {
    margin-bottom: 40px;
}
.pro-compare-wrap .pro-compare-left .compare-title,
.pro-wishlist-wrap .pro-wishlist-left .wishlist-title {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: var(--border-color);
    font-size: 16px;
    font-weight: 600;
}
.pro-compare-wrap .pro-compare-left .compare-title:not(:last-of-type),
.pro-wishlist-wrap .pro-wishlist-left .wishlist-title:not(:last-of-type) {
    border-right: 1px solid var(--white);
}
.compare-wrap,
.wishlist-wrap {
    border-bottom: 1px solid var(--border-color);
}
.pro-compare-scroll .compare-wrap .compare-val-prod,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label {
    max-width: 25%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    text-align: center;
    padding: 15px;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-pro-btn .btn,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-pro-btn .btn {
  min-width:150px;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-pro-btn .btn svg ,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-pro-btn .btn svg{
  width:14px;
  height:14px;
}
.compare-pro-detail .prod-img a,
.wishlist-pro-detail .prod-img a {
    position: relative;
    padding-top: 50%;
    display: block;
    overflow: hidden;
}
.compare-pro-detail .prod-img a img,
.wishlist-pro-detail .prod-img a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.compare-pro-detail .compare-val-prod .prod-title,
.wishlist-pro-detail .wishlist-val-prod .prod-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: var(--first-font);
}
.compare-pro-detail .compare-val-prod .prod-price.price,
.wishlist-pro-detail .wishlist-val-prod .prod-price.price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.compare-pro-detail .compare-val-prod .prod-price.price del,
.wishlist-pro-detail .wishlist-val-prod .prod-price.price del {
    font-size: 14px;
}
.wishlist-pro-detail .wishlist-val-prod .wishlist-prod-remove,
.compare-pro-detail .compare-val-prod .compare-prod-remove {
    display: inline-block;
  cursor:pointer;
}
.wishlist-pro-detail .wishlist-val-prod .wishlist-prod-remove svg path,
.compare-pro-detail .compare-val-prod .compare-prod-remove svg path {
    fill: var(--error-color);
}
.pro-compare-sec .compare-bottom-btn,
.pro-wishlist-sec .wishlist-bottom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pro-compare-sec .compare-bottom-btn .btn,
.pro-wishlist-sec .wishlist-bottom-btn .btn {
    min-width: 200px;
}
.pro-compare-sec .compare-bottom-btn .btn-secondary:hover,
.pro-wishlist-sec .wishlist-bottom-btn .btn-secondary:hover {
    border: 1px solid var(--theme-color);
}
.compare-pro-detail .compare-val-prod .compare-pro-detail,
.wishlist-pro-detail .wishlist-val-prod .wishlist-pro-detail {
    margin-bottom: 10px;
}
/******** wishlist and comapre pages end ***********/

/** REGISTER PAGE CSS START **/
.register-page .login-form-inner {
    background-color: var(--third-color);
    padding: 20px;
    overflow: hidden;
}

.register-page .account-info-icon li a {
    background-color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    height: 70px;
    width: 70px;
    margin: 0 auto 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.register-page .account-info-icon {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px;
}

.register-page .account-info-icon li a svg {
    height: 30px;
    width: 30px;
}

.register-page .login-form-inner .section-title h2 {
    font: var(--h3);
    font-weight: 600;
    margin-bottom: 15px;
}

.register-page .login-form-inner .form-container .forgot-pass {
    text-decoration: underline;
    text-align: end;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 15px;
}
.register-page .login-form-inner .form-container .forgot-pass:hover{
  color:var(--black);
}
.register-page .login-form-inner .form-container .ssl-secure {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.register-page .login-right-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 100%;
  height: 100%;
}

.register-page .login-right-inner .login-right-top {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    padding: 20px;
}

.register-page .login-right-inner .login-right-bottom {
    height: 100%;
    padding: 20px;
    background-color: var(--primary-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-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;
    -webkit-justify-content: center;
}

.register-page .back-btn {
    text-decoration: underline;
    color: var(--black);
    text-transform: capitalize;
}

.register-page .account-info-icon li p {
    text-align: center;
    color: var(--primary-text-color);
    font-weight: 600;
}

.register-page .shop-btn {
    text-align: center;
    margin-top: 30px;
}

.register-page .login-form-inner .create-btn,
.register-page .login-form-inner .submit-btn {
    width: 100%;
    text-transform: uppercase;
}

/**** ADDRESS PAGE CSS START ****/
.my-add-sec {
    position: relative;
    z-index: 1;
}

.my-add-sec .main-new-address {
    border: 1px solid var(--border-color);
    padding: 15px;
}

.my-add-sec .main-new-address .section-title h2 {
    font: var(--h3);
}
.my-add-sec .main-new-address .section-title{
  margin-bottom:15px;
}
.my-add-sec .main-new-address .back-btn {
    color: var(--primary-text-color);
    margin: 0 0 15px;
}

.my-add-sec .adress-main-list .adress-list .edit-btn {
    margin-right: 5px;
}

.my-add-sec .add-primary .acc-details span {
    display: block;
    line-height: 1;
}

.my-add-sec .adress-main-list {
    border: 1px solid var(--border-color);
    padding: 15px;
    margin: 30px 0 0;
}

.acc-details b {
    display: block;
}

.acc-details p,
.acc-details h2 {
    margin-bottom: 20px;
}

.acc-details h2 {
    font: var(--h4);
}
.adress-main-list .adress-list{
  row-gap:20px;
}
/****** ERROR PAGE CSS START ******/
.error-main-sec .eroor-content {
    text-align: center;
}

.error-main-sec .eroor-content .large-text {
    font-size: 100px;
    font-weight: 500;
    line-height: 75%;
}

.error-main-sec .eroor-content .form-input {
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
}

.error-main-sec .eroor-content .form-input input {
    padding: 12px 40px 12px 20px;
}

.error-main-sec .eroor-content .form-input .input-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

.error-main-sec .eroor-content .form-input .input-btn svg path {
    fill: var(--black);
}

.error-main-sec .eroor-content .section-title h3 {
    text-transform: capitalize;
    margin: 30px 0 20px;
}

/** MY ACCOUNT PAGE CSS START **/
.my-acc-sec {
    position: relative;
    z-index: 1;
}

.my-acc-sec table tr th {
    padding: 10px;
}

.my-acc-sec table {
    border: 1px solid var(--border-color);
}

.my-acc-sec table tr {
    border-bottom: 1px solid var(--border-color);
}

.my-acc-sec table tr td {
    padding: 10px 15px;
}

.my-acc-sec .account-details ul li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid var(--border-color);
}

.my-acc-sec .account-details ul li:first-of-type {
    border-top: 1px solid var(--border-color);
}

.my-acc-sec .account-details ul li label {
    max-width: 10%;
    width: 100%;
}

.my-acc-sec .order-history-frame {
    margin-bottom: 40px;
}

.my-acc-sec .section-title h2 {
    font: var(--h3);
    font-family: var(--second-font);
}

.my-acc-sec .acc-btn-wrp {
    margin-top: 30px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}

.my-acc-sec .acc-btn-wrp .cart-btn {
    gap: 10px;
}

.my-acc-sec .acc-btn-wrp .acc-btn svg {
    margin: 0px;
}

/** ORDER PAGE CSS START **/
.order-main-sec .order-history-list .order-title {
    margin-bottom: 26px;
}

.order-main-sec .order-history-list .order-title h3 {
    margin-bottom: 15px;
    font: var(--h4);
    font-family: var(--second-font);
}

.order-payment-box {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    border: 1px solid var(--border-color);
    padding: 20px;
    border-top: 0;
}

.order-payment-box ul li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: var(--primary-text-color);
}

.order-payment-box ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

.order-address-inner .address-title {
    background: var(--primary-color);
    padding: 10px 15px;
    margin-bottom: 20px;
}

/***** SHF SIZE POPUP *****/
.size-popup {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 4;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}
.size-popup.active {
    opacity: 1;
    visibility: visible;
}
.pdp-right-column  .size-guide-wrapper {
    margin: 0 0 20px;
    gap: 15px;
}
.pdp-right-column  .size-guide-wrapper .see-size a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    text-decoration: underline;
    gap: 10px;
    margin-left: 5px;
}
.pdp-right-column  .size-guide-wrapper .see-size a svg {
    height: 12px;
    width: 12px;
}
.size-popup .size-form {
    background-color: var(--white);
    color: var(--black);
    padding: 20px;
    max-height: 80vh;
    height: 100%;
    overflow: auto;
}
.size-popup .size-form H4 {
    text-align: center;
    margin-bottom: 20px;
}
.size-popup table tr td {
    padding: 10px;
}
.size-popup .btn-white {
    margin-bottom: 20px;
    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: 11px 15px;
    background: var(--primary-color);
}
.size-popup .btn-white svg {
    margin-left: 0;
    margin-right: 10px;
}
.size-popup .btn-white svg path {
    fill: var(--black);
}
.size-close-btn {
    text-align: end;
  margin-bottom:15px;
}
.size-close-btn .btn svg{
  width:16px;
  height:16px;
}
.size-table-wrapper {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*===========================SHF-CSS=======================*/
.input-box {
position: relative;
}
button {
border: none;
-webkit-box-shadow: none;
        box-shadow: none;
cursor: pointer;
}
.cart-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  gap:15px;
}
.no-js:not(html) {
display: none !important;
}
.cart-button span {
display: none;
}
.grecaptcha-badge {
z-index: 2;
}
.shopify-challenge__container {
min-height: 60vh;
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;
text-align: center;
}
.shopify-challenge__container .g-recaptcha {
  margin: 0 0 20px;
}
.edit-spacer {
margin: 30px 0 0;
}
.search-form-wrapper form {
position: relative;
}
.search-popup .close-search {
background: none;
border: none;
padding: 0;
}
.order-detail h4{
margin-bottom: 15px;
}
.order-detail p{
margin-bottom:20px
}
.order-detail{
margin-bottom:40px;
}
.order-history-tbl tr{
border-bottom: 1px solid #F0F0F0;
}
.addressheading{
padding-bottom:25px;
}
.adadress .form-container .continue-btn{
  width: auto;
}
.adadress .form-group label{
text-align: start!important;
width: 100%;
}
.newadress-btn{
text-align:center;
}
.my-add-sec .main-new-address{
border: 1px solid var(--border-color);
padding: 15px;
}
.my-add-sec select, .my-add-sec textarea, .my-add-sec input{
  border: 1px solid var(--border-color);
}
.my-add-sec .adress-main-list{
border: 1px solid var(--border-color);
padding: 15px;
margin: 30px 0 0;
}
.my-add-sec .adress-main-list .add-default .btn:not(:last-of-type){
  margin:0 10px 0 0 ;
}
.my-add-sec .adress-main-list .add-default .acc-back-btn-wrp button:not(:last-of-type){
  margin:0;
}
.my-add-sec .select option {
    color: var(--black);
}
.my-add-sec .adress-list .continue-btn{
width: auto;
}
.acc-details p, .acc-details h4{
margin-bottom:20px;
}
.acc-details p{
  margin-top: 15px;
}
.acc-back-btn-wrp{
gap: 15px;
}
.acc-back-btn-wrp button {
  gap: 10px;
}
.acc-back-btn-wrp button svg{
margin: 0px
}
.my-add-sec select {
   padding: 14px 33px 14px 20px;
background-image: url(down-arrow-black.svg);
background-repeat: no-repeat;
background-size: 11PX;
background-position: calc(100% - 15px) 50%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.add-details {
background: var(--sixth-color);
padding: 20px 5px;
margin: 0px;
}
.add-details h5{
margin: 0 0 15px;
background: var(--border-color);
padding: 10px 15px;
}
.cart-btn[disabled],  .sticky-btn[disabled]{
  cursor: not-allowed !important;
  opacity: 0.8 !important;
}
.cart-btn[disabled]:hover, .sticky-btn[disabled]:hover,
.cart-btn[disabled].btn:before,.cart-btn[disabled].btn:after, .sticky-btn[disabled]:after, .sticky-btn[disabled]:before{
  background:var(--primary-color);
  color:var(--secondary-color);
   border-color: var(--primary-color);
  
}
.cart-btn[disabled].btn:before,.cart-btn[disabled].btn:after, .sticky-btn[disabled]:after, .sticky-btn[disabled]:before {
  width:100%;
  right:0;
  left:0;
}
.product-card .cart-btn[disabled]:hover,
.product-card .cart-btn[disabled]:before, .product-card .cart-btn[disabled]:after{
  background:var(--second-color);
  color:var(--secondary-color);
  border-color: var(--second-color);
}
.cart-btn[disabled].btn:hover svg path, .sticky-btn[disabled]:hover svg path {
  fill: var(--secondary-color);
}
.color_steel-blue {
  background-color: #496074 !important;
}
.color_maroon {
  background-color: #93453E !important;
}
.color_cream {
  background-color: #C1B1A1 !important;
}
.color_sea-green {
  background-color: #779388 !important;
}
.color_purple {
  background-color: #6B4787 !important;
}
.color_violet-red {
  background-color: #B78E8C !important;
}
.color_light-pink {
  background-color: #E4C2C0 !important;
}
.color_dark-blue {
  background-color: #292F44!important;
}
.product-card .pro-compare, .compare-label svg,
.product-card .pro-wishlist, .wishlist-label svg{
cursor: pointer;
}
.pdp-right-column .available-product.soldout {
  background: #ff0000;
}
.product-card-inner .wish-lbl-wrp .pro-compare.active,
.product-card-inner .wish-lbl-wrp .pro-wishlist.active{
background: var(--theme-color);
} 
/*======= product notify btn custom css =======*/
.notify-btn {
    padding: 13px 22px;
}
.out-of-stock-form {
    position: fixed;
    top: 50%;
    padding: 50px 40px 40px;
    left: 0;
    right: 0;
    max-width: 430px;
    max-height: calc(100% - 100px);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: var(--white);
    z-index: 5;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.out-of-stock-form.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.notify-txt {
  font: var(--h6);
  line-height: 1.4;
  color: var(--black);
}
.notify-send-btn {
  position: relative;
  margin-top: 20px;
}
.notify-send-btn input {
  height: 45px;
  width: 100%;
  padding: 15px 115px 15px 15px;
  color: var(--black);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::-moz-placeholder {
  color: var(--black);
}
.notify-send-btn input:-ms-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::placeholder {
  color: var(--black);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(--black);
}
.notify-send-btn button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: auto;
  padding: 10px 35px;
}
.gallery-main .swiper-wrapper {
  height: 100%;
}
/*=================shf - recommandation ================*/
.product-notification{
background: var(--white);
-webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
width: 350px;
position: fixed;
bottom: 10px;
left: 30px;
padding:10px;
z-index:2;
transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
visibility: hidden; 
}
.product-notification.active {
bottom: 30px;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.product-notification .product-suggest{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 25px;
}
.product-notification .closeNotify {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}
.product-notification .closeNotify svg {
  width: 16px;
  height: 16px;
}

.product-notification .product-suggest .product-label {
  margin: 0 0 5px;
  font-size:14px;
}
.product-notification .product-suggest .product-name {
  font: var(--h6);
  margin: 0 0 10px;
  color:var(--black);
}
.product-notification .product-suggest .time-ago{
  margin:5px 0 0 ;
  font-size:14px;
}
.product-notification .product-suggest .from-ago{
  font-size:14px;
}
/*********** SHF LAYOUT SECTION *************/
.layout-section{
  z-index: 6;
  margin: 0;
  padding: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  bottom: 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;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.3);
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.layout-section.open{
  opacity: 1;
  visibility: visible;
}
.megamenu-popup{
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 70%;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  pointer-events: auto;
  width: 100%;
  padding: 40px 20px 20px 20px;
  max-height: 68vh;
  overflow-y: scroll;
}
.megamenu-popup .demo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.megamenu-popup .demo-close svg{
  height: 16px;
  width: 16px;
}
.megamenu-popup .demo-close svg path{
  fill: var(--black)
}
.megamenu-popup .megamenu-image a{
  padding-top: 80%;
}
.megamenu-popup .megamenu-content {
  margin-top: 15px;
  text-align: center;
}
.megamenu-popup .megamenu-content span{
  font: var(--h5);
  color: var(--black);
}
.megamenu-popup::-webkit-scrollbar {
  width: 6px;
}
.megamenu-popup::-webkit-scrollbar-track {
    background: var(--white);
}
.megamenu-popup::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
/*--------------shf recently view product css--------------------*/
#recently-viewed-products {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
#recently-viewed-products .product {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
padding: 0 15px;
}
#recently-viewed-products .product .image {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recently-viewed-products .product .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
padding:15px;
  gap: 10px;
  width: 100%;
}
#recently-viewed-products .product-top-content a{
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;  
overflow: hidden;
}
#recently-viewed-products .img-wrapper {
  padding-top:100%;
}
#recently-viewed-products .img-wrapper img{
  border-radius:10px 10px 0 0;
}
/*--------------shf filter css--------------------*/
.product-grid-view .product-card-inner .product-image-wrapper {
  display: none;
}
.product-grid-view .product-card .cart-btn-content form {
  margin: 0;
}
.product-grid-view .product-card-inner .product-content .new-lbl {
  margin: 0;
}
/*------------------SHF search page ---------------------*/
.template-search .field {
  position: relative;
}
.template-search .form-control {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.template-search .search__button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: 0px;
  width: 40px;
  height: 100%;
  background: var(--primary-color);
  padding: 12px;
}
.template-search .search__button svg {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.template-search .search__button svg path {
  fill: var(--white);
}
.count-desc {
  font: var(--h5);
  text-align: center;
  background: var(--sixth-color);
  padding: 20px 5px;
}
.template-search__results .grid__item {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  height:auto;
}
.template-search__results .row{
  row-gap:30px;
}
.page-card h4 {
  margin: 0 0 15px;
}
.template-search__results .grid__item.page-card {
  text-align: center;
}
.template-search__results .blg-cmnt {
  margin: 10px 0 0;
}

/*--------------------SHF Review form--------------------*/
.jdgm-star {
    font-weight: normal !important;
}
.reviews-stars-wrap .jdgm-widget{
  margin: 0px 0px 10px;
}
/*------------------- SHF msg ---------------------------*/
.newsletter-form__message {
position: absolute;
top: 100%;
bottom: auto;
left: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 10px;
   -moz-column-gap: 10px;
        column-gap: 10px;
margin: 10px 0 0;
font: var(--common-text);
}
.newsletter-form__message--success {
color: #0a942a;
border-color: #0a942a;
}
.newsletter-form__message--error {
color: #dc0000;
}
/*------------------- SHF error-msg---------------------------*/
.comment-form .errors {
  margin: 0 0 20px;
}
.comment-form .errors ul {
  padding: 15px 20px;
  border: 1px solid #ff0000;
  background: #ff00001f;
}
.comment-form .errors ul li {
  margin: 0 0 5px;
  color: #ff0000;
}
.comment-form .errors ul li:last-child{
margin: 0px;
}
.form__message {
  border: 1px solid #ff0000;
  display: block;
  padding: 10px;
  color: #ff0000;
  background: #ff00001c;
  margin: 0 0 15px;
}
.form__message_success {
  border: 1px solid #276221;
  display: block;
  padding: 10px;
  color: #276221;
  background: #27622147;
  margin: 0 0 15px;
}
.subscribe-section-form small {
  margin: 15px 0 0;
  z-index: 2;
}
/*------------------- SHF dropdown ---------------------------*/
.login-header {
position: relative;
}
.login-header .menu-dropdown {
position: absolute;
top: 100%;
right: 0;
  z-index:2;
background-color: var(--white)!important;
min-width: 160px;
margin: 20px 0 0;
padding: 15px;
transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
transform: scaleY(0);
-ms-transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-o-transform: scaleY(0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
border-radius:0px 0 10px 10px;
-webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 14%);
        box-shadow: 0 10px 40px rgb(0 0 0 / 14%);  
}
.login-header:hover .menu-dropdown {
transform: scaleY(1);
-ms-transform: scaleY(1);
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
}
.login-header .menu-dropdown li {
padding: 0 !important;
max-width: 100%;
line-height: 1;
}
.site-header .menu-right li.login-header li {
  background: none;
margin-left: 0 !important;
}
.site-header .menu-right li.login-header li a {
  color: var(--black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#recover .btn {
  width: auto;
}
.collection--empty h3 {
  margin: 0 0 10px;
}
/****** SHF CART DRAWER CSS ********/
.cartDrawer svg#icon-cart-emty path {
  fill: var(--black);
}
.cartDrawer {
padding: 0px;
}
.cartDrawer .qty-spinner{
  max-width:90px;
}
.mini-cart-footer .js-contents {
display: none;
}
.cart-empty-block.is-empty {
    display: block;
}
.cart-empty-block .cart__warnings,
.cartDrawer .minicart__warnings,
.cartDrawer .cart__empty-text,
.cartDrawer.is-empty .cart__contents,
.cartDrawer.is-empty .cart__footer,
.cartDrawer .cart-items.is-empty .title-wrapper-with-link,
#main-cart-footer.is-empty,.cart-empty-block.is-empty .form_gift{
    display: none;
}
.cartDrawer.is-empty .minicart__warnings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.cart-item__error-text:empty+svg {
    display: none;
}

.cartDrawer.is-empty .cart__empty-text,
.cartDrawer.is-empty .cart__warnings {
    display: block;
    color: var(--black);
    margin: 0 0 15px 0;
}
.cartDrawer.is-empty .cart__empty-text{
  margin-top:15px;
}
.cartDrawer.is-empty .minicart__warnings .btn svg{
  width:14px;
  height:14px;
}
.cartDrawer.is-empty .cart__warnings {
    margin: 0;
    text-align: center;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
.cartDrawer.is-empty .cart__warnings svg {
  margin: auto;
  width: auto;
  height: auto;
}
.cartDrawer svg#icon-cart-emty,
.cartDrawer svg#icon-cart-emty {
  width: 45px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 15px auto;
}
.cartDrawer.is-empty .cart__warnings .btn{
  gap: 10px;
}
.cartDrawer.is-empty .cart__warnings .btn:focus{
  color: var(--white);
}
.cartDrawer.is-empty .cart__warnings .btn:focus svg path{
  fill: var(--white);
}
.cartdrawer .mini-cart-header h4, 
.cartDrawer .related-cart-wrp h3 {
    font-weight: 500;
}
/* releted product cart popup */
.cartDrawer .related-cart-wrp{
  margin-top: 25px;
}
.cartDrawer .related-cart-wrp h3{
  margin-bottom: 15px;
  font-size: 20px;
}
.cartDrawer .related-cart-inner{
  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;
  border: 1px solid var(--border-color);
  padding: 15px;
}
.cartDrawer .related-cart-inner .related-image a{
  position: relative;
  padding-top: 125%;
  display: block;
}
.cartDrawer .related-cart-inner a img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
}
.cartDrawer .related-image{
    position: relative;
    max-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 100%;
    background: whitesmoke;
    padding: 10px;
}
.cart-variable p {
    color: var(--black);
  margin-bottom:12px;
}
.cartDrawer .related-cart-text{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
}
.cartDrawer .related-cart-text h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.cartDrawer .related-cart-text a{
  text-decoration: underline;
}
.cartDrawer .related-cart-text a:hover,
.cartDrawer .related-cart-text a:focus{
  color:var(--pro-btn-hover-color)
}
.cartDrawer .related-cart-price{
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.cartDrawer .pvarprice svg path{
  fill: red;
}
.cartDrawer .cart-slider{
  position: relative;
}
.cartDrawer .swiper-pagination{
  position: relative;
  margin-top: 15px;
  bottom:0;
}
.related-cart-wrp .swiper-pagination-bullet-active{
  background: var(--black);
}
/* releted product cart popup  end*/
.header-style-one .menu-right li a.mini-cart-title {
display: block;
text-align: left;
}
.header-style-one .menu-right li a.closecart svg path {
fill: var(--white) !important;
}
.cartOpen header, .popup-toggle header, .open header, .mobile-open header, .quick-active header, .notify-active header {
  z-index: 2;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.cartOpen header.head-sticky:after {
  height: calc(100% + 1px);
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) a svg,
.product-card .product__media-item:not(:first-child), .offer-box .product__media-item:not(:first-child){
display: none;
}
/*=================SHF address page =============*/
#recover,#recover + .recover-password,#recover:target ~ .back-toshop,#recover:target ~ .section-title,#recover:target ~ .login-form{
display: none;
}
#RecoverEmail-email-error{
  border: 1px solid #ff0000;
    display: block;
    padding: 10px;
    color: #ff0000;
    background: #ff00001c;
    margin: 0 0 15px;
}
#recover button{
  margin-right: 10px;
}
#recover:target + .recover-password,#recover:target {
display: block;
}
#recover .section-title{
  margin-bottom: 20px;
}
.addresses [aria-expanded="false"] ~ div[id] {
display: none;
}
.addresses [aria-expanded="true"] ~ div[id] {
display: block;
margin: 30px 0 0;
    border-radius: 10px;
}
#address_form_new .checkbox-custom label:before {
  border-color: var(--border-color);
}
/*=========== SHF home product image hover ===============*/
.card__media .hover-img {
opacity: 0;
visibility: hidden;
position: absolute !important;
top: 0;
bottom: auto;
left: 0;
right: 0;
padding: 0;
width:100%;
height:100%;
}
.card__media .hover-img img {
  width: 100%;
}
.card__media:hover .hover-img {
opacity: 1;
visibility: visible;
}
.card__media:hover .default-img  {
opacity: 0;
visibility: hidden;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
pointer-events:auto;
}
/* ========color variant=========== */
.color-variant-swatch.color-list .pro-color:not(:last-of-type) {
    margin-right: 10px;
}

.color-variant-swatch label.color-var, .quick-view-left .color-variant-swatch .color-var{
    margin: 3px;
    position: relative;
    padding: 0;
    min-height: 30px;
    min-width: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #ddd;
}
.product-card .color-variant-swatch label.color-var, .offer-box .color-variant-swatch label.color-var{
  min-height: 22px;
  min-width: 22px;
}
 .offer-box .color-variant-swatch {
   margin-bottom: 15px;
   display:block;
 }
.color-variant-swatch label.size-var, .quick-view-left .color-variant-swatch .size-var{
   cursor: pointer;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    min-width: 75px;
    width: auto;
    gap: 10px;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 600;
       background-color: var(--third-color);
    border-color: var(--third-color);
    color: var(--body-text-color);
    text-transform: capitalize;
}
.quick-view-left .color-variant-swatch .size-var{
      margin: 0 3px;
}
.color-variant-swatch fieldset, .quick-view-left .color-variant-swatch .button{
  gap: 5px;
}
.pdp-right-column .color-variant-swatch input:checked+label.size-var, .products-add-cart-sticky .color-variant-swatch .button .size-var.sticky-active, .quick-view-left .color-variant-swatch input[type=radio]:checked+label.size-var,
.product-card .color-variant-swatch input[type=radio]:checked+label.size-var{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -webkit-box-shadow:none;
          box-shadow:none;
}

.product-card .color-variant-swatch input:checked+label.color-var, .pdp-right-column .color-variant-swatch input:checked+label.color-var, .products-add-cart-sticky .color-variant-swatch .button .color-var.sticky-active,
.quick-view-left .color-variant-swatch input[type=radio]:checked+label.color-var, .offer-box .color-variant-swatch input:checked+label.color-var{
  -webkit-box-shadow: 0 0 0 1px #333, inset 0 0 0 2px #fff;
          box-shadow: 0 0 0 1px #333, inset 0 0 0 2px #fff;
  border: none;
} 
.color-variant-swatch label.var-soldout {
    cursor: not-allowed;
    opacity: 0.4;
}
.pdp-right-column .color-variant-swatch fieldset{
  margin-top: 10px;
 
}
.pdp-right-column .color-variant-swatch fieldset:not(:last-of-type){
   padding-bottom: 15px;
}
.quick-view-left .color-variant-swatch label.color-var {
  border: none;
} 
.color-variant-swatch input[type=radio],
.quick-view-right .color-variant-swatch .button input[type="radio"], .quick-view-left .color-variant-swatch .pro-color.active label:after, .quick-view-left .color-variant-swatch input:checked+label:after {
    display: none;
}
fieldset {
    border: none;
}
.shipping-tbl {
    margin-bottom: 25px;
}
.contact-left-inner .btn{
  margin-top:15px;
}
.contact-left-inner textarea {
  margin-bottom: 15px;
}
.contact-right-inner .social-link .social-icons svg {
    width: 18px;
    height: 18px;
}
.contact-left-inner .form-heading {
    margin-bottom: 15px;
}
.recent-slider .product-card .product-card-inner {
  padding:15px;
}
.pdp-right-column .pro-details p {
    margin-bottom: 0;
}
.mobile-facets__label .feather-check {
    left: 3px !important;
}
.product-filter-right-column .product-card {
    margin-bottom: 30px;
}
.product-filter-right-column .product-list-view .product-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
}
.product-list-view .product-card-inner .product-content {
    display: none;
}
.collection .product-card .product-content-top p{
    display: none;
}
.collection .product-list-view .product-card .product-content-top p {
    display: -webkit-box;
}
.product-list-view .product-card .product-card-inner .cart-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 11px 20px;
    border: 0;
    height: 100%;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    gap: 5px;
    background-color: var(--primary-color);
}
.product-list-view .product-card .product-card-inner .cart-btn svg{
  width:16px;
  height:16px;
}
.product-list-view .product-card .product-card-inner .cart-btn svg path{
      -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.product-list-view .product-form  {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:end;
}
.load-more_wrap, .load-more_wrap img {
    margin: auto;
    text-align: center;
}
 .load-more_wrap img {
    width: 50px;
    height: 50px;
}
.hide {
    display: none;
}

/****************** fillter color css ***************/
.facets-color-main {
    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;
   gap:8px;
}
.facets-color-main .facets-color label {
    height: 25px;
    width: 25px;
    padding:0px !important;
}
.facets-color .color-name {
    display: none;
}
.facets-color-main .facets-color {
    margin-bottom: 0 !important;
}
.facets-color-main .facets-color label input {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    position: absolute;
    inset: 0;
}
.facets-color .facet-checkbox>input[type=checkbox]:checked~.feather-check, .facets-color .mobile-facets__label>input[type=checkbox]:checked~.feather-check {
    display: none;
}
.facets-color .facet-checkbox>input[type=checkbox]:checked, .facets-color .mobile-facets__label>input[type=checkbox]:checked {
    outline: 2px solid var(--primary-color);
}
.facets-color-main .facets-color .mobile-facets__label>svg {
  border:none;
  color:var(--white) !important;
}
.facets-color-main .mobile-facets__item {
  padding:0px !important;
}
.mobile-facets__list.facets-color-main {
    padding-left: 5px;
  margin:10px 0 20px;
}
.product-list-row  .product-filter-column {
    margin-top: 20px;
}
/************** fillter color css end ******************/
.jdgm-write-rev-link.jdgm-write-rev-link {
    color: var(--black) !important;
}

.jdgm-form__fieldset .jdgm-btn,
.jdgm-form__fieldset input.jdgm-submit-rev{
    color: var(--black) !important;
    width: 50%;
   text-align:center;
}
.jdgm-btn--solid, input[type=submit].jdgm-btn--solid  {
  color:var(--white)!important;
}
.jdgm-write-rev-link.jdgm-write-rev-link{
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.pdp-tab-sec .jdgm-rev-widg__summary-stars{
  margin-bottom: 10px;
}
 .pdp-tab-sec .jdgm-form-wrapper {
    padding: 24px 0 0 !important;
   margin-top: 15px !important;
 }   
 .pdp-tab-sec .jdgm-review-widget--small .jdgm-rev-widg{
      padding: 16px 0 0px !important;
}
 .pdp-tab-sec .jdgm-widget-actions-wrapper {
    margin: 0 !important;
}
.pdp-tab-sec .jdgm-widget-actions-wrapper .jdgm-write-rev-link{
  margin-bottom:15px;
}
.jdgm-form__fieldset {
    text-align:left;
}
.jdgm-form__fieldset-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.pdp-page-main-sec  .pdp-right-column .pdp-rating {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.pdp-right-column .jdgm-widget .jdgm-prev-badge {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.pdp-right-column .product-write-review {
    gap: 8px;
}
.login-right-top h3, .login-left-inner h3 {
    margin-bottom: 15px;
  font:var(--h4);
  font-weight:600;
}
.pdp-slider-img  .zoomImg {
    background: var(--white);
    cursor: crosshair;
}
.cart-item__price-wrapper .price--end {
    font-size: 20px;
}
.wishlist-pro-btn .cart-form, .compare-pro-btn .cart-form{
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}
.facet-filters__sort option {
    color: var(--black);
}
.article-bnr-img img {
    width: 100%;
}
.customer.reset-password {
    padding: 30px;
  background:var(--third-color);
}
.customer.reset-password .btn {
  width:100%;
}
.search-popup .predictive-search-bottom button {
    position: relative !important;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
}
.pagination li:not(:last-of-type) {
    margin-right: 5px;
}

.pagination li {
    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;
}
.pagination li a.active {
    background-color: var(--border-color);
}
.pagination li a {
    padding: 5px 12px;
    display: inline-block;
}
.mini-cart-details .cart-variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.shipping-frame h6 {
  margin-bottom:15px;
}
.cart-table td h5{
    margin-bottom: 10px;
}
.search-top  .predictive-search {
  position:relative;
}
.pdp-right-column .qnty-btn-wrp .buy-btn button.shopify-payment-button__more-options {
    display: none;
}
.pdp-right-column .qnty-btn-wrp .buy-btn button {
    border-radius: 0px;
}
.pdp-right-column .deal-timeline .count {
  margin: 0;
}

/* ======comment========== */
.comment-item-wrapper .comment-item {
    border: 1px solid var(--border-color);
    padding: 20px;
}
.comment-item-wrapper .comment-item .comment-item-inner {
    gap: 20px;
}
.comment-item-wrapper .comment-item .comment-item-inner .comment-item-content p{
  margin-bottom:0;
}
.comment-item-wrapper .comment-item .comment-item-image {
    width: 54px;
    height: 54px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 50%;
}
.comment-item-wrapper .comment-item .comment-item-image svg {
    width: 100%;
    height: 100%;
}
.comment-item-wrapper .comment-item .comment-item-image svg path {
    fill: #dddddd;
}
.comment-item-wrapper .comment-item .comment-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.comment-item-content .comment-top-content {
    margin-bottom: 15px;
}
.comment-item-content .comment-top-content h6 {
    font-family: var(--first-font);
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px;
}
.comment-item-wrapper .comment-item:not(:last-of-type) {
    margin: 0 0 15px;
}
/*================= reset password page =============*/
.reset-password {
    padding: 20px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.reset-password .section-title h3 {
  margin: 0 0 15px;
  font:var(--h5);
  font-weight:600;
}
.reset-password .form-container {
  padding: 0;
  border: none;
}
.reset-password label {
  text-align: left;
  width: 100%;
}
.customer.reset-password {
  text-align: center;
}

.login-page .form-message-success{
  margin-bottom:10px;
  color:#24d57a;
  display:inline-block;
}
.reset-password .form-container .row {
  margin: 0;
}
.reset-password .form-container .row [class*=col-] {
  padding: 0;
}
.site-footer .payment-image-wrapper {
    gap: 5px;
}
.site-footer .payment-image-wrapper .payment-image img {
    width: 40px;
}
.site-header .megamenu-card .megamenu-image {
    position: relative;
    background-color: var(--second-color);
}
.site-header .megamenu-card .megamenu-content {
    margin-top: 15px;
    text-align: center;
}

.site-header .megamenu-card .megamenu-image a {
    padding-top: 80%;
    position: relative;
    display: block;
}
.site-header .megamenu-card .megamenu-image a img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.site-header .megamenu-card .megamenu-content span {
    font-size: 18px;
    line-height: 1;
}
/**** products-add-cart-sticky CSS ****/
.products-add-cart-sticky {
    display: none;
    z-index: 3;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    font-size: 20px;
    width: 100%;
    max-height: 100%;
    transition: all 500ms ease-in-out 0s;
    -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    border-top: 1px solid var(--border-color);
  background-color: var(--third-color);
}
.products-add-cart-sticky.show-btn {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.products-add-cart-sticky .sticky-pro-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    gap: 15px;
}
.products-add-cart-sticky .sticky-pro-inner .text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    padding: 8px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn {
    font-size: 14px;
}
.products-add-cart-sticky .text-checkbox .checkbox .clr {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.sticky-pro-info {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
      max-width: 250px;
    width: 100%;
}
.sticky-pro-info img {
    height: 60px;
    max-width: 80px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border: 1px solid var(--border-color);
}
.sticky-pro-info .sticky-data .price ins {
    font-size: 16px;
}
.sticky-pro-info .sticky-data .price del{
  font-size:14px;
}
.sticky-data h3 {
    font: var(--h6);
    margin-bottom: 8px;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sticky-pro-info .sticky-data .price {
    margin-bottom: 0;
}
.products-add-cart-sticky .nice-select {
    max-width: 150px;
 width:100%;
}
.products-add-cart-sticky .nice-select .current{
   width:100%;
   padding: 10px 30px 10px 15px;
  border:1px solid var(--border-color);
}
.products-add-cart-sticky .nice-select.open .current:after{
      top: 55%;
}
.products-add-cart-sticky .nice-select .current:after{
  right:10px;
}
.products-add-cart-sticky .nice-select::after {
  border-color: var(--black);
}
.products-add-cart-sticky .nice-select .list {
  width:100%;
  top: auto;
  bottom: 100%;
  margin: 0 0 5px;
  -webkit-transform: scale(.75) translateY(21px);
      -ms-transform: scale(.75) translateY(21px);
          transform: scale(.75) translateY(21px);
}
.products-add-cart-sticky .nice-select.open .list {
      -webkit-transform: scale(1) translateY(0);
          -ms-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
}
.products-add-cart-sticky .prorow-lbl-qntty {
  max-width: unset;
  width: auto;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn.loading>svg {
  display: none;
}
.loading-overlay__spinner {
  width: auto !important;
}
.products-add-cart-sticky .qty-spinner button svg path {
    fill: var(--black);
}
.products-add-cart-sticky .qty-spinner input {
  color: var(--black);
}


.products-add-cart-sticky .qty-spinner {
  height: 40px;
}
.cart__warnings.text-center > svg {
    height: 90px;
    margin-bottom: 10px;
}
body.account table tr td:first-child a{
  text-decoration: underline;
}
#AddAddress .form-group label {
    width: 100%;
    text-align: left;
}


/***** SHF LANGUAGE CSS *****/
.currency .nice-select .nice-select-arrow, 
.languages .nice-select, 
.currency .nice-select .list li, 
.languages .disclosure__list-wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.lang-dropdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
position:relative;
}
.lang-dropdown svg {
  width: 23px;
  height: 23px;
}
.home-layout-one .lang-dropdown svg path {
  fill: var(--black);
}

.disclosure__list-wrapper .disclosure__item {
padding: 0;
background: none;
line-height: 1;
}
.announcebar-right .currency .nice-select .current,
.announcebar-right .languages .nice-select{
      padding: 7px 35px 7px 15px;
  border:1px solid var(--black);
}
.announcebar-right .currency .nice-select .current:after,
.announcebar-right .languages .nice-select:after{
  right:12px;
}

.announcebar-right .languages .nice-select.disclosure__button[aria-expanded="true"]:after {
      top: 55%;

     transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
.announcebar-right .currency .nice-select .list{
  margin-top:5px;
  width:100%;
}
.search-popup .search-form .btn{
  font-size:14px;
      padding: 10px 20px;
}

.color-variant-swatch .var-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px !important;
    width: 60px !important;
    padding: 0;
    margin: 0;
  border-radius:0 !important;
}
.offer-sec .offer-content .cart-btn{
  min-width:225px;
}
.offer-sec .offer-content .cart-btn svg{
  width:14px;
  height:14px;
}
.partner-logo-item a {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}
.pdp-right-column .pro-features .pro-features-btn{
      -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
  cursor:pointer;
}

.recent-slider .swiper-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.jdgm-form{
  padding:15px !important;
  border:1px solid var(--border-color);
}
 .jdgm-form__fieldset-actions{
   margin-bottom:0 !important;
 }
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev{
          margin-right: 0px !important;
}
.jdgm-rev-widg{
      padding: 0 15px !important;
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-cancel-rev{
  margin:0 !important;
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions{
  -webkit-box-orient:unset !important;
  -webkit-box-direction:unset !important;
      -ms-flex-direction:unset !important;
          flex-direction:unset !important;
}
.jdgm-rev-widg__summary {
    margin-bottom: 15px !important;
}
.jdgm-row-actions{
  margin-top:15px !important;
}
.pdp-right-column .color-variant-swatch.select-box {
  max-width:250px;
  width:100%;
}
.pdp-right-column .color-variant-swatch.select-box .nice-select{
  border:1px solid var(--border-color);
  margin-top:6px;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}
.pdp-right-column .color-variant-swatch.select-box .nice-select:not(:last-of-type){
  margin-bottom:15px;
}
.white-arrow.nice-select {
    background-image: url(white-down-arrow.png);
    background-color: transparent;
      background-repeat: no-repeat;
    background-size: 11PX;
    background-position: calc(100% - 15px) 50%;
  padding-right:30px;
}
.about-us-page .about-right-inner,.about-us-page .about-right-inner img{
  width:100%;
  height:100%;
}
 .cart-page-sec .subtotal .price.cart_price{
    margin-bottom:5px;
  }
 .contact-slider .swiper-button-next,.contact-slider .swiper-button-prev{
      border-color: var(--black);
  }
.shipping-tbl{
  max-width:600px;
  width:100%;
}
table.shipping-tbl tr th {
    padding: 14px 10px;
  text-align:left;
}
table.shipping-tbl tr td{
  text-align:left;
}
.share-button__button{
  padding-right:0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  gap:10px;
}
.art-social .share-button__button .icon-share{
  margin:0;
  width:16px;
  height:16px;
}
.login-page .account-info-icon li {
    max-width: calc(33.33% - 10px);
    width: 100%;
}
.add-default-check{
  margin-bottom:15px;
}
.recover-password{
  padding:0 15px;
}
#recover .section-title h4{
  font:var(--h5);
  font-weight:600;
}
.template-search__search .search__input{
  padding-right:50px;
}
.main-search li.predictive-search__list-item{
      width: 25% !important; 
}
.main-search .pagination{
  margin-top:20px;
}
.site-header .mega-menu .img-col:before{
  display:none;
}
.template-search__search,.product-grid-container,.count-desc{
  max-width:80%;
  width:100%;
  margin:0 auto;
}
.main-search .predictive-search{
  padding:15px;
}
.main-search .predictive-search-bottom{
  margin-bottom:5px;
}
.pdp-custom-des ul li {
    list-style-type: disc;
    margin: 5px 0;
}
.pdp-custom-des ul{
   padding-left: 20px;
}
/*=================================================responsive===============================================*/

@media (hover: hover) {
    .site-header .main-navigationbar .main-nav li>a:hover::before,
    .site-header .main-navigationbar .main-nav>li.menu_active>a::before,
    .site-header .megamenu-card:hover .megamenu-content a:before,
    .site-footer .footer-widget ul li a:hover:after,
    .site-footer .footer-contacts li a:hover span:after {
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

    .site-footer .footer-social-icon li a:hover {
        background-color: var(--white);
    }

}

@media screen and (min-width: 768px) {
    .mobile-stickybar {
        display: none !important;
    }

    .quick-view-left-inner .qty-spinner {
        height: 42px;
    }
    .product-heading-right-column .product-sorting-row {
        background-color: var(--third-color);
        padding: 10px;
    }
    /* footer css */
    .site-footer .footer-col .footer-widget .footer-acnav svg {
        display: none;
    }

    .footer-acnav-list {
        display: block !important;
    }

    .category-sec .category-card .section-title {
        margin-bottom: 0;
    }
    /* contact-page css */
    .contact-about-sec .contact-slider-content {
        max-width: 140px;
        width: 100%;
    }
        #ProductGridContainer .mobile-only {
        display: none !important;
    }

  .recent-slider .swiper-button-next.swiper-button-disabled,.recent-slider .swiper-button-prev.swiper-button-disabled{
  display:none;
}
}

@media screen and (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }

    /* about-sec css */
    .about-sec .about-left {
        max-width: 750px;
        width: 100%;
    }

    .about-sec .section-title h2::before {
        left: 0;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }

    /* product-sec css */
    .product-sec .section-title,
    .discount-sec .section-title,
    .home-blog-sec .section-title,
    .related-product-sec .section-title {
        margin-bottom: 40px;
    }

    .product-card .color-variant-swatch .radio-buttons label {
        height: 20px;
        width: 20px;
    }

    /* offer-sec css */
    .offer-sec .offer-left-image .offer-image {
        padding-top: 110%;
    }

    /* testimonial-sec css */
    .testimonial-sec .section-title.line h2:before {
        left: 0;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }

    .testimonial-sec .testimonial-left {
        max-width: 460px;
        width: 100%;
    }

    .testimonial-sec .testimonial-card {
        transition: all 500ms ease-in-out 0s;
        -webkit-transition: all 500ms ease-in-out 0s;
        -moz-transition: all 500ms ease-in-out 0s;
        -ms-transition: all 500ms ease-in-out 0s;
        -o-transition: all 500ms ease-in-out 0s;
    }

    .testimonial-sec .arrow-wrapper {
        display: none;
    }

    /* product-page css */
    .product-left-thumb .product-slider-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .pdp-page-main-sec .left-mainslider {
        max-width: calc(100% - 120px);
    }

    .pdp-page-main-sec .left-thumbslider {
        max-width: 120px;
        max-height: 630px;
        padding-right: 15px;
    }

    .pdp-tab-sec #pdp-tab-2 .product-info,
    .pdp-tab-sec #pdp-tab-3 .pdp-reviews {
        max-width: 80%;
        width: 100%;
    }

    /* cms-page css */
    .cms-page .section-title {
        margin-bottom: 40px;
    }

    /* article-page css */
    .articlebar .comment-form-wrp,
    .contact-page .contact-page-wrp {
        max-width: 85%;
        width: 100%;
        margin: 0 auto;
    }

    .articlebar .quote-box h5 {
        margin-bottom: 50px;
    }

    /* faq-page css */
    .faq-page .faq-left-itm {
        max-width: 85%;
        width: 100%;
    }

    .contact-direction-sec .contact-direction-column {
        margin-left: 7%;
    }
  .contact-slider .swiper-button-next.swiper-button-disabled,.contact-slider .swiper-button-prev.swiper-button-disabled{
    display:none;
  }
}
@media screen and (min-width: 1200px) {
.cart-table tr td:nth-child(2){
    width: 50%;
}
}
@media screen and (min-width: 1400px) {
.cart-table tr td:nth-child(2){
    width: 65%;
}
}

@media screen and (min-device-width: 576px) and (max-device-width: 767px) {

    /* discount-sec css */
    .discount-sec .discount-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media screen and (max-width: 1400px) {
    .container {
        padding: 0 15px;
    }

    /* header css */
    .site-header .main-navigationbar .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
        padding: 15px;
    }

    /* footer css */
    .site-footer .footer-col:first-of-type {
        max-width: 260px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 260px;
                flex: 0 0 260px;
        width: 100%;
    }
  .offer-sec .offer-left-image .offer-label {
    right: -4%;
  }
}

@media screen and (max-width: 1199px) {
    :root {
        --h1: normal 400 52px/1.1 var(--second-font);
        --h2: normal 400 36px/1.1 var(--second-font);
        --h3: normal 400 32px/1.1 var(--first-font);
        --h6: normal 400 16px/1.1 var(--first-font);
    }

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

    /* header css */
    .site-header .main-navigationbar .logo-col {
        max-width: 120px;
        width: 100%;
    }
  .site-header .main-navigationbar .main-nav>li:not(:last-of-type) {
    padding-right: 15px;
}
  .site-header .main-navigationbar .main-nav .has-item>a{
    font-size:14px;
        padding-right: 18px;
  }
  .site-header .main-navigationbar .main-nav>.menu-lnk.has-item>a:after {
    top: 28%;
        width: 7px;
    height: 7px;
}
  .site-header .announcebar-left li a svg {
    height: 17px;
    width: 17px;
}
  
    /* footer css */
    .site-footer .footer-logo {
        max-width: 150px;
    }

    .site-footer .footer-col:not(:first-child) {
        padding-left: 20px;
    }

    .site-footer .footer-col:last-of-type {
        max-width: 230px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 230px;
                flex: 0 0 230px;
    }

    .site-footer .footer-row {
        padding: 120px 0 50px;
    }

    .site-footer .bottom-image {
        height: 75px;
    }

    /* main-banner-sec css */
    .main-banner-sec .banner-content {
        padding: 90px 0;
    }
  .main-banner-sec:before {
    background: #00000073;
  }
    /* about-sec css */
    .about-sec .section-title {
        padding-bottom: 20px;
    }

    .about-sec ul {
        gap: 15px;
    }

    .about-sec ul li .about-icon {
        height: 45px;
        width: 45px;
    }

    .about-sec ul li .about-icon svg {
        height: 28px;
        width: 28px;
    }

    /* discount-sec css */
    .discount-sec .discount-label {
        top: 15px;
        left: 15px;
        height: 60px;
        width: 60px;
        font-size: 16px;
    }

    /* offer-sec css */
    .offer-sec .offer-left-image .offer-label {
        height: 90px;
        width: 90px;
        border: 2px solid var(--black);
        font-size: 16px;
    }

    /* testimonial-sec css */
    .testimonial-sec .testimonial-inner {
        padding: 0 30px;
    }

    .testimonial-slider {
        padding: 0px 0 0 20%;
    }

    .testimonial-slider .swiper-slide-next {
        margin-left: -15%;
    }

    /* product-page css */
    .pdp-right-column .pro-features {
        gap: 10px;
    }

    .pdp-right-column .pro-features li:not(:last-of-type) {
        border-right: 0;
        padding-right: 0;
    }

    /* product-list page css */
    .product-filter-body {
        padding: 15px;
    }

    .product-list-view .product-card .product-card-inner {
        padding: 15px;
    }

    .product-list-view .product-card-inner .product-card-image {
        max-width: 200px;
    }

    /* collection-list page css */
    .collection-main-sec .collection-card .collection-content .btn {
        padding: 10px;
    }

    /**** CART PAGE CSS START ****/
    .cart-page-sec .coupon-text-btn-wrp {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .cart-page-sec .coupon-table {
        gap: 15px;
    }

    .cart-table:not(.wishlist-table) tr td.details {
        width: 47%;
    }

    .cart-table .price ins,
    .cart-table .price del {
        font-size: 14px;
    }

  /* blog-page css */
  .blog-grid-sec .blog-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-grid-sec .blog-card-inner .blog-card-image {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  height: auto;
}
  .blog-grid-sec .blg-recent .blog-itm .blog-image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
   /* search popup css start  */
  .search-popup{
    padding:50px 15px 30px;
  }
.partner-logo-item a {
    max-width: 125px;
}
  .offer-sec .offer-content .time-counter {
    margin-bottom: 20px;
}
    .size-table-wrapper{
        max-width: 70%;
  }
  .cart-table tr td:nth-child(2){
    width: 50%;
}
  .blg-recent .section-title h4, .blg-elagant .section-title h4{
    font:var(--h5);
  }
  .register-page .account-info-icon li p{
    font-size:14px;
  }
  .main-search li.predictive-search__list-item{
      width: 33.33% !important; 
}
  .template-search__search, .product-grid-container, .count-desc{
    max-width:100%;
  }
}

@media screen and (max-width: 991px) {
    :root {
        --h1: normal 400 38px/1.1 var(--second-font);
        --h2: normal 400 32px/1.1 var(--second-font);
        --h3: normal 400 28px/1.1 var(--first-font);
        --h4: normal 400 20px/1.1 var(--first-font);
        --h5: normal 400 18px/1.1 var(--first-font);
        --common-text: normal 400 14px/1.4 var(--first-font);
    }
   .price ins {
        font-size: 18px;
    }
    .btn,
    .form-control,
    input:not([type="submit"]),
    input:not([type="checkbox"]),
    input:not([type="button"]),
    input:not([type="radio"]),
    select,
    textarea {
        font-size: 14px;
    }

    .pb {
        padding-bottom: 40px;
    }

    .pt {
        padding-top: 40px;
    }

    .desk-only {
        display: none !important;
    }

    .size-variant-swatch .size-var {
        min-width: 48px;
    }

    /***** SUBSCRIBE POPUP CSS **** */
    .subscribe-popup {
        max-width: 725px;
    }

    /* header css */
    .site-header .main-navigationbar .logo-col {
        max-width: 120px;
        width: 100%;
    }

    .site-header .main-navigationbar .menu-items-col {
        display: none;
    }

    /* footer css */
    .site-footer .footer-col:first-of-type {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .site-footer .footer-logo {
        margin: 0 auto 15px;
    }

    .site-footer .footer-social-icon {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .site-footer .footer-col:nth-child(2) {
        padding-left: 0;
    }

    /* category-sec css */
    .category-sec .category-card .category-btn {
        width: calc(100% - 30px);
        bottom: 15px;
    }

    .category-sec .category-card .category-btn a {
        font-size: 16px;
    }

   /**** WISHLIST PAGE CSS START ****/
    .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label,
    .pro-compare-wrap .pro-compare-left .compare-title,
    .pro-wishlist-wrap .pro-wishlist-left .wishlist-title {
        max-width: 20%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
    }
    .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label.compare-pro-detail,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label.wishlist-pro-detail,
    .pro-compare-wrap .pro-compare-left .compare-detail.compare-title,
    .pro-wishlist-wrap .pro-wishlist-left .compare-detail.wishlist-title {
        max-width: 40%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
    }
    .compare-pro-detail .prod-img a,
    .wishlist-pro-detail .prod-img a {
        padding-top: 100%;
    }
 /**** WISHLIST PAGE CSS START ****/
    /* about-sec css */
    .about-sec .about-left {
        margin-bottom: 30px;
    }

    .about-sec .section-title {
        text-align: center;
    }

    .about-sec .candle-image {
        left: 5%;
        bottom: 5%;
    }

    /* product-sec css */
    /* time-counter */
    .product-card .time-counter .deal-timeline svg {
        display: block;
    }

    .product-card .deal-timeline .counter-dtl {
        display: none;
    }

    .product-card .deal-timeline .counter:not(:last-of-type) .count {
        padding: 0 15px 0 0;
    }

    .product-card .deal-timeline .counter:not(:last-of-type) .count:before,
    .product-card .deal-timeline .counter:not(:last-of-type) .count:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 3px;
        background-color: var(--black);
        right: 2px;
    }

    .product-card .deal-timeline .counter:not(:last-of-type) .count:before {
        top: 3px;
    }

    .product-card .deal-timeline .counter:not(:last-of-type) .count:after {
        bottom: 3px;
    }

    /* partner-logo-sec css */
    .partner-logo-sec .partner-logo-img img {
        max-width: 150px;
    }

    /* offer-sec css */
    .offer-sec .row .col-12:nth-child(3) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .offer-sec .row .col-12:nth-child(2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }

    .offer-sec .row .col-12:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .offer-sec .offer-content {
     margin-bottom:60px;
    }

    .offer-sec .offer-content .time-counter {
        margin-bottom: 20px;
    }

    /* testimonial-sec css */
    .testimonial-card-inner .testimonial-image {
    height: 70px;
    width: 70px;
  }
    .testimonial-sec .testimonial-inner:before {
        height: 100%;
    }

    .testimonial-slider {
        padding: 0 !important;
        height: auto;
    }

    .testimonial-slider .swiper-slide-next {
        margin-left: 0;
    }

    .testimonial-sec .testimonial-inner {
        padding: 40px 15px;
    }

    .testimonial-sec .testimonial-left {
        margin-bottom: 20px;
        text-align: center;
    }

    /* home-blog-sec css */
    .blog-card-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 15px;
      gap:15px 10px;
    }

    .blog-card-image {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
    }

    .blog-card-image,
    .blog-card-image .blog-image {
        height: auto;
    }
.home-blog-sec  .blog-card-inner .blog-content{
  text-align:center;
}

  .newsletter-sec .newsletter-inner{
        max-width: 85%;
  }
    /* common-banner css */
    .common-banner-sec {
        padding: 70px 0;
    }

    /* product-page css */
    .pdp-page-main-sec .left-thumbslider {
        margin: 15px 0 0 0;
    }

    .pdp-page-main-sec .pdp-right-column .pdp-timer {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
      padding-right:20px;
    }

    .pdp-right-column .deal-timeline>span {
        display: none;
    }

    .pdp-right-column .pdp-payment {
        padding: 10px 20px;
    }

    .pdp-right-column .pdp-payment .payment-wrp {
        gap: 10px;
    }

    .pdp-right-column .pdp-payment .payment-wrp img {
        max-width: 40px;
        width: 100%;
    }

    .products-add-cart-sticky .color-variant-swatch,
    .products-add-cart-sticky .size-variant-swatch {
        display: none;
    }

    .product-heading-right-column ul .list-view, .product-filter-right-column #third-tab2 {
        display: none;
    }

    .product-filter-right-column #third-tab1.tab-content {
        visibility: visible;
        opacity: 1;
        height: 100%;
        display: block;
    }

    .product-heading-right-column ul li.three-grid-view {
        background: var(--primary-color);
    }

    /**** CMS PAGE CSS START ****/
    .cms-page ul {
        padding-left: 3px;
    }

    /* blog-page css */
    .blog-grid-sec .blg-recent .blog-itm {
        gap: 15px;
    }

    .blog-grid-sec .blg-recent .blog-itm .blog-image {
        max-width: 100%;
    }

    /**** ABOUT PAGE CSS START ****/
    .about-us-page .about-left-inner .section-title {
        max-width: 100%;
    }

    .about-us-page .about-left-inner .section-title h2 {
        margin-bottom: 20px;
    }

    /* article-page css */
    .article-section .articlebar h4 {
        font-size: 22px;
    }

    .article-section .articlebar .quote-box h5 {
        font-size: 20px;
    }

    .articlebar .quote-box {
        padding-left: 15px;
    }

    /**** CONTACT PAGE CSS START ****/
    .contact-direction-sec {
        margin-bottom: 40px;
    }

    .contact-right-inner {
        margin-bottom: -300px;
    }

    /***** register-page css start *****/
    .register-page .shop-btn {
        margin-top: 20px;
    }

    /**** MY ACCOUNT PAGE CSS START ****/
    .my-acc-sec .order-history-frame {
        margin-bottom: 25px;
    }
    /**** size-table CSS START ****/
    .size-table-wrapper {
        max-width: 90%;
    }
  .pdp-right-column .deal-timeline .counter-dtl {
    display: none;
  }
  /* subscribe popup css start */
  .subscribe-right-col .offer {
    padding: 7px 10px;
  }
  .subscribe-popup .subscribe-inner .row{
    margin:0 -10px;
  }
 .subscribe-popup .subscribe-inner .row [class*=col-] {
    padding: 0 10px;
}
  /* languages - currency css start  */
      .mobile-menu-wrapper .mobile-lag {
    padding: 15px;
    border-bottom: 1px solid var(--black);
    gap: 15px;
}
  .mobile-lag .languages, .mobile-lag .currency {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
  .mobile-menu-wrapper .currency .nice-select .current, .mobile-menu-wrapper .languages .nice-select {
    padding: 10px 35px 10px 15px;
    border: 1px solid var(--black);
    font-size:14px;
    line-height:1;
}
  .mobile-menu-wrapper .currency .nice-select .current:after, .mobile-menu-wrapper .languages .nice-select:after {
    right: 12px;
}
   .mobile-menu-wrapper .currency .nice-select .current:after{
     top:40%;
   }
      .mobile-menu-wrapper .currency .nice-select.open .current:after {
        top: 55%;
    }
  .mobile-menu-wrapper .currency .nice-select .list{
  margin-top:5px;
  width:100%;
}
   .mobile-menu-wrapper .languages .nice-select.disclosure__button[aria-expanded="true"]:after {
      top: 55%;

     transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
/* product card css start */
  .product-card .pro-btn-wrapper .pro-btn a, .product-card .pro-btn-wrapper .pro-btn button, .product-card .product-card-inner .pro-btn-wrapper .pro-btn label {
    width: 27px;
    height: 27px;
  }
  .product-card .pro-btn-wrapper .pro-btn a svg, .product-card .pro-btn-wrapper .pro-btn svg {
    width: 15px;
    height: 15px;
}
  .product-card .deal-timeline{
    max-width:200px;
  }
  .product-card .product-label-wrp .pro-label{
        padding: 5px 7px;
  }

  .pdp-tab-sec ul.tabs {
    gap: 20px;
}
  /* product list page css start */
  .product-list-view .product-card .product-card-inner{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }
  .product-filter-right-column .product-list-view .product-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
}
      .product-list-view .product-card-inner .product-card-image {
        max-width: 100%;
    }
  .product-list-view .product-card-inner .product-content-top{
    margin:15px 0 0 ;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:start;
  }
  .product-list-view .product-content-bottom .rating-wrp,
  .product-list-view .product-card .product-card-inner .pro-btn-wrapper,
  .product-list-view .product-card .price,
  .product-list-view .color-variant-swatch .radio-buttons, .product-list-view .size-variant-swatch .radio-buttons,
  .product-list-view .product-form{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
  .product-list-view .product-card-inner .product-label-wrp{
           position: absolute;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        top: 0;
  }
  .product-heading-row .nice-select{
    font-size:14px;
  }
  .product-list-view .deal-timeline{
    margin-bottom:15px;
  }
  .notify-txt{
    font:var(--h5);
        line-height: 1.4;
  }
.about-full-img-sec .section-title .subtitle, .our-team-sec .subtitle {
    font-size: 14px;
}
      .cart-table tr td:nth-child(2) {
        width: 40%;
    }
  .cart-item__price-wrapper .price--end {
    font-size: 16px;
}
  .articlebar .art-auther {
    margin-bottom: 20px;
    margin-top: 20px;
}
  .comment-item-wrapper .comment-item{
    padding:15px;
  }
  .register-page .login-right-inner .login-right-bottom{
    padding:20px 15px;
  }
  .my-acc-sec .acc-btn-wrp{
        margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {

  
    :root {
        --h1: normal 400 32px/1.1 var(--second-font);
        --h2: normal 400 28px/1.1 var(--second-font);
        --h3: normal 400 24px/1.1 var(--first-font);
    }

    .btn {
        padding: 10px 16px;
    }

    .arrow-wrapper:not(.product-page-arrow) {
        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: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .arrow-wrapper:not(.product-page-arrow) .swiper-button-prev,
    .arrow-wrapper:not(.product-page-arrow) .swiper-button-next {
        position: unset;
        margin: 0;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    .swiper-button-prev svg,
    .swiper-button-next svg {
        height: 18px;
        width: 18px;
    }

    .scroll-progress {
        display: none;
    }

 

    /***** SUBSCRIBE POPUP CSS **** */
    .subscribe-popup {
        max-width: calc(100% - 30px);
    }

    .subscribe-popup,
    .subscribe-popup .subscribe-inner {
        padding: 15px;
    }

    .subscribe-right-col .offer {
        font-size: 18px;
        padding: 8px 12px;
    }

    /* quick-view-popup */
    .quick-view-wrapper {
        padding: 20px 15px;
    }

    .quick-view-left-inner {
        padding: 20px 0 0 0;
    }

    .delivery-popup-inner,
    .ask-qus-inner {
        max-width: calc(100% - 30px);
    }

    .view-all-btn {
        margin-top: 20px;
    }

    .form-control,
    input:not([type="submit"]),
    input:not([type="checkbox"]),
    input:not([type="button"]),
    input:not([type="radio"]),
    select,
    textarea {
        padding: 10px 12px;
    }

    /* header css */
    .site-header .main-navigationbar .logo-col {
        max-width: 100px;
    }

    .site-header .menu-item-right {
        gap: 12px;
    }
  .product-heading-right-column .filter-list-wrp {
    display:none;
  }

    /**** cartdrawer CSS ****/
    .cartdrawer .mini-cart-container {
        border-bottom: 1px solid var(--border-color);
        padding: 0 15px;
    }

    .cartdrawer .mini-cart-header {
        padding: 16px 0px 16px 0px;
        border-bottom: 0;
    }

    .cartdrawer .closecart {
        width: 20px;
        height: 20px;
    }

    .cartdrawer .mini-cart-body,
    .coupon-popup .coupon-body,
    .cartdrawer .mini-cart-footer .cart-footer-top {
        padding: 15px;
    }

    .cartdrawer .free-shipping-txt {
        font-size: 14px;
    }

    .cartdrawer .mini-cart-footer-total-row {
        font-size: 18px;
        line-height: 18px;
    }

    .cartdrawer .minicart-btn-wrapper .cart-bottom-btn {
        padding: 15px 18px;
    }

    .gift-popup .gift-body {
        padding: 20px 15px;
    }

    /* footer css */
      .footer-row .acnav-list1 {
        display: none;
    }
    .index .site-footer {
        margin-bottom: 60px;
    }

    .site-footer .footer-col .footer-widget .footer-acnav {
        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;
        margin: 0;
        padding: 0;
    }

    .site-footer .footer-acnav.is_open>svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .site-footer .footer-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .site-footer .footer-social-icon li a {
        height: 26px;
        width: 26px;
    }

    .site-footer .footer-social-icon li a svg {
        width: 14px;
        height: 14px;
    }

    .site-footer .footer-col:last-of-type {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .site-footer .footer-col h2:after {
        display: none;
    }

    .site-footer .footer-col:not(:nth-child(1), :nth-child(2)) {
        padding: 10px 0 0 !important;
    }

    .footer-row .footer-acnav-list {
        display: none;
        padding: 10px 0;
    }

    .site-footer .footer-row {
        padding: 40px 0;
    }

    .site-footer .footer-bottom {
        padding: 15px 0px;
    }

    .site-footer .bottom-image {
        height: 100px;
    }

    .product .site-footer {
        margin-bottom: 68px;
    }
.site-footer .footer-bottom .footer-copyright{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}
    /* category-sec css */
    .category-sec .grid-wrapper {
            grid-template-areas:
            "item-2 item-2"
            "item-1 item-3"
            "item-4 item-5"
    }

    .category-sec .grid-wrapper .category-card>a {
        padding-top: 100%;
    }

    .category-sec .category-card a img {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* about-sec css */
    .about-sec .about-right {
        gap: 20px 40px;
    }

    .about-sec .about-right .about-image-wrp.image-1,
    .about-sec .about-right .about-image-wrp.image-2,
    .about-sec .about-right .about-image-wrp.image-3 {
        display: none;
    }

    .about-sec .about-right .about-image-wrp {
        max-width: 100%;
    }

    /* product-sec css */
    .product-card .product-card-inner .pro-btn-wrapper .pro-btn,
    .product-card:hover .time-counter,
    .product-card:hover .product-label-wrp {
        opacity: 1;
        visibility: visible;
        transform: translatey(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .product-label-wrp {
        top: 10px;
      gap:7px;
    }

    .product-card .product-card-inner .pro-btn-wrapper {
        top: 10px;
        right: 10px;
    }

    .product-card .product-content .product-content-top .rating-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }

    /* partner-logo-sec css */
    .partner-logo-sec {
        padding: 20px 0;
    }

    /* discount-sec css */
    .discount-sec .discount-left {
        padding: 80px 15px 20px;
    }

    .discount-sec .discount-left .discount-content {
        max-width: 100%;
    }

    .discount-sec .discount-right {
        margin-top: 15px;
        gap: 15px;
        height: auto;
    }

    .discount-sec .discount-label {
        height: 45px;
        width: 45px;
        font-size: 14px;
              margin: 0 auto;
        right: 15px;
    }

    /* testimonial-sec css */
    .testimonial-sec .testimonial-card-inner {
        padding: 15px;
    }

    .testimonial-card-inner .testimonial-image {
        height: 60px;
        width: 60px;
    }

    .testimonial-sec .swiper-button-next,
    .testimonial-sec .swiper-button-prev {
        background-color: var(--white);
        border-color: var(--black);
    }

    /* newsletter-sec css */
    .newsletter-sec .newsletter-inner {
        padding: 15px;
        max-width: 100%;
        margin: 0 0 40px;
    }
    /* product-page css */
    .pdp-left-column {
        max-width: 500px;
        margin: 0 auto;
    }

    .pdp-page-main-sec .pdp-right-column {
        margin-top: 20px;
    }

    .pdp-page-main-sec .pdp-right-column .rating-wrapper svg {
        width: 120px;
    }

    .sticky-pro-info {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .sticky-pro-inner .sticky-image {
        display: none;
    }

    .pdp-right-column .qnty-btn-wrp .qty-spinner {
        max-width: 100px;
    }

    .pdp-right-column .qnty-btn-wrp .qty-spinner button {
        height: 22px;
        width: 22px;
    }

    /* pdp-tab-sec css */
    .pdp-tab-sec .description-info,
    .pdp-tab-sec .description-info h3,
    .pdp-tab-sec .description-content:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .pdp-tab-sec .tab-head-row {
        padding: 15px;
    }

    .pdp-tab-sec ul.tabs {
        gap: 10px;
    }

    .product-review-form {
        padding: 20px 15px;
    }

    /* product-list psge css */
    .product-heading-column .filter-title {
        background-color: transparent;
        display: block;
        max-width: 36px;
        padding: 6px;
        border: 1px solid var(--border-color);
    }

    .filter-title .icon {
        display: none;
    }

    .product-heading-column .filter-title h2 {
        display: none;
    }
    .product-listing-sec .product-heading-row .row [class*="col-"] {
        padding: 0;
    }

    .product-listing-sec .product-sorting-row {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .product-filter-left-column {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 320px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-top: 0px !important;
        background: var(--white);
        transform: translate(-100%, 0px);
        -webkit-transform: translate(-100%, 0px);
        -moz-transform: translate(100%, 0px);
        -ms-transform: translate(100%, 0px);
        -o-transform: translate(100%, 0px);
        transition: all 500ms ease-in-out 0s;
        -webkit-transition: all 500ms ease-in-out 0s;
        -moz-transition: all 500ms ease-in-out 0s;
        -ms-transition: all 500ms ease-in-out 0s;
        -o-transition: all 500ms ease-in-out 0s;
        z-index: 4;
    }

    .filter_open .product-filter-left-column {
        overflow: auto;
        height: 100%;
        transform: translate(0);
        -moz-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);

    }

    .product-filter-body {
        padding: 40px 0px;
        background: none;
    }

    .product-filter-body .close-filter {
        display: block;
    }

    .product-widget:not(:last-of-type) {
        margin-bottom: 0;
    }
      /*  */
  .mobile-facets__open .icon {
      display: block;
      width: 25px;
       height:25px;
      margin: 0 auto;
    }
    .mobile-facets__open{
      max-width: 35px;
      border: 1px solid var(--border-color);
      padding: 2px;
      display: block;
    }
    .product-heading-column .filter-title {
      display: block;
      padding: 0;
      border: 0;
      cursor: pointer;
    }
     .mobile-facets{
      position: fixed;
      top: 0;
      background: var(--white);
      left: 0;
      max-width: 300px;
      width:100%;
      height: 100%;
      z-index: 4;
      overflow: hidden;
      transition: all ease-in-out 0.5s;
      -webkit-transform: translate(-100%, 0px);
      -ms-transform: translate(-100%, 0px);
      transform: translate(-100%, 0px);
      -webkit-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
    }
    .mobile-open .mobile-facets{
      -ms-transform: translate(0);
      -webkit-transform: translate(0);
      transform: translate(0);
      /* overflow: auto; */
      height: 100%;
    }
    .product-filter-body {
      padding: 40px 15px;
      background: var(--white);
      border: 0;
    }
    .close-filter {
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: fixed;
      top: 0px;
      right: auto;
      left: 0px;
      z-index: 101;
      width: 30px;
      height: 30px;
      padding: 7px;
      opacity: 0;
      transition: opacity .4s ease;
      background: var(--primary-color);
      pointer-events: none;
      -webkit-transition: opacity .4s ease;
      -moz-transition: opacity .4s ease;
      -ms-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
    }
    .mobile-open .close-filter {
      opacity: 1;
      pointer-events: visible;
     }
    .close-filter svg {
      height: 100%;
      width: 100%;
    }
    .close-filter svg path{
      fill: var(--black);
    }
    .product-filter-body .close-filter {
      display: block;
    }
    .product-widget {
      padding: 0px 0px;
    }
        .small-hide, .medium-hide {
      display: none !important;
    }
    .mobile-facets__item .color-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right:0;
    }
    .active-facets.active-facets-mobile, .product-count.light {
        display: none !important;
    }
      .product-heading-column .filter-title h2 {
        display: none;
    }
      .product-listing-section .product-heading-row .row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
    }
      .product-widget>.pro-itm>.acnav-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-sorting-row {
        -webkit-box-pack: end;
                justify-content: end;
        -ms-flex-pack: end;
    }
    .product-heading-row .nice-select {
         font-size: 14px;
          background-position: calc(100%) 50%;
    }
    .product-heading-row .sort-lbl {
        margin-right: 0;
    }
    /**** CMS PAGE CSS START ****/
    .cms-page p {
        padding-left: 0px;
    }

    .shipping-page .shipping-tbl {
        max-width: 100%;
    }

    .my-acc-sec table tr td {
        padding: 5px 15px;
    }

    .shipping-page table tr th,
    .shipping-page table tr td,
    .order-history-tbl tr th,
    .order-history-tbl tr td {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .shipping-page table td::before,
    .order-history-tbl td::before {
        content: attr(data-label) ":";
        float: left;
        font-weight: 600;
        color: var(--black);
        text-transform: uppercase;
    }
 /**** WISHLIST PAGE CSS START ****/
      .pro-compare-left, .pro-wishlist-left{
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: none;
    }
    .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label,
    .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label.compare-pro-detail,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label.wishlist-pro-detail {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 0;
    }
    .pro-compare-scroll .compare-wrap .compare-val-prod,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
        display: block;
    }
    .compare-pro-detail .prod-img a,
    .wishlist-pro-detail .prod-img a {
        padding-top: 40%;
    }
    .compare-data-label,
    .wishlist-data-label {
        margin-bottom: 20px;
    }
    .compare-pro-detail .compare-val-prod .prod-title,
    .wishlist-pro-detail .wishlist-val-prod .prod-title {
        font-size: 18px;
    }
    .pro-compare-right,
    .pro-wishlist-right {
        border: 1px solid var(--border-color);
    }
    .compare-wrap,
    .wishlist-wrap {
        padding: 20px 15px 0;
    }
  .compare-wrap:last-of-type,
    .wishlist-wrap:last-of-type{
      border-bottom:none;
    }
  .wishlist-pro-btn .cart-form, .compare-pro-btn  .cart-form{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pro-compare-sec .pro-compare-wrap, .pro-wishlist-sec .pro-wishlist-wrap {
    margin-bottom: 25px;
}
  .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label:last-of-type,
  .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label:last-of-type {
    margin-bottom:10px;
  }
   /**** WISHLIST PAGE CSS START ****/
    /**** ABOUT PAGE CSS START ****/
    .about-us-page .about-left-inner .section-title {
        margin-bottom: 20px;
    }

    .about-us-page .about-left-inner .section-title h2 {
        line-height: normal;
    }

    /* article-page css */
    .articlebar .art-top-heading,
    .articlebar .quote-box,
    .articlebar .about-user {
        margin-bottom: 20px;
    }

    .articlebar p,
    .articlebar .art-auther,
    .articlebar h4,
    .articlebar h5 {
        margin-bottom: 15px;
    }

    .articlebar .art-tags-icons-wrp .tags-ul li {
        padding: 2px 6px;
    }

    .articlebar .art-tags-icons-wrp label {
        margin-right: 10px;
    }

    .articlebar .art-tags-icons-wrp {
        padding: 10px;
        margin-bottom: 20px;
    }

    .articlebar .comment-form {
        max-width: 100%;
        padding: 20px 0;
    }

    .article-section .articlebar h4 {
        font-size: 18px;
    }

    .article-section .articlebar .quote-box h5 {
        font-size: 16px;
    }

    /* faq-page css */
    .faq-page .faq-acnav .set:not(:last-of-type) {
        margin-bottom: 15px;
    }

    /* contact-page css */
    .contact-right-column {
        margin-top: 0;
    }

    .contact-left-inner ul li h5 {
        margin-bottom: 10px;
    }

    .contact-left-inner ul .social-link {
        margin-bottom: 20px;
    }

    .contact-right-inner {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .contact-direction-sec {
        padding: 0px;
    }

    .contact-direction-sec .contact-direction-column .direction-logo {
        max-width: 120px;
        width: 100%;
    }

    /* cart-page css */
    .cart-page-sec .subtotal .price ins {
        font-size: 18px;
    }

    .cart-table:not(.wishlist-table) tr td.details {
        width: 100%;
    }

    .cart-table tr th,
    .cart-table tr td {
        text-align: center !important;
    }

    .cart-table .price,
    .cart-table .product-option,
    .cart-table tr td .quantity-wrp {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .cart-table {
        border: 1px solid var(--border-color);
        border-bottom: 0;
    }

    .cart-table tr td .name-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    /**** REGISTER PAGE CSS START ****/
  
    .login-page .section-title {
        text-align: center;
    }
    .login-page .login-left-inner {
        margin-bottom: 30px;
    }
    .register-page .account-info-icon li a {
        height: 50px;
        width: 50px;
    }

    .register-page .account-info-icon li a svg {
        height: 22px;
        width: 22px;
    }

    .register-page .login-form-inner .form-container .forgot-pass {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-justify-content: center;
    }
    .register-page .login-form-inner {
        padding: 15px;
    }

    .register-page .form-container .btn,
    .register-page .login-form-inner .create-btn {
        width: auto;
    }

    .register-page .login-btn-wrp,
    .register-page .account-btn {
        text-align: center;
    }

    .register-page .login-right-inner .login-right-top {
        padding: 0 0 20px 0;
    }

    .register-page .login-right-inner .login-right-bottom {
        padding: 15px;
    }

    /**** ADDRESS PAGE CSS START ****/
    .add-primary {
        margin-bottom: 20px;
    }

    .my-add-sec .adress-main-list {
        margin: 20px 0 0;
    }

    /* ERROR PAGE CSS START */
    .error-main-sec .eroor-content .large-text {
        font-size: 70px;
    }

    /**** ACCOUNT PAGE CSS START ****/
    .my-acc-sec .account-details ul li label {
        max-width: 20%;
    }

    .my-acc-sec .account-details ul li {
        padding: 10px 0px;
    }

    .my-acc-sec .acc-btn-wrp {
        margin-top: 20px;
    }

    .my-acc-sec table tr {
        padding: 5px 0px;
        border: 0;
    }

    .my-acc-sec table tr:not(:last-of-type) {
        border-bottom: 1px solid var(--border-color);
    }

    /* ORDER PAGE CSS START */
    .order-main-sec .order-history-list .order-title {
        margin-bottom: 20px;
        text-align: center;
    }
  
    /**** size-table CSS START ****/
    .size-tbl td::before {
        content: attr(data-label) ":";
        float: left;
        font-weight: 600;
        color: var(--black);
    }
    .size-tbl tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .size-tbl tr:nth-child(even) {
        background-color: var(--grey);
    }
  .pdp-right-column .pro-features li a, .pdp-right-column .pro-features .pro-features-btn {
    font-size: 14px;
  }


  /* search popup css start  */

  .search-popup .close-search{
        right: 15px;
    top: 15px;
  }
    .search-popup {
        padding: 40px 15px 20px;
    }
  .search-popup .search-form button svg{
    width:16px;
    height:16px;
  }
  .section-title.line h2 {
    padding-bottom: 8px;
}
  /* cart popup css start  */
  .cartDrawer .related-cart-text h4 {
    font-size: 16px;
  }
  .cartDrawer .related-cart-price {
    font-size: 14px;
  }
  .cartdrawer .mini-cart-title, .cartdrawer .cart-rating, .cartdrawer .pvarprice {
    margin-bottom: 10px;
}
  .discount-sec .discount-left .discount-content p {
    margin-bottom: 20px;
}
  .discount-sec .discount-left .discount-content h4{
        margin-bottom: 15px;
    font-size:18px;
  }
  .discount-sec .discount-left .discount-content h3{
    margin-bottom:20px;
  }

  .discount-sec .discount-right .discount-label{
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
  }
  .quick-view-popup .arrow-wrapper:not(.product-page-arrow){
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
  }
      .testimonial-sec .testimonial-inner {
        padding: 30px 15px;
    }
  /* product page css start */
  .product-slider-wrapper{
    max-width:500px;
    width:100%;
    margin:0 auto;
  }
  .pdp-page-main-sec .pdp-right-column .pdp-custom-des>p {
    margin-bottom: 15px;
  }
  .pdp-right-column .color-variant-swatch, .pdp-right-column .size-variant-swatch {
    margin-bottom: 15px;
  }
  .common-banner-sec {
        padding: 50px 0;
    }
  .filter-cat li:not(:last-of-type) {
    padding-right: 25px;
}
  .filter-cat li{
    font:var(--h3);
  }
  .filter-cat li:not(:last-child):after{
    font-size: 20px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pdp-right-column .pro-features {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pdp-right-column .pro-details {
    margin-bottom: 15px;
}
  .coupon-code input {
    padding: 10px 80px 10px 12px;
}
  .pdp-right-column .qnty-btn-wrp,.cart-form {
    gap: 10px;
  }
  .sticky-pro-info, .products-add-cart-sticky .qty-spinner {
        display: none;
    }
      .products-add-cart-sticky .nice-select {
        max-width: 50%;
    }
    .products-add-cart-sticky .sticky-pro-inner .sticky-btn span {
    display: none;
}
  .products-add-cart-sticky .sticky-pro-inner .sticky-btn{
    padding:10px;
  }
    .products-add-cart-sticky .sticky-pro-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  .jdgm-form__fieldset .jdgm-btn{
    font-size:14px !important;
  }
  .collection-main-sec .collection-card{
    margin-bottom:50px;
  }
  .newsletter-inner .subscribe-form-wrapper .subscribe-btn svg{
    width:18px;
    height:18px;
  }
  .product-filter-right-column .grid-product .row
{
      margin: 0 -7.5px;
}
  .mobile-facets__summary{
    padding:0 0 15px 0 !important ;
  }
  .product-widget:last-of-type .mobile-facets__summary{
     padding:0 0 0px 0 !important ;
  }
  .product-filter-right-column .product-card {
    margin-bottom: 20px;
}
  .notify-send-btn button{
        padding: 10px 25px;
  }
  .notify-send-btn input{
        padding: 10px 90px 10px 12px;

  }
  .color-variant-swatch label.size-var, .quick-view-left .color-variant-swatch .size-var{
        min-width: 60px;
  }
  .color-variant-swatch .var-image{
        height: 50px!important;
    width: 50px!important;
  }
  .size-popup .size-form{
    padding:15px;
  }
  .size-popup .size-form h4{
        margin-bottom: 15px;
  }
  .cart-table tr td:nth-child(2){
    width:100%;
  }
 .cart-table tr td:not(:last-of-type){
    padding-bottom:0;
  }
  .cart-table tr td{
    padding-top:12px;
  }
  .cart-page-sec #cart-gift-wrap{
    padding:10px 15px;
     margin-top: 20px;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    text-align:center;
  }
  .cart-page-sec .coupon-table{
        margin-top: 20px;
  }
 .contact-direction-sec .contact-direction-column{
       max-width: 290px;
   margin:0 auto;
       left: 0;
    right: 0;
       padding: 20px;
 }
  .faq-right-itm{
    margin-top:30px;
  }
      table.shipping-tbl td:before, .order-history-tbl td:before{
        content: attr(data-label) ":";
        float: left;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
        color: var(--black);
        font-size:12px;
    }
   .shipping-tbl {
        max-width: 100%;
        margin: 0 0 20px;
    }
  table.shipping-tbl tr td, .order-history-tbl tr td{
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
 table.shipping-tbl tr td, .order-history-tbl tr td {
        padding: 7px 10px;
    }
 .blg-elagant .product-card .deal-timeline svg{
   display:none;
 }
  .blg-elagant .product-card .product-card-image .img-wrapper{
    padding-top:100%;
  }
  .articlebar .comment-form-wrp{
    padding:15px;
  }
  .comment-item-wrapper .comment-item .comment-item-image {
    width: 45px;
    height: 45px;
}
  .comment-item-wrapper .comment-item .comment-item-inner {
    gap: 10px;
}
  .adress-main-list .adress-list .add-default {
        text-align: center;
    }
  .acc-details p, .acc-details h4 {
    margin-bottom: 15px;
}
    .adress-main-list .form-group {
    text-align: left;
}
  .addresses [aria-expanded=true]~div[id] {
    margin: 20px 0 0;
  }
  #recover .form-container:last-of-type{
    text-align:center;
  }
  .customer.reset-password{
    padding:20px 15px;
  }
    .main-search li.predictive-search__list-item{
      width: 50% !important; 
}
   .acc-back-btn-wrp{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
    .grid-wrapper>.item-1 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }
    .grid-wrapper>.item-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
    .grid-wrapper>.item-3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2
    }
    .grid-wrapper>.item-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }
    .grid-wrapper>.item-5 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2
    }
}



@media screen and (max-width: 575px) {
    :root {
        --h1: normal 400 28px/1.1 var(--second-font);
        --h2: normal 400 26px/1.1 var(--second-font);
        --h3: normal 400 22px/1.1 var(--first-font);
    }
  #cookie_message{
    left:10px ;
  }
.shipping-tbl tr td {
  padding: 10px;
}
    .subtitle {
        font-size: 18px;
          margin-bottom: 10px;

    }

    .size-variant-swatch .radio-buttons {
        gap: 6px;
    }

    .size-variant-swatch .size-var {
        min-width: 40px;
        height: 30px;
        font-size: 13px;
    }

    /***** SUBSCRIBE POPUP CSS **** */
    .subscribe-popup .subscribe-left-col {
        display: none;
    }

    .subscribe-popup .subscribe-right-col {
        max-width: 100%;
      text-align:center;
    }
  .subscribe-popup .common-close{
        top: 5px;
    right: 5px;
  }
  .subscribe-right-col .subscribe-form input{
        padding: 14px 50px 14px 14px;
  }
    /* cookie-popup css */
    .cookie-popup {
        bottom: 10px;
        right: 10px;
        max-width: 300px;
        padding: 20px;
    }

    /***** mobile-sticky-wrp *****/
    .mobile-sticky-wrp {
        padding: 10px 15px;
    }

    .mobile-sticky-wrp span {
        font-size: 12px;
    }

    .mobile-sticky-wrp svg {
        width: 18px;
        height: 18px;
    }

    /* header css */
    .site-header .menu-item-right>li>a svg {
        width: 18px;
        height: 18px;
    }
    .product-heading-row .nice-select {
        width: 160px;
    }
    /***** SEARCH POPUP CSS **** */


    .common-close::before,
    .common-close::after {
        width: 16px;
    }

    /**** cartdrawer CSS ****/
  
    .progress-icon {
        width: 40px;
        height: 40px;
    }
    .progress-icon svg {
        height: 28px;
        width: 28px;
    }
      .cartdrawer .free-shipping-txt {
        font-size: 13px;
    }
    .cartdrawer .mini-cart-image {
        width: 85px;
    }
    .cartDrawer .related-cart-text h4,
  .cartDrawer .related-cart-price{
      font-size: 14px;
    }
    .cartdrawer .mini-cart-title .mini-cart-pro-title {
        max-width: 130px;
    }

    .mini-cart-details .qty-spinner {
               height: 30px;
        max-width: 85px;
    }
.cartDrawer .related-cart-inner{
  padding:12px;
}
    .cartdrawer .mini-cart-footer-icons .footer-bottom-icon {
        padding: 10px;
    }

    .cartdrawer .mini-cart-footer .footer-bottom-icon svg,
    .coupon-popup .coupon-body .coupon-txt svg {
        width: 24px;
        height: 24px;
    }

    .coupon-popup .close-coupon,
    .gift-popup .close-gift {
        width: 22px;
        height: 22px;
    }

    .gift-popup .close-gift {
        right: 0;
    }

    /*****  MOBILE MENU CSS  *****/
    .mobile-menu-wrapper .menu-close-icon,
    .mobile-menu-wrapper .mobile-menu-bar>ul {
        padding: 15px;
    }

    /* ==ask qustion popup & delivery popup== */
    .ask-qus-popup {
        padding: 0 15px;
    }

    .del-form-wrapper .shipping {
        margin-top: 15px;
    }

    .del-form-wrapper .parcel h3,
    .del-form-wrapper .shipping h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ask-form-wrapper .common-close,
    .del-form-wrapper .common-close {
        top: 10px;
        right: 10px;
    }

    .ask-form-wrapper,
    .del-form-wrapper {
        padding: 30px 15px 20px;
    }

    /* footer css */
  .site-footer .footer-bottom .footer-copyright p{
    font-size:12px;
  }
    .site-footer .footer-logo {
        max-width: 100px;
    }

    .site-footer .bottom-image {
        display: none;
    }

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

    /* main-banner-sec css */
    .main-banner-sec .banner-content {
        padding: 50px 0;
    }

    /* category-sec css */
    .category-sec .category-card .category-btn {
        width: calc(100% - 15px);
        bottom: 7.5px;
    }

    .category-sec .category-card .category-btn a {
        font-size: 12px;
        padding: 6px;
    }

    /* about-sec css */
    .about-sec .about-right {
        gap: 15px;
    }

    .about-sec .about-right .about-image-wrp {
        max-width: 100%;
    }

    .about-sec .about-right .about-image-wrp.image-3 {
        position: unset;
    }

    .about-sec .about-right .about-image-wrp:nth-child(1),
    .about-sec .about-right .about-image-wrp:nth-child(2) {
        padding: 0;
    }

    .about-sec ul li {
        max-width: 100%;
    }

    .about-sec ul li .about-icon {
        height: 38px;
        width: 38px;
    }

    .about-sec ul li .about-icon svg {
        height: 26px;
        width: 26px;
    }

    .about-sec .candle-image {
        left: 5%;
        top: 15px;
        bottom: auto;
        max-width: 50px;
    }
    /* partner-logo sec */
    .partner-logo-sec .partner-logo-img img {
        max-width: 120px;
    }

    /* offer-sec css */
    .offer-sec .offer-left-image {
        margin-bottom: 20px;
    }

    .offer-sec .offer-content {
        margin-bottom: 30px;
    }

    .offer-sec .offer-left-image .offer-label {
        height: 60px;
        width: 60px;
        font-size: 12px;
      right:0;
          top: -5%;
    }

    /* newsletter-sec css */
    .newsletter-sec {
        padding-top: 10px;
    }

    .newsletter-sec .newsletter-inner .newsletter-bg-1 {
        top: -25px;
        left: 0;
        max-width: 10vw;
    }

    .newsletter-sec .newsletter-inner .newsletter-bg-2 {
        top: -20px;
        right: 0;
        max-width: 15vw;
    }

    /* common-banner css */
    .common-banner-sec {
        padding: 40px 0;
    }
    .filter-cat li ,.filter-cat li:not(:last-child):after{
        font-size: 18px;
    }
    .filter-cat li:not(:last-of-type) {
        padding-right: 18px;
        margin-right: 10px;
    }
.common-banner-sec .section-title{
  margin-bottom:15px;
}
    /* product-page css */
    .pdp-right-column .pdp-payment .payment-wrp img {
        max-width: 30px;
    }
    .pdp-right-column .pdp-payment .payment-wrp {
        gap: 4px;
    }
  .pdp-right-column .qnty-btn-wrp .buy-btn button {
    padding: 12px 15px;
    font-size:14px;
  }
  .pdp-right-column .qnty-btn-wrp .btn svg {
    height: 16px;
    width: 16px;
}
  .products-add-cart-sticky .nice-select {
        max-width: 65%;
    }
  /*  discount section */
  .discount-sec .discount-image {
    padding-top: 60%;
  }
    /* pdp-tab-sec css */
  .jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn{
    padding:10px !important;
    font-size:13px !important;
  }
    .pdp-tab-sec ul.tabs li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
    }

    .pdp-tab-sec ul.tabs li a {
        padding: 0;
        border: 0;
    }

    .pdp-tab-sec ul.tabs li.active a,
    .pdp-tab-sec ul.tabs li a:hover {
        background: none;
        border: 0;
        color: var(--primary-color);
    }

    .pdp-tab-sec #pdp-tab-2 .product-info li span,
    .pdp-tab-sec #pdp-tab-2 .product-info li p {
        padding: 10px;
    }

    .product-listing-sec .pagination {
        margin: 10px 0 0 auto;
    }

    .product-listing-sec .pagination li {
        height: 28px;
        width: 28px;
    }
   .out-of-stock-form {
      max-width: calc(100% - 30px);
      padding: 50px 15px 20px;
   }
    /* collection-page css */
    .collection-main-sec .row [class*="col-"]:last-of-type .collection-card {
        margin-bottom: 25px;
    }

    /* blog-page css */
     .blg-elegant {
        margin-bottom: 20px;
    }

    .blog-grid-sec .blog-rightbar .row [class*="col-"]:last-of-type .blog-card {
        padding: 0;
    }

    /**** ABOUT PAGE CSS START ****/
    .about-counter-sec .row {
        row-gap: 20px;
    }

    /**** ARTICLE PAGE CSS START ****/
    .articlebar .art-tags-icons-wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        gap: 15px;
    }

    .articlebar .quote-box {
        padding-left: 0;
        border-left: 0;
    }

    .articlebar .article-img {
        height: 150px;
    }
    /**** WISHLIST CSS START ****/
    .compare-data-label:before,
    .wishlist-data-label:before {
        font-size: 14px;
    }
    .compare-pro-detail .compare-val-prod .prod-title,
    .wishlist-pro-detail .wishlist-val-prod .prod-title {
        font-size: 16px;
    }
  .pro-compare-sec .compare-bottom-btn .btn, .pro-wishlist-sec .wishlist-bottom-btn .btn {
    min-width: 137px;
}
    .compare-data-label,
    .wishlist-data-label {
        margin-bottom: 15px;
    }
     /**** WISHLIST CSS START ****/
     .faq-page .set .acnav-label{
       font-size:14px;
     }

    /**** CONTACT US page CSS START ****/
    .contact-about-sec .row [class*="col-"]:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .contact-about-sec .contact-slider-inner {
        gap: 10px;
    }
  .contact-left-inner{
    text-align:center;
  }
  .contact-left-inner ul .social-link .social-icons{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
  .contact-form .form-container .form-heading,
  .contact-form .form-container{
    text-align:center;
  }
.contact-form .form-container .form-group label{
  width:100%;
  text-align:left;
}
  .contact-slider-image{
    width:30px;
    height:30px;
  }
    /**** CART PAGE CSS START ****/
    .cart-page-sec .continue-btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
      text-align:center;
    }
.cart-page-sec .subtotal .price.cart_price{
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}
    .cart-page-sec .subtotal {
        gap: 5px;
      -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;
              width: 100%;
        text-align: center;
    }
      .cart-item__price-wrapper .price--end {
        font-size: 14px;
    }
.cart-page-sec #cart-gift-wrap .gift-cart-dtl span{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}
    /**** REGISTER PAGE CSS START ****/
    .register-page .account-info-icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
     .login-page .account-info-icon li {
        max-width: 100%;
    }
 .login-page .form-group {
    margin-bottom: 15px;
}
    /* address-page css */
    .my-add-sec .main-new-address .back-btn,
    .my-add-sec .main-new-address .section-title,
    .acc-details p,
    .acc-details h2 {
        margin: 0 0 15px;
    }

    /* ERROR PAGE CSS START */
    .error-main-sec .eroor-content .large-text {
        font-size: 50px;
    }

    /**** ACCOUNT PAGE CSS START ****/
    .my-acc-sec .acc-btn-wrp .acc-btn {
        padding: 10px 14px;
    }

    /**** ORDER PAGE CSS START ****/
    .order-payment-box {
        max-width: 100%;
        padding: 15px;
    }

    .order-address-inner .address-title {
        margin-bottom: 15px;
    }

    .order-address-sec .row [class*="col-"]:not(:last-of-type) {
        margin-bottom: 20px;
    }

    /* product-notification css */
    .product-notification {
        left: 10px;
        width: 300px;
    }
    .product-notification.active {
        bottom:60px;
    }
      .cartDrawer .related-cart-inner .related-image a {
        padding-top: 85%;
    }
  /* partner logo section css start */
      .partner-logo-item a {
        max-width: 100px;
    }
      .product-filter-right-column .product-list-view .product-card {
        width: 100%;
    }
  .my-acc-sec .account-details ul li label {
        max-width: 25%;
    }
      .my-acc-sec .account-details ul li p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
      .main-search li.predictive-search__list-item{
      width: 100% !important; 
}
  .article-bnr-img img{
             min-height: 200px;
        -o-object-fit: cover;
           object-fit: cover;
  }

@font-face {
  font-family: 'Ngetic Modern';
  src: url('{{ "NgeticModern.woff2" | asset_url }}') format('woff2'),
       url('{{ "NgeticModern.woff"  | asset_url }}') format('woff'),
       url('{{ "NgeticModern.otf"   | asset_url }}') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ngetic Modern';
  src: url('{{ "NgeticModern-Italic.otf" | asset_url }}') format('opentype');
  font-weight: normal;
  font-style: italic;
}

<!-- In theme.liquid or appropriate layout file -->
/* === Font Face for Ngetic Modern === */
@font-face {
  font-family: 'Ngetic Modern';
  src: url('{{ "NgeticModern-Regular.woff2" | asset_url }}') format('woff2'),
       url('{{ "NgeticModern-Regular.woff" | asset_url }}') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* === Desktop Defaults: Use Ngetic Modern === */
body,
p,
a,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ngetic Modern', sans-serif;
}

/* === Mobile Overrides === */
@media (max-width: 767px) {
  /* Body text switches to Montserrat */
  body,
  p,
  a,
  span,
  div,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Montserrat', sans-serif !important;
  }

  /* Keep h1 as Ngetic Modern */
  h1 {
    font-family: 'Ngetic Modern', sans-serif !important;
  }
}

  
}