/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!        CSS CREATED BY WorkDo        !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* ================================= */
/* !! SITE PAGE USE !!                -
1.   Index page                       -
2.   About page                       -
3.   Address page                     -
4.   Article page                     -
5.   Blog page                        -
6.   Blog-rightbar page               -
7.   Blog-noslidebar page             -
8.   Cart page                        -
9.   Collection-list page             -
10.  Compare page                     - 
11.  Contact us page                  -
12.  Error page                       -
13.  Faqs page                        - 
14.  Login page                       -
15.  My account page                  -
16.  Order page                       -
17.  Privacy policy page              -
18.  Product list page                -
19.  Product list rightbar page       -
20.  Product list canvas left page    -
21.  Product list canvas right page   -
22.  Product page                     -
23.  Product right thumb page         -
24.  Product left thumb page          -
25.  Product bottom thumb page        -
26.  Register page                    -
27.  Shipping return page             -
28.  Terms condition page             - 
29.  Wishlist page                    -
30.  grid-gallery page                -
31.  One-grid-column page             -
32.  Two-grid-column page             -
/* ================================= */
@font-face {
    font-family: 'Centaur';
    src: url('../font/Centaur.woff2') format('woff2'),
        url('../font/Centaur.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --first-font: "Syne", sans-serif;
    --second-font: "Centaur";
    --first-color: #A37249;
    --text-color: #232323;
    --sub-text-color: #232323;
    --body-text-color: #555555;
    --body-bg-color: #ffffff;
    --error-color: #F74032;
    --price-color: #A37249;
    --delete-price-color: #C3C3C3;
    --primary-color: #A37249;
    --primary-text-color: #FFFFFF;
    --secondary-color: #FFF7F0;
    --secondary-text-color: #A37249;
    --pro-btn-color: #232323;
    --pro-text-color: #232323;
    --pro-btn-hover-color: #ffffff;
    --pro-hover-text-color: #232332;
    --footer-bg-color: #232323;
    --footer-text-color: #ffffff;
    --footer-title-color: #ffffff;
    --border-color: #EBEBEB;
    --red: #E6233B;
    --black: #232323;
    --grey: #FAFAFA;
    --white: #ffffff;
    --h1: normal 500 120px/1.1 var(--second-font);
    --h2: normal 500 55px/1.1 var(--first-font);
    --h3: normal 500 40px/1.1 var(--first-font);
    --h4: normal 500 28px/1.1 var(--first-font);
    --h5: normal 500 24px/1.1 var(--first-font);
    --h6: normal 500 20px/1.1 var(--first-font);
    --common-text: normal 400 16px/1.3 var(--first-font);
}
.footer-style-two {
    --footer-title-color: #A37249;
}
/* ============================================= */
/* !!!!        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;
}
svg path {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
a,
.btn,
button {
    text-decoration: none;
    outline: none;
    color: inherit;
    display: inline-block;
    cursor: pointer;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
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;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="button"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--body-text-color);
}
:-ms-input-placeholder {
    color: var(--body-text-color);
}
::-moz-placeholder {
    color: var(--body-text-color);
}
::placeholder {
    color: var(--body-text-color);
}
::-moz-selection {
    background: rgb(255, 213, 56, .2);
}
::selection {
    background: rgb(40 39 37 / 10%);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0s;
    -webkit-transition: background-color 5000000s ease-in-out 0s;
    -moz-transition: background-color 5000000s ease-in-out 0s;
    -ms-transition: background-color 5000000s ease-in-out 0s;
    -o-transition: background-color 5000000s ease-in-out 0s;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}
body {
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: var(--body-bg-color);
    color: var(--body-text-color);
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}
h1,
.h1 {
    font: var(--h1);
}
h2,
.h2 {
    font: var(--h2);
}
h3,
.h3 {
    font: var(--h3);
}
h4,
.h4 {
    font: var(--h4);
}
h5,
.h5 {
    font: var(--h5);
}
h6,
.h6 {
    font: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--text-color);
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
b {
    font-weight: 500;
    display: inline-block;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    color: var(--first-color);
    display: inline;
    font-weight: 600;
}
h1 b,
h2 b {
    font-weight: 700;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
p::first-letter {
    text-transform: capitalize;
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.no-gutters {
    margin: 0 !important;
}
.row [class*="col-"] {
    padding: 0 15px;
}
.no-gutters [class*="col-"] {
    padding: 0;
}
.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.align-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.align-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.align-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.justify-center {
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}
.justify-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.justify-around {
    justify-content: space-around;
    -ms-flex-pack: distribute;
}
.justify-start {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}
.justify-end {
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.direction-column {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}
::-webkit-scrollbar-track {
    background: var(--grey);
}
::-webkit-scrollbar-thumb {
    background-color: var(--first-color);
}
/*****  Columns  *****/
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    position: relative;
    display: block;
    border: 0;
    color: var(--white);
    font: var(--common-text);
    text-transform: capitalize;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    text-align: left !important;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-tap-highlight-color: transparent;
}
.nice-select .current {
    position: relative;
    padding: 5px 20px 5px 10px;
}
.nice-select .current:after,
.nice-select.current:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--white);
    border-left: 1px solid var(--white);
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -moz-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    -o-transform: translateY(-50%) rotate(225deg);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.nice-select:not(.open) .current:after,
.nice-select:not(.open).current:after {
    top: 40%;
}
.nice-select.open .current::after,
.nice-select.current[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
.nice-select .list {
    color: var(--black);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: var(--black);
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--first-color);
    color: var(--white);
}
.nice-select .option {
    cursor: pointer;
    list-style: none;
    outline: none;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    margin: 0 !important;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: var(--border-color);
    cursor: default;
}
/****************  TABS CSS *****************/
.tabs-container {
    overflow: hidden;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    position: relative;
    text-align: center;
    padding: 12px 30px;
    color: var(--primary-text-color);
    background-color: var(--primary-color);
    appearance: none;
    outline: none;
    font: var(--first-font);
    border: 1px solid transparent;
    border: 0;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn::before,
.btn::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--white);
    top: 0;
    bottom: 0;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
}
.btn::before {
    left: 5%;
}
.btn::after {
    right: 5%;
}
.btn:hover::before,
.btn:focus::before,
.btn:active::before {
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    top: 10%;
}
.btn:hover::after,
.btn:focus::after,
.btn:active::after {
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    bottom: 10%;
    top: auto;
}
.btn svg {
    height: 18px;
    width: 18px;
}
.btn svg path {
    fill: var(--primary-text-color);
}
.btn-secondary {
    color: var(--secondary-text-color);
    background-color: var(--secondary-color);
}
.btn-secondary::before,
.btn-secondary::after {
    background-color: var(--primary-color);
}
.btn-secondary svg path {
    fill: var(--pro-btn-color);
}
.btn-secondary:hover svg path,
.btn-secondary:focus svg path,
.btn-secondary:active svg path {
    fill: var(--pro-btn-hover-color);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary:active::before,
.btn-secondary:hover::after,
.btn-secondary:focus::after,
.btn-secondary:active::after {
    background-color: var(--secondary-color);
}
.btn-transparent {
    background-color: transparent;
    color: var(--black);
    border: 1px solid var(--black);
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background-color: var(--primary-color);
    color: var(--white);
}
button[disabled],
.btn[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
button[disabled]:hover::before,
.btn[disabled]:hover::before,
.btn-secondary[disabled]:hover::before {
    display: none;
}
.img-wrapper,
.img-ratio {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 100%;
}
.img-wrapper img,
.img-wrapper video,
.img-wrapper iframe,
.img-ratio img,
.img-ratio video,
.img-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="button"]),
input:not([type="radio"]),
select,
textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: var(--white);
    font: var(--common-text);
    line-height: 1;
    color: var(--black);
}
select {
    background: transparent;
    padding: 0;
    border: 0;
    text-transform: capitalize;
}
textarea {
    resize: none;
}
form .row {
    margin: 0 -10px;
}
form .row [class*="col-"] {
    padding: 0 10px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--black);
    text-transform: capitalize;
}
sup {
    top: -0.5em;
}
sub,
sup {
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}
.form-group label sup {
    color: var(--black);
    font-size: 10px;
    line-height: 0;
}
.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: 0 15px 0 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox-custom input:checked+label:before {
    background-color: var(--black);
}
.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;
}
/***** COMMON CSS ****/
body.active-menu,
body.no_scroll {
    overflow: hidden;
    position: relative;
}
.pt {
    padding-top: 70px;
}
.pb {
    padding-bottom: 70px;
}
.subtitle {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--sub-text-color);
    text-transform: capitalize;
    font-weight: 400;
}
.section-title {
    margin: 0 0 26px;
}
.section-title h2 {
    font-family: var(--second-font);
}
.sticky-column {
    position: sticky;
    top: 20px;
}
/*** swiper slider ****/
.swiper-slide {
    height: auto;
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    height: 40px;
    width: 40px;
    margin: 0;
    background-color: var(--black);
    border: 1px solid transparent;
    outline: none;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-prev::before {
    display: none;
}
.arrow-wrapper {
    position: relative;
    display: flex;
    width: fit-content;
    background-color: var(--white);
    justify-content: center;
    gap: 15px;
    margin: 35px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}
.arrow-wrapper::after {
    content: '';
    width: 300px;
    height: 1px;
    background-color: var(--border-color);
    top: 47%;
    transform: translateY(-45%);
    position: absolute;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    z-index: -1;
}
.arrow-wrapper::before {
    content: '';
    width: 220px;
    height: 1px;
    background-color: var(--border-color);
    top: 60%;
    transform: translateY(-60%);
    position: absolute;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    z-index: -1;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    height: 20px;
    width: 20px;
}
.swiper-button-next svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
    stroke: var(--white);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--white);
    border-color: var(--border-color);
}
.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
    fill: var(--black);
    stroke: var(--black);
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}
.swiper-pagination-bullet-active {
    background: var(--first-color);
}
.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: no-drop;
}
.swiper-button-disabled:hover {
    background-color: var(--white)
}
.swiper-button-disabled:hover svg path {
    fill: var(--black);
}
.swiper-button-lock {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
/* Timeline */
.deal-timeline .counter-dtl {
    text-transform: lowercase;
    font-size: 18px;
    line-height: 1;
}
.deal-timeline .count {
    line-height: 1;
}
.deal-timeline .days,
.deal-timeline .hour,
.deal-timeline .mins,
.deal-timeline .secs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
/* CLOSE HOVER EFFECT */
.common-close {
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: var(--first-color);
}
.common-close::after,
.common-close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 18px;
    top: 50%;
    left: calc(50% - 10px);
    margin-top: -1px;
    background-color: var(--white);
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.common-close::before {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.common-close:hover::after,
.common-close:hover::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.common-close::after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* table css */
table {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
    text-align: left;
}
table tr {
    display: block;
}
table tr th {
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    font-size: 16px;
    color: var(--white);
    background-color: var(--first-color);
}
table tr td {
    padding: 10px;
    display: block;
    vertical-align: middle;
    text-align: center;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.site-header {
    position: relative;
    background-color: var(--white);
    color: var(--black);
    z-index: 3;
}
.site-header.fixed .sticky_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    width: auto;
    background-color: var(--white);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.site-header .announcebar {
    padding: 15px 0;
    color: var(--white);
    background-color: var(--black);
}
.site-header .announcebar .announcebar-row p {
    text-transform: uppercase;
}
.site-header .announcebar-right a {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 10px;
    align-items: center;
}
.site-header .announcebar-left {
    gap: 20px;
}
.site-header .announcebar-right a svg {
    height: 18px;
    width: 18px;
}
.site-header .main-navigationbar {
    padding: 10px 0;
}
.site-header.fixed .main-navigationbar {
    padding: 8px 0;
}
.site-header .logo-col a {
    display: block;
    width: fit-content;
    height: auto;
}
.site-header .main-navigationbar .main-nav>li:not(:last-of-type) {
    padding: 0 20px 0 0;
}
.site-header .main-navigationbar .main-nav>li>a {
    color: var(--body-text-color);
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    line-height: 1;
    text-transform: capitalize;
}
.site-header .main-navigationbar .main-nav .has-item>a {
    padding: 0 20px 0 0;
    font-size: 18px;
}
.site-header .main-navigationbar .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;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 15px;
    max-width: 244px;
    z-index: 3;
    color: var(--black);
    border-top: 1px solid var(--border-color);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.site-header .main-navigationbar .mega-menu .row {
    row-gap: 30px;
}
.megamenu-card-inner {
    padding: 10px;
    -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-content {
    margin-top: 15px;
    text-align: center;
}
.site-header .megamenu-card .megamenu-content a {
    position: relative;
    font: var(--h6);
}
.site-header .megamenu-card .megamenu-content a:hover {
    color: var(--first-color);
}
.site-header .megamenu-card .megamenu-image {
    position: relative;
}
.site-header .mega-menu .img-ratio {
    padding-top: 80%;
    overflow: hidden;
}
.site-header .mega-menu .img-ratio img {
    -o-object-position: top;
    object-position: top;
}
.site-header .main-navigationbar .main-nav>.menu-lnk.has-item>a:after,
.product-widget>.pro-itm>.acnav-label:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -moz-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    -o-transform: translateY(-50%) rotate(225deg);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 1;
}
.site-header .main-navigationbar .main-nav>li>a span {
    position: relative;
    padding-bottom: 3px;
}
.site-header .main-navigationbar .main-nav>li>a span:before,
.site-header .menu-dropdown ul>li>a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0%;
    border-bottom: 2px dashed var(--black);
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
}
.site-header .main-navigationbar .main-nav>li:hover>a {
    color: var(--black);
}
.site-header .main-navigationbar .main-nav>li.menu_active.has-item>a:after,
.product-widget>.pro-itm.is_open>.acnav-label:after,
.product-widget.disclosure-has-popup[open] .acnav-label:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.site-header .main-navigationbar .main-nav>li .menu-dropdown.open_menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
}
.header-select-wrp,
.site-header .menu-item-right,
.site-header .announcebar .announcebar-right {
    gap: 15px;
}
.site-header .menu-item-right li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.site-header .menu-item-right li>a,
.site-header .cart-icon,
.site-header .wishlist-icon,
.form-input {
    position: relative;
}
.site-header .menu-item-right>li>a svg {
    width: 20px;
    height: 20px;
}
.site-header .menu-item-right>li>a svg path {
    stroke: var(--black);
}
.site-header .count {
    position: absolute;
    top: -7px;
    right: -6px;
    height: 15px;
    width: 15px;
    background: var(--black);
    color: var(--white);
    font-size: 9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    line-height: 1;
    border-radius: 50%;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.site-header .announcebar .nice-select .current,
.site-header .header-select-wrp .nice-select .current {
    padding: 0 20px 0 15px;
    border-left: 1px solid var(--border-color);
}
.site-header .announcebar-left-select {
    gap: 20px;
}
.menu-items-col .main-nav>li.menu-lnk .menu-dropdown li {
    text-transform: capitalize;
}
.site-header .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}
.site-header .menu-dropdown ul>li span {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
}
.site-header .menu-dropdown ul>li>a {
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 18px;
    border-bottom: 1px solid transparent;
}
.site-header .header-select-wrp {
    margin: 0 20px 0 0;
}
.site-header .main-nav li:first-child .mega-menu-container.container {
    max-width: 1400px;
}
.index main {
    overflow: hidden;
}
/***** mobile menu button css *****/
.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 {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.site-header .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 1px;
    margin: 5px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--black);
}
.site-header .navigationbar-row {
    gap: 15px;
}
/***** header two css *****/
.header-style-two .announcebar {
    background-color: var(--first-color);
}
.header-style-two .announcebar .nice-select .current,
.site-header .header-select-wrp .nice-select .current {
    padding: 0 20px 0 0;
    border-left: 0;
}
.header-style-two .nice-select .list {
    left: -10px;
}
/**  header style three css start **/
.header-style-three .logobar {
    padding: 10px 0;
    background-color: var(--black);
}
.header-style-three .logo-right-col .header-info-item {
    gap: 10px;
}
.header-style-three .logo-right-col {
    gap: 20px;
}
.header-style-three .logo-right-col .header-info-item span {
    color: var(--white);
    text-transform: capitalize;
    display: block;
    margin-bottom: 3px;
}
.header-style-three .logo-right-col .header-info-item p {
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
}
.header-style-three .logo-right-col .header-info-item p a:hover {
    color: var(--first-color)
}
.header-style-three .logo-right-col .header-info-item .header-info-img {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: 1px solid var(--first-color);
}
.header-style-three .header-info-item .header-info-img svg {
    width: 24px;
    height: 24px;
}
.header-style-three .header-info-item .header-info-img svg path {
    stroke: var(--white);
}
.header-style-three .main-navigationbar {
    background-color: var(--white);
    color: var(--black);
    padding: 12px 0;
}
.header-style-three .main-navigationbar .main-nav .has-item.menu_active>a,
.header-style-three .main-navigationbar .main-nav>li:hover>a,
.header-style-three .main-navigationbar .main-nav>li>a,
.header-style-three .menu-dropdown ul>li>a:hover,
.site-header.header-style-three .megamenu-card:hover .megamenu-content a {
    color: var(--black);
}
.header-style-three .nice-select .current:after,
.header-style-three .nice-select.current:after {
    border-color: var(--black);
}
.site-header.header-style-three .megamenu-card .megamenu-content a:before {
    border-color: var(--black);
}
.site-header.header-style-three .main-navigationbar .main-nav>.menu-lnk.has-item>a:after,
.site-header.header-style-three .main-navigationbar .main-nav li>a span:before,
.site-header.header-style-three .main-navigationbar .main-nav .menu-dropdown li>a:before {
    border-color: var(--black);
}
.header-style-three .nice-select .current {
    color: var(--black);
}
.header-style-three .site-header.fixed .main-navigationbar {
    padding: 15px 0;
}
/********* HOME PAGE CSS  *********/
/* home banner sec  */
.home-banner-sec {
    background: linear-gradient(to right, #232323 50%, #FFFFFF 50%);
}
.home-banner-content {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.home-banner-content .section-title {
    margin-bottom: 40px;
}
.home-banner-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 80%;
    background-image: url(../images/home-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.home-banner-sec .banner-left-col {
    max-width: 75%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
}
.home-banner-sec .banner-right-col {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.home-banner-sec .banner-img-left {
    max-width: 30%;
    width: 100%;
    border: 20px solid var(--black);
    position: absolute;
    left: -17%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 170px;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
}
.home-banner-sec .banner-right-col .banner-img {
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}
.home-banner-sec .banner-right-img {
    padding-top: 65%;
    margin: 0 50px 0 0;
}
.home-banner-sec .section-title h2 {
    color: var(--white);
    font: var(--h1);
}
.home-banner-sec .section-title h2::first-letter {
    color: var(--first-color);
}
.home-banner-sec .subtitle {
    color: var(--white);
}
.link-btn {
    position: relative;
    color: var(--white);
    font-size: 28px;
    font-family: var(--second-font);
    padding: 0 50px 0 0;
}
.link-btn::after,
.link-btn::before {
    content: '';
    position: absolute;
    background-image: url(../images/btn-arrow.png);
    height: 13px;
    width: 30px;
    background-repeat: no-repeat;
    margin: auto;
    top: 60%;
    transform: translateY(-60%);
    transition: all 500ms ease-in-out 0s;
    transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    -webkit-transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
}
.link-btn::after {
    right: 0;
}
.link-btn::before {
    left: 0;
    right: auto;
    visibility: hidden;
    opacity: 0;
}
.link-btn:hover,
.link-btn:focus {
    padding: 0 0 0 50px;
}
.link-btn:hover::after,
.link-btn:focus:after {
    visibility: hidden;
    opacity: 0;
}
.link-btn:hover::before,
.link-btn:focus::before {
    visibility: visible;
    opacity: 1;
}
/* category-sec-start */
.category-sec {
    position: relative;
}
.category-sec::before {
    content: '';
    background-image: url(../images/category-bg.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.category-sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/leaf-01.png);
    height: 200px;
    width: 150px;
    background-size: cover;
    animation: shake 4s infinite;
    -webkit-animation: shake 4s infinite;
}
.category-sec .category-title-icon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
}
.category-sec .category-title-icon svg {
    width: 25px;
    height: 25px;
}
.category-sec .category-title-icon svg path {
    fill: var(--first-color);
}
.category-sec .arrow-wrapper {
    margin-top: 0;
}
.category-sec .category-title-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    background-image: url(../images/category-bg-text.png);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: roted 10s linear infinite;
    -webkit-animation: roted 10s linear infinite;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.category-sec .section-title p {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    font: var(--h5);
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(0, -1px, 0);
        -webkit-transform: translate3d(0, -1px, 0);
        -moz-transform: translate3d(0, -1px, 0);
        -ms-transform: translate3d(0, -1px, 0);
        -o-transform: translate3d(0, -1px, 0);
    }
    20%,
    80% {
        transform: translate3d(0, 2px, 0);
        -webkit-transform: translate3d(0, 2px, 0);
        -moz-transform: translate3d(0, 2px, 0);
        -ms-transform: translate3d(0, 2px, 0);
        -o-transform: translate3d(0, 2px, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(0, -4px, 0);
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        -o-transform: translate3d(0, -4px, 0);
    }
    40%,
    60% {
        transform: translate3d(0, 4px, 0);
        -webkit-transform: translate3d(0, 4px, 0);
        -moz-transform: translate3d(0, 4px, 0);
        -ms-transform: translate3d(0, 4px, 0);
        -o-transform: translate3d(0, 4px, 0);
    }
}
@-webkit-keyframes roted {
    0% {
        transform: translateX(-50%) rotate(0deg);
        -webkit-transform: translateX(-50%) rotate(0deg);
        -moz-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
        -o-transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
        -webkit-transform: translateX(-50%) rotate(360deg);
        -moz-transform: translateX(-50%) rotate(360deg);
        -ms-transform: translateX(-50%) rotate(360deg);
        -o-transform: translateX(-50%) rotate(360deg);
    }
}
@keyframes roted {
    0% {
        transform: translateX(-50%) rotate(0deg);
        -webkit-transform: translateX(-50%) rotate(0deg);
        -moz-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
        -o-transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
        -webkit-transform: translateX(-50%) rotate(360deg);
        -moz-transform: translateX(-50%) rotate(360deg);
        -ms-transform: translateX(-50%) rotate(360deg);
        -o-transform: translateX(-50%) rotate(360deg);
    }
}
.category-sec .category-card-inner {
    border-top: 1px solid var(--first-color);
}
.category-sec .category-card-inner .category-content {
    padding: 15px 0;
}
.category-sec .category-card-inner .category-content h2 {
    font: var(--h4);
}
.category-sec .category-btn {
    display: block;
    cursor: pointer;
}
.category-sec .category-btn svg {
    height: 30px;
    width: 30px;
}
.category-sec .swiper-wrapper {
    padding: 100px 0 50px 0;
}
.category-sec .swiper-slide {
    transition: transform 400ms ease-in-out;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}
.category-sec .swiper-slide-active {
    transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
}
.category-sec .swiper-slide-next {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
} 
/***** product-sec start  *****/
.product-sec {
    position: relative;
}
.product-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    background-image: url(../images/leaf-02.png);
    height: 200px;
    width: 150px;
    background-size: cover;
    animation: shake 4s infinite;
    -webkit-animation: shake 4s infinite;
}
.product-sec ul.tabs {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 40%;
    width: 100%;
    margin: 0 auto 30px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.product-sec ul.tabs::after {
    content: '';
    position: absolute;
    background-color: var(--border-color);
    height: 1px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product-sec ul.tabs li {
    border-bottom: 1px solid transparent;
    font: var(--h5);
    padding: 0 15px 5px 15px;
    background-color: var(--white);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    cursor: pointer;
}
.product-sec ul.tabs li.active,
.product-sec ul.tabs li:hover {
    color: var(--first-color);
    border-bottom-color: var(--first-color);
}
.product-card-inner {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.product-sec .swiper-wrapper {
    width: fit-content;
    margin: 0 auto;
}
.product-card-inner .product-card-image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.product-card .product-card-inner .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.product-card .product-card-inner .product-content-top {
    flex: 1;
}
.product-card .rating {
    margin-bottom: 10px;
}
.product-label-wrp {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 0;
}
.cart-btn-content {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    gap: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.product-card:hover .cart-btn-content {
    opacity: 1;
    visibility: visible;
}
.cart-btn-content .btn {
    padding: 10px;
    font-size: 16px;
    background-color: var(--pro-btn-color);
    color: var(--primary-text-color);
}
.cart-btn-content .btn::after,
.cart-btn-content .btn::before,
.pro-btn-wrapper .btn::after,
.pro-btn-wrapper .btn::before {
    display: none;
}
.cart-btn-content .btn:hover,
.cart-btn-content .btn:focus {
    background-color: var(--pro-btn-hover-color);
    color: var(--pro-hover-text-color);
    border-color: transparent;
}
.cart-btn-content .btn:hover svg path,
.cart-btn-content .btn:focus svg path {
    fill: var(--pro-btn-color);
}
.cart-btn-content .qv-btn,
.pro-btn-wrapper .qv-btn {
    background-color: var(--primary-text-color);
    color: var(--pro-text-color);
}
.cart-btn-content .qv-btn {
    border: 1px solid var(--border-color);
}
.cart-btn-content .qv-btn:hover,
.pro-btn-wrapper .qv-btn:hover {
    background-color: var(--pro-btn-color);
    color: var(--pro-btn-hover-color);
}
.cart-btn-content .qv-btn svg path {
    fill: var(--pro-text-color);
}
.cart-btn-content .qv-btn:hover svg path,
.pro-btn-wrapper .qv-btn:hover svg path {
    fill: var(--primary-text-color);
}
.product-label-wrp .pro-label {
    text-transform: capitalize;
    min-width: 50px;
    padding: 4px 8px;
    color: var(--primary-text-color);
    text-align: center;
    font-size: 14px;
    background-color: var(--black);
}
.product-card-inner .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.product-card-inner .product-card-image:hover .default-img,
.product-card-inner:hover .product-label-wrp,
.product-card:hover .time-counter {
    opacity: 0;
    visibility: hidden;
}
.product-card .product-card-image:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
.product-card .pro-btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.product-card .pro-btn-wrapper .pro-btn {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.product-card:hover .pro-btn-wrapper .pro-btn {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.product-card .pro-btn-wrapper a {
    background-color: var(--pro-btn-hover-color);
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.product-card .pro-btn-wrapper .pro-btn:not(:last-of-type) {
    border-right: 1px solid var(--border-color);
}
.product-card .pro-btn {
    width: 100%;
}
.product-card .pro-btn-wrapper a:hover,
.product-card .pro-btn-wrapper a:focus {
    background-color: var(--pro-btn-color);
    border-color: transparent;
}
.product-card .pro-btn-wrapper a:hover svg path,
.product-card .pro-btn-wrapper a:focus svg path {
    fill: var(--pro-btn-hover-color);
}
.product-card .pro-btn-wrapper .pro-btn a svg {
    width: 20px;
    height: 20px;
}
.product-card .pro-btn-wrapper .pro-btn svg path {
    fill: var(--pro-text-color);
}
.product-card .time-counter {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    gap: 10px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product-card .time-counter .deal-timeline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: var(--black);
    color: var(--white);
    padding: 8px 15px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.product-card .time-counter .counter {
    position: relative;
}
.product-card .time-counter .counter:not(:last-of-type) {
    padding: 0 15px 0 0;
}
.product-card .time-counter .counter:not(:last-of-type)::before,
.product-card .time-counter .counter:not(:last-of-type)::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 3px;
    background-color: var(--white);
    right: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.product-card .time-counter .counter:not(:last-of-type)::after {
    top: 5px;
}
.product-card .time-counter .counter:not(:last-of-type)::before {
    top: 15px;
}
.product-card .product-content-top h3 {
    font: var(--h6);
    margin-bottom: 10px;
}
.product-card .product-content-top h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card .rating svg {
    max-width: 120px;
    width: 100%;
}
.product-card .product-content-top p {
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-card .size-variant-swatch .nice-select,
.product-card .color-variant-swatch .nice-select {
    border: 1px solid var(--border-color);
    margin-bottom: 15px;
}
.product-card .size-variant-swatch .nice-select .current,
.product-card .color-variant-swatch .nice-select .current {
    display: block;
}
.product-card .size-variant-swatch .nice-select .current::after,
.product-card .color-variant-swatch .nice-select .current::after {
    right: 10px;
}
.product-card .size-variant-swatch .nice-select .list,
.product-card .color-variant-swatch .nice-select .list {
    width: 100%;
    max-height: 100px;
    overflow: auto;
}
.recent-product-sec .swiper .swiper-wrapper {
    width: fit-content;
    margin: 0 auto;
}
.pro-main-slider {
    width: 100%;
}
/******** COLOR VARIANT CSS  ********/
.color-variant-swatch .radio-buttons,
.size-variant-swatch .radio-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.color-variant-swatch .radio-buttons {
    gap: 5px;
}
.color-variant-swatch input[type="radio"],
.size-variant-swatch input[type="radio"] {
    display: none;
}
.color-variant-swatch .color-info,
.size-variant-swatch .size-info {
    margin-bottom: 10px;
}
.color-variant-swatch .color-info label,
.size-variant-swatch .size-info label {
    position: relative;
    display: inline-block;
}
.color-variant-swatch .radio-buttons label {
    position: relative;
    display: block;
    font-weight: 600;
    cursor: pointer;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid var(--border-color);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.color-variant-swatch .radio-buttons .button {
    padding: 2px;
}
.color-variant-swatch .radio-buttons input:checked+label {
    -webkit-box-shadow: 0 0 0 1px var(--black), inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 1px var(--black), inset 0 0 0 2px #fff;
    border: none;
}
.color-variant-swatch .radio-buttons label.var-soldout,
.size-variant-swatch .size-var.var-soldout {
    cursor: not-allowed;
    opacity: .4;
}
.product-card .variant-swatch,
.product-card .color-variant-swatch,
.product-card .size-variant-swatch {
    margin-bottom: 10px;
}
.size-variant-swatch .size-var {
    line-height: 1;
    min-width: 50px;
    gap: 10px;
    padding: 8px 10px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    color: var(--black);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.product-card .size-variant-swatch .size-var {
    min-width: 45px;
}
.size-variant-swatch .button:hover label,
.size-variant-swatch .button input[type="radio"]:checked+label {
    background-color: var(--first-color);
    color: var(--white);
    border-color: var(--first-color);
}
.color-variant-swatch .radio-buttons label.var-soldout:hover,
.size-variant-swatch .size-var.var-soldout:hover,
.size-variant-swatch .button input[type="radio"]:checked+label.var-soldout {
    background: transparent;
    color: var(--black);
    border-color: var(--black);
}
/* trending-product-sec */
.trending-product-sec {
    background-color: var(--black);
    position: relative;
}
.trending-product-sec .trending-left-col {
    position: relative;
    max-width: 95%;
    width: 100%;
    margin: 0 auto 0 0;
}
.trending-left-col .trending-left-img {
    max-width: 85%;
}
.trending-product-sec .row .col-12:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.trending-left-col .trending-img {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 30%;
    width: 100%;
    border: 20px solid var(--black);
    border-radius: 170px;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.trending-product-sec .section-title h2 {
    color: var(--white);
}
.trending-product-sec .product-content-bottom {
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.trending-product-sec .swiper-button-next {
    right: -30px;
    left: auto;
}
.trending-product-sec .swiper-button-prev {
    left: -30px;
    right: auto;
}
.trending-product-sec .swiper-button-next,
.trending-product-sec .swiper-button-prev {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%;
    background-color: transparent;
    color: var(--white);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}
.trending-product-sec .arrow-wrapper::after,
.trending-product-sec .arrow-wrapper::before {
    display: none;
}
.trending-product-sec .product-card .product-content-top h3 {
    color: var(--white);
}
.trending-product-sec .swiper-button-next svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.trending-product-sec .swiper-button-prev svg {
    transform: rotate(271deg);
    -webkit-transform: rotate(271deg);
    -moz-transform: rotate(271deg);
    -ms-transform: rotate(271deg);
    -o-transform: rotate(271deg);
}
.trending-product-sec .swiper-button-next::after,
.trending-product-sec .swiper-button-prev::after,
.trending-product-sec .swiper-button-next::before,
.trending-product-sec .swiper-button-prev::before {
    display: none;
}
.trending-right-col {
    position: relative;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.trending-product-sec .swiper-button-next span,
.trending-product-sec .swiper-button-prev span {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: tb-rl;
    text-orientation: mixed;
}
.trending-product-sec .swiper-button-next:hover,
.trending-product-sec .swiper-button-prev:hover {
    border-color: transparent;
    background-color: transparent;
}
.trending-product-sec .swiper-button-next:hover,
.trending-product-sec .swiper-button-prev:hover,
.trending-product-sec .swiper-button-next:focus,
.trending-product-sec .swiper-button-prev:focus {
    color: var(--first-color);
}
.trending-product-sec .swiper-button-next:hover svg path,
.trending-product-sec .swiper-button-prev:hover svg path,
.trending-product-sec .swiper-button-next:focus svg path,
.trending-product-sec .swiper-button-prev:focus svg path {
    stroke: var(--first-color);
    fill: var(--first-color);
}
.trending-product-sec .slide-text {
    position: absolute;
    bottom: 0;
    font-size: 4.5vw;
    text-transform: uppercase;
    letter-spacing: 20px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: 700;
    line-height: 1;
    left: 100%;
    width: 100%;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
}
@keyframes marquee {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}
.trending-product-sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: -50px;
    background-image: url(../images/leaf-01.png);
    height: 200px;
    width: 150px;
    background-size: cover;
    animation: shake 4s infinite;
    -webkit-animation: shake 4s infinite;
}
/* about-info-sec-start */
.about-info-sec {
    position: relative;
}
.about-info-sec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-info-bg.png);
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}
.about-info-sec .about-info-left {
    max-width: 85%;
    width: 100%;
    margin-right: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}
.about-info-sec .about-info-left .section-title h2 {
    margin-bottom: 10px;
}
.about-info-sec .about-info-left ul {
    margin: 0 0 25px;
}
.about-info-sec .about-info-left ul li {
    padding: 10px 0;
    border-bottom: 2px solid var(--first-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.about-info-sec .about-info-img {
    padding-top: 90%;
    max-width: 85%;
    width: 100%;
    margin-left: auto;
}
.about-info-sec .about-info-left ul li p,
.about-info-sec .about-info-left ul li span {
    color: var(--black);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.about-info-sec .link-btn {
    color: var(--black);
}
.about-info-sec .about-info-right {
    position: relative;
}
.about-info-sec .about-right-img {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 30%;
    width: 100%;
    border: 10px solid var(--white);
    border-radius: 170px;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* special-product-sec */
.special-product-sec {
    position: relative;
}
.special-product-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    background-image: url(../images/leaf-02.png);
    height: 200px;
    width: 150px;
    background-size: cover;
    animation: shake 4s infinite;
    -webkit-animation: shake 4s infinite;
}
/* testimonial-sec */
.testimonial-sec {
    position: relative;
    background-image: url(../images/testimonial-bg.png);
    color: var(--white);
    background-size: cover;
}
.testimonial-sec .section-title h2 {
    font: var(--h1);
    color: var(--white);
    opacity: 0.3;
}
.testimonial-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.testimonial-sec .testimonial-slider {
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
}
.testimonial-sec .testimonial-card-inner {
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    gap: 35px;
}
.testimonial-sec .testimonial-card-inner .testimonial-img {
    max-width: 200px;
    width: 100%;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    overflow: hidden;
}
.testimonial-sec .testimonial-card-inner .testimonial-img img {
    height: 100%;
    width: 100%;
}
.testimonial-content {
    flex: 1;
}
.testimonial-sec .testimonial-content h2 {
    margin-bottom: 15px;
    color: var(--white);
    font-family: var(--second-font);
}
.testimonial-sec .testimonial-content h3 {
    position: relative;
    color: var(--white);
    font: var(--h4);
    margin-top: 25px;
    padding: 0 0 0 140px;
    display: inline-block;
    float: right;
    font-family: var(--second-font);
}
.testimonial-content p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.testimonial-wrapper {
    position: relative;
}
.testimonial-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(../images/testimonial-02.png);
    background-size: cover;
    height: 220px;
    width: 185px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.testimonial-wrapper::after {
    content: '';
    position: absolute;
    background-image: url(../images/testimonial-03.png);
    background-size: cover;
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
.testimonial-sec .arrow-wrapper {
    background-color: var(--black);
}
.testimonial-sec .swiper-button-prev,
.testimonial-sec .swiper-button-next {
    background-color: var(--white);
}
.testimonial-sec .swiper-button-prev:hover,
.testimonial-sec .swiper-button-next:hover {
    background-color: var(--first-color);
    border-color: var(--first-color);
}
.testimonial-sec .swiper-button-next svg path,
.testimonial-sec .swiper-button-prev svg path {
    stroke: var(--black);
    fill: var(--black);
}
.testimonial-sec .swiper-button-next:hover svg path,
.testimonial-sec .swiper-button-prev:hover svg path {
    stroke: var(--white);
    fill: var(--white);
}
.testimonial-sec .testimonial-content h3::after {
    content: '';
    width: 115px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--first-color);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
/* home-blog-sec-start */
.home-blog-sec {
    position: relative;
}
.home-blog-sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: -50px;
    background-image: url(../images/leaf-01.png);
    height: 200px;
    width: 150px;
    background-size: cover;
    animation: shake 4s infinite;
    -webkit-animation: shake 4s infinite;
}
.blog-card .blog-card-inner {
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.blog-card .blog-card-inner .blog-image {
    padding-top: 50%;
    max-width: 70%;
    width: 100%;
}
.blog-card .blog-content {
    padding: 30px;
    position: relative;
    margin: -15% 0 0 auto;
    max-width: 70%;
    width: 100%;
    height: 100%;
    background-color: var(--grey);
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    z-index: 1;
}
.blog-card .blog-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
}
.blog-card .blog-content-top {
    margin-bottom: 10px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.blog-content h3 a {
    text-transform: capitalize;
    margin-bottom: 10px;
    font: var(--h5);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-content p {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--text-color);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-content span {
    color: var(--first-color);
    font-size: 18px;
    font-weight: 600;
}
.blog-card .blog-content .blog-btn {
    color: var(--black);
}
.home-blog-sec .swiper-wrapper {
    margin: 0 auto;
    width: fit-content;
}
/* subscribe-sec-start */
.subscribe-sec .subscribe-inner {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.subscribe-sec .section-title h2 {
    margin-bottom: 10px;
}
.subscribe-sec .subscribe-inner .subscribe-form-inner {
    gap: 15px;
    margin-bottom: 15px;
}
.subscribe-sec .subscribe-form-inner .form-control {
    flex: 1;
}
/* .partner-logo-sec */
.partner-logo-image {
    width: 150px;
    height: auto;
    margin: 0 auto;
}
.partner-logo-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/******* footer css  *******/
.site-footer {
    position: relative;
    color: var(--footer-text-color);
    background-color: var(--footer-bg-color);
    z-index: 1;
}
.site-footer .footer-row {
    padding: 60px 0;
}
.site-footer .footer-widget ul li a:after,
.site-footer .footer-contacts li a span:after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: var(--white);
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.site-footer .footer-widget ul li a {
    position: relative;
    text-transform: capitalize;
}
.site-footer .footer-bottom-inner {
    gap: 10px;
}
.footer-bottom-inner p a {
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.footer-bottom-inner p a:hover {
    color: var(--first-color);
}
.site-footer .footer-col {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    width: 100%;
}
.site-footer .footer-logo {
    max-width: 135px;
    width: 100%;
}
.footer-style-one .footer-top .footer-logo,
.footer-style-three .footer-top .footer-logo {
    margin: 0 auto;
}
.site-footer .footer-widget ul.footer-acnav-list>li:not(:last-of-type) {
    margin: 0 0 15px 0;
}
.site-footer .footer-widget h2 {
    margin: 0 0 20px 0;
}
.site-footer .footer-col h2 {
    position: relative;
    font: var(--h4);
    color: var(--footer-title-color);
    font-family: var(--second-font);
}
.site-footer .footer-bottom .payment-image-wrapper {
    gap: 10px;
}
.site-footer .footer-bottom {
    border-top: 1px solid var(--border-color);
    padding: 15px 0px;
}
.site-footer .contact-col .footer-widget .footer-acnav-list span {
    font-weight: 600;
    text-transform: capitalize;
}
.site-footer .contact-col .footer-widget .footer-acnav-list li a {
    text-transform: lowercase;
}
.footer-style-one .footer-top,
.footer-style-three .footer-top {
    padding: 30px 0;
    border-bottom: 1px solid var(--border-color);
}
.site-footer.footer-style-one .footer-gallery {
    gap: 10px;
}
.site-footer.footer-style-one .gallery-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    width: 100%;
}
.site-footer.footer-style-one .footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-footer.footer-style-one .footer-img {
    width: 100px;
    height: 70px
}
.footer-style-one::after,
.footer-style-one::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20vw;
    height: 100%;
    top: 0;
    z-index: -1;
}
.footer-style-one::after {
    background-image: url(../images/footer-bg-1.png);
    left: 0;
    background-position: center;
}
.footer-style-one::before {
    background-image: url(../images/footer-bg-2.png);
    right: 0;
}
/********* FOOTER STYLE TWO CSS START ********/
.footer-style-two .footer-left-col .footer-acnav-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 30px;
}
.footer-style-two .footer-left-col .footer-social-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.footer-style-two .footer-col h2::before {
    display: none;
}
.footer-style-two .footer-col:not(:first-child) {
    padding: 0 !important;
}
.footer-style-two .footer-col h2 {
    margin: 0 20px 0 0;
}
.footer-style-two .footer-acnav-list span {
    color: var(--footer-title-color);
    font-weight: 600;
}
.footer-style-two .footer-col:not(:last-of-type) {
    margin: 0 0 40px 0;
}
.site-footer.footer-style-two .footer-widget ul.footer-acnav-list>li:not(:last-of-type) {
    margin: 0;
}
.footer-style-two .footer-contact-col .footer-acnav-list {
    gap: 10px !important;
}
.footer-style-two .footer-contact-col .footer-acnav-list li:not(:last-of-type) {
    padding: 0 30px 0 0;
}
/********* FOOTER STYLE TWO CSS END ********/
/**  header style three css end *
/* ============================================= */
/* !!!!          SEARCH POPUP CSS           !!!! */
/* ============================================= */
.search-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 50px 15px;
    z-index: 5;
    background-color: var(--white);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.search-popup.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.search-popup .close-search {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    border-color: transparent;
}
/* .search-popup -start */
.search-popup .search-wrp {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    color: var(--black);
}
.search-popup .search-wrp .section-title h2 {
    font: var(--h3);
}
.search-popup .search-form {
    position: relative;
}
.search-popup .search-form .search-form-wrp {
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid var(--black);
}
.search-popup .search-form .search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    padding: 0;
    color: var(--black);
}
.search-popup .search-form .search-input::-webkit-input-placeholder {
    color: var(--black);
}
.search-popup .search-form .search-input::-moz-placeholder {
    color: var(--black);
}
.search-popup .search-form .search-input:-ms-input-placeholder {
    color: var(--black);
}
.search-popup .search-form .search-input::-ms-input-placeholder {
    color: var(--black);
}
.search-popup .search-form .search-input::placeholder {
    color: var(--black);
}
.search-popup .search-form button {
    background-color: transparent;
    border: none;
}
.search-popup .result-prod {
    margin: 20px 0 0;
}
/* .search-popup - end */
/****** mobile menu css  ******/
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    background: var(--white);
    height: 100%;
    max-width: 400px;
    width: 100%;
    display: block;
    transition: all 500ms ease-in-out 0s;
    transform: translate(100%, 0px);
    z-index: 5;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
}
.mobile-menu-wrapper.active_menu {
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--primary-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 120px);
    overflow: auto;
    padding: 15px;
    background: var(--white);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
    text-transform: capitalize;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
}
.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 .menu-close-icon .close-menu::before,
.mobile-menu-wrapper .menu-close-icon .close-menu::after {
    background-color: var(--white);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li:not(:first-child) {
    margin-top: 8px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .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 .acnav-list {
    margin: 12px 0;
    padding: 0;
}
.acnav-list {
    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 a svg {
    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>ul>li .mobile-menu-inner .menu-h-link ul li a {
    font-size: 18px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a.acnav-label {
    font-weight: 600;
    font-size: 18px;
}
/****** overlay *******/
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.overlay.active,
.overlay.filter_overlay {
    opacity: 1;
    visibility: visible;
}
/****** megamenu popup css   *****/
.megamenu-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 3;
}
.megamenu-popup.active {
    opacity: 1;
    visibility: visible;
}
.megamenu-popup.active .megamenu-popup-wrapper {
    transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
}
.megamenu-popup-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background-color: var(--white);
    transform: scale(0) translateY(-50%);
    -webkit-transform: scale(0) translateY(-50%);
    -moz-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    -o-transform: scale(0) translateY(-50%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.megamenu-popup-wrapper .megamenu-card .megamenu-card-inner .megamenu-image {
    margin-bottom: 10px;
    overflow: hidden;
}
.megamenu-popup-wrapper .megamenu-popup-inner .row {
    row-gap: 15px;
}
.megamenu-popup-wrapper .megamenu-popup-inner {
    padding: 25px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}
.megamenu-popup-wrapper .common-close {
    border: none;
    margin: 15px 15px 10px auto;
    display: block;
}
.megamenu-popup-wrapper .megamenu-content a {
    font: var(--h6);
    color: var(--black);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* ============================================= */
/* !!!!         back to top button        !!!! */
/* ============================================= */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    background: var(--grey);
    -webkit-box-shadow: #0000004d 0 0 7px 0px;
    box-shadow: #0000004d 0 0 7px 0px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    z-index: 2;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--first-color);
    stroke-width: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap.active-progress {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.progress-wrap.active-progress:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
body.product .progress-wrap {
    bottom: 95px;
}
.recommend-product-sec .product-card .product-content .product-content-top .price {
    margin-bottom: 0;
}
/******** Back to Top button *******/
/* ============================================= */
/* !!!!           cartdrawer css            !!!! */
/* ============================================= */
/* cart-progress-bar */
.cart-progress-bar {
    height: 7px;
    border-radius: 5px;
    display: flex;
    margin: 30px auto 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
progress[value] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    position: relative;
    margin: 0 10px 0 0;
    height: 7px;
    transition: all 0.3s linear;
    width: 100%;
    flex: 1;
}
progress[value]::-webkit-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: var(--body-text-color);
}
progress[value]::-webkit-progress-value {
    position: relative;
    border-radius: 5px;
    background-color: var(--first-color);
}
progress[value]::-moz-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: var(--first-color);
}
progress:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -60px -60px;
    }
}
.progress-icon {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--first-color);
    border-radius: 50%;
    border: 1px solid var(--first-color);
    animation: blinkers 1.5s infinite;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.progress-icon svg {
    height: 40px;
    width: 40px;
}
.progress-icon svg path {
    fill: var(--white);
}
@keyframes blinkers {
    0% {
        transform: translateY(-50%) scale(0.9);
    }
    50% {
        transform: translateY(-50%) scale(1);
    }
    100% {
        transform: translateY(-50%) scale(0.9);
    }
}
@-webkit-keyframes blinkers {
    0% {
        transform: translateY(-50%) scale(0.9);
    }
    50% {
        transform: translateY(-50%) scale(0.95);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}
/* cart-progress-bar end */
.cartdrawer {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 400px;
    width: 100%;
    height: 100%;
    background: var(--white);
    color: var(--black);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 5;
}
.cartopen .cartdrawer {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.cartdrawer .mini-cart-container {
    padding: 0px 30px;
}
.cartdrawer .mini-cart-header {
    position: relative;
    padding: 15px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}
.cartdrawer .mini-cart-has-item {
    overflow: hidden;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cartdrawer .mini-cart-body,
.coupon-popup .coupon-body,
.gift-popup .gift-body {
    overflow-y: auto;
    padding: 30px;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.cartdrawer .mini-cart-has-item .free-shipping-bar {
    margin: 0 0 20px;
}
.cartdrawer .free-shipping-txt {
    font-size: 16px;
}
.cartdrawer .mini-cart-item {
    padding: 15px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid var(--border-color);
}
.cartdrawer .mini-cart-image {
    width: 100px;
}
.cartdrawer .mini-cart-image a {
    padding-top: 120%;
    background-color: var(--grey);
}
.cartdrawer .mini-cart-details {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    padding: 0 0 0 15px;
}
.cartdrawer .mini-cart-title {
    gap: 10px;
}
.cartdrawer .mini-cart-title .mini-cart-pro-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-weight: 600;
}
.cartdrawer .remove-item svg {
    height: 15px;
    width: 15px;
}
.cartdrawer .remove-item svg path {
    fill: var(--red);
}
.cartdrawer .mini-cart-title,
.cartdrawer .cart-rating,
.cartdrawer .pvarprice {
    margin: 0 0 12px;
}
.cartdrawer .pvarprice .price-lable {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-right: 5px;
}
.price {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    gap: 10px;
}
.price ins {
    font-size: 20px;
    color: var(--price-color);
    font-weight: 600;
}
del {
    color: var(--delete-price-color);
    font-size: 20px;
    opacity: 0.6;
    text-decoration: line-through;
}
.cartdrawer .price ins,
.cartdrawer .price del {
    font-size: 14px;
}
/* related cart product */
.cart-slider .swiper-wrapper {
    padding: 0 0 30px;
}
.cartdrawer .related-cart-wrp {
    margin: 25px 0 0;
}
.cartdrawer .related-cart-wrp h3 {
    margin: 0 0 15px;
    font: var(--h5);
}
.cartdrawer .related-cart-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid var(--border-color);
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.cartdrawer .related-image {
    position: relative;
    max-width: 80px;
    width: 100%;
    background: var(--grey);
}
.cartdrawer .related-cart-inner .related-image a {
    padding-top: 125%;
}
.cartdrawer .related-cart-text {
    flex: 1;
    margin: 0 0 0 15px;
}
.cartdrawer .related-cart-text h4 {
    font-size: 16px;
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cartdrawer .related-cart-price {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
}
.cartdrawer .related-cart-text a {
    text-decoration: underline;
}
.cartdrawer .related-cart-text a:hover {
    color: var(--first-color);
}
/* qty-spinner start */
.qty-spinner {
    border: 1px solid var(--border-color);
    max-width: 100px;
    width: 100%;
    height: 36px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.qty-spinner button {
    background: transparent;
    border: 0;
    height: 100%;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.qty-spinner button svg {
    margin: auto;
    height: 10px;
    width: 10px;
}
.qty-spinner button svg path {
    fill: var(--black);
}
.qty-spinner input {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    margin: 0;
    padding: 0 !important;
    border: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    width: 30px;
    color: var(--black);
    background-color: transparent;
    height: 100%;
}
/* qty-spinner end */
.cartdrawer .mini-cart-footer {
    position: relative;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 30%);
}
/* mini-cart-footer-icons start */
.cartdrawer .mini-cart-footer .cart-footer-top {
    padding: 30px;
}
.cartdrawer .mini-cart-footer-icons {
    margin: 0 0 15px;
    gap: 20px;
}
.cartdrawer .mini-cart-footer-icons .footer-bottom-icon {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 12px;
    border: none;
    background-color: var(--first-color);
}
.cartdrawer .mini-cart-footer .footer-bottom-icon svg,
.coupon-popup .coupon-body .coupon-txt svg {
    width: 30px;
    height: 30px;
}
.cartdrawer .mini-cart-footer .footer-bottom-icon svg path,
.coupon-popup .coupon-body .coupon-txt svg path {
    stroke: var(--white);
}
.cartdrawer .mini-cart-footer-icons .footer-bottom-icon:hover svg {
    animation: beat ease-in-out 1s infinite;
    -webkit-animation: beat ease-in-out 1s infinite;
}
@keyframes beat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/* mini-cart-footer-icons end */
.cartdrawer .mini-cart-footer-total-row {
    font-size: 24px;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--border-color);
}
.cartdrawer .mini-total-lbl {
    margin: 0 0 7px;
    display: block;
    font-weight: 500;
}
.cartdrawer .mini-cart-footer .mini-cart-footer-total-row .mini-total-item p,
.cartdrawer .mini-cart-footer .mini-cart-footer-total-row .mini-subtotal p {
    font-size: 16px;
}
.cartdrawer .mini-cart-footer-total-row div.mini-subtotal {
    text-align: right;
}
.cartdrawer .minicart-btn-wrapper .btn {
    padding: 15px;
    flex: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.cartdrawer .minicart-btn-wrapper .btn::before,
.cartdrawer .minicart-btn-wrapper .btn::after {
    display: none;
}
.cartdrawer .minicart-btn-wrapper .view-cart-btn {
    background-color: var(--primary-color);
}
.cartdrawer .minicart-btn-wrapper .check-btn {
    background-color: var(--black);
}
.cartdrawer .emptycart {
    padding: 50px 0 0 0;
}
/* ****** coupon popup css **** */
.coupon-popup,
.gift-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0);
    z-index: 5;
    background: var(--white);
    color: var(--black);
    max-width: 400px;
    width: 100%;
    height: auto;
    transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.coupon-popup.active,
.gift-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translatey(0%);
}
.coupon-popup .close-coupon,
.gift-popup .close-gift {
    position: absolute;
    right: 8px;
    top: 8px;
}
.coupon-popup .coupon-txt {
    gap: 10px;
    margin: 0 0 15px;
}
.coupon-popup .coupon-txt svg path {
    stroke: var(--black) !important;
}
.coupon-code {
    border: 1px solid var(--border-color);
}
.coupon-code input {
    flex: 1;
    border: none;
    background: none;
}
/* cart empty */
.cartdrawer.is-empty .minicart__warnings {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cartdrawer.is-empty .cart__empty-text,
.cartdrawer.is-empty .cart__warnings {
    margin: 0 0 15px 0;
}
.cartdrawer svg#icon-cart-emty {
    width: 55px;
    margin: 0 auto 30px;
}
.mini-cart-footer.is-empty {
    display: none;
}
/* ============================================= */
/* !!!!       QUICK-VIEW POPUP CSS          !!!! */
/* ============================================= */
.quick-view-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-height: 90vh;
    max-width: 900px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    overflow: hidden;
    color: var(--black);
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 5;
}
.quick-view-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
}
.quick-view-inner {
    max-height: calc(90vh - 40px);
    overflow-y: auto;
    padding: 0 20px 20px;
}
.quick-view-left .quickview-card .quickview-card-image {
    overflow: hidden;
    height: 100%;
    background-color: var(--grey);
}
.quick-view-left .quickview-card .quickview-card-image img {
    padding: 10px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.quick-view-right {
    padding: 0 0 0 20px;
    height: 100%;
}
.quick-view-right .section-title,
.quick-view-right .price,
.quick-view-right .quick-product-dis,
.quick-view-right .size-variant-swatch {
    margin: 0 0 15px;
}
.quick-view-inner h3 {
    font: var(--h4);
}
.quick-view-inner h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.quick-view-right .quick-product-dis p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.quick-view-right .qnty-btn-wrp {
    gap: 10px;
}
.quick-view-right .qnty-btn-wrp .quantity-select {
    width: 100px;
    height: 100%;
}
.quick-view-right .qnty-btn-wrp .quantity-select .qty-spinner {
    height: 100%;
}
.quick-view-popup .quick-close-btn {
    display: block;
    margin: 15px 15px 0 auto;
    padding: 15px;
    border: none;
    z-index: 1;
}
.quick-view-inner .pro-cart-btn .btn:hover,
.quick-view-inner .pro-cart-btn .btn:focus {
    background-color: var(--first-color);
    color: var(--primary-text-color);
}
.quick-view-right .color-variant-swatch .radio-buttons {
    margin: 0 0 15px;
}
.pdp-page-main-sec .arrow-wrapper,
.quick-view-inner .arrow-wrapper,
.trending-product-sec .arrow-wrapper,
.contact-about-sec .contact-slider .contact-arrow-wrapper {
    width: 100%;
    position: unset;
    margin: 0;
}
.quick-view-inner .arrow-wrapper::after,
.quick-view-inner .arrow-wrapper::before,
.pdp-page-main-sec .arrow-wrapper::after,
.pdp-page-main-sec .arrow-wrapper::before {
    display: none;
}
.quick-view-inner .swiper-button-next,
.pdp-page-main-sec .swiper-button-next {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}
.quick-view-inner .swiper-button-prev,
.pdp-page-main-sec .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}
.quick-view-inner .swiper:hover .swiper-button-prev,
.quick-view-inner .swiper:hover .swiper-button-next,
.pdp-page-main-sec .swiper:hover .swiper-button-prev,
.pdp-page-main-sec .swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.quick-view-inner .swiper-button-next,
.quick-view-inner .swiper-button-prev,
.pdp-page-main-sec .swiper-button-next,
.pdp-page-main-sec .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - 44px / 2);
}
/**** COOKIE POPUP css start ****/
.cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--white);
    color: var(--black);
    -webkit-box-shadow: #00000059 0 0 12px;
    box-shadow: #00000059 0 0 12px;
    max-width: 370px;
    z-index: 4;
    padding: 30px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    text-align: center;
}
.cookie-popup.active {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}
.cookie-popup h5 {
    margin-bottom: 12px;
    font: var(--h4);
}
.cookie-popup p {
    margin-bottom: 12px;
}
.cookie-popup .cookie-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
/**** PRODUCT-NOTIFICATION CSS START ****/
.product-notification-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 380px;
    width: 100%;
    background-color: var(--white);
    -webkit-box-shadow: #00000059 0 0 12px;
    box-shadow: #00000059 0 0 12px;
    z-index: 2;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.product-notification-popup.active {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    z-index: 3;
}
.product-notification-inner {
    position: relative;
    padding: 30px 15px 30px;
}
.product-notification-img {
    padding-top: 30%;
    max-width: 25%;
    width: 100%;
    background-color: var(--grey);
    border: 1px solid var(--border-color);
}
.product-notification-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 10px;
}
.product-notification-content h5 {
    font: var(--h6);
    margin: 0 0 10px;
    color: var(--first-color);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.product-notification-content p {
    margin: 0 0 10px;
    font-size: 14px;
}
.product-notification-info {
    gap: 10px;
}
.product-notification-info .product-notification-item {
    gap: 7px;
    position: relative;
    font-size: 14px;
}
.product-notification-info .product-notification-item:not(:last-of-type) {
    padding: 0 10px 0 0;
}
.product-notification-info .product-notification-item:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--first-color);
}
.product-notification-info .product-notification-item svg {
    width: 16px;
    height: 16px;
}
.product-notification-info .product-notification-item svg path {
    fill: var(--first-color);
}
.notification-close-btn {
    top: 10px;
    right: 10px;
    position: absolute;
    border: none;
}
/* subscribe-popup css */
.subscribe-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 15px;
    margin: 0 auto;
    overflow: hidden;
    background-color: var(--white);
    opacity: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    z-index: 10;
}
.subscribe-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);
}
.subscribe-popup .close-sub-btn {
    position: absolute;
    top: 5px;
    right: 20px;
    height: 30px;
    width: 30px;
    border: 0;
    z-index: 1;
}
.subscribe-popup-left {
    display: flex;
    gap: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.subscribe-popup .subscribe-left-image,
.subscribe-popup .subscribe-right-image {
    max-width: 50%;
    padding-top: 40%;
}
.subscribe-popup .subscribe-inner .section-title h2 {
    font: var(--h4);
    color: var(--first-color);
    margin-bottom: 10px;
}
.subscribe-popup .subscribe-right-content {
    max-width: 50%;
    width: 100%;
}
.subscribe-popup .subscribe-popup-right {
    height: 100%;
}
.subscribe-popup .subscribe-right-inner {
    height: 100%;
    display: flex;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.subscribe-popup .subscribe-form {
    flex: 1;
}
.subscribe-popup .subscribe-right-inner .form-control {
    flex: 1;
}
.subscribe-popup .subscribe-image {
    height: 100%;
}
.subscribe-popup .section-title {
    margin: 0;
}
.subscribe-popup .subscribe-form-inner {
    gap: 10px;
    margin-bottom: 15px;
}
.subscribe-popup::after {
    content: '';
    width: 50%;
    height: 100%;
    background-image: url(../images/subscribe-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
/******** Mobile sticky bar *******/
.mobile-sticky-wrp {
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
    box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
    background-color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 40px;
    gap: 15px;
}
.mobile-sticky-wrp svg {
    height: 22px;
    width: 22px;
    margin: 0 auto 8px;
}
.mobile-stickybar {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 2;
}
.mobile-sticky-wrp ul li a {
    text-align: center;
}
.mobile-stickybar.show {
    visibility: visible;
    opacity: 1;
}
.mobile-sticky-wrp li {
    line-height: 1;
}
.mobile-sticky-wrp span {
    display: block;
    line-height: 1;
    color: var(--black);
    text-transform: capitalize;
}
/******** common-banner-sec css  *******/
.common-banner-sec {
    position: relative;
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.common-banner-sec .filter-cat li:not(:last-of-type) {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
}
.common-banner-sec .filter-cat a {
    font: var(--h4);
    color: var(--black);
    text-transform: capitalize;
}
.common-banner-sec .filter-cat a:hover {
    color: var(--red);
}
.common-banner-sec .section-title {
    margin: 0 0 15px;
}
.common-banner-sec .filter-cat li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    width: 2px;
    background-color: var(--black);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.common-banner-sec .filter-cat li.active a {
    color: var(--first-color);
}
.common-banner-sec .filter-cat li.active a:hover,
.common-banner-sec .filter-cat li.active a:focus {
    color: var(--black);
}
.common-banner-sec .filter-cat li a:hover {
    color: var(--first-color);
}
/* product-page-start */
.pdp-page-main-sec .product-item-img {
    background-color: var(--grey);
    padding-top: 83%;
    height: 100%;
}
.pdp-page-main-sec .section-title h2 {
    font: var(--h3);
}
.pdp-page-main-sec .row {
    row-gap: 25px;
}
.pdp-thumb-image {
    height: 100%;
    cursor: pointer;
}
.pdp-thumb-item {
    background-color: var(--grey);
    border: 1px solid transparent;
}
.pdp-page-main-sec .color-variant-swatch .radio-buttons label {
    width: 40px;
    height: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.pdp-right-column .price {
    padding: 0 0 15px 0;
    border-bottom: 2px dashed var(--border-color);
}
/***** full grid  css  *****/
.full-grid-column .row [class*="col-"]:not(:first-of-type) {
    margin: 0 auto;
}
.full-grid-column .price,
.full-grid-column .rating-wrp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.full-grid-column .color-variant-swatch .radio-buttons label {
    width: 50px;
    height: 35px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.full-grid-column .pdp-payment {
    max-width: 80%;
    width: 100%;
}
.full-grid-column .price ins {
    font-size: 30px;
}
.full-grid-column .price del {
    font-size: 26px;
}
.full-grid-column .pdp-right-column {
    text-align: center;
}
.full-grid-column .qnty-wrp,
.full-grid-column .size-variant-swatch,
.full-grid-column .color-variant-swatch,
.full-grid-column .qnty-btn-wrp,
.full-grid-column .pro-features,
.full-grid-column .payment-image-wrapper {
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}
.full-grid-column .col-md-6:not(:last-of-type) {
    max-width: 100%;
    width: 100%;
}
.product .size-variant-swatch .size-var {
    font-size: 14px;
    padding: 10px;
    min-width: 80px;
}
/* pdpd-page-css */
.pdp-page-main-sec .one-grid-main .product-main-item .active-thumb-img,
.pdp-page-main-sec .two-grid-main .product-main-item .active-thumb-img {
    border: 1px solid var(--border-color);
}
.pdp-page-main-sec .one-grid-main .product-main-item img,
.pdp-page-main-sec .two-grid-main .product-main-item img {
    border: 1px solid transparent;
}
.pdp-thumb-item.swiper-slide-thumb-active {
    border: 1px solid var(--black);
}
.pdp-right-column .rating-wrp svg {
    width: 140px;
    height: 20px;
}
.pdp-right-column .rating-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.pdp-right-column .pdp-timer {
    background-color: var(--grey);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
}
.pdp-right-column .pdp-timer>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    width: 40px;
    height: 40px;
    background-color: var(--red);
}
.pdp-right-column .pdp-timer .deal-timeline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--red);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    gap: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pdp-right-column .pro-features li a svg path {
    fill: var(--body-text-color);
}
.pdp-right-column .cart-btn,
.pdp-right-column .buy-btn,
.pdp-right-column .notify-btn {
    min-width: 200px;
}
.pdp-right-column .product-select-var .variant-swatch,
.pdp-right-column .section-title,
.pdp-right-column .rating-wrp,
.pdp-right-column .pdp-timer,
.pdp-right-column .desc,
.pdp-right-column .color-variant-swatch,
.pdp-right-column .size-variant-swatch,
.pdp-right-column .qnty-btn-wrp,
.pdp-right-column .price {
    margin: 0 0 15px;
}
.pdp-right-column .variant-swatch,
.pdp-right-column .size-variant-swatch,
.pdp-right-column .color-variant-swatch,
.pdp-right-column .qnty-btn-wrp,
.qnty-wrp {
    gap: 15px;
}
.pdp-right-column .product-select-var .label-info,
.pdp-right-column .color-variant-swatch .label-info,
.pdp-right-column .size-variant-swatch .label-info,
.qnty-wrp label {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.pdp-right-column .pro-features {
    gap: 15px;
    margin: 0 0 20px;
    padding: 15px 0 0 0;
    border-top: 2px dashed var(--border-color);
}
.pdp-payment {
    display: inline-block;
    padding: 15px;
    background-color: var(--grey);
    text-align: center;
}
.pdp-right-column .pdp-payment p {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.pdp-payment .payment-image-wrapper {
    gap: 15px;
}
.pdp-right-column .pro-features li a {
    gap: 8px;
    text-transform: capitalize;
}
.pdp-right-column .pro-features li a:hover {
    color: var(--first-color);
}
.pdp-right-column .pro-features li a:hover svg path {
    fill: var(--first-color);
}
.pdp-right-column .pro-features>li:not(:last-of-type) {
    padding: 0 15px 0 0;
    border-right: 1px solid var(--border-color);
}
.pdp-right-column .wishlist-btn::after,
.pdp-right-column .wishlist-btn::before {
    display: none;
}
.pdp-right-column .wishlist-btn:hover {
    background-color: var(--black);
}
.pdp-right-column .pro-features li a svg {
    height: 18px;
    width: 18px;
}
.pdp-right-column .size-variant-swatch .nice-select,
.pdp-right-column .color-variant-swatch .nice-select {
    border: 1px solid var(--border-color);
    border-radius: 30px;
    max-width: 200px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.pdp-right-column .size-variant-swatch .nice-select .current,
.pdp-right-column .color-variant-swatch .nice-select .current {
    display: block;
}
.pdp-right-column .size-variant-swatch .nice-select .current::after,
.pdp-right-column .color-variant-swatch .nice-select .current::after {
    right: 10px;
}
.pdp-right-column .size-variant-swatch .nice-select .list,
.pdp-right-column .color-variant-swatch .nice-select .list {
    width: 100%;
    max-height: 100px;
    overflow: auto;
}
.pdp-right-column .product-select-var .nice-select .current {
    display: block;
    color: var(--body-text-color);
}
.pdp-right-column .product-select-var .nice-select {
    max-width: 140px;
    border: 1px solid var(--border-color);
}
.pdp-right-column .product-select-var .nice-select .current::after {
    right: 10px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
}
.pdp-right-column .nice-select .list,
.product-card .nice-select .list {
    width: 100%;
    max-height: 100px;
    overflow: auto;
}
.product-select-var .label-info {
    max-width: 60px;
    width: 100%;
}
.product-page-arrow {
    margin: 0 !important;
}
.bottom-thumbslider {
    margin: 20px 0 0;
}
.pdp-page-main-sec .wishlist-btn {
    padding: 12px 15px;
}
.product .product-card .product-card-image .cart-btn-content {
    top: 50% !important;
    transform: translateY(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
}
/***** pdp-tab-sec  css  *******/
.pdp-tab-sec .tab-content-inner .des-wrp {
    gap: 50px;
}
.pdp-tab-sec .tab-content-inner .des-wrp .description-image {
    max-width: 45%;
    overflow: hidden;
    padding-top: 30%;
}
.pdp-tab-sec .tab-content-inner .des-wrp .description-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pdp-tab-sec .tab-head-row {
    margin: 0 0 30px;
    text-align: center;
}
.pdp-tab-sec .tab-head-row .tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    border-bottom: 1px solid var(--border-color);
}
.pdp-tab-sec ul.tabs li a {
    text-transform: capitalize;
    font: var(--h5);
    color: var(--body-text-color);
    padding-bottom: 15px;
    border-bottom: 1px solid transparent;
    position: relative;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.pdp-tab-sec ul.tabs li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -8px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.pdp-tab-sec ul.tabs li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -8px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.pdp-tab-sec ul.tabs li.active a::before,
.pdp-tab-sec ul.tabs li.active a::after {
    background-color: var(--first-color);
}
.pdp-tab-sec ul.tabs li.active a {
    color: var(--first-color);
    border-color: var(--first-color);
}
.description-content h3 {
    font: var(--h4);
    margin-bottom: 15px;
}
.description-title:not(:last-of-type) {
    margin-bottom: 40px;
}
.pdp-tab-sec .tab-content-inner .pdp-info li:not(:last-of-type) {
    margin: 0 0 15px;
}
.pdp-tab-sec .tab-content-inner .pdp-info li {
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--border-color);
}
.pdp-tab-sec .tab-content-inner .pdp-info li span {
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
    max-width: 50%;
    width: 100%;
    word-break: break-word;
}
.pdp-tab-sec .tab-content-inner .pdp-info li p {
    -webkit-box-flex: 1;
    word-break: break-word;
    -ms-flex: 1;
    flex: 1;
}
.pdp-tab-sec .client-review:not(:last-of-type) {
    margin: 0 0 20px;
}
.pdp-tab-sec .client-review {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.pdp-tab-sec .client-review .client-review-left {
    padding: 30px 50px 30px 0;
}
.pdp-tab-sec .client-review .client-review-left .date {
    font-size: 14px;
    margin: 0 0 10px;
}
.pdp-tab-sec .client-review .client-review-left h2 {
    font: var(--h6);
    margin: 0 0 10px;
}
.pdp-tab-sec .client-review .client-review-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 0 30px 40px;
    border-left: 1px solid var(--border-color);
}
.pdp-tab-sec .client-review .client-review-right h3 {
    font: var(--h5);
    margin: 0 0 15px;
}
.product-review-form {
    display: none;
    margin: 20px 0 0;
}
.pdp-tab-sec .client-review .client-review-right p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pdp-tab-sec .client-review-wrp {
    margin: 0 0 30px;
}
.product-review-form.showform {
    display: block;
    margin: 20px auto 0;
}
.product-review-form .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.product-review-form .btn-secondary svg path {
    fill: unset;
}
.product-review-form .btn-secondary:hover svg path {
    stroke: var(--white);
}
/***** grid gallery css  *******/
.grid-gallery .product-grid-item .product-item-img {
    width: calc(50% - 10px);
    height: auto;
    padding-top: 52%;
}
.grid-gallery .product-grid-item {
    margin: 20px 0 0;
    row-gap: 20px;
}
/**** size-popup css ****/
.size-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: 5;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.size-popup.active {
    opacity: 1;
    visibility: visible;
}
.size-table-wrapper {
    position: absolute;
    max-width: 60%;
    margin: 0 auto;
    background-color: var(--body-bg-color);
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    transform: scale(0) translateY(-50%);
    -webkit-transform: scale(0) translateY(-50%);
    -moz-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    -o-transform: scale(0) translateY(-50%);
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    overflow: hidden;
}
.size-popup.active .size-table-wrapper {
    transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
}
.size-table-wrapper .common-close,
.ask-qus-inner .common-close,
.delivery-popup-inner .common-close {
    display: block;
    margin: 15px 15px 15px auto;
    z-index: 1;
}
.size-form-inner {
    position: relative;
    padding: 0 15px 20px;
    max-height: calc(90vh - 40px);
    overflow-y: auto;
}
.size-popup .table-title h2 {
    background-color: var(--first-color);
    font: var(--h5);
    margin: 0 0 20px;
    padding: 12px;
    color: var(--white);
}
.size-popup .table-title p {
    padding: 20px 0;
    border-top: 2px dashed var(--black);
}
.size-tbl tr td {
    padding: 10px;
}
.size-tbl tbody tr:nth-child(even) {
    background-color: var(--grey);
}
/**** ASK QUATION POPUP CSS ****/
.ask-qus-popup,
.delivery-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.ask-qus-popup.active,
.delivery-popup.active {
    opacity: 1;
    visibility: visible;
}
.ask-qus-inner,
.delivery-popup-inner {
    max-width: 700px;
    max-height: 90vh;
    margin: 0 auto;
    overflow: hidden;
    background-color: var(--white);
    position: absolute;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    transform: scale(0) translateY(-50%);
    -webkit-transform: scale(0) translateY(-50%);
    -moz-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    -o-transform: scale(0) translateY(-50%);
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
}
.ask-qus-popup.active .ask-qus-inner,
.delivery-popup.active .delivery-popup-inner {
    transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
}
.ask-form-wrapper,
.del-form-wrapper {
    padding: 0 20px 20px;
    max-height: calc(90vh - 40px);
    overflow-y: auto;
}
.ask-form-wrapper .section-title h2,
.del-form-wrapper .section-title h2 {
    font: var(--h3);
}
.ask-form-wrapper .form-inputs input,
.ask-form-wrapper .form-inputs textarea,
.ask-form-wrapper .form-inputs p {
    margin-bottom: 15px;
}
/************  delivery-popup  **********/
.del-form-wrapper h3 {
    font: var(--h4);
    margin: 0 0 15px;
}
.del-form-wrapper .shipping {
    margin: 20px 0 0;
}
.delivery-popup-inner p:not(:last-of-type) {
    margin: 0 0 8px;
}
.delivery-popup .section-title p {
    margin: 10px 0 0;
}
/* sticky-pro-info */
.products-add-cart-sticky {
    position: fixed;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    background-color: var(--white);
    width: 100%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 2;
}
.products-add-cart-sticky.show_btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px -3px 6px 0px #00000024;
    box-shadow: 0px -3px 6px 0px #00000024;
}
.products-add-cart-sticky .sticky-pro-inner {
    padding: 12px 0;
    gap: 10px;
}
.sticky-pro-info {
    gap: 10px;
    max-width: 320px;
}
.sticky-pro-info img {
    height: 60px;
    border: 1px solid var(--border-color);
    padding: 6px;
}
.sticky-pro-info .sticky-data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.sticky-data h3 {
    font: var(--h6);
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-add-cart-sticky .price {
    font-size: 14px;
}
.products-add-cart-sticky .size-variant-swatch>label,
.products-add-cart-sticky .color-variant-swatch>label {
    font-weight: 500;
    margin: 0 15px 0 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
}
.products-add-cart-sticky .btn svg {
    display: none;
}
.product .site-footer {
    margin-bottom: 80px;
}
/* product-list-page */
.product-heading-column .filter-title {
    padding: 16px;
    height: 100%;
    border: 1px solid var(--border-color);
    gap: 10px;
}
.filter-title .icon {
    height: 18px;
    width: 18px;
}
.product-heading-column .filter-title h2 {
    font: var(--h6);
}
.product-heading-row .current,
.product-price-widget .price-select .current {
    display: block;
    border: 1px solid var(--border-color);
    width: 100%;
    color: var(--black);
    font-size: 16px;
}
.product-heading-row .nice-select ul,
.product-heading-row .nice-select ul li,
.acnav-list .nice-select ul {
    width: 100%;
}
.product-heading-row .nice-select .option {
    padding: 10px;
}
.product-heading-right-column ul li.active {
    background-color: var(--black);
}
.product-heading-right-column ul.tabs li {
    width: 30px;
    height: 30px;
    background-color: var(--grey);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.product-heading-right-column ul.tabs {
    gap: 8px;
}
.filter-title .icon path {
    fill: var(--first-color);
}
.product-heading-right-column ul li.active {
    background-color: var(--first-color);
}
.product-heading-right-column ul li svg {
    height: 16px;
    width: 16px;
}
.product-heading-right-column ul li svg rect {
    fill: var(--black);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.product-heading-right-column ul li.active svg rect {
    fill: var(--white);
}
.product-heading-row .sort-lbl {
    margin-right: 8px;
}
.product-heading-row .nice-select {
    width: 180px;
}
.product-price-widget .price-select .current {
    padding: 10px 20px 10px 10px !important;
}
.product-heading-row .current:after {
    right: 7px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
}
.product-filter-body .nice-select .current:after,
.product-filter-body .nice-select.current:after,
.featured-select .nice-select .current:after,
.featured-select .nice-select.current:after {
    right: 10px;
    border-color: var(--black);
}
.product-filter-right-column .tabs-container .row {
    gap: 20px 0;
    margin: 0 -10px;
}
.product-filter-right-column .tabs-container .row [class*="col-"] {
    padding: 0 10px;
}
.product-filter-right-column .pro-discount {
    margin: 0 0 0 auto;
}
.product-filter-left-column,
.product-filter-right-column {
    padding-top: 20px !important;
}
.product-filter-right-column .product-card .product-content-top h3 a {
    word-break: break-all;
}
.product-filter-body {
    position: relative;
    color: var(--black);
    border: 1px solid var(--border-color);
    padding: 15px;
}
.product-filter-body .close-filter {
    display: none;
}
.product-widget:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}
.product-widget .acnav-label {
    display: block;
    position: relative;
}
.product-listing-sec .nice-select .list {
    top: 100% !important;
}
.product-widget>.pro-itm>.acnav-label {
    padding: 10px 15px;
    text-transform: capitalize;
    background-color: var(--first-color);
    color: var(--white);
}
.product-widget>.pro-itm>.acnav-label:after {
    right: 15px;
    top: 45%;
    border-color: var(--white);
}
.product-widget .acnav-list {
    padding: 15px 6px 0 6px;
}
.product-widget .acnav-list .colors-checkbox:not(:last-of-type) {
    margin-bottom: 10px;
}
.custom-checkbox,
.colors-checkbox label {
    margin: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    text-align: left;
}
.custom-checkbox input[type="checkbox"] {
    margin-top: 4px;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    left: 0;
}
.color,
.custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
}
.custom-checkbox input[type="checkbox"]:checked+span.color:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.color-name {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.colors-checkbox .color-count {
    padding: 1px 4px;
    font-size: 16px;
    min-width: 30px;
    font-weight: 500;
    line-height: 1.1;
    border: 1px solid var(--border-color);
}
.price-select {
    margin-left: -5px;
    margin-right: -5px;
}
.select-col {
    width: 100%;
    max-width: 50%;
    padding: 0 5px;
}
.select-col p {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-colors-widget .text-checkbox {
    gap: 10px;
}
.text-checkbox .checkbox input[type=checkbox] {
    display: none;
}
.text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    content: '';
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    border: 1px solid var(--border-color);
    width: auto;
    position: relative;
    font-weight: 600;
    letter-spacing: 0px;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    line-height: 1;
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    border: 1px solid var(--black);
    color: var(--black);
}
.text-checkbox .checkbox .clr {
    width: 12px;
    height: 12px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    opacity: 0.5;
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label .clr {
    opacity: 1;
}
.product-fil-btn .btn {
    width: 100%;
}
.product-fil-btn .filter-btn {
    margin-bottom: 10px;
}
.collection-show-more,
.blog-grid-sec .pagination,
.product-listing-sec .pagination {
    margin: 30px auto 0;
}
.blog-grid-sec .pagination,
.product-listing-sec .pagination {
    gap: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.blog-grid-sec .pagination li:hover,
.blog-grid-sec .pagination li.active,
.product-listing-sec .pagination li:hover,
.product-listing-sec .pagination li.active {
    color: var(--white);
    background-color: var(--first-color);
}
.blog-grid-sec .pagination li,
.product-listing-sec .pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
    font-weight: 500;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    cursor: pointer;
}
.blog-grid-sec .pagination li:hover svg path,
.product-listing-sec .pagination li:hover svg path {
    fill: var(--white);
}
.product-list-view .pro-discount {
    margin: 0;
}
.product-list-view .time-counter {
    position: unset;
    transform: unset !important;
}
.product-list-view .product-card:hover .time-counter,
.product-list-view .product-card-inner:hover .product-label-wrp {
    opacity: 1;
    visibility: visible;
}
.product-list-view .product-card-inner .product-content-bottom {
    display: unset;
}
.product-list-view .product-card-inner .product-content-bottom .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-list-view .product-card .pro-btn-wrapper .pro-btn svg path {
    fill: var(--pro-btn-hover-color);
}
.product-list-view .product-card .product-card-inner .pro-btn-wrapper {
    gap: 10px;
    position: unset;
}
.product-list-view .product-card .product-card-inner .pro-btn-wrapper .pro-btn {
    width: auto;
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.product-list-view .product-card .product-card-inner .pro-btn-wrapper .pro-btn a {
    background-color: var(--pro-btn-color);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}
.product-list-view .product-card .product-card-inner .pro-btn-wrapper .pro-btn a:hover,
.product-list-view .product-card .product-card-inner .pro-btn-wrapper .pro-btn a:focus {
    background-color: var(--first-color);
}
.product-list-view .product-content .pro-btn-wrapper,
.product-list-view .product-card-inner .product-content-bottom .rating,
.product-list-view .product-card .price,
.product-list-view .product-content .color-variant-swatch {
    margin: 0 0 15px;
}
/***** collection-main-sec css  *******/
.collection-main-sec .collection-card-inner .collection-card-image {
    position: relative;
    overflow: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.collection-main-sec .collection-card .collection-card-content {
    position: relative;
    margin: -25px auto 0;
    text-align: center;
    z-index: 2;
}
.collection-main-sec .row {
    row-gap: 30px;
}
.collection-main-sec .collection-card-inner .img-ratio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(168, 168, 168, 0.1);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 1;
}
.collection-main-sec .collection-card:hover .img-ratio::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/***** blog-page-sec css  *******/
.blog-grid-sec .blog-grid-right .row,
.blog-grid-sec.blog-nosidebar .row {
    row-gap: 35px;
}
.blog-grid-sec .blog-card .blog-content {
    margin: -23% 0 0 auto;
}
/****** blog grid sec css  *******/
.blog-grid-sec .blog-categories,
.blog-grid-sec .blog-recent,
.blog-grid-sec .blog-tags {
    border: 1px solid var(--border-color);
    padding: 15px;
}
.blog-grid-sec .blog-categories,
.blog-grid-sec .blog-recent {
    margin: 0 0 30px;
}
.blog-grid-sec .blog-leftbar .section-title {
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
}
.blog-grid-sec .blog-leftbar .section-title h2 {
    font: var(--h5);
}
.blog-grid-sec .blog-recent .recent-inner,
.blog-grid-sec .blog-categories .categories-inner,
.blog-grid-sec .blog-tags .tags-inner {
    padding-top: 15px;
}
.blog-grid-sec .blog-categories .categories-inner li:not(:last-of-type) {
    margin: 0 0 10px;
}
.blog-grid-sec .blog-categories .categories-inner li a {
    text-transform: capitalize;
}
.blog-grid-sec .blog-categories .categories-inner li a:hover {
    color: var(--first-color);
}
.blog-grid-sec .blog-recent .blog-itm {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    gap: 15px;
}
.blog-grid-sec .blog-recent .blog-itm:not(:last-of-type) {
    margin-bottom: 15px;
}
.blog-grid-sec .blog-recent .blog-itm .blog-image {
    max-width: 100px;
    width: 100%;
}
.blog-grid-sec .blog-recent .blog-itm .blog-content {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    width: 100%;
}
.blog-grid-sec .blog-recent .blog-itm .blog-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-grid-sec .blog-recent .blog-itm .blog-content span {
    font-size: 16px;
    text-transform: uppercase;
}
.blog-grid-sec .blog-tags .tags-inner {
    gap: 8px;
}
.blog-grid-sec .blog-tags .tags-inner li {
    padding: 8px 15px;
    line-height: 1;
    border: 1px solid var(--border-color);
    color: var(--black);
    text-transform: capitalize;
}
/******* article page css **********/
.articlebar {
    margin: 0 0 30px;
}
.article-left .section-title h2 {
    font: var(--h3);
}
.article-bnr-img {
    padding-top: 50%;
    margin: 0 0 30px;
    overflow: hidden;
}
.articlebar .about-user {
    margin: 0 0 15px;
}
.articlebar .art-top-heading {
    margin: 0 0 30px;
}
.articlebar .art-top-heading ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
}
.articlebar .art-top-heading ul li {
    list-style: disc;
}
.art-bottom-content .row {
    row-gap: 15px;
    margin: 0 -10px 15px -10px;
}
.articlebar .art-top-heading ul li:not(:last-of-type) {
    padding: 0 0 10px 0;
}
.articlebar .article-img2 {
    padding-top: 83%;
    height: 100%;
}
.articlebar .art-bottom-content h3 {
    font: var(--h5);
    margin: 0 0 20px;
    max-width: 95%;
    width: 100%;
}
.article-left .article-navigation {
    gap: 15px;
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.article-left .article-navigation a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.article-left .article-navigation a svg path {
    fill: var(--body-text-color);
}
.article-left .article-navigation .next {
    text-align: right;
    margin: 0 0 0 auto;
}
.article-left .article-navigation .prev p,
.article-left .article-navigation .next p {
    color: var(--black);
}
.article-left .article-navigation .prev,
.article-left .article-navigation .next {
    max-width: 270px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.art-bottom-content .row [class*="col-"] {
    padding: 0 10px;
}
.comment-item-wrapper,
.comment-wrapper {
    margin: 0 0 30px;
}
.article-right .section-title {
    margin: 0 0 20px;
}
.article-right .section-title h2 {
    font: var(--h4);
}
.comment-wrapper .comment-item-wrapper .comment-item {
    border: 1px solid var(--border-color);
    padding: 15px;
}
.comment-wrapper .comment-item-wrapper .comment-item:not(:last-of-type) {
    margin: 0 0 15px;
}
.comment-item-wrapper .comment-item .comment-item-inner {
    gap: 15px;
}
.comment-item-wrapper .comment-item .comment-item-image {
    width: 50px;
    height: 50px;
    border: 1px solid var(--border-color);
    padding: 4px;
    border-radius: 50%;
}
.comment-item-wrapper .comment-item .comment-item-image svg path {
    fill: var(--border-color);
}
.comment-item-wrapper .comment-item .comment-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.comment-item .comment-item-content .comment-top-content {
    margin: 0 0 8px;
}
.comment-item .comment-item-content .comment-top-content h6 {
    margin: 0 0 8px;
}
.comment-item .comment-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.comment-wrapper .comment-form-wrp {
    padding: 20px;
    border: 1px solid var(--border-color);
}
.comment-wrapper .comment-form .section-title,
.article-right .article-tags .section-title {
    padding: 0 0 15px;
    border-bottom: 1px solid var(--border-color);
}
.comment-form-wrp .comment-form p {
    color: var(--black);
    font-size: 18px;
}
.comment-form-wrp .article-post-btn {
    margin-top: 20px;
    width: 100%;
}
.article-right .article-tags {
    border: 1px solid var(--border-color);
    padding: 20px;
}
.article-right .article-tags .tags-inner {
    gap: 8px;
}
.article-right .article-tags .tags-inner li {
    padding: 8px 15px;
    line-height: 1;
    border: 1px solid var(--border-color);
    text-transform: capitalize;
}
.comment-item-wrapper .comment-item .comment-item-image svg {
    width: 100%;
    height: 100%;
}
/***** about page css  *******/
.about-us-page .about-left-inner .section-title h2 {
    margin: 0 0 20px;
    font: var(--h3);
}
.about-us-page .about-left-inner .section-title {
    margin-bottom: 0;
}
.about-full-img-sec .about-full-img {
    padding-top: 30%;
}
.about-full-img-sec .section-title {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
}
.about-us-page .about-right-inner {
    padding-top: 80%;
    height: 100%;
}
.about-us-page .about-left-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;
    height: 100%;
}
.about-full-img-sec .subtitle {
    display: inline-flex;
    color: var(--black);
    text-transform: uppercase;
}
.about-full-img-sec h3 {
    font: var(--h3);
    margin: 0 0 15px;
}
.about-counter-sec .counter-wrp {
    padding: 0 0 40px;
    border-bottom: 1px solid var(--border-color);
}
.about-counter-sec .counting {
    font: var(--h2);
    line-height: 1;
    color: var(--text-color);
    position: relative;
    margin: 0 0 15px;
}
.about-counter-sec .counting::after {
    content: '+';
    display: inline-block;
}
.about-counter-sec .counting-letter::after {
    content: 'K';
}
.our-team-sec .subtitle {
    display: inline-flex;
    text-transform: uppercase;
    color: var(--black);
}
.our-team-sec .section-title h2 {
    margin: 0 0 15px;
    font: var(--h3);
}
.our-team-sec .team-card-inner .team-content h2 {
    font: var(--h5);
    text-transform: uppercase;
    margin: 0 0 10px;
}
.our-team-sec .team-card-inner .team-card-image {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.our-team-sec .team-card-inner {
    height: 100%;
    width: 100%;
}
.our-team-sec .team-card-inner p {
    text-transform: capitalize;
}
.our-team-sec .team-card-inner .team-card-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 1;
}
.our-team-sec .team-card-inner:hover .team-card-image:before {
    opacity: 1;
    visibility: visible;
}
/****** faq page css  ******/
.faq-page .faq-left-itm .section-title .subtitle {
    text-transform: uppercase;
}
.faq-page .faq-left-itm .section-title h2 {
    margin: 0 0 20px;
    font: var(--h3);
}
.faq-page .set {
    border: 1px solid var(--border-color);
}
.faq-page .faq-acnav .set:not(:last-of-type) {
    margin-bottom: 15px;
}
.faq-page .set .acnav-label {
    padding: 15px;
    gap: 10px;
    font-size: 20px;
    width: 100%;
    color: var(--black);
}
.faq-page .set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}
.faq-page .faq-right-itm .faq-form {
    border: 1px solid var(--border-color);
    padding: 0 20px;
}
.faq-page .faq-right-itm .faq-form .form-heading h3,
.contact-form .form-heading h3 {
    font: var(--h5);
}
.faq-page .form-container {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}
.faq-page .form-container:last-child {
    border-bottom: 0;
}
.faq-page .form-container .btn {
    width: 100%;
}
.faq-page .form-container .row .col-12:last-of-type .form-group {
    margin-bottom: 0;
}
.faq-page .acnav-label .faq-icon {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: var(--first-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.faq-page .acnav-label .faq-icon::before,
.faq-page .acnav-label .faq-icon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 8px;
    top: 50%;
    left: 50%;
    background-color: var(--white);
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.faq-page .acnav-label .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .set.is_open .acnav-label .faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
}
.faq-page .set .acnav-label>span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/***** contact page css  *******/
.contact-about-sec {
    position: relative;
    background-color: var(--first-color);
    color: var(--white);
}
.contact-about-sec .contact-slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    padding: 20px 15px;
    margin: 0 auto;
}
.contact-slider .swiper-wrapper {
    width: fit-content;
    margin: 0 auto;
}
.contact-about-sec .contact-slider-image img {
    height: 100%;
    width: 100%;
}
.contact-about-sec .subtitle {
    font-size: 20px;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contact-slider .swiper-button-lock {
    display: none;
}
.contact-about-sec .contact-slider-content h2 {
    font-size: 20px;
    color: var(--white);
}
.contact-page {
    position: relative;
    z-index: 2;
}
.contact-page .subtitle {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: var(--black);
    font-weight: 700;
}
.contact-left-inner ul li h2 {
    font: var(--h4);
    font-weight: 500;
    margin: 0 0 15px;
}
.contact-left-inner ul .social-link {
    margin-bottom: 30px;
}
.contact-left-inner ul li .address {
    line-height: 26px;
}
.contact-left-inner ul .social-link .social-inner-link li a:hover {
    color: var(--black);
}
.contact-left-inner ul .social-link .social-icons {
    gap: 15px;
}
.contact-left-inner ul .social-link .social-inner-link li:not(:last-of-type) {
    margin: 0 0 5px;
}
.contact-left-inner ul .social-link .social-icons li svg {
    width: 18px;
    height: 18px;
}
.contact-left-inner ul .social-link .social-icons li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.contact-left-inner ul .social-link .social-icons li svg path {
    fill: var(--black);
}
.contact-left-inner ul .social-link .social-icons li a:hover svg path {
    fill: var(--first-color);
}
.contact-form .form-heading h3 {
    margin: 0 0 15px;
}
.contact-form .form-container {
    padding: 15px;
}
.contact-form .form-container:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.contact-page .contact-right-inner .contact-form {
    border: 1px solid var(--border-color);
}
.contact-form .form-container p a {
    text-decoration: underline;
    color: var(--black);
}
.contact-form .form-container p a:hover {
    color: var(--first-color);
}
.contact-right-inner .contact-form .btn {
    margin-top: 20px;
    width: 100%;
}
.contact-right-inner .contact-form {
    background-color: var(--white);
}
.contact-direction-sec {
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}
.contact-direction-inner iframe {
    width: 100%;
    height: 100%;
}
.contact-direction-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.contact-direction-sec .contact-direction-column {
    position: relative;
    background-color: var(--white);
    max-width: 300px;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.contact-direction-sec .contact-direction-column .direction-logo {
    max-width: 120px;
    width: 100%;
    margin: 0 auto 20px;
}
.contact-direction-sec .contact-direction-column p {
    margin: 0 0 20px;
}
.contact-right-inner {
    margin-bottom: -350px;
}
.contact-direction-sec .contact-direction-column .btn {
    width: 100%;
}
.contact-arrow-wrapper::after,
.contact-arrow-wrapper::before {
    display: none;
}
.contact-arrow-wrapper .swiper-button-next {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}
.contact-arrow-wrapper .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}
.contact-about-sec .swiper:hover .swiper-button-prev,
.contact-about-sec .swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.contact-arrow-wrapper .swiper-button-next,
.contact-arrow-wrapper .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - 44px / 2);
}
/***** cms page css  *******/
.cms-page .section-title h2 {
    font: var(--h3);
    font-weight: 600;
}
.cms-page h3 {
    font: var(--h4);
}
.cms-page h4 {
    font: var(--h5);
}
.cms-page h3,
.cms-page h4 {
    margin: 0 0 20px;
}
.cms-page p:not(:last-of-type) {
    margin: 0 0 25px;
}
.cms-page ul {
    margin: 0 0 25px 33px;
}
.cms-page ul.help-link {
    margin-bottom: 0;
}
.cms-page ul.help-link li a {
    border-bottom: 1px solid transparent;
}
.cms-page ul.help-link li a:hover {
    color: var(--black);
    border-color: var(--black);
}
.cms-page ul li {
    list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
    margin: 0 0 10px;
}
/***** shipping page css  *******/
.cms-page .shipping-tbl {
    max-width: 600px;
    border: 0;
    margin: 0 0 25px;
}
.cms-page table tr:nth-child(odd) {
    background-color: var(--grey);
}
.cms-page table tr th,
.cms-page table tr td {
    text-align: start;
}
.cms-page table tr th {
    padding: 15px;
}
.cms-page table tr td {
    padding: 15px;
    color: var(--black);
}
.shipping-frame h4 {
    font-size: 18px;
}
/****** login & register page css  ********/
.login-page,
.register-page {
    position: relative;
    z-index: 1;
}

.login-page .login-form-inner,
.register-page .register-form-inner {
    padding: 20px;
    border: 1px solid var(--border-color);
}
.register-page .register-form-inner .form-container input,
.login-page .login-form-inner .form-container input {
    background-color: transparent;
}
.login-page .login-form-inner .section-title h2,
.register-page .register-form-inner .section-title h2 {
    font: var(--h4);
    margin-bottom: 15px;
}
.login-page .login-form-inner .create-btn,
.login-page .login-form-inner .submit-btn,
.register-page .register-form-inner .create-btn {
    width: 100%;
}
.login-page .back-btn-wrp,
.register-page .back-btn-wrp {
    text-align: center;
    margin: 40px 0 0;
}
.login-page .back-btn,
.register-page .back-btn {
    text-decoration: underline;
    color: var(--black);
    text-transform: capitalize;
    text-underline-offset: 4px;
}
.login-page .back-btn:hover,
.register-page .back-btn:hover {
    color: var(--first-color);
}
.login-page .login-form-inner .form-container .forgot-pass {
    margin-bottom: 15px;
}
.login-page .login-form-inner .form-container .forgot-pass a {
    text-decoration: underline;
    text-transform: capitalize;
    color: var(--black);
}
.login-page .login-form-inner .form-container .forgot-pass a:hover {
    color: var(--red);
}
.login-page .login-form-inner .form-container .ssl-secure {
    gap: 10px;
    margin: 15px 0 0;
}
.login-page .login-right-inner {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
    height: 100%;
}
.login-page .login-right-inner .login-right-top {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    padding: 20px;
}
.login-page .login-right-inner .login-right-bottom {
    height: 100%;
    padding: 20px;
    background-color: var(--first-color);
    -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;
}
.login-page .account-info-icon {
    gap: 15px;
}
.login-page .account-info-icon li {
    max-width: calc(33.33% - 10px);
    width: 100%;
}
.login-page .account-info-icon li a {
    background-color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 70px;
    width: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.login-page .account-info-icon li a svg {
    height: 30px;
    width: 30px;
}
.login-page .account-info-icon li a svg path {
    fill: var(--black);
}
.login-page .account-info-icon li p {
    color: var(--white);
    text-align: center;
    font-size: 16px;
}
.register-page .register-form-inner .section-title.text-center p {
    max-width: 100%;
}
/*******  cart page css  ******/
.cart-table tr th {
    text-align: left;
    padding: 20px;
    color: var(--white);
}
.cart-table tr th:last-of-type {
    text-align: center;
}
.cart-table tr td .cart-image,
.wishlist-wrap .wishlist-val-prod .wishlist-data-label .prod-img,
.compare-wrap .compare-val-prod .compare-data-label .prod-img {
    padding: 7px;
    background-color: var(--grey);
}
.cart-table tr td .pro-img-cart img,
.wishlist-wrap .wishlist-val-prod .wishlist-data-label .prod-img a img,
.compare-wrap .compare-val-prod .compare-data-label .prod-img a img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.cart-table h2,
.compare-pro-detail .compare-val-prod .prod-title,
.wishlist-pro-detail .wishlist-val-prod .prod-title {
    font: var(--h5);
    margin: 0 0 15px;
    text-align: left;
}
.compare-pro-detail .compare-val-prod .prod-title a,
.wishlist-pro-detail .wishlist-val-prod .prod-title a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cart-table .cart-details .price,
.compare-pro-detail .compare-val-prod .price,
.wishlist-pro-detail .wishlist-val-prod .price {
    margin: 0 0 10px;
}
.cart-table .cart-details .cart-option-wrapper .product-option,
.compare-pro-detail .compare-val-prod .product-option,
.wishlist-pro-detail .wishlist-val-prod .product-option {
    gap: 5px;
    text-transform: capitalize;
}
.cart-table .cart-details .cart-option-wrapper .product-option dt,
.compare-pro-detail .compare-val-prod .product-option dt,
.wishlist-pro-detail .wishlist-val-prod .product-option dt {
    font-weight: 500;
    color: var(--black);
}
.cart-table .cart-details .cart-option-wrapper .product-option:not(:last-of-type),
.compare-pro-detail .compare-val-prod .product-option:not(:last-of-type),
.wishlist-pro-detail .wishlist-val-prod .product-option:not(:last-of-type) {
    margin: 0 0 5px;
}
.cart-table tbody tr td .remove-btn svg,
.wishlist-pro-remove-btn .remove-btn svg,
.compare-pro-remove-btn .remove-btn svg {
    width: 25px;
    height: 25px;
}
.cart-table tbody tr td .remove-btn svg path,
.wishlist-pro-remove-btn .remove-btn svg path,
.compare-pro-remove-btn .remove-btn svg path {
    fill: var(--red);
}
/*** gift cart css  *****/
.cart-page-sec .gift-cart {
    background: var(--grey);
    padding: 20px;
    gap: 15px;
    margin: 0 0 30px;
}
.cart-page-sec .gift-cart .gift-cart-dtl {
    gap: 10px;
}
.cart-page-sec .gift-cart .gift-cart-dtl svg {
    height: 50px;
    width: 50px;
}
.cart-page-sec .gift-cart .gift-cart-dtl span {
    color: var(--black);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-transform: capitalize;
    line-height: 1.5;
    display: block;
}
.cart-page-sec .gift-cart .gift-cart-dtl span b {
    color: var(--first-color);
    display: block;
}
.cart-page-sec .gift-cart svg path {
    fill: var(--black);
}
/*** cart total css  *****/
.order-historycontent .cart-table {
    margin: 0 0 30px;
}
.cart-table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.cart-total-row {
    background: var(--grey);
    color: var(--black);
    padding: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-total-left {
    max-width: 465px;
    width: 100%;
}
.cart-total-row .cart-total-left h3 {
    margin: 0 0 15px;
}
.cart-total-row .cart-total-left label {
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}
.cart-total-left textarea {
    padding: 12px;
    border: none;
}
.cart-total-right {
    max-width: 350px;
    width: 100%;
}
.cart-total-right .cart-total {
    padding: 0 0 12px;
    border-bottom: 1px solid var(--border-color);
    margin: 0 0 12px;
    font-size: 26px;
}
.cart-total-right .total-save {
    margin: 0 0 20px;
}
.cart-total-right .btn {
    width: 100%;
}
.cart-total-right .checkout-btn {
    margin: 0 0 15px;
}
/******* wishllist page css  ********/
.pro-compare-wrap .pro-compare-left,
.pro-wishlist-wrap .pro-wishlist-left {
    background-color: var(--first-color);
}
.compare-wrap:not(:last-of-type),
.wishlist-wrap:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.pro-compare-wrap .pro-compare-left .compare-title,
.pro-wishlist-wrap .pro-wishlist-left .wishlist-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pro-compare-wrap .pro-compare-left .compare-title,
.pro-wishlist-wrap .pro-wishlist-left .wishlist-title {
    text-align: left;
    padding: 20px;
    font-size: 20px;
    color: var(--white);
    text-transform: capitalize;
}
.pro-compare-scroll .compare-wrap .compare-val-prod,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.wishlist-remove,
.wishlist-pro-remove-btn,
.compare-remove,
.compare-pro-remove-btn {
    max-width: 150px;
}
.pro-wishlist-wrap .pro-wishlist-left .wishlist-remove,
.pro-compare-wrap .pro-compare-left .compare-remove,
.wishlist-wrap .wishlist-val-prod .wishlist-pro-remove-btn,
.compare-wrap .compare-val-prod .compare-pro-remove-btn {
    text-align: right;
}
.wishlist-pro-remove-btn .remove-btn,
.compare-pro-remove-btn .remove-btn {
    margin: 0 auto;
}
.wishlist-pro-remove-btn .wishlist-prod-remove,
.compare-pro-remove-btn .compare-prod-remove {
    width: 100%;
}
.compare-wrap .compare-val-prod .compare-data-label,
.wishlist-wrap .wishlist-val-prod .wishlist-data-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 15px;
}
.compare-wrap .compare-val-prod .compare-data-label:first-of-type,
.wishlist-wrap .wishlist-val-prod .wishlist-data-label:first-of-type,
.pro-compare-wrap .pro-compare-left .compare-title:first-of-type,
.pro-wishlist-wrap .pro-wishlist-left .wishlist-title:first-of-type {
    max-width: 200px;
    width: 100%;
}
/***** my account page css  ******/
.my-acc-sec table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.my-acc-sec .account-details ul li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid var(--border-color);
}
.my-acc-sec .account-details ul li:first-of-type {
    padding-top: 0;
}
.my-acc-sec .account-details ul li label {
    max-width: 12%;
    width: 100%;
    color: var(--black);
}
.my-acc-sec .account-details ul li p {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.my-acc-sec .order-history-frame {
    margin-bottom: 40px;
}
.my-acc-sec .order-history-frame table tr th {
    padding: 20px;
}
.my-acc-sec .section-title h2 {
    font: var(--h3);
    font-weight: 500;
}
.my-acc-sec .acc-btn-wrp {
    margin: 30px 0 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    gap: 15px;
}
.order-history-frame table tr td {
    color: var(--black);
}
/**** order page css  *******/
.order-main-sec .order-history-tbl {
    border: 1px solid var(--border-color);
}
.order-main-sec .order-history-tbl tr {
    border-bottom: 1px solid var(--border-color);
}
.order-main-sec .order-history-list .order-title {
    margin: 0 0 26px;
}
.order-main-sec .order-history-list .order-title h3 {
    margin: 0 0 15px;
    font: var(--h4);
}
.order-payment-box {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    border: 1px solid var(--border-color);
    padding: 20px;
    border-top: 0;
    text-transform: capitalize;
}
.order-payment-box ul li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--black);
}
.order-payment-box ul li:not(:last-of-type) {
    margin-bottom: 12px;
}
.order-address-inner .address-title {
    background: var(--first-color);
    padding: 10px 15px;
    margin: 0 0 20px;
}
.order-address-inner p b {
    color: var(--black);
}
.order-address-inner .address-title h4 {
    font: var(--h5);
    color: var(--white);
}
.order-history-tbl tr td {
    padding: 10px 15px;
}
/****** ERROR PAGE CSS START ******/
.error-main-sec .error-content {
    text-align: center;
}
.error-main-sec .error-content h2 {
    font-size: 100px;
    line-height: 1.2;
}
.error-main-sec .error-content .section-title h3 {
    margin: 30px 0 20px;
}
/**** address page css  ****/
.my-add-sec .main-new-address {
    border: 1px solid var(--border-color);
    padding: 15px;
}
.my-add-sec .main-new-address .section-title h2 {
    font: var(--h3);
}
.my-add-sec .main-new-address .back-btn {
    color: var(--black);
    margin: 0 0 20px;
}
.my-add-sec .adress-main-list .adress-list .edit-btn {
    margin: 0 5px 0 0;
}
.my-add-sec .add-primary .acc-details span {
    display: block;
    line-height: 1;
}
.my-add-sec .adress-main-list {
    border: 1px solid var(--border-color);
    padding: 15px;
    margin: 30px 0 0;
}
.acc-details p {
    line-height: 1.6;
}
.acc-details p,
.acc-details h2 {
    margin-bottom: 20px;
}
.acc-details h2 {
    font: var(--h4);
}
