/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY RAJODIYA INFOTECH  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!         -
1.  Home                       -
2.  Collection  List           -
3.  Product detail             -
4.  About us                   -
5.  FAQs                       -
6.  Contact Us                 -
7.  Login/Register/Account     -
8.  Privacy Policy             -
9.  Blog                       -
10. Article                    -
11. Wishlist                   -
12. Cart                       -
/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
:root .themes-color {
    --first-font: 'Poppins', sans-serif;
    --second-font: 'Poppins', sans-serif;
    --theme-color: #3498DB;
    --second-color: #f6f7f9;
    --third-color: #EEEEEE;
    --grey-color: #3C4858;
    --border-color: #7a7a7a73;
    --black: #000000;
    --white: #ffffff;
    --warning-color: #ffab00;
    --h1: normal 500 42px/1 var(--second-font);
    --h2: normal 500 32px/1 var(--second-font);
    --h3: normal 500 28px/1 var(--second-font);
    --h4: normal 700 22px/1 var(--second-font);
    --h5: normal 700 20px/1 var(--second-font);
    --h6: normal 700 18px/1 var(--second-font);
    --common-text: normal 500 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;
    margin: 0 ;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    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 {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
::-webkit-input-placeholder {
    color: var(--second-color);
}
:-ms-input-placeholder {
    color: var(--second-color);
}
.form-group input::placeholder{
    color: var(--black);
}
::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(--second-color);
    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: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.no-gutters {
    margin: 0 !important;
}
.row [class*="col-"] {
    padding: 0 15px;
}
.no-gutters [class*="col-"] {
    padding: 0;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.desk-only {
    display: none !important;
}
.mobile-only {
    display: block !important;
}
/*****  Columns  *****/
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: solid 1px var(--theme-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: 10px 35px 10px 15px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.nice-select:after {
    content: '';
    height: 7px;
    width: 7px;
    position: absolute;
    right: 15px;
    top: 50%;
    border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
    transition: all 0.15s ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transform: rotate(44deg);
    margin-top: -5px;
    pointer-events: none;
    display: block;
    transform-origin: 66% 66%;
}
.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 var(--black);
    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: 1;
    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: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    color: var(--theme-color);
    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;
}
.slick-dots li:not(:last-child) {
    margin-right: 9px;
}
.slick-dots li {
    display: flex;
    height: 5px;
    width: 5px;
    background: var(--theme-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:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    border: 1px solid var(--black);
    top: -4px;
    left: -4px;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    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;
    opacity: 0;
}
.slick-dots li.slick-active:before {
    opacity: 1;
}
.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:hover{
    background:var(--black);
}
.slick-arrow span {
    display: block;
    height: 100%;
    width: 100%;
}
.slick-arrow svg {
    height: 100%;
    width: 100%;
    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: 12px 25px;
    color: var(--white);
    background-color: var(--theme-color);
    box-shadow: none;
    appearance: none;
    gap:10px;
    outline: none;
    border: 1px solid transparent;
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.btn svg   {
    width: 17px;
    height: 15px;
}
.btn svg path {
    fill: var(--white);
    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;
}
.btn:hover,
.btn:focus {
    background-color: var(--black);
    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: 12px 15px;
    width: 100%;
    max-width: 175px;
    border: 1px solid transparent;
    border-radius: 20px;
    z-index: 0;
    color: var(--white);
    background: var(--theme-color);
    justify-content: center;
    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;
}
.title-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    border: 1px solid transparent;
    color: var(--white);
    background:var(--theme-color);
    justify-content: center;
    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;
}
.btn-secondary:hover svg path{
    fill:var(--white);
}
.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:hover 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:hover svg path{
    fill:var(--white)!important;
}
.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(--theme-color);
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    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: 0;
}
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: '';
    -webkit-appearance: none;
    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: 20px;
    padding-left: 24px;
    color: var(--theme-color);
    margin: 0;
    vertical-align: bottom;
}
.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    -ms-transition: border-color 400ms ease;
    -o-transition: border-color 400ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -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(--theme-color);
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    top: 50%;
    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(--theme-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: 70px;
}
.padding-bottom {
    padding-bottom: 70px;
}
.section-title {
    margin-bottom: 26px;
}
.subtitle {
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
    margin-bottom: 20px;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.header-style-one {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    -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;
    background: var(--theme-color);
}
.header-style-one.head-sticky {
    background: var(--second-color);
    box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
}
.head-sticky .right-fixed-header{
    background: var(--theme-color);
    border-left: 1px solid var(--theme-color)!important;
    border-bottom: 1px solid var(--theme-color)!important;
}
/** Main navigation bar css **/
.header-style-one .main-navigationbar .logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-container .logo-col {
    display: none !important;
}
.header-style-one .main-navigationbar .logo-col h1 a img {
    max-width: 239px;
    width: 100%;
    padding: 15px 30px;
    background: var(--theme-color);
    border-radius: 6px;
}
.header-style-one .main-navigationbar .logo-col a {
    display: block;
}
.header-style-one .main-navigationbar .menu-items-col {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: 1px solid var(--white);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: none;
    padding-left: 30px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li{
    padding:0px 20px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
    color: var(--white);
    text-transform: capitalize;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    position: relative;
    display: inline-flex;
    font-size:14px;
    align-items: center;
}
.header-style-one .menu-dropdown ul>li a {
    font-size: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
    padding-right: 20px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: 0;
    top: 5px;
    background: url(../images/menu-dropdown.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item:hover>a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    bottom: -3px;
    left: 0;
    right: 0;
    background: var(--white);
    margin: 0 auto;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn {
    padding: 10px 20px;
    border: 1px solid var(--white);
    color: var(--white);
    font-weight: 600;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    text-transform: unset;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn:after {
    right: 10px;
    top: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn:before {
    display: none;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn svg {
    margin-left: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn svg path {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.style-two{
    background-color: transparent;
}
.style-two .menu-right {
    position: relative;
}
.style-two .menu-right:after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    right: -50vw;
    background: var(--theme-color);
}
.style-two .right-head-bottom {
    background: transparent;
    border: none;
    padding: 0;
}
.style-two-inner{
    background: var(--theme-color);
}
.right-inner{
    background: var(--theme-color);
}
.acnav-list {
    display: none;
    padding: 0 0 10px 0;
}
/**  Megamenu css  **/
.header-style-one .main-navigationbar {
    position: relative;
}
.header-style-one .mobile-menu .mobile-menu-button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    width: 30px;
}
.header-style-one .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    backface-visibility: hidden;
    background: var(--black);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    transform-origin: top;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    z-index: 2;
    padding: 20px;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.header-style-one .menu-dropdown ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}
.header-style-one .megamenu-list>li span {
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
}
.header-style-one .menu-dropdown ul>li a {
    border-bottom: 1px solid transparent;
}
.header-style-one .menu-right li a {
    text-align: center;
    text-transform: capitalize;
    position: relative;
}
.header-style-one .menu-right li a .icon-lable {
    margin-top: 7px;
    color: var(--white);
    font-size: 12px;
}
.header-style-one .menu-right li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-style-one .menu-right li:not(:last-of-type) {
    padding:0px 20px;
    border-left: 1px solid var(--white);
}
.header-style-one .menu-right li  a  {
    color: var(--white);
}
.header-style-one .menu-right li:not(:last-of-type) a svg {
    margin-right: 25px;
}
.header-style-one .menu-right li.cart-header {
    cursor: pointer;
    padding: 30px 33px;
    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;
}
.header-style-one .menu-right li.cart-header a svg path {
    fill: var(--theme-color);
}
.header-style-one .count {
    position: absolute;
    top: -6px;
    right: -6px;
    height: 16px;
    width: 16px;
    background:var(--black);
    color: var(--white);
    font-size: 10px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
/****** CART DRAWER CSS ********/
.menu-overlay::after ,
.overlay.active,
.cartOpen .overlay::after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.cart-variable {
    margin-bottom: 10px;
    color: var(--theme-color);
}
.cart-variable p,
.swatch-lbl{
    font-size: 12px;
    line-height: 14px;
}
.cart-variable p {
    margin: 10px 0;
}
.swatch-lbl {
    margin: 0 0 5px;
}
.cart-variable .nice-select {
    max-width: 120px;
    margin: 10px 0;
    font-size: 12px;
}
del {
    color: var(--theme-color);
    opacity: 0.6;
    text-decoration: line-through;
}
.price {
    display: flex;
    align-items: center;
    font-size: 16px;
    flex-wrap: wrap;
    font-weight: 600;
}
.link-btn svg {
    fill: var(--theme-color);
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.remove_item svg path {
    fill: var(--theme-color);
}
.remove_item svg {
    height: 15px;
    width: 15px;
}
.product-card.theme-colored-card {
    display: flex;
    /* width: 100%; */
}
.product-card-inner {
    text-align: center;
    border: 1px solid var(--border-color);
    padding: 15px 5px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative;
}
.product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card-image {
    position: relative;
    transition: all ease-in-out 0.6s;
}
.product-card-image a {
    position: relative;
    display: block;
    padding-top: 65%;
    transition: all ease-in-out 0.6s;
    margin-bottom: 15px;
}
.product-card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
}
/* css start */
.nav-logo {
    display: none;
}
.search-input input {
    background: #e1e1e1;
    border: none;
    width: 245px;
    height: 41px;
    border-radius: 40px;
    padding-left: 60px;
    padding-right: 15px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    color: var(--white);
    border: 1px solid var(--border-color);
    color: var(--black);
}
.search-input input::placeholder{
    color: var(--black);
}
.search-icon {
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    left: 22px;
    line-height: 45px;
    text-align: center;
    z-index: 1;
}
.search-input {
    position: relative;
    margin-right: 5px;
}
.search-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar {
    padding: 15px 0;
    border-bottom: 1px solid #b1b1b1b5;
    background-color: var(--white);
}
.full-container{
    margin: 0 auto;
    padding: 0 15px;
}
.nav-title {
    font-weight: bold;
}
.nav-brand.nav-tagline{
    color: var(--theme-color);
}
.sub-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    display: block;
}
.btn.search-btn{
    background-color: var(--theme-color);
    color: var(--second-color);
    font-weight: bold;
}
ul.cat-tab.tabs li {
    padding: 10px 15px;
    display: block;
    position: relative;
    border-radius: 10px;
    margin-right: 0;
    color: var(--grey-color);
    font-weight: 700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: start;
    margin-left: 20px;
}
.card-header-main{
    padding: 10px;
    background-color: var(--theme-color);
    border-radius: 10px 10px 0 0;
    color: var(--white);
}
ul.cat-tab.tabs {
    height: 120%;
    padding-top: 30px;
}
.home-bnner-section {
    padding: 40px 0px 30px 0px;
}
.customer-card .card-header {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.card-header {
    display: flex;
    align-items: center;
}
.filter-by .nice-select {
    border: 1px solid var(--white);
}
.filter-by .nice-select:after{
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
}
.sort-area, .filter-by {
    display: flex;
    align-items: center;
}
.card-header .right-area {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    margin-left: auto;
}
.filter-icon svg path {
    fill: white;
}
label.filter-icon {
    display: flex;
    align-items: center;
}
.filter-by .nice-select {
    width: 150px;
    margin-left: 5px;
}
.sort-area .card-text {
    font-weight: 500;
    line-height: 14px;
}
.sort-icon.active svg path {
    fill: var(--white);
}
.sort-icon svg path {
    fill: #88d7dd;
}
div#sort_by a {
    margin-left: 10px;
}
.filter-icon svg {
    margin-right: 4px;
}
.banner-tab-left-inner {
    text-align: center;
}
.title-category {
    font-weight: 600;
    font-size: 24px;
    color: var(--theme-color);
}
.banner-col-left {
    background: var(--theme-light);
}
.banner-col-right {
    border-left: 1px solid var(--theme-light);
    padding-left: 50px;
}
.banner-col-right .tabs-container {
    padding: 20px 0 0;
}
.banner-col-right .tabs-container {
    padding: 0 15px 15px 15px;
}
.input-wrapper{
    position: relative;
}
.banner-tab-left-inner .cat-tab li{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    color: var(--theme-light);
}
.banner-tab-left-inner li.active{
    color: var(--theme-color) !important;
    font-weight: 600;
    text-decoration: underline;
}
.banner-tab-left-inner .cat-tab li:not(:last-of-type){
    margin-bottom: 20px;
}
.banner-tab-left-inner .cat-tab li svg {
    margin-left: 20px;
    width: 20px;
    height: 20px;
}
.banner-tab-left-inner  .cat-tab  li.active svg{
    margin-left: 25px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.new-labl {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #838383;
    margin-top: 5px;
}
.product-content-bottom .variant-btn {
    margin: 15px 0 5px 0px;
}
.product-content-top h4 a {
    color: var(--theme-color);
}
.product-card-inner:hover {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    box-shadow: 0px 0px 24px -2px rgb(132 147 173), 0 10px 10px rgb(0 0 0 / 22%);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
}
.img-like svg {
    width: 20px;
    height: 25px;
    margin-left: auto;
    margin-right: 15px;
}
.img-like svg path {
    fill: var(--black);
}
.img-like {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    transition: 0.4s ease;
    z-index: 1;
}
.product-card-inner:hover .img-like{
    display: block;
}
.card {
    padding: 20px 15px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.card-title.coupon-title {
    color: var(--theme-color);
    margin-bottom: 25px;
}
.sort-area:before {
    content: "";
    width: 2px;
    height: 21px;
    background: var(--white);
    position: absolute;
    left: 112px;
    transform: rotate(27deg);
}
.content-wrapper {
    border-radius: 10px;
}
.content-wrapper .borderd{
    border: 1px solid var(--border-color);
}

.cart-dispay {
    background: var(--theme-color);
    color: var(--white);
}
.invoice-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invoice-list li:not(:last-of-type) {
    margin-bottom: 15px;
}
.card-body.detail-form .form-group input {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: var(--theme-color);
    color: var(--white);
}
.modal-title {
    font-weight: bolder;
    color: var(--theme-color);
}
.modal-content {
    position: fixed;
    overflow: auto;
    background: rgb(0 0 0 / 39%);
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
}
.modal-content.active, .login-modal.active {
    opacity: 1;
    visibility: visible;
}
.modal-content-inner {
    position: relative;
    max-width: 560px;
    width: 100%;
    background: var(--second-color);
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid;
}
.modal-body {
    padding: 25px 12px;
}
.modal-bottom {
    margin-top: 20px;
}
.control-label {
    margin-bottom: 10px;
    display: block;
}
button.close {
    background: transparent;
    border: 0;
    font-size: 25px;
}
.login-modal{
    position: fixed;
    background: rgb(0 0 0 / 70%);
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
}
.login-modal-inner {
    max-width: 600px;
    width: 100%;
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
}
.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
    overflow: auto;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 70%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}
.popup-content a.close:hover{
  color:#333;
}
.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.popup-container h3{
  margin:10px;
}
.left-img-contant {
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.pop-inner{
    margin-top: 25px;
}
.right-taxt {
    padding: 10px;
    color: #8492A6;
    border: 1px solid;
    border-radius: 10px;
}
.right-text-contant .right-taxt:not(:last-of-type){
    margin-bottom: 20px;
}
ul.line-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.right-taxt .nice-select {
    margin-top: 15px;
}
.badge-pill {
    padding: 10px;
    font-size: 12px;
    color: #00B8D9;
    background-color: #ccf1f7;
    font-weight: bold;
    border-radius: 25px;
    margin-right: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.badge-soft-success{
    color: #36B37E;
    background-color: #d7f0e5;
}
.top-img {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}
.nav-item a svg {
    width: 15px;
    height: 15px;
}
.nav-item a svg path{
    fill:#6a6a6a;
}
.icone-store .nav {
    display: flex;
    align-items: center;
}
.icone-store .nav li:not(:last-of-type) {
    margin-right: 16px;
}
.copyright {
    margin: 30px 0 10px 0;
    gap: 10px;
}
.search-popup.active {
    opacity: 1;
    visibility: visible;
}
.search-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.81);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.search-form-wrapper input {
    padding: 15px;
    flex: 1;
    background-color: var(--theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-right: 5px;
    color: var(--white);
}
.search-form-wrapper input::placeholder{
    color: var(--black);
}
.search-header {
    background: #6666664a;
    padding: 9px 13px;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    display: flex;
}
.search-header {
    display: none;
}
/* my-profile-page */
.profile-header.has-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.has-item>a {
    position: relative;
    padding-right: 30px !important;
}
.site-header .has-item: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);
}
.has-item>a:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    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;
}
.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%);
    opacity: 0;
    visibility: hidden;
    min-width: 181px;
    z-index: 2;
    left: auto;
    right: 0;
    padding: 10px;
    border-top: 1px solid var(--border-color);
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    color: var(--black);
}
.profile-popup {
    position: relative;
    max-width: 1200px;
    width: 100%;
    background: var(--second-color);
    border-radius: 10px;
    padding: 10px;
    margin: auto;
}
.upload-btn-wrapper {
    position: relative;
    display: block;
}
.form-container-title {
    margin-bottom: 20px;
}
.file-upload.btn {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
}
.file-upload.btn {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}
.modal-body form .form-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.purchased-list {
    background: var(--second-color);
    border-radius: 10px;
    border: 1px solid var(--border-color);
    -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%);
    overflow: auto;
    margin-top: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
table tr th:first-child, table tr td:first-child {
    padding-left: 0;
}
.purchased-tabel thead th {
    background-color: var(--second-color);
    padding: 10px 15px !important;
}
table tr th {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    font-weight: 700;
    text-transform: uppercase;
}
table tr th, table tr td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}
.purchased-tabel tbody td {
    padding: 10px 15px !important;
}
.purchased-tabel {
    white-space: nowrap;
}
table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
}
.badge.rounded-pill {
    padding: 10px;
    background: var(--theme-color);
    color: var(--white);
    border-radius: 25px;
}
.view-btn svg {
    width: 15px;
    height: 20px;
}
/* order-page */
.bg-success {
    color: #fff;
    background-color: #2d9669;
    border-color: #2a8c62;
}
.badge {
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    line-height: 1;
}
/* Order detail */
.order-detail-card {
    border: 1px solid var(--border-color);
    background: var(--second-color);
    -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);
}
.tabel-responsive {
    overflow: auto;
}
.order-detail-card table thead th {
    padding: 10px 15px !important;
}
.order-detail-card table tbody td {
    padding: 10px 15px !important;
    border-bottom: 1px solid var(--border-color);
}
.order-summery li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px;
}
.order-summery li:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}
.address-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    padding: 10px 15px;
    font-size: 14px;
}
.address-info li .address-right {
    color: #8492a6;
}
.overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.row-gap [class*="col-"] {
    margin-top: 30px;
}
.menu-overlay::after,
.overlay.active,
.cartOpen .overlay::after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.product-main-item img{
    width: 100%;
}
.product-thumb-item {
    padding: 10px;
    border: 1px solid var(--border-color);
    margin-right: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.thumb-img {
    position: relative;
    padding-top: 75%;
    background-color: var(--white);
}
.product-thumb-slider {
    margin-top: 20px;
}
.thumb-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
}
/* grid css */
.product-card.theme-colored-card.h-grid{
    display: block;
    width: 100% !important;
}
.product-card.theme-colored-card.h-grid .product-card-inner {
    flex-direction: row;
}
.product-card.theme-colored-card.h-grid .product-card-image {
    position: relative;
    transition: all ease-in-out 0.6s;
    width: 150px;
}
.product-card.theme-colored-card.h-grid .new-labl {
    text-align: start;
}
.product-card.theme-colored-card.h-grid .product-content {
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
}
.product-card.theme-colored-card.h-grid .product-card-image a{
    margin-bottom: 0;
}
.right-card .card:not(:last-of-type) {
    margin-bottom: 20px;
}
#location_hide {
    margin-top: 20px;
}
table tr {
    padding: 20px 0 0;
    display: block;
}
table tr:not(:last-of-type){
    border-bottom: 1px solid var(--border-color);
}
.view-btn svg path {
    fill: var(--black);
}
table tr th {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    font-weight: 700;
    text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
    padding-left: 0;
}
table tr td:first-child a {
    vertical-align: middle;
}
table tr td {
    display: block;
    text-align: center;
    padding: 0 0 20px;
}
.order-history-tbl tr td[data-label="Name"] {
    max-width: 140px;
}
.order-history-tbl tr td[data-label="Product"] {
    max-width: 90px;
}
.order-history-tbl tr td[data-label="quantity"] {
    width: 113px;
    padding: 0;
}

@media (min-width: 992px) {
    .cart-tble tr th:first-child,
    .cart-tble tr td:first-child {
        width: 90px;
    }
    .cart-tble tr th:nth-child(4),
    .cart-tble tr td:nth-child(4) {
        width: 100px;
        padding-right: 9px;
    }
}
@media (max-width: 767px) {
    table tr td::before {
        content: attr(data-label);
        display: block;
        text-align: center;
        padding-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        display: none;
    }
    .product-option {
        justify-content: center;
    }
    table .qty-spinner {
        justify-content: center;
        margin: 0 auto;
    }
    .remove-btn {
        height: 14px;
        width: 14px;
    }
    .order-history-tbl tr td[data-label="quantity"],
    .order-history-tbl tr td[data-label="Name"],
    .order-history-tbl tr td[data-label="Product"] {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 768px) {
    table tr:first-child {
        border-top: none;
    }
    table tr {
        padding: 0;
        display: table-row;
    }
    table tr td {
        padding: 10px 10px 10px;
        display: table-cell;
        text-align: left;
        font-weight: bold;
        min-width: 100px;
    }
    table tr th:last-child,
    table tr td:last-child {
        text-align: right;
        padding-right: 0;
    }
    table tr th:nth-child(5),
    table tr td:nth-child(5) {
        text-align: right;
    }
}
/* ============================================= */
/* !!!!       DESKTOP HOVER CSS             !!!! */
/* ============================================= */
@media (hover: hover) {
    a:hover,
    a:focus {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .header-style-one .menu-dropdown ul>li a:hover {
        border-color: var(--theme-color);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover,
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active,
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover>a {
        color: var(--white);
    }
    .header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li>a.active:hover,
    .header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li>a.active,
    .header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li:hover>a {
        color: var(--second-color);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover>a:before {
        opacity: 1;
        width: 100%;
        visibility: visible;
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover svg path {
        fill: var(--white);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover {
        background: var(--theme-color);
        color: var(--white);
        border-color: var(--theme-color);
    }
    .header-style-one .menu-right li:not(:last-of-type) a:hover svg path {
        fill: var(--white);
    }
    .footer-list-social li a:hover {
        background: var(--second-color);
    }
    .footer-widget ul li a:hover{
        color: var(--theme-color);
    }
    .footer-list-social li a:hover svg path {
        fill: var(--white);
    }
}




/****** CART DRAWER CSS ********/
.overlay {
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}
.overlay.menu-overlay,
.overlay.active,
.cartOpen .overlay::after {
    content: " ";
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.cartDrawer {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    background: var(--white);
    width: 410px;
    height: 100%;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.cartOpen .cartDrawer {
    opacity: 1;
    visibility: visible;
    display: flex;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.cartDrawer .mini-cart-header {
    position: relative;
    text-align: center;
    padding: 17px 30px 16px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-color);
    color: var(--white);
}
.cartDrawer .cart-tottl-itm {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}
.cartDrawer .mini-cart-has-item {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cartDrawer .mini-cart-body {
    overflow-y: auto;
    padding: 30px;
    flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
    width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
    background-color: var(--light-green);
}
.mini-cart-item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    background: var(--white);
}
.mini-cart-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.mini-cart-image {
    width: 80px;
    border: 1px solid #ddd;
}
.mini-cart-image a {
    display: block;
    padding-top: 150%;
    position: relative;
}
.mini-cart-image img {
    top: 0;
    width: 100%;
    object-fit: scale-down;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.mini-cart-details {
    flex: 1;
    width: 100%;
    padding-left: 15px;
}
.mini-cart-title {
    color: var(--theme-color);
    margin-bottom: 8px;
    font-weight: 600;
}
.mini-cart-title a {
    color: inherit;
}
.cart-variable {
    margin-bottom: 10px;
}
.cart-variable p {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 14px;
    color: #4e4e4e;
}
.qty-spinner {
    border: 1px solid var(--theme-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(--theme-color);
}
.qty-spinner input {
    border: 0;
    flex: 1;
    width: 29px;
    color: var(--theme-color);
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}
del {
    color: var(--second-color);
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px;
    text-decoration: line-through;
}
.price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.price-lbl {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
ins{
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.cartDrawer .mini-cart-details .price {
    justify-content: center;
    font: var(--common-text);
    align-items: flex-end;
}
.cartDrawer .pvarprice {
    margin-top: 12px;
}
.cartDrawer .price del {
    margin-left: 10px;
    line-height: 1;
}
.cartDrawer .price ins {
    align-items: center;
    font-size: 18px;
}
.cartDrawer .price .currency-type {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    margin-left: 0;
    display: inline-block;
}
.mini-cart-footer {
    padding: 30px;
    border-top: 1px solid var(--border-color);
}
.mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: var(--theme-color);
    margin: 0 -10px 20px;
}
.mini-cart-footer-total-row div {
    padding: 0 10px;
}
.mini-cart-footer .u-save {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    color: var(--theme-color);
    margin-bottom: 30px;
    justify-content: flex-end;
}
.mini-cart-footer .checkout-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;
    padding: 12px 30px;
    font-size: 14px;
}
.mini-cart-footer .link-btn {
    display: flex;
    justify-content: center;
}
.remove_item svg path {
    fill: var(--theme-color);
}
.remove_item svg {
    height: 15px;
    width: 15px;
}
.cartDrawer .emptyCart {
    padding: 50px 0 0 0;
}
.order-historycontent {
    background-color: var(--white);
    border-radius: 10px;
    color: var(--theme-color);
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    overflow-x: auto;
}
.order-slip-section {
    padding: 41px 0;
}
.btn-icon {
    margin-left: auto;
    margin-right: 15px;
    background-color: var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.order-logo {
    width: 100%;
    max-width: 260px;
}
.whatsap-btn, .telegram-btn {
    flex-wrap: wrap;
    max-width: 147px;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
}
.whatsap-btn svg,
.telegram-btn svg {
    width: 29px;
    height: 29px;
    margin-bottom: 3px;
}
.whatsap-btn{
    background-color: #4fce5d;
}
.telegram-btn{
    background-color: #0088cc;
}
.card-btn button {
    padding: 12px 14px;
}
.btn-leb{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.order-md-2{
    display: none;
}
.order-md-2.active {
    display: block;
}
.pro-img-cart {
    position: relative;
    display: block;
    padding-top: 65%;
    transition: all ease-in-out 0.6s;
    margin-bottom: 15px;
}
.pro-img-cart img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
}
.close-search svg {
    width: 100%;
    height: 100%;
}
.icone-store .nav-link {
    display: block;
}


.bg-success {
    color: white;
    background-color: #4fce5d !important
}

.bg-danger {
    color: white;
    background-color: #ea513d !important
}

.bg-warning {
    color: white;
    background-color: #efa21c !important
}


.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    color: white;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: 1.5rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.hide{
    display: none;
}
   .remove-btn {
    margin-top: 11px;
    height: 14px;
    width: 21px;
}

.swal2-cancel
{
    background-color: red;
    margin: 5px;
}

.remove-btn {
    margin-top: 11px;
    height: 14px;
    width: 21px;
}

.swal2-cancel
{
    background-color: red;
    margin: 5px;
}

.swal2-confirm
{
    background-color: var(--black);
    margin: 5px;
}



.cart-tble .title_name {
    padding-top: 5px;
    display: block;
    font-size: 10px;
}

.sum-left {
    letter-spacing: 0.2px;
}
