/** Shopify CDN: Minification failed

Line 6918:11 Expected identifier but found "."
Line 10781:7 Expected "}" to go with "{"

**/
*,:after,:before {
  -webkit-box-sizing: border-box;
  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;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  cursor: pointer;
}
.product-form button.btn[disabled] {
    opacity: 0.6;
    cursor: not-allowed !important;
}
.product-form button.btn[disabled]:hover {
  background: var(--theme-color);
  border-color:var(--theme-color);
}
.product-form button.white-btn[disabled]:hover {
  background: var(--white);
  color: var(--theme-color);
}
.product-form button.white-btn[disabled]:hover svg path {
  fill: var(--theme-color);
}
.shopify-payment-button__button[disabled]{
  display: none;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: var(--first-font);
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: var(--second-color);
}
:-ms-input-placeholder {
  color: var(--second-color);
}
::-moz-placeholder {
  color: var(--second-color);
}
::-ms-input-placeholder {
  color: var(--second-color);
}
::placeholder {
  color: var(--second-color);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaptionfigure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}
body {
  font: var(--common-text);
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: var(--white);
  color: var(--black);
}
/* ===================== SITE TYPOGRAPHY CSS ===================== */
p,
li,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font: var(--common-text);
}
h1,
.h1 {
  font: var(--h1);
}
h2,
.h2 {
  font: var(--h2);
}
h3,
.h3 {
  font: var(--h3);
}
h4,
.h4 {
  font: var(--h4);
}
h5,
.h5 {
  font: var(--h5);
}
h6,
.h6 {
  font: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.product-title b {
  font-weight: 600;
}
.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: 500;
  display: inline-block;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
/* ====================== GRID CSS ===================== */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.align-items-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.justify-content-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
  -webkit-box-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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.desk-only,
.hidden,
.visually-hidden,
[hidden] {
  display: none !important;
}
.mobile-only {
  display: block !important;
}
/*****  Columns  *****/
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* ==================== NICE SELECT CSS ==================== */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: solid 1px var(--theme-color);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 35px 10px 15px;
  width: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.nice-select:after {
  border-bottom: 2px solid var(--second-color);
  border-right: 2px solid var(--second-color);
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: var(--border-color);
  color: var(--border-color);
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: var(--white);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  min-width: 110px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
    border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
  -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;
  -o-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%;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 13px;
  color: var(--black);
  line-height: 1;
  padding: 10px 15px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f3f0ee;
}
.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;
}
.currency .nice-select .nice-select-arrow, .languages .nice-select.nice-select-arrow, .currency .nice-select .list li, .languages .disclosure__list-wrapper ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: inherit;
}

/* ==================== SLICK SLIDER CSS ====================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.recent-slider .slick-track,
.recent-slider .slick-list {
      display: flex;
}
.recent-slider .slick-list  {
    margin: 0 -10px;
}
.recent-slider .slick-prev {
    left: 5px !important;
}
.recent-slider .slick-next {
    right: 5px !important;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  bottom: 20px;
}
.slick-dots li:not(:last-child) {
  margin-right: 9px;
}
.slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 10px;
  background: var(--theme-color);
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.slick-dots li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border: 1px solid var(--black);
  border-radius: 100px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots li.slick-active:before {
  opacity: 1;
  visibility: visible;
}
.slick-dots li button {
  display: none;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  display: inline-block;
  vertical-align: middle;
}
.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
  display: none;
}
.slick-arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  font-size: 0;
  border: 0;
  outline: none;
  z-index: 1;
  border-radius: 100%;
  padding: 0;
  background: var(--theme-color) url("right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.slick-arrow span {
  display: block;
  height: 100%;
  width: 100%;
}
.slick-arrow svg {
  height: 100%;
  width: 100%;
  fill: var(--white);
}
.slick-slider .slick-prev {
  left: 15px;
  transform: translateY(-50%) scale(-1);
  -webkit-transform: translateY(-50%) scale(-1);
  -moz-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  -o-transform: translateY(-50%) scale(-1);
}
.slick-slider .slick-next {
  right: 15px;
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-inner .slick-arrow {
 background: var(--theme-color) url(right-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  display: block;
  color: var(--white);
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox .close svg {
  height: 100%;
  width: 100%;
}
.slick-lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
  opacity: 1;
  background: transparent;
  border: none;
  height: 27px;
  width: 27px;
  padding: 0;
}
.slick-lightbox .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.slick-lightbox .slick-arrow:hover,
.slick-lightbox .slick-arrow:focus {
  background-color: var(--border-color);
}
.slick-slide .nice-select .list {
  max-height: 90px;
  overflow: auto;
  scrollbar-width: none;
}
.slick-slide .nice-select .option {
  padding: 5px 15px;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
  width: 2px;
}
.slick-slide .nice-select .list::-moz-scrollbar {
  width: 2px;
}
.slick-slide .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #464141;
}
/* ======================= COMMON BUTTON ==================== */
.btn {
  gap: 10px;
  text-align: center;
  padding: 13px 25px;
  font-family: var(--first-font);
  color: var(--white);
  background-color: var(--theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  outline: none;
  border: 1px solid var(--theme-color);
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.btn svg {
  width: 20px; 
  height: 15px;
  width: 15px;
}
.btn svg path {
  fill: var(--white);
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.btn:hover,
.btn:focus ,
.btn:active {
  background-color: var(--second-color);
  color: var(--white);
  border-color: var(--second-color);
}
.btn:focus svg path,
.btn:hover svg path,
.btn:active svg path {
  fill: var(--white);
}
.btn.white-btn {
  color: var(--theme-color);
  background-color: var(--white);
}
.btn.white-btn svg path {
  fill: var(--theme-color);
}
.btn.white-btn:hover,
.btn.white-btn:focus {
  color: var(--white);
  border-color: var(--white);
  background-color: var(--second-color);
}
.btn.white-btn:hover svg path,
.btn.white-btn:focus svg path {
  fill: var(--white);
}
.btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 20px;
  border: 1px solid var(--second-color);
  color: var(--second-color);
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase;
}
.btn-ic {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--theme-color);
  margin-left: 10px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-secondary svg {
  width: 12px;
  height: 12px;
}
.btn-secondary svg path {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  fill: var(--white);
}
.btn-secondary:hover {
  background: var(--theme-color);
  color: var(--white);
}
.btn-secondary.white-btn .btn-ic {
  background: var(--white);
}
.btn-secondary:hover svg path {
  fill: var(--theme-color);
}
.btn-secondary.white-btn {
  border: 1px solid var(--white);
  color: var(--white);
}
.btn-secondary.white-btn:hover .btn-ic {
  background: var(--theme-color);
}
.btn-secondary.white-btn svg path {
  fill: var(--theme-color);
}
.btn-secondary.white-btn:hover {
  border: 1px solid var(--white);
  color: var(--theme-color);
  background: var(--white);
}
.btn-secondary:hover .btn-ic {
  background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
  fill: var(--white);
}
.link-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}
.link-btn:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
}
.badge {
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  padding: 5px 8px;
  background: var(--white);
  color: var(--black);
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 4px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
/* ========================= FORM  CSS ====================== */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
  position: relative;
  border: 1px solid var(--border-color);
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
       border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
}
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;
}
sup {
  top: -0.5em;
}
sub,
sup {
  position: relative;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
}
.form-group label sup {
  color: red;
  font-size: 10px;
  line-height: 0;
  margin-right: 3px;
}
.checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 0 30px;
}
.checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--second-color);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.checkbox-custom input:checked + label:before {
  background-color: var(--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(--second-color);
  border: 2px solid var(--second-color);
  border-radius: 50%;
  top: 50%;
  left: 1px;
  right: auto;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-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,
body.overflow-hidden-mobile {
  overflow: hidden;
  position: relative;
}
.right-gliter {
  bottom: 0;
  right: 0;
}
.gliter-img {
  position: absolute;
  z-index: -1;
}
.padding-top {
  padding-top: 80px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.section-title {
  margin-bottom: 26px;
}
.section-title.d-flex {
  gap: 15px;
}
.subtitle {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.banner-content-inner {
  max-width: 500px;
} 

#predictive-search-results #predictive-search-results-list li {
    height: auto !important ;
  padding: 0 10px !important;
  margin: 0 0 15px 0px !important;
}
.predictive-search-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--black);
    padding: 10px;
    border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
    border: 1px solid var(--border-color) !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
#predictive-search-results #predictive-search-results-list { 
    display: flex  ; 
  flex-flow: row wrap;
} 

.predictive-search-bottom .btn svg{
      display: none;
}
.product-prescription-section-two .banner-content-inner {
   margin-top:40px;
}
.banner-content-inner .btn-wrapper {
  margin-top: 20px;
  gap: 20px;
}
.banner-content-inner .btn {
  margin-top: 20px;
}
.flex-slider .slick-list,
.flex-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-slider {
  margin: 0 -10px;
}
.flex-slider .card, .recent-slider .card{
  padding: 2px 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.recentlyview .section-title{
  text-align: center;
}
.flex-slider .card .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;
  width: 100%;
    border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.img-wrapper {
  width: 100%;
  position: relative;
  padding-top: 100%;
  display: block;
}
.img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.predictive-search::-webkit-scrollbar-thumb {
    background-color: var(--theme-color) !important;
}
.predictive-search::-webkit-scrollbar-track {
    background: var(--second-color) !important;
}
.predictive-search::-webkit-scrollbar{
  width: 5px;
}
.coupon-table .price.cart_price {
      flex-direction: column;
    align-items: center;
    gap: 10px;
  margin-bottom: 8px;
}
.cart__footer-wrapper .cart__blocks { 
    display: flex;
    flex-direction: column;
    gap: 8px;
   border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.cart-item__vendor {
  margin-bottom: 8px;
}
/* ======================== CUSTOMIZE THE NAVBAR ================== */
.site-header {
  transition: all ease-in-out 0.5s;
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3
}
.site-header .main-navigationbar.fixed {
    box-shadow: 0 2px 2px #0000001a;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: #f8f8f8;
    color: var(--black) !important;
}
.header-style-one .main-navigationbar {
    transition: .5s all ease-in-out;
}
.header-style-one 
  .main-navigationbar.fixed
  .menu-items-col
  .main-nav
  > li
  > a,
.header-style-one .fixed .menu-right li a .icon-lable,
.header-style-one .fixed .count {
  color: var(--black);
}
.header-style-one .fixed .menu-right li a svg path {
  fill: var(--black);
}
.header-style-one 
  .main-navigationbar.fixed
  .menu-items-col
  .main-nav
  > li.has-item
  > a:after,
.header-style-one .fixed .menu-right li.has-item > a:after {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li.has-item {
  padding: 20px 12px 20px 0;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a:after,
.header-style-one .menu-right li.has-item > a:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0;
  background: url("menu-dropdown.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > 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;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.header-style-one 
  .main-navigationbar.fixed
  .menu-items-col
  .main-nav
  > li
  > a:before {
  background: var(--black);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item.active_menu
  > a:after,
.header-style-one .menu-right li.has-item:hover > a:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a {
  padding-right: 20px;
}
.header-style-one .menu-right li.has-item > a {
      padding: 20px 15px 20px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a
  span
  svg {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.site-header .logo-col {
  max-width: 155px;
  width: 100%;
  position: relative;
  margin-right: 45px;
}
.site-header .logo-col a {
  display: block;
}
.site-header .logo-col a.logo-dark {
  display: none;
}
.site-header .fixed .logo-col a.logo-dark {
  display: block;
}
.site-header .fixed .logo-col a.logo-light {
  display: none;
}
.header-style-one .main-navigationbar .menu-items-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .menu-items-col .currency .nice-select {
    border: none;
}
.site-header .sticky_header.fixed .menu-items-col .currency .nice-select {
    color: var(--black);
}
.site-header .sticky_header.fixed .lang-dropdown .nice-select {
     color: var(--black);
}
.site-header .sticky_header.fixed  .currency .nice-select:after {
    border-color: var(--black);
}
.site-header .sticky_header.fixed .lang-dropdown .nice-select:after {
    border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
}
/**  Megamenu css  **/
.header-style-one .mobile-menu {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
}
.header-style-one .mobile-menu .mobile-menu-button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
  border: none;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.header-style-one .mobile-menu .mobile-menu-button div {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: var(--white);
}
.header-style-one .fixed .mobile-menu .mobile-menu-button div {
  background-color: var(--black);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 180px;
  z-index: 2;
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-top: 1px solid var(--border-color);
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.menu-right .menu-dropdown {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 180px;
  z-index: 2;
  padding: 15px;
    border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px;  
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0;
}
 
.register-page .form-wrapper .form-heading h4 {
    text-align: center;
  justify-content: center;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  .menu-dropdown.open_menu,
.header-style-one .menu-right li:hover .menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one .menu-right .menu-dropdown > ul > li {
  margin-left: 0;
  text-align: left;
}
.header-style-one .menu-right .menu-dropdown > ul > li > a {
  display: inline-block;
  text-align: left;
  padding: 0;
}
.header-style-one .menu-dropdown ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-style-one .megamenu-list > li span {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.header-style-one .menu-dropdown ul > li a {
  border-bottom: 1px solid transparent;
  justify-content: left;
}
.header-style-one .menu-dropdown ul > li a img {
    border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
    overflow: hidden;
}
.header-style-one .menu-dropdown ul > li a .wishcount {
  margin: 0 2px;
}
.header-style-one .menu-right li a .icon-lable {
  color: var(--white);
}
.header-style-one .menu-right li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
}
.header-style-one .menu-right .search-header a {
  font-size: 0;
}
.header-style-one .menu-right>li:not(:first-of-type) {
  margin-left: 18px;
}
.header-style-one .menu-right li a svg {
  width: 20px;
  height: 20px;
}
.header-style-one .menu-right li a svg path {
  fill: var(--white);
}
.header-style-one .menu-right li.cart-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.header-style-one .menu-right li a .icon-lable {
  margin: 0 0 0 15px;
}
.header-style-one .menu-right li.cart-header .count {
  top: 0;
  right: 0;
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 5px;
}
.header-style-one .menu-right li.cart-header .icon-lable b {
  display: block;
  font-weight: 600;
}
.header-style-one .count {
  position: absolute;
  top: -9px;
  right: -11px;
  height: 15px;
  width: 15px;
  background: #3a1c36;
  color: var(--white);
  font-size: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  border: 1.36364px solid var(--theme-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/****** 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;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(-100%, 0px);
  left: 0;
  width: 100%;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper.active-menu {
  transform: translate(0%, 0px);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
  text-align: right;
  padding: 15px 20px;
  background: var(--theme-color);
}
.mobile-menu-wrapper .menu-close-icon svg {
  margin-left: auto;
  cursor: pointer;
}
.mobile-menu-wrapper .mobile-menu-bar > ul {
  height: calc(100vh - 48px);
  overflow: auto;
  padding: 10px 20px;
  background: #f9f9f9;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li {
  margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a {
  font-size: 18px;
  color: var(--theme-color);
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a .close-menu-ioc {
  display: none;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li.is-open
  > a.acnav-label
  .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li.is-open
  > a.acnav-label
  .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a .close-menu-ioc {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list {
  margin: 12px 0;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .menu-h-drop.is-open
  .acnav-label
  .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .menu-h-drop.is-open
  .acnav-label
  .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li:not(:last-of-type) {
  margin-bottom: 8px;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li
  a {
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a svg {
  margin-left: auto;
  width: 14px;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul {
  margin: 12px 0 0;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  .has-children
  > ul
  > li:not(:last-of-type) {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a {
  font-size: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a.acnav-label {
  font-weight: 600;
}
.mobile-menu-wrapper .menu-close-icon svg path {
  fill: var(--white);
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul {
  margin: 12px 0 0;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list {
  margin: 12px 0;
}
.acnav-list {
  display: none;
  padding: 0 0 10px 0;
}
/****** CART DRAWER CSS ********/
.overlay.active,
.overlay.open,
.cartOpen .overlay::after,
.quick-active .overlay:after{
  content: " ";
  z-index: 4;
  background: #00000078;
  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);
}
.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(--white);
}
 .cartDrawer .cart-tottl-itm {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
.cart-header .closecart {
  position: fixed;
  right: 424px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.cartOpen .menu-right .cart-header .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: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.mini-cart-details .qty-spinner {
        border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.mini-cart-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.mini-cart-image {
    width: 80px;
    border-radius: 6px;
    overflow: hidden;
}
.mini-cart-image a {
  display: block;
  padding-top: 110%;
  position: relative;
  background: #e2e2e2;
}
.mini-cart-image img {
  top: 0;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.mini-cart-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding-left: 15px;
}
.mini-cart-title {
  color: var(--theme-color);
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.mini-cart-title a {
  color: inherit;
}
.cartDrawer .cart-variable {
  margin-bottom: 10px;
}
.cartDrawer .cart-variable p {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
}
.cart__warnings {
  display: none;
  text-align: center;
}
.cart__warnings > svg {
    margin-bottom:10px;
}
.is-empty .cart__warnings {
  display: block;
  padding: 50px 0;
}
.is-empty .cart__empty-text {
  margin: 0 0 20px;
  display: block;
}
.qty-spinner {
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  height: 30px;
  width: 100%;
}
.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;
  pointer-events: none;
}
.qty-spinner button svg path {
  fill: var(--theme-color);
}
.qty-spinner input {
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 29px;
  color: var(--theme-color);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
del {
  color: var(--theme-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: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.price ins {
    font-size: 18px;
    font-weight: 600;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.price ins.text-danger {
  color: #ff0000;
}
.price .currency-type {
  font-size: 12px;
}
.price del {
  font-weight: 600;
  margin-left: 15px;
}
.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;
}
.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 .webi-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;
  color: var(--theme-color);
  margin: 0 -10px 20px;
}
.cartDrawer .mini-cart-footer-total-row div {
  padding: 0 10px;
}
.cartDrawer .mini-cart-footer-total-row div.mini-total-price {
    font-size: 18px;
}
.cartDrawer .webi-mini-cart-footer .u-save {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--theme-color);
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cartDrawer .webi-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 .webi-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(--black);
  margin-left: 10px;
  width: 20px;
  height: auto;
}
.header-style-one .cartDrawer .remove_item svg path {
  fill: var(--black);
}
.header-style-one .cartDrawer .remove_item svg {
  height: 15px;
  width: 15px;
}
.header-style-one .cartDrawer .emptyCart {
  padding: 50px 0 0 0;
}
.header-style-one .cartDrawer .link-btn:before {
  display: none;
}
/* .product-page  .jdgm-widget.jdgm-widget{
  margin-top: 70px !important
} */
/**** SEARCH POPUP CSS ****/
.search-popup,.size-popup{
  position: fixed;
  background: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  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,.size-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-form-wrapper {
  max-width: 1000px;
  width: 100%;
  margin-top: 50px;
}
.search-form-wrapper form {
  width: 100%;
  position: relative;
}
.search-popup .close-search {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.search-popup .close-search svg {
  height: 22px;
  width: 22px;
}
.search-form-wrapper .form-inputs {
  width: 100%;
  position: relative;
}
.search-form-wrapper input {
  padding: 15px 60px 15px 20px;
  color: var(--white);
}
.search-form-wrapper input::-webkit-input-placeholder {
  color: var(--white);
}
.search-form-wrapper input::-moz-placeholder {
  color: var(--white);
}
.search-form-wrapper input:-ms-input-placeholder {
  color: var(--white);
}
.search-form-wrapper input::-ms-input-placeholder {
  color: var(--white);
}
.search-form-wrapper input::placeholder {
  color: var(--white);
}
.search-form-wrapper .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 45px;
  padding: 0;
  height: calc(100% - 10px);
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
}
.search-form-wrapper .btn svg {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  fill: var(--white);
}
/*****  SUBSCRIBE POPUP CSS *****/
.subscribe-popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 550px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 50px;
  background: var(--theme-color);
  color: var(--white);
  z-index: 5;
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; 
  -webkit-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
    visibility: hidden;
}
.subscribe-popup.active {
    opacity: 1;
    visibility: visible;
}
.subscribe-popup .close-sub-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 0;
  height: 16px;
  width: 16px;
  padding: 0;
}
.subscribe-popup .close-sub-btn svg {
  height: 100%;
  width: 100%;
}
.subscribe-popup .close-sub-btn svg path {
  fill: var(--white);
}
.subscribe-popup h2 {
  font-family: var(--second-font);
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-style: italic;
}
.subscribe-popup p {
  letter-spacing: 1px;
  max-width: 330px;
  margin: 0 auto 25px;
}
.form-row {
  position: relative;
}
.form-row .btn-svg {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-row .btn-svg svg {
  width: 100%;
  height: 100%;
}
.form-row .btn-svg svg path {
  fill: var(--white);
}
.thank-u-for,
.form-row input {
  padding: 13px 50px 13px 15px;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  font-size: 13px;
  letter-spacing: 1px;
}
.form-row input::-webkit-input-placeholder {
  color: var(--white);
}
.form-row input:-ms-input-placeholder {
  color: var(--white);
}
.form-row input::-moz-placeholder {
  color: var(--white);
}
.form-row input::-ms-input-placeholder {
  color: var(--white);
}
.form-row input::placeholder {
  color: var(--white);
}
.thank-u-for svg {
  margin-left: 12px;
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: var(--theme-color);
  color: var(--white);
  padding: 15px 50px 15px 15px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.cookie p {
  font-weight: 500;
  letter-spacing: 0.2px;
}
.cookie-close {
  position: absolute;
  right: 13px;
  top: 50%;
  background: transparent;
  border: 1px solid var(--white);
  width: 25px;
  height: 25px;
  padding: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-close svg {
  width: 100%;
  height: 100%;
}
.cookie-close svg path {
  fill: var(--white);
}
.site-header .menu-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.site-header .menu-btn .btn {
  width: 101px;
  height: 100%;
  background: var(--theme-color);
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
  border: 0;
  padding: 5px;
}
.site-header .menu-btn .btn svg {
  margin-left: 0;
  width: 25px;
  height: 25px; 
}
/* ======================= FOOTER CSS ======================= */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 35px 0;
  color: var(--black);
  background: var(--white);
  overflow: hidden;
  border-top: 1px solid var(--border-color);
}
.site-footer:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  bottom: -60px;
  left: 0;
  background: -o-radial-gradient(50% 50%, 50% 50%, #00a76b 0%, #00a76b 100%);
  background: radial-gradient(50% 50% at 50% 50%, #00a76b 0%, #00a76b 100%);
  opacity: 0.7;
  z-index: -1;
  border-radius: 50%;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-filter: blur(14);
}
.footer-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
.footer-subscribe h2 {
  margin: 0 0 19px 0;
  color: var(--white);
}
.footer-subscribe .subtitle {
  color: var(--white);
}
.left-gliter {
  bottom: 0;
  left: 0;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-col {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
.footer-col.footer-link-1 {
  max-width: 423px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 423px;
  flex: 0 0 423px;
  padding-left: 0 !important;
}
.input-wrapper .field {
  position: relative;
  margin: 20px 0 20px 0;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
}
.input-wrapper input {
  color: var(--second-color);
  padding: 18px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.input-wrapper .btn-subscibe {
  width: 80px;
  background: var(--theme-color);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 5px;
   border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
}
.input-wrapper .btn-subscibe svg {
  width: 15px;
  height: 15px;
}
.input-wrapper input::-webkit-input-placeholder {
  /* Edge */
  color: var(--second-color);
}
.input-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--second-color);
}
.input-wrapper input::-moz-placeholder {
  color: var(--second-color);
}
.input-wrapper input::-ms-input-placeholder {
  color: var(--second-color);
}
.input-wrapper input::placeholder {
  color: var(--second-color);
}
.footer-subscribe-form .checkbox-custom label:before {
  border-color: var(--border-color);
}
.footer-subscribe-col h3 b {
  font-weight: 600;
  color: var(--second-color);
}
.footer-widget h3,
.footer-widget h4 {
  margin-bottom: 20px;
}
.footer-widget h4 {
  font: var(--h5);
}
.footer-widget ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.footer-subscribe-form .checkbox-custom {
  margin-top: 20px;
}
.footer-list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-widget .footer-list-social li:not(:last-of-type) {
  margin: 0 10px 0 0;
}
.footer-list-social li a {
  height: 32px;
  width: 32px;
  background: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.footer-list-social li a svg {
  fill: var(--white);
  height: 16px;
  width: 16px;
}
.footer-list-social {
  margin-top: 24px;
}
.footer-list-social li a svg path {
  fill: var(--white);
}
.copyright {
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: 0.135em;
}
.footer-widget ul li a {
  font-weight: 500;
}
/******************** HOME PAGE CSS ******************/
.home-banner-section {
  position: relative;
  color: var(--white);
  padding: 160px 0 130px;
}
.banner-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-banner-section .bac-shadow {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -150px;
  z-index: 0;
}
.home-banner-section .banner-left-side {
  width: 60%;
}
.home-banner-content .home-banner-content-inner {
  position: relative;
}
.home-banner-content .home-banner-content-inner .h1 {
  margin-bottom: 31px;
}
.home-banner-section .slides-numbers span {
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
}
.home-banner-section .slides-numbers span.active {
  font-size: 30px;
  color: var(--white);
  margin-right: 5px;
  font-weight: 600;
}
.home-banner-section .slides-numbers span.total {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.client-area-wrap .title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.home-banner-section .banner-img-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 60%;
  height: 100%;
  z-index: -1;
}
.home-banner-section .banner-img-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 35%);
}
.home-banner-section .banner-img-slider img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-position: right;
  object-position: right;
}
.banner-right-side {
  width: 30%;
  position: relative;
  z-index: 1;
}
.home-banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: var(--theme-color);
  width: 40%;
  z-index: -1;
}
.banner-slider .slick-list {
  overflow: unset;
}
.banner-left-side .banner-slider {
  overflow-x: clip;
  overflow-y: visible;
}
/* product card  */
#product-grid .grid__item {
  display: flex;
}
.product-card-inner {
  background-color: #f9f9f9;
  color: var(--black);
  border-radius: 13px;
  padding: 20px 15px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.flex-slider .card .card-inner > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-content-top h4 {
  margin: 15px 0;
}
.product-info {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}
.new-labl {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
} 
.facet-checkbox .feather-check {
    z-index: 4 !important;
}
.product-content-top h4 {
  text-transform: uppercase;
}
.product-card-image .img-wrapper {
  padding-top: 60%;
}
.product-card-image .img-wrapper img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.product-card-inner .price {
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 15px 0;
}
.product-card-inner .price del {
  margin-left: 0px;
}
.product-card .product-card-inner .size-select:focus-visible {
  outline: 0;
}
.product-card .product-card-inner .custom_label {
    position: absolute;
    top: 10px;
    left: 5px;
    background: var(--theme-color);
    color: var(--white);
    padding: 2px 8px;
    font-size: 13px;
    border-radius: 5px;
}
.product-card .product-card-inner .size-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--black);
  margin-bottom: 20px;
}
.product-info b {
  text-transform: uppercase;
}
.product-card .product-card-inner .size-select > span {
  font-size: 12px;
  text-transform: uppercase;
}
.product-card .product-card-inner .size-select .nice-select {
  background-color: transparent;
  color: var(--black);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: 14px;
}
/* product card  end*/
.banner-main-content .social-links {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-main-content .social-links span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  text-orientation: mixed;
  margin-bottom: 20px;
}
.banner-main-content .social-links ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.banner-main-content .social-links ul li a {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #7e7e7e;
  border-radius: 100%;
}
.banner-main-content .social-links ul li a svg {
  width: 15px;
  height: 15px;
}
.client-area-wrap {
  overflow: hidden;
  margin-right: 30px;
  margin-top: 100px;
}
.banner-right-side .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.banner-right-side .slick-dots li:before {
  border: 1px solid var(--white);
}
.banner-right-side .slick-dots li.slick-active {
  width: 30px;
}
.banner-right-side .slick-dots li {
  background-color: var(--border-color);
  cursor: pointer;
}
.banner-right-side .slick-dots li.slick-active:before {
  background-color: var(--white);
  width: 100%;
}
.tooltip {
  position: absolute;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-banner-content .tooltip.icon-top {
  position: absolute;
  top: -12%;
  left: auto;
  right: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-banner-content .tooltip.icon-right {
  position: absolute;
  bottom: -25%;
  right: auto;
  left: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip .icon-circle {
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--white);
  cursor: pointer;
  box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(0, 167, 107, 0.8);
  transform: translate3d(0, 0, 0);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
  transition: padding 0.3s ease;
  -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);
}
.icon-top.tooltip .icon-circle {
  margin: 0 auto 10px;
}
.slides-numbers {
  margin-bottom: 10px;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 8px transparent, 0 0 0 14px rgba(90, 153, 212, 0);
  }
}
/* product-prescription-section   */
.product-prescription-section {
  position: relative;
  background-size: cover;
  padding: 60px 0;
  background-position: top;
}
.product-prescription-section .container {
  position: relative;
}
.product-prescription-section .tooltip.icon-top {
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  color: var(--white);
}
.prescription-content {
  padding-top: 20px;
}
.prescription-content h3 {
  margin-bottom: 10px;
}
.product-prescription-section .prescription-card {
  margin-top: -95px;
}
.product-prescription-section .prescription-card .img-wrapper {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
}
/* categories-section  */
.categories-section .tabs .tab-link {
  position: relative;
  margin-bottom: 20px;
  font-size:16px;
}
.product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tabs .tab-link.active,
.tabs .tab-link:hover {
  color: var(--theme-color);
}
/* product-prescription-section-two  */
.product-prescription-section-two {
  position: relative;
  padding-bottom: 70px;
  z-index: 1; 
}
.product-prescription-section-two .left-side-image {
  max-width: 90%;
}
.product-prescription-section-two .left-side-image img {
  width: 100%;
  padding-left: 2%;
}
.product-prescription-section-two .container-offset {
  padding-left: 0;
}
.product-prescription-section-two .right-col {
  margin-left: auto;
}
.product-prescription-section-two .right-col p {
  color: var(--black);
}
/* bestseller-section  */
.bestseller-section {
  position: relative;
  padding: 70px 0 100px;
  background-color: var(--theme-color);
  color: var(--white);
  margin-bottom: -350px;
}
.bestseller-section .desing-img-1 {
  position: absolute;
  top: 150px;
  right: 0;
  max-width: 330px;
  width: 100%;
}
.bestseller-section .banner-content-inner {
  margin: 0 auto 40px;
  text-align: center;
}
.bestseller-section .banner-content-inner p {
  margin-top: 20px;
}
.bestseller-section .cat-tab {
  margin: 30px 0;
}
.cat-tab li {
  position: relative;
  padding: 5px 0;
}
.cat-tab li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: var(--white);
  height: 1px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.cat-tab li.active::after,
.cat-tab li:hover::after {
  width: 100%;
}
.bestseller-section .tabs .tab-link.active,
.bestseller-section .tabs .tab-link:hover {
  color: var(--white);
}
.tabs-container {
  position: relative;
  z-index: 1;
}
.hot-selling-product {
  padding: 325px 0 100px;
  background: var(--second-color);
  margin-bottom: 161px;
  position: relative;
}
.hot-selling-product .bg-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 15px;
  margin-bottom: -291px;
}
.hot-selling-product .bg-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.hot-selling-product .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -o-object-position: right;
  object-position: right;
}
.hot-selling-product .contnent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.hot-selling-product .contnent .left-side-content {
  max-width: 580px;
  color: var(--white) !important;
  position: relative;
  z-index: 1;
}
.hot-selling-product .contnent .left-side-content .subtitle {
  margin-bottom: 10px;
}
.hot-selling-product .contnent .left-side-content p {
  margin: 15px 0;
}
.hot-selling-product .btn {
  margin-top: 15px;
}
.hot-product-list .product-card .right-side-content {
  width: 100%;
  max-width: 32.2%;
}
.right-side-content {
  position: relative;
}
.right-side-content .tooltip.icon-bottom {
  top: 10%;
  left: 20%;
  color: var(--white);
}
.right-side-content .tooltip.icon-top {
  right: 17%;
  top: 60%;
  color: var(--white);
}
.right-side-content a {
  width: 400px;
}
/* shop-products-section  */
.shop-products-section {
  padding: 80px 0;
}
/* .product-second-section  */
.product-second-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  margin-bottom: 105px;
  position: relative;
}
.product-second-section .banner-content-inner {
  margin-bottom: 30px;
  color: var(--white);
}
.product-list-row {
  margin-bottom: -174px;
}
/* .testimonials-section  */
.testimonials-section {
  position: relative;
  overflow-x: hidden;
}
.testimonials-section .test-design-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 223px;
  width: 100%;
}
.testi-card .testi-card-inner {
  padding: 15px;
  border: 1px solid #efefef;
  text-align: center;
}
.testi-card .top-content {
  color: #2b4652;
  margin-bottom: 5px;
}
.testi-card .top-content h4 {
  margin-bottom: 5px;
}
.testi-card .product-img a {
  display: inline-block;
  position: relative;
  max-width: 134px;
  width: 100%;
  padding-top: 17%;
}
.testi-card .product-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.testi-card .bottom-content {
  margin-top: 10px;
}
.testi-card .rating {
  margin-bottom: 11px;
}
.testi-card .rating .review-point {
  display: inline-block;
  line-height: 100%;
  margin-left: 10px;
  font-family: var(--second-font);
  font-weight: 700;
  color: var(--theme-color);
  font-size: 13px;
}
.testi-card .rating .review-point > span {
  font-weight: 400;
  color: #b4b4b4;
}
/*home  blog-section  */
.home-blog-section {
  background-color: var(--theme-color);
  padding: 40px 0;
}
.home-blog-section .banner-content-inner {
  color: var(--white);
}
.blog-card .blog-top {
  position: relative;
}
.blog-card .blog-card-inner {
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.blog-card .blog-top .badge {
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
}
.blog-card .blog-top a {
  padding-top: 70%;
}
.blog-card .blog-caption {
  padding: 15px 10px;
  position: relative;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
}
.blog-card .author-info {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-card .blog-caption p {
  margin: 5px 0 15px;
}
.home-blog-section.blog-page {
  background-color: transparent;
}
.newsletter-section {
  position: relative;
}
.newsletter-section .input-wrapper input{
      padding: 18px 0px 18px 18px;
}
.subs-design-img {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 210px;
  width: 100%;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/************************ PRODUCT PAGE CSS *************************/
body.product-page .site-header {
  background: var(--theme-color);
  -webkit-box-shadow: 0 0 12px 5px rgb(0 0 0 / 15%);
  box-shadow: 0 0 12px 5px rgb(0 0 0 / 15%);
}
body.product-page .site-header .menu-btn .btn {
  background: var(--white);
  color: var(--black);
}
body.product-page .site-header .menu-btn .btn svg path {
  fill: var(--black);
}
body.product-page .site-header .fixed .menu-btn .btn {
  background: var(--theme-color);
  color: var(--white);
}
body.product-page .site-header .fixed .menu-btn .btn svg path {
  fill: var(--white);
}
.product-page-first-section {
  background-color: var(--theme-color);
  color: var(--white);
  padding: 140px 0;
}
.product-page-first-section .pdp-left-column-inner {
  padding-right: 15px;
}
.product-page-first-section .pdp-left-column-inner .product-info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
}
.product-page-first-section .pdp-left-column-inner .product-type {
  margin-top: 10px;
}
.product-page-first-section .pdp-left-column-inner .section-title{
      margin-bottom: 15px;
}
.product-page-first-section .size-select {
  flex-direction: column;
    gap: 10px; 
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--white);
  margin-bottom: 15px;
}
.product-page-first-section .size-select .size-list {
  gap: 8px;
}
.product-page-first-section .size-select .size-list  .product-labl {
  width: 100%;
}
.product-page-first-section .size-select .nice-select {
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  color: var(--white);
   padding: 10px 35px 10px 0px;
}
.product-page-first-section .size-select .nice-select option {
  color: var(--black);
}
.product-description .price {
  margin-bottom: 15px;
}
.product-description .price del {
  color: #f1f1f1;
}
.product-page-first-section .nice-select:after {
  border-color: var(--white);
}
.product-page-first-section .pdp-right-column {
  text-align: right;
}
.product-page-first-section .pdp-right-column-inner .rating {
  margin-bottom: 15px;
  gap: 15px;
}
.pdp-whislist-btn svg {
    width: 20px;
    height: 20px;
}
.pdp-whislist-btn .wishlist-label {
    display: flex;
    gap: 10px;
    align-items: center;
}
.pdp-whislist-btn {
    display: flex;
    justify-content: end;
    padding: 0!important;
}
.pdp-right-column-inner .rating-star {
  max-width: 70px;
  width: 100%;
}
.pdp-right-column-inner .rating-star img {
  display: block;
  width: 100%;
}
.pdp-block.pdp-variable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
    gap: 10px;
}
.pdp-block:not(:last-of-type) {
  margin-bottom: 15px;
  flex-direction: column;
}
.product-highlights li {
  margin-bottom: 5px;
}
.pdp-center-inner-sliders .main-slider-wrp .pdp-main-slider {
  margin-bottom: 26px;
}
.pdp-main-img {
  text-align: center;
}
.slick-slide .pdp-main-img img {
  display: inline-block;
}
.pdp-main-img.img-wrapper {
  padding-top: 48%;
}
.pdp-center-inner-sliders .main-slider-wrp .pdp-main-slider::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("view-stand.png") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
  display: block;
  margin: auto;
}
.view-lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.view-lbl .icon {
  display: inline-block;
  margin: 0 15px;
}
.view-lbl .icon svg {
  width: 20px;
  height: 20px;
}
.product-page-first-section .pdp-thumb-wrap {
  max-width: 400px;
  margin: auto;
}
.product-page-first-section .pdp-thumb-slider-itm {
  margin: 0 10px;
  border: 1px solid transparent;
     border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.product-page-first-section .pdp-thumb-slider-itm.slick-current {
  border-color: var(--white);
}
.product-page-first-section .pdp-thumb-img.img-wrapper {
  padding-top: 80%;
}
.product-page-first-section .pdp-thumb-img.img-wrapper img {
  object-fit: scale-down;
}
.pdp-thumb-slider .slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  -webkit-box-shadow: -3px -2px 8px 1px rgb(0 0 0 / 20%),
    inset -1px -1px 4px 1px #dddddd6b;
  box-shadow: -3px -2px 8px 1px rgb(0 0 0 / 20%),
    inset -1px -1px 4px 1px #dddddd6b;
}
.pdp-thumb-slider .slick-arrow.slick-prev {
  left: -25px;
}
.pdp-thumb-slider .slick-arrow.slick-next {
  right: -25px;
}
.product-prescription-section-two.pdp-page .banner-content-inner p {
  color: var(--black);
}
.product-prescription-section-two.pdp-page {
  margin-bottom: 0;
  border-bottom: 1px solid #c4c4c48a;
}
.gallery-image.img-wrapper {
  border-radius: 12px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.related-detail-images .banner-content-inner {
  text-align: right;
}
.shop-products-section.pdp-page {
  background-color: var(--second-color);
}
.shop-products-section.pdp-page .section-title {
  color: var(--white);
}
/************************ PRODUCT DETAIL PAGE CSS *************************/
/********** COMMON  CSS  **********/
.offset-container {
  position: relative;
}
.offset-left {
  margin-left: calc((100% - 1170px) / 2);
  padding-left: 15px;
}
.offset-right {
  margin-right: calc((100% - 1170px) / 2);
  margin-left: 0;
  padding-right: 15px;
}
/****************  TABS CSS *****************/
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/********** SLICK SLIDE NOT FIRST NONE CSS ***********/
.banner-slider:not(.slick-initialized) *:not(:first-child),
.trending-slider:not(.slick-initialized) *:not(:first-child),
.client-logo-slider:not(.slick-initialized) *:not(:first-child),
.cat-product-tab-slider:not(.slick-initialized) *:not(:first-child),
.shop-products-slider:not(.slick-initialized) *:not(:first-child),
.testi-slider:not(.slick-initialized) *:not(:first-child),
.blog-slider-main:not(.slick-initialized) *:not(:first-child),
.pdp-main-slider:not(.slick-initialized) *:not(:first-child),
.pdp-thumb-slider:not(.slick-initialized) *:not(:first-child),
.blog-slider-main-blog-page:not(.slick-initialized) *:not(:first-child) {
  display: none !important;
}
.blog-slider:not(.slick-initialized) .blog-card,
.blog-slider:not(.slick-initialized) .testi-card,
.pro-categorie-slider:not(.slick-initialized) .product-card {
  width: 33.33%;
}
/************** Common banner section css *************/
.common-banner-section {
  padding: 100px 0 70px;
  background: #f8f8f8;
  color: var(--black);
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-banner-content .back-btn {
  margin-bottom: 26px;
}
.common-banner-content .section-title h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.common-banner-content .section-title {
  margin-bottom: 12px;
}
.common-banner-content .back-btn {
  margin-bottom: 26px;
}
.back-btn span {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.back-btn span svg path {
  fill: var(--black);
}
.back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}
/************** Inner page header css *************/
body:not(.home, .product-page) .site-header {
  background: #f8f8f8 !important;
}
body:not(.home, .product-page)  .site-header .currency .nice-select .nice-select-arrow {
    color: var(--black);
}
body:not(.home, .product-page)  .site-header .currency .nice-select:after {
    border-color: var(--black);
}
body:not(.home, .product-page)  .site-header .lang-dropdown .nice-select {
        color: var(--black);
}
body:not(.home, .product-page)  .site-header .lang-dropdown .nice-select:after {
    border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
}
body:not(.home, .product-page)
  .header-style-one
  .mobile-menu
  .mobile-menu-button
  div {
  background-color: var(--black);
}
body:not(.home, .product-page) .site-header .logo-col a.logo-light {
  display: none;
}
body:not(.home, .product-page) .site-header .logo-col a.logo-dark {
  display: block;
}
body:not(.home, .product-page)
  .header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a,
body:not(.home, .product-page) .header-style-one .menu-right li a .icon-lable,
body:not(.home, .product-page) .header-style-one .count {
  color: var(--black);
}
body:not(.home, .product-page) .header-style-one .menu-right li a svg path {
  fill: var(--black);
}
body:not(.home, .product-page)
  .header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a:after,
body:not(.home, .product-page)
  .header-style-one
  .menu-right
  li.has-item
  > a:after {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}
/*********** RPODUCT LISTING PAGE CSS  ***********/
.product-heading-row .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
border-bottom: 1px solid var(--border-color);
      margin: 0 !important;
  
}
.product-filter-body {
  position: relative;
  padding-bottom: 30px;
}
.product-filter-column .product-filter-body:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 50vw;
  height: 100%;
}
.product-heading-right-column {
  padding: 14px 0 14px 22px !important;
  border-left: 1px solid var(--border-color);
}
.filter-select-box {
  min-width: 160px;
  padding: 0 15px;
}
.filter-title .filter-ic {
  display: none;
}
.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.facet-filters.sorting.caption {
  border: 0 !important;
}
.product-heading-row .nice-select { 
    margin-left: 10px;
  color: var(--theme-color);
  width: 160px;
  padding: 5px 10px;
}
.product-heading-row .nice-select:after {
  right: 0;
}
.produdt-filter-cat li a {
  font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
  content: "/";
  position: absolute;
  right: -1px;
}
.acnav-list {
  display: none;
  padding: 0 0 10px 0;
}
.product-cat-widget .acnav-list {
  padding: 0 0 10px 10px;
}
.product-widget .acnav-label {
  display: block;
  position: relative;
  font-weight: 600;
}
.product-widget > .pro-itm > .acnav-label {
  font-weight: 600;
  padding: 12px 0;
  text-transform: uppercase;
}
.product-widget .acnav-list li a {
  text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.pro-itm-inner > .filter-listing > ul > li > .acnav-list {
  padding: 10px 0 10px 10px;
}
.product-widget .acnav-label:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 2px;
  width: 10px;
  background: var(--second-color);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.product-widget .acnav-label:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 10px;
  width: 2px;
  background: var(--second-color);
  transition: ease-in-out all 0.5s;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.product-widget.disclosure-has-popup[open] .acnav-label:after {
  opacity: 0;
}
.product-widget:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2;
}
.product-widget {
  padding: 10px 0;
}
 .account, .addresses{
   padding-top: 160px; 
  }
.product-filter-right-column {
  padding-left: 22px !important;
}
.text-checkbox .checkbox {
  margin: 0;
  float: left;
  padding-right: 9px;
  padding-bottom: 10px;
}
.jdgm-write-rev-link.jdgm-write-rev-link ,
.jdgm-form{ 
  max-width: fit-content;
     border-radius: 4px;
  -webkit-border-radius:4px;
  -moz-border-radius: 4px;
   -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.text-checkbox .checkbox input[type="checkbox"] {
  display: none;
}
.text-checkbox .checkbox input[type="checkbox"] + .checkbox-label {
  content: "";
  display: inline-block;
  border: 1px solid var(--black);
  color: #000;
  width: auto;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  line-height: 100%;
  transition: all 250ms ease;
  font-size: 13px;
  border-radius: 5px;
  padding: 10px 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: white;
}
.delete-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 10px 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(--theme-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: 0 20px 10px 0;
}
.colors-checkbox label {
  width: 100%;
}
.custom-checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: left;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  left: 0;
}
.custom-checkbox input[type="checkbox"] + .color,
.custom-checkbox input[type="radio"] + .color {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
.custom-checkbox input[type="checkbox"]:checked + span.color {
  border: 2px solid var(--theme-color);
}
.custom-checkbox input[type="checkbox"]:checked + span.color:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--theme-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox {
  margin-top: 8px;
}
.product-filter-right-column {
  padding-top: 22px !important;
}
.product-filter-right-column .row {
  margin: 0 -10px -20px;
}
.product-filter-right-column { 
    border-left: 1px solid var(--border-color);
}
.product-filter-right-column .theme-colored-card {
  padding: 0 10px;
  margin-bottom: 20px;
}
/************************  CART PAGE CSS **********************/
.cart-page-section {
  padding-top: 140px;
}
.cart-page-section .back-btn span svg path {
  fill: var(--second-color);
}
.cart-page-section .section-title {
  margin-bottom: 50px;
}
.cart-page-section .section-title h2 {
  margin-top: 20px;
}
.cart-page-section .section-title h2 span {
  font-size: 18px;
}
.product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;
}
.product-option dt {
  font-weight: 500;
}
.product-option dd {
  margin-left: 5px;
  font-weight: 400;
}
.remove-btn {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left: 8px;
}
.remove-btn svg path {
  fill: red;
}
.pro-img-cart {
  max-width: 100px;
}
.cart-summery {
  border: 1px solid var(--border-color);
  padding: 20px;
}
.cart-summery ul li {
  display: -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;
  margin-bottom: 12px;
}
.cart-summery ul li span:last-child {
  font-weight: 600;
}
.cart-summery .btn {
  padding: 15px 10px;
  display: block;
  width: 100%;
  margin-top: 20px;
  text-transform: capitalize;
}
.coupon-table {
  background: transparent;
  border: 1px solid #e8e8e8;
  padding: 15px 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
/****  TABLE CSS ****/
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
table tr {
  padding: 20px 0 0;
  border-bottom: 1px solid var(--border-color);
  display: block;
}
table tr:last-of-type {
  border-bottom: 0;
}
table tr th,
table tr td {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
table tr th {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 700;
  text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr td:first-child a {
  vertical-align: middle;
}
table tr td {
  display: block;
  text-align: center;
  padding: 0 0 20px;
}
@media (min-width: 992px) {
  .cart-tble tr th:first-child,
  .cart-tble tr td:first-child {
    width: 90px;
  }
  .cart-tble tr th:nth-child(2),
  .cart-tble tr td:nth-child(2) {
    width: 233px;
  }
  .cart-tble tr th:nth-child(4),
  .cart-tble tr td:nth-child(4) {
    width: 116px;
    padding-right: 9px;
  }
  
}
@media (max-width: 767px) {
  table tr td::before {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
  }
 .cart-table tr td::before {
    display: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }
  .product-option {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  table .qty-spinner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .remove-btn {
    height: 14px;
    width: 14px;
  }
  #predictive-search-results #predictive-search-results-list li {
      width: 50% !important ;
  }
}
@media (min-width: 768px) {
  table tr:first-child {
    border-top: none;
  }
  table tr {
    padding: 0;
    display: table-row;
  }
  table tr td {
    padding: 20px 10px 20px;
    display: table-cell;
    text-align: left;
  }
  table tr th:last-child,
  table tr td:last-child {
    text-align: right;
    padding-right: 0;
  }
  table tr th:nth-child(5),
  table tr td:nth-child(5) {
    text-align: right;
  }
  .sticky-pro-info {
      max-width: 275px;
      width: 100%;
  }
   #predictive-search-results #predictive-search-results-list li {
      width: 33.33% !important ;
  }
}

/****************** ABOUT PAGE CSS  ******************/
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-our-shop-section .row {
  margin-top: 50px;
}
.abt-shp-column-right img {
  width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; 
}
.aboutpage-btm-sec .about-us-box {
  padding: 25px 18px;
  border: 1px solid var(--border-color);
  position: relative;
      border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; 
}
.aboutpage-btm-sec .section-title {
  max-width: 900px;
}
.aboutpage-btm-sec .section-title p {
  margin-top: 24px;
}
.about-us-section .section-title {
  margin: 0 auto 30px;
}
.about-us-section .about-us-box img {
  position: absolute;
  top: 15px;
  right: 15px;
}
.about-us-section .about-us-box h3 {
  margin-bottom: 15px;
}
/******************  CMS PAGES CSS *****************/
.cms-page p:not(:last-of-type) {
  margin-bottom: 25px;
}
.cms-page h3,
.cms-page h4,
.cms-page h5 {
  margin: 20px 0;
}
.cms-page p a {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
.cms-page ul {
  margin: 20px;
}
.cms-page ul li {
  list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
  margin-bottom: 9px;
}
/****************** CONTACT PAGE CSS ******************/
.contact-right-column {
  margin-top: -270px;
}
.contact-form {
  padding: 24px 20px;
  border: 1px solid var(--black);
  background: var(--white);
  position: relative;
  z-index: 1;
  color: var(--second-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; 
}
.submit-btn {
  width: 100%;
  padding: 14px 10px;
  text-transform: capitalize;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-right-inner {
  position: relative;
  z-index: 1;
}
.contact-right-inner h2 {
  color: var(--black);
}
.contact-left-inner ul li {
  margin-bottom: 30px;
}
.contact-left-inner ul li h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}
.search-form-wrapper .btn.predictive-search__item svg {
  display: none;
}
.contact-left-inner ul li p {
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  word-break: break-all;
}
.contact-left-inner ul li .address {
     font-size: 14px;
    line-height: 26px;
}
/****************** FAQS PAGE CSS ***************/
.faq-search-form {
  max-width: 400px;
  margin: 25px 0;
}
.faq-page {
  padding-bottom: 40px;
}
.faqs-container.row {
  margin-bottom: 40px;
}
.set {
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
     border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; 
}
.set .acnav-label {
  padding: 15px 35px 15px 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.set .acnav-list {
  padding: 15px;
  border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
  font-size: 14px;
}
.faq-search-form .input-wrapper {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.faq-search-form .input-wrapper input {
  border-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.faq-search-form .input-wrapper input::-webkit-input-placeholder {
  color: var(--black);
}
.faq-search-form .input-wrapper input::-moz-placeholder {
  color: var(--black);
}
.faq-search-form .input-wrapper input:-ms-input-placeholder {
  color: var(--black);
}
.faq-search-form .input-wrapper input::-ms-input-placeholder {
  color: var(--black);
}
.faq-search-form .input-wrapper input::placeholder {
  color: var(--black);
}
.faq-search-form .input-wrapper .btn-subscibe {
  background-color: var(--theme-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.faq-search-form .input-wrapper .btn-subscibe svg,
.faq-search-form .input-wrapper .btn-subscibe svg path {
  fill: var(--white);
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner {
  color: var(--white);
}
.blog-page-banner .section-title {
  margin-bottom: 30px;
  color: var(--white);
}
.blog-grid-section .section-title .subtitle {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.blog-cat li:not(:last-of-type) {
  margin-right: 10px;
}
.blog-cat li {
  padding: 10px 20px;
  color: var(--white);
  background: transparent;
  border-radius: 50px;
  font-size: 13px;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.blog-cat li.active {
  background: var(--theme-color);
  color: var(--white);
}
.blog-grid .blog-widget-inner {
  border-color: var(--theme-color);
}
.blog-grid .blog-caption {
  border-top: 1px solid var(--theme-color);
}
.blog-grid .blog-btn {
  background: var(--theme-color);
}
.blog-grid .blog-btn svg {
  fill: var(--white);
}
.blog-grid .blog-widget {
  margin-bottom: 30px;
}
.blog-head-row {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.blog-col-left ul li a {
  padding: 10px 15px;
  font-size: 14px;
  display: block;
  position: relative;
  opacity: 0.5;
  font-weight: 600;
}
.blog-col-left ul li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.blog-col-left ul li a:hover:before,
.blog-col-left ul li.active a:before {
  opacity: 1;
}
.blog-col-left ul li a:hover,
.blog-col-left ul li.active a {
  opacity: 1;
}
.blog-col-right .select-lbl {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}
.blog-col-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blog-col-right .nice-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  padding: 10px 20px 10px 15px;
  font-size: 12px;
}
.blog-col-right .nice-select:after {
  right: 0;
}
.blog-grid-section .section-title h2 b {
  font-style: normal;
}
.blog-page-banner .common-banner-content p {
  margin-bottom: 30px;
}
.blog-grid-row {
  margin-bottom: -30px;
}
.blog-grid-row .blog-itm {
  margin-bottom: 30px;
}
.blog-grid-section .blog-itm-inner {
  color: var(--theme-color);
  border: 0;
  background: rgba(106, 89, 61, 0.15);
}
.blog-grid-section .blog-contnt-bottom .link-btn::before {
  background: var(--theme-color);
}
/*************  ARTICLE PAGE CSS **************/
.article-banner .common-banner-content .back-btn {
  margin: 0 auto 26px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.common-banner-content .back-btn span svg path {
  fill: var(--black);
}
.blog-page-banner .common-banner-content .back-btn span svg path {
  fill: var(--white);
}
.article-banner .blog-cat {
  margin: 40px 0;
}
.post-lbl {
  margin-left: 50px;
}
.article-section .abt-user-img {
  border-color: var(--second-color);
}
.article-section .section-title h2 {
  max-width: 550px;
  margin: 30px 0 0;
  margin: 30px 0 0;
  text-transform: unset;
}
.aticleleftbar h5 {
  margin: 0 0 20px 0;
  font-weight: normal;
  line-height: 1.5;
  text-transform: unset;
}
.related-blogs {
  background: transparent;
  color: var(--second-color);
}
.related-blogs .section-title {
  color: var(--second-color);
  border-top: 1px solid var(--border-color);
}
.aticleleftbar p {
  margin-bottom: 25px;
}
.aticleleftbar img {
  margin-bottom: 15px;
}
.art-auther {
  margin-bottom: 50px;
  font-size: 14px;
}
.quote-box {
  position: relative;
  padding: 40px 0 40px 60px;
}
.quote-box h3 {
  font-weight: 500;
  text-transform: unset;
  font-size: 18px;
  line-height: 1.3;
}
.quote-box svg {
  position: absolute;
  left: 0;
}
.quote-box svg path {
  fill: var(--second-color);
}
.article-socials li a {
  height: 28px;
  width: 28px;
  background: var(--second-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.article-socials li a svg {
  height: 12px;
  width: 12px;
}
.article-socials li a svg path {
  fill: var(--white);
}
.article-socials li:not(:last-of-type) {
  margin-right: 10px;
}
.article-socials li span {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.blog-media {
  position: relative;
}
.about-pro h6 span {
  display: block;
  font-style: italic;
  font-weight: 400;
}
.about-pro h6 {
  margin-right: 20px;
  font-weight: 700;
}
.abt-user-img {
  border: 1px solid var(--white);
  border-radius: 72.2951px;
  width: 60px;
  height: 60px;
  padding: 5px;
  margin-right: 15px;
  -webkit-border-radius: 72.2951px;
  -moz-border-radius: 72.2951px;
  -ms-border-radius: 72.2951px;
  -o-border-radius: 72.2951px;
}
.abt-user-img img {
  width: 100%;
  height: 100%;
}
.about-user h6 span {
  display: block;
  font-weight: 700;
}
.about-user h6 {
  font-weight: 400;
  font-style: italic;
}
.aticleleftbar img {
  width: 100%;
}
.articlerightbar .blog-itm {
  padding: 0;
}
.articlerightbar .blog-itm:not(:last-of-type) {
  margin-bottom: 30px;
}
/*****************  ORDER SUMMERY PAGE CSS ***************/
.site-footer.order-status-footer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.backbtn .btn-secondary svg {
  transform: scale(-1);
  margin-right: 12px;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
}
.backbtn .btn-secondary {
  min-width: 190px;
  margin-top: 25px;
  background: var(--theme-color);
  color: var(--white);
}
.backbtn .btn-secondary svg path {
  fill: var(--white);
}
.order-summery-page .section-title h2 {
  margin-bottom: 30px;
}
.order-summery-page .section-title p {
  font-size: 18px;
  margin: 0;
}
.order-summery-page .backbtn .btn-secondary {
  min-width: 204px;
  padding: 15px 15px;
}
/*****************  REGISTER PAGE CSS ***************/
.back-toshop {
  margin-bottom: 20px;
}
.register-page .back-toshop {
  margin-bottom: 15px;
}
.form-wrapper h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.form-wrapper .form-heading h4 {
  margin: 0 auto;
  text-align: center;
}
.recover-password .form-container:last-child {
   text-align: center;
}
.recover-password .form-container:last-child button {
  margin-right: 10px;
}
.form-wrapper h4 b {
  font-family: var(--first-font);
  font-style: normal;
  font-weight: 600;
}
.form-wrapper form {
  border: 1px solid var(--border-color);
  border-radius: 6px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; 
  padding-bottom: 35px;
}
.form-container {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}
.form-footer {
  padding-top: 30px;
}
.register-form .form-footer {
  padding-top: 0;
}
.register-form .submit-btn {
  margin-top: 0;
}
.form-container:last-child {
  border-bottom: 0;
}
.register-page{
  padding-top: 160px;
}
/****************  LOGIN PAGE CSS ***************/
.login-form .submit-btn {
  max-width: 170px;
  margin: 0 0 0 15px;
}
.login-form .form-footer {
  padding: 0;
}
.forgot-pass {
  color: red;
  text-decoration: underline;
  font-size: 14px;
}
.login-form p {
  margin-bottom: 15px;
}
.reg-lbl {
  font-size: 14px;
  margin-right: 10px;
}
.login-form .form-heading h4 {
  margin-bottom: 0;
  font-weight: 600;
}
/**************** MY ACCOUNT PAGE CSS ******************/
.my-acc-rightbar h2 {
  font: var(--h3);
}
.my-account-page .btn-secondary svg path {
  fill: var(--second-color);
}
.my-account-page .btn-secondary:hover svg path {
  fill: var(--white);
}
.my-acc-leftbar {
  border: 1px solid var(--border-color);
}
.my-acc-leftbar li:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
}
.account-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -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;
}
.account-list li a svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  -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;
}
.account-list li a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.account-list li a span b {
  display: block;
}
.my-acc-leftbar li a:hover,
.my-acc-leftbar li.active a {
  opacity: 1;
}
.my-acc-leftbar li a svg path {
  fill: var(--theme-color);
}
.my-acc-leftbar h4 {
  padding: 15px 15px 5px;
}
.my-acc-head {
  margin-bottom: 50px;
}
.my-acc-rightbar .account-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.my-acc-rightbar .account-list li a {
  border: 1px solid var(--theme-color);
  width: 100%;
}
.my-acc-rightbar .account-list li.active a svg path,
.my-acc-rightbar .account-list li a:hover svg path {
  fill: var(--white);
}
.my-acc-rightbar .account-list li.active a,
.my-acc-rightbar .account-list li a:hover {
  opacity: 1;
  color: var(--white);
  background: var(--theme-color);
}
.account-list li.logout-link a svg path {
  fill: red;
}
.account-list li.logout-link a {
  opacity: 1;
  color: red;
}
.my-acc-right-content {
  padding-bottom: 50px;
}
#scroll {
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
}
.acc-back-btn-wrp {
  gap: 10px;
}
.acc-back-btn-wrp button svg {
  width: 16px;
}
.acc-back-btn-wrp .back-btn-acc svg {
  margin-left: 0;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
.acc-back-btn-wrp button:hover svg path{
  fill: var(--white);
}
.back-btn-acc {
  background: transparent;
  /*    margin-right: 12px; */
}
.back-btn-acc svg {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  margin: 0 10px 0 0;
}
.ttl-pric {
  font-size: 20px;
  font-weight: 800;
  margin-top: 6px;
}
.order-paycol-inner {
  width: 100%;
}
/*****************  CHECKOUT PAGE CSS ***************/
.set .acnav-label:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(menu-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}
.set.is-open .acnav-label::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

/*===========================feature CSS start=======================*/
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn {
  padding: 13px 20px;
  border-radius:50px;
  border: 1px solid var(--white);
  background:var(--white);
  color:var(--theme-color);
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  width: auto;
}
.notify-sold {
    width: 50%;
}
.notify-sold .notify-btn:hover,
.notify-sold .notify-btn:focus {
  background-color:transparent;
  color: var(--white);
  border-color: var(--white);
}
.out-of-stock-form {
  position: fixed;
  top: 50%;
  padding: 50px 40px;
  left: 0;
  right: 0;
  max-width: 30%;
  max-height: calc(100% - 100px);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: var(--theme-color);
  z-index: 5;
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(.9);
  transition: all .3s ease-in-out;
    border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
}
.out-of-stock-form.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.notify-txt {
  line-height: 1.4;
  color: var(--white);
}
.notify-popup-close {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
 border-radius: 4px;
  -webkit-border-radius:4px;
  -moz-border-radius: 4px;
   -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.notify-send-btn {
  position: relative;
  margin-top: 20px;
}
.notify-send-btn input {
  height: 45px;
  width: 100%;
  padding: 15px 106px 15px 15px;
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.notify-send-btn input::placeholder {
  color: var(white);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(--white);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(--white);
}
.notify-send-btn button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  padding: 10px 35px;
  background: var(--black);
  color: var(--white);
  border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
  -moz-border-radius:0px 6px 6px 0px;
   -ms-border-radius: 0px 6px 6px 0px;
  -o-border-radius: 0px 6px 6px 0px;
}

/*==== cart popup custom css ======  */
.site-header .menu-right .apply-coupan-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}
.coupan-txt svg {
  width: 22px;
  height: 22px;
}
.site-header .menu-right .coupan-txt svg {
  margin: 0;
}
.site-header .menu-right .apply-coupan-btn a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  background: var(--theme-color);
  color: var(--white);
  height: 100%;
  width: auto;
}
.coupan_code {
  position: relative;
  margin-bottom: 15px;
}
.coupan-txt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
.coupan_code input {
  height: 45px;
  width: 100%;
  border-color: var(--border-color);
  padding: 14px 100px 14px 15px;
}

/* currency */
.currency select {
    color: var(--black);
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.home .lang-dropdown svg path, .product-page .lang-dropdown svg path {
    fill: var(--white);
}
.home .currency select, .product-page .currency select {
 color: var(--white); 
}
.currency select option {
    color: #000;
}
.header-style-one .fixed .currency select{
  color: var(--black);
}
.predictive-search__item-vendor  {
  font-size: 14px !important;
}
/* ========quick-view===== */
.quickview-popup{
  display: none; 
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 900px;
  max-height: 100%;
  max-height: calc(100% - 100px);
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: var(--second-color);
  z-index: 4;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  overflow: auto;
}
.quickview-popup .new-swatch input:checked+label { 
     border-color: var(--theme-color);
} 
.quickview-popup .new-swatch {
      gap: 12px;
  flex-direction: column;
    align-items: start;
  margin-bottom: 15px;
}
.color-variant-swatch .var-image {
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; 
    height: 60px !important;
    width: 60px !important;
    min-width: auto !important;
}
.quickview-popup .new-swatch  .size-variant-swatch {
   display: flex;
    gap: 10px;
  flex-wrap: wrap;
}
.quickview-popup  .btn {
  padding: 12px 20px;
}
.quickview-popup .btn:hover ,
.quickview-popup .btn:focus ,
.quickview-popup .btn:active {
    border-color: var(--theme-color);
}
.quick-active.cartOpen .overlay:after {
      z-index: 5;
}
.quickview_popup_data .row {
    align-items: center;
}
.quickview_popup_data .product-page-first-section{
  background: none;
      padding: 40px 0 0px;
}
.quickview-close{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
   cursor: pointer;
}

.quickview_popup_data .pdp-right-column .section-title h2{
   max-width: 100%;
   text-align: left;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
  margin-bottom: 10px;
 }
.quickview_popup_data .pdp-right-column .section-title {
    margin-bottom: 15px;
}
 .quickview_popup_data p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
 }
.quickview_popup_data .pdp-right-column{
    text-align: left;
    width: auto;
}
.quickview_popup_data .row {
    align-items: center;
}
.qv-price{
  margin-top:15px;
}
.qv_select__select {
    margin-top: 10px;
    border: solid 1px var(--white);
    border-radius: 25px;
    width: 70%;
    color: var(--white);
    appearance: none;
   background: url(menu-dropdown.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}
.quickview-close svg{
  fill: var(--white);
}
.quickview_popup_data select:focus {
    margin-top: 10px;
}
.quickview_popup_data .pdp-right-column .qnty-btn-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 20px;
}
.quickview_popup_data .pdp-right-column .qty-spinner button, .qty-spinner input {
    width: 100%;
    max-width: 100px;
}
.quickview_popup_data .qty-spinner {
    border: 1px solid var(--white);
    height: 37px;
    border-radius: 50px;
}

.quickview_popup_data .qty-spinner input {
    color: var(--white);
}
.quickview_popup_data .qty-spinner button svg path {
    fill: var(--white);
}
.qv-price ins{
  font-size: 20px;
    font-weight: 600;
  margin-right: 10px;
}
.quickview_popup_data .pdp-top-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.quickview_popup_data .pdp-top-content .wish-btn.add-wishlist {
    border-radius: 50%;
    background-color: var(--theme-color);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.quickview-popup::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(6 6 6 / 30%);
  background-color: #F5F5F5;
}
.quickview-popup::-webkit-scrollbar {
  width: 5px;
}
.quickview-popup::-webkit-scrollbar-thumb {
  background-color: #65a873;
}
/* ====compare and wishlist ======== */
.compare-prod-remove svg, .wishlist-prod-remove svg {
    margin: 0 auto;
    cursor: pointer;
}
.pro-compare.active svg path {
    fill: red;
}
.compare-head .section-title, .wishlist-head .section-title{
  text-align:center;
}
.pro-compare-wrap .pro-compare-left, .pro-wishlist-wrap .pro-wishlist-left {
  display:flex;
  align-items:center;
}
.pro-compare-wrap .pro-compare-left .compare-title, .pro-wishlist-wrap .pro-wishlist-left .wishlist-title{
  max-width:25%;
  flex:0 0 25%;
  width:100%;
      text-align: center;
    padding: 10px;
    background: var(--border-color);
    font-size: 16px;
    font-weight: 500;
}
.pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod{
  display: flex;
    align-items: center;
  width:100%;
}
.pro-compare-scroll .compare-wrap .compare-val-prod  .compare-data-label, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod  .wishlist-data-label{
   max-width: 25%;
    width: 100%;
    flex: 0 0 25%;
    text-align: center;
  padding: 15px;
}
.compare-pro-detail .compare-val-prod .product-form .cart-form, .wishlist-pro-detail .wishlist-val-prod .product-form .cart-form{
  justify-content:center;
    margin-right: 0px;
}
.compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title{
     font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}
.prod-price del {
    margin-left: 5px;
}
.compare-pro-detail .compare-val-prod .prod-price, .wishlist-pro-detail .wishlist-val-prod .prod-price{
  margin:15px 0
}
.compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a{
  position:relative;
      padding-top: 80%;
    display: block;
}
.compare-pro-detail .prod-img a img, .wishlist-pro-detail .prod-img a img{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.compare-wrap, .wishlist-wrap{
  border-bottom:1px solid var(--border-color);
}
.pro-compare-section  .pro-compare-wrap, .pro-wishlist-section  .pro-wishlist-wrap{
    margin-bottom:30px;
}
.pro-compare-section .compare-bottom-btn, .pro-wishlist-section .wishlist-bottom-btn{
  display:flex;
  justify-content:center;
  margin-bottom: 20px;
}
.pro-compare-section .compare-bottom-btn a, .pro-wishlist-section .wishlist-bottom-btn a{
  min-width: 170px;
}
/*===========================feature-CSS end=======================*/
/*===========================SHF-CSS=======================*/
.input-wrapper {
  position: relative;
}
button {
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.no-js:not(html) {
  display: none !important;
}
.newsletter-form__message {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
}
.form-message-success svg {
  width: 20px;
  height: 20px;
}
.form-message-success {
  display: flex;
  column-gap: 10px;
  margin: 0 0 10px;
}
.search-form-wrapper form {
  position: relative;
}
.search-popup .close-search {
  background: none;
  border: none;
  padding: 0;
}
#predictive-search-results ins {
  font-size: 15px;
}
.main-btn {
  display: flex;
  width: 100%;
  gap: 10px;
}
.shopify-payment-button__button--unbranded {
  background-color: var(--white) !important;
  width: 100%;
  color: var(--theme-color) !important;
  padding: 13px 35px;
  font-family: var(--first-font) !important;
  text-transform: uppercase;
  border-radius: 25px;
}
.product-page-first-section .variant-webi .size-select {
  border: none;
}
.product-page-first-section .variant-webi .size-select span {
  margin: 0 10px 0 0;
}
.product-form__input input {
  display: none;
}
label.color-swatch {
  border: 1px solid var(--white);
  padding: 5px;
    cursor: pointer;
  margin: 0 5px 5px 0;
     border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
 
.color-list .product-labl {
    width: 100%;
}
.color-list {
  gap: 10px;
}
.color-list .color-swatch {
          height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    border-radius:50px;
    
}
.pdp-right-column-inner .review-wrap {
  justify-content: flex-end;
} 
/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
  background: var(--theme-color);
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 5px 5px;
  justify-content: center;
  border-radius: 5px;
  gap: 10px;
  transition: all 400ms ease-in-out;
  opacity: 1;
  visibility: visible;
}
.product-card-image:hover .flip-countdown.simple-countdown{
  opacity: 0;
  visibility:hidden;
}
.flip-countdown.simple-countdown svg {
    width: 18px;
    height: 18px;
}
.countdown-container.flip-countdown.countdown-block span {
    margin: 0 5px 0 0;
    color: var(--white);
}
.countdown-container.flip-countdown.countdown-block span.dots {
    margin: 0;
}
.pdp-timer .flip-countdown.simple-countdown {
  position: static;
  width: 260px;
  background: var(--white);
  margin: 0 0 20px;
  padding: 8px;
}
.pdp-timer .flip-countdown.simple-countdown svg path {
    fill: var(--theme-color);
}
.pdp-timer .countdown-container.flip-countdown.countdown-block span {
  color: var(--theme-color);
}
.bestpro-itm .countdown-container.flip-countdown.countdown-block span {
    font-size: 13px;
    margin: 0 3px 0 0;
}
.bestpro-itm .flip-countdown.simple-countdown svg {
    display: none;
}
/***** SHF LANGUAGE CSS *****/
.lang-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  position:relative;
}
.lang-dropdown svg {
    width: 23px;
    height: 23px;
}
.lang-dropdown svg path{
  fill: var(--black);
}
.home-layout-one .lang-dropdown svg path {
    fill: var(--black);
}
.lang-dropdown .nice-select {
  display: flex;
  gap: 5px;
  border: 0;
  color: var(--white);
  font-family: var(--first-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
    padding: 0px 15px 0px 0px;
  background: none;
}
.lang-dropdown .nice-select:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
} 
 .disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  right: 0;.footer-bottom
  min-width: 140px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
  opacity: 1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
  pointer-events: auto;
  background-color: var(--white);
  transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  padding: 8px;
}
 .disclosure__list-wrapper.hide{
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
}
 .disclosure__list-wrapper .disclosure__item {
  margin: 0;
  display: block;
  background: none;
}
 .disclosure__list-wrapper .disclosure__item a{
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 0 10px;
  color: var(--black) !important;
    justify-content: start;
  width: 100%;
}
.disclosure__list-wrapper .disclosure__item:last-child a{
  padding: 0px;
}
.disclosure__list-wrapper .disclosure__item a.disclosure__link--active{
  font-weight: bold;
}
/***** SHF - SIZE POPUP *****/
.size-popup{ 
    display: table;
}
.size-close-btn{
    text-align: end;
}
.size-close-btn svg{
    margin: 0px;
}
.size-popup table tr td{
    padding: 10px;
}
.size-table-wrapper{
    margin-top: 200px;
}
.size-popup .size-form{
  background-color: var(--white);
  color: var(--black);
  padding: 20PX;
  max-height: 80vh;
  height: 100%;
  overflow: auto;
  border-radius: 10PX;
  -webkit-border-radius: 10PX;
  -moz-border-radius: 10PX;
  -ms-border-radius: 10PX;
  -o-border-radius: 10PX;
}
.size-popup .size-form H4{
  text-align:center;
    margin-bottom: 20px;
}
.size-popup .btn-white{
  gap: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.size-btn{
  gap: 10px;
  justify-content: end;
}
.see-size .size-btn svg {
    width: 16px;
    height: 16px;
}
.see-size .size-btn svg path {
    fill: var(--white);
}
/*=================shf - recommendations ================*/
.product-notification{
  background: var(--theme-color);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
  width: 350px;
  position: fixed;
  bottom: 10px;
  left: 30px;
  padding: 10px;
  z-index: 2;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  color: var(--white);
}
.product-notification.active {
  bottom: 30px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-notification .product-suggest{
  display: flex;
  align-items: center;
  gap: 25px;
}
.product-notification .closeNotify {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.product-notification .closeNotify svg {
    width: 16px;
    height: 16px;
}
.product-suggest .product-image img{
  border-radius: 5px;
}
.product-notification .product-suggest .product-label {
   margin: 0 0 5px;
  position: static;
}
.product-notification .product-suggest .product-name {
    font: var(--h4);
    margin: 0 0 10px;
}
.view-product-sec h3 {
    text-align: center;
    margin: 0 0 25px;
    color: var(--white);
}
/*============SHF order =============*/
.order h2 {
    margin: 0 0 30px;
}
.order h4 {
    margin: 0 0 20px;
}
.order-detail {
    margin: 0 0 30px;
}
.order-detail > p {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 18px;
}
/*------------------- dropdown ---------------------------*/
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu {
  min-width: 210px;
  margin: -1px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.dropdown-menu li a {
  display: block;
  padding: 4px 15px;
  font-weight: 400;
}
.dropdown-menu
  .localization-selector
  + .disclosure__list#FooterCountryList
  li
  a {
  font-size: 14px;
  letter-spacing: 0;
}
.header-style-one .menu-right li .dropdown-menu {
  padding: 15px;
}
.header-style-one .menu-right li .customer_account a,
.header-style-one .menu-right li .customer_account .wishlist {
  padding: 5px;
  background: none;
  font: var(--common-text);
  justify-content: left;
}
.header-style-one .menu-right .customer_account li {
  justify-content: left;
  max-width: 100%;
}
.header-style-one .menu-right li .customer_account .wishlist span {
  margin: 0;
  line-height: 1;
}
/****** SHF CART DRAWER CSS ********/
.header-style-one .menu-right .cartDrawer {
  padding: 0px;
}
.mini-cart-footer .js-contents {
  display: none;
}
.cartDrawer .cart__warnings,
.cartDrawer .cart__empty-text,
.cartDrawer.is-empty .cart__contents,
.cartDrawer.is-empty .cart__footer,
.cartDrawer cart-items.is-empty .title-wrapper-with-link,
#main-cart-footer.is-empty {
  display: none;
}
.cartDrawer.is-empty .cart__empty-text,
.cartDrawer.is-empty .cart__warnings {
  display: block;
}
.cartDrawer.is-empty .cart__warnings {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.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(0, 0, 0, 0.7);
 visibility: hidden;
  opacity: 0;
}
.subscribe-overlay.active {
  opacity: 1;
  visibility: visible;
}
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty {
  width: 55px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 30px auto;
}
.header-style-one .menu-right .webi-mini-cart-footer .link-btn {
  background: none;
  padding: 0;
  border: none;
  width: 100%;
  align-items: center;
}
.header-style-one .menu-right li a.mini-cart-title {
  display: block;
  text-align: left;
}
.header-style-one .menu-right li a.closecart svg path {
  fill: var(--white) !important;
}
.mobile-open header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.mobile-menu-bar .fea-coll-img a img {
  transform: rotateZ(20deg);
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotateZ(20deg);
  -o-transform: rotateZ(20deg);
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) a svg,
.product-card .product__media-item:not(:first-child) {
  display: none;
}
.size-variant-swatch,
.color-variant-swatch {
  border: none;
  display: flex;
}
/*============blog comment =============*/
.article-comment {
  border: 1px solid var(--border-color);
  padding: 15px;
}
.article-comment h3 {
  margin: 0 0 10px;
}
.article-comment .grid-item {
  margin: 0 0 15px;
}
.article-comment .grid-item input {
  padding: 12px 15px;
}
.article-comment .grid-item .btn {
  width: 100%;
}
.blog-grid-section .card-inner {
  border: 1px solid var(--border-color);
  margin: 0 0 30px;
  padding: 15px;
}
.blog-grid-section .card-inner > a {
  margin: 0 0 15px;
}
.blog-grid-section .card-inner h5,
.blog-grid-section .card-inner .time,
.blog-grid-section .card-inner p {
  margin: 0 0 12px;
  display: block;
}
/*==============error-msg==============*/
.form__message {
  color: #ff0000;
  display: flex;
  margin: 5px 0 10px;
  column-gap: 10px;
  font-size: var(--common-text);
}
.form-message-success{
 color: #448349;
}
.form-status.caption-large {
  display: flex;
  width: 100%;
  column-gap: 10px;
}
.form-status-list.caption-large {
  margin: 0 0 15px;
}
.form-status-list.caption-large li {
  margin: 0 0 5px;
}
.form-status-list.caption-large li:last-child {
  margin: 0;
}
#recover,
#recover + .recover-password,
#recover:target ~ .back-toshop,
#recover:target ~ .section-title,
#recover:target ~ .form-wrapper {
  display: none;
}
#recover:target + .recover-password,
#recover:target {
  display: block;
}
.acc-order-history {
  margin: 0 0 20px;
}
.acc-order-history h5 {
  margin: 0 0 20px;
}
.acc-order-button {
  gap: 12px;
}
/*=================address page =============*/
.addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
.addresses [aria-expanded="true"] ~ div[id] {
  display: block;
  margin: 30px 0 0;
}
.rtn-to-acc {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.newadd {
  text-align: center;
  margin: 0 0 15px;
}
.add-default {
  margin: 30px 0 0;
  padding: 20px;
  border: 1px solid var(--border-color);
}
.add-default .btn {
  padding: 12px 30px;
}
.addresses .btn-secondary svg path {
  fill: var(--black);
}
.back-btn-acc svg {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  margin: 0 6px 0 0;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
  gap: 10px;
}
.back-btn-acc {
  background: transparent;
  margin-right: 12px;
}
.acc-back-btn-wrp button svg {
  width: 16px;
  margin-left: 6px;
}
.acc-back-btn-wrp .back-btn-acc svg {
  margin-left: 0;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
/*==================== SHF Cart Page ====================*/
.cart-item__error {
  display: flex;
  align-items: flex-start;
}
.cart-item__error-text:empty + svg {
  display: none;
}
.cart__footer {
  margin: 55px 0 0;
}
.cart__footer .cart__ctas .btn {
  padding: 13px 18px;
  font-size: 12px;
}
cart-note.cart__note.field {
  margin: 0 0 30px;
  width: 100%;
  display: block;
}
cart-note.cart__note.field label {
  margin: 0 0 15px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.cart__footer .cart__note #Cart-note {
  min-height: 100px;
  padding: 10px;
}
.cart__footer-wrapper .cart__blocks {
  border: 1px solid var(--border-color);
  padding: 30px 15px;
  text-align: center;
}
.cart__blocks .totals__subtotal {
  margin: 0 0 8px;
  line-height: 1;
}
.cart__blocks .totals__subtotal-value {
  font: var(--h5);
  margin: 0 0 20px;
}
small.tax-note.caption-large.rte {
  margin: 0 0 10px;
  display: block;
  font-size: 14px;
}
.facets__item {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.product-widget .acnav-list .facets__item {
  margin-top: 8px;
}
.card-wrapper {
  background: #f1f1f1;
  padding: 15px;
  margin: 0 0 20px;
 border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
}
.card-wrapper .card-content{
  margin-top: 15px;
  text-align: center;
}
.card-wrapper .card-content .card-heading{
  margin-bottom: 15px;
}
.prorow-lbl-qntty {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  flex-direction: column;
  align-items: start;
}
.prorow-lbl-qntty .product-labl{
  margin-bottom: 10px;
  display: block;
}
.prorow-lbl-qntty .qty-spinner {
  background: var(--white);
  border: none;
  box-shadow: none;
}
.buy-now-btn {
  margin: 20px 0 0;
  width: 80%;
}
.buy-now-btn button {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  background: var(--second-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  min-width: 150px;
  letter-spacing: 0.5px;
  color: var(--white);
  justify-content: center;
  text-transform: uppercase;
  box-shadow: 0 4.53333px 11.3333px 3px #f16e364a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  cursor: pointer;
}
button.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}
.shopify-challenge__container {
  padding: 100px;
}
.shopify-challenge__button.btn {
  width: 200px;
  border: 1px solid #f16e364a;
  margin-top: 50px;
}
.shopify-challenge__container #g-recaptcha {
  margin-top: 20px;
}
/*======================= product review =====================*/
.jdgm-rev-widg__summary-stars{
    margin-bottom: 10px !important;
}
.jdgm-star {
    font-weight: normal !important;
}
.template-product .jdgm-widget-actions-wrapper {
    margin: 0;
}
.template-product .jdgm-rev-widg {
    border: none;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 15px !important;
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn {
    text-align:center;
}
.jdgm-widget .jdgm-btn.jdgm-btn {
    width: auto;
    border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
   -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important; 
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev {
    background: transparent;
}
.jdgm-form__title {
    margin-top: 15px !important;
    text-align: center;
}
.jdgm-form {
    border: 1px solid var(--border-color);
    background: var(--white);
    text-align: left;
}
.jdgm-row-actions {
    display: none !important;
}
.jdgm-rev-widg__body {
    position: relative;
    border: 1px solid var(--border-color);
    background: var(--white);
    padding: 15px;
       border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.jdgm-rev-widg__body .jdgm-rev {
    border-top: 0;
    padding: 0;
}
.jdgm-rev-widg__body .jdgm-rev:last-of-type {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
}
.jdgm-paginate {
    border-top: none !important;
}
.jdgm-row-rating {
    border-bottom: 1px solid rgba(51, 153, 153, 0.1);
    border-color: var(--jdgm-secondary-color);
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.jdgm-widget.jdgm-widget {
    margin-bottom: 15px;
}
.pdp-right-column .jdgm-prev-badge {
    display: flex!important;
    gap: 15px;
    justify-content: end;
}

.jdgm-widget .jdgm-rev-widg .jdgm-star {
    font-size: 12px;
}
.jdgm-widget .jdgm-rev-widg__summary-stars {
    margin-bottom: 10px;
}
.jdgm-write-rev-link.jdgm-write-rev-link , .jdgm-form-wrapper,.jdgm-review-widget .jdgm-form .jdgm-star,.jdgm-review-widget .jdgm-form input[type="text"],
.jdgm-review-widget .jdgm-form input::placeholder,.jdgm-review-widget .jdgm-form textarea,.jdgm-review-widget .jdgm-form textarea::placeholder,.jdgm-review-widget .jdgm-form .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
  color:var(--black) !important;
    border-radius: 4px;
  -webkit-border-radius:4px;
  -moz-border-radius: 4px;
   -ms-border-radius: 4px;
  -o-border-radius: 4px; 
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev{
   color:var(--theme-color) !important;
  border-color:var(--theme-color) !important;
}
.jdgm-widget input[type="submit"].jdgm-btn--solid {
    color:var(--black) !important;
}
a.product-write-review{
  gap: 5px;
}
.pdp-right-column-inner .jdgm-preview-badge .jdgm-star.jdgm-star{
  color: var(--white);
}
.product-description-right .pdp-whislist-btn{
    height: auto;
    width: auto;
    justify-content: end;
    margin-bottom: 15px;
}
/*===================== search page ======================*/
.search__button {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  bottom: 5px;
  padding: 0 10px; 
   border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.template-search p.search-msg {
  padding: 20px 0 30px;
  font-size: 20px;
  line-height: 1;
}
.search__button svg {
  margin: 0;
}
.template-search__search .field {
  position: relative;
}
.template-search__results .grid__item {
  margin: 0 0 30px;
}
/*======================== black variant ======================*/
.hiro-side-item-inner .pro-size label,
.twocol-dark .two-coll-content .pro-size label {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.hiro-side-item-inner .pro-size.active label,
.hiro-side-item-inner .pro-size input[type="radio"]:checked + label,
.twocol-dark .two-coll-content .pro-size.active label,
.twocol-dark .two-coll-content .pro-size input[type="radio"]:checked + label {
  background: var(--white);
  color: var(--theme-color);
  border-color: var(--white);
}
.disclosure__button {
  background: none;
  padding: 0;
  margin: 0;
  display: unset;
  justify-content: unset;
  align-items: unset;
  width: auto;
  min-width: auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  padding: 0 20px 0 10px;
  cursor: pointer;
}
.disclosure__list-wrapper {
  bottom: auto;
  left: auto;
  background: #f1f1f1;
  cursor: pointer;
  box-shadow: 1px 1px 4px #ccc;
}
.disclosure__item {
  margin: 0 0 10px;
}
.disclosure__item:last-child {
  margin: 0;
}
.localization-selector + .disclosure__list-wrapper {
  opacity: 1;
  animation: animateLocalization 400ms ease-in-out;
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.pro-size {
  margin: 5px 0 0;
}
#customer_login_link,#customer_register_link {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  background: transparent;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase;
}
#customer_login_link:hover,
#customer_register_link:hover {
  background: var(--theme-color);
  color: var(--white);
}
.card__media {
  position: relative;
}
.product-card-image .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 0;
  -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;
}
.product-card-image:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.product-card-image:hover img.default-img {
  opacity: 0;
  visibility: hidden;
}
.product-type {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.row .common-banner-content p {
  padding: 0;
}
/*-----------360 view---------*/
.tt-360-veiw {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  cursor: -webkit-grab;
  background: var(--theme-color);
}
.tt-360-veiw .spinner {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  color: #111;
  display: block;
  font-weight: bolder;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
.tt-360-veiw .spinner span {
  line-height: 60px;
}
.tt-360-veiw:active {
  cursor: ew-resize;
  cursor: -webkit-grabbing;
}
.tt-360-veiw:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 50%;
  z-index: 5;
  border-bottom: 5px solid rgba(175, 175, 175, 0.15);
  border-top: 2px solid rgba(175, 175, 175, 0.05);
  border-right: 2px solid rgba(175, 175, 175, 0.1);
  border-left: 2px solid rgba(175, 175, 175, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.tt-360-veiw .threed-title {
  position: relative;
  padding-top: 20px;
  z-index: 40;
  text-align: center;
}
.tt-360-veiw .threed-view-images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-360-veiw .threed-view-images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.tt-360-veiw .threed-view-images img.previous-image {
  visibility: hidden;
}
.tt-360-veiw .threed-view-images img.current-image {
  visibility: visible;
}
.tt-360-veiw .nav_bar {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -67.5px;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.tt-360-veiw .nav_bar a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0px;
  text-align: center;
  text-decoration: none;
}
.tt-360-veiw .nav_bar a:hover {
  background-color: #f9f9f9;
}
.tt-360-veiw .nav_bar a.nav_bar_play {
  background: url(play-button.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.tt-360-veiw .nav_bar a.nav_bar_stop {
  background: url(pause.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.tt-360-veiw .nav_bar a.nav_bar_previous {
  background: url(360-arrow.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(90deg);
}
.tt-360-veiw .nav_bar a.nav_bar_next {
  background: url(360-arrow.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
}
.tt-360-veiw:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.tt-360-veiw:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.product-360-view-wrapper {
  margin: 100px auto;
  max-width: 800px;
  position: relative;
}
.product-single__header .product-360-button {
  font-weight: normal;
  margin-bottom: 10px;
}
.threesixty-video .product-360-button > a {
  padding: 2px 15px 2px 0;
  border-right: 1px solid #e5e5e5;
}
.threesixty-video i {
  font-size: 20px;
  margin: 0 5px 0 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  padding: 7px 10px;
}
.threesixty-video span {
  font-size: 14px;
  font-weight: 500;
}
.pro-wishlist label, .pro-compare label {
    cursor: pointer;
}
.pro-wishlist, .pro-compare, .quickview-btn {
  background: var(--theme-color);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
    border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   -ms-border-radius: 3px;
  -o-border-radius: 3px; 
}
.wish-lbl-wrp {
  display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    flex-wrap: nowrap;

}
.pro-wishlist svg path, .pro-compare svg path, .quickview-btn svg path {
  width: 15px;
  height: 15px;
  fill: var(--white);
}
.absbtn {
 position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -5px;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease;
}
.product-card-image:hover .absbtn {
  opacity: 1;
}
.product-card-image {
  position: relative;
}
.acc-order-button .btn svg {
  margin: 0 5px 0 0;
}
.addresses select {
  background: url(menu-dropdown-blk.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  appearance: none;
  background-size: 13px;
}
.subscribe-popup .newsletter-form__message {
  position: static;
  margin: 10px 0 0;
}
.subscribe-popup .newsletter-form__field-wrapper {
  position: relative;
}
.subscribe-popup .input-wrapper .field {
  background: #fff;
}
.filter-title h4 {
  padding: 0 15px;
  display: block !important;
}
.grecaptcha-badge {
  z-index: 2;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  transition: background-color 5000s;
  -webkit-text-fill-color: var(--second-color) !important;
}
.newsletter-form__message--success {
  color: #448349;
}
/************** video product page css *************/
deferred-media.deferred-media {
    position: relative; 
    width: 100% !important;
    display: block;
}
.pdp-main-img iframe  {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* .media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
} */
.deferred-media[loaded]>.deferred-media__poster {
    display: none !important;
}
.product__modal-opener:not(.product__modal-opener--image) {
    display: none;
}
.deferred-media__poster-button.motion-reduce {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
    padding: 10px;
    background: var(--black);
    border-radius: 30px;
}
.deferred-media__poster-button.motion-reduce svg {
    fill: var(--theme-color);
    width: 20px;
    height: 20px;
}
.deferred-media:not([loaded]) template {
    z-index: -1;
}
.blog-caption h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog-caption p, .about-us-box p {
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mobile-facets__info, .mobile-facets__wrapper .facets__price {
    padding: 0 !important;
}
.product-tab-slider .slick-arrow, .tabs-container .slick-arrow, .shop-products-slider .slick-arrow, .testi-slider .slick-arrow, .blog-slider-main .slick-arrow  {
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    visibility: hidden;
}
.product-tab-slider:hover .slick-arrow, .tabs-container:hover .slick-arrow, .shop-products-slider:hover .slick-arrow, .testi-slider:hover .slick-arrow, .blog-slider-main:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}
.template-list-collections .card-media img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    left: 0;
    right: 0;
}
.template-list-collections .card-media a {
    position: relative;
    padding-top: 62%;
    display: block;
}
.collection-list{
  padding-top: 70px;
}
.fixed .lang-dropdown svg path, .template-customers-addresses .lang-dropdown svg path, .template-page .lang-dropdown svg path {
    fill: var(--black);
}
.languages .localization-form__select span {
    display: none;
}
.currency .nice-select {
   padding: 5px 18px 5px 10px;
  color:var(--white);
} 
.currency .nice-select:after {
  border-color: var(--white);
  
}
/*============ menu card=========== */
.site-header .megamenu-card .megamenu-image {
    position: relative;
    background-color: var(--third-color);
     border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
      overflow: hidden;
}
.site-header .megamenu-card .megamenu-content {
    margin-top: 15px;
    text-align: center;
}
.site-header .megamenu-card .megamenu-content a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.site-header .megamenu-card .megamenu-image a {
    padding-top: 80%;
    position: relative;
    display: block;
}
.site-header .megamenu-card .megamenu-image a img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
}
.site-header .megamenu-card .megamenu-content span {
    font-size: 18px;
    line-height: 1;
}
/*============ share =========== */
.size-share-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.size-share-wrap .share-button__button{
  gap: 5px;
  align-items:center;
}
.share-button {
    display: flex !important;
    justify-content: end;
}
/* ======comment========== */
.comment-item-wrapper .comment-item {
    border: 1px solid var(--border-color);
    padding: 20px;
}
.comment-item-wrapper .comment-item .comment-item-inner {
    gap: 20px;
}
.comment-item-wrapper .comment-item .comment-item-image {
    width: 54px;
    height: 54px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 50%;
}
.comment-item-wrapper .comment-item .comment-item-image svg {
    width: 100%;
    height: 100%;
}
.comment-item-wrapper .comment-item .comment-item-image svg path {
    fill: #dddddd;
}
.comment-item-wrapper .comment-item .comment-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.comment-item-content .comment-top-content {
    margin-bottom: 15px;
}
.comment-item-content .comment-top-content h6 {
    font-family: var(--first-font);
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px;
}
.comment-item-wrapper .comment-item:not(:last-of-type) {
    margin: 0 0 15px;
}
  /* zoom */
  
  .pdp-main-img .zoomImg {
      background: #00a76b;
      cursor: crosshair;
  }
/**** products-add-cart-sticky CSS ****/
.products-add-cart-sticky {
    display: none;
    z-index: 2;
    position: fixed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    font-size: 20px;
    width: 100%;
    max-height: 100%;
    transition: all 500ms ease-in-out 0s;
    transform: translateY(120px);
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    border-top: 1px solid var(--border-color);
  background-color: var(--white);
}
.products-add-cart-sticky.show-btn {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.products-add-cart-sticky .sticky-pro-inner {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 15px;
}
.products-add-cart-sticky .nice-select {
    max-width: 150px; 
}
.products-add-cart-sticky .nice-select:after {
    right: 10px;
}
.products-add-cart-sticky .nice-select .list {
    top: auto;
    bottom: 120%;
    transform: scale(.75) translateY(21px);
}
.products-add-cart-sticky .nice-select.open .list {
    transform: scale(1) translateY(0);
}
.products-add-cart-sticky .prorow-lbl-qntty {
    margin: 0px;
}
.products-add-cart-sticky .prorow-lbl-qntty .qty-spinner {
      border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product-description .prorow-lbl-qntty .qty-spinner {
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.products-add-cart-sticky .sticky-pro-inner .text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    padding: 8px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn {
    font-size: 14px;
  gap: 10px;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn svg path {
  fill: var(--black);
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn:hover svg path  {
      fill: var(--white);
}
.products-add-cart-sticky .text-checkbox .checkbox .clr {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.sticky-pro-info {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}
.sticky-pro-info img {
    height: 60px;
    max-width: 80px;
    object-fit: scale-down;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.sticky-pro-info .sticky-data .price ins {
    font-size: 16px;
}
.sticky-data h3 {
    font: var(--h6);
    margin-bottom: 8px;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sticky-pro-info .sticky-data .price del {
  margin: 0px;
  font-size: 14px;
}
.sticky-pro-info .sticky-data .price {
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
}
/* ============cartdrawer============== */

/* cart-progress-bar */
.cart-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 15px 0 0;
}

progress[value] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    position: relative;
    height: 7px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

progress[value]::-webkit-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: #F2F2F2;
}

progress[value]::-webkit-progress-value {
    position: relative;
    border-radius: 5px;
    background-color: var(--theme-color);
}

progress[value]::-moz-progress-bar {
    position: relative;
    border-radius: 5px;
    background-color: var(--theme-color);
}

progress:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -o-linear-gradient(315deg,
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.2) 25%,
            rgba(255, 255, 255, 0) 25%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            rgba(255, 255, 255, 0) 75%,
            rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(135deg,
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.2) 25%,
            rgba(255, 255, 255, 0) 25%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            rgba(255, 255, 255, 0) 75%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    -webkit-animation: move 5s linear infinite;
    border-radius: 5px;
    overflow: hidden;
    background-size: 45px 45px;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -60px -60px;
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -60px -60px;
    }
}

.progress-icon {
    position: relative;
    top: 25px;
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color);
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    -webkit-animation: blinkers 1.5s infinite;
    animation: blinkers 1.5s infinite;
}

.progress-icon svg {
    height: 40px;
    width: 40px;
}

.progress-icon svg path {
    fill: var(--white);
}

@keyframes blinkers {
    0% {
        -webkit-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
    }

    50% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
    }
}

@-webkit-keyframes blinkers {
    0% {
        -webkit-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
    }

    50% {
        -webkit-transform: translateY(-50%) scale(0.95);
        transform: translateY(-50%) scale(0.95);
    }

    100% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }
}

/* cart-progress-bar end */
/* releted product cart popup */
.cartDrawer .mini-cart-has-item {
    overflow: hidden;
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}
.cartDrawer .related-cart-wrp{
  margin-top: 25px;
}
.cartDrawer .related-cart-wrp h3{
  margin-bottom: 15px;
  font-size: 22px;
}
.cartDrawer .related-cart-inner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
    margin: 0 10px;
  border: 1px solid var(--border-color);
  padding: 10px;
          border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.cartDrawer .slick-list {
     margin: 0 -10px;
}
.cartDrawer .related-cart-inner .related-image a{
  position: relative;
  padding-top: 125%;
  display: block;
}
.cartDrawer .related-cart-inner a img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.cartDrawer .related-image{
    position: relative;
    max-width: 80px;
    flex: 0 0 80px;
    width: 100%;
    background: whitesmoke;
    padding: 10px;
  border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
}
.cart-variable p {
    color: var(--black);
  margin-bottom:12px;
}
.cartDrawer .related-cart-text{
    flex: 1;
    margin-left: 15px;
}
.cartDrawer .related-cart-text h4{
  font-size: 18px;
  margin-bottom: 12px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.cartDrawer .related-cart-text a{
  text-decoration: underline;
}
.cartDrawer .related-cart-price{
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.cartDrawer .pvarprice svg path{
  fill: red;
}
.cartDrawer .cart-slider{
  position: relative;
}
/* releted product cart popup  end*/
.mini-cart-footer {
    -webkit-box-shadow: 0 0 8px #0000004d;
    box-shadow: 0 0 8px #0000004d;
}
.mini-cart-top {
    padding: 20px;
}
.cartDrawer .mini-cart-footer-icons {
    margin-bottom: 15px;
}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
    width: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 12px 35px;
    border: none;
    width: 47%;
    background-color: var(--theme-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius:6px;
}
.cartDrawer .mini-cart-footer-icons svg {
    width: 30px;
    height: 30px;
}
.cartDrawer .mini-cart-footer-icons svg path {
    stroke: var(--white);
}
.cartDrawer .mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--border-color);
}
.cartDrawer .mini-cart-footer-total-row div {
    padding: 0 10px;
}
.mini-total-lbl {
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
}
.cartDrawer .mini-total-iteam p {
    font-size: 16px;
}
.cartDrawer .mini-cart-footer-total-row div.mini-Subtotal {
    text-align: right;
}
.cartDrawer .mini-cart-bottom .cart-bottom-btn.check-btn {
    background: var(--second-color);
}
.mini-cart-bottom {
    width: 100%;
}
.cartDrawer .mini-cart-bottom .cart-bottom-btn {
    padding: 15px 20px;
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    background-color: var(--black);
}
.cartDrawer .mini-cart-bottom .view-cart-btn {
    background-color: var(--theme-color);
}
.related-cart-wrp .slick-dots {
    margin-top: 15px;
}
.free-shipping-bar {
    margin-bottom: 30px;
}
/* ============cart-gift============ */
.cart-page-section #cart-gift-wrap {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: var(--border-color);
  padding: 15px;
  gap: 10px;
   border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
}
.cart-page-section #cart-gift-wrap .continue-btn {
  margin-right: 0;
}
.cart-page-section #cart-gift-wrap .add-gift {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  max-width: 300px;
  width: 100%;
}
.coupon-popup,
.gift-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0);
          box-shadow: 0 4px 8px 0 rgb(0 0 0);
  z-index: 5;
  background: var(--white);
  color: var(--black);
  width: 410px;
  height: auto;
  -ms-transform: translateY(120%);
  -webkit-transform: translatey(120%);
  transform: translateY(120%);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.coupon-popup.active,
.gift-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0%);
      -ms-transform: translatey(0%);
          transform: translatey(0%);
}
.coupon-popup .coupon-txt {
  gap: 10px;
  margin-bottom: 12px;
  color: var(--black);
}
.coupon-popup .common-close,
.gift-popup .common-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}
.coupon-popup .common-close svg,
.gift-popup .common-close svg {
  height: 18px;
  width: 18px;
}
.coupon-popup .common-close svg path,
.gift-popup .common-close svg path {
  fill: var(--black);
}
/* ****** coupon popup css **** */
.coupon-code {
  position: relative;
}
.coupon-code input {
  height: 45px;
  width: 100%;
  border-color: var(--border-color);
  padding: 14px 100px 14px 15px;
}
.cartDrawer .mini-cart-body,
.coupon-popup .coupon-body,
.gift-popup .gift-body {
  overflow-y: auto;
  padding: 30px;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}
.coupon-popup .coupon-txt svg {
  height: 30px;
  width: 30px;
}
.coupon-code .apply-coupon-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
      border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   -ms-border-radius: 6px;
  -o-border-radius: 6px; 
}
.cart-page-section .is-empty .form_gift {
    display: none;
}
.cart-slider .slick-dots {
  position:unset;
}
/*================= reset password page =============*/
.reset-password {
    border: 1px solid var(--border-color);
    padding: 20px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.reset-password .section-title h3 {
  margin: 0 0 15px;
}
.reset-password .form-container {
  padding: 0;
  border: none;
}
.reset-password label {
  text-align: left;
  width: 100%;
}
.customer.reset-password {
  text-align: center;
}
.my-resetpwd-sec .row{
  margin:0;
}
.login-page .form-message-success{
  margin-bottom:10px;
  color:#24d57a;
}
.reset-password .form-container .row {
  margin: 0;
}
.reset-password .form-container .row [class*=col-] {
  padding: 0;
}
.site-footer .payment-image-wrapper {
    gap: 5px;
}
.site-footer .payment-image-wrapper .payment-image img {
    width: 40px;
}
.sticky-btn.loading > svg, .quickview_popup_data .cart-btn.loading > svg{
  display: none;
}
body.account table tr td:first-child a{
  text-decoration: underline;
}
#AddAddress .form-group label {
    width: 100%;
    text-align: left;
}
/* =================== responsive CSS ===================== */
/* =================== DESKTOP HOVER CSS ===================== */
@media (hover: hover) {
  a:hover,
  a:focus {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-style-one 
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:hover
    > a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .header-style-one .menu-dropdown ul > li a:hover {
    border-color: var(--black);
  }
  .header-style-one.dark-header
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active:hover,
  .header-style-one.dark-header
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active,
  .header-style-one.dark-header
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:hover
    > a {
    color: var(--second-color);
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:hover
    > a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active:hover
    svg
    path {
    fill: var(--white);
  }
  .footer-list-social li a:hover {
    background: var(--second-color);
  }
  .footer-widget ul li a:hover {
    color: var(--second-color);
  }
  .footer-list-social li a:hover svg path {
    fill: var(--white);
  }
  .banner-main-content .social-links ul li a:hover {
    background: var(--theme-color);
  }
 
}
@media screen and (max-width: 1199px){
.out-of-stock-form {
   max-width: 45%;
}
  .header-style-one .menu-right li.cart-header .count {
        width: 18px;
        height: 18px;
        font-size: 12px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
  }
  .product-description .product-form .btn.white-btn ,
  .shopify-payment-button__button--unbranded {
      padding: 12px 18px;
  }
}
/* =================== responsive CSS ===================== */
@media (min-width: 991px) {
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .desk-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
  .menu-right .wishlist-header {
    display: none;
  }
  .header-style-one .mobile-menu {
    display: none;
  }
   .jdgm-widget .jdgm-temp-hidden {
        display: none !important;
    }
    .jdgm-row-stars, .jdgm-rev-widg__summary {
        margin-bottom: 15px !important;
    }
  .template-product .jdgm-rev-widg{
    padding-top:0 !important;
  }


}
@media (min-width: 768px) {
  .mobile-facets__wrapper.mobile-only {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
  .menu-btn.mobile-menu-button,
  .banner-main-content .social-links,
  .subs-design-img {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .footer-bottom {
    padding-top: 30px;
  }
  .footer-link .contactlink {
    font-size: 18px;
  }
  .site-footer {
    padding: 60px 0 40px;
  }
  .offset-left {
    margin-left: 0;
    padding: 0 15px;
  }
  .offset-right {
    margin-right: 0;
    padding: 0 15px;
  }
  .bestseller-section .desing-img-1 {
    max-width: 210px;
    top: 210px;
  }
  .testimonials-section .test-design-img {
    display: none;
  }
  .client-area-wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #product-grid .price ins {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --h1: normal 500 40px/1.1 var(--second-font);
    --h2: normal 500 32px/1.1 var(--second-font);
    --h3: normal 500 26px/1.1 var(--second-font);
    --h4: normal 500 20px/1.1 var(--second-font);
    --h5: normal 500 18px/1.1 var(--second-font);
    --h6: normal 500 16px/1.1 var(--second-font);
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    padding-right: 10px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:not(:last-of-type) {
    padding-right: 18px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
    font-size: 12px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li.has-item
    > a:after {
    height: 7px;
    width: 8px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li.has-item
    > a {
    padding-right: 15px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > .category-btn
    svg {
    margin-left: 6px;
  }
  .footer-col {
    padding-left: 20px;
  }
  .banner-right-side {
    width: 35%;
  }
  /**** PDP PAGE CSS ***/
  .product-highlights li {
    font-size: 12px;
  }
  .pdp-thumb-slider .slick-arrow.slick-prev {
    left: -5px;
  }
  .pdp-thumb-slider .slick-arrow.slick-next {
    right: -5px;
  } 
  .acc-order-button .btn {
    padding: 10px 20px;
    font-size: 13px;
  }
 .header-style-one .menu-right>li:not(:first-of-type) {
    margin-left: 15px;
}
  .header-style-one .menu-right li a .icon-lable {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --h1: normal 500 36px/1.1 var(--second-font);
    --common-text: normal 400 14px/1.4 var(--first-font);
  }
      .product-page .jdgm-write-rev-link.jdgm-write-rev-link{
    margin-bottom: 15px !important;
  }
  .template-product .jdgm-widget-actions-wrapper {
    margin: 0 0 20px 0 !important;
  }
  .padding-top {
    padding-top: 40px;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  .header-style-one .mobile-menu .mobile-menu-button {
    width: 100%;
  }
  .navigationbar-row {
    padding-left: 0;
  }
  .header-style-one .mobile-menu {
    width: 22px;
    height: 22px;
    margin: 0 0 0 20px;
  }
  .style-two .menu-right:after {
    display: none;
  }
  .header-style-one .main-navigationbar .menu-items-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    padding-left: 15px;
    display: none;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:not(:last-of-type) {
    padding-right: 15px;
  }
  .header-style-one.dark-header .menu-right li {
    padding: 15px 0;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav > li {
    padding: 15px 0;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li.has-item
    > a {
    padding-right: 15px;
  }
  .header-style-one .menu-right li a span {
    font-size: 11px;
  }
  .header-style-one .count {
    top: -4px;
    right: -8px;
  }
  .header-style-one .menu-right li.cart-header .count {
    background: var(--white); 
    color: var(--black);
    top: -8px;
    right: -8px;
    position: absolute;
    width: 16px;
    height: 16px; 
    font-size: 8px;
    border-radius: 50%;
    letter-spacing: 0px;
    margin-left: 5px;
  }
  .site-header .main-navigationbar.fixed  .menu-right li.cart-header .count {
     background: var(--black); 
    color: var(--white); 
  }
  .header-style-one .main-navigationbar .menu-items-col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-style-one .menu-right li.has-item > a:after {
    display: none;
  }
  .header-style-one .menu-right li.has-item > a {
    padding-right: 0;
  }
  .mobile-menu-wrapper {
    right: 0;
    left: auto;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .mobile-menu-wrapper .menu-close-icon svg {
    margin-left: 0;
  }
  .footer-col:not(:last-of-type) {
    padding-right: 10px;
    margin-top: 0;
  }
  .pro-swatch {
    font-size: 10px;
  }
  .footer-subscribe-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .site-footer {
    padding: 40px 0;
  }
  .footer-col.footer-link-1 {
    max-width: 190px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-widget-inner {
    padding: 25px 15px;
  }
  .blog-widget-inner.big-blog-widget {
    padding: 35px 15px 25px;
  }
  .blog-widget-inner p {
    margin: 12px 0;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 10px;
    font-size: 10px;
  }
  .blog-grid-row .blog-content-top h4 {
    font-weight: 600;
  }
  /********** CART PAGE CSS starts **********/
  .cart-summery {
    margin-top: 30px;
  }
  .cart-summery .btn {
    max-width: 300px;
    margin-left: auto;
  }
  /********** CART PAGE CSS end **********/
  .submit-btn {
    max-width: 200px;
    margin: 20px 0 0;
  }
  .article-banner .blog-cat {
    margin: 20px 0;
  }
  .art-auther {
    margin-bottom: 15px;
  }
  .quote-box {
    padding: 15px 0 25px 60px;
  }
  .quote-box h3 {
    font-size: 15px;
  }
  .latest-article-slider-section .section-title {
    padding-top: 40px;
    margin-bottom: 26px;
  }
  .my-acc-right-content .qty-spinner input,
  .my-acc-right-content table tr th,
  .my-acc-right-content table tr td {
    font-size: 12px;
  }
  /**** HOME PAGE CSS ****/
  .home-banner-section {
    padding: 120px 0 100px;
  }
  .tooltip {
    display: none;
  } 
  .bestseller-section {
    padding: 70px 0 70px;
  }
  .bestseller-section .desing-img-1 {
    display: none;
  }
  .product-prescription-section-two.pdp-page {
    border: 0;
  }
  /**** PDP PAGE CSS ****/
  .product-page-first-section {
    padding: 40px 0;
  }
  .product-page-first-section .pdp-left-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-page-first-section .pdp-center-column {
    margin-bottom: 40px;
  }
  .product-page-first-section .pdp-right-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pdp-center-inner-sliders {
    max-width: 70%;
    margin: auto;
  }
  .threesixty-video .product-360-button > a {
    padding: 2px 5px 2px 0;
  }
  .main-detail {
    margin: 0 0 30px;
  }
  .out-of-stock-form {
   max-width: 50%;
   padding: 50px 30px;
  }  
  .shop-products-section {
      padding: 80px 0 40px;
  }
  .header-style-one .menu-right>li:not(:first-of-type) {
    margin-left: 15px;
  }
  .header-style-one .fixed .count{
    color: var(--white);
  }
  .pro-compare-section .pro-compare-wrap, .pro-wishlist-section .pro-wishlist-wrap {
    margin-bottom: 20px;
  }
  .cart-page-section {
    padding-top: 90px;
  }
  .cart__footer {
    margin: 20px 0 0;
  }
  .cart__footer-wrapper .cart__blocks{
    padding: 15px;
  }
  cart-note.cart__note.field {
    margin: 0px 0 20px; 
  } 
  .cart__footer-wrapper .cart__blocks {
      width: 100%;
  }
  .register-page {
    padding-top: 90px;
  }
  .account, .addresses {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
   .lang-dropdown .nice-select .icon-lable {
         margin-top: 0px;
        font-weight: 400;
       font-size:14px;
  }
   .mobile-menu-wrapper .mobile-lag {
    padding: 15px 10px;
    gap: 20px;
    border-bottom: 1px solid var(--black);
}
   .size-tbl tr {
    padding: 0px;
  }
      .product-heading-right-column {
        border-left: 0;
    }
  .languages .localization-form__select span {
    display: block;
}
  .mini-cart-top {
    padding: 15px;
  }
  .lang-dropdown .localization-form__select svg{
    display:none;
  }
  .mobile-lag .lang-dropdown {
    margin:0px;
    padding:0px;
  }
  .mobile-lag  .nice-select {
    padding:0px;
    border: none;
    background:transparent;
    color:var(--black);
    width:100%;
  }
 .mobile-lag .currency .nice-select:after {
    border-color:var(--black);
  }
  .mobile-lag .languages,
  .mobile-lag .currency {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: 0 1px 2px 1px #00000029;
    box-shadow: 0 1px 2px 1px #00000029;
    padding: 10px;
    border-radius: 5px;
}
  .mobile-lag .disclosure__list-wrapper {
    right:0px;
    margin-top:10px;
  }
  .lang-dropdown .nice-select:after {
    display: block;
}
  .mobile-lag .nice-select .current, .nice-select .list {
    width: 100%; 
}
  .lang-dropdown .nice-select:after {
    border-bottom: 2px solid var(--black);
    border-right: 2px solid var(--black);
}
  .mobile-lag ul.list {
    margin-top: 11px;
}
  .languages .localization-form__select span {
        display: block;
    }
    .lang-dropdown .localization-form__select svg {
        display: none;
    }
    :root {
    --h1: normal 500 32px/1.1 var(--second-font);
  }
    .currency select {
      padding: 0;
    }
.sticky-pro-info, .products-add-cart-sticky .qty-spinner {
        display: none;
    }
.compare-wrap, .wishlist-wrap {
    padding: 20px 15px 0;
}
.pro-compare-right, .pro-wishlist-right {
    border: 1px solid var(--border-color);
   border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; 
}
.pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod{
    display: block;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label, .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label.compare-pro-detail,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label.wishlist-pro-detail{
    max-width: 100%;
    padding: 0;
}

.compare-data-label:before, .wishlist-data-label:before {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--theme-color);
}
.compare-data-label:before,
.wishlist-data-label:before {
  display: none;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .prod-img, .pro-compare-scroll .compare-wrap .compare-val-prod .pro_detail-inner, .pro-compare-scroll .compare-wrap .compare-val-prod .product-form, .pro-compare-scroll .compare-wrap .compare-val-prod .compare-prod-remove,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .prod-img, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .pro_detail-inner, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .product-form, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-prod-remove{
    max-width: 100%;
    padding: 0;
}
.compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a {
    padding-top: 30%;
}
.pro-compare-left, .pro-wishlist-left {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
}
.compare-data-label, .wishlist-data-label {
    margin-bottom: 20px;
} 
  .header-style-one {
    background: #222;
  }
  .menu-right .menu-dropdown {
    min-width: 150px;
  }
  .header-style-one.dark-header .menu-right li,
  .header-style-one .menu-right li {
    padding: 0 0;
  }
  .header-style-one .main-navigationbar {
    -webkit-box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
    box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
  }
  .header-style-one .main-navigationbar .menu-items-col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-style-one .menu-right li a .icon-lable {
    display: none !important;
  }
  .header-style-one .menu-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter-select-box {
    padding:0;
  }
  .header-style-one .main-navigationbar .logo-col {
    max-width: 100px;
    margin-right: 30px;
  }
  .header-style-one .count {
    right: -5px;
  }
  .header-style-one .menu-right li {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .header-style-one .menu-right li a svg {
    height: 20px;
    width: 20px;
  }
  .header-style-one .menu-right li:last-of-type button,
  .header-style-one .menu-right li > * {
    display: block;
    border: none;
  }
  .mobile-menu-wrapper .mobile-menu-bar > ul > li a {
    color: var(--theme-color);
  }
  .mobile-menu-wrapper .mobile-menu-bar > ul > li a svg path {
    fill: var(--theme-color);
  }
  .header-style-one .mobile-menu {
    margin: 0 0 0 15px;
  }
  .mobile-menu-wrapper .menu-close-icon svg {
    width: 20px;
    height: 20px;
  }
  .mobile-menu-wrapper .menu-close-icon {
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
    padding: 10px 20px;
    background: var(--theme-color);
    width: 100%;
  }
  .header-style-one.dark-header .count {
    background: var(--second-color);
    color: var(--theme-color);
  }
  .cartDrawer .closecart {
    left: 14px;
  }
  .footer-bottom-row {
    padding: 0 0 40px;
  }
  .footer-bottom-row ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  /** MINI CART **/
 .cartDrawer, .coupon-popup, .gift-popup {
    width: 100%;
  }
.cartDrawer .mini-cart-body {
    padding: 15px;
  }
 .cartDrawer .mini-cart-header {
    padding: 16px 20px 16px 50px;
  }
  .mini-cart-footer .checkout-btn {
    max-width: 100%;
    padding: 12px 11px;
  } 
  .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .mini-cart-footer-total-row {
    font-size: 18px;
    line-height: 18px;
    margin: 0 -10px 12px;
  }
  .header-style-one .menu-right .cart-header .closecart {
    left: 15px;
    right: auto;
    top: 15px;
  }
  .header-style-one .menu-right .cart-header .closecart svg path {
    fill: var(--white);
  }
  .mini-cart-footer .u-save {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .search-popup {
    padding: 0 15px;
  }
  .search-popup .close-search {
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
  }
  .policy-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 16px;
  }
  .footer-col:not(:last-of-type) {
    padding: 0;
  }
  .footer-subscribe-col,
  .footer-col,
  .footer-col.footer-link-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-col.footer-link-1 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .footer-bottom {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .footer-bottom .row {
    flex-direction: column;
      gap: 10px;
  }
  .site-footer .payment-image-wrapper {
      justify-content: flex-start;
  }
  .site-footer {
    padding: 40px 0 0;
  }
  .emaillink.contactlink {
    margin: 0;
  }
  .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .slick-slider .slick-arrow {
    opacity: 1;
  }
  .footer-row .footer-col:not(:first-child) {
    flex: 1 1 50%;
  }
  .cartDrawer .mini-cart-footer-total-row {
    font-size: 20px;
  }
  .subscribe-popup {
    padding: 45px 29px;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-widget-inner {
    margin-bottom: 15px;
  }
  /********* BLOG PAGE CSS end  **********/
  .small-hide,
  .medium-hide {
    display: none !important;
  }
  .mobile-facets {
    position: fixed;
    top: 0;
    background: var(--white);
    left: 0;
    max-width: 315px;
    height: 100%;
    width:100%;
    z-index: 4;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(-100%, 0px);
  }
  .product-filter-body {
    padding: 40px 15px;
    overflow: auto;
    height: 100%;
    background: var(--white);
  }
  .close-filter {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    right: auto;
    left: 0px;
    z-index: 101;
    width: 30px;
    height: 30px;
    padding: 7px;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: var(--second-color);
    pointer-events: none;
  }
  .mobile-open .close-filter {
    opacity: 1;
    pointer-events: visible;
  }
  .close-filter svg {
    height: 100%;
    width: 100%;
  }
  .close-filter svg path {
    fill: var(--white);
  }
  .mobile-open .mobile-facets {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-heading-right-column { 
    border-left: 0;
  } 
  .product-sorting-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .product-filter-right-column {
    border-left: 0;
    padding-left: 0 !important;
  }
  .icon-filter {
    max-width: 22px;
    margin: 0 auto;
  }
  .mobile-facets__open-wrapper div {
    max-width: 28px;
    border: 1px solid var(--black);
    padding: 2px;
     border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  }
  .filter-title .filter-ic {
    max-width: 40px;
    border: 1px solid var(--second-color);
    padding: 2px;
    display: block;
  }
  .filter-title h4 {
    display: none;
  }
  .abt-shp-column-right,
  .about-our-shop-section .row {
    margin-top: 30px;
  }
  .contact-right-column {
    margin-top: 0;
  } 
  .blog-col-right .nice-select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  .blog-col-right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .blog-col-left ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-head-row {
    border: 0;
  }
  .articlerightbar {
    padding-top: 40px;
  }
  .aticleleftbar h5 {
    margin: 0 0 20px 0;
    line-height: 1.3;
  }
  .articlerightbar .blog-grid .blog-widget:last-of-type {
    margin-bottom: 0;
  }
  .latest-article-slider-section .section-title {
    padding-top: 40px;
  }
  .post-lbl {
    margin: 0 0 0 10px;
    font-size: 12px;
  }
  .article-section .abt-user-img {
    margin-right: 5px;
  }
  .aticleleftbar p {
    margin-bottom: 15px;
  }
  .quote-box svg {
    height: 20px;
    width: 20px;
  }
  .quote-box {
    padding: 15px 0 25px 35px;
  }
  .register-page .section-title {
    margin-bottom: 30px;
  }
  .our-blog-section .section-title,
  .my-acc-head {
    margin-bottom: 26px;
  }
  .my-acc-rightbar {
    margin-top: 40px;
  }
 
  #scroll {
    background: var(--white);
    top: 60px;
    padding: 0;
  }
  #account-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #account-nav li a svg path {
    fill: var(--white);
  }
  #account-nav li a svg {
    margin-right: 0;
    height: 15px;
    width: 15px;
  }
  #account-nav li a span {
    display: none;
  }
  #account-nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .my-acc-leftbar li:not(:last-of-type) {
    border-bottom: 0;
  }
  .my-acc-leftbar h4 {
    padding: 20px 15px;
    color: var(--black);
  }
  .my-acc-leftbar {
    border: 0 !important;
  }
  #account-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    width: 100%;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color);
  }
  .my-acc-right-content {
    padding-bottom: 30px;
  }
  .my-acc-right-content .qty-spinner input,
  .my-acc-right-content table tr th,
  .my-acc-right-content table tr td {
    font-size: 14px;
  }
  .set {
    margin-bottom: 12px;
  }
  .form-container {
    padding: 20px 15px;
  }
  .offset-container {
    padding: 0 15px;
  }
  td.cart-item__totals {
    display: block;
    text-align: center;
  }
  .cart-item__price-wrapper {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  .remove-btn a {
    display: block;
  } 
  .remove-btn a svg {
    height: 100%;
    width: 100%;
  }
  .main-btn {
    column-gap: 10px;
  }
  .shopify-payment-button__button--unbranded {
    padding: 13px 15px;
    font-size: 12px;
  }
  .btn.add-cart-btn {
    padding: 11px 12px;
    font-size: 12px;
  }
  /** CART PAGE CSS start**/
  .coupon-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .coupon-table {
    margin: 20px 0 0;
  }
  .cart-tble {
    border: 1px solid var(--border-color);
  }
  .cart-page-section .section-title {
    margin-bottom: 30px;
  }
  /****  COMMON BANNER SECTION CSS ****/
  .common-banner-section {
     padding: 110px 0 40px;
  }
  .common-banner-content .back-btn {
    margin-bottom: 15px;
  }
  .common-banner-content .section-title h2 span {
    font-size: 12px;
  }
  /*** FAQ PAGE CSS ****/
  .faq-page {
    padding-bottom: 0;
  }
  /*** ABOUT PAGE CSS ****/
  .about-us-section .about-us-box {
    margin-bottom: 20px;
    padding: 15px;
  }
  /**** HOME PAGE CSS ****/
  .home-banner-section .banner-img-slider {
    width: 100%;
  }
  .home-banner-section::after {
    display: none;
  }
  .banner-right-side {
    display: none;
  }
  .home-banner-section {
    padding: 120px 0 40px;
  }
  .client-area-wrap {
    margin-right: 0;
    margin-top: 40px;
  }
  .home-banner-section .banner-left-side {
    width: 100%;
  }
  .product-prescription-section .prescription-card {
    margin-top: 0;
  }
  .product-prescription-section {
    padding: 40px 0;
  }
  .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .product-prescription-section-two .banner-content-inner {
    margin-top: 0;
   }
  .categories-section .tabs .tab-link {
    margin-bottom: 0;
    padding: 0;
    line-height: 1.1;
    font-size: 14px;
  }
  .categories-section .link-btn {
    margin-bottom: 20px;
  }
  .newsletter-form .input-wrapper .field {
        margin-bottom: 0;
  } 
  .home-blog-section .banner-content-inner {
    margin-bottom: 20px;
  }
  .site-footer.order-status-footer {
    position: relative;
  }
  .product-prescription-section-two .left-side-image {
    max-width: 100%;
  }
  .product-list-row {
    margin-bottom: 0;
  }
  .product-second-section {
    padding: 40px 0;
    margin-bottom: 0;
  }
  /**** PDP PAGE CSS ****/
  .related-detail-images .banner-content-inner {
    text-align: left;
    margin-bottom: 20px;
  }
  .tt-360-veiw .nav_bar a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .tt-360-veiw .nav_bar a.nav_bar_previous,
  .tt-360-veiw .nav_bar a.nav_bar_play,
  .tt-360-veiw .nav_bar a.nav_bar_next {
    background-size: 25px;
  }
  .tt-360-veiw .nav_bar {
    margin-left: -45.5px;
  }
  .produdt-filter-cat {
    display: none;
  }
  .order h2 {
    margin: 0 0 15px;
  }
  .order-detail {
    text-align: center;
  }
  .size-table-wrapper {
    margin-top: 20px;
  }
 
  .lang-dropdown{
    margin-left:10px;
  }
  .out-of-stock-form {
   max-width: 75%;
  }
  .product-notification .product-suggest .product-name {
    font: var(--h6);
  }
  .cartDrawer .webi-mini-cart-footer {
    padding: 15px;
  }
  .product-prescription-section-two {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .bestseller-section {
    padding: 40px 0 70px;
  }
  .section-title {
    margin-bottom: 20px;
  }
   .header-style-one .fixed .count{
     color: var(--white);
   }
  .bestseller-section .banner-content-inner {
    margin: 0 auto 20px;
  }
  .footer-widget h3, .footer-widget h4 {
    margin-bottom: 15px;
  } 
  .input-wrapper .field {
    margin: 15px 0 15px;
  }  
  .footer-col{
    margin-bottom: 20px;
  }
  .product-second-section .banner-content-inner {
    margin-bottom: 20px;
  }
  .product-prescription-section-two.pdp-page{
    padding-bottom: 0px;
  }
    .product-page .recentlyview {
    padding-bottom: 30px;
  }
  .product-page .shop-products-section {
    padding: 40px 0 40px;
  }
  .pdp-whislist-btn {
    justify-content: start;
    padding: 10px 0px;
  }
  .pdp-block:not(:last-of-type){
    gap: 10px;
  } 
  .size-popup{
    padding: 0px;
  }
  .about-us-section .section-title {
    margin: 0 auto 20px;
  }
  .aboutpage-btm-sec .section-title p {
    margin-top: 15px;
  }
  .contact-left-inner ul li {
    margin-bottom: 20px;
  }
  .contact-left-inner ul li h4 {
    margin-bottom: 10px;
  }
  .contact-form{
    padding: 15px;
  }
  .submit-btn {
    margin: 10px 0 0;
  }
  .absbtn{
    opacity: 1;
  }
  .quickview-popup{
    width: 91%;
  } 


}
@media screen and (max-width: 575px) {
        .size-btn {
    justify-content: start;
  }
      .register-page .section-title {
        margin-bottom: 15px;
    }
  .products-add-cart-sticky .sticky-pro-inner .sticky-btn span {
      display: none;
  }
  .cartDrawer .mini-cart-bottom .cart-bottom-btn {
    padding: 15px;
      font-size: 14px;
  }
  .cart-page-section #cart-gift-wrap .continue-btn {
    margin: 0 auto;
  }
  .coupon-code input { 
    padding: 14px 80px 14px 15px;
}
  #product-grid .grid__item {
        margin-bottom: 15px !important;
  }

  .pro-compare-section .compare-bottom-btn, .pro-wishlist-section .wishlist-bottom-btn { 
    margin-bottom: 10px;
}
  .size-share-wrap { 
    justify-content: flex-start; 
}
  .products-add-cart-sticky .nice-select {
    max-width: 190px;
}
  .product-description-right .pdp-whislist-btn{
    justify-content: start;
  }
  .pdp-right-column .jdgm-prev-badge {
    justify-content: start;
  }
  .jdgm-review-widget--medium .jdgm-write-rev-link{
    max-width:50%!important;
  }
  .jdgm-widget .jdgm-btn.jdgm-btn{
    padding:10px;
    font-size:14px;
  }
  :root {
    --h2: normal 500 26px/1.1 var(--second-font);
    --h3: normal 500 24px/1.1 var(--second-font);
    --h4: normal 500 22px/1.1 var(--second-font);
    --h5: normal 500 20px/1.1 var(--second-font);
  }
  .cookiestatus .cookie-block.bottom_fix #cookie_message{
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-direction: column !important;
  }
  .cookiestatus .cookie-block #cookie_message > span {
    line-height: 22px !important;
  }
  .subscribe-popup {
    padding: 30px 15px;
  }
  .subscribe-popup h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .header-style-one .menu-right li.cart-header {
        margin-left: 11px;
    }
    .subscribe-popup .close-sub-btn{
    top:10px;
    right:10px;
  }
  .subscribe-popup .form-row .btn-svg {
    right: 10px;
    height: 20px;
    width: 20px;
  }
  .subscribe-popup .form-row input {
    padding: 13px 40px 13px 15px;
  }
  .footer-list-social {
        margin-top: 15px;
  }
  .footer-col, .footer-col.footer-link-1 {
    margin-bottom: 15px;
  }
  .btn {
    font-size: 12px;
    padding: 11px 15px;
  }
  .header-style-one .menu-right li:not(:first-of-type) {
    margin-left: 15px;
  }
  .footer-col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
  .checkout-page .payment-method-form .checkbox-custom {
    margin: 0 15px 15px 0;
    width: 100%;
  }
    .newsletter-section .input-wrapper input {
        padding: 12px 0px 12px 12px;
  }
  .section-title.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
  }
  .section-title-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .payment-method-form .radio-group label .radio-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
  .payment-method-form .radio-group label .radio-right > * {
    text-align: right;
  }
  .blog-cat li:not(:last-of-type) {
    margin-right: 0;
  }
  .blog-cat li a {
    padding: 0px;
    font-size: 10px;
  }
  .reg-lbl {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .login-form .submit-btn {
    max-width: 170px;
    margin: 15px 0 0 0;
  }
  .mobile-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .order-confirm-details {
    margin-bottom: 20px;
  }
  .dated {
    width: 100%;
    margin-top: 12px;
  }
  .subtitle {
    font-size: 14px;
  }
  .two-coll-media .tool-content {
    display: none;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-cat li {
    padding: 10px 8px;
    font-size: 10px;
  }
  .blog-widget-inner h3 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .blog-widget-inner p {
    margin: 12px 0 15px;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 5px;
  }
  .blog-cat {
    margin-bottom: 14px;
  }
  .blog-page-banner .common-banner-content p,
  .blog-page-banner .section-title {
    margin-bottom: 26px;
  }
  /********* BLOG PAGE CSS end  **********/
  .input-wrapper input {
    padding: 14px;
    font-size: 14px;
  }
  .input-wrapper .btn-subscibe {
    width: 60px;
    font-size: 12px;
  }
  .articlerightbar .blog-cat li {
    padding: 10px 5px;
  }
  .price-btn ins {
    font-size: 12px;
  }
  .produdt-filter-cat {
    display: none;
  }
  /**** HOME PAGE CSS ****/
  .prescription-card {
    margin-bottom: 30px;
  }
  .header-style-one .menu-right li.has-item > a {
    padding: 20px 0;
  }
  .product-prescription-section-two .right-col .banner-content-inner {
    padding-left: 15px;
    margin-top: 20px;
  }
  .product-prescription-section-two .right-col p {
    color: var(--black);
  }
  .product-prescription-section-two .left-side-image {
    margin-bottom: 20px;
  }
  .hot-selling-product {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .bestseller-section {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .hot-selling-product .bg-sec {
    margin-bottom: 0;
    padding: 20px 15px;
  }
  .product-list-row .product-list-col:not(:last-child) .product-card {
    margin-bottom: 30px;
  }
  .product-second-section .product-card-image .img-wrapper,
  .product-prescription-section .product-card-image .img-wrapper {
    padding-top: 30%;
  }
  .shop-products-section {
    padding: 40px 0;
  }
  .bestseller-section .cat-tab {
    margin: 20px 0;
  }
  /**** PRODUCT PAGE CSS start****/
  .pdp-center-inner-sliders {
    max-width: 100%;
  }
  .product-page-first-section .pdp-right-column {
    text-align: left;
    margin-top: 30px;
  }
  .product-page-first-section .pdp-right-column-inner .rating,
  .pdp-block.pdp-variable,
  .product-highlights li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pdp-block:not(:last-of-type),
  .product-page-first-section .pdp-right-column-inner .rating,
  .product-page-first-section .size-select,
  .product-description .price {
    margin-bottom: 15px;
  }
  .product-page-first-section .product-highlights {
    max-width: fit-content;
  }
  .product-page-first-section .pdp-center-column {
    margin: 30px 0px; 
  }
  .product-page-first-section .pdp-left-column-inner {
    padding-right: 0;
  }
  .product-page-first-section .pdp-thumb-img.img-wrapper {
    padding-top: 105%;
  }
  .product-page-first-section .pdp-thumb-slider-itm {
    margin: 0 5px;
  }
  .view-lbl {
    margin-bottom: 30px;
  }
  .row .product-filter-column {
    padding: 0px;
  }
  .add-details div:last-child {
    margin: 20px 0 0;
  }
  .add-details div {
    text-align: center;
  }
  .product-notification{
    width: 300px;
    left: 10px;
  }
  .out-of-stock-form {
    max-width: calc(100% - 30px);
        padding: 45px 20px 25px;
  }
  .out-of-stock-form  .notify-txt {
        font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .header-style-one .menu-right .currency{
    display: none;
  }
  .acc-order-button .btn {
    font-size: 12px;
  }
    #predictive-search-results #predictive-search-results-list li {
      width: 100% !important ;
  }
    .product-page .recentlyview .section-title h2 {
      font-size: 22px;
  }
  .notify-send-btn button {
  padding: 10px 15px;
}
  .notify-send-btn input {
    padding: 15px 65px 15px 15px; 
  }
}
@media screen and (max-width: 420px) {
  .section-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 370px) {
  .stp-menu-widget {
    padding: 24px 0 0 0;
    margin-top: 24px;
  }
  .mobile-menu-bar .stp-navlink:not(:last-of-type) {
    margin-right: 15px;
  }
  .fea-coll-contnt-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .column-positive-us-right .col-sm-4.col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-lbl {
    margin: 10px 0 0;
    width: 100%;
  }
  .acc-back-btn-wrp button {
    padding: 10px 15px;
    min-width: 95px;
  }
  .checkout-page .forgot-pass {
    font-size: 11px;
  }
  .btn-flex a {
    padding: 10px 14px !important;
    min-width: 113px;
  }
  .center-descrp {
    display: none;
  }
  .payment-method-form .radio-group label .radio-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .payment-method-form .radio-group label span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 0;
  }
  .payment-method-form .radio-group label .radio-right > * {
    padding-left: 5px;
  }
  .payment-method-form .radio-group label .radio-right b {
    font-size: 13px;
  }
  .payment-method-form .radio-group label .radio-right img {
    margin-left: 9px;
    max-width: 35px;
  }
  .mainwish .btn {
    font-size: 13px;
    padding: 10px;
  }
  .spr-summary-actions {
    margin: 10px 0 0;
    display: block;
  }
}
.product-form__error-message-wrapper {
  display: flex;
  color: #E90022;
  position: absolute;
  z-index: 1;
  background: yellow;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
/* } */