/** Shopify CDN: Minification failed

Line 12079:22 Expected ":"

**/

*,:after,:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}
html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
  padding-bottom: 0px!important;
}
body,html {
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
body::-moz-scrollbar {
    display: none;
}
svg,img {
    max-width: 100%;
    display: block;
}
a,.btn,button {
    text-decoration: none;
    outline: none;
    color: inherit;
    -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;
}
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(--first-font);
}
.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;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-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;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}
body {
    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: var(--common-text);
}
h1,.h1 {
    font: var(--h1);
}
h2,.h2 {
    font: var(--h2);
}
h3,.h3 {
    font: var(--h3);
}
h4,.h4 {
    font: var(--h4);
}
h5,.h5 {
    font: var(--h5);
}
h6,.h6 {
    font: var(--h6);
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
b {
    font-weight: bold;
    display: inline-block;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
/* ====================GRID CSS========================= */
.container {
    max-width: 1200px;
    width: 100%;
    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 {
    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(--white);
    color: var(--white);
    cursor: pointer;
    border-radius:0;
    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%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
}
.nice-select:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 55%;
    -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;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    border: 1px solid var(--black);
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    color: var(--black);
}
.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.11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -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;
    -o-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%;
}
.nice-select .list {
    width: 100%;
    background-color:var(--theme-color);
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 13px;
    line-height: 1;
    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 {
    background-color: #eae9e9;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.slick-slide   .nice-select .option { 
    padding: 5px 15px;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
    display: none;
}
.slick-slide .nice-select .list::-moz-scrollbar {
    display: none;
}
/* ==================== 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-x: clip;
    overflow-y: visible;
    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);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.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: 5px;
}
.slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 10px;
    background: #d6d6d6;;
    border-radius: 100%;
    border: 1px solid var(--theme-color);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.slick-dots li.slick-active {
    background: var(--black);
}
.slick-dots li button {
    display: none;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
    display: inline-block;
    vertical-align: middle;
}
.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
    display: none;
}
.slick-slider .slick-arrow {
    background: #4c6656;
    position: absolute;
    text-align: center;
    border: none;
    border-radius: 100%;
    font-size: 0;
    text-transform: uppercase;
    min-width: 32px;
    min-height: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    width: auto;
    height: auto;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.slickbtn {
    min-width: 18px;
    min-height: 18px;
    border-radius: 100%;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
}
.slick-slider .slick-arrow:hover .slickbtn {
    background: #555;
}
.slick-slider .slick-arrow svg {
    width: 16px;
    height: 16px;
}
.slide-arrow.slick-prev.slick-arrow {
    min-width: 28px;
    min-height: 28px;
}
.slick-slider .slick-prev {
    left: 15px;
    background: transparent;
    border: 0.5px solid black;
}
.slick-slider .slick-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.slick-slider .slick-next {
    right: 15px;
    background: var(--black);
}
.slick-slider .slick-next svg path {
    fill: var(--white);
}
/* =======================COMMON BUTTON ====================== */
.btn {
    text-align: center;
    padding: 12px 30px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--black);
    outline: none;
    border: 1px solid var(--second-color);
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    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 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
}
.btn svg {
    width: 15px;
    margin-left: 10px;
    height: 15px;
}
.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:hover,
.btn:focus {
    background-color: transparent;
    color: var(--black);
    border: 1px solid var(--black);
}
.btn:focus svg path,
.btn:hover svg path {
    fill: var(--black);
    color: var(--black);
}
.btn.white-btn {
    color: var(--black);
    background-color: var(--theme-color);
}
.btn.white-btn svg path {
    fill: var(--second-color);
}
.btn.white-btn:hover,
.btn.white-btn:focus {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background-color: transparent;
}
.btn.white-btn:hover svg path,
.btn.white-btn:focus svg path {
    fill: var(--theme-color);
}
.link-btn {
    font-weight: 700;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    width: 100%;
    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;
    text-transform: capitalize;
    color: var(--theme-color);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    background: none;
    padding: 0;
}
.link-btn svg {
    margin-left: 8px;
    width: 10px;
    height: 10px;
}
.link-btn svg path {
    fill: var(--black);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.link-btn:hover {
    color: var(--black);
}
.link-btn:hover svg path {
    fill: var(--black);
}
.btn-secondary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    border: 1px solid var(--theme-color);
    color: var(--white);
    background: var(--btn-bg);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: 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;
    text-transform: uppercase;
}
.btn-secondary:hover,
.btn-secondary:focus {
    border: 1px solid var(--btn-bg);
    background: transparent;
    color: var(--black);
}
.btn-ic {
    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;
    background: var(--theme-color);
    margin-left: 10px;
    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: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.btn-secondary svg {
    width: 12px;
    height: 12px;
}
.btn-secondary 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;
    fill: var(--white);
}
.btn-secondary.white-btn .btn-ic {
    background: var(--white);
}
.btn-secondary:hover svg path {
    fill: var(--theme-color);
}
.btn-secondary.white-btn {
    border: 1px solid var(--white);
    color: var(--white);
    background: var(--black);
}
.btn-secondary.white-btn:hover .btn-ic {
    background: var(--black);
}
.btn-secondary.white-btn svg path {
    fill: var(--black);
}
.btn-secondary.white-btn:hover {
    border: 1px solid var(--white);
    color: var(--theme-color);
    background: var(--white);
}
.btn-secondary.white-btn:hover span {
    color: var(--black);
}
.btn-secondary:hover .btn-ic {
    background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
    fill: var(--white);
}
/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,input:not([type="submit"]),input:not([type="checkbox"]),input:not([type="radio"]),select,textarea {
    position: relative;
    border: 1px solid var(--second-color);
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: var(--white);
    font-size: 14px;
    line-height: 1;
    color: var(--black);
}
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: 15px;
    line-height: 1;
    font-weight: 500;
    margin-left: 5px;
}
.form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-right: 3px;
}
.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 30px;
    color: var(--black);
}
.checkbox-custom label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--black);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox-custom label:before{
  border:1px solid var(--black);
}
.checkbox-custom input:checked+label:before {
    background-color: var(--black);
}
.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 7px;
    width: 4px;
    height: 8px;
    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;
}
/** 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%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--black);
    border: 2px solid var(--black);
    border-radius: 50%;
    top: 50%;
    left: 1px;
    right: auto;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--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;
}
.right-gliter {
    bottom: 0;
    right: 0;
}
.gliter-img {
    position: absolute;
    z-index: -1;
}
.padding-top {
    padding-top: 80px;
}
.padding-bottom {
    padding-bottom: 80px;
}
.section-title {
    margin-bottom: 26px;
    color: var(--black);
}
.subtitle {
    font-weight: bold;
    line-height: 88%;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
}
.subtitle-pointer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.subtitle-pointer img {
    width: 100%;
    max-width: 50px;
}
.subtitle-pointer span {
    font-size: 10px;
    font-weight: 600;
    margin-left: 10px;
}
.offset-left {
    margin-left: calc((100% - 1200px) / 2);
    padding-left: 15px;
}
.offset-right {
    margin-right: calc((100% - 1200px) / 2);
}
.offset-container {
    position: relative;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.product-title b {
    font-weight: 300;
}
/* =====================CUSTOMIZE THE NAVBAR ======================== */
.header-desk-only {
    display: none !important;
}
.header-desk-only-mobile-menu {
    display: none !important;
}
.header-mobile-only {
    display: block !important;
}
.site-header.header-style-one {
    background: var(--black);
}
.site-header.header-style-one .navigationbar-row {
    border-bottom: 1px solid var(--white);
}
.header-style-one {
    background: transparent;
}
.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 .announcebar {
    text-transform: capitalize;
    position: relative;
}
.header-style-one .anounce-more-icone {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 0;
}
.annoucebar-left {
    background-color: var(--white);
    color: var(--white);
    padding: 18px 50px 18px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.announcebar-right {
    text-transform: uppercase;
    color: #172437;
    font-size: 12px;
}
.announcebar-right .langauge-lbl {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.announcebar-right .nice-select {
    width: auto;
    padding: 10px 20px 10px 10px;
    border: 0;
    font-weight: 600;
    font-size: 12px;
}
.announcebar-right .nice-select:after {
    right: 0;
}
.announcebar-right .nice-select .list {
    min-width: 100px;
    right: 0;
    left: auto;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.header-style-one .announcebar svg {
    fill: var(--white);
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.header-style-one .announcebar p,.header-style-one .announcebar a {
    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;
    font-size: 12px;
}
.header-style-one .announcebar p b {
    margin-right: 6px;
}
.header-style-one .announcebar .annoucebar-left p svg {
    margin-right: 10px;
}
.header-style-one .announcebar .announcebar-right a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.header-style-one .announcebar a svg {
    margin-left: 10px;
}
header.head-sticky .announcebar {
    visibility: hidden;
    max-height: 0;
}
.header-style-one .icon-lable {
    color: var(--theme-color);
    padding-left: 5px;
}
.header-right-link .cart-header {
    position: relative;
    padding: 0 0 0 15px;
}
.header-right-link .cart-header a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    font-size: 12px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  cursor: pointer;
}
header.site-header.header-style-one.head-sticky {
    background: var(--second-color);
}
header.site-header.header-style-one.head-sticky .count {
    background: var(--theme-color);
    color: var(--black);
}
/** Main navigation bar css **/
.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg path {
    fill: white;
}
.header-style-one .navigationbar-row {
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background: transparent;
}
.navigationbar-row .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-style-one .logo-col {
    display: block;
    line-height: 0;
    width: 100%;
    max-width: 140px;
}
.header-style-one .logo-col a {
    display: block;
}
.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 .brand-desk-only {
    margin-left: 10px;
    font-weight: bold;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: none;
}
.header-style-one .active-link {
    color: var(--white) !important;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding: 22px 0;
    /* width: 20%; */
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:last-child {
    padding: 18px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav .offer-badge {
     padding: 4px 7px;
    background: var(--white);
    color: var(--black);
    font-size: 12px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding-right: 8px;
    margin-right: 8px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
    -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;
    font-size: 12px;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: uppercase;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item.menu_active>a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.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(--second-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;
}
.navigationbar-row .mobile-menu {
    max-width: 200px;
    width: 100%;
}
.header-style-one .header-wishlist {
    position: relative;
}
.header-style-one .header-wishlist .count {
    position: absolute;
    width: 15px;
    height: 15px;
    color: var(--theme-color);
    background: var(--second-color);
    top: -8px;
    right: -8px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.header-style-one .count {
   border: 0;
    background: var(--white);
    height: 14px;
    width: 14px;
    line-height: 16px;
    position: absolute;
    top: -11px;
    right: 50px;
    border-radius: 3px;
    color: var(--black);
    text-align: center;
    font-size: 10px!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.site-header.header-style-one .cart-header .count {
    background: var(--white);
    color: var(--black);
}
/**  Megamenu css  **/
.header-style-one .main-navigationbar {
    position: relative;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--second-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;
    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);
}
.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.menu_active .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.header-style-one .menu-dropdown ul [class*="col-"] {
    padding: 0 15px;
}
.header-style-one .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}
.header-style-one .megamenu-list>li span {
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
}
.header-style-one .menu-dropdown ul>li a {
    border-bottom: 1px solid transparent;
    color: var(--white);
}
.header-style-one .menu-right li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-style-one .menu-right li a span {
    display: inline-block;
    margin: 0 0 0 10px;
}
.header-style-one .menu-right li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.header-style-one .menu-right li:nth-child(2) a {
    background: var(--white);
}
.header-style-one .mobile-menu button {
    background-color: transparent;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    border: none;
    outline: 0;
    color: var(--white);
    padding: 0;
}
.header-style-one .menu-right li>* {
    padding: 31px 35px;
    background: #F0F0F0;
    border: none;
}
.header-style-one .menu-right li a svg {
    width: 24px;
    height: 24px;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
/****** MOBILE MENU CSS ********/
.mobile-menu-wrapper {
    position: fixed;
    z-index: 4;
    background: var(--second-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;
    right: 0;
    width: 100%;
    max-width: 450px;
    left: -100%;
}
.mobile-menu-wrapper.active-menu {
    left: 0;
}
.mobile-menu-wrapper .menu-close-icon svg line {
    stroke: var(--white);
}
.mobile-menu-wrapper .menu-close-icon {
    height: 40px;
    width: 40px;
    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;
}
.mobile-menu-bar {
    height: 100%;
    overflow: auto;
    padding: 40px 25px;
    color: var(--white);
}
.mobile-menu-bar::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.mobile-menu-bar::-webkit-scrollbar-track {
    background: var(--black);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.mobile-menu-bar::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.stp-menu-widget {
    border-top: 1px solid var(--black);
    padding: 35px 0 0 0;
    margin-top: 35px;
    color: var(--theme-color);
}
.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}
.mobile-menu-bar h5 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}
.mobile-menu-bar .stp-head {
    text-transform: uppercase;
    color: var(--theme-color);
}
.mobile-menu-bar .stp-navlink:not(:last-of-type) {
    margin-right: 30px;
}
.mobile-menu-bar .stp-navlink a {
    font-weight: 600;
    font-size: 12px;
    line-height: 88%;
    letter-spacing: 0.135em;
    color: var(--theme-color);
    text-transform: uppercase;
    padding: 11px 15px;
}
.mobile-menu-bar .stp-navlink a:hover,.mobile-menu-bar .stp-navlink.active a {
    background: var(--theme-color);
    color: var(--black);
}
.mobile-menu-bar .fea-coll-img {
    width: 60px;
}
.mobile-menu-bar .fea-coll-img a {
    position: relative;
    padding-top: 100%;
    display: block;
}
.mobile-menu-bar .fea-coll-img a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: 100%;
}
.mobile-menu-bar .fea-coll-img a:before {
    position: absolute;
    content: '';
    width: 60%;
    background: var(--white);
    height: 100%;
    top: 0;
    left: 0;
}
.mobile-menu-bar .fea-coll-contnt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: var(--theme-color);
}
.mobile-menu-bar .fea-coll-contnt-left h6 {
    font-weight: 700;
    font-size: 14px;
}
.mobile-menu-bar .fea-coll-contnt-left p {
    font-weight: 500;
    font-size: 10px;
    line-height: 88%;
    letter-spacing: 0.135em;
    margin-top: 5px;
    color: var(--theme-color);
}
.mobile-menu-bar .fea-coll-contnt .btn.white-btn svg {
    margin: 0 0 0 10px;
}
.mobile-menu-bar .fea-coll-contnt .btn.white-btn:hover svg path {
    fill: var(--theme-color);
}
.mobile-menu-bar .fea-coll-contnt .btn.white-btn {
    padding: 8px 15px;
    font-size: 12px;
}
.featured-coll-widget ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.header-list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-list-social li:not(:last-of-type) {
    margin: 0 8px 0 0 !important;
}
.header-list-social li a {
    height: 35px;
    width: 35px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--black);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.header-list-social li a:hover,.header-list-social li a:focus {
    background-color: var(--theme-color);
}
.header-list-social li a:hover svg path,.header-list-social li a:focus svg path {
    fill: var(--black);
}
.header-list-social li a svg {
    fill: var(--white);
    height: 18px;
    width: 18px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 48px);
    overflow: auto;
    padding: 10px 20px;
}
.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(--theme-color);
    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;
}
.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 !important;
    padding-bottom: 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: 600;
}
.mobile-menu-wrapper .menu-close-icon svg path {
    fill: var(--white);
}
.search-header .search-modal__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-right-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
   -webkit-box-align:center;
       -ms-flex-align:center;
           align-items:center;
}
.menu-lnk.has-item.wishlist a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--white);
    position:relative;
}
.menu-lnk.has-item.wishlist a svg {
    width: 19px;
    height: 19px;
}
.search-header .searchTerm {
    padding: 23px 10px 23px 10px;
    border: 1px solid transparent;
    background: transparent;
}
.search-header .searchTerm:focus {
    color: var(--white);
}
.search-header .searchButton {
    border: none;
    background: transparent;
    cursor: pointer;
}
/****** CART DRAWER CSS ********/
.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.menu-overlay,
.overlay.active,
.cartOpen .overlay::after,
.quick-active .overlay:after,
.notify-active .overlay::after{
    content: " ";
    z-index: 4;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.quick-active .overlay:after{
  z-index:4;
}
.cartOpen .cart-header .closecart {
    opacity: 1;
    visibility: visible;
}
.cart-header .closecart {
    position: fixed!important;
    right: 424px;
    top: 20px;
    width: 20px!important;
    height: 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.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(255, 255, 255, 0.53);
    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(--black);
    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;
}
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cartDrawer .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;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
    background-color: 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);
}
.mini-cart-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.mini-cart-image {
    width: 80px;
    border: 1px solid #ddd;
}
.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-title {
     color: var(--black);
    margin-bottom: 8px;
    font-weight: 600!important;
    font-size: 14px!important;
    text-align: left !important; 
  -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  overflow:hidden;
}
.cart-variable {
    margin-bottom: 10px;
}
.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%;
}
.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;
    cursor: pointer;
   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;
    background: transparent;
}
del {
   color: red;
    font-weight: 600;
    font-size: 14px;
    text-decoration: line-through;
    line-height: 1;
}
.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;
    gap: 5px;
}
.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;
}
ins {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}
.cartDrawer .mini-cart-details .price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font: var(--common-text);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.cartDrawer .pvarprice {
    margin-top: 12px;
}
.cartDrawer .price del {
    margin-left: 10px;
    line-height: 1;
}
.cartDrawer .price ins {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
}
.cartDrawer .price .currency-type {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    margin-left: 0;
    display: inline-block;
}
.webi-mini-cart-footer {
    padding: 30px;
    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 20px;
}
.mini-cart-footer-total-row div {
    padding: 0 10px;
    color: var(--black);
}
.mini-cart-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--black);
    margin-bottom: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.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;
    font-size: 14px;
}
.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;
    color: var(--black);
}
.webi-mini-cart-footer .link-btn svg {
    width: 19px;
    height: 19px;
}
.remove_item svg path {
    fill: red;
}
.remove_item svg {
    height: 15px;
    width: 15px;
}
.cartDrawer .emptyCart {
    padding: 50px 0 0 0;
}
/**** SEARCH POPUP CSS ****/
.search-popup,.size-popup{
    position: fixed;
    background: rgba(0, 0, 0, 0.81);
    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: 3;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -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;
}
.search-popup.active,.size-popup.active {
    opacity: 1;
    visibility: visible;
}
.search-form-wrapper {
    max-width: 1000px;
    width: 100%;
}
.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-form-wrapper .form-inputs {
    width: 100%;
    position: relative;
}
.predictive-search-bottom .predictive-search-status, .predictive-search-bottom .predictive-search__item {
    background: var(--theme-color);
    color: var(--black);
}
.search-form-wrapper input {
    padding: 15px 60px 15px 20px;
}
.search-form-wrapper input::-webkit-input-placeholder {
    color: var(--black);
}
.search-form-wrapper input::-moz-placeholder {
    color: var(--black);
}
.search-form-wrapper input:-ms-input-placeholder {
    color: var(--black);
}
.search-form-wrapper input::-ms-input-placeholder {
    color: var(--black);
}
.search-form-wrapper input::placeholder {
    color: var(--black);
}
.search-form-wrapper .btn {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 45px;
    padding: 0;
    height: calc(100% - 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-form-wrapper .btn svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    fill: var(--theme-color);
}
/* ********  HOME BANNER SECTION CSS  ******* */
.home-banner-section {
    background: var(--second-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.home-banner-section .offset-container {
    position: relative;
}
.home-banner-section .left-side-btn {
    position: absolute;
    bottom: 40px;
    left: -22px;
}
.home-banner-section .left-side-btn .link-btn {
    border-left: 1px solid transparent;
    color: var(--white);
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.home-banner-section .left-side-btn .link-btn svg path {
    fill: var(--white);
}
.home-banner-section .left-side-btn .link-btn:hover {
    border-left: 1px solid var(--white);
}
.home-banner-section .left-side-btn .link-btn svg {
    margin-left: 0;
    margin-top: 8px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.home-banner-widget {
    position: relative;
    padding-top: 160px;
    padding-bottom: 236px;
}
.home-banner-widget .link-btn svg path {
    fill: var(--white);
}
.home-banner-widget .link-btn:hover svg path {
    fill: var(--black);
}
.banner-col-right .section-title h2 {
    margin-bottom: 10px;
}
.d-flex.home-banner-tab-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.tooltip {
    position: absolute;
    bottom: 110px;
    right: 450px;
    color: var(--white);
}
.tooltip-pointer img {
    margin-bottom: 15px;
}
.tooltip .tooltip-content p {
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
    margin-top: 5px;
}
.tooltip .price {
    margin-bottom: 16px;
}
.tooltip-content {
    margin-bottom: 15px;
}
.tooltip-content h4{
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.tool-tip-line {
    width: 25px;
    height: 5px;
    background: var(--white);
    display: block;
}
.tool-tip-line {
    width: 60px;
    height: 3px;
    background: var(--white);
    display: block;
}
.banner-tab-left-inner {
    padding: 120px 0 0 0;
    display: block;
    width: 100%;
    position: relative;
}
.banner-tab-left-inner .pagingInfo {
    position: absolute;
    bottom: 18px;
    left: 90px;
    color: var(--black);
    font-size: 16px;
}
.banner-col-left {
    max-width: 20%;
    width: 100%;
    margin-right: -100px;
    position: relative;
    z-index: 1;
}
.home-left-item img {
    width: 100%;
    margin-top: 53px;
}
.home-left-item {
    position: relative;
}
.home-left-item::after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: var(--white);
}
.home-left-slider,
.home-right-slider,
.tabs-container {
    width: 100%;
}
.banner-col-right {
    max-width: calc(70% + 250px);
    width: 100%;
    padding-left: 50px;
    position: relative;
}
.banner-tab-left-inner .cat-tab li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    font-weight: 400;
    color: var(--white);
}
.banner-tab-left-inner li.active a {
    color: var(--white);
    font-weight: 600;
    text-decoration: underline;
}
.banner-tab-left-inner .cat-tab li:not(:last-of-type) {
    margin-bottom: 10px;
}
.banner-tab-left-inner .cat-tab li svg {
    margin-left: 15px;
    width: 12px;
    height: 12px;
}
.banner-tab-left-inner .cat-tab li.active svg {
    margin-left: 15px;
}
.home-right-item .section-title {
    padding-left: 100px;
    color: var(--white);
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
}
.home-right-item .section-title p {
    margin-bottom: 20px;
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.home-right-item .section-title .btn {
    background: var(--theme-color);
    color: var(--black);
    border: 1px solid var(--theme-color);
}
.home-right-item .section-title .btn:hover {
    background: transparent;
    color: var(--theme-color);
}
.home-left-slider.slick-slider .slick-arrow {
    opacity: 1 !important;
}
.home-left-slider.slick-slider .slick-prev svg {
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
}
.home-left-slider.slick-slider .slick-next svg {
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
}
.home-left-slider.slick-slider .slick-prev {
    top: auto;
    bottom: -2px;
    left: 5px;
    right: auto;
}
.home-left-slider.slick-slider .slick-next {
    top: auto;
    bottom: -5px;
    left: 45px;
    right: auto;
}
.banner-product-detail {
    padding-left: 70px;
    color: var(--white);
}
/* ********  TWO COL SECTION CSS  ******* */
.two-col-section {
    position: relative;
}
.two-col-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--theme-color);
    width: 100%;
    height: 100%;
}
.sub-title {
    margin-bottom: 8px;
}
.product-card .product-card-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--black);
    color: var(--white);
    width: 100%;
    height: 100%;
}
.product-card .product-card-inner .product-card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
}
.two-col-section .product-card-contant-bottom .link-btn:hover {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}
.two-col-section .product-card-contant-bottom .link-btn svg path {
    fill: var(--white);
}
.two-col-section .product-card-contant-bottom .link-btn:hover svg path {
    fill: var(--white);
}
.product-card .product-card-inner .product-card-image a {
    position: relative;
    display: block;
    padding-top: 47%;
}
.product-card .product-card-inner .product-card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit:scale-down;
       object-fit:scale-down;
}
.product-card .product-card-inner .product-card-contant-top {
    -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;
}
.product-card .product-card-inner .product-card-contant-top h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
} 
.two-col-section .product-card .product-card-inner .product-card-contant-top h4 a{
  -webkit-line-clamp: 2;
}
.pro-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position:relative;
}
.product-card .product-card-inner .product-card-contant-top p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-card .product-card-inner .product-card-contant-top .price {
    margin-bottom: 16px;
}
.product-card .product-card-inner .product-card-contant-top .price p {
    margin-bottom: 5px;
}
.product-card .product-card-inner .product-card-contant {
    padding: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.two-col-section .product-card .product-card-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-inner {
    position: relative;
    z-index: 1;
    color: var(--black);
}
.two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-inner::after {
    content: '';
    position: absolute;
    background: var(--theme-color);
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-contant-bottom .link-btn {
    color: var(--black);
}
.two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-contant-bottom .link-btn:hover {
    border-bottom: 1px solid var(--black);
}
.two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-contant-bottom .link-btn svg path {
    fill: var(--black);
}
/* ********  OUTFIT - SECTION CSS  ******* */
.outfit-section {
    background: var(--theme-color);
}
.outfit-section .section-title-left h2 {
    margin-bottom: 10px;
}
.outfit-section .cat-tab {
    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;
    z-index: 1;
}
.two-col-section .link-btn, .about-section .link-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.outfit-section .cat-tab li:not(:first-of-type) {
    margin-left: 10px;
}
.product-card-contant-bottom .link-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.6 !important;
}
.product-card-contant-bottom .link-btn[disabled]:hover {
  background:var(--black) !important;
  color: var(--white);
}
.product-card-contant-bottom .link-btn[disabled]:hover svg path {
  fill: var(--white) !important;
}
.pdp-left .product-form__submit[disabled] {
    cursor: not-allowed;
    opacity: 0.6 !important;
}
.pdp-left .product-form__submit[disabled]:hover {
  background:var(--theme-color) !important;
  color: var(--second-color) !important;
}
.pdp-left .product-form__submit[disabled]:hover svg path {
  fill: var(--second-color) !important;
}
.outfit-section .cat-tab li a {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid var(--black);
    color: var(--black);
    text-transform: capitalize;
}
.outfit-section .cat-tab li a:hover,
.outfit-section .cat-tab li.active a {
    color: var(--white);
    background-color: var(--black);
    border: 1px solid transparent;
}
.outfit-section .tab-content.active {
    display: block;
}
.outfit-section .tab-content {
    display: none;
}
.outfit-section .product-card .product-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--white);
    color: var(--black);
}
.outfit-section .product-card .product-card-inner .product-card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 100%;
}
.outfit-section .product-card .product-card-inner .product-card-image a {
    padding-top: 100%;
}
.outfit-section .product-card .product-card-inner .product-card-image a img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.outfit-section .product-card .product-card-inner .product-card-contant-top {
    text-align: center;
}
.outfit-section .product-card .product-card-inner .product-card-contant {
    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;
}
.outfit-section .outfit-slider {
    margin: 0 -10px;
}
.outfit-section .outfit-slider .outfit-itm {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card-inner .wish-lbl-wrp {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    z-index: 2;
}
.product-card-inner:hover .wish-lbl-wrp{
    visibility:visible;
    opacity:1;
}
.pro-wishlist, .pro-compare, .quickview-btn {
    border: none;
    outline: none;
    background: var(--second-color);
  border: 1px solid var(--second-color);
    height: 28px;
    width: 28px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  -webkit-transition:all 500ms ease-in-out;
  -o-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  cursor: pointer;
}
.pro-wishlist:hover, .pro-compare:hover, .quickview-btn:hover{
  background-color:var(--white);
}
.product-card .pro-wishlist:hover svg path, .product-card .pro-compare:hover svg path,.product-card .quickview-btn:hover svg path{
  fill:var(--black);
}
.pro-wishlist svg, .pro-compare svg, .quickview-btn svg {
    margin: auto;
    width: 13px;
    height: 13px;
    color: var(--white);
}
.pro-wishlist svg path,.pro-compare svg path, .quickview-btn svg path {
    fill: var(--white);
}
.outfit-section .product-card .product-card-inner .product-card-contant-top .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.outfit-section .outfit-itm .product-card-contant-bottom .link-btn,
.template-search .product-card-contant-bottom .link-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--black);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
    width:100%;
    border: 1px solid transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 1;
    visibility: visible;
}
.template-search .product-card-contant-bottom .link-btn{
  color: var(--white);
}
.outfit-section .outfit-itm .product-card-contant-bottom .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--black);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
    border: 1px solid transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.outfit-section .outfit-itm .product-card-contant-bottom .link-btn svg path {
    fill: var(--white);
}
.outfit-section .outfit-itm .product-card-contant-bottom .link-btn:hover  svg path {
    fill: var(--black);
}
.outfit-section .outfit-itm .product-card-contant-bottom .link-btn:hover {
    background: transparent;
    border: 1px solid var(--black);
}
/*********  ABOUT SECTION CSS  ********/
.about-section {
    position: relative;
    background: var(--theme-color);
    overflow:hidden;
}
.about-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 16%;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--black);
}
.about-section .container {
    position: relative;
}
.about-section .left-side-btn {
    position: absolute;
    bottom: 250px;
    left: -22px;
}
.about-section .left-side-btn .link-btn,.about-section .right-side-btn .link-btn {
    border-left: 1px solid transparent;
    color: var(--black);
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.about-section .left-side-btn .link-btn:hover,.about-section .right-side-btn .link-btn:hover {
    border-left: 1px solid var(--black);
}
.about-section .left-side-btn .link-btn svg,.about-section .right-side-btn .link-btn svg {
    margin-left: 0;
    margin-top: 8px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.about-section .right-side-btn {
    position: absolute;
    bottom: 80px;
    right: -22px;
}
.about-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;
    position: relative;
}
.section-title-right {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--black);
    position: relative;
    z-index: 1;
}
.section-title-right::before {
    content: '';
    position: absolute;
    background: var(--black);
    width: 50vw;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.section-title-contant {
    padding: 0 10px 0 20px;
    background: var(--black);
    color: var(--white);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.section-title-contant .link-btn svg path {
    fill: var(--white);
}
.section-title-contant h5 {
    margin-bottom: 8px;
}
.section-title-right .section-title-img a {
    display: block;
}
.section-title-contant .link-btn:hover {
    color: var(--theme-color);
    border-bottom: 1px solid var(--white);
}
.add-banner-section {
    position: relative;
    z-index: 1;
}
.add-banner {
    position: relative;
    z-index: 1;
    padding: 30% 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: end;
    width: 100%;
}
.add-banner .tooltip .price {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.add-banner .tooltip-pointer img {
    margin-left: auto;
}
.add-banner .add-bnr {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
}
.add-banner-column.tooltip {
    position: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.add-banner-column.tooltip p:not(:last-of-type) {
    margin-bottom: 0;
}
.add-banner .other-link {
    position: absolute;
    background: var(--black);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    right: 0;
}
.add-banner .link-btn svg path {
    fill: var(--white);
}
.about-description p {
    margin-bottom: 20px;
}
.about-description .link-btn {
    color: var(--black);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.about-description .link-btn svg path {
    fill: var(--black);
}
.about-description .link-btn:hover {
    border-bottom: 1px solid var(--black);
}
.about-description img {
    margin-bottom: 30px;
}
.about-section .row .add-banner-card:nth-last-child(even) .add-banner {
    margin-bottom: 30px;
}
.about-section .row .add-banner-card:nth-last-child(odd) {
    margin-top: -70px;
}
.about-section .row .add-banner-card:nth-last-child(odd) .add-banner {
    padding: 50% 30px 30px 30px;
}
.about-section .row .add-banner-card:nth-last-child(odd) .add-banner .tooltip-pointer img {
    margin-right: auto;
    margin-left: 0;
}
.about-section .row .add-banner-card:nth-last-child(odd) .add-banner {
    text-align: start;
}
.about-section .row .add-banner-card:nth-last-child(odd) .add-banner .tooltip .price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.about-section .row .add-banner-card:nth-last-child(odd) .add-banner .other-link {
    background: var(--white);
    bottom: 0;
    top: auto;
}
.about-section .row .add-banner-card:nth-last-child(odd) .add-banner .other-link svg path {
    fill: var(--black);
}
.add-banner .add-banner-column.tooltip .link-btn:hover {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}
.about-section .row .add-banner-card .add-banner {
    position: relative;
}
.about-section .row .add-banner-card .add-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4);
    z-index: -1;
}
/*********  PRODUCT COLLECTIONS SECTION CSS  ********/
.product-collection.outfit-section {
    position: relative;
    z-index: 1;
}
.product-collection.outfit-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80.7%;
    top: 0;
    right: 0;
    left: 0;
    background: var(--black);
    z-index: -1;
}
.product-collection.outfit-section .section-title {
    color: var(--white);
}
.product-collection.outfit-section .cat-tab li a:hover,.product-collection.outfit-section .cat-tab li.active a {
    color: var(--black) !important;
    background-color: var(--theme-color);
}
.product-collection.outfit-section .cat-tab li a {
    border-color: var(--border-color);
    color: white;
}
.product-collection.outfit-section .tabs-right-link p {
    margin-bottom: 15px;
    text-align: end;
}
/*********  PRODUCT SLIDER SECTION CSS  ********/
.product-slider-section.about-section {
    position: relative;
}
.product-slider-reverse-section.about-section {
    position: relative;
    padding-top: 40px;
    z-index: 1;
}
.product-slider-reverse-section.about-section .right-side-btn {
    bottom: 250px;
}
.product-slider-reverse-section.about-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black);
    width: 100%;
    height: 42.3%;
    z-index: -1;
}
.product-slider-section.about-section::after {
    width: 0;
}
.product-slider-section.about-section .section-title .section-title-left {
    width: 40%;
}
.product-slider-section.about-section .section-title .section-title-left .link-btn {
    margin-top: 15px;
    color: var(--black);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.product-slider-section.about-section .section-title .section-title-left .link-btn svg path {
    fill: var(--black);
}
.product-slider-section.about-section .section-title .section-title-left .link-btn:hover {
    border-bottom: 1px solid var(--black);
}
.product-slider-reverse-section.about-section .product-main-img a,.product-slider-section.about-section .product-main-img a {
    position: relative;
    padding-top: 100%;
    display: block;
}
.product-slider-reverse-section.about-section .product-main-img a img,.product-slider-section.about-section .product-main-img a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.product-slider-reverse-section.about-section .product-main-img .product-img-btn a,.product-slider-section.about-section .product-main-img .product-img-btn a {
    padding-top: 0;
}
.product-slider-reverse-section.about-section .product-main-img,.product-slider-section.about-section .product-main-img {
    position: relative;
}
.product-slider-reverse-section.about-section .product-main-img .other-link,.product-slider-section.about-section .product-main-img .other-link {
    position: absolute;
    background: var(--white);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    right: 0;
}
.product-slider-reverse-section.about-section .product-card .product-card-inner .product-card-image a,.product-slider-section.about-section .product-card .product-card-inner .product-card-image a {
    padding-top: 80%;
}
.product-slider-reverse-section.about-section .product-card .product-card-inner .product-card-image,.product-slider-section.about-section .product-card .product-card-inner .product-card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 100%;
}
.product-slider-reverse-section.about-section .outfit-itm .product-card-contant-bottom .link-btn:hover,.product-slider-section.about-section .outfit-itm .product-card-contant-bottom .link-btn:hover {
    background: transparent;
    border: 1px solid var(--black);
}
.product-slider-reverse-section.about-section .outfit-itm .product-card-contant-bottom .link-btn,.product-slider-section.about-section .outfit-itm .product-card-contant-bottom .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--black);
    padding: 12px 24px;
    border: 1px solid transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-slider-reverse-section.about-section .product-slider .outfit-itm,.product-slider-section.about-section .product-slider .outfit-itm {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.product-slider-reverse-section.about-section .product-slider,.product-slider-section.about-section .product-slider {
    margin: 0 -10px;
}
.product-slider-reverse-section.about-section .product-slider  {
    margin-bottom: 20px;
}
.product-slider-reverse-section.about-section .outfit-itm .product-card-contant-bottom .link-btn {
    background: var(--theme-color) !important;
    color: var(--black);
}
.product-slider-reverse-section.about-section .outfit-itm .product-card-contant-bottom .link-btn:hover {
    background: var(--white) !important;
}
.product-slider-reverse-section.about-section .outfit-itm .product-card-contant-bottom .link-btn svg path {
    fill: var(--black);
}
.product-slider-reverse-section.about-section .outfit-itm.slick-slide.slick-current .product-card-contant-bottom .link-btn svg path {
    fill: var(--black);
}
.product-slider-reverse-section.about-section .section-description p {
    color: var(--white);
    margin-bottom: 15px;
}
.product-slider-reverse-section.about-section .section-description .link-btn:hover {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}
.product-slider-reverse-section.about-section .section-description .link-btn:hover svg path {
    fill: var(--white);
}
.product-slider-reverse-section.about-section .section-description .link-btn svg path {
    fill: var(--white);
}
.product-slider-section.about-section .outfit-itm .product-card-contant-bottom .link-btn svg path {
    fill: var(--white);
}
.product-slider-section.about-section .outfit-itm .product-card-contant-bottom .link-btn:hover svg path {
    fill: var(--black);
}
/*********  THREE-COL SECTION CSS  ********/
.three-col-section {
    position: relative;
    z-index: 1;
    background: var(--black);
}
.three-col-section .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.three-col-section .section-title-right::before {
    content: none;
}
.three-col-section .section-title .section-title-right {
    width: 50%;
    color: var(--white);
}
.three-col-section .section-title .section-title-left {
    width: 50%;
    margin-left: auto;
}
.three-col-section .section-title .section-title-left .link-btn svg path {
    fill: var(--white);
}
.three-col-section .section-title .section-title-left p {
    color: var(--white);
    margin-bottom: 20px;
}
.three-col-section .section-title .section-title-left .link-btn:hover {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}
.three-col-section .section-title .section-title-left .link-btn:hover svg path {
    fill: var(--white);
}
.three-col-section .product-main-img {
    position: relative;
}
.three-col-section .product-main-img a {
    position: relative;
    padding-top: 100%;
    display: block;
}
.three-col-section .product-main-img p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.three-col-section .product-main-img a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.three-col-section .product-main-img .other-link {
    position: absolute;
    background: var(--white);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    right: 0;
    z-index: 1;
}
.three-col-section .product-main-img .product-img-btn a {
    padding-top: 0;
}
.badge span {
  background: var(--theme-color);
  padding: 5px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.three-col-section .product-main-img .section-title {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    color: var(--white);
    z-index:1;
}
.three-col-second .product-main-img .section-title, .article .three-col-section .product-main-img .section-title, .blog-grid-section.three-col-section .section-title {
  bottom:43px;
}
.blog-grid-row .col-card {
  margin-bottom:20px;
}
.three-col-section .product-main-img .section-title a {
    padding-top: 0;
}
.three-col-section .product-main-img .bottom-button a {
    padding-top: 0;
}
.three-col-section .product-main-img .bottom-button .link-btn {
    background: var(--white);
    color: var(--black);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 24px;
    border: 1px solid transparent;
}
.three-col-section .product-main-img .bottom-button .link-btn:hover {
    background: var(--black);
    color: var(--white);
}
.three-col-section .product-main-img .bottom-button .link-btn:hover svg path {
    fill: var(--white);
}
.three-col-section .product-main-img .bottom-button .link-btn svg path {
    fill: var(--black);
}
/********* IMAGE PRODUCT CARD SECTION CSS  ********/
.testimonials-section {
    background: var(--white);
    position: relative;
}
.testimonials-section .section-title h2 {
    margin-bottom: 15px;
}
.testimonials-section .testimonials-slider {
    margin: 0 -10px;
}
.testimonials-section .testimonials-slider .testimonials-itm {
    padding: 0 10px;
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--border-color);
    background: var(--theme-color);
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image a {
     padding-top: 91%;
    position: relative;
    display: block;
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image {
    width: 40%;
    position: relative;
    background: var(--white);
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-contant {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-contant .product-card-contant-top {
    position: relative;
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-contant .product-card-contant-top span {
    position: absolute;
    top: 4px;
    right: 0;
}
.testimonials-section .product-card-inner {
    position: relative;
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-image .add-whishlist a {
    padding-top: 0;
    position: absolute;
    background: var(--black);
    top: 0;
    right: 0;
    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;
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-contant .product-card-contant-top h4,.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-contant .product-card-contant-top p {
    margin-bottom: 10px;
}
.testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-contant .product-card-contant-top p{
  display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.client-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.client-review img {
    margin-right: 7px;
}
.testimonials-section .testimonials-slider.slick-slider .slick-arrow {
    opacity: 1 !important;
}
.testimonials-section .testimonials-slider.slick-slider .slick-prev svg {
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
}
.testimonials-section .testimonials-slider.slick-slider .slick-next svg {
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
}
.testimonials-section .testimonials-slider.slick-slider .slick-next {
    top: auto;
    bottom: -60px;
    left: 45px;
    right: auto;
}
.testimonials-section .testimonials-slider.slick-slider .slick-prev {
    top: auto;
    bottom: -57px;
    left: 5px;
    right: auto;
}
/********* THREE-COL-SECOND SECTION CSS  ********/
.three-col-second.three-col-section {
    position: relative;
    background: var(--white);
}
.three-col-second.three-col-section::after {
    content: '';
    position: absolute;
    background: var(--theme-color);
    width: 100%;
    height: 30%;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.three-col-second.three-col-section .section-title .section-title-right {
    color: var(--black);
    background: var(--white);
}
.three-col-second.three-col-section .section-title .section-title-left p {
    color: var(--black);
}
.three-col-second.three-col-section .section-title .section-title-left .link-btn {
    color: var(--black);
}
.three-col-second.three-col-section .section-title .section-title-left .link-btn:hover {
    border-bottom: 1px solid var(--black);
}
.three-col-second.three-col-section .section-title .section-title-left .link-btn svg path {
    fill: var(--black);
}
.three-col-second.three-col-section .product-main-img .section-title {
    display: block;
}
.three-col-second.three-col-section .product-main-img .section-title h3,.blog-grid-section.three-col-section .product-main-img .section-title h3,.articlerightbar.three-col-section .product-main-img .section-title h3 {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.three-col-second.three-col-section .product-main-img .bottom-button,.blog-grid-section.three-col-section .product-main-img .bottom-button,.articlerightbar.three-col-section .product-main-img .bottom-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: auto;
  z-index:1;
}
.three-col-second.three-col-section .product-main-img .bottom-button .link-btn,.blog-grid-section.three-col-section .product-main-img .bottom-button .link-btn,.articlerightbar.three-col-section .product-main-img .bottom-button .link-btn {
    background: var(--black);
    color: var(--white);
    width: 45%;
    padding: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.three-col-second.three-col-section .product-main-img .bottom-button .link-btn svg path,.blog-grid-section.three-col-section .product-main-img .bottom-button .link-btn svg path,.articlerightbar.three-col-section .product-main-img .bottom-button .link-btn svg path {
    fill: var(--white);
}
.three-col-second.three-col-section .product-main-img .bottom-button .client-review,.blog-grid-section.three-col-section .product-main-img .bottom-button .client-review,.articlerightbar.three-col-section .product-main-img .bottom-button .client-review {
    background: var(--white);
    padding: 12px 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.three-col-section .product-main-img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
/********* SUBSCRIPTION SECTION CSS  ********/
.subscription-section {
    position: relative;
    background: var(--theme-color);
}
.subscription-section .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.subscription-section .section-title-right::before {
    content: none;
}
.subscription-section .section-title-right {
    background: transparent;
    width: 50%;
}
.subscription-section .section-title .section-title-left {
    width: 50%;
    margin-left: auto;
}
.subscription-section .section-title .section-title-left p {
    margin-bottom: 15px;
}
.subscription-section .section-title .section-title-left .link-btn {
    color: var(--black);
}
.subscription-section .section-title .section-title-left .link-btn:hover {
    border-bottom: 1px solid var(--black);
}
.subscription-section .section-title .section-title-left .link-btn svg path {
    fill: var(--black);
}
.subscription-section .subscription-itm .subscription-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--border-color);
    background: var(--white);
    position: relative;
}
.subscription-section .subscription-itm .subscription-contant-top h3 {
    margin-bottom: 10px;
}
.subscription-section .subscription-itm .subscription-contant {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
}
.subscription-section .subscription-itm .subscription-inner .subscription-image {
    width: 40%;
    position: relative;
}
.subscription-section .subscription-itm .subscription-inner .subscription-image a {
    padding-top: 72%;
    position: relative;
    display: block;
}
.subscription-section .subscription-itm .subscription-inner .subscription-image a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.subscription-section .subscription-itm .subscription-inner .subscription-contant .subscription-contant-top .other-link {
    position: absolute;
    background: var(--black);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    right: 0;
}
.subscription-section .subscription-itm .subscription-inner .subscription-contant .subscription-contant-top .other-link svg path {
    fill: var(--white);
}
/* ======================PRODUCT-PAGE-CSS-START ======================= */
.pdp-main-section {
    background: var(--black);
    position: relative;
    padding: 32px 0 61px;
}
.pdp-main-section .container {
    position: relative;
}
.pdp-main-section .left-side-btn {
    position: absolute;
    bottom: 40px;
    left: -22px;
}
.pdp-main-section .left-side-btn .link-btn {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.pdp-main-section .left-side-btn .link-btn:hover {
    color: var(--white);
    border-left: 1px solid var(--white);
}
.pdp-main-section .left-side-btn .link-btn svg {
    margin-left: 0;
    margin-top: 8px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.pdp-main-section .left-side-btn .link-btn svg path {
    fill: var(--white);
}
.pdp-main-section .about-pdp-product .back-btn {
    color: var(--white);
    margin: 20px 0;
}
.pdp-main-section .about-pdp-product .section-title {
    color: var(--white);
  margin : 0 0 20px;
}
.pdp-main-section .about-pdp-product .section-title p {
    margin-top: 10px;
}
.pdp-main-section .about-pdp-product .btn {
    background: var(--theme-color);
    color: var(--black);
}
.pdp-main-section .about-pdp-product .btn svg path {
    fill: var(--black);
}
.pdp-main-section .about-pdp-product .btn:hover {
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white);
}
.pdp-main-section .about-pdp-product .btn:hover svg path {
    fill: var(--white);
}
.pdp-main-section .about-pdp-product .set {
    border: 0;
    border-bottom: 1px solid var(--white);
    margin-bottom: 0;
}
.pdp-main-section .about-pdp-product .set .acnav-label {
    padding: 15px 35px 15px 0px;
    color: var(--white);
}
.pdp-main-section .about-pdp-product .set .acnav-label:after {
    background-image: url(acc-arrow.svg);
}
.pdp-main-section .about-pdp-product .set .acnav-list {
    color: #C9C9C9;
    padding: 15px 15px 15px 0;
}
.pdp-main-section .row .pdp-center:nth-child(2) {
    background: var(--white);
}
.pdp-main-section .row .pdp-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:var(--white);
    padding:15px;
}
.pdp-main-img img,.pdp-main-img video,.pdp-main-img iframe,.pdp-thumb-img svg,.pdp-thumb-img video,.pdp-thumb-img iframe,.pdp-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
.pdp-thumb-img {
  position: relative;
  padding-top: 70%;
}
.pdp-thumb-slider-itm {
  margin: 0 6px 0 6px;
  border: 1px solid transparent;
}
.pdp-thumb-slider-itm.slick-current {
  border-color: var(--theme-color);
}
.pdp-thumb-wrap {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pdp-thumb-slider {
  max-width: 50%;
  width: 100%;
  overflow: hidden;
  margin: 0 -6px 0 -6px;
}
.pdp-thumb-nav-wrap {
  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-left: 30px;
}
.pdp-thumb-nav .slick-arrow {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: var(--second-color);
}
.pdp-thumb-nav .slick-arrow svg path {
    fill: var(--black);
}
.pdp-thumb-nav .slick-arrow:hover svg path {
    fill: var(--white);
}
.pdp-thumb-nav .slick-arrow:not(:last-of-type) {
  margin-right: 5px;
}
.pdp-thumb-nav .slick-arrow.slick-prev {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.pdp-thumb-nav .slick-arrow.slick-disabled {
  opacity: 0.38;
}
.pdp-thumb-nav-wrap .pdp-thumb-nav {
  margin-right: 15px;
}
.pdp-slider-wrapper {
    width: 100%;
}
.pdp-slider-image a {
    padding-top: 100%;
    display: block;
    position: relative;
}
.pdp-slider .pdp-slider-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.pdp-slider.slick-slider .slick-arrow {
    opacity: 1 !important;
}
.pdp-slider.slick-slider .slick-next {
    top: auto;
    bottom: -29px;
    right: 5px;
    left: auto;
}
.pdp-slider.slick-slider .slick-prev {
    top: auto;
    bottom: -25px;
    right: 45px;
    left: auto;
}
.pdp-slider.slick-slider .slick-prev svg {
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
}
.pdp-slider.slick-slider .slick-next svg {
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
}
.pdp-main-section .product-detail .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--white);
    margin: 20px 0;
}
.pdp-main-section .product-detail .social-icon .header-list-social {
    margin-left: 10px;
}
.product-description-right .wishlist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}
.product-description-right .reviews-stars-wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin: 0 0 40px;
    gap: 15px;
}
.product-description-right .pro-wishlist:hover:hover{
  background-color:transparent;
}
.product-description-right .product-write-review {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.pdp-block:not(:last-of-type) {
  margin-bottom: 18px;
}
.product-description-right h5 {
  margin-bottom: 15px;
}
.pdp-main-section .product-detail .product-itm-select .nice-select::before {
    content: '';
    background: var(--white);
    height: 100%;
    width: 12%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
}
.product-description-right .product-write-review svg {
    width: 12px;
    height: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pdp-main-section .product-detail .product-itm-size-select p {
    color: var(--white);
    padding: 15px 0;
    border-bottom: 1px solid var(--white);
}
.check-box-prodcut-detail .checkbox {
    margin: 20px 0;
}
.check-box-prodcut-detail .checkbox input {
    display: none;
}
.check-box-prodcut-detail .checkbox label {
    width: 50px;
    height: 50px;
    display: inline-block;
    color: black;
    cursor: pointer;
    position: relative;
}
.check-box-prodcut-detail .checkbox input:checked+label:before {
    opacity: 1;
}
.check-box-prodcut-detail .checkbox label:before {
    position: absolute;
    right: 0px;
    height: 25px;
    width: 25px;
    content: '';
    opacity: 0;
}
.check-box-prodcut-detail .checkbox .colour-box-gray {
    background-color: var(--theme-color);
    border: 7px var(--white) solid;
}
.check-box-prodcut-detail .checkbox .color {
    position: relative;
}
.check-box-prodcut-detail .checkbox .color::before {
    background: url(check-black.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -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;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.check-box-prodcut-detail .checkbox .colour-box-black {
    background-color: var(--black);
    border: 7px var(--white) solid;
}
.check-box-prodcut-detail .checkbox .colour-box-black::before,.check-box-prodcut-detail .checkbox .colour-box-brown::before {
    background: url(check.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
}
.check-box-prodcut-detail .checkbox .colour-box-brown {
    background-color: #341005;
    border: 7px var(--white) solid;
}
.pdp-main-section .product-detail .delivery-informations p {
    color: var(--white);
    padding-bottom: 10px;
    border-bottom: 1px solid #24364F;
}
.pdp-main-section .product-detail .location {
    color: var(--white);
    margin-top: 20px;
}
.pdp-main-section .product-detail .location label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    border: 1px solid #24364F;
}
.pdp-main-section .product-detail .location label svg {
    margin-right: 15px;
    width: 16px;
    height: 16px;
}
.pdp-main-section .product-detail .location p {
    margin-top: 10px;
    color: #8D99A9;
}
.pdp-main-section .product-detail {
    padding-bottom: 30px;
}
/* ====================FOOTER CSS  ========================= */
.site-footer {
    position: relative;
    z-index: 1;
    padding: 60px 0 35px 0;
    color: var(--white);
    background: var(--black);
}
.site-footer .footer-copyright{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin:20px 0 0;
}
.site-footer .logo-col  {
    margin-bottom: 20px;
    max-width:150px;
}
.footer-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.footer-subscribe h2 {
    margin: 0 0 19px 0;
    color: var(--white);
}
.footer-subscribe .subtitle {
    color: var(--white);
}
.left-gliter {
    bottom: 0;
    left: 0;
}
.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-left: 100px;
}
.footer-subscribe-col {
    max-width: 423px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 423px;
            flex: 0 0 423px;
    padding: 0;
}
.input-wrapper {
    position: relative;
    margin: 25px 0 0;
}
.input-wrapper input {
    background: transparent;
    color: var(--black);
    padding: 14px 160px 14px 20px;
    font-size: 14px;
}
.input-wrapper .btn-subscibe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-weight: 600;
    height: 45px;
    width: 150px;
    background: var(--second-color);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.input-wrapper .btn-subscibe svg {
    margin-left: 8px;
    height: 10px;
    width: 10px;
}
.input-wrapper input::-webkit-input-placeholder {
    /* Edge */
    color: var(--black);
}
.input-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--black);
}
.input-wrapper input::-moz-placeholder {
    color: var(--black);
}
.input-wrapper input::-ms-input-placeholder {
    color: var(--black);
}
.input-wrapper input::placeholder {
    color: var(--black);
}
.footer-subscribe-form .checkbox-custom label:before {
    border-color: #A3A3A3;
}
.footer-widget h3,




.footer-widget h4 {
    margin-bottom: 20px;
}
.footer-widget h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-widget ul li:not(:last-of-type) {
    margin-bottom: 8px;
}
.footer-subscribe-form .checkbox-custom {
    margin-top: 20px;
}
.footer-widget .footer-list-social li:not(:last-of-type) {
    margin: 0 10px 0 0;
}
.footer-list-social li a svg {
    fill: var(--white);
    height: 16px;
    width: 16px;
}
.copyright {
    text-transform: uppercase;
    display: block;
    margin: 20px 0;
    font-weight: 500;
    letter-spacing: 0.135em;
}
.footer-widget ul li a,
.footer-widget p {
    font-size: 14px;
}
.footer-widget ul li a {
    font-weight: 500;
}
.footer-widget ul.footer-list-social li:not(:last-of-type) {
    margin-bottom: 8px;
}
/************** Common banner section css *************/
.common-banner-section {
    padding: 70px 0;
    background: var(--black);
    color: var(--white);
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10px;
}
.common-banner-content .back-btn {
    margin-bottom: 26px;
}
.common-banner-content .section-title h2 span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.common-banner-content .section-title {
    color: var(--white);
}
.back-btn span {
    width: 34px;
    height: 34px;
    border: 1px solid var(--white);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.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: 13px;
    font-weight: 500;
}
/***********  Product filter category css ***********/
.product-list-page-section .section-title {
    color: var(--white);
}
.product-heading-row .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-filter-body {
    position: relative;
    padding-bottom: 30px;
}
.product-heading-row {
    margin-top: 20px;
}
.collection .tabs-wrapper {
    background: none;
    padding-top: 0;
}
.product-filter-right-column.outfit-section .outfit-itm .product-card-contant-bottom .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--black);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
    border: 1px solid transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-filter-right-column.outfit-section .outfit-itm .product-card-contant-bottom .link-btn svg path {
    fill: var(--white);
}
.product-filter-right-column.outfit-section .outfit-itm .product-card-contant-bottom .link-btn:hover svg path {
    fill: var(--black);
}
.product-filter-right-column.outfit-section .outfit-itm .product-card-contant-bottom .link-btn:hover {
    background: transparent;
    border: 1px solid var(--black);
}
.product-collection.other-page.outfit-section::after {
    height: 0;
}
.product-collection.other-page.outfit-section .cat-tab li a:hover,
.product-collection.other-page.outfit-section .cat-tab li.active a {
    background: var(--black);
    color: var(--white) !important;
}
.product-collection.other-page.outfit-section .cat-tab li a {
    color: var(--black);
}
.product-collection.other-page.outfit-section .tabs-right-link p {
    color: var(--black);
}
.product-collection.other-page.outfit-section .section-title {
    color: var(--black);
}
.product-collection.other-page.outfit-section .cat-tab li a {
    border-color: var(--black);
}
.product-collection.other-page {
    background: transparent;
}
.collection  .product-card .product-card-inner {
    border: 1px solid var(--theme-color);
}
.product-heading-column {
    padding: 14px 0 !important;
}
.product-heading-right-column {
    padding: 14px 0 14px 22px !important;
      border-left: 1px solid var(--black);
}
.filter-select-box {
    min-width: 160px;
}
.filter-title .desk-only {
    color: var(--black);
    font-size: 22px;
}
.product-heading-row .sort-lbl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.product-heading-row .nice-select {
    color: var(--black);
    border: 1px solid var(--theme-color);
    background: transparent;
    width: 170px;
    font-size: 14px;
    background-image: url(arrow-acc.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
  -webkit-appearance :none;
     -moz-appearance :none;
          appearance :none;
}
.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;
}
.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}
.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;
    cursor: pointer;
}
.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: #000;
    -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: #000;
    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-widget:not(:last-of-type) {
    border-bottom: 1px solid #E2E2E2;
}
.product-widget {
    padding: 10px 0;
}
.text-checkbox .checkbox {
    margin: 0;
    float: left;
    padding-right: 9px;
    padding-bottom: 10px;
}
.text-checkbox .checkbox input[type=checkbox] {
    display: none;
}
.text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    content: "";
    display: inline-block;
    border: 1px solid var(--black);
    color: var(--black);
    width: auto;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    font-size: 13px;
    padding: 11px 19px;
    text-transform: lowercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    background-color: var(--black);
    color: var(--white);
}
.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 a {
    padding: 10px 12px;
    background: transparent;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 1;
    border: 1px solid var(--theme-color);
}
.product-tag-widget ul li a:hover,.product-tag-widget ul li.active a {
    background: var(--theme-color);
    color: var(--white);
}
.product-tag-widget ul li:not(:last-of-type) {
    margin-right: 5px;
}
.product-tag-widget ul li {
    display: inline-block;
}
#range-slider {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 23px;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: var(--black);
    height: 3px !important;
    top: -1px !important;
}
.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(--theme-color) !important;
}
.ui-widget-content {
    background: var(--black) !important;
    border: none !important;
    border-radius: 0 !important;
    height: 1px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    height: 8px !important;
    width: 8px !important;
    top: -3px !important;
    margin-left: 0 !important;
    background: var(--black);
    -webkit-box-shadow: inset 0 0 0 1px #ffffff;
            box-shadow: inset 0 0 0 1px #ffffff;
    border: 1px solid var(--black) !important;
    border-radius: 10px;
    z-index: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.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;
    color: var(--black);
}
.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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.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(--black);
}
.custom-checkbox input[type="checkbox"]:checked+span.color:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.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;
    padding-left: 22px !important;
    background: transparent;
    border-left: 1px solid var(--black);
}
.product-filter-right-column .row {
    margin: 0 -10px;
}
.product-filter-right-column .product-card {
    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);
}
.product-list-page .img-product-card-slider {
    margin-bottom: 0;
    padding: 0;
}
.product-list-page .section-title {
    max-width: 45%;
}
.product-button-widget .btn-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-filter-right-column.outfit-section .outfit-itm {
    border: 1px solid var(--theme-color);
    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%;
}
/************************  CART PAGE CSS **********************/
.cart-page-section {
    padding-top: 40px;
}
.cart-page-section .back-btn {
    color: var(--black);
}
.cart-page-section .back-btn span  {
    border-color: var(--black);
}
.cart .back-btn span svg path, .register .back-btn span svg path, .login .back-btn span svg path  {
    fill: var(--black);
}
.register .back-btn span,.login .back-btn span {
    border-color: var(--black);
}
.cart-page-section .section-title {
    margin-bottom: 50px;
}
.cart-page-section .section-title h2 {
    margin-top: 20px;
    color: var(--black);
}
.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;
}
.pro-img-cart {
    max-width: 100px;
}
.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-summery .btn:hover {
    border-color: transparent;
    color: var(--white);
    background-color: var(--black);
}
/****  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 rgba(48, 56, 61, 0.1);
    display: block;
}
table tr:first-child {
    border-top: 1px solid rgba(48, 56, 61, 0.1);
}
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 rgba(48, 56, 61, 0.1);
    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;
}
@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;
    }
  .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;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
@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;
    }
}
@media (min-width: 768px) {
    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;
    }
    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;
    }
    .navigationbar-row .mobile-menu{
    max-width:125px;
  }
 
}
/*****************  CHECKOUT PAGE CSS ***************/
.back-toshop {
    margin-bottom: 10px;
}
.set .acnav-label:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url(arrow-acc.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);
}
.set {
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
}
/****************** FAQS PAGE CSS ***************/
.faq-search-form {
    max-width: 400px;
    margin: 25px 0;
}
.set {
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.set .acnav-label {
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}
.set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
    font-size: 12px;
}
.faq-search-form .input-wrapper input::-webkit-input-placeholder {
    color: var(--white);
}
.faq-search-form .input-wrapper input::-moz-placeholder {
    color: var(--white);
}
.faq-search-form .input-wrapper input:-ms-input-placeholder {
    color: var(--white);
}
.faq-search-form .input-wrapper input::-ms-input-placeholder {
    color: var(--white);
}
.faq-search-form .input-wrapper input::placeholder {
    color: var(--white);
}
.faq-search-form .input-wrapper input {
    color: var(--white);
    padding: 14px 85px 14px 20px;
    border-color: var(--white);
}
.faq-search-form .input-wrapper .btn-subscibe {
    background: var(--white);
    width: 80px;
}
.faq-search-form .input-wrapper .btn-subscibe svg {
    width: 18px;
    height: 18px;
    margin-left: 0;
}
/**************** MY ACCOUNT PAGE CSS ******************/
.my-acc-leftbar h4,
.my-acc-rightbar h2 {
    font-weight: 400;
}
body.overflow {
    overflow-x: unset;
}
.my-account-page .btn-secondary svg path {
    fill: var(--theme-color);
}
.my-account-page .btn-secondary:hover svg path {
    fill: var(--white);
}
.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 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(--black);
}
.my-acc-leftbar h4 {
    padding: 15px 15px 5px;
}
.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(--black);
    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(--black);
}
.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: 100px;
    left: 0;
    z-index: 2;
}
.acc-back-btn-wrp button svg {
    width: 16px;
}
.acc-back-btn-wrp .back-btn-acc svg {
    margin-left: 0;
}
.acc-back-btn-wrp .back-btn-acc svg path {
    fill: var(--black);
}
.acc-back-btn-wrp button.back-btn-acc {
    text-transform: capitalize;
    font-size: 14px;
    color: var(--black);
    border-color: var(--black);
}
.acc-back-btn-wrp button.back-btn-acc:hover {
    background-color: var(--black);
    color: var(--white);
}
.btn.continue-btn:hover {
    border: 1px solid var(--black);
    background-color: transparent;
    color: var(--black);
}
.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;
}
.wishcount {
    display: inline-block;
}
.main-wishlist .price {
    margin-top: 10px;
}
.wishdesc h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wishlist-img {
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.wishlist-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
/*****************  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);
}
.backbtn .btn-secondary svg path {
    fill: var(--theme-color);
}
.backbtn .btn-secondary:hover svg path {
    fill: var(--black);
}
/****************  LOGIN PAGE CSS ***************/
.login-form .submit-btn {
    max-width: 170px;
    margin: 0 0 0 15px;
}
.form-wrapper input.form-control::-webkit-input-placeholder, .contact-form .form-group input.form-control::-webkit-input-placeholder, .contact-form .form-group textarea::-webkit-input-placeholder {
    color: var(--black);
    font-family: var(--first-font);
}
.form-wrapper input.form-control::-moz-placeholder, .contact-form .form-group input.form-control::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder {
    color: var(--black);
    font-family: var(--first-font);
}
.form-wrapper input.form-control:-ms-input-placeholder, .contact-form .form-group input.form-control:-ms-input-placeholder, .contact-form .form-group textarea:-ms-input-placeholder {
    color: var(--black);
    font-family: var(--first-font);
}
.form-wrapper input.form-control::-ms-input-placeholder, .contact-form .form-group input.form-control::-ms-input-placeholder, .contact-form .form-group textarea::-ms-input-placeholder {
    color: var(--black);
    font-family: var(--first-font);
}
.form-wrapper input.form-control::placeholder,.contact-form .form-group input.form-control::placeholder,.contact-form .form-group textarea::placeholder {
    color: var(--black);
    font-family: var(--first-font);
}
.login-form .form-footer {
    padding: 0;
}
.forgot-pass {
    color: red;
    text-decoration: underline;
    font-size: 14px;
}
.login-form p {
    margin-bottom: 15px;
}
.reg-lbl {
    font-size: 14px;
    margin-right: 10px;
}
.login-form .form-heading h4 {
    margin-bottom: 0;
    font-weight: 600;
}
.form-wrapper form {
    border: 1px solid var(--border-color);
}
.form-container {
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}
.form-wrapper .form-heading h4 {
    margin-bottom: 0;
}
.form-wrapper h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
.form-footer {
    padding-top: 20px;
}
/****************** ABOUT PAGE CSS  ******************/
.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%;
}
.aboutpage-btm-sec {
    background: var(--white);
    color: var(--theme-color);
}
.aboutpage-btm-sec .about-us-box {
    padding: 25px 18px;
    border: 1px solid var(--black);
    color: var(--black);
    position: relative;
}
.aboutpage-btm-sec .about-us-box p{
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.aboutpage-btm-sec .about-us-box svg {
    fill: var(--theme-color);
}
.aboutpage-btm-sec .section-title {
    max-width: 900px;
}
.aboutpage-btm-sec .section-title p {
    margin-top: 24px;
}
.about-us-section .section-title {
    margin: 0 auto 50px;
}
.about-us-section .about-us-box svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.about-us-section .about-us-box svg path {
    fill: var(--black);
}
.about-us-section .about-us-box h3 {
    margin-bottom: 15px;
}
/****************** CONTACT PAGE CSS ******************/
.contact-right-column {
    margin-top: -270px;
}
.contact-right-inner h2 {
    color: var(--white);
    position: relative;
    z-index: 1;
}
.contact-form {
    padding: 24px 20px;
    border: 2px solid var(--black);
    background: var(--white);
    position: relative;
    z-index: 1;
}
.submit-btn {
    width: 100%;
    padding: 14px 10px;
    text-transform: capitalize;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-left-inner * {
    color: var(--black);
}
.contact-left-inner ul li {
    margin-bottom: 30px;
}
.contact-left-inner ul li h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}
.contact-left-inner ul li p {
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 500;
    word-break: break-all;
}
.cms-page h3,.cms-page h4,.cms-page h5 {
    margin: 20px 0;
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner .section-title {
    margin-bottom: 30px;
}
.blog-grid-section.three-col-section {
    background: var(--white);
    position: relative;
}
.blog-grid-section.three-col-section::after {
    height: 0;
}
.blog-grid-section.three-col-section .section-title,.articlerightbar.three-col-section .section-title {
    display: block;
}
.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 {
    padding: 10px 20px;
    color: var(--white);
    background: transparent;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.blog-cat li.active {
    background: var(--white);
    color: var(--black);
}
.blog-grid .blog-widget-inner {
    border-color: var(--theme-color);
}
.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-head-row {
    margin-bottom: 20px;
    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: -3px;
    background: var(--black);
    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;
    border: none;
    padding: 10px 20px 10px 15px;
    font-size: 12px;
}
.blog-col-right .nice-select:after {
    right: 0;
}
.blog-grid-section .section-title h2 b {
    font-style: normal;
}
.blog-widget-inner>img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 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;
    -o-object-fit: cover;
       object-fit: cover;
}
.blog-grid-section .nice-select {
    background: transparent;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tabs-container .blog-card-inner {
    padding: 0;
    margin-bottom: 20px;
}
.article-blog-widget:not(:last-of-type) {
    margin-bottom: 20px;
}
.articlerightbar.three-col-section {
    background: transparent;
    padding: 0;
}
.quote-box path {
    fill: var(--black);
}
.blog-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-widget-inner {
    z-index: 1;
    padding: 34px;
    color: var(--white);
    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%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    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-widget-inner.big-blog-widget {
    padding: 70px 34px 34px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.blog-widget-inner .blog-cat li.active {
    background: var(--second-color);
    color: var(--white);
}
.blog-widget-inner h3 {
    max-width: 294px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
}
.blog-widget-inner p {
    margin: 26px 0;
    font-size: 12px;
    max-width: 400px;
}
.blog-widget-inner: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);
}
.blog-page-banner .common-banner-content p {
    margin-bottom: 30px;
}
.our-blog-section .btn-secondary:hover {
    background: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
/*************  ARTICLE PAGE 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(--black);
}
.article-section .section-title h2 {
    font-weight: bold;
    max-width: 600px;
    margin: 30px 0 0;
}
.aticleleftbar h5 {
    margin: 20px 0;
    font-weight: normal;
    line-height: 1.5;
}
.related-blogs {
    background: transparent;
    color: var(--theme-color);
}
.related-blogs .section-title {
    color: var(--theme-color);
    border-top: 1px solid var(--border-color);
}
.aticleleftbar p {
    margin-bottom: 25px;
}
.aticleleftbar img {
    margin-bottom: 15px;
}
.art-auther {
    margin-bottom: 50px;
    font-size: 14px;
}
.quote-box {
    position: relative;
    padding: 40px 0 40px 60px;
}
.quote-box h3 {
    font-weight: 500;
    line-height: 1.6;
    font-family: var(--first-font);
    font-size: 18px;
}
.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%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-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;
}
.about-pro h6 span {
    display: block;
    font-style: italic;
    font-weight: 400;
}
.about-pro h6 {
    margin-right: 20px;
    font-weight: 700;
}
.abt-user-img {
    border: 1px solid var(--white);
    border-radius: 72.2951px;
    width: 60px;
    height: 60px;
    padding: 5px;
    margin-right: 15px;
    -webkit-border-radius: 72.2951px;
    -moz-border-radius: 72.2951px;
    -ms-border-radius: 72.2951px;
    -o-border-radius: 72.2951px;
}
.abt-user-img img {
    width: 100%;
    height: 100%;
}
.about-user h6 span {
    display: block;
    font-weight: 700;
}
.about-user h6 {
    font-weight: 400;
    font-style: italic;
}
.aticleleftbar img {
    width: 100%;
}
.articlerightbar .blog-widget-inner.big-blog-widget {
    padding: 70px 16px 26px;
}
.articlerightbar .blog-cat li:not(:last-of-type) {
    margin-right: 0px;
}
.articlerightbar .blog-cat li {
    padding: 10px 10px;
    font-size: 10px;
}
.articlerightbar .blog-widget-inner p {
    margin: 15px 0;
}
/*===========================SHF-CSS=======================*/
.aboutpage-btm-sec .about-us-box img {
    position: absolute;
    right: 15px;
    top: 25px;
}
/*****  SUBSCRIBE POPUP CSS *****/
.subscribe-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 550px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 50px;
    background: var(--theme-color);
    color: var(--black);
    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(--black);
}
.subscribe-popup h2 {
    font-family: var(--second-font);
    font-weight: 500;
    font-size: 31px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    font-style: italic;
}
.subscribe-popup p {
    letter-spacing: 1px;
    max-width: 330px;
    margin: 0 auto 25px;
}
.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(--black);
}
.thank-u-for,.form-row input {
    padding: 13px 50px 13px 15px;
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
    font-size: 13px;
    letter-spacing: 1px;
}
.form-row input::-webkit-input-placeholder {
    color: var(--black);
}
.form-row input:-ms-input-placeholder {
    color: var(--black);
}
.form-row input::-moz-placeholder {
    color: var(--black);
}
.form-row input::-ms-input-placeholder {
    color: var(--black);
}
.form-row input::placeholder {
    color: var(--black);
}
.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);
}
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(arrow-acc.png) 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;
}
label.color-swatch {
  border: 1px solid var(--border-color);
  padding: 5px;
  margin: 0 5px 0px 0;
  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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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;
}
/*===========================feature CSS start=======================*/
/* currency */
.currency select {
  color: var(--white);
  border: 1px solid var(--white);
  padding: 0px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.currency select option {
  color: #000;
}

/*======= product notify btn custom css =======*/
.notify-sold .notify-btn {
  padding: 12px 35px;
  width:100%;
  border: 1px solid var(--theme-color);
  background:var(--theme-color);
  color:var(--second-color);
  font-size: 14px;
  line-height: 1;
  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;
  color: var(--theme-color);
}
.notify-sold {
  width:50%;
}
.out-of-stock-form {
  position: fixed;
  top: 50%;
  padding: 50px 40px;
  left: 0;
  right: 0;
  max-width: 30%;
  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.4;
  color: var(--black);
}
.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(--black);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::-moz-placeholder {
  color: var(--black);
}
.notify-send-btn input:-ms-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::placeholder {
  color: var(--black);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(--black);
}
.notify-send-btn button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: auto;
  padding: 10px 35px;
  border: 1px solid var(--white);
  background: var(--black);
  color: var(--white);
}

/*==== cart popup custom css ======  */
.site-header .header-right-link .apply-coupan-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}
.coupan-txt svg {
  width: 22px;
  height: 22px;
}
.site-header .header-right-link .coupan-txt svg {
  margin: 0;
}
.site-header .nice-select{
  padding:10px 21px 10px 0;
}
.site-header .header-right-link .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(--second-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_code input {
  height: 45px;
  width: 100%;
  border-color: var(--border-color);
  padding: 14px 105px 14px 15px;
}
/* ========quick-view===== */
.quickview-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: #d9d9d9;
  z-index: 4;
  -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%);
  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;
  cursor: pointer;
}
.qv-pro-slider-img img {
  width: 100%;
}
.quickview_popup_data .pdp-right-column .section-title {
  max-width: 100%;
  text-align: left;
  margin-bottom:15px;
}
.quickview_popup_data .pdp-right-column .section-title h2{
   max-width: 100%;
   text-align: left;
   margin-bottom:15px;
    overflow: hidden;
   -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
 }
 .quickview_popup_data p {
   overflow: hidden;
   -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
 }
.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: 30px 15px;
}
.qv-price {
  margin-top: 15px;
}
.quickview-popup  .product-form__input{
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:start;
}
.qv_select__select {
  margin-top: 10px;
  border: solid 1px var(--black);
  width: 70%;
  color: var(--black);
  background-color: transparent !important;
  background-size: 10px;
  background-position: calc(100% - 15px) 50%;
}
.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: 15px 0 0;
  gap: 15px;
}
.quickview_popup_data .pdp-right-column .qty-spinner button,
.qty-spinner input {
  width: 100%;
  max-width: 100px;
}
.quickview_popup_data .qty-spinner {
  border: 1px solid var(--black);
  height: 37px;
  border-radius: 0;
}
.qv-price ins {
  font-size: 22px;
  font-weight: 600;
}
.qv-price ins.price-item--sale {
  font-size: 16px;
  text-decoration: line-through;
}
.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;
}

.quickview_popup_data .pdp-top-content .wish-btn.add-wishlist {
  border-radius: 50%;
  background-color: var(--theme-color);
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.quickview_popup_data .pdp-top-content .wish-btn.add-wishlist svg path{
  fill:var(--black);
}
.qv_slider .slick-arrow{
  visibility:visible;
  opacity:1;
}
.qv_slider .slick-arrow.slick-prev svg path{
  fill:var(--black);
}
/* ====compare and wishlist======== */
.compare-prod-remove svg,
.wishlist-prod-remove svg {
    margin: 0 auto;
}

.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;
}
.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: #cdcdcd;;
  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;
}
.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;
  margin-bottom: 50px;
}
.pro-compare-section .compare-bottom-btn a, .pro-wishlist-section .wishlist-bottom-btn a{
  min-width: 170px;
}
span.custom_label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--second-color);
    color: var(--white);
    padding: 5px 10px;
}

.jdgm-rev-widg__summary-stars{
    margin-bottom: 10px !important;
}
.jdgm-star {
    font-weight: normal !important;
}
.product .jdgm-widget-actions-wrapper {
    margin: 0;
}
.product .jdgm-rev-widg {
    border: none;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 15px 0px!important;
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn {
    text-align:center;
}
.jdgm-widget .jdgm-btn.jdgm-btn {
    width: auto;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev {
    background: transparent;
}
.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;
}
.jdgm-widget.jdgm-widget {
    margin-bottom: 5px;
}
.product-description-right .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;
}
.product-description-right .jdgm-prev-badge{
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:start;
}
.jdgm-widget .jdgm-rev-widg .jdgm-star {
    font-size: 12px;
}
.jdgm-widget .jdgm-rev-widg__summary-stars {
    margin-bottom: 10px;
}
.jdgm-review-widget .jdgm-form input::-webkit-input-placeholder, .jdgm-review-widget .jdgm-form textarea::-webkit-input-placeholder{
  color:var(--second-color) !important;
}
.jdgm-review-widget .jdgm-form input::-moz-placeholder, .jdgm-review-widget .jdgm-form textarea::-moz-placeholder{
  color:var(--second-color) !important;
}
.jdgm-review-widget .jdgm-form input:-ms-input-placeholder, .jdgm-review-widget .jdgm-form textarea:-ms-input-placeholder{
  color:var(--second-color) !important;
}
.jdgm-review-widget .jdgm-form input::-ms-input-placeholder, .jdgm-review-widget .jdgm-form textarea::-ms-input-placeholder{
  color:var(--second-color) !important;
}
.jdgm-form-wrapper,.jdgm-review-widget .jdgm-form .jdgm-star,.jdgm-review-widget .jdgm-form input[type="text"],
.jdgm-review-widget .jdgm-form input::placeholder,.jdgm-review-widget .jdgm-form textarea,.jdgm-review-widget .jdgm-form textarea::placeholder,.jdgm-review-widget .jdgm-form .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
  color:var(--second-color) !important;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev{
   color:var(--second-color) !important;
  border-color:var(--second-color) !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link, .jdgm-widget input[type="submit"].jdgm-btn--solid{
  color: var(--white);
}
a.product-write-review{
  gap: 5px;
}
.product-description-right .jdgm-preview-badge .jdgm-star.jdgm-star{
  color: var(--white);
}
/*===========================feature-CSS end=======================*/
/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
    background: var(--black);
    position: absolute;
    top: 50%;
    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;
    gap: 10px;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    transition:0.5s ease;
}
.product-card-inner:hover .flip-countdown.simple-countdown{
  visibility:hidden;
  opacity:0;
}
.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 {
    margin: 0 0 20px;
}
.pdp-timer .countdown-container.flip-countdown.countdown-block span{
  display: inline-block;
  color:var(--black);
}
.pdp-timer svg path {
    fill: var(--black);
}
.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;
  margin-right: 20px;
}
.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;
  background: none !important;
}
.disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 120px;
  -webkit-box-shadow: 0 0 0 1px #4444441c;
          box-shadow: 0 0 0 1px #4444441c;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin: 4px 0 0;
  opacity: 1;
  pointer-events: auto;
  background-color: var(--white);
  transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.disclosure__list-wrapper.hide{
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
}
.disclosure__list-wrapper .disclosure__item {
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
}
.disclosure__list-wrapper .disclosure__item a{
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
  width: 100%;
  color: var(--black);
}
.disclosure__list-wrapper .disclosure__item a.disclosure__link--active {
    font-weight: 700;
    background-color: #eae9e9;
}
.disclosure__list-wrapper .disclosure__item a:hover {
    background-color: #eae9e9;
}
/***** SHF - SIZE POPUP *****/

.size-close-btn{
    text-align: end;
}
.size-close-btn svg{
    margin-left: 0px;
    margin-right: 5px;
}
.size-popup table tr td{
    padding: 10px;
}
.size-popup .size-form{
  background-color: var(--white);
  color: var(--black);
  padding: 20PX;
  max-height: 80vh;
  height: 100%;
  overflow: auto;
}
.size-popup .size-form H4{
  text-align:center;
    margin-bottom: 20px;
}
.size-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);
}
.see-size, .size-share-wrap .share-button__button {
    margin: 0 0 15px;
}
.size-share-wrap{
  gap: 40px;
}
.size-share-wrap .share-button__button{
  gap: 5px;
}
/*=================shf - recommendations ================*/
.product-notification{
  background: var(--second-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: 3;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  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 5px;
  position: static;
}
.product-notification .product-suggest .product-name {
    font: var(--h6);
    margin: 0 0 15px;
}
.view-product-sec h3 {
    text-align: center;
    margin: 0 0 25px;
}
/*------------------- SHF msg ---------------------------*/
.desk-only,.hidden,.visually-hidden,[hidden]{
  display: none !important;
}
.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-error .errors,.form-message-error {
  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;
}
.header-style-one .menu-right .profile-header a svg {
   width: 23px;
   height: 23px;
   margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
/*------------------- SHF dropdown ---------------------------*/
.profile-header {
   position: relative;
   margin-right:20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.cart-header-main .main-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header .checkout-btn svg {
    width: 16px;
}
.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;
  opacity: 0;
  visibility: hidden;
  min-width: 150px;
  z-index: 2;
  padding: 15px;
  -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);
}
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 {
  padding: 0 !important;
  max-width: 100%;
  margin: 0 0 5px !important;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.profile-header .menu-dropdown li:last-child {
  margin: 0 !important;
}
.profile-header .menu-dropdown li a {
  color: var(--black) !important;
  display: inline-block;
  text-align: left;
  width: auto;
}
.profile-header .menu-dropdown li a:hover {
  border-color:var(--black) !important;
}
/****** 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;
}
.cartDrawer.is-empty .cart__warnings {
  margin: 20% 0 0;
  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 30px auto;
}
.header-style-one .menu-right li a.mini-cart-title {
  display: block;
  text-align: left;
}
.header-style-one .menu-right li a.closecart svg path {
  fill: var(--white) !important;
}

.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) a svg,
.product__media-item:not(:first-child) {
  display: none!important;
}
.size-variant-swatch,.color-variant-swatch {
  border: none;
}
/*============SHF order =============*/
.order h2 {
    margin: 0 0 30px;
}
.order h4 {
    margin: 0 0 20px;
}
.order-detail {
    margin: 0 0 30px;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.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: 11px;
}
#comments .errors {
  border: 1px solid #ff0000;
  padding: 15px;
  margin: 30px 0 0;
}
#comments .errors li {
  color: #ff0000;
  margin: 0 0 5px;
}
#comments .errors li:last-child {
  margin: 0;
}
.article-comment h3 {
  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: 13px;
  line-height: 1;
  padding: 12px 20px;
  max-width: inherit;
}
/*=================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;
}
.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);
}
.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 {
  text-transform: capitalize;
  font-size: 14px;
}
.acc-back-btn-wrp button svg {
  width: 16px;
  margin-left: 6px;
}
.acc-back-btn-wrp .back-btn-acc svg {
  margin-left: 0;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
/*==================== 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-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__checkout-button {
  max-width: -moz-inherit;
  max-width: inherit;
}
.cart__footer .cart__note #Cart-note {
  min-height: 100px;
  padding: 10px;
}
.cart__footer-wrapper .cart__blocks {
  border: 1px solid var(--black);
  padding: 30px 15px;
  text-align: center;
}
.cart__blocks .totals__subtotal {
  margin: 0 0 15px;
  line-height: 1;
  color: var(--black);
}
.cart__footer ins {
  font-size: 20px;
}
.cart__blocks .totals__subtotal-value {
  font: var(--h3);
  margin: 0 0 20px;
}
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: #788c6d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*======================= SHF collection-list =====================*/
.card-wrapper {
  text-align: center;
  margin: 0 0 30px;
}
.card-wrapper .card-content {
    margin: 10px 0 0;
    display: block;
}
.card-wrapper .card-content .card-heading {
    margin: 0 0 10px;
}
/*======================= 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 {
  background: var(--theme-color)!important;
  color: var(--black)!important;
  padding: 13px;
  font-family: var(--first-font)!important;
    border: 1px solid var(--theme-color) !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}
.shopify-payment-button__button--unbranded:hover {
  background: transparent !important;
  color: var(--theme-color)!important;
}
.search__button.btn svg {
    width: 20px;
    margin: 0;
}
/*===================== SHF search page ======================*/
.search__button {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  bottom: 5px;
  padding: 0 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
    background: var(--black);
    border-color: var(--black);
}
.search__button svg {
    margin: 0;
    width: 20px;
    height: 20px;
}
.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);
  display:block;
}
.template-search__results .product-card .product-card-image {
  padding:15px;
}
.template-search__results .product-card .product-form__input {
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:start;
}
/*=========== SHF wishlist page ===============*/
.wishpg .wishdesc h5{
  margin: 0 0 15px;
}
.main-wishlist .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.wishdesc {
    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%;
}
.innerwish .price ins.price-item--sale {
    opacity: 0.5;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 10px;
}
.innerwish .wishremove.wishactive{
  display: block;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 15px;
  right: 15px;
  background: var(--white);
  border-radius: 5px;
}
.innerwish .wishremove.wishactive .addtowish{
display:block;
}
.innerwish .wishremove.wishactive .addtowish svg {
  width: 20px;
  height: 16px;
}
.innerwish .wishremove.wishactive .addtowish svg path {
    fill: red;
}
.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;
}
.main-wishlist .innerwish {
  position: relative;
  border: 1px solid var(--border-color);
  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%;
  padding: 15px;
}
.wish-btn-wrp {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.card__media {
  position: relative;
}
.product-card-image .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute!important;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.product-card-image:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.product-type {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.acc-order-button .btn svg {
  margin: 0 8px 0;
}
table.order-history {
    margin: 30px 0 0;
}
.mini-cart-header h4 {
    margin: 0;
} 
.review-slider .slick-list, 
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review-slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.testimonials .review-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews-words {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
 .headwish .wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.addtocart-btn svg, .btn-secondary svg {
  width: 15px;
  height: 15px;
  margin-left: 15px;
} 
.btn-secondary:hover svg path {
  fill:var(--black);
}
.blog-page-banner .back-btn span svg path {
    fill: var(--white);
}
.article-section .blog-post__full-image {
    width: 100%;
}
.product-left-inner .product-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 10px;
}
.product-left-inner .product-selectors .size-select, .product-left-inner .product-selectors .quantity-select {
    width: 50%;
}
.product-left-inner .product-selectors .size-select {
    padding: 0 10px 0 0;
}
.product .product-left-inner .qty-spinner input {
    color: var(--white);
}
.product-left-inner .product-selectors select, .product-left-inner .product-selectors .qty-spinner {
    border-radius: 8px;
    border-color:var(--white);
}
.product-left-inner  .qty-spinner {
  max-width:100%;
  height:37px;
}
.product-left-inner .qty-spinner button svg path {
  fill: var(--white);
}
.product-left-inner .price ins {
    font-size: 25px;
    margin-right: 8px;
}
.product-left-inner .price del {
    color: var(--white);
    font-size: 18px;
}
.product .product-description .qty-spinner button svg path {
     fill:var(--white) !important;
}
.product .product-description .qty-spinner input {
  color:var(--white) !important;
}
.product-left-inner .cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.product-left-inner .cart-form .addcart-btn, .cart-form .product-form__buttons {
    width: 50%;
}
.product-left-inner .product-selectors select {
    background: url(menu-dropdown.svg);
    background-size: 10px;
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
}
.product-left-inner .product-selectors select option {
    color: black;
}
.product-description {
    color: var(--white);
}
.product-description .quality-per {
  font-size: 17.1377px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
.variant-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  margin:0 0 10px;
}
.variant-box .select-box {
    width: 50%;
}
.product-selectors {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom:15px;
}
.product-selectors 
 .quantity-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.product-description .product-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.product-description .product-form form {
    width:100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    gap: 10px;
}
.product-description .product-form .product-form__submit, .product-description .product-form .product-form__buttons {
    width: 50%;
}
.shopify-payment-button__button[disabled] {
  display:none;
}
.variant-box label.color-swatch.varcolor {
    margin: 0 2px;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  border:1px solid var(--white);
  
}

.variant-box .product-form__input {
  border: none;
  margin-bottom:10px;
} .variant-webi {
    gap:10px;
    display:block;
}

/************** 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(--second-color);
    border-radius: 30px;
    width:50px;
    height:50px;
}
.deferred-media__poster-button.motion-reduce svg {
    fill: var(--white);
    width: 20px;   
    height: 30px;
    margin: auto;
}
.deferred-media:not([loaded]) template {
    z-index: -1;
}
/*---------------------------SHF END------------------------------*/
.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-header {
    margin-right: 20px;
}
.color-swatch-variants input[type=radio] {
    display: none;
}
.color-swatch-variants label.varcolor {
    margin: 0 2px;
    padding: 0;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.color-swatch-variants label.varcolor.active {
    width: 22px;
    height: 22px;
}
.product-form__input {
    border: none;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}
.search-header input::-webkit-input-placeholder {
    color:var(--white);
}
.search-header input::-moz-placeholder {
    color:var(--white);
}
.search-header input:-ms-input-placeholder {
    color:var(--white);
}
.search-header input::-ms-input-placeholder {
    color:var(--white);
}
.search-header input::placeholder {
    color:var(--white);
}
.collection-list .card-wrapper>a {
    position: relative;
    padding-top: 65%;
    display: block;
}
.collection-list .card-wrapper a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
/* /////////////////////// collection menu css  767/////////////////////////////// */
.mobile-facets {
  position: fixed;
  top: 0;
  background: var(--white);
  left: 0;
  max-width: 315px;
  width: 100%;
  height: 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%);
}
.mobile-open .mobile-facets {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
.close-filter {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0px;
  right: auto;
  left: 0px;
  z-index: 5;
  width: 30px;
  height: 30px;
  padding: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background: var(--black);
  pointer-events: none;
}
.mobile-open .close-filter {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.close-filter svg {
  height: 100%;
  width: 100%;
}
.close-filter svg path {
  fill: var(--white);
}
.mobile-facets__open-wrapper div {
  max-width: 40px;
  border: 1px solid var(--theme-color);
  padding: 2px;
  display: block !important;
}
.filter-title h4 {
  display: none;
}
.product-heading-row.row{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 0;
  border-bottom: 1px solid var(--black);
}
.pdp-slider-itm img {
    margin: auto;
}
html {
    padding-bottom: 0 !important;
}
.cookie-message-block  .btn {
    background: var(--wish-icn-bg);
    color: var(--second-color);
    border: 1px solid var(--border-color);
}
.cookie-message-block .btn:hover {
    background: transparent;
    color: var(--border-color);
}
#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(--second-color);
  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(--black);
  color: var(--white);
}
.header-right-link .cart-header a.link-btn {
    font-size: 15px;
    text-transform: uppercase;
}  
a#header-search {
    display: block;
}
.recentlyview .section-title {
    color: var(--white);
}
.recentlyview {
    color: var(--white);
}
.recent-slider .slick-track {
    margin: 0;
}
 .recent-slider .outfit-itm {
    padding: 0 10px;
}
.recent-slider {
    margin: 0 -10px;
}
.recent-slider .product-card-contant-top h4 a {
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recent-slider .pro-card {
    background: var(--white);
    padding: 10px;
    color: var(--black);
}
.recent-slider img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: 100%;
    height: 100%;
}
.recent-slider .pro-img {
    position: relative;
    display: block;
    padding-top: 100%;
}
.pdp-whislist-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.pdp-whislist-btn .wishlist-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* ======comment========== */
.comment-item-wrapper .comment-item {
    border: 1px solid var(--border-color);
    border-radius: 11px;
    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;
  color: var(--white);
}
.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  =========*/
.pdp-main-media .zoomImg {
    background: var(--white);
    cursor: crosshair;
}
.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: transparent;
}
.slick-lightbox .slick-prev {
    left: 15px;
}
.slick-lightbox .slick-next {
    right: 15px;
} 
.slick-lightbox-inner .slick-arrow {
    background: var(--white) url(right-black-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  background-size:20px;
}
.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: 22px;
    width: 22px;
}
.slick-lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white);
    opacity: 1;
    background: transparent;
    border: none;
    height: 27px;
    width: 27px;
    padding: 0;
}
a.pdp-main-media {
    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(--second-color);
}
.products-add-cart-sticky.show-btn {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.products-add-cart-sticky .sticky-pro-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    gap: 15px;
}
.products-add-cart-sticky .sticky-pro-inner .text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    padding: 8px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn {
    font-size: 14px;
}
.products-add-cart-sticky .text-checkbox .checkbox .clr {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.sticky-pro-info {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}
.sticky-pro-info img {
    height: 60px;
    max-width: 80px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border: 1px solid var(--border-color);
}
.sticky-pro-info .sticky-data .price ins {
    font-size: 16px;
  color:var(--white);
}
.sticky-data h3 {
    font: var(--h6);
    margin-bottom: 8px;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  color:var(--white);
}
.sticky-pro-info .sticky-data .price {
    margin-bottom: 0;
}
.products-add-cart-sticky .nice-select {
    max-width: 185px;
    padding: 10px 30px 10px 15px;
}
.products-add-cart-sticky .nice-select::after {
  border-color: var(--white);
  right : 15px;
}
.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(--white);
}
.products-add-cart-sticky .qty-spinner input {
  color: var(--white);
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn {
  border-color: var(--white);
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn:hover{
  background-color:var(--white);
  color:var(--black);
}
.products-add-cart-sticky .qty-spinner {
  height: 40px;
}
/* ============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: #000000;
}

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: -o-linear-gradient(315deg, #00000033 0 25%, #00000000 25% 50%, #04030333 50% 75%, #fff0 75% 100%);
   background-image: linear-gradient(135deg, #00000033 0 25%, #00000000 25% 50%, #04030333 50% 75%, #fff0 75% 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(--second-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(--second-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 {
    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-total-iteam p {
    font-size: 16px;
}
.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);
  color:var(--black);
}
/* ============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;
}
.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: 410px;
  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);
}

.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;
    width: 100%;
}
.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;
}
/* base file css */


.site-header .megamenu-card .megamenu-image a {
    overflow: hidden;
}


.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;
}



.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;
}

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


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

.cartDrawer .related-image,
.cartDrawer .mini-cart-image {
    overflow: hidden;
}

.cartDrawer .cart-variable .swatch-lbl:not(:last-of-type) {
    margin: 0 0 5px;
}

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

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


.slick-dots li {
    cursor: pointer;
}

.predictive-search {
    padding: 30px 0 !important;
}

.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;
}

.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;
  margin:0 0 10px;
}

.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: 1px solid var(--black);
}

.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(--black);
    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 #b7b7b7;
}

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


.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 .sticky-pro-inner .sticky-btn svg {
    margin: 0 8px 0 0;
}

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

.product-form__input {
    border: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:10px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}
.product-form__input--dropdown .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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-rev-widg__body {
    margin: 20px 0 0 !important;
}

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



.facet-filters__sort {
    border-color: var(--white);
}

.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-item__vendor {
    margin: 0 0 10px;
}

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

.main-navigationbar  .nice-select{
  border:none;
}
.main-navigationbar .currency .nice-select ul.list{
  min-width:100px;
}
.variant-box variant-selects .nice-select{
  -webkit-appearance : none;
     -moz-appearance : none;
          appearance : none;
  margin: 10px 0 10px;
      background: url(pdp-white-arrow.svg) no-repeat;
    background-size: 12px;
    background-position: calc(100% - 15px) 50%;
}
.variant-box variant-selects select option{
  color : var(--black);
}
.predictive-search::-webkit-scrollbar{
  width :6px;
}
.predictive-search::-webkit-scrollbar-thumb {
    background-color: var(--black);
}
.predictive-search::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.pro-wishlist label, .pro-compare label {
  cursor: pointer;
}
.product-card .pro-wishlist.active, .product-card .pro-compare.active {
  background-color: var(--white);
}
.product-card .pro-wishlist.active svg path, .product-card .pro-compare.active svg path {
  fill: var(--black);
}
.size-close-btn .btn:hover,
.size-close-btn .btn:focus{
  color: var(--white);
}
.size-close-btn .btn:hover svg path,
.size-close-btn .btn:focus svg path{
  fill: var(--white);
}
.product .site-footer {
  padding-bottom: 115px;
}
.mega-menu.menu-dropdown .row [class*=col-] {
    padding: 0 15px;
}
/* ====================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 .menu-dropdown ul>li a:hover {
        border-color: var(--theme-color);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover,
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active,
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu_active>a {
        color: var(--white);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu_active>a:before {
        opacity: 1;
        width: 100%;
        visibility: visible;
    }
}
/*=================================================responsive===============================================*/
@media (min-width:992px) {
  .header-desk-only-mobile-menu {
    display: block !important;
  }
  .header-desk-only {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-mobile-only {
      display: none !important;
  }

}
@media (min-width:768px) {
   .jdgm-write-rev-link.jdgm-write-rev-link{
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
  }
    .search-header.header-desk-only {
      display: block!important;
    }
    .desk-only {
        display: block !important;
        color: var(--white);
        text-transform: uppercase;
        font-size: 14px;
    }
    .mobile-only {
        display: none !important;
    } 
   .sticky-pro-info {
        max-width: 250px;
        width: 100%;
    }
}  
@media screen and (min-width:1440px){ 
  .combine-section {
    background: -webkit-gradient(linear,left bottom, left top,color-stop(5%, #CAD5D7),color-stop(0, var(--theme-color)));
    background: -o-linear-gradient(bottom,#CAD5D7 5%,var(--theme-color) 0);
    background: linear-gradient(0deg,#CAD5D7 5%,var(--theme-color) 0);
  }
}
@media screen and (max-width:1400px){
  .blog-grid-section .blog-cat li:not(:last-of-type) {
    margin-right: 0;
  } 
  .blog-grid-section .blog-cat li {
      padding: 10px 12px; 
      font-size: 12px; 
  }
  .combine-section {
    background: -webkit-gradient(linear,left bottom, left top,color-stop(5%, #CAD5D7),color-stop(0, var(--theme-color)));
    background: -o-linear-gradient(bottom,#CAD5D7 5%,var(--theme-color) 0);
    background: linear-gradient(0deg,#CAD5D7 5%,var(--theme-color) 0);
  }
}
@media screen and (max-width:1260px){ 
  .header-style-one .announcebar-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .header-style-one .announcebar #announceclose {
      position: relative;
      right: unset;
      top: unset;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset;
      margin-left: 15px;
  }
  .footer-col:not(:first-of-type) { 
    padding-left: 30px;
  }
  .footer-bottom {
    padding-top: 30px;
  }
  .footer-link .contactlink {
    font-size: 18px;
  }
  .site-footer {
    padding: 60px 0 40px;
  }
  .offset-left {
    margin-left: 0; 
    padding: 0 0 0 15px;
  }
  .offset-right {
    margin-right: 0;  
    padding-right: 15px;
  }
  .tooltip {
    display: none;
  }
  .add-banner-column.tooltip {
    display: block;
  }
  /******* HOME PAGE CSS ********/
  .left-side-btn,
  .right-side-btn {
    display: none;
  }
  .banner-col-left {
    max-width: 25%;
  }
}
  @media screen and (max-width:1200px){
     .header-style-one .mobile-menu button{
    width:55px;
  }
  }
@media screen and (max-width:1199px){
  :root { 
    --h1: normal 700 42px/1.2 var(--first-font);
    --h2: normal 700 32px/1.2 var(--first-font);
    --h3: normal 700 20px/1.2 var(--first-font);
    --h4: normal 700 18px/1.2 var(--first-font);
    --h5: normal 700 15px/1.2 var(--first-font); 
  }
 
  .navigationbar-row .mobile-menu {
    max-width: 100px;
  }
  .out-of-stock-form {
   max-width: 45%;
   }
  .banner-col-right .section-title h2 br {
      display: none;
  } 
  .banner-tab-left-inner {
      padding: 90px 0 0;
  } 
  ins { 
      font-size: 16px; 
  }
  del { 
      font-size: 12px;
  }
  .header-style-one .icon-lable{
    display :none !important;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav { 
    padding: 0 15px;
  }
  .header-style-one .menu-right li:last-of-type button,
  .header-style-one .menu-right li>* {
    padding: 26px 16px;
  } 
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding: 14px 0;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 5px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a{
    font-size: 12px;
  }
  .sub-left { 
    bottom: -30px; 
    max-width: 120px;
  }
  .sub-right { 
    top: -40px;
    max-width: 120px;
  }
  .header-style-one .logo-col h1 a svg {
    margin-left: auto;
  }
  .profile-header{
    margin-right:15px;
  }
  .lang-dropdown{
     margin-right :15px;
  }
  .header-style-one .count{
    right: -6px
  }
  .predictive-search-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
    }
  /*********  HOME BANNER SECTION CSS START ********/
  .home-right-item .tooltip {
    display: none;
  }
  .three-col-section::after {
    position: unset;
  }
  .three-col-section .product-main-img .bottom-button .link-btn:hover {
    border: 1px solid var(--white);
  }

  .product-description .product-form .product-form__submit {
    padding: 12px 15px;
  }
  .footer-subscribe-col {
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    padding: 0;
  } 
  .three-col-second.three-col-section { 
    padding-bottom: 40px;
  } 
  .product-card .product-card-inner .product-card-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  } 
  .two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-inner:after { 
      width: 60%;
  } 
  .search-header{
    margin-right :5px;
  }
  .search-header .searchTerm{
    max-width:160px;
  }
}
@media screen and (max-width:991px){
      .navigationbar-row .mobile-menu {
        max-width: 87px;
    }
  .navigationbar-row .mobile-menu {
        max-width: 120px;
    }
}
@media screen and (max-width:991px) {
  .out-of-stock-form {
   max-width: 50%;
   padding: 50px 30px;
}
  .header-style-one .count {
    top: -12px;
    right: -8px;
  }
  .jdgm-widget .jdgm-temp-hidden {
        display: none !important;
    }
    .jdgm-row-stars, .jdgm-rev-widg__summary {
        margin-bottom: 15px !important;
    }
  .product .jdgm-rev-widg {
    padding-top:40px !important;
  }
  :root { 
    --h1: normal 600 32px/1.2 var(--first-font);
    --h2: normal 600 26px/1.2 var(--first-font);
    --h3: normal 600 20px/1.2 var(--first-font);
    --h4: normal 600 18px/1.2 var(--first-font);
    --h5: normal 600 16px/1.2 var(--first-font);
    --h6: normal 600 14px/1.2 var(--first-font);
  }
  .contact-left-inner ul li p { 
    font-size: 16px;
  }
  .about-description img, .product-slider-section.about-section .product-main-img,
  .product-slider-reverse-section.about-section .product-main-img{
      display:none;
  }
  .tooltip .tooltip-content p { 
      margin-top: 20px;
  }
  .site-header.header-style-one .navigationbar-row {
    border-bottom: none;
  }
  .site-header-product-page .comman-page-header-ptrn {
    display: none;
  }
  .header-style-one .cart-header {
    padding: 0;
  }
  .currency, .lang-dropdown, .profile-header {
    margin-right:15px;
  }
 
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 15px;
  }
  .header-style-one .announcebar p {
    display: none;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding: 15px 0;
  }
  .header-style-one .logo-col h1 a svg {
    margin-right: auto;
    margin-left: 0;
  }
  .header-style-one .main-navigationbar { 
     padding: 15px 0;
    -webkit-box-shadow: 0 4px 55px #183a401f;
            box-shadow: 0 4px 55px #183a401f;
    background: var(--second-color);
    border-bottom: 1px solid var(--white);
  }
  .header-style-one .main-navigationbar .logo-col {
    max-width: 130px; 
    margin-left: 20px;
    width: 100%;
  }
  .header-style-one .menu-right li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
    padding-right: 15px;
  }
  .header-style-one .menu-right li:last-of-type button, .header-style-one .menu-right li>* {
    padding: 10px;
  }
  .header-style-one  .menu-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-style-one .menu-right li a span {  
    margin: 0 0 0 4px;
    font-size: 11px;
  }
  .header-style-one .menu-right li a svg {
    width: 14px;
    height: 14px;  
  }  
  .header-style-one .menu-right li a svg, .header-style-one .menu-right li.cart-header a svg {
    height: 17px;
    width: 17px;
  }
  .header-style-one .main-navigationbar .brand-desk-only {
    display: none;
  }
  .pro-swatch { 
    font-size: 10px;
  }
  .footer-col:not(:first-of-type){
    padding:0;
  }
  .footer-subscribe-col { 
    -webkit-box-flex: 0; 
        -ms-flex: 0 0 100%; 
            flex: 0 0 100%; 
    padding:0;
    max-width:100%;
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding-top: 0;
  }
  .site-footer {
    padding: 40px 0 20px;
  }
  .add-banner { 
    padding: 30% 15px 20px; 
  } 
  .product-card .product-card-inner .product-card-contant .product-card-contant-top .add-whishlist { 
      width: 33px;
      height: 33px; 
  } 
  .product-card .product-card-inner .product-card-contant .product-card-contant-top .add-whishlist svg {
      width: 15px;
      height: 15px;
  }  
  .search-header .searchTerm {
      padding: 12px 23px 12px 10px; 
  }  
  .outfit-section .section-title-left h2 {
      margin-bottom: 20px;
  }  
  /********* BLOG PAGE CSS start  **********/ 
  .blog-widget-inner { 
    padding: 25px 15px;
  }
  .blog-widget-inner.big-blog-widget {
    padding: 35px 15px 25px;
  }
  .blog-widget-inner p {
    margin: 12px 0;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 10px;
    font-size: 10px;
  }
  .article-card-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-blog-widget {
    width: 50%;
    padding: 0 10px;
  }
  /********* BLOG PAGE CSS end  **********/
  .cart-summery .btn { 
    max-width: 300px;
    margin-left: auto;
  }
  .submit-btn { 
    max-width: 200px;
  }
  .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;
  }
  .acc-back-btn-wrp button { 
    padding: 10px 20px;
  }
  /** BLOG PAGE **/
  .blog-widget-inner h3 {
    padding-right: 0;
  }
  .common-banner-section {
    padding: 35px 0;
  }
  .about-product {
    padding: 40px 15px;
    margin: 0;
  }
  .about-product-main-wrp {
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .articlerightbar.three-col-section {
    margin-top: 30px;
  }
  .blog-grid-section.three-col-section .col-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  /* ******** HOME PAGE START  ******* */
  .d-flex.home-banner-tab-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-left-slider,
  .banner-tab-left-inner .pagingInfo {
    display: none;
  }
  .banner-tab-left-inner {
    padding: 30px 0 20px 0;
  }
  .banner-col-right {
    padding: 0 15px 0 0;
    max-width: 100%;
  }
  .banner-col-left {
    margin-right: 0;
    max-width: 100%;
  }
  .banner-tab-left-inner .cat-tab.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner-tab-left-inner .cat-tab li svg {
    margin-left: 8px;
  }
  .banner-tab-left-inner .cat-tab li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .banner-product-detail,
  .home-right-item .section-title {
    padding-left: 15px;
  }
  .two-col-section {
    padding: 40px 0;
  }
  .offset-right {
    padding-left: 15px;
  }
  .two-col-section::before {
    background: transparent;
  }
  .two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-inner::after {
    width: 100%;
    left: 0;
  }
  .two-col-section .row .col-card:nth-last-child(even) {
    margin-bottom: 20px;
  }
  .section-title-right {
    width: 50%;
  }
  .about-section .row .add-banner-card:nth-last-child(odd) {
    margin-top: 20px;
  }
  .three-col-section .product-main-img:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .three-col-section .row .col-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .three-col-section .product-main-img .bottom-button .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image {
    width: 48%;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image a {
    padding-top: 100%;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-image .add-whishlist a {
    padding-top: 0;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-contant {
    padding: 6px 15px;
  }
  .testimonials-section .testimonials-slider.slick-slider .slick-next {
    bottom: -60px;
  }
  .testimonials-section .testimonials-slider.slick-slider .slick-prev {
    bottom: -57px;
  }
  .subscription-section .subscription-itm .subscription-inner .subscription-image a {
    padding-top: 95%;
  }
  .subscription-section .subscription-itm .subscription-inner .subscription-image a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .subscription-section {
    padding-top: 0px;
  }
  .three-col-second.three-col-section {
    padding-top: 40px;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image {
    width: 100%;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner {
    display: block;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-image .add-whishlist a {
    padding-top: 0 !important;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image a {
    padding-top: 58%;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-contant {
    padding: 15px;
  }
  /* *************** PRODUCT-PAGE *************** */
  .pdp-main-section .product-detail .social-icon {
    margin: 0 0 20px 0;
  }
  .pdp-page.testimonials-section {
    padding-bottom: 80px;
  }
  .pdp-page.subscription-section {
    padding-top: 0;
  }
  .pdp-center-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
    width: 100%;
  }
  .pdp-left {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
  }
  .pdp-right {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
  }
  .pdp-slider.slick-slider .slick-prev {
      bottom: -13px;
  }
  .pdp-slider.slick-slider .slick-next {
    bottom:-16px;
  }
  .product .about-section {
    padding-top: 40px;
    margin-top: 40px;
   }
  .pdp-main-section {
    padding-bottom:0px;
  }
  cart-note.cart__note.field {
    margin-top: 30px;
  }
}
@media screen and (max-width:767px) {
       .lang-dropdown .nice-select .icon-lable {
         margin-top: 0px;
        font-weight: 400;
       font-size:14px;
  }
   .mobile-menu-wrapper .mobile-lag {
    padding: 15px 10px;
    gap: 20px;
    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;
    color:var(--white);
  }
  .mobile-lag  .nice-select {
    padding: 10px 35px 10px 15px;
    border: none;
    background:transparent;
    color:var(--white);
    width:100%;
  }
 .mobile-lag .currency .nice-select:after {
    border-color:var(--white);
  }
  .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:1px solid var(--white);
}
    .mobile-lag  .nice-select:after {
    right: 15px;
  }
  .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%; 
    color:var(--white);
}
  .lang-dropdown .nice-select:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
}
  .mobile-lag ul.list {
    margin-top: 11px;
}
  .languages .localization-form__select span {
        display: block;
    }
    .lang-dropdown .localization-form__select svg {
        display: none;
    }

.site-footer .footer-copyright{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:10px;
}
  
  .out-of-stock-form {
   max-width: 75%;
}
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link{
    margin: 0 auto;
    width: 30%;
  }
  .compare-wrap, .wishlist-wrap {
    padding-top: 20px;
}
.pro-compare-right, .pro-wishlist-right {
    border: 1px solid var(--border-color);
}
.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 {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--second-color);
}

.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%;
}
.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: 20px;
} 
  .compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title {
    font-size: 16px;
  }  
  .outfit-section .section-title-left h2 {
      margin-bottom: 0;
  }
  .product-slider-reverse-section.about-section .section-description p { 
      margin-bottom: 0;
  }
  .header-style-one .announcebar{
    display: none;
  } 
  .header-right-link svg {
    width: 20px;
    height: 20px;
 }
  .header-style-one .menu-right li a .icon-lable { 
    display: none !important;
  }
  .header-style-one .menu-right li:last-of-type button, .header-style-one .menu-right li>* {
    padding: 10px 10px;
  } 
  .header-style-one .menu-right li:last-of-type svg {
    width: 26px;
  } 
  .mobile-menu-bar {
    padding: 0;
  }
  .mobile-menu-wrapper .mobile-menu-bar>ul>li a svg path {
    fill: var(--theme-color);
  }
  .mobile-menu-wrapper .menu-close-icon svg {
    width: 25px;
    height: 25px;
  } 
  .mobile-menu-wrapper .menu-close-icon {
    height: auto; 
    position: relative;
    right: 0;
    top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; 
    text-align: right;
    padding: 10px 20px;
    background: var(--black);
    border-bottom: 1px solid var(--white);
    width: 100%;
  }
  .header-style-one .cart-header .count {
      height: 14px;
      width: 14px;
      right: -3px;
      top: -8px;
  }
  .profile-header,
  .search-header {
      margin-right: 14px;
  }
  .pdp-main-section .row .pdp-center { 
    padding: 0 15px 0px;
  } 
  .product-description-right .reviews-stars-wrap { 
    margin: 0 0 25px; 
  } 
  .product-collection.outfit-section { 
    padding-bottom: 0;
  }  
  .add-banner,
  .about-section .row .add-banner-card:nth-last-child(odd) .add-banner {
    padding: 50% 15px 20px;
  }  
  .webi-mini-cart-footer {
    padding: 20px 15px; 
  } 
  .cart-header .closecart { 
    left: 16px;
    top: 16px;
  } 
  /** MINI CART **/
  .cartDrawer {
    width: 100%;
  }
  .cartDrawer .mini-cart-body {
    padding: 15px;
  }
  .cartDrawer .mini-cart-header {
    padding: 16px 20px 16px 50px;
  }
  .link-btn {
    font-size: 12px;
  }
  .mini-cart-footer .checkout-btn {
    max-width: 100%;
    padding: 12px 11px;
  }
  .mini-cart-footer {
    padding: 0px;
  }
  .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .mini-cart-footer-total-row {
    font-size: 18px;
    line-height: 18px;
    margin: 0 -10px 12px;
  }
  .cartDrawer .closecart {
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .cartDrawer .closecart svg path {
    fill: var(--white);
  }
  .mini-cart-footer .u-save { 
    font-size: 15px; 
    margin-bottom: 15px;  
  }
  .search-popup { 
    padding: 0 15px;
  }
  .search-popup .close-search { 
    right: 15px;
    top: 15px; 
    width: 22px;
    height: 22px;
  }  
  .checkbox-custom label { 
    font-size: 12px;
  }
  .policy-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 16px;
  }
  .emaillink.contactlink {
    margin: 0;
  }
  .slick-arrow {
    width: 36px;
    height: 36px;
  } 
  .section-title {
    margin-bottom: 20px;
  }  
  .category-slider-section .section-title {
    max-width: 100%;
  }
  .slick-slider .slick-arrow {
    opacity: 1;
  }
  /***  ABOUT US SECTION CSS start ***/
  .about-us-section .about-us-box { 
    margin-bottom: 20px;
  }
  .about-us-section .section-title  {
    margin-bottom: 26px;
  }
  /********* BLOG PAGE CSS start  **********/ 
  .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-widget { 
    -webkit-box-flex: 0; 
        -ms-flex: 0 0 100%; 
            flex: 0 0 100%;
  }
  .blog-widget-inner { 
    margin-bottom: 15px;
  }
  /********* BLOG PAGE CSS end  **********/
  .rating-box h3 { 
    margin-top: 0;
  } 
 .product-filter-body {
    padding: 40px 15px;
    overflow: auto;
    height: 100%;
    background: var(--white);
  }
  .small-hide,.medium-hide {
    display: none !important;
  }
  .filter-open .product-filter-column {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-heading-right-column {
    padding: 14px !important;
    border-left: 0;
  }
  .product-sorting-row {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
  .product-heading-right-column {
    padding: 0!important;
    border-left: 0;
  }
  .icon-filter {
    max-width: 32px;
  }
  .product-filter-right-column {
    border-left: 0;
    padding-left: 0 !important;
  }
  .filter-title div {
    max-width: 40px;
    border: 1px solid var(--theme-color);
    padding: 2px;
  }
  .cart-page-section .section-title {
    margin-bottom: 26px;
  } 
  .abt-shp-column-right,
  .about-our-shop-section .row {
    margin-top: 30px;
  }
  .contact-right-column {
    margin-top: 0;
  }
  .contact-right-inner h2 {
    color: var(--black);
  }
  .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: 10px;
  }
  .blog-head-row{
    border: 0;
  }
  .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: 12px;
  }
  .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;
  }
  .order-summery-page .section-title p {
    font-size: 14px;
  }
  .order-summery-page .section-title h2 {
    margin-bottom: 18px;
  }
  .register-page .section-title {
    margin-bottom: 30px;
  } 
  .our-blog-section .section-title,
  .my-acc-head {
    margin-bottom: 26px;
  }
  .my-acc-rightbar {
    margin-top: 40px;
  }
  #scroll {
    background: var(--white); 
    top: 56px;
  }
  #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;
  }
  #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(--black);
  }
  .order-history-tbl tr th:nth-child(5), .order-history-tbl tr td:nth-child(5) {
    text-align: center;
  } 
  .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: 12px;
  }
  .header-style-one .main-navigationbar .logo-col {
    max-width: 110px;
    margin-left: 20px; 
  }
  .form-container,
  .order-confirmation-body {
    padding: 20px 15px;
  }  
  .thumb-cntnt { 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
  }
  .offset-container { 
    padding: 0 15px;
  }
  /****  COMMON BANNER SECTION CSS ****/
  .common-banner-section {
    padding: 40px 0;
  }
  .common-banner-content .back-btn {
    margin-bottom: 15px;
  }
  .common-banner-content .section-title h2 span { 
    font-size: 12px;
  }
  /***** HIRO SECTION HOME CSS start ********/
  .clmn-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-col-right{
    padding: 0;
  }
  .home-right-item .section-title h2 br {
    display: none;
  }
  .home-banner-widget {
    padding-top: 40px;
  }
  .home-right-item .tooltip {
    display: block;
    bottom: 120px;
    right: 265px;
  }
  .home-right-item .tooltip:last-child {
    right: 15px !important;
    bottom: 0 !important;
  }
  .product-card .product-card-inner .product-card-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .two-col-section .product-card .product-card-inner {
    -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;
  }
  .two-col-section .row .col-card:nth-last-child(odd) .product-card .product-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid var(--black);
  }
  .product-card .product-card-inner .product-card-image a {
    padding-top: 72%;
  }
  .two-col-section .no-gutters {
    margin: 0 -15px !important;
  }
  .two-col-section .col-card {
    padding: 0 15px;
  }
  .two-col-section .row .col-card:nth-last-child(even) {
    margin-bottom: 0px;
  }
  .banner-tab-left-inner .cat-tab li { 
    font-size: 14px; 
  } 
  .product-slider-section.about-section .section-title {
    display: block;
    padding-top: 0px;
  }
  .product-slider-section.about-section .section-title .section-title-left,
  .product-slider-section.about-section .section-title .section-title-right {
    width: 100%;
    margin-bottom: 15px;
  }
  .three-col-section .section-title {
    display: block;
  }
  .three-col-section .section-title .section-title-right {
    margin-bottom: 15px;
    width: 100%;
  }
  .three-col-section .section-title .section-title-left {
    width: 100%;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image a {
    padding-top: 51%;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-image .add-whishlist a {
    padding-top: 0;
  }
  .subscription-section .subscription-itm .subscription-inner {
    display: block;
  }
  .subscription-section .subscription-itm .subscription-inner .subscription-image {
   display: none;
  }
  .subscription-section .subscription-itm .subscription-inner .subscription-image a {
    padding-top: 50%;
  }
  .subscription-section .section-title {
    display: block;
  }
  .subscription-section .section-title-right {
    width: 100%;
    margin-bottom: 15px;
  }
  .subscription-section .section-title .section-title-left {
    width: 100%;
  }
  .product-slider-reverse-section.about-section::after {
    height: 70%;
  }
  .product-collection.outfit-section .tabs-right-link p {
    margin-bottom: 8px;
    text-align: start;
  }
  .product-collection.outfit-section .section-title-left {
    margin-bottom: 0;
  }
  .outfit-section .section-title-left {
    margin-bottom: 15px;
  }
  /* ****** PRODUCT-PAGE ****** */
  .pdp-main-section .product-detail {
    margin-top: 0px;
  }
  .pdp-slider.slick-slider .slick-prev {
    bottom: 0;
  }
  .pdp-slider.slick-slider .slick-next {
    bottom: -4px;
  }
  .about-pdp-product {
    width: 100%;
  }

  .header-style-one .menu-right li.cart-header{
    margin:0 15px 0 12px;
  }
  .menu-right ul li:not(:last-child) {
    margin-right: 0;
  }
  .qv_select__select{
    width:100%;
  }
  .quickview_popup_data {
    padding: 30px 10px;
}
  .qv-price ins {
    font-size: 22px;
}
 .quickview-popup .price-item--sale {
    font-size: 14px;
  }
  .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;
    }

    .sticky-pro-info,
    .products-add-cart-sticky .qty-spinner {
        display: none;
    }

    .products-add-cart-sticky .sticky-pro-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .products-add-cart-sticky .sticky-pro-inner .sticky-btn {
        padding: 10px;
        min-width: auto;
    }

    .products-add-cart-sticky .sticky-pro-inner .sticky-btn svg {
        margin: 0;
    }

    .products-add-cart-sticky .sticky-pro-inner .sticky-btn span {
        display: none;
    }

    .products-add-cart-sticky .nice-select {
        max-width: 60%;
    }

    .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;
      padding:0px;
    }

    .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: 0 !important;
    }

    .compare-wrap:last-of-type,
    .wishlist-wrap:last-of-type {
        border-bottom: 0;
    }
    .product .site-footer {
  padding-bottom: 77px;
}
    .product-description-right {
    margin: 20px 0 0;
  }
  .product-heading-row.row {
    padding: 20px 0;
  }
}
@media screen and (max-width:575px) {
  .out-of-stock-form {
      max-width: calc(100% - 30px);
      padding: 50px 20px;
   }
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link {
    margin: 0 auto;
    width: 60%;
}
  .jdgm-review-widget--medium .jdgm-write-rev-link{
    max-width:50%!important;
  }
  .jdgm-widget .jdgm-btn.jdgm-btn{
    padding:10px;
    font-size:14px;
  }
  .product-filter-right-column .product-card:last-of-type {
    padding-bottom: 0;
  }
  .about-pdp-product .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-main-slider .product-main-img .section-title {
    bottom: 60px !important;
    }
  .add-details {
    text-align: center;
    gap: 20px;
  }
  .rating-box {
    padding: 40px 12px 30px;
  }
  .rating-box svg {
    height: 20px;
    width: 20px;
  }   
  .three-col-second.three-col-section.blog-main-slider {
    padding-bottom: 0;
}
  .wishbtn { 
    top: 38px;
  }
  .social-sharing { 
    -webkit-writing-mode: unset; 
        -ms-writing-mode: unset; 
            writing-mode: unset;
    float: unset;
    margin: 20px 0;
  } 
  .blog-cat li:not(:last-of-type) {
      margin-right: 0;
  }
  .blog-cat li a {
    padding: 10px 11px; 
    font-size: 10px; 
  }
  .blog-col-left ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .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;
  }
  .subtitle { 
    margin-bottom: 6px; 
    font-size: 12px;
  } 
  /** PRODUCT LIST PAGE **/
  .produdt-filter-cat.d-flex.align-items-center {
    display: none;
  }
  /********* BLOG PAGE CSS start  **********/ 
  .blog-cat li {
    padding: 10px 8px; 
    font-size: 10px; 
  }
  .blog-widget-inner h3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .blog-widget-inner p {
    margin: 12px 0 15px;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 5px; 
  }
  .blog-cat { 
    margin-bottom: 14px;
  }
  .blog-page-banner .common-banner-content p,
  .blog-page-banner .section-title {
    margin-bottom: 20px;
  }
  /********* BLOG PAGE CSS end  **********/
  .input-wrapper input {
    padding: 15px;
  }
  .faq-search-form .input-wrapper input {
    padding: 15px;
  }
  .input-wrapper .btn-subscibe { 
     height: 43px;
    width: 120px;
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 10px;
  }
  .articlerightbar .blog-cat li{
    padding: 10px 5px;
  }
  .blog-page-header {
    display: block;
    margin-bottom: 20px;
  }
  .blog-grid-section .section-title {
    text-align: start;
  }
  .article-card-widget {
    display: block;
  }
  .article-blog-widget {
    width: 100%;
  }
  /***** HOME PAGE CSS ******/
  .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer-subscribe h2 {
    font-size: 20px;
  }
  .home-right-item .tooltip {
    display: none;
  }
  .two-col-section .row .col-card:nth-last-child(even) {
    margin-bottom: 20px;
  }
  .about-section .section-title {
    display: block;
  }
  .about-section .section-title-left {
    margin-bottom: 15px;
  }
  .product-slider-section.about-section .section-title {
    margin-top: 0;
    padding-top: 15px;
  }
  .section-title-right {
    width: 100%;
  }
  .about-section .section-title-left h2 br {
    display: none;
  }
  .three-col-section .product-main-img .section-title {
    margin:0px;
    bottom: 15px;
  }
  .testimonials-section .testimonials-slider .testimonials-itm .product-card-inner .product-card-image a {
    padding-top: 60%;
  }
  .footer-widget h3,
  .footer-widget h4 {
    margin-bottom: 10px;
  }
  .footer-col:not(:last-of-type) .footer-widget {
    margin-bottom: 25px;
  }
  .footer-subscribe-col {
    margin-bottom: 0;
  }
  /* ******** PRODUCT-PAGE ******** */
  .pdp-page.testimonials-section {
    padding-bottom: 65px;
  }
  .pdp-page.about-section {
    padding-top: 40px;
  }
  .product-notification{
    width: 300px;
    left: 10px;
  }
  .subscribe-popup {
        max-width: calc(100% - 30px);
        width: 100%;
    }
}
@media screen and (max-width:420px) {
  .subscribe-popup {
    padding: 20px;
  }
  .subscribe-popup h2 {
      font-size: 22px;
      margin-top: 10px;
  }
}
@media screen and (max-width:370px) { 
  :root {
    --h1: normal 600 28px/1.2 var(--first-font);
    --h2: normal 600 24px/1.2 var(--first-font);
    --h3: normal 600 18px/1.2 var(--first-font);
    --h4: normal 600 16px/1.2 var(--first-font);
    --h5: normal 600 14px/1.2 var(--first-font);
  } 
  .navigationbar-row  .mobile-menu {
    max-width: 120px
  }
  .stp-menu-widget { 
    padding: 24px 0 0 0;
    margin-top: 24px;
  }
  .mobile-menu-bar .stp-navlink:not(:last-of-type) {
    margin-right: 15px;
  } 
  .fea-coll-contnt-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .column-positive-us-right .col-sm-4.col-4 { 
    width: 100%;
    margin-bottom: 20px;
  }
  .post-lbl {
    margin: 10px 0 0; 
    width: 100%;
  }
  .acc-back-btn-wrp button {
    padding: 10px 12px;
  } 
  .add-default {
    padding: 15px;
  }
  .btn-flex a {
    padding: 10px 14px !important;
    min-width: 113px;
  }
  .center-descrp {
    display: none;
  }
  .sub-right {
    top: -32px;
    max-width: 80px;
  }
  .sub-left {
    bottom: -30px;
    max-width: 70px;
  }
  /* ******* HOME PAGE STATRT ******* */
  .cat-tab li a { 
    font-size: 14px;rl
  }
  .home-banner-widget {
    padding-bottom: 70px;
  }
  .outfit-section .cat-tab li:not(:first-of-type) {
    margin-left: 0;
  }
  .outfit-section .cat-tab li:not(:last-of-type) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .home-right-item {
    margin-bottom: 40px;
  }
  .home-right-item img {
      height: 100%;
  }
}