/** Shopify CDN: Minification failed

Line 11847:0 All "@import" rules must come first

**/


/* !!!!        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;
}
a.wishlist-btn {
    position: relative;
}
html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    /* overflow-x: hidden; */
}
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 {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
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;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-family: var(--second-font);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]: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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--black);
}
:-ms-input-placeholder {
    color: var(--black);
}
::-moz-placeholder {
    color: var(--black);
}
::-ms-input-placeholder {
    color: var(--black);
}
::placeholder {
    color: var(--black);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}
body {
    color: var(--black);
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--second-font);
}
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;
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
/* !!!!             GRID CSS                !!!! */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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%;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.align-items-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
}
.align-items-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
}
.align-items-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.justify-content-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.justify-content-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.justify-content-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.justify-content-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.desk-only,
.hidden,
.visually-hidden,
[hidden] {
    display: none !important;
}
.mobile-only {
    display: block !important;
}
/*****  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%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@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%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@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%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@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%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@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%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@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%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
/* !!!!          NICE SELECT CSS           !!!! */



.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: solid 1px var(--border-color);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 35px 10px 15px;
  width: 100%;
  border-radius: 10px;
  color:var(--white);
}

.nice-select:after {
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white);
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.nice-select.open:after {
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -moz-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  -o-transform: translateY(-50%) rotate(-135deg);
}
.product-card .nice-select {
    background-color: transparent;
}
.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.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;
}
.nice-select .list {
  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;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  -webkit-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;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 2;
  width: 100%;
  -moz-transform: scale(0.75) translateY(-21px);
  -o-transform: scale(0.75) translateY(-21px);
  -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 .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;
  color: var(--black);
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.disclosure__list-wrapper .disclosure__item a.disclosure__link--active,
.disclosure__list-wrapper .disclosure__item a:hover {
  background-color: #e3dedf;
  color: var(--black);
}
.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;
}
/* !!!!          SLICK SLIDER CSS           !!!! */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    outline: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
}
.slick-dots li:not(:last-child) {
    margin-right: 15px;
}
.slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    width: 8px;
    background: var(--white);
    border-radius: 100%;
    border: 1px solid var(--theme-color);
    cursor: pointer;
}
.slick-dots li.slick-active {
    background: var(--theme-color);
}
.slick-dots li button {
    display: none;
}
.slick-arrow {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 45%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 100%;
    padding: 0;
    background: var(--theme-color) url('right-dbl-arrow.svg');
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.slick-arrow.slick-next {
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
}
.slick-arrow.slick-prev {
    right: auto;
    left: 0;
    -webkit-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
    opacity: 0;
    visibility: hidden;
}
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: #ffffff54;
}
.slick-lightbox .slick-prev {
    left: 15px;
}
.slick-lightbox .slick-next {
    right: 15px;
}
.slick-lightbox-inner .slick-arrow {
    background: #9e715d url('right-dbl-arrow.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
  opacity:1;
  visibility:visible;
}
.product .site-footer{
  padding-bottom:100px;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    display: block;
    color: var(--white);
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox .close svg {
    height: 100%;
    width: 100%;
}
.slick-lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white);
    opacity: 1;
    background: transparent;
    border: none;
    height: 27px;
    width: 27px;
    padding: 0;
}
.slide-arrow svg {
    max-width: 20px;
    display: inline-block;
}
.product-tab-slider .slick-list,
.product-tab-slider .slick-track,
.home-right-slider .slick-list,
.home-right-slider .slick-track,
.pro-card-slider-section .slick-list,
.pro-card-slider-section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* !!!!          COMMON BUTTON              !!!! */
.btn {
    text-align: center;
    padding: 11px 15px;
    font-family: var(--second-font);
    color: var(--white);
    background-color: var(--theme-color);
    -webkit-box-shadow: none;
            box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--theme-color);
    position: relative;
    border-radius: 60px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
}
.btn svg path {
    fill: var(--white);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.btn.white-btn {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--white);
}
.btn.white-btn svg path {
    fill: var(--black);
}
.btn.white-btn:hover {
    border-color: var(--white);
}
.btn:hover,
.btn:focus {
    background: transparent;
    color: var(--theme-color);
}
.btn:focus svg path,
.btn:hover svg path {
    fill: var(--theme-color);
}
.link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: capitalize;
    color: var(--white);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.link-btn svg {
    fill: var(--white);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.btn-secondary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    color: var(--white);
    background: var(--second-color);
    min-width: 135px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    color: var(--white);
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-transform: uppercase;
}
.btn svg,
.btn-secondary svg,
.outline-btn svg {
    width: 15px;
    height: 15px;
}
.btn-secondary svg path,
.outline-btn svg path {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.btn-secondary svg path {
    fill: var(--white);
}
.btn-secondary:hover,
.outline-btn:hover {
    color: var(--white);
}
.btn-secondary:hover svg path,
.outline-btn:hover svg path {
    fill: var(--theme-color);
}
.btn-secondary.show-more-btn:hover {
    opacity: 1 !important;
    color: var(--white);
    border-color: var(--white);
}
.btn-secondary.show-more-btn:hover svg path {
    fill: var(--white);
}
.btn-secondary.white-btn {
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-secondary.white-btn svg path {
    fill: var(--white);
}
.btn-secondary.white-btn:hover {
    border: 1px solid var(--white);
    color: var(--black);
    background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
    fill: var(--black);
}
.outline-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border: 1px solid var(--black);
    color: var(--black);
    background: var(--white);
    min-width: 135px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    color: var(--black);
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: uppercase;
}
.outline-btn svg path {
    fill: var(--black);
}
/* !!!!             FORM  CSS               !!!! */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    color: var(--black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  border-radius:6px;
}
textarea {
    resize: none;
}
form .row {
    margin: 0 -8px;
}
form .row [class*="col-"] {
    padding: 0 10px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
sup {
    top: -0.5em;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.form-group label sup {
    color: red;
}
.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox-custom label {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 30px;
    line-height: 1.1;
}
.checkbox-custom label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.site-footer .checkbox-custom label:before,
.newsletter-section .checkbox-custom label:before {
    background-color: transparent;
    border: 1px solid var(--white);
}
.checkbox-custom input:checked+label:before {
    background-color: var(--theme-color);
    border-color: transparent;
}
.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 43%;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid var(--white);
    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;
    display: inline-block;
    margin: 0 4px;
}
/** 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(--black);
    margin: 0;
    vertical-align: bottom;
}
.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--black);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    -ms-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--black);
    border: 2px solid var(--black);
    border-radius: 50%;
    top: 50%;
    left: 1px;
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    right: auto;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
}
.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--black);
}
.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;
}
.padding-top {
    padding-top: 70px;
}
.padding-bottom {
    padding-bottom: 70px;
}
.section-title {
    margin-bottom: 26px;
}
.bg-black-wrapper .section-title {
    color: var(--white);
}
.section-title>b,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    font-weight: 400;
    display: inline-block;
}
.dark-p .btn {
    margin-top: 20px;
}
.btn-wrapper {
    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: 15px;
}
.section-title a,
.product-title a {
    font-family: inherit;
}
.product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
body:not(.index) .fixed-left-header {
    display: none;
}
.fixed-left-header {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 2;
    border: 1px solid var(--border-color);
    width: 100px;
    max-height: 70vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 0;
}
.fixed-left-header .mobile-menu span {
    display: block;
    text-align: center;
    margin-top: 5px;
}
.header-style-one .fixed-left-header .mobile-menu button {
    padding: 0;
    width: 20px;
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: auto;
    left: auto;
    right: auto;
    margin: 0 auto;
}
.fixed-left-header ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  text-align: center;
  padding: 10px;
  background:var(--black);
  border-top: 1px solid var(--border-color);
}
.fixed-left-header ul::-webkit-scrollbar {
    display: none;
}
.fixed-left-header ul li span {
    color: var(--white);
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
}
.fixed-left-header ul li img {
    max-height: 94px;
    max-width: 94px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.header-style-one .fixed-left-header .mobile-menu {
    display: block !important;
    height: auto;
    width: auto;
    margin: 0 auto;
    color: var(--white);
    background: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 18px 0;
    font-size: 12px;
    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;
}
header.site-header.header-style-one.head-sticky .fixed-left-header .mobile-menu {
    padding: 11px 0;
}
.header-style-one {
    background: var(--black);
    -webkit-box-shadow: 0 4px 55px #4452385e;
            box-shadow: 0 4px 55px #4452385e;
    position: relative;
}
.header-style-one .announcebar-right ul li {
    padding-left: 15px;
}
.header-style-one .announcebar {
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.header-style-one .announcebar svg {
    fill: var(--white);
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.header-style-one .announcebar p b {
    margin-right: 6px;
}
.header-style-one .announce-row {
    padding: 10px;
    background: #EF9F27;
    background: #EF9F27;
    background: #EF9F27 !important;
    color: var(--white);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.header-style-one .annoucebar-bottom a {
    text-decoration: underline;
}
/** Main navigation bar css **/
.header-style-one .mobile-menu .mobile-menu-button {
    border: 0;
    background: transparent;
    line-height: 0;
    padding: 0;
}
.header-style-one .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: var(--white);
}
.menu-right .phone-icons {
    display: none;
}
.header-style-one .main-navigationbar .logo-col {
    max-width: 120px;
    width: 100%;
}
.header-style-one .main-navigationbar .logo-col a {
    display: block;
    position: relative;
}
.header-style-one .main-navigationbar .menu-items-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: none;
    padding-left: 50px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding: 30px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-style-one .main-nav .menu-lnk {
    text-transform: uppercase;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 22px;
}
.menu-right li {
    line-height: 0;
}
.main-nav .menu-dropdown li a {
    color: var(--white);
    opacity: .8;
}
.main-nav .menu-dropdown li .menu-pro-img {
    opacity: 1;
}
.menu-right .profile-suport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: var(--second-font);
    font-size: 14px;
    color: var(--white);
    padding: 10px 20px;
    text-align: right;
}
.menu-right .profile-suport .support-span {
    font-size: 18px;
}
.menu-right .profile-header .menu-dropdown .wishlist a span{
  margin-left: 2px;
}
.menu-right .profile-header .menu-dropdown .wishlist a span:first-child {
    margin-left: 5px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
    color: #e9e9e9;
    text-transform: capitalize;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    bottom: -3px;
    left: 0;
    right: 0;
    background: var(--theme-color);
    margin: 0 auto;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a:hover:before {
    width: 100%;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn:before {
    display: none;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg {
    margin-right: 8px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg path {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
/**  Megamenu css  **/
.header-style-one .main-navigationbar {
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
.header-style-one .main-navigationbar.fixed {
    box-shadow: 0 2px 2px #0000001a;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: var(--black);
}
.header-style-one .mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin-left: 15px;
}
.header-style-one .mobile-menu .mobile-menu-button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    padding: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    border: none;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--theme-color);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    z-index: 2;
    padding: 20px;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  border-radius:0 0 10px 10px;
}
.cartDrawer .mini-cart-image a {
    display: block;
    padding-top: 150%;
    position: relative;
}
.product-card-inner .product-form__input{
  border:1px solid var(--white);
  color:var(--white);
  background-image:url(card-arrow.svg);
  background-repeat:no-repeat;
  background-size:12px;
  background-position:95% 50%;
}
.product-card-inner .product-form__input option{
  color:var(--black);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.header-style-one .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}
.header-style-one .megamenu-list>li span {
    margin-bottom: 15px;
    color: var(--white);
    display: block;
    font-weight: 600;
    text-transform: capitalize;
}
/* MOBILE MENU CSS */
.mobile-menu-wrapper {
    position: fixed;
    z-index: 4;
    background: var(--theme-color);
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    right: 0;
    width: 100%;
}
.mobile-menu-wrapper.active-menu {
    -webkit-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--theme-color);
}
.mobile-menu-wrapper .menu-close-icon svg{
  cursor: pointer;
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 48px);
    overflow: auto;
    padding: 10px 20px;
    background: var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li {
    margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: var(--white);
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-menu-wrapper .menu-close-icon svg path {
    fill: var(--white);
}
.menu-right .cart-header,
.menu-right .wishlist-icon {
    position: relative;
    display: block;
}
.site-header .count {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 14px;
    width: 14px;
    background: var(--theme-color);
    color: var(--white);
    font-size: 12px;
    font-weight: 300;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.menu-right a svg {
    width: 20px;
    height: 20px;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.menu-right .price-div ins {
    font-size: 20px;
    font-weight: 600;
}
.menu-right li .currency{
  cursor: pointer;
}
.menu-right li:not(:first-of-type),
.menu-right .price-div {
    padding-left: 15px;
}
.header-style-one .announcebar #announceclose {
    position: absolute;
    right: 16px;
    top: 50%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-style-one .announcebar #announceclose svg {
    height: 12px;
    width: 12px;
}
/*****  SUBSCRIBE POPUP CSS *****/
.subscribe-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 550px;
  border-radius:10px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 50px;
    background: var(--black);
    color: var(--white);
    border: 1px solid var(--border-color);
    z-index: 5;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subscribe-popup .close-sub-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: 0;
    height: 16px;
    width: 16px;
    padding: 0;
}
.subscribe-popup .close-sub-btn svg {
    height: 100%;
    width: 100%;
}
.subscribe-popup .close-sub-btn svg path {
    fill: var(--white);
}
.subscribe-popup h2 {
    font-family: var(--second-font);
    font-weight: 500;
    font-size: 31px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-style: italic;
}
.subscribe-popup p {
    letter-spacing: 1px;
    max-width: 330px;
    margin: 0 auto 20px;
}
.form-row {
    position: relative;
}
.form-row .btn-svg {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    height: 25px;
    width: 25px;
    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-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form-row .btn-svg svg {
    width: 100%;
    height: 100%;
}
.form-row .btn-svg svg path {
    fill: var(--white);
}
.thank-u-for,
.form-row input {
    padding: 13px 50px 13px 15px;
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    font-size: 13px;
    letter-spacing: 1px;
  border-radius:10px;
}
.form-row input::-webkit-input-placeholder,
.search-modal__form input::-webkit-input-placeholder {
    color: var(--white);
}
.form-row input:-ms-input-placeholder,
.search-modal__form input:-ms-input-placeholder {
    color: var(--white);
}
.form-row input::-webkit-input-placeholder, .search-modal__form input::-webkit-input-placeholder {
    color: var(--white);
}
.form-row input::-moz-placeholder, .search-modal__form input::-moz-placeholder {
    color: var(--white);
}
.form-row input:-ms-input-placeholder, .search-modal__form input:-ms-input-placeholder {
    color: var(--white);
}
.form-row input::-ms-input-placeholder, .search-modal__form input::-ms-input-placeholder {
    color: var(--white);
}
.form-row input::placeholder,
.search-modal__form input::placeholder {
    color: var(--white);
}
.thank-u-for svg {
    margin-left: 12px;
}
.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: var(--theme-color);
    color: var(--white);
    padding: 15px 50px 15px 15px;
    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;
}
.cookie p {
    font-weight: 500;
    letter-spacing: 0.2px;
}
.cookie-close {
    position: absolute;
    right: 13px;
    top: 50%;
    background: transparent;
    border: 1px solid var(--white);
    width: 25px;
    height: 25px;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cookie-close svg {
    width: 100%;
    height: 100%;
}
.cookie-close svg path {
    fill: var(--white);
}
/* cartDrawer  */
.overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.overlay.active,
.cartOpen .overlay::after,
.active-menu .overlay::after,
.quick-active .overlay:after{
    content: " ";
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.quick-active .overlay:after {
    z-index: 4;
}
.subscribe-overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    background: rgb(167 162 162 / 71%);
    visibility: hidden;
    opacity: 1;
}
.subscribe-overlay.open {
    opacity: 1;
    visibility: visible;
}
.cartDrawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    background: var(--white);
    width: 410px;
    height: 100%;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -o-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.cartOpen .cartDrawer {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cartDrawer .mini-cart-header {
    position: relative;
    text-align: center;
    padding: 17px 30px 16px 30px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: var(--theme-color);
    color: var(--white);
}
.cartDrawer .cart-tottl-itm {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}
.cart-header .closecart {
    position: fixed !important;
    right: 424px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cart-header .closecart {
    opacity: 1;
    visibility: visible;
}
.cartDrawer .mini-cart-has-item {
    overflow: hidden;
    -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;
}
.cartDrawer .mini-cart-body {
    overflow-y: auto;
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
    width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
.cartDrawer .link-btn {
    color: var(--black);
}
.cartDrawer .link-btn svg {
    fill: var(--black);
}
.mini-cart-item {
    padding: 10px;
    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;
    border: 1px solid var(--border-color);
    background: var(--white);
  border-radius:10px;
}
.mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
}
.mini-cart-image {
    width: 80px;
    border: 1px solid var(--border-color);
  border-radius:10px;
}

.mini-cart-details .pvarprice .remove_item svg {
    height: 15px;
    width: 15px;
}
.menu-right .cart-header .mini-cart-image a {
    display: block;
    padding-top: 150%;
    position: relative;
}
.mini-cart-image img {
    top: 0;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.mini-cart-details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    padding-left: 15px;
}
.mini-cart-details .qty-spinner input {
    color: #5c5c5c;
}
 .cart-table .qty-spinner input{
   color:var(--black);
 }
.mini-cart-title {
    color: #4e4e4e;
    margin-bottom: 8px;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.mini-cart-title a {
    color: inherit;
}
.cart-variable {
    margin: 8px 0 10px;
}
.cart-variable .swatch-lbl:not(:first-of-type){
  margin-top:4px;
}
.cart-variable p {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 14px;
    color: #4e4e4e;
}
.qty-spinner {
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px;
    height: 30px;
    width: 100%;
  border-radius:10px;
}
.mini-cart-item .qty-spinner {
    max-width: 85px;
}
.qty-spinner button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.qty-spinner button svg {
    margin: auto;
    height: 10px;
    width: 10px;
    pointer-events: none;
}
.qty-spinner button svg path {
    fill: var(--black);
}
.qty-spinner input {
    border: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 29px;
    color: var(--black);
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}
del {
    color: #999;
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px;
    text-decoration: line-through;
}
.price {
    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;
}
.price-lbl {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.cartDrawer .mini-cart-details .price {
    color: var(--black);
}
.cartDrawer .pvarprice {
    margin-top: 12px;
}
.cartDrawer .price ins {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    line-height: 1;
    gap: 5px;
}
.cartDrawer .price .currency-type {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    margin-left: 0;
    display: inline-block;
}
.webi-mini-cart-footer {
    padding: 25px;
    border-top: 1px solid var(--border-color);
}
.mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--theme-color);
    margin: 0 -10px 15px;
}
.mini-cart-footer-total-row div {
    padding: 0 10px;
}
.mini-cart-footer-total-row .mini-total-price.price {
    font-size: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.cartDrawer .mini-total-price .currency-type {
    margin: 0 0 0 2px;
    font-size: 13px;
}
.webi-mini-cart-footer .checkout-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
}
.webi-mini-cart-footer .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.remove_item svg path {
    fill: #ff1f1a;
}
.cartDrawer .emptyCart {
    padding: 50px 0 0 0;
}
/***mobile wrapper *****/
.mobile-menu-wrapper {
    position: fixed;
    z-index: 4;
    background: var(--white);
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    right: 0;
    width: 410px;
}
.mobile-menu-wrapper.active-menu {
    -webkit-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 48px);
    overflow: auto;
    padding: 10px 20px;
    background: var(--black);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li {
    margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: #f1f1f1;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .menu-open-arrow {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .close-menu-ioc {
    display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .acnav-list {
    margin: 12px 0;
}
.acnav-list {
    display: none;
}
.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 .menu-h-drop.is-open .acnav-label .menu-open-arrow {
    display: none;
}
.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 li a {
    font-size: 14px;
    line-height: 18px;
    text-transform: lowercase;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
    margin-left: auto;
    width: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul {
    margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul {
    margin: 12px 0 0;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li:not(:last-of-type) {
    margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a {
    font-size: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a.acnav-label {
    font-weight: 400;
}
.mobile-menu-wrapper .menu-close-icon svg path {
    fill: var(--white);
}
.menu-open-arrow path,
.close-menu-ioc path {
    fill: #f1f1f1;
}
/* footer start */
.site-footer {
    position: relative;
    z-index: 1;
    padding: 60px 0 40px 0;
    background: var(--black);
    color: var(--white);
    border-top: 1px solid var(--border-color);
}
.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer-col {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 55px;
}
.footer-subscribe-col {
    max-width: 550px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 550px;
            flex: 0 0 550px;
}
.footer-widget h2 a {
    display: block;
    max-width: 160px;
}
.site-footer .footer-widget p {
    padding: 25px 0 20px;
}
.site-footer .footer-widget h4 {
    padding: 0 0 15px 0;
    font-family: var(--second-font);
}
.site-footer .footer-subscribe-col h4 {
    max-width: 400px;
    padding: 20px 0 10px;
}
.site-footer .footer-subscribe-col p {
    padding: 0;
}
.site-footer .footer-carrer span {
    margin: 15px;
}
.site-footer .footer-carrer ul {
    margin: 20px 0px;
}
.site-footer .footer-carrer ul li {
    font-family: var(--second-font);
    padding: 0 20px 0 0;
}
.site-footer .footer-link .footer-widget ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.site-footer .social-icons {
    padding: 0;
}
.social-icons .social-ul {
    gap: 10px;
}
.social-icons .social-ul li:not(:last-of-type) {
    margin: 0;
}
.social-icons .social-ul li {
    background: var(--white);
    padding: 5px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.social-icons .social-ul li a {
    display: block;
}
.social-icons .social-ul svg {
    width: 16px;
    height: 16px;
}
.social-icons .social-ul svg path {
    fill: var(--black);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.site-footer .footer-link-3 .footer-widget h4 {
    text-align: end;
}
.site-footer .checkbox-custom {
    margin-top: 15px;
}
.footer-bottom {
    margin-top: 30px;
}
.footer-bottom .policy-links {
    gap: 10px;
}
.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    -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;
}
.overlay-popup.popup-show {
    opacity: 1;
    visibility: visible;
}
.popup-inner {
    border-radius: 0;
    max-width: 50%;
    width: 100%;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.popup-inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.close-popup {
    position: absolute;
    transition: 200ms ease-in;
    font-size: 30px;
    text-decoration: none;
    z-index: 1;
    top: -40px;
    right: 1px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    background-color: var(--second-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -ms-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
}
.close-popup svg {
    height: 15px;
    width: 15px;
}
.popup-inner .content iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
/* home section  */
.bg-dark-wrapper {
    background-color: var(--black);
    color: var(--white);
}
.main-home-section {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-home-section .left-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-home-section .left-content .section-title{
  margin-bottom: 20px;
}
.slick-dots {
    position: absolute;
    bottom: -25%;
}
.main-home-section .home-right-side .btn:hover{
  color: var(--white);
  border: 1px solid var(--white);
}
.main-home-section .home-right-side .btn:hover svg path{
  fill: var(--white);
}
.slick-dots li {
    background: var(--theme-color);
    gap: 10px;
}
.slick-dots li.slick-active {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
}
/* product-card */
.product-card {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.product-card .product-card-inner {
    color: var(--white);
    border: 1px solid var(--border-color);
    padding: 20px 15px;
    -webkit-box-shadow: 0 0 17px 0px rgb(143 136 111 / 0.3);
            box-shadow: 0 0 17px 0px rgb(143 136 111 / 0.3);
    width: 100%;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    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%;
    position: relative;
}
.product-card .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}
.custom-label {
    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;
}
.product-card .card-top .custom-label>span {
    background: var(--theme-color);
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 12px;
    color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: 0;
    z-index: 1;
    line-height: 1;
}
.product-card .pro-wishlist,
.pro-compare,
.quickview-btn {
    padding: 5px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  cursor: pointer;
}
.product-card-image,
.blog-card-image,
.product-card-image a,
.blog-card-image a,
.product-card-image a img,
.blog-card-image a img {
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}
.product-card-image,
.blog-card-image {
    position: relative;
}
.product-card-image a {
    position: relative;
    display: block;
    padding-top: 75%;
}
.product-card-image a img,
.blog-card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.product-card .product-title {
    padding-bottom: 12px;
    text-transform: uppercase;
}
.product-card .product-title h4 {
    padding: 0 0 12px 0;
}
.product-card .card-bottom .product-title b {
    font-weight: 300;
}
.product-card .product-title p {
    letter-spacing: 0;
    word-break: break-word;
    margin-top: 12px;
}
.product-card .card-bottom {
    padding-top: 10px;
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.product-card .card-bottom .select-box {
    padding-bottom: 15px;
    display: block;
}
.select-box>label {
    padding-bottom: 5px;
    display: block;
}
.product-card .price {
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.price ins {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
.price ins.price-item--sale {
    font-size: 14px;
    margin: 0 0 0 10px;
    opacity: 0.6;
    text-decoration: line-through;
    font-weight: 400;
}
.price .currency-type {
    font-size: 10px;
    display: inline-block;
}
.product-size-div {
    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;
}
.product-size-div>label {
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 6px;
    font-weight: 500;
}
.product-card .btn[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}
.product-card .btn {
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    margin-top: 15px;
}
/* client-logo-slider */
.client-logo-slider-section h4 a {
    display: block;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    opacity: 0.3;
}
.client-logo-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.logo-slide.slick-current h4 a {
    opacity: 1;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
/* best seller sec  */
.best-product-section .container {
    max-width: calc((100% - 1200px)/2 + 1200px);
    margin-left: auto;
    margin-right: 0;
}
.best-product-section .left-side-content {
    max-width: 80%;
}
.sub-title {
    margin-bottom: 12px;
    display: inline-block;
    line-height: 1;
}
.img-wrapper img {
    width: 100%;
    height: 100%;
  border-radius:10px;
}
/* tabs-section  */
.tabs-section .section-title{
  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;
}
.tabs-section .tabs {
    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: 15px;
}
.product-tab-slider.slick-slider .slick-list{
    margin: 0 -10px;
}
.tabs-section li.active a {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.tabs-section li.active a svg path {
    fill: var(--theme-color);
}
.home-right-side.slick-slider .slick-list,
.shop-protab-slider.slick-slider .slick-list{
    margin: 0 -10px;
}
.tabs-more-btn,
.blog-more-btn {
    text-align: center;
    margin-top: 30px;
}
.show-more-btn {
    opacity: 0.6;
}
/* newsletter-section */
.newsletter-section {
    margin-bottom: -150px;
}
.newsletter-section .bg-sec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px;
}
.newsletter-section .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.newsletter-section .contnent {
    max-width: 580px;
    color: var(--white) !important;
    position: relative;
    z-index: 1;
}
.newsletter-section .contnent>*:not(:last-child) {
    margin-bottom: 20px;
}
.newsletter-section .input-box,
.site-footer .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsletter-section .input-box input[type="email"],
.site-footer .input-box input[type="email"] {
    background: #fff;
    color: #000;
    border: 0;
  border-radius:10px 0 0 10px;
}
.newsletter-section .input-box input[type="email"]::-webkit-input-placeholder, .site-footer .input-box input[type="email"]::-webkit-input-placeholder {
    color: var(--black);
}
.newsletter-section .input-box input[type="email"]::-moz-placeholder, .site-footer .input-box input[type="email"]::-moz-placeholder {
    color: var(--black);
}
.newsletter-section .input-box input[type="email"]:-ms-input-placeholder, .site-footer .input-box input[type="email"]:-ms-input-placeholder {
    color: var(--black);
}
.newsletter-section .input-box input[type="email"]::-ms-input-placeholder, .site-footer .input-box input[type="email"]::-ms-input-placeholder {
    color: var(--black);
}
.newsletter-section .input-box input[type="email"]::placeholder,
.site-footer .input-box input[type="email"]::placeholder {
    color: var(--black);
}
.newsletter-section .input-box button,
.site-footer .input-box button {
    border: 0;
    padding: 0 40px;
    background-color: var(--theme-color);
  border-radius: 0 10px 10px 0;
}
.newsletter-section .input-box button:hover,
.site-footer .input-box button:hover {
    background-color: var(--hover-color);
}
/* more pro section  */
.more-pro-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 160px 0 60px;
}
.more-pro-banner-section .inner-content {
    max-width: 650px;
    margin: auto;
    text-align: center;
    padding: 40px 15px;
}
.card-title {
    color: var(--white);
    margin-bottom: 15px;
    max-width: 280px;
}
.category-card-section .img-box {
    position: relative;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 20px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
    height: 100%;
}
.category-card-section .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.category-card-section .img-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #11111185;
}
.category-card-section .card-innner-content h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-innner-content {
    position: relative;
    z-index: 1;
}
.tabs-section-second {
    position: relative;
    z-index: 1;
    margin-bottom: -135px;
}
/* more-cat-item-section */
.more-cat-item-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 180px;
}
.more-cat-img {
    position: absolute;
    max-width: 220px;
    mix-blend-mode: lighten;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
}
.more-cat-item-section .right-content {
    max-width: 650px;
    position: relative;
    z-index: 1;
}
.cat-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
}
.more-cat-item-section .img-wrapper{
    position: relative;
    padding-top: 86%;
}
.more-cat-item-section .img-wrapper img{
      position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
/* testimonials */
.testimonials-slider .slick-track,
.testimonials-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonials-slides {
    padding: 15px 10px 1px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.testimonials-slider.slick-slider .slick-list{
    margin: 0 -10px;
}
.testimonials-slides .testi-inner {
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
    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;
    color: var(--white);
    padding: 20px 15px;
}
.testimonials-slides .testi-inner::before {
    position: absolute;
    content: " ";
    top: -10px;
    left: 20px;
    background: url('quats.png') no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 25px;
    height: 20px;
}
.testimonials-slides .left-content>*:not(:last-child) {
    margin-bottom: 12px;
}
.testimonials-slides .left-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonials-slides .left-content .user-name {
    display: block;
    font-weight: 500;
    line-height: 1;
}
.testimonials-slides .left-content {
    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%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.testimonials-slides .left-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonials-slides .img-wrapper {
    max-width: 150px;
    width: 100%;
    margin-left: 20px;
    max-height:120px;
}
.ratings img {
    width: 70px;
}
.ratings span {
    display: block;
    padding-left: 10px;
    line-height: 1;
}
/* blog-section */
.blog-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog-section .main-title {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}
.blog-card {
    padding: 1px 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.blog-slider-main .slick-track,
.blog-slider-main .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-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;
    width: 100%;
}
.blog-card .blog-card-content {
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.blog-card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-slider-main.slick-slider .slick-list{
    margin: 0 -10px;
}
.blog-card-inner {
    width: 100%;
    border-radius: 10px;
    color: var(--white);
    border: 1px solid #545151;
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.blog-card .blog-card-image a {
    padding-top: 67%;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.blog-card .blog-card-image .label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--theme-color);
    z-index: 1;
    padding: 5px;
    border-radius: 5px;
}
.blog-card .blog-card-content {
    padding: 20px 15px;
    background-color: rgba(0 0 0 / 70%);
}
.blog-card .blog-card-content h3 {
    margin-bottom: 15px;
}
.blog-card .blog-card-content h3 a {
    font-family: var(--first-font);
}
.blog-card .blog-card-author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-card-image a img {
    -o-object-fit: cover;
       object-fit: cover;
}
.blog-card .btn {
    width: 100%;
}
.blog-card-content>*:not(:last-child) {
    margin-bottom: 15px;
}
/* !!!!    PRODUCT PAGE START  !!!! */
.pro-home-section .left-side-wrapper>*:not(:last-child),
.pro-home-section .left-side-wrapper .bottom-content>*:not(:last-child) {
    margin-bottom: 20px;
}
/* ===== Collapsible product description (Read more / Read less) ===== */
.pdp-description__text {
    position: relative;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.pdp-description[data-collapsed="true"] .pdp-description__text {
    max-height: 7.5em; /* ~4-5 lines */
}
.pdp-description[data-collapsed="true"] .pdp-description__text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.4em;
    background: linear-gradient(to bottom, rgba(4,44,83,0), var(--theme-color));
    pointer-events: none;
}
.pdp-description[data-collapsed="false"] .pdp-description__text {
    max-height: 2000px;
}
.pdp-description__toggle {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    font: var(--common-text);
    font-weight: 700;
    color: var(--hover-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.pdp-description .pdp-description__toggle span.less-label { display: none !important; }
.pdp-description .pdp-description__toggle span.more-label { display: inline-block !important; }
.pdp-description[data-collapsed="false"] .pdp-description__toggle span.more-label { display: none !important; }
.pdp-description[data-collapsed="false"] .pdp-description__toggle span.less-label { display: inline-block !important; }
/* hide the toggle when the text is short enough not to need it */
.pdp-description.is-short .pdp-description__toggle { display: none; }
.pdp-description.is-short[data-collapsed="true"] .pdp-description__text { max-height: none; }
.pdp-description.is-short[data-collapsed="true"] .pdp-description__text::after { display: none; }
.pro-home-section .left-side-wrapper span:not(.spr-badge) {
    display:inline-block;
}
.pro-home-section .left-side-wrapper .sub-title {
    font-size: 16px;
    letter-spacing: 0.245em;
    padding-right: 20px;
    margin-bottom: 0;
}
.pro-home-section .left-side-wrapper .rating {
    gap: 10px;
}
.pro-home-section .left-side-wrapper .rating .spr-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.pro-home-section .left-side-wrapper .bottom-content .select-box {
    display: block;
    max-width: 250px;
}
.pro-home-section .left-side-wrapper .bottom-content .select-box .nice-select{
  color:var(--white);
    background-image: url(card-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95% 50%;
}
.pro-home-section .left-side-wrapper .bottom-content .select-box .nice-select option{
  color:var(--black);
}
.pro-home-section .left-side-wrapper .bottom-content .select-box .product-labl:not(:first-of-type){
  margin-top:15px;
}
.pro-home-section .left-side-wrapper .bottom-content .select-box .product-labl {
  padding-bottom:8px;
}
.pro-home-section .left-side-wrapper .bottom-content .product-content-bottom {
    gap: 15px;
}
.pro-home-section .left-side-wrapper .bottom-content .quantity-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.pro-home-section .left-side-wrapper .bottom-content .quantity-select .lbl{
  display: none;
}
.pro-home-section .left-side-wrapper .bottom-content .qty-spinner {
    border: 1px solid var(--white);
    height: 34px;
    border-radius: 6px;
}
.pro-home-section .left-side-wrapper .bottom-content .qty-spinner button svg path {
    fill: var(--white);
}
.pro-home-section .left-side-wrapper .bottom-content .qty-spinner input {
    color: var(--white);
}
.pro-home-section .left-side-wrapper .bottom-content .product-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}
.pro-home-section .left-side-wrapper .bottom-content .product-form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.pro-home-section .left-side-wrapper .bottom-content .btn {
    width: 100%;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.pro-home-section .right-side-wrapper {
    text-align: right;
}
.pro-home-section .right-side-wrapper .wishirmv.add-wishlist path {
    fill: #ff0000;
}
.pro-home-section .right-side-wrapper .add-wishlist {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.pro-home-section .right-side-wrapper .social-icons .social-ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.pro-home-section .right-side-wrapper>*:not(:last-child),
.pro-home-section .left-side-wrapper>*:not(:last-child) {
    margin-bottom: 15px;
}
.pro-home-section .right-side-wrapper .social-icons h4 {
    margin-bottom: 15px;
}
.pro-home-section .right-side-wrapper>label {
    display: block;
}
.pro-home-section .right-side-wrapper .wishlist-label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
/* pro slider  */
.pro-home-section .product-main-slider {
    position: relative;
    z-index: 1;
}
.jdgm-notification__title:before{
  background:none !important;
  border:1px solid var(--white) !important;
}
.pro-home-section .product-main-slider .slick-list{
      margin: 0 -10px;
}
.pro-home-section .product-main-slider .product-main-item {
  border:1px solid var(--border-color);
  margin:0 10px;
  border-radius:15px;
  overflow:hidden;
}
.pro-home-section .product-item-img img{
   border-radius:15px;
  overflow:hidden;
}
.pro-home-section .product-item-img {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.pro-home-section .product-item-img img,
.pro-home-section .product-thumb-item .thumb-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
  cursor:pointer;
}
.pro-home-section .product-thumb-slider {
    margin: 20px -10px 40px;
}
.pro-home-section .product-thumb-item {
    border: none !important;
    padding: 0 10px;
}
.pro-home-section .product-thumb-item .thumb-img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background: 282828ba;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid var(--border-color);
}
.pro-home-section .slider-wrapper {
    position: relative;
    display: block;
}
.pro-home-section .product-main-slider .slick-arrow{
  opacity:1;
  visibility:visible;
}
.pro-home-section .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.description-section .inner-wrapper>* {
    max-width: 33.3334%;
}
.description-section .inner-wrapper {
    gap: 15px;
}
.description-section .right-side h4 {
    margin-bottom: 10px;
}
.description-section .right-side div,
.pro-home-section .right-side-wrapper div {
    color: #C6C6C6;
}
.description-section .right-side .code {
    padding-right: 20px;
}
.pro-card-slider-section .section-title h3 {
    max-width: 450px;
}
.pro-card-slider.slick-slider .slick-list{
    margin: 0 -10px;
}
.recent-slider .slick-list{
  margin: 0 -10px;
}
.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;
}
/************** Common banner section css *************/
.common-banner-section {
    padding: 70px 0;
    background: var(--black);
    color: var(--white)
}
.common-banner-section h2,
.common-banner-section h3 {
    text-transform: capitalize;
}
.common-banner-section h2 span {
    font-family: var(--second-font);
}
.common-banner-content .back-btn {
    margin-bottom: 26px;
}
.common-banner-content .back-btn svg path {
    fill: var(--white);
}
.back-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.back-btn span {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    padding: 4px 0;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.back-btn svg path {
    fill: var(--black);
}
.common-banner-content .section-title h2 span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.common-banner-content .section-title {
    margin-bottom: 15px;
}
/********** SLICK SLIDE NOT FIRST NONE CSS ***********/
.home-right-slider:not(.slick-initialized) *:not(:first-child),
.home-left-slider:not(.slick-initialized) *:not(:first-child),
.client-logo-slider:not(.slick-initialized) *:not(:first-child),
.testimonials-slider:not(.slick-initialized) *:not(:first-child),
.blog-slider-main:not(.slick-initialized) *:not(:first-child),
.pro-card-slider:not(.slick-initialized) *:not(:first-child),
.product-main-slider:not(.slick-initialized) *:not(:first-child),
.product-thumb-slider:not(.slick-initialized) *:not(:first-child) {
    display: none !important;
}
.home-right-slider:hover .slick-arrow,
.product-tab-slider:hover .slick-arrow,
.testimonials-slider:hover .slick-arrow,
.blog-slider-main:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
/* !!!!    PRODUCTS LIST  START  !!!! */
.product-heading-row {
    border-bottom: 1px solid var(--border-color);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-heading-column {
    padding: 14px 0 !important;
}
.product-heading-column .filter-title h4 {
    font-family: var(--second-font);
}
.product-heading-right-column {
    padding: 14px 0 14px 22px !important;
    border-left: 1px solid var(--border-color);
}
.filter-select-box {
    min-width: 160px;
}
.filter-title h4 {
    font-weight: 600;
}
.product-heading-row .sort-lbl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.product-heading-row .nice-select {
    width: 175px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
  color:var(--black);
      background-image: url(list-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95% 50%;
  border:1px solid var(--black);
}
.produdt-filter-cat li a {
    font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
    content: '/';
    position: absolute;
    right: -1px;
}
.product-cat-widget .acnav-list {
    padding: 0 0 10px 10px;
}
.product-widget .acnav-label {
    display: block;
    position: relative;
    font-weight: 600;
}
.product-widget>.pro-itm>.acnav-label {
    font-weight: 600;
    padding: 12px 0;
    text-transform: uppercase;
}
.product-widget .acnav-list li a {
    text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
    margin-bottom: 8px;
}
.pro-itm-inner>.filter-listing>ul>li>.acnav-list {
    padding: 10px 0 10px 10px;
}
.product-widget .acnav-label:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 2px;
    width: 10px;
    background: var(--black);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.product-widget .acnav-label:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 10px;
    width: 2px;
    background: var(--black);
    transition: ease-in-out all 0.5s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
}
.product-widget .is-open>.acnav-label:after {
    opacity: 0;
}
.product-filter-body {
    padding: 0 0 20px;
}
.product-widget {
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0;
}
.product-filter-right-column {
    border-left: 1px solid var(--border-color);
    padding-left: 22px !important;
}
.product-filter-right-column .product-card .btn {
    padding: 12px 14px;
}
#range-slider {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 23px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: var(--theme-color) !important;
    border: 1px solid var(--border-color) !important;
}
.ui-widget-content {
    background: #dddddd !important;
    border: none !important;
    border-radius: 0 !important;
    height: 1px !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 {
    display: block;
    position: absolute;
    font-weight: normal;
    height: 15px !important;
    width: 15px !important;
    top: -7px !important;
    margin-left: 0 !important;
    background: var(--white);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
    border: 3px solid var(--black) !important;
    border-radius: 10px;
    z-index: 1;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-range {
    position: absolute;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background-color: var(--black);
    height: 3px !important;
    top: -1px !important;
}
.price-range-slider .range-bar .ui-slider-handle {
    border-radius: 25px;
    background: #fff;
    border: 2px solid var(--black);
    height: 20px;
    width: 20px;
    top: -9px;
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.delete-all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
    margin: 10px 0 0;
}
.delete-all svg {
    height: 12px;
    margin-right: 5px;
    width: 12px;
}
.product-tag-widget ul li {
    margin: 6px;
    border-radius: 25px;
    border: 1px solid var(--black);
    color: var(--black);
    overflow: hidden;
    display: inline-block;
}
.product-tag-widget ul li span {
    text-align: center;
    padding: 4px 20px;
    display: block;
}
.product-tag-widget ul li input:checked+span {
    background: var(--black);
    color: var(--white);
}
input[type="checkbox"],
input[type="radio"] {
    display: none !important;
}
.product-tag-widget ul li:not(:last-of-type) {
    margin-right: 5px;
}
.colour-col:not(:last-of-type) {
    padding: 0 15px 0 0;
}
.price-select {
    margin-left: -5px;
    margin-right: -5px;
}
.select-col p {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}
.select-col {
    width: 100%;
    max-width: 50%;
    padding: 0 5px;
}
.sorting-select {
    min-width: 125px;
}
.sorting-select select {
    padding: 10px 15px 9px;
    color: var(--black);
}
.product-price-widget .acnav-list {
    padding: 0 20px 10px 0;
}
.colors-checkbox label {
    width: 100%;
}
.custom-checkbox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: 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 input[type="checkbox"] {
    margin-top: 0.25rem;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    left: 0;
}
.custom-checkbox input[type="checkbox"]+.color,
.custom-checkbox input[type="radio"]+.color {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    width: 0.9375rem;
    height: 0.9375rem;
}
.color,
.custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}
.custom-checkbox input[type="checkbox"]:checked+span.color {
    border: 2px solid var(--theme-color);
}
.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(--theme-color);
    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);
}
.color-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox {
    margin-top: 8px;
}
.product-filter-right-column {
    padding-top: 22px !important;
}
.product-filter-right-column .row {
    margin: 0 -10px;
}
/* .product-filter-right-column .product-col {
    padding: 0 10px 20px;
} */
.product-filter-right-column .product-content-bottom .price {
    width: 100%;
    margin-bottom: 10px;
}
.product-filter-right-column .addtocart-btn svg {
    fill: var(--theme-color);
}
.card-slider-sec.product-list-card {
    padding: 0;
}
.product-filter-right-column .product-card {
    padding: 0 10px 20px;
}
/* !!!!             CART PAGE CSS                !!!! */
.cart-page-section {
    padding-top: 40px;
}
.cart-page-section .section-title {
    margin-bottom: 50px;
}
.cart-page-section .section-title h2 {
    margin-top: 20px;
    text-transform: capitalize;
}
.cart-page-section .section-title h2 span {
    font-size: 18px;
}
.product-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    margin-top: 10px;
}
.product-option dt {
    font-weight: 500;
}
.product-option dd {
    margin-left: 5px;
    font-weight: 400;
}
.remove-btn {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-left: 8px;
}
.remove-btn svg path {
    fill: red;
}
.cart-summery {
    border: 1px solid var(--border-color);
    padding: 20px;
}
.cart-summery ul li {
    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-bottom: 12px;
}
.cart-summery ul li span:last-child {
    font-weight: 600;
}
.cart-summery .btn {
    padding: 15px 10px;
    display: block;
    width: 100%;
    margin-top: 20px;
    text-transform: capitalize;
}
.cart-tble .qty-spinner input {
    color: #000000;
}
/****  TABLE CSS ****/
table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
}
table tr {
    padding: 20px 0 0;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
table tr:first-child {
    border-top: 1px solid var(--border-color);
}
table tr th,
table tr td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}
table tr th {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid 1px solid var(--border-color);
    font-weight: 700;
    text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
    padding-left: 0;
}
table tr td:first-child a {
    vertical-align: middle;
}
table tr td {
    display: block;
    text-align: center;
    padding: 0 0 20px;
}
.order-history-tbl tr td[data-label="Name"] {
    max-width: 140px;
}
.order-history-tbl tr td[data-label="Product"] {
    max-width: 90px;
}
.order-history-tbl tr td[data-label="quantity"] {
    width: 113px;
    padding: 0;
}
.order-history-tbl tr td[data-label="Action"] svg path {
    fill: var(--black);
}
@media (min-width: 992px) {
    .cart-tble tr th:first-child,
    .cart-tble tr td:first-child {
        width: 90px;
    }
    .cart-tble tr th:nth-child(2),
    .cart-tble tr td:nth-child(2) {
        width: 253px;
    }
    .cart-tble tr th:nth-child(4),
    .cart-tble tr td:nth-child(4) {
        width: 116px;
        padding-right: 9px;
    }
}
@media (max-width: 767px) {
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: none;
    }
    .product-option {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    table .qty-spinner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto;
    }
    .remove-btn {
        height: 14px;
        width: 14px;
    }
    .order-history-tbl tr td[data-label="quantity"],
    .order-history-tbl tr td[data-label="Name"],
    .order-history-tbl tr td[data-label="Product"] {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 768px) {
  .site-footer .payment-image-wrapper{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
    table tr:first-child {
        border-top: none;
    }
    table tr {
        padding: 0;
        display: table-row;
    }
    table tr td {
        padding: 20px 10px 20px;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }
    table tr th:last-child,
    table tr td:last-child {
        text-align: right;
        padding-right: 0;
    }
    table tr th:nth-child(5),
    table tr td:nth-child(5) {
        text-align: right;
    }
   .sticky-pro-info {
            max-width: 250px;
            width: 100%;
        }
}
/* !!!!            CHECKOUT PAGE CSS        !!!! */
.set .acnav-label:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url('down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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;
}
.set.is-open .acnav-label::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}
.btn-flex {
    margin-top: 20px;
}
.btn-flex a:not(:last-of-type) {
    margin-right: 14px;
}
.mini-cart-image span {
    background: #a5a5a5;
    border: 1px solid var(--white);
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -10px;
    right: -10px;
}
.nice-select.form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.nice-select.form-control:after {
    background-image: url('down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.btn-flex {
    margin-top: 20px;
}
/* !!!!        ORDER SUMMERY PAGE CSS        !!!! */
.backbtn .btn-secondary svg {
    transform: scale(-1);
    margin-right: 12px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
}
.backbtn .btn-secondary {
    min-width: 190px;
    margin-top: 25px;
    background: var(--theme-color);
    color: var(--white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.backbtn .btn-secondary svg path {
    fill: var(--white);
}
.backbtn .btn-secondary:hover {
    background: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.backbtn .btn-secondary:hover svg path {
    fill: var(--theme-color);
}
/* !!!!        LOGIN / REGISTER PAGE CSS        !!!! */
/* login*/
.login-form .submit-btn {
    max-width: 170px;
    margin: 0 0 0 15px;
}
.login-form .form-footer {
    padding: 0;
}
.forgot-pass {
    color: red;
    text-decoration: underline;
    font-size: 14px;
}
.login-form p {
    margin-bottom: 15px;
}
.register-btn {
    background: transparent;
}
.register-btn:hover{
  color:black;
}
.reg-lbl {
    font-size: 14px;
    margin-right: 10px;
}
.login-form .form-heading h4 {
    margin-bottom: 0;
    font-weight: 600;
}
/* register  */
.register-page .section-title h2,
.register-page h3,
.register-page h4 {
    text-transform: capitalize;
}
.back-toshop {
    margin-bottom: 10px;
}
.register-page .back-toshop {
    margin-bottom: 30px;
}
.form-wrapper h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
.form-wrapper .form-heading h4 {
    margin-bottom: 0;
    font-family: var(--second-font);
}
.form-wrapper h4 b {
    font-style: normal;
    font-weight: 600;
}
.form-wrapper form {
    border: 1px solid var(--border-color);
}
.form-container {
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}
.form-footer {
    padding-top: 30px;
}
.form-container:last-child {
    border-bottom: 0;
}
.register-page .section-title {
    margin-bottom: 50px;
}
/* !!!!       MY ACCOUNT PAGE CSS        !!!! */
.my-account-page h2,
.my-account-page h3 {
    text-transform: capitalize;
}
.my-acc-rightbar h2 {
    font-weight: 400;
    font: var(--h3)
}
.my-acc-leftbar h5 {
    padding: 15px 15px 10px;
}
.my-acc-leftbar {
    border: 1px solid var(--border-color);
}
.my-acc-leftbar li:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.account-list a svg path {
    fill: var(--theme-color);
}
.account-list li a {
    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;
    padding: 15px;
    opacity: 0.5;
}
.account-list li a svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
}
.account-list li a span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.account-list li a span b {
    display: block;
}
.my-acc-leftbar li a:hover,
.my-acc-leftbar li.active a {
    opacity: 1;
}
.my-acc-leftbar li a svg path {
    fill: var(--theme-color);
}
.my-acc-leftbar h4 {
    padding: 15px 15px 10px;
}
.my-acc-head {
    margin-bottom: 50px;
}
.my-acc-rightbar .account-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.my-acc-rightbar .account-list li a {
    border: 1px solid var(--theme-color);
    width: 100%;
}
.my-acc-rightbar .account-list li.active a svg path,
.my-acc-rightbar .account-list li a:hover svg path {
    fill: var(--white);
}
.my-acc-rightbar .account-list li.active a,
.my-acc-rightbar .account-list li a:hover {
    opacity: 1;
    color: var(--white);
    background: var(--theme-color);
}
.account-list li.logout-link a svg path {
    fill: red;
}
.account-list li.logout-link a {
    opacity: 1;
    color: red;
}
.my-acc-right-content {
    padding-bottom: 50px;
}
#scroll {
    position: sticky;
    top: 95px;
    left: 0;
    z-index: 1;
}
.acc-back-btn-wrp button svg {
    width: 16px;
}
.acc-back-btn-wrp .back-btn-acc svg {
    margin-left: 0;
}
.acc-back-btn-wrp button {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1;
}
.back-btn-acc {
    background: transparent;
    margin-right: 12px;
}
.back-btn-acc svg {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    margin: 0 10px 0 0;
}
.order-history-frame {
    border: 1px solid var(--border-color);
}
.order-history-tbl tr th:first-child,
.order-history-tbl tr td:first-child {
    padding-left: 15px;
}
.order-history-tbl tr th {
    padding-top: 15px;
    text-transform: capitalize;
}
.order-history-tbl tr th:last-child,
.order-history-tbl tr td:last-child {
    padding-right: 15px;
}
.order-history-tbl tr th:nth-child(5),
.order-history-tbl tr td:nth-child(5) {
    text-align: left;
}
.order-history-tbl tr th:nth-child(6),
.order-history-tbl tr td:nth-child(6) {
    text-align: center;
}
.order-history-tbl tr td {
    padding: 15px 15px 15px;
}
.order-history-tbl tr td {
    font-weight: 400;
}
.right-result-tbl {
    padding: 20px 15px 0;
    font-size: 14px;
}
.order-confirm-details {
    border: 1px solid var(--border-color);
    padding: 20px;
    width: 100%;
}
.order-confirmation-body {
    padding: 30px 20px;
    border-top: 1px solid var(--border-color);
}
.order-confirmation h4 {
    padding: 15px;
    text-transform: capitalize;
}
.order-confirmation {
    border: 1px solid var(--border-color);
}
.order-confirm-details h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.order-confirm-details p {
    font-size: 14px;
    margin-bottom: 30px;
}
.order-confirm-details .link {
    font-size: 14px;
}
.dated b {
    display: block;
}
/* !!!!       ABOUT US PAGE CSS        !!!! */
.about-us-page h2,
.aboutpage-btm-sec h2,
.about-our-shop-section h2,
.about-our-shop-section h3 {
    text-transform: capitalize;
}
.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.about-our-shop-section .row {
    margin-top: 50px;
}
.abt-shp-column-right img {
    width: 100%;
}
.about-us-section .about-us-box img {
    position: absolute;
    top: 15px;
    right: 15px;
}
.aboutpage-btm-sec .about-us-box {
    padding: 20px 15px;
    border: 1px solid var(--black);
    position: relative;
}
.aboutpage-btm-sec .about-us-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-us-section .about-us-box h4 {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.aboutpage-btm-sec .section-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.aboutpage-btm-sec .section-title p {
    margin-top: 15px;
}
.about-us-box svg path {
    fill: var(--black);
}
/* !!!!       CONTACT PAGE CSS        !!!! */
.contact-right-column {
    margin-top: -270px;
}
.contact-right-inner h2 {
    color: var(--theme-color);
    text-transform: capitalize;
}
.contact-form {
    padding: 24px 20px;
    border: 2px solid var(--black);
    background: var(--white);
}
.submit-btn {
    width: 100%;
    text-transform: capitalize;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-right-inner {
    position: relative;
    z-index: 1;
}
.contact-left-inner ul li {
    margin-bottom: 25px;
}
.contact-left-inner ul li h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: var(--second-font);
}
.contact-left-inner ul li p {
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    word-break: break-all;
}
/* !!!!        CMS PAGES CSS        !!!! */
.cms-page p:not(:last-of-type) {
    margin-bottom: 25px;
}
.cms-page h2,
.cms-page h3,
.cms-page h4,
.cms-page h5 {
    margin: 0px 0 20px;
    text-transform: capitalize;
}
.cms-page strong{
  margin-bottom:10px;
      display: block;
}
.cms-page p a {
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}
.cms-page ul {
    margin: 20px;
}
.cms-page ul li {
    list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
    margin-bottom: 9px;
}
/* !!!!        FAQS PAGES CSS        !!!! */
.faq-page h2 {
    text-transform: capitalize;
}
.input-wrapper,
.input-wrappers {
    position: relative;
}
.input-wrapper input {
    background: var(--black);
    border-radius: 50px;
    color: var(--white);
    padding: 18.5px 50px 18.5px 20px;
    font-size: 14px;
}
.faq-search-form {
    max-width: 400px;
    margin: 25px 0;
}
.faq-search-form input {
    border: 1px solid var(--white);
    padding: 18px 60px 20px 18px;
}
.faq-search-form input::-webkit-input-placeholder {
    color: var(--white);
}
.faq-search-form input::-moz-placeholder {
    color: var(--white);
}
.faq-search-form input:-ms-input-placeholder {
    color: var(--white);
}
.faq-search-form input::-ms-input-placeholder {
    color: var(--white);
}
.faq-search-form input::placeholder {
    color: var(--white);
}
.input-wrapper .btn-subscibe {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    border: 0;
    padding: 0;
    background-color: var(--white);
}
.input-wrapper .btn-subscibe svg path {
    fill: var(--black);
}
.set {
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.set .acnav-label {
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 1.3;
}
.set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}
/*================= reset password page =============*/
.reset-password{
  color: var(--black);
    background-color: #f8f8f8;
  padding: 20px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
}
.reset-password .form-container {
  padding: 0;
  border: none;
}
.reset-password label {
  text-align: left;
  width: 100%;
}
.customer.reset-password {
  text-align: center;
}
.reset-password input{
  color: var(--black);
}
.reset-password input::-webkit-input-placeholder{
    color: var(--black);
}
.reset-password input::-moz-placeholder{
    color: var(--black);
}
.reset-password input:-ms-input-placeholder{
    color: var(--black);
}
.reset-password input::-ms-input-placeholder{
    color: var(--black);
}
.reset-password input::placeholder{
    color: var(--black);
}
.reset-password h3{
  margin-bottom: 15px;
}
.recover-password button {
  margin-right: 10px;
}
/* !!!!        BLOG PAGES CSS        !!!! */
.blog-page-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blog-page-banner .section-title {
    margin-bottom: 20px;
    color: var(--white);
    max-width: 450px;
}
.blog-page-banner p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-page-banner .common-banner-content .white-btn {
    margin-top: 20px;
}
.blog-cat {
    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;
    margin-bottom: 20px;
}
.blog-cat li:not(:last-of-type) {
    margin-right: 10px;
}
.blog-cat li a {
    padding: 10px 20px;
    color: var(--white);
    background: transparent;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1;
}
.blog-cat li.active a,
.blog-cat li a:hover {
    background: var(--white);
    color: var(--theme-color);
}
.blog-grid-section .blog-card {
    padding: 0;
    width: 100%;
}
.blog-grid-section .blog-card .btn {
    font-size: 14px;
    padding: 12px 14px;
}
.blog-grid .blog-widget-inner {
    border-color: var(--theme-color);
}
.article-section .blog-card .blog-card-author-name {
    color: var(--white);
}
.article-section .blog-card {
    padding: 0px;
}
.blog-grid .blog-caption {
    border-top: 1px solid var(--theme-color);
}
.blog-grid .blog-btn {
    background: var(--theme-color);
}
.blog-grid .blog-btn svg {
    fill: var(--white);
}
.blog-grid .blog-widget {
    margin-bottom: 30px;
}
.blog-grid-row .blog-card .blog-card-author-name {
    color: var(--white);
}
.blog-grid-row {
    margin-bottom: 30px;
}
.blog-grid .blog-widget:last-child {
    margin: 0px;
}
.blog-head-row {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
}
.blog-col-left ul li a {
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    position: relative;
    opacity: 0.5;
    font-weight: 600;
}
.blog-col-left ul li a:before {
    content: '';
    height: 2px;
    width: 100%;
    bottom: -1px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    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;
}
.blog-col-left ul li a:hover:before,
.blog-col-left ul li.active a:before {
    opacity: 1;
}
.blog-col-left ul li a:hover,
.blog-col-left ul li.active a {
    opacity: 1;
}
.blog-col-right .select-lbl {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
}
.blog-col-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.blog-col-right .nice-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
}
.blog-col-right .nice-select:after {
    right: 0;
}
.blog-grid-section .section-title .subtitle{
  margin-bottom:10px;
}
.blog-grid-section .section-title h2,
.blog-grid-section .section-title h3 {
    text-transform: capitalize;
}
/* !!!!         ARTICLE PAGES CSS        !!!! */
.article-banner .common-banner-content .back-btn {
    margin: 0 auto 26px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.article-banner .blog-cat {
    margin: 40px 0;
}
.post-lbl {
    margin-left: 50px;
}
.article-section .abt-user-img {
    border-color: var(--theme-color);
}
.about-user h6 {
    font-family: var(--second-font);
    text-transform: capitalize;
    font-size:14px;
  
}
.about-user h6 span {
    display: block;
    font-weight: 700;
}
.abt-user-img {
    border: 1px solid var(--white);
    border-radius: 72.2951px;
    width: 60px;
    height: 60px;
    padding: 5px;
    margin-right: 15px;
}
.abt-user-img img {
    width: 100%;
    height: 100%;
}
.article-section .section-title h2 {
    text-transform: capitalize;
    max-width: 600px;
    margin: 30px 0 0;
}
.aticleleftbar h5 {
    margin: 20px 0;
    text-transform: none;
}
.quote-box h4 {
    text-transform: capitalize;
}
.aticleleftbar p {
    margin-bottom: 25px;
}
.aticleleftbar a {
    width: 100%;
}
.aticleleftbar img {
    margin-bottom: 15px;
    width: 100%;
}
.art-auther {
    margin-bottom: 10px;
    font-size: 14px;
}
.quote-box {
    position: relative;
    padding: 20px 0 20px 50px;
}
.quote-box h3 {
    font-weight: 500;
    line-height: 1.6;
    font-family: var(--second-font);
}
.quote-box svg {
    position: absolute;
    left: 0;
}
.article-socials li a {
    height: 28px;
    width: 28px;
    background: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
}
.article-socials li a svg {
    fill: var(--white);
    height: 12px;
    width: 12px;
}
.article-socials li:not(:last-of-type) {
    margin-right: 10px;
}
.article-socials li span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}
.latest-article-slider {
    margin: 0 -10px;
}
.latest-article-slider .blog-widget {
    padding: 0 10px;
}
.blog-media {
    position: relative;
}
.blog-widget-inner .blog-media .blog-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    width: 35px;
    background: var(--theme-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;
    padding: 0;
    z-index: 1;
}
.latest-article-slider-section .section-title h2 b {
    font-style: normal;
}
.latest-article-slider-section .section-title {
    border-top: 1px solid var(--border-color);
    padding-top: 60px;
    margin-bottom: 40px;
}
.latest-article-slider-section .slick-arrow {
    opacity: 0;
}
.latest-article-slider-section .slick-slider:hover .slick-arrow {
    opacity: 1;
}
.latest-article-slider-section {
    padding-bottom: 50px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.article-line {
    max-width: 1200px;
    margin: auto;
    opacity: 0.4;
    border: 1px solid #DFDFDF;
}
/* !!!!       DESKTOP HOVER CSS             !!!! */
@media (hover: hover) {
    a:hover,
    a:focus {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .header-style-one .announcebar .announcebar-right a:hover,
    .header-style-one .announcebar .announcebar-right a.active {
        text-decoration: underline;
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a:hover {
        color: var(--theme-color);
    }
    .main-nav .menu-dropdown li a:hover {
        opacity: 1;
        color: var(--white);
        text-decoration: underline;
    }
    .site-footer .footer-col .footer-widget ul li a:hover {
        text-decoration: underline;
    }
    .social-icons .social-ul li:hover {
        background: var(--theme-color);
    }
    .social-icons .social-ul li:hover svg path {
        fill: var(--white);
    }
    .category-card-section .img-box:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .footer-bottom .policy-links a:hover {
        text-decoration: underline;
    }
}
/*===========================feature CSS start=======================*/
/* currency */
.currency select {
    color: var(--white);
    border: 1px solid var(--white);
    padding: 6px 10px 6px 10px;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
}
.currency select option {
    color: #000;
}
/*==== cart popup custom css ======  */
.site-header .menu-right .apply-coupan-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}
.coupan-txt svg {
  width: 22px;
  height: 22px;
}
.site-header .menu-right .coupan-txt svg {
  margin: 0;
}
.site-header .menu-right .apply-coupan-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 30px;
  background: var(--theme-color);
  color: var(--white);
  height: 100%;
  width: auto;
}
.coupan_code {
  position: relative;
  margin-bottom: 15px;
}
.coupan-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
.coupan-txt span{
  color: var(--black);
}
.coupan_code input {
  height: 45px;
  width: 100%;
  border-color: var(--border-color);
  padding: 14px 105px 14px 15px;
}
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn {
  padding: 12.5px 35px;
  border: 1px solid var(--theme-color);
  background:var(--theme-color);
  color:var(--white);
  font-size: 14px;
  line-height: 1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  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;
}
.notify-sold .notify-btn:hover,
.notify-sold .notify-btn:focus {
  background-color:transparent;
  border: 1px solid var(--white);
}
.out-of-stock-form {
  position: fixed;
  top: 50%;
  padding: 50px 40px;
  left: 0;
  right: 0;
  max-width: 475px;
  max-height: calc(100% - 100px);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: var(--theme-color);
  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 {
  line-height: 1.2;
  color: var(--white);
}
.notify-popup-close {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.notify-send-btn {
  position: relative;
  margin-top: 20px;
}
.notify-send-btn input {
  height: 45px;
  width: 100%;
  padding: 15px 106px 15px 15px;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(white);
}
.notify-send-btn input::-moz-placeholder {
  color: var(white);
}
.notify-send-btn input:-ms-input-placeholder {
  color: var(white);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(white);
}
.notify-send-btn input::placeholder {
  color: var(white);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(--white);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(--white);
}
.notify-send-btn button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: auto;
  padding: 10px 35px;
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--black);
}
/* ========quick-view===== */
.quickview-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
  border-radius:10px;
    text-align: center;
    background-color: #707070;
    z-index: 4;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
.quickview_popup_data .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.quickview_popup_data .product-page-first-section {
    background: none;
}
.quickview-close {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background:var(--theme-color);
    cursor: pointer;
}
.quickview_popup_data .pdp-right-column .section-title {
    max-width: 100%;
    text-align: left;
    color: var(--white);
    margin-bottom: 20px;
}
.quickview_popup_data .pdp-right-column .qv-price{
  color:var(--white);
}
.quickview_popup_data .pdp-right-column {
    text-align: left;
    width: auto;
}
.quickview_popup_data .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.quickview_popup_data {
    padding: 40px 0px 30px;
    color:var(--white);
}
.qv-price {
    margin-top: 15px;
}
.qv_select__select {
    margin-top: 10px;
    border: solid 1px var(--white);
    border-radius: 4px;
    width: 70%;
    background-color: transparent;
}
.cart-notification-product__name,
.cart-notification__heading {
    color: var(--white);
}
.cart-notification__close{
   color: var(--white);
}
.quickview_popup_data select:focus {
    margin-top: 10px;
}
.quickview_popup_data .pdp-right-column .qnty-btn-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;
    margin: 20px 0 0;
    gap: 20px;
}
.quickview_popup_data .pdp-right-column .qty-spinner button,
.qty-spinner input {
    width: 100%;
    max-width: 100px;
    color: var(--white);
}
.quickview_popup_data .qty-spinner {
    border: 1px solid var(--white);
    height: 40px;
    border-radius: 6px;
}
.quickview_popup_data .qty-spinner button svg path {
    fill: var(--white);
}
.quickview-close svg {
    fill: #fff;
    height: 18px;
    width: 18px;
}
.qv-price ins {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
.quickview_popup_data .pdp-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.quickview_popup_data .pdp-top-content a:last-child {
    position: absolute;
    right: 9px;
}
.qv_slider .slick-arrow.slick-prev {
    opacity: 1;
    visibility: visible;
}
.qv_slider .slick-arrow.slick-next {
    opacity: 1;
    visibility: visible;
}
.qv_slider {
    border: 1px solid var(--border-color);
    overflow: hidden;
    border-radius: 10px;
}
.jdgm-widget.jdgm-widget {
    margin-bottom: 0 !important;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
    font-size: 12px;
}
.product-card-inner .wish-lbl-wrp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    z-index: 1;
}
.product-card-inner .compare-label svg,
.product-card-inner .quickview-btn svg,
.product-card-inner .wishlist-label svg {
    height: 15px;
    width: 15px;
    cursor: pointer;
}
body.collection .product-listing-section .product-filter-right-column .product-card-inner .compare-label svg path,
body.collection .product-listing-section .product-filter-right-column .product-card-inner .wishlist-label svg path,
.product-card-inner .quickview-btn svg path {
    fill: var(--black);
}
.product-card-inner .compare-label svg path,
.product-card-inner .quickview-btn svg path,
.product-card-inner .wishlist-label svg path{
    fill: var(--white);
}
.product-filter-right-column .product-card-inner .compare-label svg path,
.product-filter-right-column .product-card-inner .quickview-btn svg path,
.product-filter-right-column .product-card-inner .wishlist-label svg path,
.collection .pro-card-slider-main .product-card-inner .compare-label svg path,
.collection .pro-card-slider-main .product-card-inner .quickview-btn svg path,
.collection .pro-card-slider-main .product-card-inner .wishlist-label svg path {
  fill: var(--black);
}
/* ==========compare and wishlist========= */
.compare-prod-remove svg, .wishlist-prod-remove svg {
    margin: 0 auto;
    cursor: pointer;
}
.pro-compare.active svg path,.pro-wishlist.active svg path  {
    fill: var(--white);
}
.pro-wishlist.active,.pro-compare.active{
    background: var(--theme-color);
}
.compare-head .section-title, .wishlist-head .section-title {
    text-align: center;
}
.pro-compare-wrap .pro-compare-left, .pro-wishlist-wrap .pro-wishlist-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  border-radius:10px;
  overflow:hidden;
}
.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(--theme-color);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}
.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;
}
.compare-pro-detail .compare-val-prod .product-form .cart-form, .wishlist-pro-detail .wishlist-val-prod .product-form .cart-form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
}
.compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}
.prod-price del {
    margin-left: 5px;
}
.compare-pro-detail .compare-val-prod .prod-price, .wishlist-pro-detail .wishlist-val-prod .prod-price {
    margin: 15px 0
}
.compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a {
    position: relative;
    padding-top: 80%;
    display: block;
    background: rgb(143 136 111 / 18%);
  border-radius:10px;
  overflow:hidden;
}
.cart-table .qty-spinner button input{
  color:var(--black);
}
.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-wrap, .wishlist-wrap {
    border-bottom: 1px solid var(--border-color);
}
.pro-compare-section .pro-compare-wrap, .pro-wishlist-section .pro-wishlist-wrap {
    margin-bottom: 30px;
}
.pro-compare-section .compare-bottom-btn, .pro-wishlist-section .wishlist-bottom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pro-compare-section .compare-bottom-btn a, .pro-wishlist-section .wishlist-bottom-btn a {
    min-width: 130px;
}
/*===========================feature-CSS end=======================*/
/*===========================SHF-CSS=======================*/
.input-wrapper {
    position: relative;
}
button {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
}
.no-js:not(html) {
    display: none !important;
}
.search-form-wrapper form {
    position: relative;
}
.search-popup .close-search {
    background: none;
    border: none;
    padding: 0;
}
#predictive-search-results ins {
    font-size: 15px;
}
.addresses h4 {
    margin: 0 0 20px;
}
.add-default .acc-details {
    margin: 0 0 20px;
}
.addresses select {
    background: url(down-arrow.svg) no-repeat;
    background-size: 14px;
    background-position: calc(100% - 15px) 50%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.product-page-first-section .variant-webi .size-select {
    border: none;
}
.product-page-first-section .variant-webi .size-select span {
    margin: 0 10px 0 0;
}
.product-form__input input {
    display: none;
}
.variant-webi {
    margin: 0 0 20px;
    gap: 10px;
    -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;
}
.variant-webi .pro-labl {
    margin: 0;
}
.variant-webi .size-select {
    border: none;
}
.variant-webi label.color-swatch {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}
label.color-swatch {
    border: 1px solid #B5D4F4;
    padding: 5px;
    display: inline-block;
    font-size: 13px;
}
.pdp-right-column-inner .review-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pdp-right-column-inner .product-write-review {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
.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;
}
.add-default .acc-back-btn-wrp.mainbtn .continue-btn {
    margin-right: 10px;
}
.edit-spacer {
    margin: 30px 0 0;
}
.product-widget.disclosure-has-popup[open] .acnav-label:after {
    opacity: 0;
}
/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
    background: var(--theme-color);
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    gap: 10px;
}
.flip-countdown.simple-countdown svg {
    width: 18px;
    height: 18px;
}
.countdown-container.flip-countdown.countdown-block span {
    margin: 0 5px 0 0;
    color: var(--white);
}
.countdown-container.flip-countdown.countdown-block span.dots {
    margin: 0;
}
.pdp-timer .flip-countdown.simple-countdown {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 280px;
}
.pdp-timer .countdown-container.flip-countdown.countdown-block span {
    display: inline-block;
}
.bestpro-itm .countdown-container.flip-countdown.countdown-block span {
    font-size: 13px;
    margin: 0 3px 0 0;
}
.bestpro-itm .flip-countdown.simple-countdown svg {
    display: none;
}
/***** SHF LANGUAGE CSS *****/
.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);
}
.lang-dropdown .nice-select {
    font-family: var(--first-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
 .disclosure__list-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 120px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    margin:0;
    opacity: 1;
    pointer-events: auto;
    background-color: var(--white);
transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
-o-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
-webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
-moz-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
-ms-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
 -webkit-box-shadow:0 0 0 1px #444444b3;
         box-shadow:0 0 0 1px #444444b3;
 visibility: visible;
   border-radius:10px;
}
.disclosure__list-wrapper.hide{
 opacity:0;
 visibility: hidden;
transform: scale(.75) translateY(-21px);
-ms-transform:scale(.75) translateY(-21px);
-webkit-transform:scale(.75) translateY(-21px);
-moz-transform:scale(.75) translateY(-21px);
-o-transform:scale(.75) translateY(-21px);
}
 .disclosure__list-wrapper .disclosure__item {
    margin: 0 !important;
    padding: 0 0 0px !important;
    display: block;
    background: none;
}
 .disclosure__list-wrapper .disclosure__item a {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    color: var(--black);
    width: 100%;
    line-height: 1;
}
.disclosure__list-wrapper .disclosure__item a.disclosure__link--active, .disclosure__list-wrapper .disclosure__item a:hover {
    background-color: #f3f0ee;
}
 .disclosure__list-wrapper .disclosure__item a.disclosure__link--active {
    font-weight: bold;
}
/***** SHF - SIZE POPUP *****/
.size-popup {
    background: rgba(223, 218, 205, 0.90);
    display: table;
}
.size-close-btn {
    text-align: end;
}
.size-close-btn svg {
    margin-left: 0px;
    margin-right: 5px;
}
.size-popup table tr td {
    padding: 10px;
}
.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 ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.size-popup .size-form {
    background-color: var(--white);
    color: var(--black);
    padding: 20PX;
    max-height: 80vh;
    height: 100%;
    overflow: auto;
    border-radius: 10PX;
    -webkit-border-radius: 10PX;
    -moz-border-radius: 10PX;
    -ms-border-radius: 10PX;
    -o-border-radius: 10PX;
}
.size-popup .size-form H4 {
    text-align: center;
    margin-bottom: 20px;
}
.size-popup .btn-white {
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.size-btn {
    gap: 10px;
}
.see-size .size-btn svg, .size-share-wrap .share-button__button svg {
    width: 16px;
    height: 16px;
}
.see-size .size-btn svg path, .size-share-wrap .share-button__button svg path {
    fill: var(--white);
}

.size-share-wrap{
  gap: 40px;
}
.size-share-wrap .share-button__button{
  gap: 5px;
}
/*=================shf - recommendations ================*/
.product-notification {
    background: var(--theme-color);
    -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;
  border-radius:6px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    color: var(--white);
}
.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-suggest .product-image img {
    border-radius: 5px;
}
.product-notification .product-suggest .product-label {
    margin: 0 0 10px;
    position: static;
    line-height: 1;
}
.product-notification .product-suggest .product-name {
    font: var(--h6);
    margin: 0 0 10px;
  overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-notification .from-ago,.product-notification .time-ago{
  font-size:14px;
}
.view-product-sec h3 {
    text-align: center;
    margin: 0 0 25px;
    color: var(--white);
}
.view-product-sec .card-bottom-content h4 a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.view-product-sec .card-bottom-content h4{
  margin-bottom: 15px;
}
.view-product-sec .product-card{
  padding: 0 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;
}
.newsletter-form__message--error {
    color: #dc0000;
}
.form-error .form__message,
.form-message-error,
.form-error .errors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    color: #ff0000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px;
}
.form-message-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 0 0 10px;
    color: #428445;
}
/*------------------- SHF dropdown ---------------------------*/
.profile-header {
    position: relative;
}
.profile-header .menu-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 20px 0 0;
    background-color: var(--white) !important;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 40px #0000000d;
    opacity: 0;
    visibility: hidden;
    min-width: 120px;
    z-index: 2;
    padding: 10px;
    border-top: 1px solid var(--border-color);
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    color: var(--black);
  border-radius:0 0 10px 10px;
}
li.profile-header:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.profile-header .menu-dropdown li {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    line-height: 1;
    padding: 0 !important;
}
.profile-header .menu-dropdown li:last-child {
    margin: 0 !important;
}
.profile-header .menu-dropdown .headwish .wishlist{
      padding: 0;
    border:none;
  height:auto;
    width:auto;
}
/**** SEARCH POPUP CSS ****/
.search-popup,
.size-popup {
    position: fixed;
    background: rgba(20, 23, 8, 0.88);
    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: 5;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.search-popup.active,
.size-popup.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.search-popup .search-form-wrapper {
    max-width: 1000px;
    width: 100%;
    margin-top: 50px;
}
.search-popup .search-form-wrapper form {
    width: 100%;
}
.search-popup .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.search-popup .close-search svg {
    height: 100%;
    width: 100%;
}
.search-popup .search-form-wrapper .form-inputs {
    width: 100%;
    position: relative;
}
.search-popup .search-form-wrapper input {
    padding: 15px 60px 15px 20px;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: var(--white);
}
.search-popup .search-form-wrapper .btn {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 45px;
    padding: 0;
    border: 0;
    background-color: var(--theme-color);
    height: calc(100% - 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-popup .search-form-wrapper .btn svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    fill: #fff;
}
.search-popup .search-form-wrapper .btn:hover svg path {
    fill: var(--white);
}
.search-popup .search-form-wrapper input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    color: #ffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/****** SHF CART DRAWER CSS ********/
.header-style-one .menu-right .cartDrawer {
    padding: 0px;
}
.mini-cart-footer .js-contents {
    display: none;
}
.cart-page-section .cart__warnings.is-empty,
.cartDrawer .cart__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 {
    display: none;
}
.cartDrawer.is-empty .cart__empty-text,
.cartDrawer.is-empty .cart__warnings {
    display: block;
    color: var(--black);
    margin: 15px 0 0;
}
.cartDrawer.is-empty .cart__warnings {
    margin: 0;
    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%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.subscribe-overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 1;
}
.subscribe-overlay.open {
    opacity: 1;
    visibility: visible;
}
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty,
.header-style-one .cartDrawer svg#icon-cart-emty {
    width: 55px;
    height: auto;
    fill: currentColor;
    margin: 0 auto;
}
.header-style-one .menu-right li a.mini-cart-title {
    text-align: left;
    line-height: 1.4;
}
.header-style-one .menu-right li a.closecart svg path {
    fill: var(--white) !important;
}

.mobile-menu-bar .fea-coll-img a img {
    transform: rotateZ(20deg);
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li:not(.has-children) a svg,
.product-card .product__media-item:not(:first-child) {
    display: none;
}
.size-variant-swatch,
.color-variant-swatch {
    border: none;
}
/*============SHF order =============*/
.order h2 {
    margin: 0 0 30px;
}
.order .add-details h4,
.order .order-detail h4 {
    margin: 0 0 15px;
    color: var(--theme-color);
    display: block;
}
.order-detail {
    margin: 0 0 30px;
}
.order-detail>p {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 18px;
}
/*============SHF blog comment =============*/
.article-comment {
    border: 1px solid var(--border-color);
    padding: 15px;
    margin: 30px 0 0;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
#comments .errors {
    border: 1px solid #ff0000;
    padding: 15px;
    margin: 30px 0 0;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
#comments .errors li {
    color: #ff0000;
    margin: 0 0 5px;
}
#comments .errors li:last-child {
    margin: 0;
}
.article-comment h4 {
    margin: 0 0 20px;
}
.article-comment .grid-item p.desc {
    margin: 0 0 15px;
}
.article-comment .grid-item {
    margin: 0 0 15px;
}
.article-comment .grid-item input {
    padding: 12px 15px;
}
.article-comment .grid-item .btn {
    width: 100%;
}
.blog-grid-section .card-inner {
    border: 1px solid var(--border-color);
    margin: 0 0 30px;
    padding: 15px;
}
.blog-grid-section .card-inner>a {
    margin: 0 0 15px;
}
.product-sec .addtowish.wishlist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.blog-grid-section .card-inner h5,
.blog-grid-section .card-inner .time,
.blog-grid-section .card-inner p {
    margin: 0 0 12px;
    display: block;
}
/*=================SHF filter =============*/
.active-facets__button-inner,
.active-facets__button-remove {
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px;
    max-width: inherit;
    min-width: unset;
}
/*=================SHF address page =============*/
#recover,
#recover+.recover-password,
#recover:target~.back-toshop,
#recover:target~.section-title,
#recover:target~.form-wrapper {
    display: none;
}
#recover:target+.recover-password,
#recover:target {
    display: block;
}
.acc-order-history {
    margin: 0 0 20px;
    text-align: center;
}
.acc-order-history h4,
.account-details h4 {
    margin: 0 0 10px;
    color: var(--theme-color);
    display: block
}
.acc-order-button {
    gap: 10px;
    margin: 20px 0 0;
}
.addresses [aria-expanded="false"]~div[id] {
    display: none;
}
.addresses [aria-expanded="true"]~div[id] {
    display: block;
    margin: 30px 0 0;
}
.rtn-to-acc {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}
.newadd {
    text-align: center;
    margin: 0 0 40px;
}
.newadd .common-btn2 {
    display: inline-block;
}
.add-default {
    margin: 30px 0 0;
    padding: 20px;
    border: 1px solid var(--border-color);
}
.add-default .btn {
    padding: 10px 30px;
    margin: 0 10px 0 0;
}
.add-default .acc-back-btn-wrp .btn {
    margin: 0;
}
.back-btn-acc:hover, .back-btn-acc:focus{
  color: var(--black);
}
.back-btn-acc:hover svg path, .back-btn-acc:focus svg path{
  fill: var(--black);
}
.back-btn-acc svg {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    margin: 0 6px 0 0;
}
.acc-back-btn-wrp button svg {
    width: 16px;
    margin-left: 6px;
}
.acc-back-btn-wrp .back-btn-acc svg {
    margin-left: 0;
}
/*==================== SHF Cart Page ====================*/
.cart-item__error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.cart-item__price-wrapper {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.remove-btn a {
    display: block;
}
.remove-btn a svg {
    height: 100%;
    width: 100%;
}
.cart-page-section .cart__warnings {
    text-align: center;
    border: 1px solid var(--border-color);
    padding: 30px 15px;
}
.cart-page-section .cart__warnings .section-title {
    margin: 0;
}
.cart-page-section .cart__warnings .common-btn2 {
    display: inline-block;
}
.cart-page-section .cart__warnings .section-title {
    margin: 0;
}
.cart-item__error-text:empty+svg {
    display: none;
}
cart-note.cart__note.field {
    margin: 0 0 30px;
    display: block;
}
cart-note.cart__note.field label {
    margin: 0 0 15px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}
.cart__footer .cart__note #Cart-note {
    min-height: 100px;
    padding: 10px;
}
.cart__footer-wrapper .cart__blocks {
    border: 1px solid var(--border-color);
    padding: 30px 15px;
    text-align: center;
}
.cart__blocks .totals__subtotal {
    margin: 0 0 15px;
    line-height: 1;
    color: var(--theme-color);
}
.cart__footer ins {
    font-size: 20px;
}
.cart__blocks .totals__subtotal-value {
    font: var(--h5);
    margin: 0 0 15px;
    color: var(--black);
}
small.tax-note.caption-large.rte {
    margin: 0 0 10px;
    display: block;
    font-size: 14px;
}
.facets__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}
.product-widget .acnav-list .facets__item {
    margin-top: 8px;
}
.prorow-lbl-qntty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px;
}
.prorow-lbl-qntty .qty-spinner {
    margin: 0 0 0 10px;
    background: var(--black);
    border-color: #B5D4F4;
    -webkit-box-shadow: none;
            box-shadow: none;
}
/*======================= SHF collection-list =====================*/
.collection .product-card {
    color: #000000;
}
.collection .product-card .product-title,
.collection .product-card .select-box>label,
.collection .product-card .price {
    color: #000000;
}
.collection .product-card .nice-select {
    -webkit-filter: invert(1);
            filter: invert(1);
}
.card-wrapper {
    text-align: center;
    margin: 0 0 30px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    overflow:hidden;
}
.card-wrapper .card-content {
    margin: 10px 0 15px;
    display: block;
}
.card-wrapper .card-content .card-heading {
    margin: 0 0 15px;
}
/*======================= SHF buy-now-btn =====================*/
.buy-now-btn {
    margin: 20px 0 0;
}
button.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
    display: none;
}
.shopify-challenge__button.btn {
    margin-top: 50px;
}
.shopify-challenge__container #g-recaptcha {
    margin-top: 20px;
}
.shopify-payment-button__button--unbranded {
    text-align: center;
    color: var(--theme-color) !important;
    background: none !important;
    padding: 12px 27px !important;
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    transition: all ease-in-out .3s !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--theme-color) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    -webkit-transition: all ease-in-out .3s !important;
    -moz-transition: all ease-in-out .3s !important;
    -ms-transition: all ease-in-out .3s !important;
    -o-transition: all ease-in-out .3s !important;
    text-transform: uppercase;
}
.shopify-payment-button__button--unbranded:hover {
    background: var(--theme-color) !important;
    color: var(--white) !important;
    border: 1px solid var(--theme-color) !important;
}
/*======================= SHF product review =====================*/
.product-review {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    z-index: 5;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 200px);
    overflow: auto;
    color: var(--black)
}
.product-review.open-model {
    opacity: 1;
    visibility: visible;
}
.product-review .spr-container {
    padding: 0;
    border: none;
}
.product-review .spr-form {
    display: none;
    border-color: #ccc;
    padding: 15px 0 0;
}
.spr-form-input-textarea {
    resize: vertical;
    font: var(--common-text);
}
.product-review .spr-summary-caption {
    float: left;
}
.product-review .review-close-icon {
    height: 25px;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--second-color);
    z-index: 1;
    padding: 5px;
    cursor: pointer;
}
.product-review fieldset.spr-form-contact {
    margin: 15px 0 0;
}
.review-stars .product-write-review svg {
    margin: 0;
}
.product-review .spr-form-label {
    font-size: 15px;
    line-height: 20px;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
}
.product-review input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary {
    color: var(--white);
    background-color: var(--second-color);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
}
.product-detail-left .review-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-detail-left .review-wrap .spr-badge {
    margin: 0 10px 0 0;
    border-right: 1px solid #ccc;
    padding: 0 10px 0 0;
}
.spr-form-message-success {
    width: auto;
    color: #0a942a;
    background-color: #ecfef0;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #0a942a;
    margin: 15px 0 0;
}
.product-detail-left .review-wrap .spr-badge-starrating .spr-icon {
    font-size: 80%;
    margin: 0 5px 0 0;
}
.product-detail-left .review-wrap .spr-badge-starrating .spr-icon-star-empty {
    color: #444;
}
.product-detail-left .review-wrap .product-write-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
/* new add css  */
.spr-summary-actions-newreview {
    text-decoration: underline !important;
}
.spr-form-message-success {
    padding: 0;
    margin: 10px 0 0;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 20px;
}
.product-form__error-message-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #E90022;
    position: absolute;
    z-index: 1;
    background: yellow;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}
/*===================== SHF search page ======================*/
.template-search__search .search__button {
    position: absolute;
    top: 5px;
    left: auto;
    right: 5px;
    bottom: 5px;
    padding: 0 10px;
}
.template-search__search .search__button svg {
    margin: 0;
    width: 20px;
    height: 20px;
    fill: none;
}
.template-search p.search-msg {
    padding: 20px 0 30px;
    font-size: 20px;
    line-height: 1;
}
.template-search__search .field {
    position: relative;
}
.template-search__results .grid__item {
    margin: 0 0 30px;
}
.template-search__results .product-card .product-card-inner {
    border: 1px solid var(--border-color);
}
.template-search__results .product-card .link-btn {
    display: none;
}
/*=========== SHF wishlist page ===============*/
.wishpg .product-card-inner {
    border: 1px solid var(--theme-color);
    padding: 15px;
    border-radius: 12px;
    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%;
}
.wishpg .wishdesc h6 {
    margin: 0 0 20px;
}
.wishdesc {
    margin: 20px 0 0;
    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%;
}
.product-card-inner .wishdesc h4 {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.innerwish .wishremove.wishactive .addtowish {
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
}
.innerwish .wishremove.wishactive .addtowish svg {
    width: 16px;
    height: 16px;
}
.innerwish .wishremove.wishactive .addtowish svg path {
    fill: #ff0000;
}
.loginwish .list-unstyled {
    border: 1px solid var(--border-color);
    padding: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.loginwish li:first-child {
    margin: 0 0 20px;
}
.loginwish h3 {
    margin: 0 0 15px;
}
.main-wishlist {
    row-gap: 30px;
}
.wishpg .innerwish .wishremove.wishactive .addtowish {
    top: 15px;
    right: 15px;
}
.wish-btn-wrp {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
#customer_login_link,
#customer_register_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    color: var(--black);
    background: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
}
#customer_login_link:hover,
#customer_register_link:hover {
    background: var(--theme-color);
    color: var(--white);
}
.card__media {
    position: relative;
}
.product-card-image .hover-img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
}
.product-card-image:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
.product-card-image:hover .default-img {
    opacity: 0;
    visibility: hidden;
}
.product-type {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}
table.order-history {
    margin: 30px 0 0;
}
/*================ instagram ===================*/
#instagenie-feed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
#instagenie-feed h2 {
    margin: 0 0 30px !important;
    font: var(--h2) !important;
}
.instagenie-branding {
    display: none;
}
.lSAction {
    display: none !important;
}
.left-side-wrapper .product-write-review {
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.left-side-wrapper .product-write-review svg {
    width: 15px;
    height: 13px;
}
.innerwimg {
    position: relative;
}
.wishpg .innerwimg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.wishpg .innerwimg>a.wishremove {
    padding: 0;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 20px;
    display: block;
}
.wishpg .innerwimg>a.wishremove span.addtowish {
    position: relative;
    top: auto !important;
    left: auto;
    right: auto !important;
    display: block;
}
.site-footer .footer-widget h4 {
    max-width: 100%;
    width: 100%;
}
.blog-top-content .product-title {
    margin-bottom: 15px;
}
.blog-top-content .blog-card-author-name {
    margin-top: 15px;
}
.predictive-search-main .predictive-search__item {
    display: block;
    padding-top: 55%;
    position: relative;
}
.predictive-search-main a img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.blog-page-banner .common-banner-content h5 {
    margin-top: 10px;
}
.blog-grid-row .blog-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.review-close-icon svg line {
    stroke: var(--white);
}
.annoucebar-bottom a {
    margin-left: 10px;
}
.card-bottom-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.facet-checkbox .feather-check {
    z-index: 2;
}
.wishpg .innerwimg>a {
    display: block;
    width: 100%;
    padding-top: 70%;
}
.shopify-app-block #instagenie-feed {
    padding-bottom: 70px;
}
.blog-section {
    padding-top: 0 !important;
}
/************** video product page css *************/
deferred-media.deferred-media {
    position: relative;
    display: block;
}
.media>*:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.deferred-media[loaded]>.deferred-media__poster {
    display: none !important;
}
.product__modal-opener:not(.product__modal-opener--image) {
    display: none;
}
.deferred-media__poster-button.motion-reduce {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    padding: 10px;
    background: var(--theme-color);
    border-radius: 30px;
}
.deferred-media__poster-button.motion-reduce svg {
    fill: var(--black);
    width: 20px;
    height: 20px;
}
.deferred-media:not([loaded]) template {
    z-index: -1;
}
.quickview-popup .price-item--sale {
    font-size: 16px;
    text-decoration: line-through;
}
.quickview_popup_data .pdp-right-column .section-title h2 {
    margin-bottom: 15px;
    font-size: 30px;
  overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.quickview_popup_data .pdp-right-column .section-title p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.quickview_popup_data .pdp-right-column .qnty-btn-wrp .btn:hover {
    border: 1px solid var(--white);
    color: var(--white);
}
.quickview_popup_data .pdp-right-column .qnty-btn-wrp .btn:hover svg path {
    fill: var(--white);
}
.quickview-popup .slide-arrow svg {
    width: 12px;
    height: 12px;
}
.quickview-popup .quickview_popup_data::-webkit-scrollbar {
    width: 8px;
}
.quickview-popup .quickview_popup_data::-webkit-scrollbar-thumb {
    background-color: rgba(4,44,83,0.7);
}
.quickview-popup .quickview_popup_data::-webkit-scrollbar-track {
    background: var(--white);
}
.qv-pro-slider-img img {
    width: 100%;
}
.compare-head h1, .wishlist-head h1 {
    font: var(--h2);
}
/* review */
.jdgm-star {
    font-weight: normal !important;
}
.template-product .jdgm-widget-actions-wrapper {
    margin: 0;
}
.template-product .jdgm-rev-widg {
    border: none;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px 0px !important;
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn {
    text-align: center;
}
.template-product .jdgm-rev-widg .jdgm-rev-widg__summary {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-write-rev-link {
    margin-right: 0;
}
.jdgm-widget .jdgm-btn.jdgm-btn {
    width: auto;
    border-radius: 10px !important;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev {
    background: transparent;
    border-radius: 10px;
}
.jdgm-form__title {
    margin-top: 15px !important;
    text-align: center;
}
.jdgm-form {
    border: 1px solid var(--border-color);
    background: var(--white);
    text-align: left;
}
.jdgm-row-actions {
    display: none !important;
}
.jdgm-rev-widg__body {
    position: relative;
    border: 1px solid var(--border-color);
    background: var(--white);
    padding: 15px;
}
.jdgm-rev-widg__body .jdgm-rev {
    border-top: 0;
    padding: 0;
}
.jdgm-rev-widg__body .jdgm-rev:last-of-type {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
}
.jdgm-paginate {
    border-top: none !important;
}
.jdgm-row-rating {
    border-bottom: 1px solid rgba(51, 153, 153, 0.1);
    border-color: var(--jdgm-secondary-color);
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.left-side-wrapper .jdgm-prev-badge {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.collection .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: var(--black);
}
.jdgm-widget .jdgm-rev-widg__summary .jdgm-star {

    color: var(--white) !important;
}
.jdgm-widget .jdgm-rev-widg__summary-stars {
    margin-bottom: 10px;
    line-height: 1;
}
.jdgm-widget.jdgm-widget .jdgm-form,
.jdgm-widget.jdgm-widget .jdgm-write-rev-link {
    color: var(--black);
    border-radius: 10px;
}
.jdgm-widget .jdgm-rev-widg .jdgm-star {
    font-size: 12px;
    color: var(--black);
}
.jdgm-widget .jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover,.jdgm-widget .jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):focus {
    color: var(--black);
}
.jdgm-widget .jdgm-form input[type="text"]:focus,
.jdgm-widget .jdgm-form input[type="text"]:focus-visible,
.jdgm-widget .jdgm-form input[type="email"]:focus,
.jdgm-widget .jdgm-form input[type="email"]:focus-visible,
.jdgm-widget .jdgm-form input[type="url"]:focus,
.jdgm-widget .jdgm-form input[type="url"]:focus-visible,
.jdgm-widget .jdgm-form textarea:focus,
.jdgm-widget .jdgm-form textarea:focus-visible {
    border-color: #e4e4e4;
}
.jdgm-widget .jdgm-btn--border,
.jdgm-widget .jdgm-btn--solid,
.jdgm-widget input[type=submit].jdgm-btn--solid {
    color: var(--black);
    border-color: var(--black);
}
.jdgm-widget .jdgm-btn--border:not([disabled]):hover,
.jdgm-widget .jdgm-btn--border:focus,
.jdgm-widget input[type=submit].jdgm-btn--solid:not([disabled]):hover {
    color: var(--black);
}
.jdgm-widget .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown,
.jdgm-widget .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
    color: var(--black);
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn {
    text-align: center;
}
.jdgm-widget .jdgm-widget-actions-wrapper{
  border-color:var(--border-color) !important;
}
.product-filter-right-column .product-card-inner .wishlist svg path{
  fill:var(--black);
}
.recommendations-product .product-image{
    background: var(--jdgm-primary-color);
border-radius:6px;
}
body.collection .pro-card-slider-section .wishlist.wish.add-wishlist svg path {
  fill: var(--black);
}
.main-order .acc-order-history{
  margin-bottom:0;
}
.form-wrapper form.login-form,
.form-wrapper.recover-password  form,
.form-wrapper.register-form form{
  border-radius:6px;
}
.form-wrapper form.login-form input,.form-wrapper form.login-form textarea,
.form-wrapper.recover-password  form input,.form-wrapper.recover-password  form textarea,
.form-wrapper.register-form  form input,.form-wrapper.register-form  form textarea{
  border-radius:6px;
}
.template-search__search input.template-search__search,
.template-search__search input .search__input.field__input{
  border-radius:6px;
}
.template-search__search input.search__input.field__input{
      padding: 15px 55px 15px 20px;
   border-radius:6px;
}
.template-search__results .pro-wishlist svg path,.template-search__results .pro-compare svg path,.template-search__results .quickview-btn svg path{
  fill:var(--black);
}
/* ======comment========== */
.comment-item-wrapper .comment-item {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 20px;
}
.comments.comment-item-wrapper {
    margin: 30px auto;
}
.comment-item-wrapper .comment-item .comment-item-inner {
    gap: 20px;
}
.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 {
    border: 1px solid var(--border-color);
    padding: 20px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.reset-password .section-title h3 {
  margin: 0 0 15px;
}
.reset-password .form-container {
  padding: 0;
  border: none;
}
.reset-password label {
  text-align: right;
  width: 100%;
}
.customer.reset-password {
  text-align: center;
}
.my-resetpwd-sec .row{
  margin:0;
}
.login-page .form-message-success{
  margin-bottom:10px;
  color:#24d57a;
}
.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;
}
.nice-select.disclosure__button[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.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-content a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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;
}
/*============ zoom  =========*/
.product-item-img .zoomImg {
    background: var(--black);
    cursor: crosshair;
}
a.product-item-img {
    display: block;
}
.slick-lightbox-inner .slick-prev {
    transform: translateY(-50%) scale(-1);
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-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(--border-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;
}
/* desktop: wrapper is transparent so controls stay inline with the rest */
.products-add-cart-sticky .sticky-controls-row {
    display: contents;
}
.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: 60px;
  width:100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border: 1px solid var(--black);
  border-radius:6px;
}
.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;
  color:var(--black);
}
.sticky-pro-info .sticky-data .price {
    margin-bottom: 0;
  color: var(--black);
  gap:5px;
}
.products-add-cart-sticky .nice-select {
    max-width: 185px;
    padding: 10px 30px 10px 15px;
  color:var(--black);
  background-image:none;
  border-color:var(--black);
}
.products-add-cart-sticky .nice-select::after {
  border-color: var(--black);
}
.products-add-cart-sticky .nice-select.open::after{
  top:60%;
} 
.products-add-cart-sticky .nice-select .list {
  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 .sticky-pro-inner .sticky-btn {
  border-color: var(--black);
  color:var(--black);
}

.products-add-cart-sticky .sticky-pro-inner .sticky-btn svg path{
  fill:var(--black);
}

.products-add-cart-sticky .qty-spinner {
  height: 40px;
  border-color:var(--black);
}
/* Safeguard: keep the product page scrollable unless a real drawer/popup is open.
   Prevents a stuck "frozen page" when an overlay state isn't cleaned up. */
body.template-product:not(.cartOpen):not(.mobile-open):not(.quick-active):not(.notify-active):not(.open) {
  overflow: visible !important;
  position: static !important;
  top: auto !important;
}
/* ============cartdrawer============== */
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
/* cart-progress-bar */
.cart-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

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: #F2F2F2;
}

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

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

progress:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 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 {
    position: relative;
    top: 25px;
    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;
    background: var(--theme-color);
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-animation: blinkers 1.5s infinite;
    animation: blinkers 1.5s infinite;
}

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

.progress-icon svg path {
    fill: var(--white);
}

@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 */
/* releted product cart popup */
.cartDrawer .related-cart-wrp{
  margin-top: 25px;
}
.cartDrawer .related-cart-wrp h3{
  margin-bottom: 15px;
  font-size: 22px;
}
.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: 10px;
}
.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: cover;
       object-fit: cover;
}
.cartDrawer .related-image{
    position: relative;
    max-width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    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: 16px;
  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-price{
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.cartDrawer .pvarprice svg path{
  fill: red;
}
.cartDrawer .cart-slider{
  position: relative;
}
/* releted product cart popup  end*/
.mini-cart-footer {
    -webkit-box-shadow: 0 0 8px #0000004d;
    box-shadow: 0 0 8px #0000004d;
}
.mini-cart-top {
    padding: 20px;
}
.cartDrawer .mini-cart-footer-icons {
    margin-bottom: 15px;
}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
    width: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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(--theme-color);
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.cartDrawer .mini-cart-footer-icons svg {
    width: 30px;
    height: 30px;
}
.cartDrawer .mini-cart-footer-icons svg path {
    stroke: var(--white);
}
.cartDrawer .mini-cart-footer-total-row p{
  font-size:18px;
}
.cartDrawer .mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--border-color);
}
.cartDrawer .mini-cart-footer-total-row div {
    padding: 0 10px;
}
.mini-total-lbl {
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
}

.cartDrawer .mini-cart-footer-total-row div.mini-Subtotal {
    text-align: right;
}
.mini-cart-bottom {
    width: 100%;
}
.cartDrawer .mini-cart-bottom .cart-bottom-btn {
    padding: 15px 20px;
    width: 50%;
    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;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    background-color: var(--black);
}
.cartDrawer .mini-cart-bottom .view-cart-btn {
    background-color: var(--theme-color);
  border-right: 1px solid var(--border-color);
}
/* ============cart-gift============ */
.cart-page-section #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: var(--border-color);
  padding: 15px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  color:var(--white);
}
.cart-page-section #cart-gift-wrap svg path{
  fill:var(--white);
}
.cart-page-section #cart-gift-wrap .continue-btn {
  margin-right: 0;
}
.cart-page-section #cart-gift-wrap .add-gift {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  max-width: 300px;
  width: 100%;
}
.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(--black);
  width: 100%;
  height: auto;
  -ms-transform: translateY(120%);
  -webkit-transform: translatey(120%);
  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;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.coupon-popup.active,
.gift-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0%);
      -ms-transform: translatey(0%);
          transform: translatey(0%);
}
.coupon-popup .coupon-txt {
  gap: 10px;
  margin-bottom: 12px;
  color: var(--black);
}
.coupon-popup .common-close,
.gift-popup .common-close {
  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 .common-close svg,
.gift-popup .common-close svg {
  height: 18px;
  width: 18px;
}
.coupon-popup .common-close svg path,
.gift-popup .common-close svg path {
  fill: var(--black);
}
/* ****** coupon popup css **** */
.coupon-code {
  position: relative;
}
.coupon-code input {
  height: 45px;
  width: 100%;
  border-color: var(--border-color);
  padding: 14px 115px 14px 15px;
   color: var(--black);
}
.coupon-code input::-webkit-input-placeholder {
  color: var(--black);
}
.coupon-code input::-moz-placeholder {
  color: var(--black);
}
.coupon-code input:-ms-input-placeholder {
  color: var(--black);
}
.coupon-code input::-ms-input-placeholder {
  color: var(--black);
}
.coupon-code input::placeholder {
  color: var(--black);
}
.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;
   color: var(--black);
}
.coupon-popup .coupon-txt svg {
  height: 30px;
  width: 30px;
}
.coupon-code .apply-coupon-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-color: var(--black);
}
.checkbox-custom label::before {
  border: 1px solid var(--theme-color);
}
.cart__warnings {
  display: none;
}
.cart-page-section .cart-page-section {
  padding: 0;
}
.cart-item__vendor {
  margin: 0 0 10px;
}
.cart__footer-wrapper .cart__blocks .price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 12px;
    gap: 10px;
}
.cart__ctas {
    margin-top: 10px;
}
.cart__footer-wrapper .cart__blocks .btn {
    padding: 10px 12px;
}
.cart-slider .slick-dots {
  position: unset;
  margin: 20px 0 0;
}
.cart-slider .slick-list {
  margin: 0 -10px;
}
.cartDrawer .related-cart-inner {
  margin: 0 10px;
}
.mini-cart-details .remove-item svg {
    height: 15px;
    width: 15px;
}
.is-empty #cart-gift-wrap{
  display: none;
}
.is-empty .cart__warnings{
  display: block;
}
body.account table tr td:first-child a{
  text-decoration: underline;
}
#AddAddress .form-group label {
    width: 100%;
    text-align: left;
}
.currency .nice-select .list li,
.languages .disclosure__list-wrapper ul li a,
.languages .nice-select,
.nice-select-arrow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.lang-dropdown .nice-select.disclosure__button[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.cookiestatus .cookie-block #cookie_message {
  z-index: 3 !important;
}
.cookiestatus .cookie-block.bottom_fix #cookie_message {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.cookiestatus .cookie-block #cookie_message button.btn {
  margin: 0 !important;
}
.product-notification,
.cookiestatus .cookie-block.bottom_to_right #cookie_message,
.cookiestatus .cookie-block.bottom_to_left #cookie_message {
  border-radius: 15px;
}
.cookiestatus .cookie-block #cookie_message > span {
  line-height: normal !important;
}
.mobile-menu-wrapper .menu-close-icon svg {
  cursor: pointer;
}
.cartDrawer.is-empty .cart__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%;
  margin: 0;
  color: var(--black);
}
.is-empty .cart__empty-text {
  margin: 15px 0 !important;
}
.cartDrawer.is-empty .cart__warnings .btn svg {
  margin: 0 10px 0 0;
}
.cartDrawer .mini-cart-item,
.cartDrawer .related-cart-inner {
  border-radius: 15px;
}
.mini-cart-details .remove-item svg {
  height: 15px;
  width: 15px;
}
.cartDrawer .related-image,
.cartDrawer .mini-cart-image {
  border-radius: 10px;
  overflow: hidden;
}
.cart-slider .slick-list {
  margin: 0 -10px;
}
.cartDrawer .related-cart-inner {
  margin: 0 10px;
}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
  border-radius: 15px;
}
.slick-dots li {
  cursor: pointer;
}
.predictive-search__results-list .predictive-search__item {
  position: relative;
  display: block;
  padding-top: 84%;
}
.predictive-search__results-list .predictive-search__item img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quickview-popup {
  border-radius: 15px;
}
.predictive-search-bottom {
  padding-top: 0 !important;
}
.quickview_popup_data {
  padding: 30px 0;
  max-height: 90vh;
  overflow-y: auto;
}
.quickview-close {
  cursor: pointer;
}
.qv_slider .slick-list {
  margin: 0 -10px;
}
.qv_slider .slick-slide {
  margin: 0 10px;
}
.variant-webi .product-labl {
  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: 5px;
  width: 100%;
  margin: 0 0 8px;
}
.variant-webi input {
  display: none;
}
.variant-webi label {
  display: block;
  cursor: pointer;
}
.variant-webi .var-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px !important;
  width: 60px !important;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}
.variant-webi input:checked + label.var-image {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.variant-webi .varcolor:not(.var-image) {
  height: 16px;
  width: 16px;
  border: 1px solid var(--white);
  border-radius: 50%;
}
.variant-webi input:checked + label.varcolor:not(.var-image) {
  -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;
}
.variant-webi .size-select {
  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;
}
.variant-webi .varsize {
  padding: 5px 8px;
  line-height: 1;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.variant-webi input:checked + label.varsize {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white);
}
.variant-webi:not(:last-of-type) {
  margin: 0 0 15px;
}
.quickview_popup_data .pdp-right-column .section-title {
  margin-bottom: 15px;
}
.quick-active.cartOpen .overlay:after {
  z-index: 5;
}

.products-add-cart-sticky .nice-select .list {
  top: auto;
  bottom: 100%;
  margin: 0 0 5px;
  -webkit-transform: scale(0.75) translateY(21px);
  -ms-transform: scale(0.75) translateY(21px);
  transform: scale(0.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 .sticky-pro-inner .sticky-btn svg {
  margin: 0 8px 0 0;
}
.products-add-cart-sticky .qty-spinner input {
  color: var(--black);
}
.products-add-cart-sticky .qty-spinner svg path {
  fill: var(--black);
}
.loading-overlay__spinner {
  width: auto !important;
}
.product-form__input {
  border: none;
}
.product-form__input--dropdown .form__label {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.shopify-payment-button__button--unbranded {
  height: auto !important;
  min-height: auto !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;
  width: auto !important;
}
.jdgm-form-wrapper .jdgm-form {
  border-radius: 15px;
}
.jdgm-form input:not([type="submit"]),
.jdgm-form textarea {
  border-radius: 10px !important;
}
.jdgm-cancel-rev,
.jdgm-submit-rev {
  border-radius: 10px !important;
}
.jdgm-rev-widg__body {
  margin: 20px 0 0 !important;
  border-radius: 15px;
}
.pdp-thumb-img {
  cursor: pointer;
}
.out-of-stock-form {
  border-radius: 15px;
}
.notify-popup-close {
  border-radius: 10px;
}
.notify-send-btn button {
  border-radius: 0 10px 10px 0;
}
.facet-checkbox input[type="checkbox"] {
  border-radius: 5px !important;
}
.facet-filters__sort {
  border-color: var(--white);
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.close-filter {
  cursor: pointer;
}
table tr td {
  vertical-align: middle;
}
.cart__footer .cart__blocks .price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin: 0 0 15px;
}
.cart-page-section #cart-gift-wrap {
  border-radius: 15px;
}
.cart-item__vendor {
  margin: 0 0 10px;
}
.gift-cart-dtl span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart__footer-wrapper .cart__blocks {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
li.soldout.option {
    cursor: no-drop;
}

li.currency .nice-select{
    background-image:none;
  }
  li.currency .nice-select.open:after{
    top:62%;
  }
  .products-add-cart-sticky .nice-select.open:after {
    top:62%;
  }
.subscribe-popup {
    border-radius: 15px;
}

.site-header .megamenu-card .megamenu-image {
    border-radius: 15px;
    overflow: hidden;
}

.nice-select,
.nice-select .list {
    border-radius: 10px;
}
.quick-active.cartOpen .overlay:after {
    z-index: 5;
}
.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 .nice-select.disclosure__button[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.cookiestatus .cookie-block #cookie_message {
    z-index: 3 !important;
}

.cookiestatus .cookie-block.bottom_fix #cookie_message {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.cookiestatus .cookie-block #cookie_message button.btn {
    margin: 0 !important;
}

.product-notification,
.cookiestatus .cookie-block.bottom_to_right #cookie_message,
.cookiestatus .cookie-block.bottom_to_left #cookie_message {
    border-radius: 15px;
}

.cookiestatus .cookie-block #cookie_message>span {
    line-height: normal !important;
}

.mobile-menu-wrapper .menu-close-icon svg {
    cursor: pointer;
}

.cartDrawer.is-empty .cart__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%;
    margin: 0;
    color: var(--black);
}

.is-empty .cart__empty-text {
    margin: 15px 0 !important;
}

.cartDrawer.is-empty .cart__warnings .btn svg {
    margin: 0 10px 0 0;
}

.cartDrawer .mini-cart-item,
.cartDrawer .related-cart-inner {
    border-radius: 15px;
}

.mini-cart-details .remove-item svg {
    height: 15px;
    width: 15px;
}

.cartDrawer .related-image,
.cartDrawer .mini-cart-image {
    border-radius: 10px;
    overflow: hidden;
}

.cart-slider .slick-list {
    margin: 0 -10px;
}

.cartDrawer .related-cart-inner {
    margin: 0 10px;
}

.cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
    border-radius: 15px;
}

.slick-dots li {
    cursor: pointer;
}

.predictive-search__results-list .predictive-search__item {
    position: relative;
    display: block;
    padding-top: 84%;
}

.predictive-search__results-list .predictive-search__item img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.quickview-popup {
    border-radius: 15px;
}

.predictive-search-bottom {
    padding-top: 0 !important;
}

.quickview_popup_data {
    padding: 30px 0;
    max-height: 90vh;
    overflow-y: auto;
}

.quickview-close {
    cursor: pointer;
}

.qv_slider .slick-list {
    margin: 0 -10px;
}

.qv_slider .slick-slide {
    margin: 0 10px;
}

.variant-webi .product-labl {
    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: 5px;
    width: 100%;
    margin: 0 0 8px;
}

.variant-webi input {
    display: none;
}

.variant-webi label {
    display: block;
    cursor: pointer;
}

.variant-webi .var-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px !important;
    width: 60px !important;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border: 1px solid var(--border-color);
  outline:1px solid transparent;
}

.variant-webi input:checked+label.var-image {
    background-color: var(--theme-color);
    border-color: var(--white);
  outline-color:var(--white);
}

.variant-webi .varcolor:not(.var-image) {
    height: 18px;
    width: 18px;
    border: 1px solid var(--white);
    border-radius: 50%;
}

.variant-webi input:checked+label.varcolor:not(.var-image) {
    -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;
}

.variant-webi .size-select {
    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;
}

.variant-webi .varsize {
    padding: 5px 8px;
    line-height: 1;
    font-size: 14px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.variant-webi input:checked+label.varsize {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white);
}


.variant-webi:not(:last-of-type) {
    margin: 0 0 15px;
}

.quickview_popup_data .pdp-right-column .section-title {
    margin-bottom: 15px;
}

.quick-active.cartOpen .overlay:after {
    z-index: 5;
}

.products-add-cart-sticky .nice-select .list {
    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 .sticky-pro-inner .sticky-btn svg {
    margin: 0 8px 0 0;
}

.products-add-cart-sticky .qty-spinner input {
    color: var(--black);
}

.products-add-cart-sticky .qty-spinner svg path {
    fill: var(--black);
}

.loading-overlay__spinner {
    width: auto !important;
}

.product-form__input {
    border: none;
}

.product-form__input--dropdown .form__label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.shopify-payment-button__button--unbranded {
    height: auto !important;
    min-height: auto !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;
    width: auto !important;
}

.jdgm-form-wrapper .jdgm-form {
    border-radius: 15px;
}

.jdgm-form input:not([type=submit]),
.jdgm-form textarea {
    border-radius: 10px !important;
}

.jdgm-cancel-rev,
.jdgm-submit-rev {
    border-radius: 10px !important;
}

.jdgm-rev-widg__body {
    margin: 20px 0 0 !important;
    border-radius: 15px;
}

.pdp-thumb-img {
    cursor: pointer;
}

.out-of-stock-form {
    border-radius: 15px;
}

.notify-popup-close {
    border-radius: 10px;
}

.notify-send-btn button {
    border-radius: 0 10px 10px 0;
}

.facet-checkbox input[type=checkbox] {
    border-radius: 5px !important;
}

.facet-filters__sort {
    border-color: var(--white);
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.close-filter {
    cursor: pointer;
}

table tr td {
    vertical-align: middle;
}

.cart__footer .cart__blocks .price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin: 0 0 15px;
}

.cart-page-section #cart-gift-wrap {
    border-radius: 15px;
}

.cart-item__vendor {
    margin: 0 0 10px;
}

.gift-cart-dtl span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.cart__footer-wrapper .cart__blocks {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.main-nav .menu-dropdown li a.img-ratio{
  border-radius:10px;
  overflow:hidden;
}
.jdgm-rev-widg__body .jdgm-star.jdgm--off:before ,
.jdgm-rev-widg__body .jdgm-star.jdgm--on:before,
.jdgm-rev-widg__body .jdgm-rev__title,
.jdgm-rev-widg__body .jdgm-rev__author,
.jdgm-rev-widg__body .jdgm-rev__body>p:last-of-type{
  color:var(--black);
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram{
  border-color:var(--theme-color)!important;
}
.jdgm-form__fieldset-actions{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  gap:5px;
}
.collection .flip-countdown.simple-countdown{
  top:80%;
}
.right-side-wrapper .pro-wishlist.active{
  background:transparent;
}
/*================= responsive =================*/
@media (min-width: 768px) {
  .lang-dropdown .nice-select,
  li.currency .nice-select{
    border-color:var(--white);
  }
    .header-style-one .main-navigationbar .menu-items-col .main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-style-one .mobile-menu {
        display: none;
    }
    .mobile-only {
        display: none !important;
    }
    .desk-only {
        display: block !important;
    }
    .sticky-pro-info {
    max-width: 250px;
    width: 100%;
  }
}
@media screen and (max-width:1400px) {
    .fixed-left-header {
        display: none;
    }
    .client-logo-slider-section {
        border-bottom: 1px solid var(--border-color);
    }
}
@media screen and (max-width:1200px) {
    .tabs-section .section-title {
        display: block;
    }
    .tabs-section .tabs {
        margin-top: 25px;
    }
    .more-cat-img {
        display: none;
    }
    .footer-col {
        padding-right: 30px;
    }
    .footer-subscribe-col {
        max-width: 430px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 430px;
                flex: 0 0 430px;
    }
}
@media screen and (max-width:991px) {
  .out-of-stock-form {
   max-width: 50%;
   padding: 50px 30px;
  }
    :root {
        --h1: normal 600 28px/1.2 var(--first-font);
        --h2: normal 600 26px/1.2 var(--first-font);
        --h3: normal 600 24px/1.2 var(--first-font);
        --h4: normal 600 20px/1.2 var(--first-font);
        --h5: normal 600 14px/1.2 var(--first-font);
    }
  .compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title{
    font-size:16px;
  }
  svg.icon.icon--full-color {
    width: 33px;
    height: auto;
}
  .footer-bottom .policy-links li,
  .footer-bottom  p{
    font-size:13px;
  }
    /********* HEADER START **********/
    .padding-bottom {
        padding-bottom: 40px;
    }
    .padding-top {
        padding-top: 40px;
    }
    .menu-right .phone-icons {
        display: block;
    }
    .menu-right .cart-header a {
        border: none;
        padding: 0px;
        border-radius: none;
    }
    .menu-right .profile-suport {
        display: none;
    }
    .header-style-one .main-navigationbar .logo-col a::after,
    .bottom-icons-header {
        display: none;
    }
  .menu-right li:not(:first-of-type), .menu-right .price-div {
    padding-left: 10px;
}
  .lang-dropdown .nice-select, li.currency .nice-select{
    padding:10px 30px 10px 10px;
  }
    .header-style-one .main-navigationbar .logo-col {
        max-width: 90px;
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav {
        padding-left: 10px;
    }
    .menu-right a svg,
    .lang-dropdown svg {
        width: 18px;
        height: 18px;
    }
    .lang-dropdown svg {
        width: 20px;
        height: 20px;
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
        font-size: 14px;
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
        padding-right: 10px;
    }
    .menu-right .price-div {
        padding-left: 12px;
    }
    .main-home-section .slick-dots {
        bottom: -35px;
        left: 0;
    }
    .home-left-side {
        margin-bottom: 60px;
    }
    .more-pro-banner-section {
        padding: 150px 0 0;
    }
    .testimonials-slides .img-wrapper {
        max-width: 115px;
        margin-left: 10px;
    }
    .footer-bottom {
        margin-top: 30px;
    }
    .site-footer {
        padding: 40px 0 20px;
    }
    .footer-subscribe-col {
        max-width: 320px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 320px;
                flex: 0 0 320px;
    }
    .shopify-app-block #instagenie-feed {
        padding-bottom: 30px;
    }
    .site-footer .footer-col {
        padding: 0;
        padding-left: 0px;
    }
    .footer-link-1 .footer-widget h4 {
        margin-top: 0 !important;
    }
    .pro-home-section .left-col {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .pro-home-section .right-col {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .pro-home-section .product-thumb-slider {
        margin: 25px auto 65px;
        max-width: 50%;
    }
  
    .product-main-div {
        margin-bottom: 40px;
    }
    .pro-home-section .slider-wrapper::before {
        width: 100%;
    }
    /****about us ****/
    .about-our-shop-section {
        padding-bottom: 30px;
    }
    .about-us-page {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /* footer  */
    .site-footer .footer-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .site-footer .footer-widget h4 {
        margin: 20px 0 15px 0;
        padding: 0;
    }
    .cart-summery {
        margin-top: 30px;
    }
    .cart-summery .btn {
        max-width: 300px;
        margin-left: auto;
    }
    .submit-btn {
        max-width: 200px;
        margin: 20px 0 0;
    }
    .contact-page .submit-btn{
     margin:0;
   }
    .register-page .submit-btn {
        margin: 0;
    }
    .article-banner .blog-cat {
        margin: 20px 0;
    }
    .art-auther {
        margin-bottom: 15px;
    }
    .quote-box {
        padding: 15px 0 25px 60px;
    }
    .quote-box h3 {
        font-size: 15px;
    }
    .latest-article-slider-section .section-title {
        padding-top: 40px;
        margin-bottom: 26px;
    }
    .my-acc-right-content .qty-spinner input,
    .my-acc-right-content table tr th,
    .my-acc-right-content table tr td {
        font-size: 12px;
    }
    .order-history-tbl tr td {
        padding: 15px 10px 15px;
    }
    .order-confirm-details .link {
        font-size: 13px;
    }
    .order-confirm-details {
        padding: 20px 12px;
    }
    .acc-back-btn-wrp button {
        padding: 10px 20px;
    }
    .ttl-pric {
        font-size: 20px;
    }
    .header-style-one .count {
        top: -6px;
        right: -7px;
        height: 13px;
        width: 13px;
        font-size: 10px;
        border: 0;
    }
    .card-slider-sec .section-title {
        padding-bottom: 0;
    }
    .order-summery-page {
        padding: 50px 0;
    }
    .main-detail {
        margin: 0 0 30px;
    }
    .cart__footer-wrapper .cart__footer {
        margin-top: 20px;
    }
    .cart-note.cart__note.field label {
        margin: 0 0 10px;
    }
    .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label {
        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 {
        max-width: 40%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
    }
    .pro-compare-scroll .compare-wrap .prod-btn .btn, .pro-wishlist-scroll .wishlist-wrap .prod-btn .btn {
        padding: 10px;
    }
    .jdgm-widget .jdgm-temp-hidden {
        display: none !important;
    }
    .jdgm-row-stars {
        margin-bottom: 15px !important;
    }
    .quickview_popup_data .pdp-right-column .section-title h2 {
        font: var(--h3);
    }
    .mini-cart-footer-total-row .mini-total-price.price,
    .mini-cart-footer-total-row div {
        font-size: 17px;
    }
    .qv-price ins {
        font-size: 18px;
    }
    .newsletter-section .bg-sec {
        padding: 30px 15px;
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li {
        padding: 20px 0;
    }
    .pro-home-section .slider-wrapper{
      max-width:500px;
      width:100%;
      margin:auto;
    }
  .size-table-wrapper {
    max-width: 90%;
  }  
  .tabs-more-btn, .blog-more-btn {
    margin-top: 20px;
  }
  .pro-home-section .left-side-wrapper {
    margin-bottom: 0px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .template-product .jdgm-rev-widg {
    padding: 40px 15px 0px !important;
  }
}
@media screen and (max-width:767px) {
  table.cart-table tr td{
    padding-bottom:15px;
  }
  .compare-pro-detail .compare-val-prod .prod-price, .wishlist-pro-detail .wishlist-val-prod .prod-price {
    margin: 10px 0;
}
  .product .site-footer{
  padding-bottom:75px;
}
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link {
    margin-right: auto !important;
}
  .qv_slider{
    max-width:550px;
    width:100%;
    margin:0 auto;
  }
.footer-bottom .policy-links{
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:start;
}
  .footer-bottom .row{
    gap:12px;
  }
  .cartDrawer .closecart {
        left: 19px;
        width: 15px;
        height: 22px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
  .cartDrawer .related-cart-wrp h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
  .cartDrawer .mini-cart-footer-total-row p{
  font-size:16px;
}
    .order-historycontent  .section-title{
        text-align:center;
      }
    .jdgm-form-wrapper{
        padding-bottom:0 !important;
      }
    .cookiestatus .cookie-block.bottom_fix #cookie_message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .progress-icon {
        width: 45px;
        height: 45px;
    }

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

    .coupon-popup,
    .gift-popup {
        width: 100%;
    }

    .gift-popup .gift-body {
        padding: 30px 15px 20px;
    }

    .mini-cart-top,
    .coupon-popup .coupon-body {
        padding: 15px;
    }

    .cartDrawer .mini-cart-bottom .cart-bottom-btn {
        padding: 12px 8px;
        font-size: 14px;
    }

    .cartDrawer .mini-cart-footer-total-row {
        font-size: 18px;
    }

    .quickview_popup_data {
        padding: 30px 0 20px;
    }

    /* ===== Mobile: hide the inline add-to-cart area; use the sticky bar only =====
       (elements stay in the DOM so the sticky bar's form + variant sync still work) */
    .template-product .pro-home-section .left-side-wrapper .select-box,
    .template-product .pro-home-section .left-side-wrapper variant-radios,
    .template-product .pro-home-section .left-side-wrapper variant-selects,
    .template-product .pro-home-section .left-side-wrapper .quantity-select,
    .template-product .pro-home-section .left-side-wrapper product-form {
        display: none !important;
    }
    /* sticky bar is the only add-to-cart on mobile — always visible & on top */
    .template-product .products-add-cart-sticky {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        z-index: 99990 !important;
        pointer-events: auto !important;
    }
    .template-product .products-add-cart-sticky * {
        pointer-events: auto !important;
    }

    /* ===== Mobile sticky add-to-cart bar (two-row, no overlap) ===== */
    .products-add-cart-sticky .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .products-add-cart-sticky .sticky-pro-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: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 6px;
        padding: 8px 0;
    }
    /* Row 1: title + price (image hidden on mobile) */
    .sticky-pro-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        max-width: none;
        min-width: 0;
    }
    .sticky-pro-info img {
        display: none;
    }
    .sticky-pro-info .sticky-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        min-width: 0;
    }
    .sticky-data h3 {
        font-size: 14px;
        line-height: 1.2;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
    }
    .sticky-pro-info .sticky-data .price {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        gap: 6px;
        margin: 0;
        white-space: nowrap;
        line-height: 1.1;
    }
    .sticky-pro-info .sticky-data .price ins {
        font-size: 16px;
        font-weight: 700;
        color: var(--hover-color);
        text-decoration: none;
    }
    .sticky-pro-info .sticky-data .price .price-item--sale,
    .sticky-pro-info .sticky-data .price del {
        font-size: 12px;
        text-decoration: line-through;
        opacity: 0.65;
    }
    /* Row 2: dropdown + qty + add-to-cart, all 42px tall */
    .products-add-cart-sticky form.cart-form,
    .products-add-cart-sticky .stickyOpt,
    .products-add-cart-sticky .qty-spinner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .products-add-cart-sticky .nice-select {
        height: 42px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: none;
        min-width: 0;
        padding: 0 30px 0 14px;
        line-height: 42px;
        font-size: 14px;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* selected variant text: single line with ellipsis (no overflow below) */
    .products-add-cart-sticky .nice-select .selectedOpt,
    .products-add-cart-sticky .nice-select .current {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 42px;
    }
    .products-add-cart-sticky .qty-spinner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 42px;
    }
    .products-add-cart-sticky .qty-spinner input {
        width: 34px;
        font-size: 14px;
        text-align: center;
    }
    .products-add-cart-sticky .qty-spinner button {
        padding: 0 9px;
    }
    .products-add-cart-sticky .sticky-pro-inner .sticky-btn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 42px;
        min-width: auto;
        padding: 0 18px;
        white-space: nowrap;
        background-color: var(--hover-color);
        border-color: var(--hover-color);
        color: var(--white);
        font-size: 14px;
        line-height: 1;
    }
    .products-add-cart-sticky .sticky-pro-inner .sticky-btn svg {
        margin: 0 6px 0 0;
        width: 16px;
        height: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .products-add-cart-sticky .sticky-pro-inner .sticky-btn svg path {
        fill: var(--white);
    }
    .products-add-cart-sticky .sticky-pro-inner .sticky-btn span {
        display: inline-block;
    }
    /* The controls row wrapper: dropdown + qty + button in one line */
    .products-add-cart-sticky .sticky-controls-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        width: 100%;
    }
    /* Variant dropdown list: cap height, scroll, and keep options compact */
    .products-add-cart-sticky .nice-select .list {
        max-height: 220px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: auto;
        min-width: 100%;
        max-width: 70vw;
        white-space: nowrap;
    }
    .products-add-cart-sticky .nice-select .option {
        padding: 8px 12px;
        font-size: 13px;
        line-height: 1.25;
        letter-spacing: 0;
        white-space: nowrap;
        min-height: 0;
    }

    .size-popup table tr {
        padding: 5px 0;
    }

    .size-popup table tr td {
        text-align: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 0;
    }

    .size-popup table tr td:before {
        content: attr(data-label) ":";
        float: left;
        font-weight: 600;
        color: var(--black);
        text-transform: capitalize;
    }

    .size-popup .size-form h4 {
        margin-bottom: 10px;
    }

    .size-popup {
        padding: 0;
    }

    .product-filter-body {
        overflow: hidden auto;
    }

    .mobile-facets__summary {
        cursor: pointer;
    }

    .mobile-facets__clear-wrapper a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .mobile-facets__open-wrapper div {
        max-width: 30px;
        border-radius: 10px;
    }

    .mobile-facets__summary,
    .mobile-facets__close-button {
        padding: 10px 0px !important;
    }

    .mobile-facets__info,
    .mobile-facets__wrapper .facets__price {
        padding: 0 !important;
    }

    .mobile-facets__item {
        padding: 0 10px 0 0 !important;
    }

    .mobile-facets__label .feather-check {
        left: 3px !important;
    }

    .compare-wrap:last-of-type,
    .wishlist-wrap:last-of-type {
        border-bottom: 0;
    }
   .lang-dropdown .nice-select .icon-lable {
         margin-top: 0px;
        font-weight: 400;
       font-size:14px;
  }
   .mobile-menu-wrapper .mobile-lag {
    padding: 15px;
    gap: 15px;
    border-bottom: 1px solid var(--black);
}
   .languages .localization-form__select span {
    display: block;
}
  .lang-dropdown .localization-form__select svg{
    display:none;
  }
  .mobile-lag .lang-dropdown {
    margin:0px;
    padding:0px;
  }
  .mobile-lag  .nice-select {
    border: none;
    background:transparent;
    color:var(--black);
    width:100%;
  }
 .mobile-lag .currency .nice-select:after {
    border-color:var(--black);
  }
 .lang-dropdown .nice-select:after
  {
    border-color:var(--black);
  }
  .mobile-lag .languages,
  .mobile-lag .currency {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 1px 2px 1px #00000029;
    box-shadow: 0 1px 2px 1px #00000029;
    border-radius:7px;
}
  .mobile-lag .disclosure__list-wrapper {
    right:0px;
    margin-top:10px;
  }
  .lang-dropdown .nice-select:after {
    display: block;
}
  .mobile-lag .nice-select .current, .nice-select .list {
    width: 100%; 
}

  .mobile-lag ul.list {
    margin-top: 11px;
}
  .languages .localization-form__select span {
        display: block;
    }
    .lang-dropdown .localization-form__select svg {
        display: none;
    }
  
    .out-of-stock-form {
   max-width: 75%;
  }
    .currency select {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
    }
    .compare-wrap, .wishlist-wrap {
        padding-top: 15px;
    }
    .pro-compare-scroll .compare-wrap:last-child, .pro-wishlist-scroll .wishlist-wrap:last-child {
        border-bottom: 0px;
    }
    .pro-compare-right, .pro-wishlist-right {
        border: 1px solid var(--border-color);
      border-radius:10px;
    }
    .pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
        display: block;
    }
    .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%;
        padding: 0;
    }
    .compare-data-label:before, .wishlist-data-label:before {
        display: none;
    }
    .pro-compare-scroll .compare-wrap .compare-val-prod .prod-img,
    .pro-compare-scroll .compare-wrap .compare-val-prod .pro_detail-inner,
    .pro-compare-scroll .compare-wrap .compare-val-prod .product-form,
    .pro-compare-scroll .compare-wrap .compare-val-prod .compare-prod-remove,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .prod-img,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .pro_detail-inner,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .product-form,
    .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-prod-remove{
        max-width: 100%;
        padding: 0;
    }
    .compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a {
        padding-top: 30%;
        background-color: transparent;
    }
    .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;
    }
    .compare-data-label, .wishlist-data-label {
        margin-bottom: 15px;
    }
    .mobile-menu-wrapper {
        width: 100%;
    }
    .profile-header .menu-dropdown {
        margin: 15px 0 0;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .bottom-icons-header {
        display: none;
    }
    .mobile-facets__info {
        padding: 0 2px !important;
    }
    .facets-container menu-drawer .mobile-facets__open {
        width: 100%;
        max-width: 32px;
    }
    .header-style-one .main-navigationbar .menu-items-col {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .menu-right .profile-suport .phone-icons svg path {
        fill: var(--white);
    }
    .header-style-one .main-navigationbar {
        padding: 15px 0;
    }
    .search-popup {
        padding: 0 15px;
    }
    .search-popup .close-search {
        right: 15px;
        top: 15px;
        width: 22px;
        height: 22px;
    }
    /** MINI CART **/
    .cartDrawer {
        width: 100%;
    }
    .cartDrawer .mini-cart-body {
        padding: 15px;
    }
    .cartDrawer .mini-cart-header {
        padding: 15px 20px 15px 50px;
    }
    .webi-mini-cart-footer .checkout-btn {
        padding: 12px 11px;
    }
    .webi-mini-cart-footer {
        padding: 15px;
    }
    .mini-cart-footer-total-row {
        font-size: 18px;
        line-height: 18px;
        margin: 0 -10px 15px;
    }
    .cart-header .closecart {
        left: 15px;
        right: auto;
        top: 15px;
    }
    .cart-header .closecart svg path {
        fill: var(--white);
    }
    .menu-right li:not(:first-of-type),
    .menu-right .price-div {
        padding-left: 15px;
    }
    .header-style-one .announce-row {
        display: none;
    }
    .best-product-section .left-side-content {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .category-card-section .img-box {
        margin-bottom: 15px;
        height: auto;
    }
    .more-cat-item-section .img-col {
        display: none;
    }
    .site-footer .footer-link-3 .footer-widget h4 {
        text-align: start;
    }
    .site-footer .footer-col .footer-widget .social-ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .inner-wrapper>* {
        max-width: 50%;
    }
    .inner-wrapper>p {
        max-width: 100%;
    }

    .description-section .left-side {
        margin-bottom: 20px;
    }
    .popup-inner {
        max-width: 90%;
    }
    .common-banner-section {
        padding: 40px 0;
    }
    .common-banner-content .back-btn {
        margin-bottom: 20px;
    }
    .common-banner-content .section-title h2 span {
        font-size: 12px;
    }
    .cart-tble {
        border: 1px solid var(--border-color);
    }
    .mobile-facets {
        position: fixed;
        top: 0;
        background: var(--white);
        left: 0;
        max-width: 315px;
        height: 100%;
        width: 100%;
        z-index: 4;
        overflow: hidden;
        -webkit-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
        -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(100%, 0px);
        transform: translate(-100%);
    }
    .product-filter-body {
        padding: 30px 15px;
        overflow: auto;
        height: 100%;
        background-color: var(--white);
    }
    .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;
        -webkit-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
        background: var(--theme-color);
        pointer-events: none;
    }
    .mobile-open .close-filter {
        opacity: 1;
        pointer-events: visible;
    }
    .close-filter svg {
        height: 100%;
        width: 100%;
    }
    .mobile-open .mobile-facets {
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .product-heading-right-column {
        padding: 14px 0px 14px 14px !important;
        border-left: 0;
    }
    .icon-filter {
        max-width: 32px;
    }
    .product-filter-right-column {
        border-left: 0;
        padding-left: 0 !important;
    }
    .mobile-facets__open {
        border: 1px solid var(--black);
        padding: 2px;
    }
    .cart-page-section .section-title {
        margin-bottom: 26px;
    }
    .abt-shp-column-right,
    .about-our-shop-section .row {
        margin-top: 30px;
    }
    .price ins {
        font-size: 16px;
    }
    .contact-right-column {
        margin-top: 0;
    }
    .contact-right-inner h2 {
        color: var(--theme-color);
    }
    .blog-col-right .nice-select {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px;
    }
    .blog-col-right {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 20px;
    }
    .blog-col-left ul {
        -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;
    }
    .blog-head-row {
        border: 0;
    }
    .blog-grid-section .section-title {
        text-align: center;
    }
    .blog-col-left ul li a:before {
        display: none;
    }
    .articlerightbar {
        padding-top: 40px;
    }
    .aticleleftbar h5 {
        margin: 0 0 20px 0;
    }
    .articlerightbar .blog-grid .blog-widget:last-of-type {
        margin-bottom: 0;
    }
    .latest-article-slider-section .section-title {
        padding-top: 26px;
    }
    .post-lbl {
        margin: 0 0 0 10px;
        font-size: 14px;
    }
    .article-section .abt-user-img {
        margin-right: 5px;
    }
    .aticleleftbar p {
        margin-bottom: 15px;
    }
    .quote-box svg {
        height: 20px;
        width: 20px;
    }
    .quote-box {
        padding: 15px 0 25px 35px;
    }
    .register-page .section-title {
        margin-bottom: 30px;
    }
    .my-acc-head {
        margin-bottom: 26px;
    }
    .my-acc-rightbar {
        margin-top: 40px;
    }
    #scroll {
        background: var(--white);
        top: 53px;
    }
    #account-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #account-nav li a svg path {
        fill: var(--white);
    }
    #account-nav li a svg {
        margin-right: 0;
        height: 15px;
        width: 15px;
    }
    #account-nav li a span {
        display: none;
    }
    #account-nav li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        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;
    }
    .my-acc-leftbar li:not(:last-of-type) {
        border-bottom: 0;
    }
    .my-acc-leftbar h4 {
        padding: 15px 15px;
        color: var(--black);
    }
    .my-acc-leftbar {
        border: 0;
    }
    #account-nav li a {
        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;
        padding: 5px;
        width: 100%;
        height: 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: var(--theme-color);
    }
    .my-acc-right-content {
        padding-bottom: 30px;
    }
    .my-acc-right-content .qty-spinner input,
    .my-acc-right-content table tr th,
    .my-acc-right-content table tr td {
        font-size: 14px;
    }
    .order-payment-box {
        max-width: 100%;
        margin: 15px 0 0 auto;
    }
    .set {
        margin-bottom: 15px;
    }
    .order-history-tbl tr td[data-label="quantity"] {
        padding: 10px;
    }
    .header-style-one .main-navigationbar .logo-col {
        margin-right: auto;
    }
    .form-container,
    .order-confirmation-body {
        padding: 20px 15px;
    }
    .logo-slider {
        padding-top: 40px;
        border-top: 1px solid var(--second-color);
    }
    .service-tag-div .service-tag {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .about-us-section .about-us-box {
        margin-bottom: 20px;
    }
    .order h2 {
        margin: 0 0 15px;
    }
    .order-detail {
        text-align: center;
    }
    body.account .customer.account {
        text-align: center;
    }
    body.account .acc-order-button {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .subscribe-popup {
        padding: 30px 20px;
    }
    .small-hide,
    .medium-hide {
        display: none !important;
    }
    .subscribe-popup h2 {
        font-size: 20px;
    }
    .acc-order-history h4 {
        margin: 0;
        text-align: center !important;
    }
    table.order-history {
        margin: 15px 0 0;
    }
    #instagenie-feed h2 {
        margin: 0 0 20px !important;
    }
    .size-table-wrapper {
        margin-top: 20px;
        max-width:90%;
    }
    .lang-dropdown {
        margin-left: 15px;
    }
    .qv_select__select {
        width: 100%;
    }
  
    .quickview_popup_data .pdp-right-column .qnty-btn-wrp {
        margin: 15px 0 0;
    }
    .quickview-popup .price-item--sale {
        font-size: 14px;
    }
    .pro-compare-section .pro-compare-wrap, .pro-wishlist-section .pro-wishlist-wrap {
        margin-bottom: 20px;
    }
    .cart-tble tr:last-child {
        border-bottom: 0px;
    }
    .cart-tble tr:first-child {
        border-top: 0px;
    }
    .site-footer .footer-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .logo-slide.slick-current h4 a {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .slick-arrow.slick-next,
    .slick-arrow.slick-prev {
        opacity: 1;
        visibility: visible;
    }
    .btn-secondary {
        min-width: 100px;
    }
    .quickview_popup_data .pdp-right-column {
        margin-top: 20px;
    }
    .tabs-section .tabs {
        margin-top: 15px;
    }
    .tabs-section li a {
        min-width: auto;
        padding: 4px 5px;
    }
    .newsletter-section .input-box button, .site-footer .input-box button {
        padding: 0 10px;
    }
    .more-pro-banner-section .inner-content {
        padding: 24px 15px;
    }
    .category-card-section .img-box {
        padding: 24px 15px 15px;
        padding-top: 40%;
    }
    .btn-secondary {
        min-width: auto;
    }
    .testimonials-section .section-title {
        gap: 10px;
    }
    .template-product .testimonials-section {
        padding-top: 0;
    }
   .contact-left-inner ul li p {
      font-size: 15px;
    }
      .contact-form {
      padding: 15px 15px;
    }
    .blog-cat li a {
      padding: 8px 8px;
    }
    .blog-page-banner .section-title {
      margin-bottom: 15px;
    }
    .quickview-close {
      width: 30px;
      height: 30px;
    }
    .client-logo-slider-section h4 a {
      opacity: 1;
    }
   .more-cat-item-section{
         padding-top: 160px;
   }
  .cat-btn-wrapper .btn-secondary{
    padding: 5px 10px;
  }
   .cart__footer-wrapper .cart__blocks {
    padding: 15px 15px;
  }
    .blog-page-banner{
    position:relative;
  }
  .blog-page-banner::after{
    content: " ";
    z-index: 0;
    background: rgba(0,0,0,.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
   .blog-page-banner .common-banner-content{
    position:relative;
     z-index:1;
  }
  .tabs-more-btn, .blog-more-btn {
    margin-top: 15px;
  }
  .newsletter-section .contnent>*:not(:last-child) {
    margin-bottom: 15px;
  }
  .template-product .jdgm-rev-widg{
    padding: 0px 0px 30px!important;
  }
  .aboutpage-btm-sec .section-title p {
    margin-top: 15px;
  }
  .rtn-to-acc {
    margin-bottom: 15px;
  } 
  .main-wishlist {
    row-gap: 20px;
  }
  .blog-grid-row {
    margin-bottom: 10px;
  }
  .template-product .jdgm-rev-widg {
      padding: 40px 15px 30px !important;
  }
  .product .main-pro-section .content {
    margin-top: 15px;
  }
  .size-popup{
    padding: 0 15px;
  }
  .size-table-wrapper{
      max-width: calc(100% - 30px);
  }
  .shopify-payment-button__button--unbranded {
    padding: 12px 20px;
  } 
  .view-product-sec .section-title h2{
    font-size: 22px;
  }
  .contact-left-inner ul li {
    margin-bottom: 20px;
  }
  .card-wrapper {
    margin: 0 0 20px;
  } 
  cart-note.cart__note.field {
    margin: 0 0 20px;
  } 
  .newadd {
    margin: 0 0 20px;
  }
   .order-historycontent .section-title {
    text-align: center;
  }
  .jdgm-form-wrapper {
    padding-bottom: 0 !important;
  }
  .cookiestatus .cookie-block.bottom_fix #cookie_message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .progress-icon {
    width: 45px;
    height: 45px;
  }
  .progress-icon svg {
    height: 30px;
    width: 30px;
  }
  .coupon-popup,
  .gift-popup {
    width: 100%;
  }
  .gift-popup .gift-body {
    padding: 30px 15px 20px;
  }
  .mini-cart-top,
  .coupon-popup .coupon-body {
    padding: 15px;
  }
  .cartDrawer .mini-cart-bottom .cart-bottom-btn {
    padding: 12px 8px;
    font-size: 14px;
  }
  .cartDrawer .mini-cart-footer-total-row {
    font-size: 18px;
  }
  .quickview_popup_data {
    padding: 30px 0 20px;
  }
  .size-popup table tr {
    padding: 5px 0;
  }
  .size-popup table tr td {
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
  }
  .size-popup table tr td:before {
    content: attr(data-label) ":";
    float: left;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
  }
  .size-popup .size-form h4 {
    margin-bottom: 10px;
  }
  .size-popup {
    padding: 0;
  }
  .product-filter-body {
    overflow: hidden auto;
  }
  .mobile-facets__summary {
    cursor: pointer;
  }
  .mobile-facets__clear-wrapper a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .mobile-facets__open-wrapper div {
    max-width: 30px;
    border-radius: 10px;
  }
  .mobile-facets__summary,
  .mobile-facets__close-button {
    padding: 10px 0px !important;
  }
  .mobile-facets__info,
  .mobile-facets__wrapper .facets__price {
    padding: 0 !important;
  }
  .mobile-facets__item {
    padding: 0 10px 0 0 !important;
  }
  .mobile-facets__label .feather-check {
    left: 3px !important;
  }
  .compare-wrap:last-of-type,
  .wishlist-wrap:last-of-type {
    border-bottom: 0;
  }
}
/* Very narrow phones: tighten spacing slightly (qty stays visible) */
@media screen and (max-width: 400px) {
  .products-add-cart-sticky .sticky-pro-inner .sticky-btn {
    padding: 0 14px;
  }
  .products-add-cart-sticky .qty-spinner input {
    width: 28px;
  }
}
@media screen and (max-width: 575px) {
 :root {
    --h1: normal 600 26px/1.2 var(--first-font);
    --h2: normal 600 24px/1.2 var(--first-font);
    --h3: normal 600 22px/1.2 var(--first-font);
    --h4: normal 600 18px/1.2 var(--first-font);
  }
   .subscribe-popup,
    .quickview-popup {
        max-width: calc(100% - 30px);
        width: 100%;
    }
  .out-of-stock-form {
    max-width: calc(100% - 30px);
    padding: 40px 20px 20px;
  }
  .pro-home-section .right-side-wrapper .wishlist-label{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .out-of-stock-form{
      max-width: calc(100% - 30px);
  }
    .subscribe-popup,
  .quickview-popup {
    max-width: calc(100% - 30px);
    width: 100%;
  }

  .menu-right li:not(:first-of-type), .menu-right .price-div {
      padding-left: 10px;
  }
  .lang-dropdown {
      margin-left: 10px;
  }

  .quickview-popup{
      max-width: calc(100% - 30px);
  }
  .quickview_popup_data .pdp-right-column .qnty-btn-wrp{
    gap: 10px;
  }
  table tr td {
    padding: 0 15px 20px;
  }
    .newsletter-section .input-box input[type=email]{
          border-radius: 10px;
    }
    .newsletter-section .input-box button{
       border-radius: 10px;
    }
    .subscribe-popup {
        padding: 30px 15px 20px;
        max-width: calc(100% - 30px);
        width: 100%;
    }
  .mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 113px);
    padding:10px 15px;
  }
    .register-page .back-toshop {
        margin-bottom: 15px;
    }
    .footer-bottom p {
        text-align: left !important;
    }
      .footer-bottom .policy-links li, .footer-bottom p {
        font-size: 12px;
    }
    .btn {
        padding: 11px 15px;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .header-style-one .announce-row {
        padding: 0px;
        border-bottom: 0;
    }
    .announcebar {
        display: none;
    }
    .newsletter-section .input-box,
    .site-footer .input-box {
        display: block;
    }
    .newsletter-section .input-box button,
    .site-footer .input-box button {
        padding: 12px 30px;
        margin-top: 15px;
    }
    .newsletter-section .banner-img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .testimonials-section h3 {
        margin-bottom: 12px;
    }
    .more-cat-item-section {
        padding-top: 160px;
    }
    .footer-bottom .policy-links {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
 
    .pro-home-section .right-side-wrapper {
        text-align: left;
    }
    .pro-home-section .right-side-wrapper .social-icons .social-ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .pro-home-section .left-side-wrapper {
        margin-bottom: 0px;
    }
    .pro-home-section .right-side-wrapper>*:not(:last-child),
    .pro-home-section .left-side-wrapper>*:not(:last-child) {
        margin-bottom: 15px;
    }
    .pro-home-section .product-thumb-slider {
        max-width: 100%;
    }
    .inner-wrapper>* {
        max-width: 100%;
    }
    .main-pro-section .content {
        margin-top: 30px;
    }
    .main-pro-section .content .section-title{
        margin-bottom: 20px;
    }
    .description-section .right-side {
        margin-top: 20px;
    }
    .coupon-text {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .coupon-text p {
        width: 100%;
        font-size: 12px;
        padding: 10px 0 0;
    }
    .coupon-code {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .coupon-code-text {
        width: 100%;
        margin-bottom: 15px;
    }
    .produdt-filter-cat {
        display: none;
    }
    .pro-card-slider-section .section-title .show-more-btn {
        margin-top: 15px;
    }
    /***blog ***/
    .common-banner-section .section-title h2 {
        font-size: 24px;
    }
    .reg-lbl {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
    .login-form .submit-btn {
        max-width: 170px;
        margin: 15px 0 0 0;
    }
    .mobile-direction-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .order-confirm-details {
        margin-bottom: 20px;
    }
    .dated {
        width: 100%;
        margin-top: 12px;
    }
    .order-confirmation-body .col-sm-6:last-child .order-confirm-details {
        margin: 0;
    }
    .blog-cat li:not(:last-of-type) {
        margin-right: 0;
    }
    .blog-cat li a {
        font-size: 12px;
    }
    #scroll {
        top: 50px;
    }
    .subscribe-popup p {
        font-size: 12px;
    }
    .subscribe-popup input[type=email] {
        padding: 13px 40px 13px 15px;
    }
  
    .subscribe-popup .form-row .btn-svg {
        right: 10px;
        height: 18px;
        width: 18px;
    }
    .subscribe-popup .close-sub-btn {
        top: 10px;
        right: 8px;
    }
    .add-details div {
        text-align: center;
    }
    .add-details div:last-child {
        margin: 20px 0 0;
    }
    .back-btn-acc {
        margin-right: 5px;
    }
    .add-default .btn {
        padding: 10px 15px;
        margin: 0 8px 0 0;
    }
    .acc-back-btn-wrp button {
        padding: 10px;
    }
    .footer-bottom {
        margin-top: 20px;
    }
    .product-notification {
        width: 300px;
        left: 10px;
    }
    .compare-wrap, .wishlist-wrap {
        padding: 15px 15px 0;
    }
   
    .view-product-sec{
    padding-bottom:0px;
  }
}
@media screen and (max-width: 420px) {
    .header-style-one .menu-right .currency {
        display: none;
    }
    /**** order-summery ****/
    .backbtn .btn-secondary {
        width: 100%;
    }
    .dark-p .btn {
      margin-top: 15px;
    }
    .testimonials-slides .testi-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .testimonials-slides .img-wrapper {
        margin: 0 0 10px;
    }
    .pro-home-section .left-side-wrapper .bottom-content .product-content-bottom {
        display: block;
    }
    .pro-home-section .left-side-wrapper .bottom-content .product-content-bottom .price {
        margin: 0 0 15px;
    }
    .pro-home-section .left-side-wrapper .bottom-content .product-form {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .article-section .about-user {
        -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: flex-start;
    }
    .article-section .about-user .post-lbl {
        margin: 5px 0 0;
    }
    .testimonials-slides .img-wrapper {
        max-width: 100%;
        height: 215px;
        -o-object-fit: scale-down;
           object-fit: scale-down;
        max-height:100%;
    }
}
@media screen and (max-width: 370px) {
    .more-pro-banner-section {
        padding: 150px 0 0;
    }
    .wish-btn-wrp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 10px;
    }
    .btn-flex a {
        min-width: 117px;
    }
    .post-lbl {
        margin: 10px 0 0;
        width: 100%;
    }
    .acc-back-btn-wrp button {
        min-width: 90px;
        gap: 2PX;
    }
    .btn-flex a {
        min-width: 117px;
    }
    .center-descrp {
        display: none;
    }
    .post-lbl {
        margin: 10px 0 0;
        width: 100%;
    }
    .pro-home-section .left-side-wrapper .rating .spr-badge {
        gap: 0;
    }
    .spr-badge-starrating {
        margin-right: 6px;
    }
    .spr-summary.rte {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .product-review #shopify-product-reviews {
        margin-top: 30px;
    }
}
/* ================================================================
   THEPETORBIT — COMPLETE OVERRIDE
   Paste everything below at the bottom of base.css
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;700&display=swap');

/* ── ANNOUNCEMENT BAR ── */
.header-style-one .announce-row {
  background: #EF9F27 !important;
  color: #412402 !important;
}
.header-style-one .announce-row p,
.header-style-one .announce-row a,
.header-style-one .annoucebar-bottom a,
.header-style-one .announcebar p {
  color: #412402 !important;
  font-weight: 700 !important;
  font-family: 'Nunito', sans-serif !important;
}
.header-style-one .announcebar svg {
  fill: #412402 !important;
}

/* ── HEADER / NAV ── */
.header-style-one .main-navigationbar,
.header-style-one .main-navigationbar.fixed,
#header-sticky {
  background-color: #042C53 !important;
  background: #042C53 !important;
  border-bottom: 1px solid #185FA5 !important;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a,
.header-style-one .main-nav .menu-lnk,
.header-style-one .main-navigationbar a {
  color: #ffffff !important;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a:hover {
  color: #EF9F27 !important;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a:before,
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a:hover:before {
  background-color: #EF9F27 !important;
}
.header-style-one .main-navigationbar svg,
.header-style-one .main-navigationbar path,
.header-style-one .main-navigationbar .header__icon svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
}

/* Cart count */
.cart-count,
.cart-header .count,
.cart-count-bubble {
  background-color: #EF9F27 !important;
  color: #412402 !important;
}

/* Sidebar left menu */
.fixed-left-header {
  background-color: #042C53 !important;
  border-right: 1px solid #185FA5 !important;
}
.fixed-left-header a,
.fixed-left-header .title,
.fixed-left-header span {
  color: #ffffff !important;
}

/* ── BUTTONS ── */
.btn,
.button,
button[type="submit"],
.product-form__submit,
.add-to-cart,
[data-add-to-cart],
.webi-mini-cart-footer .checkout-btn {
  background-color: #EF9F27 !important;
  background: #EF9F27 !important;
  color: #412402 !important;
  border-color: #EF9F27 !important;
  font-family: 'Fredoka One', sans-serif !important;
  border-radius: 8px !important;
}
.btn:hover,
.button:hover,
.add-to-cart:hover,
[data-add-to-cart]:hover {
  background-color: #042C53 !important;
  background: #042C53 !important;
  color: #ffffff !important;
  border-color: #042C53 !important;
}

/* ── PRODUCT CARDS ── */
.card,
.card-wrapper,
.product-card,
.product-item,
.product-grid-item {
  border: 0.5px solid #B5D4F4 !important;
  border-radius: 10px !important;
}
.card__heading,
.product-card__title,
.product-grid-item .product-title,
.product-item__title {
  font-family: 'Fredoka One', sans-serif !important;
  color: #042C53 !important;
}
.price,
.price__regular,
.product-price,
.money {
  color: #BA7517 !important;
  font-family: 'Fredoka One', sans-serif !important;
}

/* ── CATEGORY / TAB FILTERS ── */
.tab-filter a,
.product-tab a,
.collection-tab a,
.tab-item,
.filter-btn {
  background-color: #E6F1FB !important;
  color: #042C53 !important;
  border-radius: 20px !important;
  border-color: #B5D4F4 !important;
}
.tab-filter a.active,
.product-tab a.active,
.tab-item.active,
.filter-btn.active {
  background-color: #042C53 !important;
  color: #ffffff !important;
  border-color: #042C53 !important;
}

/* ── FOOTER ── */
.site-footer,
footer {
  background-color: #021d38 !important;
  background: #021d38 !important;
}
.site-footer .footer-widget h2 a,
.site-footer .footer-widget h4,
.site-footer .footer-widget h5,
.site-footer h2,
.site-footer h3 {
  color: #ffffff !important;
  font-family: 'Fredoka One', sans-serif !important;
}
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer span,
.site-footer .footer-widget p {
  color: rgba(255,255,255,0.5) !important;
}
.site-footer a:hover {
  color: #EF9F27 !important;
}
.site-footer .footer-subscribe-col h4,
.site-footer .footer-subscribe-col p {
  color: rgba(255,255,255,0.7) !important;
}

/* ── PRELOADER ── */
.ttloader {
  background-color: #042C53 !important;
}

/* ── SECTION HEADINGS / TYPOGRAPHY ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fredoka One', sans-serif !important;
}
body, p, li, span, a, label, input, select, textarea {
  font-family: 'Nunito', sans-serif !important;
}

/* ── COOKIE BAR ── */
.cookie-bar,
.cookie-banner {
  background-color: #042C53 !important;
  color: #ffffff !important;
}
[class*="cookie"] .btn,
[class*="cookie"] button {
  background-color: #EF9F27 !important;
  color: #412402 !important;
}

/* ── MINI CART ── */
.webi-mini-cart-footer {
  background: #f5f8fc !important;
  border-top: 1px solid #B5D4F4 !important;
}
.mini-cart-footer-total-row .mini-total-price {
  color: #BA7517 !important;
  font-family: 'Fredoka One', sans-serif !important;
}

/* ── SEARCH FIELD STYLING ── */
.predictive-search,
.search-form input,
.search-modal input {
  border-color: #B5D4F4 !important;
  border-radius: 8px !important;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #E6F1FB; }
::-webkit-scrollbar-thumb { background: #042C53; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #EF9F27; }

/* ── SEARCH POPUP LAYOUT ── */
.search-popup,
.size-popup {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

.search-popup .close-search {
  position: static !important;
  order: 2 !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  background: transparent !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  margin: 90px 0 0 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.search-popup .close-search svg {
  width: 26px !important;
  height: 26px !important;
  display: block !important;
}

.search-popup .close-search svg path {
  fill: #ffffff !important;
}

.search-popup .search-form-wrapper {
  order: 1 !important;
  max-width: 760px !important;
  width: 90% !important;
  margin: 90px 0 0 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
  position: relative !important;
}

.search-popup .search-form-wrapper form {
  width: 100% !important;
}

.search-popup .search-form-wrapper .form-inputs {
  position: relative !important;
  width: 100% !important;
}

.search-popup .search-form-wrapper input {
  background: #ffffff !important;
  border: 2px solid #042C53 !important;
  border-radius: 10px !important;
  color: #042C53 !important;
  font-size: 15px !important;
  padding: 16px 55px 16px 20px !important;
  width: 100% !important;
  height: auto !important;
}

.search-popup .search-form-wrapper input::placeholder {
  color: #888780 !important;
}

.search-popup .search-form-wrapper .btn {
  background-color: transparent !important;
  width: 40px !important;
  height: calc(100% - 8px) !important;
  position: absolute !important;
  right: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.search-popup .search-form-wrapper .btn svg path {
  fill: #042C53 !important;
}

@media screen and (max-width: 768px) {
  .search-popup {
    gap: 8px !important;
  }
  .search-popup .close-search,
  .search-popup .search-form-wrapper {
    margin-top: 70px !important;
  }
  .search-popup .close-search {
    width: 22px !important;
    height: 22px !important;
  }
}

/* ── PREDICTIVE SEARCH RESULTS BOX (styling, position, default state) ── */
.search-popup .predictive-search {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  max-height: 400px !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  border: 1px solid #B5D4F4 !important;
  border-radius: 10px !important;
  width: 100% !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25) !important;
  z-index: 99999 !important;
}

.search-popup .predictive-search__loading-state {
  padding: 20px !important;
  text-align: center !important;
}

.search-popup .predictive-search-main,
.search-popup .predictive-search__results-list {
  padding: 12px !important;
}

.search-popup .predictive-search__item {
  padding: 8px !important;
  border-bottom: 1px solid #E6F1FB !important;
}

.search-popup .predictive-search__item a,
.search-popup .predictive-search__item-heading,
.search-popup .predictive-search__item-vendor,
.search-popup #predictive-search-results-list .price {
  color: #042C53 !important;
}

.search-popup .predictive-search-bottom a,
.search-popup .predictive-search-bottom .btn {
  background-color: #EF9F27 !important;
  color: #412402 !important;
  border-radius: 8px !important;
}

/* ================================================================
   THE ONE RULE THAT ACTUALLY CONTROLS VISIBILITY
   This is the LAST rule in the file on purpose — it must come
   after component-predictive-search.css's own [open] rule, which
   loads async via media="print" onload="this.media='all'" and can
   otherwise repaint after ours. Putting this last guarantees we
   always win the cascade for this specific selector.
   ================================================================ */
predictive-search:not([open]):not([loading]) .predictive-search {
  opacity: 0 !important;
  pointer-events: none !important;
}

predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}
/* ── FIX: SEARCH-FOR-TERM BUTTON LAYOUT ── */
.search-popup .predictive-search-bottom {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 12px 15px !important;
  position: static !important;
  float: none !important;
}

.search-popup .predictive-search-bottom .btn {
  position: static !important;
  width: auto !important;
  max-width: 100% !important;
  white-space: normal !important;
  text-align: center !important;
  padding: 10px 20px !important;
}

.search-popup .predictive-search__results-list {
  float: none !important;
  display: block !important;
  width: 100% !important;
}

.search-popup .predictive-search__results-list li {
  float: none !important;
  width: 100% !important;
}
/* ── FIX: PROFILE DROPDOWN TEXT VISIBILITY ── */
.profile-header .menu-dropdown,
.profile-header .menu-dropdown li,
.profile-header .menu-dropdown li a {
  color: #042C53 !important;
}

.profile-header .menu-dropdown {
  background-color: #ffffff !important;
}

.profile-header .menu-dropdown li a:hover {
  color: #EF9F27 !important;
}
/* ── FIX: ANNOUNCEMENT BAR FULL ORANGE ── */
.header-style-one .announcebar,
.header-style-one .announce-row,
.header-style-one .announcebar .container,
.header-style-one .announcebar .row,
.announcebar-content,
.annoucebar-bottom {
  background: #EF9F27 !important;
  background-color: #EF9F27 !important;
}