/** Shopify CDN: Minification failed

Line 10205:0 Expected "}" to go with "{"

**/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  outline: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  padding: 0px !important;
}
body {
  color: var(--theme-color);
  font: var(--common-text);
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body,
html {
  scrollbar-width: none;
}
svg,
img {
  max-width: 100%;
  display: block;
}
a,
.btn,
button {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-form button[disabled] {
  opacity: 0.7;
  cursor: not-allowed !important;
}
.product-form button[disabled]:hover svg path {
  fill: var(--theme-color);
}
.product-form button[disabled]:hover {
  background: var(--second-color);
  color: var(--theme-color);
  border-color: var(--second-color);
}
.wishlist-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor:pointer;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: var(--theme-color);
}
:-ms-input-placeholder {
  color: var(--theme-color);
}
::-moz-placeholder {
  color: var(--theme-color);
  font: var(--common-text);
}
::-ms-input-placeholder {
  color: var(--theme-color);
  font: var(--common-text);
}
::placeholder {
  color: var(--theme-color);
  font: var(--common-text);
}
/* 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;
}
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
p,
li,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font: var(--common-text);
}
h1,
.h1 {
  font: var(--h1);
}
h2,
.h2 {
  font: var(--h2);
}
h3,
.h3 {
  font: var(--h3);
}
h4,
.h4 {
  font: var(--h4);
}
h5,
.h5 {
  font: var(--h5);
}
h6,
.h6 {
  font: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
b {
  font-weight: bold;
  display: inline-block;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
/* !!!!             GRID CSS                !!!! */
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin: 0 !important;
}
.row [class*="col-"] {
  padding: 0 15px;
}
.no-gutters [class*="col-"] {
  padding: 0;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.align-items-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.justify-content-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.desk-only,
.hidden,
.visually-hidden,
[hidden] {
  display: none !important;
}
.mobile-only {
  display: block !important;
}
/*****  Columns  *****/
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* !!!!          NICE SELECT CSS           !!!! */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: solid 1px var(--black);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:10px;
}

.nice-select:after {
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.currency .nice-select .nice-select-arrow,
.languages .nice-select,
.currency .nice-select .list li,
.languages .disclosure__list-wrapper ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.nice-select.open:after {
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  -moz-transform:rotate(-135deg);
  -ms-transform:rotate(-135deg);
  -o-transform:rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: var(--border-color);
  color: var(--border-color);
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: var(--white);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 2;
  width: 100%;
  border-radius:10px;
  -moz-transform: scale(0.75) translateY(-21px);
  -o-transform: scale(0.75) translateY(-21px);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  color: var(--black);
  font-weight: 500;
  list-style: none;
  outline: none;
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--second-color);
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.nice-select.disclosure__button[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

/* !!!!          SLICK SLIDER CSS           !!!! */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-top: 30px;
}
.slick-dots li:not(:last-child) {
  margin-right: 5px;
}
.slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 10px;
  background: var(--white);
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  cursor:pointer;
}
.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: 50%;
  border:1px solid var(--theme-color);
  padding: 0;
  background-color: var(--theme-color);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.today-discounts-slider:hover .slick-arrow,
.shop-protab-slider:hover .slick-arrow,
.loved-category-slider:hover .slick-arrow,
.review-slider:hover .slick-arrow,
.blog-slider-home:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slide-arrow svg {
  height: 12px;
  width: 22px;
  margin: 0 auto;
}
.slick-arrow svg path {
  fill: var(--white);
}
.slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slick-arrow.slick-prev {
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.slick-arrow:focus,
.slick-arrow:hover {
  background-color: var(--second-color);
}
.slick-arrow:focus svg path,
.slick-arrow:hover svg path {
  fill: var(--theme-color);
}
.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;
}
/* !!!!          COMMON BUTTON              !!!! */
.btn,
#customer_login_link,
#customer_register_link {
  text-align: center;
  padding: 10px 15px;
  font-family: var(--first-font);
  color: var(--theme-color);
  background-color: var(--second-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid var(--second-color);
  position: relative;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  gap: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn.btn-white {
  background: var(--white);
  color: var(--theme-color);
  border-color: var(--white);
}
.btn.btn-white svg path {
  fill: var(--theme-color);
}
.btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.btn svg path {
  fill: var(--theme-color);
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.btn:hover,
.btn:focus,
#customer_login_link:hover,
#customer_register_link:focus,
#customer_login_link:hover,
#customer_register_link:foucs {
  background-color: var(--theme-color);
  color: var(--white);
  border-color: var(--theme-color);
}
.btn:focus svg path,
.btn:hover svg path {
  fill: var(--white);
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background: var(--theme-color);
  color: var(--second-color);
}
.btn.btn-white:hover svg path,
.btn.btn-white:focus svg path {
  fill: var(--second-color);
}
.link-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-color);
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.link-btn svg {
  fill: var(--theme-color);
  margin-left: 13px;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.link-btn:hover {
  color: var(--black);
}
.link-btn:hover svg {
  fill: var(--black);
}
.btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  min-width: 135px;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 600;
  gap:10px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.btn-secondary svg {
  max-width: 20px;
  height: auto;
  margin-left: 12px;
}
.btn-secondary svg path {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  fill: var(--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(--theme-color);
  color: var(--theme-color);
  background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
  fill: var(--theme-color);
}
/* !!!!             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(--theme-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border-radius:10px;
}
textarea {
  resize: none;
}
form .row {
  margin: 0 -8px;
}
form .row [class*="col-"] {
  padding: 0 10px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
sup {
  top: -0.5em;
}
sub,
sup {
  position: relative;
  font-size: 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: inline-block;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 30px;
}

.checkbox-custom label:before {
    content: '';
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 3px;
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.checkbox-custom input:checked + label:before {
  background-color: var(--theme-color);
}
.checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid var(--white);
  border-width: 0px 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-62%) 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);
}
.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%);
}
.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);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-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;
}
.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,
body.no_scroll {
  overflow: hidden;
}
.right-gliter {
  bottom: 0;
  right: 0;
}
.gliter-img {
  position: absolute;
  z-index: -1;
  height: 100%;
}
.padding-top {
  padding-top: 80px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.section-title {
  margin-bottom: 30px;
}
/*****  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: 40px 20px;
  background: var(--second-color);
  color: var(--black);
  z-index: 5;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius:10px;
}
.subscribe-popup input[type="email"] {
  border: 1px solid var(--black);
  color: var(--black);
  padding: 13px 50px 13px 15px;
  background: transparent;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius:10px;
}
.subscribe-popup input[type="email"]::-webkit-input-placeholder {
  color: var(--black);
}
.subscribe-popup input[type="email"]::-moz-placeholder {
  color: var(--black);
}
.subscribe-popup input[type="email"]:-ms-input-placeholder {
  color: var(--black);
}
.subscribe-popup input[type="email"]::-ms-input-placeholder {
  color: var(--black);
}
.subscribe-popup input[type="email"]::placeholder {
  color: var(--black);
}
.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(--black);
}
.subscribe-popup h2 {
  font-family: var(--second-font);
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-style: italic;
}
.subscribe-popup p {
  letter-spacing: 1px;
  max-width: 330px;
  margin: 0 auto 25px;
}
.form-row {
  position: relative;
}
.form-row .btn-svg {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-row .btn-svg svg {
  width: 100%;
  height: 100%;
}
.form-row .btn-svg svg path {
  fill: var(--black);
}
.subscribe-overlay {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 1;
}
.subscribe-overlay.open {
  opacity: 1;
  visibility: visible;
}
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
.site-header {
  background: var(--theme-color);
  position: relative;
}
.site-header .top-header-wrapper.fixed {
  box-shadow: 0 2px 2px #0000001a;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: var(--theme-color);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.search-popup-open .site-header {
  z-index: 5;
}
.header-style-one .announcebar {
  background-color: var(--theme-color);
  padding: 12px 0;
  color: var(--white);
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  display: none;
  border-bottom: 1px solid #284c4e;
}
.header-style-one .announcebar svg {
  fill: var(--white);
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-style-one .announcebar p,
.header-style-one .announcebar a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}
.header-style-one .announcebar p b {
  margin-left: 6px;
}
.header-style-one .announcebar .annoucebar-left p svg {
  margin-right: 10px;
}
.header-style-one .announcebar .announcebar-right a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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%);
  -ms-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;
}
.site-header .top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0 25px;
  color: var(--white);
}
.site-header .top-header .right-side-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.site-header .logo-col {
  max-width: 153px;
  width: 100%;
  position: relative;
}
.site-header .logo-col a {
  display: block;
}
.site-header .search-form-wrapper {
  position: relative;
  max-width: 350px;
  width: 100%;
}
.search-form-wrapper form {
  width: 100%;
  position: relative;
}
.search-form-wrapper .form-inputs {
  width: 100%;
  position: relative;
}
.site-header .search-form-wrapper .form-inputs input {
  background: transparent;
  border-radius: 30px;
  padding: 0 15px 0 40px;
  height: 40px;
  border: none;
  color: var(--white);
  border: 1px solid #284c4e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.site-header .search-form-wrapper .form-inputs input::-webkit-input-placeholder {
  color: var(--white);
}
.site-header .search-form-wrapper .form-inputs input::-moz-placeholder {
  color: var(--white);
}
.site-header .search-form-wrapper .form-inputs input:-ms-input-placeholder {
  color: var(--white);
}
.site-header .search-form-wrapper .form-inputs input::-ms-input-placeholder {
  color: var(--white);
}
.site-header .search-form-wrapper .form-inputs input::placeholder {
  color: var(--white);
}
.site-header .search-form-wrapper .form-inputs input:-ms-input-placeholder {
  color: var(--white);
}
.site-header
  .search-form-wrapper
  .form-inputs
  input::-webkit-input-placeholder {
  color: var(--white);
}
.search-form-wrapper .btn {
  position: absolute;
  right: auto;
  top: 50%;
  left: 7px;
  width: 25px;
  padding: 0;
  height: calc(100% - 10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.search-form-wrapper .btn:hover,
.search-form-wrapper .btn:focus {
  background: transparent;
}
.search-form-wrapper .btn svg {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  fill: var(--white);
}
.search-form-wrapper .btn svg path {
  fill: var(--second-color);
}
.site-header .nice-select{
  border-color:var(--white);
}
.site-header .nice-select:after {
  border-color: var(--white);
}
.store-info-wrapper {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.store-info-wrapper .store-info-block p {
  line-height: 1.4;
}

.store-info-wrapper .store-info-block .label {
  font-family: var(--first-font);
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: right;
  line-height: 100%;
}
.store-info-wrapper .store-info-block p b {
  font-weight: 600;
  display: block;
}
.store-info-wrapper .store-info-block a {
  color: var(--second-color);
}
.header-style-one .menu-right li a:not(.link-btn) svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.header-style-one .menu-right li a:not(.link-btn) svg path {
  fill: var(--second-color);
}
.header-style-one .menu-right li a .icon-lable {
  display: none;
}
.header-style-one .menu-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-style-one .menu-right li:not(:last-of-type) {
  margin-right: 24px;
}
.header-style-one .menu-right li.cart-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-style-one .menu-right li.cart-header a svg {
  height: 20px;
  width: 25px;
}
.header-style-one .menu-right li.cart-header .icon-lable b {
  display: block;
  font-weight: 600;
}
.header-style-one .menu-right li.cart-header .icon-lable {
  display: block;
  text-align: right;
  letter-spacing: -0.03em;
  color: var(--white);
  font-size: 14px;
  margin-top: 0;
  margin-right: 7px;
}
.header-style-one .menu-right li a {
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}
.header-style-one .count {
  position: absolute;
  top: -4px;
  right: -4px;
  height: 15px;
  width: 15px;
  background: var(--second-color);
  color: var(--black);
  font-size: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border: 1.36364px solid var(--second-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.header-style-one .menu-right li.cart-header .count {
  top: 4px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li {
  padding-bottom: 15px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:not(:last-of-type) {
  margin-right: 7.3px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
  color: var(--white);
  font-family: var(--first-font);
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.6rem 0.5rem 0.5rem;
  border-radius: 5px;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li:hover > a {
  background: var(--second-color);
  color: var(--theme-color);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  > a
  img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a,
.header-style-one .menu-right li.has-item > a {
  padding-right: 30px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a
  span
  svg {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid var(--border-color);
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
    border-radius:10px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown,
.header-style-one .menu-right li:hover .menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one .menu-dropdown ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-style-one .menu-dropdown ul > li.list-title span {
  font-weight: 700;
  font-size: 17px;
}
.header-style-one .menu-dropdown ul > li a {
  border-bottom: 1px solid transparent;
}
.header-style-one .menu-dropdown ul > li a:hover {
  color: var(--second-color);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a:after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item:hover
  > a:after {
  border-color: var(--theme-color);
}
.header-style-one .extra-menu-col {
  max-width: calc(100% - 265px);
  width: 100%;
  padding-bottom: 15px;
  margin-left: auto;
  padding-left: 50px;
  display: none;
}
body.home .header-style-one .extra-menu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-style-one .extra-menu-right li a {
  color: var(--white);
}
.header-style-one .extra-menu-right li a:hover {
  color: var(--second-color);
}
.header-style-one .extra-menu-right li:not(:first-of-type) {
  margin-left: 24px;
}
.header-style-one .offer-tagline p {
  color: var(--white);
}
.header-style-one .offer-tagline p span {
  color: var(--second-color);
  font-weight: 600;
}
.header-style-one .offer-tagline p a {
  text-decoration: underline;
}
.search-popup,
.size-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 3;
  padding: 0 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.search-popup.active,
.size-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-popup .close-search {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.search-popup .close-search svg {
  height: 100%;
  width: 100%;
}
.search-popup .search-form-wrapper {
  max-width: 1000px;
  width: 100%;
}
.search-popup .search-form-wrapper .form-inputs {
  width: 100%;
  position: relative;
}
.site-header .search-popup .search-form-wrapper input {
  padding: 15px 15px 15px 40px;
  background: var(--white);
  color: var(--theme-color);
}
.site-header .search-popup .search-form-wrapper input::-webkit-input-placeholder {
  color: var(--theme-color);
}
.site-header .search-popup .search-form-wrapper input::-moz-placeholder {
  color: var(--theme-color);
}
.site-header .search-popup .search-form-wrapper input:-ms-input-placeholder {
  color: var(--theme-color);
}
.site-header .search-popup .search-form-wrapper input::-ms-input-placeholder {
  color: var(--theme-color);
}
.site-header .search-popup .search-form-wrapper input::placeholder {
  color: var(--theme-color);
}
.search-popup .search-form-wrapper .form-select {
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  padding: 0;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-popup .search-form-wrapper .form-select .nice-select {
  border: 0;
  background-color: var(--theme-color);
  color: var(--white);
  width: 150px;
}
.search-form-wrapper .btn svg {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  fill: var(--white);
}
.search-popup .search-form-wrapper .btn svg path {
  fill: var(--theme-color);
}
.site-header .main-navigationbar .menu-items-col {
  display: none;
}
body:not(.home) .site-header .main-navigationbar .menu-items-col {
  display: block;
}
.header-style-one .mobile-menu {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 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;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.header-style-one .mobile-menu .mobile-menu-button div {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: var(--second-color);
}
.header-style-one.head-sticky .mobile-menu .mobile-menu-button div {
  background-color: var(--second-color);
}
.mobile-menu-wrapper {
  position: fixed;
  z-index: 4;
  background: var(--white);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  right: 0;
  max-width: 380px;
  width: 100%;
}
.mobile-menu-wrapper.active-menu {
  -webkit-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
          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: #f9f9f9;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li {
  margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a {
  font-size: 18px;
  color: var(--theme-color);
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list {
  margin: 12px 0;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a svg {
  margin-left: auto;
  width: 14px;
}
.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
  .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
  a {
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
}
.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 .has-children > ul > li > a.acnav-label {
  font-weight: 600;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a {
  font-size: 14px;
}
.mobile-menu-wrapper .menu-close-icon svg path {
  fill: var(--white);
}
.mobile-menu-wrapper
  .mobile-menu-bar
  .has-children
  > ul
  > li:not(:last-of-type) {
  margin-bottom: 12px;
}
.acnav-list {
  display: none;
  padding: 0 0 10px 0;
}
/****** CART DRAWER CSS ********/
.overlay.active,
.cartOpen .overlay::after,
.active-menu .overlay,
.quick-active .overlay:after {
  content: " ";
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.cartDrawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background: var(--white);
  width: 410px;
  height: 100%;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.cartOpen .cartDrawer {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cartDrawer .mini-cart-header {
  position: relative;
  text-align: center;
  padding: 17px 30px 16px 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--theme-color);
  color: var(--white);
}
.cartDrawer .cart-tottl-itm {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
.cart-header .closecart {
  position: fixed !important;
  right: 424px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.cartOpen .cart-header .closecart {
  opacity: 1;
  visibility: visible;
}
.cartDrawer .mini-cart-has-item {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cartDrawer .mini-cart-body {
  overflow-y: auto;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
  width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
  background: var(--second-color);
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
  background-color: #183a40;
}
.cartDrawer .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;
}
.cartDrawer .mini-cart-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.cartDrawer .mini-cart-image {
  width: 80px;
  border-radius:10px;
}
.cartDrawer .mini-cart-image a {
  display: block;
  padding-top: 150%;
  position: relative;
}
.cartDrawer .mini-cart-image img {
  top: 0;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.cartDrawer .mini-cart-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-left: 15px;
}
.cartDrawer .cart-variable {
  margin-bottom: 10px;
}
.cartDrawer .cart-variable p {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
}
.cartDrawer .mini-cart-details ins {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font: var(--common-text);
  line-height: 100%;
  color: var(--theme-color);
}

.webi-mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
}
.mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color);
}
.webi-mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
}
.header-style-one .menu-right li a.remove_item svg {
  height: 15px;
  width: 15px;
}
.header-style-one .menu-right li a.remove_item svg path {
  fill: var(--theme-color);
}
.side-menu-navigationbar {
  background: var(--theme-color);
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: -85px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.side-menu-navigationbar .menu-items-col .main-nav > li {
  padding: 0 10px;
  position: relative;
}
.side-menu-navigationbar .menu-items-col .main-nav > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.side-menu-navigationbar .menu-items-col .main-nav > li > a {
  color: var(--white);
  font-family: var(--first-font);
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.6rem 0.5rem 0.5rem;
  border-radius: 10px;
  position: relative;
  letter-spacing: -0.03em;
  line-height: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.side-menu-navigationbar .menu-items-col .main-nav > li:hover > a,
.side-menu-navigationbar .menu-items-col .main-nav > li > a.active {
  background: var(--second-color);
  color: var(--theme-color);
}
.side-menu-navigationbar .menu-items-col .main-nav > li:hover > a svg path,
.side-menu-navigationbar .menu-items-col .main-nav > li > a.active svg path {
  fill: var(--theme-color);
}
.side-menu-navigationbar .menu-items-col .main-nav > li > a .link-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
.side-menu-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  > a
  .link-icon
  img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.side-menu-navigationbar .menu-items-col .main-nav > li > a span svg {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.side-menu-navigationbar .menu-items-col .main-nav > li.has-item > a:after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.side-menu-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item:hover
  > a:after,
.side-menu-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a.active:after {
  border-color: var(--theme-color);
}
.side-menu-navigationbar .menu-items-col .main-nav > li > .menu-dropdown {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.6s ease 0s,
    max-height 0.6s step-end 0s, max-width 0.6s step-end 0s,
    padding 0.6s step-end 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.6s ease 0s,
    max-height 0.6s step-end 0s, max-width 0.6s step-end 0s,
    padding 0.6s step-end 0s, -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s, opacity 0.6s ease 0s,
    max-height 0.6s step-end 0s, max-width 0.6s step-end 0s,
    padding 0.6s step-end 0s;
  transition: transform 0.5s ease 0s, opacity 0.6s ease 0s,
    max-height 0.6s step-end 0s, max-width 0.6s step-end 0s,
    padding 0.6s step-end 0s;
  transition: transform 0.5s ease 0s, opacity 0.6s ease 0s,
    max-height 0.6s step-end 0s, max-width 0.6s step-end 0s,
    padding 0.6s step-end 0s, -webkit-transform 0.5s ease 0s;
  -webkit-transform: translate3d(70px, 0px, 0px);
          transform: translate3d(70px, 0px, 0px);
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 5;
  padding: 20px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
          box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
  margin: 0 !important;
  min-width: 250px;
  border-radius:10px;
}
.side-menu-navigationbar .menu-items-col .main-nav > li:hover > .menu-dropdown {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.side-menu-navigationbar
  .menu-items-col
  .main-nav
  > li
  > .menu-dropdown
  ul
  > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.side-menu-navigationbar
  .menu-items-col
  .main-nav
  > li
  > .menu-dropdown
  ul
  > li
  > a:hover {
  color: var(--second-color);
}
.home-banner-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-banner-section .mian-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-banner-section .mian-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-left-side {
  max-width: 265px;
  width: 100%;
}
.banner-right-side {
  max-width: calc(100% - 265px);
  width: 100%;
  padding-left: 50px;
}
.banner-left-side .category-card {
  height: auto;
  padding: 0;
  margin-bottom: -85px;
}
.banner-left-side .category-card .btn-wrapper {
  margin-top: 10px;
}
.category-card .btn-wrapper {
  margin-top: 15px;
  display: block;
}
.banner-left-side .category-card .btn-wrapper .btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.home-banner-content .home-banner-content-inner {
  max-width: 58%;
  position: relative;
}
.home-banner-content .home-banner-content-inner .h1 {
  margin-bottom: 31px;
  max-width: 346px;
  line-height: 1.2;
}
.home-banner-content-inner .desk-wrapper {
  margin-bottom: 35px;
  max-width: 84%;
}
.home-banner-nav {
  margin-top: 30px;
}
.home-banner-nav .slide-arrow {
  position: relative;
  top: 0;
  background: var(--theme-color);
  border-radius: 50%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.home-banner-nav .slide-arrow svg path {
  fill: var(--white);
}
.home-banner-nav .slide-arrow:not(:first-of-type) {
  margin-left: 10px;
}
.home-banner-nav .slick-disabled {
  opacity: 0.3;
}
.home-banner-nav .slick-arrow.slick-prev {
  -webkit-transform: translateY(0) scale(-1);
  -ms-transform: translateY(0) scale(-1);
  transform: translateY(0) scale(-1);
}
.discount-rate {
  position: absolute;
  top: 9px;
  left: auto;
  display: inline-block;
  color: var(--second-color);
  padding: 27px 27px;
  right: 24%;
}
.discount-rate svg path {
  fill: var(--theme-color);
}
.discount-rate p b {
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 100;
}
.discount-rate p {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.435em;
  font-family: var(--second-font);
  font-weight: 400;
}
.discount-rate .star-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.discount-rate .star-wrapper svg {
  width: 100%;
  height: 100%;
}
.first-icon svg {
  margin-left: 0;
  margin-right: 15px;
  width: 15px;
  height: 15px;
}
.new-labl {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding: 5px 10px;
  background: var(--white);
  color: var(--theme-color);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: var(--first-font);
}
.category-card {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding-top: 18%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-card .category-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.category-card .category-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
      transform: scale(1.02);
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}
.category-card .category-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#173334), color-stop(133.58%, rgba(23, 51, 52, 0)));
  background: -o-linear-gradient(left, #173334 0%, rgba(23, 51, 52, 0) 133.58%);
  background: linear-gradient(90deg, #173334 0%, rgba(23, 51, 52, 0) 133.58%);
  z-index: 1;
}
.category-card .category-card-body {
  padding: 15px 22px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: var(--white);
}
.category-card .category-card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-card .title {
  color: var(--second-color);
  margin-bottom: 20px;
}
.row.row-gap {
  margin-top: -30px;
}
.row.row-gap > div {
  margin-top: 30px;
}
.shop-categories {
  position: relative;
}
.section-left-shape {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -50px;
}
.shop-reviews-left-inner .btn {
  margin-top: 30px;
}
.shop-reviews-left-inner .section-title {
  margin-bottom: 30px;
}
.shop-reviews-right-inner {
  position: relative;
  max-width: 610px;
  margin-left: auto;
}
.shop-reviews-right-inner .shop-reviews-image {
  position: absolute;
  top: 0;
  left: auto;
  right: -50px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.shop-reviews-right-inner .shop-reviews-image img {
  width: 100%;
  height: 100%;
}
.review-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #f0f0f0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.58);
  text-align: right;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.review-box-wrapper:not(:last-of-type) {
  margin-bottom: 40px;
}
.review-box-wrapper:nth-child(2n + 2) {
  text-align: right;
  padding-right: 60px;
  margin-bottom: 93px;
}
.review-box-wrapper:nth-child(2n + 3) {
  margin-left: -64px;
}
.review-box span {
  font-weight: 700;
}
.review-box span b {
  color: var(--second-color);
}
.review-box .user-pro-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
}
.review-box .user-pro-list ul li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--white);
}
.review-box .user-pro-list ul li:not(:first-of-type) {
  margin-left: -10px;
}
.new-labl.bg-second {
  background: var(--second-color);
}
/* Product Card style start */
.product-row {
  margin: 0 -10px;
}
.product-row .slick-list,
.product-row .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}
.product-card .product-card-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  border-radius: 11px;
  border: 1px solid #c4c4c4;
  position: relative;
}
.product-card-image {
  position: relative;
  width: 100%;
  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: 66.2%;
  overflow: hidden;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.product-card-image:hover img.default-img {
  opacity: 0;
  visibility: hidden;
}
.product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 15px;
}
.product-content-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-bottom: 15px;
}
.view-product-sec .product-content-top {
  margin-bottom: 0px;
}
.product-card .spr-badge-starrating .spr-icon,
.category-card .spr-badge-starrating .spr-icon {
  font-size: 70%;
  margin: 0 3px 0 0px;
}
.product-card .spr-badge-caption,
.category-card .spr-badge-caption {
  font-size: 14px;
}
.product-type {
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.product-title {
  margin-bottom: 15px;
  font: var(--h5);
}
.product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .price {
  margin-bottom: 15px;
  gap: 10px;
}
.product-card .price ins.price-item--sale {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
  text-decoration: line-through;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price ins.text-danger {
  color: #ff0000;
}
.price .currency-type {
  font-size: 10px;
  line-height: 100%;
}
.price ins {
  font-weight: 700;
  font-size: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 100%;
}
.product-description .price .price-item--regular {
  margin-right: 10px;
}
.price del {
  font-weight: 600;
  font-size: 13px;
  margin-left: 0px;
  line-height: 100%;
}
del {
  color: var(--theme-color);
  opacity: 0.6;
  text-decoration: line-through;
}
.product-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 10px;
  gap: 10px;
}
.product-selectors .size-select {
  width: 100%;
  position: relative;
}
.product-selectors .quantity-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.product-selectors .lbl {
  display: block;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 10px;
}
.product-selectors .quantity-select .qty-spinner {
  height: 35px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.qty-spinner {
  border: 1px solid var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  height: 30px;
  width: 100%;
  border-radius:10px;
}
.qty-spinner button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.qty-spinner input {
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 29px;
  color: var(--theme-color);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.qty-spinner button svg {
  margin: auto;
  height: 12px;
  width: 12px;
  pointer-events: none;
}
.qty-spinner button svg path {
  fill: var(--theme-color);
}
.product-selectors .size-select .nice-select {
  border-radius: 11px;
  height: 42px;
  line-height: 20px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  background: url(arrow-acc-dark.svg) no-repeat;
  background-size: 12px;
  background-position: calc(100% - 15px) 50%;
}
.product-selectors .size-select .nice-select .current {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.product-selectors .size-select .nice-select::after {
  border-color: var(--theme-color);
}
.addtocart-btn {
  padding: 11.3px 15px;
  border-radius: 10px;
  background: var(--second-color);
  font-family: var(--first-font);
  color: var(--theme-color);
  font-weight: 600;
  line-height: 1;
  font-size: 15px;
  position: relative;
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.addtocart-btn svg path {
  fill: var(--theme-color);
}
.product-card-inner .wishlist-btn {
  border: none;
  outline: none;
  background: transparent;
}
.custom_label {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 13px;
  background: var(--second-color);
  padding: 3px 8px;
  border-radius: 5px;
}
.product-card-inner .wishlist-btn a {
  padding: 0;
}
.product-card-inner .pro-wishlist svg,
.product-card-inner .pro-compare svg,
.product-card-inner .quickview-btn svg {
  width: 16px;
  height: 16px;
}
.quickview-btn a {
  padding-top: 0px;
}
.quickview-popup label {
    width: 100%;
    font-size: 14px;
    margin: 0 0 8px;
}
.color-variant-swatch .color-list, .size-variant-swatch .size-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
    gap: 8px;
}
.size-variant-swatch, .color-variant-swatch {
    border: none;
}
label.color-swatch.size-var {
    border-radius: 10px;
    padding: 5px 10px;
}
.reviews-stars-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.reviews-stars-wrap span {
  display: inline-block;
  line-height: 1;
}
.reviews-stars-wrap .reviews-stars-outer {
  margin-right: 10px;
}
.reviews-stars-wrap .review-point {
  font-weight: 700;
  font-size: 12px;
}
.reviews-stars-wrap .review-point > span {
  font-weight: 400;
}
.reviews-stars-wrap .point-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-labl.bg-danger {
  background: #ff3d00;
  color: var(--white);
  font-weight: 600;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.section-title .title {
  position: relative;
}
.section-title .title .new-labl {
  position: absolute;
  top: 4px;
  left: auto;
  right: -30px;
}
.today-discounts {
  position: relative;
}
.right-side-image {
  position: absolute;
  top: 51px;
  left: auto;
  right: 0;
}
.bestseller-section {
  background: var(--theme-color);
}
.bestseller-section .section-title {
  color: var(--white);
  margin-bottom: 30px;
}
.bestseller-section .tab-nav {
  margin-bottom: 30px;
}
.tabs {
  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;
}
.tabs li:not(:last-of-type) {
  margin-right: 15px;
}
.tabs li a {
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
}
.tabs li.active a,
.tabs li a:hover {
  color: var(--second-color);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.loved-category {
  background: var(--second-color);
}
.loved-category .section-title .btn {
  background: var(--theme-color);
  color: var(--second-color);
  border-color: var(--theme-color);
}
.loved-category .section-title .btn svg path {
  fill: var(--second-color);
}
.product-selectors .size-select .nice-select .option {
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}
.loved-category .category-card .category-card-body {
  max-width: 330px;
}
.section-title .left-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
}
.section-title .left-side .title {
  margin-bottom: 40px;
}
.section-desc {
  max-width: 700px;
}
.loved-product .category-card .category-img::before {
  content: unset;
}
.loved-product .category-card .category-card-body {
  color: var(--theme-color);
}
.loved-product .category-card {
  padding-top: 7%;
}
.loved-product .category-card .title-wrapper {
  margin-bottom: 15px;
}
.loved-product .category-card .category-card-body {
  max-width: 250px;
}
.loved-category .loved-product {
  margin-bottom: -203px;
}
.categories-new {
  background: var(--theme-color);
  padding-top: 207px;
}
.category-card.second-look {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding-bottom: 10%;
}
.category-card.second-look .category-img::before {
  background: -o-linear-gradient(
    25deg,
    #173334 0.37%,
    rgba(23, 51, 52, 0) 100.42%
  );
  background: linear-gradient(
    65deg,
    #173334 0.37%,
    rgba(23, 51, 52, 0) 100.42%
  );
}
.category-card.second-look h2 {
  margin-bottom: 20px;
}
.category-card.second-look .category-card-body {
  max-width: 532px;
  margin: 0 auto 0 14.3%;
  color: var(--white);
}
.categories-new
  .row
  > div:nth-child(2n + 1)
  .category-card.second-look
  .category-card-body {
  margin: 0 14.3% 0 auto;
}
.testimonials-left-inner .btn {
  margin-top: 30px;
}
.testimonials .slick-slider {
  margin: 0 -15px;
}
.testimonials .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.testimonials-card {
  padding: 17px;
  border-radius: 11px;
  border: 1px solid #c4c4c4;
}
.testimonials-card .reviews-words .main-word {
  margin-bottom: 15px;
  font: var(--h6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials-card .reviewer-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.testimonials-card .reviewer-profile .reviewer-img {
  max-width: 47px;
  width: 100%;
  height: 39px;
  background: var(--white);
  position: relative;
}
.testimonials-card .reviewer-profile .reviewer-desc {
  width: calc(100% - 47px);
  padding-left: 10px;
}
.testimonials-card .reviewer-profile .reviewer-desc span {
  font-weight: 400;
  display: block;
  line-height: 100%;
  font-size: 14px;
}
.testimonials-card .reviewer-profile .reviewer-desc span b {
  color: var(--theme-color);
}
.testimonials .slick-slider .slick-arrow {
  background: var(--theme-color);
}
.testimonials .slick-slider .slick-arrow:hover {
  background: var(--second-color);
}
.testimonials .slick-slider .slick-arrow svg path {
  fill: var(--white);
}
.testimonials .slick-slider .slick-arrow:hover svg path {
  fill: var(--theme-color);
}
.home-blog-section .section-title {
  text-align: center;
}
.section-title .tagline {
  display: block;
  font-weight: 400;
  font-size: 18.9892px;
  text-align: center;
  font-family: var(--second-font);
  color: var(--second-color);
  margin-bottom: 17px;
}
.section-title .descripion {
  max-width: 54%;
  width: 100%;
  margin: auto;
  margin-top: 25px;
}
.blog-widget {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.blog-widget-inner {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 11px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-media {
  position: relative;
}
.blog-widget-inner .new-labl {
  position: absolute;
  top: 17px;
  left: 17px;
  right: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
.blog-widget-inner .blog-media a {
  display: block;
  padding-top: 64.2%;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}
.blog-widget-inner .blog-media a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px 11px 0 0;
}
.blog-caption {
  padding: 17px 17px 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-caption h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-caption-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.blog-slider-home .slick-list,
.blog-slider-home .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-info {
  margin: 0 0 0 10px;
}
.blog-widget-inner p {
  margin-bottom: 20px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-lbl-row .blog-btn {
  padding: 10px 15px 10px 15px;
}
.blog-widget-inner .author-info strong {
  display: block;
  text-align: right;
  font-size: 14px;
}
.blog-widget-inner .author-info span {
  display: block;
  text-align: right;
  font-size: 14px;
}
.blog-caption h4 a {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin-bottom: 10px;
}
.site-footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  background: var(--theme-color);
  color: var(--white);
}
.site-footer .checkbox-custom label:before {
  border-color: var(--white);
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-col {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-col:not(:first-of-type) {
  padding-left: 60px;
}
.footer-store-detail {
  max-width: 370px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  padding: 0;
}
.footer-widget h3,
.footer-widget h4 {
  margin-bottom: 20px;
}
.footer-widget h4 {
  font-size: 17px;
}
.footer-link ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-subscribe-col {
  max-width: 520px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  padding: 0;
}
.site-footer .btn-subscibe{
  border-radius: 0 10px 10px 0;
}
.footer-subscribe-form {
  margin-top: 15px;
  width: 100%;
  position: relative;
}
.input-wrapper {
  position: relative;
}
.footer-subscribe-form .input-wrapper input {
  padding: 15px 60px 15px 20px;
  background: transparent;
  color: var(--white);
  border-color: #284c4e;
}
.footer-subscribe-form .input-wrapper input::-webkit-input-placeholder {
  color: var(--white);
}
.footer-subscribe-form .input-wrapper input::-moz-placeholder {
  color: var(--white);
}
.footer-subscribe-form .input-wrapper input:-ms-input-placeholder {
  color: var(--white);
}
.footer-subscribe-form .input-wrapper input::-ms-input-placeholder {
  color: var(--white);
}
.footer-subscribe-form .input-wrapper input::placeholder {
  color: var(--white);
}
.input-wrapper .btn-subscibe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 0;
  background: var(--second-color);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.input-wrapper .btn-subscibe svg path {
  fill: var(--black);
}
.footer-bottom {
  padding-top: 55px;
}
.policy-links li:not(:last-of-type) {
  margin-right: 22px;
}
.site-footer .footer-logo {
  max-width: 170px;
  width: 100%;
  margin-bottom: 20px;
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.social-links li:not(:last-of-type) {
  margin-bottom: 0;
  margin-right: 12px;
}
.social-links li a {
  width: 35px;
  height: 35px;
  background: var(--second-color);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.social-links li a svg {
  width: 17px;
  height: 17px;
}
.social-links li a svg path {
  fill: var(--theme-color);
}
body.home .site-footer,
body.product-detail-page .site-footer {
  padding-top: 350px;
}
.home-blog-section {
  margin-bottom: -349px;
  position: relative;
  z-index: 1;
}
.shop-reviews {
  overflow: hidden;
  position: relative;
}
.shop-reviews .section-left-shape {
  top: 60px;
  bottom: auto;
}
/* Product page */
.product-page-first-section {
  background: #f3f0ee;
  padding: 32px 0 50px;
  margin-bottom:10px;
}
.pdp-left-column {
  width: 30.133333%;
}
.pdp-right-column {
  width: 28.2%;
}
.pdp-main-slider {
  background: var(--white);
  mix-blend-mode: multiply;
}
.pdp-main-img {
  position: relative;
  padding-top: 77%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.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%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.pdp-thumb-img {
  position: relative;
  padding-top: 70%;
}
.pdp-thumb-slider-itm {
  margin: 0 6px 0 6px;
  border: 1px solid var(--border-color);
  border-radius:10px;
  
}
.pdp-thumb-slider-itm.slick-current {
  border-color: var(--theme-color);
}
.pdp-thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pdp-thumb-slider {
  max-width: 50%;
  width: 100%;
  overflow: hidden;
  margin: 0 -6px 0 -6px;
}
.pdp-thumb-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 30px;
}
.pdp-thumb-nav .slick-arrow {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: var(--second-color);
  opacity: 1;
  visibility: visible;
}
.pdp-thumb-nav .slick-arrow svg path {
  fill: var(--black);
}
.pdp-thumb-nav .slick-arrow:hover svg path {
  fill: var(--white);
}
.pdp-thumb-nav .slick-arrow:not(:last-of-type) {
  margin-right: 5px;
}
.pdp-thumb-nav .slick-arrow.slick-prev {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.pdp-thumb-nav .slick-arrow.slick-disabled {
  opacity: 0.38;
}
.pdp-thumb-nav-wrap .pdp-thumb-nav {
  margin-right: 15px;
}
.product-description .section-title {
  margin-bottom: 20px;
}
.pdp-top-info {
  margin-bottom: 7px;
}
.pdp-top-info p {
  font-weight: 500;
}
.pdp-top-info .reviews-stars-wrap {
  margin-left: 28px;
}
.product-description .quality-per {
  font-size: 17.1377px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
.product-description .product-selectors {
  margin-bottom: 20px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}
.product-description .product-selectors .size-select .nice-select,
.product-description .product-selectors .quantity-select input {
  background-color: transparent;
}
.product-description .product-selectors .size-select .nice-select,
.product-description .product-selectors .quantity-select .qty-spinner {
  border-color: var(--theme-color);
}
.product-description .product-selectors .size-select,
.product-description .product-selectors .quantity-select {
  width: 50%;
}
.product-description .price {
  margin-bottom: 20px;
}
.product-description .price ins.price-item--sale {
  font-size: 16px;
  margin: 0;
  opacity: 0.4;
  text-decoration: line-through;
}
.product-description product-form.product-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-description .btn.addcart-btn {
  width: 100%;
}
.product-description-right {
  text-align: right;
}
.wishbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px;
}
.shopify-app-block {
  margin: 0 0 15px;
}
.pdp-block:not(:last-of-type) {
  margin-bottom: 18px;
}
.product-description-right .reviews-stars-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0 0 20px;
  gap: 15px;
}
.product-description-right h5 {
  margin-bottom: 15px;
}
.pdp-variable p:not(:last-of-type) {
  margin-bottom: 10px;
}
.pdp-block .testimonials-card {
  text-align: left;
}
.pdp-block .testimonials-card .main-word {
  margin-bottom: 10px;
}
.testimonials-card .testimonial-top {
  margin-bottom: 10px;
}
.back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 500;
}
.back-btn span {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-btn span svg path {
  fill: var(--theme-color);
}
.product-description {
  padding: 35px 0 0 0;
}
.product-description-section .section-title .badge {
  margin-bottom: 15px;
}
.badge {
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  padding: 5px 8px;
  background: var(--theme-color);
  color: var(--white);
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 4px;
  display: inline-block;
}
.product-description-section .section-title {
  margin-bottom: 26px;
}
/************** Common banner section css *************/
.common-banner-section {
  padding: 55px 0;
  background: #f0f0f0;
}
.common-banner-content .back-btn {
  margin-bottom: 26px;
}
.common-banner-content .section-title h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.common-banner-content .section-title {
  margin-bottom: 26px;
}
/***********  Product filter category css ***********/
.product-heading-row {
  border-bottom: 1px solid var(--theme-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          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(--theme-color);
}
.filter-select-box {
  min-width: 160px;
}
.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.product-heading-row .nice-select {
  color: var(--black);
  width: 170px;
    background: url(arrow-acc-dark.svg) no-repeat;
    background-size: 7px;
    background-position: calc(100% - 15px) 50%;
}
.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;
}
.set .acnav-label:before,
.product-widget .acnav-label:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 2px;
  width: 10px;
  background: #000;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.set .acnav-label:after,
.product-widget .acnav-label:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 10px;
  width: 2px;
  background: #000;
  -webkit-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  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%);
}
.product-widget .is-open > .acnav-label:after {
  opacity: 0;
}
.product-filter-body {
  padding: 0 0 20px;
}
.product-widget {
  border-bottom: 1px solid var(--theme-color);
  padding: 10px 0;
}
.product-filter-right-column {
  border-left: 1px solid var(--theme-color);
  padding-left: 22px !important;
}
.delete-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  margin: 10px 0 0;
}
.delete-all svg {
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.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(--second-color);
  border-radius: 20px;
}
.product-tag-widget ul li a:hover,
.product-tag-widget ul li.active a {
  background: var(--second-color);
  color: var(--white);
}
.product-tag-widget ul li:not(:last-of-type) {
  margin-right: 5px;
}
.product-tag-widget ul li {
  display: inline-block;
}
.text-checkbox .checkbox {
  margin: 0;
  float: left;
  padding-right: 9px;
  padding-bottom: 10px;
}
.text-checkbox .checkbox input[type="checkbox"] {
  display: none;
}
.text-checkbox .checkbox input[type="checkbox"] + .checkbox-label {
  content: "";
  display: inline-block;
  border: 1px solid var(--black);
  color: #000;
  width: auto;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  line-height: 100%;
  transition: all 250ms ease;
  font-size: 13px;
  border-radius: 47px;
  padding: 10px 19px;
  text-transform: lowercase;
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  -ms-border-radius: 47px;
  -o-border-radius: 47px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type="checkbox"]:checked + .checkbox-label {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: white;
}
#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;
}
.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);
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
          box-shadow: inset 0 0 0 1px #ffffff;
  border: 1px solid var(--theme-color) !important;
  border-radius: 10px;
  z-index: 1;
}
.colour-col:not(:last-of-type) {
  padding: 0 15px 0 0;
}
.price-select {
  margin-left: -5px;
  margin-right: -5px;
}
.select-col p {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.select-col {
  width: 100%;
  max-width: 50%;
  padding: 0 5px;
}
.sorting-select {
  min-width: 125px;
}
.sorting-select select {
  padding: 10px 15px 9px;
  color: var(--black);
}
.product-price-widget .acnav-list {
  padding: 0 20px 10px 0;
}
.colors-checkbox label {
  width: 100%;
}
.custom-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label,
.rating-checkbox label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: left;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  left: 0;
}
.custom-checkbox input[type="checkbox"] + .color,
.custom-checkbox input[type="radio"] + .color {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-shadow: 0 0 3px 0 rgb(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 rgb(0 0 0 / 15%);
}
.custom-checkbox input[type="checkbox"]:checked + span.color {
  border: 2px solid var(--theme-color);
}
.custom-checkbox input[type="checkbox"]:checked + span.color:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--theme-color);
  border-width: 0px 1px 1px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.color-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox,
.product-widget .acnav-list .rating-checkbox {
  margin-top: 8px;
}
.product-widget .acnav-list .rating-checkbox .custom-checkbox .checkbox {
  width: 1.25rem;
  height: 1.25rem;
  background: #c4c4c4;
  border-radius: 2px;
  margin-right: 10px;
}
.product-widget .acnav-list .rating-checkbox input:checked + .checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid var(--white);
  border-width: 0px 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-62%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.rating-checkbox .rating-img {
  position: relative;
}
.rating-checkbox .rating-img::before {
  content: url("rating-star.png");
}
.rating-checkbox .rating-img .reviews-stars_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.rating-checkbox .rating-img .reviews-stars_inner::after {
  content: url("rating-star-fill.png");
}
.product-filter-right-column {
  padding-top: 22px !important;
}
.product-filter-right-column .row {
  margin: 0 -10px;
}
.product-filter-right-column .product-card {
  padding: 0 10px 20px;
}
.product-filter-right-column .product-content-bottom .price {
  width: 100%;
  margin-bottom: 10px;
}
.product-filter-right-column .addtocart-btn svg {
  fill: var(--theme-color);
}
.product-widget-fillter {
  text-align: center;
}
.btn.fillter-btn {
  margin-top: 26px;
  max-width: 152px;
  width: 100%;
  border-radius: 30px;
}
.filter-title {
  pointer-events: none;
}
.text-checkbox .checkbox {
  margin: 0;
  float: left;
  padding-right: 9px;
  padding-bottom: 10px;
}
.text-checkbox .checkbox input[type="checkbox"] {
  display: none;
}
.text-checkbox .checkbox input[type="checkbox"] + .checkbox-label {
  content: "";
  display: inline-block;
  border: 1px solid var(--theme-color);
  color: #000;
  width: auto;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  line-height: 100%;
  transition: all 250ms ease;
  font-size: 13px;
  border-radius: 47px;
  padding: 10px 19px;
  text-transform: lowercase;
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  -ms-border-radius: 47px;
  -o-border-radius: 47px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type="checkbox"]:checked + .checkbox-label {
  background-color: var(--theme-color);
  color: white;
}
/************************  CART PAGE CSS **********************/
.cart-page-section {
  padding-top: 40px;
}
.cart-page-section .back-btn span svg path {
  fill: var(--theme-color);
}
.cart-page-section .section-title h2 {
  margin-top: 20px;
}
.cart-page-section .section-title h2 span {
  font-size: 18px;
}
.product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-top: 10px;
}
.product-option dt {
  font-weight: 500;
}
.product-option dd {
  margin-left: 5px;
  font-weight: 400;
}
.remove-btn {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: top;
  margin-left: 8px;
}
.remove-btn svg path {
  fill: red;
}
.cart-summery {
  border: 1px solid var(--border-color);
  padding: 20px;
}
.cart-summery ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.cart-summery ul li span:last-child {
  font-weight: 600;
}
.cart-summery .btn {
  padding: 15px 10px;
  display: block;
  width: 100%;
  margin-top: 20px;
  text-transform: capitalize;
}
/****  TABLE CSS ****/
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
table tr {
  padding: 20px 0 0;
  border-bottom: 1px solid var(--border-color);
  display: block;
}
table tr th,
table tr td {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
table tr th {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 700;
  text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr td:first-child a {
  vertical-align: middle;
  max-width: 120px;
  width:100%;
  border-radius:10px;
  overflow:hidden;
}
table tr td {
  display: block;
  text-align: center;
  padding: 0 0 20px;
  vertical-align: middle;
}
table tr:last-of-type {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .cart-tble tr th:first-child,
  .cart-tble tr td:first-child {
    width: 90px;
  }
  .cart-tble tr th:nth-child(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;
  }
  .site-header .nice-select:after,
  .site-header .nice-select{
    border-color: var(--black);
  }
  .product-option {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  table .qty-spinner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .remove-btn {
    height: 14px;
    width: 14px;
  }
  .payment-image-wrapper{
    margin-bottom:10px;
  }
  .cartDrawer .mini-cart-footer .cart-footer-top{
    padding:15px;
  }
      .coupon-popup .coupon-body, .gift-popup .gift-body {
        padding: 30px 15px 20px !important;
    }
      .coupon-popup, .gift-popup {
        width: 100%;
    }
  .discounts__discount{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-bottom:10px;
  }
  .cart-item__old-price{
    margin:10px 0;
  }
}
@media (min-width: 768px) {
  table tr:first-child {
    border-top: none;
  }
  table tr {
    padding: 0;
    display: table-row;
  }
  table tr td {
    padding: 20px 10px 20px;
    display: table-cell;
    text-align: left;
  }
  table tr th:last-child,
  table tr td:last-child {
    text-align: right;
    padding-right: 0;
  }
  table tr th:nth-child(5),
  table tr td:nth-child(5) {
    text-align: right;
  }
}
/****************** ABOUT PAGE CSS  ******************/
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-our-shop-section .row {
  margin-top: 50px;
}
.abt-shp-column-right img {
  width: 100%;
  border-radius:10px;
}
.aboutpage-btm-sec {
  background: var(--white);
}
.aboutpage-btm-sec .about-us-box {
  padding: 20px 15px;
  border: 1px solid var(--theme-color);
  position: relative;
  border-radius:10px;
}
.aboutpage-btm-sec .about-us-box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutpage-btm-sec .section-title {
  max-width: 700px;
  margin: 0 auto 30px;
}
.aboutpage-btm-sec .section-title p {
  margin-top: 24px;
}
.about-us-section .about-us-box h3 {
  margin-bottom: 15px;
}
.about-us-section .about-us-box img {
  position: absolute;
  top: 15px;
  right: 20px;
}
/******************  CMS PAGES CSS *****************/
.cms-page p:not(:last-of-type) {
  margin-bottom: 20px;
}
.cms-page h3,
.cms-page h4,
.cms-page h5 {
  margin: 20px 0;
}
.cms-page p a {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
.cms-page ul {
  margin: 20px;
}
.cms-page ul li {
  list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
  margin-bottom: 9px;
}
/****************** CONTACT PAGE CSS ******************/
.contact-right-column {
  margin-top: -270px;
}
.contact-form {
  padding: 24px 20px;
  border: 1px solid var(--theme-color);
  background: var(--white);
  border-radius:10px;
}
.submit-btn svg {
  width: 20px;
  margin-left: 8px;
  height: 14px;
}
.submit-btn {
  width: 100%;
  padding: 10px;
  text-transform: capitalize;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-left-inner * {
  color: var(--theme-color);
}
.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;
}
/****************** FAQS PAGE CSS ***************/
.faq-search-form {
  max-width: 400px;
  margin: 25px 0;
}
.set {
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.set .acnav-label {
  padding: 15px 25px 15px 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.set .acnav-list {
  padding: 15px;
  border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
  font-size: 14px;
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner {
  position: relative;
  z-index: 1;
  color: var(--white);
}
.blog-page-banner p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -o-linear-gradient(
    89.24deg,
    rgba(0, 0, 0, 0.82) 0.67%,
    rgba(0, 0, 0, 0) 118.22%
  );
  background: linear-gradient(
    0.76deg,
    rgba(0, 0, 0, 0.82) 0.67%,
    rgba(0, 0, 0, 0) 118.22%
  );
}
.blog-page-banner .section-title {
  margin-bottom: 30px;
}
.blog-page-banner .section-title h2 {
  color: var(--white);
}
.blog-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-desk {
  margin-bottom: 30px;
}
.blog-cat li:not(:last-of-type) {
  margin-right: 10px;
}
.blog-cat li a {
  padding: 10px 20px;
  color: var(--white);
  background: transparent;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
}
.blog-cat li.active a,
.blog-cat li a:hover {
  background: var(--second-color);
  color: var(--theme-color);
}
.blog-


.blog-widget {
  margin-bottom: 30px;
}
.blog-head-row {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.blog-col-left .tabs li:not(:last-of-type) {
  margin: 0;
}
.blog-col-left ul li a {
  padding: 10px 15px;
  font-size: 14px;
  display: block;
  position: relative;
  opacity: 0.5;
  font-weight: 600;
  color: var(--theme-color);
}
.blog-col-left ul li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.blog-col-left ul li a:hover:before,
.blog-col-left ul li.active a:before {
  opacity: 1;
}
.blog-col-left ul li a:hover,
.blog-col-left ul li.active a {
  opacity: 1;
}
.blog-col-right .select-lbl {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}
.blog-col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-col-right .nice-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding: 10px 15px 10px 15px;
}
.blog-col-right .nice-select:after {
  right: 0;
}
.blog-grid-section .section-title h2 b {
  font-style: normal;
}
/*************  ARTICLE PAGE CSS **************/
.article-banner .common-banner-content .back-btn {
  margin: 0 auto 26px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.article-banner .blog-cat {
  margin: 40px 0;
}
.post-lbl {
  margin-left: 50px;
}
.article-section .abt-user-img {
  border-color: var(--theme-color);
}
.article-section .section-title h2 {
  font: var(--h3);
  max-width: 400px;
  margin: 30px 0 0;
}
.aticleleftbar h5 {
  margin: 20px 0;
  line-height: 1.3;
}
.aticleleftbar p {
  margin-bottom: 25px;
}
.aticleleftbar img {
  margin-bottom: 15px;
  width: 100%;
  border-radius:10px;
}
.art-auther {
  margin-bottom: 50px;
  font-size: 14px;
}
.quote-box {
  position: relative;
  padding: 40px 0 40px 60px;
}
.quote-box h3 {
  font-weight: 400;
  line-height: 1.6;
  font-family: var(--third-font);
  font-style: italic;
  font-size: 25px;
}
.quote-box svg {
  position: absolute;
  left: 0;
}
.article-socials li a {
  height: 28px;
  width: 28px;
  background: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
.article-socials li a svg {
  fill: var(--white);
  height: 12px;
  width: 12px;
}
.article-socials li:not(:last-of-type) {
  margin-right: 10px;
}
.article-socials li span {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  z-index: 1;
}
.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;
}
.abt-user-img {
  border: 1px solid var(--white);
  border-radius: 72.2951px;
  width: 60px;
  height: 60px;
  padding: 5px;
  margin-right: 15px;
}
.about-user h6 span {
  display: block;
  font-weight: 700;
}
.article-banner .back-btn span svg {
  width: 16px;
  height: 16px;
}
.article-banner .back-btn span svg path {
  fill: var(--white);
}
/*****************  REGISTER PAGE CSS ***************/
.back-toshop span svg path {
  fill: var(--theme-color);
}
.back-toshop {
  margin-bottom: 10px;
}
.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);
  border-radius:10px
}
.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 ***************/
.login-form .submit-btn {
  max-width: 170px;
  margin: 0 0 0 15px;
}
.login-form .form-footer {
  padding: 0;
}
.forgot-pass {
  color: red;
  font-size: 14px;
}
.login-form p {
  margin-bottom: 15px;
}
.register-btn {
  background: transparent;
}
.reg-lbl {
  font-size: 14px;
  margin-right: 10px;
}
.login-form .form-heading h4 {
  margin-bottom: 0;
  font-weight: 600;
}
/**************** MY ACCOUNT PAGE CSS ******************/
.account-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  opacity: 0.5;
}
.account-list li a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.account-list li a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.account-list li a span b {
  display: block;
}
.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: 20px;
  left: 0;
  z-index: 1;
}
.acc-back-btn-wrp button svg {
  width: 16px;
}
.acc-back-btn-wrp .back-btn-acc svg {
  margin-left: 0;
  margin-right: 10px;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
.back-btn-acc {
  background: transparent;
  margin-right: 12px;
}
.back-btn-acc svg {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  margin: 0 10px 0 0;
}
.back-btn-acc:focus {
  margin-right: 12px;
}
.dated b {
  display: block;
}
.ttl-pric {
  font-size: 24px;
  font-weight: 800;
  margin-top: 6px;
}
/*****************  CHECKOUT PAGE CSS ***************/
.set .acnav-label:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url("arrow-acc.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: invert(1);
          filter: invert(1);
  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);
}
.mini-cart-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
  background: var(--white);
}
.mini-cart-image {
  width: 80px;
  background: #f4f4f4;
}
.mini-cart-image img {
  top: 0;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.mini-cart-image a {
  display: block;
  position: relative;
}
.mini-cart-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-left: 15px;
}
.mini-cart-title {
  color: var(--theme-color);
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.2;
}
.mini-cart-title .mini-cart-pro-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
   overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.remove_item svg {
  height: 15px;
  width: 15px;
}
.remove_item svg path {
  fill: var(--theme-color);
}
.mini-cart-footer-total-row div {
  padding: 0 10px;
}
.mini-cart-footer-total-row .mini-total-price {
  font-size: 18px;
}
.webi-mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
}
.faq-page .set .acnav-label:before {
  background: transparent;
}
.faq-page .set .acnav-label:after {
  background-color: transparent;
}
.abt-user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.testimonials-card .reviews-stars-wrap {
  margin-bottom: 15px;
}
.testimonials-card .testimonial-top .reviews-stars-wrap {
  margin-bottom: 0;
}
.today-discounts-slider .slick-track,
.shop-protab-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* !!!!       DESKTOP HOVER CSS             !!!! */
@media (hover: hover) {
  a:hover,
  a:focus {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btn:hover,
  .btn:focus {
    background-color: var(--theme-color);
    color: var(--second-color);
    border-color: var(--theme-color);
  }
  .btn:hover svg path,
  .btn:focus svg path {
    fill: var(--second-color);
  }
  .pro-card:hover .pro-card-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  .main-home-first-section .wishlist-btn:hover {
    background: var(--second-color);
  }
  .input-wrapper .btn-subscibe:hover {
    background: var(--second-color);
  }
  .category-card:hover .category-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  .policy-links li a:hover,
  .footer-link ul li a:hover,
  .footer-link .contactlink a:hover {
    color: var(--second-color);
  }
  .social-links li a:hover {
    background: var(--second-color);
  }
  .bestseller-section .section-title .btn:hover,
  .loved-category .section-title .btn:hover {
    background: var(--white);
    color: var(--theme-color);
    border-color: var(--white);
  }
  .bestseller-section .section-title .btn:hover svg path,
  .loved-category .section-title .btn:hover svg path {
    fill: var(--theme-color);
  }
  .pdp-thumb-nav .slick-arrow:hover {
    background: var(--theme-color);
  }
  .backbtn .btn-secondary:hover {
    background: var(--second-color);
    color: var(--theme-color);
    border-color: var(--second-color);
  }
  .backbtn .btn-secondary:hover svg path {
    fill: var(--theme-color);
  }
  .common-banner-content .input-wrapper .btn-subscibe:hover {
    background: var(--theme-color);
  }
  .common-banner-content .input-wrapper .btn-subscibe:hover svg path {
    fill: var(--second-color);
  }
  .article-socials li a:hover {
    background: var(--second-color);
  }
  .article-socials li a:hover svg path {
    fill: var(--theme-color);
  }
}
/*===========================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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 8px;
  color: var(--black);
}
.coupan_code input {
  height: 45px;
  width: 100%;
  border-color: var(--border-color);
  padding: 14px 110px 14px 15px;
}
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn {
  padding: 12px 20px;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  color: var(--second-color);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.notify-sold {
  width: 100%;
}
.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 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius:10px;
}
.out-of-stock-form.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 90px 15px 15px;
  background: transparent;
  color: var(--white);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(white);
}
.notify-send-btn input::-moz-placeholder {
  color: var(white);
}
.notify-send-btn input:-ms-input-placeholder {
  color: var(white);
}
.notify-send-btn input::-ms-input-placeholder {
  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 20px;
  border: 1px solid var(--white);
  background: var(--black);
  color: var(--white);
  border-radius:0 10px 10px 0;
}
.recentlyview .section-title {
  text-align: center;
}
/* currency */
.currency select {
  color: var(--second-color);
  border: none;
  padding: 0px;
  border-radius: 5px;
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 10px 10px 10px 12px;
  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 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
  border-radius:10px;
}
.quickview_popup_data .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quickview_popup_data .product-page-first-section {
  background: none;
  padding: 0px;
}
.quickview_popup_data h3 {
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.quickview_popup_data p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.quickview-close {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
.quickview_popup_data .pdp-right-column .section-title {
  max-width: 100%;
  text-align: left;
  margin: 0 0 15px;
}
.quickview_popup_data .pdp-right-column {
  text-align: left;
  width: auto;
}
.quickview_popup_data .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quickview_popup_data {
  padding: 30px 15px 15px;
}
.qv-price {
  margin-top: 15px;
}
.qv_select__select {
  margin-top: 10px;
  border: solid 1px var(--theme-color);
  border-radius: 11px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
  gap: 20px;
}
.quickview_popup_data .pdp-right-column .qty-spinner button,
.qty-spinner input {
  width: 100%;
  max-width: 100px;
  background-color: transparent;
}
.quickview_popup_data .qty-spinner {
  border: 1px solid var(--theme-color);
  height: 39px;
  border-radius: 10px;
}
.qv-price ins {
  font-size: 20px;
  font-weight: 600;
}
.quickview_popup_data .pdp-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card-inner .wish-lbl-wrp {
  position: absolute;
  top: 15px;
  left: auto;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.wish-lbl-wrp a,
.wish-lbl-wrp span.compare-label,
.wish-lbl-wrp span.wishlist-label {
  width: 30px;
  height: 30px;
  background: var(--second-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.product-card-inner .wish-lbl-wrp svg path {
  fill: var(--theme-color);
}

.quickview-popup::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.quickview-popup::-webkit-scrollbar-track {
  background: var(--white);
}
.quickview_popup_data .btn.cart-btn {
  border: 1px solid var(--theme-color);
}
.qv_slider .slide-arrow {
  opacity: 1;
  visibility: visible;
}
.quickview-popup button[disabled]:hover{
  border-color:var(--theme-color)
}
/* ====compare and wishlist======== */
.compare-prod-remove svg,
.wishlist-prod-remove svg {
  margin: 0 auto;
  cursor: pointer;
}
.pro-compare.active .compare-label,
.pro-wishlist.active .wishlist-label {
  background: var(--theme-color);
}
.pdp-whislist-btn.pro-wishlist.active .wishlist-label {
  background: none;
}
.pro-compare.active svg path,
.pro-wishlist.active svg path {
  fill: var(--second-color);
}
.compare-head .section-title,
.wishlist-head .section-title {
  text-align: center;
}
.pro-compare-wrap .pro-compare-left,
.pro-wishlist-wrap .pro-wishlist-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-compare-wrap .pro-compare-left .compare-title,
.pro-wishlist-wrap .pro-wishlist-left .wishlist-title {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.compare-wrap,
.wishlist-wrap {
  border-bottom: 1px solid var(--border-color);
}
.pro-compare-section .pro-compare-wrap,
.pro-wishlist-section .pro-wishlist-wrap {
  margin-bottom: 30px;
}
.pro-compare-section .compare-bottom-btn,
.pro-wishlist-section .wishlist-bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-compare-section .compare-bottom-btn a,
.pro-wishlist-section .wishlist-bottom-btn a {
  min-width: 170px;
}
/*===========================SHF-CSS=======================*/
.input-wrapper {
  position: relative;
}
button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.no-js:not(html) {
  display: none !important;
}
.search-form-wrapper form {
  position: relative;
}
.search-popup .close-search {
  background: none;
  border: none;
  padding: 0;
}
#predictive-search-results ins {
  font-size: 15px;
}
.addresses h4 {
  margin: 0 0 20px;
}
.add-default .acc-details {
  margin: 0 0 20px;
}
.addresses select {
  background: url(arrow-acc.png) no-repeat;
  background-size: 14px;
  background-position: calc(100% - 15px) 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page-first-section .variant-webi .size-select {
  border: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:8px;
  border-radius:5px;
}
.product-page-first-section .variant-webi .size-select span {
  margin: 0 10px 0 0;
}
.product-form__input input {
  display: none;
}
label.color-swatch {
  border: 1px solid var(--black);
  padding: 5px;
  margin: 0 5px 0px 0;
  display: inline-block;
  font-size: 13px;
  border-radius:5px;
  cursor:pointer;
}

.pdp-right-column-inner .review-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdp-right-column-inner .product-write-review {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-button span {
  display: none;
}
.grecaptcha-badge {
  z-index: 2;
}
.shopify-challenge__container {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.add-default .acc-back-btn-wrp.mainbtn .continue-btn {
  margin-right: 10px;
}
.edit-spacer {
  margin: 30px 0 0;
}
.product-widget.disclosure-has-popup[open] .acnav-label:after {
  opacity: 0;
}
/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
  background: var(--second-color);
  position: absolute;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  gap: 10px;
}
.flip-countdown.simple-countdown svg {
  width: 16px;
  height: 16px;
}
.flip-countdown.simple-countdown svg path {
  fill: var(--black);
}
.countdown-container.flip-countdown.countdown-block span {
  margin: 0 5px 0 0;
  color: var(--black);
  font-size: 13px;
}
.pdp-timer {
  margin: 0 0 20px;
}
.countdown-container.flip-countdown.countdown-block span.dots {
  margin: 0;
}
.pdp-timer .flip-countdown.simple-countdown {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform:unset;
      -ms-transform:unset;
          transform:unset;
}
.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;
}
.lang-dropdown svg {
  width: 23px;
  height: 23px;
}
.lang-dropdown svg path {
  fill: var(--second-color);
}

.header-style-one .disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 123px;
  margin-top:3px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  background-color: var(--white);
  transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.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: 15px;
  border-radius:10px;
   -webkit-box-shadow: #00000017 0 0 10px;
           box-shadow: #00000017 0 0 10px;
}
.header-style-one .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 .disclosure__list-wrapper .disclosure__item {
  margin: 0;
  display: block;
  background: none;
}
.header-style-one .disclosure__list-wrapper ul li:not(:last-of-type) {
  padding-bottom: 10px;
}
.header-style-one .disclosure__list-wrapper .disclosure__item a {
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0;
  color: var(--theme-color) !important;
  width: 100%;
  text-align: left;
}
.header-style-one .disclosure__list-wrapper .disclosure__item:last-child a {
  padding: 0px;
}
.header-style-one
  .disclosure__list-wrapper
  .disclosure__item
  a.disclosure__link--active {
  font-weight: bold;
}
/***** SHF - SIZE POPUP *****/
.size-popup {
  background: rgba(223, 218, 205, 0.9);
  display: table;
}
.size-close-btn {
  text-align: end;
}
.size-close-btn svg {
 margin:0;
}
.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.see-size .size-btn svg {
  width: 16px;
  height: 16px;
}
.see-size .size-btn svg path,
.product-description-right .share-button__button svg path {
  fill: var(--theme-color);
}
.see-size {
  margin: 0 0 15px;
}
/*=================shf - recommendations ================*/
.product-notification {
  background: var(--theme-color);
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
          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);
  border-radius:10px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 .section-title-center {
  text-align: center;
  margin: 0 0 30px;
}
.view-product-sec .product-card .price {
  margin-bottom: 0px;
}
/*------------------- SHF msg ---------------------------*/
.newsletter-form__message {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 10px 0 0;
  font: var(--common-text);
}
.newsletter-form__message--success {
  color: #0a942a;
}
.newsletter-form__message--error {
  color: #dc0000;
}
.form-error .form__message,
.form-error .errors,
.form-message-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #ff0000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.form-message-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0 0 10px;
  color: #428445;
}
/*------------------- SHF dropdown ---------------------------*/
.profile-header {
  position: relative;
}
.profile-header .menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 20px 0 0;
  background-color: var(--white) !important;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
  box-shadow: 0 10px 40px #0000000d;
  opacity: 0;
  visibility: hidden;
  min-width: 150px;
  z-index: 2;
  padding: 15px;
  border-top: 1px solid var(--border-color);
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
li.profile-header:hover .menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.profile-header .menu-dropdown li {
  padding: 0 !important;
  max-width: 100%;
  margin: 0 0 5px !important;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.profile-header .menu-dropdown li:last-child {
  margin: 0 !important;
}
.profile-header .menu-dropdown li a {
  color: var(--theme-color) !important;
  display: inline-block;
  text-align: left;
  width: auto;
}
/****** SHF CART DRAWER CSS ********/
.header-style-one .menu-right .cartDrawer {
  padding: 0px;
}
.mini-cart-footer .js-contents {
  display: none;
}
.cart-page-section .cart__warnings.is-empty,
.cartDrawer .cart__warnings,
.cartDrawer .cart__empty-text,
.cartDrawer.is-empty .cart__contents,
.cartDrawer.is-empty .cart__footer,
.cartDrawer cart-items.is-empty .title-wrapper-with-link,
#main-cart-footer.is-empty {
  display: none;
}
.cartDrawer.is-empty .cart__empty-text,
.cartDrawer.is-empty .cart__warnings {
  display: block;
  color: var(--black);
  margin: 15px 0 0;
}
.cartDrawer.is-empty .cart__warnings {
  margin: 20% 0 0;
  text-align: center;
}
.cartDrawer.is-empty .cart__warnings svg {
  margin: auto;
}

.header-style-one .menu-right .cartDrawer svg#icon-cart-emty,
.header-style-one .cartDrawer svg#icon-cart-emty {
  width: 55px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 30px auto;
}
.header-style-one .menu-right li a.mini-cart-title {
  display: block;
  text-align: left;
}
.header-style-one .menu-right li a.closecart svg path {
  fill: var(--white) !important;
}
.cartOpen header .fixed:before,
.active-menu header .fixed:before,
.popup-toggle header .fixed:before,
.open header .fixed:before,
.mobile-open header .fixed:before,
.cartOpen .side-menu-navigationbar .fixed::before,
.active-menu .side-menu-navigationbar .fixed::before,
.popup-toggle .side-menu-navigationbar .fixed::before,
.open .side-menu-navigationbar .fixed::before,
.mobile-open .side-menu-navigationbar .fixed::before,
.notify-active header .fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.mobile-menu-bar .fea-coll-img a img {
  transform: rotateZ(20deg);
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotateZ(20deg);
  -o-transform: rotateZ(20deg);
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) a svg,
.product-card .product__media-item:not(:first-child) {
  display: none;
}
.size-variant-swatch,
.color-variant-swatch {
  border: none;
}
/*============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;
}
/*============SHF blog comment =============*/
.article-comment {
  border: 1px solid var(--border-color);
  padding: 15px;
  margin: 30px 0 0;
  border-radius: 11px;
}
#comments .errors {
  border: 1px solid #ff0000;
  padding: 15px;
  margin: 30px 0 0;
}
#comments .errors li {
  color: #ff0000;
  margin: 0 0 5px;
}
#comments .errors li:last-child {
  margin: 0;
}
.article-comment h3 {
  margin: 0 0 20px;
}
.article-comment .grid-item p.desc {
  margin: 0 0 15px;
}
.article-comment .grid-item {
  margin: 0 0 15px;
}
.article-comment .grid-item input {
  padding: 12px 15px;
}
.article-comment .grid-item .btn {
  width: 100%;
}
.blog-grid-section .card-inner {
  border: 1px solid var(--border-color);
  margin: 0 0 30px;
  padding: 15px;
}
.blog-grid-section .card-inner > a {
  margin: 0 0 15px;
}
.product-sec .addtowish.wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.blog-grid-section .card-inner h5,
.blog-grid-section .card-inner .time,
.blog-grid-section .card-inner p {
  margin: 0 0 12px;
  display: block;
}
/*=================SHF filter =============*/
.active-facets__button-inner,
.active-facets__button-remove {
  font-size: 13px;
  line-height: 1;
  padding: 12px 20px;
  max-width: inherit;
}
/*=================SHF address page =============*/
#recover,
#recover + .recover-password,
#recover:target ~ .back-toshop,
#recover:target ~ .section-title,
#recover:target ~ .form-wrapper {
  display: none;
}
#recover:target + .recover-password,
#recover:target {
  display: block;
}
.acc-order-history {
  margin: 0 0 20px;
}
.acc-order-history h4,
.account-details h4 {
  margin: 0 0 10px;
}
.acc-order-button {
  gap: 10px;
  margin: 20px 0 0;
}
.addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
.addresses [aria-expanded="true"] ~ div[id] {
  display: block;
  margin: 30px 0 0;
}
.rtn-to-acc {
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}
.newadd {
  text-align: center;
  margin: 0 0 40px;
}
.newadd .common-btn2 {
  display: inline-block;
}
.add-default {
  margin: 30px 0 0;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius:10px;
}
.add-default .btn {
  padding: 12px 30px;
  margin-right: 10px;
}
.back-btn-acc svg {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  margin: 0 6px 0 0;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
.back-btn-acc {
  background: transparent;
  /*   margin-right: 12px; */
}
.acc-back-btn-wrp button svg {
  width: 16px;
  margin-left: 10px;
}
.acc-back-btn-wrp .back-btn-acc svg {
  margin-left: 0;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
/*==================== SHF Cart Page ====================*/
.cart-item__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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%;
}
.remove-item svg path {
  fill: #ff0000;
}
.cart-page-section .cart__warnings {
  text-align: center;
  border: 1px solid var(--border-color);
  padding: 30px 15px;
}
.cart-page-section .cart__warnings .section-title {
  margin: 0;
}
.cart-page-section .cart__warnings .common-btn2 {
  display: inline-block;
}
.cart-page-section .cart__warnings .section-title {
  margin: 0;
}
.cart-item__error-text:empty + svg {
  display: none;
}
cart-note.cart__note.order-note {
  margin: 0 0 30px;
  display: block;
}
.cart__footer-wrapper .cart__blocks .checkout-btn .btn {
  width: 100%;
}
cart-note.cart__note.order-note label {
  margin: 0 0 15px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.cart__checkout-button {
  max-width: -moz-inherit;
  max-width: inherit;
}
.cart__note #Cart-note {
  min-height: 100px;
  padding: 10px;
}
.cart__footer-wrapper .cart__blocks {
  border: 1px solid var(--border-color);
  padding: 30px 15px;
  text-align: center;
  border-radius:10px;
}
.cart__footer-wrapper .cart__blocks .checkout-btn {
  gap: 15px;
}
.cart__blocks .totals__subtotal {
  margin: 0 0 15px;
  line-height: 1;
  color: var(--theme-color);
}
.cart__footer ins {
  font-size: 20px;
}
.cart__blocks .totals__subtotal-value {
  font: var(--h6);
  margin: 0 0 20px;
}
small.tax-note.caption-large.rte {
  margin: 0 0 10px;
  display: block;
  font-size: 14px;
}
.facets__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.product-widget .acnav-list .facets__item {
  margin-top: 8px;
}
.prorow-lbl-qntty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.prorow-lbl-qntty .qty-spinner {
  margin: 0 0 0 10px;
  background: var(--black);
  border-color: #788c6d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*======================= SHF collection-list =====================*/
.card-wrapper {
  text-align: center;
  margin: 0 0 30px;
}
.card-wrapper .card-content {
  margin: 10px 0 0;
  display: block;
}
.card-wrapper .card-content .card-heading {
  margin: 0 0 10px;
}
/*======================= SHF buy-now-btn =====================*/
.buy-now-btn {
  margin: 20px 0 0;
}
button.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}
.shopify-challenge__button.btn {
  margin-top: 50px;
}
.shopify-challenge__container #g-recaptcha {
  margin-top: 20px;
}
.product-form__buttons {
  width: 100%;
}
.shopify-payment-button__button--unbranded {
  background: var(--theme-color) !important;
  color: var(--second-color) !important;
  padding: 10px 35px;
  min-height:39px;
  height:39px;
  font-family: var(--first-font) !important;
  border-radius: 11px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  opacity: 1 !important;
  cursor: pointer;
}
.shopify-payment-button__button--unbranded:hover {
  background: var(--second-color) !important;
  color: var(--theme-color) !important;
}
/*======================= SHF product 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: 0px 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;
}
.pdp-right-column-inner .jdgm-prev-badge {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.jdgm-widget .jdgm-rev-widg .jdgm-star {
  font-size: 12px;
}
.jdgm-widget .jdgm-rev-widg__summary-stars {
  margin-bottom: 10px;
}
.jdgm-review-widget .jdgm-form input::-webkit-input-placeholder, .jdgm-review-widget .jdgm-form textarea::-webkit-input-placeholder {
  color: var(--theme-color) !important;
}
.jdgm-review-widget .jdgm-form input::-moz-placeholder, .jdgm-review-widget .jdgm-form textarea::-moz-placeholder {
  color: var(--theme-color) !important;
}
.jdgm-review-widget .jdgm-form input:-ms-input-placeholder, .jdgm-review-widget .jdgm-form textarea:-ms-input-placeholder {
  color: var(--theme-color) !important;
}
.jdgm-review-widget .jdgm-form input::-ms-input-placeholder, .jdgm-review-widget .jdgm-form textarea::-ms-input-placeholder {
  color: var(--theme-color) !important;
}
.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(--theme-color) !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link,
.jdgm-widget input[type="submit"].jdgm-btn--solid {
  color: var(--white);
}
.jdgm-widget:not(.jdgm-review-widget--small)
  .jdgm-form__fieldset-actions
  .jdgm-cancel-rev {
  color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
    border-radius:10px;
}
a.product-write-review {
  gap: 5px;
}
.product-form__error-message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
/*===================== SHF search page ======================*/
.search__button {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  bottom: 5px;
  padding: 0 10px;
}
.search__button svg {
  margin: 0;
  width: 20px;
  height: 20px;
}
.template-search p.search-msg {
  padding: 20px 0 30px;
  font-size: 20px;
  line-height: 1;
}
.template-search__search .field {
  position: relative;
}
.template-search__results .grid__item {
  margin: 0 0 30px;
}
.template-search__results .product-card .product-card-inner {
  border: 1px solid var(--border-color);
}
.template-search__results .product-card .link-btn {
  display: none;
}
.card__media {
  position: relative;
}
.product-card-image .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.product-card-image:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.acc-order-button .btn svg {
  margin: 0 8px 0;
}
table.order-history {
  margin: 30px 0 0;
}
.mini-cart-header h4 {
  margin: 0;
}
.review-slider .slick-list,
.review-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonials .review-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-words {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reviews-words p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/************** 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%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          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;
}
body.account table tr td:first-child a {
  text-decoration: underline;
}
.cart-empty-block.is-empty {
  display: block;
}
.cart-item-wrap.is-empty,
.cart-footer-wrap.is-empty,
.cart-empty-block,
.cartDrawer .minicart__warnings {
  display: none;
}
.cartDrawer.is-empty .minicart__warnings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 60px);
}

.cartDrawer.is-empty .emptyCart,
.cartDrawer.is-empty .cart__warnings {
  display: block;
  color: var(--black);
  margin:15px 0;
}
.cartDrawer .pvarprice {
  color: var(--black);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 10px;
}
.cartDrawer .cart-variable {
  color: var(--black);
}
.cartDrawer .mini-cart-footer {
  position: relative;
  -webkit-box-shadow: 0 0 8px #0000004d;
          box-shadow: 0 0 8px #0000004d;
}
.cartDrawer .mini-cart-footer .cart-footer-top {
  padding: 30px;
}
.cartDrawer .mini-cart-footer-icons {
  margin-bottom: 15px;
  gap: 20px;
}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  padding: 12px 35px;
  border: none;
  background-color: var(--theme-color);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius:10px;
}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon svg path {
  stroke: var(--white);
}
.cartDrawer .minicart-btn-wrapper .cart-bottom-btn {
  padding: 15px 35px;
  width: 50%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
}
.cartDrawer .minicart-btn-wrapper .view-cart-btn {
  background: var(--theme-color);
}
.cartDrawer .minicart-btn-wrapper .Check-btn {
  background-color: var(--second-color);
  color: var(--theme-color);
}
.cartDrawer .mini-cart-body,
.coupon-popup .coupon-body,
.gift-popup .gift-body {
  overflow-y: auto;
  padding: 30px;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}
.coupon-popup .coupon-txt {
  gap: 10px;
  margin-bottom: 12px;
  color: var(--black);
}
.cartDrawer .coupon-code {
  border: 1px solid var(--border-color);
  position: relative;
  border-radius:10px;
  overflow:hidden;
}
.cartDrawer .coupon-code input {
  border: 0;
  color: var(--black);
}
.coupon-code .apply-coupon-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 0;
  color: var(--white);
}
.coupon-popup.active,
.gift-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
}
.coupon-popup,
.gift-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 4px 8px #000;
          box-shadow: 0 4px 8px #000;
  z-index: 5;
  background: var(--white);
  max-width: 410px;
  width:100%;
  height: auto;
  -ms-transform: translateY(120%);
  -webkit-transform: translatey(120%);
  transform: translateY(120%);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.close-coupon,
.close-gift {
  right: 5px;
  top: 5px;
  position: absolute;
  cursor: pointer;
}
/* cart-progress-bar strat */
.cartDrawer .mini-cart-has-item .free-shipping-bar {
  margin-bottom: 20px;
}
progress[value] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  position: relative;
  margin: 0 0;
  height: 7px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(shipping-logo.svg);
  display: block;
}
.cartDrawer .free-shipping-txt .progress-bar-design {
  position: relative;
  height: 7px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 35px auto 30px;
  width: 100%;
}
.order-historycontent .gift-cart {
  border: 1px solid var(--border-color);
  padding: 20px 15px;
  border-radius:10px;
  row-gap:10px;
}
.gift-cart .gift-cart-dtl svg {
  height: 30px;
  width: 30px;
}
.comment-form-wrp .section-title {
  margin-bottom: 15px;
}
.comment-form-wrp .comment-text p {
  margin-bottom: 5px;
}
.comment-form-wrp .comment-author {
  margin-left: 5px;
  font-weight: bold;
}
.product-description .section-title h2,
.quickview_popup_data .section-title h3 {
  font-size: 30px;
}

/*================= reset password page =============*/
.reset-password {
  border: 1px solid var(--border-color);
  padding: 20px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.reset-password .section-title h3 {
  margin: 0 0 15px;
}
.reset-password .form-container {
  padding: 0;
  border: none;
}
.reset-password label {
  text-align: left;
  width: 100%;
}
.customer.reset-password {
  text-align: center;
}
.my-resetpwd-sec .row {
  margin: 0;
}
.login-page .form-message-success {
  margin-bottom: 10px;
  color: var(--success-color);
}
.reset-password .form-container .row {
  margin: 0;
}
.reset-password .form-container .row [class*="col-"] {
  padding: 0;
}
.size-share-wrap {
  gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.size-share-wrap .share-button__button {
  gap: 5px;
}
/* ======comment========== */
.comment-item-wrapper .comment-item {
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: 11px;
}
.comment-item-wrapper .comment-item .comment-item-inner {
  gap: 20px;
}
.comment-item-wrapper .comment-item .comment-item-image {
  width: 54px;
  height: 54px;
  border: 1px solid #dddddd;
  padding: 5px;
  border-radius: 50%;
}
.comment-item-wrapper .comment-item .comment-item-image svg {
  width: 100%;
  height: 100%;
}
.comment-item-wrapper .comment-item .comment-item-image svg path {
  fill: #dddddd;
}
.comment-item-wrapper .comment-item .comment-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comment-item-content .comment-top-content {
  margin-bottom: 15px;
}
.comment-item-content .comment-top-content h6 {
  font-family: var(--first-font);
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 8px;
}
.comment-item-wrapper .comment-item:not(:last-of-type) {
  margin: 0 0 15px;
}
.site-header .megamenu-card .megamenu-image {
  position: relative;
  background-color: var(--third-color);
}
.site-header .megamenu-card .megamenu-content {
  margin-top: 15px;
  text-align: center;
}
.site-header .megamenu-card .megamenu-content a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-header .megamenu-card .megamenu-image a {
  padding-top: 80%;
  position: relative;
  display: block;
  border:1px solid var(--black);
  border-radius:10px;
  overflow:hidden;
}
.site-header .megamenu-card .megamenu-image a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.site-header .megamenu-card .megamenu-content span {
  font-size: 18px;
  line-height: 1;
}
.pdp-main-img .zoomImg {
  background: #f3f0ee;
  cursor: crosshair;
}
.site-footer .payment-image-wrapper {
  gap: 5px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}
.site-footer .payment-image-wrapper .payment-image img {
  width: 40px;
}
/* releted product cart popup */
.cartDrawer .related-cart-wrp {
  margin-top: 25px;
}
.cartDrawer .related-cart-wrp h3 {
  margin-bottom: 15px;
  font-size: 22px;
}
.cartDrawer .related-cart-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius:10px;
}
.cartDrawer .related-cart-inner .related-image a {
  position: relative;
  padding-top: 125%;
  display: block;
}
.cartDrawer .related-cart-inner a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cartDrawer .related-image {
  position: relative;
  max-width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 100%;
  background: whitesmoke;
  padding: 10px;
  border-radius:10px;
}
.cart-variable p {
  color: var(--black);
  margin-bottom: 12px;
}
.cartDrawer .related-cart-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}
.cartDrawer .related-cart-text h4 {
  font-size: 18px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cartDrawer .related-cart-text a {
  text-decoration: underline;
}
.cartDrawer .related-cart-price {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
/**** products-add-cart-sticky CSS ****/
.products-add-cart-sticky {
  display: none;
  z-index: 2;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  font-size: 20px;
  width: 100%;
  max-height: 100%;
  transition: all 500ms ease-in-out 0s;
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  border-top: 1px solid var(--border-color);
  background-color: var(--second-color);
}
.products-add-cart-sticky.show-btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.products-add-cart-sticky .sticky-pro-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  gap: 15px;
}
.products-add-cart-sticky
  .sticky-pro-inner
  .text-checkbox
  .checkbox
  input[type="checkbox"]
  + .checkbox-label {
  padding: 8px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn {
  font-size: 14px;
}
.products-add-cart-sticky .text-checkbox .checkbox .clr {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.sticky-pro-info {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  gap: 10px;
}
.sticky-pro-info img {
  height: 60px;
  max-width: 80px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border: 1px solid var(--black);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.sticky-pro-info .sticky-data .price ins {
  font-size: 16px;
}
.sticky-data h3 {
  font: var(--h6);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sticky-pro-info .sticky-data .price {
  margin-bottom: 0;
  gap:5px;
}
.sticky-btn.loading > svg {
  display: none;
}
.products-add-cart-sticky .nice-select {
  max-width: 185px;
  padding: 10px 30px 10px 15px;
}
.products-add-cart-sticky .nice-select::after {
  border-color: var(--black);
}
.products-add-cart-sticky .nice-select .list {
  top: auto;
  bottom: 100%;
  margin: 0 0 5px;
  -webkit-transform: scale(0.75) translateY(21px);
  -ms-transform: scale(0.75) translateY(21px);
  transform: scale(0.75) translateY(21px);
}
.products-add-cart-sticky .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.products-add-cart-sticky .prorow-lbl-qntty {
  max-width: unset;
  width: auto;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn.loading > svg {
  display: none;
}
.loading-overlay__spinner {
  width: auto !important;
}
.products-add-cart-sticky .qty-spinner button svg path {
  fill: var(--black);
}
.products-add-cart-sticky .qty-spinner input {
  color: var(--black);
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn {
  border-color: var(--black);
}

.products-add-cart-sticky .qty-spinner {
  height: 40px;
}
.cartDrawer .related-cart-inner {
    margin: 0 10px;
}
.cart-slider .slick-list {
    margin: 0 -10px;
}
    .cartDrawer .mini-cart-bottom .cart-bottom-btn {
        padding: 15px 8px;
        font-size: 13px;
    }
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}
.product-description .label.color-swatch{
  margin:0 important;
}
.product-description .size-selectors{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:10px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:start;
  margin-bottom:10px;
}
.variant-webi .var-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px !important;
    width: 50px !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 10px;
}
.products-add-cart-sticky .nice-select {
    max-width: 150px;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn svg{
  margin:0 !important;
  max-width:16px;
}
  .jdgm-write-rev-link.jdgm-write-rev-link{
     max-width:-webkit-fit-content !important;
     max-width:-moz-fit-content !important;
     max-width:fit-content !important;
    border-radius:10px;
    
  }
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: var(--grey);
}
::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
.jdgm-widget input, .jdgm-widget textarea,
.jdgm-widget .jdgm-media-fieldset__input{
  border-radius:10px !important;
}
.order-historycontent .cart-item__name{
  margin-bottom:10px;
}
.contact-direction-sec{
  margin-bottom:80px;
}
.recover-password .form-container:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.form-container:last-child {
    border-bottom:0;
}
.cookiestatus .cookie-block.bottom_to_right #cookie_message{
  border-radius:10px;
}

.jdgm-picture-fieldset__box-wrapper,
.jdgm-form,
.jdgm-rev-widg__body{
  border-radius:10px;
}
.header-style-one .menu-dropdown ul>li a img{
  border-radius:10px;
}
.wishbtn span svg {
    fill: var(--white);
    display: block;
    height: 20px;
    width: 20px;
}
.gift-cart-dtl{
  -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
  gap:10px;
}
.quickview-popup .size-selectors input:checked+label {
  background-color:var(--black);
  color:var(--white)
}
.top-header-wrapper {
  position:relative;
  z-index:3;
}
.right-side-header #predictive-search-results #predictive-search-results-list li{
  width:100%;
}
.collection-list .card-wrapper a{
  border-radius:10px;
  overflow:hidden;
}
.order-historycontent table tr td:before {
  display:none;
}
.site-header .nice-select .list{
  -webkit-box-shadow: #00000017 0 0 10px;
  box-shadow: #00000017 0 0 10px;
  margin-top: 4px;
}
.predictive-search{
  border-radius:10px;
}
.coupon-popup .coupon-txt svg {
    height: 30px;
    width: 30px;
}
.mini-total-lbl{
      font-weight: 500;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
}

.pdp-left-column-inner label.color-swatch{
  border-color:var(--border-color);
}
.pdp-left-column-inner .size-selectors input:checked+label {
    color: var(--white);
  border-color:var(--black);
  background: var(--black);
}
.predictive-search__results-list .predictive-search__item {
    position: relative;
    display: block;
    padding-top: 84%;
}
.predictive-search__results-list .predictive-search__item img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*=================== RESPONSIVE CSS ========================*/
@media only screen and (max-width: 1499px) {
  .section-left-shape,
  .right-side-image {
    display: none;
  }
  .footer-subscribe-col {
    max-width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
  .today-discounts .slick-arrow.slick-next {
    right: 10px;
  }
  .today-discounts .slick-arrow.slick-prev {
    left: 10px;
  }
  .site-header .search-form-wrapper {
    max-width: 320px;
  }

      .btn-secondary svg {
        max-width: 15px;
    }
}

@media (min-width: 768px) {
  .profile-header .menu-dropdown li.mobile-only:last-child {
    display: none !important;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-style-one .mobile-menu {
    display: none !important;
  }
  .desk-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
  .btn.desk-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
      .sticky-pro-info {
        max-width: 300px;
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .home-banner-content-inner .desk-wrapper {
    max-width: 54%;
  }
  .discount-rate {
    right: 38%;
  }
  .header-style-one .extra-menu-col {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header-style-one .offer-tagline {
    display: block;
  }
  .header-style-one .offer-tagline p {
    font-size: 13px;
  }
  .product-description .section-title h2 {
    font-size: 30px;
  }
  .pdp-top-info p {
    font-size: 16px;
  }
  .product-selectors .quantity-select .qty-spinner {
    padding: 0 1px;
  }
  .qty-spinner button svg {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1260px) {
  .shop-reviews-right-inner .shop-reviews-image {
    right: -47px;
  }
  .section-left-shape {
    display: none;
  }
  .right-side-image {
    display: none;
  }
  .review-box-wrapper:nth-child(2n + 3) {
    margin-left: -24px;
  }
  .today-discounts .slick-arrow.slick-next {
    right: 10px;
  }

  .category-card.second-look .category-card-body {
    margin: 0 auto 0 0%;
  }
  .footer-subscribe-col {
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li.menu-lnk
    .menu-dropdown {
    min-width: 140px;
  }
  .blog-lbl-row .blog-btn {
    padding: 10px 10px;
  }
  .blog-lbl-row .blog-btn svg {
    margin-left: 10px;
  }
  .notify-txt {
    font-size: 18px;
  }
  .product-detail-bttom-stuff button,
  .notify-sold .notify-btn {
    font-size: 14px;
    padding: 11px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .search-form-wrapper .nice-select option {
    color: var(--white);
  }
  .site-header .right-side-header .search-form-wrapper {
    display: none;
  }
  .cart-notification {
    z-index: 4 !important;
  }
  .site-header .search-form-wrapper{
    max-width:1000px;
  }

  .site-header .top-header .right-side-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap:15px;
  }
  .header-style-one .extra-menu-col {
    max-width: 100%;
    padding-left: 0;
  }
  .side-menu-navigationbar {
    margin-top: -60px;
  }
  .site-header .top-header {
    padding: 15px 0 15px;
  }
  .header-style-one .menu-right .mobile-only {
    display: block !important;
  }
  .home-banner-content .home-banner-content-inner {
    max-width: 100%;
    position: relative;
  }
  body.home .header-style-one .mobile-menu {
    display: none !important;
  }
  .header-style-one .mobile-menu {
    display: block !important;
  }
  .footer-col:not(:first-of-type) {
    padding-left: 15px;
  }
  .footer-store-detail {
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
  .footer-subscribe-col {
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  .footer-subscribe-form {
    max-width: 100%;
  }
  .site-header .main-navigationbar {
    display: none;
  }
  #scroll {
    top: 100px;
  }
  .category-card.second-look .category-card-body {
    margin: 0 auto 0 0%;
  }
  .out-of-stock-form {
    max-width: 45%;
  }
  .site-header .search-popup .search-form-wrapper input{
        padding: 15px 60px 15px 20px;
    height:50px;
  }
  .search-form-wrapper .btn:hover, .search-form-wrapper .btn:focus{
    background:var(--second-color);
  }
  .search-form-wrapper .btn{
    right:5px;
    left:auto;
    top: 50%;
    width: 45px;
    padding: 0;
    border: 0;
    background-color: var(--second-color);
    height: calc(100% - 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .store-info-wrapper{
    width:35%;
  }
}
@media screen and (max-width: 1030px) {
  .product-description .btn.addcart-btn {
    font-size: 12px;
  }
  .shopify-payment-button__button--unbranded {
    padding: 10px 25px;
    font-size: 13px;
  }
  .pdp-right-column-inner .product-write-review {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-size: 15px;
  }
  .about-us-section .about-us-box img {
    right: 6px;
  }
}
@media screen and (max-width: 991px) {
  .jdgm-widget .jdgm-temp-hidden {
    display: none !important;
  }
  .notify-send-btn input {
        padding: 15px 82px 15px 15px;
  }
  .cart__footer-wrapper .cart__blocks .checkout-btn .btn{
    max-width:-webkit-fit-content;
    max-width:-moz-fit-content;
    max-width:fit-content;
  }
  .cart__footer-wrapper .cart__blocks .checkout-btn{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
  .jdgm-row-stars,
  .jdgm-rev-widg__summary {
    margin-bottom: 15px !important;
  }
  .product .jdgm-rev-widg {
    padding-top: 0 !important;
  }
  :root {
    --h1: normal normal 32px/1.2 var(--second-font);
    --h2: normal normal 26px/1.2 var(--second-font);
    --h3: normal normal 22px/1.2 var(--second-font);
    --h4: normal normal 20px/1.2 var(--second-font);
    --common-text: normal 400 14px/1.4 var(--first-font);
  }
  .out-of-stock-form {
    max-width: 50%;
    padding: 50px 30px 30px;
  }
  .home-banner-content .home-banner-content-inner .h1 {
    margin-bottom: 20px;
    max-width: 276px;
  }
  .home-banner-section .mian-banner-image img {
    -o-object-position: left;
       object-position: left;
  }
    .store-info-wrapper {
    display: none;
  }
  .discount-rate {
    right: 27%;
    top: 0;
  }
  .section-left-shape {
    display: none;
  }
  .category-card.second-look .title {
    font-size: 30px;
  }
  .section-title .descripion {
    max-width: 94%;
  }
  .footer-subscribe-col {
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
  .footer-store-detail {
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    padding: 0;
  }
  .pdp-center-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .pdp-center-inner-sliders {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .pdp-left-column {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pdp-right-column {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pdp-thumb-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-facets__open-wrapper div {
    max-width: 40px;
    border: 1px solid var(--theme-color);
    padding: 2px;
    display: block !important;
  }
  .mobile-facets {
    position: fixed;
    top: 0;
    background: var(--white);
    left: 0;
    max-width: 315px;
    width: 100%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(-100%);
  }
  .mobile-open .mobile-facets {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .filter-title {
    pointer-events: all;
  }
  .product-filter-body {
    padding: 30px 15px;
    overflow: auto;
    height: 100%;
  }
  .close-filter {
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0px;
    right: auto;
    left: 0px;
    z-index: 5;
    width: 30px;
    height: 30px;
    padding: 7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    background: var(--theme-color);
    pointer-events: none;
    border-radius:5px;
  }
  .mobile-open .close-filter {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
  }
  .close-filter svg {
    height: 100%;
    width: 100%;
  }
  .submit-btn {
    max-width: 200px;
    margin: 20px 0 0;
  }
  .product-description .price ins {
    font-size: 25px;
  }
  .ttl-pric {
    font-size: 20px;
  }
  .section-title,
  .section-title .left-side .title {
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding-top: 30px;
  }
  .section-title .title .new-labl {
    top: 3px;
    right: -36px;
  }
  div#main-cart-footer {
    margin: 20px 0 0;
  }
  .main-detail {
    margin: 0 0 30px;
  }
  table.order-history {
    margin: 0;
  }
  .blog-lbl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-pro-info, .products-add-cart-sticky .qty-spinner{
    display:none;
  }
  .common-banner-content .back-btn {
    margin-bottom:15px
  }
  .product-description .section-title h2, .quickview_popup_data .section-title h3 {
    font-size:20px;
  }

 .order-historycontent .cart-content{
   padding-bottom:0;
 }
.order-historycontent .cart-item__quantity{
  padding-bottom:10px;
}
  .cartDrawer .mini-cart-footer .cart-footer-top{
    padding: 15px;
  }
  .mobile-menu-wrapper .mobile-lag {
    padding: 15px;
    border-bottom: 1px solid var(--black);
    gap: 15px;
  }
  .mobile-lag .languages,
  .mobile-lag .currency {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .currency select {
    font-size: 12px;
  }
  table tr td .price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .out-of-stock-form {
    max-width: 75%;
  }
  .compare-wrap,
  .wishlist-wrap {
    padding-top: 20px;
  }
  .pro-compare-right,
  .pro-wishlist-right {
    border: 1px solid var(--border-color);
    border-radius:10px;
  }
  .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;
  }

    .coupon-popup, .gift-popup {
        max-width: 100%;
    }

    .size-tbl tr {
        padding: 0px;
    }
  
  .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;
  }
  .pdp-thumb-nav-wrap p {
    display: none;
  }
  .form-wrapper .form-group {
    text-align: left;
  }
  .bestseller-section .section-title .btn,
  .loved-category .section-title .btn {
    margin: 0;
  }
  .customer,
  .customer .section-title,
  .customer .acc-order-history h4 {
    text-align: center !important;
  }
  .customer .acc-order-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bottom .row > div:first-child {
    margin: 0 0 10px;
  }
  .product-filter-right-column {
    border-left: 0;
    padding-left: 0 !important;
  }
  .product-heading-right-column {
    border-left: 0;
  }
  .small-hide,
  .medium-hide {
    display: none !important;
  }
  .subscribe-popup {
    padding: 40px 30px 15px;
  }
  .subscribe-popup h2 {
    font-size: 20px;
  }
  .side-menu-navigationbar {
    display: none;
  }
  .banner-right-side {
    max-width: 100%;
    padding-left: 0;
  }
  .home-banner-section .banner-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-left-side {
    max-width: 100%;
  }
  .discount-rate {
    right: 0;
    top: 10px;
    padding: 17px;
  }
  .discount-rate p b {
    font-size: 14px;
  }
  .discount-rate p {
    letter-spacing: 0.135em;
  }
  body.home .header-style-one .extra-menu-col {
    display: none;
  }
  .header-style-one .menu-right li:not(:last-of-type) {
    margin-right: 15px;
  }
  .site-header .logo-col {
    max-width: 140px;
  }
  .header-style-one .menu-right li.cart-header .count {
    top: -5px;
    right: -4px;
  }
  .site-header .top-header {
    padding: 20px 0 20px;
  }
  .home-banner-nav {
    margin-bottom: 30px;
  }
  .home-banner-content-inner .desk-wrapper {
    margin-bottom: 20px;
  }
  body.home .header-style-one .mobile-menu {
    display: block !important;
  }
  .section-title .left-side {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-right: 0;
  }
  .section-title .left-side .section-desc {
    margin-bottom: 30px;
  }
  .category-card.second-look .category-card-body {
    margin: 0;
  }
  .categories-new
    .row
    > div:nth-child(2n + 1)
    .category-card.second-look
    .category-card-body {
    margin: 0;
  }
  .footer-subscribe-col,
  .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-subscribe-col {
    margin-bottom: 25px;
  }
  .footer-col:not(:first-of-type) {
    padding: 0;
  }
  .footer-bottom .row {
    text-align: center;
  }
  .policy-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-title .btn {
    margin-top: 20px;
  }
  .bestseller-section .section-title {
    margin-bottom: 20px;
  }
  .section-title .title .new-labl {
    top: -5px;
    right: -34px;
  }
  .shop-reviews-right-inner .shop-reviews-image {
    right: 0;
  }
  .review-box-wrapper:nth-child(2n + 2) {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .review-box-wrapper:nth-child(2n + 3) {
    margin-left: 0;
  }
  .footer-bottom {
    padding-top: 0;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .shop-categories {
    padding-top: 70px;
  }
  .bestseller-section .tab-nav {
    margin-bottom: 20px;
  }
  .loved-product .section-title .left-side .section-desc {
    margin-bottom: 0;
  }
  .section-title .descripion {
    max-width: 100%;
  }
  .pdp-right-column {
    width: 100%;
    margin-top: 30px;
  }
  .pdp-left-column {
    width: 100%;
  }
  .pdp-thumb-nav-wrap {
    margin-left: 15px;
  }
  .pdp-thumb-nav .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .pdp-top-info p {
    font-size: 16px;
  }
  .product-description-right {
    text-align: left;
  }
  .produdt-filter-cat {
    display: none;
  }
  .common-banner-section {
    padding: 30px 0;
  }
  .set {
    margin-bottom: 12px;
  }
  .abt-shp-column-right,
  .about-our-shop-section .row {
    margin-top: 30px;
  }
.about-us-section .col-md-4:not(:last-child) .about-us-box {
  margin-bottom: 20px;
}
  .contact-right-column {
    margin-top: 0;
  }
  #scroll {
    background: var(--white);
    top: 66px;
  }
  .my-acc-leftbar h4 {
    padding: 15px 15px;
  }
  #account-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #account-nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #account-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px;
    width: 100%;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--theme-color);
  }
  #account-nav li a span {
    display: none;
  }
  #account-nav li a svg {
    margin-right: 0;
    height: 15px;
    width: 15px;
  }
  #account-nav li a svg path {
    fill: var(--white);
  }
  .my-acc-rightbar {
    margin-top: 40px;
  }
  .my-acc-leftbar li:not(:last-of-type) {
    border-bottom: none;
  }
  .blog-grid-section .section-title {
    text-align: center;
  }
  .blog-col-left ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-col-right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .blog-col-right .nice-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
  .blog-head-row {
    border: 0;
  }
  .blog-cat li a {
    padding: 10px 11px;
    font-size: 10px;
  }
  .blog-cat li:not(:last-of-type) {
    margin-right: 0;
  }
  .post-lbl {
    margin: 0 0 0 10px;
    font-size: 12px;
  }
  .quote-box h3 {
    font-size: 15px;
  }
  .quote-box {
    padding: 15px 0 25px 35px;
  }
  .quote-box svg {
    height: 20px;
    width: 20px;
  }
  .articlerightbar {
    padding-top: 40px;
  }
  .art-auther {
    margin-bottom: 15px;
  }
  .blog-grid .blog-widget {
    margin-bottom: 15px;
  }
  .latest-article-slider-section .section-title {
    padding-top: 40px;
  }
  .cartDrawer .mini-cart-header {
    padding: 16px 20px 16px 50px;
  }
  .cartDrawer {
    width: 100%;
  }
  .cart-header .closecart {
    left: 15px;
    right: auto;
    top: 15px;
  }
  .product-description-right .reviews-stars-wrap {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0 0 18px;
  }
  .cartDrawer .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .mini-cart-footer-total-row {
    font-size: 18px;
    line-height: 18px;
  }
  .webi-mini-cart-footer .checkout-btn {
    max-width: 100%;
    padding: 12px 11px;
  }
  .my-acc-right-content {
    padding-bottom: 30px;
  }
  .my-acc-head {
    margin-bottom: 26px;
  }
  .form-container {
    padding: 20px 15px;
  }
  .category-card .category-card-body {
    padding: 20px;
  }
  .banner-left-side .category-card .btn-wrapper {
    margin-top: 26px;
  }
  .cart-tble {
    border: 1px solid var(--border-color);
  }
  .product-sorting-row {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-heading-row .nice-select {
    color: var(--black);
    width: 170px;
  }
  .filter-select-box {
    min-width: 212px;
  }
  .search-popup .close-search {
    right: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
  }
  .order h2 {
    margin: 0 0 10px;
  }
  .order-detail {
    text-align: center;
  }
  .blog-widget-inner .blog-btn {
    padding: 10px;
  }
  .mobile-facets__label > svg {
    width: 20px !important;
    height: 20px !important;
  }
  .mobile-facets__label .feather-check {
    height: 15px !important;
    left: 0px !important;
  }
  .size-table-wrapper {
    margin-top: 20px;
  }
  .size-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .subscribe-popup {
    width: 92%;
  }

  .site-footer .footer-logo {
    margin-bottom: 15px;
  }
  .footer-widget h3,
  .footer-widget h4 {
    margin-bottom: 15px;
  }
  .cartDrawer .mini-cart-body {
    padding: 15px;
  }
  .webi-mini-cart-footer {
    padding: 15px;
  }
  .row.row-gap > div {
    margin-top: 20px;
  }
  .category-card .title {
    margin-bottom: 15px;
  }
  .shop-reviews-left-inner .section-title {
    margin-bottom: 20px;
  }
  .row.row-gap {
    margin-top: -20px;
  }
  .search-popup {
    padding: 0 15px;
  }
  .search-form-wrapper .predictive-search-bottom .btn {
    padding: 10px 12px !important;
  }
  .profile-header .menu-dropdown,
  .header-style-one .disclosure__list-wrapper {
    padding: 10px;
  }
  .quickview_popup_data {
    padding: 30px 0px 0px;
  }
  .product-description {
    padding: 15px 0 0;
  }
  .wishbtn {
    margin-bottom: 15px;
  }
  .product-page-first-section {
    padding: 30px 0 40px;
  }
  .pdp-timer {
    margin: 0 0 15px;
  }
  .size-popup {
    padding: 0px;
  }
  .blog-caption {
    padding: 15px;
  }
  .pdp-center-column {
    margin-bottom: 20px;
  }
  .card-wrapper {
    margin: 0 0 20px;
  }
  .contact-form {
    padding: 15px;
  }
  .contact-left-inner ul li h4 {
    margin-bottom: 10px;
  }
  .contact-left-inner ul li {
    margin-bottom: 15px;
  }
  .submit-btn {
    margin: 0px;
  }
  .aboutpage-btm-sec .section-title {
    margin: 0 auto 25px;
  }
  .predictive-search-bottom .btn {
    padding: 10px 12px;
  }
  .cart__footer-wrapper .cart__blocks {
    padding: 15px;
  }
  .cart-note.cart__note.field {
    margin: 0 0 20px;
  }
      .cartDrawer .closecart {
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
  .pdp-right-column-inner .jdgm-prev-badge,
  .size-share-wrap{
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:start;
  }
  cart-note.cart__note.order-note{
    margin:0 0 20px;
  }
    .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
    .jdgm-write-rev-link {
    margin: 0 auto;
    max-width:-webkit-fit-content;
    max-width:-moz-fit-content;
    max-width:fit-content;
  }
      .compare-wrap:last-of-type, .wishlist-wrap:last-of-type {
        border: none;
    }

  .acc-order-history table tr{
    border-bottom:1px solid var(--border-color);
  }
  .contact-direction-sec{
    margin-bottom:40px;
  }
}
@media screen and (max-width: 610px) {
  .author-info {
    margin: 0 0 0 8px;
  }
  .blog-widget-inner .author-info strong,
  .blog-widget-inner .author-info span {
    font-size: 12px;
  }
  .btn.blog-btn {
    padding: 10px 13px;
  }
  .btn.blog-btn svg {
    margin-left: 5px;
  }
  .gift-cart .gift-cart-dtl svg{
    height:20px;
    width:20px;
  }
}
@media screen and (max-width: 575px) {
  .jdgm-review-widget--medium .jdgm-write-rev-link {
    max-width: 50% !important;
  }
  .product-heading-right-column{
    padding:15px 0 15px 10px !important;
  }
  .order-historycontent .gift-cart{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
  .jdgm-widget .jdgm-btn.jdgm-btn {
    padding: 10px;
    font-size: 14px;
  }
  .bestseller-section .tabs {
    gap: 5px;
  }
  .header-style-one .count {
    height: 12px;
    width: 12px;
  }
  .out-of-stock-form {
    max-width: calc(100% - 30px);
    padding: 50px 15px 20px;
  }
  .recover-password .btn-secondary {
    min-width: 125px;
  }
  #recover h2 {
    font-size: 22px;
  }
  .recover-password.form-wrapper .form-heading h4 {
    font-size: 14px;
  }
  .add-details div {
    text-align: center;
  }
  .add-details div:last-child {
    margin: 20px 0 0;
  }
  .wishbtn {
    margin-bottom: 20px;
  }
  .product-page-first-section {
    padding: 22px 0 35px;
  }
  .home-banner-content-inner .desk-wrapper {
    max-width: 100%;
  }
  .mobile-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-form .submit-btn {
    max-width: 170px;
    margin: 15px 0 0 0;
  }
  .reg-lbl {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .abt-user-img {
    width: 45px;
    height: 45px;
  }
  .dated {
    width: 100%;
    margin-top: 12px;
  }
  .subscribe-popup h2 {
    margin-bottom: 18px;
  }
  .subscribe-popup p {
    font-size: 13px;
  }
  .subscribe-popup input[type="email"] {
    padding: 13px 40px 13px 15px;
  }
  .subscribe-popup {
    padding: 30px 15px 15px;
  }
  .subscribe-popup .form-row .btn-svg {
    right: 10px;
    height: 18px;
    width: 18px;
  }
  .subscribe-popup .close-sub-btn {
    top: 10px;
    right: 8px;
  }
  .search-popup .search-form-wrapper .form-select {
    display: none;
  }

  .about-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article-section .about-user .post-lbl {
    margin-left: 0;
    margin-top: 10px;
  }
  .subscribe-popup h2 {
    font-size: 18px;
  }
  .product-notification {
    width: 300px;
    left: 10px;
  }
  .header-style-one .mobile-menu .mobile-menu-button div {
    margin: 4px 0;
  }
  .lang-dropdown svg,
  .header-style-one .menu-right li a:not(.link-btn) svg {
    width: 16px;
    height: 16px;
  }
  .mobile-facets__open-wrapper div{
    max-width:30px;
  }
}
@media screen and (max-width: 425px) {
  .bestseller-section .section-title .btn,
  .loved-category .section-title .btn {
    margin: 20px 0 0;
  }
  .post-lbl {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 370px) {
  .site-header .logo-col {
    margin-right: 15px;
    max-width: 110px;
  }
  .center-descrp {
    display: none;
  }
  .set .acnav-list p {
    font-size: 12px;
  }
  .btn-flex a {
    padding: 10px 14px !important;
    min-width: 117px;
  }
  .pdp-thumb-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pdp-thumb-nav-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
  .pdp-thumb-slider {
    max-width: 70%;
  }
  .acc-back-btn-wrp button {
    padding: 10px 8px;
    min-width: 108px;
  }
  #address_form_new .acc-back-btn-wrp button {
    min-width: 90px;
    margin-right: 6px;
  }
  .add-default #address_form_new .btn {
    padding: 10px 15px;
  }
  .post-lbl {
    margin: 10px 0 0;
    font-size: 12px;
    display: block;
    width: 100%;
  }
  .about-user h6 {
    font-size: 12px;
  }

