/** Shopify CDN: Minification failed

Line 8808:1 Expected "}" to go with "{"

**/
*,:after,:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  outline: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body,html {
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body::-moz-scrollbar {
  display: none;
}
svg,img {
  max-width: 100%;
  display: block;
}
a,.btn,button {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}
a,a:hover,a:focus,a:active,
button,button:hover,button:focus,
input,input:hover,input:focus,
select,select:hover,select:focus,
textarea,textarea:hover,textarea:focus,
.btn,.btn:hover,.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.subscribe-popup .input-wrapper input::placeholder {
  color: var(--white);
}
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: var(--black);
}
:-ms-input-placeholder {
  color: var(--black);
}
::placeholder {
  color: var(--black);
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
*{
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}
body {
  margin: 0;
  padding: 0;
  font: var(--common-text);
  height: 100%;
  width: 100%;
}
p,li,ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--second-font);
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
h1,.h1 {
  font: var(--h1);
}
h2,.h2 {
  font: var(--h2);
}
h3,.h3 {
  font: var(--h3);
}
h4,.h4 {
  font: var(--h4);
}
h5,.h5 {
  font: var(--h5);
}
h6,.h6 {
  font: var(--h6);
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
b {
  font-weight: bold;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin: 0 !important;
}
.row [class*="col-"] {
  padding: 0 15px;
}
.no-gutters [class*="col-"] {
  padding: 0;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.desk-only,[hidden] {
  display: none !important;
}
.mobile-only {
  display: block !important;
}
/*****  Columns  *****/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* comman css start */
.m-0 {
  margin: 0 !important;
}
.wrapper {
  min-height: calc(100vh - 470px);
  position: relative;
  height: auto;
}
.back-toshop span svg path {
  fill: var(--theme-color);
}
.my-acc-head {
  margin-bottom: 50px;
}
.section-title h2 {
  color: var(--third-color);
  line-height: 1;
}
.section-title p {
  font-family: var(--second-font);
}
.section-title-white h2,
.section-title-white p {
  color: var(--white);
}
.checkbox-radio .checkbox input[type="radio"] + .checkbox-label {
  content: "";
  display: inline-block;
  border: 1px solid var(--black);
  color: var(--black);
  position: relative;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  text-transform: lowercase;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  margin: 0 5px 5px 0;
}
.product-card .checkbox-radio input:checked + label::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  outline: 1px solid #000000;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  color: var(--white);
}
.checkbox-radio label {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
.text-checkbox.checkbox-radio .checkbox {
  padding-right: 0px;
}
.text-checkbox.checkbox-radio
  .checkbox
  input[type="radio"]:checked
  + .checkbox-label {
  background-color: var(--black);
  color: var(--white);
}
.bg-white {
  background-color: var(--white) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.text-white {
  color: var(--white) !important;
}
.text-dark {
  color: var(--black) !important;
}
.best-product-left-inner .btn-secondary {
  margin-top: 40px;
}
.text-checkbox.checkbox-radio .checkbox input {
  display: none;
}
/********** SLICK SLIDE NOT FIRST NONE CSS ***********/
.banner-content-slider:not(.slick-initialized) *:not(:first-child),
.bestseller-product-slider:not(.slick-initialized) *:not(:first-child) {
  display: none !important;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: solid 1px var(--border-color);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  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;
}
/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slick-dots li:not(:last-child) {
  margin-right: 5px;
}
.slick-dots li {
  display: flex;
  height: 10px;
  width: 10px;
  background: var(--white);
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.slick-dots li.slick-active {
  background: var(--theme-color);
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  font-size: 0;
  border: 0;
  outline: none;
  z-index: 1;
  border-radius: 0;
  padding: 0;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fcfcfc;
  border: 1px solid var(--black);
  border-radius: 15px;
}
.slick-arrow.slick-next {
  right: -50px;
  left: auto;
}
.slick-arrow.slick-prev {
  right: auto;
  left: -50px;
  -webkit-transform: translateY(-50%) scale(-1);
  -moz-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  -o-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.slick-arrow:focus,
.slick-arrow:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.slick-arrow:focus svg path,
.slick-arrow:hover svg path {
  fill: var(--white);
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-inner .slick-arrow {
  background: var(--white) url(right-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  display: block;
  color: var(--white);
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox .close svg {
  height: 100%;
  width: 100%;
}
.slick-lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
  opacity: 1;
  background: transparent;
  border: none;
  height: 27px;
  width: 27px;
  padding: 0;
}
.open-lightbox {
   height: 50px !important;
    width: 50px !important;
    background: rgb(241,241,241);
    position: absolute !important;
    top: 50% !important;
    left: auto !important;
    right: 50%;
    margin: 0 auto;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px;
}
.open-lightbox:hover {
  background: rgba(217, 19, 90);
}
.open-lightbox svg {
  width: 15px !important;
  height: 15px !important;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.shopify-challenge__container .shopify-challenge__button,
.btn {
  text-align: center;
  padding: 12px 15px 12px;
  font-family: var(--first-font);
  color: var(--white);
  background-color: var(--theme-color);
  box-shadow: none;
  outline: none;
  cursor: pointer;
  min-width: 120px;
  border: 1px solid var(--theme-color);
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-ot 0.5s;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn svg path {
  fill: var(--white);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.btn:hover,.btn:focus {
  background-color: var(--white);
  color: var(--theme-color);
}
.btn:focus svg path,
.btn:hover svg path {
  fill: var(--theme-color);
}
.btn-primary {
  border: 1px solid var(--white);
  color: var(--black);
  transition: all ease-in-out 0.5s;
  justify-content: center;
}
.btn-primary.white-btn {
  background-color: var(--white);
}
.btn-secondary {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  background: transparent;
  min-width: 135px;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 20px;
}
.product-filter-body .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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: capitalize;
  gap: 10px;
}
.btn svg,
.btn-secondary svg {
  width: 20px;
  margin-left: 8px;
  height: 18px;
}
.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(--theme-color);
}
.btn-secondary:hover {
  background: var(--theme-color);
  color: var(--white);
}
.btn-secondary:hover svg path {
  fill: var(--white);
}
.btn-secondary.white-btn {
  border: 1px solid var(--white);
  color: var(--white);
}
.btn-secondary.white-btn svg path {
  fill: var(--white);
}
.btn-secondary.white-btn:hover {
  border: 1px solid var(--white);
  color: var(--theme-color);
  background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
  fill: var(--theme-color);
}
.btn-black {
  border: 1px solid var(--black);
  color: var(--black);
}
.btn-black svg path {
  fill: var(--black);
}
/* start one-col-variant-bg-img */
.one-col-variant-bg {
  position: relative;
  padding: 160px 0 60px;
  background-repeat: no-repeat;
  color: var(--white);
  background-position: 50% 50%;
  background-size: cover;
  margin-top: -110px;
}
.home-main-blog {
  margin-top: 30px;
}
.home-article-blog {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.home-article-blog .home-article-blog-image {
  padding-top: 150%;
  position: relative;
  transition: 0.5s;
}
.home-article-blog:hover img {
  transform: scale(1.1);
  transition: 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.home-article-blog-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.home-article-blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: auto;
  padding: 20px 20px;
  color: #fff;
}
.blog-content-top {
  bottom: auto;
  top: 0;
}
.home-article-blog-content .section-title {
  margin: 0;
}
.home-article-blog-content .section-title h3 {
  line-height: 1;
  margin-bottom: 15px;
  font-size:30px;
}
.article-blog-show-more-link {
  text-decoration: underline;
  font-size:16px;
}
.art-top {
    height: 100%;
}
/* review-section */
.review-item-inner {
  text-align: center;
}
.review-item-inner h4 {
  margin: 20px 0 10px;
}
.review-item-star h6 {
  font-family: var(--second-font);
}
.review-item-star span {
  font-weight: bold;
  font-family: var(--second-font);
}
.review-item-star span b {
  color: #b4b4b4;
  font-weight: 400;
}
.review-item-inner h2 {
  padding: 18px 0;
}
.review-item {
  padding: 0 15px;
}
.review-slider {
  margin: 0 -15px;
}
.review-item-inner p {
  font-family: var(--second-font);
  font-size: 14px;
  line-height: 25px;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-bottom {
  padding: 15px 0 0;
}
.abt-user-badge {
  background: var(--black);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.review-bottom .about-user h6 {
  margin: 0;
}
.review-item-inner {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px 20px;
}
.about-user h6 {
  font-family: var(--second-font);
  margin-left: 10px;
}
.about-user h6 span {
  font-weight: 400;
}
.about-us-section .row > div {
    display: flex;
}
.about-us-box p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-item.slick-slide.slick-current .review-item-inner {
  background-color: var(--theme-color);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.review-item.slick-slide.slick-current .review-item-inner .abt-user-badge {
  background-color: var(--white);
}
.review-img span {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
.review-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-item-inner h6 {
  margin-top: 12px;
}
/* ============================================= */
/* !!!!             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: var(--white);
  font-size: 14px;
  line-height: 1;
  color: var(--black);
  font-family: var(--first-font);
}
textarea {
  resize: none;
}
form .row {
  margin: 0 -8px;
}
form .row [class*="col-"] {
  padding: 0 10px;
}
.form-group {
  margin-bottom: 15px;
}
sup {
  top: -0.5em;
}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.form-group label sup {
  color: red;
}
.checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-custom label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
}
.checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--black);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}
.checkbox-custom input:checked + label:before {
  background-color: var(--black);
}
.checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid var(--white);
  border-width: 0px 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-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(--theme-color);
  margin: 0;
  vertical-align: bottom;
}
.radio-group label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
  -webkit-transition: border-color 400ms ease;
  -moz-transition: border-color 400ms ease;
  -ms-transition: border-color 400ms ease;
  -o-transition: border-color 400ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group label::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  top: 50%;
  left: 1px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
  right: auto;
  -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: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group input[type="radio"]:checked + label::before {
  border-color: var(--theme-color);
}
.radio-group input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
  -webkit-transform: translateY(-50%) scale(0.55);
  -moz-transform: translateY(-50%) scale(0.55);
  -ms-transform: translateY(-50%) scale(0.55);
  -o-transform: translateY(-50%) scale(0.55);
}
/***** COMMON CSS ****/
body.active-menu,
body.no-scroll {
  overflow: hidden;
  position: relative;
}
.padding-top {
  padding-top: 80px;
}
.min-padding-top {
  padding-top: 40px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.section-title {
  margin-bottom: 26px;
}
.section-title.text-center p {
  margin: 15px 0 0;
}
h1 b,h2 b,h3 b,h4 b,h5 b,h6 b {
  font-weight: 300;
}
.more-product-link p {
  margin-bottom: 10px;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.index .header-style-one {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
body:not(.index) .header-style-one {
  background: var(--white);
}
.header-style-one .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: var(--white);
}
.cartOpen .fixed:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
.header-style-one .announcebar {
  background-color: var(--second-color);
  padding: 12px 0;
  color: transparent;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.header-style-one .announcebar svg {
  fill: var(--white);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.header-style-one .announcebar p,
.header-style-one .announcebar a {
  color: var(--black);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
.header-style-one .announcebar p b {
  margin-right: 6px;
}
.header-style-one .announcebar .annoucebar-left p svg {
  margin-right: 10px;
}
.header-style-one .announcebar .announcebar-right a {
  justify-content: flex-end;
}
.header-style-one .announcebar .announcebar-right a svg {
  margin-left: 10px;
}
.header-style-one .announcebar #announceclose {
  position: absolute;
  right: 16px;
  top: 50%;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-style-one .announcebar #announceclose svg {
  height: 12px;
  width: 12px;
}
header.head-sticky .announcebar {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.header-style-one.head-sticky {
  box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
}
/** Main navigation bar css **/
.header-style-one .main-navigationbar .logo-col {
  max-width: 90px;
  width: 100%;
}
.header-style-one .main-navigationbar .logo-col a {
  display: block;
}
.index .header-style-one .main-navigationbar .logo-col img{
  filter: invert(1);
}
.index .header-style-one .main-navigationbar .menu-items-col .main-nav > li > a{
  color: var(--white);
}
.index .header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn{
  color: var(--black)
}
.index .header-style-one .main-navigationbar.fixed .logo-col img{
  filter: invert(0);
}
.index .header-style-one .main-navigationbar.fixed .menu-items-col .main-nav > li > a{
  color: var(--black);
}
.header-style-one .main-navigationbar .menu-items-col {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
  display: none;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li {
  padding: 22px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type){
  padding-right: 30px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
  color: var(--black);
  text-transform: capitalize;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  position: relative;
  display: inline-flex;
  font: var(--common-text);
  align-items: center;
}
.header-style-one.head-sticky .main-navigationbar .menu-items-col .main-nav>li>a{
  color: var(--black);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav
  > li.has-item.active_menu
  > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a:before{
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background: var(--theme-color);
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn{
  padding: 12px 20px 12px 20px;
  background-color: var(--second-color);
  border-radius: 50px;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn:after {
  right: 12px;
  top: 17px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn:before {
  display: none;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg {
  margin-left: 10px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg path {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
/**  Megamenu css  **/
.header-style-one .main-navigationbar {
  transition: .5s all ease-in-out;
}
.header-style-one .mobile-menu {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 22px;
  margin: 3px 0 0 15px;
}
.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;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-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: 4px 0;
  backface-visibility: hidden;
  background: var(--theme-color);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  transform-origin: top;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid var(--border-color);
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.dropdown-menu ul li a {
    height: 25px!important;
    font-size: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu{
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li .menu-dropdown.open_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one .menu-dropdown ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-style-one .megamenu-list > li span {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.header-style-one .menu-dropdown ul > li a {
  border-bottom: 1px solid transparent;
}
.header-style-one .menu-right li a {
  font-weight: 600;
  position: relative;
  background: var(--second-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.mini-cart-item .mini-cart-details a {
  background: transparent !important;
  padding: 0 !important;
}
.header-style-one .menu-right li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-style-one .menu-right li:not(:last-of-type) {
  margin-right: 14px;
}
.header-style-one .menu-right li a svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.header-style-one .menu-right li.cart-header a svg {
  fill: var(--white);
  margin-left: 10px;
}
.header-style-one .menu-right li.cart-header a {
  width: auto;
  border-radius: 30px;
  padding: 0 23px;
}
.header-style-one .menu-right li a span.cart-badge {
  display: none;
}
.header-style-one .count {
  position: absolute;
  top: 6px;
  right: 20px;
  height: 15px;
  width: 15px;
  background: var(--theme-color);
  color: var(--white);
  font-size: 9px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.template-search__header input#Search-In-Template {
    border-radius: 50px;
}
.cartOpen header:before,
.mobile-open header:before, .quick-active header:before, .notify-active header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
/* .header-style-two */
.wrapper
  .header-style-two
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a {
  color: var(--black);
}
.header-style-two.head-sticky .navigationbar-row {
  border-bottom: 1px solid transparent;
}
/****** MOBILE MENU CSS ********/
.mobile-menu-wrapper {
  position: fixed;
  z-index: 4;
  background: var(--white);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  right: 0;
  width: 100%;
}
.mobile-menu-wrapper.active-menu {
  transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
  text-align: right;
  padding: 15px 20px;
  background: var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar > ul {
  height: calc(100vh - 48px);
  overflow: auto;
  padding: 10px 20px;
  background: var(--second-color);
}
.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: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li 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 !important;
  padding-bottom: 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);
}
/****** CART DRAWER CSS ********/
.overlay {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.overlay.active,
.cartOpen .overlay::before,
.mobile-open .main-navigationbar:before,
.quick-active .overlay:after,
.notify-active .overlay::after{
  content: " ";
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.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(255, 255, 255, 0.53);
  visibility: hidden;
  opacity: 1;
}
.subscribe-overlay.open {
  opacity: 1;
  visibility: visible;
}
.cartDrawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background: var(--white);
  width: 410px;
  height: 100%;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.cartOpen .cartDrawer {
  opacity: 1;
  visibility: visible;
  display: flex;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cartDrawer .mini-cart-header {
  position: relative;
  text-align: center;
  padding: 17px 30px 16px 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--third-color);
  color: var(--white);
}
.cartDrawer .mini-cart-header h4 {
  font-family: var(--second-font);
}
.cartDrawer .cart-tottl-itm {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
.cartDrawer .mini-cart-has-item {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cartDrawer .mini-cart-body {
  overflow-y: auto;
  padding: 30px;
  flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
  width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
  background: var(--second-color);
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
  background-color: var(--third-color);
}
.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: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mini-cart-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.mini-cart-image {
  width: 80px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mini-cart-image a {
  display: block !important;
  padding-top: 150% !important;
  position: relative !important;
  background: transparent !important;
}
.mini-cart-image img {
  top: 0;
  width: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mini-cart-details {
  flex: 1;
  width: 100%;
  padding-left: 15px;
}
.mini-cart-title {
  color: var(--black);
  margin-bottom: 8px;
  font-weight: 600;
}
.mini-cart-title a {
  color: inherit;
}
.cart-variable {
  margin-bottom: 10px;
}
.cart-variable p {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
}
#main-cart-footer.is-empty {
    display: none;
}
.qty-spinner {
  border: 1px solid var(--border-color);
  display: flex;
  max-width: 100px;
  height: 30px;
  width: 100%;
}
.qty-spinner button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  flex: 1;
}
.qty-spinner button svg {
  margin: auto;
  height: 10px;
  width: 10px;
}
.qty-spinner button svg path {
  fill: var(--third-color);
}
.qty-spinner input {
  border: 0;
  flex: 1;
  width: 29px;
  color: var(--black);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
del {
  color: var(--third-color);
  opacity: 0.6;
  text-decoration: line-through;
  margin-left: 5px;
  font: var(--h6);
}
.price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
  font-family: var(--first-font);
  font-size: 20px;
  line-height: 1;
}
.cartDrawer .mini-cart-details .price {
  justify-content: flex-start;
  font: var(--common-text);
}
.cartDrawer .pvarprice {
  margin-top: 5px;
}
.cartDrawer .price del {
  margin-left: 10px;
}
.cartDrawer .price ins {
  align-items: center;
}
.cartDrawer .price .currency-type {
  font-weight: 500;
  font-size: 10px;
  margin-left: 3px;
  display: inline-block;
}
.mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
}
.mini-cart-details a {
    height: auto!important;
}
.form-status.caption-large {
    display: flex;
    color: #e90022;
}
.form-status-list {
    margin-bottom: 5px;
    color: #e90022;
}
.mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: var(--third-color);
  margin: 0 -10px 20px;
}
.mini-cart-footer-total-row div {
  padding: 0 10px;
}
.mini-cart-footer .u-save {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  display: flex;
  color: var(--third-color);
  margin-bottom: 30px;
  justify-content: flex-end;
}
.mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: flex;
  padding: 12px 30px;
}
.mini-cart-footer .link-btn {
  display: flex;
  justify-content: center;
}
.mini-cart-footer .link-btn svg {
  width: 21px;
  height: 21px;
  margin-left: 10px;
}
.remove_item svg path {
  fill: var(--theme-color);
}
.remove_item svg {
  height: 15px;
  width: 15px;
}
.cartDrawer .emptyCart {
  padding: 50px 0 0 0;
}
/**** SEARCH POPUP CSS ****/
.search-popup,.size-popup{
  position: fixed;
  background: rgba(23, 0, 8, 0.9);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 3;
  padding: 0 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.search-popup.active,.size-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-form-wrapper {
  max-width: 1000px;
  width: 100%;
}
.search-form-wrapper form {
  width: 100%;
}
.search-popup .close-search {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
}
.search-popup .close-search svg {
  height: 22px;
  width: 22px;
}
.search-form-wrapper .form-inputs {
  width: 100%;
  position: relative;
}
.search-form-wrapper input {
  padding: 15px 130px 15px 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.search-form-wrapper .btn {
  position: absolute;
  right: 0px;
  left: auto;
  top: 0;
  padding: 0 25px;
  height: 100%;
  border-radius: 50px;
}
.search-popup .search-form-wrapper input {
  padding: 15px 55px 15px 20px;
}
.search-popup .search-form-wrapper .btn {
    right: 4px;
    top: 3px;
    padding: 0;
    height: 40px;
    min-width: 40px;
}
.search-form-wrapper .btn svg {
  height: 20px;
  margin: 0 auto;
}
/*****  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;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subscribe-popup .close-sub-btn {
  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: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.form-row input::-webkit-input-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%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-close svg {
  width: 100%;
  height: 100%;
}
.cookie-close svg path {
  fill: var(--white);
}
/* Home page css */
.home-section {
  position: relative;
  z-index: 1;
  padding: 200px 0 200px;
}
.home-section .home-banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* !!!!           MAIN BANNER CSS           !!!! */
.hero-item-inner {
  position: relative;
  z-index: 1;
  padding: 200px 0 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hero-item-inner .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.main-home-first-section .slick-dots {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 1300px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner-content {
  display: inline-block;
  width: 100%;
}
.banner-content-inner {
  width: 100%;
  padding-right: 20px;
  position: relative;
}
.banner-content-top {
  margin-bottom: 30px;
}
.banner-content-inner h5 {
  color: var(--white);
}
.banner-content-inner h2 {
  color: var(--white);
  font: var(--h1);
  padding: 15px 0 0;
  line-height: 1;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-content-inner p {
  color: var(--white);
  padding: 15px 0 0;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.banner-links .btn-secondary {
  padding: 14px 30px 12px;
}
.banner-content-slider .slick-dots {
  justify-content: flex-start;
  margin: 50px 0 60px;
}
.banner-content-slider .slick-dots li {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border-color: var(--white);
  background-color: transparent;
  cursor: pointer;
}
.banner-content-slider .slick-dots li.slick-active {
  background-color: var(--white);
  width: 35px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
/* home-banner-side-product */
.home-banner-side-product {
  position: absolute;
  left: 0;
  text-align: center;
  padding: 0 20px;
}
.home-banner-side-product .price {
  margin-bottom: 12px;
}
.home-banner-side-img {
  position: relative;
  padding-top: 100%;
}
.home-banner-side-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.side-product-card {
  color: var(--white);
}
.side-product-card p {
  padding: 10px 0;
}
.side-product-card .addtocart-btn {
  background-color: var(--white);
  padding: 14px 35px;
}
.side-product-card .addtocart-btn span {
  color: var(--black);
}
.select-scent {
  margin-top: 20px;
}
.select-scent p {
  padding-bottom: 10px;
}
.best-product-left-inner {
  width: 100%;
  max-width: 500px;
}
.product-banner-image-right {
  position: relative;
  width: 100%;
}
.product-banner-image-right img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.show-more-text-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 0;
  gap: 10px;
}
.show-products {
  background: linear-gradient(180deg, #015e6b 96%, #ffffff00 0%);
  color: var(--white);
}
.poster-slider-1 .slick-list, .poster-slider-1 .slick-track {
    display: flex;
}
/* bestseller */
.product-card {
  display: flex !important;
  flex-wrap: wrap;
}
.product-card .product-card-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white);
  padding:15px;
}
.product-card .addtocart-btn {
  width: 100% !important;
  border: 1px solid var(--theme-color);
}
.product-title a, .art-top h4 a, .blog-content h4 a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  line-height:30px;
}
.rte strong {
    display: block;
}
.bestseller-item, .recent-slider .product-card {
  padding: 0 12px;
}
.recentlyview .section-title{
  text-align: center;
}
.bestseller-product-slider {
  margin: 0 -12px;
  z-index: 2;
}
.bestseller-product-section .slick-list,
.bestseller-product-section .slick-track,
.bestseller-product-slider .slick-list,
.bestseller-product-slider .slick-track {
  display: flex;
}
.bestseller-product-col ul li:not(:last-of-type) {
  padding: 0 15px 0 0;
}
.bestseller-product-col ul li a {
  padding: 10px 0px;
  font-size: 14px;
  display: block;
  position: relative;
  font-weight: 600;
}
.bestseller-product-col ul li.active a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  background: #000;
  height: 2px;
  width: 70%;
}
.bestseller-product-inner {
  background-color: var(--white);
  position: relative;
  z-index: 2;
  padding: 25px 25px 0;
  border-radius: 20px;
  margin-top: -280px;
}
.bestseller-product-inner .section-title {
    gap: 10px;
}
.bestseller-product-co ul li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--black);
  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;
}
.bestseller-product-section .section-title h2 b {
  font-style: normal;
}
.product-card-image {
  position: relative;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.product-card-image a {
  position: relative;
  display: block;
  padding-top: 75%;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.product-card-image a img.hover-img {
  opacity: 0;
  visibility: hidden;
}
.template-collection .home-custom-banner-section:before {
  display: none;
}
.product-card-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.product-card-image:hover img.default-img {
  opacity: 0;
  visibility: hidden;
}
.product-card-image:hover img.hover-img {
  opacity: 1;
  visibility: visible;
  mix-blend-mode: multiply;
}
.product-card-image .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.custom_label {
    position: absolute;
    top: 30px;
    left: 0px;
    background: var(--theme-color);
    color: var(--white);
    font-size: 13px;
    padding: 2px 8px;
}

.wishbtn  svg {
    width: 20px;
    height: 20px;
}
.new-labl {
  position: absolute;
  top: -35px;
  left: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  padding: 15px 10px 11px;
  background: var(--theme-color);
  color: var(--white);
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content:center;
}
.product-content {
  padding-top: 15px;
  color: var(--black);
  display: flex;
  flex: 1;
  flex-direction: column;
}
.product-content-top {
  flex: 1;
}
.product-content-bottom .price {
  width: 100%;
  margin-bottom: 10px;
}
.product-type {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  font-family: var(--first-font);
  margin-bottom: 13px;
}
/* ============================================= */
/* !!!!             FOOTER CSS              !!!! */
/* ============================================= */
.site-footer {
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  padding: 75px 0 40px;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-col {
  width: 100%;
  flex: 1;
  padding-left: 50px;
}
.footer-first-widget p {
  margin: 30px 0;
}
.social-icons li a {
  background: var(--theme-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons li a:hover {
  background-color: var(--third-color);
}
.footer-subscribe-col .footer-widget .form-inputs {
  width: 100%;
}
.footer-subscribe-col .footer-widget .form-inputs .form-control {
  border-color: var(--theme-color);
}
.footer-subscribe-col .footer-widget .form-inputs .btn {
  background-color: var(--theme-color);
}
.footer-subscribe-col .footer-widget .form-inputs .btn:hover {
  color: var(--white);
}
.social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icons li a img {
  width: 18px;
  height: 18px;
}
.footer-subscribe-col {
  max-width: 370px;
  flex: 0 0 370px;
  padding: 0;
}
.input-wrapper {
  position: relative;
}
.input-wrapper input {
    background: transparent;
    border-radius: 50px;
    color: var(--black);
    padding: 18.5px 55px 18.5px 20px;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.input-wrapper .btn-subscibe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: var(--theme-color);
}
.input-wrapper input::-webkit-input-placeholder {
  /* Edge */
  color: var(--black);
}
.input-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--black);
}
.input-wrapper input::placeholder {
  color: var(--black);
}
.footer-widget h3,
.footer-widget h4 {
  margin-bottom: 20px;
}
.footer-widget h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-subscribe-form .checkbox-custom {
  margin-top: 20px;
}
.footer-bottom {
  padding-top: 55px;
}
.footer-link ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-link .contactlink {
  font-size: 24px;
  margin-bottom: 24px;
}
.policy-links li:not(:last-of-type) {
  margin-right: 22px;
}
.footer-col.footer-subscribe-col-last {
  flex: 0 0 300px;
  padding: 0;
}
.site-footer .search-form-wrapper input {
  border-color: var(--theme-color);
}
/************** Common banner section css *************/
.common-banner-section {
  padding: 70px 0;
  background-color: var(--second-color);
}
.common-banner-content .section-title h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.common-banner-content .section-title {
  margin-bottom: 12px;
}
/***********  Product filter category css ***********/
.product-heading-column {
  padding: 14px 0 !important;
}
.filter-select-box {
  min-width: 160px;
}
.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  font-family: var(--second-font);
}
.product-heading-row .nice-select {
  color: var(--black);
  width: 170px;
  font-size: 12px;
}
.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(--black);
  -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(--black);
  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 .is-open > .acnav-label:after {
  opacity: 0;
}
.product-widget {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #bbb;
}
.text-checkbox .checkbox {
  margin-bottom: 10px;
  float: left;
  padding-right: 9px;
  display: flex;
  flex-wrap: wrap;
}
.pro-itm-inner .text-checkbox .checkbox {
  padding-bottom: 10px;
}
.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: var(--black);
  width: auto;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  font-size: 13px;
  line-height: 1;
  padding: 11px 19px;
  text-transform: lowercase;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.text-checkbox .checkbox input[type="checkbox"]:checked + .checkbox-label {
  background-color: var(--black);
  color: var(--white);
}
.delete-all {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 10px 0 0;
  line-height: 1;
}
.delete-all svg {
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.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(--theme-color);
  height: 3px !important;
  top: -1px !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(--theme-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: 8px !important;
  width: 8px !important;
  top: -3px !important;
  margin-left: 0 !important;
  background: var(--theme-color);
  box-shadow: inset 0 0 0 1px var(--white);
  border: 1px 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 {
  flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: left;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  left: 0;
}
.custom-checkbox input[type="checkbox"] + .color,
.custom-checkbox input[type="radio"] + .color {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -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(--black);
}
.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(--black);
  border-width: 0px 1px 1px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.color-name {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox {
  margin-top: 8px;
}
.product-filter-right-column .row {
  margin: 0 -10px;
}
.product-filter-right-column .product-card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.blog-grid .product-card {
  padding: 0 15px 40px;
}
/***********  Product filter category css end ***********/
.common-arrows .slick-arrow {
  width: 35px;
  height: 35px;
  background-color: var(--theme-color);
}
.pdp-right-column .pdp-cart-btn .pro-btn .addtocart-btn.loading > svg {
  display: none;
}
.common-arrows .slick-arrow svg path {
  fill: var(--white);
}
.common-arrows .slide-arrow svg {
  height: 10px;
  width: 17px;
}
.slide-arrow svg {
  height: 12px;
  width: 22px;
  margin: 0 auto;
}
.back-btn span {
  width: 34px;
  height: 34px;
  display: flex;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.back-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
/**** BEST SELLER CATEGORY SECTION CSS ****/
.bestsell-cat-slider {
  margin: 0 -10px;
}
.bestsell-cat-slider .slick-track,
.bestsell-cat-slider .slick-list {
  display: flex;
}
.bestsell-cat-slider .product-card {
  padding: 0 10px;
}
.bestsell-cat-slider .product-card-image a {
  padding-top: 130%;
}
.our-bestseller-section .product-content-bottom .price {
  width: 100%;
  margin-bottom: 10px;
}
/************************  CART PAGE CSS START **********************/
.cart-page-section .back-btn span svg path {
  fill: var(--black);
}
.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: flex;
  align-items: center;
  margin-top: 10px;
}
.product-option dt {
  font-weight: 500;
}
.product-option dd {
  margin-left: 5px;
  font-weight: 400;
}
.remove-btn svg path {
  fill: red;
}
.cart-summery {
  border: 1px solid var(--border-color);
  padding: 20px;
}
.cart-summery ul li {
  display: flex;
  align-items: center;
  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;
}
/****  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 rgba(48, 56, 61, 0.1);
  display: block;
}
table tr:first-child {
  border-top: 1px solid rgba(48, 56, 61, 0.1);
}
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 rgba(48, 56, 61, 0.1);
  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: 253px;
  }
  .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;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }
  .product-option {
    justify-content: center;
    display: block;
    font-size: 14px;
  }
  table .qty-spinner {
    justify-content: center;
    margin: 0 auto;
  }
  .remove-btn {
    height: 14px;
    width: 14px;
  }
}
@media (min-width: 768px) {
  table tr:first-child {
    border-top: none;
  }
  table tr {
    padding: 0;
    display: table-row;
  }
  table tr th:last-child,
  table tr td:last-child {
    padding-right: 0;
    text-align: right;
  }
  table tr th:nth-child(5) {
    text-align: right;
  }
}
/*****************  CHECKOUT PAGE CSS START ***************/
.set .acnav-label:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(../images/arrow-acc.png);
  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;
}
.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);
}
/****************** FAQS PAGE CSS ***************/
.faq-search-form {
  max-width: 400px;
  margin: 25px 0;
}
.faq-search-form .input-wrapper input {
  border-color: var(--black);
}
.faqs-container.row {
    margin-bottom: 40px;
}
.set {
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.set .acnav-label {
  padding: 15px 25px 15px 15px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
}
.set .acnav-list {
  padding: 15px;
  border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
  font-size: 12px;
}
/*****************  ORDER SUMMERY PAGE CSS ***************/
.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;
}
/*****************  REGISTER PAGE CSS ***************/
.back-toshop span svg path {
  fill: var(--black);
}
.back-toshop {
  margin-bottom: 20px;
}
.form-wrapper h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.form-wrapper .form-heading h4 {
  margin-bottom: 0;
}
.form-wrapper h4 b {
  font-family: var(--first-font);
  font-style: normal;
  font-weight: 600;
}
.form-wrapper form {
  border: 1px solid var(--border-color);
}
.form-container {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}
.form-footer {
  padding-top: 30px;
}
.form-container:last-child {
  border-bottom: 0;
}
/****************  LOGIN PAGE CSS ***************/
.submit-btn {
  width: 100%;
  padding: 14px 10px;
  text-transform: capitalize;
  align-items: center;
}
.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-leftbar h4,
.my-acc-rightbar h2 {
  font-weight: 400;
}
.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: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
}
.account-list li a svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.account-list li a span {
  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: 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 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;
}
.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;
}
.right-result-tbl {
  padding: 20px 15px 0;
  font-size: 14px;
}
.acc-back-btn-wrp {
    gap: 10px;
}
/***************** ABOUT PAGE CSS  ******************/
.about-us-section {
  background: var(--theme-color);
}
.about-us-section .section-title {
  max-width: 340px;
  margin: 0 auto 50px;
}
.about-us-section .about-us-box {
  padding: 25px 18px;
  border: 1px solid var(--white);
  position: relative;
}
.about-us-section .about-us-box svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
  position: absolute;
  top: 15px;
  right: 15px;
}
.about-us-section .about-us-box h3 {
  margin-bottom: 15px;
}
.row-reverse {
  flex-direction: row-reverse;
}
.about-our-shop-section .row {
  margin-top: 50px;
}
.abt-shp-column-right img {
  width: 100%;
}
.aboutpage-btm-sec {
  background: var(--white);
}
.aboutpage-btm-sec .about-us-box {
  padding: 25px 18px;
  border: 1px solid var(--black);
  position: relative;
}
.aboutpage-btm-sec .about-us-box svg {
  fill: var(--black);
}
.aboutpage-btm-sec .section-title {
  max-width: 700px;
}
.aboutpage-btm-sec .section-title p {
  margin-top: 24px;
}
/****************** CONTACT PAGE CSS ******************/
.contact-right-column {
  margin-top: -270px;
}
.contact-form {
  padding: 24px 20px;
  border: 2px solid var(--black);
  background: var(--white);
}
.submit-btn {
  width: 100%;
  padding: 14px 10px;
  text-transform: capitalize;
  align-items: center;
}
.contact-left-inner ul li {
  margin-bottom: 30px;
}
.contact-left-inner ul li h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
}
.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;
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner {
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-page-banner .section-title {
  margin-bottom: 30px;
}
.blog-page-banner p {
  margin: 10px 0;
}
.blog-page-section .poster-item-1 {
  padding: 0 0px 20px;
}
.blog-page-section .row {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-page-section .row [class*="col-"] {
  padding: 0 10px;
}
.blog-page-section .poster-item-1 .poster-card-inner-1 {
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.07);
}
.blog-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-cat li a {
  padding: 10px 20px;
  color: var(--white);
  background: transparent;
  border-radius: 50px;
  line-height: 1;
  text-transform: capitalize;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.blog-cat li.active a {
  background: var(--white);
  color: var(--theme-color);
}
.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;
}
.blog-col-right .select-lbl {
  display: block;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}
.blog-col-right .nice-select {
  flex: 1;
  border: none;
  padding: 10px 15px 10px 15px;
}
.blog-col-right .nice-select:after {
  right: 0;
}
/*************  ARTICLE PAGE CSS **************/
.articlerightbar .poster-item-1 {
  padding: 0 0 20px;
}
.articlerightbar .poster-card-inner-1 {
  margin: 0;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.07);
}
.article-banner .common-banner-content .back-btn {
  display: flex;
  max-width: fit-content;
  color: var(--white);
}
.article-banner .blog-cat {
  margin: 40px 0 0;
  gap: 10px;
}
.article-section .abt-user-img {
  border: 1px solid var(--black);
  border-radius: 50%;
  padding: 5px 5px;
}
.article-section .section-title h2 {
  font-weight: 400;
  max-width: 400px;
  margin: 30px 0 0;
}
.aticleleftbar h5 {
  margin: 0 0 20px;
  line-height: 1.4;
}
.art-auther {
  margin-bottom: 50px;
  font-size: 14px;
}
.quote-box {
  position: relative;
  padding: 40px 0 40px 60px;
}
.quote-box h3 {
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
  font-family: var(--second-font);
}
.quote-box svg {
  position: absolute;
  left: 0;
}
.article-socials li a {
  height: 28px;
  width: 28px;
  background: var(--theme-color);
  display: flex;
  align-items: 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 {
  fill: var(--white);
  height: 12px;
  width: 12px;
}
.article-socials {
    display: flex;
    gap: 10px;
}
.article-socials li span {
  display: inline-block;
  font-size: 18px;
}
.article-banner-img {
  display: block;
  padding-top: 50%;
  position: relative;
}
.article-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.latest-article-slider {
  margin: 0 -10px;
}
.latest-article-slider .blog-widget {
  padding: 0 10px;
}
.blog-media {
  position: relative;
}
.blog-widget-inner .blog-media .blog-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
  width: 35px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
}
.cookiestatus .cookie-block.bottom_to_right #cookie_message a{
  margin-left:5px !important;
}
.cookiestatus .cookie-block #cookie_message > span {
    line-height: 22px !important;
}
.latest-article-slider-section .section-title h2 b {
  font-style: normal;
}
.latest-article-slider-section .section-title {
  border-top: 1px solid var(--border-color);
  padding-top: 60px;
  margin-bottom: 40px;
}
.latest-article-slider-section .slick-arrow {
  opacity: 0;
}
.latest-article-slider-section .slick-slider:hover .slick-arrow {
  opacity: 1;
}
.latest-article-slider-section {
  padding-bottom: 50px;
}
.aricle-page-blog-section .poster-item-1 {
  padding: 0 0px 20px;
}
.aricle-page-blog-section .poster-card-inner-1 {
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.07);
}
.aricle-page-blog-section .row {
  margin-left: -10px;
  margin-right: -10px;
}
.aricle-page-blog-section .row [class*="col-"] {
  padding: 0 10px;
}
.aricle-page-blog-section .section-title {
  border-top: 1px solid var(--border-color);
  padding-top: 60px;
  margin-bottom: 40px;
}
/*****  BLOG SECTION CSS  *****/
.left-glitter {
  left: 0;
}
.blog-widget-inner {
  border: 1px solid var(--white);
}
.blog-widget-inner .blog-media a {
  display: block;
  padding-top: 55%;
  position: relative;
}
.blog-widget-inner .blog-media a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-caption {
  padding: 20px 20px 15px;
  position: relative;
}
.blog-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
  width: 35px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-btn svg {
  width: 16px;
  height: 16px;
}
.blog-caption h4 {
  margin-bottom: 12px;
}
.blog-widget-inner p {
  margin-bottom: 20px;
}
.blog-caption .blog-lbl-row {
  font-size: 12px;
  padding-right: 30px;
}
.blog-caption .blog-lbl-row .blog-labl:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.blog-caption .blog-lbl-row .blog-labl:not(:last-of-type):after {
  content: "";
  height: 3px;
  width: 3px;
  background: var(--white);
  position: absolute;
  right: 0;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.bottom-wave-img {
  display: flex;
  justify-content: flex-end;
  padding-top: 40px;
  border-bottom: 1px solid #274d54;
}
.bottom-wave-img svg {
  margin-right: -40px;
}
/****************  Shop product tabs slider *****************/
.our-products-shop-section {
  background: linear-gradient(
    180deg,
    var(--theme-color) 0%,
    var(--theme-color) 100%
  );
  color: var(--white);
  padding-top: 25px;
}
.our-products-shop-section .section-title {
  margin-bottom: 40px;
}
.shop-protab-slider .product-card .product-card-inner {
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--white);
}
.shop-protab-slider .product-card-image {
  max-width: 160px;
  width: 100%;
  order: 2;
}
.shop-protab-slider .product-content {
  padding: 15px;
  max-width: calc(100% - 160px);
  width: 100%;
}
.shop-protab-slider {
  margin: 0 -10px;
}
.shop-protab-slider .slick-track,
.shop-protab-slider .slick-list {
  display: flex;
}
.shop-protab-slider .pro-swatch.active {
  border-color: var(--white);
}
.shop-protab-slider .product-card {
  padding: 0 10px 0;
  margin-bottom: 30px;
  max-width: 100%;
}
.addtocart-btn {
  display: inline-flex;
  border: none;
  background: var(--theme-color);
  color: var(--white);
  padding: 10px 30px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-color);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.addtocart-btn span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.addtocart-btn svg {
  width: 20px;
  fill: var(--white);
  margin-left: 11px;
  height: 16px;
}
.addtocart-btn:hover {
  background-color: var(--white);
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.addtocart-btn:hover svg path {
  fill: var(--theme-color);
}
.shop-protab-slider .product-content-bottom .price {
  font-size: 26px;
}
.shop-protab-slider .product-content-bottom {
  display: block;
  margin-top: 7px;
}
.shop-protab-slider .product-card-image a {
  padding-top: 0;
  height: 100%;
}
.shop-protab-slider .pro-color.active label:after,
.shop-protab-slider .product-card input:checked + label:after {
  outline: 1px solid var(--white);
}
.our-products-shop-section .btn-secondary {
  min-width: 201px;
}
.see-all-probtn {
  margin-top: 30px;
}
.cat-tab {
  display: flex;
  align-items: center;
}
.cat-tab li:not(:first-of-type) {
  margin-left: 15px;
}
.cat-tab li a {
  padding: 5px 10px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.cat-tab li a:hover,
.cat-tab li.active a {
  border-color: var(--white);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/* custom-banner-section */
.custom-banner-image-main {
  width: 50%;
}
.custom-banner-section .banner-search-form .form-inputs {
  width: 80%;
  border-radius: 50px;
  overflow: hidden;
}
.banner-search-form .form-inputs .form-control {
  background: transparent;
  border: 1px solid var(--black);
  border-radius: 50px;
}
.banner-search-form .form-inputs .form-control::placeholder {
  color: var(--black);
}
.banner-search-form .form-inputs .btn {
  border: none;
  background: #000;
}
.custom-banner-image {
  width: 100%;
  height: auto;
  min-height: 300px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  padding: 30px 30px;
  align-items: center;
  z-index: 2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.custom-banner-image img {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 21.7786px rgba(0, 0, 0, 0.09));
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.custom-banner-section p {
  padding: 10px 0 0;
}
/* home-custom-banner-section */
.home-custom-banner-section {
  position: relative;
}
.home-custom-banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 50%;
  background: var(--third-color);
}
/* about-blog-section */
.home-blog-section {
  position: relative;
  z-index: 1;
  background-color: var(--third-color);
}
.home-blog-section .section-title p,
.review-section .section-title p {
  max-width: 540px;
  margin: 15px auto 0;
}
.poster-card-image-1 .banner-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--third-color);
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.poster-slider-1 {
  margin: 0 -15px;
}
.poster-card-inner-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background: var(--white);
  border-radius: 22px;
  padding: 0;
  text-align: center;
  margin-right: 20px;
  overflow: hidden;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.about-section .poster-card-inner-1 {
  border: 1px solid var(--border-color);
}
.poster-content-1:hover .product-banner {
  transform: scale(1.1);
  transition: 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.poster-card-image-1 {
  width: 100%;
  padding: 0;
  position: relative;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.poster-card-image-1 a {
  position: relative;
  display: block;
  padding-top: 55%;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  overflow: hidden;
}
.poster-card-image-1 a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.poster-card-details-1 {
    width: 100%;
    text-align: left;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.poster-card-details-1 h6 {
  margin-bottom: 15px;
  font-weight: 500;
  font-family: unset;
  font-size: 14px;
}
.poster-card-details-1 h4 a {
  margin: 0px 0px 5px;
  line-height: 26px;
}
.poster-card-details-1 h4 a:hover {
  color: var(--theme-color);
}
.poster-card-details-1 p {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  height: auto;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--second-font);
}
.poster-banner-links-1 .addtocart-btn {
  width: 100%;
}
.poster-item-1 {
  padding: 0 15px;
}
/****************  PRODUCT PAGE CSS  ******************/
.product-page-first-section {
  position: relative;
}
.pdp-left-column,
.pdp-right-column {
  position: relative;
}
.cart-items tr:last-of-type {
  border-bottom: none;
}
.product-page-first-section .qty-spinner input {
  background: transparent;
}
.product-page-first-section .nice-select .option {
  color: var(--black);
}
.prorow-lbl-qntty {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.prorow-lbl-qntty .product-labl {
  margin: 0 10px 0 0;
}
.prorow-lbl {
  justify-content: space-between;
  margin: 20px 0 0;
}
.prorow-lbl-color {
  max-width: 200px;
  width: 100%;
}
.prorow-lbl .qty-spinner {
  max-width: 114px;
  height: 36px;
}
.product-labl {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.pdp-main-img {
  position: relative;
  padding-top: 100%;
  border-radius: 18px;
  overflow: hidden;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.pdp-thumb-img {
  position: relative;
  padding-top: 75%;
  width: 64px;
  overflow: hidden;
  border: 2px solid transparent;
}
.product-content-bottom fieldset label.active {
  background: var(--black);
  color: var(--white) !important;
}
.thumbslider {
  position: absolute;
  left: 15px;
}
.pdp-main-img img,
.pdp-main-img video,
.pdp-main-img iframe,
.pdp-thumb-img svg,
.pdp-thumb-img video,
.pdp-thumb-img iframe,
.pdp-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
}
.pdp-right-column-inner {
  position: relative;
  z-index: 1;
  padding: 30px 0 0 40px;
}
.product-detail-section {
  padding: 20px 0;
}
.product-detail-bttom-stuff {
  display: flex;
  margin-top: 120px;
  margin-left: auto;
  max-width: calc(100% - 130px);
  width: 100%;
  flex-wrap: wrap;
}
.product-detail-bttom-stuff .price {
  max-width: 50%;
  width: 100%;
  color: var(--white);
  font-size: 31px;
}
.product-detail-bttom-stuff .buy-now-btn {
  margin-top: 20px;
}
.product-detail-bttom-stuff button {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
  padding: 16px 20px;
  border: 1px solid var(--white);
}
.product-detail-bttom-stuff .addcart-btn svg {
  width: 26px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.product-detail-bttom-stuff .addcart-btn {
  max-width: 50%;
}
.product-detail-bttom-stuff .price del {
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-top: 14px;
  margin-left: -31px;
}
.product-detail-bttom-stuff .price .currency-type {
  display: inline-block;
  vertical-align: text-top;
  font-size: 15px;
}
.product-detail-bttom-stuff .price .tax-price {
  line-height: 1;
  font-size: 14px;
  opacity: 0.6;
  width: 100%;
  font-weight: 500;
}
.product-detail-title {
  padding: 25px 0 0;
}
.product-detail-title h2,
.product-detail-title h4 {
  line-height: 1;
  color: var(--third-color);
  margin-bottom: 20px;
}
.product-detail-description {
  padding: 10px 0 20px;
}
.product-detail-bottom-stuff {
  display: flex;
  align-items: center;
}
.product-detail-bottom-stuff .addtocart-btn {
  margin-right: 20px;
}
.product-detail-bottom-stuff h3 del {
  font-size: 16px;
  color: var(--black);
}
.product-page-first-section .pdp-main-slider {
  position: relative;
  margin-left: auto;
}
.main-slider-wrp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
}
.pdp-sliders-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.pdp-thumb-slider-itm.slick-current.slick-active .pdp-thumb-img {
  border: 2px solid var(--second-color);
}
.pdp-thumb-slider .pdp-thumb-slider-itm {
  padding: 10px 0;
}
.product-info {
  display: flex;
  flex-wrap: wrap;
}
.product-info ul:not(:last-of-type) {
  margin-right: 40px;
}
.product-info ul li:not(:last-of-type) {
  margin-bottom: 11px;
}
.product-info ul li b {
  font-weight: 400;
}
.recent-product-section .bestseller-product-inner {
  padding: 0;
  margin-top: 0px;
}
.best-product-section .select-scent a {
  border: 1px solid var(--theme-color);
  padding: 10px;
  border-radius: 20px;
  color: var(--theme-color);
  line-height: 1;
  font-weight: 700;
  margin-right: 5px;
  text-align: center;
  min-width: 100px;
}
.best-product-section .select-scent a:hover {
  background: var(--theme-color);
  color: var(--white);
}
.pro-wishlist svg, .product-card-inner svg, .pro-compare svg, .quickview-btn svg {
    width: 16px;
    height: 16px;
}
.pro-compare svg path, .quickview-btn svg path {
  fill: var(--black);
}
.product-content-top h4 {
  margin: 15px 0 10px;
}
.acc-order-button a {
  justify-content: center;
}
.about-us-box img {
  position: absolute;
  right: 18px;
}
.pdp-right-column .color-varient fieldset input {
  display: none;
}
.pdp-right-column .color-varient fieldset label {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid var(--border-color);
  font-size: 12px;
}
/*============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;
}
.one-col-variant-left {
    padding: 0 !important;
}
/*===========================feature CSS start=======================*/
/*==== 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;
  border-radius:50px;
}
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn {
    padding: 13px 20px;
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    color: var(--white);
    border-radius: 50px;
    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: 100%;
}
.notify-sold {
    width: 50%;
}
.notify-sold .notify-btn:hover,
.notify-sold .notify-btn:focus {
  background-color:transparent;
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.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;
}
.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;
}
.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);
}
.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: 45px;
  width: auto;
  padding: 10px 35px;
  border: 1px solid var(--white);
  background: var(--black);
  color: var(--white);
}
/* currency */
.currency select {
    color: var(--black);
    padding: 9px;
    border-radius: 50px;
    padding: 12px 30px 10px 12px;
    font-weight: 600;
    background: url(arrow-acc-dark.svg) no-repeat;
    background-size: 10px;
    background-position: calc(100% - 12px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  background-color: var(--second-color);
  cursor: pointer;
}
.currency select option {
    color: #000;
}

/* ========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%);
  overflow: auto;
}
.quickview_popup_data .row {
    align-items: center;
}
.quickview_popup_data .product-page-first-section{
  background: none;
}
.quickview-close{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.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;
 }
 .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(--theme-color);
    border-radius: 50px;
    width: 70%;
    background: url(arrow-acc-dark.svg) no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) 50%;
}
.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(--theme-color);
    height: 42px;
    border-radius: 50px;
}
.qv-price ins{
  font-size: 20px;
    font-weight: 600;
}
.quickview_popup_data .pdp-top-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.quickview-popup::-webkit-scrollbar {
    width: 8px;
}
.quickview-popup::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
.quickview-popup::-webkit-scrollbar-track {
    background: var(--white);
}
.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;
}
.product-card-inner .wish-lbl-wrp {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-card-inner .wish-lbl-wrp .wishlist-label, .product-card-inner .pro-compare .compare-label{
    cursor: pointer;
}
.favorite-icon {
    height: 16px;
}
.shopify-payment-button__button--unbranded[aria-disabled=true]{
   display:none;
 }
/* ====compare and wishlist======== */
.compare-prod-remove svg, .wishlist-prod-remove svg {
    margin: 0 auto;
}
.pro-compare.active svg path {
    fill: green;
}
.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-wishlist-wrap, .pro-wishlist-section  .pro-wishlist-wrap{
    margin-bottom:50px;
}
.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;
}

/* shf review  */

.jdgm-rev-widg__summary-stars{
    margin-bottom: 10px !important;
}
.jdgm-star {
    font-weight: normal !important;
}
.product .jdgm-widget-actions-wrapper {
    margin: 0;
}
.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;
}
.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;
}
.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;
}
.pdp-right-column .jdgm-prev-badge{
  justify-content:start;
}
.jdgm-widget .jdgm-rev-widg .jdgm-star {
    font-size: 12px;
}
.jdgm-widget .jdgm-rev-widg__summary-stars {
    margin-bottom: 10px;
}
.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;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev{
   color:var(--black) !important;
  border-color:var(--black) !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link, .jdgm-widget input[type="submit"].jdgm-btn--solid{
  color: var(--white);
}
a.product-write-review{
  gap: 5px;
}


/*===========================feature-CSS end=======================*/
/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
    background: var(--theme-color);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 5px 5px;
    justify-content: center;
    border-radius: 5px;
    gap: 10px;
}
.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;
  display: inline-flex;
  width: 280px;
}
.pdp-timer .countdown-container.flip-countdown.countdown-block span{
  display: inline-block;
}
.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;
  margin-right: 14px;
  padding: 24px 0;
}
.lang-dropdown svg {
    width: 20px;
    height: 20px;
}
.lang-dropdown .nice-select svg path {
    fill: var(--black);
}
.lang-dropdown .nice-select {
  border: 0;
  font-family: var(--first-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  background: none;
  background-color: var(--second-color);
  border-radius: 50%;
}
.header-style-one .menu-right .disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 140px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  background-color: var(--second-color);
  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: 10px;
}
.header-style-one .menu-right .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);
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item {
  margin: 0;
  display: block;
  background: none;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item a{
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 0 10px;
  color: var(--black) !important;
  width: 100%;
  background: none;
  height: auto;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item:last-child a{
  padding: 0px;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item a.disclosure__link--active{
  font-weight: bold;
}
/***** SHF - SIZE POPUP *****/
.size-popup{
    background: rgba(223, 218, 205, 0.90);
    display: table;
}
.size-close-btn{
    text-align: end;
}
.size-close-btn svg{
    margin-left: 0px;
    margin-right: 5px;
}
.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{
    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;
}
.see-size .size-btn svg {
    width: 16px;
    height: 16px;
}
.see-size .size-btn svg path {
    fill: var(--black);
}
.see-size {
    margin: 0 0 15px;
}
/*=================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: 3;
  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(--h6);
    margin: 0 0 15px;
}
.view-product-sec h3 {
    text-align: center;
    margin: 0 0 5px;
}
.view-product-sec .product-content-bottom .price {
  margin-bottom:0px;
}
/*=============== Shopify Custom css ===============*/
.mobile-facets__inner .btn-secondary {
    min-width: 100px;
}
.radio-btn input.radio:checked~label {
    background: var(--theme-color);
    color: var(--white)!important;
    border-color: var(--theme-color)!important;
}
input.shopify-challenge__button.btn {
  max-width: 160px;
}
.template-customers-addresses .btn {
  min-width: 115px;
}
.product-content-bottom .product-content-top {
  margin-bottom: 40px;
}
.best-toy-card img {
  width: 45px;
  height: 45px;
  margin: auto;
}
.best-toy-outer {
  padding: 0 15px;
}
.category-blog-slider {
  margin: 0 -15px;
}
.no-js:not(html) {
  display: none !important;
}
.product-card-image:hover .hover-img {
  opacity: 1;
  visibility: visible;
  display: block;
}
select {
  appearance: none;
  -webkit-appearance: none;
}
/*============= Product css ==============*/
.product__media-item:not(:first-child) {
  display: none;
}
.product-form button {
  border: none;
  box-shadow: none;
}
.product-form button[disabled], .pdp-right-column button[disabled] {
   opacity: 0.5;
   cursor: not-allowed;
  }
.product-form button[disabled]:hover svg path, .pdp-right-column button[disabled]:hover svg path{
   fill: var(--white);
}
 .product-form button[disabled]:hover, .pdp-right-column button[disabled]:hover {
   background: var(--theme-color);
   color: var(--white);
 }
.product-form__input {
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.text-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/*-----------Shopify Article section css----------*/
.articlerightbar .article_date {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}
.article-comment {
  padding: 20px 15px;
  border: 1px solid var(--second-color);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.article-comment h4 {
  margin-bottom: 15px;
}
.article-comment .grid-item,
.article-comment .grid-item .desc {
  margin-bottom: 10px;
}
.article-comment .grid-item input[type="submit"] {
  background: var(--second-color);
}
.article-comment .grid-item input[type="submit"]:hover {
  color: var(--theme-color);
}
.article-section .blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.article-section .blog__name,
.article-section .icon-fallback-text a {
  font: var(--second-font);
}
.blog-meta > div {
  margin: 5px 40px 5px 0;
}
.blog-meta div {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}
.blog-meta svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.best-product-section .product-card-image a img {
  object-fit: scale-down;
  object-position: center;
}
/*-----------Shopify Collection-list section css----------*/
.collection-list {
  padding-top: 40px;
}
.collection-list .card-wrapper {
  padding-bottom: 25px;
}
.collection-list .card-media {
  border: 1px solid var(--border-color);
}
.collection-list .card-media a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-top: 100%;
}
.collection-list .card-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: scale-down;
  object-position: center;
  top: 0;
  left: 0;
  right: 0;
}
.collection-list .card-content {
  margin-top: 10px;
  text-align: center;
}
/*-----------Shopify blog list css----------*/
.top-product-section .section-title {
    gap: 10px;
}
.template-search .h2 {
  margin: 0 0 15px;
}
body.product .top-product-section {
    padding-bottom: 80px;
}
.template-search .template-search__search {
  margin: 20px auto 0;
  position: relative;
}
.template-search__search button.field__button {
  position: absolute;
    top: 3px;
    right: 3px;
    padding: 10px;
    min-width: fit-content;
}
.predictive-search__item {
    font-size: 14px;
}
.template-search__search button svg {
    margin: 0;
}
.template-search__header .search-msg {
  margin: 40px 0 20px;
}
.template-search__results .row .product-card {
  margin-bottom: 25px;
}
.profile-header .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 1;
  display: none;
  float: left;
  padding: 10px;
  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);
  min-width: 160px;
  margin: -1px;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.customer_account ul li a,
.customer_account ul .headwish {
  width: 100% !important;
  background-color: transparent !important;
  justify-content: left !important;
}
.profile-header {
  position: relative;
}
.customer_account .list-unstyled {
  padding: 0 15px;
}
.headwish .wishcount {
  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;
}
.login-box,
.register-box {
  border: 1px solid var(--border-color);
  padding: 15px;
  flex-direction: column;
  height: 100%;
}
.login-box .sub-title,
.register-box .sub-title {
  font-weight: 600;
  margin-bottom: 20px;
  font: var(--h5);
}
.create-account-box p {
  margin-bottom: 5px;
}
.login-box .fgt-pwd,
.register-box .description,
.recover-content,
.customer .field {
  margin-bottom: 15px;
}
.create-account-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.create-account-box form button {
  display: flex;
  margin: 0 auto;
}
.acc-order-button {
    gap: 10px;
}
.addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
.addresses [aria-expanded="true"] ~ div[id] {
  display: block;
}
.rtn-to-acc {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
#AddAddress {
  margin-top: 20px;
}
.add-default {
  border: 1px solid var(--border-color);
  padding: 20px;
  margin-top: 30px;
}
.edit-spacer {
  margin-top: 35px;
}
.add-default-check input {
  width: fit-content;
}
.add-default-btn button {
  padding: 0;
}
.add-default-btn {
  margin-bottom: 15px;
}
.delivery-page h3,
.notice-page h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}
.delivery-page h5,
.notice-page h5 {
  margin-bottom: 10px;
}
.notice-page a {
  font-weight: bold;
}
.addresses .nice-select.open .list {
  overflow-y: scroll;
  max-height: 200px;
}
#address_form_new .nice-select,
.edit-spacer .nice-select {
  border-radius: 0;
  padding: 15px 20px;
}
.form-group label,
.edit-spacer label,
#AddAddress label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
#AddressNewHeading {
  margin-bottom: 15px;
}
#MainContent {
  overflow: hidden;
}
.sale-labl,
.sold-labl {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 8px;
  background: var(--second-color);
  color: var(--black);
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out 0s;
  transform: translate(-70px);
  overflow: hidden;
  opacity: 0;
}
.product-img {
  position: relative;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.product-img:hover .sale-labl,
.product-img:hover .sold-labl {
  transform: translate(0);
  overflow: visible;
  opacity: 1;
}
.hidden {
  display: none !important;
}
.carthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 26px;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.card-top{
  position:relative;
  z-index: 1;
  display:flex;
  justify-content: flex-end;
}
.carthead a.underlined-link {
  text-decoration: underline;
  color: var(--theme-color);
  font-size: 20px;
}
.cart__ctas {
  margin-top: 10px;
}
.cart__ctas .btn {
  padding: 15px 20px;
}
.cart__warnings {
  display: none;
  text-align: center;
}
.cart__login-paragraph a {
  font-weight: 700;
}
.is-empty .cart__warnings {
  display: block;
  padding: 50px 0;
}
.cart-item__details {
  float: none;
  display: inline-block;
}
.cart-item__details .cart-item__vendor {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 8px;
}
.cart-item__details .cart-item__name {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px;
  font-weight: 600;
}
.cart-item__details .product-option {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.cart-item__details .product-option dt {
  margin: 0 10px 0 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.cart-item cart-remove-button {
  margin-left: 10px;
  display: inline-block;
}
.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%;
} 
.cart-item__error {
  display: flex;
  align-items: flex-start;
}
.cart-item__error-text {
  font-size: 1.2rem;
  order: 1;
}
.cart-item__error-text + svg {
  flex-shrink: 0;
  width: 1.2rem;
  margin-right: 0.7rem;
}
.cart-item__error-text + svg {
  margin-top: 0.4rem;
}
.cart-item__error-text:empty + svg {
  display: none;
}
.set .acnav-label:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(arrow-acc.png);
  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;
}
.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);
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.shipping-and-return .shipping-return {
  border: 1px solid var(--border-color);
  padding: 15px;
  background: rgba(24, 58, 64, 0.03);
}
.shipping-return ul {
  padding-left: 15px;
}
.shipping-return ul li {
  list-style: disc;
}
.quantity {
  color: #666;
  position: relative;
  display: flex;
  height: 35px;
}
.quantity__button {
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  padding: 0;
}
.quantity__input {
  color: currentColor;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
cart-remove-button .icon-remove {
  height: 20px;
  width: 20px;
}
.header-style-one .menu-right .cart-header .closecart {
  position: fixed;
  left: auto;
  right: 424px;
  top: 0;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  background: none;
  padding: 10px;
  z-index: 10;
}
.mini-cart-details .remove_item svg path {
  fill: var(--black) !important;
}
.webi-mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
  color: var(--black);
}
.webi-mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: flex;
  padding: 12px 30px;
}
.webi-mini-cart-footer .link-btn {
  display: flex;
  justify-content: center;
  width: auto;
  background: transparent;
  border: none;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
}
.template-collection .common-banner-section .collection-content {
  align-items: center;
}
.template-collection .common-banner-section .collection-image img {
  margin: 0 auto;
}
.template-collection .collection-content {
  margin-top: 25px;
}
.product-heading-row {
  border-bottom: 1px solid var(--black);
  align-items: center;
}
.product-heading-column {
  padding: 14px 0 !important;
}
.product-heading-right-column {
  padding: 14px 0 14px 22px !important;
  border-left: 1px solid var(--black);
}
.filter-select-box {
  min-width: 160px;
}
.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.produdt-filter-cat li a {
  font-weight: 500;
}
.product-filter-right-column {
  border-left: 1px solid var(--black);
  padding-left: 22px !important;
  padding-top: 22px !important;
}
.pdp-left-column .price {
  margin: 15px 0;
  max-width: 50%;
  width: 100%;
  color: var(--black);
  font-size: 31px;
}
ins {
  display: inline-flex;
  font-weight: 500;
}
.pdp-left-column .price del {
  color: var(--black);
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.pdp-left-column .wbmydoles {
  font-size: inherit;
}
.pdp-price-section .quantity {
  max-width: 150px;
  height: 45px;
  border-color: var(--border-color);
}
.pdp-cart-btn {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.pdp-right-column variant-selects .form__label {
  margin-right: 15px;
}
.pdp-right-column variant-selects select {
  padding: 10px 20px;
  width: 150px;
  background: url(down-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}
.pdp-cart-btn .pro-checkout,
.pdp-cart-btn .product-cart {
  width: 50%;
}
.product-form__buttons button:first-of-type {
  background: transparent;
  color: #000;
  border: 1px solid var(--second-color);
  border-radius: 50px;
  padding: 15px 30px;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--second-color);
}
.pdp-price-section .product-form__input label {
  display: block;
  margin-bottom: 5px;
}
.active-facets-mobile {
  display: none;
}
.product-filter-right-column .product-img .hover-img {
  padding-top: 70%;
}
.product-img .hover-img {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 0;
}
.product-img:hover .hover-img {
  opacity: 1;
  visibility: visible;
  display: block;
}
.cartOpen .header-style-one .menu-right .cart-header .closecart {
  opacity: 1;
  visibility: visible;
}
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty {
  width: 55px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 30px;
}
.tt-cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.no-transform .slick-track {
  transform: none !important;
}
.login-box form h2 svg,
.form-message-success svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.form-message-success {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#ProductGridContainer .collection--empty {
  padding-top: 40px;
  padding-bottom: 40px;
}
.collection--empty .text-center h4 {
  line-height: 30px;
  font-weight: 500;
}
.pdp-right-column .wishbtn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.tt-cookie-inner .btn-secondary {
  min-width: unset;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) > a > svg {
  display: none;
}
.product-widget[open] .acnav-label:after {
  opacity: 0;
}
.template-cart .custom-banner-section-two {
  padding-top: 80px;
}
.template-product .review-section .section-title {
  text-align: left !important;
}
/*=============== Shopify Custom css ===============*/
.product-content-bottom .product-content-top {
  margin-bottom: 40px;
}
.best-toy-card img {
  width: 45px;
  height: 45px;
  margin: auto;
}
.best-toy-outer {
  padding: 0 15px;
}
.category-blog-slider {
  margin: 0 -15px;
}
.cms-page h3,
.cms-page h4,
.cms-page h5 {
  margin: 20px 0;
}
.cms-page ul {
  margin: 20px;
}
.cms-page ul li:not(:last-of-type) {
  margin-bottom: 9px;
}
.cms-page ul li {
  list-style: disc;
}
.webi-mini-cart-footer .link-btn svg {
  height: 10px;
  margin-left: 10px;
}
.template-article .home-blog-section {
  padding-top: 40px;
  background-color: transparent;
}
.template-article .poster-card-inner-1 {
  box-shadow: 0px 0px 28px rgb(0 0 0 / 7%);
}
.articlerightbar .blog-itm {
  margin-bottom: 30px;
}
.articlerightbar .blog-itm .blog-inner {
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  box-shadow: 0px 0px 28px rgb(0 0 0 / 7%);
}
.blog-content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.articlerightbar .blog-content p {
  margin: 12px 0;
}
.articlerightbar .blog-img a {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.blog-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-img a {
  position: relative;
  display: block;
  padding-top: 40%;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
body.article .back-btn svg path {
    fill: var(--white);
}
/*-----------Shopify blog list css----------*/
.card-inner {
  margin-bottom: 30px;
  border: 1px solid var(--second-color);
}
.card-information {
  padding: 10px;
}
.card-information h6 {
  font-size: 13px;
  line-height: 1;
  margin: 10px 0;
  font-weight: 500;
}
.card-information p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-information h6 span {
  margin-right: 10px;
}
.form__message,
.form-message {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  font: var(--common-text);
  outline: none;
}
.form__message svg,
.recover-password svg,
.create-account-box svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.template-search .pagination-wrapper {
  margin-bottom: 30px;
}
.recover-password {
  max-width: 600px;
  width: 100%;
  margin: 25px auto 0;
  padding: 15px;
}
.login-box .sub-title,
.register-box .sub-title {
  font-weight: 600;
  margin-bottom: 20px;
  font: var(--h5);
}
.shopify-challenge__container * {
  margin-bottom: 20px;
  justify-content: center;
  text-align: center;
}
.create-account-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.create-account-box form button {
  display: flex;
  margin: 0 auto;
}
.errors {
  padding-bottom: 10px;
  color: #dc0000;
}
.newsletter-form__message {
  position: absolute;
  top: auto;
  bottom: -45px;
  left: 0;
  right: 0;
  border-radius: 50px;
  color: #e90022;
}
.newsletter-form__message--success {
  color: #ecfef0;
}
.footer-col .newsletter-form__message--success {
  color: #448349;
}
.acc-order-history {
  margin-bottom: 20px;
}
.acc-order-history h5 {
  margin-bottom: 10px;
}
.acc-order-history p {
  color: #0c0707a8;
}
.add-default {
  border: 1px solid var(--border-color);
  padding: 20px;
  margin-top: 30px;
}
.edit-spacer {
  margin-top: 35px;
}
.add-default-check input {
  width: fit-content;
}
.add-default-btn button {
  padding: 0;
}
.add-default-btn {
  margin-bottom: 15px;
}
.delivery-page h3,
.notice-page h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}
.delivery-page h5,
.notice-page h5 {
  margin-bottom: 10px;
}
.notice-page a {
  font-weight: bold;
}
.addresses .nice-select.open .list {
  overflow-y: scroll;
  max-height: 200px;
}
#address_form_new .nice-select,
.edit-spacer .nice-select {
  border-radius: 0;
  padding: 15px 20px;
}
#address_form_new select {
  background: url(down-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 13px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.newadd {
  text-align: center;
  margin: 0 0 15px;
}
.form-group label,
.edit-spacer label,
#AddAddress label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.sale-labl,
.sold-labl {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 8px;
  background: var(--second-color);
  color: var(--black);
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out 0s;
  transform: translate(-70px);
  overflow: hidden;
  opacity: 0;
}
.product-img {
  position: relative;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.product-img:hover .sale-labl,
.product-img:hover .sold-labl {
  transform: translate(0);
  overflow: visible;
  opacity: 1;
}
.cart__footer .cart__blocks {
  float: left;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 25px 10px;
  text-align: center;
}
.cart__footer .cart__blocks .tax-note {
  font-size: 14px;
}
.cart__footer .cart__blocks .totals__subtotal {
  margin: 0 0 10px;
  line-height: 1;
}
.cart__footer .cart__blocks .totals__subtotal-value {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
table tr:last-of-type {
    border-bottom: 0;
}
.cart__login-title {
  margin: 15px 0 10px;
}
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
.carthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 26px;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.back-btn span svg path {
    fill: var(--black);
}
.is-empty .cart__empty-text {
  margin: 0 0 20px;
}
h3.cart__login-title {
  margin: 15px 0;
}
.cart-item__quantity-wrapper {
  display: flex;
}
#cart-errors {
  margin-top: 10px;
}
.cart-item__quantity-wrapper quantity-input {
  border: 1px solid var(--border-color);
  position: relative;
  width: 120px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cart-item__quantity-wrapper .quantity__input,
.cart-item__quantity-wrapper .quantity__button {
  width: 40px;
  border: none;
  background: none;
  padding: 0;
}
.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}
.cart-remove-button .icon-remove {
  height: 20px;
  width: 20px;
}
.cart__footer .cart__note {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.cart__footer .cart__note label {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.cart__footer .cart__note #Cart-note {
  min-height: 100px;
  padding: 10px;
}
.set .acnav-label:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(arrow-acc.png);
  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;
}
.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);
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.shipping-and-return .shipping-return {
  border: 1px solid var(--border-color);
  padding: 15px;
  background: rgba(24, 58, 64, 0.03);
}
.shipping-return ul {
  padding-left: 15px;
}
.shipping-return ul li {
  list-style: disc;
}
.quantity {
  color: #666;
  position: relative;
  display: flex;
  height: 35px;
}
.quantity__button {
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  padding: 0;
}
.quantity__input {
  color: currentColor;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
cart-remove-button .icon-remove {
  height: 20px;
  width: 20px;
}
.mini-cart-details .remove_item svg path {
  fill: var(--black) !important;
}
.webi-mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
  color: var(--black);
}
.webi-mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: flex;
  padding: 12px 30px;
}
.template-collection .common-banner-section .collection-image img {
  margin: 0 auto;
}
.template-collection .collection-content {
  margin-top: 25px;
}
.product-heading-row {
  border-bottom: 1px solid var(--black);
  align-items: center;
}
.product-heading-column {
  padding: 14px 0 !important;
}
.product-heading-right-column {
  padding: 14px 0 14px 22px !important;
  border-left: 1px solid var(--black);
}
.filter-select-box {
  min-width: 160px;
}
.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.produdt-filter-cat li a {
  font-weight: 500;
}
.product-filter-right-column {
  border-left: 1px solid var(--black);
  padding-left: 22px !important;
  padding-top: 22px !important;
}
.pdp-right-column .price {
  margin: 20px 0;
  font: var(--h3);
  justify-content: left;
}
ins {
  display: inline-flex;
  font-weight: 500;
}
.pdp-left-column .price del {
  color: var(--black);
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.pdp-left-column .wbmydoles {
  font-size: inherit;
}
.pdp-right-column h2 {
  margin-bottom: 25px;
}
.pdp-right-column p {
    margin: 0 0 15px;
}
.pdp-price-section .quantity {
  max-width: 150px;
  height: 45px;
  border-color: var(--border-color);
}
.pdp-cart-btn .pro-checkout,
.pdp-cart-btn .product-cart {
  width: 50%;
}
.product-form__buttons button:first-of-type {
  background: transparent;
  color: #000;
  border: 1px solid var(--border-color);
  border-radius: 50px;
  padding: 15px 30px;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--theme-color);
  color:var(--white);
}
.pdp-cart-btn .pro-btn button {
  width: calc(100% - 10px);
  border-radius: 22px;
  justify-content: center;
  padding: 12px 25px;
}
.pdp-price-section .product-form__input label {
  display: block;
  margin-bottom: 5px;
}
.active-facets-mobile {
  display: none;
}
.product-filter-right-column .product-img .hover-img {
  padding-top: 70%;
}
.product-img .hover-img {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 0;
}
.product-img:hover .hover-img {
  opacity: 1;
  visibility: visible;
  display: block;
}
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty {
  width: 55px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 30px;
}
.cartDrawer.is-empty .cart__warnings {
  margin: 20% 0 0;
  text-align: center;
  display: block;
}
.tt-cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.no-transform .slick-track {
  transform: none !important;
}
.login-box form h2 svg,
.form-message-success svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.form-message-success {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  outline: none;
}
#ProductGridContainer .collection--empty {
  padding-top: 40px;
}
.collection--empty .text-cenetr h4 {
  line-height: 30px;
  font-weight: 500;
}
.pdp-left-column .wishbtn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 35px;
}
.tt-cookie-inner .btn-secondary {
  min-width: unset;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) > a > svg {
  display: none;
}
.show-products img {
  border-radius: 20px !important;
}
.show-products-main .addtocart-btn:hover {
  border-color: var(--white);
}
.newsletter-form__field-wrapper svg path {
  fill: var(--white);
}
.common-banner-section .back-btn {
  margin-bottom: 20px;
}
.template-collection .back-btn svg path {
  fill: var(--black);
}
.loginwish .list-unstyled {
  border: 1px solid var(--border-color);
  padding: 30px;
  display: inline-flex;
  flex-direction: column;
}
.loginwish li:first-child {
  margin: 0 0 20px;
}
.loginwish h3 {
  margin: 0 0 15px;
}
#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);
}
.best-product-section .addtocart-btn {
  margin-top: 20px;
}
.link-btn {
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 1px solid var(--black);
}
.show-products-main p {
  margin: 15px 0;
}
.menu-close-icon svg {
  height: 25px;
  width: 25px;
}
.open-lightbox svg {
  width: 15px !important;
  height: 15px !important;
}
.left-main-wrapper {
  max-width: calc(100% - 85px);
  width: 100%;
}
.right-main-wrapper {
  max-width: 85px;
  width: 100%;
}
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: #000 !important;
}
/************** video product page css *************/
deferred-media.deferred-media {
    position: relative;
    display: block;
}
.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(--second-color);
    border-radius: 30px;
}
.deferred-media__poster-button.motion-reduce svg {
    fill: var(--black);
    width: 20px;
    height: 20px;
}
.deferred-media:not([loaded]) template {
    z-index: -1;
}
.quickview-popup .slick-arrow.slick-prev{
      left: 0px;
      background: var(--theme-color);
   border-color: var(--theme-color);
}
.quickview-popup .slick-arrow.slick-next{
  right:0;
      background: var(--theme-color);
   border-color: var(--theme-color);
}
.quickview-popup img{
  width:100%
}
.shopify-payment-button__button--hidden {
    display: none!important;
}
/*=============== Responsive css ===============*/
@media (min-width: 768px) {
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: flex;
    align-items: center;
  }
  .header-style-one .mobile-menu {
    display: none;
  }
  .desk-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
  table tr td {
    padding: 20px 10px;
    display: table-cell;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cart-items tr th:first-child,
  .cart-items tr td:first-child {
    width: 140px;
  }
  .cart-items tr th:nth-child(2),
  .cart-items tr td:nth-child(2) {
    width: 200px;
  }
}
@media screen and (max-width: 1650px) {
  .home-banner-side-product {
    position: absolute;
    left: auto;
    right: 10%;
    background: #efefef47;
    padding: 15px 20px 25px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: invert();
  }
}
@media screen and (max-width: 1260px) {
  :root {
    --h1: normal 600 42px/1.1 var(--first-font);
    --h2: normal 600 32px/1.1 var(--first-font);
    --h3: normal 600 28px/1.1 var(--first-font);
    --h4: normal 600 22px/1.1 var(--first-font);
    --h5: normal 600 20px/1.1 var(--first-font);
    --h6: normal 600 18px/1.1 var(--first-font);
  }
  .header-style-one .announcebar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .header-style-one .announcebar #announceclose {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    margin-left: 15px;
  }
  .footer-col:not(:first-of-type) {
    padding-left: 30px;
  }
  .footer-bottom {
    padding-top: 30px;
  }
  .footer-link .contactlink {
    font-size: 18px;
  }
  .site-footer {
    padding: 40px 0;
  }
  .pro-swatch {
    font-size: 10px;
  }
  .review-stars {
    margin-left: 10px;
  }
  .blog-caption .blog-lbl-row .blog-labl b {
    display: none;
  }
  /* slider */
  .slick-arrow.slick-next {
    right: 15px;
    left: auto;
  }
  .slick-arrow.slick-prev {
    right: auto;
    left: 15px;
  }
  .slick-arrow {
    border-radius: 10px;
  }
  .show-products {
    background: linear-gradient(180deg, #015e6b 100%, #ffffff00 0%);
    padding-bottom: 50px;
  }
  .show-more-text-link .banner-links .btn {
    margin-right: 0;
  }
  .site-footer .checkbox-custom label {
    font-size: 12px;
  }
  .footer-subscribe-col {
    max-width: 340px;
    flex: 0 0 340px;
  }
  .product-filter-right-column .product-card .addtocart-btn {
    padding: 12px 10px;
  }
  .abt-user-badge {
    width: 15px;
    height: 15px;
  }
  /*====== Shopify css ======*/
  .footer-link .contactlink {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .home-article-blog .home-article-blog-image {
    padding-top: 130%;
  }
  .out-of-stock-form {
   max-width: 45%;
}
}
@media screen and (max-width: 991px) {
  .jdgm-widget .jdgm-temp-hidden {
        display: none !important;
    }
    .jdgm-row-stars, .jdgm-rev-widg__summary {
        margin-bottom: 15px !important;
    }
  .product .jdgm-rev-widg{
    padding-top:0 !important;
  }
  :root {
    --h1: normal 600 32px/1.1 var(--first-font);
    --h2: normal 600 30px/1.1 var(--first-font);
    --h3: normal 600 24px/1.1 var(--first-font);
    --h4: normal 600 22px/1.1 var(--first-font);
    --h5: normal 600 18px/1.1 var(--first-font);
    --h6: normal 600 16px/1.1 var(--first-font);
  }
  .header-style-one .menu-right li.cart-header .apply-coupan-btn .apply{
    height: 100%;
    width: auto;
    padding: 0 20px;
  }
  .mini-cart-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
   .home-article-blog-content .section-title h3 {
    font-size: 24px;
  }
  .show-products {
    padding-bottom: 30px;
  }
  .index .header-style-one .main-navigationbar .logo-col img {
    filter: invert(0);
  }
    .index .header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
      color: var(--black);
  }
  .header-style-one .count{
    right: 6px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    padding-left: 15px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:not(:last-of-type) {
    padding-right: 15px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav > li {
    padding: 15px 0;
  }

  .header-style-one .menu-right li.cart-header a svg {
    height: 20px;
    width: 20px;
  }
  .home-banner-content {
    padding: 10% 20px;
  }
  .home-banner-content-inner {
    max-width: 370px;
  }
  .left-slider-item .product-title {
    font: normal normal 18px/1.1 var(--first-font);
  }
  .pro-swatch {
    font-size: 10px;
  }
  .footer-subscribe-col {
    max-width: 260px;
    flex: 0 0 260px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .padding-bottom,
  body.product .top-product-section{
    padding-bottom: 40px;
  }
  .rating-box h3 {
    font-size: 27px;
    margin-top: 18px;
  }
  .cat-tab li:not(:first-of-type) {
    margin-left: 5px;
  }
  .cart-summery .btn {
    max-width: 300px;
    margin-left: auto;
  }
  .submit-btn {
    max-width: 200px;
    margin: 20px 0 0;
  }
  .article-banner .blog-cat {
    margin: 20px 0 0;
  }
  .art-auther {
    margin-bottom: 15px;
  }
  .quote-box {
    padding: 25px 0 25px 60px;
  }
  .quote-box h3 {
    font-size: 15px;
  }
  .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-banner-side-product {
    display: none;
  }
  .header-style-one .menu-right li.cart-header a span.cart-badge {
    display: flex;
    position: absolute;
    background: var(--theme-color);
    width: 20px;
    height: 20px;
    top: -3px;
    right: -10px;
    color: var(--white);
    border-radius: 50%;
    font-size: 9px;
    align-items: center;
    justify-content: center;
    font-family: var(--second-font);
  }
  .large-up-hide,
  .medium-hide {
    display: none !important;
  }
  .show-products-content {
    padding: 30px 0;
  }
  .show-products .banner-links .btn {
    margin-right: 0;
    margin-left: 0;
  }
  .top-product-inner {
    padding: 0;
    background-color: transparent;
  }
  .home-section {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .home-main-blog [class*="col-"]:last-of-type .home-article-blog {
    margin: 0;
  }
  .custom-banner-image-main {
    width: 65%;
  }
  .bestseller-product-inner {
    margin-top: 0px;
    padding: 0;
  }
  .header-style-one .main-navigationbar {
    background: var(--white);
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
    color: var(--black);
  }
  .show-more-text-link .banner-links {
    margin: 0;
  }
  .banner-content-slider .slick-dots {
    margin: 30px 0 0px;
  }
  .banner-content-top {
    margin-bottom: 30px;
  }
  .footer-subscribe-col {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .footer-col.footer-link.footer-link-1,
  .footer-col.footer-link.footer-link-2 {
    flex: 0 0 200px;
    max-width: 200px;
    padding: 0 0 20px;
  }
  .footer-col.footer-subscribe-col-last {
    flex: 1;
    padding: 0 !important;
  }
  .pdp-left-inner-sliders {
    padding: 20px 0;
  }
  .footer-col:not(:first-of-type) {
    padding-left: 0;
    margin: 0;
  }
  .open-lightbox {
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    padding: 5px 5px;
  }
  .open-lightbox svg {
    width: 12px !important;
    height: 12px !important;
  }
  .product-filter-right-column .product-card {
    width: 50%;
  }
  .search-popup .search-form-wrapper .form-inputs {
    width: 100%;
  }
  .login-left {
    margin-bottom: 15px;
  }
  .contact-right-column {
    margin-top: 0;
  }
  /*---------Shopify 991 responsive----------*/
  .show-products {
    background: linear-gradient(180deg, #015e6b 100%, #ffffff00 0%);
  }
  .open-lightbox {
    left: 0!important;
  }
  .main-detail {
    margin-bottom: 20px;
  }
  .blog-meta > div {
    margin: 5px 20px 5px 0;
  }
  .contact-left-inner ul li p {
    font-size: 16px;
  }
  cart-note.cart__note.field {
    margin-top: 20px;
  }
  .main-navigationbar {
    padding: 10px 0;
  }
  .carthead {
    margin: 50px 0 26px;
  }
  .cart-item__price-wrapper .price {
    flex-wrap: unset;
  }
  .lang-dropdown{
    padding: 17px 0;
  }
   .header-style-one .menu-right li.cart-header a{
    width: 40px;
    height: 40px;
    padding:0;
  }
  .header-style-one .menu-right li.cart-header a svg{
    margin: 0 auto;
  }
  .header-style-one .menu-right li a .icon-lable{
    display:none !important;
  
  .header-style-one .count {
    top: 1px;
    right: 4px;
  }
  .out-of-stock-form {
   max-width: 50%;
   padding: 50px 30px;
  }

}
@media screen and (max-width: 767px) {
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link{
    margin: 0 auto;
    width: 30%;
  }
    .currency select {
    padding: 7px 24px 7px 12px;
    background-position: calc(100% - 11px) 50%;
    font-size: 12px;
          margin-left: 7px;
}

.compare-wrap, .wishlist-wrap {
    padding-top: 20px;
}
.pro-compare-right, .pro-wishlist-right {
    border: 1px solid var(--border-color);
}
.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);
}

.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 .main-navigationbar {
    padding: 15px 0;
    transition: 0.5s;
  }
  .header-style-one .announcebar {
    display: none;
  }
  .header-style-one .menu-right li a {
    background: transparent;
    width: 30px;
    height: 30px;
  }
  .header-style-one .main-navigationbar .menu-items-col {
    justify-content: flex-end;
  }
  .header-style-one .menu-right li.cart-header {
    padding: 0;
    background: transparent;
    display: block;
    margin-left: 6px;
  }
  .header-style-one .menu-right li.search-header a svg {
    width: 18px;
    height: 18px;
  }
  .header-style-one .mobile-menu {
    margin: 3px 0 0 5px;
}
  .header-style-one .menu-right li.cart-header a {
    left: 0;
    top: 50%;
    padding: 0;
    
  }
  /** MINI CART **/
  .best-product-section .select-scent a {
    padding: 6px 10px;
    min-width: unset;
    font-size: 12px;
  }
  .cartDrawer {
    width: 100%;
  }
  .cartDrawer .mini-cart-body {
    padding: 20px;
  }
  .cartDrawer .mini-cart-header {
    padding: 16px 20px 16px 50px;
  }
  .mini-cart-footer .checkout-btn {
    max-width: 100%;
    padding: 12px 11px;
  }
  .mini-cart-footer {
    padding: 20px;
  }
  .mini-cart-footer-total-row {
    font-size: 18px;
    line-height: 18px;
    margin: 0 -10px 12px;
  }
  .cartDrawer .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;
    padding: 0;
  }
  .checkbox-custom label {
    font-size: 12px;
  }
  .policy-links {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .footer-col:not(:first-of-type) {
    padding: 0;
  }
  .footer-subscribe-col,
  .footer-col {
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .footer-bottom {
    padding-top: 0;
  }
  .emaillink.contactlink {
    margin: 0;
  }
  .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .rating-box h3 {
    margin-top: 0;
  }
  .cat-tab {
    width: 100%;
    margin-top: 20px;
  }
  .about-us-section .about-us-box {
    margin-bottom: 20px;
  }
  .blog-left-column-inner {
    margin-bottom: 40px;
  }
  .common-banner-section {
    padding: 40px 0;
  }
  .common-banner-content .back-btn {
    margin-bottom: 15px;
  }
  .common-banner-content .section-title h2 span {
    font-size: 12px;
  }
  .product-filter-body {
    padding: 30px 15px;
    overflow: auto;
    height: 100%;
  }
  .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(--black);
    pointer-events: hidden;
  }
  .mobile-open .close-filter {
    opacity: 1;
    pointer-events: visible;
  }
  .close-filter svg {
    height: 100%;
    width: 100%;
  }
  .filter-open .product-filter-column {
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-heading-right-column {
    border-left: 0;
  }
  .product-filter-right-column {
    border-left: 0;
    padding-left: 0 !important;
  }
  .filter-title div {
    max-width: 40px;
    border: 1px solid var(--theme-color);
    padding: 2px;
  }
  .cart-page-section .section-title {
    margin-bottom: 26px;
  }
  .abt-shp-column-right,
  .about-our-shop-section .row {
    margin-top: 30px;
  }
  .blog-col-right .nice-select {
    flex: 0 0 120px;
  }
  .blog-col-right {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .blog-col-left ul {
    flex-direction: column;
    align-items: center;
  }
  .blog-head-row {
    border: 0;
  }
  .blog-grid-section .section-title {
    text-align: center;
  }
  .articlerightbar {
    padding-top: 40px;
  }
  .articlerightbar .blog-grid .blog-widget:last-of-type {
    margin-bottom: 0;
  }
  .article-section .abt-user-img {
    margin-right: 5px;
  }
  .quote-box svg {
    height: 20px;
    width: 20px;
  }
  .quote-box {
    padding: 15px 0 25px 35px;
  }
  .my-acc-head {
    margin-bottom: 26px;
  }
  .my-acc-rightbar {
    margin-top: 40px;
  }
  #scroll {
    background: var(--white);
    top: 56px;
  }
  #account-nav {
    display: flex;
    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 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-acc-leftbar li:not(:last-of-type) {
    border-bottom: 0;
  }
  .my-acc-leftbar h4 {
    padding: 15px;
  }
  #account-nav li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
    width: 100%;
    height: 40px;
    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;
  }
  .header-style-one .main-navigationbar .logo-col {
    max-width: 65px;
  }
  .form-container{
    padding: 20px 15px;
  }
  .header-style-one .main-navigationbar {
    background-color: var(--white);
  }
  .home-section {
    padding: 110px 0 50px;
  }
  .best-product-right-inner {
    margin-top: 20px;
  }
  .top-product-inner {
    padding: 25px 25px 0;
  }
  .res-row-reverse {
    flex-direction: row-reverse;
  }
  .res-col-reverse {
    flex-direction: column-reverse;
  }
  .banner-search-form .form-inputs {
    width: 100%;
  }
  .custom-banner-image-main {
    width: 70%;
  }
  .poster-slider-1 {
    margin: 0 -15px;
    padding: 0px 0;
  }
  .slide-arrow svg {
    height: 14px;
    width: 15px;
  }
  .banner-content-inner h2 {
    font-size: 32px;
    padding: 15px 0;
  }
  .banner-links,
  .banner-content-slider .slick-dots {
    margin: 25px 0 0;
  }
  .custom-banner-image {
    padding: 20px 20px;
  }
  .review-item-inner {
    padding: 20px 36px;
  }
  .banner-content-top{
    margin-bottom: 0;
  }
  .footer-col:not(:first-of-type) {
    padding: 15px 0 !important;
    margin: 0;
  }
  .footer-first-widget p {
    margin: 15px 0;
  }
  .footer-col.footer-subscribe-col-last {
    flex: 0 0 100%;
  }
  .pdp-left-inner-sliders,
  .header-style-two .navigationbar-row,
  .banner-content-inner p {
    padding: 0;
  }
  .product-description-content {
    margin-bottom: 30px;
  }
  .wrapper {
    height: auto;
  }
  .site-footer {
    padding: 40px 0 15px;
  }
  .best-product-left-inner {
    max-width: 100%;
  }
  .select-scent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .select-scent p {
    padding: 0 0 10px;
    width: 100%;
  } 
  .product-content-top h4 {
    margin: 0 0 10px;
  }
  .mans-special {
    margin-bottom: 20px;
  }
  .home-article-blog {
    margin-bottom: 15px;
  }
  .menu-right > li {
    padding: 0;
  }
  .mobile-open .mobile-facets {
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    pointer-events: visible;
  }
  .pdp-main-img {
    padding-top: 80%;
  }
  .pdp-left-column {
    margin-bottom: 20px;
  }
  .pdp-right-column h2 {
    margin-bottom: 10px;
  }.header-style-one .main-navigationbar .logo-col img
  .pro-description-row {
    flex-direction: column-reverse;
  }
  /*---------Shopify 767 responsive----------*/
  .header-style-one .menu-right li:not(:last-of-type) {
    margin-right: 0;
  }
  .pro-description-row {
    flex-direction: column-reverse;
  }
  .subscribe-popup {
    padding: 40px 30px;
  }
  .subscribe-popup h2 {
    font-size: 20px;
  }
  .mobile-facets {
    position: fixed;
    top: 0;
    background: var(--white);
    left: 0;
    max-width: 315px;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(-100%);
    pointer-events: none;
  }
  .template-search__header .search-msg {
    margin: 25px 0 20px;
  }
  .cart-item__details {
    display: block;
  }
  .small-hide {
    display: none !important;
  }
  .header-style-one .menu-right .cart-header .closecart {
    left: 5px;
    right: auto;
    top: 12px;
    padding: 0;
  }
  .template-search__header .search-msg {
    margin: 25px 0 20px;
  }
  .cart-item__quantity-wrapper {
    justify-content: center;
  }
  .carthead a.underlined-link {
    font-size: 16px;
  }
  .remove-btn {
    height: 14px;
    width: 14px;
  }
  .mobile-facets__open-wrapper div {
    max-width: 40px;
    border: 1px solid var(--theme-color);
    padding: 2px;
  }
  .profile-header .dropdown-menu {
    top: 134%;
    left: 25%;
    transform: translateX(-50%);
  }
  .order h2 {
    margin: 0 0 10px;
  }
  .order-detail {
    text-align: center;
  }
    .main-detail {
    margin: 0 0 30px;
  }
  .header-style-one .menu-right li .customer_account li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .header-style-one .menu-right li .customer_account li a {
    height: auto;
    line-height: 1.2;
    font-size: 14px;
  }
  .size-table-wrapper {
    margin-top: 20px;
  }
  .lang-dropdown{
    margin: 0px 5px;
    padding: 5px 0;
  }
  .lang-dropdown .nice-select{
    background-color:transparent;
    padding: 0px;
  }

  .menu-right localization-form{
        display: flex;
    align-items: center;
    justify-content: center;
  }
  .quickview-popup .qv_slider {
  margin-bottom:20px;
}
 .out-of-stock-form {
   max-width: 75%;
}
  .header-style-one .mobile-menu .mobile-menu-button div{
    background: var(--black);
  }
  .webi-mini-cart-footer {
    padding: 15px;
  }  
  .header-style-one .menu-right li.cart-header .apply-coupan-btn .apply{
    top: 0%;
  }
}
@media screen and (max-width: 575px) {
  .jdgm-review-widget--medium .jdgm-write-rev-link{
    max-width:50%!important;
  }
  .jdgm-widget .jdgm-btn.jdgm-btn{
    padding:10px;
    font-size:14px;
  }
   .cookiestatus .cookie-block.bottom_to_right #cookie_message{
      width: 100% !important;
      right: 0px !important;
   }
  .header-style-one .menu-right .currency{
    display: none;
  }
  .row.add-detail {
    text-align: center;
  }
  .subscribe-popup {
    padding: 30px 20px;
  }
  .subscribe-popup h2 {
    margin-bottom: 18px;
  }
  .subscribe-popup .close-sub-btn {
    top: 10px;
    right: 8px;
  }
  .subscribe-popup p {
    font-size: 13px;
  }
  .subscribe-popup .form-row .btn-svg {
    right: 10px;
    height: 18px;
    width: 18px;
  }
  .rating-box {
    padding: 40px 12px 30px;
  }
  .rating-box svg {
    height: 20px;
    width: 20px;
  }
  .cat-tab li a {
    padding: 4px 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .two-column-variant-right .product-title {
    font-size: 20px;
  }
  .pdp-main-img {
    padding-top: 100%;
  }
  .about-pro {
    width: 100%;
    margin-bottom: 20px;
  }
  .review-stars {
    margin-left: 40px;
  }
  .blog-widget {
    margin-bottom: 30px;
  }
  .bottom-wave-img {
    padding-top: 0;
  }
  .product-detail-bttom-stuff .addcart-btn {
    max-width: 100%;
  }
  .product-detail-bttom-stuff .price {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wishbtn {
    top: 38px;
  }
  .produdt-filter-cat {
    display: none;
  }
  .product-filter-right-column .product-card {
    width: 100%;
  }
  .select-scent a {
    margin-bottom: 5px;
  }
  .blog-cat li a {
    padding: 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 {
    flex-direction: column;
  }
  .custom-banner-image-main {
    width: 100%;
  }
  .show-products .banner-links .btn {
    margin-left: 0;
  }
  .top-product-inner {
    padding: 0;
  }
  .show-more-text-link .banner-links {
    margin: 10px 0px;
  }
  .home-section {
    padding: 110px 0 50px;
  }
  .select-scent.text-checkbox.checkbox-radio .checkbox:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .more-product-link.text-right {
    width: 100%;
    margin-top: 10px;
    text-align: left !important;
  }
  .custom-banner-section .banner-search-form .form-inputs {
    width: 100%;
    position: unset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .custom-banner-section .search-form-wrapper .btn {
    position: unset;
  }
  .banner-search-form .form-inputs .btn {
    padding: 15px 30px;
  }
  .footer-subscribe-form .checkbox-custom {
    margin-top: 14px;
  }
  .custom-banner-section .search-form-wrapper .btn {
    position: unset;
    padding: 13px 30px;
    margin-top: 12px;
  }
  .footer-col.footer-link.footer-link-1,
  .footer-col.footer-link.footer-link-2 {
    flex: 0 0 170px;
    max-width: 170px;
  }
  .product-page-first-section .left-main-wrapper {
    max-width: calc(100%);
  }
  .product-page-first-section .right-main-wrapper {
    max-width: fit-content;
    width: 100%;
  }
  .pdp-thumb-img {
    padding-top: 100%;
    width: 100%;
  }
  .product-detail-section .text-checkbox p {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-detail-section .text-checkbox .checkbox {
    padding-bottom: 12px;
  }
  .parfume-capacity
    .checkbox-radio
    .checkbox
    input[type="radio"]
    + .checkbox-label {
    margin: 0;
  }
  .pdp-thumb-slider .pdp-thumb-slider-itm {
    padding: 0 5px;
  }
  .product-notification{
    width: 300px;
    left: 10px;
  }
     .header-style-one .menu-right li.cart-header a{
        width: 30px;
    height: 30px
  }
  .header-style-one .count{
    top:0;
  }
}
@media screen and (max-width: 470px) {
  .man-special-img,
  .man-special-content {
    width: 100% !important;
  }
  .show-products img {
    margin-bottom: 15px;
    width: 100%;
  }
  .man-special-content {
    padding-left: 0 !important;
  }
/*   .btn.btn-primary.white-btn {
    margin-top: 15px;
  } */
  .pdp-right-column variant-selects .form__label {
    margin: 0 0 5px;
    display: block;
    font-weight: 600;
  }
  .pdp-cart-btn .pro-btn button {
    padding: 12px 10px;
    width: calc(100% - 8px);
  }
  .product-form__input select {
    width: 100%;
  }
  .prorow-lbl-qntty label {
    margin-bottom: 10px;
  }
  variant-selects .product-form__input .select {
    width: 100%;
  }
  .banner-content-inner .btn.btn-primary.white-btn {
      margin-top: 0;
  }
  .banner-content-inner { 
      padding-right: 0; 
  }
  .out-of-stock-form {
    max-width: calc(100% - 30px);
    padding: 50px 20px;
  }
}
@media screen and (max-width: 420px) {
  .update-add-button button{
    margin-bottom: 10px;
  }
  .recover-password .btn-secondary {
    min-width: 110px;
  }
}
@media screen and (max-width: 375px) {
  .column-positive-us-right .col-sm-4.col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .cat-tab li a {
    font-size: 10px;
  }
  .acc-back-btn-wrp button {
    padding: 10px 8px;
    min-width: 108px;
  }
  .btn-flex a {
    padding: 10px 14px !important;
    min-width: 117px;
  }
  .center-descrp {
    display: none;
  }
}
.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;
}