@charset "utf-8";
/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!        CSS CREATED BY WorkDo        !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* ================================= */
/* !! SITE PAGE USE !!                -
1.   Index page                       -
2.   About page                       -
3.   blog page                        -
4.   cart page                        -
5.   checkout page                    -
6.   login page                       -
7.   order-complete page              -
8.   order-detail page                -
9.   order page                       -
10.  payment page                     -
11.  product list page                -
12.  product page                     -
13.  register page                    -
14.  wishlist page                    -
/* ================================= */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --first-font: "Platypi", serif;
    --border-color: #D9D9D9;
    --red: #E05353;
    --second-color: #F6F6F6;
    --text-color: #888888;
    --white: #FFFFFF;
    --black: #111111;
    --h1: normal 400 72px/1.1 var(--first-font);
    --h2: normal 400 50px/1.3 var(--first-font);
    --h3: normal 400 36px/1.4 var(--first-font);
    --h4: normal 400 24px/1.4 var(--first-font);
    --h5: normal 400 20px/1.4 var(--first-font);
    --h6: normal 400 18px/1.3 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
:root .theme7-v1 {
    --theme-color: #A23D22;
}
:root .theme7-v2 {
    --theme-color: #EA8E40;
}
:root .theme7-v3 {
    --theme-color: #AD7842;
}
:root .theme7-v4 {
    --theme-color: #A5B68D;
}
:root .theme7-v5 {
    --theme-color: #EF5A6F;
}
/* ============================================= */
/* !!!!        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,
i {
    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(--text-color);
}
:-ms-input-placeholder {
    color: var(--text-color);
}
::-moz-placeholder {
    color: var(--text-color);
}
::-ms-input-placeholder {
    color: var(--text-color);
}
::placeholder {
    color: var(--text-color);
}
::-moz-selection {
    background: #c7c7c76e;
}
::selection {
    background: #c7c7c76e;
}
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(--white);
    color: var(--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(--black);
    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: 600;
    display: inline-block;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    color: var(--theme-color);
    display: inline;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
p::first-letter {
    text-transform: capitalize;
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -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: -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: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: var(--light-gray);
}
::-webkit-scrollbar-thumb {
    background-color: var(--theme-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;
    color: var(--black);
    text-transform: capitalize;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    text-align: left;
    width: 100%;
    line-height: 1;
    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(--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;
}
.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-wrp {
    position: absolute;
    left: 0;
    top: 100%;
    color: var(--black);
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    min-width: 135px;
    pointer-events: none;
    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;
    padding: 10px;
}
.nice-select.open .list-wrp {
    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 .option {
    cursor: pointer;
    font-weight: 500;
    list-style: none;
    outline: none;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    padding: 10px 5px;
    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;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color);
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: var(--theme-color);
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: var(--grey);
    cursor: default;
}
/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    outline: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    opacity: .7;
    cursor: not-allowed;
}
.slick-dots {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    z-index: 1;
    margin-top: 30px;
}
.slick-dots li:not(:last-child) {
    margin-right: 5px;
}
.slick-dots li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 10px;
    width: 10px;
    background: var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 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;
    cursor: pointer;
}
.slick-dots li.slick-active {
    width: 25px;
}
.slick-dots li button {
    display: none;
}
.slick-arrow {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    padding: 0;
    display: flex;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: 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;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-next {
    right: 0;
}
.slide-arrow svg {
    height: auto;
    width: 20px;
}
.slick-arrow svg path {
    fill: var(--white);
}
.slick-arrow:focus svg path,
.slick-arrow:hover svg path {
    fill: var(--theme-color);
}
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: var(--white);
}
.slide-arrow.slick-disabled {
    cursor: no-drop;
}
/*** TABS CSS ***/
.tabs-container {
    overflow: hidden;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.acnav-list,
.pdp-acnav-list {
    display: none;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    position: relative;
    padding: 13px 25px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    font-family: var(--first-font);
    appearance: none;
    outline: none;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    text-transform: uppercase;
    gap: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: 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;
    z-index: 1;
}
button[disabled],
.btn[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--theme-color);
}
button[disabled]:hover,
.btn[disabled]:hover {
    background-color: var(--theme-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--white);
}
button[disabled]:hover svg path,
.btn[disabled]:hover svg path {
    fill: var(--white);
}
.btn:hover,
.btn:focus,
.btn.active {
    color: var(--theme-color);
    -webkit-box-shadow: inset 0 1.5em 0em 0em var(--white), inset 0 -1.5em 0em 0em var(--white);
    box-shadow: inset 0 1.7em 0em 0em var(--white), inset 0 -1.7em 0em 0em var(--white);
}
.btn svg {
    width: 18px;
    height: 18px;
}
.btn svg path {
    fill: var(--white);
}
.btn:hover svg path,
.btn:focus svg path,
.btn:active svg path {
    fill: var(--theme-color);
}
.btn-transparent {
    background: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.active {
    color: var(--white);
    -webkit-box-shadow: inset 0 1.5em 0em 0em var(--theme-color), inset 0 -1.5em 0em 0em var(--theme-color);
    box-shadow: inset 0 1.5em 0em 0em var(--theme-color), inset 0 -1.5em 0em 0em var(--theme-color);
}
.btn-transparent svg path,
.btn-white svg path {
    fill: var(--theme-color);
}
.btn-transparent:hover svg path,
.btn-transparent:focus svg path,
.btn-transparent:active svg path {
    fill: var(--white);
}
.btn-white {
    color: var(--theme-color);
    background-color: var(--white);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
    border-color: var(--white);
    color: var(--white);
    -webkit-box-shadow: inset 0 1.5em 0em 0em var(--theme-color), inset 0 -1.5em 0em 0em var(--theme-color);
    box-shadow: inset 0 1.5em 0em 0em var(--theme-color), inset 0 -1.5em 0em 0em var(--theme-color);
}
.btn-white:hover svg path,
.btn-white:focus svg path,
.btn-white:active svg path {
    fill: var(--white);
}
.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;
    display: block;
    width: 100%;
    padding: 11px 20px;
    font: var(--common-text);
    color: var(--black);
    border: 1px solid var(--border-color);
    background-color: var(--white);
}
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: 0 0 15px;
}
.form-group label {
    display: inline-block;
    text-transform: capitalize;
    color: var(--black);
    margin: 0 0 7px;
    font-weight: 500;
}
sup {
    top: -0.2em;
}
sub,
sup {
    position: relative;
    font-size: 14px;
    line-height: 1;
}
.form-group label sup {
    color: var(--black);
}
.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: 16px;
    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(--border-color);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.checkbox-custom input[type="radio"]:checked+label:before {
    border-color: var(--black);
}
.checkbox-custom label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: var(--black);
    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);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
}
.checkbox-custom input[type="radio"]:checked+label::after {
    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);
}
.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}
/***** COMMON CSS ****/
body.active-menu,
body.no_scroll,
body.filter_no_scroll {
    overflow: hidden;
    position: relative;
}
.pt {
    padding-top: 70px;
}
.pb {
    padding-bottom: 70px;
}
.section-title {
    margin: 0 0 26px;
}
.section-title>p {
    margin: 15px 0 0;
}
.sticky-column {
    position: sticky;
    top: 20px;
}
/* Timeline */
.deal-timeline .count {
    font-weight: 400;
    line-height: 1;
}
/* CLOSE HOVER EFFECT */
.common-close {
    position: relative;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--theme-color);
    background-color: var(--white);
    color: var(--white);
    padding: 7px;
    overflow: hidden;
}
.common-close:hover,
.common-close:focus {
    color: var(--black);
    -webkit-box-shadow: inset 0 1.5em 0em 0em var(--theme-color), inset 0 -1.5em 0em 0em var(--theme-color);
    box-shadow: inset 0 1.5em 0em 0em var(--theme-color), inset 0 -1.5em 0em 0em var(--theme-color);
}
.common-close svg {
    width: 100%;
    height: 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;
}
.common-close svg path {
    fill: var(--theme-color);
}
.common-close:hover svg path,
.common-close:focus svg path {
    fill: var(--white);
}
.common-close:hover svg,
.common-close:focus svg {
    animation: rotate 1s ease-in-out infinite;
    -webkit-animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}
.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 {
    opacity: 1;
    visibility: visible;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.site-header {
    position: relative;
    z-index: 3;
}
.site-header.fixed .sticky_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    background-color: var(--white);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 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;
    z-index: 3;
}
.site-header .menu-item-right .menu-item-wrp,
.site-header .menu-item-right {
    gap: 10px;
}
.site-header .main-navigationbar {
    padding: 20px 0;
}
.site-header .main-navigationbar .navigationbar-row {
    gap: 10px;
}
.site-header .logo-col h1 {
    max-width: 180px;
    width: 100%;
}
.site-header .logo-col a {
    display: block;
}
.site-header .main-navigationbar .main-nav>li:not(:last-of-type) {
    padding: 0 25px 0 0;
}
.site-header .main-navigationbar .main-nav .has-item>a {
    padding: 0 20px 0 0;
}
.site-header .main-navigationbar .main-nav>li>a {
    color: var(--black);
    position: relative;
    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;
    text-transform: capitalize;
    font-weight: 500;
}
.site-header .main-navigationbar .main-nav>li:hover>a,
.site-header .menu-dropdown ul>li>a:hover {
    color: var(--theme-color);
}
.site-header .main-navigationbar .main-nav>.menu-lnk.has-item>a:after {
    content: '';
    position: absolute;
    top: 51%;
    right: 0;
    width: 7px;
    height: 7px;
    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.menu_active.has-item>a:after {
    border-color: var(--theme-color);
    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>a:before,
.site-footer ul.footer-acnav-list li a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: var(--theme-color);
    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-header .main-navigationbar .main-nav li>a:hover::before,
.site-header .main-navigationbar .main-nav>li.menu_active>a::before,
.site-footer ul.footer-acnav-list li a:hover::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.site-header .languages .nice-select .list-wrp .list,
.mobile-menu-wrapper .languages .nice-select .list-wrp .list {
    padding-right: 10px;
    max-height: 240px;
    overflow-y: auto;
    min-width: 160px;
}
.site-header .languages .nice-select .list-wrp .option:last-of-type,
.mobile-menu-wrapper .languages .nice-select .list-wrp .option:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.site-header .languages .nice-select .current::after {
    top: 50%;
}
.site-header .languages .nice-select.open .current::after {
    top: 60%;
}
.site-header .menu-item-right li>a {
    position: relative;
    display: block;
}
.site-header .menu-item-right ul>li>a svg {
    width: 22px;
    height: 22px;
}
.site-header .menu-item-right ul>li>a svg path {
    stroke: var(--black);
}
.site-header .count {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 14px;
    min-width: 14px;
    background: var(--black);
    color: var(--white);
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header .nice-select .list-wrp {
    margin: 11px 0 0;
    left: auto;
    right: 0;
}
.site-header .nice-select span {
    padding: 0px 20px 0px 0px;
}
.site-header .profile-header span {
    display: none;
}
/*** mega dropdown css  ***/
.site-header .main-navigationbar .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 85%;
    background-color: var(--white);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    color: var(--black);
    min-width: 200px;
    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;
    z-index: 3;
}
.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: 0 0 10px;
}
.site-header .menu-dropdown ul>li span {
    margin: 0 0 10px;
    font: 600 18px/1 var(--first-font);
}
.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%);
}
.site-header .menu-dropdown ul>li>a {
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
}
/**  mega menu css  **/
.site-header .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.site-header .main-nav li:first-child .mega-menu-container.container {
    max-width: 1400px;
}
/** mobile menu button **/
.site-header .mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
}
.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%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.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);
}
/** MOBILE MENU CSS **/
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    max-width: 400px;
    width: 100%;
    height: 100%;
    background: var(--white);
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    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;
}
.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 {
    padding: 15px;
    background: var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 129px);
    overflow: auto;
    padding: 15px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li:not(:first-child) {
    margin-top: 8px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
    width: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc,
.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;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile-menu-inner .menu-h-link ul li:not(:last-of-type) {
    margin: 0 0 10px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile-menu-inner .menu-h-link ul li a {
    font-size: 14px;
    font-weight: 400;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile-menu-inner .menu-h-link ul li span{
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
}
.menu-close-icon .close-menu {
    background-color: var(--white);
    border-color: var(--white);
    z-index: 1;
}
.menu-close-icon .common-close:hover svg path,
.menu-close-icon .common-close:focus svg path {
    fill: var(--white);
}
/* search popup css start */
.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;
}
.search-popup .search-wrp {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.search-popup .search-wrp .section-title h2 {
    font: var(--h4);
}
.search-popup .search-form {
    position: relative;
}
.search-popup .search-form .search-form-wrp {
    gap: 15px;
    padding: 0 0 10px;
    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;
    background-color: transparent;
}
.search-popup .search-form .search-form-wrp>button {
    background-color: transparent;
    border: none;
}
.search-popup .result-prod {
    margin: 20px 0 0;
}
/* search popup css end */
/* footer css start */
.site-footer {
    position: relative;
    background-color: var(--black);
    color: var(--white);
    z-index: 1;
}
.site-footer .footer-row {
    padding: 60px 0;
}
.site-footer .footer-col {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}
.footer-col.footer-subscribe-col {
    max-width: 437px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 437px;
    flex: 0 0 437px;
}
.footer-col:first-child {
    max-width: 320px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
}
.site-footer .footer-col:not(:first-of-type) {
    padding: 0 0 0 60px;
}
.site-footer .footer-logo {
    max-width: 200px;
    width: 100%;
    margin: 0 0 10px;
}
.site-footer .footer-social-icon li a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: var(--theme-color);
}
.site-footer .footer-social-icon li a svg {
    width: 16px;
    height: 16px;
}
.site-footer .footer-social-icon li a svg path {
    fill: var(--white);
}
.site-footer .footer-social-icon li a:hover {
    background-color: var(--white);
}
.site-footer .footer-social-icon li a:hover svg path {
    fill: var(--theme-color);
}
.site-footer .footer-social-icon li a:hover i {
    color: var(--theme-color);
}
.site-footer .footer-col h2 {
    font: var(--h4);
    color: var(--white);
    margin: 0 0 20px;
}
.site-footer .footer-col .footer-acnav svg {
    height: 11px;
    width: 11px;
    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-col .footer-acnav svg path {
    fill: var(--white);
}
.site-footer .footer-bottom .footer-bottom-inner,
.site-footer .footer-social-icon {
    gap: 10px;
}
.site-footer .footer-link ul li:not(:last-of-type) {
    margin: 0 0 10px;
}
.site-footer .subscribe-form-wrapper input {
    background-color: transparent;
    border-color: var(--white);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--white);
}
.site-footer .subscribe-form-wrapper .input-wrapper {
    gap: 10px;
}
.site-footer .subscribe-form-wrapper .input-wrapper .btn {
    padding: 10px;
}
.footer-col.footer-subscribe-col p {
    margin-bottom: 15px;
}
.site-footer .footer-link ul li a {
    position: relative;
    text-transform: capitalize;
}
.site-footer .footer-bottom {
    padding: 15px 0px;
    border-top: 1px solid var(--border-color);
    text-transform: capitalize;
}
.site-footer .footer-link ul li a::before {
    background-color: var(--white);
}
.profile-popup-btn {
    margin-top: 15px;
}
/* footer css end */
/* profile-popup css start  */
.profile-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    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;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.profile-popup.active {
    opacity: 1;
    visibility: visible;
    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%);
}
.profile-popup-inner {
    padding: 0 20px 20px;
    max-height: calc(90vh - 60px);
    overflow-y: auto;
}
.profile-popup-head .close-profile {
    margin-left: auto;
    background: transparent;
}
.profile-popup-head {
    padding: 20px 20px;
}
.profile-popup-inner .profile-popup-title {
    background-color: var(--theme-color);
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--white);
}
.profile-popup-inner .profile-popup-title h2 {
    font-size: 20px;
    color: var(--white);
}
.profile-popup-item {
    background-color: var(--white);
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.profile-popup-item .profile-item-title {
    border-bottom: 1px solid var(--border-color);
}
.profile-popup-item .profile-item-title h3 {
    font: var(--h5);
}
.profile-popup-item .form-container {
    padding: 25px 20px;
}
.profile-popup-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.choose-file-wrapper input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.choose-file-wrapper label {
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 10px;
    line-height: 1;
}
.choose-file-wrapper label svg {
    width: 16px;
    height: 16px;
}
.profile-popup-item .form-group {
    margin-bottom: 0;
}
.profile-popup-item .row {
    row-gap: 20px;
}
.profile-popup-item .choose-file-wrapper label {
    color: var(--white);
}
.profile-popup-item .choose-file-wrapper label:hover,
.profile-popup-item .choose-file-wrapper label:focus {
    color: var(--theme-color);
}
.profile-popup-item .choose-file-wrapper svg path {
    fill: var(--white);
}
.profile-popup-item .choose-file-wrapper label:hover svg path,
.profile-popup-item .choose-file-wrapper label:focus svg path {
    fill: var(--theme-color);
}
/* profile-popup css end  */
/* home banner section css start  */
.home-banner-sec {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 70px;
}
.home-banner-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    z-index: -1;
}
.home-banner-sec .banner-left-col {
    position: relative;
    padding: 70% 0 35px;
    max-width: 76%;
    width: 100%;
    margin-left: auto;
    background: -o-linear-gradient(351.46deg, var(--theme-color) 28.67%, #FFFFFF 116.34%);
    background: linear-gradient(98.54deg, var(--theme-color) 28.67%, #FFFFFF 116.34%);
    border-radius: 400px 400px 0 0;
    -webkit-border-radius: 400px 400px 0 0;
    -moz-border-radius: 400px 400px 0 0;
    -ms-border-radius: 400px 400px 0 0;
    -o-border-radius: 400px 400px 0 0;
    -webkit-box-shadow: 0px 15px 22px 0px rgba(17, 17, 17, 0.12);
    box-shadow: 0px 15px 22px 0px rgba(17, 17, 17, 0.12);
    z-index: 1;
}
.home-banner-sec .banner-left-col .banner-image {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 51%;
    width: 100%;
    height: 79%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
}
.home-banner-sec .banner-left-col .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: top;
       object-position: top;
}
.home-banner-sec .banner-img-content {
    position: relative;
    font-size: 4vw;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff42;
}
.home-banner-sec .banner-img-content span{
    line-height: 1;
    display: block;
}
.banner-right-col .section-title {
    color: var(--white);
}
.banner-right-col .section-title .subtitle {
    margin: 0 0 10px;
    line-height: 1;
}
.banner-right-col .section-title h2 {
    color: var(--white);
}
.banner-right-col {
    margin-left: 10%;
}
/* home banner section css end  */
/* about info section css start */
.about-info-sec {
    background-color: var(--second-color);
}
.about-info-inner {
    gap: 10px 25px;
    padding: 0 10px;
    height: 100%;
}
.about-info-inner .info-card-content h2 {
    font: var(--h4);
    margin-bottom: 10px;
    font-weight: 600;
}
.about-info-inner .info-card-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.about-info-inner .info-card-content {
    max-width: 70%;
    width: 100%;
}
.about-info-sec .info-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: var(--theme-color);
    padding: 15px;
}
.about-info-sec .info-card-img svg {
    width: 100%;
    height: 100%;
}
.about-info-sec .info-card-img i {
    font-size: 30px;
    color: var(--white);
}
.about-info-sec .about-info-slider .slick-list {
    margin: 0 -10px;
}
/* about info section css end */
/* product section css start */
.tabs-wrapper:not(.pdp-tab-sec) ul.tabs {
    margin-bottom: 25px;
    overflow-x: auto;
    text-align: center;
    padding: 0 0 10px;
}
.tabs-wrapper:not(.pdp-tab-sec) ul.tabs li a {
    padding: 0 10px 7px;
    font: var(--h5);
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
    line-height: 1;
}
.tabs-wrapper:not(.pdp-tab-sec) ul.tabs li:not(:last-of-type) {
    position: relative;
    padding-right: 60px;
}
.product-sec.tabs-wrapper ul.tabs li:not(:last-of-type)::before,
.trending-product-sec.tabs-wrapper ul.tabs li:not(:last-of-type)::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 60px;
    height: 2px;
    background-color: var(--border-color);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product-sec.tabs-wrapper ul.tabs li.active a,
.product-sec.tabs-wrapper ul.tabs li a:hover,
.product-sec.tabs-wrapper ul.tabs li a:focus,
.trending-product-sec.tabs-wrapper ul.tabs li.active a,
.trending-product-sec.tabs-wrapper ul.tabs li a:hover,
.trending-product-sec.tabs-wrapper ul.tabs li a:focus {
    color: var(--black);
    border-color: var(--black);
}
.product-card-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    -webkit-box-shadow: #6b6b6b1c 0px 2px 8px 0px;
    box-shadow: #6b6b6b1c 0px 2px 8px 0px;
}
.product-card-inner .product-card-image {
    position: relative;
    background-color: var(--second-color);
}
.product-card-inner .product-card-image img {
    padding: 10px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.product-card-inner .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.product-card .product-card-image:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
.product-card-inner .product-card-image:hover .default-img {
    opacity: 0;
    visibility: hidden;
}
.product-card .pro-btn-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 7px;
    z-index: 1;
}
.product-card .pro-btn {
    position: relative;
    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;
    text-align: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    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;
    z-index: 1;
}
.product-card:hover .pro-btn-wrapper .pro-btn {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.product-card .pro-btn-wrapper .pro-btn a {
    width: 100%;
    height: 100%;
    padding: 6px;
}
.product-card .pro-btn-wrapper a.wishlist-btn svg path {
    fill: transparent;
    stroke: var(--white);
    stroke-width: 2px;
}
.product-card .pro-btn-wrapper a.wishlist-btn:hover svg path,
.product-card .pro-btn-wrapper a.wishlist-btn:focus svg path {
    fill: transparent;
    stroke: var(--theme-color);
}
.product-card .pro-btn-wrapper a.wishlist-btn.wishlist-active svg path {
    fill: var(--white);
}
.product-card .pro-btn-wrapper a.wishlist-btn.wishlist-active:hover svg path,
.product-card .pro-btn-wrapper a.wishlist-btn.wishlist-active:focus svg path {
    fill: var(--theme-color);
}
.product-card-inner .product-content {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 0 0;
}
.product-card-inner .product-content-top {
    height: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 55px);
}
.product-card-inner .product-content .product-cart-btn {
    position: relative;
}
.product-card-inner .product-content .product-cart-btn::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    right: 0;
    width: calc(100% + 30px);
    height: 1px;
    background-color: var(--border-color);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.product-card-inner .product-content .product-cart-btn .cart-btn.btn {
    width: 45px;
    height: 45px;
    padding: 0;
}
.product-card-inner .product-content .product-cart-btn .cart-btn.btn svg {
    width: 22px;
    height: 22px;
}
.product-card-inner .product-content .product-cart-btn .cart-btn.btn.active svg path {
    fill: var(--theme-color);
}
.product-card-inner .product-content-top h3 {
    font: var(--h5);
}
.product-card .product-content .product-content-top h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.price ins {
    font-size: 20px;
    color: var(--black);
}
.product-card .price ins {
    color: var(--text-color);
}
.price {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    gap: 10px;
}
.product-sec .product-card,
.trending-product-sec .product-card {
    padding: 5px 12px 7px;
}
.product-sec .row,
.trending-product-sec .row {
    row-gap: 15px;
}
.product-sec .tabs-container,
.trending-product-sec .tabs-container{
    margin: 0 -12px !important;
}
.related-product-slider,
.top-product-slider {
    margin: 0 -15px;
}
.top-product-slider .slick-list,
.top-product-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-product-slider .product-card,
.related-product-slider .product-card {
    padding: 5px 15px 7px;
}
/* product section css end */
/* most-purchased-product-sec css start   */
.most-purchased-product-sec {
    position: relative;
    padding: 13% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.most-purchased-product-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #11111140;
    z-index: -1;
}

.most-purchased-product-sec .section-title h2 {
    color: var(--white);
    font: var(--h3);
}
.most-purchased-product-sec .most-purchased-product-wrp {
    max-width: 690px;
    width: 100%;
    color: var(--white);
}
/* most-purchased-product-sec css end  */
/* category section css start */
.category-sec {
    background-color: var(--second-color);
    overflow: hidden;
}
.category-slider .slick-list {
    padding: 0 21.5% !important;
    margin: 0 -25px;
}
.category-sec .section-title,
.social-media-sec .section-title {
    max-width: 690px;
    width: 100%;
    margin: 0 auto 25px;
}
.category-sec .category-slider .slick-list,
.category-sec .category-slider .slick-track,
.about-info-slider .slick-list,
.about-info-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.category-sec .category-slider .slick-arrow {
    top: 41%;
}
.category-sec .category-slider .slick-next {
    right: 15px;
}
.category-sec .category-slider .slick-prev {
    left: 15px;
}
.category-card {
    padding: 0 25px;
}
.category-card .category-card-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.category-card .category-card-content {
    height: 100%;
}
.category-card .category-image {
    margin: 0 0 15px;
    overflow: hidden;
    padding-top: 52%;
}
.category-card .category-image img {
    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;
}
.category-card .category-card-content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.category-card .category-card-content h3 {
    margin: 0 0 15px;
}
.category-card .category-image:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}
/* category section css end */
/* social media section css start */
.social-media-slider .slick-list {
    margin: 0 -10px;
}
.social-media-card {
    padding: 0 10px;
}
/* social media section css end */
/* testimonial section css start */
.testimonial-slider .slick-list,
.testimonial-slider .slick-track {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonial-slider .slick-list {
    margin: 0 -2.3%;
}
.testimonial-slider .testimonial-card-inner {
    width: 85% ;
    height: 100%;
    padding: 40px;
    background-color: var(--second-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonial-slider .testimonial-content-top p {
    font: var(--h6);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-slider .testimonial-content-top .rating svg {
    max-width: 170px;
    width: 100%;
    height: auto;
    margin: 25px 0 0;
}
.testimonial-slider .testimonial-content-top {
    margin: 0 0 15px;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.testimonial-slider .testimonial-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
.testimonial-slider .testimonial-img img {
    width: 100%;
    height: 100%;
}
.testimonial-slider .testimonial-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.testimonial-slider .testimonial-img-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.testimonial-slider .testimonial-img-content h3 {
    font: var(--h5);
    margin: 0 0 5px;
}
.testimonial-slider .testimonial-img-content span {
    text-transform: capitalize;
}
.testimonial-slider .testimonial-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.testimonial-slider .testimonial-card.slick-center .testimonial-card-inner {
    width: 100%;
}
/* testimonial section css end */
/* ============================================= */
/* !!!!    product page css start      !!!! */
/* ============================================= */
/* common-banner-sec css */
.common-banner-sec {
    padding: 40px 0;
    background-color: var(--second-color);
}
.common-banner-sec .filter-cat li:not(:last-of-type) {
    position: relative;
    padding: 0 18px 0 0;
    margin-right: 15px;
}
.common-banner-sec .filter-cat a {
    font: 500 22px / 1 var(--first-font);
    text-transform: capitalize;
    color: var(--black);
}
.common-banner-sec .filter-cat a:hover {
    color: var(--theme-color);
}
.common-banner-sec .filter-cat li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    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);
}
.pdp-page-main-sec .pro-main-slider .slick-list {
    margin: 0 -10px;
}
.pdp-page-main-sec .product-main-item {
    padding: 8px 10px;
}
.pdp-page-main-sec .product-main-item .pdp-img-wrp {
    padding: 20px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 1px 8px 2px #11111112;
    box-shadow: 0px 1px 8px 2px #11111112;
}
.pdp-page-main-sec .product-item-img {
    background-color: var(--second-color);
}
.pdp-page-main-sec .product-item-img img {
    padding: 5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.pdp-page-main-sec .row {
    row-gap: 25px;
}
.pdp-right-column .wishlist-btn {
    padding: 10px;
    width: 40px;
    height: 40px;
}
.pdp-right-column .wishlist-btn svg {
    width: 24px;
    height: 24px;
}
.pdp-right-column .section-title h2 {
    font: var(--h3);
    font-weight: 600;
}
.pdp-right-column .section-title,
.pdp-right-column .rating-wrp,
.pdp-right-column .pdp-content,
.pdp-right-column .price,
.pdp-right-column .cart-btn-wrp,
.pdp-right-column .color-variant {
    margin-bottom: 20px;
}
.pdp-right-column .color-variant{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
}
.pdp-right-column .color-variant label{
    color: var(--black);
    text-transform: capitalize;
}
.pdp-right-column .color-variant .nice-select{
    max-width: 150px;
}
.pdp-right-column .color-variant .nice-select .current{
    width: 100%;
    display: block;
    border: 1px solid var(--border-color);
    padding: 10px 20px 10px 10px;
}
.pdp-right-column .color-variant .nice-select .current::after{
    right: 10px;
    top: 45%;
}
.pdp-right-column .color-variant .nice-select.open .current::after, .pdp-right-column .color-variant .nice-select.current[aria-expanded="true"]:after {
    top: 55%;
}
.pdp-right-column .color-variant .nice-select .list-wrp{
    padding-right: 10px;
    max-height: 160px;
    overflow-y: auto;
    width: 100%;
}
.pdp-right-column .rating-wrp,
.review-item-right,
.pdp-right-column .cart-btn-wrp {
    gap: 10px;
}
.pdp-right-column .price.product-price {
    font-size: 26px;
    font-weight: 700;
    /* color: var(--theme-color); */
}
.pdp-variables li {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
}
.pdp-variables li:not(:last-of-type) {
    margin-bottom: 10px;
}
.pdp-variables li span {
    color: var(--black);
    text-transform: capitalize;
    font-weight: 600;
}
.pdp-variables li p.pdp-category {
    color: var(--theme-color);
}
/* pdp-tab section css start  */
.pdp-tab-sec .tab-head-row {
    padding: 15px 20px;
    background-color: var(--second-color);
    margin-bottom: 30px;
}
.pdp-tab-sec .tab-head-row ul {
    gap: 15px;
}
.pdp-tab-sec .pdp-description .set {
    border: 1px solid var(--border-color);
}
.pdp-tab-sec .pdp-description .set:not(:last-of-type) {
    margin-bottom: 20px;
}
.pdp-tab-sec .pdp-description .set .pdp-acnav-label {
    position: relative;
    gap: 15px;
    padding: 15px 20px;
    font: var(--h5);
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    color: var(--black);
    line-height: 1;
}
.pdp-tab-sec .pdp-description .set .pdp-acnav-label span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pdp-tab-sec .pdp-description .set .pdp-acnav-label svg {
    width: 16px;
    height: 16px;
    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 .pdp-description .set .pdp-acnav-label svg path {
    fill: var(--black);
}
.pdp-tab-sec .pdp-description .set .pdp-acnav-label.is_open svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.pdp-tab-sec .pdp-description .set .pdp-acnav-list {
    padding: 15px 20px;
    border-top: 1px solid var(--border-color);
}
.pdp-tab-sec .tab-head-row ul li a {
    font-size: 18px;
    border: 1px solid var(--text-color);
    padding: 8px 15px;
    text-transform: capitalize;
}
.pdp-tab-sec .tab-head-row ul li.active a {
    background-color: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}
.pdp-tab-sec .pdp-description .review-title {
    position: relative;
    gap: 15px;
    padding: 20px;
    font: var(--h5);
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    color: var(--black);
    margin-bottom: 25px;
    background-color: var(--second-color);
}
.pdp-tab-sec .pdp-description .review-title svg {
    width: 160px;
    height: auto;
}
.pdp-tab-sec .pdp-description .review-item {
    border: 1px solid var(--border-color);
    padding: 20px;
}
.pdp-tab-sec .pdp-description .review-item-content {
    margin-top: 15px;
    gap: 10px;
}
.pdp-tab-sec .pdp-description .review-item-content .review-left-content {
    margin-bottom: 10px;
    color: var(--black);
}
.pdp-tab-sec .pdp-description .review-item-content .review-left-content span {
    color: var(--theme-color);
}
.pdp-tab-sec .pdp-description .review-item:not(:last-of-type) {
    margin-bottom: 20px;
}
/* pdp-tab section css end  */
/* related product section css start */
.related-product-slider .slick-track,
.related-product-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* related product section css end */
/*progress wrap */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    background: var(--second-color);
    border: 2px solid var(--white);
    -webkit-box-shadow: #2222221a 0 0 7px 0px, inset 0 0 0 2px #e3e3e3;
    box-shadow: #2222221a 0 0 7px 0px, inset 0 0 0 2px #e3e3e3;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap.active-progress:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/arrow-up-solid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--black);
    stroke-width: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* ============================================= */
/* !!!!    blog page css start      !!!! */
/* ============================================= */
.blog-grid-sec .row {
    row-gap: 30px;
}
.blog-grid-sec .blog-card {
    height: 100%;
}
.blog-card .blog-card-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-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-image {
    padding: 20px;
    background-color: var(--second-color);
}
.blog-card .blog-card-inner .blog-image {
    padding-top: 70%;
}
.blog-card .blog-card-inner .blog-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    z-index: 1;
}
.blog-card:hover .blog-card-inner .blog-image::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.blog-card .blog-card-inner .blog-date span {
    background-color: var(--theme-color);
    padding: 7px 12px;
    color: var(--white);
    width: auto;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.blog-card-inner .blog-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 15px 0 0;
    z-index: 1;
}
.blog-card-inner .blog-content h3 {
    font: var(--h4);
}
.blog-card .blog-card-inner .blog-content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* ============================================= */
/* !!!!    login page css start      !!!! */
/* ============================================= */
.login-page .login-form-inner,
.register-page .register-form-inner {
    padding: 40px 50px;
    background-color: var(--second-color);
}
.login-page .login-btn-wrp,
.register-page .register-btn-wrp {
    margin: 10px 0 0;
}
.login-page .login-btn-wrp button,
.register-page .register-btn-wrp button {
    margin: 0 0 20px;
}
.login-page .login-btn-wrp p,
.register-page .register-btn-wrp p {
    color: var(--black);
    font-weight: 500;
}
.login-page .login-btn-wrp p a,
.register-page .register-btn-wrp p a {
    color: var(--theme-color);
    text-decoration: underline;
}
.register-page .register-form-inner .form-input-note {
    margin-top: 5px;
    font-size: 14px;
    color: var(--red);
}
/* ============================================= */
/* !!!!    cart page css      !!!! */
/* ============================================= */
/* table css */
table {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
    text-align: left;
}
table tr td {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
    text-align: left;
}
table tr {
    display: table-row;
}
table tr th {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    padding: 15px;
    font-size: 22px;
    color: var(--white);
    background-color: var(--theme-color);
}
/* qty-spinner start */
.qty-spinner {
    border: 1px solid var(--border-color);
    max-width: 100px;
    width: 100%;
    height: 36px;
}
.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;
    line-height: 1;
    font-weight: 500;
    width: 30px;
    height: 100%;
    background-color: transparent;
}
/* qty-spinner end */
.cart-table tr th:last-of-type,
.cart-table tr td:last-of-type,
.order-history-tbl tr th:last-of-type,
.order-history-tbl tr td:last-of-type {
    text-align: center;
}
.cart-table tbody tr .product-tax {
    font: var(--h5);
    font-weight: 500;
    color: var(--black);
}
.cart-table tbody tr:nth-child(odd) {
    background-color: var(--second-color);
}
.cart-table tbody tr td .pro-img-cart img {
    padding: 5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.cart-details h2 {
    font: var(--h5);
}
.cart-table tbody tr .cart-image {
    padding: 5px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0.24px 4.05px 0.48px #11111112;
    box-shadow: 0px 0.24px 4.05px 0.48px #11111112;
}
.cart-table tbody tr .cart-image .pro-img-cart {
    background-color: var(--second-color);
}
.cart-table tbody tr .cart-price .price ins {
    font-weight: 500;
}
.cart-table tbody tr .cart-total .price ins {
    font-weight: 600;
}
.cart-table tbody tr td .remove-btn svg {
    width: 25px;
    height: 25px;
}
.cart-table tbody tr td .remove-btn svg path {
    fill: var(--red);
}
.cart-total-row {
    margin-top: 40px;
    background: var(--second-color);
    color: var(--black);
    padding: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 10px;
}
.cart-total-row .cart-total-left {
    gap: 10px;
    max-width: 465px;
    width: 100%;
}
.cart-total-row .cart-total-right {
    max-width: 350px;
    width: 100%;
}
.cart-total-right .cart-total {
    padding: 0 0 15px;
    border-bottom: 1px solid var(--black);
    font: var(--h5);
    font-weight: 600;
    line-height: 1;
}
/* ============================================= */
/* !!!!    wishlist page css      !!!! */
/* ============================================= */
.pro-wishlist-sec .product-card {
    padding: 0;
}
.pro-wishlist-sec .row {
    row-gap: 30px;
}
/* ============================================= */
/* !!!!    order page css      !!!! */
/* ============================================= */
.order-history-tbl tr td,
.order-history-tbl tr td .price ins {
    font: var(--h6);
    font-weight: 500;
    color: var(--black);
}
.order-history-tbl tr:nth-child(odd) {
    background-color: var(--second-color);
}
.order-history-tbl tr td.order-info,
.order-history-tbl tr td.order-payment,
.order-history-tbl tr td.oder-status {
    width: 275px;
}
.order-history-tbl tr td.oder-status a {
    font-size: 16px;
    padding: 10px 15px;
    text-transform: capitalize;
}
.order-history-tbl tr td.oder-status a svg {
    width: 14px;
    height: auto;
}
.order-history-tbl tr td.order-view .order-view-btn svg {
    width: 35px;
    height: 35px;
}
.order-history-tbl tr td.order-view .order-view-btn svg path {
    fill: var(--theme-color);
}
.order-history-tbl tr td.order-view .order-view-btn:hover svg path {
    fill: var(--red);
}
.order-main-sec .order-history-list,
.order-detail-sec .order-detail-list {
    overflow-x: auto;
    padding-bottom: 10px;
}
/* ============================================= */
/* !!!!    order detail page css      !!!! */
/* ============================================= */
.order-detail-card {
    background-color: var(--second-color);
}
.order-detail-card .detail-card-header {
    background-color: var(--theme-color);
    padding: 15px 20px;
}
.order-detail-card .detail-card-header h2 {
    font: var(--h5);
    color: var(--white);
}
.order-detail-card .detail-card-header p {
    margin-top: 10px;
    color: var(--white);
}
.order-detail-card table.order-detail-table {
    min-width: 500px;
}
.order-detail-card table.order-detail-table tr th {
    background-color: transparent;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.order-detail-card table.order-detail-table tbody tr:nth-child(odd) {
    background-color: var(--white);
}
.order-detail-card table.order-detail-table tr td {
    color: var(--black);
    text-align: center;
}
.order-detail-card table.order-detail-table tr td.detail-info {
    width: 40%;
}
.order-detail-card table.order-detail-table tr th:first-of-type,
.order-detail-card table.order-detail-table tr td:first-of-type {
    text-align: left;
}
.order-detail-card table.order-detail-table tr td .price ins {
    font-size: 16px;
}
.order-payment-box {
    padding: 30px 40px;
}
.order-payment-box ul {
    max-width: 350px;
    margin-left: auto;
    background-color: var(--white);
}
.order-payment-box ul li {
    padding: 10px 15px;
    gap: 10px;
}
.order-payment-box ul li:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.order-payment-box ul li span,
.order-detail-card .order-list-wrp li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--black);
}
.order-payment-box ul li span:last-of-type,
.order-detail-card .order-list-wrp li span:last-of-type {
    text-align: right;
}
.order-detail-sec .row {
    row-gap: 30px;
}
.order-detail-card .order-list-wrp li {
    padding: 15px 20px;
    gap: 10px;
}
.order-detail-card .order-list-wrp li:nth-child(even) {
    background-color: var(--white);
}
/* ============================================= */
/* !!!!    checkout page css      !!!! */
/* ============================================= */
.shipping-info-card .detail-card-header {
    gap: 10px;
}
.checkout-form-wrp .form-container {
    padding: 20px;
}
.checkout-form-wrp .nice-select {
    background: var(--white);
    border: 1px solid var(--border-color);
    padding: 14px 20px;
}
.checkout-form-wrp .nice-select .list-wrp {
    min-width: unset;
    right: 0;
}
.checkout-form-wrp .nice-select .current {
    padding: 0 30px 0 0;
    display: block;
}
.checkout-form-wrp .nice-select .list-wrp .list {
    min-width: unset;
    max-height: 105px;
    overflow-y: auto;
}
.checkout-left-col .order-detail-card:not(:last-of-type),
.checkout-right-col .order-detail-card:not(:last-of-type) {
    margin-bottom: 30px;
}
.checkout-left-col .checkout-btn-wrapper {
    gap: 10px 15px;
}
.order-detail-card .order-detail-body {
    padding: 20px;
}
.checkout-right-col .order-detail-card .checkout-checkbox-wrapper li:not(:last-of-type) {
    margin-bottom: 20px;
}
.checkout-right-col .order-detail-card .checkout-checkbox-wrapper li {
    color: var(--black);
}
.checkout-right-col .order-detail-card .coupon-code .btn {
    margin-top: 15px;
}
.order-summary-card .mini-cart-image {
    max-width: 80px;
    width: 100%;
    padding: 5px;
    -webkit-box-shadow: 0px 0.13px 2.13px 0.25px #11111112;
    box-shadow: 0px 0.13px 2.13px 0.25px #11111112;
    background-color: var(--white);
}
.order-summary-card .mini-cart-image .img-ratio {
    height: 100%;
    background-color: var(--second-color);
}
.order-summary-card .mini-cart-image img {
    padding: 5px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.order-summary-card .mini-cart-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding-left: 15px;
    gap: 10px;
    color: var(--black);
}
.order-summary-card .mini-cart-details .cart-details-left .mini-cart-title {
    margin-bottom: 7px;
}
.order-summary-card .mini-cart-details .price ins {
    font-size: 16px;
    font-weight: 400;
}
.order-summary-card .mini-cart-item {
    padding: 10px 20px;
}
.order-summary-card .mini-cart-item:nth-child(odd) {
    background-color: var(--white);
}
.order-summary-card .mini-cart-footer .mini-cart-summery {
    background-color: var(--white);
}
.order-summary-card .mini-cart-footer .mini-cart-summery li {
    padding: 10px 15px;
    gap: 10px;
    color: var(--black);
}
.order-summary-card .mini-cart-footer .mini-cart-summery li:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.checkout-form-wrp .form-container .col-12:last-of-type .form-group {
    margin-bottom: 0;
}
/* ============================================= */
/* !!!!    payment page css      !!!! */
/* ============================================= */
.payment-card .payment-card-content p {
    color: var(--black);
}
.payment-card.order-detail-card .payment-content-wrp {
    margin-bottom: 15px;
    gap: 10px;
}
.payment-card .payment-card-image:not(.payment-img-type) .payment-image {
    width: 50px;
    height: 50px;
    background-color: var(--white);
    padding: 7px;
}
.payment-card .payment-card-image .payment-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.payment-card-image.payment-img-type,
.payment-form-wrp .card-info-wrp {
    gap: 10px;
}
.payment-card-image.payment-img-type .payment-image {
    background-color: var(--white);
    width: 76px;
    height: 40px;
}
.payment-form-wrp {
    margin-bottom: 20px;
}
.payment-form-wrp .card-info-wrp input {
    background-color: transparent;
    border: none;
    padding: 0 0 0 10px;
}
.payment-form-wrp .card-info-wrp input#cardnumber {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.payment-form-wrp .card-info-wrp label {
    margin-bottom: 0;
}
.payment-form-wrp .card-info-wrp .card-date-wrp input.expiry-date {
    width: 65px;
    padding: 0;
}
.payment-form-wrp .card-info-wrp .card-date-wrp input.cvc-number {
    width: 45px;
    padding: 0;
}
.payment-form-wrp .card-info-wrp .form-group {
    margin-bottom: 0;
}
/* ============================================= */
/* !!!!    order complete page css      !!!! */
/* ============================================= */
.order-complete-content {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.order-complete-content .order-complete-image {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px;
}
.order-complete-content .order-complete-image svg {
    height: 100%;
    width: 100%;
}
.order-complete-content .order-complete-image svg .theme-color {
    fill: var(--theme-color);
}
.order-complete-content .order-bottom-content .copy-link .input-wrapper {
    gap: 15px;
    margin: 0 0 30px;
}
.order-complete-content .order-bottom-content .copy-link .input-wrapper input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--second-color);
}
.order-complete-content .order-bottom-content .back-btn {
    line-height: 1.1;
}
.order-complete-content .order-bottom-content .copy-link .input-wrapper .btn {
    padding: 12px 25px;
}
.order-complete-content .order-bottom-content .copy-link .input-wrapper .btn svg path {
    fill: var(--white);
}
.order-complete-content .order-bottom-content .copy-link .input-wrapper .btn:hover svg path,
.order-complete-content .order-bottom-content .copy-link .input-wrapper .btn:focus svg path {
    fill: var(--theme-color);
}

.text-warning {
    color: #ffc700 !important;
}
.product-rating .star {
    color: #d9d9d9;
}
.rating .star {
    color: #c3c3c3;
}
.rating.flex{
    gap: 4px;
}
.rating-wrp .star {
    color: #c3c3c3;
}
.rating-wrp.flex{
    gap: 4px;
}
.rating {
    font-size: medium;
}
.rating-wrp {
    font-size: large;
}
/************ Start article page **************/
.article-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: var(--third-color);
}

.article-inner img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}

.article-title h5 {
    margin-bottom: 0 !important;
}

.article-inner h5 {
    color: var(--black);
    margin-bottom: 15px;
}

.article-inner p {
    margin-bottom: 20px;
}
/******** End article page *******/

/******** Start empty cart *******/
.empty-cart-section {
    padding-top: 80px;
}
.empty-cart {
    text-align: center;
}
.empty-cart svg {
    max-width: 250px;
    height: auto;
    margin: 0 auto 50px;
}
.empty-cart h4 {
    margin: 20px 0;
    color: var(--third-color);
}
.empty-cart p {
    margin: 20px 0;
    color: var(--third-color);
}
.empty-cart a {
    line-height: 1;
    margin: 40px 0;
}
.empty-cart a i {
    margin-right: 8px;
}
/******** End empty cart *******/

/* Start toastr */

.bg-primary {
    background: var(--theme-color);
}
.bg-danger {
    background: red !important;
}
.toast-body {
    padding: 15px 40px 15px 15px;
}
.text-white {
    color: var(--white) !important;
}
.toast .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    top: 30% !important;
    border-radius: 10px;
    opacity: 0.5;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.btn-close:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(81, 69, 157, 0.25);
    opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

/* End toastr */

/* test modal */
/**** model popup ******/
.modal-popup {
    position: fixed;
    background: rgb(0 0 0 / 82%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 5;
    padding: 30px 30px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.modal-popup.active,
.modal-popup.in,
.modal-popup.show {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}

.modal-dialog-inner {
    max-width: 800px;
    margin: auto;
}

.modal-dialog-inner.lg-dialog {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.popup-content {
    background: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 12px 29px rgb(144 122 255 / 28%);
    color: var(--third-color);
}

.popup-content .popup-header {
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.modal-header .close-button {
    position: absolute;
    top: 20px;
    left: auto;
    right: 15px;
    border: 0;
    background: transparent;
    opacity: 1;
}

.close-button svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.close-button svg path {
    fill: var(--black);
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 24px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body {
    padding: 20px;
}

.form-container-title {
    margin-bottom: 15px;
}

.upload-btn-wrapper {
    position: relative;
    display: inline-block;
}

.modal-body .upload-btn-wrapper {
    display: block;
}

.modal-body form label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.file-upload.btn {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    height: 43px;
    z-index: 1;
    background-color: var(--theme-color);
    color: var(--white);
}

.file-upload.btn svg {
    margin-right: 15px;
    margin-left: 0;
    max-width: 20px;
    width: 20px;
    height: 20px;
}

.file-upload.btn svg {
    margin-right: 15px;
    margin-left: 0;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
}

.modal-body form .form-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modal-body form label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}
.modal-body form .input-wrapper:not(:last-of-type) {
    margin-bottom: 20px;
}

.modal-footer {
    display: flex;
    /* width: 200px; */
    justify-content: space-around;
    padding: 20px;
}

.modal-footer .btn-primary {
    background-color: var(--theme-color);
}

.modal-footer .btn-danger {
    background-color: red;
}

.modal-popup.top-center {
    align-items: flex-start;
}

.modal-popup.top-center .modal-dialog-inner {
    margin: 0 auto;
}
/* test modal */


/* rating */

.rate label:not(:first-child) {
    margin-right: .375rem;
    margin-bottom: 0;
}

.rate {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}

.rate input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.rate label {
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.rate label::after {
    position: absolute;
    z-index: 1;
    content: url("data:image/svg+xml,%3Csvg t='1584099189586' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='10117' fill='%23fcbb42' width='18px' height='18px'%3E%3Cpath d='M987.282286 369.737143q0 12.580571-14.848 27.428571l-207.433143 202.313143 49.152 285.696q0.585143 4.022857 0.585143 11.410286 0 11.995429-5.997714 20.260571t-17.408 8.265143q-10.825143 0-22.820571-6.875429l-256.585143-134.875429-256.585143 134.875429q-12.580571 6.875429-22.820571 6.875429-11.995429 0-17.993143-8.265143t-5.997714-20.260571q0-3.437714 1.170286-11.410286l49.152-285.696-208.018286-202.313143q-14.262857-15.433143-14.262857-27.428571 0-21.138286 32.036571-26.258286l286.866286-41.691429 128.585143-260.022857q10.825143-23.405714 28.013714-23.405714t28.013714 23.405714l128.585143 260.022857 286.866286 41.691429q32.036571 5.12 32.036571 26.258286z' p-id='10118'%3E%3C/path%3E%3C/svg%3E");
    opacity: 0;
    transition: .3s;
}

.rate label::before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg t='1584099080940' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='9773' width='18px' height='18px' fill='%23A9B1BC' %3E%3Cpath d='M686.153143 573.732571l174.884571-169.691429-241.152-35.401143-108.032-218.258286-108.032 218.258286-241.152 35.401143 174.884571 169.691429-41.691429 240.566857 215.990857-113.737143 215.405714 113.737143zM987.282286 369.737143q0 12.580571-14.848 27.428571l-207.433143 202.313143 49.152 285.696q0.585143 4.022857 0.585143 11.410286 0 28.598857-23.405714 28.598857-10.825143 0-22.820571-6.875429l-256.585143-134.875429-256.585143 134.875429q-12.580571 6.875429-22.820571 6.875429-11.995429 0-17.993143-8.265143t-5.997714-20.260571q0-3.437714 1.170286-11.410286l49.152-285.696-208.018286-202.313143q-14.262857-15.433143-14.262857-27.428571 0-21.138286 32.036571-26.258286l286.866286-41.691429 128.585143-260.022857q10.825143-23.405714 28.013714-23.405714t28.013714 23.405714l128.585143 260.022857 286.866286 41.691429q32.036571 5.12 32.036571 26.258286z' p-id='9774' %3E%3C/path%3E%3C/svg %3E");
    transition: .3s;
}

.rate input:checked~label::after {
    opacity: 1;
}

.rate input:checked~label::before {
    opacity: 0;
}
/* end rating */

/* 09/01/2025 */

del {
    color: var(--primary-color);
    opacity: 0.6;
    text-decoration: line-through;
    font-size: 16px;
}
.p-color {
    margin-bottom: 20px;
}

.price.product-price .variation_price {
    color: var(--theme-color);
}

.bg-soft-danger{
    background-color: var(--red);
    border-color: var(--red);
    color: var(--white);
}
.bg-soft-danger:hover{
    border-color: var(--theme-color);
}
.bg-soft-secondary{
    background-color: var(--text-color);
    border-color: var(--text-color);
    color: var(--white);
}
.bg-soft-secondary:hover{
    border-color: var(--theme-color);
}
.bg-soft-success{
    background-color: var(--theme-color);
    color: var(--white);
}

.pending-btn {
    padding-bottom: 15px;
}

.checkout-right-col .order-detail-card .order-detail-body .radio-group:not(:last-of-type){
    margin-bottom: 20px;
}

.mt-0 {
    margin-top: 0px;
}
/* 09/01/2025 */

.about-info-sec {
    padding: 70px 0;
}
.testimonial-rating {
    margin: 10px 0 0;
}
.site-header .menu-item-right .profile-header .nice-select .current {
    padding: 0 15px 0 0;
}

.blog-grid-sec .article-img {
    padding-top: 50%;
}
.pdp-right-column {
    text-align: center;
}
.pdp-right-column .rating-wrp,
.pdp-right-column .price.product-price,
.pdp-right-column .cart-btn-wrp {
    justify-content: center;
}
.pdp-right-column .form-control, .checkout-form-wrp select {
    appearance: none;
    background: var(--white) url("../../img/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 15px) 50%;
    padding: 11px 30px 11px 20px;
}
.pdp-right-column .pdp-color .variation {
    display: block;
    margin: 0 0 10px;
}
.pdp-right-column .pdp-color .select-wrp {
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.pdp-right-column .pdp-color .select-wrp label {
    display: block;
    margin: 0 0 8px;
}
.pdp-right-column .pdp-color .select-wrp select {
    max-width: 180px;
    width: 100%;
}
.pdp-tab-sec .rating-wrp.flex {
    gap: 10px;
}

.profile-header {
    color: var(--black);
}

.most-purchased-product-sec .section-title {
    color: var(--white);
}