/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY RAJODIYA INFOTECH  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!         -
1.  Home                       -
2.  Collection  List           -
3.  Product detail             -
4.  About us                   -
5.  FAQs                       -
6.  Contact Us                 -
7.  Login/Register/Account     -
8.  Privacy Policy             -
9.  Blog                       -
10. Article                    -
11. Wishlist                   -
12. Cart                       - 
/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
/*:root {*/
/*    --first-font: 'Quicksand', sans-serif;*/
/*    --second-font: 'Outfit', sans-serif;*/
/*    --theme-color: #E8BA96;*/
/*    --second-color: #2E2E2E;*/
/*    --section-bg: #F2F1EE;*/
/*    --border-color: #E2DFD6;*/
/*    --black: #000000;*/
/*    --white: #ffffff;*/
/*    --h1: normal 600 51px/1.2 var(--first-font);*/
/*    --h2: normal 600 41px/1.2 var(--first-font);*/
/*    --h3: normal 600 26px/1.2 var(--first-font);*/
/*    --h4: normal 600 22px/1.2 var(--first-font);*/
/*    --h5: normal 600 18px/1.2 var(--first-font);*/
/*    --h6: normal 600 14px/1.2 var(--first-font);*/
/*    --common-text: normal 400 14px/1.4 var(--first-font);*/
/*}*/
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
:after,
:before {
    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%;
    overflow-x: hidden;
}
body,
html {
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
body::-moz-scrollbar {
    display: none;
}
svg,
img {
    max-width: 100%;
    display: block;
}
a,
.btn,
button {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    color: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--black);
}
:-ms-input-placeholder {
    color: var(--black);
}
::placeholder {
    color: var(--black);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}
body {
    color: var(--black);
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}
h1,
.h1 {
    font: var(--h1);
}
h2,
.h2 {
    font: var(--h2);
}
h3,
.h3 {
    font: var(--h3);
}
h4,
.h4 {
    font: var(--h4);
}
h5,
.h5 {
    font: var(--h5);
}
h6,
.h6 {
    font: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
b {
    font-weight: bold;
    display: inline-block;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.product-title b {
    font-weight: 400;
    color: var(--theme-color);
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.no-gutters {
    margin: 0 !important;
}
.row [class*="col-"] {
    padding: 0 15px;
}
.no-gutters [class*="col-"] {
    padding: 0;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.desk-only {
    display: none !important;
}
.mobile-only {
    display: block !important;
}
/*****  Columns  *****/
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--white);
    border: solid 1px var(--border-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 35px 10px 15px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.nice-select:after {
    border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}
.nice-select.open {
    border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    -ms-border-radius: 18px 18px 0 0;
    -o-border-radius: 18px 18px 0 0;
}
.nice-select.disabled {
    border-color: var(--border-color);
    color: var(--border-color);
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: var(--white);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 2;
    width: 100%;
    -moz-transform: scale(0.75) translateY(-21px);
    -o-transform: scale(0.75) translateY(-21px);
    -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;
    border-radius: 0 0 25px 25px;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -ms-border-radius: 0 0 25px 25px;
    -o-border-radius: 0 0 25px 25px;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 13px;
    line-height: 1;
    padding: 10px 15px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--theme-color);
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
.slick-slider {
    position: relative;
    display: block;
    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-slide .nice-select .list {
    max-height: 65px;
    overflow-y: auto;
    scrollbar-width: none;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
    display: none;
}
.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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    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%;
    /*overflow: hidden;*/
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    outline: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.slick-dots li {
    margin-right: 5px;
}
.slick-dots li {
    display: flex;
    height: 10px;
    width: 10px;
    background: var(--white);
    border-radius: 100%;
    border: 1px solid var(--theme-color);
}
.slick-dots li.slick-active {
    background: var(--theme-color);
}
.slick-dots li button {
    display: none;
}
.slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .slick-disabled {
    opacity: 0.3;
} */
.slick-arrow span {
    height: 100%;
    width: 100%;
    display: block;
}
.slick-arrow svg {
    height: 100%;
    width: 100%;
}
.slick-arrow.slick-next {
    right: -60px;
    left: auto;
}
.slick-arrow.slick-prev {
    right: auto;
    left: -60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: transparent;
}
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev {
    left: 15px;
}
.slick-lightbox .slick-next {
    right: 15px;
}
.slick-lightbox-inner .slick-arrow {
    background: var(--white) url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    display: block;
    color: var(--white);
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox .close svg {
    height: 100%;
    width: 100%;
}
.slick-lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white);
    opacity: 1;
    background: transparent;
    border: none;
    height: 27px;
    width: 27px;
    padding: 0;
}
.open-lightbox {
    height: 50px;
    width: 50px;
    background: rgba(32, 30, 30, 0.49);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    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%;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    text-align: center;
    padding: 12px 30px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--theme-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    border-radius: 70px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -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;
    transition: all ease-in-out 0.5s;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn svg path {
    /*fill: var(--white);*/
    -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;
    transition: all ease-in-out 0.5s;
}
.btn:hover,
.btn:focus {
    background-color: transparent;
    color: var(--black);
    border: 1px solid var(--theme-color);
}
.btn:focus svg path,
.btn:hover svg path {
    fill: var(--black);
}
.link-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    /* letter-spacing: 0.1em; */
    text-transform: capitalize;
    color: var(--black);
    -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;
    transition: all ease-in-out 0.5s;
}
.link-btn svg {
    fill: var(--black);
    margin-left: 13px;
    -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;
    transition: all ease-in-out 0.5s;
}
.link-btn:hover {
    color: var(--black);
}
.link-btn:hover svg {
    fill: var(--black);
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border: 1px solid transparent;
    color: var(--black);
    background: #E7E3E3;
    min-width: 135px;
    text-transform: capitalize;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}
.btn svg,
.btn-secondary svg {
    width: 20px;
    margin-right: 8px;
    height: 18px;
}
.btn-secondary svg path {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    fill: var(--black);
}
.btn-secondary:hover {
    background: var(--second-color);
    color: var(--white);
}
.btn-secondary:hover svg path {
    fill: var(--white);
}
.btn-secondary.white-btn {
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-secondary.white-btn svg path {
    fill: var(--white);
}
.btn-secondary.white-btn:hover {
    border: 1px solid var(--white);
    color: var(--theme-color);
    background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
    fill: var(--theme-color);
}
.badge {
    padding: 5px 12px;
    background: var(--section-bg);
    color: var(--theme-color);
    font-weight: 700;
    font-size: 12px;
    border-radius: 30px;
}
/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
    position: relative;
    border: 1px solid var(--black);
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    background: var(--white);
    font-size: 14px;
    line-height: 1;
    color: var(--black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
textarea {
    resize: none;
}
form .row {
    margin: 0 -10px;
}
form .row [class*="col-"] {
    padding: 0 10px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
sup {
    top: -0.5em;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.form-group label sup {
    color: red;
}
.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox-custom label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
}
.checkbox-custom label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--black);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}
.checkbox-custom input:checked+label:before {
    background-color: var(--theme-color);
}
.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-62%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}
.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}
/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}
.radio-group label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding-left: 24px;
    color: var(--black);
    margin: 0;
    vertical-align: bottom;
}
.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--black);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    -ms-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--black);
    border: 2px solid var(--black);
    border-radius: 50%;
    top: 50%;
    left: 1px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
    right: auto;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
}
.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--black);
}
.radio-group input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
    -webkit-transform: translateY(-50%) scale(0.55);
    -moz-transform: translateY(-50%) scale(0.55);
    -ms-transform: translateY(-50%) scale(0.55);
    -o-transform: translateY(-50%) scale(0.55);
}
/***** COMMON CSS ****/
body.active-menu,
body.no-scroll {
    overflow: hidden;
    position: relative;
}
.right-gliter {
    bottom: 0;
    right: 0;
}
.gliter-img {
    position: absolute;
    z-index: -1;
    height: 100%;
}
.padding-top {
    padding-top: 80px;
}
.padding-bottom {
    padding-bottom: 80px;
}
.section-title {
    margin-bottom: 26px;
}
.single-btn {
    text-align: center;
    margin-top: 20px;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.header-style-one {
    background: var(--section-bg);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    -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;
    transition: all ease-in-out 0.5s;
}
.header-style-one .announcebar {
    background-color: var(--section-bg);
    padding: 12px 0;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    -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;
    transition: all ease-in-out 0.5s;
}
.header-style-one .announcebar svg {
    fill: var(--black);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.announcebar-right ul li:not(:last-child) {
    margin-right: 20px;
}
.announcebar-right ul li {
    display: inline-block;
}
.header-style-one .announcebar p,
.header-style-one .announcebar a {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}
.header-style-one .announcebar p a {
    text-decoration: underline;
}
.header-style-one .announcebar p b {
    margin-left: 6px;
}
.header-style-one .announcebar .annoucebar-left p svg {
    margin-right: 10px;
}
.header-style-one .announcebar .announcebar-right a {
    justify-content: flex-end;
    font-weight: bold;
    text-decoration: underline;
}
.header-style-one .announcebar .announcebar-right a svg {
    margin-left: 10px;
}
.header-style-one .announcebar #announceclose {
    position: absolute;
    right: 16px;
    top: 50%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-style-one .announcebar #announceclose svg {
    height: 12px;
    width: 12px;
}
header.head-sticky .announcebar {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
/** Main navigation bar css **/
.header-style-one .main-navigationbar .logo-col {
    flex-shrink: 0;
}
.header-style-one .main-navigationbar .logo-col img {
    width: 100%;
}
.header-style-one .main-navigationbar .logo-col a {
    display: block;
}
.header-style-one .main-navigationbar .menu-items-col {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: none;
    padding-left: 30px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding: 0 15px 0 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 30px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
    color: var(--black);
    text-transform: capitalize;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    position: relative;
    display: inline-flex;
    font: var(--common-text);
    align-items: center;
    font-weight: 900;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
    padding-right: 20px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: 0;
    top: 5px;
    background: url(../images/menu-dropdown.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -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;
    transition: all ease-in-out 0.5s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item:hover>a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    bottom: -3px;
    left: 0;
    right: 0;
    background: linear-gradient(to left, #E8BA96 20%, transparent);
    margin: 0 auto;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn {
    padding: 9px 27px 9px 0px;
    font-weight: 600;
}
.category-btn.active {
    color: var(--theme-color) !important;
    font-weight: bold !important;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn:after {
    right: 10px;
    top: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg {
    margin-right: 8px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg path {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.search-header .searchTerm {
    padding: 15px 20px 15px 0;
    border: 1px solid transparent;
    background: transparent;
}
.search-header .searchButton {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0 15px;
}
.search-header input::placeholder {
    color: var(--black);
}
.header-style-one .cart-header {
    position: relative;
    padding: 0 10px;
}
.header-style-one .menu-right .cart-header a {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}
.header-style-one .header-wishlist {
    position: relative;
}
/**  Megamenu css  **/
.header-style-one .main-navigationbar {
    position: relative;
    background: var(--section-bg);
}
.header-style-one .mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin: 0 0 0 20px;
}
.header-style-one .mobile-menu .mobile-menu-button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    padding: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    border: none;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header-style-one .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    backface-visibility: hidden;
    background: var(--second-color);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--section-bg);
    transform-origin: top;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    z-index: 2;
    padding: 20px;
    border-top: 1px solid var(--border-color);
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.header-style-one .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}
.header-style-one .megamenu-list>li span {
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
}
.header-style-one .menu-dropdown ul>li a {
    border-bottom: 1px solid transparent;
    color: var(--black);
}
.header-style-one .menu-right li a {
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}
.header-style-one .menu-right li a .icon-lable {
    margin-right: 7px;
    color: var(--black);
}
.header-style-one .menu-right li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-style-one .menu-right li:not(:last-of-type) {
    margin-right: 15px;
}
.header-style-one .menu-right li a svg {
    width: 19px;
    height: 19px;
    margin: 0 auto;
}
.header-style-one .menu-right li.cart-header {
    background: var(--theme-color);
    cursor: pointer;
    padding: 31px;
}
.header-style-one .menu-right li.cart-header a svg {
    fill: var(--white);
}
.header-style-one .count {
    position: absolute;
    top: -4px;
    right: -11px;
    height: 17px;
    width: 17px;
    background: var(--theme-color);
    color: var(--white);
    font-size: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1.36364px solid var(--section-bg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
/****** MOBILE MENU CSS ********/
.mobile-menu-wrapper {
    position: fixed;
    z-index: 4;
    background: var(--white);
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    right: 0;
    width: 100%;
}
.mobile-menu-wrapper.active-menu {
    transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 48px);
    overflow: auto;
    padding: 10px 20px;
    background: var(--second-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li {
    margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: var(--theme-color);
    letter-spacing: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .menu-open-arrow {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .close-menu-ioc {
    display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .acnav-list {
    margin: 12px 0;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is-open .acnav-label .close-menu-ioc {
    display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is-open .acnav-label .menu-open-arrow {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li:not(:last-of-type) {
    margin-bottom: 8px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li a {
    font-size: 14px;
    line-height: 18px;
    text-transform: lowercase;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
    margin-left: auto;
    width: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul {
    margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul {
    margin: 12px 0 0;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li:not(:last-of-type) {
    margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a {
    font-size: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a.acnav-label {
    font-weight: 600;
}
.mobile-menu-wrapper .menu-close-icon svg path {
    fill: var(--second-color);
}
/****** CART DRAWER CSS ********/
.overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.overlay.active,
.cartOpen .overlay::after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.subscribe-overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    background: rgba(255, 255, 255, 0.53);
    visibility: hidden;
    opacity: 1;
}
.subscribe-overlay.open {
    opacity: 1;
    visibility: visible;
}
.cartDrawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    background: var(--white);
    width: 410px;
    height: 100%;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.cartOpen .cartDrawer {
    opacity: 1;
    visibility: visible;
    display: flex;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cartDrawer .mini-cart-header {
    position: relative;
    text-align: center;
    padding: 17px 30px 16px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color);
    color: var(--black);
}
.cartDrawer .cart-tottl-itm {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
}
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}
.cartDrawer .mini-cart-has-item {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cartDrawer .mini-cart-body {
    overflow-y: auto;
    padding: 30px;
    flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
    width: 4px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
    background: var(--theme-color);
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
    background-color: var(--second-color);
}
.mini-cart-item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    background: var(--white);
}
.mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
}
.mini-cart-image {
    width: 80px;
    background: transparent;
    border: 1px solid var(--border-color);
}
.mini-cart-image a {
    display: block;
    padding-top: 150%;
    position: relative;
}
.mini-cart-image img {
    top: 0;
    width: 100%;
    object-fit: scale-down;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.mini-cart-details {
    flex: 1;
    width: 100%;
    padding-left: 15px;
}
.mini-cart-title {
    color: var(--black);
    margin-bottom: 8px;
    font-weight: 600;
}
.mini-cart-title a {
    color: inherit;
}
.cart-variable {
    margin-bottom: 10px;
}
.cart-variable p {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 14px;
    color: #4e4e4e;
}
.qty-spinner {
    border: 1px solid var(--border-color);
    display: flex;
    max-width: 100px;
    height: 30px;
    width: 100%;
}
.qty-spinner button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    flex: 1;
}
.qty-spinner button svg {
    margin: auto;
    height: 10px;
    width: 10px;
}
.qty-spinner button svg path {
    fill: var(--black);
}
.qty-spinner input {
    border: 0;
    flex: 1;
    width: 29px;
    color: var(--black);
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}
del {
    color: var(--black);
    opacity: 0.6;
    text-decoration: line-through;
}
.price {
    display: flex;
    flex-wrap: wrap;
}
.currency-type {
    font-size: 12px;
    color: var(--theme-color);
    font-weight: 700;
    line-height: 1;
}
.cartDrawer .mini-cart-details .price {
    justify-content: flex-start;
    font: var(--common-text);
}
.cartDrawer .pvarprice {
    margin-top: 12px;
}
.cartDrawer .price del {
    margin-left: 10px;
}
.cartDrawer .price ins {
    align-items: center;
}
.cartDrawer .price .currency-type {
    font-weight: 500;
    font-size: 10px;
    margin-left: 3px;
    display: inline-block;
}
.mini-cart-footer {
    padding: 30px;
    border-top: 1px solid var(--border-color);
}
.mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: var(--black);
    margin: 0 -10px 20px;
}
.mini-cart-footer-total-row div {
    padding: 0 10px;
}
.mini-cart-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    color: var(--black);
    margin-bottom: 30px;
    justify-content: flex-end;
}
.mini-cart-footer .checkout-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;
    padding: 12px 30px;
}
.mini-cart-footer .link-btn {
    display: flex;
    justify-content: center;
}
.mini-cart-footer .btn svg {
    margin-left: 8px;
    margin-right: 0;
}
.mini-cart-footer .btn svg path {
    /*fill: var(--white);*/
    margin-left: 8px;
}
.mini-cart-footer .btn:hover svg path {
    fill: var(--black);
}
.mini-cart-item del {
    margin-left: 10px;
}
.remove_item svg path {
    fill: var(--black);
}
.remove_item svg {
    height: 15px;
    width: 15px;
}
.cartDrawer .emptyCart {
    padding: 50px 0 0 0;
}
/**** SEARCH POPUP CSS ****/
.search-popup {
    position: fixed;
    background: #1d1d1bd6;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.search-popup input {
    background: var(--white) !important;
}
.search-popup.active {
    opacity: 1;
    visibility: visible;
}
.search-form-wrapper {
    max-width: 1000px;
    width: 100%;
}
.search-form-wrapper form {
    width: 100%;
}
.search-popup .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.search-popup .close-search svg {
    height: 100%;
    width: 100%;
}
.search-form-wrapper .form-inputs {
    width: 100%;
    position: relative;
}
.search-form-wrapper input {
    padding: 15px 60px 15px 20px;
}
.search-form-wrapper .btn {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 45px;
    padding: 0;
    height: calc(100% - 10px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-form-wrapper .btn svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    fill: #fff;
}
/*****  SUBSCRIBE POPUP CSS *****/
.subscribe-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 550px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 50px;
    background: var(--theme-color);
    color: var(--white);
    z-index: 5;
    -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;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subscribe-popup .close-sub-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: 0;
    height: 16px;
    width: 16px;
    padding: 0;
}
.subscribe-popup .close-sub-btn svg {
    height: 100%;
    width: 100%;
}
.subscribe-popup .close-sub-btn svg path {
    fill: var(--white);
}
.subscribe-popup h2 {
    font-weight: 500;
    font-size: 31px;
    letter-spacing: 0;
    margin-bottom: 24px;
    font-style: italic;
}
.subscribe-popup p {
    letter-spacing: 0;
    max-width: 330px;
    margin: 0 auto 25px;
}
.form-row {
    position: relative;
}
.form-row .btn-svg {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form-row .btn-svg svg {
    width: 100%;
    height: 100%;
}
.form-row .btn-svg svg path {
    fill: var(--white);
}
.thank-u-for,
.form-row input {
    padding: 13px 50px 13px 15px;
    background: transparent;
    color: var(--black);
    border: 1px solid var(--theme-color);
    font-size: 13px;
    letter-spacing: 0;
}
.form-row input::-webkit-input-placeholder {
    color: var(--white);
}
.form-row input:-ms-input-placeholder {
    color: var(--white);
}
.form-row input::placeholder {
    color: var(--white);
}
.thank-u-for svg {
    margin-left: 12px;
}
.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: var(--theme-color);
    color: var(--white);
    padding: 15px 50px 15px 15px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.cookie p {
    font-weight: 500;
    letter-spacing: 0;
}
.cookie-close {
    position: absolute;
    right: 13px;
    top: 50%;
    background: transparent;
    border: 1px solid var(--white);
    width: 25px;
    height: 25px;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cookie-close svg {
    width: 100%;
    height: 100%;
}
.cookie-close svg path {
    fill: var(--white);
}
/* *********** OFFSET-CONTAAINER *********** */
.offset-container {
    position: relative;
}
.offset-left {
    margin-left: calc((100% - 1170px) / 2);
    padding-left: 15px;
}
.subtitle {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
/* ============================================= */
/* !!!!          MAIN PAGE CSS START        !!!! */
/* ============================================= */
/********* HOME PAGE CSS START ********/
.main-home-first-section {
    background: var(--section-bg);
    position: relative;
    z-index: 1;
}
.home-left-inner .section-title h2 {
    font-family: var(--second-font);
}
.home-left-col {
    flex: 1;
    position: relative;
    z-index: 1;
    width: 45%;
    display: flex;
    align-items: center;
}
.home-left-inner {
    padding: 50px 0;
    width: 100%;
}
.home-right-inner {
    width: 100%;
}
.home-right-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-left-col .home-search-bar-out {
    margin-right: -145px;
    margin-bottom: 30px;
}
.home-search-bar .row [class*="col-"]:last-of-type {
    padding-left: 0;
}
.home-right-col {
    width: 55%;
    display: flex;
}
.home-search-bar {
    background: var(--white);
    padding: 20px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    width: 100%;
}
.home-search-bar .input-wrapper {
    margin: 0;
}
.home-search-bar .input-wrapper svg {
    left: 20px;
}
.home-search-bar .nice-select.form-control {
    max-width: calc(50% - 32px);
    width: 100%;
}
.home-search-bar .input-wrapper input {
    padding: 15px 20px 15px 40px;
    border-color: var(--theme-color);
}
.input-wrapper svg {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    transform: translateY(-50%);
}
.btn-subscibe {
    font-weight: 600;
    height: 44px;
    width: 44px;
    background: var(--theme-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.book-link {
    display: inline-flex;
    align-items: center;
    color: var(--theme-color);
    padding: 5px 10px 6px;
    border-radius: 20px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    font-weight: 700 !important;
    background: #ffffff;
    margin-top: 6px;
}
.hero-slider-itm-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hero-left-slider {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.hero-slider-title{
    max-width: 92px;
    width: 100%;
}
.home-slider {
    max-width: calc(100% - 92px);
    width: 100%;
    margin: 0 -10px;
}
.hero-slider-itm {
    padding: 0 10px;
}
.hero-slider-title h5{
    font-size: 16px;
} 
.hero-slider-itm-content p {
    font-size: 10px;
    font-weight: 500;
}
.book-link svg {
    margin-right: 5px;
    height: 8px;
    width: 8px;
}
.home-slider-itm-image {
    max-width: 85px;
    width: 100%;
}
.hero-slider-itm-content {
    flex: 1;
    padding-left: 10px;
}
.home-slider-itm-image img {
    width: 100%;
}
/* ******** HOME PAGE CSS END ******* */
/* ***************  SUBSCRIBE SECTION CSS END ************* */
.subscribe-section {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.subscribe-bg {
    padding: 35px 40px;
    background: var(--theme-color);
    border-radius: 80px 0 0 80px;
    position: relative;
}
.subscribe-form .input-wrapper {
    margin: 0 0 20px;
}
.subscribe-bg::after {
    content: '';
    position: absolute;
    background: var(--theme-color);
    right: -50vw;
    width: 50vw;
    height: 100%;
    top: 0;
}
.subscribe-section .section-title,
.subscribe-section .section-title h4 {
    color: var(--white);
    margin: 0;
}
.subscribe-section .section-title h4 b{
    color: var(--black) !important;
    font-weight: 600;
    margin-bottom: 5px;
}
.subscribe-detail {
    color: var(--white);
}
.subscribe-section
input:not([type="submit"]), 
input:not([type="checkbox"]),
input:not([type="radio"]),
select, 
textarea {
    background-color: transparent;
    padding: 15px 125px 15px 20px;
    border-color: var(--white);
}
.qty-spinner input{
    padding: 0px;
}
.subscribe-form .input-wrapper input::placeholder {
    color: var(--white) !important;
}
.subscribe-section .input-wrapper .btn-subscibe {
    background: var(--white);
    height: 46px;
    font-weight: 700;
    font-family: var(--first-font);
}
.subscribe-form .checkbox-custom {
    color: var(--white);
}
.subscribe-form .checkbox-custom label:before,
.checkbox-custom input:checked+label:after{
    border-color: var(--white);
}
/* ***************  SUBSCRIBE SECTION CSS END ************* */
/* **************  BEST SELLER SECTION CSS STRAT ************* */
.cat-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cat-tab li:not(:first-of-type) {
    margin-left: 10px;
}
.cat-tab li a {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    border: 1px solid var(--second-color);
    color: var(--second-color);
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
} 
.cat-tab li a:hover, .cat-tab li.active a {
    color: var(--white);
    background-color: var(--theme-color);
    border: 1px solid transparent;
}
.online-store-section .tabs-container {
    margin-top: 50px;
    position: relative;
}
.introjs-tooltipbuttons {
    padding: 0!important;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* خلفية شفافة */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none; /* مخفي افتراضيًا */
}

.loader-spinner {
    border: 6px solid #f3f3f3; /* لون الحدود الخارجية */
    border-top: 6px solid #174369; /* لون الجزء الدوار */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.product-cont-top {
    margin: 20px 0;
}
.product-cont-top p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: unset !important;
    -webkit-line-clamp: 4;
}
.product-cont-top .subtitle a {
    display: inline-flex;
    align-items: center;
    color: var(--theme-color);
    padding: 5px 10px 6px;
    border-radius: 20px;
    line-height: 1;
    font-size: 12px;
    background: #F4F4F4;
    margin-top: 6px;
}
.play-time {
    font-size: 12px;
    font-weight: 700;
}
.product-cont-top .subtitle svg {
    margin-right: 8px;
}
.product-content .prouct-card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-content .size-selectors {
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}
.online-store-itm {
    margin: -20px;
}
.product-card-inner {
    padding: 20px 20px 60px 20px;
}
.product-content .price-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-content .price-btn .btn.checkout-btn {
    margin-left: 20px;
}
.product-image {
    width: 100%;
    max-width: 50%;
    position: relative;
}
.wishlist-btn {
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    margin-left: 10px;
}
.product-content .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.product-image .badge {
    position: absolute;
    left: 5px;
    top: -15px;
}
/* ***************  BEST SELLER SECTION CSS END ************ */
/* ***************  CATEGORY SECTION CSS START ************* */
.category-section {
    position: relative;
}
.category-section .section-title {
    text-align: center;
}
.category-section .section-title h2 {
    margin-bottom: 30px;
}
.category-section .section-title p {
    width: 50%;
    margin: 0 auto 30px;
}
.category-section .cat-tab {
    justify-content: center;
}
.category-section .slick-arrow.slick-prev {
    left: -10px;
}
.category-section .slick-arrow.slick-next {
    right: -10px;
}
.category-image-box a {
    display: block;
    position: relative;
    padding: 190px 20px 25px;
    /*z-index: 1;*/
    overflow: hidden;
}
.category-image-text {
    position: relative;
    z-index: 1;
    max-width: 150px;
    color: var(--white);
}
.category-image-text h4 {
    margin-bottom: 20px;
}
.category-image-box a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.category-image-box:hover a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.category-image-text .link-btn {
    color: var(--white);
}
.category-image-text .link-btn svg {
    fill: var(--white);
}
.category-card-reverse h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: unset !important;
    -webkit-line-clamp: 1;
}
.category-card-reverse p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: unset !important;
    -webkit-line-clamp: 4;
}
.category-card-image {
    width: 100%;
    max-width: 100px;
}
.category-card-inner {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
}
.category-cont-bottom .link-btn svg {
    margin: 0 15px 0 0;
}
.category-cont-bottom .link-btn svg path {
    fill: var(--theme-color);
}
.category-cont-bottom .link-btn {
    color: var(--theme-color);
}
.category-card-content {
    padding-left: 15px;
    flex: 1;
}
.category-cont-bottom .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
/*.category-card-content .prouct-card-heading {*/
/*    margin: 10px 0;*/
/*}*/
/* ***************  CATEGORY SECTION CSS END *************** */
/* ***************  BANNER SECTION CSS START *************** */
.banner-content-main {
    position: relative;
}
.banner-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.banner-content-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-content-card-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
}
.banner-cont-bottom .link-btn svg {
    margin: 0 15px 0 0;
}
.banner-cont-bottom .link-btn svg path {
    fill: var(--theme-color);
}
.banner-cont-bottom .link-btn {
    color: var(--theme-color);
}
.banner-card-image {
    max-width: 40%;
}
.banner-card-content {
    padding-left: 15px;
    flex: 1;
}
.banner-cont-bottom .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.banner-cont-bottom .price-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-cont-bottom .btn-secondary {
    margin-left: 20px;
}
.banner-card-content .prouct-card-heading {
    margin: 15px 0;
}
.banner-card-content .nice-select {
    background-color: transparent;
    max-width: 200px;
    margin-bottom: 15px;
    border-color: var(--black);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.banner-card-content .nice-select.open {
    border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    -ms-border-radius: 18px 18px 0 0;
    -o-border-radius: 18px 18px 0 0;
}
/* ***************  BANNER SECTION CSS END *************** */
/* *********** TESTIMONIALS SLIDER - SECTION START ********** */
.testimonials-section {
    color: var(--black);
}
.testimonial-slider {
    margin: 0 -10px;
}
.testimonial-itm {
    padding: 0 10px;
}
.testimonials-section .testimonial-itm-inner {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid var(--border-color);
    color: var(--white);
    align-items: center;
}
.testimonials-section .testimonial-itm-inner .testimonial-itm-image {
    max-width: 130px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 5px;
}
.testimonials-section .testimonial-itm-inner .testimonial-itm-image a { 
    display: block; 
}
.testimonials-section .testimonial-itm-inner .testimonial-itm-image a img {
    height: 100%;
    margin: 0 auto;
}
.testimonials-section .testimonial-title {
    margin: 15px 0;
}
.testimonials-section .testimonial-itm-inner .testimonial-itm-content p {
    margin: 25px 0 0 0;
    font-size: 17px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: unset !important;
    -webkit-line-clamp: 3;

}
.testimonials-section .testimonial-itm-inner .testimonial-itm-content p.name-sec {
    font-size: 15px;
}
.cart-item-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: unset !important;
    -webkit-line-clamp: 3;
}
.share-ektbas {
    position: relative;
    display: inline-block;
}

.share-toggle {
    display: block;
    cursor: pointer;
}

.share-icons {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}
.popup-content .share-icons {
    left: auto;
}
.share-icons.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.share-icons li {
    margin: 0;
    padding: 5px;
}

.share-icons li a {
    display: block;
    text-decoration: none;
}

.share-icons li a:hover {
    opacity: 0.8;
}

.name-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.name-sec li {
    display: inline-block;
    vertical-align: middle;
}
.name-sec li button{
    background: transparent;
    border:0 none
}
.testimonials-section .testimonial-itm-inner .testimonial-itm-content {
    padding: 25px 0 25px 25px;
    max-width: calc(100% - 160px);
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--black);
}
.testimonials-section .testimonial-star span b {
    color: #6F6356;
}
.testimonials-section .testimonial-itm-inner .testimonial-itm-content-top {
    flex: 1;
    width: 100%;
    margin-bottom: 15px;
} 
.testimonials-section .testimonial-star span { 
    font-weight: 600;
    margin-left: 8px;
    display: block;
    line-height: 1;
    font-size: 12px;
}
.testimonials-section .testimonial .star-count b { 
    font-weight: normal;
}
/* *********** TESTIMONIALS SLIDER - SECTION  END********** */
/* *********** NEWSLATTER - SECTION START ********** */
.newslatter-bg {
    padding: 100px 40px 90px 0px;
    background: var(--theme-color);
    border-radius: 0px 180px 180px 0px;
    position: relative;
    -webkit-border-radius: 0px 180px 180px 0px;
    -moz-border-radius: 0px 180px 180px 0px;
    -ms-border-radius: 0px 180px 180px 0px;
    -o-border-radius: 0px 180px 180px 0px;
}
.newslatter-bg::before {
    content: '';
    position: absolute;
    background: var(--theme-color);
    left: -50vw;
    width: 50vw;
    height: 100%;
    top: 0;
}
.newslatter-bg .input-wrapper .btn-subscibe {
    background: var(--white);
    border: 1px solid var(--white);
}
.newslatter-images {
    position: relative;
}
.newslatter-images img.newslattwer-1 {
    position: absolute;
    top: -65px;
    right: -40px;
}
.newslatter-images img.newslattwer-2 {
    position: absolute;
    right: 80px;
    top: -35px;
}
.newslatter-images img.newslattwer-3 {
    position: absolute;
    right: 200px;
    top: -10px;
}
/* ************ NEWSLATTER - SECTION END *********** */
/* *********** BLOG SLIDER - SECTION START ********* */

.blog-section .blog-card-itm {
    padding: 0 10px;
}
.blog-section .blog-card-itm-inner {
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.blog-section .about-card-slider {
    margin: 0 -10px;
}
.blog-section .blog-card-image {
    position: relative;
}
.blog-section .blog-card-image a {
    position: relative;
    display: block;
    padding-top: 70%;
    background: var(--white);
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
}
.blog-section .blog-card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.blog-section .tip-lable span {
    background: var(--white);
    position: absolute;
    top: 16px;
    left: 19px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.blog-section .blog-card-content {
    padding: 20px 10px;
}
.blog-section .blog-card-content h4 {
    margin: 15px 0;
    font: var(--h5);
}
.blog-section .blog-card-content p {
    margin-bottom: 15px;
}
/* *********** BLOG SLIDER - SECTION END ********** */
/* ============================================= */
/* !!!!           MAIN PAGE CSS END         !!!! */
/* ============================================= */

/* ============================================= */
/* ********** PRODUCT PAGE CSS START ********* */
/* ============================================= */
.pro-home-section {
    background: var(--section-bg);
}
.pro-home-section .left-side-wrapper .badge {
    background: #EBEBEB;
}
.left-slide-content 
h3,
.bottom-content,
.price-btn {
    margin-top: 15px;
}
.pro-home-section .left-side-wrapper .sub-title {
    font-size: 16px;
    letter-spacing: 0;
    padding-right: 20px;
    margin-bottom: 0;
}
.pro-home-section .left-side-wrapper .nice-select {
    max-width: 250px;
}
.pro-home-section .left-side-wrapper .bottom-content .btn {
    margin-left: 15px;
}
.pro-home-section .left-side-wrapper .bottom-content .price-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pro-home-section .left-side-wrapper .bottom-content .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.pro-home-section .right-side-wrapper {
    text-align: right;
}
.pro-home-section .right-side-wrapper .add-wishlist {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.pro-home-section .right-side-wrapper .social-icons .social-ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pro-home-section .right-side-wrapper .social-icons h4 {
    margin-bottom: 8px;
}
.pro-home-section .right-side-wrapper>label {
    display: block;
}
/* pro slider  */
.pro-home-section .product-main-slider {
    position: relative;
    z-index: 1;
}
.pro-home-section .product-item-img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.pro-home-section .product-item-img img,
.pro-home-section .product-thumb-item .thumb-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    padding: 7px 0;
}
.pro-home-section .product-thumb-slider {
    margin: 20px -30px 40px;
    max-width: 300px;
    margin: 0 auto;
}
.pro-home-section .product-thumb-item {
    border: none !important;
    padding: 0 10px;
}
.pro-home-section .product-thumb-item .thumb-img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border: 1px solid var(--border-color);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.pro-home-section .slider-wrapper {
    position: relative;
    padding: 10px;
}
.pro-home-section .slider-wrapper::before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-color);
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.pro-home-section .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pro-card-slider-section .section-title h3 {
    max-width: 340px;
}
.pro-card-slider.slick-slider {
    margin: 0 -10px;
}
.right-col .category-card-inner {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
.right-col .category-card-image {
    width: 100%;
    max-width: 100px;
}
.right-col .category-card-content {
    padding-left: 15px;
    flex: 1;
}
.right-col .category-card-content .prouct-card-heading {
    margin: 10px 0;
}
.right-col .category-cont-bottom .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.right-col .category-cont-bottom .link-btn {
    color: var(--theme-color);
}
.right-col .prouct-card-heading p {
    font-size: 12px;
}
.right-col .badge {
    background: var(--white);
}
.product-content .prouct-card-heading h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: unset !important;
    -webkit-line-clamp: 1;
}
.right-col .category-card-inner:not(:last-child) {
    margin-bottom: 10px;
}
.header-style-one .menu-right li a.restart-tour-btn {
    padding: 0;
}
.paroduct-page.testimonials-section {
    background: var(--section-bg);
}
.header-style-one .menu-right li.help a.restart-tour-btn svg {
    width: 30px;
    height: 40px;
}
.description-section .inner-wrapper>* {
    max-width: 33.3334%;
}
.description-section .inner-wrapper {
    gap: 15px;
}
.description-section .right-side h4 {
    margin-bottom: 10px;
}
.description-section .right-side .code {
    padding-right: 20px;
}
.paroduct-page.category-section .category-image-text,
.paroduct-page.category-section .category-image-text .link-btn {
    color: var(--black);
}
.paroduct-page.category-section .category-image-text .link-btn svg {
    fill: var(--black);
}
/* ============================================= */
/* ********** PRODUCT PAGE CSS END ********* */
/* ============================================= */
/* ============================================= */
/* !!!!           FOOTER CSS START          !!!! */
/* ============================================= */
.site-footer {
    position: relative;
    /*z-index: 1;*/
    padding: 60px 0 35px 0;
    color: var(--black);
    background: var(--section-bg);
}
.footer-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.footer-subscribe h2 {
    margin: 0 0 19px 0;
    color: var(--white);
}
.footer-col.footer-subscribe-col .footer-subscribe b {
    font-weight: 700;
}
.footer-subscribe .subtitle {
    color: var(--black);
}
.left-gliter {
    bottom: 0;
    left: 0;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
.footer-col {
    width: 100%;
    flex: 1;
    padding-left: 100px;
}
.footer-subscribe-col {
    max-width: 423px;
    flex: 0 0 423px;
    padding: 0;
}
.input-wrapper {
    position: relative;
    margin: 30px 0 20px 0;
}
.footer-subscribe-form input[type="email"] {
    padding: 14px 125px 14px 20px;
    background: transparent;
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.input-wrapper input::placeholder {
    color: var(--black) !important;
}
.input-wrapper .btn-subscibe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-weight: 600;
    height: 46px;
    width: 120px;
    border-radius: 30px;
    background: var(--theme-color);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.input-wrapper input::-webkit-input-placeholder {
    /* Edge */
    color: var(--white);
}
.input-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--white);
}
.checkbox-custom input {
    display: none;
}
.input-wrapper input::placeholder {
    color: var(--white);
}
.footer-subscribe-form .checkbox-custom label:before {
    border-color: #A3A3A3;
}
.footer-widget h3,
.footer-widget h4 {
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0;
}
.footer-widget h4 {
    font-size: 16px;
    letter-spacing: 0;
}
.footer-widget ul li:not(:last-of-type) {
    margin-bottom: 8px;
}
.footer-subscribe-form .checkbox-custom {
    margin-top: 20px;
}
.footer-list-social {
    display: flex;
    align-items: center;
}
.footer-widget .footer-list-social li:not(:last-of-type) {
    margin: 0 10px 0 0;
}
.footer-list-social li a {
    height: 32px;
    width: 32px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.footer-list-social li:first-child a svg {
    full:#3833b7
}

.footer-list-social li a svg {
    fill: var(--black);
    height: 16px;
    width: 16px;
}
.footer-list-social {
    margin-top: 24px;
}
.footer-list-social li a svg path {
    /*fill: var(--black);*/
}
.copyright {
    text-transform: uppercase;
    display: block;
    margin: 20px 0;
    font-weight: 500;
    letter-spacing: 0;
}
.footer-widget ul li a,
.footer-widget p {
    font-size: 14px;
}
.footer-widget ul li a {
    font-weight: 500;
}
.footer-list-social li a:hover {
    background: var(--theme-color);
}
.footer-list-social li a:hover svg path {
    /*fill: var(--white);*/
}
/* ============================================= */
/* !!!!             FOOTER CSS END          !!!! */
/* ============================================= */
/************ COMMON BANNER SECTION CSS **********/
.back-btn {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 35px;
}
.back-btn .svg-ic svg path {
    fill: var(--black);
}
.back-btn span {
    width: 34px;
    height: 34px;
    display: flex;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    padding: 4px 0;
    margin-right: 10px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.common-banner-section {
    padding: 70px 0;
    background: var(--section-bg);
    color: var(--black);
}
.common-banner-content .section-title h2 {
    font-weight: 900;
}
.common-banner-content .back-btn {
    margin-bottom: 26px;
}
.common-banner-content .section-title h2 span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.common-banner-content .section-title {
    margin-bottom: 25px;
}
/* ============================================= */
/* !!!!       INNER PAGES CSS START         !!!! */
/* ============================================= */
/********** PRODUCT FILTER CATEGORY CSS *********/
.product-list-page-section .section-title {
    color: var(--white);
}
.product-heading-row .row {
    align-items: center;
}
.product-filter-body {
    position: relative;
    padding-bottom: 30px;
}
.product-heading-row {
    margin-top: 20px;
}
.product-heading-column {
    padding: 14px 0 !important;
}
.product-heading-right-column {
    padding: 14px 0 14px 22px !important;
}
.filter-select-box {
    min-width: 160px;
}
.filter-title .desk-only {
    color: var(--black);
    font-size: 22px;
}
.product-heading-row .sort-lbl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.product-heading-row .nice-select {
    color: var(--black);
    border: 1px solid var(--theme-color);
    background: transparent;
    width: 170px;
    font-size: 14px;
}
.produdt-filter-cat li a {
    font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
    content: '/';
    position: absolute;
    right: -1px;
}
.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}
.product-cat-widget .acnav-list {
    padding: 0 0 10px 10px;
}
.product-widget .acnav-label {
    display: block;
    position: relative;
    font-weight: 600;
}
.product-widget>.pro-itm>.acnav-label {
    font-weight: 600;
    padding: 12px 0;
    text-transform: uppercase;
}
.product-widget .acnav-list li a {
    text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
    margin-bottom: 8px;
}
.pro-itm-inner>.filter-listing>ul>li>.acnav-list {
    padding: 10px 0 10px 10px;
}
.product-widget .acnav-label:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 2px;
    width: 10px;
    background: #000;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.product-widget .acnav-label:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 10px;
    width: 2px;
    background: #000;
    transition: ease-in-out all 0.5s;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
}
.product-widget .is-open>.acnav-label:after {
    opacity: 0;
}
.product-widget:not(:last-of-type) {
    border-bottom: 1px solid #E2E2E2;
}
.product-widget {
    padding: 10px 0;
}
.product-filter-right-column {
    padding-left: 22px !important;
}
.product-listing-section .product-card-inner {
    display: flex;
    background: #C7C1BA;
    padding: 20px;
}
.product-listing-section .btn-secondary {
    margin-top: 15px;
}
.product-listing-section .pro-content {
    flex: 1;
}
.text-checkbox .checkbox {
    margin: 0;
    float: left;
    padding-right: 9px;
    padding-bottom: 10px;
}
.text-checkbox .checkbox input[type=checkbox] {
    display: none;
}
.text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    content: "";
    display: inline-block;
    border: 1px solid var(--theme-color);
    color: #000;
    width: auto;
    position: relative;
    font-weight: 600;
    letter-spacing: 0;
    top: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    font-size: 13px;
    padding: 11px 19px;
    text-transform: lowercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    background-color: var(--theme-color);
    color: white;
}
.delete-all {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    margin: 10px 0 0;
}
.delete-all svg {
    height: 12px;
    margin-right: 5px;
    width: 12px;
}
.product-tag-widget ul li a {
    padding: 10px 12px;
    background: transparent;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 1;
    border: 1px solid var(--theme-color);
}
.product-tag-widget ul li a:hover,
.product-tag-widget ul li.active a {
    background: var(--theme-color);
    color: var(--white);
}
/*.product-tag-widget ul li:not(:last-of-type) {*/
/*    margin-right: 5px;*/
/*}*/
.product-tag-widget ul li {
    display: inline-block;
}
#range-slider {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 23px;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: var(--black);
    height: 3px !important;
    top: -1px !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: var(--black) !important;
    border: 1px solid var(--theme-color) !important;
}
.ui-widget-content {
    background: #dddddd !important;
    border: none !important;
    border-radius: 0 !important;
    height: 1px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    height: 8px !important;
    width: 8px !important;
    top: -3px !important;
    margin-left: 0 !important;
    background: var(--black);
    box-shadow: inset 0 0 0 1px #ffffff;
    border: 1px solid var(--black) !important;
    border-radius: 10px;
    z-index: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.colour-col:not(:last-of-type) {
    padding: 0 15px 0 0;
}
.price-select {
    margin-left: -5px;
    margin-right: -5px;
}
.select-col p {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    color: var(--black);
}
.select-col {
    width: 100%;
    max-width: 50%;
    padding: 0 5px;
}
.sorting-select {
    min-width: 125px;
}
.sorting-select select {
    padding: 10px 15px 9px;
    color: var(--black);
}
.product-price-widget .acnav-list {
    padding: 0 20px 10px 0;
}
.colors-checkbox label {
    width: 100%;
}
.custom-checkbox {
    flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    text-align: left;
}
.custom-checkbox input[type="checkbox"] {
    margin-top: 0.25rem;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    left: 0;
}
.custom-checkbox input[type="checkbox"]+.color,
.custom-checkbox input[type="radio"]+.color {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.color,
.custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}
.custom-checkbox input[type="checkbox"]:checked+span.color {
    border: 2px solid var(--theme-color);
}
.custom-checkbox input[type="checkbox"]:checked+span.color:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.color-name {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox {
    margin-top: 8px;
}
.product-filter-right-column {
    padding-top: 22px !important;
}
.product-filter-right-column .row {
    margin: 0 -10px;
}
.product-filter-right-column .product-card {
    padding: 0 10px 20px;
}
.product-filter-right-column .product-content-bottom .price {
    width: 100%;
    margin-bottom: 10px;
}
.product-filter-right-column .addtocart-btn svg {
    fill: var(--theme-color);
}
.product-list-page .img-product-card-slider {
    margin-bottom: 0;
    padding: 0;
}
.product-list-page .section-title {
    max-width: 45%;
}
.product-button-widget .btn-secondary {
    display: flex;
}
.bestseller-section.product-list {
    background: transparent;
}
.product-page-card .product-card-inner {
    display: block;
    background: var(--white);
    padding: 10px;
    margin-bottom: 30px;
}
/************************  CART PAGE CSS **********************/
.cart-page-section {
    padding-top: 40px;
}
.cart-page-section .back-btn span svg path {
    fill: var(--second-color);
}
.cart-page-section .section-title {
    margin-bottom: 50px;
}
.cart-page-section .section-title h2 {
    margin-top: 20px;
}
.cart-page-section .section-title h2 span {
    font-size: 18px;
}
.product-option {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 10px;
}
.product-option dt {
    font-weight: 500;
}
.product-option dd {
    margin-left: 5px;
    font-weight: 400;
}
.remove-btn {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-left: 8px;
}
.remove-btn svg path {
    fill: red;
}
.pro-img-cart {
    max-width: 100px;
}
.cart-summery {
    border: 1px solid var(--border-color);
    padding: 20px;
}
.cart-summery ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.cart-summery ul li span:last-child {
    font-weight: 600;
}
.cart-summery .btn {
    padding: 15px 10px;
    display: block;
    width: 100%;
    margin-top: 20px;
    text-transform: capitalize;
}
.coupon-table {
    background: var(--section-bg);
    border: 1px solid #E8E8E8;
    padding: 15px 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.coupon-text {
    flex: 1;
    display: flex;
    align-items: center;
}
.coupon-text h4 {
    width: auto;
    white-space: nowrap;
    font-weight: 400;
    font-size: 18px;
}
.coupon-text h4 {
    width: auto;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
}
.coupon-text p {
    width: 80%;
    font-size: 11px;
    padding: 0 20px;
}
.coupon-code {
    display: flex;
}
.coupon-code-text {
    display: flex;
    align-items: center;
}
.coupon-code-text h4 {
    font-size: 12px;
    font-weight: 500;
}
.coupon-code-text p {
    border: 1px solid var(--second-color);
    border-radius: 30px;
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.coupon-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: var(--black);
    border: 1px solid var(--second-color);
    color: var(--white);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.coupon-btn button svg {
    width: 30px;
    height: 9px;
    margin-left: 2px;
    fill:  var(--second-color);
}
.order-historycontent .qty-spinner button svg path{
    fill: var(--second-color);
}
.order-historycontent .qty-spinner input { 
    color: var(--second-color); 
    background: transparent;
}
/****  TABLE CSS ****/
table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
}
table tr {
    padding: 20px 0 0;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
table tr:first-child {
    border-top: 1px solid var(--border-color);
}
table tr th,
table tr td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}
table tr th {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    font-weight: 700;
    text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
    padding-left: 0;
}
table tr td:first-child a {
    vertical-align: middle;
}
.color_search {
    color: red;
}
table tr td {
    text-align: center;
    padding: 0 0 20px;
}
.order-history-tbl tr td[data-label="Name"] {
    max-width: 140px;
}
.order-history-tbl tr td[data-label="Product"] {
    max-width: 90px;
}
.order-history-tbl tr td[data-label="quantity"] {
    width: 113px;
    padding: 0;
}
@media (min-width: 992px) {
    .cart-tble tr th:first-child,
    .cart-tble tr td:first-child {
        width: 90px;
    }
    .cart-tble tr th:nth-child(2),
    .cart-tble tr td:nth-child(2) {
        width: 233px;
    }
    .cart-tble tr th:nth-child(4),
    .cart-tble tr td:nth-child(4) {
        width: 116px;
        padding-right: 9px;
    }
}
@media (max-width: 767px) {
    table tr td::before {
        content: attr(data-label);
        display: block;
        text-align: center;
        padding-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: none;
    }
    .product-option {
        justify-content: center;
    }
    table .qty-spinner {
        justify-content: center;
        margin: 0 auto;
    }
    .remove-btn {
        height: 14px;
        width: 14px;
    }
    .order-history-tbl tr td[data-label="quantity"],
    .order-history-tbl tr td[data-label="Name"],
    .order-history-tbl tr td[data-label="Product"] {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 768px) {
    table tr:first-child {
        border-top: none;
    }
    table tr {
        padding: 0;
        display: table-row;
    }
    table tr td {
        padding: 20px 10px 20px;
        display: table-cell;
        text-align: left;
    }
    table tr th:last-child,
    table tr td:last-child {
        text-align: right;
        padding-right: 0;
    }
    table tr th:nth-child(5),
    table tr td:nth-child(5) {
        text-align: right;
    }
}
/*****************  CHECKOUT PAGE CSS ***************/
.set .acnav-label:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url(../images/menu-dropdown.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.set.is-open .acnav-label::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}
.checkout-page .set .acnav-label {
    font-weight: 400;
}
.checkout-page .login-form .form-heading h4,
.checkout-page h3,
.checkout-page h2,
.checkout-page h4 {
    font-weight: normal;
}
.checkout-page .login-form .form-heading h3,
.check-head {
    margin-bottom: 15px;
}
.btn-flex {
    margin-top: 20px;
}
.btn-flex a:not(:last-of-type) {
    margin-right: 14px;
}
.checkout-page .form-container {
    padding: 0;
    border-bottom: 0;
}
.checkout-page .forgot-pass {
    margin-left: 10px;
}
.checkout-page .form-control,
.checkout-page input:not([type="submit"]),
.checkout-page input:not([type="checkbox"]),
.checkout-page input:not([type="radio"]),
.checkout-page select,
.checkout-page textarea {
    padding: 12px 12px;
}
.checkout-page .set .acnav-list {
    padding: 30px 20px;
}
.checkout-page .checkbox-custom {
    margin-top: 19px;
}
.checkout-page-right ins { 
    font-size: 16px;
}
.checkout-page-right .mini-cart-title {
    color: var(--white-color);
}
.payment-method-form .radio-group label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #A8A8A8;
    padding: 10px 15px 10px 40px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.payment-method-form .radio-group label span {
    flex: 0 0 20%;
    padding-right: 10px;
    color: #A8A8A8;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.payment-method-form .radio-group label .center-descrp {
    flex: 1;
    color: #A8A8A8;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.payment-method-form .radio-group label .radio-right {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.payment-method-form .radio-group label .radio-right>* {
    padding-left: 10px;
}
.payment-method-form .radio-group label .radio-right img {
    margin-left: 15px;
}
.payment-method-form .radio-group label .radio-right b {
    font-size: 16px;
}
.payment-method-form .radio-group {
    margin: 17px 0;
}
.payment-method-form .radio-group label::after {
    border: 2px solid #A8A8A8;
    left: 17px;
}
.payment-method-form .radio-group label::before {
    border: 2px solid #A8A8A8;
    left: 16px;
}
.payment-method-form .radio-group input[type="radio"]:checked+label span,
.payment-method-form .radio-group input[type="radio"]:checked+label .center-descrp {
    color: var(--second-color);
}
.payment-method-form .radio-group input[type="radio"]:checked+label {
    border-color: var(--border-color);
}
.checkout-page .payment-method-form .checkbox-custom {
    margin: 0 15px 0 0;
}
.checkout-page .order-confirmation-body .row .col-12 {
    display: flex;
}
.checkout-page .order-confirmation-body ul li {
    font-size: 12px;
}
.checkout-page .order-confirmation-body {
    padding: 20px 0 0 0;
    border-top: 0;
}
.checkout-page .order-payment-box {
    margin: 30px 0 17px auto;
}
.checkout-page .mini-cart-footer {
    padding: 20px 0 0;
}
.checkout-page h4 .checkout-cartcount {
    font-size: 13px;
    margin-left: 10px;
}
.checkout-page .mini-cart-footer .u-save {
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--second-color);
}
.checkout-page .mini-cart-footer-total-row {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
    background: #ECECEC;
    padding: 15px 0;
}
.checkout-page .mini-cart-image span {
    background: var(--theme-color);
    border: 1px solid var(--white);
    color: var(--black);
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.checkout-page .pvarprice {
    margin-top: 10px;
}
.checkout-page .mini-cart-item {
    padding: 15px 10px 10px 10px;
    background-color: transparent;
}
.checkout-page .mini-cart-image a {
    padding-top: 102%;
} 
.checkout-page .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
}
.checkout-page .mini-cart-header {
    margin-bottom: 15px;
}
.checkout-page .mini-cart-footer .checkout-btn {
    margin-bottom: 0;
}
.checkout-page .my-acc-head {
    margin-bottom: 0;
}
.form-group input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
    border-color: var(--border-color);
}
.form-container .btn svg {
    margin-left: 8px;
    margin-right: 0;
}
.reg-btn svg,
.login-btn svg {
    margin-left: 8px;
    margin-right: 0;
}
/****************** ABOUT PAGE CSS  ******************/
.row-reverse {
    flex-direction: row-reverse;
}
.about-our-shop-section .row {
    margin-top: 50px;
}
.abt-shp-column-right img {
    width: 100%;
}
.aboutpage-btm-sec {
    color: var(--second-color)
}
.aboutpage-btm-sec .about-us-box {
    padding: 25px 18px;
    border: 1px solid var(--border-color);
    position: relative;
}
.aboutpage-btm-sec .about-us-box svg {
    fill: var(--second-color)
}
.aboutpage-btm-sec .section-title {
    max-width: 900px;
}
.aboutpage-btm-sec .section-title p {
    margin-top: 24px;  
}
.about-us-section .section-title { 
    margin: 0 auto 50px;
}  
.about-us-section .about-us-box svg {
    width: 24px;
    height: 24px; 
    position: absolute;
    top: 15px;
    right: 15px;
}  
.about-us-section .about-us-box h3 {
    margin-bottom: 15px;
}
/******************  CMS PAGES CSS **************** */
.cms-page p:not(:last-of-type) {
    margin-bottom: 25px;
}
.cms-page h3,
.cms-page h4,
.cms-page h5 {
    margin: 20px 0;
}
.cms-page p a {
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}
.cms-page ul {
    margin: 20px;
}
.cms-page ul li {
    list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
    margin-bottom: 9px;
}
/****************** CONTACT PAGE CSS ************** */
.contact-right-column {
    margin-top: -270px;
}
.contact-form {
    padding: 24px 20px;
    border: 2px solid var(--section-bg);
    background: var(--white);
    position: relative;
    z-index: 1;
}
.submit-btn {
    width: 100%;
    padding: 14px 10px;
    text-transform: capitalize;
    align-items: center;
}
.contact-right-inner {
    position: relative;
    z-index: 1;
}
.contact-right-inner h2 {
    color: var(--theme-color);
}
.contact-left-inner * {
    color: var(--black);
}
.contact-left-inner ul li {
    margin-bottom: 30px;
}
.contact-left-inner ul li h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}
.contact-left-inner ul li p {
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 500;
    word-break: break-all;
}
.contact-left-inner ul li .address {
    font-size: 12px;
    line-height: 26px;
}
.form-group textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/****************** FAQS PAGE CSS ***************** */
.input-wrapper svg {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.faq-search-form {
    max-width: 400px;
    margin: 25px 0;
}
.set {
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.set .acnav-label {
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}
.set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
    font-size: 12px;
}
.faq-search-form .input-wrapper input {
    border-color: var(--black);
    color: var(--black);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.faq-search-form .input-wrapper input::placeholder{
    color: var(--black);
}
.faq-search-form .input-wrapper .btn-subscibe {
    background-color: var(--black);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.faq-search-form .input-wrapper .btn-subscibe svg, .faq-search-form .input-wrapper .btn-subscibe svg path {
    fill: var(--white);
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner {
    color: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-page-banner .back-btn svg path {
    fill: var(--white);
}
.blog-page-banner .section-title {
    margin-bottom: 30px;
}
.blog-cat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.blog-cat li:not(:last-of-type) {
    margin-right: 10px;
}
.blog-cat li   {
    padding: 10px 20px;
    color: var(--white);
    background: transparent;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.blog-cat li.active {
    background: var(--white);
    color: var(--theme-color);
}
.blog-grid .blog-widget-inner {
    border-color: var(--theme-color);
}
.blog-grid .blog-caption {
    border-top: 1px solid var(--theme-color);
}
.blog-grid .blog-btn {
    background: var(--theme-color);
}
.blog-grid .blog-btn svg {
    fill: var(--white);
}
.blog-grid .blog-widget {
    margin-bottom: 30px;
}
.blog-head-row {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
}
.blog-col-left ul li a {
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    position: relative;
    opacity: 0.5;
    font-weight: 600;
}
.blog-col-left ul li a:before {
    content: '';
    height: 2px;
    width: 100%;
    bottom: -1px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.blog-col-left ul li a:hover:before,
.blog-col-left ul li.active a:before {
    opacity: 1;
}
.blog-col-left ul li a:hover,
.blog-col-left ul li.active a {
    opacity: 1;
}
.blog-col-right .select-lbl {
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
}
.blog-col-left {
    flex: 1;
}
.blog-col-right .nice-select {
    flex: 1;
    border: none;
    padding: 10px 20px 10px 15px;
    font-size: 12px;
}
.blog-col-right .nice-select:after {
    right: 0;
}
.blog-grid-section .section-title h2 b {
    font-style: normal;
}  
.blog-page-banner .common-banner-content p {
    margin-bottom: 30px;
}
.blog-grid-row {
    margin-bottom: -30px;
}
.blog-grid-row .blog-itm {
    margin-bottom: 30px;
}
/*************  ARTICLE PAGE CSS **************/
.article-banner .common-banner-content .back-btn {
    margin: 0 auto 26px auto;
    justify-content: center;
    display: flex;
    max-width: fit-content;
}
.article-banner .blog-cat {
    margin: 40px 0;
}
.post-lbl {
    margin-left: 50px;
}
.article-section .abt-user-img {
    border-color: var(--second-color);
}
.article-section .section-title h2 {
    font-weight: 400;
    max-width: 400px;
    margin: 30px 0 0;
    text-transform: unset;
}
.aticleleftbar h5 {
    margin: 20px 0;
    font-weight: normal;
    line-height: 1.5;
    text-transform: unset;
}
.related-blogs {
    background: transparent;
    color: var(--second-color);
}
.related-blogs .section-title{
    color: var(--second-color);
    border-top: 1px solid var(--border-color);
}
.aticleleftbar p {
    margin-bottom: 25px;
}
.aticleleftbar img {
    margin-bottom: 15px;
}
.art-auther {
    margin-bottom: 50px;
    font-size: 14px;
}
.quote-box {
    position: relative;
    padding: 40px 0 40px 60px;
}
.quote-box h3 {
    font-weight: 500;
    line-height: 1.6;
    font-family: var(--first-font);
    text-transform: unset;
}
.quote-box svg {
    position: absolute;
    left: 0;
}
.article-socials li a {
    height: 28px;
    width: 28px;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.article-socials li a svg {
    fill: var(--theme-color);
    height: 12px;
    width: 12px;
}
.article-socials li a svg path{fill: var(--theme-color);}
.article-socials li:not(:last-of-type) {
    margin-right: 10px;
}
.article-socials li span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}
.blog-media {
    position: relative;
}
.about-pro h6 span {
    display: block;
    font-style: italic;
    font-weight: 400;
}  
.about-pro h6 {
    margin-right: 20px; 
    font-weight: 700;
}
.abt-user-img {
    border: 1px solid var(--white);
    border-radius: 72.2951px;
    width: 60px;
    height: 60px;
    padding: 5px;
    margin-right: 15px;
    -webkit-border-radius: 72.2951px;
    -moz-border-radius: 72.2951px;
    -ms-border-radius: 72.2951px;
    -o-border-radius: 72.2951px;
}
.abt-user-img img { 
    width: 100%;
    height: 100%;
}
.about-user h6 span {
    display: block;
    font-weight: 700;
}
.about-user h6 {
    font-weight: 400;
    font-style: italic;
}
.aticleleftbar img {
    width: 100%;
}
.articlerightbar .blog-card-itm{ 
    padding: 0;
}
.articlerightbar .blog-card-itm {
    margin-bottom: 30px;
}
/*****************  ORDER SUMMERY PAGE CSS ***************/
.backbtn .btn-secondary svg {
    transform: scale(-1);
    margin-right: 12px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
}
.backbtn .btn-secondary {
    min-width: 190px;
    margin-top: 25px;
    background: var(--theme-color);
    color: var(--white);
}
.backbtn .btn-secondary svg path {
    fill: var(--white);
}
.order-summery-page .section-title h2 {
    margin-bottom: 30px;
}
.order-summery-page .section-title p {
    font-size: 18px;
    margin: 0;
}
.order-summery-page .backbtn .btn-secondary {
    min-width: 204px; 
    padding: 15px 15px; 
} 
/*****************  REGISTER PAGE CSS ***************/
.register-page .back-btn {
    margin-bottom: 15px;
}
.back-toshop .svg-ic svg path {
    fill: var(--white);
}
.form-wrapper h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
.form-wrapper .form-heading h4 {
    margin-bottom: 0;
}
.form-wrapper h4 b {
    font-family: var(--first-font);
    font-style: normal;
    font-weight: 600;
    color: var(--black);
}
.form-wrapper form {
    border: 1px solid var(--border-color);
}
.form-container {
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}
.form-footer {
    padding-top: 30px;
}
.form-container:last-child {
    border-bottom: 0;
}
.register-page input {
    padding: 15px;
}
.register-page .back-toshop .svg-ic svg path {
    fill: var(--black);
}
/****************  LOGIN PAGE CSS ***************/
.login-form .submit-btn {
    max-width: 200px;
    margin: 0 0 0 15px;
}
.login-form .form-footer {
    padding: 0;
}
.forgot-pass {
    color: red;
    text-decoration: underline;
    font-size: 14px;
}
.login-form p {
    margin-bottom: 15px;
} 
.reg-lbl {
    font-size: 14px;
    margin-right: 10px;
}
.login-form .form-heading h4 {
    margin-bottom: 0;
    font-weight: 600;
}
/**************** MY ACCOUNT PAGE CSS ******************/
.myaccont-no-scroll {
    overflow: unset;
}
.my-acc-head .back-btn .svg-ic svg path {
    fill: var(--black);
}
.my-acc-leftbar h4,
.my-acc-rightbar h2 {
    font-weight: 400;
}
.my-acc-rightbar h2 {
    font: var(--h3);
}
.my-account-page .btn-secondary svg path { 
    fill: var(--second-color);
}
.my-account-page .btn-secondary:hover svg path { 
    fill: var(--white);
}
.my-acc-leftbar {
    border: 1px solid var(--border-color);
}
.my-acc-leftbar li:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.account-list li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    opacity: 0.5;
}
.account-list li a svg {
    flex-shrink: 0;
    margin-right: 10px;
}
.account-list li a span {
    flex: 1;
}
.account-list li a span b {
    display: block;
}
.my-acc-leftbar li a:hover,
.my-acc-leftbar li.active a {
    opacity: 1;
}
.my-acc-leftbar li a svg path {
    fill: var(--theme-color);
}
.my-acc-leftbar h4 {
    padding: 15px 15px 5px;
}
.my-acc-head {
    margin-bottom: 50px;
}
.my-acc-rightbar .account-list li {
    display: flex;
    margin-bottom: 20px;
}
.my-acc-rightbar .account-list li a {
    border: 1px solid var(--theme-color);
    width: 100%;
}
.my-acc-rightbar .account-list li.active a svg path,
.my-acc-rightbar .account-list li a:hover svg path {
    fill: var(--white);
}
.my-acc-rightbar .account-list li.active a,
.my-acc-rightbar .account-list li a:hover {
    opacity: 1;
    color: var(--white);
    background: var(--theme-color);
}
.account-list li.logout-link a svg path {
    fill: red;
}
.account-list li.logout-link a {
    opacity: 1;
    color: red;
}
.my-acc-right-content {
    padding-bottom: 50px;
}
#scroll {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 2;
}
.acc-back-btn-wrp button svg {
    width: 16px;
}
.acc-back-btn-wrp .back-btn-acc svg {
    margin-left: 0;
}
.acc-back-btn-wrp button {
    text-transform: capitalize;
    font-size: 14px;
}
.back-btn-acc {
    background: transparent;
    margin-right: 12px;
}
.back-btn-acc svg {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    margin: 0 10px 0 0;
}
.order-history-frame {
    border: 1px solid var(--border-color);
}
.order-history-tbl tr th:first-child,
.order-history-tbl tr td:first-child {
    padding-left: 15px;
}
.order-history-tbl tr th {
    padding-top: 15px;
    text-transform: capitalize;
}
.order-history-tbl tr th:last-child,
.order-history-tbl tr td:last-child {
    padding-right: 15px;
}
.order-history-tbl tr th:nth-child(5),
.order-history-tbl tr td:nth-child(5) {
    text-align: left;
}
.order-history-tbl tr th:nth-child(6),
.order-history-tbl tr td:nth-child(6) {
    text-align: center;
}
.order-history-tbl tr td {
    /*padding: 15px 15px 15px;*/
}
.order-history-tbl tr td {
    font-weight: 400;
}
.right-result-tbl {
    padding: 20px 15px 0;
    font-size: 14px;
}
.order-confirm-details {
    border: 1px solid var(--border-color);
    padding: 20px;
    width: 100%;
}
.order-confirmation-body {
    padding: 30px 20px;
    border-top: 1px solid var(--border-color);
}
.order-confirmation h4 {
    padding: 15px;
}
.order-confirmation {
    border: 1px solid var(--border-color);
}
.order-confirm-details h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.order-confirm-details p {
    font-size: 14px;
    margin-bottom: 30px;
}
.order-confirm-details .link {
    font-size: 14px;
}
#tab-7 .form-container {
    padding-right: 0;
}
#tab-6 .order-history-tbl {
    border: 1px solid var(--border-color);
}
#tab-6 .order-history-tbl .qty-spinner button {
    width: 22px;
}
#tab-6 .order-history-tbl tr th:nth-child(6),
#tab-6 .order-history-tbl tr td:nth-child(6) {
    text-align: right;
}
.dated b {
    display: block;
}
.order-payment-box {
    max-width: 560px;
    border: 1px solid var(--border-color);
    margin: 30px 0 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.order-paymentcol {
    padding: 20px 0;
    max-width: 27.5%;
    width: 100%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.order-paymentcol:nth-child(3) {
    max-width: 45%;
    text-align: left;
    background: var(--theme-color);
    color: var(--white);
}
.order-paycol-inner img {
    margin-left: auto;
}
.order-paycol-inner p {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 12px;
}
.payment-ttl-left span {
    display: block;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
}
.payment-ttl-left span b {
    display: block;
}
.payment-ttl-left span:not(:last-of-type) {
    margin-bottom: 10px;
}
.payment-ttl-left:nth-child(1) {
    padding-right: 15px;
}
.payment-ttl-left:nth-child(2) {
    flex: 1;
    text-align: right;
}
.ttl-pric {
    font-size: 24px;
    font-weight: 800;
    margin-top: 6px;
}
.order-paycol-inner {
    width: 100%;
}
.wishcount {
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
}
#tab-8 .order-confirmation-body {
    border: 0;
    padding: 0;
}
#tab-8 .order-confirmation-body table tr {
    border: 1px solid rgba(48, 56, 61, 0.1);
}
#tab-8 .form-container {
    padding-right: 0;
    padding-bottom: 0;
}
/* ============================================= */
/* !!!!       INNER PAGES CSS END           !!!! */
/* ============================================= */
/* ============================================= */
/* !!!!       DESKTOP HOVER CSS             !!!! */
/* ============================================= */
@media (hover: hover) {
    a:hover,
    a:focus {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .header-style-one .menu-dropdown ul>li a:hover {
        border-color: var(--border-color);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover,
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active,
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover>a {
        color: var(--theme-color);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover>a:before,
    .category-btn a:hover:before {
        opacity: 1;
        width: 100%;
        visibility: visible;
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn:hover svg path {
        fill: var(--theme-color);
    }
    .policy-links li a:hover,
    .footer-link ul li a:hover,
    .footer-link .contactlink a:hover {
        opacity: 0.7;
    }
    .content-img-box-body:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .product-detail-bttom-stuff button:hover svg path {
        fill: var(--white);
    }
    .product-detail-bttom-stuff button:hover {
        background: transparent;
        color: var(--white);
    }
    .pro-itm-inner>.filter-listing>ul>li a:hover {
        font-weight: 600;
    }
    .back-btn-acc:hover {
        background: var(--black);
    }
}