/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!   CSS CREATED BY RAJODIYA INFOTECH  !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!         -
1.   index                     -
2.   about                     -
3.   article                   -
4.   blog                      -
5.   cart                      -
6.   collection list           -
7.   contact us                -
8.   eroor                     -
9.   faqs                      -
10.  login                     -
11.  my account                -
12.  privacy policy            -
13.  product                   -
14.  product list              -
15.  register                  -
16.  shipping return           -
17.  terms condition           -
18.  wishlist                  -
19.  order                     -
/* =========================== */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
:root .theme-v1 {
  --first-font: "Outfit";
  --second-font: "Noto Serif";
  --theme-color: #b1b1b1;
  --second-color: #000000;
  --third-color: #ededed;
  --border-color: #9a9a9a;
  --black: #000000;
  --white: #ffffff;
  --h1: normal 500 51px/1.1 var(--first-font);
  --h2: normal 500 41px/1.1 var(--second-font);
  --h3: normal 500 36px/1.1 var(--first-font);
  --h4: normal 500 22px/1.1 var(--first-font);
  --h5: normal 500 20px/1.1 var(--first-font);
  --h6: normal 500 18px/1.1 var(--first-font);
  --common-text: normal 400 14px/1.4 var(--first-font);
}

/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  outline: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

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;
  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="button"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -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"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  color: var(--black);
}

:-ms-input-placeholder {
  color: var(--black);
}

::placeholder {
  color: var(--black);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}

body {
  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;
}

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

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.product-title b {
  display: inline;
  font-weight: 700;
}

p:not(:last-of-type) {
  margin-bottom: 15px;
}

/* p{
    color: var(--grey-color);
} */
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gutters {
  margin: 0 !important;
}

.row [class*="col-"] {
  padding: 0 15px;
}

.no-gutters [class*="col-"] {
  padding: 0;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.desk-only {
  display: none !important;
}

.mobile-only {
  display: block !important;
}

/*****  Columns  *****/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: solid 1px var(--second-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: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.nice-select:after {
  content: "";
  display: block;
  height: 10px;
  width: 11px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  background: url(../images/down-arrow1.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nice-select.open:after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.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 {
  color: var(--black);
  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;
}

/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
  text-align: center;
  padding: 11px 35px;
  font-family: var(--first-font);
  color: var(--white);
  background-color: var(--second-color);
  appearance: none;
  outline: none;
  border: 1px solid var(--second-color);
  position: relative;
  border-radius: 30px;
  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;
  position: relative;
  z-index: 1;
}

.btn-secondary svg,
.btn svg {
  margin-left: 10px;
  height: 16px;
  width: 16px;
}

.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 svg path {
  fill: var(--black);
}

.btn:hover,
.btn:focus {
  background-color: var(--theme-color);
  color: var(--black);
  border-color: var(--theme-color);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 11px 35px;
  border: 1px solid var(--theme-color);
  color: var(--white);
  background: var(--theme-color);
  justify-content: center;
  line-height: 1;
  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;
  border-radius: 30px;
  font-weight: 500;
}

.btn-secondary svg path {
  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;
  fill: var(--white);
}

.btn-secondary:hover {
  background: transparent;
  color: var(--black);
  border-color: var(--black);
}

.btn-secondary:hover svg path {
  fill: var(--black);
}

.btn-transparent {
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}

.btn-transparent:hover {
  background: var(--black);
  border: 1px solid var(--black);
  color: var(--white);
}

.btn-transparent svg path {
  fill: var(--black);
}

.btn-transparent:hover svg path {
  fill: var(--white);
}

.btn-white {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
  font-weight: 500;
}

.btn-white:hover {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}

.btn-white:hover svg path {
  fill: var(--white);
}

.btn-white svg path {
  fill: var(--black);
}

/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="button"]),
input:not([type="radio"]),
select,
textarea {
  position: relative;
  border: white;
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  background-color: #ededed;
  border-radius: 5px;
}

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: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

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: "";
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--white);
  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(--second-color);
  border-color: var(--second-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: 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(--white);
  border: 2px solid var(--white);
  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(--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;
}

.pt {
  padding-top: 70px;
}

.pb {
  padding-bottom: 0px;
}

.section-title {
  margin-bottom: 30px;
}

.section-title.text-center p {
  margin-top: 14px;
}

.subtitle {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}

.img-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

.img-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  border-radius: 15px;
  object-position: center;
}

/*** swiper slider ****/
.swiper-wrapper {
  height: auto;
}

.flex-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.flex-slider .flex-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.flex-slider .flex-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* swiper slider css arrow  */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  z-index: 2;
  outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/arrow-right.svg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.swiper-button-next::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--third-color);
}

/* ============================================= */
/* !!!!     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;
  background-color: var(--black);
}

/*****  ANNOUCEBAR CSS  *****/
.site-header .announcebar {
  background-color: var(--theme-color);
  padding: 10px 0px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.site-header .announcebar .annoucebar-social-icon {
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.site-header .announcebar .annoucebar-social-icon li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header .announcebar .annoucebar-social-icon li:not(:last-of-type) {
  margin-right: 15px;
}

.site-header .announcebar .annoucebar-social-icon li a svg {
  height: 22px;
  width: 22px;
}

.site-header .announcebar .annoucebar-social-icon li a svg path {
  fill: var(--black);
}

/*****  MAIN NAVIGATIONBAR CSS  *****/
.site-header .main-navigationbar {
  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;
  padding: 20px 0px;
  color: var(--white);
}

.site-header .main-navigationbar .menu-items-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all ease-in-out 0.4s;
  flex: 1;
  -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;
}

.box-layout .main-navigationbar {
  background-color: #e7a275;
}

.site-header .menu-items-col .main-nav > .menu-lnk.has-item > a:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0px;
  top: 2px;
  padding: 6px 0;
  background: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
  -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 .main-navigationbar .logo-col {
  max-width: 150px;
  width: 100%;
}

.site-header .main-navigationbar .logo-col a {
  display: block;
}

.site-header .main-navigationbar .logo-col img {
  width: 100%;
}

.site-header .menu-right li svg {
  width: 22px;
  height: 22px;
}

.site-header .menu-right li a {
  display: flex;
  align-items: center;
  position: relative;
}

.site-header .menu-right li a p {
  line-height: 1;
}

.site-header .count {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 16px;
  width: 16px;
  background: var(--theme-color);
  color: var(--black);
  font-size: 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1.36364px solid var(--theme-color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.site-header .menu-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:not(:last-of-type) {
  padding-right: 25px;
}

.main-navigationbar .menu-items-col-right .menu-right {
  display: flex;
  justify-content: end;
  flex: 1;
}

.site-header .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: flex;
  font-weight: 400;
  align-items: center;
  font-size: 14px;
}

.site-header .main-navigationbar .menu-items-col .drop > a:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: -18px;
  top: 7px;
  background: url(../images/dropdown.png);
  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;
}

.site-header
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item:hover
  > a:after,
.site-header .main-navigationbar .menu-items-col .drop:hover > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

.site-header
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a:hover:before {
  width: 100%;
}

.site-header
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > .category-btn:before {
  display: none;
}

.site-header
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > .category-btn
  svg {
  margin-left: 20px;
}

.site-header .menu-items-col .main-nav > .menu-lnk.has-item > a {
  padding-right: 20px;
}

.header-style-one .main-navigationbar .menu-items-col .main-nav {
  padding-left: 40px;
}

.site-header .menu-right li:not(:first-of-type) {
  padding-left: 20px;
}

.site-header .menu-dropdown ul > li a {
  border-bottom: 1px solid transparent;
}

.site-header .menu-dropdown ul > li a:hover {
  border-color: var(--black);
}

/*****  Megamenu css  *****/
.site-header .mobile-menu {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
}

.site-header .menu-close-icon svg {
  cursor: pointer;
}

.site-header .mobile-menu .mobile-menu-button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
  border: none;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.site-header .mobile-menu .mobile-menu-button div {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  backface-visibility: hidden;
  background: var(--white);
}

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

.site-header
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0;
}

.site-header
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown.mega-menu
  .megamenu-image {
  border-radius: 15px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

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

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

.site-header .megamenu-list > li span {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black);
}

.site-header .menu-dropdown ul > li a {
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-family: var(--first-font);
  color: var(--black);
}

.site-header .menu-dropdown .arrow-list > li a:hover,
.second-menu-dropdown ul li a:hover {
  border-color: var(--black);
}

.site-header .wishlist-counter {
  background: #f7eee5;
  color: var(--black);
}

.site-header .menu-items-col .main-nav .mobile-menu-button svg {
  height: 22px;
  width: 22px;
}

.site-header .menu-right .cart-header .cart-icon {
  position: relative;
}

.site-header .menu-right .cart-header a svg path {
  fill: var(--white);
}

.megamenu-card-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.09);
}

.site-header .megamenu-card .megamenu-image {
  position: relative;
}

.site-header .megamenu-card .megamenu-image a {
  padding-top: 72%;
}

.site-header .megamenu-card .megamenu-image a img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  object-fit: cover;
}

.site-header .megamenu-card .megamenu-content {
  margin-top: 15px;
  text-align: center;
}

.site-header .megamenu-card .megamenu-content span {
  font: var(--h5);
  color: var(--black);
}

.site-header .menu-right .cart-header .cart-price {
  font-size: 16px;
  margin-left: 10px;
}

.site-header .login-header .nice-select {
  border: 1px solid var(--white);
  border-radius: 10px;
}

.site-header .login-header .nice-select.open .list li {
  text-align: center;
}

.site-header .login-header .nice-select:after {
  background: url(../images/header-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 12px;
  width: 12px;
}

/*****  MOBILE MENU CSS  *****/
.mobile-menu-wrapper {
  position: fixed;
  z-index: 4;
  background: var(--white);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  right: 0;
  display: block;
  width: 100%;
  max-width: 400px;
}

.mobile-menu-wrapper.active-menu {
  transform: translate(0%, 0px);
}

.mobile-menu-wrapper .menu-close-icon {
  text-align: right;
  padding: 15px 20px;
  background: var(--theme-color);
}

.mobile-menu-wrapper .mobile-menu-bar > ul {
  height: calc(100vh - 48px);
  overflow: auto;
  padding: 10px 20px;
  background: var(--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;
  justify-content: space-between;
}

.mobile-menu-wrapper .mobile-menu-bar > ul > li {
  margin-top: 12px;
}

.mobile-menu-wrapper .mobile-menu-bar > ul > li a .close-menu-ioc {
  display: none;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li.is-open
  > a.acnav-label
  .menu-open-arrow {
  display: none;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li.is-open
  > a.acnav-label
  .close-menu-ioc {
  display: block;
}

.mobile-menu-wrapper .mobile-menu-bar > ul > li a .close-menu-ioc {
  display: none;
}

.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list {
  margin: 12px 0;
  display: none;
  padding: 0;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .menu-h-drop.is-open
  .acnav-label
  .close-menu-ioc {
  display: block;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .menu-h-drop.is-open
  .acnav-label
  .menu-open-arrow {
  display: none;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li:not(:last-of-type) {
  margin-bottom: 8px;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li
  a {
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
  font-family: var(--first-font);
}

.mobile-menu-wrapper .mobile-menu-bar > ul > li a svg {
  margin-left: auto;
  width: 14px;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul {
  margin-bottom: 15px;
}

.mobile-menu-wrapper .mobile-menu-bar .has-children > ul {
  margin: 12px 0 0;
}

.mobile-menu-wrapper
  .mobile-menu-bar
  .has-children
  > ul
  > li:not(:last-of-type) {
  margin-bottom: 12px;
}

.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a {
  font-size: 14px;
  font-family: var(--first-font);
}

.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a.acnav-label {
  font-weight: 600;
}

.mobile-menu-wrapper .menu-close-icon svg path {
  fill: var(--black);
}

/****** CART DRAWER CSS ********/
.overlay {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.overlay.active,
.cartOpen .overlay::after,
.active-menu .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%;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.cartOpen .cartDrawer {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mini-cart-title a {
  font-size: 16px;
}

.cartDrawer .mini-cart-header {
  position: relative;
  text-align: center;
  padding: 17px 30px 16px 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--theme-color);
  color: var(--black);
}

.cartDrawer .cart-tottl-itm {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cartDrawer .mini-cart-body {
  overflow-y: auto;
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cartDrawer .mini-cart-body::-webkit-scrollbar {
  width: 6px;
}

.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
  background: var(--second-color);
}

.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
  background-color: #183a40;
}

.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);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

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

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

.mini-cart-image a {
  display: block;
  padding-top: 138%;
  position: relative;
  background: var(--theme-color);
  border-radius: 12px;
}

.mini-cart-image img {
  top: 0;
  object-fit: scale-down;
  object-position: center;
  position: absolute;
  left: 0;
  right: 0;
}

.mini-cart-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding-left: 15px;
}

.mini-cart-title {
  margin-bottom: 5px;
  font-weight: 600;
}

.cartDrawer .cart-variable {
  margin-bottom: 10px;
}

.cartDrawer .cart-variable p {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
}

.qty-spinner {
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  height: 35px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.qty-spinner button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30px;
  color: var(--black);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

del {
  color: var(--second-color);
  opacity: 0.6;
  text-decoration: line-through;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.price ins {
  font-size: 16px;
  font-weight: 600;
}

.price ins.text-danger {
  color: #ff0000;
}

.price .currency-type {
  font-size: 12px;
}

.price del {
  font-weight: 500;
  margin-left: 8px;
  font-size: 16px;
}

.cartDrawer .mini-cart-details .price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font: var(--common-text);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cartDrawer .pvarprice {
  margin-top: 12px;
}

.cartDrawer .price del {
  margin-left: 10px;
  color: var(--second-color);
}

.cartDrawer .price ins {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.cartDrawer .price .currency-type {
  font-weight: 500;
  font-size: 10px;
  margin-left: 3px;
  display: inline-block;
  font-size: 12px;
}

.cartDrawer .mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
}

.cartDrawer .mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px 20px;
}

.cartDrawer .mini-cart-footer-total-row div {
  padding: 0 10px;
}

.cartDrawer .mini-cart-footer .u-save {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cartDrawer .mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
}

.cartDrawer .mini-cart-footer .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-btn svg {
  fill: var(--second-color);
  margin-left: 10px;
  width: 20px;
  height: auto;
}

.cartDrawer .remove_item svg path {
  fill: var(--second-color);
}

.cartDrawer .remove_item svg {
  height: 15px;
  width: 15px;
}

.cartDrawer .emptyCart {
  padding: 50px 0 0 0;
}

.cartDrawer .link-btn:before {
  display: none;
}

/**** SEARCH POPUP CSS ****/
.search-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 3;
  padding: 0 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper {
  max-width: 1000px;
  width: 100%;
}

.search-form-wrapper form {
  width: 100%;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.search-popup .close-search svg {
  height: 100%;
  width: 100%;
}

.search-form-wrapper .form-inputs {
  width: 100%;
  position: relative;
}

.search-form-wrapper input {
  padding: 15px 60px 15px 20px;
  color: var(--white);
  border: 1px solid var(--white);
}

.search-form-wrapper input::placeholder {
  color: var(--white);
}

.search-form-wrapper .btn {
  position: absolute;
  background: var(--theme-color);
  right: 5px;
  top: 50%;
  width: 45px;
  padding: 0;
  height: calc(100% - 10px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
}

.search-form-wrapper .btn svg path {
  fill: var(--black);
}

.search-form-wrapper .btn svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  fill: var(--white);
}

/*****  SUBSCRIBE POPUP CSS *****/
.subscribe-popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 950px;
  width: 95%;
  margin: 0 auto;
  color: var(--white);
  z-index: 5;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe-popup .close-sub-btn svg path {
  fill: var(--white);
}

.subscribe-popup h2 {
  font-family: var(--second-font);
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-style: italic;
}

.subscribe-overlay {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  background: rgba(30, 47, 58, 0.85);
  visibility: hidden;
  opacity: 0;
}

.subscribe-overlay.open {
  opacity: 1;
  visibility: visible;
}

.subscribe-popup .sub-close-btn {
  background: transparent;
  border: 0;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: end;
}

.subscribe-popup .sub-close-btn svg {
  height: 30px;
  width: 30px;
}

.subscribe-popup .sub-close-btn svg path {
  fill: var(--white);
}

.subscribe-popup .sub-left-inner {
  background: var(--white);
  padding: 40px 29px;
  color: var(--black);
}

.subscribe-popup .sub-right-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.subscribe-popup .sub-right-inner .img-wrapper {
  padding-top: 96%;
}

.subscribe-popup .sub-left-inner p {
  margin: 15px 0px;
}

.subscribe-popup .subscriber-form input {
  margin-top: 10px;
  padding: 14px 40px 14px 20px;
}

.subscribe-popup .subscriber-form .enter-email-row {
  position: relative;
}

.subscribe-popup .subscriber-form .btn-svg {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe-popup .subscriber-form {
  margin-bottom: 20px;
}

.subscribe-popup .sub-left-inner .btn svg path {
  fill: var(--white);
}

.subscribe-popup .sub-left-inner .btn:hover svg path {
  fill: var(--black);
}

/********** COMMON  CSS  **********/
.offset-container {
  position: relative;
}

.offset-left {
  margin-left: calc((100% - 1200px) / 2);
  padding-left: 15px;
  margin-right: 0;
}

.offset-right {
  margin-right: calc((100% - 1200px) / 2);
  margin-left: 0;
  padding-right: 15px;
}

/****************  TABS CSS *****************/
.tab-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.tab-content.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* ============================================= */
/* !!!!             FOOTER CSS             !!!! */
/* ============================================= */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 70px 0px 30px 0px;
  background-color: var(--theme-color);
  color: var(--black);
}

.site-footer .footer-top {
  margin-bottom: 30px;
}

.site-footer .footer-top .footer-logo {
  max-width: 170px;
  width: 100%;
}

.site-footer .footer-top .footer-logo a {
  display: block;
}

.site-footer-one .footer-top p {
  flex: 1;
  padding-left: 100px;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0px;
  border-top: 1px solid #435e70;
  border-bottom: 1px solid #435e70;
}

.footer-col {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px;
}

.footer-subscribe-col {
  max-width: 320px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}

.site-footer-one .footer-link-1 {
  padding-left: 0;
}

.site-footer .footer-widget p {
  padding: 0 0 20px;
  color: var(--black);
}

.site-footer .footer-widget h2 {
  padding: 0 0 20px 0;
  position: relative;
  font: var(--h5);
}

.site-footer .footer-link .footer-widget ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.site-footer .footer-link-3 .footer-widget h4 {
  text-align: end;
}

.footer-subscribe-col h6 {
  font-size: 15px;
  margin-bottom: 5px;
}

.footer-subscribe-col .contactlink {
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-subscribe-col .addresslink {
  font-size: 18px;
  color: var(--second-color);
}

.footer-bottom {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom a b {
  text-decoration: underline;
}

.footer-bottom .payment-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.acnav-list {
  display: none;
}

.footer-subscribe-col .social-ul {
  display: flex;
  align-items: center;
}

.footer-subscribe-col .social-ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-subscribe-col .social-ul li:not(:last-of-type) {
  margin-right: 15px;
}

.footer-subscribe-col .social-ul li a svg {
  height: 22px;
  width: 22px;
}

.footer-subscribe-col .social-ul li a svg path {
  fill: var(--black);
}

.site-footer .footer-link .footer-widget ul li:hover {
  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;
}

/****************  SITE FOOTER TWO CSS *****************/
.site-footer-two .footer-top .footer-logo {
  margin: 0 auto 20px;
}

.site-footer-two .footer-design {
  position: absolute;
  z-index: -1;
}

.site-footer-two .footer-design-one {
  top: 0;
  left: 0;
}

.site-footer-two .footer-design-two {
  right: 0;
  top: 0;
}

.site-footer-two .footer-top {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 30px;
}

.site-footer-two .footer-subscribe-col {
  padding-left: 0;
}

.site-footer-two .footer-subscribe-col ul li a,
.site-footer-three .footer-subscribe-col ul li a {
  display: flex;
  align-items: center;
}

.site-footer-two .footer-subscribe-col ul li a svg,
.site-footer-three .footer-subscribe-col ul li a svg {
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}

.site-footer-two .footer-subscribe-col ul li a svg path,
.site-footer-three .footer-subscribe-col ul li a svg path {
  fill: var(--black);
}

.site-footer-two .footer-subscribe-col ul li:not(:last-of-type),
.site-footer-three .footer-subscribe-col ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

/**************** SITE FOOTER THREE CSS *****************/
.site-footer-three .footer-link-1 {
  padding-left: 0px;
}

.site-footer-three .footer-three-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}

.site-footer-three .footer-row {
  border-top: 0;
  border-bottom: 0;
  padding: 0px;
}

.site-footer-three {
  padding: 70px 0px 0px 0px;
}

.site-footer-three .footer-bottom-wrp {
  background-color: var(--black);
  padding: 12px 0px;
  margin-top: 50px;
  color: var(--white);
}

.site-footer-three .footer-bottom {
  margin-top: 0px;
}

/***** HOME BANNER SECTION *****/
.main-banner-sec {
  position: relative;
  z-index: 1;
}

.main-banner-sec .banner-content-wrapper {
  position: relative;
  padding: 200px 0px 200px;
  max-width: 530px;
  width: 100%;
  margin-right: auto;
  color: var(--white);
}

.main-banner-sec .banner-content-inner .section-title h2 {
  font-family: var(--second-font);
  font-size: 60px;
}

.banner-content-wrapper p {
  margin-bottom: 20px;
}

.main-banner-sec .banner-content-inner .btn-transparent {
  border: 1px solid var(--white);
  color: var(--white);
}

.main-banner-sec .banner-content-inner .btn-transparent svg path {
  fill: var(--white);
}

.main-banner-sec .banner-content-inner .btn-transparent:hover {
  border: 1px solid var(--theme-color);
}

.main-banner-sec .img-wrapper img {
  border-radius: 0;
}

.main-banner-sec .main-banner-img {
  position: relative;
  width: 100%;
  display: block;
}

.main-banner-sec .main-banner-img .banner-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  z-index: -1;
}

.main-banner-sec .btn-transparent:hover {
  color: var(--black);
  background-color: var(--white);
}

.main-banner-sec .btn-transparent:hover svg path {
  fill: var(--black);
}

.home-btn-wrp .swiper-button-next,
.home-btn-wrp .swiper-button-prev {
  top: auto;
  bottom: 12%;
  transition: none;
}

.home-btn-wrp .swiper-button-next {
  right: 48%;
  transform: translate(100%, 0);
}

.home-btn-wrp .swiper-button-prev {
  left: 48%;
  transform: translate(-100%, 0);
}

.main-banner-sec .swiper-pagination {
  bottom: 13%;
  color: var(--white);
  z-index: 1;
}

/***** COSMETIC ABOUT SECTION *****/
.cosmetic-about-sec {
  background-color: whtie;
  color: black;
  padding: 40px 0px;
}

.cosmetic-about-sec .cosmetic-content-inner {
  text-align: center;
}

.cosmetic-about-sec .cosmetic-svg svg {
  margin: 0 auto 15px;
  height: 32px;
  width: 32px;
}

.cosmetic-about-sec .cosmetic-svg svg path {
  /* fill: var(--white); */
  fill: black;
}

/***** MAIN CATEGORY SECTION *****/
.main-category-sec {
  background-color: var(--theme-color);
  padding: 70px 0 70px;
}

.main-category-sec .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: var(--white);
}

.main-category-sec .category-card-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: var(--white);
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.main-category-sec .category-card-inner .category-image {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 15px;
}

.main-category-sec .category-card-inner .category-image img {
  max-width: 50px;
  width: 100%;
}

.main-category-sec .category-card-inner .category-content h3 {
  font: var(--h6);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--second-font);
}

/***** BEAUTY CIRCLE SECTION *****/
.beuaty-circle-sec {
  background-color: white;
  color: black;
}

.beuaty-circle-sec .beuaty-circle-left {
  max-width: 62%;
  width: 100%;
}

.beuaty-circle-sec .beuaty-circle-left h2 {
  margin-bottom: 20px;
}

.beuaty-circle-sec .beuaty-circle-img {
  position: relative;
  display: block;
}

.beuaty-circle-sec .beuaty-circle-img .circle-img {
  height: 100%;
  width: 100%;
}

.beuaty-circle-sec .beuaty-circle-img .circle-text-img {
  position: absolute;
  bottom: -1%;
  left: -11%;
  max-width: 150px;
  z-index: 2;
}

/***** TWO IMAGE SECTION *****/
.two-img-sec {
  position: relative;
  z-index: 1;
  background: white;
}

.two-img-sec .two-img-box-inner {
  display: flex;
  width: 100%;
}

.two-img-sec .two-img-box-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  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: 20px 20px 250px 20px;
  align-items: start;
  border-radius: 20px;
  color: var(--white);
}

.two-img-sec .two-img-box-body 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;
  border-radius: 20px;
}

.two-img-sec .two-img-box-body .two-img-title {
  max-width: 320px;
  width: 100%;
}

.two-img-sec .two-img-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.two-img-sec .btn-white:hover {
  background-color: var(--black);
  border: 1px solid var(--black);
}

.two-img-sec .two-img-box-body:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/***** PRODUCT TAB SECTION *****/
ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

ul.tabs li {
  padding: 11px 35px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  line-height: 1;
  outline: none;
  border: 1px solid var(--border-color);
  color: var(--black);
  cursor: pointer;
  font-weight: 500;
}

ul.tabs li.active {
  color: var(--white);
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
}

.product-card,
.blog-card {
  position: relative;
}

.product-card-inner {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.product-card .product-card-image {
  position: relative;
}

.product-card-inner .img-wrapper {
  padding-top: 80%;
}

.pro-labl {
  background: var(--theme-color);
  color: var(--white);
  padding: 5px 15px;
  display: inline-flex;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-weight: 500;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 1.2;
}

.product-card .wish-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ededed;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease-in-out 0.5s;
}

.product-card .wish-btn svg {
  height: 18px;
  width: 18px;
}

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

.product-card .subtitle {
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
}

.product-card .product-content,
.blog-card .blog-content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card .product-content .product-top-content,
.blog-card .blog-content .blog-top-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.product-card .rating-wrp {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 13px 0px 15px;
}

.product-card .rating-wrp span {
  color: #000000;
}

.product-card .price ins {
  font-size: 22px;
  display: inline-flex;
}

.product-card .off-type {
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
}

.product-card .price del {
  font-size: 14px;
  line-height: 1;
  margin-top: 17px;
  margin-left: -23px;
  opacity: 1;
  color: #a7a7a7;
}

.product-card .price {
  margin: 15px 0px;
}

.product-card .size-select .nice-select {
  margin-top: 5px;
  margin-bottom: 15px;
}

.product-card .product-bottom-content .cart-btn {
  width: 100%;
  justify-content: space-between;
  padding: 11px 20px;
}

.product-card h4 a,
.blog-card h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-tab-sec .tabs-container {
  position: relative;
}

/***** COSMETIC TOOLTIP SECTION *****/
.cosmetic-tooltip-sec {
  padding: 250px 0;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.cosmetic-tooltip-sec .tooltip-custom {
  position: absolute;
  cursor: pointer;
  max-width: 36px;
  max-height: 36px;
  top: 26%;
  left: 13%;
  right: 0;
}

.tool-ic {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--white);
  border-radius: 100%;
  transition: padding 0.3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--second-color);
  box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(231, 162, 117, 1);
  transform: translate3d(0, 0, 0);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
  transition: 0.2s ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 8px transparent, 0 0 0 14px rgba(90, 153, 212, 0);
  }
}

.tool-content {
  display: block;
  flex-wrap: wrap;
  z-index: 1;
  width: 300px;
  position: relative;
  background: var(--white);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-top: -45px;
  left: 60px;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.tool-content .toolimg a {
  display: block;
  position: relative;
  padding-top: 116%;
  background: var(--theme-color);
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tool-content .toolimg a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
}

.tooldesc {
  text-align: start;
}

.tooldesc .tooldesc-inner {
  margin-left: 15px;
}

.tooldesc .tooldesc-inner .price {
  margin: 15px 0px;
}

.tooldesc .tooldesc-inner .price del {
  color: #c52d2d;
}

.tooltip-custom:hover .tool-content {
  opacity: 1;
  visibility: visible;
}

.tooldesc-inner .btn {
  width: 100%;
}

.tooltip-custom:hover .tool-ic {
  transform: rotate3d(0, 0, 1, 45deg);
}

/***** BEAUTY CIRCLE SECOND SECTION *****/
.beauty-circle-second {
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: var(--black);
}

.beauty-circle-second .beuaty-circle-left {
  margin-left: auto;
}

.beauty-circle-second .beuaty-circle-img .circle-text-img {
  left: auto;
  right: -10%;
  bottom: 2%;
}

/***** TESTIMONIALS SECTION *****/
.section-title-center {
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 26px;
}

.section-title-center h2 {
  margin-bottom: 15px;
}

.testimonials-sec .testi-card-inner {
  background: var(--theme-color);
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.testimonials-sec .testi-card-inner .client-star-info-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.testimonials-sec .testi-card-inner .client-info {
  margin-left: 10px;
}

.testimonials-sec .testi-card-inner .client-info .client-name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-sec .testi-card-inner h3 {
  margin: 15px 0px;
  font-family: var(--second-font);
}

.testimonials-sec .testi-card-inner .client-img img {
  height: 100%;
  width: 100%;
}

.testimonials-slider .swiper-button-prev,
.testimonials-slider .swiper-button-next {
  background: var(--white);
}

/***** BLOG SECTION *****/
.blog-card-inner .img-wrapper {
  padding-top: 87%;
}

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

.blog-card .blog-content {
  padding: 15px;
  margin-top: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blog-card .blg-date-rate-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  gap: 12px;
  margin: 15px auto 10px;
}

.blog-card .blg-date-rate-wrp .client-name,
.blog-card .blg-date-rate-wrp .client-date {
  font-weight: 500;
}

.blog-card .subtitle {
  color: var(--black);
}

.blog-card .blog-bottom-content .btn {
  width: 100%;
  margin-top: 15px;
}

.blog-card-inner .blog-lbl {
  position: absolute;
  left: 15px;
  right: auto;
  top: 15px;
  font-size: 12px;
  background-color: var(--theme-color);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/***** PARTNER LOGO SECTION *****/
.partner-logo-sec .partner-logo-slider .swiper-slide {
  display: flex !important;
  justify-content: center;
}

.partner-logo-sec .partner-logo-item a img {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  cursor: crosshair;
}

.partner-logo-sec .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.partner-logo-sec .partner-logo-slider {
  padding: 10px 0px;
}

/***** SUBSCRIBE SECTION *****/
.suscribe-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.suscribe-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* background: #eaeaea; */
  width: 100%;
  height: 100%;
}

.suscribe-sec .subscribe-right-img img {
  height: 100%;
  width: 100%;
}

.suscribe-sec .subscribe-left-inner {
  max-width: 80%;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
}

.suscribe-sec .subscribe-left-inner .subtitle {
  color: var(--black);
}

.suscribe-sec .subscribe-left-inner h2 {
  font: var(--h3);
  font-family: var(--second-font);
  margin-bottom: 20px;
}

.suscribe-sec .subscribe-left-inner .section-title {
  margin-bottom: 25px;
}

.subscribe-sec-form .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.subscribe-sec-form .input-wrapper input {
  border: 1px solid var(--black);
  text-transform: uppercase;
  border-radius: 30px;
}

.subscribe-sec-form .input-wrapper .btn-subscibe {
  padding: 15px 20px;
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
  color: var(--white);
  border-radius: 30px;
}

/********** PRODUCT PAGE CSS **********/
.pdp-page-main-sec {
  position: relative;
  padding: 40px 0px;
  /* background-color: var(--theme-color); */
  z-index: 1;
  color: var(--black);
}

/** pdp slider **/
.pdp-slider-wrapper {
  display: flex;
}

.gallery-main {
  position: relative;
  width: 100%;
  margin-left: auto;
  background-color: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery-thumbs {
  max-width: 90px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  z-index: 2;
  max-height: 370px;
}

.product-slider-right .gallery-thumbs {
  right: 15px;
}

.product-slider-left .gallery-thumbs {
  left: 15px;
}

.pdp-page-main-sec .product-slider-left .gallery-main .product-arrow-wrapper {
  right: 0;
  left: auto;
}

.pdp-page-main-sec .gallery-thumbs-left .product-arrow-wrapper {
  left: auto;
  right: 0;
}

.pdp-left-column {
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.pdp-slider-img {
  position: relative;
  padding-top: 90%;
  display: flex;
  height: 100%;
  width: 100%;
}

.pdp-slider-img img,
.pdp-slider-img video,
.pdp-slider-img iframe,
.pdp-thumb-img svg,
.pdp-thumb-img video,
.pdp-thumb-img iframe,
.pdp-thumb-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.pdp-page-main-sec .gallery-main .product-arrow-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  right: auto;
  left: 0;
  position: absolute;
}

.pdp-thumb-image {
  background-color: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #e1e1c8;
}

.pdp-page-main-sec .gallery-main .swiper-button-prev,
.pdp-page-main-sec .gallery-main .swiper-button-next {
  position: relative;
  bottom: 0;
  border-radius: 0px;
  background-color: var(--black);
  opacity: 1;
}

.pdp-page-main-sec .gallery-main .swiper-wrapper {
  height: 100% !important;
}

.gallery-thumbs .swiper-slide-active {
  border: 1px solid var(--black);
}

/** pdp  center slider start**/
.product-slider-center {
  display: flex;
  flex-direction: column-reverse;
}

.gallery-thumbs-center {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-top: 20px;
  overflow: hidden;
}

.gallery-thumbs-center .pdp-thumb-image {
  display: block;
  position: relative;
  padding-top: 22%;
}

.pdp-page-main-sec .product-slider-center .gallery-main .product-arrow-wrapper {
  right: 0;
  left: auto;
}

.pdp-page-main-sec .product-slider-center .gallery-main {
  position: unset;
}

/** pdp  center slider end **/
/** pdp slider end **/
.pdp-right-column .pdp-top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
  align-items: center;
}

.pdp-right-column .pdp-top-content .new-labl {
  background-color: #dc4a4a;
}

.pdp-right-column .pdp-top-content .subtitle {
  margin-bottom: 0px;
}

.new-labl {
  background: var(--second-color);
  color: var(--white);
  padding: 5px 15px;
  width: auto;
  border-radius: 5px;
}

.dis-labl {
  background: var(--theme-color);
}

.pdp-right-column .pdp-rating {
  margin-bottom: 15px;
}

.pdp-right-column .pdp-rating .available-product::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  height: 12px;
  width: 12px;
  border-radius: 10px;
  background-color: #b1db3a;
}

.pdp-right-column .pdp-rating .review-rating svg {
  margin-right: 10px;
}

.pdp-right-column .pdp-rating .review-rating svg path {
  fill: var(--black);
}

.pdp-right-column .select-color-grp .radio-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pdp-right-column .select-color-grp .button input[type="radio"] {
  display: none;
}

.pdp-right-column
  .select-color-grp
  .button
  input[type="radio"]:checked
  + label {
  border-color: var(--black);
  color: var(--white);
  background-color: var(--black);
}

.pdp-right-column .select-color-grp .button label {
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  border: 2px solid var(--black);
  color: var(--black);
}

.pdp-right-column .size-select .button label {
  border-radius: 10px;
}

.pdp-right-column .size-select .nice-select {
  margin-top: 5px;
  width: 230px;
}

.pdp-right-column .available-product {
  position: relative;
  background: #328c50;
  padding: 8px 15px 8px 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: var(--white);
}

.pdp-right-column .available-product::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  height: 12px;
  width: 12px;
  border-radius: 10px;
  background-color: var(--white);
}

.pdp-right-column .qnty-btn-wrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0px;
}

.pdp-right-column .qty-spinner {
  border: 1px solid var(--black);
}

/** table css **/
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  text-align: left;
  border: 2px solid var(--border-color);
}

table tr {
  display: block;
}

@media (min-width: 576px) {
  .size-tbl table tr {
    display: table-row;
  }
}

table tr th {
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--theme-color);
}

table tr td[data-label="Stamp ID"],
table tr td[data-label="Country"],
table tr td[data-label="Scott"] {
  font-weight: 700;
}

table tr td[data-label="Stamp ID"] {
  text-align: center;
  background-color: #c0c0c0;
}

table tr td {
  padding: 5px 10px 5px;
  display: block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}

table tr {
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  table tr td {
    padding: 20px 10px 20px;
    display: table-cell;
    text-align: center;
  }

  table tr {
    display: table-row;
  }
}

table tr .bg-gray {
  background: #f8f8f8;
}

.pdp-right-column .time-counter svg {
  height: 20px;
  width: 20px;
}

.pdp-right-column .time-counter #timer span {
  margin: 0px 3px;
}

.pdp-right-column .qty-spinner button,
.qty-spinner input {
  width: 30px;
}

.pdp-right-column .price-wrp .price ins {
  font-size: 28px;
  display: inline-flex;
}

.pdp-right-column .off-type {
  font-size: 10px;
  display: inline-block;
  color: #c52d2d;
  margin-left: 3px;
}

.pdp-right-column .price del {
  font-size: 14px;
  margin-top: 17px;
  margin-left: -23px;
  color: var(--black);
  line-height: 1;
}

.pdp-right-column .price-wrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.pdp-right-column .free-dlvry-wrp {
  display: flex;
  align-items: center;
  border: 1px solid var(--black);
  border-radius: 10px;
}

.pdp-right-column .free-dlvry-wrp .free-delivery {
  padding: 10px;
}

.pdp-right-column .free-dlvry-wrp .delivery-svg svg {
  height: 25px;
  width: 25px;
}

.pdp-right-column .free-dlvry-wrp .delivery-svg svg path {
  fill: var(--black);
}

.pdp-right-column .free-dlvry-wrp .delivery-content {
  margin-left: 10px;
  flex: 1;
}

.pdp-right-column .free-dlvry-wrp .delivery-content h6 {
  margin-bottom: 7px;
}

.pdp-right-column .free-dlvry-wrp .free-delivery:not(:last-of-type) {
  border-right: 1px solid var(--black);
}

.pdp-page-main-sec .pdp-right-column {
  position: relative;
}

.pdp-right-column .pdp-social-icons {
  padding: 10px 0px;
  float: right;
  margin-top: 15px;
}

.pdp-right-column .pdp-social-icons p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin: 0 auto;
}

.pdp-right-column .pdp-social-icons ul li {
  display: flex;
  justify-content: center;
}

.pdp-right-column .pdp-social-icons ul li svg path {
  fill: var(--black);
}

.pdp-right-column .pdp-social-icons ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.pdp-right-column .pdp-social-icons ul {
  margin-top: 15px;
}

.pdp-right-column .section-title {
  max-width: 74%;
  width: 100%;
  margin-bottom: 20px;
}

.pdp-right-column .section-title h2 {
  margin-bottom: 15px;
}

.pdp-right-column .section-title h3 {
  margin-bottom: 10px;
}

.pdp-right-column .select-color-grp .radio-buttons {
  margin-top: 8px;
}

.pdp-right-column .select-color-grp {
  margin-bottom: 15px;
}

.pdp-right-column .size-select {
  margin-bottom: 15px;
}

.pdp-right-column .pdp-timer {
  margin-bottom: 15px;
}

.pdp-right-column .pdp-top-labl .dis-labl {
  background-color: #c4996c;
  color: var(--white);
}

.gallery-main .swiper-button-prev::before,
.gallery-main .swiper-button-next::before {
  background-image: url(../images/arrow-right1.svg);
}

/** pdp tab sec **/
.pdp-tab-sec .tab-img img {
  height: 100%;
  width: 100%;
}

.pdp-tab-sec .tab-img {
  border: 1px solid var(--border-color);
  border-radius: 15px;
  overflow: hidden;
}

.pdp-tab-sec .tab-head-row {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
}

.pdp-tab-sec ul.tabs {
  margin-bottom: 0px;
  justify-content: start;
}

.pdp-tab-sec ul.tabs li a {
  padding: 0 20px 10px;
  position: relative;
  display: block;
  color: #72828d;
}

.pdp-tab-sec ul.tabs li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--second-color);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.pdp-tab-sec ul li a:hover:before,
.pdp-tab-sec ul li.active a:before {
  opacity: 1;
}

.pdp-tab-sec ul.tabs li.active {
  text-decoration: none;
  font-weight: 500;
  color: var(--second-color);
}

.pdp-tab-sec ul.tabs li.active a {
  color: var(--black);
}

.pdp-tab-sec .review-content .review-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.pdp-tab-sec .review-content .customer-review .review-image {
  margin: 10px 0px;
}

.pdp-tab-sec .review-content .review-pdp-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}

.pdp-tab-sec .review-content .review-pdp-wrp {
  padding: 15px 0px;
  border-bottom: 1px solid var(--border-color);
}

.pdp-tab-sec .review-content .review-title-left h6 {
  margin-left: 15px;
}

.pdp-tab-sec .review-content .review-title-left h6 span {
  font-size: 14px;
  color: #83929b;
}

.pdp-tab-sec .review-pdp-wrp .section-title {
  max-width: 80%;
  width: 100%;
  margin: 0px;
}

.pdp-tab-sec .review-pdp-wrp .section-title p {
  margin-top: 10px;
}

.pdp-tab-sec .payment-wrp h5 {
  margin-bottom: 15px;
}

.pdp-tab-sec .payment-wrp .section-title p:not(:last-of-type) {
  margin-bottom: 10px;
}

.pdp-tab-sec .ship-content {
  border-left: 1px solid var(--border-color);
}

.pdp-tab-sec .pdp-tab-right ul.tabs li {
  padding: 0;
  background: transparent;
  border: 0;
}

.pdp-tab-sec .review-title-right a {
  text-decoration: underline;
}

/** pdp image banner sec **/
.pdp-img-bnr-sec {
  position: relative;
}

.pdp-img-bnr {
  position: relative;
  z-index: 1;
  padding: 40px 40px 40px 60px;
  color: var(--white);
}

.pdp-img-bnr .section-title {
  margin-bottom: 25px;
}

.pdp-img-bnr img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  border-radius: 20px;
}

.pdp-img-bnr-sec .img-bnr-column {
  max-width: 500px;
}

.pdp-img-bnr-sec .img-bnr-column ul {
  margin-top: 15px;
}

.pdp-img-bnr-sec .img-bnr-column ul li {
  display: flex;
  align-items: center;
}

.pdp-img-bnr-sec .img-bnr-column ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.pdp-img-bnr-sec .img-bnr-column ul li .check-svg {
  margin-right: 10px;
}

.pdp-img-bnr-sec .img-bnr-column ul li p {
  flex: 1;
}

.view-slider .swiper-wrapper {
  justify-content: center;
}

.view-product-sec .product-card .product-top-content p {
  margin: 10px 0px 0px;
}

.pdp-img-bnr-sec .img-bnr-column .subtitle {
  color: var(--white);
}

.row-reverse {
  flex-direction: row-reverse;
}

/************** COMMON BANNER SECTION CSS *************/
.common-banner-section {
  padding: 70px 0;
  background: var(--theme-color);
  color: var(--white);
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.common-banner-content .section-title {
  margin: 0 auto 15px;
  width: 100%;
}

.common-banner-section .filter-cat {
  margin-bottom: 15px;
}

.common-banner-section .filter-cat li:not(:last-of-type) {
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
}

.common-banner-section .filter-cat li:not(:last-of-type):after {
  content: ">";
  position: absolute;
  right: -1px;
}

.back-btn {
  color: var(--black);
  text-decoration: underline;
}

.back-btn svg {
  height: 12px;
  width: 12px;
  margin-right: 5px;
}

/*********** PRODUCT LISTING PAGE CSS  ***********/
.product-heading-row .row {
  align-items: center;
  padding: 70px 0 0px;
}

.product-filter-body {
  position: relative;
  /* border: 1px solid var(--border-color); */
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
}

.product-heading-column .filter-title {
  padding: 14px;
  /* border: 1px solid var(--border-color); */
  border-bottom: 0px;
  display: flex;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.product-filter-column .product-filter-body:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 50vw;
  height: 100%;
}

.filter-select-box {
  min-width: 160px;
}

.filter-title .icon {
  display: none;
}

.filter-title .filter-icon svg {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}

.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.product-heading-row .nice-select {
  width: 170px;
  padding: 5px 10px;
  border-radius: 5px;
}

.produdt-filter-cat li a {
  font-weight: 500;
}

.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.produdt-filter-cat li:not(:last-of-type):after {
  content: "/";
  position: absolute;
  right: -1px;
}

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

.product-cat-widget .acnav-list {
  padding: 10px 0 0px 20px;
}

.product-widget .acnav-label {
  display: block;
  position: relative;
  font-weight: 600;
}

.product-widget > .pro-itm > .acnav-label {
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  background-color: var(--third-color);
  border-radius: 5px;
}

.product-widget .acnav-list li a {
  text-transform: capitalize;
}

.product-widget .acnav-list li:not(:last-of-type) {
  margin-bottom: 8px;
}

.pro-itm-inner > .filter-listing > ul > li > .acnav-list {
  padding: 10px 0 2px 10px;
}

.product-widget .acnav-label:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(https://www.svgrepo.com/show/2087/plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  margin-right: 20px;
}

.product-widget .is-open > .acnav-label:after {
  background-image: url(https://static.thenounproject.com/png/253771-200.png);

  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.product-widget:not(:last-of-type) {
  /* border-bottom: 1px solid #e2e2e2; */
}

.product-widget {
  padding: 10px;
}

.text-checkbox .checkbox {
  margin: 0;
  float: left;
  padding-right: 9px;
  padding-bottom: 10px;
}

.text-checkbox .checkbox input[type="checkbox"] {
  display: none;
}

.text-checkbox .checkbox input[type="checkbox"] + .checkbox-label {
  content: "";
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--black);
  width: auto;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  font-size: 13px;
  border-radius: 5px;
  padding: 8px 19px;
  text-transform: lowercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.text-checkbox .checkbox input[type="checkbox"]:checked + .checkbox-label {
  background-color: var(--black);
  color: var(--white);
}

.delete-all {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 0px 0 0;
}

.delete-all svg {
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

.delete-all svg path {
  fill: var(--second-color);
}

.product-tag-widget ul li a {
  padding: 10px 12px;
  background: transparent;
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  border: 1px solid var(--theme-color);
}

.product-tag-widget ul li a:hover,
.product-tag-widget ul li.active a {
  background: var(--theme-color);
  color: var(--white);
}

.product-tag-widget ul li:not(:last-of-type) {
  margin-right: 5px;
}

.product-tag-widget ul li {
  display: inline-block;
}

#range-slider {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 23px;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: var(--second-color);
  height: 3px !important;
  top: -1px !important;
  border-radius: 0 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: var(--theme-color) !important;
  border: 1px solid var(--second-color) !important;
}

.ui-widget-content {
  background: #dddddd !important;
  border: none !important;
  border-radius: 0 !important;
  height: 1px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  height: 11px !important;
  width: 11px !important;
  top: -5px !important;
  margin-left: 0 !important;
  background: #dddddd;
  border: 2px solid var(--second-color) !important;
  border-radius: 10px;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.colour-col:not(:last-of-type) {
  padding: 0 15px 0 0;
}

.price-select {
  margin-left: -5px;
  margin-right: -5px;
}

.select-col p {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}

.select-col {
  width: 100%;
  max-width: 50%;
  padding: 0 5px;
}

.sorting-select {
  min-width: 125px;
}

.sorting-select select {
  padding: 10px 15px 9px;
  color: var(--black);
}

.product-price-widget .acnav-list {
  padding: 10px 0px 10px 0;
}

.colors-checkbox label {
  width: 100%;
}

.custom-checkbox {
  flex-shrink: 0;
}

.custom-checkbox,
.colors-checkbox label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: left;
}

.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  left: 0;
}

.custom-checkbox input[type="checkbox"] + .color,
.custom-checkbox input[type="radio"] + .color {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.custom-checkbox input[type="checkbox"]:checked + span.color {
  border: 2px solid var(--second-color);
}

.custom-checkbox input[type="checkbox"]:checked + span.color:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--second-color);
  border-width: 0px 1px 1px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.color-name {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}

.colors-checkbox .color-count {
  background: var(--border-color);
  padding: 1px 4px;
  font-size: 12px;
  border-radius: 5px;
}

.product-widget .acnav-list .colors-checkbox:not(:last-of-type) {
  margin-bottom: 8px;
}

.product-filter-right-column {
  padding-top: 20px !important;
  overflow: hidden;
}

.product-filter-right-column .row {
  margin: 0 -10px -20px;
}

.product-filter-right-column .theme-colored-card {
  padding: 0 10px;
  margin-bottom: 20px;
}

.theme-colored-card .product-card-inner {
  color: var(--theme-color);
  background: rgba(106, 89, 61, 0.13);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-colored-card .product-card-inner:hover {
  background: rgb(78 56 20 / 51%);
}

.theme-colored-card .link-btn:before {
  background-color: var(--theme-color);
}

.theme-colored-card .wish-btn svg path {
  fill: var(--theme-color);
}

.prod-listing-cat {
  color: var(--theme-color);
}

.product-filter-right-column .product-bottom-content {
  margin-top: 0;
}

.product-filter-right-column .product-card {
  margin-bottom: 20px;
}

.featured-inner-section .product-card .product-card-inner {
  border: 1px solid var(--second-color);
}

.text-checkbox .checkbox .clr {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
  border-radius: 100%;
}

.product-size-widget
  .text-checkbox
  .checkbox
  input[type="checkbox"]
  + .checkbox-label {
  padding: 8px 8px;
  font-size: 14px;
}

.product-fil-btn .filter-btn {
  width: 100%;
  margin-bottom: 15px;
}

.product-fil-btn .btn-transparent {
  width: 100%;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--black);
}

.product-fil-btn .btn-transparent:hover {
  background: transparent;
}

.product-fil-btn .btn-transparent:hover {
  background: transparent;
}

.product-heading-right-column .product-sorting-row {
  /* border: 1px solid var(--border-color); */
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.product-heading-right-column ul.tabs li {
  background: var(--third-color);
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 5px;
  border: 1px solid var(--third-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.product-heading-right-column ul.tabs {
  gap: 10px;
  margin-bottom: 0px;
}

.product-heading-right-column ul.tabs li.active {
  background: var(--second-color);
}

.product-heading-right-column ul.tabs li.active svg path {
  fill: var(--white);
}

.product-heading-right-column .filter-list-wrp p {
  margin-left: 10px;
}

.filter-select-wrp .featured-select {
  display: flex;
  align-items: center;
}

.product-heading-row .show-select .nice-select {
  width: 60px;
}

.filter-select-wrp .show-select {
  margin-left: 15px;
}

.product-heading-right-column ul.tabs li svg {
  height: 14px;
  width: 14px;
}

.collection-rightbar .product-heading-row .row,
.collection-rightbar .product-list-row {
  flex-direction: row-reverse;
}

/** grid view css **/
.product-grid-view .product-card-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-grid-view .product-card-inner .product-card-image {
  max-width: 200px;
  flex: 0 0 200px;
  width: 100%;
}

.product-grid-view .product-card-inner .product-top-content {
  max-width: 350px;
  flex: 0 0 350px;
  width: 100%;
  margin-left: 15px;
}

.product-grid-view .product-card-inner .product-bottom-content {
  flex: 1;
  text-align: end;
}

.product-grid-view .product-card-inner .product-label-wrp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-grid-view .product-card-inner .product-lbl {
  position: unset;
  padding: 2px 10px;
  background: var(--second-color);
  color: var(--white);
  border-radius: 10px;
  font-weight: 600;
}

.product-grid-view .product-card-inner .img-wrapper img {
  border: 1px solid var(--border-color);
}

.product-grid-view .timer-counter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #eeeeee;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 12px;
}

.product-grid-view .timer-counter svg path {
  fill: var(--second-color);
}

.product-grid-view .product-card-inner .product-top-content h4 {
  margin: 15px 0px 10px;
}

.product-grid-view .product-card-inner .img-wrapper {
  padding-top: 82%;
}

.product-grid-view .product-bottom-content .product-star-wrp {
  display: flex;
  justify-content: end;
  gap: 15px;
  align-items: center;
}

.product-grid-view .product-card .wishlist-btn {
  position: unset;
  opacity: 1;
  visibility: visible;
  background: #ededed;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
}

.product-grid-view .product-card .wishlist-btn svg path {
  fill: var(--black);
}

.product-grid-view .product-card .price {
  justify-content: end;
  margin: 10px 0px;
}

.product-grid-view .color-swatch-variants {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

.product-grid-view .product-card .cart-btn-content {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.product-grid-view .product-card .cart-btn-content .btn {
  width: auto;
}

.product-filter-right-column .product-grid-view .product-card {
  margin-bottom: 0px;
}

.product-filter-right-column
  .product-grid-view
  .product-card
  .product-card-inner {
  border: 0;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0px;
  border-radius: 0px;
}

.product-grid-view .product-card:first-of-type .product-card-inner {
  border-top: 1px solid var(--border-color);
}

.product-filter-body .close-filter {
  display: none;
}

.product-grid-view .product-card .price ins {
  font-size: 18px;
  margin: 0px;
}

.product-grid-view .product-card .price del {
  margin-top: 0px;
  margin-left: 5px;
  font-size: 18px;
}

.product-grid-view .product-card .size-select {
  margin-bottom: 15px;
}

.product-grid-view .size-select .nice-select {
  max-width: 150px;
  width: 100%;
  margin-left: auto;
}

/** COLLECTION LIST PAGE CSS **/
.collection-main-sec .product-card .new-lbl {
  top: 15px;
  left: 15px;
  position: absolute;
  padding: 5px 15px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.collection-main-sec .product-card-inner .product-content {
  background-color: #eeeeee;
  margin-top: 0px;
  padding: 20px;
  align-items: center;
}

.collection-main-sec .product-card-inner .product-bottom-content {
  width: 100%;
  margin-top: 15px;
}

.collection-main-sec .product-card-inner .product-bottom-content .btn {
  padding: 11px 25px;
  width: 100%;
}

.collection-main-sec .product-card {
  margin-bottom: 20px;
}

.collection-main-sec {
  padding-bottom: 50px;
}

.collection-main-sec .product-card-image .img-wrapper img {
  border-radius: 0px;
}

.collection-main-sec .product-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px;
  border: 0px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

/** BLOG PAGE CSS **/
.blog-banner-sec .common-banner-content .section-title {
  margin-bottom: 0px;
}

.blog-grid-sec .blg-recent .blog-itm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  border-top: 1px solid var(--border-color);
}

.blog-grid-sec .blg-recent {
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.blog-grid-sec .blogleftbar .section-title {
  padding: 10px;
  margin-bottom: 0px;
}

.blg-elagant .leave-form p {
  margin-bottom: 15px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-image {
  max-width: 90px;
  flex: 0 0 90px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-image .img-wrapper {
  padding-top: 90%;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content {
  flex: 1;
  margin-left: 10px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content h6 {
  margin-bottom: 10px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content svg {
  height: 13px;
  width: 13px;
  margin-right: 5px;
}

.blog-grid-sec .blg-recent .blog-itm .blog-content svg path {
  fill: var(--black);
}

.blog-grid-sec .blogrightbar .blog-content .blg-cmnt {
  margin-top: 10px;
}

.blog-grid-sec .blogrightbar .blog-card {
  margin-bottom: 20px;
}

.blog-grid-sec .blg-elagant {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  margin-top: 20px;
}

.blog-grid-sec .blogleftbar .elegant-slider {
  padding: 10px 10px 60px;
  border-top: 1px solid var(--border-color);
}

.blog-grid-sec .blogleftbar .product-card-inner .product-content {
  align-items: center;
}

.blog-grid-sec .blogleftbar .product-card .product-top-content {
  text-align: center;
}

.blog-grid-sec .blogleftbar .elegant-slider .product-arrow-wrapper {
  bottom: 0px;
  left: 50%;
}

.pagination-row ul {
  display: flex;
  justify-content: center;
}

.pagination-row ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-row ul li a {
  padding: 5px 12px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.pagination-row ul li a.active {
  background-color: var(--border-color);
}

.pagination-row ul li:not(:last-of-type) {
  margin-right: 5px;
}

.pagination-row ul li a svg {
  height: 10px;
  width: 10px;
}

.blogrightbar .blog-card .blog-content .blog-top-content p {
  margin: 10px 0px 15px;
}

.blog-with-rightbar {
  flex-direction: row-reverse;
}

/** ARTICLE PAGE CSS **/
.article-banner-sec .common-banner-content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: var(--white);
}

.common-banner-black .common-banner-content {
  color: var(--black);
}

.article-banner-sec .common-banner-content .back-btn svg path {
  fill: var(--black);
}

.article-banner-sec .filter-cat {
  margin-bottom: 0px;
}

.article-banner-sec .common-banner-content .back-btn {
  margin-right: 50px;
  display: flex;
  gap: 10px;
  color: var(--white);
  align-items: center;
  text-decoration: none;
}

.common-banner-black .common-banner-content .back-btn {
  color: var(--black);
}

.article-banner-sec .common-banner-content .back-btn svg {
  margin-right: 0px;
}

.article-banner-sec .article-bnr-img img {
  width: 100%;
}

.article-banner-sec .article-bnr-img {
  border-radius: 15px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.article-banner-sec {
  background: linear-gradient(
    to bottom,
    var(--theme-color) 80%,
    transparent 20% 100%
  );
}

.articlebar .section-title {
  max-width: 60%;
  width: 100%;
}

.articlebar .section-title .subtitle {
  padding: 5px 15px;
  border: 1px solid var(--theme-color);
  display: inline-flex;
  border-radius: 10px;
}

.articlebar .about-user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.articlebar .abt-user-img img {
  height: 100%;
  width: 100%;
}

.articlebar p {
  margin-bottom: 25px;
}

.articlebar h4 {
  font-size: 28px;
}

.articlebar h4,
.articlebar h5 {
  margin-bottom: 20px;
}

.articlebar .art-top-heading {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.articlebar .article-img {
  width: 100%;
}

.article-section .about-full-img {
  margin-bottom: 15px;
}

.articlebar .art-auther {
  margin-bottom: 30px;
}

.articlebar .quote-box {
  padding-left: 25px;
  border-left: 2px solid var(--second-color);
  margin-bottom: 30px;
}

.articlebar .quote-box h5 {
  font-size: 24px;
  line-height: 1.2;
}

.articlebar p a {
  text-decoration: underline;
}

.articlebar .art-tags-icons-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--border-color);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.articlebar .art-tags-icons-wrp .tags-ul li {
  padding: 4px 20px;
  border: 1px solid var(--black);
  border-radius: 10px;
  line-height: 1;
}

.articlebar .art-tags-icons-wrp .tags-ul li:not(:last-of-type) {
  margin-right: 10px;
}

.articlebar .art-tags-icons-wrp label {
  margin-right: 15px;
}

.art-tags-icons-wrp .art-social {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.articlebar .comment-form-wrp {
  background: #fbfbfb;
  border-radius: 10px;
}

.articlebar .comment-form {
  max-width: 750px;
  margin: auto;
  padding: 40px;
}

.articlebar .comment-form .section-title {
  margin: auto;
  max-width: 100%;
  text-align: center;
}

.articlebar .social-icon .social-ul li a svg {
  height: 18px;
  width: 18px;
}

.social-icon .social-ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/** MY ACCOUNT PAGE CSS **/
.my-acc-sec table tr th {
  background-color: var(--border-color);
  padding: 10px;
}

.my-acc-sec table {
  border: 1px solid var(--border-color);
}

.my-acc-sec table tr {
  border-bottom: 1px solid var(--border-color);
}

.my-acc-sec table tr td {
  padding: 10px 15px 10px;
}

.my-acc-sec .account-details ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid var(--border-color);
}

.my-acc-sec .account-details ul li:not(:last-of-type) {
  border-top: 1px solid var(--border-color);
}

.my-acc-sec .account-details ul li label {
  max-width: 10%;
  width: 100%;
}

.my-acc-sec .order-history-frame {
  margin-bottom: 40px;
}

.my-acc-sec .acc-btn-wrp {
  margin-top: 30px;
}

.my-acc-sec .acc-btn-wrp .acc-btn {
  margin-right: 15px;
}

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

/** ABOUT PAGE CSS **/
.about-us-page .about-right-inner img {
  width: 100%;
}

.about-us-page .about-left-inner .section-title {
  max-width: 80%;
  width: 100%;
}

.about-us-page .about-left-inner .section-title h3 {
  margin-bottom: 26px;
  font-family: var(--first-font);
}

.about-full-img-sec .about-full-img,
.about-us-page .about-right-inner,
.article-section .about-full-img {
  border-radius: 15px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.about-full-img-sec .about-full-img img {
  width: 100%;
}

.about-counter-sec .counting {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.about-counter-sec .counting::after {
  content: " +";
  display: inline-block;
}

.about-counter-sec .counting-letter::after {
  content: "k";
}

.about-counter-sec .counter-item {
  text-align: center;
}

.about-counter-sec .counter-item p {
  margin-top: 10px;
}

.about-team-sec .product-card .product-top-content p {
  margin: 10px 0px 0px;
}

.about-team-sec .section-title h2 {
  margin-bottom: 15px;
}

.about-team-sec .product-card-inner {
  padding: 0px;
  border: 0px;
}

/** FAQ PAGE CSS **/
.faq-page .set {
  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;
}

.faq-page .faq-acnav .set:not(:last-of-type) {
  margin-bottom: 30px;
}

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

.faq-page .set .acnav-label:after {
  content: "";
  position: absolute;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: var(--black);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  right: 15px;
  transition: all ease-in-out 0.5s;
}

.faq-page .set.is-open .acnav-label::after {
  background-image: url(../images/minus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px;
}

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

.faq-page .faq-right-itm .faq-form,
.contact-page .contact-right-inner .contact-form {
  border: 1px solid var(--border-color);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.form-container {
  padding: 15px;
  border-bottom: 1px solid var(--border-color);
}

.form-container .cart-btn {
  width: 100%;
}

.form-container:last-child {
  border-bottom: 0;
}

.faq-page .faq-left-itm .section-title h2 {
  margin-bottom: 20px;
}

/** CONTACT PAGE CSS **/
.contact-page {
  position: relative;
  z-index: 2;
}

.contact-left-inner ul li h5 {
  margin-bottom: 15px;
}

.contact-left-inner ul .social-link {
  margin-bottom: 30px;
}

.contact-left-inner ul .social-link .social-inner-link li {
  margin-bottom: 5px;
}

.contact-about-sec {
  background-color: white;
}

.contact-about-sec .cosmetic-content-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 40px 0px;
}

.contact-about-sec .cosmetic-center-inner {
  background-color: var(--white);
}

.contact-left-inner ul li .address {
  line-height: 26px;
}

.contact-left-inner ul .social-link .social-icons {
  display: flex;
  align-items: center;
}

.contact-left-inner ul .social-link .social-icons li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-left-inner ul .social-link .social-icons li:not(:last-of-type) {
  margin-right: 15px;
}

.contact-form .form-heading h4 {
  margin-bottom: 15px;
}

.contact-form .form-container p a {
  text-decoration: underline;
}

.contact-direction-sec {
  position: relative;
  z-index: 1;
  padding: 100px 0px;
}

.contact-direction-sec .direction-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.contact-direction-sec .contact-direction-column {
  background-color: var(--white);
  max-width: 300px;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.contact-direction-sec .contact-direction-column .direction-logo {
  max-width: 160px;
  width: 100%;
  margin: auto;
}

.contact-direction-sec .contact-direction-column .direction-logo img {
  height: 100%;
  width: 100%;
}

.contact-direction-sec .contact-direction-column p {
  margin: 15px 0px 20px;
}

.contact-right-inner {
  background: var(--white);
  margin-bottom: -350px;
}

/** CMS PAGE CSS **/
.cms-page h4,
.cms-page h6 {
  margin-bottom: 20px;
}

.cms-page p:not(:last-of-type) {
  margin-bottom: 25px;
}

.cms-page p,
.cms-page ul li {
  color: var(--seventh-color);
}

.cms-page ul {
  margin: 0px 15px 25px;
  padding-left: 20px;
}

.cms-page ul li {
  list-style: disc;
}

.cms-page ul li:not(:last-of-type) {
  margin-bottom: 9px;
}

.shipping-page .shipping-tbl {
  max-width: 500px;
  border: 0;
  margin: 0 0 25px;
}

.shipping-page table tr th,
.shipping-page table tr td {
  text-align: start;
}

.shipping-page table tr th {
  background-color: var(--theme-color);
  color: var(--black);
  padding: 15px;
}

.shipping-page table tr td {
  background-color: #f5f5f5;
  padding: 10px 10px 10px;
}

.shipping-page table .bg-transparent td {
  background-color: transparent;
}

.shipping-page .help-link {
  margin: 0px 15px 0px;
}

.wishlist-page-sec .order-historycontent table tr td .pro-img-cart {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

/** CART PAGE CSS **/
.cart-table {
  border: 0;
}

.cart-table tr td:first-child a {
  border: 1px solid var(--border-color);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.cart-table tr th,
.cart-table tr td {
  text-align: left;
  padding: 10px;
}

table tr td:first-child a {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cart-table tr th:first-child,
  .cart-table tr td:first-child {
    width: 165px;
  }
}

.cart-table tr {
  border-bottom: 1px solid var(--border-color);
}

.cart-table tr td:first-child {
  padding-left: 0;
}

.cart-table .price {
  margin: 15px 0px 10px;
  font-weight: 600;
}

.cart-table .product-option {
  display: flex;
  align-items: center;
}

.cart-table .product-option:not(:last-of-type) {
  margin-bottom: 5px;
}

.cart-table .product-option dt {
  font-weight: 500;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .cart-table tr th:last-child,
  .cart-table tr td:last-child {
    text-align: right;
  }

  .cart-table tr td:last-child {
    padding-right: 0;
  }
}

.cart-table .qty-spinner button,
.cart-table .qty-spinner input {
  background-color: var(--theme-color);
}

.cart-table tr td:last-child {
  font-weight: 600;
}

.cart-page-sec .coupon-table {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 30px;
}

.cart-page-sec .coupon-text-btn-wrp {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}

.cart-page-sec .subtotal {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cart-page-sec .btn-transparent svg {
  margin-left: 0;
  margin-right: 10px;
}

.cart-page-sec .btn-transparent:hover {
  color: var(--white);
}

.cart-page-sec .btn-transparent:hover svg path {
  fill: var(--white);
}

.cart-page-sec .continue-btn {
  width: auto;
  margin-right: 20px;
}

.cart-page-sec .order-note {
  flex: 1;
}

.cart-page-sec textarea {
  padding: 12px 20px;
  border-radius: 20px;
  border-color: var(--black);
}

.cart-page-sec .subtotal span p {
  font-size: 12px;
  margin-top: 5px;
}

.cart-page-sec .subtotal .price ins {
  font-size: 22px;
  margin-left: 10px;
}

.cart-banner-sec .common-banner-content .section-title {
  margin-bottom: 0px;
}

.cart-table tr td .quantity-wrp {
  display: flex;
  align-items: center;
}

.cart-table tr td .quantity-wrp .remove-btn svg {
  height: 20px;
  width: 20px;
  margin-left: 10px;
}

/** WISHLIST PAGE CSS **/
.wishlist-page-sec .stk-status {
  position: relative;
  background-color: #f0f0f0;
  padding: 8px 15px 8px 30px;
  display: inline-flex;
  width: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wishlist-page-sec .stk-status::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #b1db3a;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
  border-radius: 50%;
}

.wishlist-page-sec .btn-transparent {
  padding: 0;
  border: 0;
  text-decoration: underline;
}

.wishlist-page-sec .btn-transparent:hover {
  background-color: transparent;
  color: var(--black);
}

.wishlist-page-sec .btn-transparent:hover svg path {
  fill: var(--black);
}

/** REGISTER PAGE CSS **/
.register-page .login-form-inner {
  background-color: #faf9f6;
  padding: 20px;
  border-radius: 10px;
}

.register-page .account-info-icon li a {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.register-page .account-info-icon {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.register-page .account-info-icon li a svg {
  height: 30px;
  width: 30px;
}

.register-page .login-form-inner .section-title h3 {
  margin-bottom: 15px;
}

.register-page .login-form-inner .form-container {
  padding: 0;
  border: 0;
}

.register-page .login-form-inner .form-container .forgot-pass {
  text-decoration: underline;
  text-align: end;
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
}

.register-page .login-form-inner .form-container .ssl-secure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.register-page .login-form-inner .create-btn {
  width: 100%;
}

.register-page .login-right-inner {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.register-page .login-right-inner .login-right-top {
  flex: 1;
  padding: 20px;
}

.register-page .login-right-inner .login-right-bottom {
  height: 100%;
  padding: 20px;
  background-color: var(--theme-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 0px 10px 10px;
}

.register-page .account-info-icon li p {
  color: var(--white);
  text-align: center;
}

.register-page .shop-btn {
  text-align: center;
  margin-top: 30px;
}

/** ERROR PAGE CSS **/
.error-main-sec {
  color: var(--black);
}

.error-main-sec .eroor-content {
  text-align: center;
}

.error-main-sec .eroor-content .large-text {
  font-size: 100px;
  font-family: var(--first-font);
  font-weight: 500;
  line-height: 75%;
}

.error-main-sec .eroor-content .form-input {
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
}

.error-main-sec .eroor-content .form-input input {
  padding: 14px 40px 14px 20px;
  color: var(--black);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.error-main-sec .eroor-content .form-input input::placeholder {
  color: var(--black);
}

.error-main-sec .eroor-content .form-input .input-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
}

.error-main-sec .eroor-content .form-input .input-btn svg path {
  fill: var(--black);
}

.error-main-sec .eroor-content .section-title h3 {
  margin: 25px 0 20px;
}

.error-banner-sec .filter-cat {
  margin-bottom: 0px;
}

.error-banner-sec {
  color: var(--black);
}

/** ORDER PAGE CSS **/
.order-history-list .order-title {
  margin-bottom: 26px;
}

.order-history-list .order-title h4 {
  margin-bottom: 15px;
}

.order-payment-box {
  max-width: 300px;
  margin-left: auto;
  border: 1px solid var(--border-color);
  padding: 20px;
  border-top: 0;
}

.order-payment-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-payment-box ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

.order-address-inner .address-title {
  background: var(--border-color);
  padding: 10px;
  margin-bottom: 20px;
}

/** BACK TO TOP CSS **/
#button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--second-color);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button svg {
  height: 24px;
  width: 24px;
}

#button svg path {
  fill: var(--white);
}

/** mobile sticky CSS **/
.mobile-sticky-wrp {
  box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 40px;
  padding: 8px 40px;
  gap: 15px;
  transition: all ease-in-out 0.5s;
}

.mobile-sticky-wrp svg {
  height: 22px;
  width: 22px;
  margin: 0 auto 5px;
}

.mobile-stickybar {
  position: fixed;
  bottom: 15px;
  right: 0px;
  left: 0px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.mobile-sticky-wrp ul li a {
  text-align: center;
}

.mobile-stickybar.show {
  visibility: visible;
  opacity: 1;
}

.mobile-sticky-wrp li {
  line-height: 1;
}

.mobile-sticky-wrp span {
  display: block;
  line-height: 1;
}

/*** color select-box ***/
.color-select-main {
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  right: -250px;
  padding: 8px;
  position: fixed;
  text-align: left;
  top: 250px;
  width: 250px;
  z-index: 2;
}

.color-select-wrp {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border: medium none;
  padding: 7px 15px;
  transition: 0.3s ease-in-out;
  margin-left: -74px;
  margin-top: -42px;
  border-radius: 30px 0px 0px 30px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  -ms-border-radius: 30px 0px 0px 30px;
  -o-border-radius: 30px 0px 0px 30px;
}

.color-select-main .color-select-wrp::before {
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  line-height: 36px;
  padding: 0 10px;
  background: url(../images/color-circle.webp) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 36px;
  display: block;
  animation: rotation 8s infinite linear;
}

.clr-select-box {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: fixed;
  text-align: left;
  top: 273px;
  width: 250px;
  z-index: 2;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}

.clr-box-open {
  right: 30px;
  opacity: 1;
  visibility: visible;
}

.clr-select-box h6 {
  margin-bottom: 15px;
  text-align: center;
}

.color-layout ul,
.box-full-layout ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.color-layout,
.box-full-layout {
  padding: 15px 0px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.box-full-layout {
  border-top: 0;
}

.color-layout ul li,
.box-full-layout ul li {
  width: 50%;
  display: inline-flex;
}

.color-layout ul li a {
  padding: 17px 15px;
  display: inline-flex;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.box-full-layout ul li a {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #f5f5f5;
  width: 100%;
  justify-content: center;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.box-layout {
  box-shadow: 0 0 10px #0003;
  margin: 40px auto;
}

.box-layout .site-header {
  position: unset;
}

.box-layout .wrapper {
  margin-top: 0px !important;
}

.color-select-open {
  margin-left: -108px;
  border-radius: 30px 30px 0px 0px;
}

.bestseller-slider {
  transition: all ease-in-out 0.4s;
}
