/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY RAJODIYA INFOTECH  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!         -

/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

/* Main Theme color */
:root .theme2-v1{
    --first-font: 'Nunito', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #F5BA20;
    --second-color: #8492a6;
    --third-color: #284a58;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* Theme color 2 */
:root .theme2-v2{
    --first-font: 'Nunito', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #fa747d;
    --second-color: #8492a6;
    --third-color: #284a58;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* Theme color 3 */
:root .theme2-v3{
    --first-font: 'Nunito', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #c8ae9d;
    --second-color: #8492a6;
    --third-color: #284a58;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* Theme color 4 */
:root .theme2-v4{
    --first-font: 'Nunito', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #d7e2dc;
    --second-color: #8492a6;
    --third-color: #284a58;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}
/* Theme color 5 */
:root .theme2-v5{
    --first-font: 'Nunito', sans-serif;
    --second-font:'Poppins', sans-serif;
    --theme-color:  #5ea5ab;
    --second-color: #8492a6;
    --third-color: #284a58;
    --grey-color:#efefef;
    --border-color: #e0e2e9;
    --black: #000000;
    --white: #ffffff;
    --h1: normal 700 51px/1 var(--first-font);
    --h2: normal 700 42px/1 var(--first-font);
    --h3: normal 700 32px/1 var(--first-font);
    --h4: normal 700 22px/1 var(--first-font);
    --h5: normal 700 20px/1 var(--first-font);
    --h6: normal 700 18px/1 var(--first-font);
    --common-text: normal 400 16px/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%;
    direction: rtl;
}
body,
html {
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
body::-moz-scrollbar {
    display: none;
}
svg,
img {
    max-width: 100%;
    display: block;
}
a,
.btn,
button { 
    text-decoration: none;
    outline: none; 
    color: inherit;
    -webkit-transition: all ease-in-out 0.3s;
    -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;
    cursor: pointer;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-family: var(--first-font);
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="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;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--second-color);
}
:-ms-input-placeholder {
    color: var(--second-color);
}
::placeholder {
    color: var(--second-color);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}
body { 
    font: var(--common-text);
    margin: 0;
    padding: 0; 
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: var(--white);
    color: var(--second-color);
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}
h1,
.h1 {
    font: var(--h1);
}
h2,
.h2 {
    font: var(--h2);
}
h3,
.h3 {
    font: var(--h3);
}
h4,
.h4 {
    font: var(--h4);
}
h5,
.h5 {
    font: var(--h5);
}
h6,
.h6 {
    font: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0; 
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, .product-title b {
    font-weight: 400;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: right !important;
}
.text-right {
    text-align: left !important;
}
b {
    font-weight: bold;
    display: inline-block;
}
p:not(:last-of-type) {
    margin-bottom: 15px;
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1320px;
    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-right: -15px;
    margin-left: -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-right: 8.33333333%;
}
.offset-2 {
    margin-right: 16.66666667%;
}
.offset-3 {
    margin-right: 25%;
}
.offset-4 {
    margin-right: 33.33333333%;
}
.offset-5 {
    margin-right: 41.66666667%;
}
.offset-6 {
    margin-right: 50%;
}
.offset-7 {
    margin-right: 58.33333333%;
}
.offset-8 {
    margin-right: 66.66666667%;
}
.offset-9 {
    margin-right: 75%;
}
.offset-10 {
    margin-right: 83.33333333%;
}
.offset-11 {
    margin-right: 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-right: 0;
    }
    .offset-sm-1 {
        margin-right: 8.33333333%;
    }
    .offset-sm-2 {
        margin-right: 16.66666667%;
    }
    .offset-sm-3 {
        margin-right: 25%;
    }
    .offset-sm-4 {
        margin-right: 33.33333333%;
    }
    .offset-sm-5 {
        margin-right: 41.66666667%;
    }
    .offset-sm-6 {
        margin-right: 50%;
    }
    .offset-sm-7 {
        margin-right: 58.33333333%;
    }
    .offset-sm-8 {
        margin-right: 66.66666667%;
    }
    .offset-sm-9 {
        margin-right: 75%;
    }
    .offset-sm-10 {
        margin-right: 83.33333333%;
    }
    .offset-sm-11 {
        margin-right: 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-right: 0;
    }
    .offset-md-1 {
        margin-right: 8.33333333%;
    }
    .offset-md-2 {
        margin-right: 16.66666667%;
    }
    .offset-md-3 {
        margin-right: 25%;
    }
    .offset-md-4 {
        margin-right: 33.33333333%;
    }
    .offset-md-5 {
        margin-right: 41.66666667%;
    }
    .offset-md-6 {
        margin-right: 50%;
    }
    .offset-md-7 {
        margin-right: 58.33333333%;
    }
    .offset-md-8 {
        margin-right: 66.66666667%;
    }
    .offset-md-9 {
        margin-right: 75%;
    }
    .offset-md-10 {
        margin-right: 83.33333333%;
    }
    .offset-md-11 {
        margin-right: 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-right: 0;
    }
    .offset-lg-1 {
        margin-right: 8.33333333%;
    }
    .offset-lg-2 {
        margin-right: 16.66666667%;
    }
    .offset-lg-3 {
        margin-right: 25%;
    }
    .offset-lg-4 {
        margin-right: 33.33333333%;
    }
    .offset-lg-5 {
        margin-right: 41.66666667%;
    }
    .offset-lg-6 {
        margin-right: 50%;
    }
    .offset-lg-7 {
        margin-right: 58.33333333%;
    }
    .offset-lg-8 {
        margin-right: 66.66666667%;
    }
    .offset-lg-9 {
        margin-right: 75%;
    }
    .offset-lg-10 {
        margin-right: 83.33333333%;
    }
    .offset-lg-11 {
        margin-right: 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-right: 0;
    }
    .offset-xl-1 {
        margin-right: 8.33333333%;
    }
    .offset-xl-2 {
        margin-right: 16.66666667%;
    }
    .offset-xl-3 {
        margin-right: 25%;
    }
    .offset-xl-4 {
        margin-right: 33.33333333%;
    }
    .offset-xl-5 {
        margin-right: 41.66666667%;
    }
    .offset-xl-6 {
        margin-right: 50%;
    }
    .offset-xl-7 {
        margin-right: 58.33333333%;
    }
    .offset-xl-8 {
        margin-right: 66.66666667%;
    }
    .offset-xl-9 {
        margin-right: 75%;
    }
    .offset-xl-10 {
        margin-right: 83.33333333%;
    }
    .offset-xl-11 {
        margin-right: 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-right: 0;
    }
    .offset-xxl-1 {
        margin-right: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-right: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-right: 25%;
    }
    .offset-xxl-4 {
        margin-right: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-right: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-right: 50%;
    }
    .offset-xxl-7 {
        margin-right: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-right: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-right: 75%;
    }
    .offset-xxl-10 {
        margin-right: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-right: 91.66666667%;
    }
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: solid 1px var(--border-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: right !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: 19px 15px 19px 35px;
    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;
    color: var(--third-color);
}
.nice-select:after {
    border-bottom: 2px solid var(--third-color);
    border-left: 2px solid var(--third-color);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform-origin: 34% 66%;
    -ms-transform-origin: 34% 66%;
    transform-origin: 34% 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;
}
.nice-select.open:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-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.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 {
    right: 0 !important;
    left: 0 !important;
}
.nice-select.right {
    float: left;
}
.nice-select.right .list {
    right: auto;
    left: 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.7);
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 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: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight:500;
    list-style: none;
    outline: none;
    padding-right: 14px;
    padding-left: 14px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s; 
    margin: 0 !important;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color:  #eae9e9;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
/* ============================================= */
/* !!!!          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-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;
    right: 0;
    display: block;
    margin-right: auto;
    margin-left: 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: right;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: left;
}
.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;
    position: absolute;
    bottom: 20px;
    bottom: -50px;
    width: 100%;
}
.slick-dots li:not(:last-child) {
    margin-left: 6px;
}
.slick-dots li {
    display: flex;
    height: 10px;
    width: 10px;
    background: var(--third-color);
    border-radius: 100%;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
    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;
}
.slick-dots li.slick-active {
    width: 27px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--theme-color);
}
.slick-dots li button {
    display: none;
}
.slick-slider .slick-next, .slick-slider .slick-prev{
    display: inline-block;
    vertical-align: middle;
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before{
    display: none;
}
.slick-slider .slick-arrow {
    width: 30px;
    height: 45px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 0;
    padding: 0;
    background-color: var(--third-color);
    -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;
    padding: 12px;
}
.slick-arrow span {
    display: block;
    height: 100%;
    width: 100%;
}
.slick-arrow svg {
    height: 14px;
    width: 14px;
    fill: var(--white);
} 
.slick-slider .slick-prev {
    left:0;
    transform: translateY(-50%) scale(-1);
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-1);
}
.slick-slider .slick-next {
    right: 0;
} 
.slick-lightbox {
    position: fixed;
    top: 0;
    right: 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 {
    right: 15px;
}
.slick-lightbox .slick-next {
    left: 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;
    right: 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-left: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    right: 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;
    left: 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;
    left: 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%;
    right: 0;
    left: 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%;
} 
.slick-lightbox .slick-arrow.slick-prev { 
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
}
.slick-lightbox .slick-arrow:hover, .slick-lightbox .slick-arrow:focus {
    background-color: var(--white);
} 
.slick-slide .nice-select .list {
    max-height: 60px;
    overflow: auto;
    scrollbar-width: none;
}
.slick-slide   .nice-select .option { 
    padding: 5px 15px;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
    display: none;
}
.slick-slide .nice-select .list::-moz-scrollbar {
    display: none;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    text-align: center;
    padding: 15px 30px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--theme-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    position: relative;
    border-radius: 0;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    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-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
} 
.btn svg   {
    max-width: 13px;
    width: 13px;
    margin-right: 8px;
    height: 13px;
}
.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: var(--third-color);
    border-color: var(--theme-color);
    color: var(--white);
}
.btn:focus svg path,
.btn:hover svg path {
    fill: var(--white);
}
.btn.white-btn {
    color: var(--theme-color);
    background-color: var(--white);
}
.btn.white-btn svg path {
    fill: var(--theme-color);
}
.btn.white-btn:hover,
.btn.white-btn:focus {
    color: var(--white);
    border-color: var(--second-color);
    background-color:var(--second-color);
}
.btn.white-btn:hover svg path,
.btn.white-btn:focus svg path {
    fill: var(--white);
} 

.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    border: 1px solid var(--second-color);
    color: var(--second-color);
    background: transparent;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    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: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
}

.btn-ic {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    margin-right: 10px;
    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: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.btn-secondary svg {
    width: 12px;
    height: 12px;
}
.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(--white);
}
.btn-secondary:hover {
    background: var(--theme-color);
    color: var(--white);
}
.btn-secondary.white-btn .btn-ic{
    background: var(--white);
}
.btn-secondary:hover svg path {
    fill: var(--theme-color);
}
.btn-secondary.white-btn {
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-secondary.white-btn:hover .btn-ic {
    background: var(--theme-color);
}
.btn-secondary.white-btn svg path {
    fill: var(--theme-color);
}
.btn-secondary.white-btn:hover {
    border: 1px solid var(--white);
    color: var(--theme-color);
    background: var(--white);
}
.btn-secondary:hover .btn-ic{
    background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
    fill: var(--white);
}
.link-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center; 
    position: relative;
    padding-bottom: 5px;
} 
.link-btn:before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--white);
}
/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--second-color);
}
textarea {
    resize: none;
}
form .row {
    margin: 0 -8px;
}
form .row [class*="col-"] {
    padding: 0 10px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.form-group .nice-select .list,
.form-group .form-control {
    border-radius: 0;
}
sup {
    top: -0.5em;
}
sub,
sup {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-right: 5px;
}
.form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-left: 3px;
}
.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;  
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 0 30px 0 0;
}
.checkbox-custom label:before {
    content: '';
    background-color:transparent;
    border: 1px solid var(--theme-color);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 15px;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox-custom input:checked+label:before { 
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--white);
    border-width: 0px 0 1px 1px;
    transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
}
.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}
/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}
.radio-group label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding-right: 24px;
    color: var(--second-color);
    margin: 0;
    vertical-align: bottom;
}
.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--third-color);
    border-radius: 50%;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    -ms-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--third-color);
    border: 2px solid var(--third-color);
    border-radius: 50%;
    top: 48%;
    right: 1px;
    left: auto;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--third-color);
}
.radio-group input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
    -webkit-transform: translateY(-50%) scale(0.55);
    -moz-transform: translateY(-50%) scale(0.55);
    -ms-transform: translateY(-50%) scale(0.55);
    -o-transform: translateY(-50%) scale(0.55);
}
/***** COMMON CSS ****/
body.active-menu,
body.no-scroll {
    overflow: hidden;
    position: relative;
}
.right-gliter {
    bottom: 0;
    left: 0;
}
.gliter-img {
    position: absolute;
    z-index: -1;
}
.padding-top {
    padding-top: 80px;
}
.padding-bottom {
    padding-bottom: 80px;
}
.section-title {
    margin-bottom: 26px;
}
.subtitle {
    font-weight: 700;
    letter-spacing: 0.3em;
    font-size: 12px;
    margin: 0 0 10px;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.site-header{ 
    position: fixed;
    right: 0;
    left: 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;
    color: var(--second-color);
    box-shadow: 0px 4px 55px rgb(24 58 64 / 12%);
    background-color: var(--white);
}
.main-navigationbar{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.right-side-header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    padding-right: 25px;
}
.logo-col{
    max-width: 150px;
    width: 100%;
}
.logo-col a{
    display: block;
}

.main-nav{
    flex: 1;
    padding-left: 15px;
}
.main-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-nav ul li:not(:last-of-type){
    margin-left: 20px;
}
.main-nav ul li a{
    color: var(--second-color);
}
.main-nav ul li a:hover{
    color: var(--third-color);
    font-weight: bold;
}
.main-navigationbar .menu-right>li {
    padding: 25px 0;
    position: relative;
}
.site-header .menu-dropdown {
    position: absolute;
    top: 100%;
    transform-origin: top;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    z-index: 2;
    padding: 20px;
    border-top: 0;
    -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);
}
.language-header-2: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);
    max-width: 60px;
    left: -15px;
    top: 35px;
}
.language-header-2 .menu-dropdown ul{
    display: block;
    padding: 0;
    border: 0;
}
.language-header-2 .menu-dropdown ul li{
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}
.language-header-2 .menu-dropdown ul li a::after{
    content: "";
    display: none;
}
.main-navigationbar .menu-right>li a svg {
    width: 17px;
    height: 17px;
}

.main-navigationbar .menu-right>li a svg path {
    fill: var(--black);
}
.search-header{
    line-height: 0;
}
.main-navigationbar .count {
    position: absolute;
    top: 50%;
    left: -14px;
    height: 20px;
    width: 19px;
    background: var(--theme-color);
    color: var(--white);
    font-size: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1.36364px solid var(--theme-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: translateY(-50%);
}
.main-navigationbar  .menu-right li:not(:last-of-type) {
    margin-left: 15px;
}
.main-menu-right{
    padding-right: 20px;
}
.main-navigationbar li.language-header>a {
    padding: 3px 15px 3px 0;
    border-radius: 5px;
    display: inline-grid;
    background: transparent !important;
    align-items: center;
}
/* .main-navigationbar li.language-header.i > .menu-dropdown {
    color: var(--third-color);
} */

.main-navigationbar .menu-items-col .main-nav>li.is-open .menu-dropdown, 
.main-navigationbar ul>li.is-open .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);
}
/* .site-header .menu-dropdown ul>li{
    padding: 0 15px 10px;
    margin-left: 0 !important;
}
.site-header .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
} */
.site-header .menu-dropdown ul>li a{
    padding: 8px 0 !important;
    border: 0;
    color: #000;
}
.login-btn-header a{
    padding: 10px 20px !important;
    white-space: nowrap;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-weight: bold;
}
.acnav-label{
    position: relative;
}
.cart-btn-header a{
    padding: 0px;
    position: relative;
    box-shadow: none;
    background-color: var(--theme-color);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
.cart-btn-header a:hover, .login-btn-header a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.cart-count {
    position: absolute;
    font-size: 12px;
    top: -12px;
    left: -12px;
    background-color: var(--third-color);
    color: var(--theme-color);
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.omnisearch {
    width: 100%;
    margin-top: 1.5rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .15s,-webkit-transform .3s;
    transition: opacity .15s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .15s;
    transition: transform .3s,opacity .15s;
    transition: transform .3s,opacity .15s,-webkit-transform .3s;
}
.omnisearch.show {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.omnisearch .container {
    position: relative;
    height: 100%;
}
.omnisearch .omnisearch-form {
    display: block;
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: .375rem;
    width: 680px;
    margin: auto;
}
.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions {
    pointer-events: auto;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #c0ccda;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
}
.omnisearch .omnisearch-form .input-group-text {
    font-size: 1.25rem;
    background: transparent;
}
.focused .input-group {
    -webkit-box-shadow: inset 0 1px 1px rgba(31,45,61,.075),0 0 20px rgba(110,0,255,.1);
    box-shadow: inset 0 1px 1px rgba(31,45,61,.075),0 0 20px rgba(110,0,255,.1);
}
button, input {
    overflow: visible;
}
.input-group {
    position: relative;
    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;
    width: 100%;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.omnisearch .omnisearch-form .form-control {
    display: block;
    height: 68px;
    font-size: 1.25rem;
    padding: 0;
    color: #454545;
    background-color: transparent;
    background-image: none;
    width: 100%;
    flex: 1;
    border: 0;
}
.mask-body-home{
    z-index: 2 !important;
}
.mask-body{
    display: none;
}
.mask-body {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}
.mask-body-dark {
    background: rgba(31,45,61,.3);
}
.active{
    display: block !important;
}
 .mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin: 0 15px 0 0;
}
.mobile-menu-bottom{
    display: none;
}
 .mobile-menu .mobile-menu-button {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: transparent;
    border: none;
}
 .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    backface-visibility: hidden;
    background: var(--third-color);
    -webkit-backface-visibility: hidden;
}
.mobile-menu-wrapper {
    position: fixed;
    z-index: 5;
    background: var(--black);
    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);
    left: 0;
    width: 100%;
    max-width: 400px;
}
.mobile-menu-wrapper.active-menu {
    transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: left;
    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(--white);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: var(--black);
    letter-spacing: 1px;
    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;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li {
    margin-top: 12px;
}
/******* banner css *******/
.home-banner-section{
    padding: 26.6% 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home-banner-section .banner-text {
    margin-right: 175px;
    z-index: 1;
    padding:  0;
    color: #fff;
    text-align: right;
    max-width: 1120px;
}
.home-banner-section .banner-text h2{
    font-size: 57px;
    font-family: var(--first-font);
    max-width: 310px;
}
.home-banner-section .banner-text p{
    margin: 20px 0;
    max-width: 500px;
    font-weight: 300;   
}
.home-banner-section .banner-text a{
    color: var(--third-color);
}
.cart-btn{
    padding: 15px 26px;
    color: var(--white);
    background-color: var(--theme-color);
    font-weight: bold;
    text-align: center;
}
.cart-btn i{
    margin-right: 8px;
}
.cart-btn:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
/********** bestseller section css ************/
.bestseller-section{
    margin: 20px 0;
}
.bestseller-section ul li {
    font-size: 15px;
    position: relative;
    display: inline-block !important;
    margin-bottom: 24px;
    transition: 0.5s ease;
    font-weight: bold;
    color: var(--second-color);
}
.bestseller-section ul li:not(:last-child) {
    margin-left: 40px;
}
.bestseller-section ul li.active{
    color: var(--third-color);
}
.product-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    color: var(--third-color);
    margin-bottom: 30px;
}
.product-card .card-img {
    position: relative;
    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;
}
.product-card .card-img a{
    position: relative;
    display: block;
    padding-top: 90%;
    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;
}
.product-card .card-img a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 15px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    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;
}
.product-card .card-content{
    margin-top: 15px;
}
.product-card .card-content h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.product-card .card-content p{
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
    line-height: 24px;
}
.rating i{
    font-size: 14px;
}
.text-warning {
    color: var(--theme-color)!important;
}
.star {
    color: var(--third-color);
}
.last-btn .cart-btn{
    padding: 9px 22px;
    font-size: 15px;
}
.last-btn .cart-btn:hover{
    color: var(--third-color);
}
.last-btn .heart-btn{
    padding: 9px 10px;
    margin-right: 10px;
    background-color: var(--third-color);
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    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;
}
.last-btn .heart-btn:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.tab-content {
    display: none;
}
.category-section{
    margin-bottom: 20px;
}
.category-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--third-color);
}
.category-title h2{
    margin-top: 24px;
}
.category-title p{
    max-width: 75%;
    margin: 15px 0 50px 0;
    opacity: 0.6;
}
.category-title .cart-btn{
    padding: 15px 30px;
    background-color: var(--third-color);
}
.category-card {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}
.category-card-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: var(--white);
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    padding: 200px 30px 30px 20px;
    align-items: flex-end;
}
.category-card img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all ease-in-out 0.5s;
    object-fit: cover;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.category-card .category-text {
    width: 100%;
}
.category-card .category-text a{
    width: 100%;
    margin-top: 15px;
    padding: 9px 15px;
}
.main-title{
    flex: 1;
}
.time-section{
    background-color: #E5EEF5;
    position: relative;
    margin-bottom: 50px;
}
.time-section .time-content{
    color: var(--third-color);
}
.time-section .time-content p{
    margin: 20px 0;
}
.time-section .time-content .input-box {
    display: flex;
    max-width: 500px;
    width: 100%;
}
.time-section .time-content .input-box input{
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: var(--white);
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    color: var(--black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.time-section .time-content button{
    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;
    font-family: var(--second-font);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: var(--white);
    font-size: 16px;
}
.time-section .time-content button i{
    margin-right: 15px;
}
.testimonial-section{
    margin: 40px 0 60px 0;
}
.testimonial-section .testimonial-title{
    max-width: 570px;
    text-align: center;
    margin: auto;
    color: var(--third-color);
}
.testimonial-section .testimonial-title p{
    margin-top: 15px;
}
.testimonial-slider{
    margin-top: 50px;
}
.testimonial-inner{
    max-width: 80%;
    margin: auto;
}
.testimonial-inner p{
    font-style: italic;
    font-size: 37px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--black);
}
.review-box{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.review-box img{
    width: 40px;
    height: 40px;
}
.review-box h5{
    color: var(--black);
    margin: 10px 0;
}
.review-box h6{
    color: var(--black);
    opacity: 0.6;
}
.slick-arrow svg path{
    fill: var(--white);
}
.store-promotions{
    padding-top: 70px;
}
.store-promotions .row{
    justify-content: center;
}
.store-promotions-box{
    color: var(--black);
    margin-bottom: 20px;
}
.store-promotions-box h4 i{
    color: var(--theme-color);
    margin-left: 15px;
    font-size: 30px;
}
.store-promotions-box p{
    margin-top: 15px;
    max-width: 75%;
}
.client-logo {
    margin-top: 50px;
}
.client-logo .row{
    justify-content: center;
}
.client-logo a{
    margin: 10px;
}
/******** footer **********/
.footer{
    margin-top: 50px;
}
.footer-top{
    border-top: 1px solid var(--border-color);
    padding: 40px 0;
}
.footer-top .footer-link-1 a img{
    margin-bottom: 24px;
}
.footer-top .footer-link-1 p{
    max-width: 60%;
}
.contact-us{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.footer-top .footer-link-1 .contact-us p{
    max-width: 100%;
}
.contact-us i{
    font-size: 40px;
    color: var(--theme-color);
    margin-left: 10px;
}
.contact-us div{
    color: var(--third-color);
}
.contact-us div a{
    font-size: 30px;
}
.footer-link-2 h6{
    color: var(--theme-color);
    margin-bottom: 16px;
}
.footer-link-2 ul li a{
    font-size: 14px;
    font-family: var(--second-font);
}
.footer-link-2 ul li:not(:last-child) {
    margin-bottom: 5px;
}
.footer-bottom{
    border-top: 1px solid var(--border-color);
    padding: 10px 0;
}
.social-link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.social-link li{
    font-size: 16px;
}
.footer-link-2 ul li a:hover{
    color: var(--theme-color);
}
/********* contact us ********/
.contact-content{
    text-align: right;
    margin-top: 150px;
}
.contact-content h4{
    color: var(--black);
    margin-bottom: 30px;
    font-size: 26px;
}
.contact-content h6{
    color: var(--black);
    margin-bottom: 15px;
}
.contact-content p{
    font-size: 16px;
    margin-bottom: 15px;
}
/******* blog page *********/
.blog-section{
    padding-top: 80px;
}
.blog-card {
    width: 100%;
    display: flex;
    padding: 0 15px;
    height: 100%;
}
.blog-card-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: var(--white);
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    padding: 100px 30px 30px 20px;
    align-items: flex-end;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.blog-card img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all ease-in-out 0.5s;
    object-fit: cover;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.blog-card .blog-content {
    width: 100%;
    text-align: center;
    z-index: 1;
}
.blog-card .blog-content h3{
    font-weight: normal;
}
.blog-card-inner:hover{
    -webkit-transform: scale(1.1)!important;
    -ms-transform: scale(1.1)!important;
    transform: scale(1.1)!important;
}
.blog-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    background-color: var(--black);
    opacity: 0.4;
    height: 100%;
}
.blog-card-inner:hover::before {
    width: 100%;
}
/********* login page css *********/
.login-section{
    position: relative;
    padding: 55px 0 60px;
}
.bg-image{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    top: 0;
    right: 0;
    align-items: flex-end;
    display: flex;
}
.login-form h3{
    font-weight: normal;
    color: var(--black);
    margin-bottom: 30px;
}
.login-form label{
    font-size: 16px;
}
.login-form input{
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    font-size: 16px;
}
.last-btns{
    display: flex;
    margin: 50px 0 30px 0;
}
.login-btn{
    padding: 12px 30px;
    background-color: var(--theme-color);
    color: var(--white);
    font-weight: 600;
    margin-left: 20px;
    text-align: center;
}
.last-btns p {
    max-width: 70%;
    font-weight: 600;
    padding: 0px 20px 0px 20px;
}
.last-btns p a{
    color: var(--theme-color);
}
.register-btn{
    text-align: center;
}
.register-btn a{
    color: var(--theme-color);
}
.bg-image-2{
    align-items: center;
}
/******** empty cart *******/
.empty-cart-section{
    padding-top: 80px;
}
.empty-cart{
    text-align: center;
}
.empty-cart svg{
    max-width: 250px;
    height: auto;
    margin: 0 auto 50px;
}
.fill-primary {
    fill: #6e00ff!important;
}
.empty-cart h4{
    margin: 20px 0;
    color: var(--third-color);
}
.empty-cart p{
    margin: 20px 0;
    color: var(--third-color);
}
.empty-cart a{
    line-height: 1;
    margin: 40px 0;
}
.empty-cart a i{
    margin-left: 8px;
}
/******** cart page *********/
.cart-section{
    padding-top: 80px;
}
.cart-title h2{
    color: var(--third-color);
}   
.cart-btns{
    display: flex;
    width: 100%;
    justify-content: end;
}
.cart-btns a{
    padding: 12px 30px;
    background-color: var(--second-color);
    color: var(--white);
    min-width: 250px;
    text-align: center;
}
.cart-btns a.active-btn, .cart-btns a:hover{
    background-color: var(--theme-color);
}
.cart-btns a:not(:last-child){
    margin-left: 15px;
}
.cart-tble{
    margin: 50px 0 30px;
}
table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
    color: var(--third-color);
}
table tr {
    padding: 20px 0 0;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
table tr th:first-child, table tr td:first-child {
    padding-right: 0;
}
.cart-tble tbody{
    position: relative;
}
.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(--third-color);
}
.qty-spinner input {
    border: 0;
    flex: 1;
    width: 29px;
    color: var(--third-color);
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}
table tr th, table tr td {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
table tr td {
    display: block;
    text-align: center;
    padding: 0 0 20px;
}
.cart-section table tr td img{
    margin: auto;
}
table tr th {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    font-weight: 700;
    text-transform: uppercase;
}
.pro-img-cart {
    max-width: 100px;
}
.remove-btn {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    font-size: 24px;
    line-height: 24px;
}
.checkout-box{
    background-color: var(--theme-color);
    padding: 20px;
}
.checkout-btn{
    padding: 12px 30px;
    background-color: var(--white);
    text-align: center;
    color: var(--theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.checkout-btn i{
    margin-right: 8px;
}
.checkout-btn:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.checkout-box span{
    color: var(--white);
    font-weight: bold;
}
.checkout-box span:last-child{
    font-size: 30px;
    margin-right: 15px;
}
.price-bar{
    display: flex;
    align-items: center;
    justify-content: end;
}
.fade:not(.show) {
    opacity: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.show{
    opacity: 1;
    display: block;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}
.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.fade {
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.modal-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 8px rgba(31,45,61,.5);
    box-shadow: 0 4px 8px rgba(31,45,61,.5);
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eff2f7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button.close span{
    font-size: 20px;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 24px;
}
.checkout-popup {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.checkout-popup a{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 12px 26px;
    margin: 10px 0;
}
.cart-head{
    margin-bottom: 50px;
}
.customer-info{
    margin-bottom: 20px;
}
.customer-info h5{
    color: var(--third-color);
    margin-bottom: 10px;
}
.cart-section .form-group label{
    font-size: 16px;
    color: var(--third-color);
}
.cart-section .form-group input{
    font-size: 16px;
    color: var(--third-color);
}
.addres-btn{
    display: flex;
    justify-content: end;
    gap: 15px;
}
.shiping-type h5{
    color: var(--third-color);
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}
.shiping-type .radio-group span{
    font-size: 16px;
    color: var(--third-color);
    font-weight: normal;
}
.shiping-type .radio-group:not(:last-of-type){
    margin-bottom: 15px;
}
.coupon-form {
    margin: 30px 0;
}
.coupon-form .coupon-header {
    border-bottom: 1px solid var(--border-color);
    padding: 10px;
    color: var(--third-color);
}
.coupon-body {
    padding: 15px 0;
}
.coupon-body  .btn-wrapper {
    margin-top: 15px;
    text-align: left;
}
.mini-cart{
    color: var(--third-color);
}
.mini-cart .mini-cart-header {
    border-bottom: 1px solid var(--border-color);
    padding: 10px;
}
.mini-cart-header {
    margin-bottom: 15px;
}
.mini-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid var(--border-color);
}
.mini-cart-image {
    width: 80px;
}
.mini-cart-image a {
    display: block;
    position: relative;
    padding-top: 88%;
}
.mini-cart-image a img {
    top: 0;
    width: 100%;
    object-fit: scale-down;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
}
.mini-cart-details {
    flex: 1;
    width: 100%;
    padding: 10px 15px 10px 10px;
}
.mini-cart-title {
    margin-bottom: 8px;
    font-weight: 600;
}
.mini-cart-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-price, .price {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.mini-cart-footer {
    padding: 20px 0 0;
}
.mini-cart-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    margin-bottom: 10px;
}
.mini-cart-footer-total-row {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
    background: var(--theme-color);
    padding: 15px 0;
    color: var(--black);
}
.mini-cart-footer-total-row div {
    padding: 0 10px;
}
/***** paymeny form ******/
.payment-method {
    padding: 20px 30px;
    box-shadow: -1px 0px 15.4815px rgb(0 0 0 / 8%);
    border-radius: 10px;
    position: relative;
    border: 1px solid var(--border-color);
    background: var(--white);
    color: var(--black);
}
.payment-method:not(:last-of-type) {
    margin-bottom: 30px;
}
.payment-title {
    margin-bottom: 20px;
}
.payment-image {
    flex: 1;
    justify-content: flex-end;
}
.payment-image img:not(:last-of-type) {
    margin-left: 5px;
}
.payment-image img {
    max-width: 50px;
    width: 100%;
}
.payment-method input {
    border-color: var(--third-color);
}
.payment-method-form .form-group label{
    color: var(--black);
}
.payment-method-form .form-group:last-child {
    margin-bottom: 0;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
}
.file-upload.btn svg {
    margin-left: 15px;
    margin-right: 0;
    max-width: 20px;
    width: 20px;
    height: 20px;
}
.payment-method .payment-image.extra-size img {
    max-width: 90px;
}
.payment-method .btn{
    margin-top: 30px;
}

.star.text-primary {
    color: var(--theme-color);
}
.wishlist_count{
    top: 15px !important;
}
.variant-select{
    max-width: 200px;
    width: 100%;
    margin: 15px 0;
}

.form-footer>*:not(:last-of-type){
    margin-right: 15px;
}
.bg-primary{
    background: var(--theme-color);
}
.toast-body{
    padding: 15px 40px 15px 15px;
}
.text-white{
    color: var(--white) !important;
}
.toast .btn-close{
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    top: 30% !important;
    border-radius: 10px;
    opacity: 0.5;
}

.bg-danger{
    background: red !important;
}
.modal-footer{
    display: flex;
    width: 200px;
    justify-content: space-around;
    padding-bottom: 10px;
}
.modal-footer .btn-primary{
    background-color: var(--theme-color);
}
.modal-footer .btn-danger{
    background-color: red;
}
.product-detail{
    position: relative;
}
.heart-btn {
    position: absolute;
    top: 0;
    left: 0;
}
.product-review a:last-child {
    background-color: var(--third-color);
    margin-left: auto;
    border-radius: 7px;
    padding: 8px 20px;
    color: white;
}
.product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px 0;
}
.product-price .price {
    font-size: 24px;
    color: var(--third-color);
}
.card-price, .price {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
del {
    color: var(--primary-color);
    opacity: 0.6;
    text-decoration: line-through;
    font-size: 14px;
}
.product-detail h2 {
    color: var(--third-color);
    margin: 15px 0;
}
.product-review {
    display: flex;
    align-items: center;
}
.product-review a:first-child {
    margin-left: 20px;
    background-color: var(--theme-color);
}
.product-review a {
    padding: 10px;
    color: var(--white);
    text-transform: uppercase;
}
.star.text-primary {
    color: var(--theme-color);
}
.product-detail p {
    font-size: 16px;
    line-height: 27px;
    color: var(--third-color);
}
.product-review p {
    margin-right: 20px;
}
.product-detail ul li {
    font-weight: normal;
    color: var(--black);
    margin-bottom: 15px;
}
.product-detail ul li span {
    color: var(--third-color);
}
.set {
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.set .acnav-label {
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    color: var(--third-color);
    font-family: var(--second-font);
}
.set .acnav-label:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url(../images/menu-arrow.svg);
    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;
}
.product-description .tab-bar ul li.active a {
    background-color: var(--theme-color);
    color: var(--white);
}
.product-description .tab-bar ul li a {
    padding: 15px 30px;
    background-color: var(--grey-color);
    color: var(--third-color);
}
.active {
    display: block !important;
}
.product-description .tab-bar ul {
    display: flex;
}
.tabs-container {
    margin: 20px 0;
}
.set .acnav-list {
    padding: 20px;
    border-top: 1px solid var(--border-color);
}
.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}
.main-navigationbar .menu-right>li.set, .mobile-menu-bottom ul li.set {
    border: 0;
    margin: 0;
}
.main-navigationbar .menu-right li:not(:last-of-type) {
    margin-left: 15px;
}

.order-detail-card {
    border: 1px solid var(--border-color);
    background: var(--white);
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    height: 100%;
}
.detail-header {
    padding: 15px 15px;
    border-bottom: 1px solid var(--border-color);
}
.order-summery  li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px;
}
.order-summery li:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.row-gap [class*="col-"] {
    margin-top: 30px;
}
.address-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    padding: 10px 15px;
}
.address-info li .address-left {
    flex: 1;
    padding-right: 10px;
}
.address-info li .address-right {
    color: #8492a6;
}
.order-table table tr td {
    padding: 15px 24px !important;
}
.order-table table tr th {
    padding: 12px 24px;
}
.pending-btn a {
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: var(--third-color);
    color: var(--white);
    margin-bottom: 15px;
}
.order-table .table-btn {
    padding: 10px 15px;
    background-color: var(--theme-color);
    color: var(--white);
    border: 0;
    border-radius: 24px;
    margin-left: 15px;
}

.total-rated-product .section-title h2{
    color: var(--third-color);
}
.review-top p{
    margin-right: 10px;
}
.product-description .review-box-bottom .rating-pdp {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    padding-left: 10px;
    margin: 10px 0px;
}
.order-detail-card .detail-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
}
.review-scroll{
    max-height: 200px;
    height: 100%;
    overflow-y: auto;
}
/* custom scroll */
.review-scroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

/* Add a thumb */
.review-scroll::-webkit-scrollbar-thumb {
    background: var(--theme-color);
}


.serch-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--theme-color);
    position: absolute;
    right: 0px;
    top: -65px;
}
