/** Shopify CDN: Minification failed

Line 14875:5 Expected "}" to go with "{"

**/
*,:after,:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}
html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
body,html {
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
body::-moz-scrollbar {
    display: none;
}
svg,img {
    max-width: 100%;
    display: block;
}
a,.btn,button {
    text-decoration: none;
    outline: none;
    color: inherit;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    display: inline-block;
    cursor: pointer;
}
a,a:hover,a:focus,a:active,button,button:hover,button:focus,input,input:hover,input:focus,select,select:hover,select:focus,textarea,textarea:hover,textarea:focus,.btn,.btn:hover,.btn:focus,.btn:active:focus,.btn:active.focus,
.btn.active:focus,.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    font-family: var(--second-font);
}
.form-control:focus,[type="text"]:focus,[type="email"]:focus,[type="checkbox"]:focus,[type="password"]:focus,[type="file"]:focus,[type="radio"]:focus,[type="button"]:focus,[type="submit"]:focus,[type="date"]:focus,[type="time"]:focus,
[type="tel"]:focus,[type="search"]:focus,[type="button"]:focus,[type="number"]:focus,textarea:focus,select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -webkit-appearance: textfield;
            appearance: textfield;
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--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 {
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: #EFFCFA;
    color: var(--black);
}
/* =======================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;
}
h1 b,h2 b,h3 b,h4 b,h5 b,h6 b,
.product-title b {
    color: var(--theme-color);
    display: inline;
    font-weight: 500;
}
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%;
    }
}
.subtitle {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}
/* ====================NICE SELECT CSS========================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s 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%;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.nice-select:after {
    content: '';
    display: block;
    height: 10px;
    width: 11px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    background: url(angle-down-small.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    -o-transition: transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nice-select.open: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);
}

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

.nice-select.disabled {
    border-color: var(--border-color);
    color: var(--border-color);
    pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ======================COMMON BUTTON======================= */
.btn {
    text-align: center;
    padding: 11px 35px;
    font-family: var(--second-font);
    color: var(--white);
    background-color: var(--theme-color);
    outline: none;
    border: 1px solid var(--theme-color);
    position: relative;
    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;
    position: relative;
    z-index: 1;
}
.btn-secondary svg,.btn svg {
    margin-left: 10px;
    margin-right: 10px;
    height: 16px;
    width: 16px;
}
.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 svg path {
    fill: var(--theme-color);
}
.btn:hover,.btn:focus {
    background-color: transparent;
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.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: 11px 25px;
    border: 1px solid var(--black);
    color: var(--white);
    background: var(--black);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    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;
    font-weight: 500;
    text-transform: capitalize;
}
.btn-secondary svg path {
    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;
    fill: var(--white);
}
.btn-secondary:hover {
    background: transparent;
    color: var(--black);
    border-color: var(--black);
}
.btn-secondary:hover svg path {
    fill: var(--black);
}
.btn-transparent {
    background: transparent;
    border: 1px solid var(--black);
    color: var(--theme-color);
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn-transparent:hover {
    background: var(--theme-color);
    border: 1px solid transparent;
    color: var(--white);
}
.btn-transparent svg path {
    fill: var(--theme-color);
}
.btn-transparent:hover svg path {
    fill: var(--white);
}
.btn-white {
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
    font-weight: 500;
}
.btn-white:hover {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
.btn-white:hover svg path {
    fill: var(--white);
}
.btn-white svg path {
    fill: var(--black);
}
/* ===================FORM  CSS========================= */
.form-control,input:not([type="submit"]),input:not([type="checkbox"]),input:not([type="button"]),input:not([type="radio"]),select,textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    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;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 0 30px;
}

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

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

.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    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(--second-color);
    margin: 0;
    vertical-align: bottom;
}

.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--second-color);
    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(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    top: 50%;
    left: 1px;
    right: auto;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -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(--second-color);
}

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

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

.pt {
    padding-top: 70px;
}

.pb {
    padding-bottom: 70px;
}

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

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

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

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

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

.flex-slider .flex-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

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

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    background: transparent;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-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;
    cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
    position: absolute;
    top: 50%;
    background: var(--theme-color);
    width: 26px;
    height: 26px;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    z-index: -1;
}

.swiper-button-prev::after {
    left: -8px;
}

.swiper-button-next::after {
    right: -8px;
}

.slick-arrow svg {
    height: 100%;
    width: 100%;
    display: block;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 20px;
}

/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
/********  announcebar css  *******/
.header-layout-one {
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position:relative;
}
.header-layout-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: 3;
    background: var(--second-color);
}
.header-layout-three .main-navigationbar.fixed {
  background: var(--white);
}
.header-layout-one .announcebar {
    padding: 10px 0;
    background-color: var(--white);
    color: var(--black);
}
.header-layout-one .announcebar .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-layout-one .announcebar .announcebar-right {
    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: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
}
.header-layout-one .announcebar .announcebar-left p {
    font-weight: 600;
    line-height: 1;
}
.announcebar-right .nice-select span {
    font-weight: 600;
}
.header-layout-one .announcebar .announcebar-right li:not(:last-of-type) {
    margin-right: 15px;
}
.announcebar-right li .nice-select {
    border: none;
    padding: 5px 30px 5px 0;
  background-image:none;
}
.product-filter-column .price-select .nice-select {
    right: 0;
    background: url(angle-down-black.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
}
/****************** header style two ************************/
.header-layout-one.header-layout-two .main-navigationbar .menu-items-col .main-nav>li:nth-child(5)>a:before {
    display: none ;
}
.header-layout-one.header-layout-two .menu-items-col .main-nav>li:nth-child(5)>a:after {
    display: none ;
}
.header-layout-one.header-layout-two .main-navigationbar .menu-items-col .main-nav>li:nth-child(7)>a:before {
    display: none;
}
.header-layout-one.header-layout-two .menu-items-col .main-nav>li:nth-child(7)>a:after {
    display: none;
}
.header-layout-one.header-layout-two .announcebar ul{
    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;
}
.header-layout-one.header-layout-two .announcebar .social-text li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 600;
}
.header-layout-one.header-layout-two .announcebar ul li:not(:last-of-type) {
    margin-right: 20px;
}
.announcebar-center p{
    font-weight: 600;
}
.header-layout-one.header-layout-two .nice-select.open .list li{
    width: 100%;
}
.header-layout-one.header-layout-two .main-navigationbar .menu-items-col .main-nav {
    padding-left: 0;
}
.header-layout-one.header-layout-two .logo-col-1 {
    display: none;
}
.header-layout-one.header-layout-two .navigationbar-row{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cartDrawer .cart-rating svg,.header-layout-one.header-layout-two .cartDrawer .qty-spinner button svg, 
.cartDrawer .remove_item svg{
    width: auto;
    height: auto;
}
/*******************header style three *********************/
.header-layout-one.header-layout-three .menu-right .serch-mobile-only, .header-layout-three .menu-right .serch-mobile-only {
    display: none ;
}
.header-layout-one.header-layout-three .main-navigationbar .menu-items-col .main-nav>li>a:before {
    background: var(--black);
}
.header-layout-one.header-layout-three .menu-items-col .search-header .input-btn svg {
    height: 15px;
    width: 15px;
}
.header-layout-one.header-layout-three .menu-items-col .search-header .input-btn svg path{
    fill: var(--black);
}
.header-layout-one.header-layout-three .menu-items-col .search-header .input-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
}
.header-layout-one.header-layout-three .header-search-form{
    position: relative;
}
.header-layout-one.header-layout-three .menu-items-col .search-header input {
    border: 1px solid #CACACA;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 9px 40px 9px 20px;
    color: #151515;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.header-layout-one.header-layout-three  .main-navigationbar {
  background-color: var(--white);
  color: black;

}
.header-layout-one.header-layout-three.head-sticky .main-navigationbar{
    border-color: var(--black);
}
.header-layout-one.header-layout-three .main-navigationbar .menu-items-col .main-nav>li>a{
    color: black;
}
.header-layout-one.header-layout-three .menu-items-col .main-nav>.menu-lnk.has-item>a:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 6px 0;
    background: url(footer-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.header-layout-one.header-layout-three .announcebar-right .nice-select .list{
    margin-top: 15px;
}
.header-layout-one.header-layout-three .menu-right .serch-mobile-only {
    display: block;
}
.header-layout-one.header-layout-three .menu-right .cart-header a svg path {
    fill: var(--black);
}
.header-layout-one.header-layout-three  .menu-right li.wishlist-header svg path{
    fill: var(--black);
}
.header-layout-one.header-layout-three .announcebar .announcebar-right >li:not(:last-of-type)
{
    border-right: 1px solid var(--black);
    padding-right: 10px;
}
.cartDrawer .cart-rating svg,.cartDrawer .qty-spinner button svg, 
.cartDrawer .remove_item svg{
    width: auto;
    height: auto;
}
.header-layout-one.header-layout-three .announcebar {
    padding: 10px 0;
    background-color: #F5F5F5;
    color: black;
}
.header-layout-one.header-layout-three .announcebar .annoucebar-left p b{
    color: #F5B041;
}
.header-layout-one.header-layout-three .announcebar .annoucebar-left p {
    font-weight: 600;
    color: #151515;
}

.header-layout-one.header-layout-three .announcebar-right li:first-child a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   font-weight: 600;
}
.header-layout-one.header-layout-three .announcebar-right li:first-child a svg{
    margin-right: 5px;
}
.header-layout-one.header-layout-three .announcebar .announcebar-right li:not(:last-of-type) {
    margin-right: 15px;
}
.header-layout-one.header-layout-three .announcebar-right li:nth-child(3) .nice-select {
    border: none;
}
.header-layout-one.header-layout-three .announcebar-right li:nth-child(2) .nice-select {
    border: none;
}
/*******************header css end *********************/
/*****  MAIN NAVIGATIONBAR CSS  *****/
.header-layout-one .main-navigationbar {
    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;
    color: var(--white);
    background-color: var(--second-color);
    padding: 15px 0;
}

.header-layout-one.home-header .main-navigationbar {
    border-bottom: 1px solid var(--border-color);
}
.header-layout-one .main-navigationbar .menu-items-col {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    transition: all ease-in-out 0.5s;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.header-layout-one .menu-items-col .main-nav>.menu-lnk.has-item>a:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    top: 11px;
    right: 0;
    padding: 6px 0;
    background: url(angle-down-small.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.header-layout-one .main-navigationbar .logo-col a {
    display: block;
}
.header-layout-one .menu-right>li>a, .header-layout-one .menu-right>li>div>a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    position: relative;
    gap: 5px;
}
.header-layout-one .menu-right li a p {
    line-height: 1;
}
.header-layout-one .menu-right {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-justify-content: flex-end;
    position: relative;
}
.header-layout-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 25px;
}
.main-navigationbar .menu-items-col-right .menu-right {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li>a {
    color: var(--white);
    text-transform: capitalize;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    padding: 7px 0;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-weight: 400;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    font-size: 14px;
}

.header-layout-one .main-navigationbar .menu-items-col .drop>a:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: -18px;
    top: 7px;
    background: url(angle-down-small.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li.has-item:hover>a:after,
.header-layout-one .main-navigationbar .menu-items-col .drop:hover>a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 11px;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li>a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0px;
    right: 0;
    background: var(--white);
    margin: 0 auto;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
}

.main-navigationbar .menu-items-col .main-nav>li:hover>a:before,
.header-layout-one .menu-dropdown ul>li:hover>a:before {
    opacity: 1;
    width: 60%;
    visibility: visible;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li:nth-child(5)>a:before {
    display: none;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li:nth-child(6)>a:before {
    display: none;
}

.header-layout-one .menu-items-col .main-nav>li:nth-child(5)>a:after {
    display: none;
}

.header-layout-one .menu-items-col .main-nav>li:nth-child(6)>a:after {
    display: none;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li>a:hover:before {
    width: 100%;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn:before {
    display: none;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg {
    margin-left: 20px;
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li:nth-child(5) a {
    padding-right: 0;
}

.header-layout-one .menu-items-col .main-nav>.menu-lnk.has-item>a {
    padding-right: 20px;
}



.header-layout-one .menu-right li:not(:first-of-type) {
    margin-left: 15px;
}

.header-layout-one .menu-dropdown ul>li a {
    border-bottom: 1px solid transparent;
}

.header-layout-one .menu-dropdown ul>li a:hover {
    border-color: var(--black);
}

.main-navigationbar .menu-right .login-header .nice-select {
    padding: 10px 20px 10px 35px;
}
/*****  Megamenu css  *****/
.header-layout-one .mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin: 0 0 0 20px;
}

.header-layout-one .menu-close-icon svg {
    cursor: pointer;
}

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

.header-layout-one .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: var(--white);
}

.header-layout-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    -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: 3;
    padding: 15px 20px;
    border-top: 1px solid var(--border-color);
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.header-layout-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-layout-one .main-navigationbar .menu-items-col .main-nav>li:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

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

.header-layout-one .megamenu-list>li span {
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--black);
}

.header-layout-one .menu-dropdown ul>li a {
    border-bottom: 1px solid transparent;
    font-size: 14px;
    color: var(--black);
}

.header-layout-one .menu-dropdown .arrow-list>li a:hover,
.second-menu-dropdown ul li a:hover {
    border-color: var(--black);
}

.header-layout-one .wishlist-counter {
    background: #F7EEE5;
    color: var(--black);
}

.header-layout-one .menu-items-col .main-nav .mobile-menu-button svg {
    height: 22px;
    width: 22px;
}

.header-layout-one .menu-right .cart-header a svg path {
    fill: var(--white);
}

.megamenu-card-inner {
    padding: 15px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.09);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.09);
}

.header-layout-one .megamenu-card .megamenu-image {
    position: relative;
}

.header-layout-one .megamenu-card .megamenu-image a {
    padding-top: 72%;
}

.header-layout-one .megamenu-card .megamenu-image a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.header-layout-one .megamenu-card .megamenu-content {
    margin-top: 15px;
    text-align: center;
}

.header-layout-one .megamenu-card .megamenu-content span {
    font: var(--h5);
    color: var(--black);
}

.header-layout-one .login-header .nice-select.open .list li {
    text-align: center;
}

.header-layout-one .login-info .nice-select:after {
    right: 0;
}

/*****  MOBILE MENU CSS  *****/
.menu-overlay::after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

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

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

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

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

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

.mobile-menu-wrapper .mobile-menu-bar>ul>li {
    margin-top: 12px;
}

.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;
    display: none;
    padding: 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;
    font-family: var(--second-font);
}

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

.mobile-menu-wrapper .mobile-menu-bar .has-children>ul {
    margin: 12px 0 0;
}

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

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

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

/****** CART DRAWER CSS ********/
 .active-menu header:after, .popup-toggle header:after, .open header:after, .mobile-open header:after, .quick-active header:after, .notify-active header:after, .filter-open header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .7);
}

.overlay {
    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;
}
.cartDrawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    background: var(--white);
    color: var(--black);
    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.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.cartOpen .cartDrawer {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cartDrawer .mini-cart-footer .footer-bottom-icon svg,
.coupon-popup .coupon-body .coupon-txt svg {
    width: 30px;
    height: 30px;
    margin: 0;

}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon:hover svg {
    -webkit-animation-name: beat;
    animation-name: beat;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

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

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

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

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

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

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

.site-header .cart-header .coupon-popup .close-coupon svg,
.site-header .cart-header .gift-popup .close-gift svg {
    height: 15px;
    width: 15px;
}

.site-header .menu-right li svg {
    width: 20px;
    height: 20px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transform: rotateY(0);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.cartDrawer  li .remove_item svg{
    height: 15px;
    width: 15px;
}

.mini-cart-title a.mini-cart-pro-title {
    font-size: 16px;
    line-height: 1.1;
    max-width: 180px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cartDrawer .mini-cart-body .mini-cart-item .mini-cart-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cartDrawer .mini-cart-body .mini-cart-item .mini-cart-title a.remove_item svg path {
    fill: var(--black);
}

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

.cartDrawer .mini-cart-header {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 15px 20px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid var(--border-color);
    color: var(--black);
}
.cartDrawer .closecart svg path {
    fill: var(--white);
}
.cartDrawer .mini-cart-has-item {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.cartDrawer .mini-cart-body::-webkit-scrollbar {
    width: 6px;
}

.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
    background: var(--second-color);
}

.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
    background-color: #183a40;
}

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

.cartDrawer .mini-cart-item:not(:last-of-type) {
    margin-bottom: 2px;
}

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

.cartDrawer .mini-cart-image a {
    display: block;
    padding-top: 110%;
    position: relative;
    background: var(--pro-btn-color);
}

.cartDrawer .mini-cart-image img {
    top: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    height: 100%;
    mix-blend-mode: multiply;
}

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

.cartDrawer .mini-cart-title {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
  display:block;
  text-align:left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.cartDrawer .cart-rating {
    margin-bottom: 12px;
}

.cartDrawer .mini-cart-details .cart-rating svg {
    width: auto;
    height: auto;
    margin: 0;
}

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

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

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

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

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

del {
    opacity: 0.6;
    text-decoration: line-through;
    font-size: 16px;
}

.price {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: var(--first-font);
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
}

.price ins.text-danger {
    color: #FF0000;
}

.cartDrawer .mini-cart-details .price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font: var(--common-text);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.cartDrawer .pvarprice {
    margin-top: 12px;
}

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

.cartDrawer .price del {
    margin-left: 10px;
    color: var(--second-color);
}

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

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

.cartDrawer .mini-cart-footer .cart-footer-top {
    padding: 30px 30px;
}

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

.cartDrawer .minicart-btn-wrapper .cart-bottom-btn { 
    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;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
}

.cartDrawer .minicart-btn-wrapper .view-cart-btn {
    background: #3D3D3D;
}
.cartDrawer .mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--border-color);
}
.cartDrawer .minicart-btn-wrapper .Check-btn {
    background-color: var(--black);
    padding: 15px 35px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    width: 100%;
}
.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(--pro-btn-color);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.cartDrawer .mini-cart-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cartDrawer .mini-cart-footer .checkout-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 12px 30px;
}

.cartDrawer .mini-cart-footer .link-btn {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.link-btn svg {
    fill: var(--black);
    margin-left: 10px;
    width: 20px;
    height: auto;
}

.cartDrawer .remove_item svg path {
    fill: var(--second-color);
}

.cartDrawer .remove_item svg {
    height: 15px;
    width: 15px;
}

.cartDrawer .emptyCart {
    padding: 50px 0 0 0;
}

.cartDrawer .link-btn:before {
    display: none;
}
/***********  NEW CARTDRAWER CSS  ***********/
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}
.mini-cart-top {
    padding: 20px;
}
.cartDrawer .mini-cart-footer-icons {
    margin-bottom: 15px;
}
.mini-total-lbl {
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
    font-size: 20px;
}
.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);
}
.coupon-popup .coupon-txt svg {
    height: 25px;
    width: 25px;
}
.coupon-code .apply-coupon-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.gift-popup .gift-body .checkbox-custom label:before{
  border: 1px solid var(--theme-color);
}
.cartDrawer .related-cart-wrp{
  margin-top: 25px;
}
.cartDrawer .related-cart-wrp h3{
  margin-bottom: 20px;
  font-size: 25px;
}
.cartDrawer .related-cart-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--border-color);
  padding: 15px;
}
.cartDrawer .related-cart-inner .related-image a{
  position: relative;
  padding-top: 125%;
  display: block;
}
.cartDrawer .related-cart-inner a img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
}
.cartDrawer .related-image{
    position: relative;
    max-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 100%;
   background: #f5f5f5;
    padding: 10px;
}
.cartDrawer .related-cart-text{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
}
.cartDrawer .related-cart-text h4{
  font-size: 18px;
  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: 18px;
  margin-bottom: 10px;
}
.cartDrawer .pvarprice svg path{
  fill: red;
}
.cartDrawer .cart-slider{
  position: relative;
}
.cartDrawer .swiper-pagination{
  position: relative;
  margin-top: 25px;
}
.related-cart-wrp .swiper-pagination-bullet-active{
  background: var(--theme-color);
}
.product-form__submit.loading>svg {
    display: none;
}
/* ****** coupon popup css **** */
.coupon-popup,
.gift-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0);
            box-shadow: 0 4px 8px 0 rgb(0 0 0);
    z-index: 5;
    background: var(--white);
    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;
}

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

.coupon-popup .close-coupon::after,
.coupon-popup .close-coupon::before,
.gift-popup .close-gift::after,
.gift-popup .close-gift::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    left: calc(50% - 10px);
    margin-top: -1px;
    background-color: var(--black);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.coupon-popup .close-coupon::before,
.gift-popup .close-gift::before {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

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

.coupon-popup .close-coupon::after,
.gift-popup .close-gift::after {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.coupon-code {
    position: relative;
}

.coupon-code input {
    height: 45px;
    width: 100%;
    border-color: var(--border-color);
    padding: 14px 115px 14px 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.coupon-code .apply-coupan-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.coupon-code .apply-coupan-btn a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    position: relative;
    padding: 10px 30px;
    background: var(--theme-color);
    color: var(--white);
    height: 100%;
    width: auto;
    border-radius: 0 0px 0px 0;
    -webkit-border-radius: 0 0px 0px 0;
    -moz-border-radius: 0 0px 0px 0;
    -ms-border-radius: 0 0px 0px 0;
    -o-border-radius: 0 0px 0px 0;
}

/* QUICK-VIEW POPUP CSS START */
.quick-view-popup.active {
    opacity: 1;
    visibility: visible;
}

.quick-view-popup {
    position: fixed;
    background: rgb(0 0 0 / 75%);
    height: 100%;
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 3;
    padding: 0 15px;
    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;
}

.quick-view-wrapper {
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    margin: 0 auto;
    color: var(--black);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background-color: var(--white);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.quick-view-popup.active .quick-view-wrapper {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.quick-view-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.quick-view-right-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.product-card .product-content-bottom {
    width: 100%;
}

.product-card .product-content-bottom .price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap:10px;
}
.product-card .product-content-bottom .size-select .select-box {
  margin-bottom:10px;
  display:block;
}
.quick-view-right .product-card .product-card-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
}

.quick-view-right .product-card {
    margin-bottom: 0px;
}
.quick-view-wrapper::-webkit-scrollbar {
    width: 6px;
}
.quick-view-wrapper::-webkit-scrollbar-track {
    background: var(--second-color);
}
.quick-view-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
.quick-view-right .product-card .product-card-image .img-wrapper {
    padding-top: 100%;
}
.quick-view-right .product-card .product-card-image {
    position: relative;
    padding-top: 100%;
}
.quick-view-right .product-card .product-card-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #EFFCFA;
}

.quick-view-left-inner {
    padding: 25px;
    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;
    height: 100%;
}

.quick-view-left-inner .section-title {
    text-align: start;
    margin-bottom: 15px;
}

.quick-view-left .price {
    margin-bottom: 15px;
    font-size: 24px;
}

.quick-view-left .price del {
    margin-left: 5px;
}

.quick-view-left .quick-product-dis p,
.quick-view-left .quick-product-dis {
    margin-bottom: 15px;
}

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

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

.quick-view-left .qnty-btn-wrp {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.quick-view-left .qnty-btn-wrp .quantity-select {
    max-width: 90px;
    width: 100%;
}

.quick-view-inner .quick-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 1;
    width: 22px;
    height: 22px
}

.quick-view-inner .quick-close-btn svg {
    width: 20px;
    height: 20px;
}

.quick-view-left .select-material-grp {
    margin-bottom: 15px;
}

.quick-view-left .select-material-grp .radio-buttons {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.quick-view-left .select-material-grp .button input[type="radio"] {
    display: none;
}

.quick-view-left .select-material-grp .button input[type="radio"]:checked+label {
    border-color: var(--border-color);
    color: var(--second-color);
    background-color: var(--theme-color);
}

.quick-view-left .qty-spinner {
    border: 1px solid var(--black);
  height:38px;
}

.quick-view-left .select-material-grp .button label {
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    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;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid var(--black);
    color: var(--black);
    line-height: 1;
}

.quick-view-right .arrow-wrapper {
    position: absolute;
    z-index: 5;
    padding: 0 16px;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;

}

.quick-view-left-inner .qnty-btn-wrp .pro-cart-btn .btn-secondary:hover {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--second-color);
}

.quickview-img-slider .product-card-inner::before,
.quickview-img-slider .product-card-inner::after {
    display: none;
}
.select-material-grp .button label.var-image ,
.size-select .button label.var-image{
    width: 40px;
    height: 40px;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  cursor:pointer;
  display:block;
}
.radio-buttons .radio-btn input:checked+label.var-image {
    background-color: var(--second-color);
    background-position: center;
    background-size: contain;
}
.select-material-grp .radio-buttons > label{
   width:100%;
 }
/* QUICK-VIEW POPUP CSS END */
/*********** SHF LAYOUT SECTION *************/
.layout-section {
    z-index: 6;
    margin: 0;
    padding: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.layout-section.open {
    opacity: 1;
    visibility: visible;
}
.megamenu-popup {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 70%;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    pointer-events: auto;
    width: 100%;
    padding: 40px 20px 20px 20px;
    max-height: 68vh;
    overflow-y: scroll;
}
.megamenu-popup .demo-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
.megamenu-popup .demo-close svg {
    height: 16px;
    width: 16px;
}
.megamenu-popup .demo-close svg path {
    fill: var(--black)
}
.megamenu-popup .megamenu-image a {
    padding-top: 80%;
}
.megamenu-popup .megamenu-content {
    margin-top: 15px;
    text-align: center;
}
.megamenu-popup .megamenu-content span {
    font: var(--h5);
    color: var(--black);
}
.megamenu-popup::-webkit-scrollbar {
    width: 6px;
}
.megamenu-popup::-webkit-scrollbar-track {
    background: var(--white);
}
.megamenu-popup::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
/***** SHF LANGUAGE CSS *****/
.lang-dropdown {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.lang-dropdown svg {
    width: 20px;
    height: 20px;
}
.site-header .lang-dropdown svg path {
    fill: var(--theme-color);
}
.site-header .lang-dropdown .nice-select {
    border: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 20px 5px 0;
    background: url(angle-down-black.svg);
    background-position: calc(100% - 0px) 50%;
    background-repeat: no-repeat;
    background-size: 11px;
}
 .disclosure__list-wrapper,
.header-layout-one.header-layout-two .disclosure__list-wrapper,
.header-layout-three .disclosure__list-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    min-width: 140px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    margin: 22px 0 0;
    opacity: 1;
    pointer-events: auto;
    color: var(--black);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.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,
.header-layout-one.header-layout-two .disclosure__list-wrapper.hide,
.header-layout-three .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,
.header-layout-one.header-layout-two .disclosure__list-wrapper .disclosure__item,
.header-layout-three .disclosure__list-wrapper .disclosure__item {
    margin: 0 !important;
}
 .disclosure__list-wrapper .disclosure__item a,
.header-layout-one.header-layout-two .disclosure__list-wrapper .disclosure__item a,
.header-layout-three .disclosure__list-wrapper .disclosure__item a {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    color: var(--theme-color) !important;
    width: 100%;
}

.header-layout-one.header-layout-two .disclosure__list-wrapper .disclosure__item:last-child a,
.header-layout-three .disclosure__list-wrapper .disclosure__item:last-child a {
    padding: 0px;
}
.disclosure__list-wrapper .disclosure__item a.disclosure__link--active,
.header-layout-one.header-layout-two .disclosure__list-wrapper .disclosure__item a.disclosure__link--active,
.header-layout-three .disclosure__list-wrapper .disclosure__item a.disclosure__link--active {
    font-weight: bold;
}
/***** SHF end LANGUAGE CSS *****/
/*=================shf - recommandation ================*/
.product-notification {
    background: var(--theme-color);
    color: var(--white);
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
    max-width: 350px;
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 30px;
    padding: 10px;
    z-index: 2;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}
.product-notification.active {
    bottom: 30px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.product-notification .product-suggest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
}
.product-notification .closeNotify {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.product-notification .closeNotify svg {
    width: 16px;
    height: 16px;
}
.product-notification .closeNotify svg path {
    fill: var(--white);
}
.product-suggest .product-image img {
    border-radius: 10px;
}
.product-notification .product-suggest .product-label {
    margin: 0 0 10px;
}
.product-notification .product-suggest .product-name {
    font: var(--h5);
    margin: 0 0 10px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/*--------------shf recently view product css--------------------*/
#recently-viewed-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
#recently-viewed-products .product {
    width: 25%;
    padding: 0 15px;
}
/*------------------- SHF dropdown ---------------------------*/
.login-header, .profile-header {
    position: relative;
}
.login-header .menu-dropdown,
.account-header .menu-dropdown,
.profile-header .menu-dropdown{
    position: absolute;
    top: 50%;
    right: 0;
    left: -2px;
    min-width: 140px;
    width: 100%;
    overflow: hidden;
    margin: 32px 0 0;
    z-index: 2;
    padding: 15px;
    pointer-events: auto;
    color: var(--black);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 0 1px #444444b3;
            box-shadow: 0 0 0 1px #444444b3;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
}
.login-header:hover .menu-dropdown,
.account-header:hover .menu-dropdown,.profile-header:hover .menu-dropdown {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.login-header .menu-dropdown li {
    padding: 0 !important;
    max-width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
.header-style-two .currency select,
.header-style-two .lang-dropdown .nice-select,
.header-style-three .currency select,
.header-style-three .lang-dropdown .nice-select {
    padding: 0 15px 0 0;
}
.site-header .menu-right li.login-header li, .header-layout-two .menu-right li.profile-header li {
    background: none;
    margin-left: 0 !important;
}
#recover .btn {
    width: auto;
    margin-right: 15px;
}
.collection--empty h3 {
    margin: 0 0 10px;
}

/** mobile sticky CSS **/
.mobile-sticky-wrp {
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
            box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
    background-color: var(--black);
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0px;
    padding: 8px 40px;
    gap: 15px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.mobile-sticky-wrp svg {
    height: 22px;
    width: 22px;
    margin: 0 auto 5px;
}
.mobile-stickybar {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}
.mobile-sticky-wrp ul li a {
    text-align: center;
}
.mobile-stickybar.show {
    visibility: visible;
    opacity: 1;
}
.mobile-sticky-wrp li {
    line-height: 1;
}
.mobile-sticky-wrp span {
    display: block;
    line-height: 1;
    color: var(--white);
}
/****** SHF END ********/
/*****  SUBSCRIBE POPUP CSS *****/
.search-popup .close-search:hover:before, .search-popup .close-search:hover:after, .close-sub-btn:hover:before, .close-sub-btn:hover:after, .cartDrawer .closecart:hover:before, .cartDrawer .closecart:hover:after, .quick-view-inner .quick-close-btn:hover:after, .quick-view-inner .quick-close-btn:hover:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0);
        transform: rotate(0);
}
.subscribe-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 550px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    background: var(--white);
    color: var(--black);
    z-index: 5;
    overflow: hidden;
    -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;
    z-index: 1;
}

.subscribe-popup .close-sub-btn::after,
.subscribe-popup .close-sub-btn::before {
    background-color: var(--white);
}

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

.subscribe-popup .subtitle {
    color: var(--theme-color);
    font-family: var(--first-font);
    letter-spacing: 1px;
}

.subscribe-overlay.open {
    opacity: 1;
    visibility: visible;
}

.subscribe-overlay {
    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;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    background: rgb(0 0 0 / 75%);
    visibility: hidden;
    opacity: 1;
}

.subscribe-popup .subscribe-inner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.subscribe-popup .subscribe-bottom {
    padding: 20px;
}

.subscribe-popup .subscribe-bottom h4 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: var(--second-font);
    font-weight: 600;
}

.subscribe-popup .subscribe-bottom h4 b {
    font-weight: 700;
}

.subscribe-popup .subscribe-top img {
    -o-object-fit: cover;
       object-fit: cover;
}

.subscribe-popup .subscribe-top .img-wrapper {
    padding-top: 65%;
}


/**** SEARCH POPUP CSS ****/
.search-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    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;
    -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  .predictive-search::-webkit-scrollbar {
  width: 6px;
}
.search-popup  .predictive-search::-webkit-scrollbar-track {
  background: var(--black);
}
.search-popup  .predictive-search::-webkit-scrollbar-thumb {
  background-color:var(--theme-color);
}
.search-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: 25px;
    top: 25px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.search-popup .close-search::before,
.search-popup .close-search::after,
.close-sub-btn::before,
.close-sub-btn::after,
.quick-view-inner .quick-close-btn::after,
.quick-view-inner .quick-close-btn::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    left: calc(50% - 10px);
    margin-top: -1px;
    background-color: var(--black);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.search-popup .close-search::before,
.search-popup .close-search::after {
    background-color: var(--white);

}

.search-popup .close-search::before,
.close-sub-btn::before,
.quick-view-inner .quick-close-btn::before {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.search-popup .close-search:hover::before,
.search-popup .close-search:hover::after,
.close-sub-btn:hover::before,
.close-sub-btn:hover::after,
.quick-view-inner .quick-close-btn:hover::after,
.quick-view-inner .quick-close-btn:hover::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0);
        transform: rotate(0);
}

.search-popup .close-search::after,
.close-sub-btn::after,
.quick-view-inner .quick-close-btn::after {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

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

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

.search-form-wrapper input {
    padding: 15px 60px 15px 20px;
    color: var(--white);
    border: 1px solid var(--border-color);
}

.search-form-wrapper input::-webkit-input-placeholder {
    color: var(--white);
}

.search-form-wrapper input::-moz-placeholder {
    color: var(--white);
}

.search-form-wrapper input:-ms-input-placeholder {
    color: var(--white);
}

.search-form-wrapper input::-ms-input-placeholder {
    color: var(--white);
}

.search-form-wrapper input::placeholder {
    color: var(--white);
}

.search-form-wrapper .btn {
    position: absolute;
    background: var(--theme-color);
    color: var(--white);
    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 path {
    fill: var(--white);
}

.search-form-wrapper .btn svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    fill: var(--white);
}

/*******home banner section**************/
.home-banner-arrow.tab-btn-wrapper,
.full-product-arrow.tab-btn-wrapper {
    opacity: 1;
    visibility: visible;
}
.full-product-slider .swiper-pagination-clickable .swiper-pagination-bullet,
.home-blog-sec .swiper-pagination-clickable .swiper-pagination-bullet,
.our-team-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 3px;
    width: 30px;
    background-color: var(--grey);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.full-product-slider .swiper-pagination-clickable .swiper-pagination-bullet-active,
.home-blog-sec .swiper-pagination-clickable .swiper-pagination-bullet-active,
.our-team-slider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: var(--theme-color);
}
.full-product-sec .swiper-pagination {
    position: unset;
  margin-bottom:15px;
}
.home-banner-arrow.tab-btn-wrapper svg path{
    fill: var(--white);
}

.home-banner-arrow .swiper-button-next,
.full-product-arrow .swiper-button-next {
    right: 30px;
}

.home-banner-arrow .swiper-button-prev,
.full-product-arrow .swiper-button-prev {
    left: 30px;
}

.main-banner-sec .main-banner-bg {
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.main-banner-sec .banner-content-wrapper {
    position: relative;
    max-width: 500px;
    width: 100%;
    height: 80vh;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    color: var(--white);
}

.main-banner-sec .banner-content-wrapper .section-title {
    text-align: left;
}

.main-banner-sec .banner-content-wrapper .section-title h2 {
    font-family: var(--second-font);
    font-size: 70px;
    letter-spacing: 3px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-banner-sec .banner-content-wrapper .section-title .subtitle {
    font-family: var(--first-font);
    color: var(--theme-color);
    font-size: 40px;
    display: block;
}

.main-banner-sec .banner-content-wrapper p {
    max-width: 360px;
    width: 100%;
}

/* ***********categories-sec ****************/
.categories-product-top {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    position: relative;
}

.categories-sec-inner {
    position: relative;
}

.categories-product-top:hover img {
    -webkit-animation-name: shake;
            animation-name: shake;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}

@-webkit-keyframes shake {
    16.65% {
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg);
    }

    33.33% {
        -webkit-transform: rotate(-13deg);
                transform: rotate(-13deg);
    }

    49.95% {
        -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
    }

    66.6% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
    }

    83.25% {
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@keyframes shake {
    16.65% {
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg);
    }

    33.33% {
        -webkit-transform: rotate(-13deg);
                transform: rotate(-13deg);
    }

    49.95% {
        -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
    }

    66.6% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
    }

    83.25% {
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

.categories-product-top a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}

.categories-product-top a img {
    width: 100%;
    max-width: 125px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.categories-product-top a::after {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 155px;
    height: 155px;
    z-index: -1;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.02));
            filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.02));
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.categories-slider .categories-product-card {
    text-align: center;
    padding: 10px;
}

.categories-slider {
    overflow: hidden;
}

.categories-product-bottom h3 {
    font: var(--h4);
}

.categories-product-bottom h3 a {
    font-family: var(--first-font);
    padding-top: 10px;
}

.categories-sec {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.categories-btn-arrow.tab-btn-wrapper .swiper-button-next {
    right: -30px;
}

.categories-btn-arrow.tab-btn-wrapper .swiper-button-prev {
    left: -30px;
}

.tab-btn-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.categories-sec:hover .tab-btn-wrapper,
.pro-feature-slider:hover .tab-btn-wrapper,
.testimonials-slider:hover .tab-btn-wrapper,
.partner-logo-slider:hover .tab-btn-wrapper {
    opacity: 1;
    visibility: visible;
}

/***** ABOUT COFFEE SECTION CSS *****/
.about-sec {
    background: var(--white);
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.about-bg-image,
.sec-bg-img {
    position: absolute;
    z-index: -1;
    margin: auto;
}

.about-bg-image {
    top: 0;
    left: 0;    
    bottom: auto;
    -webkit-animation: zoom-in 5s ease-in-out infinite;
    animation: zoom-in 5s ease-in-out infinite;
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }

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

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

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }

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

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

.about-sec .pro-description {
    text-align: end;
}

.about-sec .pro-description li:not(:last-of-type) {
    margin-bottom: 40px;
}

.about-sec .pro-description h3 {
    font: var(--h4);
    line-height: 1.7;
    margin-bottom: 15px;
    font-family: var(--first-font);
}

.about-sec .pro-description h3  {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: var(--first-font);
}
.about-sec .about-beer-center {
    padding: 25px 10px;
}

.about-sec .pro-description.about-left p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 270px;
    width: 100%;
    margin: 0 0 0 auto;
    font-family: var(--first-font);
}

.about-sec .pro-description .pro-content {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    width: 100%;
    padding-right: 20px;
}

.about-rigth li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.about-sec .pro-description.about-right {
    text-align: left;
}

.about-sec .pro-description.about-right .pro-content {
    padding-right: 0;
    padding-left: 20px;
}

.about-sec .pro-description.about-right p {
    color: var(--description-color);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 270px;
    width: 100%;
    margin: auto 0 0 0;
    font-family: var(--first-font);
}

/********* top product sec **********/
.product-feature-sec {
    position: relative;
}

.product-feature-sec .top-product-inner {
    position: relative;
}

.pro-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-animation: zoom-in 5s ease-in-out infinite;
    animation: zoom-in 5s ease-in-out infinite;
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }

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

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

}

.product-card {
    position: relative;
}

.product-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-card .product-card-inner {
    background-color: var(--white);
    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;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 25px 0px #0000000A;
            box-shadow: 0px 0px 25px 0px #0000000A;

}

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

.product-card-inner .img-wrapper {
    padding-top: 110%;
    position: relative;
    display: block;
}

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

.product-card-content {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-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;
    text-align: center;
    z-index: 1;
    padding: 15px;
}

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

.product-card-content h3 {
    font: var(--h5);
    width: 100%;
    margin-bottom: 10px;
}
.product-card .stock-label {
    position: absolute;
    right: 8px;
    bottom: 0;
    font-weight: 700;
  color:red;
}

.product-card .stock-label::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    left: -7px;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50% 50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50% 50%);
    -ms-transform: translate(-50% 50%);
    -o-transform: translate(-50% 50%);
}

.product-card .stock-label.in-stock {
    color: var(--theme-color);
}

.product-card .stock-label.in-stock::after {
    background-color: var(--theme-color);
}

.product-card .stock-label.out-stock::after {
    background-color:red
}

.product-card-content h3 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px auto;
}

.product-content-top .label {
    margin-bottom: 7px;
    font-weight: 700;
    color: #404040;
    font-family: var(--first-font);
}

.product-card-content ins {
    color: var(--theme-color);
}

.product-card .product-card-inner .pro-btn-wrapper {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 1;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -webkit-transform: translate(-50%, -10%);
    -moz-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
}

.product-card .product-card-inner .pro-btn-wrapper .compare-icon.pro-btn a {
    margin-bottom: 0px;
}

.product-card .product-card-inner .pro-btn-wrapper .pro-btn svg {
    width: 16px;
    height: 16px;
    opacity: 1;
    visibility: visible;
}

.product-card .product-card-inner .pro-btn-wrapper .pro-btn a, 
.product-card .product-card-inner .pro-btn-wrapper .pro-btn label, 
.product-card .product-card-inner .pro-btn-wrapper .pro-btn .product-form button {
    float: left;
    width: 100%;
    gap: 15px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: var(--pro-btn-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}
.product-card .product-card-inner .pro-btn-wrapper .pro-btn label {
    gap: 0;
}
.product-card .product-card-inner .pro-btn-wrapper .pro-btn .wishlist-btn {
    margin-left: 0;
}

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

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

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

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

.product-card .product-card-inner .pro-btn-wrapper .pro-btn {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

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

.product-card .product-card-inner .product-card-image .label {
    display: inline-block;
    background: var(--theme-color);
    font-weight: 500;
    padding: 5px 20px 5px 10px;
    color: var(--white);
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-card .product-card-inner .product-card-image .label::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-top: 14px solid transparent;
    border-right: 10px solid var(--white);
    border-bottom: 14px solid transparent;
}

/************* collection css *************/
.collection-counter {
    max-width: 20%;
    width: 100%;
    margin: 0px auto;
    background-color: var(--white);
    padding: 10px 5px;
    font: var(--second-font);
    -webkit-box-shadow: 4px 2px 15px 2px #6666663b;
            box-shadow: 4px 2px 15px 2px #6666663b;
    position: absolute;
    top: 50px;
    left: 10px;
    text-align: center;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    opacity: 1;
    visibility: visible;
}

.collection-counter .counter h3 {
    font-family: var(--second-font);
    font-size: 10px;
}

.product-card:hover .collection-counter {
    opacity: 0;
    visibility: hidden;
}

/* **********special-collection-sec***************/
.special-collection-sec {
    background-size: cover;
    background-repeat: no-repeat;
}

.special-collection-inner .section-title {
    text-align: start;
    font-family: var(--second-font);
    color: var(--white);
}

.special-collection-inner .section-title .subtitle {
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.special-collection-inner .section-title h2 {
    font-family: var(--second-font);
    font-weight: 600;
    letter-spacing: 0;
}

.special-collection-inner .section-title h2 b {
    display: block;
    font-weight: 400;
    font-size: 30px;
    color: var(--white);
}

.special-collection-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
}

.special-collection-sec .collection-count-down {
    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;
    font: var(--second-font);
    margin-bottom: 26px;
    color: var(--white);
}

.special-collection-sec .collection-count-down .counter .counting {
    color: var(--theme-color);
    font-size: 30px;
    font-weight: 600;
    display: block;
    text-align: center;
    font-family: var(--first-font);
}

.special-collection-sec .collection-count-down .counter {
    position: relative;
}

.special-collection-sec .collection-count-down .counter:not(:last-of-type)::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: var(--white);
    right: 25px;
    top: 17px;
}

.special-collection-sec .collection-count-down .counter:not(:last-of-type):before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: var(--white);
    right: 25px;
    top: 28px;
}

.special-collection-sec .collection-count-down .counter:not(:last-of-type) {
    padding-right: 50px;
}

.special-section {
    position: relative;
}

.special-img {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/************ best seller sec ************* */
.best-seller-sec {
    position: relative;
}

.best-seller-sec .offer-box-body {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100%;
    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;
    padding: 30px 30px;
}

.best-seller-sec .offer-box-body::after,
.offer-sec .offer-box-body::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    z-index: 1;
}

.bestseller-img {
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: -1;
    -webkit-animation: zoom-in 5s ease-in-out infinite;
    animation: zoom-in 5s ease-in-out infinite;
}

.best-seller-sec .offer-box-body .offer-box-bottom a {
    width: 100%;
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }

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

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

}

.best-seller-sec .offer-box-body img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all ease-in-out 0.5s;
    -o-object-fit: cover;
       object-fit: cover;
    -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;
}

.offer-body-inner {
    max-width: 350px;
    width: 100%;
    z-index: 2;
    color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 100%;

}

.offer-box-top h2 {
    margin-bottom: 20px;
    font-size: 35px;
}

.offer-box-top h2 b {
    font-family: var(--first-font);
}

.full-product-sec .product-card-inner .img-wrapper {
    padding-top: 88%;
}

.full-product-sec {
    position: relative;
    z-index: 1;
}

.full-product-sec .full-product-slider {
    padding: 0 10%;
}

.new-img {
    position: absolute;
    top: -20%;
    right: 0;
    z-index: 1;
    -webkit-animation: zoom-in 5s ease-in-out infinite;
    animation: zoom-in 5s ease-in-out infinite;
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }

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

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

/* *************offer-sec ************/
.offer-sec .offer-box-body {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100%;
    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;
    padding: 90px 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.offer-sec .offer-box-body img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-object-fit: cover;
       object-fit: cover;
    -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;

}

.offer-box-inner {
    max-width: 320px;
    width: 100%;
    z-index: 2;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    height: 100%;
    color: var(--white);
}

.offer-box-inner .offer-box-top h2 {
    color: var(--theme-color);
}

.offer-box-inner.offer-box-second .offer-box-top h2 b{
    margin-bottom: 5px;
}

.offer-box-inner .offer-box-inneroffer-box-inner .offer-box-second .offer-box-top h2 {
    color: var(--white);
}

.offer-box-inner .offer-box-top h2 b {
    font-weight: 300;
    display: block;
    color: var(--white);
}

.offer-box-inner.offer-box-first .offer-box-top h2 b{
    font-size: 24px;
    margin-top: 10px;
}

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

.offer-sec .offer-box-top .subtitle {
    font-family: var(--first-font);
    letter-spacing: 1px;
}

.offer-sec .offer-box-top {
    margin-bottom: 20px;
}

/* ******party banner sec ********/
.product-categorie-inner {
    background-color: #FFFDF6;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.product-categorie-sec {
    position: relative;
    overflow: hidden;
}

.party-img {
    position: absolute;
    top: 25%;
    right: 50%;
    z-index: -1;
    transform: translate(50%);
    -webkit-transform: translate(50%);
    -moz-transform: translate(50%);
    -ms-transform: translate(50%);
    -o-transform: translate(50%);
}

.product-categorie-left h2 {
    margin-bottom: 10px;
    font: var(--h1);
    color: var(--theme-color);
}

.product-categorie-left h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.product-categorie-sec .product-categorie-right {
    padding: 30px 30px;
    background-color: #F9F9F9;
    color: var(--second-color);
    overflow: hidden;
    z-index: 1;
}

.categorie-menu-list .menu-price {
    display: block;
    color: var(--theme-color);
    font-weight: 600;
}

.product-categorie-sec .product-categorie-right.menu-right-inner .menu-dot {
    overflow: hidden;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin: 0 10px;
    display: block;
    border-bottom: 2px dotted var(--grey);
}

.menu-right-inner li:not(:last-of-type) {
    margin-bottom: 25px;
}

.product-categorie-sec .col-12 {
    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;
}

.product-categorie-sec .product-categorie-left {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    text-align: center;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

.product-categorie-left p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.product-categorie-sec .product-categorie-right.menu-right-inner .categorie-menu-list {
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/***************testimonial-sec**************/
.testimonials-sec {
    background-color: var(--white);
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonials-inner {
    position: relative;
}

.testimonials-slider {
    max-width: 80%;
    width: 100%;
}

.testimonials-card {
    text-align: center;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.testimonials-card .testimonial-card-top h3 {
    font: var(--h4);
    font-weight: 500;
    margin-bottom: 15px;
}

.testimonials-card p {
    letter-spacing: 1px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    line-height: 1.7;
}

.testimonials-card .testimonial-card-bottom {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0 auto;
}

.testimonials-card .testimonial-card-bottom svg {
    width: 50px;
    height: 30px;
    margin-right: 10px;
}

.testi-img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    max-width: 300px;
    width: 100%;
    opacity: 0.5;
}

.testi-img1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-animation: zoom-in 5s ease-in-out infinite;
    animation: zoom-in 5s ease-in-out infinite;
}

.testi-img2 {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: tra;
    -moz-transform: tra;
    -ms-transform: tra;
    -o-transform: tra;
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }

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

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

}

/* =================blog-sec============================== */

.blog-slider {
    padding: 0 0 80px;
}

.blog-slider .swiper-pagination {
    position: absolute;
    bottom: 0;
}

.blog-card .blog-card-inner {
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 31.47375px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 31.47375px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
  height:100%;
}
.blog-card {
  height:100%;
}
.grid__item.blog-card{
  height:auto;
}
.blog-card .blog-card-image {
    margin-bottom: 15px;
}

.blog-card .blog-card-image a {
    padding-top: 67%;
    display: block;
    position: relative;
}

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

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

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

.blog-card .blog-content-top .blog-date {
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    font-family: var(--first-font);
}

.blog-card .blog-content-top .client-info {
    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;
    gap: 10px;
    margin-bottom: 10px;
}

.blog-card .blog-content-top .client-info .client-img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    height: 35px;
    width: 35px;
}

.blog-card .blog-content-top .client-info .client-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-card .blog-content-top h3 {
    margin-bottom: 10px;
    font: var(--h6);
}

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

.blog-card .blog-content-top p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300;
}

.blog-card .blog-card-inner .blog-content-bottom .btn-transparent {
    border: none;
    gap: 10px;
}

.blog-card .blog-card-inner .blog-content-bottom .btn-transparent:hover {
    color: var(--theme-color);
    background: transparent;
}

.blog-card .blog-card-inner .blog-content-bottom .btn-transparent:hover svg path {
    fill: var(--theme-color);
}

.blog-content-bottom a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blog-card .blog-content-top .client-name {
    font-weight: 600;
    letter-spacing: 2px;
    font-family: var(--first-font);
  margin-bottom:8px;
}

.blog-card .blog-content-top .subtitle {
    margin-bottom: 10px;
}

.blog-slider .swiper-slide .blog-card {
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.blog-slider .swiper-slide-active .blog-card {
    -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
            transform: scaleY(1.1);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;

}

/****** client loso sec *************/
.partner-logo-slider .swiper-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
}

.partner-logo-slider .swiper-wrapper a {
    display: inline-block;
}

.partner-logo-item {
    margin: 0 auto;
    max-width: 106px;
    width: 100%;
}

.partner-logo-sec .partner-logo-inner {
    position: relative;
}

.partner-logo-sec .partner-logo-slider img {
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

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

/* ************bour-service  sec ***********/
.service-slider .swiper-wrapper {
    padding: 10px 0px;
}

.service-sec {
    padding: 20px 0 0;
    background-color: var(--white);
}

.service-sec .service-inner {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    padding: 15px;
    background-color: var(--white);
}

.service-sec .service-inner .service-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.service-content h3 {
    font: var(--h6);
    font-weight: 600;
    margin-bottom: 10px;
}

.service-image {
    max-width: 40px;
    width: 100%;
}

/* ***********newsletter-sec****************/
.newsletter-sec {
    position: relative;
    background-color: var(--white);
}

.news-img1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-animation: zoom-in 5s ease-in-out infinite;
    animation: zoom-in 5s ease-in-out infinite;
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }

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

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

}

.newsletter-subscribe-form .input-wrapper input {
    background-color: var(--pro-btn-color);
    border: none;
    padding: 15px 107px 15px 15px;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.newsletter-subscribe-form .btn {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 14px 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.input-wrapper {
    position: relative;
}

.newsletter-sec .newsletter-inner {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.newsletter-sec .newsletter-inner p {
    margin-bottom: 15px;
    text-align: center;
}

/* ===================footer==================== */
.site-footer {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    padding: 60px 0 0px;
    overflow: hidden;
}
.site-footer .footer-logo {
    margin-bottom: 15px;
}
.site-footer .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
}

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

.site-footer .footer-address-wrap {
    padding: 0;
    max-width: 280px;
    flex: 0 0 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
}

.site-footer .footer-widget h2 {
    font: var(--h5);
    padding: 0 0 20px 0;
    position: relative;
    color: var(--theme-color);
    text-transform: capitalize;
}

.site-footer .footer-contacts span {
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}

.site-footer .footer-link .footer-widget ul li a {
    display: inline-block;
}

.site-footer .footer-link .footer-widget ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.site-footer .acnav-list {
    display: none;
}

.site-footer .footer-social-icon li a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.site-footer .footer-social-icon li:not(:last-of-type) {
    margin-bottom: 15px;
}

.site-footer .footer-information {
    display: none;
}
.site-footer .footer-bottom-inner .payment-image-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 15px;
}
.site-footer .footer-bottom-row {
    background-color: var(--theme-color);
    padding: 10px 0;
}
.site-footer .footer-bottom-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    color: var(--white);
    gap: 10px;
}
.site-footer .footer-address-wrap .footer-col-links {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center
}

.site-footer .footer-address-wrap .footer-col-links img {
    width: 25px;
    height: 25px;
}

.site-footer .footer-address-wrap .footer-col-links .address, .site-footer .footer-address-wrap .footer-col-links .contant {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
}

.footer-img2 {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: -1;
    -webkit-animation: zoom-in 5s ease-in-out infinite;
    animation: zoom-in 5s ease-in-out infinite;
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }

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

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

/* ** footer two css ****** */
.site-footer.site-footer-two .footer-link-1,
.site-footer.site-footer-two .footer-link-2,
.site-footer.site-footer-two .footer-link-3 {
    text-align: start;
}

.footer-logo a {
    display: block;
}

.site-footer.site-footer-two .footer-row {
    padding: 40px 0;
    border-bottom: 1px solid var(--theme-color);
}

.site-footer.site-footer-two .footer-link-1 {
    padding-left: 0;
    border-top: none;
}

.site-footer-two .footer-top {
    background-color: var(--theme-color);
    padding: 15px 0;
}

.site-footer-two .footer-top-row {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.site-footer-two .footer-top-row p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    color: var(--white);
}
.site-footer .footer-address-wrap .footer-widget .social-link {
    margin-top: 20px;
}
.site-footer .footer-address-wrap .footer-widget .social-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.site-footer .footer-address-wrap .footer-widget .social-link ul li {
    margin-bottom: 0;
}
.site-footer .footer-address-wrap .footer-widget .social-link ul li svg path {
    fill: var(--black);
}
.site-footer.site-footer-two .footer-social-icon li a {
    margin-bottom: 15px;
}

.site-footer-two .footer-subscribe-form {
    position: relative;
    overflow: hidden;
}

.site-footer-two .footer-subscribe-form input {
    border-radius: 0;
    background: var(--white);
    color: black;
    border: none;
    text-align: start;
    height: auto;
    padding: 12px 115px 12px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.site-footer-two .footer-subscribe-form .btn {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: var(--black);
    border: none;
}

.site-footer-two .footer-subscribe-form .btn:hover {
    background-color: var(--black);
}

.site-footer-two .footer-bottom-row {
    background-color: var(--white);
}

.site-footer-two .footer-bottom-inner, .site-footer-three .footer-bottom-inner {
    color: var(--black);
}

/***** footer three **** */


.site-footer-three {
    border-radius: 175px 0 0 0;
    -webkit-border-radius: 175px 0 0 0;
    -moz-border-radius: 175px 0 0 0;
    -ms-border-radius: 175px 0 0 0;
    -o-border-radius: 175px 0 0 0;
}

.site-footer-three .footer-content-wrap {
    padding-left: 0;
}

.site-footer-three .footer-link-3 ul.acnav-list1 li {
    margin-bottom: 0 !important;
}

.site-footer-three .footer-link-3 ul.acnav-list1 li a svg path {
    fill: var(--theme-color);
}

.site-footer-three .footer-link-3 .footer-widget ul li:not(:last-of-type) a {
    margin-right: 15px;
}
.site-footer-three .footer-contacts {
    margin-bottom: 25px;
}

.site-footer-three .footer-link-3 {
    max-width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
}

.site-footer-three .footer-bottom-row {
    background-color: var(--white);
}

.site-footer-three .footer-row {
    border-bottom: 1px solid var(--theme-color);
}

.site-footer-three .footer-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--black);
}

@media (max-width:991px) {
    .site-footer-three .footer-link-3 {
        max-width: 240px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 240px;
                flex: 0 0 240px;
    }

    .site-footer-three .footer-col {
        padding-left: 25px;
    }
  
}

@media (max-width:767px) {
    .site-footer-three .footer-col {
        padding-left: 0px;
    }
}
.product-notification {
    left: 10px;
  }
  .product-notification.active {
    bottom: 70px;
  }
/*********product page  ******** */
.pdp-countdoun .countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--white);
    background: var(--theme-color);
}

.pdp-countdoun {
    max-width: 200px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 5px;
}
.pdp-right-column .pdp-countdoun{
  padding:0;
}
.pdp-right-column .pro-con {
    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: 20px;
    margin-bottom: 15px;
}
.pdp-right-column .pro-con a.size-btn {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.pdp-right-column .pro-con a.size-btn svg, .size-share-wrap .share-button__button svg{
  height: 13px;
  width: 13px;
}
.size-share-wrap .share-button__button svg path{
  fill: #173334;
}
.size-share-wrap .share-button__button{
  gap: 5px;
}
.pdp-right-column .pro-con .available-product {
    background: var(--theme-color);
    padding: 5px;
}
.pdp-right-column .size-select .pills,
.sticky-pro-inn .pills{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}
.pdp-right-column .size-select .pills span.lbl{
  margin:0 0 7px;
  display:block;
}

.sticky-pro-inn .pills{
  margin-bottom: 0;
}
.pdp-right-column .size-select .pills .radio-buttons,
.sticky-pro-inn .pills .radio-buttons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border:0;
}
.pdp-right-column .size-select .pills .radio-buttons .size-var,
.sticky-pro-inn .pills .radio-buttons .size-var{
  padding:5px 10px;
  border:1px solid var(--theme-color);
  color:var(--black);
  display:block;
}
.size-select  [type="radio"]:checked+label {
  position: relative;
  z-index: 1;
  color: var(--second-color) !important;
  background-color:var(--theme-color);
      border-color: var(--black);
}
.size-select .button label {
    padding: 7px 15px;
    border: 1px solid var(--theme-color);
}
.pdp-right-column .size-select .pills span.lbl:not(:first-of-type){
  margin: 10px 0;
}
/* .size-select [type="radio"]:checked+label:after {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
} */

.product-sec {
    padding: 40px 0 0px;
}

.pdp-page-main-sec {
    position: relative;
    padding: 40px 0px;
    background-color: var(--theme-color);
    z-index: 1;
    color: var(--black);
}

.sticky-column .set .acnav-label {
    padding: 15px 0 0;
}

.product-sec .product-item-img {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background-color: var(--white);
    height: auto;
}

.product-sec .product-item-img img,
.product-sec .product-item-img iframe,
.product-sec .product-item-img video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-sec .pdp-right-column {
    position: relative;
}

.product-sec .pdp-right-column .section-title {
    margin-bottom: 15px;
    text-align: left;
}

.product-sec .pdp-right-column .section-title h2 {
    letter-spacing: 1px;
    font: var(--h3);
    font-family: var(--second-font);
}

.product-sec .pdp-right-column .price {
    margin-bottom: 15px;
    font-family: var(--second-font);
    font-size: 26px;
    color: var(--theme-color);
    font-weight: 600;
    gap: 10px;
}

.product-sec .pdp-right-column .price .discount {
    padding: 5px 10px;
    background-color: var(--theme-color);
    color: var(--white);
    font-size: 12px;
}

.pdp-right-column .price del {
    font-size: 18px;
    color: var(--second-color);
}

.sticky-column .set .acnav-label span {
    line-height: 1;
}

.pdp-right-column .size-select {
    margin-bottom: 20px;
}
.product-sec .product-item-img img.active-scroll,
.product-sec .product-item-img iframe.active-scroll,
.product-sec .product-item-img video.active-scroll {
    border: 3px solid var(--theme-color);
}
.pdp-right-column .size-select .nice-select,
.product-card .product-content-bottom  .nice-select{
    margin-top: 7px;
  margin-bottom:15px;
    max-width: 100%;
    width: 100%;
    padding: 12px 35px 12px 15px;
    background-image: url(product-arrow.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 11px;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
      border-color: var(--black);
}
.pdp-right-column .qty-spinner {
    border: 1px solid var(--black);
    margin-bottom:15px;
}

.pdp-right-column .qty-spinner button,
.qty-spinner input {
    width: 30px;
}

.pdp-right-column .buy-btn {
    width: 100%;
    margin-bottom: 15px;
}
.pdp-right-column .product-form {
  margin-bottom:15px;
  display:block;
}
.pro-features {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.pro-features ul li:not(:last-of-type) {
    margin-right: 15px;
}

.pro-features ul li {
    padding: 15px 0;
}
.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;
}
.pro-features ul li a,
.pro-features ul li .pro-btn {
    font-size: 16px;
}
.pro-features ul li a svg,
.pro-features ul li .pro-btn svg {
    margin-right: 0px;
    height: 20px;
    width: 20px;
}
.pro-features ul li .pro-btn svg path {
    fill: var(--black);
}
.pro-features .pro-wishlist.active svg path,
.pro-features ul li .pro-btn.pro-compare.active svg path {
    fill: var(--theme-color);
}
.pro-features .pro-wishlist.active,
.product .pro-compare.active {
    color: var(--theme-color);
}

/** pdp tab sec **/
.product-description-row {
    position: relative;
    z-index: 2;
}

.pdp-filter-cat {
    margin-bottom: 15px;
}

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

.pdp-filter-cat li:not(:last-of-type):after {
    content: "/";
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 700;
    color: var(--theme-color);
}

.pdp-right-column .subtitle {
    font-family: var(--first-font);
}

.pdp-filter-cat li a {
    font-family: var(--first-font);
    font-size: 16px;
}

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

.pdp-tab-sec {
    position: relative;
}
.pdp-tab .review-content .jdgm-rev-widg__summary-stars{
  margin-bottom: 15px !important;
}

.pro-tab-div {
    border-top: 2px solid var(--border-color);
}

.pdp-tab-sec .tab-head-row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.pdp-tab-sec ul.tabs {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.pdp-tab-sec ul.tabs li a {
    padding: 11px 15px;
    background-color: var(--second-color);
    border: 1px solid var(--second-color);
    color: var(--black);
    text-transform: uppercase;
}

.pdp-tab-sec ul.tabs li:hover a,
.pdp-tab-sec ul.tabs li.active a,
.pdp-tab-sec ul.tabs li:focus a {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--white);
}

body.product-page .tabs-container .tab-content {
    border: 1px solid var(--border-color);
    padding: 25px 25px;
    border-radius: 10px;
}

.tab-content {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.tab-content.active {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.tabs-container #pdp-tab-1 ul li span {
    font-size: 14px;
    width: 20%;
    padding-right: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.rating-submit-btn {
    max-width: 200px;
}

.rating-submit-btn .btn {
    color: var(--white);
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.tabs-container #pdp-tab-1 ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.tabs-container #pdp-tab-1 ul li p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.tabs-container #pdp-tab-2 .btn {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tabs-container #pdp-tab-3 .payment-content {
    max-width: 90%;
    width: 100%;
}

.tabs-container #pdp-tab-3 .section-title {
    text-align: left;
}

.tabs-container #pdp-tab-3 .section-title h5 {
    margin-bottom: 15px;
}

.pro-rating-form {
    margin-top: 20px;
    padding: 20px 0 0px;
    border-top: 1px solid var(--border-color);
}

.pro-rating-form .rating-lable {
    font-weight: 500;
}

.product-review-form {
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    display: none;
}

.pro-rating-form .form-inputs input {
    margin-top: 8px;
    border-radius: 10px;
}

.pro-rating-form .form-input:not(:last-of-type) {
    margin-bottom: 20px;
}

.pro-rating-form .review-rating-icon {
    margin-top: 8px;
}

.ship-wrp .section-title {
    margin-bottom: 0;
}

.tab-head-row .tabs a {
    background: transparent;
    color: var(--theme-color);
    border: none;
}

.pdp-tab-1 h2 {
    font: var(--h5);
    position: relative;
    font-family: var(--second-font);
    color: var(--theme-color);
    font-weight: 600;
}

.set .acnav-label:after {
    content: "";
    position: absolute;
    background-image: url(product-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px;
    height: 20px;
    width: 20px;
    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;
}

.set .acnav-label {
    padding: 15px 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    font-family: var(--first-font);
    letter-spacing: 1px;
}

.set.is-open .acnav-label {
    color: var(--theme-color);
}

.set.is-open .acnav-label::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.pdp-tab .description-content .description-title {
    font: var(--h4);
    margin-top: 10px;
}

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

.pdp-tab .materials-content h5 {
    margin-bottom: 15px;
}

.product-filter-right-column .tab-content.active {
    display: block;
}

.product-filter-right-column .tab-content {
    display: none;
}

/************** COMMON BANNER SECTION CSS *************/
.common-banner-section {
    padding: 70px 0;
    background: var(--theme-color);
    color: var(--black);
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.common-banner-content .section-title h2 {
    font-family: var(--second-font);
    font-weight: 600;
    letter-spacing: 1px;
}

.common-banner-content p {
    max-width: 560px;
    margin: 0 auto;
}

.common-banner-section .filter-cat {
    color: var(--black);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
}

.common-banner-section .filter-cat li:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
}

.common-banner-section .filter-cat li:not(:last-of-type):after {
    content: '>';
    position: absolute;
    right: -1px;
}

.back-btn svg {
    height: 12px;
    width: 12px;
    margin-right: 5px;
}

/*********** PRODUCT LISTING PAGE CSS  ***********/
.product-filter-right-column .paginations {
    margin-top: 30px;
}
.product-heading-row .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 70px 0 0px;
}

.product-list-view .product-card-inner::before,
.product-list-view .product-card-inner::after {
    display: none;
}

.product-filter-body {
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 0px 0px 5px 5px;
    color: var(--theme-color);
    margin-top: 20px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
  background:var(--white);
}

.product-heading-column .filter-title {
    padding: 12px;
    border: 1px solid var(--border-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    color: var(--black);
  background-color:var(--white);
}

.product-heading-column .filter-title h4 {
    font-family: var(--second-font);
    font-weight: 500;
  line-height:1;
}

.product-filter-column .product-filter-body:before {
    content: '';
    position: absolute;
    left: -50vw;
    width: 50vw;
    height: 100%;
}

.filter-select-box {
    min-width: 160px;
}

.filter-title .icon {
    display: none;
}

.filter-title .filter-icon svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}

.filter-title .filter-icon svg path {
    fill: var(--black);
}

.product-heading-row .sort-lbl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.product-heading-row .nice-select {
    width: 165px;
    padding: 5px 10px;
    border: 1px solid var(--black);
      background-position: calc(100% - 15px) 50%;
}

.produdt-filter-cat li a {
    font-weight: 500;
}

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

.produdt-filter-cat li:not(:last-of-type):after {
    content: '/';
    position: absolute;
    right: -1px;
}

.product-widget .btn-transparent:hover:after {
    background: transparent;
    width: auto;
}

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

.product-cat-widget .acnav-list {
    padding: 10px 0 0px 20px;
}

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

.product-widget>.pro-itm>.acnav-label {
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    color: var(--black);
      background-color: #eee;
  
}

.product-widget .acnav-list li a {
    text-transform: capitalize;
    color: var(--black);
}

.product-widget .acnav-list li:not(:last-of-type) {
    margin-bottom: 8px;
}

.pro-itm-inner>.filter-listing>ul>li>.acnav-list {
    padding: 10px 0 0px 0px;
}

.product-widget .acnav-label:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url(product-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    -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;
}

.product-widget .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);
}

.product-widget:not(:last-of-type) {
    border-bottom: 1px solid #E2E2E2;
}

.product-widget {
    padding: 10px;
}

.text-checkbox .checkbox {
    margin: 0;
    float: left;
    padding-right: 9px;
    padding-bottom: 10px;
}

.blg-elagant .leave-form p {
    margin-bottom: 15px;
}

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

.text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    content: "";
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    border: 2px solid var(--grey);
    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: 5px 5px;
    text-transform: lowercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    color: var(--black);
}

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

.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    border: 2px solid var(--second-color);
    color: var(--second-color);
}

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

.delete-all svg {
    height: 12px;
    margin-right: 5px;
    width: 12px;
}

.delete-all svg path {
    fill: var(--fifth-color);
}

.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;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !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(--black) !important;
}

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

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    height: 11px !important;
    width: 11px !important;
    top: -5px !important;
    margin-left: 0 !important;
    background: #dddddd;
    border: 2px 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;
}

.product-widget .price-select .nice-select {
    border: 1px solid var(--black);
}

.product-filter-column .price-select .nice-select::after {
    right: 10px;
}

.product-widget .price-select .nice-select span {
    color: var(--black);
}

.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: 10px 0px 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);
    width: 0.9375rem;
    height: 0.9375rem;
}

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

.custom-checkbox input[type="checkbox"]:checked+span.color {
    border: 2px solid 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: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
}

.colors-checkbox .color-count {
    background: #EEEEEE;
    color: var(--fifth-color);
    padding: 1px 4px;
    font-size: 12px;
}

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

.product-list-view .product-card:hover .collection-counter {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.product-list-view .collection-counter {
    top: 10px;
}

.product-filter-right-column .product-list-view .product-card:hover .collection-counter {
    opacity: 1;
    visibility: visible;
}

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

.product-filter-right-column .row {
    margin: 0 -10px -20px;
}

.product-filter-right-column .theme-colored-card {
    padding: 0 10px;
    margin-bottom: 20px;
}

.theme-colored-card .product-card-inner {
    color: var(--theme-color);
    background: rgba(106, 89, 61, 0.13);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.theme-colored-card .product-card-inner:hover {
    background: rgb(78 56 20 / 51%);
}

.theme-colored-card .link-btn:before {
    background-color: var(--theme-color);
}

.theme-colored-card .wish-btn svg path {
    fill: var(--theme-color);
}

.prod-listing-cat {
    color: var(--theme-color);
}

.product-filter-right-column .product-card {
    margin-bottom: 20px;
}

.featured-inner-section .product-card .product-card-inner {
    border: 1px solid var(--second-color);
}

.text-checkbox .checkbox .clr {
    width: 12px;
    height: 12px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.product-size-widget .text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    padding: 8px 8px;
    font-size: 14px;
}

.product-size-widget .text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    color: var(--second-color);
}

.product-fil-btn .filter-btn {
    width: 100%;
    margin-bottom: 15px;
    background-color: var(--theme-color);
    color: var(--white);
}

.product-fil-btn .filter-btn:hover {
    background-color: var(--black);
    border: 1px solid var(--white);
}

.product-fil-btn .filter-btn:hover svg path {
    fill: var(--white);
}

.product-fil-btn .btn-transparent {
    width: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    color: var(--black);
}

.product-fil-btn .btn-transparent:hover {
    background: transparent;
}

.product-heading-right-column .product-sorting-row {
    border: 1px solid #EEE;
    padding: 10px;
  background:var(--white);
}

.product-heading-right-column ul.tabs li {
    background: tr;
    height: 25px;
    width: 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;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
}

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

.product-heading-right-column ul.tabs li.active {
    background: #EEEEEE;
}

.product-heading-right-column ul.tabs li svg path {
    fill: #B4B4B4;
}

.product-heading-right-column ul.tabs li.active svg path {
    fill: #000000;
}

.product-heading-right-column .filter-list-wrp p {
    margin-left: 10px;
}

.product-heading-right-column .filter-list-wrp p b {
    color: #000000;
}

.filter-select-wrp .featured-select {
    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;
}

.product-heading-row .show-select .nice-select {
    width: 60px;
}

.filter-select-wrp .show-select {
    margin-left: 15px;
}

.featured-select .nice-select {
    content: '';
    display: block;
    height: 10px;
    width: 11px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    background: url(product-arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

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

/** grid view css **/
.product-list-view .product-card-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.product-list-view .product-card-inner .product-card-image {
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 100%;
}
.product-list-view .product-card-inner .product-content-top {
    max-width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    width: 100%;
}
.product-list-view .product-card-inner .product-content-top p {
    color: #8A8A8A;
    margin-bottom: 10px;
}
.product-list-view .product-card-inner .product-content-bottom {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    text-align: end;
}
.product-list-view .product-card-inner .product-content-bottom .rating-wrp {
    margin-bottom: 15px;
}
.product-list-view .product-card-inner .product-label-wrp {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.product-list-view .product-card-inner .prod-label {
    position: relative;
    background: var(--theme-color);
    color: var(--white);
    padding: 5px 20px 5px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 10px;
}
.product-list-view .product-card-inner .prod-label::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-top: 12px solid transparent;
    border-right: 10px solid white;
    border-bottom: 12px solid transparent;
}
.product-list-view .product-card-inner .product-content-top h3 {
    font: var(--h4);
    margin: 0px 0px 15px;
    font-family: var(--first-font);
    font-weight: 600;
}
.product-list-view .product-card-inner .img-wrapper {
    padding-top: 100%;
}
.product-list-view .product-card-inner .img-wrapper img {
    border: 1px solid var(--border-color);
}
.product-list-view .product-content-bottom .product-star-wrp {
    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: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    gap: 15px;
    margin-bottom: 15px;
}
.product-list-view .color-veriant {
    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: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    gap: 5px;
    margin-bottom: 15px;
}
.product-list-view .color-veriant input[type=radio] {
    display: none;
}
.product-list-view .color-veriant label {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 1px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.product-list-view .color-veriant label span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    border: 1px solid #C5C5C5;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.product-list-view .color-veriant input[type=radio]:checked+label {
    border: 1px solid #000000;
}
.product-list-view .color-veriant label span.yellow {
    background: var(--third-color);
}
.product-list-view .color-veriant label span.sky {
    background: var(--second-color);
}
.product-list-view .color-veriant label span.black {
    background: #000000;
}
  .cart-table .pro-img-cart{
          background: #ebf1ef;
  }
.product-list-view .product-card-inner .wish-lbl-wrp {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    margin-bottom: 15px;
    position: relative;
    top: unset;
    bottom: unset;
}
.product-list-view .product-card .wishlist-btn,
.product-list-view .product-card .compare-label,
.product-list-view .product-card .quickview-btn,
.product-list-view .product-card .cart-btn {
    position: unset;
    opacity: 1;
    visibility: visible;
    background: #F1F1F1;
    width: 30px;
    height: 30px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    border: 0;
}
.product-list-view .product-card .stock-label {
    display: none;
}
.product-list-view .size-select .nice-select {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
}
.product-list-view .product-card .price ins {
    font-size: 18px;
    margin: 0px;
}
.product-list-view .product-card .price del {
    margin-top: 0px;
    margin-left: 5px;
    font-size: 18px;
    color: #A6A6A6;
}
.product-list-view .product-card .price {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 0px 0px 15px;
}
.product-list-view .color-swatch-variants {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    margin-bottom: 10px;
}
.product-list-view .product-card .cart-btn-content {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
}
.product-list-view .product-card .cart-btn-content .btn {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--black);
    padding: 11px 20px;
}
.product-list-view .product-card .cart-btn-content .btn svg {
    margin-right: 0px;
}
.product-list-view .product-card .cart-btn-content .btn svg path {
    fill: var(--black);
}
.product-filter-right-column .product-list-view .product-card .product-card-inner {
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid var(--white);
    position: relative;
    padding: 15px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.product-list-view .product-card:first-of-type .product-card-inner {
    border-top: 1px solid var(--white);
}
.product-filter-body .close-filter {
    display: none;
}
.section-title-center {
    text-align: center;
    max-width: 570px;
    width: 100%;
    margin: 0 auto 26px;
}
.section-title-center h2 {
    margin-bottom: 15px;
}
.collection-rightbar .product-heading-row .row,
.collection-rightbar .product-list-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.product-list-view .product-card:hover .collection-counter {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.product-list-view .collection-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 180px;
    width: 100%;
    gap: 15px;
    padding: 5px 15px;
    position: unset;
    margin: 0;
}
.product-filter-right-column .product-list-view .product-card:hover .collection-counter {
    opacity: 1;
    visibility: visible;
}
.product-list-view .product-card-inner .product-content-bottom .size-select {
    margin-bottom: 15px;
}
/************** COMMON BANNER SECTION CSS *************/
.common-banner-content .section-title {
    margin-bottom: 15px;
}

.common-banner-content p {
    max-width: 450px;
    margin: 0 auto;
}

.common-banner-section .filter-cat li:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
}

.common-banner-section .filter-cat li:not(:last-of-type):after {
    content: '>';
    position: absolute;
    right: -1px;
}

.back-btn {
    color: var(--black);
    text-decoration: underline;
}

.back-btn svg {
    height: 12px;
    width: 12px;
    margin-right: 5px;
}

.product-card-full {
    margin-bottom: 20px;
}
.product-sec .product-item-img a {
    display: block;
}
.product-card-full .product-card-image a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100%;
    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;
    padding: 150px 15px 30px 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-items: flex-end;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-card-full .product-card-content {
    z-index: 2;
    width: 100%;
    padding: 0;
}

.product-card-full .product-card-content h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}

.product-card-full .product-card-content h2 span {
    font-size: 60px;
}

.product-card-full .product-card-content p {
    font-size: 15.714px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-transform: uppercase;
}

ul.tabs {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 10px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/** BLOG PAGE CSS **/
.blog-banner-sec .common-banner-content .section-title {
    margin-bottom: 0px;
}

.blog-grid-sec .blg-recent .blog-itm {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    border-top: 1px solid var(--border-color);
}

.blog-grid-sec .blg-recent {
    border: 1px solid var(--border-color);
}

.blg-recent .section-title h4 {
    text-align: start;
    font-weight: 500;
}

.blg-elagant .form-container {
    padding: 15px;
}

.blog-grid-sec .blogleftbar .section-title {
    padding: 10px;
    margin-bottom: 0px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-image {
    max-width: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
}

.blog-grid-sec .blg-recent .blog-image a img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-grid-sec .blg-recent .blog-itm .blog-image .img-wrapper {
    padding-top: 90%;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    margin-left: 10px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content h6 {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--second-font);
    font-weight: 500;
    letter-spacing: 0px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content svg {
    height: 13px;
    width: 13px;
    margin-right: 5px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content svg path{
    fill: var(--black);
}

.blog-grid-sec .blog-with-rightbar .blog-content {
    background-color: var(--fourth-color);
    margin-top: 0px;
    padding: 15px;
}

.blog-grid-sec .blog-with-rightbar .blog-content .blg-cmnt {
    margin-top: 10px;
}

.blog-grid-sec .blog-with-rightbar .blog-card {
    margin-bottom: 20px;
}

.blog-grid-sec .blg-elagant {
    border: 1px solid var(--border-color);
    margin-top: 20px;
}

.blog-grid-sec .blogleftbar .elegant-slider {
    padding: 15px 15px;
    border-top: 1px solid var(--border-color);
}

.blog-grid-sec .blogleftbar .blg-elagant .section-title h4 {
    font-weight: 500;
    text-align: left;
}

.blog-grid-sec .blogleftbar .product-arrow-wrapper {
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.blog-grid-sec .blog-with-rightbar .blog-card {
    margin-bottom: 20px;
}

.blog-grid-sec .blogleftbar .elegant-slider .product-arrow-wrapper .swiper-button-next {
    top: auto;
    bottom: 15px;
    right: 50%;
    transition: none;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.blog-grid-sec .blogleftbar .elegant-slider .product-arrow-wrapper .swiper-button-prev {
    top: auto;
    bottom: 15px;
    left: 49%;
    transition: none;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.pagination-row ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.pagination-row ul li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.pagination-row ul li a {
    padding: 5px 12px;
    display: inline-block;
}

.pagination-row ul li a.active {
    background-color: var(--theme-color);
}

.pagination-row ul li:not(:last-of-type) {
    margin-right: 5px;
}

.pagination-row ul li a svg {
    height: 10px;
    width: 10px;
}

.blog-with-rightbar .blog-card .blog-content .blog-content-top p {
    margin: 10px 0px 15px;
}

.blog-grid-sec .blg-elagant .product-bottom-content .wish-btn {
    position: unset;
}

.blog-with-fullbar .blog-with-rightbar {
    width: 100%;
}

.blog-with-fullbar .blogleftbar {
    display: none;
}

.elegant-slider .product-content {
    padding: 20px;
    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;
    height: 100%;
}

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

.elegant-slider .subtitle {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--white);
}

.elegant-slider .product-card .rating-wrp {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.elegant-slider .product-card .rating-wrp span {
    display: block;
    line-height: 1;
    font-size: 12px;
}
.img-wrapper {
    position: relative;
    width: 100%;
}
/*********** PRODUCT LISTING LEFT CANVAS PAGE CSS  ***********/
#ProductGridContainer .filter-column-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;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 10px;
}
.close-filter{
  cursor: pointer;
}
.filter-column-title svg {
  width: 16px;
  height: 16px;
}
.collection-leftfilter .product-filter-body,.collection-rightfilter .product-filter-body{
    border: none;
}
.product-filter-column::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(6 6 6 / 30%);
  background-color: #F5F5F5;
}
.product-filter-column::-webkit-scrollbar {
  width: 5px;
}
.product-filter-column::-webkit-scrollbar-thumb {
  background-color:var(--border-color);
}
.collection-rightfilter .product-heading-row .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
#shopify-product-reviews{
  margin: 0px !important;
}
.spr-form-title{
  margin-bottom: 15px;
}
.spr-form-label{
  margin-bottom: 10px;
  display: block;
}
/** COLLECTION LIST PAGE CSS **/
.collection-main-sec .product-card .new-lbl {
    right: auto;
    left: 15px;
    background-color: var(--second-color);
    color: var(--white);
    top: 15px;
}

.collection-main-sec .product-card-inner .product-content {
    position: absolute;
    bottom: -50%;
    left: 50%;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    background-color: var(--white);
    text-align: center;
    -webkit-box-shadow: 0px 0px 33.68223px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 33.68223px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 0px;
    transition: all ease-in-out .5s;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.collection-main-sec .product-card-inner:hover .product-content {
    bottom: 10%;
    transform: translate(-50%, 10%);
    -webkit-transform: translate(-50%, 10%);
    -moz-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    -o-transform: translate(-50%, 10%);
}

.collection-main-sec .product-card-inner .product-bottom-content {
    width: 100%;
    margin-top: 15px;
}

.collection-main-sec .product-card-inner .product-bottom-content .btn {
    padding: 11px 25px;
    width: 100%;
    border: 1px solid white;
}

.collection-main-sec .product-card {
    margin-bottom: 20px;
}

.collection-main-sec .product-card-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 0;
}

.collection-main-sec .product-card-inner .product-top-content h2 {
    font: var(--h4);
}

.collection-main-sec .product-card-inner .product-top-content h2 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
    font-family: var(--first-font);
}
.collection-main-sec .img-wrapper img{
  -o-object-fit: cover;
     object-fit: cover;
}
.shipping-tbl  tr td {
    padding: 10px 10px 10px;
}
/** ABOUT PAGE CSS **/
.about-us-page .about-right-inner img {
    width: 100%;
}

.about-us-page .about-left-inner .section-title {
    max-width: 80%;
    width: 100%;
    margin-bottom: 0;
}

.about-us-page .about-left-inner .section-title h2 {
    margin-bottom: 26px;
    font-family: var(--second-font);
}

.about-full-img-sec .about-full-img img {
    width: 100%;
}

.about-counter-sec .counting {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    font-family: var(--first-font);
}

.about-counter-sec .counting::after {
    content: " +";
    display: inline-block;
}

.about-counter-sec .counting-letter::after {
    content: "k";
}

.about-counter-sec .counter-item {
    text-align: center;
}

.about-counter-sec .counter-item p {
    margin-top: 10px;
}

.about-team-sec .section-title h2,
.about-full-img-sec h3 {
    margin-bottom: 15px;
    font-family: var(--second-font);
}

.about-team-sec .section-title {
    text-align: start;
}

.about-team-sec .product-card-inner {
    padding: 0px;
    border: 0px;
}

.about-team-sec .img-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.about-team-sec .img-wrapper {
    padding-top: 100%;
}

.our-team-slider .product-top-content {
    background: var(--white);
    text-align: center;
    padding: 15px;
}

.our-team-slider .product-card-inner::before,
.our-team-slider .product-card-inner::after {
    display: none;
}

.home-blog-sec .swiper-pagination-clickable .swiper-pagination-bullet,
.our-team-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 3px;
    width: 30px;
    background-color: var(--grey);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.home-blog-sec .swiper-pagination-clickable .swiper-pagination-bullet-active,
.our-team-slider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: var(--theme-color);
}

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

.about-team-sec .product-card .product-top-content p {
    margin: 10px 0px 0px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.about-team-sec .product-card h4 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    font-family: var(--first-font);
}

.about-full-img-sec .section-title,
.about-left-inner .section-title {
    text-align: start;
}

.about-team-sec .product-card .product-card-image {
    margin-bottom: 0;
}
.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 .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);
}
li.soldout.option{
  cursor:no-drop;
}
.products_add-cart-sticky .nice-select::after{
  border-color:var(--black);
   -webkit-filter: invert(1);
           filter: invert(1);
}
.products_add-cart-sticky .nice-select {
    max-width: 150px;
    padding: 8px 35px 8px 15px;
  border:1px solid var(--black);
}
.products_add-cart-sticky .sticky-pro-inner .sticky-btn svg{
  margin:0 8px 0 0 ;
}
.products_add-cart-sticky .sticky-pro-inner .sticky-btn.loading>svg{
  display:none;
}
.products_add-cart-sticky .qty-spinner{
  border-color:var(--black);
}
.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;
}
/** ARTICLE PAGE CSS **/
.article-banner-sec .common-banner-content {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    margin-bottom: 30px;
}

.article-banner-sec .filter-cat {
    margin-bottom: 0px;
    color: var(--black);
}

.article-banner-sec .common-banner-content .back-btn {
    margin-right: 40px;
    display: flex;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    text-decoration: none;
}

.article-banner-sec .common-banner-content .back-btn svg {
    margin-right: 0px;
}

.article-banner-sec .article-bnr-img img {
    width: 100%;
}

.article-banner-sec {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, var(--theme-color)), color-stop(20%, transparent));
    background: -o-linear-gradient(top, var(--theme-color) 80%, transparent 20% 100%);
    background: linear-gradient(to bottom, var(--theme-color) 80%, transparent 20% 100%);
  padding: 40px 0;
}

.articlebar .section-title {
    max-width: 60%;
    width: 100%;
    text-align: start;
}

.articlebar .section-title h2{
    font-family: var(--second-font);
}

.articlebar .section-title .subtitle {
    padding: 5px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid var(--black);
    color: var(--black);
}

.articlebar .about-user {
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.articlebar .abt-user-img {
    width: 30px;
    height: 30px;
}

.articlebar .abt-user-img img {
    height: 100%;
    width: 100%;
}

.articlebar p {
    margin-bottom: 25px;
}
.articlebar h4 {
    font-size: 28px;
    line-height: 1.2;
}
.articlebar h4,
.articlebar h5 {
    margin-bottom: 20px;
    font-family: var(--second-font);
}
.articlebar .art-top-heading {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.articlebar .article-img {
    width: 100%;
    margin-bottom: 15px;
}
.articlebar .art-auther {
    margin-bottom: 20px;
}
.articlebar .quote-box {
    padding-left: 25px;
    border-left: 2px solid var(--black);
    margin-bottom: 20px;
  margin-top:20px;
}
.articlebar .art-auther img {
    width: 100%;
    margin-bottom: 25px;
}
.articlebar .quote-box h5 {
    font-size: 24px;
    line-height: 1.2;
}

.articlebar p a {
    text-decoration: underline;
}

.articlebar .art-tags-icons-wrp {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    border: 1px solid var(--black);
    padding: 15px;
    margin-bottom: 40px;
}

.articlebar .art-tags-icons-wrp .tags-ul li {
    padding: 4px 20px;
    border: 1px solid var(--black);
    line-height: 1;
}

.articlebar .art-tags-icons-wrp .tags-ul li:not(:last-of-type) {
    margin-right: 10px;
}

.articlebar .art-tags-icons-wrp label {
    margin-right: 15px;
}

.art-tags-icons-wrp .art-social {
    background-color: var(--white);
    padding: 10px;
}

.articlebar .comment-form-wrp {
    background: var(--white);
}

.articlebar .comment-form {
    max-width: 750px;
    margin: auto;
    padding: 40px;
}

.articlebar .comment-form .section-title {
    margin: auto;
    max-width: 100%;
    text-align: center;
}

.articlebar .social-icon .social-ul li a svg {
    height: 18px;
    width: 18px;
}

.articlebar .about-user b {
    font-weight: 600;
}

.articlebar .dark-text {
    color: var(--black);
}

.articlebar .social-icon .social-ul li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.articlebar .social-icon .social-ul li:not(:last-of-type) {
    margin-right: 15px;
}

/** CART PAGE CSS **/
.cart-banner-sec .common-banner-content .section-title h2 {
    color: var(--black);
}

.cart-banner-sec .filter-cat{
    color: var(--black);
}

table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
    text-align: left;
    border: 2PX solid var(--border-color);
}

table tr {
    display: block;
}

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

table tr th {
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--theme-color);
    color: var(--white);
}

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

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

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

table tr {
    padding: 20px 0 0;
}

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

    table tr {
        display: table-row;
    }
  .site-footer-three .footer-link-3 .footer-widget ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

}

table tr .bg-gray {
    background: #f8f8f8;
}

.cart-table {
    border: 0;
}

.cart-table tr th,
.cart-table tr td {
    text-align: left;
    padding: 10px;
}

.cart-table tr th{
    background-color: var(--border-color);
    color: var(--black);
}

table tr td:first-child a {
    vertical-align: middle;
}

@media (min-width: 768px) {

    .cart-table tr th:first-child,
    .cart-table tr td:first-child {
        width: 165px;
    }
  
    .sticky-pro-info {
        max-width: 250px;
        width: 100%;
    }
}

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

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

.cart-table .price {
    margin: 0px 0px 10px;
    font-weight: 400;
}

.cart-table h5 {
    margin-bottom: 10px;
}

.cart-table h5 a{
    font-family: var(--first-font);
}

.cart-table .product-option {
    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;
}

.cart-table .product-option:not(:last-of-type) {
    margin-bottom: 5px;
}

.cart-table .product-option dt {
    font-weight: 500;
    margin-right: 5px;
}

@media (min-width: 768px) {

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

    .cart-table tr td:last-child {
        padding-right: 0;
    }
}

.cart-table .qty-spinner button,
.cart-table .qty-spinner input {
    background-color: var(--border-color);
}

.cart-table tr td:last-child {
    font-weight: 600;
}

.cart-page-sec .coupon-table {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
}

.cart-page-sec .coupon-text-btn-wrp {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cart-page-sec .subtotal {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cart-page-sec .btn-transparent svg {
    margin-left: 0;
    margin-right: 0px;
}

.cart-page-sec .btn-transparent svg path {
    fill: var(--black);
}

.coupon-table .coupon-text-btn-wrp .continue-btn .btn:hover {
    color: var(--white);
    border: 1px solid var(--theme-color);
}

.cart-page-sec .btn-transparent:hover svg path {
    fill: var(--white);
}

.cart-page-sec .continue-btn {
    width: auto;
    margin-right: 20px;
}

.cart-page-sec .order-note {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.cart-page-sec textarea {
    padding: 12px 20px;
}

.coupon-table .coupon-text-btn-wrp .order-note textarea::-webkit-input-placeholder {
    color: var(--black);
}

.coupon-table .coupon-text-btn-wrp .order-note textarea::-moz-placeholder {
    color: var(--black);
}

.coupon-table .coupon-text-btn-wrp .order-note textarea:-ms-input-placeholder {
    color: var(--black);
}

.coupon-table .coupon-text-btn-wrp .order-note textarea::-ms-input-placeholder {
    color: var(--black);
}

.coupon-table .coupon-text-btn-wrp .order-note textarea::placeholder {
    color: var(--black);
}

.cart-page-sec .subtotal span p {
    font-size: 12px;
    margin-top: 5px;
}

.cart-page-sec .subtotal .price ins {
    font-size: 22px;
    margin-left: 10px;
}
.cart-page-sec .cart__ctas{
  margin-left: 15px;
}

.cart-banner-sec .common-banner-content .section-title {
    margin-bottom: 0px;
}

.cart-table tr td .quantity-wrp {
    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;
}

.cart-table tr td .quantity-wrp .qty-spinner {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.cart-table tr td .quantity-wrp .remove-btn svg {
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

.coupon-table .coupon-text-btn-wrp .continue-btn .btn {
    color: var(--black);
    gap: 10px;
}

.coupon-table .coupon-text-btn-wrp .order-note textarea {
    border-color: var(--black);
}

.coupon-table .coupon-text-btn-wrp .order-note textarea::-webkit-input-placeholder {
    color: black;
    font-weight: 600
}

.coupon-table .coupon-text-btn-wrp .order-note textarea::-moz-placeholder {
    color: black;
    font-weight: 600
}

.coupon-table .coupon-text-btn-wrp .order-note textarea:-ms-input-placeholder {
    color: black;
    font-weight: 600
}

.coupon-table .coupon-text-btn-wrp .order-note textarea::-ms-input-placeholder {
    color: black;
    font-weight: 600
}

.coupon-table .coupon-text-btn-wrp .order-note textarea::placeholder {
    color: black;
    font-weight: 600
}

.coupon-table .subtotal .checkot-btn .btn {
    border-radius: 10px;
}

/** CONTACT PAGE CSS **/
.contact-page {
    position: relative;
    z-index: 2;
}

.contact-page .contact-right-inner .cart-btn:hover {
    background: transparent;
    border: 1px solid var(--second-color);
    color: var(--second-color);
}

.contact-page .contact-right-inner .cart-btn:hover svg path {
    fill: var(--second-color);
}

.contact-direction-sec .contact-direction-column .cart-btn:hover {
    background: transparent;
    border: 1px solid var(--black);
    color: var(--second-color);
}

.contact-direction-sec .contact-direction-column .cart-btn:hover svg path {
    fill: var(--second-color);
}

.contact-left-inner ul .social-link {
    margin-bottom: 30px;
}

.contact-left-inner ul .social-link .social-inner-link li {
    margin-bottom: 5px;
}

.contact-about-sec {
  border-bottom: 1px solid var(--black);
}

.contact-about-sec .gamer-content-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 40px 0px;
    height: 100%;
}

.contact-about-sec .gamer-content-inner .subtitle {
    color: var(--black);
    margin-bottom: 10px;
    font-family: var(--first-font);
}

.contact-about-sec .gamer-center-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--white);
    color: black;
    padding: 15px;
    height: 100%;
    text-align: center;
}

.contact-left-inner ul li .address {
    line-height: 26px;
}

.contact-left-inner ul li h5 {
    margin-bottom: 15px;
}

.contact-left-inner ul .social-link .social-icons {
    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;
}

.contact-left-inner ul .social-link .social-icons svg path {
  fill: var(--black);
}
.contact-left-inner ul .social-link .social-icons li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.contact-left-inner ul .social-link .social-icons li:not(:last-of-type) {
    margin-right: 15px;
}

.contact-form .form-heading h4 {
    margin-bottom: 15px;
}

.contact-form .form-container p a {
    text-decoration: underline;
}

.contact-direction-sec {
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}

.contact-direction-sec #google_map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.contact-direction-sec .contact-direction-column {
    background-color: var(--white);
    max-width: 300px;
    padding: 30px;
    text-align: center;
    color: var(--black);
}

.contact-direction-sec .contact-direction-column p {
    margin: 15px 0px 20px;
}

.contact-right-inner {
    background: var(--white);
    margin-bottom: -350px;
    color: black;
}

.contact-direction-column .cart-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.contact-page .subtitle {
    font-size: 30px;
}

/** FAQ PAGE CSS **/
.faq-page .set {
    border: 1px solid #EEEEEE;
}

.faq-page .faq-acnav .set:not(:last-of-type) {
    margin-bottom: 30px;
}

.faq-page .set .acnav-label {
    padding: 15px 40px 15px 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: var(--black);
}

.faq-page .set .acnav-label:after {
    content: "";
    position: absolute;
    background-image: url(plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: var(--second-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    right: 10px;
    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;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.faq-page .set.is-open .acnav-label::after {
    background-image: url(minus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px;
}

.faq-page .set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}

.faq-page .faq-right-itm .faq-form,
.contact-page .contact-right-inner .contact-form {
    border: 1px solid #EEEEEE;
}

.faq-left-itm .section-title {
    text-align: start;
}

.form-container {
    padding: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.form-container .btn {
    width: 100%;
}

.form-container:last-child {
    border-bottom: 0;
}

.faq-page .faq-left-itm .section-title h2 {
    margin-bottom: 20px;
}

.faq-right-itm .faq-form .form-container .form-group input {
    border-color: #EEEEEE;
}

.faq-right-itm .faq-form .form-container .form-group input::-webkit-input-placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group input::-moz-placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group input:-ms-input-placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group input::-ms-input-placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group input::placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group textarea {
    border-color: #EEEEEE;
}

.faq-right-itm .faq-form .form-container .form-group textarea::-webkit-input-placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group textarea::-moz-placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group textarea:-ms-input-placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group textarea::-ms-input-placeholder {
    color: black;
}

.faq-right-itm .faq-form .form-container .form-group textarea::placeholder {
    color: black;
}

.faq-right-itm .form-container .cart-btn:hover {
    background: transparent;
    border: 1px solid var(--black);
    color: var(--black);
}

.faq-right-itm .form-container .cart-btn:hover.cart-btn svg path{
    fill: var(--black);
}

.faq-right-itm .col-12:last-of-type .form-group {
    margin-bottom: 0;
}

/** ERROR PAGE CSS **/
.error-main-sec {
    color: var(--black);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.error-main-sec .section-title {
    margin-bottom: 0px;
}

.error-main-sec .eroor-content {
    text-align: center;
}

.error-main-sec .eroor-content .large-text {
    font-size: 100px;
    font-family: var(--first-font);
    font-weight: 500;
    line-height: 75%;
}

.error-main-sec .eroor-content .section-title h3 {
    margin: 25px 0 20px;
}

.error-banner-sec .filter-cat {
    margin-bottom: 0px;
}

.error-banner-sec {
    color: var(--black);
}

.error-main-sec {
    padding: 70px 0;
}

/** REGISTER PAGE CSS **/
.register-page {
    background: var(--white);
}

.login-banner-sec .section-title,
.register-banner-sec .section-title,
.wishlist-banner-sec .section-title{
    margin-bottom: 0;
}

.login-banner-sec,
.login-banner-sec .filter-cat,
.account-banner-sec,
.account-banner-sec .filter-cat,
.privacy-banner-sec,
.privacy-banner-sec .filter-cat,
.register-banner-sec,
.register-banner-sec .filter-cat,
.shipping-banner-sec,
.shipping-banner-sec .filter-cat,
.term-banner-sec,
.term-banner-sec .filter-cat,
.wishlist-banner-sec,
.wishlist-banner-sec .filter-cat,
.order-banner-sec,
.order-banner-sec .filter-cat{
    color: var(--black);
}

.register-page .login-form-inner {
    background-color: #faf9f6;
    padding: 20px;
    color: black;
}

.register-page .login-form-inner .section-title{
    text-align: left;
    margin-bottom: 15px;
}

.register-page .account-info-icon li a {
    background-color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 0 auto 10px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.register-page .account-info-icon {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-justify-content: space-around;
    gap: 20px;
}

.register-page .account-info-icon li a svg {
    height: 30px;
    width: 30px;
}

.register-page .login-form-inner .section-title h3 {
    margin-bottom: 15px;
}

.register-page .login-form-inner .form-container {
    padding: 0;
    border: 0;
}

.register-page .login-form-inner .form-container .submit-btn {
    text-transform: uppercase;
}

.register-page .login-form-inner .form-container .forgot-pass {
    text-decoration: underline;
    text-align: end;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-justify-content: end;
    margin-bottom: 15px;
}

.register-page .login-form-inner .form-container .ssl-secure {
    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;
    gap: 10px;
    margin-top: 15px;
}

.register-page .login-form-inner .create-btn {
    width: 100%;
    text-transform: uppercase;
}

.register-page .login-right-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
}

.register-page .login-right-inner .login-right-top {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    padding: 20px;
}

.register-page .login-right-inner .login-right-bottom {
    height: 100%;
    padding: 20px;
    background-color: var(--theme-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
}

.register-page .account-info-icon li p {
    color: var(--white);
    text-align: center;
}

.register-page .shop-btn {
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.register-page .login-left-inner .cart-btn:hover {
    background: transparent;
    border: 1px solid var(--second-color);
    color: var(--second-color);
}

.register-page .login-left-inner .cart-btn:hover svg path {
    fill: var(--second-color);
}

.register-page .login-right-inner .cart-btn:hover {
    background: transparent;
    border: 1px solid var(--second-color);
    color: var(--second-color);
}

.register-page .login-right-inner .cart-btn:hover svg path {
    fill: var(--second-color);
}

/** MY ACCOUNT PAGE CSS **/
.my-acc-sec table tr th {
    padding: 10px;
    background-color: var(--border-color);
    color: var(--black);
}

.my-acc-sec table {
    border: 1px solid #EEEEEE;
}

.my-acc-sec table tr {
    border-bottom: 1px solid #EEEEEE;
}

.my-acc-sec table tr td {
    padding: 15px 15px 15px;
}

.my-acc-sec .account-details ul li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid var(--border-color);
}

.my-acc-sec .account-details ul li:not(:last-of-type) {
    border-top: 1px solid var(--border-color);
}

.my-acc-sec .account-details ul li label {
    max-width: 11%;
    width: 100%;
}

.my-acc-sec .order-history-frame {
    margin-bottom: 40px;
}

.my-acc-sec .order-history-frame .section-title,
.my-acc-sec .account-details .section-title {
    text-align: start;
}

.my-acc-sec .acc-btn-wrp {
    margin-top: 30px;
}

.my-acc-sec .acc-btn-wrp .acc-btn {
    margin-right: 15px;
}

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

/** ORDER PAGE CSS **/
.order-history-list .order-title {
    margin-bottom: 26px;
}

.order-history-list .order-title h4 {
    margin-bottom: 15px;
}

.order-payment-box {
    max-width: 300px;
    margin-left: auto;
    border: 1px solid #F0F0F0;
    padding: 20px;
    border-top: 0;
}

.order-payment-box ul li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
}

.order-payment-box ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

.order-address-inner .address-title {
    background: var(--border-color);
    padding: 10px;
    margin-bottom: 20px;
}

/** CMS PAGE CSS **/
.cms-page .section-title {
    text-align: start;
}

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

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

.cms-page p,
.cms-page ul li {
    color: var(--seventh-color);
}

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

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

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

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

.shipping-page .shipping-tbl thead {
    border: none;
}

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

.shipping-page table tr th {
    color: var(--white);
    padding: 15px;
}

.shipping-page table tr td {
    background-color: #EEEEEE;
    padding: 15px 15px 15px;
    color: var(--black);
}

.shipping-page table .bg-transparent td {
    background-color: transparent;
    color: var(--black);
}

.shipping-page .help-link {
    margin: 0px 15px 0px;
}

/** WISHLIST PAGE CSS **/
.wishlist-page-sec .stk-status {
    position: relative;
    background-color: #F0F0F0;
    padding: 10px 15px 10px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    color: var(--black);
}

.wishlist-page-sec .stk-status::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #B1DB3A;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wishlist-page-sec .btn-transparent {
    padding: 0;
    border: 0;
    text-decoration: underline;
}

.wishlist-page-sec .btn-transparent:hover {
    background-color: transparent;
    color: var(--theme-color);
}

.wishlist-page-sec .btn-transparent:hover svg path {
    fill: var(--theme-color);
}

.wishlist-table .pro-img-cart {
    border: 1px solid var(--border-color);
    position: relative;
}

/* back to top button */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px #0000001a;
            box-shadow: inset 0 0 0 2px #0000001a;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: #fff;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--second-color);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.progress-wrap.active-progress:after {
    content: "";
    background: url(down-arrow-black1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
/***** SIZE POPUP *****/
.size-popup {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 3;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}
.size-table-wrapper {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.size-popup.active {
    opacity: 1;
    visibility: visible;
}
/**** ASK QUATION POPUP CSS ****/
.ask-qus-popup {
    position: fixed;
    background: rgb(0 0 0 / 61%);
    height: 100%;
    width: 100%;
    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;
    -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;
}

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

.ask-form-wrapper {
    max-width: 35%;
    width: 100%;
    margin: 0 auto;
    background-color: var(--white);
    padding: 30px 20px;
    position: relative;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

}

.ask-qus-popup.active .ask-form-wrapper {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.ask-form-wrapper .close-search {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.ask-form-wrapper .close-search svg {
    width: 20px;
    height: 20px;
}

.ask-form-wrapper .close-search svg path {
    fill: var(--black);
}

.ask-form-wrapper h3 {
    margin-bottom: 25px;
    text-align: center;
}

.ask-submit-btn {
    max-width: 180px;
    width: 100%;
        margin: 0 auto;
}

.ask-submit-btn .btn-secondary {
    padding: 12px 20px;
    width: 100%;
}

.ask-submit-btn .btn-secondary:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.form-field {
    outline: none;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    margin-bottom: 15px;
}

.ask-question-note {
    font-style: italic;
    margin-bottom: 12px;
    text-align: left;
}

.rating-form-dis textarea {
    margin-top: 8px;
}
.product-des {
    margin-bottom: 15px;
}

/** mobile sticky CSS **/
.mobile-sticky-wrp {
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
            box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
    background-color: var(--black);
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0px;
    padding: 8px 40px;
    gap: 15px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.mobile-sticky-wrp svg {
    height: 18px;
    width: 18px;
    margin: 0 auto 5px;
}
.mobile-stickybar {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}
.mobile-sticky-wrp ul li a {
    text-align: center;
}
.mobile-stickybar.show {
    visibility: visible;
    opacity: 1;
}
.mobile-sticky-wrp li {
    line-height: 1;
}
.mobile-sticky-wrp span {
    display: block;
    line-height: 1;
    color: var(--white);
}
.product-form__buttons .shopify-payment-button__button--unbranded {
    text-align: center;
    padding: 11px 25px;
    color: var(--white);
    background-color: var(--black);
    appearance: none;
    outline: none;
    border: 1px solid var(--black);
    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;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  opacity: 1 !important;
  cursor: pointer !important;
  height: auto;
  min-height:auto !important;
}
.product-form__buttons .shopify-payment-button__button--unbranded:hover,
.product-form__buttons .shopify-payment-button__button--unbranded:focus {
    color: var(--black);
    background-color:transparent !important;
}
.product-form__buttons .shopify-payment-button__button--unbranded[disabled] {
    display: none;
}
/*********** SHF LAYOUT SECTION *************/
.layout-section {
    z-index: 6;
    margin: 0;
    padding: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.layout-section.open {
    opacity: 1;
    visibility: visible;
}
.megamenu-popup {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 70%;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    pointer-events: auto;
    width: 100%;
    padding: 40px 20px 20px 20px;
    max-height: 68vh;
    overflow-y: scroll;
}
.megamenu-popup .demo-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
.megamenu-popup .demo-close svg {
    height: 16px;
    width: 16px;
}
.megamenu-popup .demo-close svg path {
    fill: var(--black)
}
.megamenu-popup .megamenu-image a {
    padding-top: 80%;
}
.megamenu-popup .megamenu-content {
    margin-top: 15px;
    text-align: center;
}
.megamenu-popup .megamenu-content span {
    font: var(--h5);
    color: var(--black);
}
.megamenu-popup::-webkit-scrollbar {
    width: 6px;
}
.megamenu-popup::-webkit-scrollbar-track {
    background: var(--white);
}
.megamenu-popup::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
/***** SHF LANGUAGE CSS *****/
.lang-dropdown {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.lang-dropdown svg {
    width: 20px;
    height: 20px;
}
.site-header .lang-dropdown svg path {
    fill: var(--theme-color);
}
 .disclosure__list-wrapper,
.header-layout-one.header-layout-two .disclosure__list-wrapper,
.header-layout-three .disclosure__list-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    min-width: 140px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    margin: 22px 0 0;
    opacity: 1;
    pointer-events: auto;
    color: var(--black);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.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,
.header-layout-one.header-layout-two .disclosure__list-wrapper.hide,
.header-layout-three .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,
.header-layout-one.header-layout-two .disclosure__list-wrapper .disclosure__item,
.header-layout-three .disclosure__list-wrapper .disclosure__item {
    margin: 0;
}
 .disclosure__list-wrapper .disclosure__item a,
.header-layout-one.header-layout-two .disclosure__list-wrapper .disclosure__item a,
.header-layout-three .disclosure__list-wrapper .disclosure__item a {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    color: var(--black) !important;
    width: 100%;
}

.header-layout-one.header-layout-two .disclosure__list-wrapper .disclosure__item:last-child a,
.header-layout-three .disclosure__list-wrapper .disclosure__item:last-child a {
    padding: 0px;
}
 .disclosure__list-wrapper .disclosure__item a.disclosure__link--active,
.header-layout-one.header-layout-two .disclosure__list-wrapper .disclosure__item a.disclosure__link--active,
.header-layout-three .disclosure__list-wrapper .disclosure__item a.disclosure__link--active {
    font-weight: bold;
}
/***** SHF end LANGUAGE CSS *****/
/* ========== feature start=========== */
.product-card .pro-compare,
.compare-label svg,
.product-card .pro-wishlist,
.wishlist-label svg {
    cursor: pointer;
}
.product-card-inner .wish-lbl-wrp .pro-compare.active svg path {
    fill: var(--theme-color);
}
.product-card-inner .wish-lbl-wrp .pro-wishlist.active {
    background: var(--white);
}
.product-card-inner .wish-lbl-wrp .pro-wishlist.active svg path {
    fill: var(--theme-color);
}
.product .compare-label,
.product .wishlist-label,
.product .ask-qus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    cursor: pointer;
}
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn{
 padding: 14px 35px;
    border: 1px solid var(--black);
    background: var(--black);
    font-size: 14px;
    line-height: 1;
    color: var(--white);
    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;
    width: 100%;
}
.notify-sold .notify-btn:hover, .notify-sold .notify-btn:focus {
    background-color: transparent;
    color: var(--black);
}
.notify-sold {
    width: 50%;
}
.out-of-stock-form{
  position: fixed;
  top: 35%;
  padding: 50px 40px;
  left: 0;
  right: 0;
  max-width: 35%;
  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;
  -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;
  visibility:hidden;
}
.out-of-stock-form.active {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    visibility:visible;
}
.notify-txt{
  line-height:1.4;
       color: var(--second-color);
}
.notify-send-btn input::-webkit-input-placeholder{
   color: var(--second-color);
}
.notify-send-btn input::-moz-placeholder{
   color: var(--second-color);
}
.notify-send-btn input:-ms-input-placeholder{
   color: var(--second-color);
}
.notify-send-btn input::-ms-input-placeholder{
   color: var(--second-color);
}
.notify-send-btn input::placeholder{
   color: var(--second-color);
}
.notify-popup-close{
     width: 30px;
    height: 30px;
    background: var(--second-color);
    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;
  border-color:var(--black);
}
.notify-send-btn button{
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: auto;
    padding: 10px 35px;
    background: var(--second-color);
    color: #fff;
}
/*======= currency =======*/
.currency select {
    color: var(--black);
    font-weight: 600;
    border: none;
    padding: 5px 20px 5px 5px;
    background: url(angle-down-black.svg);
    background-position: calc(100% - 0px) 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.currency select option {
    color: var(--black);
}
.products_add-cart-sticky {
    display: none;
    z-index: 2;
    position: fixed;
    bottom: 0;
    background-color: var(--white);
    color: var(--black);
    font-size: 20px;
    width: 100%;
    max-height: 100%;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-box-shadow: 0 0 25px #00000017;
            box-shadow: 0 0 25px #00000017;
}
.products_add-cart-sticky.show-btn {
    display: block;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.products_add-cart-sticky .sticky-image {
    height: 60px;
      border: 1px solid var(--border-color);
}
.products_add-cart-sticky .sticky-pro-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
    gap: 10px;
}
.products_add-cart-sticky .size-select {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sticky-price.price {
    font-size: 15px;
    gap: 2px;
    margin-top: 10px;
}
.sticky-price.price ins {
    font-size: 15px;
}
.sticky-btn.btn:hover {
    background: transparent;
    border: 1px solid var(--second-color);
    color: var(--second-color);
}
.products_add-cart-sticky .select-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 350px;
}
.products_add-cart-sticky .size-select.select-box select {
    margin: 0 20px 0 0;
    color: var(--black);
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
   background: url(product-arrow.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 11px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.products_add-cart-sticky .var-label {
    padding: 5px;
    line-height: 1;
    font-size: 14px;
}
/*======== product list custom css =========== */
.product-grid-view .product-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding-top: 2px;
}
.product-grid-view .product-card-inner::before {
    width: 209%;
}
.product-filter-right-column .product-list-view .product-card {
    width: 100%;
}
.product-filter-right-column .product-card {
    margin-bottom: 20px;
}
.product-card .product-card-inner .product-content-top .product-des p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-filter-right-column .product-grid-view .product-content-top .product-des {
    display: none;
}
.product-card .product-card-inner .product-content-top .product-des {
    margin-bottom: 15px;
}
.product-filter-right-column .product-list-view .pro-btn-wrapper .pro-btn {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    opacity: 1;
    visibility: visible;
}
/*==== product bottom sticky custom css ======  */
.sticky-pro-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.sticky-pro-info .sticky_title {
    font-size: 18px;
}
.products_add-cart-sticky .sticky-price .sale-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
/*======== infinty loader =========*/
.infinit-pagination a {
    margin: 30px auto 0;
    display: block;
}
.infinity-loader {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.js-load-more .hide .infinity-loader {
    margin-left: 8px;
}
.js-load-more {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.load-more_wrap {
    margin: 30px auto 0;
}
/* load more btn */
.hide {
    display: none;
}
/* ====compare and wishlist======== */
.compare-prod-remove svg,
.wishlist-prod-remove svg {
    margin: 0 auto;
    cursor: pointer;
}
.compare-prod-remove svg path,
.wishlist-prod-remove svg path {
    fill: red;
}
.compare-head .section-title,
.wishlist-head .section-title {
    text-align: center;
  margin-bottom:30px;
}
.pro-compare-wrap .pro-compare-left,
.pro-wishlist-wrap .pro-wishlist-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
}
.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%;
  padding:10px;
  text-align: center;
    background: var(--theme-color);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}
.pro-compare-scroll .compare-wrap .compare-val-prod,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label {
   max-width: 25%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  padding: 15px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}
.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: 10px 0;
  font-size:16px;
}
.compare-pro-detail .compare-val-prod .prod-price del,
.wishlist-pro-detail .wishlist-val-prod .prod-price del{
  font-size:14px;
}
.compare-pro-detail .prod-img a,
.wishlist-pro-detail .prod-img a {
    position: relative;
    padding-top: 70%;
    display: block;
    border: 1px solid var(--white);
    border-radius: 10px;
}
.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;
    border-radius: 10px;
}
.compare-wrap,
.wishlist-wrap {
    border-bottom: 1px solid var(--border-color);
}
.pro-compare-section .pro-compare-wrap,
.pro-wishlist-section .pro-wishlist-wrap {
    margin-bottom: 30px;
}
.pro-compare-section .compare-bottom-btn,
.pro-wishlist-section .wishlist-bottom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pro-compare-section .compare-bottom-btn a,
.pro-wishlist-section .wishlist-bottom-btn a {
    min-width: 170px;
}
/*==== cart popup custom css ======  */
.site-header .menu-right .apply-coupan-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
}
.coupan-txt svg {
    width: 22px;
    height: 22px;
}
.site-header .menu-right .apply-coupan-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 10px 30px;
    background: var(--theme-color);
    color: var(--white);
    height: 100%;
    width: auto;
    font-size: 14px;
}
.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 100px 14px 15px;
    border-radius: 10px;
}
/* silder zoom */
.pdp-slider-img.zoom img {
    cursor: crosshair;
   background-color: #EFFCFA;
}
/* ========== feature end=========== */
.input-box {
    position: relative;
}
button {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
}
.cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.pdp-right-column .cart-btn, .pdp-right-column .product-form__buttons {
    width: 50%;
}
.no-js:not(html) {
    display: none !important;
}
.product-form__input input,
.shopify-payment-button__more-options {
    display: none !important;
}
.cart-button span {
    display: none;
}
.grecaptcha-badge {
    z-index: 2;
}
.shopify-challenge__container {
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}
.shopify-challenge__container .g-recaptcha {
    margin: 0 0 20px;
}
.edit-spacer {
    margin: 30px 0 0;
}
.search-form-wrapper form {
    position: relative;
}
.search-popup .close-search {
    background: none;
    border: none;
    padding: 0;
}
.order-detail h4 {
    margin-bottom: 15px;
}
.order-detail p {
    margin-bottom: 20px;
}
.order-detail {
    margin-bottom: 40px;
}
.order-history-tbl tr {
    border-bottom: 1px solid #f0f0f0;
}
.adadress {
    border: 1px solid var(--border-color);
}
.addressheading {
    padding-top: 15px;
}
.adadress .form-container .continue-btn {
    width: auto;
}
.adadress .form-group label {
    text-align: start !important;
    width: 100%;
}
.adadress select, .edit-spacer select{
      background: url(angle-down-black.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
      background-position: calc(100% - 10px) 50%;
}
.newadress-btn {
    text-align: center;
}
.my-add-sec .main-new-address {
    border: 1px solid var(--border-color);
    padding: 15px;
}
.my-add-sec .adress-main-list {
    border: 1px solid var(--border-color);
    padding: 15px;
    margin: 30px 0 0;
}
.my-add-sec .adress-main-list .add-default{
  margin-bottom:10px;
}
.my-add-sec .adress-main-list .add-default .btn{
  margin-right: 15px;
}
.my-add-sec .adress-list .form-wrapper {
    border: 1px solid var(--border-color);
}
.my-add-sec .adress-list .continue-btn {
    width: auto;
}
.acc-details p,
.acc-details h4 {
    margin-bottom: 15px;
}
.acc-back-btn-wrp {
    gap: 12px;
}
.my-add-sec .main-new-address .back-btn {
    margin: 0 0 10px;
}
.acc-back-btn-wrp button {
    gap: 8px;
    padding: 11px 15px;
}
.acc-back-btn-wrp button svg {
    margin: 0px;
}
.add-details {
    background: var(--sixth-color);
    padding: 20px 0px;
}
.add-details h5 {
    margin: 0 0 15px;
    background: var(--second-color);
    color: var(--white);
    padding: 10px 15px;
}

.addresses .btn-secondary svg path {
    fill: var(--white);
}
.addresses .btn-secondary:hover svg path {
    fill: var(--black);
}
.product-form .cart-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
}
.product-form  .btn[disabled]:hover {
  background:var(--theme-color);
  color: var(--white);
}
.color_steel-blue {
    background-color: #496074 !important;
}
.color_maroon {
    background-color: #93453e !important;
}
.color_cream {
    background-color: #c1b1a1 !important;
}
.color_sea-green {
    background-color: #779388 !important;
}
.color_purple {
    background-color: #6b4787 !important;
}
.color_violet-red {
    background-color: #b78e8c !important;
}
.color_light-pink {
    background-color: #e4c2c0 !important;
}
.color_dark-blue {
    background-color: #292f44 !important;
}
/*=================shf - recommandation ================*/
.product-notification {
    background: var(--theme-color);
    color: var(--white);
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
    max-width: 350px;
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 30px;
    padding: 10px;
    z-index: 2;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}
.product-notification.active {
    bottom: 30px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.product-notification .product-suggest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
}
.product-notification .closeNotify {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.product-notification .closeNotify svg {
    width: 16px;
    height: 16px;
}
.product-notification .closeNotify svg path {
    fill: var(--white);
}
.product-suggest .product-image img {
    border-radius: 10px;
}
.product-notification .product-suggest .product-label {
    margin: 0 0 10px;
}
/*--------------shf recently view product css--------------------*/
#recently-viewed-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
#recently-viewed-products .product {
    width: 25%;
    padding: 0 15px;
}
/*--------------shf filter css--------------------*/
.product-list-view .product-card-inner .product-image-wrapper {
    display: none;
}
.product-list-view .product-card .cart-btn-content form {
    margin: 0;
}
.product-list-view .product-card-inner .product-content .new-lbl {
    margin: 0;
}
/*------------------SHF search page ---------------------*/
.template-search .field {
    position: relative;
}
.template-search .form-control {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.template-search .search__button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 5px;
    width: 40px;
    height: 40px;
    background: var(--second-color);
    padding: 12px;
}
.search input {
    padding: 14px 55px 14px 20px;
}
.template-search .search__button svg {
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.template-search .search__button svg path {
    fill: var(--white);
}
.count-desc {
    margin: 20px 0;
    font: var(--h5);
    text-align: center;
    background: var(--sixth-color);
    padding: 15px 5px;
}
.template-search__results .grid__item {
    margin: 0 0 30px;
}
.page-card h4 {
    margin: 0 0 15px;
}
.template-search__results .grid__item.page-card {
    text-align: center;
}
.template-search__results .blg-cmnt {
    margin: 10px 0 0;
}
/*--------------------SHF Review form--------------------*/
.jdgm-star {
    font-weight: normal !important;
}
.pdp-right-column .jdgm-prev-badge {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 15px;
  margin-bottom:15px;
}
a.product-write-review{
  gap: 5px;
}
/*------------------- SHF msg ---------------------------*/
.newsletter-form__message {
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 10px 0 0;
    font: var(--common-text);
}
.newsletter-form__message--success {
    color: #0a942a;
    border-color: #0a942a;
}
.newsletter-form__message--error {
    color: #dc0000;
}
/*------------------- SHF error-msg---------------------------*/
.comment-form .errors {
    margin: 0 0 20px;
}
.comment-form .errors ul {
    padding: 15px 20px;
    border: 1px solid #ff0000;
    background: #ff00001f;
}
.comment-form .errors ul li {
    margin: 0 0 5px;
    color: #ff0000;
}
.comment-form .errors ul li:last-child {
    margin: 0px;
}
.form__message {
    border: 1px solid #ff0000;
    display: block;
    padding: 10px;
    color: #ff0000;
    background: #ff00001c;
    margin: 0 0 15px;
}
.form__message_success {
    border: 1px solid #276221;
    display: block;
    padding: 10px;
    color: var(--black);
    background: #27622147;
    margin: 0 0 15px;
}
footer .form__message_success {
    margin-top: 15px;
    position: unset;
    border: 1px solid #276221;
}
.subscribe-section-form small {
    margin: 15px 0 0;
    z-index: 2;
}
/*------------------- SHF dropdown ---------------------------*/
.account-header {
    position: relative;
    margin-right: 15px;
}
.login-header .menu-dropdown li {
    padding: 0 !important;
    max-width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
.header-style-two .menu-right .account-header .menu-dropdown a {
    background: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.header-style-two .menu-right .account-header .menu-dropdown li {
    margin: 0;
}
.header-style-two .currency select,
.header-style-two .lang-dropdown .nice-select,
.header-style-three .currency select,
.header-style-three .lang-dropdown .nice-select {
    padding: 0 15px 0 0;
}
.site-header .menu-right li.login-header li {
    background: none;
    margin-left: 0 !important;
}
.collection--empty h3 {
    margin: 0 0 10px;
}
.site-header .count,
.header-layout-two .count,
.header-layout-three .count {
    position: absolute;
    top: -10px;
    left: 11px;
    height: 17px;
    width: 17px;
    color: var(--black);
    font-size: 9px;
    border-radius: 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;
    line-height: 1;
    border: 1.36364px solid var(--theme-color);
    background-color: var(--theme-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
/****** SHF CART DRAWER CSS ********/
.cartDrawer svg#icon-cart-emty path {
    fill: var(--black);
}
.cartDrawer {
    padding: 0px;
}
.mini-cart-footer .js-contents {
    display: none;
}
.cart__warnings,
.cartDrawer .minicart__warnings,
.cartDrawer .cart__empty-text,
.cartDrawer.is-empty .cart__contents,
.cartDrawer.is-empty .cart__footer,
.cartDrawer .cart-items.is-empty .title-wrapper-with-link,
#main-cart-footer.is-empty {
    display: none;
}
.cart-item__error-text:empty+svg {
    display: none;
}
.cart__items-wrapper .is-empty .cart__warnings {
    display: block;
}
.cartDrawer.is-empty .cart__empty-text,
.cartDrawer.is-empty .cart__warnings {
    display: block;
    color: var(--black);
}
.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%;
}
.cartDrawer.is-empty .cart__warnings svg {
    margin: auto;
}
.cartDrawer svg#icon-cart-emty {
    width: 55px;
    height: auto;
    fill: currentColor;
    margin: 0 auto 15px auto;
}
.closecart svg path {
    fill: var(--black);
}
.active-menu header:after,
.popup-toggle header:after,
.open header:after,
.mobile-open header:after,
.quick-active header:after,
.notify-active header:after,
.filter-open header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li:not(.has-children) a svg,
.product-card .product__media-item:not(:first-child) {
    display: none;
}
/*=================SHF address page =============*/
#recover,
#recover+.recover-password,
#recover:target~.back-toshop,
#recover:target~.section-title,
#recover:target~.login-form {
    display: none;
}
#recover:target+.recover-password,
#recover:target {
    display: block;
}
.addresses [aria-expanded="false"]~div[id] {
    display: none;
}
.addresses [aria-expanded="true"]~div[id] {
    display: block;
    margin: 30px 0 0;
}
#address_form_new .checkbox-custom label:before {
    border-color: var(--border-color);
}
/*=========== SHF home product image hover ===============*/
.card__media {
    position: relative;
}
.card__media .hover-img {
    opacity: 0;
    visibility: hidden;
    position: absolute !important;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.card__media .hover-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-position: center;
       object-position: center;
}
.card__media:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
.card__media:hover .default-img {
    opacity: 0;
    visibility: hidden;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: none !important;
    opacity: 0.35 !important;
    cursor: not-allowed !important;
}
.product-content-top a,
.search-heading a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.desk-only,
.hidden,
.visually-hidden,
[hidden] {
    display: none !important;
}
.overlay.active,
.cartOpen .overlay:after,
.quick-active .overlay:after,
.active-menu .overlay:after {
    content: " ";
    z-index: 4;
    background: rgb(0 0 0 / 49%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.product-list-view .flex-card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.wishlist-page-sec .wishlist-img {
    border-radius: 10px;
    display: block;
}
.wishlist-page-sec .wishlist-img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.wishlist-page-sec .wishdesc.product-content-bottom {
    background: #0C0324;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
}
.wishlist-page-sec .product-title {
    margin-bottom: 10px;
}
.wishlist-page-sec .price {
    gap: 5px;
}
.wishlist-page-sec .wish-btn-wrp {
    gap: 15px;
}
.wishlist-page-sec .innerwimg .wishactive .addtowish {
    display: block;
}
.wishlist-page-sec .innerwish {
    position: relative;
}
.header-style-two.site-header .menu-right .serch-mobile-only {
    display: block;
}
.site-header .menu-right li.cart-header .mini-cart-title .remove_item svg{
  width:15px;
  height:15px;
}
.site-header .menu-right li.cart-header .mini-cart-title .remove_item{
  display:block;
}
.product-filter-body .facets__form{
  padding-bottom:10px;
}
/*=========== SHF end ===============*/
.shipping-frame {
    margin-bottom: 20px;
}
.cartDrawer.is-empty .cart__warnings .btn-transparent {
    gap: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
  color:var(--black);
}
.cartDrawer.is-empty .cart__warnings .btn-transparent svg path {
  fill: var(--black);
}
 /* ============cart-gift============ */
.cart-page-sec #cart-gift-wrap {
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color: var(--border-color);
    padding: 15px;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.cart-page-sec #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;
}
.cart-page-sec #cart-gift-wrap .gift-cart-dtl span{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  line-height:1;
}
.cart-page-sec #cart-gift-wrap .gift-cart-dtl {
  gap:5px;
}
.cart-page-sec .is-empty .btn {
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin:  auto;
    color: var(--black);
}
.cart-page-sec .is-empty .btn svg path {
    fill: var(--black);
}
.facet-checkbox>input[type=checkbox]:checked~.feather-check {
    color: var(--theme-color) !important;
    width:15px;
    height:15px;
}
.facet-checkbox input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
}
.facet-checkbox input[type=checkbox] {
    border-color: var(--black);
}
.header-layout-three .mobile-btn-right svg path {
    fill: var(--black);
}
.product-card .rating-wrp {
    margin-bottom: 10px;
}
/* ======comment========== */
.comment-item-wrapper .comment-item {
    border: 1px solid var(--border-color);
    padding: 20px;
}

.comment-item-wrapper .comment-item .comment-item-inner {
    gap: 20px;
}

.comment-item-wrapper .comment-item .comment-item-image {
    width: 54px;
    height: 54px;
    border: 1px solid var(--second-color);
    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: var(--second-color);
}

.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;
}
  .comment-form-wrp .comments p {
    margin: 0 0 15px;
}

.comment-form-wrp .comments p:last-of-type {
    margin: 0;
}

.articlebar .comment-item-wrapper {
    padding-bottom: 0;
}
  /*================= 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;
}
  body.account table tr td:first-child a{
  text-decoration: underline;
}
  /* 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 0;
}

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

progress[value]::-webkit-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: #F2F2F2;
}

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

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

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

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

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

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

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

.progress-icon {
    position: relative;
    top: 25px;
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color);
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-animation: blinkers 1.5s infinite;
    animation: blinkers 1.5s infinite;
}

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

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

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

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

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

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

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

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

/* cart-progress-bar end */
.langauge-lbl{
  position:relative;
}
.languages .nice-select-arrow,
 .currency .nice-select-arrow,
 .currency .nice-select 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;
}
.languages .nice-select::after,
 .currency .nice-select::after{
   right:10px;
   height: 8px;
    width: 8px;
   top:10px;
   border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
       -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
 }
.disclosure__list-wrapper .disclosure__item a.disclosure__link--active, .disclosure__list-wrapper .disclosure__item a:hover {
    background-color: #f3f0ee;
}
.currency ul.list{
  top:143%;
}
 .currency .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.languages .nice-select.disclosure__button[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.main-search .template-search .search input{
  border-color:var(--black);
}
.blog-grid-sec .blog-with-rightbar .row{
  row-gap:20px;
}
.blog-grid-sec .blog-with-rightbar .blog-card{
  margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}
.blog-grid-sec .blog-card .blog-card-inner{
      display: flex;
    flex-direction: column;
    height: 100%;
}
.articlebar .comment-item-wrapper {
    padding-bottom: 0;
    margin: 0 auto;
    width: 60%;
    padding-top: 20px;
}
/*****************  responsive  ******************/
@media (min-width:992px) {
  .desk-only {
    display: block !important;
  }

  .mobile-only {
    display: none !important;
  }
  .header-layout-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;
    padding-left: 30px;
  }
  .header-layout-one .mobile-menu {
    display: none;
  }
  ul.tabs li {
    font-size: 20px;
  }

}

@media screen and (min-width:768px) {
 .size-close-btn {
      text-align: end;
    }
    .size-popup .size-form {
        background-color: var(--white);
        color: var(--black);
        padding: 15px;
        max-height: 80vh;
        height: 100%;
        overflow: auto;
    }
    .size-popup button.close-btn.btn {
        background: white;
        color: black;
        border: 1px solid white;
        margin-bottom: 10px;
    }
 
    .size-popup .size-form H4 {
        margin-bottom: 20px;
    }
    .size-popup table tr th {
        color: var(--black);
    }
  .product-list-row .product-filter-body,
  .product-list-row .tabs-container {
    position: sticky;
    top: 10%;
  }
  .product-sec .sticky-column {
    position: sticky;
    top: 10%;
  }
  .product-sec .product-main-item {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .footer-row .acnav-list1 {
    display: block !important;
  }
  .mobile-stickybar {
    display: none;
  }
     /*********** PRODUCT LISTING LEFT CANVAS PAGE CSS  ***********/
  .collection-leftfilter .product-filter-column,.collection-rightfilter .product-filter-column {
    position: fixed;
    top: 0;
    background: var(--white);
    left: 0;
    max-width: 350px;
    width: 100%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    transition: all ease-in-out .5s;
    -webkit-transform: translate(-100%,0px);
    -ms-transform: translate(-100%,0px);
    transform: translate(-100%);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    margin: 0;
    padding: 20px;
  }
  .collection-rightfilter .product-filter-column{
    -webkit-transform: translate(100%,0px);
    -ms-transform: translate(100%,0px);
    transform: translate(100%, 0px);
    left: auto;
    right: 0px;
  }
   .filter-open .collection-leftfilter .product-filter-column,.filter-open .collection-rightfilter .product-filter-column {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    overflow: auto;
    height: 100%;
  }
}
@media (min-width:1200px) {
    .header-layout-one.header-layout-three .menu-right .serch-mobile-only{
        display: none;
    }
}
@media screen and (max-width:1300px) {
  .home-banner-arrow.tab-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: absolute;
    bottom: 25px;
    width: 100%;
  }

  .home-banner-slider .swiper-wrapper.banner-wrapper {
    padding-bottom: 30px;
  }

  .home-banner-arrow .swiper-button-prev,
  .home-banner-arrow.tab-btn-wrapper .swiper-button-next {
    position: unset;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .tab-btn-wrapper .swiper-button-next::before {
    background-size: 28px;
  }

  .categories-btn-arrow.tab-btn-wrapper .swiper-button-next {
    right: 10px;
  }

  .categories-btn-arrow.tab-btn-wrapper .swiper-button-prev {
    left: 10px;
  }

  .footer-img2 {
    display: none;
  }
}
@media screen and (max-width:1199px) {
  :root {
    --h1: normal 500 40px/1.2 var(--first-font);
    --h2: normal 500 34px/1.2 var(--first-font);
    --h3: normal 500 26px/1.2 var(--first-font);
    --h4: normal 500 20px/1.2 var(--first-font);
    --h5: normal 500 18px/1.2 var(--first-font);
    --h6: normal 500 16px/1.2 var(--first-font);
  }
  .out-of-stock-form {
   max-width: 45%;
}
  .bestseller-img,
  .pro-img,
  .new-img,
  .party-img,
  .testi-img1,
  .footer-img2,
  .news-img1,
  .about-bg-image {
    display: none;
  }
    .header-layout-one.header-layout-three .menu-items-col .search-header .forms-input{
        display: none;
    }
  /* **main banner *** */
  .main-banner-sec .banner-content-wrapper {
    height: 70vh;
  }
  .main-banner-sec .banner-content-wrapper .section-title h2 {
    font-size: 50px;
  }

  .product-categorie-right.menu-right-inner .categorie-menu-list p {
    display: none;
  }

  .best-seller-sec .offer-box-body {
    padding: 20px;
  }

  .site-footer-three {
    padding: 40px 0px 0px 0px;
  }

  .site-footer-three .footer-bottom-wrp {
    margin-top: 30px;
  }

  .full-product-sec .full-product-slider {
    padding: 0 6%;
  }

  /**** PRODUCT-LIST PAGE CSS START ****/
  .text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    padding: 8px 8px;
  }

  .product-list-view .product-card-inner .product-top-content {
    max-width: 270px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
  }

  /**** PRODUCT-LIST PAGE CSS END ****/
  /**** BLOG PAGE CSS ****/
  .blog-grid-sec .blogleftbar .elegant-slider {
    padding: 10px 10px 10px;
  }

  .blog-grid-sec .blg-recent .blog-itm .blog-image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .blog-grid-sec .blg-recent .blog-itm .blog-content {
    margin-left: 0px;
    margin-top: 10px;
  }

  .blog-grid-sec .blogleftbar .elegant-slider .product-arrow-wrapper .swiper-button-next {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    top: 50%;
    right: 0;
  }

  .blog-grid-sec .blogleftbar .elegant-slider .product-arrow-wrapper .swiper-button-prev {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    top: 50%;
    left: 0;
  }

  .blog-grid-sec .blogleftbar .elegant-slider .product-arrow-wrapper {
    position: unset;
  }

  .blog-grid-sec .blg-elagant .product-card-inner {
    padding: 0px;
    border: 0px;
  }

  /**** BLOG PAGE CSS END ****/
  /**** ABOUT PAGE CSS START ****/
  .about-us-page .about-left-inner .section-title {
    max-width: 100%;
  }

  .about-us-page .about-left-inner .section-title h2 {
    margin-bottom: 20px;
  }

  .about-counter-sec .counting {
    font-size: 34px;
  }

  /**** ABOUT PAGE CSS END ****/
  /**** ARTICLE PAGE CSS START****/
  .articlebar h4 {
    font-size: 22px;
  }

  /**** ARTICLE PAGE CSS END ****/
  /* ***wishlist page css start ****** */
  .wishlist-table tr th:first-child,
  .wishlist-table tr td:first-child {
    width: 80px;
  }

  .wishlist-table tr th:nth-child(2),
  .wishlist-table tr td:nth-child(2) {
    width: 200px;
  }

  .wishlist-table .btn {
    padding: 11px 12px;
    text-transform: capitalize;
  }

  .cart-table .price ins {
    font-size: 16px;
  }

  .cart-table .price del {
    font-size: 14px;
  }

  .wishlist-table .view-btn {
    padding: 11px 10px;
  }

  .wishlist-page-sec .stk-status {
    padding: 8px 10px 8px 25px;
  }

  .wishlist-page-sec .stk-status::after {
    left: 8px;
  }

  /* **wishlist page css end */
  .main-banner-sec .banner-content-inner .section-title .subtitle {
    font-size: 30px;
  }

  .offer-box-top h2 {
    font-size: 30px;
  }

  .ask-form-wrapper {
    max-width: 70%;
  }

  .product-list-view .product-card .cart-btn-content .btn {
    padding: 11px 15px;
  }

  .service-slider:hover .tab-btn-wrapper {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width:991px) {
  .cart-form,
  .quick-view-left .qnty-btn-wrp{
    gap:10px;
  }
    .quick-view-left .qty-spinner {
  height:36px;
}
   .quick-view-left .pro-cart-btn .btn-secondary,
  .product-form__buttons .shopify-payment-button__button--unbranded{
     padding:10px 15px;
   }
  .mobile-menu-wrapper .mobile-lag {
        padding: 15px 10px;
        gap: 20px;
        border-bottom: 1px solid var(--black);
    }
.languages .nice-select:after, .currency .nice-select:after{
    top:14px;
  }
  .currency ul.list {
    top: 116%;
}
    .mobile-lag .languages,
    .mobile-lag .country-name {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-shadow: 0 1px 2px 1px #00000029;
        box-shadow: 0 1px 2px 1px #00000029;
        color: var(--black);
    }
  
  :root {
    --h1: normal 400 36px/1.2 var(--first-font);
    --h2: normal 400 33px/1.2 var(--first-font);
    --h3: normal 400 28px/1.2 var(--first-font);
  }

  .pt {
    padding-top: 40px;
  }

  .pb {
    padding-bottom: 40px;
  }

  .full-product-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
.pdp-right-column .cart-btn, .pdp-right-column .product-form__buttons button {
    padding: 10px 22px;
}
  .size-table-wrapper {
    max-width: 80%;
}
  /**** HEADER CSS START ****/
  .header-layout-one .main-navigationbar .menu-items-col .main-nav {
    display: none;
  }

  .header-layout-one .main-navigationbar {
    padding: 15px 0px;
    background-color: black;
    border-bottom: 1px solid var(--white);
  }

  .announcebar {
    display: none !important;
  }

  .site-header .main-navigationbar .logo-col {
    max-width: 100px;
  }
.out-of-stock-form {
   max-width: 50%;
   padding: 50px 30px;
}
  .main-navigationbar .menu-right .login-header .nice-select {
    padding: 10px 0px 10px 26px;
    font-size: 0;
  }

  .main-navigationbar .menu-right .nice-select .list {
    margin-top: 15px;
  }

  /**** HEADER CSS END  ****/
  /* ***HEADER TWO CSS */
  .header-layout-one.header-layout-two .logo-col-1 {
        display: block;
        max-width: 110px;
        width: 100%;
    }
    .header-layout-one.header-layout-two .logo-col{
        display: none;
    }

  /* **HEADER TOW END */
  /***** mian banner sec  ******/
  .section-title {
    margin-bottom: 20px;
  }

  .main-banner-bg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    background: rgb(0 0 0 / 40%);
  }
  .main-banner-sec .banner-content-wrapper .section-title .subtitle {
    font-size: 25px;
  }
  .main-banner-sec .banner-content-wrapper .section-title h2 {
    font-size: 40px;
    letter-spacing: 2px;
  }

  .main-banner-sec .banner-content-wrapper .section-title span {
    font-size: 30px;
  }

  .banner-right-img {
    max-width: 270px;
    margin: auto;
  }
  .about-sec .pro-description li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .about-sec .pro-description h3 {
    margin-bottom: 10px;
  }
  .full-product-sec .full-product-slider {
    padding: 0;
  }
  .menu-right-inner li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .product-categorie-sec .product-categorie-left {
    padding: 0px;
  }
  .blog-slider .swiper-slide-active .blog-card {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }  .blog-slider {
    padding: 0 0 40px;
  }
  /***** categories-sec ******/
  .categories-sec {
    padding: 40px 0;
  }
  .product-card-inner .img-wrapper,
  .full-product-sec .product-card-inner .img-wrapper {
    padding-top: 95%;
  }
  /* **special sec **** */
  .special-collection-inner .section-title h2 b {
    font-size: 21px;
  }
  /* ** offer-sec **** */
  .offer-sec .offer-box-body {
    padding: 40px 15px;
  }.offer-sec .offer-box-top h2 {
    font-size: 25px;
  }
  /* ***footer ***** */
  .site-footer .footer-social-wrap {
    max-width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .site-footer .footer-subscribe-col {
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
  .newsletter-subscribe-form .btn {
    padding: 14px 15px;
  }
  .header-layout-one .menu-right li svg {
    width: 18px;
    height: 18px;
  }
  /**** CONTACT PAGE CSS START ****/
  .contact-direction-sec {
    padding: 50px 0px;
  }
  /**** CONTACT PAGE CSS END ****/
   /**** PRODUCT LIST PAGE CSS START ******/
  .common-banner-section {
    padding: 40px 0;
  }
  .product-heading-right-column .filter-list-wrp p {
    display: none;
  }
  .product-heading-row .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0 0px;
  }
  .product-heading-right-column .filter-list-wrp p {
    display: none;
  }
  .product-filter-right-column .product-list-view .product-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .product-list-view .product-card-inner .product-content-top {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
    height: auto;
  }
  .product-list-view .product-card-inner .product-card-image,
  .product-list-view .product-card-inner .product-content-bottom {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
  }
  .product-list-view .product-card-inner .product-content-bottom {
    text-align:start;
  }
  .product-list-view .product-card-content {
    width: 100%;
    padding:0;
  }
  .product-filter-right-column .product-list-view .product-card .product-card-inner {
    padding: 0px 0px;
    border: 1px solid var(--border-color);
    padding: 15px;
  }
  .product-list-view .product-card-inner .product-lbl {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .product-list-view .product-card-inner .img-wrapper {
    padding-top: 90%;
  }
  .product-list-view .product-card-inner .wish-lbl-wrp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom:0;
  }
  .product-list-view .color-veriant {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-list-view .size-select .nice-select {
    margin-right: auto;
    margin-left: 0;
  }
  .product-list-view .product-bottom-content .product-star-wrp,
  .product-list-view .product-card .price,
  .product-list-view .color-swatch-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-list-view .product-card .cart-btn-content .btn {
    width: 100%;
  }
  .product-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collection-main-sec {
    padding-bottom: 20px;
  }

  .product-list-view .product-card-inner .img-wrapper img {
    border: 0;
  }

  .product-list-view .product-card-inner .product-top-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-list-view .product-card h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /**** PRODUCT LIST PAGE CSS END ******/
  /**** ABOUT PAGE CSS START ****/
  .about-us-page .about-left-inner .section-title {
    max-width: 100%;
  }
  .about-us-page .about-left-inner .section-title h2 {
    margin-bottom: 20px;
  }
  .about-counter-sec .counting {
    font-size: 34px;
  }
  /**** ABOUT PAGE CSS END ****/
  /**** ARTICLE PAGE CSS START****/
  .articlebar .art-top-heading {
    margin-bottom: 25px;
    padding-bottom: 0PX;
  }
  .articlebar .quote-box h5 {
    font-size: 20px;
  }
  .articlebar .quote-box {
    padding-left: 15px;
  }
  .article-banner-sec .common-banner-content {
    margin-bottom: 20px;
  }
  /**** ARTICLE PAGE CSS END ****/
  /**** CART PAGE CSS START ****/
  .cart-page-sec .coupon-table {
    gap: 15px;
  }
  .cart-page-sec .coupon-text-btn-wrp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .register-page .shop-btn {
    margin-top: 20px;
  }
  .common-banner-section {
    padding: 40px 0;
  }
  /**** CART PAGE CSS END  ****/
  /**** LOGIN PAGE CSS START ****/
  .register-page .login-form-inner .form-container .forgot-pass {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .register-page .form-container .btn,
  .register-page .login-form-inner .create-btn {
    width: auto;
  }
  .register-page .login-btn-wrp,
  .register-page .account-btn {
    text-align: center;
  }
  .register-page .account-info-icon li a {
    height: 50px;
    width: 50px;
  }
  .register-page .account-info-icon li a svg {
    height: 22px;
    width: 22px;
  }
  .contact-about-sec .fashionable-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-about-sec .fashionable-content {
    text-align: center;
  }
  .contact-form .form-container .btn {
    width: auto;
  }
  .contact-about-sec .cosmetic-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  /**** LOGIN PAGE CSS END ****/
  .error-main-sec {
    padding: 60px 0 60px;
  }
  .error-main-sec .eroor-content .large-text {
    font-size: 60px;
    line-height: 1;
  }
  /**** ORDER PAGE CSS START ****/
  .wishlist-table tr th:nth-child(2),
  .wishlist-table tr td:nth-child(2) {
    width: 155px;
  }

  /**** ORDER PAGE CSS END ****/
  /**** CMS PAGE CSS START ****/
  .cms-page ul {
    padding-left: 0px;
  }

  /**** CMS PAGE CSS END ****/
  /**** WISHLIST PAGE CSS STATRT****/
  .cart-table tbody tr .btn-secondary {
    padding: 11px 15px;
  }

  /**** WISHLIST PAGE CSS END ****/

  .blog-card .blog-content-top .client-name,
  .blog-card .blog-content-top h3 {
    margin-bottom: 10px;
  }

  .site-footer .footer-address-wrap {
    max-width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  .site-footer {
    padding: 40px 0 0;
  }
  .product-categorie-sec .product-categorie-right {
    padding: 20px 20px;
  }

  .product-card .product-card-inner .product-card-image .label::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .product-card .product-card-inner .product-card-image .label {
    font-size: 12px;
    line-height: 1;
  }

  .pro-features ul li {
    padding: 15px 0;
  }

  .collection-counter h6 {
    font-size: 14px;
    line-height: 1;
  }

  .collection-counter span {
    font-size: 10px;
    line-height: 1;
  }

  .collection-counter {
    top: 40px;
  }

  .product-list-view .collection-counter {
    left: auto;
    right: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px #6666663b;
            box-shadow: 0px 0px 15px 0px #6666663b;
    margin-bottom: 10px;
  }

  .product-list-view .product-card-inner .product-label-wrp {
    margin-bottom: 0;
  }

  .site-footer-three {
    border-radius: 100px 0 0 0;
    -webkit-border-radius: 100px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -ms-border-radius: 100px 0 0 0;
    -o-border-radius: 100px 0 0 0;
  }

  .site-footer-three .footer-content-wrap {
    padding-left: 0;
  }

}

@media screen and (max-width:767px) {
  :root {
    --h1: normal 400 38px/1.2 var(--first-font);
    --h2: normal 400 28px/1.2 var(--first-font);
    --h3: normal 400 24px/1.2 var(--first-font);
    --h4: normal 400 20px/1.2 var(--first-font);
    --h5: normal 400 16px/1.2 var(--first-font);
  }
      .sticky-pro-info, .products_add-cart-sticky .qty-spinner {
        display: none;
    }
 .products_add-cart-sticky .nice-select {
        max-width: 60%;
    }
      .products_add-cart-sticky .sticky-pro-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .size-tbl tr{
    padding-top:0px;
  } 
.mini-cart-top {
    padding: 15px;
}
    .size-popup table tr td:before {
        content: attr(data-label) ":";
        float: left;
        font-weight: 600;
        color: var(--black);
        text-transform: capitalize;
    }
    .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 ;
    }
  .cartDrawer .related-cart-wrp h3 {
    margin-bottom: 14px;
    font-size: 20px;
}
       .progress-icon {
        width: 45px;
        height: 45px;
    }
	.progress-icon svg {
        height: 30px;
        width: 30px;
    }
  br {
    display: none;
  }

  .btn {
    padding: 10px 22px;
  }
.out-of-stock-form {
   max-width: 75%;
}
  .products_add-cart-sticky .sticky-pro-inn .size-select {
    display: none;
}
  /* ***quick-view-popup**** */
  .quick-view-left-inner {
    padding: 15px;
  }
   .size-table-wrapper {
      max-width: calc(100% - 30px);
    }
    .size-close-btn {
        text-align: end;
    }
    .size-popup .size-form {
        background-color: var(--white);
        color: var(--black);
        padding: 15px;
        max-height: 80vh;
        overflow-y: scroll;
    }
    .size-popup .table-title{
      margin-bottom: 15px;
      text-align: center;
    }
    .size-popup button.close-btn.btn {
        background: white;
        color: #000;
        border: 1px solid white;
        margin-bottom: 10px;
    }
  /*****quick-view-popup**** */
  /****** cardrawer css *******/
  .search-popup {
    padding: 0 15px;
  }
  .cartDrawer {
    width: 100%;
  }
  .cartDrawer .mini-cart-container .mini-cart-header a {
    position: unset;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  .cartDrawer .closecart {
    left: 19px;
    width: 15px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .cartDrawer {
    width: 100%;
  }

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

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

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

  .cartDrawer .minicart-btn-wrapper .cart-bottom-btn {
    padding: 15px 18px;
  }
  .cartDrawer .mini-cart-footer .u-save {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .cartDrawer .mini-cart-footer .checkout-btn {
    max-width: 100%;
    padding: 12px 11px;
  }

  .cartDrawer .mini-cart-body,
  .coupon-popup .coupon-body {
    padding: 20px;
  }

 /* ==========================SHF-responsive======================== */
    .mobile-stickybar {
        display: block !important;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
    }
    .mobile-sticky-wrp {
        padding: 10px 20px;
        gap: 10px;
    }
    .mobile-sticky-wrp svg {
        height: 18px;
        width: 18px;
    }
  /******* main banner sec *******/
  .main-banner-sec .banner-content-wrapper {
    max-width: 100%;
  }

  .main-banner-sec .banner-content-wrapper .section-title .subtitle {
    font-size: 20px;
  }

  .main-banner-sec .banner-content-wrapper .section-title h2 {
    font-size: 34px;
  }

  .product-card .product-card-inner .product-card-social-icon .product-hover-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  .categories-sec-inner .swiper-wrapper {
    padding-bottom: 30px;
  }


  .tab-btn-wrapper .swiper-button-prev,
  .categories-btn-arrow.tab-btn-wrapper .swiper-button-prev {
    width: 27px;
    height: 27px;
    position: unset;
    transform: translate(0%);
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
  }

  .tab-btn-wrapper .swiper-button-next,
  .categories-btn-arrow.tab-btn-wrapper .swiper-button-next {
    width: 27px;
    height: 27px;
    position: unset;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .collection-counter {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    max-width: 35px;
  }

  .subscribe-popup {
    max-width: calc(100% - 30px);
    width: 100%;
  }

  .about-beer-center {
    display: none;
  }

  .about-sec .pro-description, .about-sec .pro-description.about-right {
    text-align: center;
  }

  .about-sec .pro-description.about-left p {
    margin: auto 0 0 0;
    max-width: 100%;
  }

  .about-sec .pro-description.about-right p {
    max-width: 100%;
  }

  .about-sec .pro-description.about-right .pro-content {
    padding-left: 0;
  }

  .about-sec .pro-description li {
    margin-bottom: 20px;
  }

  .about-sec .pro-description.about-right li:last-of-type {
    margin-bottom: 0;
  }

  .about-sec .pro-description li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .about-sec .pro-description .pro-content {
    padding-right: 0px;
  }

  .offer-sec .row {
    gap: 15px;
  }

  .product-categorie-sec .product-categorie-left {
    margin-bottom: 30px;
  }

  .offer-box-top h2 {
    font-size: 26px;
  }

  .product-categorie-inner {
    padding: 20px 0px;
  }

  .product-categorie-sec .product-categorie-right {
    padding: 15px 15px;
  }

  .collection-count-down .counter .counting {
    font-size: 22px;
  }

  .collection-count-down .counter:not(:last-of-type) {
    padding-right: 30px;
  }

  .collection-count-down .counter:not(:last-of-type)::after {
    right: 13px;
    top: 11px;
  }

  .collection-count-down .counter:not(:last-of-type)::before {
    right: 13px;
    top: 22px;
  }

  .testimonials-slider {
    max-width: 100%;
  }

  .testimonials-card .testimonial-card-bottom svg {
    width: 28px;
  }

  .best-seller-slider .tab-btn-wrapper .swiper-button-next {
    left: 55%;
  }

  .best-seller-slider .tab-btn-wrapper .swiper-button-prev {
    right: 55%;
  }

  .swiper-button-prev::before {
    right: 10px;
  }

  .swiper-button-next::before {
    left: -10px;
  }

  .home-banner-arrow .swiper-button-next::before,
  .home-banner-arrow .swiper-button-prev::before {
    background-size: 24px;
  }

  .home-banner-arrow .swiper-button-next::before {
    left: -10px;
  }

  .home-banner-arrow .swiper-button-prev::before {
    right: 10px;
  }

  /* ****footer css *******/

  .site-footer .footer-widget p {
    padding: 0 0 15px;
  }

  .site-footer .footer-address-wrap {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .site-footer .footer-information {
    display: block;
  }

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

  .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
  }

  .site-footer .footer-widget h2 {
    padding: 0 0 0 0;
    color: var(--black);
  }

  .footer-row .acnav-list1 {
    display: none;
  }

  .footer-row .footer-link {
    padding-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }

  .site-footer .footer-row {
    padding: 0px 0px 0px;
    margin-bottom: 5px;
  }

  .footer-col .acnav-label1:after {
    content: '';
    position: absolute;
    height: 25px;
    width: 12px;
    background-image: url(footer-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    -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;
  }

  .footer-col .is-open>.acnav-label1: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);
  }

  .footer-row .acnav-list1 {
    padding-top: 15px;
  }

  .footer-subscribe-form input {
    padding: 10px 20px;
  }

  .site-footer .footer-logo img {
    margin: auto;
  }

  /* *** footer two ***** */
  .site-footer.site-footer-two .footer-row .footer-link-1 {
    padding-top: 15px;
  }

  .site-footer.site-footer-two .footer-row {
    padding: 0;
  }

  /* **** footer three css *** */
  .site-footer .footer-widget p {
    padding-bottom: 0;
  }

  .site-footer-three .footer-contacts {
    margin-bottom: 5px;
  }

  .site-footer-three .footer-link-3 .footer-widget ul {
    display: none;
  }

  .site-footer-three .footer-link-3 .is-open ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .site-footer .footer-link-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  /* **** product page css ***** */
  .pdp-img-left,
  .pdp-img-left-bottom {
    max-height: 100%;
  }


  /**** PRODUCT PAGE CSS end****/
   /**** PRODUCT-LIST PAGE CSS START ****/
  .filter-title .icon {
    display: block;
    max-width: 25px;
    margin: 0 auto;
  }
  .filter-title .filter-ic {
    max-width: 35px;
    border: 1px solid var(--second-color);
    padding: 2px;
    display: block;
  }
  .product-heading-column .filter-title H4{
    display: none;
  }
  .product-heading-column .filter-title {
    display: block;
    padding: 0;
    border: 0;
  }
  .product-filter-right-column .row {
    margin: 0 -15px -20px;
  }
  .filter-open .product-filter-column {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    overflow: auto;
    height: 100%;
  }
  .mobile-facets__open .icon {
    display: block;
    margin: 0 auto;
    width:27px;
    height:27px;
  }
  .mobile-facets__open{
    max-width: 37px;
    border: 1px solid var(--second-color);
    padding: 2px;
    display: block;
  }
  .product-heading-column .filter-title{
    display: none;
  }
  .product-heading-column .mobile-facets__open-wrapper{
    display: block;
    padding: 0;
    border: 0;
  }
  .mobile-facets{
    position: fixed;
    top: 0;
    background: var(--white);
    left: 0;
    max-width: 300px;
    width:100%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
  }
  .mobile-open .mobile-facets{
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    overflow: auto;
    height: 100%;
  }
  .product-filter-body {
    padding: 30px 15px 0px 15px;
    border: 0;
  }
  .close-filter {
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0px;
    right: auto;
    left: 0px;
    z-index: 101;
    width: 30px;
    height: 30px;
    padding: 7px;
    opacity: 0;
    transition: opacity .4s ease;
    background: var(--second-color);
    pointer-events: none;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
  }
  .mobile-open .close-filter {
    opacity: 1;
    pointer-events: visible;
   }
  .close-filter svg {
    height: 100%;
    width: 100%;
  }
  .product-widget>.pro-itm>.acnav-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
  .product-widget .acnav-label:after{
    display: none;
  }
  .product-filter-body .close-filter {
    display: block;
  }
  .product-widget {
    padding: 0px;
  }
  .cartDrawer {
    width: 100%;
  }
  .cartDrawer .closecart {
    width: 15px;
    height: 22px;
  }
  .color-select-main { 
    top: 120px; 
  }
  .clr-select-box{
    top: 143px;
  }
  .small-hide, .medium-hide {
    display: none!important;
  }
  .product-filter-right-column {
    width:100%;
  }
  .product-listing-section .product-heading-row .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .collection-main-sec .product-card-inner .product-content {
    opacity: 1;
    bottom: 0;
  }
  .collection-leftfilter .filter-column-title, .collection-rightfilter .filter-column-title {
    display: none !important;
}
  /**** PRODUCT-LIST PAGE CSS END ****/
  /**** ARTICLE PAGE CSS START ****/
  .articlebar .section-title {
    max-width: 70%;
  }

  .articlebar .about-user {
    margin-bottom: 20px;
  }

  .articlebar p {
    margin-bottom: 15px;
  }

  .articlebar .art-auther {
    margin-bottom: 15px;
  }

  .articlebar h4,
  .articlebar h5 {
    margin-bottom: 15px;
  }

  .articlebar .art-top-heading {
    margin-bottom: 15px;
  }

  .articlebar .quote-box {
    margin-bottom: 20px;
  }

  .articlebar .art-tags-icons-wrp {
    padding: 10px;
  }

  .articlebar .art-tags-icons-wrp .tags-ul li {
    padding: 4px 10px;
  }

  .articlebar .art-tags-icons-wrp label {
    margin-right: 10px;
  }

  .articlebar .social-icon .social-ul li:not(:last-of-type) {
    margin-right: 10px;
  }

  .articlebar .art-tags-icons-wrp {
    margin-bottom: 20px;
  }

  .articlebar .comment-form {
    max-width: 100%;
    padding: 15px;
  }

  .article-banner-sec .common-banner-content .back-btn {
    margin-right: 30px;
  }

  /**** ARTICLE PAGE CSS END ****/
  /**** ARTICLE PAGE CSS START ****/
  .blog-grid-sec .blogleftbar {
    margin-bottom: 30px;
  }

  .article-banner-sec .common-banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }

  .articlebar .section-title {
    max-width: 100%;
  }

  .articlebar .quote-box {
    padding-left: 0px;
    border-left: 0Px;
  }

  .my-acc-sec .acc-btn-wrp .acc-btn {
    margin-right: 10px;
    margin-top: 10px;
  }

  .my-acc-sec .acc-btn-wrp {
    margin-top: 15px;
  }

  /* **ARTICLE PAGE CSS END***** */
  /**** CART PAGE CSS START ****/
  .cart-table tr th,
  .cart-table tr td {
    text-align: center;
  }

  .cart-table .price,
  .cart-table .product-option,
  .cart-table tr td .quantity-wrp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cart-table .qty-spinner {
    margin: 0;
  }

  .cart-table {
    border: 1px solid #EEEEEE;
    border-bottom: 0;
  }


  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }

  .cart-page-sec .coupon-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }

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

  .filter-title .filter-ic {
    border: 1px solid var(--black);
  }

  .filter-title .icon {
    display: block;
    max-width: 25px;
    margin: 0 auto;
  }

  .product-heading-column .filter-title H4 {
    display: none;
  }

  /**** CART PAGE CSS START ****/
  /* *** CONTACT US CSS START ****/
  .contact-right-inner {
    margin-bottom: 0;
  }

  .contact-left-inner ul .social-link {
    margin-bottom: 20px;
  }

  /* ***CONTACT US CSS END *****/
  /**** LOGIN PAGE CSS START *****/
  .login-page .login-left-inner {
    margin-bottom: 30px;
  }

  /**** LOGIN PAGE CSS END *****/
  /**** MY ACCOUNT PAGE CSS START ****/
  .my-acc-sec .order-history-frame {
    margin-bottom: 25px;
  }

  .my-acc-sec .account-details ul li label {
    max-width: 100%;
    margin-bottom: 5px;
  }

  /**** MY ACCOUNT PAGE CSS END ****/
  /**** ORDER PAGE CSS START ****/
  .my-acc-sec table tr td {
    padding: 10px 15px 10px;
  }

  .my-acc-sec table tr {
    padding: 5px 0px;
  }

  .order-payment-box {
    padding: 15px;
  }

  .order-history-list .order-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .register-page .login-form-inner {
    padding: 15px;
  }

  /**** ORDER PAGE CSS END ****/
  /**** WISHLIST PAGE CSS START ****/
  .wishlist-table tr th:nth-child(2),
  .wishlist-table tr td:nth-child(2),
  .wishlist-table tr th:first-child,
  .wishlist-table tr td:first-child {
    width: 100%;
  }

  /**** WISHLIST PAGE CSS END ****/
  /**** SUBSCRIBE POPUP  CSS START ****/
  .newsletter-subscribe-form .input-wrapper input {
    padding: 15px 94px 15px 10px;
  }

  .newsletter-subscribe-form .btn {
    padding: 14px 11px;
  }

  .subscribe-popup p {
    margin: 0 auto 15px;
  }

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

  .collection-main-sec .product-card-inner .product-content {
    bottom: 10%;
  }

  /**** CMS PAGE CSS START ****/
  .shipping-page table tr th,
  .shipping-page table tr td {
    text-align: center;
  }

  .shipping-page .shipping-tbl {
    max-width: 100%;
  }

  /**** CMS PAGE CSS END ****/

  /**** SUBSCRIBE POPUP  CSS END ****/
  .tab-btn-wrapper {
    opacity: 1;
    visibility: visible;
    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;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top:10px;
  }

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

  .ask-form-wrapper {
    max-width: calc(100% - 30px);
  }

  .ask-qus-popup {
    padding: 0 15px;
  }

  .product-card .product-card-inner .pro-btn-wrapper {
    gap: 5px;
  }

  .product-card .stock-label.in-stock,
  .product-card .stock-label.out-stock {
    display: none;
  }

  .product-description-row .sticky-column .pdp-right-column {
    margin-top: 10px;
  }

  .pro-features ul li a {
    font-size: 14px;
  }

  .pro-feature-slider .swiper-wrapper,
  .testimonials-slider .swiper-wrapper,
  .full-product-slider .swiper-wrapper,
  .recent-slider .swiper-wrapper{
    padding-bottom: 30px;
  }

  .partner-logo-slider .swiper-wrapper {
    padding-bottom: 20px;
  }

  .banner-right-img {
    display: none;
  }

  .about-us-page .about-left-inner .section-title {
    margin-bottom: 15px;
  }

  .site-footer .footer-bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .site-footer .footer-bottom-inner p {
    text-align: center;
  }

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

  .error-main-sec .eroor-content .large-text {
    font-size: 40px;
  }

  .error-main-sec .eroor-content .section-title h3 {
    margin: 15px 0 15px;
  }

  .register-page .login-right-inner .login-right-top {
    padding: 0 0 15px;
  }

  .service-slider .swiper-wrapper {
    padding: 10px 0px 20px;
  }

  .site-footer-two .footer-top-row p {
    display: none;
  }

  .site-footer.site-footer-three .footer-content-wrap .footer-widget p {
    margin-top: 10px;
  }

  .site-footer-three {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
  }

  .faq-page .faq-acnav .set:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .quick-view-left .select-material-grp {
    margin-bottom: 15px;
  }

  .quick-view-wrapper {
    max-width: 100%;
  }
  .cartDrawer .mini-cart-header {
    padding: 15px 20px 15px 40px;
  }  
  .cartDrawer .closecart svg path {
    fill: var(--black);
  }
  .cartDrawer .closecart {
    left: 15px;
  }
  .cartDrawer .mini-cart-footer .footer-bottom-icon svg, .coupon-popup .coupon-body .coupon-txt svg {
    width: 25px;
    height: 25px;
  }
  .cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
    padding: 10px 25px;
  } 
  .progress-wrap {
    bottom: 70px;
  }  
  .cartDrawer .related-image {
    max-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }  
  .header-layout-two .main-navigationbar {
    padding: 10px 0px;
  }
  .site-header .count, .header-layout-two .count, .header-layout-three .count{
    height: 15px;
    width: 15px;
  }
  .site-footer-two .footer-logo{
    display: none;
  }
  .site-footer .footer-bottom-inner .payment-image-wrapper{
    gap: 10px;
  }
  .pdp-slider-img {
    padding-top: 85%;
    display:block;
  }
  .pdp-slider-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .product .site-footer{
    padding: 40px 0 90px;
  }
  .product .progress-wrap {
      bottom: 100px;
  }
  .faq-page .set .acnav-label {
    font-size: 14px;
  }  
      .pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
        display: block;
    }
    /*=====  comapre and wishlist====== */
  .compare-data-label::before, .wishlist-data-label::before{
      display: none;
  }
  .compare-data-label, .wishlist-data-label{
    margin-bottom:20px;
  }
  .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: 0px;
}
  .compare-wrap .product-form .product-form__submit, .wishlist-wrap .product-form .product-form__submit{
    padding: 10px 30px;
  }
  .pro-compare-left, .pro-wishlist-left {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
}
  .pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod{
    display:block;
  }
 .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 0 0px;
  }
 .compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a {
    padding-top: 30%;
   border: 0;
}
  .pro-compare-right, .pro-wishlist-right{
    border:1px solid var(--border-color);
    border-bottom:0;
  }
  .compare-wrap, .wishlist-wrap{
    padding-top:20px;
  }
  .compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title {
    font-size: 16px;
  }
  .out-of-stock-form {
    max-width: 75%;
  }
  .compare-head .section-title, .wishlist-head .section-title {
    margin-bottom: 20px;
  }
  .pro-compare-section .pro-compare-wrap, .pro-wishlist-section .pro-wishlist-wrap {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:575px) {
   .offer-box-top {
    text-align: center;
}
  .cart-page-sec .coupon-table,
  .cart-page-sec #cart-gift-wrap,
  .cart-page-sec .subtotal{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
  .main-banner-sec .banner-content-wrapper {
        height: 40vh;
    }
.product-heading-right-column ul.tabs {
  gap:0px;
}
      .products_add-cart-sticky .sticky-pro-inner .sticky-btn span {
        display: none;
    }
  .products_add-cart-sticky .sticky-pro-inner .sticky-btn{
    padding:10px 15px;
  }
.products_add-cart-sticky .sticky-pro-inner .sticky-btn svg {
        width: 15px;
        height: 15px;
        margin-right: 0;
    }
  :root {
    --h1: normal 400 32px/1.2 var(--first-font);
    --h2: normal 400 26px/1.2 var(--first-font);
  }
  #cart-gift-wrap .continue-btn{
    margin-bottom: 0px;
  }
  .cart-page-sec .subtotal{
    gap: 15px;
  }
  .cart-page-sec .cart__ctas {
    margin-left: 0px;
  }
  .site-footer .footer-bottom-inner p {
    font-size:13px;
  }
  .product-heading-right-column .filter-select-wrp {
    display: none;
}
 .product-notification {
    width: 280px;
   left: 10px;
  }
  .out-of-stock-form {
      max-width: calc(100% - 30px);
      padding: 50px 20px 20px;
   }
  .products_add-cart-sticky .sticky-image {
    display: none;
}
  .subscribe-popup .subscribe-bottom {
    padding: 15px;
  }

  .subscribe-popup .subscribe-top .img-wrapper {
    padding-top: 68%;
  }

  .subscribe-popup .subscribe-bottom h4 {
    font-size: 16px;
  }

  /***** header css **********/
  .login-header {
    display: none;
  }

  /****** main banner sec *******/
  .banner-right-img {
    display: none;
  }

  .main-banner-sec .banner-content-wrapper .section-title h2 {
    font-size: 26px;
  }

  .categories-product-top a::after {
    height: 140px;
    width: 140px;
  }

  .testi-img {
    display: none;
  }

  .collection-count-down .counter:not(:last-of-type) {
    margin-right: 10px;
  }

  .special-collection-sec .collection-count-down .counter:not(:last-of-type) {
    padding-right: 30px;
  }

  .special-collection-sec .collection-count-down .counter:not(:last-of-type):before,
  .special-collection-sec .collection-count-down .counter:not(:last-of-type)::after {
    right: 10px;
  }

  .best-seller-slider {
    margin-top: 20px;
  }

  .offer-box-top span ins {
    font-size: 18px;
  }

  .wine-sec .offer-box-top h2 {
    font-size: 22px;
  }

  .wine-sec .offer-box-body {
    padding: 50px 20px;
  }

  .product-categorie-right.menu-right-inner .menu-dot {
    display: none;
  }

  .product-categorie-sec .product-categorie-left {
    padding: 0;
  }

  .product-categorie-left p {
    font-size: 14px;
    letter-spacing: 0;
  }

  .best-seller-sec .offer-box-body {
    padding: 15px;
    height: 250px;
  }

  .best-seller-sec .offer-body-inner{
    max-width: 100%;
  }

  .client-logo-sec {
    padding-bottom: 0;
  }

  .testimonials-card {
    max-width: 100%;
  }

  .testimonials-sec {
    border-top: 1px solid var(--border-color);
    padding: 30px 0;
  }

  .service-sec .service-inner,
  .blog-card .blog-card-inner {
    border: 1px solid var(--border-color);
  }

  /**** PRODUCT PAGE CSS START ****/
  .pdp-filter-cat li:not(:last-of-type) {
    padding-right: 13px;
    margin-right: 6px;
  }

  .pdp-right-column .pdp-social-icons {
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }

  .pdp-right-column .pdp-social-icons p {
    text-orientation: unset;
    -webkit-writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-right: 10px;
  }

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

  .pdp-right-column .pdp-top-content {
    margin-bottom: 10px;
  }

  .pdp-right-column .pdp-social-icons ul li:not(:last-of-type) {
    margin-bottom: 0px;
    margin-right: 15px;
  }

  .pdp-right-column .pdp-social-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .pdp-whislist-btn {
    height: 30px;
    width: 30px;
  }

  .pdp-right-column .section-title {
    max-width: 100%;
  }

  .pdp-right-column .select-color-grp .radio-buttons .button .clr {
    width: 10px;
    height: 10px;
  }

  .pdp-right-column .select-color-grp .button label,
  .pdp-right-column .size-select .button label {
    gap: 5px;
  }

  .pdp-right-column .size-based {
    margin-left: 0px;
  }

  .pdp-right-column .size-based {
    padding: 5px 10px;
  }

  .pdp-right-column .free-dlvry-wrp .free-delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .pdp-right-column .free-dlvry-wrp .delivery-svg svg {
    margin: 0 auto 10px;
  }

  .pdp-tab-sec .pdp-tab-right ul.tabs li a {
    padding: 0 0px 5px;
  }

  .pdp-tab-sec .pdp-tab-right .tab-head-row {
    border-bottom: 0px;
    margin-bottom: 15px;
  }

  .pdp-tab-sec .review-content .review-wrp .review-btn {
    margin-top: 10px;
  }

  .pdp-tab-sec .review-content .review-pdp-title .review-title-left {
    gap: 10px;
  }

  .pdp-tab-sec .review-content .review-title-left h6 {
    margin-left: 0px;
  }

  .filter-select-wrp .featured-select {
    display: none;
  }

  .product-heading-right-column .product-sorting-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0px;
    gap: 0px;
    border: 0px;
    padding: 0px;
  }

  .product-filter-right-column .product-list-view .product-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .product-listing-section .product-heading-row .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .two-img-sec .section-title {
    margin-bottom: 10px;
  }

  .filter-title .icon {
    height: 19px;
    width: 19px;
  }

  .product-card-full .product-card-content h2 span {
    font-size: 26px;
  }

  .product-card-full .product-card-content p {
    font-size: 12px;
  }

  .pro-features ul li {
    padding: 7px 0;
  }

  .set .acnav-label {
    padding: 10px 0;
  }

  /**** PRODUCT PAGE  CSS END ****/
  /* *** blog page start ***** */
  .blog-grid-sec .blg-recent .blog-itm .blog-image .img-wrapper {
    padding-top: 40%;
  }

  .blog-grid-sec .blogleftbar {
    margin-bottom: 30px;
  }

  /* *** blog page end ******/
  /**** ABOUT PAGE CSS START ****/
  .about-counter-sec .row [class*="col"]:not(:last-of-type) {
    margin-bottom: 20px;
  }

  /**** ABOUT PAGE CSS END ****/
  /**** ARTICLE PAGE CSS START ****/
  .articlebar .art-top-heading {
    margin-bottom: 25px;
    padding-bottom: 0PX;
  }

  .articlebar .quote-box h5 {
    font-size: 20px;
  }

  .articlebar .quote-box {
    padding-left: 15px;
  }

  .article-banner-sec .common-banner-content {
    margin-bottom: 20px;
  }

  .blog-grid-sec .blogleftbar {
    margin-bottom: 30px;
  }

  .article-banner-sec .common-banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }

  .articlebar .section-title {
    max-width: 100%;
  }

  .articlebar .quote-box {
    padding-left: 0px;
    border-left: 0Px;
  }

  .articlebar .art-tags-icons-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .my-acc-sec .acc-btn-wrp .acc-btn {
    margin-right: 10px;
    margin-top: 10px;
  }

  .my-acc-sec .acc-btn-wrp {
    margin-top: 15px;
  }

  /**** ARTICLE PAGE CSS END ****/
  /**** CART PAGE CSS START ****/
  .cart-page-sec .continue-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /**** CART PAGE CSS END  ****/
  /**** LOGIN PAGE CSS START ****/
  .register-page .account-info-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact-direction-sec .contact-direction-column {
    padding: 20px;
  }

  .contact-about-sec .cosmetic-content-inner {
    padding: 20px 0px;
  }

  .contact-about-sec {
    padding: 20px 0px;
  }

  /**** LOGIN PAGE CSS END ****/
  /* ***ORDER PAGE CSS START********/
  .order-payment-box {
    max-width: 100%;
  }

  .order-address-sec .row [class*="col-"]:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .order-address-sec p:not(:last-of-type) {
    margin-bottom: 10px;
  }

  /* **FAQ PAGE CSS START *** */
  .faq-page .faq-left-itm {
    margin-bottom: 30px;
  }

  /* **FAQ PAGE CSS END **** */
  .cartDrawer .mini-cart-body,
  .coupon-popup .coupon-body,
  .cartDrawer .mini-cart-footer .cart-footer-top {
    padding: 15px;
  }

  .cartDrawer .mini-cart-container {
    padding: 0px 15px 0px 15px;
  }

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

  .mini-cart-title a.mini-cart-pro-title {
    max-width: 130px;
  }

  .ask-form-wrapper {
    padding: 15px 15px;
    max-width: 100%;
  }

  .product-sec .pdp-right-column .price {
    font-size: 22px;
  }

  .categories-sec {
    padding: 30px 0;
  }

  .special-collection-inner .section-title h2 {
    font: var(--h3);
    font-family: var(--second-font);
    font-weight: 600;
  }

  .offer-box-top h2,
  .offer-sec .offer-box-top h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .offer-box-inner.offer-box-first .offer-box-top h2 b {
    font-size: 20px;
  }

  .product-categorie-left h3 {
    font-size: 20px;
  }

  .about-us-page .about-right-inner,
  .about-full-img {
    height: 200px;
  }

  .about-us-page .about-right-inner img,
  .about-full-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .article-section img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  table tr {
    padding: 15px 0 0;
  }

  .shipping-page table tr td {
    padding: 10px;
  }

  .header-layout-one.header-layout-two .menu-right li.wishlist-header {
    display: none;
  }

  .site-footer-two .footer-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .site-footer-two .footer-subscribe-form {
    width: 100%;
  }

  .site-footer-three .footer-bottom-row {
    text-align: center;
  }

  .article-banner-sec .common-banner-content .back-btn {
    font-size: 12px;
  }

  .art-tags {
    row-gap: 5px;
  }

  .contact-about-sec .gamer-content-inner {
    padding: 20px 0;
  }
 .jdgm-histogram, .jdgm-widget-actions-wrapper {
    margin-bottom:0px !important;
  }
}

@media screen and (max-width:480px) {

  .product-sec {
    padding: 30px 0 0px;
  }

}
.grid__item {
  padding-left: 15px;   /* ya var(--grid-mobile-horizontal-spacing) */
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
    .product-sec .product-main-item {
        margin-top: -36px !important;
        margin-bottom: -39px !important;
    }