/** Shopify CDN: Minification failed

Line 13270:1 Expected "}" to go with "{"

**/
/* ====================SITE GLOBAL STYLE CSS========================= */
*,
:after,:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}
html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
body,html {
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
body::-moz-scrollbar {
    display: none;
}
svg,img {
    max-width: 100%;
    display: block;
}
a,.btn,button {
    text-decoration: none;
    outline: none;
    color: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    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(--first-font);
}
.form-control:focus,[type="text"]:focus,[type="email"]:focus,[type="checkbox"]:focus,[type="password"]:focus,[type="file"]:focus,[type="radio"]:focus,[type="button"]:focus,[type="submit"]:focus,[type="date"]:focus,[type="time"]:focus,[type="tel"]:focus,[type="search"]:focus,[type="button"]:focus,[type="number"]:focus,textarea:focus,select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -webkit-appearance: textfield;
            appearance: textfield;
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--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: var(--white);
    color: var(--second-color);
}
/* =====================SITE TYPOGRAPHY CSS======================== */
p,li,ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}
h1,.h1 {
    font: var(--h1);
}
h2,.h2 {
    font: var(--h2);
}
h3,.h3 {
    font: var(--h3);
}
h4,.h4 {
    font: var(--h4);
}
h5,.h5 {
    font: var(--h5);
}
h6,.h6 {
    font: var(--h6);
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
.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(--second-color);
    display: inline;
    font-weight: 700;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
/* =====================GRID CSS======================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.no-gutters {
    margin: 0 !important;
}
.row [class*="col-"] {
    padding: 0 15px;
}
.no-gutters [class*="col-"] {
    padding: 0;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.d-block {
    display: block;
}
.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%;
}
.offset-left {
    margin-left: calc((100% - 1170px) / 2);
    margin-right: 0px;
    padding-left: 15px;
}
.offset-container {
    position: relative;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
/* ==================== NICE SELECT CSS========================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: solid 1px var(--second-color);
    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.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 35px 10px 15px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(angle-down-small-blue.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: calc(100% - 15px) 50%;
}

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

.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: 100px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -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-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;
  border-radius:10px;
}
.currency ul.list {
    top: 132%;
}
.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;
}
.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 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
 .currency .nice-select-arrow{
   padding:0 !important;
 }
.disclosure__list-wrapper .disclosure__item a.disclosure__link--active, .disclosure__list-wrapper .disclosure__item a:hover {
    background-color: #f3f0ee;
}

 .currency .nice-select,
 .languages .nice-select-arrow{
   background-image:none;
 }
.languages .nice-select.disclosure__button[aria-expanded=true]:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.langauge-lbl {
  position:relative;
}
/* =====================COMMON BUTTON======================== */
.btn {
    text-align: center;
    padding: 12px 20px;
    color: var(--white);
    background-color: var(--second-color);
    appearance: none;
    outline: none;
    border: 1px solid var(--second-color);
    position: relative;
    text-transform: uppercase;
    border-radius: 8px;
    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;
    font-weight: 600;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.btn-secondary svg,.btn svg {
    margin-left: 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(--second-color);
}
.btn:hover,.btn:focus {
    background-color: var(--third-color);
    color: var(--second-color);
    border-color: var(--third-color);
}
.btn-secondary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 28px;
    border: 1px solid var(--theme-color);
    color: var(--second-color);
    background: var(--theme-color);
    -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;
    border-radius: 8px;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.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(--second-color);
}
.btn-secondary:hover {
    background: var(--second-color);
    border: 1px solid var(--second-color);
    color: var(--white);
}
.btn-secondary:hover svg path {
    fill: var(--white);
}
.btn-transparent {
  background: transparent;
  border: 1px solid var(--second-color);
  color: var(--second-color);
}
.btn-transparent:hover {
  background: var(--second-color);
  border: 1px solid var(--second-color);
  color: var(--white);
}
.btn-transparent svg path {
  fill: var(--second-color);
}
.btn-transparent:hover svg path {
  fill: var(--white);
}
.btn-white {
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--second-color);
    font-weight: 700;
}
.btn-white:hover {
    background-color: transparent;
    color: var(--second-color);
    border: 1px solid var(--second-color);
}
.btn-white:hover svg path {
    fill: var(--white);
}
.btn-white svg path {
  fill: var(--second-color);
}
/* ====================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(--second-color);
  border-radius:8px;
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--second-color);
}
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: 600;
}
.form-group .nice-select .list,.form-group .form-control {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
sup {
    top: -0.5em;
}
sub,sup {
    position: relative;
    font-size: 14px;
    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(--second-color);
    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;
}
.right-gliter {
    bottom: 0;
    right: 0;
}
.gliter-img {
    position: absolute;
    z-index: -1;
}
.pt {
    padding-top: 70px;
}
.pb {
    padding-bottom: 70px;
}
.section-title {
    margin-bottom: 26px;
}
.section-title.text-center p {
    margin-top: 14px;
}
.subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--second-color);
}
.img-wrapper {
    position: relative;
    width: 100%;
    display: block;
    background: var(--product-bg);
}
.img-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border-radius: 8px;
    -o-object-position: center;
       object-position: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    mix-blend-mode: multiply;
}
/*** 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, .flex-card .flex-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
/* swiper slider css arrow  */
.arrow-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.arrow-header .arrow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 100px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
    background: var(--second-color);
    outline: none;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    margin-top: 0;
    left: 0;
    right: 0;
    top: 0;
   z-index:2;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
}
.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}
.swiper-button-prev::before, .swiper-button-next::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(Vector.svg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
}
.swiper-button-prev::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: var(--theme-color);
}
.swiper-button-prev:hover svg path, .swiper-button-next:hover svg path {
    fill: var(--second-color);
}
.food-category-inner {
    position: relative;
}
/* =================== CUSTOMIZE THE NAVBAR========================== */
.header-style-one {
     background: var(--white);
     -webkit-box-shadow: 0 4px 55px #183a401f;
             box-shadow: 0 4px 55px #183a401f;
     position: relative;
}
.site-header {
    position: relative;
    z-index: 3;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.site-header .top-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(--white);
}
.home-header {
    background-color: transparent;
    border-bottom: 0px;
}
/*****  ANNOUCEBAR CSS  *****/
.site-header .announcebar {
    background-color: var(--theme-color);
    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;
    opacity: 1;
    padding: 10px 0px;
}
.site-header .announcebar-row {
    padding: 0px 20px;
}
.site-header .announcebar a {
    text-decoration: underline;
}
.site-header .announcebar span {
    background-color: var(--white);
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.site-header .announcebar p {
    color: var(--second-color);
    padding-right: 20px;
}
.site-header .announcebar .annoucebar-right .country-name .nice-select,.site-header .announcebar .annoucebar-right .languages .nice-select {
    border: transparent;
}
.site-header .announcebar .annoucebar-right .languages .nice-select:hover,
.site-header .announcebar .annoucebar-right .languages .nice-select:focus{
  font-family:var(--second-font);
}
.site-header .annoucebar-right .country-name .nice-select span, .site-header .annoucebar-right .languages .nice-select span {
    background-color: transparent;
    font-weight: 600;
}
.site-header .annoucebar-right .languages {
    padding: 0px 20px 0px 5px;
}
/*****  MAIN NAVIGATIONBAR CSS  *****/
.site-header .main-navigationbar .menu-items-col .main-nav>li .pet-categories {
    background-color: var(--second-color);
    color: var(--white);
    padding: 11px 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.site-header .menu-items-col .main-nav>.menu-lnk.has-item>a.pet-categories{
    padding-right: 22px;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li>.pet-categories:hover:before {
    display: none;
}
.site-header .main-navigationbar .pet-categories svg {
    margin-right: 10px;
}
.site-header .main-navigationbar {
   -webkit-transition: .5s all ease-in-out;
   -o-transition: .5s all ease-in-out;
   transition: .5s all ease-in-out;
    padding: 15px 20px;
    color: var(--white);
}
.site-header.home-header .main-navigationbar {
    border-bottom: 1px solid var(--border-color);
}
.site-header .main-navigationbar .menu-items-col {
    width: 100%;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    transition: all ease-in-out 0.4s;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.site-header .menu-items-col .main-nav>.menu-lnk.has-item>a:after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    right: 0px;
    top: 4px;
    padding: 6px 0;
    background: url(angle-down-small-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.site-header .menu-items-col .main-nav>.menu-lnk.has-item>a.pet-categories:after{
    background: url(angle-down-small-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    top: 14px;
    right: 4px;
}
.free-shipping-bar .free-shipping-txt{
  margin:0 0 15px;
}
.site-header .main-navigationbar .logo-col {
    max-width: 75px;
    width: 100%;
}
.main-navigationbar .logo-col.desk-open {
    display: none;
}
.site-header .main-navigationbar .logo-col a {
    display: block;
}
.site-header .menu-right>li a svg {
    width: 22px;
    height: 22px;
}
.site-header .menu-right>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.site-header .menu-right>li a p {
    line-height: 1;
}
.site-header .menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.site-header .count {
    position: absolute;
    top: -5px;
    left: 10px;
    height: 16px;
    width: 16px;
     background: var(--second-color);
    color: var(--white);
    font-size: 12px;
    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);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 25px;
}
.main-navigationbar .menu-items-col-right .menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.site-header .main-navigationbar .menu-right-item .cart-header p {
    color: var(--second-color);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 12px;
    font-weight: 400;
}
.site-header .main-navigationbar .menu-right-item .cart-header {
    position: relative;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li>a {
    color: var(--second-color);
    text-transform: capitalize;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}
.site-header .main-navigationbar .menu-items-col .drop>a:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: -18px;
    top: 7px;
    background: url(angle-down-small-blue.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;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.has-item.active_menu>a:after,.site-header .main-navigationbar .menu-items-col .drop:hover>a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.site-header .main-navigationbar .menu-items-col .main-nav>li>a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    bottom: -3px;
    left: 0;
    right: 0;
    background: var(--second-color);
    margin: 0 auto;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li>a:hover:before {
    width: 100%;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn:before {
    display: none;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg {
    margin-left: 20px;
}
.site-header .menu-items-col .main-nav>.menu-lnk.has-item>a {
    padding-right: 20px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
    padding-left: 00px;
}
.site-header .menu-right li:not(:first-of-type) {
    padding-left: 20px;
}
.site-header .menu-right .login-header .menu-dropdown li{
  margin-bottom: 0px;
}
.site-header .menu-right .login-header .menu-dropdown li:not(:last-of-type){
  margin-bottom: 10px;
}
.site-header .menu-dropdown ul>li a:hover {
    border-color: var(--black);
}
.menu-left-item, .menu-right-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.site-header .menu-dropdown ul>li h5 {
    color: var(--black);
}
/*****  Megamenu css  *****/
.site-header .mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin: 0 0 0 20px;
}
.site-header  .login-header .menu-dropdown ul>li a {
    border:none;
}
.site-header .menu-close-icon svg {
    cursor: pointer;
}
.site-header .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%);
}
.site-header .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: var(--white);
}
.site-header .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: 2;
    padding: 20px;
    border-radius:0 0 8px 8px;
    border-top: 1px solid var(--border-color);
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.site-header .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;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li .menu-dropdown.open_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.site-header .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 15px;
}
.site-header .megamenu-list>li span {
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}
.site-header .menu-dropdown ul>li a {
  border-bottom: 1px solid transparent;
  font-size: 14px;
  color: var(--second-color);
  text-transform: capitalize;
}
.site-header .menu-dropdown .arrow-list>li a:hover,.second-menu-dropdown ul li a:hover {
    border-color: var(--second-color);
}
.site-header .wishlist-counter {
    background: #F7EEE5;
    color: var(--black);
}
.site-header .menu-items-col .main-nav .mobile-menu-button svg {
    height: 22px;
    width: 22px;
}
.site-header .menu-right .nav-srch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-header .menu-right .cart-header .cart-icon, .site-header .menu-right .nav-srch {
    position: relative;
}
.site-header .menu-right li .nav-srch svg {
    position: absolute;
    left: 13px;
    top: 10px;
    z-index: 1;
}
.site-header .mega-menu-container {
    padding: 0 15px;
}
.site-header .mega-menu .demo-btn{
    margin-top: 15px;
}
.site-header .menu-right li .nav-srch input {
    padding: 12px;
    background-color: #F6F6F6;
    border-radius: 6px 0px 0px 6px;
    border: none;
    width: 200px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -ms-border-radius: 6px 0px 0px 6px;
    -o-border-radius: 6px 0px 0px 6px;
}
.search-header .forms-input {
    position: relative;
    z-index: 1;
}
.search-header input {
    border: 0;
    background-color: var(--product-bg);
    border-radius: 8px;
    padding: 11px 65px 11px 36px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.search-header .header-search-form .input-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    width: 17px;
    height: 17px;
}
.search-header .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    padding: 10px;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
}
.search-header .header-search-form .input-btn svg, .search-header.serch-mobile-only a svg {
    width: 18px;
    height: 18px;
}
.serch-mobile-only {
    display: none;
}
.serch-mobile-only a svg path {
    fill: var(--second-color);
}
/* Search-popup */
.search-popup,.subscribe-overlay,.quick-view-overlay, .size-popup {
   position: fixed;
    background:  rgba(33, 45, 53, 0.9);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 4;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.search-popup.active, .size-popup.active {
    opacity: 1;
    visibility: visible;
}
.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.search-popup .close-search svg {
    height: 100%;
    width: 100%;
}
.search-form-wrapper {
    max-width: 1000px;
    width: 100%;
}
.search-form-wrapper form {
    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(--white);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.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 svg {
    margin: 0px;
}
.search-form-wrapper .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 45px;
  padding: 0;
  height: calc(100% - 10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: var(--white);
}
.search-form-wrapper .btn svg path {
    fill: var(--second-color);
}
.search-popup.active {
    opacity: 1;
    visibility: visible;
}
.megamenu-card-inner {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    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);
}
.site-header .megamenu-card .megamenu-image {
    position: relative;
    background-color: #f1f1f1;
}
.site-header .megamenu-card .megamenu-image a {
    padding-top: 90%;
}
.site-header .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: cover;
       object-fit: cover;
}
.site-header .megamenu-card .megamenu-content {
    margin-top: 15px;
    text-align: center;
}
.site-header .megamenu-card .megamenu-content span {
    font: var(--h5);
    color: var(--second-color);
}
.site-header .menu-right .cart-header .cart-price {
    font-size: 16px;
    margin-left: 10px;
    color: var(--second-color);
    font-weight: 500;
}
.site-header .login-header .nice-select {
    border: 1px solid var(--white);
    border-radius: 10px;
}
.site-header .login-header .nice-select.open .list li {
    text-align: center;
}
.site-header .login-header .nice-select:after {
    background: url(header-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    width: 12px;
}
/*****  MOBILE MENU CSS  *****/
.mobile-menu-wrapper {
    position: fixed;
    z-index: 4;
    background: var(--white);
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    right: 0;
    display: block;
    width: 100%;
    max-width: 410px;
}
.mobile-menu-wrapper.active-menu {
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--second-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 115px);
    overflow: auto;
    padding: 10px 20px;
    background: var(--white);
}
.mobile-menu-button {
    display: none !important;
}
.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;
    text-transform: capitalize;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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(--first-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(--first-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 ********/
.overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.overlay.active,.cartOpen .overlay::after,.active-menu .overlay:after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.site-header .menu-right .cartDrawer {
    padding: 0;
}
.cartDrawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    background: var(--white);
    width: 410px;
    height: 100%;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -o-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    color: var(--second-color);
}

.cartOpen .cartDrawer {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
}

.cartDrawer .mini-cart-title a {
    font-size: 16px;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}
.cartDrawer .mini-cart-container {
    padding: 0px 30px 0px 30px;
}
.cartDrawer .mini-cart-header {
    position: relative;
    text-align: center;
    padding: 15px 0 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid var(--border-color);
}

.cartDrawer .cart-tottl-itm {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}

.cartDrawer .closecart {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cartDrawer .closecart svg path {
    fill: var(--second-color);
}
.cartDrawer .closecart svg{
  width:23px;
  height:23px;
}
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}

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

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

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

.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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    background: var(--white);
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.cartDrawer .mini-cart-has-item .free_shipping_bar {
    margin-bottom: 20px;
}

.cartDrawer .free_shipping_txt {
    font-size: 16px;
    line-height: 22px;
}
.cartDrawer .free_shipping_txt .progress_bar_design .bar_design_icon svg path {
    fill: #ffbc11;
}

.cartDrawer .free_shipping_txt .progress_bar_design {
    width: 100%;
    height: 6px;
    margin: 0;
    background-color: #e5e5e5;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bar_design {
    background: #ffbc11;
    height: 6px;
}

.bar_design_icon {
    width: 26px;
    height: 26px;
    border: 1px solid #ffbc11;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.cartDrawer .free_shipping_txt .progress_bar_design .bar_design_icon svg {
    width: 12px;
    height: 12px;
}

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

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

.cartDrawer .mini-cart-image a {
    display: block;
    padding-top: 138%;
    position: relative;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
  overflow:hidden;
}
.cartDrawer .qty-spinner{
  height: 35px;
}
.cartDrawer .mini-cart-image img {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

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

.site-header .cartDrawer .mini-cart-body .mini-cart-item .mini-cart-title {
    margin-bottom: 8px;
    font-weight: 600;
    margin-left: 0;
}

.cartDrawer .mini-cart-footer .footer-bottom-icon svg, 
.site-header .coupon-popup .coupon-txt svg {
    width: 30px;
    height: 30px;
}

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

.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: -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;
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: var(--second-color);
}

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

.site-header .coupon-popup .close-coupon svg,
.site-header .gift-popup .close-gift svg {
    height: 15px;
    width: 15px;
}
 .coupon-popup .coupon-txt svg {
    width: 28px;
    height: 28px;
}
.coupon-popup .coupon-body {
    overflow-y: auto;
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--second-color);
}

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

}

.coupon-code {
    position: relative;
    margin-bottom: 15px;
}

.coupon-code input {
    height: 45px;
    width: 100%;
    border-color: var(--border-color);
    padding: 14px 100px 14px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.coupon-code .apply-coupon-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
}

.coupon-code .apply-coupon-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(--second-color);
    height: 100%;
    width: auto;
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
}

.coupon-popup .close-coupon svg path,
.close-gift svg path {
    fill: var(--black);
}
.coupon-popup .close-coupon svg,
.close-gift svg {
  width:18px;
  height:18px;
}
.gift-body .checkbox-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cartDrawer .cart-variable {
    margin-bottom: 10px;
}

.cartDrawer .cart-variable p {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #4e4e4e;
    margin-left: 0px !important;
}
.qty-spinner {
    border: 1px solid var(--second-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px;
    height: 40px;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.qty-spinner button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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;
    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;
}
.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
}
.price ins {
    font-size: 20px;
    font-weight: 800;
    margin-right: 8px;
}
.price .currency-type sup {
    margin-left: -5px;
}
.price ins.text-danger {
    color: #FF0000;
}
.off-type {
  color:red;
}
.price .currency-type {
    font-size: 12px;
    line-height: 1;
}
.price del, .daily-deal-card .daily-deal-content .product-top-content .price del {
    font-weight: 500;
    font-size: 16px;
    margin-right: 6px;
}
.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;
  font-size:16px;
}

.cartDrawer .price del {
    margin-left: 10px;
    color: var(--second-color);
    font-size: 14px;
}
.cartDrawer .mini-cart-title,
.cartDrawer .pvarprice{
  margin: 0 0 10px;
}
.cartDrawer .price ins {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.cartDrawer .price .currency-type {
    font-weight: 500;
    margin-left: 3px;
    display: inline-block;
    font-size: 12px;
}
.cartDrawer .mini-cart-footer {
    padding: 30px 30px 50px;
    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-icons {
    margin-bottom: 15px;
}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 35px;
    border: none;
    width: 47%;
    background-color: #F5F5F5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.cartDrawer .mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 0 -10px 0px; */
    padding: 20px 0;
    border-top: 1px solid var(--border-color);
}
.cartDrawer .mini-cart-footer-total-row .mini-Subtotal{
    text-align: right;
}
.cartDrawer .mini-total-lbl {
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
}

.cartDrawer .minicart-btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}
.cartDrawer .minicart-btn-wrapper .view-cart-btn {
    background: #3D3D3D;
}
.cartDrawer .minicart-btn-wrapper .Check-btn {
    background-color: var(--black);
      font-size: 16px;
    font-weight: 500;
}
.cart__ctas.cart-bottom-btn {
    background: var(--black);
}
.cartDrawer .minicart-btn-wrapper .cart-bottom-btn {
    padding: 15px 35px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
}

.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;
    margin-left: 0 ; 
}
.cartDrawer .mini-cart-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cartDrawer .remove_item svg path {
    fill: var(--second-color);
}
.cartDrawer .remove_item svg {
    height: 15px !important;
    width: 15px !important;
}
.cartDrawer .emptyCart {
    padding: 50px 0 0 0;
}
.cartDrawer .link-btn:before {
    display: none;
}
/***** SUBSCRIBE POP-UP  *****/
.subscribe-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    color: var(--second-color);
    z-index: 5;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.subscribe-popup .subscribe-popup-inner {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}
.subscribe-overlay,.quick-view-overlay {
    visibility: hidden;
    opacity: 1;
}
.subscribe-overlay.open ,.quick-view-overlay.open{
    opacity: 1;
    visibility: visible;
}
.subscribe-popup .close-sub-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    background: transparent;
    border: none;
}
.subscribe-popup .close-sub-btn svg {
    width: 20px;
    height: 20px;
}
.subscribe-popup .subscribe-right {
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.subscribe-popup .subscribe-right-col {
    padding: 30px;
    width: 100%;
}
.subscribe-popup .subscribe-right-col .section-title h2 {
    letter-spacing: 3px;
}
.subscribe-popup .subscribe-right-col .section-title P {
    margin-top: 15px;
    font-weight: 500;
}
.subscribe-popup .subscribe-right-col .enter-mail input[type="email"] {
    border-color: transparent;
    background: #F5F5F5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.subscribe-popup .subscribe-right-col .enter-mail .submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    background-color: var(--theme-color);
    margin-top: 15px;
    border-color: transparent;
    color: var(--second-color);
    letter-spacing: 5px;
}
.subscribe-popup .subscribe-right-col .enter-mail .submit-btn svg path {
    fill: var(--second-color);
}
.subscribe-popup .subscribe-right-col .subscribe-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-top: 15px;
}
.subscribe-popup .subscribe-right-col .subscribe-social li a {
   display: block;
}
.subscribe-popup .subscribe-right-col .subscribe-social li a svg {
    width: 15px;
    height: 15px;
} 
.index.no_scroll{
  overflow: hidden;
}
/***** HOME BANNER SECTION *****/
.main-banner-left-sec {
    background-color: var(--theme-color);
    max-width: 520px;
    width: 100%;
    border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
}
.main-banner-right-sec {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.main-banner-sec {
    position: relative;
    z-index: 1;
    color: var(--second-color);
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}
.main-banner-sec .container-fluid {
    padding: 0 15px;
}
.main-banner-sec .banner-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px;
    width: 100%;
}
.main-banner-sec .banner-img .home-banner-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.main-banner-sec .banner-img img {
    border-radius: 0px 25px 25px 0px;
    -webkit-border-radius: 0px 25px 25px 0px;
    -moz-border-radius: 0px 25px 25px 0px;
    -ms-border-radius: 0px 25px 25px 0px;
    -o-border-radius: 0px 25px 25px 0px;
}
.main-banner-sec .banner-content-inner h2 {
    letter-spacing: -2px;
    max-width: 250px;
    width: 100%;
    display: inline-block;
    font: var(--h1);
}
.main-banner-sec .banner-content-inner p {
    margin-top: 25px;
    max-width: 350px;
}
.main-banner-sec .banner-content-inner b {
    font-weight: 700;
}
.main-banner-sec .btn-gruop {
    gap: 15px;
    margin-top: 22px;
}
.box-corner {
    position: absolute;
    max-width: 275px;
    z-index: 1;
    top: 10%;
    left: 400px;
}
.main-banner-sec .banner-content-inner .box-corner-inner {
    padding: 20px 15px;
    background: #fff;
    color: var(--second-color);
    -webkit-clip-path: polygon(100% 0, 100% 59%, 70% 73%, 70% 100%, 0 100%, 0% 0%);
            clip-path: polygon(100% 0, 100% 59%, 70% 73%, 70% 100%, 0 100%, 0% 0%);
    border-radius: 8px;
    min-height: 167px;
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.main-banner-sec .banner-content-inner .box-corner .box-corner-inner svg {
    display: inline;
}
.main-banner-sec .banner-content-inner .box-corner .box-corner-inner p {
     margin-top: 12px;
    max-width: 180px;
    font-size: 12px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-banner-sec .banner-content-inner .box-corner .box-corner-inner h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.main-banner-sec .banner-content-inner .box-corner .box-corner-inner h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-banner-sec .banner-content-inner .subtitle{
  margin-bottom: 10px;
}
.main-banner-sec .banner-content-inner .box-corner .box-corner-inner .price ins {
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-banner-sec .banner-content-inner .box-corner .box-corner-inner .price {
    max-width: 170px;
    width: 100%;
}
.main-banner-sec .banner-content-inner .box-corner .box-corner-inner .price ins sup {
    margin-left: 0;
    font-weight: 700;
}
.main-banner-sec .banner-content-inner .btn-cart {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 48px;
    width: 48px;
    padding: 12px;
    display: block;
    z-index: 2;
    cursor: pointer;
    background-color: var(--white);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main-banner-sec .banner-content-inner .btn-cart span {
  display:none;
}
.main-banner-sec .banner-content-inner .btn-cart svg {
    height: 18px;
    width: 18px;
}
.main-banner-sec .banner-content-inner .box-corner:after {
    content: '';
    position: absolute;
    height: 81px;
    width: 83px;
    background: url(box-corner-img.png);
    bottom: 0px;
    right: 0;
    z-index: 1;
    background-size: 83px;
    background-repeat: no-repeat;
}
.section-title h2 {
    max-width: 500px;
    width: 100%;
}
/***** FOOD CATEGORY SLIDER SECTION *****/
.food-category-sec .swiper-slide .food-card-inner {
    background-color: var(--product-bg);
    padding: 25px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.food-category-sec .swiper-slide .food-card-inner:hover{
    background-color: var(--theme-color);
}
.food-category-sec .food-card-inner span {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.food-category-sec .food-card-inner .food-category-image {
    padding-top: 44%;
    position: relative;
    display: block;
}
.food-category-sec .food-card-inner .food-category-image img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
/***** OFFER SECTION *****/
.offer-sec .offer-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}
.offer-sec .offer-box-content {
    width: 100%;
}
.offer-sec .offer-box-inner .offer-box-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: relative;
    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: 27px 20px 20px 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-radius: 8px;
    color: var(--white);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.offer-sec .offer-box-inner .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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.offer-sec .offer-box-inner .offer-box-body:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.offer-box-bottom-sec span, .offer-box-content.item-3 .offer-box-top-sec {
    color: var(--black);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.offer-box-bottom-sec {
    position: absolute;
    bottom: 32px;
    left: 25px;
}
.offer-box-2 {
    left: auto;
    right: 25px;
}
.offer-box-top-sec .sale-label {
    position: relative;
    width: 117px;
    height: 58px;
    background: var(--white);
    border-radius: 100px / 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 100px / 50px;
    -moz-border-radius: 100px / 50px;
    -ms-border-radius: 100px / 50px;
    -o-border-radius: 100px / 50px;
}
.offer-box-top-sec .sale-label::before {
    content: '';
    position: absolute;
    bottom: -25px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 50px solid rgb(255, 255, 255);
    z-index: -1;
    transform: rotate(316deg);
    -webkit-transform: rotate(316deg);
    -moz-transform: rotate(316deg);
    -ms-transform: rotate(316deg);
    -o-transform: rotate(316deg);
}
.sale-label span {
    color: var(--second-color);
    font-weight: 600;
    font-size: 26px;
}
.offer-box-content.item-2 .offer-box-top-sec span, .offer-box-content.item-5 span {
    text-transform: uppercase;
    color: var(--black);
    font-weight: 700;
}
.offer-box-content.item-2 .offer-box-top-sec .item-2-offer h3 {
    font-size: 50px;
    margin-top: 10px;
}
.offer-box-content.item-2 .offer-box-top-sec .item-2-offer span {
    font-size: 22px;
    text-transform: lowercase;
    color: var(--black);
}
.offer-box-content.item-3 .offer-box-top-sec span {
    font-size: 14px;
}
.offer-box-content.item-3 .offer-box-top-sec h3 {
    font-size: 40px;
}
.offer-box-content.item-3 .offer-box-top-sec h3, .offer-box-content.item-4 .offer-box-top-sec h3 {
    color: var(--black);
    font-weight: 700;
    margin-top: 12px;
}
.offer-box-content.item-4 .offer-box-bottom-sec, .offer-box-content.item-5 {
    color: var(--black);
}
.offer-box-content.item-4 .offer-box-bottom-sec span {
    text-transform: capitalize;
    font-weight: 600;
}
.offer-box-content.item-4 .offer-box-bottom-sec h3 {
    font-weight: 800;
    margin-top: 8px;
}
.offer-box-content.item-4 .offer-box-bottom-sec .item-4-offer h4 {
    font-size: 28px;
    margin-top: 30px;
}
.offer-box-content.item-4 .offer-box-bottom-sec .item-4-offer span {
    color: var(--white);
    font-size: 38px;
}
.offer-box-content.item-4 .offer-box-bottom-sec {
    top: 20px;
}
.offer-box-content.item-5 button {
    margin-top: 15px;
}
/*****  PRODUCT SLIDER MENU CSS  *****/
.product-card {
    position: relative;
}
.product-card-inner {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}
.product-card .product-card-image {
    position: relative;
    background-color: var(--product-bg);
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    z-index: 1;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
}
.product-card-inner .img-wrapper {
    padding-top: 80%;
}
.product-card .product-content,.blog-card .blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 15px;
}
.product-card .product-content .product-top-content,.daily-deal-card .daily-deal-content .product-top-content,.blog-card .blog-content .blog-top-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}
.product-card .price{
    margin-bottom: 15px;
}
.product-card .rating-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.product-card .rating-wrp span {
    line-height: 1;
    font-size: 12px;
}
.product-card h3 a,.daily-deal-card h3 a,.blog-card h3 a,.popular-categories-sec .product-card h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}
.daily-deal-card h4 a {
    font-size: 24px;
}
.product-description p {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-top-content h3 {
  margin-bottom:15px;
}
.product-description p svg {
    margin: 0px 5px 2px 0px;
    display: inline-block;
}
.product-card .product-content .product-bottom-content svg, .discount-column-bottom svg, .product-grid-view .cart-btn svg, .pro-detail-bottom .product-form .cart-btn svg {
    margin-right: 10px;
    margin-left: 0;
}
.product-card .product-content .product-bottom-content .btn {
    width: 100%;
}
.product-card .product-content .size-select select{
  margin-bottom:15px;
}
.product-card-image .product-card-social-icon .product-hover-btn a,.daily-deal-image .product-card-social-icon .product-hover-btn a, .daily-deal-card .cart-btn {
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  display:inline-block;
}
.daily-deal-image ul li:not(:first-child) {
    margin-top: 10px;
}
.daily-deal-sec .cart-btn span {
  display:none;
}
.daily-deal-card .flex-card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.product-card-image .product-card-social-icon {
    position: absolute;
    right: 10px;
    top: 15px;
   z-index:1;
}
.product-card-image .product-card-social-icon .product-hover-btn {
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
}
.product-card:hover .product-card-image .product-card-social-icon .product-hover-btn,
.daily-deal-card:hover .product-card-social-icon .product-hover-btn{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.daily-deal-card .product-card-image .product-card-social-icon .product-hover-btn:nth-child(1),
.product-card .product-card-image .product-card-social-icon .product-hover-btn:nth-child(1){
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.daily-deal-card .product-card-image .product-card-social-icon .product-hover-btn:nth-child(2),
.product-card .product-card-image .product-card-social-icon .product-hover-btn:nth-child(2){
    transition: all .3s ease .10s;
    -webkit-transition: all .3s ease .10s;
    -moz-transition: all .3s ease .10s;
    -ms-transition: all .3s ease .10s;
    -o-transition: all .3s ease .10s;
}
.daily-deal-card .product-card-image .product-card-social-icon .product-hover-btn:nth-child(3),
.product-card .product-card-image .product-card-social-icon .product-hover-btn:nth-child(3){
    transition: all .3s ease .20s;
    -webkit-transition: all .3s ease .20s;
    -moz-transition: all .3s ease .20s;
    -ms-transition: all .3s ease .20s;
    -o-transition: all .3s ease .20s;
}
.product-card:hover .product-card-image .product-card-social-icon,
.deal-card-inner:hover .daily-deal-image .product-card-social-icon {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.product-card-image .product-card-social-icon,
.daily-deal-image .product-card-social-icon{
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:10px;
}
.product-card .product-card-image .product-card-social-icon .product-hover-btn,
.daily-deal-card .daily-deal-image .product-card-social-icon .product-hover-btn{
  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;
}
.daily-deal-card .product-card-social-icon .product-hover-btn .compare-label,
.product-card .product-card-image .product-card-social-icon .product-hover-btn .compare-label, 
.daily-deal-card .product-card-social-icon .product-hover-btn .wishlist-label,
.product-card .product-card-image .product-card-social-icon .product-hover-btn .wishlist-label{
  display: block;
    padding: 10px;
    background: var(--theme-color);
    border-radius: 50%;
}
.product-card-image .pro-labl, .deal-card-inner .pro-labl {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--theme-color);
    padding: 4px 10px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 12px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    z-index: 2;
}
.product-offer-timeline {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: var(--theme-color);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--second-color);
    font-weight: 700;
}
.product-offer-timeline svg {
    margin-right: 10px;
    width: 14px;
}
/*****  DAILY DEAL SLIDER CSS  *****/
.deal-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--product-bg);
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.daily-deal-image {
    width: 100%;
    z-index: 1;
    max-width: 200px;
}
.daily-deal-image .product-card-social-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
   
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.daily-deal-image .product-card-social-icon .product-hover-btn {
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
}
.daily-deal-card .daily-deal-image .product-card-social-icon .product-hover-btn:nth-child(1) {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.daily-deal-card .daily-deal-image .product-card-social-icon .product-hover-btn:nth-child(2) {
    transition: all .3s ease .10s;
    -webkit-transition: all .3s ease .10s;
    -moz-transition: all .3s ease .10s;
    -ms-transition: all .3s ease .10s;
    -o-transition: all .3s ease .10s;
}
.daily-deal-card .daily-deal-image .product-card-social-icon .product-hover-btn:nth-child(3) {
    transition: all .3s ease .20s;
    -webkit-transition: all .3s ease .20s;
    -moz-transition: all .3s ease .20s;
    -ms-transition: all .3s ease .20s;
    -o-transition: all .3s ease .20s;
}
.daily-deal-card .daily-deal-image .product-card-social-icon .product-hover-btn:nth-child(4) {
    transition: all .3s ease .24s;
    -webkit-transition: all .3s ease .24s;
    -moz-transition: all .3s ease .24s;
    -ms-transition: all .3s ease .24s;
    -o-transition: all .3s ease .24s;
}
.deal-counter .deal-counter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.daily-deal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.daily-deal-content .daily-deal-content .product-top-content {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    height: 100%;
}
.daily-deal-sec .daily-deal-card .product-bottom-content .count, .discount-sec .discount-offer-column .discount-column-top .deal-timeline .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     background-color: var(--second-color);
    color: var(--white);
    padding: 10px;
    border-radius: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 700;
    line-height: 1;
}
.deal-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.deal-timeline .days, .deal-timeline .hour, .deal-timeline .mins, .deal-timeline .secs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.deal-timeline .days, .deal-timeline .hour, .deal-timeline .mins {
    margin-right: 20px;
}
.daily-deal-card {
    overflow: hidden;
}
.daily-deal-card .daily-deal-content .product-top-content .price,.daily-deal-card .daily-deal-content .product-top-content h3{
    margin-bottom: 15px;
}
.daily-deal-card .daily-deal-content .product-top-content p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.daily-deal-card .cart-btn svg {
  width:16px;
}
.daily-deal-card .daily-deal-content .product-top-content p {
    color: var(--second-color);
}
.deal-counter .deal-counter-title .deal-counter-text {
    color: var(--second-color);
    font-size: 20px;
}
.deal-counter .deal-counter-title .deal-counter-offer {
    line-height: 1;
}
.counter-dtl {
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 1;
}
/*****  MOST POPULAR CATEGORY SLIDER CSS  *****/
.popular-categories-sec .section-title-right {
    background-color: var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    height:100%
}
.popular-categories-sec .swiper-button-prev {
    left: 87%;
}
.tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    border-radius: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
}
.tabs li.active {
    background-color: var(--white);
}
.tabs li.active .tab-icon {
    background-color: var(--second-color);
}
.tabs li .tab-icon svg path {
    fill: var(--second-color);
}
.active .tab-icon img {
    -webkit-filter: invert(1);
            filter: invert(1);
}
.tabs li.active svg path {
    fill: var(--white);
}
.tabs li .tab-icon {
    margin-right: 12px;
    background-color: var(--white);
    border-radius: 50px;
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.tab-content {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.tab-content.active {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.pdp-tab-sec .tab-content {
    display: none;
}
.pdp-tab-sec .tab-content.active {
    display: block;
}
.product .pdp-tab-sec{
  padding-bottom: 0px;
}
.popular-categories-sec .swiper {
    padding: 0px;
}
.popular-categories-sec .section-title-right .tabs li .tab-text {
    line-height: 1;
    font-weight: 500;
}
.popular-categories-sec .tabs-container .tab-content .swiper-button-next {
    right: 20px;
}
.popular-categories-sec .tabs-container .tab-content .arrow-wrapper {
    right: 38px;
}
/*****  DISCOUNT OFFER CSS  *****/
.discount-offer-column {
    max-width: 480px;
    padding: 0 15px;
}
.discount-offer-column-inner {
    background-color: rgba(275, 275, 275, .8);
    padding: 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.discount-sec .discount-offer-banner {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    padding: 65px 0;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.discount-sec .discount-offer-banner img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.discount-sec .discount-offer-banner .discount-offer-column h3 {
    font-weight: 700;
    margin-bottom: 15px;
}
.discount-sec .discount-offer-banner .discount-offer-column .counter-dtl {
    max-width: 400px;
    margin-top: 10px;
    font-size: 12px;
}
.discount-sec .discount-offer-banner .discount-column-top .deal-timeline, .discount-sec .discount-offer-banner .discount-column-bottom {
    margin-top: 20px;
}
.discount-sec .discount-offer-banner .discount-column-top {
    flex: 1;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.discount-sec .discount-offer-banner .discount-column-top p {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.partners-category-sec .partners-swiper-container .partners img {
    margin: 0 auto;
}
.partners-category-sec .partners-swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.partners-category-sec .partners-swiper-container .swiper-button-prev, .partners-category-sec .partners-swiper-container .swiper-button-next {
    top: -62%;
}
/***** TESTIMONIAL SECTION *****/
.testimonial-slider-col>.testimonial-slider-inner>img {
    background-color: var(--theme-color);
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: -1;
}
.testimonial-detail-col {
    max-width: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 15px;
}
.testimonial-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.testimonial-quote-icon img {
    max-width: 100px;
    width: 100%;
    margin: auto;
}
.testimonial-detail-col .testimonial-title {
    -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;
    gap: 15px;
}
.testimonial-detail-col .testimonial-title.arrow-header .arrow-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.testimonial-detail-col .testimonial-title h3 {
    line-height: 1.2;
    font-weight: 700;
}
.testimonial-slider-inner {
    position: relative;
}
.testimonial-slider-col {
    padding: 120px 15px 80px 15px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: calc(100% - 300px);
}
.testimonial-slider-col::after {
    content: "";
    background-color: var(--theme-color);
    height: 100%;
    width: 92%;
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-slider .swiper-slide {
    background-color: var(--white);
    padding: 20px 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 11px 2px #0000000D;
            box-shadow: 0px 0px 11px 2px #0000000D;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #f9f1f1;
}
.testimonial-top .abt-user-img {
    margin-right: 12px;
    max-width: 50px;
    width: 100%;
}
.testimonial-top h4 span {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8;
}
.testimonial-top h4 {
    font-weight: 600;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-bottom p {
    color: #383838;
    font-weight: 500;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* home-blog-section */
.blog-card-inner .img-wrapper {
    padding-top: 64%;
}
.blog-card .blog-content {
    padding: 15px 0;
}
.blog-card h3 {
    font: var(--h4);
}
.blog-card .blog-content .blog-btn {
    margin-top: 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.blog-card .blog-content .blog-top-content .client-date {
    margin-bottom: 10px;
}
.blog-card .blog-card-image .img-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
}
.blog-slider .swiper-slide:nth-child(even) .blog-card .blog-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
/* partner-logo-sec */
.partner-logo-inner {
    position: relative;
}
.partner-logo-sec .partner-logo-slider {
    padding: 10px 0px;
}
.partner-logo-sec .partner-logo-slider .swiper-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partner-logo-sec .partner-logo-item a img {
    height: 100%;
    width: 100%;
}
/* newslatter-sec */
.newslatter-sec .newslatter-content {
    background: var(--theme-color);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    padding: 0 20px;
}
.newslatter-sec .newslatter-col {
    padding: 15px 15px;
}
.newslatter-sec .newslatter-inner {
    background: #dfe4ca;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    padding: 20px;
}
.newslatter-sec .newslatter-inner .section-title h2 {
    margin-bottom: 10px;
}
.newslatter-sec .newslatter-inner .newslatter-offer {
    margin-top: 15px;
    margin-bottom: 15px;
}
.newslatter-sec .newslatter-offer .newslatter-offer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 50%;
    width: 100%;
}
.newslatter-sec .newslatter-offer-inner .offer-icon {
    background: #05303e41;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 3px;
    max-width: 24px;
    width: 100%;
    height: 24px;
    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;
}
.newslatter-sec .newslatter-offer-inner .offer-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
}
.input-wrapper .btn-subscibe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    height: 100%;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    border: 0;
    padding: 0;
    background-color: var(--theme-color);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: var(--second-color);
    font-weight: 600;
}
.input-wrapper {
    position: relative;
}
.newslatter-sec .footer-subscribe-form input[type="email"] {
    border-color: transparent;
    background: var(--white);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 14px 125px 14px 15px;
}
.newslatter-sec .newslatter-img img {
    position: relative;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}
.newslatter-sec .newslatter-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
/** ABOUT SERVICE SECTION **/
.about-service-sec .about-service-card {
    padding: 15px 15px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
    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;
    background: #def1f980;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.about-service-sec .arrow-wrapper {
    display: none;
}
.about-service-sec .about-service-card .service-card-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.about-service-sec .about-service-card .service-card-inner p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.about-service-sec .about-service-card .service-card-image {
    max-width: 20%;
    width: 100%;
    position: relative;
    padding-top: 18%;
    display: block;
    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;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.about-service-sec .about-service-card .service-card-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
}
.about-service-sec .about-service-card:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-service-sec .about-service-card .service-card-content {
    padding-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.about-service-sec .swiper-wrapper {
    padding: 5px 0;
}
.about-service-sec .about-service-slider .swiper-slide:nth-child(odd).about-service-card {
    background: var(--theme-color);
}
.about-service-sec .about-service-slider .swiper-slide:nth-child(even).about-service-card {
    background: var(--second-color);
}
.about-service-sec .about-service-slider .swiper-slide:nth-child(odd).about-service-card .service-card-image {
    background: var(--second-color);
}
.about-service-sec .about-service-slider .swiper-slide:nth-child(even).about-service-card .service-card-content p {
    color: var(--white);
}
.about-service-sec .about-service-slider .swiper-slide:nth-child(even).about-service-card .service-card-image {
    background: var(--theme-color);
}
/********** HOME PAGE CSS END **********/
/* QUICK-VIEW POPUP CSS START */
.quick-view-popup.active {
    opacity: 1;
    visibility: visible;
}
.quick-view-popup {
    position: fixed;
    background: rgb(0 0 0 / 61%);
    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 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: 900px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    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;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: var(--white);
}
.quick-view-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}
.quick-view-right-inner{
    width: 100%;
    padding: 20px;
    background: var(--theme-color);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.quick-view-right .product-card .product-card-image{
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.quick-view-right .product-card .product-card-inner{
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
}
.quick-view-left-inner{
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.quick-view-left-inner .section-title{
  margin-bottom:15px;
}
.quick-view-left-inner .section-title h3 a{
   overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.quick-view-left-inner .section-title h3{
  line-height:1.2;
}
.quick-view-popup .product-card .product-card-image{
  padding:0;
}
.quick-view-left .price{
    margin-bottom: 15px;
}
.quick-view-left .price ins {
    font-size: 22px;
    font-weight: 600;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap:15px;
}
.quick-view-left .qnty-btn-wrp .quantity-select {
    max-width: 90px;
    width: 100%;
}
.quick-view-inner .quick-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 1;
}
.quick-view-inner .quick-close-btn svg {
    width: 20px;
    height: 20px;
}
.quick-view-left .select-material-grp{
    margin-bottom: 20px;
}
.quick-view-left .select-material-grp .radio-buttons {
    margin-top: 8px;
    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;
}
.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(--black);
    color: var(--black);
    background-color: transparent;
}
.quick-view-left  .select-material-grp .button label {
    cursor: pointer;
    z-index: 1;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid var(--theme-color);
    color: var(--black);
    line-height: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.quick-view-right .arrow-wrapper{
    position: absolute;
    z-index: 5;
    padding: 0 16px;
    top: 50%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
}
.quick-view-right .arrow-wrapper .swiper-button-prev,.quick-view-right .arrow-wrapper .swiper-button-next{
    transition: 0.25s all;
    -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    -ms-transition: 0.25s all;
    -o-transition: 0.25s all;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}
.quick-view-right .arrow-wrapper .swiper-button-next {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}
.quick-view-right-inner:hover .swiper-button-prev,.quick-view-right-inner:hover .swiper-button-next{
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: var(--second-color);
}

.select-material-grp .radio-buttons label.color-var.var-image,
.pdp-right-column .size-select .button label.var-image{
    width: 50px;
    height: 50px;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.size-select span.lbl:not(:first-of-type){
  margin:10px 0;
  display:block;
}
/* QUICK-VIEW POPUP CSS END */

/** table css **/
table {
    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(--border-color);
}
table tr td[data-label="Stamp ID"], table tr td[data-label="Country"], table tr td[data-label="Scott"] {
    font-weight: 700;
}
table tr td[data-label="Stamp ID"] {
    text-align: center;
    background-color: #C0C0C0;
}
table tr td {
    padding: 5px 10px 5px;
    display: block;
    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;
    }
}
/********** PRODUCT PAGE CSS **********/

/**** product main sec css** */
.pdp-filter-cat-sec {
    background: var(--second-color);
    color: var(--white);
    padding: 10px 0;
}
.pdp-filter-cat li:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
}
.pdp-page-main-sec {
    background-color: var(--white);
    position: relative;
    padding: 40px 0 40px;
}
.pdp-filter-cat li:not(:last-of-type):after {
    content: ">";
    position: absolute;
    right: -1px;
}
.product-gallery-image{
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.gallery-main {
    position: relative;
    width: 100%;
    margin-left: auto;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 25px 0px #0000000D;
            box-shadow: 0px 0px 25px 0px #0000000D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.pdp-page-main-sec .product-item-img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius:8px;
}
.pdp-page-main-sec .product-item-img img, .pdp-page-main-sec .product-item-img video, .pdp-page-main-sec .product-item-img iframe, .pdp-page-main-sec .product-thumb-item .thumb-img img,.pdp-page-main-sec .product-thumb-item .thumb-img iframe ,.pdp-page-main-sec .product-thumb-item .thumb-img video  {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit:scale-down;
    object-fit:scale-down;
}
.pdp-page-main-sec .product-item-img video, .pdp-page-main-sec .product-item-img iframe, .pdp-page-main-sec .product-thumb-item .thumb-img iframe ,.pdp-page-main-sec .product-thumb-item .thumb-img video  {
    -o-object-fit:cover;
    object-fit:cover;
}
.gallery-thumbs {
    max-width: 90px;
    width: 100%;
    overflow: hidden;
    max-height: 370px;
} 
.pdp-page-main-sec .pdp-left-column .wishlist-btn {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    background: var(--theme-color);
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
}
.product-slider-left .product-slider-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
      -ms-flex-direction:row-reverse;
          flex-direction:row-reverse;
}
.product-slider-left .gallery-main-left{
  max-width:calc(100% - 90px);
}
.product-slider-left .gallery-thumbs-left{
  margin-right:20px;
}
.product-slider-right .product-slider-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.product-slider-right .gallery-main-right{
  max-width:calc(100% - 90px);
}
.product-slider-right .gallery-thumbs-right{
  margin-left:20px;
}
.pdp-thumb-image {
    background-color: var(--white);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    display: block;
    border: 2px solid var(--border-color);
  cursor:pointer;
}
.gallery-thumbs .pdp-thumb-image img {
    width: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #343434;
}
.gallery-thumbs-center {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
    overflow: hidden;
    position: static;
}
.product-slider-wrapper {
    position: relative;
}
.pdp-page-main-sec .pdp-right-column {
    position: relative;
}
.pdp-right-column .pdp-social-icons {
    padding: 10px;
    float: right;
    margin-top: 0px;
  border-radius:8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 48, 62, 0.25)), color-stop(89.23%, rgba(194, 182, 176, 0)));
    background: -o-linear-gradient(top, rgba(5, 48, 62, 0.25) 0%, rgba(194, 182, 176, 0) 89.23%);
    background: linear-gradient(180deg, rgba(5, 48, 62, 0.25) 0%, rgba(194, 182, 176, 0) 89.23%);
}
.pdp-right-column .pro-detail-top .pdp-social-icons p {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin: 0 auto;
    padding-bottom: 5px;
    color: var(--second-color);
}
.pdp-right-column .pdp-social-icons ul {
    margin-top: 15px;
}
.pdp-right-column .pdp-social-icons ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.pdp-right-column .pdp-social-icons ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pro-detail-top p {
  margin-bottom:15px;
}
.pdp-page-main-sec .pdp-right-column .section-title h2{
    letter-spacing: 1px;
    text-align: left;
    max-width: 100%;
}
.pdp-right-column .pdp-rating,.pdp-right-column .price {
    margin-bottom: 15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:10px;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.pdp-right-column .pdp-rating .available-product{
    position: relative;
    background: rgba(206, 214, 174, 0.1);
    padding: 8px 15px 8px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: var(--second-color);
}
.pdp-right-column .pdp-rating .available-product::before{
    content: '';
    position: absolute;
    top: 11px;
    left: 8px;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    background-color: var(--second-color);
}
.pdp-right-column .pdp-rating .available-product.soldout {
    color: #ff0000;
  background-color: #ff00001f;
}
.pdp-right-column .pdp-rating .available-product.soldout::before {
    background-color: #ff0000;
}
.pdp-rating .category-name {
    font-size: 18px;
    color: var(--second-color);
}
.pdp-sizechart {
  margin-bottom:20px;
}
.pdp-right-column .size-guide-wrapper .see-size a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    text-decoration: underline;
    gap: 5px;
    margin-left: 5px;
}
.pdp-right-column .size-guide-wrapper .see-size a svg{
  width:13px;
  height:13px;
}
.pdp-right-column .size-select .radio-buttons, .sticky-pro-inn .size-select .radio-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
   border:none;
}
.pdp-right-column .size-select .button input[type="radio"]  {
    display: none;
}
 .pdp-right-column .size-select .button label,.pro-bottom-sticky-cart .size-select .button label  {
    cursor: pointer;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 14px;
    border: 2px solid #DFDACC;
    color: #B1A88F;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.size-select .button label.color-var {
  width:22px;
  height:22px;
}
 .pdp-right-column  .size-select .button input[type="radio"]:checked+label, .pro-bottom-sticky-cart .button label.sticky-active  {
    border-color: var(--second-color);
    color: var(--second-color);
}
.pdp-right-column .size-select .button label.size-var{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.pdp-right-column .new-labl{
    padding: 7px 30px;
    border-radius: 8px;
    background: var(--theme-color);
    margin-bottom: 15px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 600;
    max-width: 70%;
    width: 100%;
}
.pdp-right-column .pdp-rating .review-rating,.pdp-right-column .price{
    gap: 10px;
}
.pdp-right-column .pdp-rating .star-review{
    font-weight: 500;
}
.pdp-right-column .price ins {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 26px;
}
.pdp-right-column .price .currency-type {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
}
.pdp-right-column .price del{
    font-size: 16px;
}
.pdp-right-column .pro-detail-top .pdp-para{
    padding-bottom: 20px;
    max-width: 80%;
    width: 100%;
}
.pdp-right-column .pdp-policy {
    margin-bottom: 20px;
}
.pdp-right-column .pdp-policy li{
    margin-bottom: 12px;
  gap:10px;
}
.pdp-right-column .pdp-policy li span{
    line-height: 1;
}
.pdp-right-column .size-select {
    margin-bottom: 15px;
}
.pdp-right-column .size-select .nice-select {
    margin-top: 7px;
    width: 270px;
    padding: 12px 35px 12px 15px;
}
.pdp-right-column .size-select .nice-select:after{
    background: url(angle-down-small-blue.svg);
    background-size: 28px;
    height: 23px;
    width: 23px;
}
.pdp-right-column .select-material-grp {
    margin-bottom: 20px;
}
.pdp-right-column .select-material-grp .radio-buttons {
    margin-top: 8px;
    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;
}
.pdp-right-column .select-material-grp .button input[type="radio"] {
    display: none;
}
.pdp-right-column .select-material-grp .button label {
    cursor: pointer;
    z-index: 1;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid var(--theme-color);
    color: var(--black);
    line-height: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.pdp-right-column .select-material-grp .button input[type="radio"]:checked+label {
    border-color: var(--black);
    color: var(--black);
    background-color: transparent;
}
.quick-view-left .select-material-grp .button input[type="radio"]:checked+label {
    border-color: var(--black);
}
.pdp-right-column .qnty-btn-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 0px 0px 20px;
}
.pdp-right-column .qnty-btn-wrp .quantity-select{
    max-width: 20%;
    width: 100%;
}
.pro-features{
    margin-bottom: 15px;
}
.pro-features ul{
  gap:20px;
}
.pro-features ul li a, .pro-features ul li .compare-label,
.pro-features ul li a, .pro-features ul li .wishlist-label{
     font-size: 16px;
     display:-webkit-box;
     display:-ms-flexbox;
     display:flex;
    gap:6px;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.pro-features ul li a svg{
   height: 15px;
   width: 15px;
}
.pdp-right-column .qty-spinner {
    border: 1px solid var(--black);
}
.pdp-right-column .qty-spinner button, .qty-spinner input {
    width: 30px;
}
.pdp-right-column .pro-cart-btn{
   -webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
}
.pdp-right-column .buy-btn{
    width: 100%;
    margin-bottom: 15px;
}
.pdp-right-column .buy-btn a,.pdp-right-column .pro-cart-btn a{
    width: 100%;
    text-transform: uppercase;
}
.size-select > span{
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.pro-detail-bottom p{
    color: var(--second-color);
    text-transform: uppercase;
}
.product-arrow-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 50%;
    gap: 5px;
}
.pdp-page-main-sec .product-slider-wrapper .product-arrow-wrapper {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
}

.product-arrow-wrapper .swiper-button-prev:hover, .product-arrow-wrapper .swiper-button-next:hover {
    background-color:#7b7b7b;
}
.tabs-container #pdp-tab-3 .spr-container .btn{
      margin-bottom:0;
}
/** pdp tab sec **/ 
.pdp-tab-sec{
    position: relative;
}
.pro-tab-div{
    border-top: 2px solid var(--border-color);
}
.pdp-tab-sec .tab-head-row{
    margin-bottom: 20px;
    margin-top: 40px;
}
.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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pdp-tab-sec ul.tabs li{
    border-bottom: 1px solid #ACBAC3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.pdp-tab-sec ul.tabs li a{
    padding: 3px 15px;
    background-color:transparent;
    border-color: transparent;
    color: var(--second-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: capitalize;
}
.pdp-tab-sec ul.tabs li:hover,.pdp-tab-sec ul.tabs li.active,.pdp-tab-sec ul.tabs li:focus{
    border-bottom: 1px solid var(--second-color);
}
.pdp-tab-sec .tabs-container .tab-content{
    border: 1px solid var(--border-color);
    padding: 25px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.pdp-tab-sec .tabs-container .tab-content .pdp-tab-des{
    padding-left: 20px;
}
.tabs-container #pdp-tab-1 ul li span{
    font-size: 14px;
    padding-right: 10px ;
    font-weight: 600;
}
.rating-submit-btn{
    max-width: 200px;
}
.rating-submit-btn .btn{
  background-color: var(--second-color);
  color: var(--white);
}
.tabs-container #pdp-tab-1 ul li:not(:last-of-type){
    margin-bottom: 15px;
}
.tabs-container #pdp-tab-1 .pdp-tab-des li {
    list-style-type: decimal;
}
.tabs-container #pdp-tab-1 .pdp-tab-des ::marker{
    font-weight: 700;
}
.tabs-container #pdp-tab-3 .btn{
    margin-bottom: 15px;
    border-color: transparent;
}
.tabs-container #pdp-tab-3 .btn:hover {
    background: var(--border-color);
}
.tabs-container #pdp-tab-2 .payment-content{
    max-width: 90%;
    width: 100%;
}
.tabs-container #pdp-tab-2 tr:nth-child(odd) {
    background-color: #E9E9E9;
    
}
.cartOpen .quick-view-popup{
  background-color:transparent;
} 
.tabs-container #pdp-tab-2 table tr,.tabs-container #pdp-tab-2 table tr th,.tabs-container #pdp-tab-2 table tr td {
    border-color: transparent;
    padding: 12px 15px;
    text-align: left;
    background: transparent;
    font-size: 14px;
}
.tabs-container #pdp-tab-2 table tr th{
    border-right: 1px solid #AFAFAF;
}
.tabs-container #pdp-tab-2 .section-title{
    text-align: left;
}
.tabs-container #pdp-tab-2 .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: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.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;
}
.spr-container,
.spr-summary-actions-newreview{
  border-radius:8px;
}
/**** ask qustion POPUP CSS ****/
.ask-qus-popup {
    position: fixed;
    background: rgb(0 0 0 / 61%);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 3;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.ask-qus-popup.active {
    opacity: 1;
    visibility: visible;
}
.ask-form-wrapper{
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--white);
    padding: 30px 20px;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.ask-form-wrapper .close-search{
    position: absolute;
    top: 11px;
    right: 11px;
    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: 190px;
    width: 100%;
}
.ask-submit-btn .btn-secondary{
    border-radius: 10px;
    padding: 12px 20px;
    width: 100%;
}
.ask-submit-btn .btn-secondary:hover{
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.form-field {
    padding: 14px 20px;
    border: 1px solid var(--second-color);
    border-radius: 8px;
    background-color: transparent;
    color: var(--black);
    width: 100%;
    font-size: 16px;
    outline: none;
    line-height: 1.2;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    margin-bottom: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.ask-question-note {
    font-style: italic;
    margin-bottom: 12px;
    text-align: left;
    display: block;
}
.rating-form-dis textarea{
    margin-top: 8px;
    border-radius: 10px;
}
sub {
    margin-left: 0px;
}
/****  TABLE CSS ****/
.tabs-container #pdp-tab-2 table {
    border: 0;
  
}
.tabs-container #pdp-tab-2 table tr:first-child {
    border-top: 1px solid rgba(48, 56, 61, 0.1);
}
.tabs-container #pdp-tab-2 table tr td:first-child a {
    vertical-align: middle;
}
.cart-table tr td:first-child a img{
      border-radius: 10px;
}

.tabs-container #pdp-tab-2 table tr td{
    display: table-cell;
}
.tabs-container #pdp-tab-2 table tr{
    display: table-row;
}
/************** COMMON BANNER SECTION CSS *************/
.common-banner-section {
    padding: 40px 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-black .common-banner-content {
    color: var(--black);
}   
.common-banner-content .section-title {
    margin: 0 auto 0px;
    width: 100%;
}
.common-banner-content .section-title h2 {
    max-width: 100%;
}
.common-banner-content  p{
    margin-top: 15px;
}
.common-banner-section .filter-cat{
    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 {
    text-decoration: underline;
}
.back-btn svg{
    height: 12px;
    width: 12px;
    margin-right: 5px;
}
/*********** PRODUCT LISTING PAGE CSS  ***********/  
.product-heading-row .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    padding: 70px 0 0px;
}
.product-filter-body {
    position: relative; 
    border: 1px solid var(--border-color);
     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;
  margin-top:20px;
} 
.product-heading-column .filter-title{
    padding: 14px;
    border: 1px solid var(--border-color);
     border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  align-items:center;
}
.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;
}
.product-heading-row .sort-lbl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}  
.product-heading-row .nice-select {
    width: 170px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  border-color:var(--border-color);
  background-position:calc(100% - 2px) 58%;
}
.product-heading-row .nice-select:hover,
.product-heading-row .nice-select:focus{
  font-family:var(--second-font);
}
.produdt-filter-cat li a {
    font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
    content: '/';
    position: absolute;
    right: -1px;
}
.acnav-list {
    display: none;
    padding: 10px 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;
    background-color: #EEEEEE;
    border-radius: 5px;
}
.product-widget .acnav-list li a {
    text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
    margin-bottom: 8px;
}
.pro-itm-inner>.filter-listing>ul>li>.acnav-list {
    padding: 10px 0 2px 10px;
}
.product-widget .acnav-label:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    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;
}
.text-checkbox .checkbox input[type=checkbox] {
    display: none;
}
.text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border: 1px solid var(--second-color);
    width: auto;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    font-size: 13px;
    border-radius: 8px;
    padding: 8px 19px;
    /*text-transform: lowercase;
    */-webkit-border-radius: 5px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-border-radius: 8px;
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    background-color: var(--second-color);
    color: var(--white);
} 
.delete-all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
    margin: 5px 0 0;
}
.delete-all svg {
    height: 12px;
    margin-right: 5px;
    width: 12px;
}
.delete-all svg  path{
    fill: var(--second-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(--second-color);
    height: 3px !important;
    top: -1px !important;
    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(--second-color) !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(--second-color) !important;
    border-radius: 10px;
    z-index: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.colour-col:not(:last-of-type) {
    padding: 0 15px 0 0;
}
.price-select {
    margin-left: -5px;
    margin-right: -5px;
}
.select-col p {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}
.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);
    border-radius: 3px;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.color,.custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
}
.custom-checkbox input[type="checkbox"]:checked+span.color {
    border: 2px solid var(--second-color);
}
.custom-checkbox input[type="checkbox"]:checked+span.color:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid var(--second-color);
    border-width: 0px 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.color-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
}
.colors-checkbox .color-count{
    background: var(--border-color);
    padding: 1px 4px;
    font-size: 12px;
    border-radius: 5px;
}
.product-widget .acnav-list .colors-checkbox:not(:last-of-type) {
    margin-bottom: 8px;
}
.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 .pro-wishlist svg path {
    fill: var(--theme-color);
}
.prod-listing-cat {
    color: var(--theme-color);
} 
.product-filter-right-column .product-bottom-content {
    margin-top: 0;
} 
.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%;
}
.product-size-widget .text-checkbox .checkbox input[type=checkbox]+.checkbox-label{
    padding: 8px 8px;
    font-size: 14px;
    text-transform: capitalize;
}
.product-fil-btn .filter-btn{
    width: 100%;
    margin-bottom: 15px;
}
.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-fil-btn .btn-transparent:hover{
    background: transparent;
}
.product-heading-right-column .product-sorting-row{
    border: 1px solid var(--border-color);
    padding: 10px;
    border-radius:8px;
}
.product-heading-right-column ul.tabs li{
    background: var(--border-color);
    height: 25px;
    width: 25px;
    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;
    padding: 0;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}
.product-heading-right-column ul.tabs{
    gap: 10px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-heading-right-column ul.tabs li.active{
    background: var(--second-color);
}
.product-heading-right-column ul.tabs li.active svg path{
    fill: var(--white);
}
.product-heading-right-column .filter-list-wrp p {
    margin-left: 10px;
}
.filter-select-wrp .featured-select{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-heading-row .show-select .nice-select {
    width: 60px;
}
.filter-select-wrp .show-select{
    margin-left: 15px;
}
.filter-select-wrp .featured-select .nice-select:after{
    background: url(angle-right-small.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px
}
.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-filter-right-column #third-tab1  .product-card {
    margin-bottom: 20px;
    overflow: hidden;
}
/** grid view css **/
.product-grid-view .product-card-inner {
    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-shadow: none;
            box-shadow: none;
}
.product-grid-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%;
    background-color: transparent;
    padding: 0;
}
.product-grid-view .product-card-inner .product-top-content{
    max-width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    width: 100%;
    margin-left: 15px;
}
.product-grid-view .product-card-inner .product-bottom-content{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: end;
}

.product-grid-view .product-card-inner .pro-labl{
    position: unset;
    padding: 5px 10px;
    background: var(--theme-color);
    color: var(--second-color);
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    margin-bottom: 15px;
}
.product-grid-view .product-card-inner .img-wrapper img {
    border: 1px solid var(--border-color);
}
.product-grid-view .product-offer-timeline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background-color: #EEEEEE;
    padding: 5px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
      position: unset;
    color: var(--second-color);
    width: 65%;
}
.product-grid-view .product-offer-timeline svg path{
    fill: var(--second-color);
}
.product-grid-view .product-card-inner .product-top-content h3{
    margin-bottom: 15px;
}
.product-grid-view .product-card-inner .product-top-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-grid-view .product-card-inner .img-wrapper {
    padding-top: 82%;
}
.product-grid-view .product-bottom-content .product-star-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}
.product-grid-view  .product-card .wishlist-label,.product-grid-view  .product-card .compare-label,.product-grid-view  .product-card .quickview-btn{
    position: unset;
    opacity: 1;
    visibility: visible;
    background: #EdEdEd;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.product-grid-view .product-card .pro-wishlist svg path{
    fill: var(--black);
}
.product-grid-view .product-card .price{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 15px;
}
.product-grid-view .color-swatch-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 10px;
}
.product-grid-view .color-veriant{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 15px;
}
.product-grid-view .color-veriant input[type=radio] {
    display: none;
}
.product-grid-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-grid-view .color-veriant label span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    border: 1px solid #C5C5C5;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.product-grid-view .color-veriant input[type=radio]:checked + label{
    border: 1px solid #000000;
}
.product-grid-view .color-veriant label span.yellow {
    background: #D7AF4A;
}
.product-grid-view .color-veriant label span.sky {
    background: var(--theme-color);
}
.product-grid-view .color-veriant label span.black {
    background: #000000;
}
.product-grid-view .product-card .cart-btn-content{
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.product-grid-view .product-content {
    display: none;
}
.product-grid-view .product-card .cart-btn{
    width: auto;
    padding: 10px 15px;
}
.product-filter-right-column .product-grid-view .product-card {
    margin-bottom: 0px;
      width: 100%;
}
.product-filter-right-column .product-grid-view .product-card .product-card-inner{
    border: 0;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0px;
    border-radius: 0px;
   -webkit-box-orient:horizontal;
   -webkit-box-direction:normal;
       -ms-flex-direction:row;
           flex-direction:row;
}
.product-grid-view .product-card .rating-wrp {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
}
.product-filter-body .close-filter{
    display: none;
}
.product-grid-view .product-card .price ins {
    font-size: 16px;
    margin: 0px;
}
.product-grid-view .product-card .price del {
    margin-top: 0px;
    margin-left: 5px;
    font-size: 16px;
}
.product-grid-view .product-card .size-select select {
    margin-bottom: 15px;
}
.product-grid-view .size-select .nice-select {
    max-width: 150px;
    width: 100%;
    margin-left: auto;
}
.product-grid-view .product-card-inner .product-card-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 15px;
}
/*********** 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;
  margin: 0 0 15px;
}
.filter-column-title svg {
  width: 16px;
  height: 16px;
}
.collection-leftfilter .product-filter-body,.collection-rightfilter .product-filter-body{
    border: none;
}
.collection-leftfilter .product-widget,.collection-rightfilter .product-widget {
    padding: 10px 0;
}
.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 START *********/    
.collection-main-sec .product-card .new-lbl{
    top: 15px;
    left: 15px;
    position: absolute;
    padding: 5px 15px;
    background-color: var(--second-color);
    color: var(--white);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.collection-main-sec .product-card-inner {
    position: relative; 
    overflow: hidden;  
}
.collection-main-sec .product-card-inner .product-content{
    margin-top: 0px;
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    color: var(--white);
   
    background: #00000066;
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    z-index: 1;
    opacity: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.collection-main-sec .product-card-inner .product-content .product-bottom-content svg{
  margin-left:10px;
}
.collection-main-sec .product-card-inner:hover .product-content {
    opacity: 1;
    bottom: 0;
}
.collection-main-sec .product-card-inner .product-content h4{
    margin-bottom: 10px;
}
.collection-main-sec .product-card-inner .product-content .cart-btn{
    padding: 5px 0px 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-transform: uppercase;
    gap: 10px;
}
.collection-main-sec .product-card {
    margin-bottom: 25px;
}
.collection-main-sec .product-card-image{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 0;
}
.collection-main-sec .product-card-image .img-wrapper{
    padding-top: 120%;
}
.collection-main-sec .product-card-image .img-wrapper img{
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
/********* COLLECTION LIST PAGE CSS END *********/   

/********* BLOG PAGE CSS START *********/   
.blog-card-inner .blog-lbl {
    position: absolute;
    left: 15px;
    right: auto;
    top: 15px;
    background-color: var(--theme-color);
    color: var(--second-color);
    padding: 5px 15px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-weight: 700;
    font-size: 12px;
}
.blog-grid-sec .blg-recent .blog-itm{
    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;
    padding: 10px;
    border-top: 1px solid var(--border-color);
}
.blog-grid-sec .blg-recent{
    border: 1px solid var(--border-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.blog-grid-sec .blogleftbar .section-title{
    padding: 10px;
    margin-bottom: 0px;
}
.blog-grid-sec .blog-card .blog-content {
    padding: 15px 0 0;
}
.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-itm .blog-image .img-wrapper img{
   -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{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content h6{
  margin-bottom: 10px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content h5{
    margin-bottom: 12px;
    font: var(--h6);
    font-weight: 700;
}
.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(--second-color);
}
.blog-grid-sec .blogrightbar .blog-content .blg-cmnt{
    margin-top: 10px;
}
.blog-grid-sec .blogrightbar .blog-card{
    margin-bottom: 20px;
      padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
}
.blog-grid-sec .blg-elagant{
    margin-top: 20px;
}
.blog-grid-sec .blg-elagant .product-card-inner{
    border: 1px solid var(--border-color);
}
.blog-grid-sec .blogleftbar .elegant-slider{
    padding: 10px 10px 60px;
    border-top: 1px solid var(--border-color);
}


.blog-grid-sec .blog-bottom-content .blog-btn {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.pagination-row ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination-row ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination-row ul li a{
    padding: 5px 12px;
    display: inline-block;
   border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pagination-row ul li a.active {
   background-color: var(--theme-color);
    color: var(--white);
}
.pagination-row ul li:not(:last-of-type){
    margin-right: 5px;
}
.pagination-row ul li a svg{
    height: 10px;
    width: 10px;
}
.blog-card .blog-content .blog-top-content p {
    margin: 0px 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blg-date-rate-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.blog-top-content h3 {
  margin-bottom:10px;
}
.blog-with-rightbar{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.blog-with-fullbar .blogrightbar{
    width: 100%;
}
.blog-with-fullbar .blogleftbar{
    display: none;
}
/********* BLOG PAGE CSS END *********/   
/** ABOUT PAGE CSS **/ 
.about-overlay {
    background-color: rgba(275, 275, 275, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.about-us-page .about-left-inner .section-title h2{
    max-width: 100%;
    font-weight: 700;
}
.about-us-page .about-left-inner .section-title{
    max-width: 80%;
    width: 100%;
}
.about-us-page .about-left-inner .section-title h2, .about-full-img-sec .section-title h3{
    margin-bottom: 26px;
}
.about-us-page .about-left-inner .section-title p, .about-full-img-sec  .section-title p{
    color: var(--description-color);
}
.about-us-page .about-left-inner .section-title .subtitle , .about-full-img-sec .section-title .subtitle, .about-team-sec .section-title .subtitle{
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--description-color);
    font-size: 14px;
}
.about-us-page .about-right-inner img {
    width: 100%;
}
.about-full-img-sec .section-title p{
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 26px;
}
.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;
}
.about-counter-sec .counting::after{
    content: "+";
     display: inline-block;
}
.about-counter-sec .counting-letter::after{
    content: "k";
}
.about-counter-sec .counter-item p{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.about-team-sec .our-team-slider .product-card-inner{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.about-team-sec .our-team-slider .product-card .product-card-image{
    padding: 0;
}
.about-team-sec .our-team-slider .img-wrapper{
    padding-top: 120%;
}
.about-team-sec .our-team-slider .img-wrapper img{
    -o-object-fit: cover;
       object-fit: cover;  
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.about-team-sec .our-team-slider .product-card .product-content h3{
    font: var(--h5);
    margin-bottom: 10px;
    font-weight: 700;
}
.about-full-img-sec .about-full-img {
    border-radius: 15px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    height: 100%;
    width: 100%;
}
/**** ABOUT PAGE CSS END ****/

/** FAQ PAGE CSS START**/  
.faq-page .set {
    border: 1px solid var(--second-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.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%;
  
}
.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(--black);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    right: 15px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 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(--second-color);
    color: var(--black);
}
.faq-page .faq-right-itm .faq-form{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.faq-page .faq-right-itm .faq-form, .contact-page .contact-right-inner .contact-form{
    border: 1px solid var(--second-color);
}
.form-container {
    padding: 15px;
    border-bottom: 1px solid var(--second-color);
}
.form-container .btn{
    width: 100%;
}
.form-container:last-child {
    border-bottom: 0;
}

.faq-page .faq-left-itm .section-title .subtitle{
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--description-color);
    font-size: 14px;
}
.faq-page .faq-left-itm .section-title h2{
    margin-bottom: 20px;
    max-width: 100%;
}

.faq-page .set .acnav-label span{
    color: var(--second-color);
    text-transform: capitalize;
    font-weight: 700;
}
/** FAQ PAGE CSS END**/  

/** ARTICLE PAGE CSS START**/   

.article-banner-sec .common-banner-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    color: var(--black);
}
.article-banner-sec .common-banner-content .back-btn svg path{
    fill: var(--black);
}
.article-banner-sec .filter-cat {
    margin-bottom: 0px;
   
}
.article-banner-sec .common-banner-content .back-btn{
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
}
.common-banner-black .common-banner-content .back-btn{
    color: var(--black);
}
.article-banner-sec .common-banner-content .back-btn svg{
    margin-right: 0px;
}
.article-banner-sec .article-bnr-img {
    border-radius: 15px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.article-banner-sec .article-bnr-img img{
    width: 100%;
  border-radius:8px;
}
.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%);
}
.articlebar .section-title{
    max-width: 50%;
    width: 100%;
}
.pdp-info .jdgm-rev-widg{
  padding:0 !important;
}
.articlebar .section-title h2{
    max-width: 100%;
}
.articlebar .section-title .subtitle{
    padding: 5px 15px;
    border: 1px solid var(--second-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.articlebar .about-user{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
 .articlebar img{
    border-radius:8px;
  }
.articlebar .abt-user-img img{
    height: 100%;
    width: 100%;
}
.articlebar p {
    margin-bottom: 25px;
}
.articlebar h3{
    font-size: 28px;
}
.articlebar h3,
.articlebar h4, 
.articlebar h5{
    margin-bottom: 20px;
    font-weight: 600;
}
.articlebar .art-top-heading{
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.articlebar .article-img{
    width: 100%;
    margin-bottom: 15px;
}
.articlebar .art-auther{
    margin-bottom: 15px;
    margin-top:15px;
}
.articlebar .quote-box{
    padding-left: 25px;
    border-left: 2px solid var(--second-color);
    margin-bottom: 30px;
}
.articlebar .quote-box h5{
    color: #737373;
    font-size: 24px;
    line-height: 1.2;
}
.articlebar p a{
    text-decoration: underline;
}
.articlebar .art-tags-icons-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}   
.articlebar .art-tags-icons-wrp .tags-ul li{
    padding: 4px 20px;
    border: 1px solid var(--black);
    border-radius: 8px;
    line-height: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.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: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
     max-width: -webkit-max-content;
     max-width: -moz-max-content;
     max-width: max-content;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.articlebar .comment-form-wrp{
    background: var(--product-bg);
     margin-bottom:50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.articlebar .comment-form-wrp textarea{
  height: 48px;
}
.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 .social-icon .social-ul li a svg path{
  fill: var(--second-color);
}
.social-icon .social-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social-icon .social-ul li:not(:last-of-type) {
    margin-right: 15px;
}
/** ARTICLE PAGE CSS END **/   

/** CONTACT PAGE CSS START **/ 

.contact-page .contact-right-inner .contact-form {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.contact-page .contact-right-inner .contact-form .form-container:first-of-type{
  border-bottom:none;
  padding-bottom:0;
}
.contact-about-sec{
    background-color: var(--theme-color);
}
.contact-about-sec .petcare-content-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    padding: 40px 0px;
}
.contact-about-sec .petcare-center-inner{
background-color: var(--white);
}
.contact-about-sec .petcare-content-inner .petcare-content{
    text-align: center;
    padding: 0 15px;
}
.contact-about-sec .petcare-content-inner .petcare-content .subtitle{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.contact-page{
    position: relative;
    z-index: 2;
}
.contact-left-inner ul li h5{
    margin-bottom: 15px;
}
.contact-left-inner ul .social-link{
    margin-bottom: 30px;
}
.contact-left-inner ul .social-link .social-inner-link li{
    margin-bottom: 5px;
}
.contact-left-inner ul li .address{
    line-height: 26px;
    color: var(--black);
}
.contact-left-inner ul .social-link .social-icons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-left-inner ul .social-link .social-icons li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-left-inner ul .social-link .social-icons li svg path{
    fill: var(--second-color);
}
.contact-left-inner ul .social-link .social-icons li:not(:last-of-type){
    margin-right: 15px;
}
.contact-left-inner .social-inner-link li a{
    text-transform: capitalize;
}
.contact-form .form-heading h4{
    margin-bottom: 15px;
}
.contact-form .form-container p a {
    text-decoration: underline;
}
.contact-direction-inner{
    position: relative;
    padding: 100px 0px;
    z-index: 1;
}
.contact-direction-sec .contact-direction-column svg{
    margin-left: 15px;
}
.contact-direction-sec .direction-banner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.contact-direction-sec .contact-direction-column{
    background-color: var(--white);
    max-width: 300px;
    padding: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius:8px;
}
.contact-direction-sec .contact-direction-column .cart-btn{
    letter-spacing: 2px;
}
.contact-direction-sec .contact-direction-column .direction-logo{
    max-width: 100px;
    width: 100%;
    margin: auto;
}
.contact-direction-sec {
    position: relative;
    z-index: 1;
}
.contact-direction-sec .contact-direction-column .direction-logo img{
    height: 100%;
    width: 100%;
}
.contact-direction-sec .contact-direction-column p{
    margin: 15px 0px 0px;
}
.contact-right-inner{
    background: var(--white);
    margin-bottom: -350px;
}
.contact-form .form-container .btn {
    letter-spacing: 2px;
}
/** CONTACT PAGE CSS END **/ 

/** MY ACCOUNT PAGE CSS START **/  
.my-acc-sec table tr th{
    background-color: #F0F0F0;
    padding: 10px;
}
.my-acc-sec table{
    border: 1px solid #F0F0F0;
   
}
.my-acc-sec table tr {
    border-bottom: 1px solid #F0F0F0;
}
.my-acc-sec table tr td{
    padding: 10px 15px 10px;
}
.my-acc-sec .account-details ul li{
    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;
    padding: 15px 0px;
    border-bottom: 1px solid var(--border-color);
}
.my-acc-sec .account-details ul li label{
    max-width: 10%;
    width: 100%;
}
.my-acc-sec  .order-history-frame{
    margin-bottom: 40px;
}
.my-acc-sec .acc-btn-wrp{
    margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
@media (max-width: 767px) {
    table tr td::before {
        content: attr(data-label);
        display: block;
        text-align: center;
        padding-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: none;
    }
}    
/** MY ACCOUNT PAGE CSS END**/  

/**** ADDRESS PAGE CSS START ****/

.my-add-sec .main-new-address {
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.my-add-sec .main-new-address .back-btn {
    color: var(--black);
    margin: 0 0 20px;
}
.my-add-sec .adress-main-list {
    border: 1px solid var(--border-color);
    padding: 15px;
    margin: 30px 0 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.acc-details p, .acc-details h4 {
    margin-bottom: 20px;
}
.add-default .btn{
  margin-bottom: 10px;
}
.address_form_new{
  margin-bottom: 15px;
}
/**** ADDRESS PAGE CSS END ****/

/** CMS PAGE CSS **/  
.cms-page h4, .cms-page h6,.cms-page h5{
    margin-bottom: 20px;
}
.cms-page p:not(:last-of-type) {
    margin-bottom: 25px;
}

.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 table tr th, .shipping-page table tr td{
    text-align: start;
}
.shipping-page table tr th{
    background-color: var(--theme-color);
    color: var(--black);
    padding: 15px;
}
.shipping-page table tr td{
    background-color: #F5F5F5;
    padding: 10px 10px 10px;
}
.shipping-page table .bg-transparent td{
    background-color: transparent;
}
.shipping-page .help-link {
    margin: 0px 15px 0px;
}


/** REGISTER PAGE CSS **/ 

.register-page .login-form-inner{
    background-color:var(--product-bg);
    padding: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.register-page  .account-info-icon li a{
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px;
}
.register-page  .account-info-icon li a svg{
    height: 30px;
    width: 30px;
}
.register-page .login-form-inner .section-title h3{
    margin-bottom: 15px;
}
.register-page .login-form-inner .form-container{
    padding: 0;
    border: 0;
}
.register-page .login-form-inner .form-container .forgot-pass{
    text-decoration: underline;
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 15px;
}
.register-page .login-form-inner .form-container .ssl-secure{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.register-page .login-form-inner .create-btn,.register-page .login-form-inner .submit-btn{
    width: 100%;
    letter-spacing: 2px;
}
.register-page .login-right-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
}
.register-page .login-right-inner .login-right-top{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
}
.register-page .login-right-inner .login-right-bottom{
    height: 100%;
    padding: 20px;
    background-color: var(--second-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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;
}
.register-page  .account-info-icon li p{
    color: var(--white);
    text-align: center;
}
.login-wish {
    background: var(--product-bg);
    padding: 30px;
    margin-bottom: 50px;
}
.login-wish h4 {
    margin-bottom: 20px;
}
.register-page .shop-btn{
    text-align: center;
    margin-top: 30px;
}
/********** ERROR PAGE CSS **********/ 

.error-main-sec .eroor-content{
    text-align: center;
}
.error-main-sec .eroor-content h2{
    max-width: 100%;
}
.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 .form-input{
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
}
.error-main-sec .eroor-content .form-input input{
    padding: 14px 40px 14px 20px;
    color: var(--black);
}
.error-main-sec .eroor-content .form-input input::-webkit-input-placeholder{
    color: var(--black);
}
.error-main-sec .eroor-content .form-input input::-moz-placeholder{
    color: var(--black);
}
.error-main-sec .eroor-content .form-input input:-ms-input-placeholder{
    color: var(--black);
}
.error-main-sec .eroor-content .form-input input::-ms-input-placeholder{
    color: var(--black);
}
.error-main-sec .eroor-content .form-input input::placeholder{
    color: var(--black);
}
.error-main-sec .eroor-content .form-input .input-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
}
.error-main-sec .eroor-content .form-input .input-btn svg path{
    fill: var(--black);
}
.error-main-sec .eroor-content .section-title h3{
    margin: 25px 0 20px;
}
.error-banner-sec .filter-cat{
    margin-bottom: 0px;
}
.error-main-sec .eroor-content img {
    margin: 0 auto;
}
/** 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: -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;
}
.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;
}
.order-history-tbl tr td a{
    text-transform: inherit;
}
/** CART PAGE CSS **/  
.cart-table{
    border: 0;
}
.cart-table tr th, .cart-table tr td {
    text-align: left;
    padding: 10px;
}
table tr td:first-child a {
    vertical-align: middle;
}
.size-table-wrapper {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    -webkit-transition: allease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -o-transition: allease-in-out .5s;
    transition: allease-in-out .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.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;
}
@media (min-width: 768px){
    .cart-table tr th:first-child, .cart-table tr td:first-child {
        width: 165px;
    }
   .cart-table tr th:first-child{
     border-radius: 10px 0px 0px 10px;
   }
   .cart-table tr th:last-child{
     border-radius: 0px 10px 10px 0px;
   }
  .cart-table .cart-item__price-wrapper span{
    font-size: 16px;
  }
   .size-popup table tr td{
       padding: 10px;
    }
    .cart-table thead tr{
      border-bottom: 0px;
    }
}
  .size-close-btn {
    text-align: end;
  }
    .size-popup .btn-white{
        border-radius: 10px;
        margin-bottom: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .size-popup .size-form{
        background-color: var(--white);
        padding: 20PX;
        max-height: 80vh;
        height: 100%;
        overflow: auto;
        border-radius: 10PX;
        -webkit-border-radius: 10PX;
        -moz-border-radius: 10PX;
        -ms-border-radius: 10PX;
        -o-border-radius: 10PX;
    }
    .size-popup .size-form H4{
        margin-bottom: 20px;
    }
.cart-table tr{
    border-bottom: 1px solid var(--border-color);
}
.cart-table tr td:first-child {
    padding-left: 0;
}
.cart-table h5{
    margin-bottom: 15px ;
    font-weight: 600;
}
.wishlist-table h5{
    margin-bottom: 0;
}
.cart-table .price{
    margin-bottom: 10px;
    font-weight: 600;
}
.wishlist-table .price {
    margin: 15px 0px 10px;
}
.cart-table .product-option{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cart-table .product-option: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 tr td:last-child{
    font-weight: 600;
}
.cart-page-sec .coupon-table{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
}
.cart-page-sec .coupon-text-btn-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cart-page-sec .subtotal{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.cart-page-sec .btn-transparent svg {
    margin-left: 0;
    margin-right: 10px;
}
.cart-page-sec .btn-transparent:hover{
    color: var(--white);
}
.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{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.cart-page-sec .continue-btn a{
  width:100%;
}
.cart-page-sec textarea{
    padding: 14px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.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-banner-sec .common-banner-content .section-title {
    margin-bottom: 0px;
}
.cart-table tr td .quantity-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  width: 160px;
}
.cart-table tr td .quantity-wrp .remove-btn svg{
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
/* ============================================= */
/* !!!!             FOOTER CSS             !!!! */
/* ============================================= */

.site-footer {
   position: relative;
    z-index: 1;
    color: var(--second-color);
      padding: 0 0 30px;
    margin-top: 40px;
}
.site-footer .site-footer-inner {
  padding: 60px 0px 0px 0px;
  background-color: var(--theme-color);
  max-width: 1370px;
  margin: auto;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.site-footer .footer-top {
    margin-bottom: 30px;
}
.site-footer .social-icon .footer-logo {
    max-width: 100px;
    width: 100%;
    margin-bottom: 15px;
}

.site-footer-one .footer-top p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 100px;
}
.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 70px;
}
.social-icon {
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding-left: 0;
}
.recentlyview.treding-product-sec{
  overflow:hidden;
}
.site-footer-one .footer-link-1 {
    padding-left: 0;
}
.site-footer .footer-widget p {
    padding: 0 0 20px;
    color: var(--black);
}
.site-footer .footer-widget h2 {
    padding: 0 0 20px 0;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.site-footer .footer-link .footer-widget ul li {
    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;
}
.site-footer .footer-link .footer-widget ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.site-footer .footer-link-3 .footer-widget h4 {
    text-align: end;
}
.site-footer .social-icon h6 {
    font-size: 15px;
    margin-bottom: 5px;
}
.site-footer .social-icon .contactlink {
    font-size: 24px;
    margin-bottom: 15px;
}
.site-footer .social-icon .addresslink {
    font-size: 18px;
    color: var(--second-color);
}
.site-footer .footer-bottom {
    margin-top: 0px;
    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;
}
.site-footer .footer-bottom .payment-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.acnav-list {
    display: none;
}
.site-footer .social-icon .social-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.site-footer .social-icon .social-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.site-footer .social-icon .social-ul li:not(:last-of-type) {
    margin-right: 15px;
}
.site-footer .social-icon .social-ul li a svg {
    height: 22px;
    width: 22px;
}
.site-footer .social-icon .social-ul li a svg path {
    fill: var(--black);
}
.site-footer .footer-link .footer-widget ul li:hover {
    margin-left: 3px;  
}
.footer-bottom-wrp {
    padding: 15px 0px;
    margin-top: 20px !important;
    border-top: 1px solid var(--second-color);
}
.site-footer .footer-contacts {
    margin-bottom: 20px;
}
.site-footer.footer-contacts svg {
    margin-right: 10px;
}
.site-footer .contact-text {
    margin-bottom: 12px;
    line-height: 1;
}
.site-footer .contact-text svg {
    margin-right: 10px;
}
.site-footer .contact-number {
    font-size: 20px;
    color: var(--second-color);
    font-weight: 600;
    line-height: 1;
}
.site-footer .footer-social-icon li:not(:last-of-type), .our-team-sec .teamcard-social-icon li:not(:last-of-type) {
    margin-right: 15px;
}
.site-footer .footer-social-icon li, .our-team-sec .teamcard-social-icon li {
    width: 28px;
    height: 28px;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.site-footer .footer-social-icon li svg, .our-team-sec .teamcard-social-icon li svg {
    width: 15px;
    height: 15px;
}
/* ======================  HEADER STYLE TWO CSS======================= */
.header-style-two {
    background: var(--white);
    -webkit-box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
            box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.header-style-two .announcebar-row {
    padding: 0px 0px;
}
.header-style-two .annoucebar-left p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.site-header.header-style-two .main-navigationbar {
    padding: 15px 0px;
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}
.site-header .sale-badge{
    line-height: 1;
    color: var(--white);
    font-size: 7px;
    padding: 2px 5px;
    background: #328C50;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -12px;
}
.header-style-two .cart-icon{
    background-color: var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--theme-color);
    height: 28px;
    width: 28px;
    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;
}
.header-style-two .menu-right .hcart{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: var(--black);
}
.header-style-two .menu-right .hcart .icon-lable{
    font-size:12px ;
}
.header-style-two .menu-right .hcart span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.site-header.header-style-two .count{
  left:16px;
}
.header-style-two .menu-right  li .hcart svg {
    width: auto;
    height:auto;
}
.header-style-two .menu-right .hcart .icon-lable .icon-text{
    font-size: 14px;
    font-weight: 800;
}
/* ======================HEADER STYLE THREE CSS======================= */
.header-style-three {
    background: var(--white);
    -webkit-box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
            box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.header-style-three .announcebar-row {
    padding: 0px 0px;
}
.header-style-three .announcebar .annoucebar-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-style-three .announcebar .annoucebar-social-icon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-style-three .announcebar .annoucebar-social-icon li:not(:last-of-type) {
    margin-right: 15px;
}
.header-style-three .announcebar .annoucebar-social-icon li a svg {
    height: auto;
    width: auto;
}
.header-style-three .annoucebar-left li:not(:last-of-type) {
    margin-right: 20px;
}
.header-style-three .annoucebar-left a{
    text-decoration: none;
}
.header-style-three .annoucebar-left a span{
    background: transparent;
    padding:0;
    margin-left: 5px;
}
.header-style-three .menu-right-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 50px;
}
.header-style-three .search-header {
    width: 100%;
    max-width: 400px;
}
.header-style-three .search-header input {
    padding: 11px 40px 11px 11px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 23.26032066345215px 0px #0000001c;
            box-shadow: 0px 0px 23.26032066345215px 0px #0000001c;
  border-radius:8px;
}
.header-style-three .search-header .search-btn {
    border: 0;
    background: transparent;
}
.header-style-three .search-header .search-btn svg path {
    fill: var(--second-color);
}

.header-style-three .navigation-main-menu.main-navigationbar {
    background-color: var(--theme-color);
    padding: 15px 0;
}

.header-style-three .navigation-main-menu .nice-select{
    border: 0;
    color: var(--black);
    padding: 10px 27px 10px 15px;
}
.header-style-three .navigation-main-menu .nice-select:after{
    background: url(angle-down-small-blue.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 22px;
    right: 9px;
}
.header-style-three .main-navigationbar .menu-items-col{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* ====================FOOTER STYLE TWO CSS========================= */
.site-footer-two .footer-subscribe-col {
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}
.footer-subscribe-col ul li:not(:last-of-type) {
    margin-bottom: 12px;
}
.site-footer-two .footer-col {
    padding-left: 30px;
}
.site-footer-two .footer-col.social-icon {
    padding-left: 0px;
}
/* ====================FOOTER STYLE THREE CSS========================= */
.site-footer.site-footer-three .footer-social-icon li{
    margin-bottom: 10px;
    margin-right: 5px
}
.site-footer-three .footer-link .footer-widget .footer-social-icon li:hover,.site-footer-three .footer-link .footer-widget ul li:hover .footer-social-icon  {
    margin-left: 0px;
}
.site-footer-three .footer-contacts a {
    margin-bottom: 0px;
    background: var(--white);
    padding: 15px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.site-footer-three .footer-contacts a svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.site-footer-three .footer-contacts .contact-text{
    margin-bottom: 0;
}
.site-footer-three .footer-contacts .contact-text span:nth-last-child(1){
    margin-top: 8px;
    display: block;
    font-size: 16px;
}
.site-footer-three .footer-widget p {
    padding: 0 0 0px;
}
.site-footer-three .site-footer-inner {
    padding: 60px 0px 40px 0px;
}
.site-footer-three .footer-contacts {
    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(--white);
    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 8px;
}
.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;
}
.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;
  border-radius:10px;
}
/*===========================SHF-CSS=======================*/
/************** video product page css *************/
deferred-media.deferred-media {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 100% !important;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.deferred-media[loaded]>.deferred-media__poster {
    display: none !important;
}
.product__modal-opener:not(.product__modal-opener--image) {
    display: none;
}
.deferred-media__poster-button.motion-reduce {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  padding: 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--blue)), to(var(--second-color)) ) border-box;
  background: -o-linear-gradient(right, var(--blue) 50%, var(--second-color) ) border-box;
  background: linear-gradient(to left, var(--blue) 50%, var(--second-color) ) border-box;
  background: var(--second-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
}
.deferred-media__poster-button.motion-reduce svg {
    fill: var(--white);
}
.deferred-media:not([loaded]) template {
    z-index: -1;
}
.shopify-payment-button__button {
 text-align: center;
  padding: 14px 20px;
  font-family: var(--first-font);
  color: var(--black) !important;
  background-color: transparent !important;
  appearance: none;
  outline: none;
  border: 1px solid var(--black) !important;
  font-size: 14px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
   -webkit-transition: all ease-in-out .5s !important;
    -o-transition: all ease-in-out .5s !important;
    transition: all ease-in-out .5s !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  text-transform:uppercase;
}
.shopify-payment-button__button:hover, .shopify-payment-button__button:focus {
    background-color: var(--second-color) !important;
    color: var(--white) !important;
    border-color: var(--theme-color) !important;
}
.shopify-payment-button__button[disabled] {
    display: none;
}
.pro-wishlist .wishlist-label{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
} 
/* ========== feature start=========== */

.product-card .pro-compare, .compare-label svg, .product-card .pro-wishlist, .wishlist-label svg {
  cursor: pointer;
}
.product-card .pro-wishlist, .wishlist-label svg path{
  fill : rgb(5, 48, 62);
}
.product-card-inner .product-card-social-icon .pro-compare.active .compare-label, .product-card-inner .product-card-social-icon .pro-wishlist.active .wishlist-label {
  background: var(--second-color);
}
.product-card-inner .product-card-social-icon .pro-compare.active svg path, .product-card-inner .product-card-social-icon .pro-wishlist.active svg path {
  fill :var(--theme-color);
}
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn{
  padding: 12px 35px;
    border-radius: 8px;
    border: 1px solid var(--black);
    background: transparent;
    font-size: 14px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.notify-sold .notify-btn:hover, .notify-sold .notify-btn:focus {
    background-color: var(--second-color);
    color: var(--white);
    border-color: var(--second-color);
}
.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;
  border-radius:10px;
}
.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;
  border-radius:6px;
}
  .size-popup .btn-white svg{
  margin:0 8px 0 0 ;
}
.notify-send-btn{
  position:relative;
  margin-top:20px;
}
.notify-send-btn input{
  height: 45px;
  width:100%;
  padding: 15px 106px 15px 15px;
}
.notify-send-btn button{
      position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: auto;
    padding: 10px 35px;
    background: var(--second-color);
    color: #fff;
  border-radius:0 8px 8px 0;
}
/*======= currency =======*/
.currency select {
    color: var(--second-color);
    padding: 10px 30px 10px 12px;
    line-height: 1;
    background: url(angle-down-small-blue.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 5px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-weight:600;
    cursor: pointer;
}
.currency select option {
    color: black;
}
.products_add-cart-sticky{
    display: none;
    z-index: 2;
    position: fixed;
    bottom: 0;
    background-color:var(--theme-color);
    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);
  border-top:1px solid var(--white);
}
.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;
  width:60px;
  border-radius:10px;
  overflow:hidden;
}
.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;
}
.products_add-cart-sticky .size-select {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.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;
}
.products_add-cart-sticky .var-label{
  padding: 5px;
  line-height: 1;
  font-size: 14px;
}
/*===========================SHF FREE SHIPPING BAR=======================*/
.mini-cart-has-item .free_shipping_bar{
      margin-bottom: 20px;
}
.free_shipping_txt{
      font-size: 14px;
}
.free_shipping_txt .progress_bar_design{
  margin-top:20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar_design_icon{
    width: 26px;
    height: 26px;
    border: 1px solid #ffbc11;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-content: center;
    background: #fff;
}
.free_shipping_txt .progress_bar_design .bar_design_icon svg{
  width:12px;
  height:12px;
}
.free_shipping_txt .progress_bar_design .bar_design_icon svg path{
  fill:#ffbc11;
}
.progress_bar_design{
    width: 100%;
    height: 6px;
    margin-bottom: 15px;
    margin: 0;
    max-width: 100%;
    background-color: #e5e5e5;
}
.bar_design{
  background: #ffbc11;
    height: 6px;
}
.success_progress .bar_design {
    background: #3d9851;
}
.success_progress .bar_design_icon {
    border-color: #3d9851;
}
.free_shipping_txt .progress_bar_design.success_progress .bar_design_icon svg path {
    fill: #3d9851;
}
/*======== product list custom css =========== */
.product-list-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%;
}

/*==== 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;
}
.sticky-pro-info .sticky_title {
  font-size: 16px;
      overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  margin:0 0 7px;
}
.products_add-cart-sticky .sticky-price {
  font-size: 16px;
  margin: 5px 0 0;
}
.products_add-cart-sticky .sticky-price .sale-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.products_add-cart-sticky .qty-spinner{
  height:34px;
}
/*======== 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;
}
.pro-compare.active{
  color:green;
}
  .pro-compare.active svg path{
    fill:green;
  }
.compare-head .section-title, .wishlist-head .section-title{
  text-align:center;
}
.pro-compare-wrap .pro-compare-left, .pro-wishlist-wrap .pro-wishlist-left {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  border-radius:10px;
  overflow:hidden;
}
.pro-compare-wrap .pro-compare-left .compare-title, .pro-wishlist-wrap .pro-wishlist-left .wishlist-title{
    max-width:25%;
    -webkit-box-flex:0;
        -ms-flex:0 0 25%;
            flex:0 0 25%;
    width:100%;
    text-align: center;
    padding: 10px;
    background: var(--border-color);
    font-size: 16px;
    font-weight: 500;
}
.pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width:100%;
}

.pro-compare-scroll .compare-wrap .compare-val-prod  .compare-data-label, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod  .wishlist-data-label{
   max-width: 25%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    text-align: center;
    padding: 15px;
}
.compare-pro-detail .compare-val-prod .product-form .cart-form, .wishlist-pro-detail .wishlist-val-prod .product-form .cart-form{
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
    margin-right: 0px;
}
.compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title{
     font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}
.prod-price del {
    margin-left: 5px;
}
.compare-pro-detail .compare-val-prod .prod-price, .wishlist-pro-detail .wishlist-val-prod .prod-price{
  margin:15px 0
}
.compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a{
  position:relative;
      padding-top: 80%;
    display: block;
}
.compare-pro-detail .prod-img a img, .wishlist-pro-detail .prod-img a img{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.compare-wrap, .wishlist-wrap{
  border-bottom:1px solid var(--border-color);
}
.pro-compare-section  .pro-compare-wrap, .pro-wishlist-section  .pro-wishlist-wrap{
    margin-bottom:25px;
}
.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;
}
  .pro-wishlist-section{
  padding-bottom:30px;
}
/*==== 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(--second-color);
  height:100%;
  width:auto;
  font-size: 14px;
  border-radius:10px;
}
.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 */
.product-item-img.zoom img {
    cursor: crosshair;
    background-color: var(--white);
}
/* ========== feature 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: 100%;
}
.megamenu-popup .megamenu-image a img{
  -o-object-fit: cover;
     object-fit: cover;
}
.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 *****/
.site-header .lang-dropdown {
  position:relative;
}
.lang-dropdown svg {
    width:20px;
    height: 20px;
}
.site-header .lang-dropdown svg path {
    fill: var(--theme-color);
}
.site-header .annoucebar-right .languages {
  padding:0px;
}
 .lang-dropdown .nice-select {
      padding: 10px 25px 10px 15px;
      background: url(angle-down-small-blue.svg);
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: calc(100% - -6px) 50%;
      font-family: var(--first-font);
}
 .lang-dropdown .nice-select:hover{
    font-family: var(--second-font);
  }
  .disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 120px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
  opacity: 1;
  pointer-events: auto;
  background-color:var(--white);
  border:1px solid var(--black);
  border-radius:0 0 8px 8px;
  transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  border-radius:10px;
}
 .disclosure__list-wrapper.hide{
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
}
 .disclosure__list-wrapper .disclosure__item {
    margin: 0;
}
 .disclosure__list-wrapper .disclosure__item a{
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  color: var(--black) !important;
  text-decoration:none;
  width: 100%;
   font-family:var(--second-font);
}

.disclosure__list-wrapper .disclosure__item a.disclosure__link--active{
  font-weight: bold;
}
/***** SHF end LANGUAGE CSS *****/
.input-box {
  position: relative;
}
button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.no-js:not(html) {
  display: none !important;
}
.product-form__input input,.shopify-payment-button__more-options {
  display: none;
}
.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);
  border-radius:8px;
}
.addressheading{
  padding-top:15px;
}
.adadress .form-container .continue-btn{
    width: auto;
}
.adadress .form-group label{
  text-align: start!important;
  width: 100%;
}
.newadress-btn{
  text-align:center;
}
.my-add-sec .main-new-address{
  border: 1px solid var(--border-color);
  padding: 15px;
}
.my-add-sec .adress-main-list{
  border: 1px solid var(--border-color);
  padding: 15px;
  margin: 30px 0 0;
}
.my-add-sec .adress-list .form-wrapper{
   border: 1px solid var(--border-color);
  border-radius:8px;
  margin-bottom: 15px;
}
.my-add-sec .adress-list .continue-btn{
  width: auto;
}
.acc-details p, .acc-details h4{
  margin-bottom:20px;
}
.acc-back-btn-wrp{
  gap: 12px;
}
.my-add-sec .main-new-address .back-btn {
    color: var(--black);
    margin: 0 0 10px;
}
.acc-back-btn-wrp button {
    gap: 10px;
    border-radius: 30px;
    padding: 11px 30px;
}
.acc-back-btn-wrp button svg{
  margin: 0px
}
.my-add-sec select {
  border-radius: 5px;
  background-image: url(angle-down-small-blue.svg);
  background-repeat: no-repeat;
  background-size: 20PX;
  background-position: calc(100% - 15px) 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.add-details {
  background: var(--sixth-color);
  padding: 20px 0px;
}
.add-details h5{
  margin: 0 0 15px;
  background: var(--border-color);
  padding: 10px 15px;
}
.btn[disabled] {
    cursor: not-allowed;
    opacity: .7;
}
.pro-cart-btn .cart-btn[disabled]:hover {
  background: var(--theme-color);
  border-color:var(--theme-color);
  color: var(--second-color);
}
.pdp-right-column .cart-btn[disabled]:hover {
  background: var(--second-color);
  border-color:var(--second-color);
  color: var(--white);
}
.pdp-right-column .cart-btn[disabled]:hover  svg path{
  fill: 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;
}
  .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);
  background-image:none;
}
.products_add-cart-sticky .nice-select {
    max-width: 150px;
    padding: 8px 35px 8px 15px;
  background-position:calc(100% - 5px) 50%;
}
.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 .sticky_data{
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
  }
.products_add-cart-sticky .sticky-price ins {
    font-size: 16px;
}
/*=================shf - recommandation ================*/
.product-notification{
  background: var(--white);
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
  max-width: 350px;
  width:100%;
  position: fixed;
  bottom: 10px;
  left: 30px;
  padding:10px;
  border-radius: 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-suggest .product-image img{
  border-radius: 5px;
}
.product-notification .product-suggest .product-label {
    margin: 0 0 5px;
}
.product-notification .product-suggest .product-name {
    font: var(--h6);
    margin: 0 0 12px;
   overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*--------------shf recently view product css--------------------*/
#recently-viewed-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#recently-viewed-products .product {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}
  #recently-viewed-products .price{
    margin: 0px;
  }
#recently-viewed-products .img-wrapper {
  padding-top: 122%;
}
/*--------------shf filter css--------------------*/
.product-grid-view .product-card-inner .product-image-wrapper {
    display: none;
}
.product-grid-view .product-card .cart-btn-content form {
    margin: 0;
}
.product-grid-view .product-card-inner .product-content .new-lbl {
    margin: 0;
}
/*------------------SHF search page ---------------------*/
.template-search .field {
    position: relative;
}
.template-search .form-control {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.template-search .search__button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 5px;
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    padding: 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.predictive-search.predictive-search--search-template {
    background: var(--product-bg);
}
.main-search .search input {
    border-radius: 8px;
    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(--second-color);
}
.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--------------------*/
.spr-summary.rte {
    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;
}
.spr-summary.rte > span {
    width: 100%;
}
.spr-summary-actions-newreview,.spr-form .spr-button-primary{
    text-align: center;
    padding: 11px 35px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--second-color);
    appearance: none;
    outline: none;
    border: 1px solid var(--second-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;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
  width:auto;
}
.spr-summary-actions-newreview:hover, .spr-summary-actions-newreview:focus,.spr-form .spr-button-primary:hover,.spr-form .spr-button-primary:focus {
    background-color: transparent;
    color: var(--second-color);
    border-color: var(--second-color);
}
.spr-form-label+.spr-form-input{
  color: var(--black);
}
/*------------------- 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;
  border-radius:8px;
    display: block;
    padding: 10px;
    color: #ff0000;
    background: #ff00001c;
    margin: 0 0 15px;
}
.form__message_success {
    border: 1px solid #276221;
    display: block;
    padding: 10px;
    color: #276221;
    background: #27622147;
    margin: 0 0 15px;
}
.subscribe-section-form small {
    margin: 15px 0 0;
    z-index: 2;
}
/*------------------- SHF dropdown ---------------------------*/
.login-header, .account-header {
  position: relative;
}
.login-header .menu-dropdown, .account-header .menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--white) !important;
  min-width: 160px;
  margin: 25px 0 0;
  z-index:2;
  padding: 15px;
  transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top;
      border-radius:0 0 8px 8px;
  -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 {
  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 .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 .menu-right li a svg {
    width: 20px;
    height: 20px;
}

.login-header li {
    background: none;
    margin-left: 0 !important;
    margin-bottom: 10px;
}
#recover .btn {
    width: auto;
}
.collection--empty h3 {
    margin: 0 0 10px;
}
/****** SHF CART DRAWER CSS ********/
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty path {
    fill: var(--black);
}
.header-style-one .menu-right .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 .minicart__warnings{
  display: block;
}
.cartDrawer.is-empty .cart__empty-text,.cartDrawer.is-empty .minicart__warnings {
  display: block;
  color: var(--black);
  margin: 15px 0 0;
}
  .cartDrawer.is-empty .cart__empty-text{
    margin-bottom:15px;
  }
  .cartDrawer.cartdrawer.is-empty .minicart__warnings .btn svg {
    margin: 0 8px 0 0;
}
  .cartDrawer.is-empty .minicart__warnings > svg path{
    fill:var(--black);
  }
.cartDrawer.is-empty .minicart__warnings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-style-one .menu-right .cartDrawer svg#icon-cart-emty,.header-style-one .cartDrawer svg#icon-cart-emty {
  width: 55px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 30px auto;
}
.header-style-one .menu-right li a.mini-cart-title {
  display: block;
  text-align: left;
}

.cart-notification-cnt {
    padding: 0 15px 0 0px;
}
/* .cartOpen header:after {
    height: calc(100% + 15px);
} */
/* .cartOpen header.head-sticky:after {
    height: calc(100% + 1px);
} */
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) a svg,
.product-card .product__media-item:not(:first-child) {
  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%;
    border-radius: 10px;
}
.card__media .hover-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-position: center;
     object-position: center;
}
.product-grid-view .card__media .hover-img img{
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.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-top-content 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;
}
/*-------------------- GoTo Top ------------------*/
.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 rgba(0,0,0,0.1);
          box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: var(--theme-color);
}
.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(back-to-top.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;
}
.progress-wrap svg path { 
  fill: none; 
}
.progress-wrap svg.progress-circle path {
  stroke: var(--second-color);
  stroke-width: 4;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.overlay.active, .cartOpen .overlay:after, .quick-active .overlay:after,.active-menu .overlay:after {
    content: " ";
    z-index: 4;
    background: rgba(0,0,0,.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
/*=========== SHF end ===============*/
.blogleftbar .product-arrow-wrapper {
    position: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
}
.pro-detail-bottom {
  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;
}
.pro-detail-bottom .cart-form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:15px;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.predictive-search {
  position:absolute !important;
}
.shipping-tbl {
    margin: 0 0 30px;
}
.direction-column .btn svg, .submit-btn svg, .create-btn svg, .cart__checkout-button svg, .acc-btn svg {
  margin-left:15px;
  margin-right:0px;
}
html.js {
    padding-bottom: 0px !important;
}
.large-up-hide {
    display: none !important;
}
.megamenu-card-inner {
    margin-bottom: 15px;
}
.menu-dropdown img {
    border-radius: 8px;
}
.qv-pro-slider-img .img-wrapper {
    border-radius: 8px;
  padding-top:100%;
}
.mobile-facets__close-button {
  padding:0px !important;
}
.login  .common-banner-content {
    color: var(--second-color);
}
.login-form {
    margin-top: 50px;
}
  .facet-checkbox input[type=checkbox],.facets__price .field input{
    border-color:var(--border-color);
  }
  .active-facets__button .btn-secondary,.active-facets__button-wrapper .btn-secondary {
  padding:10px 15px;
}
  /* review */
.jdgm-star {
    font-weight: normal !important;
}
.template-product .jdgm-widget-actions-wrapper {
    margin: 0;
}
.template-product .jdgm-rev-widg {
    border: none;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 15px !important;
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn {
    text-align:center;
}
.template-product .jdgm-rev-widg .jdgm-rev-widg__summary {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-write-rev-link {
    margin-right: 0;
}
.jdgm-widget .jdgm-btn.jdgm-btn {
    width: auto;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev,
.jdgm-write-rev-link, .jdgm-ask-question-btn, .jdgm-widget input.jdgm-review-search, .jdgm-subtab__name, .jdgm-widget .jdgm-btn.jdgm-btn, .jdgm-chip{
    background: transparent;
      border: 1px solid;
    color: var(--black);
}
.jdgm-form__title {
    margin-top: 15px !important;
    text-align: center;
}
.jdgm-form {
    border: 1px solid var(--border-color);
    background: var(--white);
    text-align: left;
  border-radius:10px;
}
  .jdgm-review-widget .jdgm-form input,.jdgm-review-widget .jdgm-form textarea,.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn,.jdgm-widget .jdgm-btn.jdgm-btn{
  border-radius:10px !important;
}
.product-write-review svg {
  width:14px;
  height:14px;
}
.jdgm-row-actions {
    display: none !important;
}
.jdgm-prev-badge.jdgm--js {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 15px;
}
.jdgm-rev-widg__body {
    position: relative;
    border: 1px solid var(--border-color);
    background: var(--white);
    padding: 15px;
}
.jdgm-rev-widg__body .jdgm-rev {
    border-top: 0;
    padding: 0;
}
.jdgm-rev-widg__body .jdgm-rev:last-of-type {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
}
.jdgm-paginate {
    border-top: none !important;
}
.jdgm-row-rating {
    border-bottom: 1px solid rgba(51, 153, 153, 0.1);
    border-color: var(--jdgm-secondary-color);
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.jdgm-widget.jdgm-widget {
    margin-bottom: 10px;
}
 .pdp-rating .jdgm-widget.jdgm-widget{
   margin: 0 !important;
 }
.pdp-right-column-inner .jdgm-prev-badge {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 15px;
}
.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover, .jdgm-write-rev-link.jdgm-write-rev-link:focus {
    background: transparent !important;
    color: var(--second-color) !important;
    border-color: var(--second-color);
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
    color: var(--black) !important;
}
.jdgm-widget-actions-wrapper {
    border-left: 1px solid var(--black) !important;
}
 .product-card .rating-wrp .jdgm-widget.jdgm-widget{
  margin-bottom:0;
}
  .pdp-right-column .pro-compare.active{
  color:var(--second-color);
}
  .pdp-right-column .pro-compare.active .compare-label svg path{
  fill:var(--second-color);
}
  .jdgm-widget .jdgm-rev-widg .jdgm-star {
    font-size: 12px;
}
.jdgm-widget .jdgm-rev-widg__summary-stars {
    margin-bottom: 10px;
    line-height: 1;
}
  .jdgm-write-rev-link.jdgm-write-rev-link{
    border-radius:10px !important;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: auto;
  }
  body.product .progress-wrap{
  bottom:90px;
}
  .blogrightbar .blog-card-inner .blog-lbl{
        left: 10px;
        top: 10px;
  }
  .pro-detail-top .share-button__button svg path{
  fill: var(--second-color);
}
.pro-detail-top .share-button__button{
  gap: 5px;
  font-size: 16px;
}
  /* ======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;
    margin: 0 auto;
    width: 60%;
    padding-top: 20px;
}
    /*================= 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;
}
  .pdp-page-main-sec a.product-item-img{
    display: block;
  }
   /* 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 */
/* releted product cart popup */
.cartDrawer .related-cart-wrp {
    margin-top: 25px;
}

.cartDrawer .related-cart-wrp h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.cartDrawer .related-cart-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid var(--border-color);
    padding: 10px;
  border-radius:10px;
}

.cartDrawer .related-cart-inner .related-image a {
    position: relative;
    padding-top: 125%;
    display: block;
}

.cartDrawer .related-cart-inner a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cartDrawer .related-image {
    position: relative;
    max-width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 100%;
    background: whitesmoke;
    padding: 10px;
  border-radius:10px;
}

.cart-variable p {
    color: var(--black);
    margin-bottom: 12px;
}

.cartDrawer .related-cart-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
}

.cartDrawer .related-cart-text h4 {
    font-size: 18px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cartDrawer .related-cart-text a {
    text-decoration: underline;
}

.cartDrawer .related-cart-price {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.cartDrawer .pvarprice svg path {
    fill: red;
}

.cartDrawer .cart-slider {
    position: relative;
}

.cartDrawer .swiper-pagination {
    position: relative;
    margin-top: 15px;
    bottom: 0;
}

.related-cart-wrp .swiper-pagination-bullet-active {
    outline: 1px solid var(--theme-color);
    outline-offset: 3px;
}

.related-cart-wrp .swiper-pagination-bullet {
    background: var(--theme-color);
}
.cart-item-wrap.is-empty, .cart-footer-wrap.is-empty{
  display: none;
}
.is-empty .cart__warnings{
  display: block;
}
.cart__warnings svg{
  margin: 0 auto;
}
/*================================Responsive===================================*/
@media (min-width:768px) {
 .site-header .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;
  }
  .site-header .mobile-menu {
    display: none;
  }
  .footer-row .acnav-list1{
    display: block !important;
  }
  .mobile-stickybar{
    display: none !important;
  }
  .header-style-two .search-header .serch-mobile-only {
    display: none;
  }
  #ProductGridContainer .mobile-only {
    display: none!important;
  }
    .sticky-pro-info {
        max-width: 320px;
        width: 100%;
    }

   /*********** 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: 992px){
  .desk-only {
    display: block !important;
  }
}
@media screen and (max-width:1599px) {
  .megamenu-popup{
     max-width: 95%;
  }
}
@media screen and (max-width:1399px) {
  /**** HEADER CSS ****/
  .site-header .main-navigationbar .logo-col {
    display: none;
  }
  .main-navigationbar .logo-col.desk-open {
    display: block;
    margin-right: 30px;
  }
  .menu-right-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .header-style-three .menu-right-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site-header .menu-right li .nav-srch input {
    width: 180px;
  }
  .serch-mobile-only {
    display: block;
  }
  .search-header .forms-input {
    display: none;
  }
  /**** HEADER CSS END  ****/
  /**** HOME PAGE CSS ****/
  .box-corner {
    top: 10%;
  }
  /**** HOME PAGE CSS END ****/
}
@media screen and (max-width:1199px) {
  .offset-left {
    margin-left: 0;
  }
  :root {
    --h1: normal 600 40px/1.1 var(--first-font);
  }
    .header-style-three .search-header {
    width: auto;
    max-width: 100%;
  }
  .header-style-three .menu-right-item {
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:end;
  }
  .header-style-three .menu-right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  /**** HEADER CSS ****/
  .cart-header .cart-price {
    display: none;
  }
  .site-header .megamenu-card .megamenu-content span {
    font-size: 14px;
  }
  /**** HEADER CSS END ****/
  /**** HOME PAGE CSS ****/
  .discount-offer-column {
    max-width: 400px;
  }
  .section-title h2 {
    max-width: 400px;
  }
  .testimonial-detail-col {
    max-width: 290px;
  }
  .testimonial-slider-col {
    max-width: calc(100% - 290px);
  }
  .newslatter-sec .newslatter-img img {
    margin-top: 0px;
  }
  /**** HOME PAGE CSS END ****/
  /**** PRODUCT-LIST PAGE CSS START ****/
  .text-checkbox .checkbox input[type=checkbox]+.checkbox-label{
    padding: 8px 8px;
  }
  .product-grid-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 ****/
  /**** COLLECTION-LIST PAGE CSS START ****/
  .collection-main-sec .product-card-inner .product-content {
    padding: 15px;
  }  
  /**** COLLECTION-LIST PAGE CSS END ****/
  /**** ARTICLE PAGE CSS START****/
  .articlebar h3 {
    font-size: 22px;
  }
  .blg-elagant .form-container .btn{
    padding: 11px 20px;
  }
  /**** ARTICLE 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: 15px;
  }
  /**** BLOG PAGE CSS END ****/
  /**** WISHLIST PAGE CSS ****/
  .cart-table .price ins, .cart-table .price del{
    font-size: 14px;
  } 
  .pdp-right-column .pdp-rating {
    -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;
 }
}
@media screen and (max-width:991px) {
   .mobile-menu-wrapper .mobile-lag {
        padding: 15px;
        gap: 15px;
        border-bottom: 1px solid var(--black);
    }
  .pro-wishlist-section{
  padding-bottom:0px !important;
}
      .size-table-wrapper {
        max-width: 90%;
    }
 .pdp-info .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link{
    margin-right: auto !important;
  }
.site-header .menu-right li:not(:first-of-type) {
    padding-left: 15px;
}


    .mobile-lag .languages,
    .mobile-lag .country-name {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: var(--black);
    }
  
  :root {
    --h1: normal 600 32px/1.1 var(--first-font);
    --h2: normal 600 28px/1.2 var(--first-font);
    --h3: normal 600 22px/1.2 var(--first-font);
    --h4: normal 600 20px/1.2 var(--second-font);
    --h5: normal 600 18px/1.2 var(--second-font);
    --h6: normal 600 16px/1.2 var(--second-font);
  }
  .products_add-cart-sticky .size-select{
    display: none;
  }

  .pdp-right-column .pdp-social-icons {
    display:none;
  }
  .search-popup {
    padding: 0 15px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .site-footer-two .footer-subscribe-col {
    max-width: 200px;
    -ms-flex: 0 0 200px;
    -webkit-box-flex: 0;
            flex: 0 0 200px;
  }
  .site-footer-two {
    padding: 0 0 0px 0;
  }
  .header-style-three .navigation-main-menu.main-navigationbar {
    display: none;
  }
  .site-footer-three .footer-contacts a{
    padding: 15px 15px;
  }
  .site-footer-three .social-icon {
    max-width: 220px;
    -ms-flex: 0 0 220px;
    -webkit-box-flex: 0;
            flex: 0 0 220px;
  }
  .site-footer-three .site-footer-inner {
    padding: 40px 0px 40px 0px;
  }
  /**** HEADER CSS START ****/
  .mobile-menu-button {
    display: block !important;
  }
  .main-navigationbar .menu-left-item, .main-navigationbar .header-search {
    display: none;
  }
 
  .site-header .main-navigationbar {
    padding:15px 15px;
  }
  .header-style-three .main-navigationbar {
    padding:15px 0px;
  }
  .site-header .announcebar {
    display: none;
  }
  /**** HEADER CSS END  ****/
  /**** HOME PAGE CSS ****/
  .subtitle {
    margin-bottom: 10px;
  }
  .container-fluid {
    padding: 0 15px;
    margin: 0 auto;
  }
  .main-banner-left-sec {
    border-radius: 25px;
    max-width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  .main-banner-sec .banner-content-inner .box-corner .box-corner-inner h3 {
    font-size: 25px;
  }
  .main-banner-sec .banner-content-inner {
    text-align: center;
    padding: 20px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-banner-sec .banner-content-inner h2 {
    max-width: 100%;
    letter-spacing: 0.5px;
  }
  
  .main-banner-sec .banner-content-inner p {
    max-width: 100%;
  }
  .pb {
    padding-bottom: 40px;
  }
  .pt {
    padding-top: 40px;
  }
  .btn-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-gruop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-banner-sec .banner-content-inner .box-corner {
    top: unset;
    left: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    margin: 0 auto 20px;
  }
  .main-banner-right-sec .banner-img {
    display: none;
  }
  .offer-sec .offer-item .offer-box-inner .offer-box-body {
    padding: 27px 20px 210px 25px;
  }
  .offer-sec .row [class*="col-"] {
    padding: 10px 15px;
  }
  .offer-item {
    margin-bottom: 0px;
  }
  .daily-deal-sec .deal-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .daily-deal-content {
    margin-top: 10px;
    margin-left: 0;
  }
  .daily-deal-sec .daily-deal-image a {
    padding-top: 70%;
  }
  .testimonial-container {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .daily-deal-image .pro-btn-wrapper {
    top: 21%;
  }
  .offer-sec .offer-box-inner {
    margin-bottom: 0px;
  }
  .newslatter-sec .newslatter-offer-inner .offer-text {
    margin-right: 10px;
  }
  .newslatter-sec .footer-subscribe-form input::-webkit-input-placeholder{
    font-size: 12px;
  }
  .newslatter-sec .footer-subscribe-form input::-moz-placeholder{
    font-size: 12px;
  }
  .newslatter-sec .footer-subscribe-form input:-ms-input-placeholder{
    font-size: 12px;
  }
  .newslatter-sec .footer-subscribe-form input::-ms-input-placeholder{
    font-size: 12px;
  }
  .newslatter-sec .footer-subscribe-form input::placeholder{
    font-size: 12px;
  }
  /**** HOME PAGE CSS end****/

  /**** FOOTER CSS SATRT****/
  .site-footer .footer-top .footer-logo {
    max-width: 90px;
  }
  .site-footer-one .footer-top p {
    padding-left: 40px;
  }
  .site-footer .footer-top {
    margin-bottom: 20px;
  }

  .footer-col {
    padding-left: 24px;
  }
  .site-footer .social-icon {
    max-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    padding: 0;

  }
  .social-icon .footer-logo {
    margin-bottom: 15px;
  }
  .social-icon .contactlink, .social-icon .addresslink {
    font-size: 16px;
  }
  .site-footer .footer-widget h2 {
    padding: 0 0 15px 0;
    font-size: 16px;
  }
  .social-icon h6 {
    font-size: 14px;
  }
  .site-footer .site-footer-inner {
    padding: 40px 0 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
  /**** FOOTER CSS END****/
  /* subscribe-popup */
  .subscribe-popup {
    max-width: 725px;
  }
  .subscribe-popup .sub-left-inner {
    padding: 20px 20px;
  }
  /**** PRODUCT PAGE CSS****/
  .common-banner-section {
    padding: 40px 0;
  }
  .pdp-right-column .price ins {
    font-size: 20px;
  }
  .pdp-right-column .price .currency-type {
    font-size: 16px;
  }
  .pdp-page-main-sec {
    padding: 40px 0 0px;
  }
  .product-slider-left .product-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery-thumbs {
    max-width:100%;
  }
  .product-slider-left .gallery-thumbs-left {
    margin-right: 0px;
  }
  .product-slider-left .gallery-main-left {
    max-width:100%;
    margin-bottom:20px;
  }
 .product-slider-right .product-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-slider-right .gallery-thumbs-right {
    margin-left: 0px;
  }
  .product-slider-right .gallery-main-right {
    max-width:100%;
    margin-bottom:20px;
  }
  #recently-viewed-products .product {
    width: 33.33%;
    margin: 0 0 20px;
  }

  /**** PRODUCT PAGE CSS end****/
  /**** PRODUCT-LIST PAGE CSS START ****/
  .product-heading-row .row {
    padding: 40px 0 0px;
  }
   .product-heading-right-column .filter-list-wrp  p{
    display: none;
  }
  .product-filter-right-column .product-grid-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-grid-view .product-card-inner .product-card-image{
    background-color: var(--product-bg);
  }
  .product-grid-view .product-card-inner .product-card-image, .product-grid-view .product-card-inner .product-bottom-content{
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .product-grid-view .product-card-inner .product-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding:0px 10px 10px;
  }
  .product-grid-view .product-card-inner .product-top-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0px;
     margin-top:0;
    padding:10px 10px 0;
  }
  .product-filter-right-column .product-grid-view .product-card .product-card-inner {
    padding: 0px 0px;
    border: 1px solid var(--border-color);
    border-radius:10px;
  }
  .product-grid-view .product-card-inner .pro-labl {
    position: absolute;
    top:15px;
    left: 15px;
    z-index: 1;
  }
  .product-grid-view .product-card-inner .img-wrapper {
    padding-top: 65%;
    border-radius: 10px;
  }
  .product-grid-view .product-card-inner .product-card-social-icon {
    -webkit-box-pack: start  ;
        -ms-flex-pack: start  ;
            justify-content: start  ;
  }
  .product-grid-view .product-bottom-inner .product-star-wrp, .product-grid-view .product-card .price, .product-grid-view .color-swatch-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }  
  .product-grid-view .product-card .cart-btn{
    width: 100%;
  }
  .product-grid-view .product-offer-timeline {
    display:none;
  }
  .product-grid-view .product-bottom-inner .product-star-wrp{
    margin-top: 15px;
  }
  .product-grid-view{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
   .product-grid-view .product-top-content {
     margin-top:15px;
   }
  .pdp-page-main-sec .pdp-right-column .section-title {
    margin: 0 0 20px;
  }
  .pdp-page-main-sec .section-title {
    margin: 0 auto 20px;
  }
  .product-grid-view .product-bottom-content .rating-wrp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-grid-view .product-card-inner .product-card-social-icon {
    position: absolute;
    top: 15px;
    left: auto;
    right: 15px;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom:0;
  }
  .product-grid-view .size-select .nice-select{
    margin-right: auto;
    margin-left: 0;
  }
  .product-grid-view .product-card-inner .img-wrapper img {
    border-color: transparent;
  }
  .product-grid-view .color-veriant {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-grid-view .product-card .wishlist-label, .product-grid-view .product-card .compare-label, .product-grid-view .product-card .quickview-btn{
     border-radius:50%;
      background:var(--white);
        width: 30px;
    height: 30px;
   }
    .product-grid-view .product-card .wishlist-label svg, .product-grid-view .product-card .compare-label svg, .product-grid-view .product-card .quickview-btn svg{
      width:15px;
      height:15px;
    }
  /**** 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-banner-sec .common-banner-content .back-btn {
    margin-right: 30px;
  }
  /**** ARTICLE PAGE CSS END ****/
  /**** MY ACCOUNT PAGE CSS START ****/
  .my-acc-sec .order-history-frame {
    margin-bottom: 25px;
  }
  /**** MY ACCOUNT 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, .about-full-img-sec .section-title h3 {
    margin-bottom: 20px;
  }
  .about-counter-sec .counting {
    font-size: 34px;
  }  
  /**** ABOUT PAGE CSS END ****/
  /**** CONTACT PAGE CSS START ****/
  .contact-about-sec {
    margin-bottom: 0px;
  }
  .contact-direction-inner {
    padding: 50px 0px;
  }
  .contact-right-inner {
    margin-bottom: -300px;
  }
  /**** CONTACT PAGE CSS END ****/
  /**** CMS PAGE CSS START ****/
  .cms-page ul {
    padding-left: 0px;
  }
  /**** CMS 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%;
  }
  .cart-page-sec .subtotal .price ins {
    font-size: 16px;
  }
  /**** CART PAGE CSS END ****/
  /**** LOGIN PAGE CSS START ****/
  .register-page .shop-btn {
    margin-top: 20px;
  }
  /**** LOGIN PAGE CSS START ****/
  .product .site-footer-inner {
    padding: 40px 0 40px;
  }  
  .daily-deal-image {
    max-width: 600px;
  }
  .daily-deal-sec .deal-card-inner .pro-labl{
     left: auto;
    right: 15px;
  }
    .daily-deal-image .product-card-social-icon{
        left: 0;
    top: 0px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
  }
.footer-col {
    padding-left: 40px;
}
    .jdgm-widget-actions-wrapper {
    border-left: none!important;
        margin-bottom: 0px !important;
      padding-bottom:15px;
}
  .pdp-tab-sec .jdgm-widget-actions-wrapper{
    border-left: 0px !important;
  }
   .jdgm-rev-widg{
    padding:0 !important;
  }
  .jdgm-rev-widg__summary {
    margin-bottom: 15px !important;
}
  .pdp-tab-sec .jdgm-widget-actions-wrapper{
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width:767px) {
  .site-header .menu-right li:not(:first-of-type) {
    padding-left: 15px;
  } 
  .cartDrawer .related-cart-wrp h3{
    font-size:18px;
  }
     .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-popup table tr td:before {
        content: attr(data-label) ":";
        float: left;
        font-weight: 600;
        color: var(--black);
        text-transform: capitalize;
     padding:0;
    }
    .size-popup table tr:not(:last-of-type){
    border-bottom:1px solid var(--border-color);
  }
  .size-popup .size-form{
    padding:15px;
  }
    .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 ;
    }
  .offset-container {
    padding: 0 15px;
  }
       .progress-icon {
        width: 45px;
        height: 45px;
    }
	.progress-icon svg {
        height: 30px;
        width: 30px;
    }
  .price ins {
    font-size: 18px;
  }
  .btn, .btn-secondary {
    padding: 10px 15px;
  }
  br{
    display: none;
  }
  .shopify-payment-button__button {
    padding: 10px 15px;
  }
  .header-style-two .hcart .icon-lable {
    display: none;
  }
  .site-footer-two .footer-col {
    padding-left: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .site-footer-two .footer-subscribe-col {
    max-width: 100%;
  }
  .site-footer-three .site-footer-inner {
    padding: 40px 0px 0px 0px;
  }
  .site-footer-three .social-icon {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .site-footer-three .footer-contacts a svg {
    width: 20px;
    height: 20px;
  }
  .cart-table tr td .quantity-wrp{
    margin: auto;
  }
  .site-footer-three .footer-contacts .contact-text span:nth-last-child(1) {
    font-size: 14px;
  }
  .header-style-three .menu-right-item{
    padding-left: 30px;
  }
  /**** HOME PAGE CSS START  ****/
  .main-category-sec .swiper-slide .food-card-inner .food-category-contant h3 {
    font: var(--h5);
  }
  .product-card .product-card-image .product-card-social-icon .product-hover-btn, 
  .daily-deal-card .product-card-social-icon .product-hover-btn {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .product-card-inner .img-wrapper {
    padding-top: 65%;
  }
  .daily-deal-sec .daily-deal-image a {
    padding-top: 86%;
  }
  .testimonial-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonial-slider-col::after {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .testimonial-quote-icon {
    display: none;
  }
  .testimonial-slider-inner .swiper {
    padding: 0px;
  }
  .testimonial-slider-inner .testimonial-slider .arrow-wrapper {
    left: 36px;
    bottom: -40px;
  }
  .testimonial-detail-col {
    max-width: 100%;
    padding: 0px 0 20px;
  }
  .testimonial-slider-col {
    padding: 40px 15px 40px;
    max-width: 100%;
  }
  .testimonial-detail-col .testimonial-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial-detail-col .testimonial-title.arrow-header .arrow-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .offer-box-content.item-2 .offer-box-top-sec .item-2-offer h3 {
    font-size: 32px;
  }
  .sale-label span {
    font-size: 18px;
  }
  .offer-box-top-sec .sale-label {
    width: 78px;
    height: 48px;
    border-radius: 47%;
  }
  .offer-box-top-sec .sale-label::before {
    bottom: -12px;
    right: -2px;
  }
  .offer-box-content.item-3 .offer-box-top-sec h3 {
    font-size: 26px;
  }
  .offer-box-content.item-4 .offer-box-bottom-sec .item-4-offer span {
    font-size: 26px;
  }
  .offer-box-content.item-4 .offer-box-bottom-sec .item-4-offer h4 {
    font-size: 22px;
  }
   .offer-box-bottom-sec {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  .offer-sec .offer-box-inner .offer-box-body {
    padding: 15px;
  }
  .offer-box-2 {
    left: auto;
    right: 15px;
}
  .swiper {
    padding-top: 0px;
  }
  .offer-sec .offer-box-inner {
    height: 230px;
  }
  .newslatter-sec .newslatter-img img {
    position: relative;
    margin-top: 20px;
  }
  .newslatter-sec .newslatter-content {
    padding: 0px 15px 0px 15px;
  }
  .newslatter-sec .newslatter-img {
    display: none;
  }
  .quick-view-left-inner {
    padding: 15px;
  }
  .discount-sec .discount-offer-banner {
    padding: 15px 0;
  }
  .partner-logo-sec .partner-logo-slider {
    padding: 0px 0px;
  }
  /**** HOME PAGE CSS end****/
  .site-header .main-navigationbar .logo-col {
    max-width: 90px;
  }
  .site-header .menu-right li {
    display: block;
    line-height: 1;
  }
  /**** FOOTER CSS START  ****/
  .social-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0px;
    padding-left: 0;
  }
  .footer-bottom .payment-image-wrapper {
    margin-top: 10px;
  }
  .site-footer .social-icon {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
        text-align: center;
  }
  .site-footer .social-icon .footer-logo{
    margin:0 auto 15px;
  }
  .site-footer .footer-bottom{
    -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;
  }
    .site-footer .footer-bottom p{
      text-align:center;
    }
    .site-footer .contact-text, .site-footer .footer-social-icon {
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
  .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
  }
  .footer-col .footer-mobile h5 {
    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;
    font-size: 14px;
  }
  .footer-col .footer-mobile h5 svg {
    margin-left: auto;
    width: 14px;
  }
  .footer-col .footer-mobile h5 .close-menu-ioc {
    display: none;
  }
  .footer-col .footer-mobile.is-open>.acnav-label .menu-open-arrow {
    display: none;
  }
  .footer-col .footer-mobile.is-open>.acnav-label .close-menu-ioc {
    display: block;
  }
  .site-footer .set {
    margin-bottom: 0px;
  }
  .footer-row {
    padding: 0px 0px 0px;
  }
  .footer-bottom-wrp {
    margin-top: 0px !important;
  }
  .color-select-main {
    top: 120px;
  }
  .search-popup .close-search {
    right: 16px;
    top: 16px;
  }
  .site-footer-one .footer-top p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 15px;
    padding-left: 0px;
  }
  .site-footer .footer-link .footer-mobile ul {
    padding-bottom: 15px;
  }
  .footer-row .acnav-list1 {
    display: none;
  }
  .social-icon .contactlink {
    margin-bottom: 15px;
  }
  .footer-col .acnav-label1:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    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;
    background-image: url(footer-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
  }
  .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);
  }
  .site-footer .footer-widget h2 {
    padding: 0 0 0px 0;
    font-size: 16px;
    font-weight: 500;
  }
  .footer-row .footer-link, .social-icon {
    padding-bottom: 15px;
  }
  .footer-row .acnav-list1 {
    padding-top: 15px;
  }
  .site-footer .footer-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
 .site-footer {
    padding-bottom: 40px;
  }
  /**** FOOTER CSS END  ****/
  /**** CART SIDE BAR CSS ****/
  .cartDrawer {
    width: 100%;
  }
  .cartDrawer .mini-cart-footer,
  .gift-popup .gift-body  {
    padding: 20px 15px;
  } 
  .coupon-popup .coupon-body .coupon-code{
    margin-bottom: 0;
  }
  .cartDrawer .mini-cart-footer-total-row {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0px 28px;
  }
  .cartDrawer, .coupon-popup, .gift-popup {
    width: 100%;
  }
  .cartDrawer .minicart-btn-wrapper .cart-bottom-btn {
    padding: 15px 18px;
  }

  .cartDrawer .mini-cart-container {
    padding: 0px 15px 0px 15px;
  }
 
  .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 .closecart {
    width: 15px;
    height: 22px;
  }
  .cartDrawer .mini-cart-body, .coupon-popup .coupon-body {
    padding: 20px 15px;
  }
  .site-footer .site-footer-inner {
    padding: 40px 0 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .cartDrawer .free_shipping_txt {
    font-size: 14px;
  }
  /* .subscribe-popup */
  .subscribe-popup {
    max-width: 550px;
  }
  .subscribe-popup .subscribe-left-col {
    display: none;
  }
  .subscribe-popup .close-sub-btn svg path {
    fill: var(--black);
  }
  .subscribe-popup .subscribe-right-col {
    width: 100%;
    padding: 30px 15px;
  }
  .ask-qus-popup {
    padding: 0 15px;
  }
   .subscribe-popup .close-sub-btn {
    top: 15px;
    right: 15px;
    left: auto;
  }

  /**** PRODUCT PAGE CSS start****/
  .pdp-page-main-sec .pdp-right-column {
    margin-top: 30px;
  }
  .pdp-right-column .price ins {
    font-size: 18px;
  }
  .tabs-container #pdp-tab-2 table tr td::before {
    display: none;
  }
  .pdp-tab-sec .tabs-container .tab-content {
    padding: 20px 15px;
  }
  .tabs-container #pdp-tab-2 table tr, .tabs-container #pdp-tab-2 table tr th, .tabs-container #pdp-tab-2 table tr td {
    padding: 12px 6px;
  }
  .pdp-right-column .price {
    margin-bottom: 15px;
  }
  .pdp-right-column .buy-btn {
    margin-bottom: 0px;
  }
  .pdp-tab-sec ul.tabs li{
    padding: 5px 8px 8px 0;
  }
  .spr-container {
    padding:15px !important;
  }
  .pdp-right-column .qty-spinner{
    height: 35px;
  }
  .spr-summary-actions-newreview, .spr-form .spr-button-primary {
    padding:11px 13px;
  }
  .pro-detail-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    }
  #recently-viewed-products .product {
    width: 50%;
  }
  /**** 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%;
  }
  .facets-container menu-drawer .mobile-facets__open{
    border-radius:5px;
  }
  
  .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: 40px 15px 0px 15px;
    background: var(--white);
    border: 0;
    margin-top: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;
  }

  /**** FAQS PAGE CSS START ****/

  .faq-page .faq-acnav .set:not(:last-of-type) {
    margin-bottom: 15px;
  }

  /**** 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;
    margin-bottom: 20px;
    -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: flex-start;
  }
  .articlebar .art-tags-icons-wrp .tags-ul li {
    padding: 4px 8px;
  }  
  .articlebar .art-tags-icons-wrp label {
    margin-right: 10px;
  }
  .articlebar .social-icon .social-ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  .articlebar .comment-form {
    max-width: 100%;
    padding: 15px;
  }
  /**** ARTICLE PAGE CSS END ****/

  /**** CONTACT-US PAGE CSS START ****/
  .contact-page {
    padding-bottom: 0;
  }
  .contact-right-inner {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .contact-left-inner ul .social-link {
    margin-bottom: 20px;
  }
  .contact-left-inner ul li h5 {
    margin-bottom: 10px;
    font-family: var(--first-font);
  }
  .contact-direction-sec {
    padding: 40px 0px 0;
  }
  .contact-form .form-container .btn {
    width: auto;
  }
  .contact-direction-inner {
    padding: 40px 0px;
  }
  /**** CONTACT-US PAGE CSS END ****/

  /**** ACCOUNT PAGE CSS START ****/
  table tr {
    padding: 0px 0 0;
  }
  .my-acc-sec .account-details ul li label {
    max-width: 100%;
    margin-bottom: 5px;
  }  
  .my-acc-sec .account-details ul li {
    padding: 10px 0px;
  }  
  .my-acc-sec .acc-btn-wrp {
    margin-top: 20px;
  }
  .my-acc-sec table tr{
    padding: 5px 0px;
    border: 0;
  }
  .my-acc-sec table tr:not(:last-of-type){
    border-bottom: 1px solid #F0F0F0;
  }
  /**** ADDRESS PAGE CSS START ****/
  .add-primery{
    margin-bottom: 20px;
  }
   .my-add-sec .adress-main-list {
    text-align: center;
  }

  /**** LOGIN PAGE CSS START ****/
  .register-page .account-info-icon li a {
    height: 50px;
    width: 50px;
  }
  .register-page .account-info-icon li a svg {
    height: 22px;
    width: 22px;
  }
  .register-page .login-btn-wrp, .register-page .account-btn{
    text-align: center;
  }
  .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;
  }
  /**** LOGIN PAGE CSS START ****/

  /**** SHIPPING PAGE CSS START ****/
  .shipping-page table tr th, .shipping-page table tr td{
    text-align: center;
  }
  .shipping-page .shipping-tbl {
    max-width: 100%;
  }  
  /**** SHIPPING PAGE CSS END ****/

  /**** EROOR PAGE CSS START ****/
  .error-main-sec .eroor-content .large-text {
    font-size: 70px;
  }
  /**** EROOR PAGE CSS END ****/
  /**** ORDER PAGE CSS START ****/

  .order-history-list .order-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .order-payment-box {
    padding: 15px;
  }
  /**** ORDER 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 var(--border-color);
    border-bottom: 0;
  }
  /**** CART PAGE CSS END ****/

  /**** ABOUT PAGE CSS START ****/

  .about-full-img-sec .section-title p {
    padding-bottom: 20px;
  }

  .collection-leftfilter .filter-column-title, .collection-rightfilter .filter-column-title{
    display:none !important;
  }
   /*===== product sicky css =====  */
  .products_add-cart-sticky .sticky-image, .products_add-cart-sticky .sticky-price{
      display:none;
  }
  .sticky_data .sticky_title {
    font-size: 15px;
    padding: 10px 0;
}
  /*=====  comapre and wishlist====== */
  .compare-data-label::before, .wishlist-data-label::before{
      content: attr(data-label);
      display: block;
      text-align: center;
      padding-bottom: 10px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 16px;
      color:var(--second-color);
  
  }
  .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 10px;
  }
 .compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a {
    padding-top: 30%;
}
  .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%;
  }
  /* ====== comapre end ====== */
  .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;
  }  
  #button{
    bottom: 90px;
    right: 15px;
  }
  .row .product-filter-column {
    padding: 0 !important;
  }
  .product-card .product-card-image .product-card-social-icon, .deal-card-inner .daily-deal-image .product-card-social-icon {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .product-card .product-card-image .product-card-social-icon .product-hover-btn, .daily-deal-card .product-card-social-icon .product-hover-btn {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
    #recently-viewed-products .product {
    width: 50%;
    margin-bottom: 20px;
  }
  .progress-wrap{
        right: 10px;
    bottom: 70px;
  }
  .product-card-image .product-card-social-icon, .daily-deal-image .product-card-social-icon{
    gap: 7px;
  }
  .discount-offer-column-inner{
    padding: 15px;
  }

  .daily-deal-image{
    max-width: 100%;
  }
  .cartDrawer .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .main-banner-sec .banner-content-inner .box-corner-inner{
    padding: 15px;
  }
  .offer-sec .offer-box-inner .offer-box-body{
      padding: 15px;
  }
  .offer-box-bottom-sec {
    bottom: 20px;
    left: 15px;
  }

  .product-slider-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
    .jdgm-widget-actions-wrapper{
        max-width: 50% !important;
    margin: 0 auto !important;
  }
  .jdgm-review-widget--medium .jdgm-write-rev-link{
     max-width: 100% !important;
  }
  .site-footer-three .footer-contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width:575px) {
  :root {
    --h2: normal 600 26px/1.2 var(--first-font);
    --h3: normal 600 22px/1.2 var(--first-font);
    --h4: normal 600 20px/1.2 var(--second-font);
  }
  .cart-table h5{
    font-size:16px;
  }
      .cart-page-sec .continue-btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
      .cart-page-sec .coupon-table, .cart-page-sec #cart-gift-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 0;
    }
      .cart-page-sec .subtotal {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .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;
    }
   .recentlyview.treding-product-sec{
    overflow:hidden;
  }
  .main-banner-sec .banner-content-inner p, .main-banner-sec .btn-gruop {
    margin-top:15px;
  }
  .countdown-container.flip-countdown span {
    font-size: 12px;
   }
  .mobile-facets__open .icon {
    width:25px;
    height:25px;
  }
  .mobile-sticky-wrp{
     padding: 15px 15px;
  }
  .mobile-sticky-wrp span {
    font-size: 12px;
  }
  .product-offer-timeline {
    padding: 8px;
    margin: auto;
  }
  .product-notification{
    left: 10px;
    width: 300px;
  }
  /*===== prooduct sticky =======  */
  .pro-bottom-sticky-cart .sticky-btn{
           padding: 10px 10px;
        font-size: 14px;
        margin-left: 13px;
  }
  .out-of-stock-form {
    max-width: calc(100% - 30px);
    padding: 50px 20px 20px;
  }
  .notify-send-btn button {
    padding: 10px 25px;
  }
  .product-heading-right-column .product-sorting-row .filter-list-wrp {
    border:1px solid var(--border-color);
    padding:5px;
    border-radius:10px;
  }
  /**** HOME PAGE CSS ****/
  .main-banner-sec .banner-content-inner h2 {
    font-size: 26px;
  }
  .section-title h2 {
    max-width: 310px;
    font-size:20px;
  }
  .box-corner:after {
    height: 77px;
    width: 82px;
  }
  .main-banner-sec .banner-content-inner .box-corner .box-corner-inner .price ins {
    font-size: 22px;
  }
  .main-banner-sec .banner-content-inner .box-corner .box-corner-inner h3 {
    font-size: 22px;
    font-weight: 600;
  }
  .main-banner-sec .banner-content-inner .box-corner .box-corner-inner h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .main-banner-sec .banner-content-inner .box-corner-inner {
-webkit-clip-path: none;
        clip-path: none;
    min-height: 155px;
  }
  .food-category-sec .swiper-slide .food-card-inner .food-category-contant h3 {
    font-size: 18px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    background-size: 8px;
  }
  .offer-sec .offer-item .offer-box-inner .offer-box-body:nth-child(1),
  .offer-sec .offer-item .offer-box-inner .offer-box-body:nth-child(2),
  .offer-sec .offer-item .offer-box-inner .offer-box-body:nth-child(3) {
    padding: 27px 20px 185px 25px;
  }
  .offer-sec .offer-box-inner {
    width: 100%;
    height: 280px;
  }
  .offer-sec .row [class*="col-"] {
    padding: 15px 15px 0;
  }
  .daily-deal-sec .daily-deal-image a {
    padding-top: 70%;
  }
  .popular-categories-sec .section-title-right {
    margin-bottom: 20px;
    margin-top: 0;
    height:auto;
  }
  .discount-sec .discount-offer-banner {
    padding: 40px 0;
  }
  .discount-offer-column-inner {
    padding: 15px;
  }
  .offer-box-top-sec .offer-box-content.item-2 .offer-box-top-sec .item-2-offer h3 {
    font-size: 60px;
    margin-top: 8px;
  }
  .price del, .daily-deal-card .daily-deal-content .product-top-content .price del {
    font-size: 14px;
  }
  .deal-card-inner {
    padding: 15px;
  }
  .newslatter-sec .newslatter-offer-inner .offer-text {
    font-size: 14px;
  }
  .input-wrapper .btn-subscibe {
    font-size: 12px;
    padding: 15px;
    top: unset;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    position: relative;
    margin-top: 15px;
  }
  .newslatter-sec .newslatter-offer .newslatter-offer-inner {
    max-width: 100%;
  }
  .newslatter-sec .footer-subscribe-form input[type="email"] {
    padding: 15px;
  }
  .newslatter-sec .newslatter-inner {
    padding: 15px;
  }
  .section-title-right .tabs li .tab-icon {
    display: none;
  }
  .section-title-right .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
  .deal-counter .deal-counter-title .deal-counter-text {
    font-size: 18px;
  }
  .about-service-sec .about-service-card .service-card-image {
    max-width: 55px;
    padding-top: 11%;
  }
  .about-service-sec .arrow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    padding-bottom: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-service-sec .about-service-card .service-card-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-service-sec .about-service-card .service-card-content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: calc(100% - 55px);
    width: 100%;
  }
  .site-footer .contact-text {
    font-size: 12px;
  }
  .subscribe-popup .subscribe-right-col {
    padding: 20px 15px;
  }
  .subscribe-popup {
    max-width: calc(100% - 30px);
  }
  .popular-product-slider .product-card-inner,
  .most-popular-category-slider .product-card-inner{
    border: 1px solid var(--border-color);
  }
  .counter-dtl {
    font-size: 12px;
  }
  .popular-categories-sec .section-title-right .tabs li {
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
   padding: 5px 5px;
}
  .gift-popup .close-gift{
    right: 3px;
    top: 0px;
  }
  .subscribe-popup .close-sub-btn {
    top: 7px;
    right: 7px;
   
  }
  .cartDrawer .mini-cart-footer-total-row {
    font-size: 16px;
  }
  .blog-slider .blog-card-inner{
    border: 1px solid var(--border-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .blog-card .blog-content {
    padding: 15px;
  }

  /**** HOME PAGE CSS end****/

  /*********** PRODUCT PAGE START ***********/
  
  .pdp-right-column .size-select .nice-select{
    width: 100%;
  }
  .tabs-container #pdp-tab-1 ul li span {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pdp-right-column .qnty-btn-wrp .quantity-select {
    max-width: 30%;
  }
  .pro-features ul li {
    padding: 0px 0;
  }
  .pro-features ul {
    gap: 12px;
  }
  .pdp-right-column .qnty-btn-wrp,.pdp-right-column .select-material-grp{
    margin-bottom: 15px;
  }
  .pdp-right-column .new-labl {
    max-width: 100%;
  }
  .pdp-page-main-sec .pdp-right-column .section-title  {
    max-width: 100%;
  }
  .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;
    border-radius:8px;
    background: -webkit-gradient(linear, left top, right top, from(#CED6AE), color-stop(89.23%, rgba(194, 182, 176, 0.00)));
    background: -o-linear-gradient(left, #CED6AE 0%, rgba(194, 182, 176, 0.00) 89.23%);
    background: linear-gradient(90deg, #CED6AE 0%, rgba(194, 182, 176, 0.00) 89.23%);
  }
  .pdp-right-column .pro-detail-top .pdp-social-icons p {
    text-orientation: unset;
    -webkit-writing-mode: horizontal-tb;
    transform: rotate(0);
    margin-right: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    padding-bottom: 0;
  }
  .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-right-column .pdp-social-icons ul li:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .pdp-right-column .pro-detail-top .pdp-para {
    max-width: 100%;
  }
  .pdp-right-column .buy-btn {
    margin-bottom: 0px;
  }
  .pro-tab-div ul.tabs li a {
   padding: 5px 0
  }
  #recently-viewed-products .product {
    width: 100%;
    margin-right: 0;
  }
  /*********** PRODUCT-LIST ***********/
  .filter-title .filter-ic{
    padding: 2px;
  }
  .filter-title .icon{
    height: 19px;
    width: 19px;
  }
  .product-listing-section .product-heading-row .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-filter-right-column .product-grid-view .product-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .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: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 0px;
    gap: 0px;
    border: 0px;
    padding: 0px;
  }
  .collection-rightbar .product-heading-right-column .product-sorting-row {
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:start;
  }
  .product-filter-right-column .product-card-inner{
    border: 1px solid var(--border-color);
  }
  .product-heading-right-column .filter-select-wrp{
    display: none;
  }
   /**** ABOUT PAGE CSS START ****/
  .about-counter-sec .row [class*="col"]:not(:last-of-type){
    margin-bottom: 20px;
  }
  .about-counter-sec .counter-item {
    text-align: center;
  }
   .about-full-img-sec .about-full-img img,
  .article-banner-sec .article-bnr-img img,
  .articlebar .article-img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  /**** ABOUT PAGE CSS END ****/
  /**** FAQS PAGE CSS START ****/
  .faq-page .faq-left-itm .section-title h2 {
    margin-bottom: 15px;
  }
  .faq-page .faq-left-itm{
    margin-bottom: 30px;
  }
  /**** FAQS PAGE CSS END ****/
  /********* BLOG PAGE CSS start  **********/ 
  .blog-cat li {
    padding: 6px 8px; 
    font-size: 10px; 
  }
  .blog-widget-inner h3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .blog-widget-inner p {
    margin: 12px 0 15px;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 5px; 
  }
  .blog-grid-sec .blogleftbar{
    margin-bottom: 30px;
  }
  /********* BLOG 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;
  }
  .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;
  }
  /**** CONTACT-US PAGE CSS START ****/
  .contact-about-sec .petcare-content-inner{
    padding: 30px 0px;
  }
  .contact-direction-sec .contact-direction-column {
    padding: 20px;
  }
  /**** ACCOUNT PAGE CSS START ****/
 .my-acc-sec .acc-btn-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-acc-sec .acc-btn-wrp .acc-btn {
    padding: 13px 6px;
  }
  /**** LOGIN PAGE CSS START ****/
  .register-page .account-info-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-form .submit-btn {
    max-width: 170px;
  } 
  /**** EROOR PAGE CSS START ****/
  .error-main-sec .eroor-content .section-title h3 {
    margin: 20px 0 15px;
  }
  /**** EROOR PAGE CSS END ****/

  /* QUICK-VIEW POPUP CSS START */
    .quick-view-left-inner {
      padding: 15px;
    }
    .quick-view-left .price ins {
      font-size: 17px;
    }
  /* QUICK-VIEW POPUP CSS END */
  /**** ORDER PAGE CSS START ****/
  .order-address-sec .row [class*="col-"]:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .order-payment-box {
    max-width: 100%;
  }
  .order-address-sec p:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .order-address-inner .address-title {
    margin-bottom: 15px;
  }
  /**** ORDER PAGE CSS END ****/
  /**** CART PAGE CSS START ****/   
  .cart-page-sec .continue-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }  
  .cart-page-sec .subtotal {
    gap: 15px;
  }  
  /**** CART PAGE CSS END  ****/ 
  .site-footer .contact-number {
    font-size: 16px;
  }
  #recently-viewed-products .img-wrapper {
    padding-top: 65%;
  }
  .site-footer .footer-bottom p {
    font-size: 12px;
  }
  .main-banner-sec .banner-content-inner .box-corner{
      max-width: 100%;
      margin: 0;
  }
  .pdp-tab-sec ul.tabs{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .pdp-tab-sec ul.tabs li a {
    padding: 3px 4px;
  }  
  .jdgm-widget-actions-wrapper {
    max-width: 100%!important;
}
  .jdgm-form-wrapper{
    padding-bottom:0 !important;
  }
    #recently-viewed-products .product:last-of-type{
    margin-bottom:0;
  }
  .sticky-pro-info{
    max-width: 55%;
  }
}
@media screen and (max-width:420px) {
  /**** HOME PAGE CSS ****/
  .main-banner-sec .banner-content-inner h2 {
    font-size: 22px;
  }
  .main-banner-sec .banner-content-inner .btn-flex .btn, .offer-sec .btn, .discount-sec .btn {
    padding: 10px 12px;
    font-size: 13px;
  }
  .main-banner-sec .banner-content-inner {
    padding: 20px 0px;
  }
  .site-header .main-navigationbar .logo-col {
    max-width: 80px;
  }
  .main-banner-left-sec {
    padding: 15px;
     border-radius: 12px;
  }
  .main-banner-sec .banner-content-inner .box-corner:after {
    height: 70px;
    width: 73px;
    background-size: 75px;
  }

  .main-banner-sec .banner-content-inner .btn-cart {
    height: 38px;
    width: 38px;
  }
  .main-banner-sec .banner-content-inner .box-corner {
    margin-bottom: 0px;
  }
  .site-header .menu-right li:not(:first-of-type) {
    padding-left: 12px;
  }
  .cartDrawer .mini-cart-image {
    width: 60px;
  }
  .cartDrawer .mini-cart-image a {
    padding-top: 190%;
  }

  .offer-sec .offer-box-inner {
    height: 200px;
  }
  .popular-product-sec .arrow-wrapper {
    top: -45px;
  }
  .discount-offer-column {
    max-width: 320px;
  }
  .deal-timeline .days, .deal-timeline .hour, .deal-timeline .mins {
    margin-right: 5px;
  }
  .discount-sec .discount-offer-banner .discount-column-top .deal-timeline,.discount-sec .discount-offer-banner .discount-column-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-service-sec .about-service-card .service-card-image {
    padding-top: 17%;
  }
    .jdgm-widget .jdgm-btn.jdgm-btn {
    padding: 8px;
    font-size: 14px;
  /**** HOME PAGE CSS end****/

}