/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   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');

:root .theme1-v1 {
    --first-font: 'Nunito', sans-serif;
    --second-font: 'Poppins', sans-serif;
    --theme-color: #92BD88;
    --second-color: #8492a6;
    --third-color: #273444;
    --grey-color: #efefef;
    --border-color: #dcdee1;
    --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);
}


:root .theme1-v2 {
    --first-font: 'Nunito', sans-serif;
    --second-font: 'Poppins', sans-serif;
    --theme-color: #276968;
    --second-color: #8492a6;
    --third-color: #273444;
    --grey-color: #efefef;
    --border-color: #dcdee1;
    --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);
}


:root .theme1-v3 {
    --first-font: 'Nunito', sans-serif;
    --second-font: 'Poppins', sans-serif;
    --theme-color: #AF8637;
    --second-color: #8492a6;
    --third-color: #273444;
    --grey-color: #efefef;
    --border-color: #dcdee1;
    --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);
}

:root .theme1-v4 {
    --first-font: 'Nunito', sans-serif;
    --second-font: 'Poppins', sans-serif;
    --theme-color: #E7D7BD;
    --second-color: #8492a6;
    --third-color: #273444;
    --grey-color: #efefef;
    --border-color: #dcdee1;
    --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);
}

:root .theme1-v5 {
    --first-font: 'Nunito', sans-serif;
    --second-font: 'Poppins', sans-serif;
    --theme-color: #B7786F;
    --second-color: #8492a6;
    --third-color: #273444;
    --grey-color: #efefef;
    --border-color: #dcdee1;
    --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%;
}

/* 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(--black);
}

/* ============================================= */
/* !!!!         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: left !important;
}

.text-right {
    text-align: right !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-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: 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: 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: 19px 35px 19px 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;
    color: var(--third-color);
}

.nice-select:after {
    border-bottom: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
    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;
}

.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 {
    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.7);
    box-sizing: border-box;
    margin-top: 0;
    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: 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-left: 14px;
    padding-right: 14px;
    text-align: left;
    -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;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    bottom: 20px;
    bottom: -30px;
    width: 100%;
}

.slick-dots li:not(:last-child) {
    margin-right: 9px;
}

.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: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 0;
    padding: 0;
    background-color: var(--theme-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;
    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%;
}

.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 25px;
    /* font-family: var(--first-font); */
    color: var(--white);
    background-color: var(--theme-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    border: 1px solid var(--theme-color);
    position: relative;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    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: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    /* z-index: 1; */
}

.btn svg {
    max-width: 13px;
    width: 13px;
    margin-left: 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(--theme-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 25px;
    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: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
}

.btn-ic {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    margin-left: 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;
    left: 0;
    right: 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); */
    color: var(--black);
}

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: 5px;
}

sup {
    top: -0.5em;
}

sub,
sup {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-left: 5px;
}

.form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-right: 3px;
}

.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 0 30px;
}

.checkbox-custom label:before {
    content: '';
    background-color: transparent;
    border: 1px solid var(--theme-color);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.checkbox-custom input:checked+label:before {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}

/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.radio-group label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding-left: 24px;
    color: var(--second-color);
    margin: 0;
    vertical-align: bottom;
}

.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--second-color);
    border-radius: 50%;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    -ms-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.radio-group label::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--second-color);
    border: 2px solid var(--second-color);
    border-radius: 50%;
    top: 45%;
    left: 1px;
    right: auto;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    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(--second-color);
}

.radio-group input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
    -webkit-transform: translateY(-50%) scale(0.55);
    -moz-transform: translateY(-50%) scale(0.55);
    -ms-transform: translateY(-50%) scale(0.55);
    -o-transform: translateY(-50%) scale(0.55);
}

/***** COMMON CSS ****/
body.active-menu,
body.no-scroll {
    overflow: hidden;
    position: relative;
}

.right-gliter {
    bottom: 0;
    right: 0;
}

.gliter-img {
    position: absolute;
    z-index: -1;
}

.padding-top {
    padding-top: 40px;
}

.padding-bottom {
    padding-bottom: 40px;
}

.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;
    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;
    /* color: var(--second-color); */
    color: var(--theme-color);
    box-shadow: 0px 4px 55px rgb(24 58 64 / 12%);
    background-color: var(--white);
}

.header-top {
    color: var(--second-color);
    padding: 10px 0;
    background-color: var(--grey-color);
}

.header-top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-left p {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--second-font);
}

.header-top-left p i {
    margin-right: 5px;
    color: var(--theme-color);
}

.header-top-right ul {
    display: flex;
    gap: 15px;
}

.header-top-right ul li a {
    font-size: 14px
}

.header-top-right ul li a b {
    color: var(--theme-color);
}

.main-navigationbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.right-side-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    padding-left: 50px;
}

.logo-col {
    max-width: 150px;
    width: 100%;
}

.logo-col a {
    display: block;
}

.main-nav {
    flex: 1;
    padding-right: 15px;
}

.main-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.main-nav ul li:not(:last-of-type) {
    margin-right: 15px;
}

.main-nav ul li a {
    /* color: var(--second-color); */
    color: var(--theme-color);
}

.main-nav ul li a:hover {
    /* color: var(--theme-color); */
    color: var(--second-color);
    font-weight: 600;
}

.header-search {
    max-width: 270px;
    width: 100%;
    padding: 15px 0;
}

.header-search form {
    position: relative;
}

.header-search form input {
    width: 100%;
    height: 45px;
    padding: 15px 20px 15px 50px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: var(--grey-color);
    border-color: var(--grey-color);
}

.header-search form .search-btn {
    position: absolute;
    top: 50%;
    left: 15px;
    background: transparent;
    border: 0;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header-search form .search-btn svg {
    width: 20px;
    height: 20px;
}

.login-btn {
    padding: 10px 15px !important;
    background-color: var(--grey-color);
    margin-right: 15px;
}

.main-navigationbar .menu-right>li {
    padding: 25px 0;
    position: relative;
}

.main-navigationbar .menu-right>li.search-header a,
.main-navigationbar .menu-right>li.wishlist-btn a,
.main-navigationbar .menu-right>li.cart-header a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
}

.main-navigationbar .menu-right>li.cart-header a {
    border: 1px solid var(--second-color);
}

.site-header .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    transform-origin: top;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    min-width: 160px;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 10px 0;
    border-top: 1px solid var(--border-color);
}

.main-navigationbar .menu-right>li.set,
.mobile-menu-bottom ul li.set {
    border: 0;
    margin: 0;
}

.main-navigationbar .menu-right>.login-btn-header.set .acnav-label:after {
    /* border-bottom: 2px solid var(--second-color); */
    border-bottom: 2px solid var(--theme-color);
    border-top: 0;
}

.main-navigationbar .menu-right>li a svg {
    width: 17px;
    height: 17px;
}

.main-navigationbar .menu-right>li a svg path {
    fill: var(--theme-color);
}

.main-navigationbar .count {
    position: absolute;
    top: 10% !important;
    right: -14px;
    height: 20px;
    width: 19px;
    /* background: var(--theme-color); */
    background: var(--second-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); */
    border: 1.36364px solid var(--second-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-right: 15px;
}

.main-menu-right {
    padding-left: 20px;
}

.cart-header a {
    /* background-color: var(--theme-color); */
    background-color: var(--second-color);
    color: var(--white);
}

.wishlist-btn a {
    background-color: var(--grey-color);
    color: var(--theme-color);
    border-color: var(--grey-color) !important;
}

.main-navigationbar li.language-header>a {
    padding: 3px 0 3px 0;
    border-radius: 5px;
    display: inline-grid;
    background: transparent !important;
    align-items: center;
}

.login-btn-header a {
    padding: 10px 30px 10px 20px !important;
    white-space: nowrap;
    border-radius: 5px;
    /* color: var(--second-color); */
    color: var(--theme-color);
    background-color: var(--grey-color);
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.login-btn-header .menu-dropdown ul li {
    border-bottom: 0 !important;
    padding: 0 !important;
}

.login-btn-header .menu-dropdown ul li a {
    padding: 0 15px 0 0 !important;
    border: 0;
    color: var(--black);
    background-color: transparent !important;
    font-weight: 500 !important;
}

.login-btn-header .menu-dropdown ul li a:after {
    display: none;
}

.language-header a::after,
.mobile-menu-bottom ul li a:after {
    display: none !important;
}

.main-navigationbar .profile-header.has-item>a,
.main-navigationbar .language-header.has-item a {
    padding-right: 30px;
}

.main-navigationbar .menu-right>li.search-header {
    display: none;
}

.site-header .menu-dropdown ul>li {
    padding: 0 15px 10px;
    margin-right: 0 !important;
}

.site-header .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.main-navigationbar .menu-right>li.wishlist-header,
.main-navigationbar .menu-right>li.cart-header {
    margin-right: 25px;
}

.omnisearch {
    width: 100%;
    margin-top: 1.5rem;
    position: fixed;
    top: 0;
    left: 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: 4;
    background: #fff;
    border-radius: .375rem;
    max-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;
}

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

.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 {
    display: none;
}

.mask-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}

.mask-body-dark {
    background: rgba(31, 45, 61, .3);
}

.active {
    display: block !important;
    opacity: 1 !important;
}

.mobile-menu {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin: 0 0 0 15px;
}

.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;
    left: 0;
    right: 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);
    right: 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: 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(--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;
}

.mobile-menu-bottom ul 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);
    max-width: 60px;
    right: 0;
    left: 0;
    top: 100%;
}

.language-header-2 .menu-dropdown ul,
.login-btn-header .menu-dropdown ul {
    display: block;
    padding: 0;
    border: 0;
}

.language-header-2 a svg path {
    fill: var(--theme-color);
}

/********* banner section *************/
.main-home-first-section {
    /* padding: 120px 0; */
    padding-top: 120px;
    padding-bottom: 20px;
    color: var(--white);
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.banner-content {
    max-width: 610px;
    margin: auto;
    padding: 20px;
    background: rgba(32, 30, 30, 0.30);
    margin-bottom: 20px;
    border-radius: 10px;
}

.banner-content h1 {
    /* color: var(--theme-color); */
    color: var(--white);
    margin-bottom: 20px;
}

.banner-content .btn {
    margin-top: 20px;
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.main-home-first-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--third-color);
    opacity: 0.3;
    z-index: -1;
}

/******** store-promotions ***********/
.store-promotions-box {
    font-size: 18px;
}

.store-promotions-box i {
    font-size: 34px;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.store-promotions-box h4 {
    margin-bottom: 12px;
    color: var(--theme-color);
}

.bestseller-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bestseller-title h2 {
    /* color: var(--theme-color); */
    font-weight: 500;
}

.bestseller-title select {
    font-weight: 700;
}

.bestseller-section ul {
    background-color: var(--white);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 0px 12px 5px #0201010d;
}

.bestseller-section ul li {
    font-size: 15px;
    position: relative;
    display: inline-block !important;
    transition: 0.5s ease;
    font-weight: 500;
    color: var(--second-color);
}

.bestseller-section ul li a {
    padding: 15px;
}

.bestseller-section ul li.active a {
    background-color: var(--theme-color);
    color: var(--white);
}

.tabs-container {
    margin-top: 30px;
}

.product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: var(--third-color);
    box-shadow: 0px 2px 145px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.product-card:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.tab-content .col-lg-3:not(:last-of-type) .product-card {
    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:not(.wishlist-icon) {
    position: relative;
    display: block;
    padding-top: 80%;
    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;
    left: 0;
    right: 15px;
    height: 100%;
    width: 100%;
    /* object-fit: contain; */
    object-fit: cover;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.product-card:hover .card-img a 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-card .card-content {
    padding: 15px;
}

.product-card .card-content h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-card:hover .card-content .card-label a {
    color: var(--white);
}

.product-card .last-btn {
    display: flex;
    justify-content: space-between;
}

.product-card .last-btn > * {
    flex: 0 0 auto !important;
}

.product-card .last-btn .price {
    width: 60%;
    align-items: flex-start;
}

.product-card .last-btn .view-btn {
    margin-right: 5px;
}

.rating {
    margin-bottom: 5px;
}

.rating i {
    font-size: 10px;
}

.card-price,
.price {
    display: flex;
    align-items: center;
    font-size: 20px;
    /* justify-content: center; */
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.product-card .view-btn {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--second-color);
    font-weight: bold;
    text-align: center;
    padding: 12px 26px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.product-card:hover .view-btn {
    background-color: var(--white);
    color: var(--second-color);
}

.product-card .cart-btn {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--theme-color);
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.product-card:hover .cart-btn {
    background-color: var(--white);
    color: var(--theme-color);
}

.last-btn {
    display: flex;
    justify-content: space-between;
}

.text-warning {
    color: #ffab00 !important;
}

.card-content p {
    margin-bottom: 10px;
}

.heart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--theme-color);
    background: var(--border-color);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.tab-content {
    display: none;
}

.subcribe-section {
    margin-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

.subcribe-section .subcribe-inner {
    padding: 150px 0;
    text-align: center;
    color: var(--white);
}

.subcribe-section .subcribe-inner h2 {
    margin-bottom: 15px;
}

.subcribe-section .subcribe-inner .input-box {
    display: flex;
    max-width: 500px;
    width: 100%;
    margin: 30px auto 0;
}

.subcribe-section .subcribe-inner .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;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.subcribe-section .subcribe-inner 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;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.subcribe-section .subcribe-inner button i {
    margin-left: 15px;
}

.top-product-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-product-title h2 {
    color: var(--theme-color);
    font-weight: 600;
    flex: 1;
}

.showmore-btn {
    padding: 12px 30px;
    /* background-color: var(--theme-color); */
    background-color: var(--second-color);
    color: var(--white);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.top-product-title {
    margin-bottom: 30px;
}

.top-product .product-card {
    margin-bottom: 0;
}

.main-title {
    text-align: center;
}

/* .main-title h1 {
    color: var(--theme-color);
    font-weight: 800;
}

.main-title h2 {
    color: var(--theme-color);
    font-weight: 500;
} */

.main-title p {
    margin: 15px auto 50px;
    max-width: 50%;
}

.category-card {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 20px;
}

.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 20px 30px 30px;
    align-items: flex-end;
}

.category-card-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.4;
}

.category-card img {
    position: absolute;
    top: 0;
    left: 0;
    right: 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%;
    z-index: 1;
}

.category-card .category-text h3 {
    font-family: var(--second-font);
    font-weight: normal;
    color: var(--white);
}

.category-card .category-text p {
    margin: 10px 0;
}

.testimonial-slider {
    margin: 0 -10px;
}

.testimonial-card {
    padding: 0 10px;
}

.testimonial-card-inner {
    border: 1px solid var(--theme-color);
    padding: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.testimonial-card p {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.testi-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.avtar-img {
    max-width: 50px;
}

.testi-content-bottom h5 {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
}

.testi-content-bottom h6 {
    font-weight: 500;
}

.client-logo .row {
    justify-content: center;
}

.client-logo-itm {
    display: flex !important;
    justify-content: center;
    padding: 0 20px;
}

.client-logo img {
    width: 130px;
}

.client-logo a {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/******* footer css ******/
.footer {
    margin-top: 60px;
}

.footer-top {
    border-top: 1px solid var(--border-color);
    padding: 40px 0;
}

.footer-link-2 h6 {
    /* color: var(--theme-color); */
    margin-bottom: 16px;
}

.footer-link-2 ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-link-2 ul li a {
    font-size: 14px;
    font-family: var(--second-font);
}

.footer-link-2 ul li a:hover {
    color: var(--theme-color);
}

.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-1 a {
    max-width: 150px;
}

.product-row {
    margin-top: -30px;
}

.product-row [class*="col-"] {
    margin-top: 30px;
}

/**** model popup ******/
.modal-popup {
    position: fixed;
    background: rgb(0 0 0 / 82%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 5;
    padding: 30px 30px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.modal-popup.active,
.modal-popup.in,
.modal-popup.show {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}

.modal-dialog-inner {
    max-width: 800px;
    margin: auto;
}

.modal-dialog-inner.lg-dialog {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.popup-content {
    background: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 12px 29px rgb(144 122 255 / 28%);
    color: var(--third-color);
    padding: 20px;
}

.popup-content .popup-header {
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.close-button {
    position: absolute;
    top: 20px;
    left: auto;
    right: 15px;
    border: 0;
    background: transparent;
    opacity: 1;
}

.close-button svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.close-button svg path {
    fill: var(--black);
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 24px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body {
    padding: 20px;
}

.form-container-title {
    margin-bottom: 15px;
}

.upload-btn-wrapper {
    position: relative;
    display: inline-block;
}

.modal-body .upload-btn-wrapper {
    display: block;
}

.modal-body form label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.file-upload.btn {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    height: 53px;
    z-index: 1;
    background-color: var(--theme-color);
    color: var(--white);
}

.file-upload.btn svg {
    margin-right: 15px;
    margin-left: 0;
    max-width: 20px;
    width: 20px;
    height: 20px;
}

.file-upload.btn svg {
    margin-right: 15px;
    margin-left: 0;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
}

.modal-body form .form-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/****** about us *********/
.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-card {
    width: 100%;
    display: flex;
    height: 100%;
}

.blog-row [class*="col-"] {
    padding: 0 10px;
    margin-top: 20px;
}

.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: 120px 20px 30px 30px;
    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;
    left: 0;
    right: 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 {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.blog-card .blog-content h3 {
    font-weight: normal;
}

.blog-card-inner:hover .blog-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.blog-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background-color: var(--black);
    opacity: 0.4;
    height: 100%;
}

.blog-card-inner:hover::before {
    width: 100%;
}

/************ article page **************/
.article-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: var(--third-color);
}

.article-inner img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}

.article-title h5 {
    margin-bottom: 0 !important;
}

.article-inner h5 {
    color: var(--black);
    margin-bottom: 15px;
}

.article-inner p {
    margin-bottom: 20px;
}

/******* cart page **********/
/******** 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-right: 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-right: 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;
}
.cart-tble tbody{
    position: relative;
}
.cart-tble tr th:first-child, .cart-tble tr td:first-child {
    width: 90px;
    margin: auto;
}
.cart-tble tr th, .cart-tble tr td {
  width: 233px;
}
.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: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
}
table tr th:first-child, table tr td:first-child {
    padding-left: 0;
}
.cart-section   table tr td {
    text-align: left;
    padding: 0 0 20px;
    vertical-align: middle;
}
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;
}

.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-left: 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-left: 15px;
}

.price-bar {
    display: flex;
    align-items: center;
    justify-content: end;
}

.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    top: 0;
    left: 0;
    align-items: flex-end;
    display: flex;
}

.bg-image-2 {
    align-items: center;
}

.cart-btn {
    padding: 12px 26px;
    color: var(--white);
    background-color: var(--theme-color);
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.cart-btn:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}






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

.cart-section .form-group select {
    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 0;
    color: var(--third-color);
}

.coupon-body {
    padding: 15px 0 0 0;
}

.coupon-body form .btn-wrapper {
    margin-top: 15px;
    text-align: right;
}

.internal-box {
    background: var(--white);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border-radius: 10px;
    overflow: hidden;
}

.internal-box-body {
    padding: 20px 0;
}

.internal-header {
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--third-color);
}

.coupon-form .input-wrapper {
    margin-bottom: 15px;
}

.mini-cart-item {
    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);
    padding: 15px 10px 10px 10px;
    background-color: transparent;
}

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

.mini-cart-image {
    width: 80px;
}

.mini-cart-image a {
    padding-top: 102%;
    position: relative;
    display: block;
}

.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 {
    margin-bottom: 8px;
    font-weight: 600;
}

.mini-cart-details .price {
    display: flex;
    align-items: center;
    font-size: 16px;
    flex-wrap: wrap;
    font-weight: 600;
}

.mini-cart-footer-total-row {
    font-size: 16px;
    background: #ECECEC;
    padding: 15px 15px;
}

.cart-summery li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 15px;
}

.cart-summery li:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}

.mini-cart-body {
    padding: 20px 0;
}

.remove_item svg path {
    fill: red;
}

.customer-info {
    margin-bottom: 15px;
}

.customer-info h5 {
    margin-bottom: 10px;
}

.customer-info p {
    font-size: 14px;
}

.btn.next-btn {
    background: var(--theme-color);
    color: var(--second-color);
    border-color: var(--theme-color);
}

.pagination-btn {
    margin-top: 15px;
}

.pagination-btn .btn {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.pagination-btn .btn:not(:last-of-type) {
    margin-right: 15px;
}


.payment-method {
    padding: 20px 30px;
    box-shadow: 1px 0px 15.4815px rgb(0 0 0 / 8%);
    border-radius: 10px;
    position: relative;
    color: var(--third-color);
}

.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 {
    max-width: 50px;
    width: 100%;
}

.payment-image img:not(:last-of-type) {
    margin-right: 5px;
}

.payment-method-form .form-group:last-child {
    margin-bottom: 0;
}

.payment-method-form {
    margin-top: 30px;
}

.payment-method .payment-image.extra-size img {
    max-width: 90px;
}

.payment-method-form .upload-btn-wrapper {
    display: inline-block;
}

/*********** PDP PAGE CSS ***********/
.pdp-main-slider {
    margin: 0 -10px;
}

.pdp-main-itm {
    padding: 0 10px;
}

.pdp-itm-inner {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}

.pdp-thumb-inner svg,
.pdp-thumb-inner video,
.pdp-thumb-inner iframe,
.pdp-thumb-inner img,
.pdp-itm-inner svg,
.pdp-itm-inner video,
.pdp-itm-inner iframe,
.pdp-itm-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
    border-radius: 10px;
}

.pdp-thumb-slider {
    max-width: 70%;
    width: 100%;
    margin: 30px auto 0;
}

.pdp-thumb-itm {
    padding: 0 5px;
}

.pdp-thumb-inner {
    padding-top: 85%;
    position: relative;
    width: 100%;
    border-radius: 10px;
    border: 2px solid var(--white);
}

.review-box-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eff2f7;
    border-bottom: 1px solid #eff2f7;
    padding: 15px 0px;
    margin: 20px 0px;
}

.review-box-2 h5 {
    font-size: 24px;
    color: var(--second-color);
}

.review-box-2 h5 b {
    color: var(--theme-color);
    font-weight: bold;
}

.review-box-2 h5 span {
    color: var(--third-color);
}

.review-box-2 a {
    background-color: var(--theme-color);
    padding: 8px 10px;
    color: var(--white);
    line-height: 1;
}

.review-star {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review-star .product-rating i,
.customer-product-review .product-rating .rating-pdp i {
    color: var(--black);
}

.review-star .product-rating i.text-primary,
.customer-product-review .product-rating .rating-pdp i.text-primary {
    color: var(--theme-color);
}

.customer-product-review .product-rating .rating-pdp {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    padding-right: 10px;
}

.modal-body form label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.rate label:not(:first-child) {
    margin-right: .375rem;
    margin-bottom: 0;
}

.modal-body form .input-wrapper:not(:last-of-type) {
    margin-bottom: 20px;
}

.rate {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}

.rate input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.rate label {
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.rate label::after {
    position: absolute;
    z-index: 1;
    content: url("data:image/svg+xml,%3Csvg t='1584099189586' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='10117' fill='%23fcbb42' width='18px' height='18px'%3E%3Cpath d='M987.282286 369.737143q0 12.580571-14.848 27.428571l-207.433143 202.313143 49.152 285.696q0.585143 4.022857 0.585143 11.410286 0 11.995429-5.997714 20.260571t-17.408 8.265143q-10.825143 0-22.820571-6.875429l-256.585143-134.875429-256.585143 134.875429q-12.580571 6.875429-22.820571 6.875429-11.995429 0-17.993143-8.265143t-5.997714-20.260571q0-3.437714 1.170286-11.410286l49.152-285.696-208.018286-202.313143q-14.262857-15.433143-14.262857-27.428571 0-21.138286 32.036571-26.258286l286.866286-41.691429 128.585143-260.022857q10.825143-23.405714 28.013714-23.405714t28.013714 23.405714l128.585143 260.022857 286.866286 41.691429q32.036571 5.12 32.036571 26.258286z' p-id='10118'%3E%3C/path%3E%3C/svg%3E");
    opacity: 0;
    transition: .3s;
}

.rate label::before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg t='1584099080940' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='9773' width='18px' height='18px' fill='%23A9B1BC' %3E%3Cpath d='M686.153143 573.732571l174.884571-169.691429-241.152-35.401143-108.032-218.258286-108.032 218.258286-241.152 35.401143 174.884571 169.691429-41.691429 240.566857 215.990857-113.737143 215.405714 113.737143zM987.282286 369.737143q0 12.580571-14.848 27.428571l-207.433143 202.313143 49.152 285.696q0.585143 4.022857 0.585143 11.410286 0 28.598857-23.405714 28.598857-10.825143 0-22.820571-6.875429l-256.585143-134.875429-256.585143 134.875429q-12.580571 6.875429-22.820571 6.875429-11.995429 0-17.993143-8.265143t-5.997714-20.260571q0-3.437714 1.170286-11.410286l49.152-285.696-208.018286-202.313143q-14.262857-15.433143-14.262857-27.428571 0-21.138286 32.036571-26.258286l286.866286-41.691429 128.585143-260.022857q10.825143-23.405714 28.013714-23.405714t28.013714 23.405714l128.585143 260.022857 286.866286 41.691429q32.036571 5.12 32.036571 26.258286z' p-id='9774' %3E%3C/path%3E%3C/svg %3E");
    transition: .3s;
}

.rate input:checked~label::after {
    opacity: 1;
}

.rate input:checked~label::before {
    opacity: 0;
}

.customer-product-review .review-botm {
    margin-top: 10px;
}

.review-botm p {
    color: var(--third-color);
}

.customer-product-review h2 {
    color: var(--theme-color);
    font-weight: 500;
    margin: 15px 0;
}

.customer-product-review .price {
    font-size: 30px;
    color: var(--third-color);
    justify-content: start;
    margin: 30px 0;
}

del {
    color: var(--primary-color);
    opacity: 0.6;
    text-decoration: line-through;
    font-size: 16px;
}

.customer-product-review .price del {
    margin-left: 5px;
}

.addcart-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.addcart-btn .btn {
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.addcart-btn .btn i {
    margin-left: 8px;
}

.btn:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.addcart-btn p {
    margin-bottom: 0;
}

.addcart-btn p span {
    color: var(--third-color);
}

.pdp-summery .product-variables {
    margin: 20px 0;
}

.pdp-summery .product-variables li {
    margin-bottom: 10px;
}

.set {
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
}

.set .acnav-label {
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.set .acnav-label:after {
    /* border-top: 2px solid var(--second-color); */
    border-top: 2px solid var(--theme-color);
    /* border-right: 2px solid var(--second-color); */
    border-right: 2px solid var(--theme-color);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    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 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;
}

.set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}

.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}

.rel-title {
    color: var(--theme-color);
    font-weight: normal;
    margin-top: 40px;
}

.related-product-section h2 {
    font-weight: normal;
    color: var(--theme-color);
}

/******** login page **********/
/********* login page css *********/
.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    top: 0;
    left: 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-2 {
    padding: 12px 30px;
    background-color: var(--theme-color);
    color: var(--white);
    font-weight: 600;
    margin-right: 20px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.last-btns p {
    max-width: 70%;
    font-weight: 600;
}

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

/********* order page *********/
.order-table {
    border: 1px solid var(--grey-color);
}

/* .order-table table{
    width: 1250px;
} */
.order-table .table-btn {
    padding: 10px 15px;
    background-color: var(--theme-color);
    color: var(--white);
    border: 0;
    border-radius: 24px;
}

.order-table table tr {
    border-color: var(--grey-color);
}

.order-table table tr td {
    padding: 16px 24px !important;
}

.order-table table tr th {
    padding: 12px 24px;
}

.order-table .table-btn i {
    margin-right: 10px;
}

.eye-btn {
    margin: 0 10px 0 20px;
}

.order-table table tr {
    padding: 0;
    display: table-row;
}

.order-table table tr th:first-child,
.order-detail-table table tr th:first-child {
    padding-left: 24px;
}

.order-table table tbody tr td:first-of-type a {
    color: var(--theme-color);
}

.order-detail-section h6 {
    color: var(--third-color);
}

.order-detail-table table {
    /* min-width: 800px !important; */
    width: 100%;
}

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

.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-summary li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

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

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

.wishlist_count {
    top: 15px !important;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--second-color);
    border-radius: 10px;
    color: var(--white);
}





.cart-header-btn {
    display: flex;
    width: 100%;
    justify-content: end;
}

.cart-header-btn a {
    padding: 12px 30px;
    background-color: var(--second-color);
    color: var(--white);
    text-align: center;
}

.cart-header-btn a.active-btn,
.cart-header-btn a:hover {
    background-color: var(--theme-color);
    color: var(--second-color);
}

.cart-header-btn a:not(:last-child) {
    margin-right: 15px;
}

.cart-tble {
    margin: 50px 0 30px;
}

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

.cart-tble tr {
    display: block;
}

table tr th:first-child,
table tr td:first-child {
    padding-left: 0;
}

.cart-tble tbody {
    position: relative;
}

.qty-spinner {
    border: 1px solid var(--black);
    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;
}

table tr th,
table tr td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}

.cart-tble tr td {
    display: block;
    text-align: center;
    padding: 0 0 20px;
}

.cart-tble 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;
    font-size: 24px;
    margin-left: 15px;
}

.checkout-box {
    background-color: var(--theme-color);
    padding: 20px;
}

.checkout-btn {
    padding: 12px 30px;
    background-color: var(--white);
    text-align: center;
    color: var(--second-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.checkout-btn i {
    margin-left: 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(--second-color);
    font-weight: bold;
}

.checkout-box span:last-child {
    font-size: 30px;
    margin-left: 15px;
}

.price-bar {
    display: flex;
    align-items: center;
    justify-content: end;
}

table tr:last-of-type {
    border-bottom: 0;
}

.order-section .table-responsive {
    min-width: 1200px;
    width: 100%;
}

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

    .cart-tble 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 {
        font-size: 16px;
    }

    .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,
    .cart-tble tr {
        padding: 0;
        display: table-row;
    }

    table tr td,
    .cart-tble 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: 24px;
    }

    table tr th:nth-child(5),
    table tr td:nth-child(5) {
        text-align: right;
    }
}


.modal-popup.top-center {
    align-items: flex-start;
}

.modal-popup.top-center .modal-dialog-inner {
    margin: 0 auto;
}

.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;
}
.review-top p {
    margin-right: 10px;
}

.review-box-bottom .rating-pdp {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    padding-right: 10px;
    margin: 10px 0px;
}

.star.text-primary {
    color: var(--theme-color);
}

/* 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);
}

/********************************/
/***** Utitlity Classes     *****/
/********************************/
.small {
    font-size: 80%;
}

.disabled {
    background-color: #eaeaea !important;
}

.required {
    border: 1px solid #ff0000 !important;
}

.error {
    border: 1px solid #ff0000;
}

.hidden {
    display: none !important;
}

.nopad {
    padding: 0px;
}

.pad {
    padding: 1rem;
}

.padtop {
    padding-top: 1rem;
}

.padbottom {
    padding-bottom: 1rem;
}

.padleft {
    padding-left: 1rem;
}

.padright {
    padding-right: 1rem;
}

.margintop {
    margin-top: 1rem;
}

.marginbottom {
    margin-bottom: 1rem;
}

.marginleft {
    margin-left: 1rem;
}

.marginright {
    margin-right: 1rem;
}

.text-danger {
    color: #ff0000;
}

.text-success {
    color: #198754;
    vertical-align: center;
}

/* .text-danger {
    color: #ff0000;
    vertical-align: center;
} */

.text-muted {
    --bs-text-opacity: 1;
}

.text-link {
    color: #0339e9 !important;
}

/********************************/
/***** Checkout Page starts *****/
/********************************/

form#customer-details-form p {
    font-size: 14px !important;
}

form#customer-details-form ul {
    margin: 20px;
}

form#customer-details-form ul li {
    list-style: disc !important;
}

form#customer-details-form .student-declaration-container p {
    font-size: 16px !important;
}

/* Products Page */
.product-section .tabs-container .row [class*="col-"] {
    padding: 0px 15px 15px 15px !important;
}

/*** Product Payment Container ***/
.product-container {
    padding: 20px 30px;
    box-shadow: 1px 0px 15.4815px rgb(0 0 0 / 8%);
    border-radius: 10px;
    position: relative;
    color: var(--third-color);
}

.product-container .product-card-horizontal .product-card-content .actions a.remove-btn {
    display: inline-flex !important;
}

/*** Modes of Payment ***/
.payment-title {
    border-bottom: 1px solid rgba(50, 50, 93, 0.1);
    padding-bottom: 20px;
}

.payment-sub-title {
    margin-bottom: 20px;
}

.payment-form-container .container {
    display: flex;
}

.payment-form-container .space {
    justify-content: space-between;
}

.payment-form-container .highlight {
    background-color: #e8fff3;
}

.payment-form-container .container p {
    font-weight: 800;
}

.payment-form-container .program-price-section,
.payment-form-container .program-price-section p {
    font-style: italic;
}

.payment-form-container .voucher-section {
    padding-top: 20px;
}

.payment-form-container .voucher-code {
    margin-right: 50px;
    color: #000000;
    font-size: 100%;
}

.payment-form-container .payment-button-container {
    margin-top: 50px;
}

.payment-form-container .pay-later-button-container {
    margin-top: 20px;
}

.payment-form-container .payment-button-container button.btn,
.payment-form-container .pay-later-button-container button.btn {
    display: block;
    margin-top: 20px;
    width: 100% !important;
}

.payment-form-container .pay-later-button-container button.btn {
    border: none;
    /* background-color: var(--second-color); */
}

.payment-form-container .payment-button-container button.btn:hover,
.payment-form-container .pay-later-button-container button.btn:hover {
    background-color: #000000;
}

.payment-form-container .payment-button-container button.btn:disabled,
.payment-form-container .pay-later-button-container button.btn:disabled {
    background-color: var(--grey-color);
    border-color: var(--grey-color);
    color: var(--black);
}

/* Stripe Payment */
.stripe-card {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    margin: 20px 0px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

.stripe-card #card-error {
    padding-top: 20px;
    color: #ff0000;
}

/* Payrix Payment */
#payrix-payment-form form label {
    font-weight: 700;
}

#payrix-payment-form ol {
    list-style-type: decimal;
    padding-left: 30px;
}

#payrix-payment-form ol li {
    list-style: decimal;
}

#payrix-payment-form .accept-agreement-container {
    float: left !important;
}

#payrix-payment-form .accept-agreement-container label input {
    display: inline !important;
    width: auto !important;
}


/* Product Accordion */
.description-accordion .set .acnav-label {
    font-size: 30px;
    font-weight: 700;
    color: #696969;
}

/* Store Home Page */
.cta-button {
    margin-top: 20px;
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.cta-button:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

/* Form select field override */
.form-select {
    display: block;
    width: 100%;
    line-height: 1.3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 14px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}
