/** Shopify CDN: Minification failed

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

**/

*,:after,:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  outline: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body,html {
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body::-moz-scrollbar {
  display: none;
}
svg,img {
  max-width: 100%;
  display: block;
}
a,.btn,button { 
  text-decoration: none;
  outline: none; 
  color: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  cursor: pointer;
}
a,a:hover,a:focus,a:active,
button,button:hover,button:focus,
input,input:hover,input:focus,
select,select:hover,select:focus,
textarea,textarea:hover,textarea:focus,
.btn, .btn:hover, .btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none; 
  font-family: var(--first-font);
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus, 
[type="button"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: var(--second-color);
}
:-ms-input-placeholder {
  color: var(--second-color);
}
::-moz-placeholder {
  color: var(--second-color);
}
::-ms-input-placeholder {
  color: var(--second-color);
}
::placeholder {
  color: var(--second-color);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*{
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}
body { 
  font: var(--common-text);
  height: 100%;
  width: 100%;
  overflow-x: hidden; 
  color: var(--white);
  background-color: var(--theme-color);
}
.wrapper-bg{
  color:  var(--theme-color);
  background-color: var(--white);
  overflow: hidden;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
.big-font{
  font: var(--big-font);
}
h1,.h1 {
  font: var(--h1);
  letter-spacing: -0.06em;
}
h2,.h2 {
  font: var(--h2);
  letter-spacing: -0.06em;
}
h3,.h3 {
  font: var(--h3);
  letter-spacing: -0.06em;
}
h4,.h4 {
  font: var(--h4);
}
h5,.h5 {
  font: var(--h5);
}
h6,.h6 {
  font: var(--h6);
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
b {
  font-weight: bold;
  display: inline-block;
} 
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, .product-title b {
  font-weight: 400;
  display: inline;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin: 0 !important;
}
.row [class*="col-"] {
  padding: 0 15px;
}
.no-gutters [class*="col-"] {
  padding: 0;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.align-items-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.justify-content-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.desk-only {
  display: none !important;
}
.mobile-only {
  display: none !important;
}
/*****  Columns  *****/
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
  }
  .col-sm-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
  }
  .col-sm-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-sm-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-sm-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
  }
  .col-sm-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-sm-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-sm-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
  }
  .col-sm-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-sm-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-sm-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
  }
  .col-sm-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-sm-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-sm-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
  }
  .offset-sm-0 {
      margin-left: 0;
  }
  .offset-sm-1 {
      margin-left: 8.33333333%;
  }
  .offset-sm-2 {
      margin-left: 16.66666667%;
  }
  .offset-sm-3 {
      margin-left: 25%;
  }
  .offset-sm-4 {
      margin-left: 33.33333333%;
  }
  .offset-sm-5 {
      margin-left: 41.66666667%;
  }
  .offset-sm-6 {
      margin-left: 50%;
  }
  .offset-sm-7 {
      margin-left: 58.33333333%;
  }
  .offset-sm-8 {
      margin-left: 66.66666667%;
  }
  .offset-sm-9 {
      margin-left: 75%;
  }
  .offset-sm-10 {
      margin-left: 83.33333333%;
  }
  .offset-sm-11 {
      margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
  }
  .col-md-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
  }
  .col-md-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
  }
  .col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
  }
  .col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
  }
  .col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-md-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
  }
  .offset-md-0 {
      margin-left: 0;
  }
  .offset-md-1 {
      margin-left: 8.33333333%;
  }
  .offset-md-2 {
      margin-left: 16.66666667%;
  }
  .offset-md-3 {
      margin-left: 25%;
  }
  .offset-md-4 {
      margin-left: 33.33333333%;
  }
  .offset-md-5 {
      margin-left: 41.66666667%;
  }
  .offset-md-6 {
      margin-left: 50%;
  }
  .offset-md-7 {
      margin-left: 58.33333333%;
  }
  .offset-md-8 {
      margin-left: 66.66666667%;
  }
  .offset-md-9 {
      margin-left: 75%;
  }
  .offset-md-10 {
      margin-left: 83.33333333%;
  }
  .offset-md-11 {
      margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
  }
  .col-lg-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
  }
  .col-lg-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
  }
  .col-lg-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
  }
  .col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-lg-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
  }
  .col-lg-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-lg-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-lg-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
  }
  .offset-lg-0 {
      margin-left: 0;
  }
  .offset-lg-1 {
      margin-left: 8.33333333%;
  }
  .offset-lg-2 {
      margin-left: 16.66666667%;
  }
  .offset-lg-3 {
      margin-left: 25%;
  }
  .offset-lg-4 {
      margin-left: 33.33333333%;
  }
  .offset-lg-5 {
      margin-left: 41.66666667%;
  }
  .offset-lg-6 {
      margin-left: 50%;
  }
  .offset-lg-7 {
      margin-left: 58.33333333%;
  }
  .offset-lg-8 {
      margin-left: 66.66666667%;
  }
  .offset-lg-9 {
      margin-left: 75%;
  }
  .offset-lg-10 {
      margin-left: 83.33333333%;
  }
  .offset-lg-11 {
      margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
  }
  .col-xl-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
  }
  .col-xl-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-xl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-xl-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
  }
  .col-xl-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-xl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-xl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
  }
  .col-xl-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-xl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-xl-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
  }
  .col-xl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-xl-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-xl-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
  }
  .offset-xl-0 {
      margin-left: 0;
  }
  .offset-xl-1 {
      margin-left: 8.33333333%;
  }
  .offset-xl-2 {
      margin-left: 16.66666667%;
  }
  .offset-xl-3 {
      margin-left: 25%;
  }
  .offset-xl-4 {
      margin-left: 33.33333333%;
  }
  .offset-xl-5 {
      margin-left: 41.66666667%;
  }
  .offset-xl-6 {
      margin-left: 50%;
  }
  .offset-xl-7 {
      margin-left: 58.33333333%;
  }
  .offset-xl-8 {
      margin-left: 66.66666667%;
  }
  .offset-xl-9 {
      margin-left: 75%;
  }
  .offset-xl-10 {
      margin-left: 83.33333333%;
  }
  .offset-xl-11 {
      margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
  }
  .col-xxl-auto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
  }
  .col-xxl-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-xxl-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-xxl-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%;
  }
  .col-xxl-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-xxl-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-xxl-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
  }
  .col-xxl-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-xxl-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-xxl-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%;
  }
  .col-xxl-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-xxl-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-xxl-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
  }
  .offset-xxl-0 {
      margin-left: 0;
  }
  .offset-xxl-1 {
      margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
      margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
      margin-left: 25%;
  }
  .offset-xxl-4 {
      margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
      margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
      margin-left: 50%;
  }
  .offset-xxl-7 {
      margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
      margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
      margin-left: 75%;
  }
  .offset-xxl-10 {
      margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
      margin-left: 91.66666667%;
  }
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: solid 1px var(--theme-color);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 35px 10px 15px;
  width: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
/*     border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px; */
}
/* ============================================= */
/* !!!!          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;
  position: absolute;
  bottom: 20px;
}
.slick-dots li:not(:last-child) {
  margin-right: 9px;
}
.slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  width: 5px;
  background: var(--theme-color);
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.slick-dots li:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  border: 1px solid var(--black);
  top: -4px;
  left: -4px;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  opacity: 0;
}
.slick-dots li.slick-active:before {
  opacity: 1;
}
.slick-dots li button {
  display: none;
}
.slick-slider .slick-next, .slick-slider .slick-prev{
  display: inline-block;
  vertical-align: middle;
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before{
  display: none;
}
.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  font-size: 0;
  border: 0;
  outline: none;
  z-index: 1;
  border-radius: 0;
  padding: 0;
  background-color: var(--second-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%);
  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: 12px;
}

.blog-slider.slick-slider .slick-arrow{
opacity: 0;
visibility:hidden;
}
.blog-slider.slick-slider:hover .slick-arrow{
opacity:1;
visibility: visible;
}
.slick-arrow span {
  display: block;
  height: 100%;
  width: 100%;
}
.slick-arrow svg {
  height: 100%;
  width: 100%;
  fill: var(--black);
} 
.slick-slider .slick-prev {
  left:0;
  transform: translateY(-50%) scale(-1);
  -webkit-transform: translateY(-50%) scale(-1);
  -moz-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  -o-transform: translateY(-50%) scale(-1);
}
.slick-slider .slick-next {
  right: 0;
} 
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
} 
.slick-lightbox-inner .slick-arrow {
  background: var(--white) url(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: 22px;
  width: 22px;
}
.slick-lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
  opacity: 1;
  background: transparent;
  border: none;
  height: 27px;
  width: 27px;
  padding: 0;
}
a.pdp-main-media {
  display: block;
}
.slick-slide .nice-select .list {
  max-height: 60px;
  overflow: auto;
  scrollbar-width: none;
}
.slick-slide   .nice-select .option { 
  padding: 5px 15px;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
  display: none;
}
.slick-slide .nice-select .list::-moz-scrollbar {
  display: none;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
  background-color: var(--second-color);
  color: var(--theme-color);
  -webkit-box-shadow:none;
          box-shadow:none; 
  outline: none;
  border: 1px solid var(--second-color); 
  font-weight: 600;
  font-size: 14px;
  line-height: 1;  
  padding: 15px 20px;
  font-family: var(--first-font);
  text-align: center;
gap:10px;
  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;
/*     border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
} 
.btn svg path{
fill:var(--theme-color);
}
.btn-secondary svg, .btn svg   { 
  height: 15px;
  width: 15px;
} 
.btn:hover, .btn:focus {
  background-color: var(--white);
  color: var(--theme-color); 
  border-color: var(--black);
} 
.btn:hover svg path,
.btn:focus svg path{
fill:var(--theme-color);
}
.btn.white-btn {
  color: var(--theme-color);
  background-color: var(--white);
  border-color:var(--white);
} 
.btn.white-btn:hover, .btn.white-btn:focus {
  color: var(--theme-color);
  border-color: var(--second-color);
  background-color:var(--second-color);
}
.my-account-page .btn-secondary{
  background-color: var(--white);
  color: 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: 15px 20px;
  border: 1px solid var(--theme-color);
  color: var(--white);
  background:var(--theme-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
gap:10px;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
/*     border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; */
}  

.my-account-page .btn-secondary svg path{
  fill: var(--theme-color);
}
.btn-secondary svg path{
  fill: var(--white);
}
.btn-secondary:hover svg path {
  fill: var(--black);
} 
/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control, 
input:not([type="submit"]),
input:not([type="checkbox"]), 
input:not([type="button"]),
input:not([type="radio"]),
select,
textarea {
  position: relative;
  border: 1px solid var(--border-color);
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--second-color);
}
textarea {
  resize: none;
}
form .row {
  margin: 0 -8px;
}
form .row [class*="col-"] {
  padding: 0 10px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
sup {
  top: -0.5em;
}
sub, sup {
  position: relative;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
}
.form-group label sup {
  color: red;
  font-size: 10px;
  line-height: 0;
  margin-right: 3px;
}
.checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;  
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 0 30px;
}
.checkbox-custom label:before {
  content: '';
  -webkit-appearance: none;
  background-color:transparent;
  border: 1px solid var(--theme-color);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.checkbox-custom input:checked+label:before { 
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.checkbox-custom input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid var(--white);
  border-width: 0px 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.checkbox-custom label a {
  text-decoration: underline;
  font-weight: 600;
}
/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.radio-group label {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  padding-left: 24px;
  color: var(--second-color);
  margin: 0;
  vertical-align: bottom;
}
.radio-group label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid var(--second-color);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
  -webkit-transition: border-color 400ms ease;
  -moz-transition: border-color 400ms ease;
  -ms-transition: border-color 400ms ease;
  -o-transition: border-color 400ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group label::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--second-color);
  border: 2px solid var(--second-color);
  border-radius: 50%;
  top: 50%;
  left: 1px;
  right: auto;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group input[type="radio"]:checked+label::before {
  border-color: var(--second-color);
}
.radio-group input[type="radio"]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
  -webkit-transform: translateY(-50%) scale(0.55);
  -moz-transform: translateY(-50%) scale(0.55);
  -ms-transform: translateY(-50%) scale(0.55);
  -o-transform: translateY(-50%) scale(0.55);
}
/***** COMMON CSS ****/
body.active-menu,
body.no-scroll,
body.no_scroll{
  overflow: hidden;
  position: relative;
} 
.padding-top {
  padding-top: 70px;
}
.padding-bottom {
  padding-bottom: 70px;
}
.subtitle {
  font-weight: 700;
  line-height: 1; 
  margin-bottom: 20px;
  display: inline-block;
}
.acnav-list {
  display: none;
  padding: 0 0 10px 0;
}

/********** COMMON  CSS  **********/ 
.offset-container { 
  position: relative; 
}
.offset-left{
  margin-left: calc((100% - 1170px) / 2);
  padding-left: 15px;
}  
.offset-right {
  margin-right: calc((100% - 1170px) / 2);
  margin-left: 0;
  padding-right: 15px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/********** SLICK SLIDE NOT FIRST NONE CSS ***********/ 
.dietetist-slider:not(.slick-initialized) *:not(:first-child) {
  display: none !important;
}  
/************** Common banner section css *************/
.common-banner-section {
  padding: 70px 0;
  background: var(--white);
  color: var(--theme-color);
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}   
.common-banner-content .section-title h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.common-banner-content .section-title {
  margin-bottom: 12px;
}  
.form-container .checkbox-custom input:checked+label:before {
  background-color: var(--theme-color);
  border-color: var(--white);
}
.form-container .checkbox-custom label:before{
  border-color: var(--white);
}
.back-btn span {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
} 
.main-landing-section .back-btn span,
.services-banner-section .back-btn span,
.resources-banner-section .back-btn span {
  border: 0;
  margin-right: 5px;
}
.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;
  margin-bottom: 20px;
}
/************************  CART PAGE CSS **********************/
.cart-page-section {
  padding-top: 70px;
}
.cart-page-section .back-btn span svg path {
  fill: var(--second-color);
}
.cart-page-section .section-title {
  margin-bottom: 30px;
}
.cart-page-section .section-title h2 {
  margin-top: 10px;
}
.cart-page-section .section-title h2 span {
  font-size: 18px;
}
.cart-page-section .qty-spinner svg path{
  fill:var(--second-color);
}
.cart-page-section .qty-spinner input{
  color:var(--second-color);
}
.cart-page-section .qty-spinner{
  min-width:100px;
}
.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,.edit-btn{
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left: 8px;
}
.remove-btn svg path {
  fill: var(--white);
}
.pro-img-cart {
  max-width: 100px;
}
.cart-item__error-text:empty+svg {
  display: none;
}
.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;
}
.cart-item__price-wrapper .price--end{
font-size:16px;
}
.remove-btn a {
  display: block;
}
.remove-btn a svg {
  height: 100%;
  width: 100%;
}
.cart-page-section .currency {
  display: inline-block;
}
.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-note.cart__note.field {
margin: 0 0 30px;
display: block;
}
cart-note.cart__note.field label {
margin: 0 0 15px;
display: block;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
line-height: 1;
}
.cart__footer .cart__note #Cart-note {
min-height: 100px;
padding: 10px;
}
.cart__footer-wrapper .cart__blocks {
border: 1px solid var(--border-color);
padding: 20px 15px;
text-align: center;
}
.cart__blocks .totals__subtotal {
margin: 0 0 15px;
line-height: 1;
}
.cart__footer ins {
font-size: 20px;
}
.cart__blocks .totals__subtotal-value {
font: var(--h5);
  margin: 0 0 20px;
  display: block;
}
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;
}
.cart-page-section .cart-tble .qty-spinner input{
 color:var(--white);
}
.cart-page-section .cart-tble .qty-spinner button svg path{
 fill:var(--white);
}
/****  TABLE CSS ****/
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
table tr {
  padding: 20px 0 0;
  border-bottom: 1px solid var(--border-color);
  display: block;
}
table tr:last-of-type {
  border-bottom: 0;
}
table tr th,
table tr td {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
table tr th {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 700;
  text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr td:first-child a {
  vertical-align: middle;
}
table tr td {
  display: block;
  text-align: center;
  padding: 0 0 20px;
}
.order-history-tbl tr td[data-label="Name"] {
  max-width: 140px;
}
.order-history-tbl tr td p {
  font-size: 12px;
}
.order-history-tbl tr td[data-label="Product"] {
  max-width: 90px;
}
.order-history-tbl tr td[data-label="quantity"] {
  width: 113px;
  padding: 0;
}
.order-confirmation h6 {
  padding: 15px;
}
@media (min-width: 992px) {
  .cart-tble tr th:first-child,
  .cart-tble tr td:first-child {
      width: 90px;
  }
  .cart-tble tr th:nth-child(2),
  .cart-tble tr td:nth-child(2) {
      width: 233px;
  }
  .cart-tble tr th:nth-child(4),
  .cart-tble tr td:nth-child(4) {
      width: 116px;
      padding-right: 9px;
  }
}
@media (max-width: 767px) {
  table tr td::before {
      content: attr(data-label);
      display: block;
      text-align: center;
      padding-bottom: 10px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
  }
  table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      display: none;
  }
  table .qty-spinner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
  }
  .remove-btn {
      height: 14px;
      width: 14px;
  }
  .order-history-tbl tr td[data-label="quantity"],
  .order-history-tbl tr td[data-label="Name"],
  .order-history-tbl tr td[data-label="Product"] {
      max-width: 100%;
      width: 100%;
  }
}
@media (min-width: 768px) {
  table tr:first-child {
      border-top: none;
  }
  table tr {
      padding: 0;
      display: table-row;
  }
  table tr td {
      padding: 20px 9px 20px;
      display: table-cell;
      text-align: left;
      vertical-align: middle;
  }
  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;
  }
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.header-style-one { 
  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;  
  color:var(--theme-color);
  background: var(--white);
  
}
.header-style-one.fixed{ 
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
border-bottom: 1px solid var(--theme-color);
}
.home-header.header-style-two .main-nav{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.home-header .main-nav{
  display: none !important;
} 
.home-header .home-lbl b {
  display: block;
}
.home-header .navigationbar-row .logo-col{
  display: none;
}
.header-style-one.head-sticky { 
  -webkit-box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12); 
          box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12); 
} 
.home-header  .home-lbl {
  padding: 15px 0;
}
.home-header.header-style-two  .home-lbl {
  display: none;
}
.home-header.header-style-two .navigationbar-row .logo-col {
  display: block;
}
/** Main navigation bar css **/ 
.header-style-one .main-navigationbar .logo-col {
  max-width: 200px;
  width: 100%;
  padding: 8px 50px 8px 0;
  position: relative;
}
.header-style-one .main-navigationbar .logo-col:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: 50px;
  background: var(--theme-color);
  top: 0;
} 
.header-style-one .main-navigationbar .logo-col:before {
  content: '';
  position: absolute;
  height: 58%;
  width: 3px;
  right: 49px;
  background: var(--theme-color);
  top: 0;
  z-index: 1;
}
.header-style-one .main-navigationbar .logo-col img {
  width: 100%;
  max-width: 95px;
}
.header-style-one .main-navigationbar .logo-col a {
  display: block;
}
.header-style-one .main-navigationbar .menu-items-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #1D1C22;
}
.header-style-one .main-navigationbar .menu-items-col:after {
  content: '';
  width: 64px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  background-color: black;
  left: 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
  display: none; 
} 
.header-style-one .main-navigationbar .menu-items-col .main-nav>li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
  padding-right: 15px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
  color: var(--theme-color);
  text-transform: capitalize;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a svg {
  margin-right: 8px;
}
.header-style-one .menu-dropdown ul>li a { 
  font-size: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
  padding-right: 20px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  right: 0;
  top: 5px;
  background: url(../images/menu-dropdown-blk.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item:hover>a:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background: var(--theme-color);
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}   
.menu-right-btns {
      gap: 15px;
} 
.menu-right-btns li a svg {
  display: block;
}
.menu-right-btns li a b {
  display: block;
}
.menu-right-btns li a {
  font-size:0;
}
.menu-right-btns li {
  
  display:-webkit-box;
  
  display:-ms-flexbox;
  
  display:flex;
}
.menu-right-btns .call-btn div span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
} 
.menu-right-btns .call-btn div {
  text-align: right;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: var(--white);
  font-weight: 600;
} 
.menu-right-btns .make-app-btn {
  -webkit-box-shadow: 0px 8px 20px rgba(2, 165, 118, 0.34);
          box-shadow: 0px 8px 20px rgba(2, 165, 118, 0.34);
  border-radius: 42px;
  padding: 14px 20px;
  background: var(--theme-color);
  font-weight: 600;
  margin-left: 20px;
  font-size: 12px;
} 
.menu-right-btns .make-app-btn:hover{
  background: var(--second-color);
}
.menu-right-btns .make-app-btn svg {
  margin-right: 10px;
}
.menu-right-wrp .menu-right{
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
gap:15px;
margin:0 15px;
}
.menu-right-wrp .menu-right li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.menu-right-wrp .menu-right .profile-header .wishlist .wishcount {
margin-left: 0;
}
.menu-right-wrp .menu-right li.profile-header a.icon:hover svg path{
fill:var(--black);
}
/* *********************fixed-headr-left****************** */
.fixed-headr-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 188px;
  z-index: 3;
  text-align: center;
  border-right: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  padding: 38px 10px;
  background-color: var(--white);
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}
.head-sticky .fixed-headr-left {
  transition:0.3s ease-in;
  -webkit-transition:0.3s ease-in;
  -moz-transition:0.3s ease-in;
  -ms-transition:0.3s ease-in;
  -o-transition:0.3s ease-in;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.fixed-headr-left::after {
  content: "";
  width: 4px;
  height: 60px;
  background-color: var(--theme-color);
  position: absolute;
  right: -2px;
  top: 0;
}
.fixed-headr-left::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.header-style-one .main-navigationbar .fixed-headr-left .logo-col a img {
  margin-left: auto;
  margin-right: auto;
}
.fixed-headr-left ul.main-nav li:not(:last-of-type){
  margin-bottom: 15px;
}
.fixed-headr-left .logo-col {
  margin: 0 auto 50px;
}
.fixed-headr-left ul.main-nav {
  display: block !important;
  padding: 0 !important;
}
.home-header .navigationbar-row .fixed-headr-left .logo-col{
  display: block;
  padding: 0;
}
.header-style-one .main-navigationbar  .fixed-headr-left .logo-col:before,
.header-style-one .main-navigationbar  .fixed-headr-left .logo-col:after{
  display: none;
}
.socials {
  margin-top: 40px;
}
.header-style-one .main-navigationbar .fixed-headr-left .main-nav>li:not(:last-of-type) {
  padding-right: 0px;
}
.header-style-one .main-navigationbar .fixed-headr-left .main-nav>li {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: start;
}
.header-style-one .main-navigationbar .fixed-headr-left .menu-items-col{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom:0 ;
}
.header-style-one .main-navigationbar .fixed-headr-left .menu-items-col:after{
  display: none;
}
.socials a:not(:last-of-type) {
  margin-right: 15px;
}
.socials a svg{
  width: 20px;
  height: 20px;
}
/**  Megamenu css  **/
.header-style-one .main-navigationbar {
  position: relative;
} 
.header-style-one .mobile-menu .mobile-menu-button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  width: 30px;
}
.header-style-one .mobile-menu .mobile-menu-button div {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: var(--theme-color);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  color: var(--black);
  -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;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>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 .megamenu-list>li span {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.header-style-one .menu-dropdown ul>li a {
  border-bottom: 1px solid transparent;
}
.head-sticky .menu-right-btns .make-app-btn {
  background: var(--second-color);
} 
.home-header .menu-right-btns .call-btn div { 
  color: var(--second-color);
} 
/****** MOBILE MENU CSS ********/
.mobile-menu-wrapper {
  position: fixed;
  z-index: 4;
  background: var(--white);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  right: 0;
  width: 100%;
  max-width: 400px;
}
.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 .menu-close-icon svg{
cursor:pointer;
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
  height: calc(100vh - 48px);
  overflow: auto;
  padding: 10px 15px;
  background: var(--white);
}
.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);
  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:not(.has-children) a svg{
display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .acnav-list { 
  margin: 12px 0;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is-open .acnav-label .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is-open .acnav-label .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li a {
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
  margin-left: auto;
  width: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul {
  margin: 12px 0 0 !important;
  padding-bottom: 0;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li:not(:last-of-type) {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a {
  font-size: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a.acnav-label {
  font-weight: 600;
}
.mobile-menu-wrapper .menu-close-icon svg path {
  fill: var(--white);
}
/****** CART DRAWER CSS ********/
.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(--second-color);
  background: var(--white);
}
.mini-cart-item:not(:last-of-type) {
  margin-bottom: 20px;
}


.mini-cart-image img {
  top: 0;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.mini-cart-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-left: 15px;
}
.mini-cart-title {
  color: var(--theme-color);
  margin-bottom: 8px;
  font-weight: 600;
}
.mini-cart-title a {
  color: inherit;
}
.cart-variable {
  margin-bottom: 10px;
}
.cart-variable p,
.swatch-lbl{
  font-size: 12px;
  line-height: 14px; 
}
.cart-variable p {
  margin: 10px 0;
}
.swatch-lbl {
  margin: 0 0 5px; 
}
.cart-variable .nice-select {
  max-width: 120px;
  margin: 10px 0;
  font-size: 12px;
}

.qty-spinner button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.qty-spinner button svg {
  margin: auto;
  height: 10px;
  width: 10px;
}
.qty-spinner button svg path {
  fill: var(--second-color);
} 
.qty-spinner input {
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 29px;
  color: var(--second-color);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
} 
.product-card-inner .product-bottom-content del{
color:var(--white);
}
.index .product-card-inner .product-bottom-content del{
color:var(--black);
}
del { 
  color: var(--second-color);
  opacity: 0.6;
  text-decoration: line-through;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
}
.price ins{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-align: end;  
      -ms-flex-align: end;  
          align-items: flex-end;
}
.currency {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin-left: 2px;
}
.mini-cart-footer {
  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);
  margin: 0 -10px 20px;
}
.mini-cart-footer-total-row div {
  padding: 0 10px;
}
.mini-cart-footer .u-save {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--theme-color);
  margin-bottom: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.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;
}
.mini-cart-footer .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-btn svg {
  fill: var(--theme-color);
  margin-left: 10px;
  width: 20px;
  height: auto;
}
.remove_item svg path {
  fill: var(--theme-color);
}
.remove_item svg {
  height: 15px;
  width: 15px;
}
/* ============================================= */
/* !!!!             FOOTER CSS             !!!! */
/* ============================================= */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 35px 0;
  overflow: hidden;
  background-color: var(--white);
  color: var(--theme-color);
}  
.footer-subscribe h2 {
  margin: 0 0 19px 0;
}
.left-gliter {
  bottom: 0;
  left: 0;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
}
.footer-col {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left:30px;
}
.footer-subscribe-col {
  max-width: 470px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
} 
.footer-subscribe-col .input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-subscribe-col input[type="email"] {
  border: 0;
  background: var(--white);
  border-radius: 30px;
  margin-right: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-subscribe-col .input-wrapper .btn-subscibe {
  position: relative;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 0px;
  font-family: var(--first-font);
  font-weight: 600;
  height: 48px;
  width: 115px;
  background: var(--second-color);
  color: var(--white);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.input-wrapper input::-webkit-input-placeholder {
  color: var(--second-color);
}
.input-wrapper input:-ms-input-placeholder {
  color: var(--second-color);
}
.input-wrapper input::-moz-placeholder {
  color: var(--second-color);
}
.input-wrapper input::-ms-input-placeholder {
  color: var(--second-color);
}
.input-wrapper input::placeholder {
  color: var(--second-color);
} 
.footer-subscribe-col h3 b { 
  font-weight: 600;
  color: var(--second-color);
}
.footer-widget h3,
.footer-widget h4 {
  margin-bottom: 20px;
}
.footer-widget ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.footer-subscribe-form {
  margin-top: 20px;
}
.footer-subscribe-form .checkbox-custom {
  margin-top: 20px;
} 
.copyright {
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: 0.135em;
} 
.footer-widget ul li a{
  font-weight: 500;
}   
.section-title-left {
  padding-right: 20px;
}
.section-title .cat-tab {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-title .cat-tab li:not(:first-of-type){
  margin-left: 30px;
}
.section-title .cat-tab li.active svg path{
  fill: var(--white);
}
.section-title .cat-tab a {
  position: relative;
} 
.section-title .cat-tab a svg {
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  width: 18px;
} 
.contact-btn-wrp span {
  display: block;
  font-weight: 600;
}
.footer-contact-btns div:not(:last-of-type) {
  margin-right: 60px;
}
.footer-widget.footer-widget-bottom ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.footer-widget.footer-widget-bottom ul li a svg{
  width: 20px;
  height: 20px;
}
.footer-widget.footer-widget-bottom ul li:not(:last-of-type){
  margin-right: 15px;
  margin-bottom: 0;
}
.footer-bottom-row {
  margin-top: 20px;
  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;
-ms-flex-wrap:wrap;
    flex-wrap:wrap;
gap:10px;
}
/******************** home page start ******************/ 
#homeVideo {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner-right {
  text-align: end;
}
.home-banner-right img {
  margin-left: auto;
  margin-top: 20px;
}
.bottom-banner {
  margin-top: -90px;
  margin-left: 40px;
  overflow: hidden;
}
.bottom-banner-left p{
  margin-bottom: 20px;
}
.home-banner-section {
  padding-top: 60px;
  position: relative;
}
.home-right img {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
.decorative-line {
  position: absolute;
  height: 2px;
  z-index: 1;
  width: 300px;
}
.line-right {
  right: 0;
  left: auto;
}
.light-line {
  background: var(--theme-color);
}
.decorative-line:before {
  content: '';
  height: 4px;
  width: 100px;
  background: var(--theme-color);
  position: absolute;
  top: -1px;
}
@-webkit-keyframes key1{
  0% { 
      transform: translateY(-45%);
      -webkit-transform: translateY(-45%);
      -moz-transform: translateY(-45%);           
      -ms-transform: translateY(-45%); 
      -o-transform: translateY(-45%); 
  }
  100% { 
      transform: translateY(-50%); 
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
      -o-transform: translateY(-50%); 
  }
}
@keyframes key1{
  0% { 
      transform: translateY(-45%);
      -webkit-transform: translateY(-45%);
      -moz-transform: translateY(-45%);           
      -ms-transform: translateY(-45%); 
      -o-transform: translateY(-45%); 
  }
  100% { 
      transform: translateY(-50%); 
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
      -o-transform: translateY(-50%); 
  }
}
.line-right:before {
  left: 0;
}
.line-left:before {
  right: 0;
}
.line-left {
  left: 0;
}
.dark-line {
  background: var(--theme-color);
  bottom: 0;
}
.blog-tab-section .line-right {
  top: auto;
  bottom: 100px;
}  
.bottom-banner .light-line {
  top: 55%;
}
.bottom-banner .dark-line {
  bottom: 14%;
}
/* ****consulting-section******* */
.consulting-section {
  position: relative;
  padding: 40px 0 70px;
  z-index: 1;
  color: var(--white);
  margin-top: -75px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.consulting-left p {
  margin-bottom: 25px;
  padding-top: 60px;
}
.consulting-left-bottom p {
  font-size: 30px;
}
.consulting-left-bottom {
  margin-top: 30px;
  position: relative;
}
.consulting-img {
  position: absolute;
  right: 0;
  z-index: -1;
  top: -30%;
  right: 5%;
}
.consulting-section .light-line {
  background-color:var(--white);
  top: 25%;
  width: 30%;
}
.consulting-section .decorative-line:before{
  background-color: var(--white);
}
/* ******experience-count-section********* */
.count-number .counter {
  font-size: 130px;
  font-weight: 700;
  position: relative;
}
.center-col .counter:before {
  content: '+';
}
.experience-count-section {
  margin-top: -50px;
  position: relative;
}
.experience-count-section .light-line {
  bottom: 10%;
  width: 20%;
}
.count-number-taxt {
  margin-top: 30px;
}
.count-number h5 {
  margin-top: -25px;
}
/* ********services-section ******* */
.services-box {
  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;
  width: 100%;
}
.service-top-content h3 {
  margin-bottom: 15px;
  font: var(--h4);
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
line-height:1.3;
}
.service-top-content p{
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.service-top-content {
  margin-bottom: 20px;
  padding-top: 15px;
  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;
}
.services-section .col-lg-3.col-md-6.col-sm-6.col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-box-bottom {
  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;
}
.services-box img {
  z-index: -1;
}
.services-box-top .subtitle{
  color: var(--white);
}
.services-box-top .subtitle {
  margin-bottom: 30px;
  position: absolute;
  top: 9px;
  left: 15px;
  display: block;
}
.service-top-content .subtitle::before{
  content: '';
  width: 100%;
  height: 2px;
  background: var(--black);
  position: absolute;
  bottom: -15px;
  top: auto;
}
.services-box-top .subtitle::before{
  background: -webkit-gradient(linear, right top, left top, color-stop(23%, var(--theme-color)), color-stop(20%, var(--white)));
  background: -o-linear-gradient(right, var(--theme-color) 23%, var(--white) 20%);
  background: linear-gradient(to left, var(--theme-color) 23%, var(--white) 20%);
}
/* ******business-idea-section******* */
.business-idea-section {
  position: relative;
  padding: 120px 0 200px;
}
.business-idea-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .20);
  z-index: 1;
}
.business-idea-section .section-title{
  color: var(--white);
}
#homeVideotwo {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section-title {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.section-title .big-font {
  width: 100%;
  max-width: 824px;
}
.section-title p {
  max-width: 650px;
  width: 100%;
  margin-top: 25px;
}
.business-idea-section img {
  position: absolute;
  top: -40px;
  z-index: 1;
  left: 5%;
}
.idea-box {
  width: 100%;
  max-width: 360px;
  position: absolute;
  background-color: var(--theme-color);
  color: var(--white);
  padding: 20px;
  bottom: -8%;
  right: 5%;
z-index:1;
}
.idea-box-number {
  font-size: 70px;
  font-weight: 600;
  margin-top: -70px;
}
.idea-box h5 {
  margin: 15px 0;
}
/* *****established-fact-section****** */
.established-box {
  border: 1px solid var(--second-color);
  border-radius: 4px;
  padding: 10px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.established-box h4{
  margin: 15px 0;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}
.established-box p{
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.established-box-one{
  margin-top: 0 !important;
}
.established-box-leb .established-box:nth-child(2) {
  margin-top: 22px;
}
.established-cout {
  padding: 6px 12px;
  background-color: var(--black);
  border-radius: 100%;
  color: var(--white);
  display: inline-block;
}
.established-box:hover {
  background: var(--second-color);
}
.cat-tab .tab-link {
  color: var(--theme-color);
  text-transform: capitalize;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .cat-tab a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  opacity: 0;
  background: transparent;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  display: block;
}
.section-title .cat-tab a:hover:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
  background-color: var(--theme-color);
}
.section-title .cat-tab .tab-link.active a:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
  background-color: var(--theme-color);
}
/* ****review-section ****** */
.review-section {
  position: relative;
}
.review-section .light-line {
  width: 22%;
}
.review-section .dark-line {
  top: 40%;
  bottom: auto;
  width: 22%;
}
.review-section-header {
  margin-bottom: 60px;
}
.review-item-inner {
  padding: 15px 10px;
  border: 1px solid var(--second-color);
  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;
}
.review-point {
  font: var(--h2);
  margin-bottom: 10px;
}
.review-item-star {
  margin: 15px 0;
  gap: 5px;
}
.review-item-inner:hover {
  color: var(--white);
  border: 1px solid var(--border-color);
  background-image: url(review-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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;
}
.review-section-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: 100%;
}
/* *********article-section**********   */
.article-section {
  background-color: var(--theme-color);
  color: white;
  padding-bottom: 120px;
}
.article-section.article-section-one.padding-top{
  padding-bottom: 0 ;
}
.blog-img a {
  position: relative;
  padding-top: 65%;
  width: 100%;
  display: block;
}
.blog-img a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-itm {
  padding: 0 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.blog-slider {
  margin: 0 -10px;
}
.blog-date {
 padding: 10px 0;
 border-bottom: 1px solid;
 font: var(--h6);
}
.blog-lbl-list {
  padding: 10px 0;
}
.blog-lbl-list li {
  font-size: 12px;
  color: var(--second-color);
}
.blog-content-top p {
  display: -webkit-box;
    -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-slider .slick-list, .blog-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-itm-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-content {
  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-content-top {
height: 100%;
margin: 0 0 15px;
}
.blog-content-top h4{
margin-bottom:15px;
}
.blog-content-top h4 a{
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-page-banner .back-btn svg path {
  fill: var(--white)!important;
}
/* ****news-latter-section******** */
.news-latter {
  margin-top: -40px;
}
.news-latter-right {
  position: relative;
  width: 100%;
}
.news-latter-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news-latter-left-img img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-wrapper input[type="email"] {
  border-color: var(--second-color);
  background: var(--second-color);
  margin-right: 15px;
  color: var(--black);
}
.btn-subscibe {
  height: 100%;
  border: 0;
  background: var(--theme-color);
  color: var(--white);
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--theme-color);
}
.news-latter-right-text {
  padding: 0 0 0 30px;
  width: 100%;
  margin-top: 30px;
}
/* .checkbox-custom {
  margin: 20px auto 0;
} */
.input-wrapper input::-webkit-input-placeholder {
  color: var(--black);
}
.input-wrapper input::-moz-placeholder {
  color: var(--black);
}
.input-wrapper input:-ms-input-placeholder {
  color: var(--black);
}
.input-wrapper input::-ms-input-placeholder {
  color: var(--black);
}
.input-wrapper input::placeholder {
  color: var(--black);
}
/**************** landing page start ***************/
.main-landing-section{
  background-color: var(--theme-color);
  color: var(--white);
  position:relative;
  padding: 40px 0 120px 0;
}
.main-landing-section .progress {
  display: block;
  bottom: 94px;
  width: 110px;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff80;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--second-color)), to(var(--second-color)));
  background-image: -o-linear-gradient(left, var(--second-color), var(--second-color));
  background-image: linear-gradient(to right, var(--second-color), var(--second-color));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  left: calc((100% - 1143px) / 2);
  -webkit-transition: background-size 0.4s ease-in-out;
  -moz-transition: background-size 0.4s ease-in-out;
  -ms-transition: background-size 0.4s ease-in-out;
  -o-transition: background-size 0.4s ease-in-out;
}
.home-main-slider-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-main-slider .slide-arrow.slick-prev {
  left: -5%;
}
.home-main-slider .slide-arrow.slick-next {
  right: -5%;
}
.home-main-slider-right .service-top-text-color .subtitle::before {
  background: var(--white);
}
.home-main-slider-left .svg-ic svg path {
  fill: var(--white);
}
.home-main-slider-right .services-box:not(:last-of-type) {
  margin-right: 8px;
}
.main-landing-section a.back-btn svg path {
  fill: white;
}
.business-idea-section-two{
  margin-top: 0;
}
.home-main-slider-left .socials a svg path {
  fill: var(--white);
}
.subscribe-section-inner {
  max-width: 510px;
  margin: 0 auto;
}
.subscribe-newsletter {
  position: relative;
  z-index: 1;
  padding: 65px 0;
  background-color: var(--theme-color);
  color: var(--white);
}
.subscribe-newsletter .checkbox-custom label:before{
  border-color: var(--white);
}
.subscribe-newsletter .checkbox-custom input:checked+label:before {
  background-color: var(--black);
  border-color: var(--white);
}
.subscribe-newsletter .btn-subscibe {
  background: var(--border-color);
  color: var(--black);
  border-color: var(--second-color);
}
.consulting-ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.consulting-ul li{
  cursor: pointer;
  font: var(--h3);
  font-weight: normal;
}
.consulting-ul li.active{
  font-weight: 900;
}
/************** APPOINTMENT SECTION CSS START ****************/
.appointment-main-section.common-ptrn {
  position: relative;
}
.appointment-main-section.common-ptrn .banner-ellipse-left {
  position: absolute;
  left: 0;
  top: 0;
}
.order-question {
  padding: 15px;
  border: 1px solid;
  margin-top: 15px;
}
.order-question ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.order-question-two{
  margin-bottom: 15px;
}
.appointment-main-section{
  color: var(--white);
  background: var(--theme-color);
} 
.appointment-main-section .appoint-form-common .nice-select:after {
  background-image: url(../images/hover-menu.png);
}
.appointment-main-section .appoint-form-common .form-group .form-control {
  padding: 12px 20px;
  color: var(--white);
  border-color: var(--white) !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.appointment-main-section .appoint-form-common .form-group input.form-control::-webkit-input-placeholder, .appointment-main-section .appoint-form-common .form-group textarea.form-control::-webkit-input-placeholder {
  color: var(--white) !important;
}
.appointment-main-section .appoint-form-common .form-group input.form-control::-moz-placeholder, .appointment-main-section .appoint-form-common .form-group textarea.form-control::-moz-placeholder {
  color: var(--white) !important;
}
.appointment-main-section .appoint-form-common .form-group input.form-control:-ms-input-placeholder, .appointment-main-section .appoint-form-common .form-group textarea.form-control:-ms-input-placeholder {
  color: var(--white) !important;
}
.appointment-main-section .appoint-form-common .form-group input.form-control::-ms-input-placeholder, .appointment-main-section .appoint-form-common .form-group textarea.form-control::-ms-input-placeholder {
  color: var(--white) !important;
}
.appointment-main-section .appoint-form-common .form-group input.form-control::placeholder,
.appointment-main-section .appoint-form-common .form-group textarea.form-control::placeholder {
  color: var(--white) !important;
}
.appoint-form-common .btn {
  background: var(--white);
  border-color: transparent;
  color: var(--black);
}
.appoint-form-common .btn:hover {
  background: var(--second-color);
  border-color: var(--second-color);
  color: var(--black);
}
.appoint-form-common .btn:hover svg path {
  fill: var(--black);
}
.appointment-main-section .form-group.date-picker input {
  padding: 10px 20px;
  color: var(--white);
  border-color: var(--white) !important;
}
.form-group select option {
  color: var(--black);
}
.next.action-button svg{
  margin-left: 8px;
  margin-right: 0;
}
.submit.action-button.btn svg{
  margin-right: 0;
  margin-left: 8px;
}
.steps {
  margin:0 0 40px 0;
  overflow: hidden;
}
.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps ul li {
  float: left;
  color:var(--white);
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  -o-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
}
.steps ul li:hover, .steps ul li.active {
  color:var(--theme-color);
}
.steps ul li:hover span, .steps ul li.active span {
  background: #d1ab8a;
}
.steps ul li:hover::after, .steps ul li.active::after {
  background: var(--theme-color);
  width: 100%;
}
.steps ul li::before, .steps ul li::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 8px;
  width: 100%;
  height: 1px;
  background: var(--white);
  -webkit-transition: all 0.4s ease-in-out 0;
  -o-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.steps ul li::after {
  width: 0;
}
.steps ul li span {
  display: block;
  margin: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  background:  var(--white);
  font-weight: 300;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0;
  -o-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0; 
  border-radius: 20px;
  -o-border-radius: 20px;
} 
.steps ul li:first-child{
  padding-left: 0;
}
.steps ul li:first-child::before, .steps ul li:first-child::after {
  display: none;
}
.action-button.back.btn svg {
  margin: 0 10px 0 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.action-button.back.btn svg path {
  fill: var(--black) ;
}
.appoint-form-common .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appoint-form-common .add-services .btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 12px 20px;
}
.appoint-form-common .color, .custom-checkbox input[type="checkbox"]+span.color {
  border-color: 1px solid var(--black);
}
.appoint-form-common .colors-checkbox {
  margin-top: 8px;
}
.appoint-form-common .brekfast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: 500;
}
.appoint-form-common input.form-control::-webkit-input-placeholder, .appoint-form-common textarea.form-control::-webkit-input-placeholder{
  color: var(--black) !important;
}
.appoint-form-common input.form-control::-moz-placeholder, .appoint-form-common textarea.form-control::-moz-placeholder{
  color: var(--black) !important;
}
.appoint-form-common input.form-control:-ms-input-placeholder, .appoint-form-common textarea.form-control:-ms-input-placeholder{
  color: var(--black) !important;
}
.appoint-form-common input.form-control::-ms-input-placeholder, .appoint-form-common textarea.form-control::-ms-input-placeholder{
  color: var(--black) !important;
}
.appoint-form-common input.form-control::placeholder,
.appoint-form-common textarea.form-control::placeholder{
  color: var(--black) !important;
}
.appoint-form-common .brekfast svg {
  margin-right: 10px;
}
.appoint-form-common .add-services {
  margin-top: 15px;
}
.action-button.back.btn {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--white);
  color: var(--white);
  margin-right: 15px;
}
.action-button.back.btn:hover {
  background: transparent;
  color: var(--white);
}
.action-button.back.btn svg path {
  fill: var(--white);
}
.step-container {
  clear: both;
  display: none;
  left: 100%;  
}
.step-container.active {
  display: block;
}
.appointment-right-column .appoinment-media {
  width: 100%;
  overflow: hidden;
}
.appointment-right-column .appoinment-media img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.appoint-form-common .section-title p {
  margin-top: 20px;
}
.appoint-form-common .section-title {
  margin-bottom: 26px;
}
.year-lbl-wrp  .date-years {
  margin-bottom: 10px;
} 
.year-lbl-wrp .date-years .years-wrp {
  margin: 0 14px;
  font-size: 13px;
  font-weight: 600;
}
.time-labls li:not(:last-of-type),
.date-labls li:not(:last-of-type) {
  margin-right: 10px;
} 
.time-labls li,
.date-labls li {
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  padding: 8px 11px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  border-radius: 20px;
  margin-top: 10px;
} 
.date-labls li.active {
  border-color: #CDCDCD;
  color: #CDCDCD;
  background: transparent;
}
.time-labls li {
  background: #034050;
  border-color: #034050;
}
.time-labls li.active {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white);
}
.appointment-main-section .appoint-form-common .form-group textarea.form-control {
  padding: 12px 20px;
  height: 46px;
}
.appointment-main-section .order-confirm-details {
  padding: 10px;
}
.appointment-main-section .order-confirm-details ul li {
  font-size: 12px;
}
.appointment-main-section .order-confirm-details ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.totl-row-flex {
  background: #FFFFFF;
  border-radius: 12px;
  color: var(--second-color);
  padding: 1px;
}
.totl-block .subtitle {
  margin-bottom: 0;
}
.totl-block {
  max-width: 150px; 
  width: 100%;
  background: var(--second-color);
  color: var(--white);
  border-radius: 12px;
  padding: 20px;
  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;
} 
.totl-row-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} 
.totl-row-left p {
  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;
} 
.totl-row-left p span {
  font-weight: 700;
  display: block;
  padding-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-total-field {
  margin: 20px 0 40px;
}
.appoint-form-common .coupon-table {
  margin-top: 0;
  color: var(--white);
  border-color: var(--white);
  margin: 15px 0;
}
.appoint-form-common .coupon-text p {
  width: 100%;
  padding: 0;
  font-size: 12px;
  margin-bottom: 5px;
}
.appoint-form-common .coupon-text {
  display: block;
  color: var(--second-color);
}
.appoint-form-common .price {
  color: var(--second-color);
}

.appoint-form-common .radio-group label::after {
  background: var(--black);
}
.appoint-form-common .activities-content-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.appoint-form-common .activities-card-img img {
  max-width: 150px;
}
.appoint-form-common .activities-card-content .activities-content-top p {
  color: var(--black);
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.appoint-form-common .activities-card-content .badge.review img {
  margin-left: 12px;
  width: 60px;
}
.appoint-form-common .activities-card-content .badge.review {
  color: var(--black);
  margin-bottom: 10px;
}
.appoint-form-common .Places-details-top {
  display: block;
}
.appoint-form-common .activities-card-content .Places-activities {
  color: var(--black);
  margin-bottom: 10px;
}
.appoint-form-common .Places-activities svg path {
  fill: var(--black);
}
.date-schedule {
  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;
  line-height: 1;
}
.appoint-form-common .activities-card-inner {
  border-color: var(--black);
}
.appoint-form-common .activities-card {
  margin-bottom: 15px;
}
/**************** offers-css **************/
.offers-info,
.distracted-section{
  background: var(--white);
  color: var(--black);
}
.offers-info-right,
.distracted-section-img,
.distracted-section-info{
  position: relative;
}
.offers-info-left h5 {
  line-height: 1.3;
  text-align: right;
}
.offers-info-left{
  position: relative;
}
.offers-info-left:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: var(--black);
  top: -11px;
  right: -30px;
  border-radius: 25px;
  border: 4px solid white;
}
.offers-info-right:before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--black);
  position: absolute;
  left: -13px;
  top: 0;
  z-index: 1;
}
.offers-info-right:after {
  content: "";
  position: absolute;
  width: 600px;
  height: 1px;
  bottom: 0px;
  background: var(--black);
  left: -34%;
  top: auto;
}
.distracted-section-img:before {
  content: "";
  width: 600px;
  height: 1px;
  background-color: var(--black);
  top: -35px;
  position: absolute;
}
.distracted-section-img::after{
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--black);
  top: -35px;
  right: -15px;
  position: absolute;
}
.distracted-section-img{
  padding-top: 161%;
  display: block;
}
.distracted-section-img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  z-index: 1;
}
.logo-section{
  position: relative;
  background-size: cover;
  padding-top: 270px;
  padding-bottom: 270px;
  background-position: top;
}
.logo-section {
  margin-top: -120px;
}
.client-logo-item a img{
  width: 120px;
  margin: 0 auto;
}
.client-logo-item.slick-center a img{
  opacity: 1;
}
.client-logo-item {
  text-align: center;
}
.offers-info-right .section-title p{
  max-width: 100%;
}
.services-section-two{
  padding-top: 40px;
 background-color: var(--white);
 color: var(--black);
 overflow:hidden;
}
.services-banner-section,
.resources-banner-section{
  position: relative;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 270px;
  background-position: top;
  color: var(--white);
}
.johnatanDoe-section {
  background: var(--white);
  color: var(--black);
}
.services-banner-section .section-title p{
  font: var(--h4);
  font-weight: normal;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.services-banner-section .section-title{
  text-align: center;
}
.banner-text {
  text-align: center;
  padding-top: 120px;
}
.banner-text .socials a svg path {
  fill: var(--white)  ;
}
.service-details-lines   svg {
  margin-right: 10px;
}
.section-title-one .btn {
  margin-top: 15px;
}
.service-details-lines svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
#homeVideothree {
  max-width: 1120px;
  width: 100%;
}
.service-details-img {
  margin-bottom: 30px;
}
.service-details {
  margin-top: -91px;
  position: relative;
}
.service-details-lines li:before {
  content: ">>";
  margin-right: 10px;
  font-weight: 500;
  position: absolute;
  left: 0;
}
.service-details-lines li {
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}
.ervice-details {
background: var(--white);
  color: var(--black);
}
.analytics-img{
  position: relative;
  padding-top: 95%;
  overflow: hidden;
  display: block;
}
.analytics-img h2 {
  position: absolute;
  color: var(--white);
  padding: 15px 20px;
  opacity: 0;
  bottom: -70px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.analytics-img:hover h2 {
  opacity: 1;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.analytics-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.article-section-resources .section-title {
  position: relative;
}
.article-section-resources .section-title:before {
  content: "";
  position: absolute;
  width: 1170px;
  height: 41px;
  top: -41px;
  background-color: var(--white);
  left: -15px;
}
.article-section-resources .blog-content-top h4 {
  margin-top: 10px;
        display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
}
.article-section-resources{
background-color: var(--white);
color: var(--black);
}
.johnatanDoe-right label{
  font: var(--h4);
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}
.article-section-two::before{
  display: none;
}
/****************** 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%;
} 
.aboutpage-btm-sec .about-us-box {
  padding: 25px 18px;
  border: 1px solid var(--border-color);
  position: relative;
}
.aboutpage-btm-sec .about-us-box p{
        display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
}
.aboutpage-btm-sec .about-us-box svg {
  fill: var(--theme-color)
}
.aboutpage-btm-sec .section-title {
  max-width: 900px;
}
.aboutpage-btm-sec .section-title p {
  margin-top: 24px;  
}
.about-us-section .section-title { 
  margin: 0 auto 50px;
}  
.about-us-section .about-us-box svg {
  width: 24px;
  height: 24px; 
  position: absolute;
  top: 15px;
  right: 15px;
}  
.about-us-section .about-us-box h4 {
  margin-bottom: 15px;
}
.about-us-section .about-us-box svg path{
  fill: var(--white);
}
.about-us-section .about-us-box img {
  position: absolute;
  top: 25px;
  right: 20px;
}
/******************  privacy pollicy PAGES CSS *****************/
.cms-page p:not(:last-of-type) {
  margin-bottom: 25px;
}
.cms-page h3, .cms-page h4, .cms-page h5 {
  margin: 20px 0;
}
.cms-page p a {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
.cms-page ul {
  margin: 20px;
}
.cms-page ul li {
  list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
  margin-bottom: 9px;
}
/****************** CONTACT PAGE CSS ******************/
.contact-form .form-group .nice-select:after{
  background: url(../images/menu-dropdown-blk.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}
.contact-right-column {
  margin-top: -270px;
}
.contact-form textarea.form-control::-webkit-input-placeholder{
  color: var(--black);
}
.contact-form textarea.form-control::-moz-placeholder{
  color: var(--black);
}
.contact-form textarea.form-control:-ms-input-placeholder{
  color: var(--black);
}
.contact-form textarea.form-control::-ms-input-placeholder{
  color: var(--black);
}
.contact-form textarea.form-control::placeholder{
  color: var(--black);
}
.contact-page .contact-form input::-webkit-input-placeholder {
  color: var(--black);
}
.contact-page .contact-form input::-moz-placeholder {
  color: var(--black);
}
.contact-page .contact-form input:-ms-input-placeholder {
  color: var(--black);
}
.contact-page .contact-form input::-ms-input-placeholder {
  color: var(--black);
}
.contact-page .contact-form input::placeholder {
  color: var(--black);
}
.contact-form input.form-control, .contact-form .nice-select.form-control, .contact-form textarea.form-control {
  border-color: var(--black) !important;
  color: var(--black) !important;
}
.contact-form {
  padding: 24px 20px;
  border: 2px solid var(--theme-color); 
  background: var(--white);
  position: relative;
  z-index: 1;
  color: var(--black);
}
.submit-btn {
  width: 100%;
  padding: 14px 10px;
  text-transform: capitalize;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-right-inner {
  position: relative;
  z-index: 1;
}
.contact-right-inner h2 {
  color:var(--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: 12px;
  line-height: 26px;
}
/****************** FAQS PAGE CSS ***************/
.faq-search-form {
  max-width: 400px;
  margin: 25px 0;
}
.set .acnav-label:after {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(hover-menu.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.faq-page{
  padding-bottom: 40px;
}
.faqs-container.row {
  margin-bottom: 40px;
}
.set {
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.set .acnav-label {
  padding: 15px 35px 15px 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.set .acnav-list {
  padding: 15px;
  border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
  font-size: 14px;
}
.faq-search-form .input-wrapper input {
  border-color: var(--theme-color);
  padding: 15px 53px 15px 15px;
  color: var(--theme-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.faq-search-form .input-wrapper input::-webkit-input-placeholder{
  color: var(--theme-color);
}
.faq-search-form .input-wrapper input::-moz-placeholder{
  color: var(--theme-color);
}
.faq-search-form .input-wrapper input:-ms-input-placeholder{
  color: var(--theme-color);
}
.faq-search-form .input-wrapper input::-ms-input-placeholder{
  color: var(--theme-color);
}
.faq-search-form .input-wrapper input::placeholder{
  color: var(--theme-color);
}
.faq-search-form .input-wrapper .btn-subscibe {
  background-color: var(--black);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  padding: 10px;
  border: none;
  outline: 0; 
  height: auto;
}
.faq-search-form .input-wrapper .btn-subscibe svg, .faq-search-form .input-wrapper .btn-subscibe svg path {
  fill: var(--white);
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner .btn-secondary {
  background: var(--white);
  color: var(--black);
}
.blog-page-banner {
  color: var(--white);
}
.blog-page-banner .section-title {
  margin-bottom: 30px;
  color: var(--white);
}
.blog-grid-section .section-title .subtitle {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.blog-cat li   {
  padding: 10px 14px;
  color: var(--white);
  background: transparent;
  border-radius: 50px;
  font-size: 13px;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.blog-cat li.active {
  background: var(--theme-color);
  color: var(--white);
}
.blog-grid .blog-widget-inner {
  border-color: var(--theme-color);
}
.blog-grid .blog-caption {
  border-top: 1px solid var(--theme-color);
}
.blog-grid .blog-btn {
  background: var(--theme-color);
}
.blog-grid .blog-btn svg {
  fill: var(--white);
}
.blog-grid .blog-widget {
  margin-bottom: 30px;
}
.blog-head-row {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.blog-col-left ul li a {
  padding: 10px 15px;
  font-size: 14px;
  display: block;
  position: relative;
  opacity: 0.5;
  font-weight: 600;
}
.blog-col-left ul li a:before {
  content: '';
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--white);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.blog-col-left ul li a:hover:before,
.blog-col-left ul li.active a:before {
  opacity: 1;
}
.blog-col-left ul li a:hover,
.blog-col-left ul li.active a {
  opacity: 1;
}
.blog-col-right .select-lbl {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}
.blog-col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-col-right .nice-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding: 10px 20px 10px 15px;
  font-size: 12px;
}
.blog-col-right .nice-select:after {
  right: 0;
}
.blog-grid-section .section-title h2 b {
  font-style: normal;
}  
.blog-page-banner .common-banner-content p {
  margin-bottom: 30px;
        display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
}
.blog-grid-row {
  margin-bottom: -30px;
}
.blog-grid-row .blog-itm {
  margin-bottom: 30px;
}
.blog-grid-section .blog-itm-inner {  
  border-color:var(--theme-color); 
  padding: 0;
}
.blog-grid-section .blog-contnt-bottom .link-btn::before {
  background: var(--theme-color);
}
/*************  ARTICLE PAGE CSS **************/
.article-banner .common-banner-content .back-btn {
  margin: 0 auto 26px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.blog-slider2 {
  margin: 0 -10px;
}
.common-banner-content .back-btn span svg path {
  fill: var(--theme-color);
}
.aboutpage-btm-sec .section-title p {
  width: 100%;
  max-width: 100%;
}
.article-section .about-user {
  margin-bottom: 40px;
}
.article-banner .blog-cat {
  margin: 40px 0;
}
.post-lbl {
  margin-left: 50px;
}
.article-section .abt-user-img {
  border-color: var(--second-color);
}
.article-section .section-title h2 {
  max-width: 550px; 
  text-transform: unset;
}
.aticleleftbar h5 {
  margin:0 0 20px 0;
  font-weight: normal;
  line-height: 1.5;
  text-transform: unset;
}
.related-blogs {
  background: transparent;
  color: var(--second-color);
}
.related-blogs .section-title{
  color: var(--second-color);
  border-top: 1px solid var(--border-color);
}
.aticleleftbar p {
  margin-bottom: 25px;
}
.aticleleftbar img {
  margin-bottom: 15px;
}
.art-auther {
  margin-bottom: 50px;
  font-size: 14px;
}
.quote-box {
  position: relative;
  padding: 40px 0 40px 60px;
}
.quote-box h3 {
  font-weight: 500;
  text-transform: unset;
  font-size: 18px;
  line-height: 1.3;
}
.quote-box svg {
  position: absolute;
  left: 0;
}
.quote-box svg path {
  fill: var(--second-color);
}
.article-socials li a {
  height: 28px;
  width: 28px;
  background: var(--second-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.article-socials li a svg { 
  height: 12px;
  width: 12px;
}
.article-socials li a svg path{
  fill: var(--white);
}
.article-socials li:not(:last-of-type) {
  margin-right: 10px;
}
.article-socials li span {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.blog-media {
  position: relative;
}
.about-pro h6 span {
  display: block;
  font-style: italic;
  font-weight: 400;
}  
.about-pro h6 {
  margin-right: 20px; 
  font-weight: 700;
}
.abt-user-img {
  border: 1px solid var(--white);
  border-radius: 72.2951px;
  width: 60px;
  height: 60px;
  padding: 5px;
  margin-right: 15px;
  -webkit-border-radius: 72.2951px;
  -moz-border-radius: 72.2951px;
  -ms-border-radius: 72.2951px;
  -o-border-radius: 72.2951px;
}
.abt-user-img img { 
  width: 100%;
  height: 100%;
}
.about-user h6 span {
  font-weight: 700;
font-size:12px;
line-height:1;
}
.about-user h6 {
  font-weight: 400;
}
.aticleleftbar img {
  width: 100%;
}
.articlerightbar .blog-itm{ 
  padding: 0;
}
.articlerightbar .blog-itm:not(:last-of-type){
  margin-bottom: 30px;
}
/*****************  REGISTER PAGE CSS ***************/
.back-toshop {
  margin-bottom: 30px;
}
.my-account-page .back-toshop {
  margin-bottom: 0;
}
.register-page .back-toshop {
  margin-bottom:0;
}
.form-wrapper h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.form-wrapper .form-heading h4 {
  margin-bottom: 0;
}
.form-wrapper h4 b {
  font-family: var(--first-font);
  font-style: normal;
  font-weight: 600;
}
.form-wrapper form {
  border: 1px solid var(--border-color);
}
.form-container {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}
.form-footer {
  padding-top: 30px;
}
.form-container:last-child {
  border-bottom: 0;
}

/****************  LOGIN PAGE CSS ***************/
.login-form .submit-btn {
  max-width: 170px;
  margin: 0 0 0 15px; 
}
.login-form .form-footer {
  padding: 0;
}
.forgot-pass {
  color: red;
  text-decoration: underline;
  font-size: 14px;
}
.login-form p {
  margin-bottom: 15px;
} 
.reg-lbl {
  font-size: 14px;
  margin-right: 10px;
}
.login-form .form-heading h4 {
  margin-bottom: 0;
  font-weight: 600;
}
/**************** MY ACCOUNT PAGE CSS ******************/
.my-acc-rightbar h2 {
  font:var(--h3);
} 
.form-control-date:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: url(../images/Vector.svg);
  background-repeat: no-repeat;
  top: 28%;
  bottom: auto;
  right: 16px;
}
.my-acc-leftbar {
  border: 1px solid var(--border-color);
}
.my-acc-leftbar li:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
}
.account-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  opacity: 0.5;
}
.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;
}
.my-acc-leftbar li a:hover,
.my-acc-leftbar li.active a {
  opacity: 1;
}
.my-acc-leftbar li a svg path {
  fill: var(--white);
}
.my-acc-leftbar h4 {
  padding: 15px 15px 5px;
}
.my-acc-head {
  margin-bottom: 50px;
}
.my-acc-rightbar .account-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.my-acc-rightbar .account-list li a {
  border: 1px solid var(--white);
  width: 100%;
}
.my-acc-rightbar .account-list li.active a svg path,
.my-acc-rightbar .account-list li a:hover svg path {
  fill: var(--white);
}
.my-acc-rightbar .account-list li.active a,
.my-acc-rightbar .account-list li a:hover {
  opacity: 1;
  color: var(--white);
  background: var(--theme-color);
}
.account-list li.logout-link a svg path {
  fill: red;
}
.account-list li.logout-link a {
  opacity: 1;
  color: red;
}
.my-acc-right-content {
  padding-bottom: 50px;
}
#scroll {
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
}
.acc-back-btn-wrp button svg {
  width: 16px;
}
.acc-back-btn-wrp .back-btn-acc svg {
  margin-left: 0;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
.back-btn-acc svg {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  margin: 0 10px 0 0;
}  
.order-history-tbl tr th:first-child,
.order-history-tbl tr td:first-child {
  padding-left: 0px;
}
.order-history-tbl tr th {
  padding-top: 15px;
  text-transform: capitalize;
}
.order-history-tbl tr th:last-child,
.order-history-tbl tr td:last-child {
  padding-right: 15px;
}
.order-history-tbl tr th:nth-child(5),
.order-history-tbl tr td:nth-child(5) {
  text-align: left;
}
.order-history-tbl tr th:nth-child(6),
.order-history-tbl tr td:nth-child(6) {
  text-align: center;
}
.order-history-tbl tr td {
  font-weight: 400;
}
.right-result-tbl {
  padding: 20px 15px 0;
  font-size: 14px;
  border-top: 1px solid var(--border-color);
}
.order-confirm-details {
  border: 1px solid var(--border-color);
  padding: 20px;
  width: 100%;
}
.order-confirmation-body {
  padding: 10px 15px;
  border-top: 1px solid var(--border-color);
}
.order-confirmation h4 {
  padding: 15px;
}
.order-confirmation {
  border: 1px solid var(--border-color);
}
.order-confirm-details h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.order-confirm-details p {
  font-size: 14px;
  margin-bottom: 30px;
}
.order-confirm-details .link {
  font-size: 14px;
}
#tab-7 .form-container {
  padding-right: 0;
}
#tab-6 .order-history-tbl {
  border: 1px solid var(--border-color);
}
#tab-6 .order-history-tbl .qty-spinner button {
  width: 22px;
}
#tab-6 .order-history-tbl tr th:nth-child(6),
#tab-6 .order-history-tbl tr td:nth-child(6) {
  text-align: right;
}
.dated b {
  display: block;
}
.order-paymentcol {
  padding: 20px 0;
  max-width: 27.5%;
  width: 100%;
  text-align: right;
  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;
}
.order-paymentcol:nth-child(3) {
  max-width: 45%;
  text-align: left;
  background: var(--theme-color);
  color: var(--white);
}
.ttl-pric {
  font-size: 20px;
  font-weight: 800;
  margin-top: 6px;
}
.wishcount {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}
#tab-8 .order-confirmation-body {
  border: 0;
  padding: 0;
}
#tab-8 .order-confirmation-body table tr:first-of-type{
  border-top: 1px solid var(--border-color);
}
#tab-8 .order-confirmation-body table tr {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
#tab-8 .form-container {
  padding-right: 0;
  padding-bottom: 0;
}
/* ============================================= */
/* !!!!             Shopify CSS             !!!! */
/* ============================================= */
.continue-btn svg path {
  fill: var(--black);
}
.acc-back-btn-wrp{
gap:5px;
}
.service-analytics {
  background-color: var(--white);
  color: var(--black);
}
body:not(.index) .fixed-headr-left {
  display: none;
}
button {
border: none;
-webkit-box-shadow: none;
        box-shadow: none;
cursor: pointer;
}
.no-js:not(html) {
display: none !important;
}
.addresses h4 {
  margin: 0 0 20px;
}
.add-default .acc-details {
  margin: 0 0 20px;
}
.addresses select {
background: url(hover-menu.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;
}
label.color-swatch {
padding: 5px;
display: inline-block;
font-size: 13px;
}
.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;
}
/*===========================feature CSS start=======================*/
/* currency */
.currency select {
  color: var(--black);
  border: none;
  padding: 0;
}
li.currency {
  margin-left:0;
}
/* ========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(--theme-color);
color:var(--white);
z-index: 4;
-webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
overflow: auto;
}
.quickview_popup_data .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quickview_popup_data .product-page-first-section{
background: none;
}
.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;
background:var(--second-color);
}
.quickview_popup_data .pdp-right-column .qnty-btn-wrp .quantity-select{
-webkit-box-flex:1;
    -ms-flex:1;
        flex:1;
}
.quickview_popup_data .pdp-right-column .section-title h2{
 max-width: 100%;
 text-align: left;
  overflow: hidden;
 -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
font:var(--h3);
  line-height:1.3;
}
.quickview-popup .cart-form .product-form__submit{
width:100%;
}
.quickview-popup .cart-form .product-form__submit:hover{
border-color:var(--white);
}
.quickview-popup .cart-form .product-form__submit svg path{
fill:var(--black);
}
.quickview_popup_data .pdp-right-column .qty-spinner button svg path{
fill:var(--second-color);
}
.quickview_popup_data .pdp-right-column .qty-spinner input{
color:var(--second-color);
}
.quickview_popup_data p {
 overflow: hidden;
 -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.quickview_popup_data .pdp-right-column{
  text-align: left;
  width: auto;
}
.quickview_popup_data .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quickview_popup_data{
 padding: 40px 0px 30px;
}
.qv-price{
margin-top:15px;
}
.qv_select__select {
  margin-top: 10px;
  border: solid 1px var(--second-color);
  width: 70%;
  background: url(down-arrow.svg) no-repeat;
  background-size: 10px;
  background-position: calc(100% - 15px) 50%;
color:var(--second-color);
}
.quickview_popup_data .wishlist svg path{
fill: var(--black);
}
.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: 15px 0 0;
  gap: 20px;
}
.quickview_popup_data .pdp-right-column .qty-spinner button, .qty-spinner input {
  width: 100%;
  max-width: 100px;
}
.quickview_popup_data .qty-spinner {
  height: 37px;
}
.qv-price ins{
font-size: 22px;
  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;
}
.quickview_popup_data .pdp-right-column .section-title h2,.quickview_popup_data .pdp-right-column .section-title{
margin-bottom:15px;
}
.quickview-popup::-webkit-scrollbar,
.size-popup .size-form::-webkit-scrollbar,
.template-search__search .predictive-search::-webkit-scrollbar{
  width: 5px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar{
width:5px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb,
.size-popup .size-form::-webkit-scrollbar-thumb,
.template-search__search .predictive-search::-webkit-scrollbar-thumb{
background-color:var(--theme-color);
}
.quickview-popup::-webkit-scrollbar-thumb{
  background-color: var(--border-color);
}
.quickview-popup::-webkit-scrollbar-track,.cartDrawer .mini-cart-body::-webkit-scrollbar-track ,
.size-popup .size-form::-webkit-scrollbar-track,.template-search__search .predictive-search::-webkit-scrollbar-track{
  background: #c3beb52e;
}
.qv-price del {
  margin-left:5px;
}
/*======================= 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: 16px 15px !important;
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn {
  text-align:center;
}
.product .jdgm-rev-widg .jdgm-rev-widg__summary {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.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  rgba(51, 153, 153, 0.1);
  padding-top: 10px;
}
.jdgm-paginate {
  border-top: none !important;
}
.jdgm-row-rating {
  border-bottom: 1px solid rgba(51, 153, 153, 0.1);
  border-color: var(--jdgm-secondary-color);
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.jdgm-widget.jdgm-widget {
  margin-bottom: 15px;
}
.pdp-summery .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;
  line-height: 1;
}
.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-write-rev-link.jdgm-write-rev-link , .jdgm-form-wrapper,.jdgm-review-widget .jdgm-form .jdgm-star,.jdgm-review-widget .jdgm-form input[type="text"],
.jdgm-review-widget .jdgm-form input::placeholder,.jdgm-review-widget .jdgm-form textarea,.jdgm-review-widget .jdgm-form textarea::placeholder,.jdgm-review-widget .jdgm-form .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
color:var(--theme-color) !important;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev{
 color:var(--theme-color) !important;
border-color:var(--theme-color) !important;
}
.jdgm-widget input[type="submit"].jdgm-btn--solid {
  color:var(--theme-color) !important;
}
.product-main-section .pdp-summery .jdgm-prev-badge{
-webkit-box-pack:start;
    -ms-flex-pack:start;
        justify-content:start;
}
/* ====compare and wishlist======== */
.compare-prod-remove svg, .wishlist-prod-remove svg {
  margin: 0 auto;
  cursor:pointer;
}
.pro-compare.active svg path {
  fill: green;
}
.compare-head .section-title, .wishlist-head .section-title{
text-align:center;
}
.pro-compare-wrap .pro-compare-left, .pro-wishlist-wrap .pro-wishlist-left {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.pro-compare-section, .pro-wishlist-section {
  padding-top: 70px;
}
.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);
color:var(--black);
  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 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:50px;
}
.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: 130px;
}
.pro-compare-section .cart-form .product-form__submit,.pro-wishlist-section .cart-form .product-form__submit{
width:auto;
  padding: 15px 10px;
  min-width: 130px;
}
.pro-compare-section .cart-form .product-form__submit svg path,.pro-wishlist-section .cart-form .product-form__submit svg path{
  fill:var(--black);
}
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn {
padding: 13px 15px;
margin-top:15px;
border-radius:50px;
border: 1px solid var(--theme-color);
background:var(--theme-color);
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 .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
}
/* .notify-sold .notify-btn:hover,
.notify-sold .notify-btn:focus {
transform: translateY(-5px);
  box-shadow: 0 11px 10px -10px #cfcfcf;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
} */
.out-of-stock-form {
position: fixed;
top: 50%;
padding: 50px 30px;
left: 0;
right: 0;
max-width: 32%;
max-height: calc(100% - 100px);
width: 100%;
margin: 0 auto;
text-align: center;
background-color: var(--second-color);
z-index: 5;
-webkit-transition: all ease-in-out .4s;
-o-transition: all ease-in-out .4s;
transition: all ease-in-out .4s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
overflow: auto;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(.9);
    -ms-transform: scale(.9);
        transform: scale(.9);
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.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(--black);
}
.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 110px 15px 15px;
background: transparent;
color: var(--black);
border-color:var(--black);
}
.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(--black);
}
.notify-send-btn input::-ms-input-placeholder {
color: var(--black);
}
.notify-send-btn button {
position: absolute;
top: 0;
right: 0;
height: 45px;
width: auto;
padding: 10px 35px;
border: 1px solid var(--black);
background: var(--black);
color: var(--white);
}
.product-main-section .notify-sold .notify-btn{
margin-top: 0;
  background: var(--second-color);
  border-color: var(--second-color);
  color: var(--theme-color);
  border-radius: 0;
width:100%;
}
.product-main-section .notify-sold{
width:50%;
}
/*===========================feature CSS end=======================*/
/***** 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: 20px;
  height: 20px;
}
.lang-dropdown svg path {
  fill: var(--black);
}
/* .lang-dropdown .nice-select {
border: 0;
font-family: var(--first-font);
font-size: 14px;
font-weight: 500;
line-height: 1;
padding: 0px;
background: none;
} */
.disclosure__list-wrapper {
position: absolute;
top: 100%;
right: 0;
min-width: 140px;
z-index: 2;
width: 100%;
overflow: hidden;
margin: 4px 0 0;
opacity: 1;
pointer-events: auto;
background-color: var(--white);
transition: all .4s ease-in-out 0s;
-o-transition: all .4s ease-in-out 0s;
-webkit-transition: all .4s ease-in-out 0s;
-moz-transition: all .4s ease-in-out 0s;
-ms-transition: all .4s ease-in-out 0s;
transform: scaleY(1);
-ms-transform: scaleY(1);
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  box-shadow: 0 0 0 1px #4444441c;
}
.disclosure__list-wrapper.hide{
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
}
.disclosure__list-wrapper .disclosure__item {
padding:0px;
}
.disclosure__list-wrapper .disclosure__item a{
font-size: 14px;
letter-spacing: 0.5px;
   padding: 10px;
color: var(--theme-color) !important;
width: 100%;
}
.disclosure__list-wrapper .disclosure__item a:hover {
  background-color: #f3f0ee;
}
.disclosure__list-wrapper .disclosure__item a.disclosure__link--active {
  font-weight: 700;
  background-color: #f3f0ee;
}
/*------------------- 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-message-error,
.form-error .errors {
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);
color: var(--black);
}
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 {
-webkit-box-pack: left;
    -ms-flex-pack: left;
        justify-content: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
line-height: 1;
padding: 0 !important;
}
.profile-header .menu-dropdown li:last-child {
margin: 0 !important;
}
.subscribe-overlay {
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-ms-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
left: 0;
top: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 3;
background: rgba(0, 0, 0, 0.7);
visibility: hidden;
opacity: 1;
}
.subscribe-overlay.open {
opacity: 1;
visibility: visible;
}
/*============SHF order =============*/
.order h2 {
  margin: 0 0 30px;
}
.order .add-details h4 ,.order .order-detail h4 {
margin: 0 0 15px;
color: var(--theme-color);
  display:block;
}
.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: 12px;
-moz-border-radius:12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
}
#comments .errors {
border: 1px solid #ff0000;
padding: 15px;
margin: 30px 0 0;
border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
}
#comments .errors li {
color: #ff0000;
margin: 0 0 5px;
}
#comments .errors li:last-child {
margin: 0;
}
.article-comment h4 {
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 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 {
text-align: center;
}
.acc-order-history h4,.account-details h4 {
margin: 0 0 10px;
display:block
}
.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);
}
.add-default .btn {
padding: 10px 30px;
margin: 0 10px 0 0;
}
.add-default .acc-back-btn-wrp .btn{
margin:0;
}
.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 svg {
width: 16px;
margin-left: 6px;
}
.acc-back-btn-wrp .back-btn-acc svg {
margin-left: 0;
}
.established-fact-section.padding-top {
  padding-top: 80px;
}
/*======================= 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;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
text-align: center;
color: var(--white);
background: none;
padding: 15px 20px;
outline: none;
cursor: pointer;
position: relative;
font-size: 14px;
transition: all ease-in-out .3s;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
border: 1px solid var(--white);
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
border-radius:0;
-webkit-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;
-ms-transition: all ease-in-out .3s;
-o-transition: all ease-in-out .3s;
text-transform: uppercase;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
background: var(--white) !important;
color: var(--black) !important;
border: 1px solid var(--white) !important;
}
/* new add css  */
.spr-summary-actions-newreview {
text-decoration: underline !important;
}
.spr-form-message-success {
  padding: 0;
  margin: 10px 0 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 20px;
}
/*=========== SHF wishlist page ===============*/
#customer_login_link,
#customer_register_link {
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(--border-color);
color: var(--white);
background: transparent;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
font-size: 12px;
line-height: 1;
font-weight: 600;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-ms-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
text-transform: uppercase;
}
#customer_login_link:hover,
#customer_register_link:hover {
background: var(--theme-color);
color: var(--white);
}
.card__media {
position: relative;
}
.product-card-image .hover-img {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
bottom: auto;
left: 0;
right: 0;
}
.product-card-image:hover .hover-img {
opacity: 1;
visibility: visible;
}
.product-card-image:hover .default-img {
  opacity: 0;
  visibility: hidden;
}
.product-type {
font-size: 12px;
line-height: 1;
margin-bottom: 10px;
}
table.order-history {
  margin: 30px 0 0;
}
/*================ instagram ===================*/
#instagenie-feed {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#instagenie-feed h2 {
  margin: 0 0 30px !important;
  font: var(--h2) !important;
}
.instagenie-branding {
  display: none;
}
.lSAction {
  display: none !important;
}
.left-side-wrapper .product-write-review {
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-side-wrapper .product-write-review svg {
  width: 15px;
  height: 13px;
}
.innerwimg {
  position: relative;
} 
.wishpg .innerwimg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.wishpg .innerwimg > a.wishremove {
  padding: 0;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 20px;
  display: block;
}
.wishpg .innerwimg > a.wishremove span.addtowish {
  position: relative;
  top: auto !important;
  left: auto;
  right: auto !important;
  display: block;
}
.site-footer .footer-widget h4 {
  max-width: 100%;
  width: 100%;
}
.blog-top-content .product-title {
  margin-bottom: 10px;
}
.blog-top-content .blog-card-author-name {
  margin-top: 10px;
}
.predictive-search-main .predictive-search__item {
  display: block;
  padding-top: 55%;
  position: relative;
}
.predictive-search-main a img {
 position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.blog-page-banner .common-banner-content h5 {
  margin-top: 10px;
}
.blog-grid-row .blog-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.review-close-icon svg line {
  stroke: var(--white);
}
.annoucebar-bottom a {
  margin-left: 10px;
}
.card-bottom-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
} 
.facet-checkbox .feather-check {
  z-index: 2;
} 
.wishpg .innerwimg>a {
  display: block;
  width: 100%;
  padding-top: 70%;
}
.predictive-search__heading {
  margin: 0 0 25px !important;
}
.shopify-app-block #instagenie-feed {
  padding-bottom: 70px;
}
.blog-section {
  padding-top: 0 !important;
}
/* 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 30px;
background: var(--black);
color: var(--white);
border: 1px solid var(--border-color);
z-index: 5;
-webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.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 .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 path {
fill: var(--white);
}
.subscribe-popup p {
letter-spacing: 1px;
max-width: 330px;
margin: 0 auto 25px;
}
.subscribe-popup .close-sub-btn svg {
height: 100%;
width: 100%;
}
.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%);
}
/* Mini  Cart footer css */

.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;
}
.subscriber-form input {
  padding: 15px 40px 15px 20px;
}
.subscribe-popup svg path {
  fill: var(--white);
}
.established-left .btn-secondary {
  background: var(--second-color);
  color: var(--black);
}
.established-left .btn-secondary svg path {
  fill: var(--black);
}
.established-fact-section .col-md-3.col-sm-6.col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.established-box-leb {
  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%;
}
.established-box {
  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%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.established-cout {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.review-section-leb .col-lg-3.col-sm-6.col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-section-leb .review-item-inner:hover .review-item-star img{
    -webkit-filter: invert(1);
            filter: invert(1);
}
.review-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.review-item-inner p {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.services-box-top img {
  width: 100%;
}
.contact-page .btn svg path, .register-page .btn svg path  {
  fill: var(--black);
}
/*------------------- SHF appointment page ---------------------------*/
input[type="date"]::-webkit-calendar-picker-indicator,input[type="time"]::-webkit-calendar-picker-indicator {
color: transparent;
background: transparent;
}
.appointment-main-section .appoint-form-common .form-group input[type="date"].form-control{
background-image: url(cal.png);
background-repeat: no-repeat;
background-size: 13PX;
background-position: calc(100% - 20px) 50%;
}
.appointment-main-section .appoint-form-common .form-group input[type="time"].form-control{
background-image: url(time.png);
background-repeat: no-repeat;
background-size: 13PX;
background-position: calc(100% - 20px) 50%;
}
.footer-widget .social-ul li a {
  display: block;
}
.appointment-main-section .appoint-form-common .form-group select.form-control{
  background-image: url(hover-menu.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 12px;
}
.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%;
}
.footer-subscribe .subtitle{
margin-bottom:5px;
}
.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: translate(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: .4s all;
  -webkit-transition: .4s all;
  transition: .4s all;
}
.header-style-one .menu-right .cartDrawer {
  padding: 0;
}

.cartOpen .cartDrawer {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.cartDrawer .mini-cart-header {
  position: relative;
  text-align: center;
  padding: 17px 30px 16px;
  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 .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;
}
.webi-mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--second-color);
}
.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-txt svg {
  width: 22px;
  height: 22px;
}
.site-header .menu-right .coupan-txt svg {
  margin: 0;
}
.coupan_code {
  position: relative;
  margin-bottom: 15px;
}
.coupan_code input {
  height: 45px;
  width: 100%;
  border-color: var(--second-color);
  padding: 14px 110px 14px 15px;
color:var(--black);
}
.coupan_code input::-webkit-input-placeholder{
color:var(--black);
}
.coupan_code input::-moz-placeholder{
color:var(--black);
}
.coupan_code input:-ms-input-placeholder{
color:var(--black);
}
.coupan_code input::-ms-input-placeholder{
color:var(--black);
}
.coupan_code input::placeholder{
color:var(--black);
}
.webi-mini-cart-footer .checkout-btn svg path{
  fill:var(--black);
}
.site-header .menu-right .apply-coupan-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}
.site-header .menu-right .apply-coupan-btn a,.home-header.header-style-one .main-navigationbar li .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;
}
.mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color);
  margin: 0 -10px 20px;
}
.mini-cart-footer-total-row div {
  padding: 0 10px;
}
.cartDrawer .price .currency-type {
  font-weight: 500;
  font-size: 10px;
  margin-left: 3px;
  display: inline-block;
}
.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;
}
.webi-mini-cart-footer .link-btn,.home-header.header-style-one .main-navigationbar li .webi-mini-cart-footer a.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-style-one .menu-right li .webi-mini-cart-footer a.link-btn svg{
margin:0;
margin-left:10px;
}
.header-style-one .menu-right li .webi-mini-cart-footer a.link-btn svg path{
fill:var(--theme-color);
}
.header-style-one .menu-right li .webi-mini-cart-footer a.link-btn{
color:var(--theme-color);
}

.mini-cart-image {
  width: 80px;
    border: 1px solid var(--second-color);
}

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

.mini-cart-image a ,.header-style-one .menu-right li .mini-cart-item .mini-cart-image a {
  display: block;
  padding-top: 150%;
  position: relative;
}
.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%;
}
.header-style-one .menu-right li a.mini-cart-title {
color: var(--theme-color);
  text-align: left;
overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cart-variable .swatch-lbl{
margin-top:10px;
color:var(--black);
margin-bottom:10px;
}
.cartDrawer .qty-spinner {
  height: 35px;
margin-bottom:10px;
}
.qty-spinner {
  border: 1px solid var(--second-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  height: 42px;
  width: 100%;
}
.qty-spinner input, .cartDrawer .qty-spinner input {
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30px;
  color: var(--black);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.qty-spinner button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* .cart-item__price-wrapper {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
color:var(--black);
} */
.qty-spinner button svg {
  margin: auto;
  height: 10px;
  width: 10px;
  pointer-events: none;
}
.qty-spinner button svg path,.header-style-one .main-navigationbar li .cartDrawer a.remove_item svg path{
fill:var(--black);
}
.cart-item__price-wrapper.price ins{
font-size:14px;
}
.header-style-one .main-navigationbar li .cartDrawer a.remove_item svg{
   height: 15px;
  width: 15px;
}
.header-style-one .main-navigationbar li .cartDrawer a.remove_item svg path{
fill:red;
}
.header-style-one .menu-right li.cart-header {
  cursor: pointer;
    margin-right: 15px;
  position: relative;
}
.cartOpen .cart-header .closecart {
  opacity: 1;
  visibility: visible;
}
.cart-header .closecart {
  position: fixed!important;
  right: 424px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.cart-header .main-cart{
line-height:1;
}
.header-style-one .menu-right li.cart-header a svg {
  fill: var(--white);
}
.header-style-one .menu-right li.cart-header a.hcart svg path{
fill:var(--black);
}
.header-style-one .count {
  position: absolute;
  top: -9px;
  right: -11px;
  height: 20px;
  width: 19px;
  background: #FE4D4D;
      background: var(--second-color);
  color: var(--theme-color);
  font-size: 10px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.menu-overlay:after, .overlay.active,
.cartOpen .overlay:after,
/* .notify-active .overlay:after, */
.quick-active .overlay:after
/* .cartOpen header:after, */
/* .active-menu header:after,
.quick-active header:after,
.notify-active header:after,
.mobile-open header:after */
{
  content: " ";
  z-index: 4;
  background: #000000bd;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty path {
  fill: var(--black);
}

.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__empty-text{
 margin: 15px 0;
}
.cartDrawer.is-empty .cart__warnings {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0;
  color: var(--black);
text-align: center;
}
.cartDrawer.is-empty .cart__warnings svg {
margin: 0 auto;
}
.desk-only, .hidden, .visually-hidden, [hidden] {
  display: none!important;
}

.featured-cat-slider .product-card {
  padding: 0 10px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-featured-section .product-card .product-card-inner,
.recentlyview .product-card .product-card-inner,
.collection .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;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--second-color);
  position: relative;
}
.card__media {
  position: relative;
}
.product-image a {
  position: relative;
  display: block;
  padding-top: 100%;
  transition: all ease-in-out .6s;
  -webkit-transition: all ease-in-out .6s;
  -moz-transition: all ease-in-out .6s;
  -ms-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
}
.product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out .6s;
  -webkit-transition: all ease-in-out .6s;
  -moz-transition: all ease-in-out .6s;
  -ms-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
}
.product-card .product__media-item:not(:first-child){
display:none;
}

.card__media .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute!important;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.card__media:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.product-card-inner .wish-lbl-wrp {
  position: absolute;
  right: 10px;
  top: 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: 5px;
}
.product-card .pro-wishlist, .product-card .pro-compare, .product-card .quickview-btn {
  opacity: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--second-color);
  background-color: var(--second-color);
  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;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translate(50px);
      -ms-transform: translate(50px);
          transform: translate(50px);
}
.product-card .pro-compare, .compare-label svg, .product-card .pro-wishlist, .wishlist-label svg {
  cursor: pointer;
}

.product-card .quickview-btn svg path,
.product-card .pro-compare svg path{
fill: var(--black);
}

.product-card:hover .pro-wishlist, .product-card:hover .pro-compare, .product-card:hover .quickview-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.product-content {
  padding: 15px;
  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%;
}
.product-top-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.product-top-content p{
margin-bottom:15px;
}
.product-top-content p:empty{
display:none !important;
}
.product-top-content h3 {
  font: var(--h4);
  margin-bottom: 15px;
}
.product-top-content .review-wrapper .pro-labl {
  margin-bottom: 10px;
}
.jdgm-widget.jdgm-widget {
  margin-bottom: 15px;
}
.product-top-content h3 a{
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.featured-cat-slider .product-card .product-top-content p.product-description, .product-card .product-top-content p.product-description {
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-bottom-content .price ins {
  font-size: 20px;
  padding-right: 5px;
}
.product-bottom-content .price{
color:var(--black);
font-size:14px;
margin-top:0;
}
.product-bottom-content .product-form {
  margin-top: 15px;
  display: block;
}
.product-card .select-box .nice-select{
  border: 1px solid var(--white);
  color: var(--white);
  margin-bottom: 15px;
padding: 10px 35px 10px 15px;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
      background: url(angle-down-solid.svg);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
  background-size:12px;
  
}
.featured-cat-slider .product-card .select-box .nice-select{
   background: url(dark-angle-down-solid.svg);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
  background-size:12px;
    color: var(--black);
  border: 1px solid var(--black);
}
.featured-cat-slider .slick-list, .featured-cat-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card .jdgm-preview-badge .jdgm-star.jdgm-star {
  color: var(--black) !important;
  font-size: 12px !important;
}
.product-bottom-content .btn-secondary{
gap:10px;
    padding: 12px 20px;
}
.collection .product-card .select-box .nice-select{
border-color:var(--border-color);
 padding: 10px 35px 10px 15px;
 margin-bottom: 15px;
}
.product-bottom-content .btn-secondary:hover svg path{
fill:var(--white);
}
.product-form button[disabled] {
  opacity: .5;
  cursor: not-allowed;
}
.product-card .pro-wishlist svg path {
  stroke: var(--black);
}
.product-card .pro-wishlist.active svg path {
  stroke: none;
}
/*--product page css---  */
fieldset.product-form__input {
  border: none;
}
.product-form__input input {
  display: none;
}
/* .product-main-section .colors-box input[type=radio]:checked+label.color-swatch {
  border-color: var(--border-color);
  color: var(--border-color);
} */
/* .product-main-section .colors-box label.color-swatch {
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  font-size: 0px;
  border: 2px solid var(--second-color);
  color: var(--second-color);
width:25px;
border-radius:50%;
height:25px;
} */
/**** product page css ****/
.product-main-section{
padding:40px 0 0;
}
.pdp-main-media{
  position: relative;
  padding-top: 106%;
display:block;
}
.pdp-main-media img,.pdp-thumb-slider .pdp-thumb-media  img{
position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pdp-thumb-slider {
margin-top:20px;
}
.pdp-thumb-slider .pdp-thumb-media {
  position: relative;
  padding-top: 100%;
display:block;
}
.pdp-thumb-itm  {
  padding-right:10px;
}
.product .main-price{
margin-bottom:15px;
-webkit-box-pack:justify;
    -ms-flex-pack:justify;
        justify-content:space-between;
}

.product .main-price .quantity-select{
-webkit-box-flex:1;
    -ms-flex:1;
        flex:1;
  gap:10px;
}
.product .main-price .qty-spinner button svg path {
fill:var(--second-color);
}
.product .main-price .qty-spinner input{
color:var(--second-color);
}
.product-main-section .back-btn{
margin-bottom:15px;
}
.product-main-section .review-wrapper{
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: 15px;
  font-size: 16px;
}
.product-main-section .section-title,.product-main-section .pdp-description{
  margin-bottom: 15px;
}
.product-main-section .pdp-summery .jdgm-prev-badge{
-webkit-box-pack:start;
    -ms-flex-pack:start;
        justify-content:start;
}

fieldset.product-form__input{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
  gap:10px;
}
.product-main-section .select-box .nice-select  {
border-color:var(--second-color);
color:var(--second-color);
-webkit-appearance:none;
   -moz-appearance:none;
        appearance:none;
      background: url(angle-down-solid.svg);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
      background-size: 12px;
}

.variant-webi {
  margin: 0 0 20px;
  gap: 10px;
  -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:start;
}
.product-main-section .select-box{
margin-bottom:15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    max-width: 280px;
    width: 100%;
}

.product-main-section .notify-sold .notify-btn{
margin-top: 0;
  background: var(--second-color);
  border-color: var(--second-color);
  color: var(--theme-color);
  border-radius: 0;
width:100%;
   height:100%;
}
.product-main-section .notify-sold .notify-btn:hover,
.product-main-section .notify-sold .notify-btn:focus{
   border-color: var(--second-color);
  color: var(--second-color);
  background:transparent;
}
.product-main-section .notify-sold #notify-me{
  height:100%;
}
.product .product-main-section .pdp-summery .price{
font-size:16px;
}
.product .product-main-section .pdp-summery .price ins{
font-size:24px;
margin-right:5px;
}
.product-main-section .notify-sold{
width:50%;
}
.product .site-header{
border-bottom:1px solid var(--second-color);
}
.jdgm-widget .jdgm-rev-widg .jdgm-star {
  font-size: 12px;
}
.jdgm-widget .jdgm-rev-widg__summary-stars {
  margin-bottom: 10px;
  line-height: 1;
}
.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-write-rev-link.jdgm-write-rev-link , .jdgm-form-wrapper,.jdgm-review-widget .jdgm-form .jdgm-star,.jdgm-review-widget .jdgm-form input[type="text"],
.jdgm-review-widget .jdgm-form input::placeholder,.jdgm-review-widget .jdgm-form textarea,.jdgm-review-widget .jdgm-form textarea::placeholder,.jdgm-review-widget .jdgm-form .jdgm-sort-dropdown{
color:var(--theme-color) !important;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev{
 color:var(--theme-color) !important;
border-color:var(--theme-color) !important;
}
.jdgm-widget input[type="submit"].jdgm-btn--solid,
.jdgm-btn--border{
  color:var(--theme-color) !important;
}
.cart-form .product-form__submit, .cart-form .product-form__buttons {
  width: 50%;
}
.product .pdp-summery .cart-form .product-form__submit{
  border-color:var(--border-color);
  padding:12px 15px;
}
.product .pdp-summery .cart-form .product-form__submit svg path{
      -o-transition: allease-in-out .4s;
      transition: allease-in-out .4s;
    -webkit-transition: allease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}
.product .pdp-summery .cart-form .product-form__submit:hover svg path{
  fill:var(--black);
} 
.cart-form .product-form__submit:hover{
background-color:var(--white);
border-color:var(--white);
color:var(--black);
}

.cart-form .product-form__submit svg path ,.cart-form .product-form__buttons button svg path{
fill:var(--white);
}
.cart-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.jdgm-form input[type="text"]:focus, .jdgm-form input[type="text"]:focus-visible, .jdgm-form input[type="email"]:focus, .jdgm-form input[type="email"]:focus-visible, .jdgm-form input[type="url"]:focus, .jdgm-form input[type="url"]:focus-visible, .jdgm-form textarea:focus, .jdgm-form textarea:focus-visible{
border-color:var(--secfond-color) !important;
}
.jdgm-form input[type="email"]:focus{
color:var(--black);
}
.jdgm-widget input[type=submit].jdgm-btn--solid,
.jdgm-btn--border{
border-color:var(--black) !important;
}
.recentlyview .card__media:hover .default-img{
opacity:1;
visibility:visible;
}
.recentlyview .section-title{
text-align:center;
}
.recentlyview .product-card{
padding:0 10px;
}
.recentlyview .recent-slider {
margin:0 -10px;
}
.recentlyview .product-bottom-content .price{
color:var(--white);
}
.template-search__search .search__button {
position: absolute;
top: 5px;
left: auto;
right: 5px;
bottom: 5px;
padding: 0 10px;
}
.template-search__search input{
padding-right: 50px;
}
.template-search__search .search__button svg {
  margin: 0;
  width: 20px;
  height: 20px;
    fill: none;
}
.template-search__search .field {
  position: relative;
}
.template-search__results.collection .product-card .jdgm-preview-badge .jdgm-star.jdgm-star{
    color: #FFFFFF !important; 
}
.template-search__results.collection .product-bottom-content .price,.product-filter-right-column .product-bottom-content .price{
  color: #FFFFFF;
}
.template-search__results.collection .btn-secondary,.product-filter-right-column .product-bottom-content .btn-secondary{
background-color: var(--second-color);
  color: var(--theme-color);
  border: 1px solid var(--second-color);
}
.template-search__results.collection .btn-secondary svg path,.product-filter-right-column .product-bottom-content .btn-secondary svg path{
fill:var(--theme-color);
}
.template-search p.search-msg {
  padding: 20px 0 20px;
  font-size: 16px;
  line-height: 1;
}
.template-search__results .grid__item {
  margin: 0 0 30px;
}
.collection-list .card-wrapper {
  border: 1px solid var(--second-color);
}
.collection-list .collection-img{
padding-top:100%;
position:relative;
display:block;
}
.collection-list .collection-img img{
position:absolute;
top:0;
left:0;
right:0;
width:100%;
height:100%;

-o-object-fit:cover;

   object-fit:cover;
}
.collection-list .card-wrapper .card-content {
  margin-top: 0;
  padding: 15px;
text-align:center;
}
.card-wrapper .card-content .card-heading {
  margin: 0 0 10px;
}
.collection-list .card-wrapper {
  margin: 0 0 30px;
}

/*********** RPODUCT LISTING PAGE CSS  ***********/
.product-heading-row .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
border-bottom:1px solid var(--second-color);
}
.product-heading-right-column {
  padding: 14px 0 14px 22px!important;
  border-left: 1px solid var(--second-color);
}
.product-filter-body {
  position: relative;
  padding-bottom: 30px;
}
.product-filter-column .product-filter-body:before {
  content: '';
  position: absolute;
  left: -50vw;
  width: 50vw;
  height: 100%;
}

.filter-select-box {
  min-width: 160px;
}
.filter-title .filter-ic {
  display: none;
}
.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
min-width:50px;
}
/* .product-heading-row .nice-select {
  border: 0;
  color: var(--theme-color);
  width: 170px;
  padding: 0 10px;
} */
.product-heading-row .nice-select {
  border: solid 1px var(--second-color);
  font-size: 14px;

}
.product-heading-row .nice-select:after {
  right: 0;
}
.produdt-filter-cat li a {
  font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
  content: '/';
  position: absolute;
  right: -1px;
}
.acnav-list {
  display: none;
  padding: 0 0 10px 0;
}
.product-cat-widget .acnav-list {
  padding: 0 0 10px 10px;
}
.product-widget .acnav-label {
  display: block;
  position: relative;
  font-weight: 600;
}
.product-widget>.pro-itm>.acnav-label {
  font-weight: 600;
  padding: 12px 0;
  text-transform: uppercase;
}
.product-widget .acnav-list li a {
  text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.pro-itm-inner>.filter-listing>ul>li>.acnav-list {
  padding: 10px 0 10px 10px;
}
.product-widget .acnav-label:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 2px;
  width: 10px;
  background: var(--second-color);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.product-widget .acnav-label:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 10px;
  width: 2px;
  background: var(--second-color);
  transition: ease-in-out all 0.5s;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.product-widget .is-open>.acnav-label:after {
  opacity: 0;
}
.product-widget:not(:last-of-type) {
  border-bottom: 1px solid #E2E2E2;
}
.product-widget {
  padding: 10px 0;
}
.product-filter-right-column {
  padding-left: 22px !important;
border-left:1px solid var(--second-color);
}
.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: var(--theme-color);
  width: auto;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  font-size: 13px;
  border-radius: 47px;
  padding: 11px 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: var(--white);
}
.delete-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 10px 0 0;
}
.delete-all svg {
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.delete-all svg path {
  fill: var(--second-color);
}
.product-tag-widget ul li a {
  padding: 10px 12px;
  background: transparent;
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  border: 1px solid var(--theme-color);
}
.product-tag-widget ul li a:hover,
.product-tag-widget ul li.active a {
  background: var(--theme-color);
  color: var(--white);
}
.product-tag-widget ul li:not(:last-of-type) {
  margin-right: 5px;
}
.product-tag-widget ul li {
  display: inline-block;
}
#range-slider {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 23px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: var(--second-color);
  height: 3px !important;
  top: -1px !important;
  border-radius: 0 !important;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-active,.ui-widget-content .ui-state-active,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
  background: var(--theme-color) !important;
  border: 1px solid var(--second-color) !important;
}
.ui-widget-content {
  background: #dddddd !important;
  border: none !important;
  border-radius: 0 !important;
  height: 1px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  height: 11px !important;
  width: 11px !important;
  top: -5px !important;
  margin-left: 0 !important;
  background: #dddddd;
  border: 2px solid var(--theme-color) !important;
  border-radius: 10px;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.colour-col:not(:last-of-type) {
  padding: 0 15px 0 0;
}
.price-select {
  margin-left: -5px;
  margin-right: -5px;
}
.select-col p {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.select-col {
  width: 100%;
  max-width: 50%;
  padding: 0 5px;
}
.sorting-select {
  min-width: 125px;
}
.sorting-select select {
  padding: 10px 15px 9px;
  color: var(--black);
}
.product-price-widget .acnav-list {
  padding: 0 10px 10px 0;
}
.colors-checkbox label {
  width: 100%;
}
.custom-checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.custom-checkbox,.colors-checkbox label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: left;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  left: 0;
}
.custom-checkbox input[type="checkbox"]+.color,.custom-checkbox input[type="radio"]+.color {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.color,.custom-checkbox input[type="checkbox"]+span.color {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, .05);
  cursor: pointer;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}
.custom-checkbox input[type="checkbox"]:checked+span.color {
  border: 2px solid var(--theme-color);
}
.custom-checkbox input[type="checkbox"]:checked+span.color:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--theme-color);
  border-width: 0px 1px 1px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.color-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox {
  margin-top: 8px;
}
.product-filter-right-column {
  padding-top: 22px !important;
}
.product-filter-right-column .row {
  margin: 0 -10px -20px;
}
.product-filter-right-column .theme-colored-card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.prod-listing-cat {
  color: var(--theme-color);
}
.product-filter-right-column .product-card .jdgm-preview-badge .jdgm-star.jdgm-star {
color:var(--white) !important;
}
.remove-btn a svg path{
fill:red;
}
.jdgm-rev__header .jdgm-star{
color:var(--black)!important;
}
.jdgm-rev__author{
color:var(--black);
}
.jdgm-rev__content,.jdgm-rev__author, .jdgm-rev__icon:before{
 color:var(--black) !important;
}
/***** SHF - SIZE POPUP *****/
.size-popup {
  position: fixed;
  background:#000000bd;
  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: 5;
  padding: 0 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.size-popup.active{
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
}

.size-close-btn{
  text-align: end;
}

.size-popup table tr td,
.size-popup table tr th{
  padding: 10px;
}
.size-popup .container {
    width: 100%;
}
.size-popup .size-form{
background-color: var(--white);
color: var(--black);
padding: 20PX;
max-height: 80vh;
height: 100%;
overflow: auto;
}
.size-popup .size-form H4{
text-align:center;
  margin-bottom: 20px;
}
.size-popup .btn-white{
  margin-bottom: 20px;
}
.size-btn{
gap: 10px;
}
.see-size .size-btn svg, .size-share-wrap .share-button__button svg {
  width: 16px;
  height: 16px;
}
.see-size .size-btn svg path, .size-share-wrap .share-button__button svg path {
  fill: var(--second-color);
}
/* .see-size,.size-share-wrap .share-button__button {
  margin: 0 0 15px;
} */
.size-share-wrap{
gap: 40px;
  margin-bottom:15px;
}
.size-share-wrap .share-button__button{
gap: 5px;
}
/* ======comment========== */
.comment-item-wrapper .comment-item {
  border: 1px solid var(--border-color);
  padding: 20px;
border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.comments.comment-item-wrapper {
  margin: 30px 0;
}
.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;
}
/*================= 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: right;
width: 100%;
}
.customer.reset-password {
text-align: center;
}
.my-resetpwd-sec .row{
margin:0;
}
.login-page .form-message-success{
margin-bottom:10px;
color:#24d57a;
}
.reset-password .form-container .row {
margin: 0;
}
.reset-password .form-container .row [class*=col-] {
padding: 0;
}
.site-footer .payment-image-wrapper {
  gap: 5px;
}
.site-footer .payment-image-wrapper .payment-image img {
  width: 40px;
}
.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);
}
.site-header .megamenu-card .megamenu-image {
  position: relative;
  background-color: var(--second-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;
color: var(--black);
}
.site-header .megamenu-card .megamenu-image a {
  padding-top: 80%;
  position: relative;
  display: block;
}
.site-header .megamenu-card .megamenu-image a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -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;
}
/*============ zoom  =========*/
.pdp-main-media .zoomImg {
  background: var(--theme-color);
  cursor: crosshair;
}
.slick-lightbox-inner .slick-prev {
  transform: translateY(-50%) scale(-1);
  -webkit-transform: translateY(-50%) scale(-1);
  -moz-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  -o-transform: translateY(-50%) scale(-1);
}
/**** products-add-cart-sticky CSS ****/
.products-add-cart-sticky {
  display: none;
  z-index: 3;
  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;
  color:var(--black);
}
.sticky-pro-info img {
  height: 60px;
  max-width: 80px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border: 1px solid var(--border-color);
}
.sticky-pro-info .sticky-data .price {
  font-size: 16px;
  gap:10px;
}
.sticky-data h3 {
  font: var(--h6);
  font-weight:500;
  line-height:1.3;
  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;
}
.sticky-pro-info .sticky-data .price del{
  color:var(--black);
  opacity:.8;
  font-size:14px;
}
.products-add-cart-sticky .nice-select {
  max-width: 185px;
  padding: 10px 30px 10px 15px;
  color:var(--black);
}
.products-add-cart-sticky .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: 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);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -o-transition: all .4sease -in-out 0s;
    transition: all .4sease -in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4sease -in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
}

.products-add-cart-sticky .nice-select .list {
top: auto;
bottom: 100%;
margin: 0 0 5px;
-webkit-transform: scale(.75) translateY(21px);
    -ms-transform: scale(.75) translateY(21px);
        transform: scale(.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;
}
.products-add-cart-sticky .sticky-pro-inner .sticky-btn svg path{
  fill:var(--white);
}
.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;
  border-color: var(--black);
}
/* ============cartdrawer============== */
.cartOpen .cartDrawer .closecart {
  opacity: 1;
  visibility: visible;
}
.cartDrawer .closecart {
  position: absolute;
  left: -38px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
}
/* cart-progress-bar */
.cart-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* cart-progress-bar end */
/* releted product cart popup */
.cartDrawer .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(--second-color);
padding: 10px;
}
.cartDrawer .price{
font-size:16px;
}
.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;
}
.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;
}
.cartDrawer .pvarprice svg path{
fill: red;
}
.cartDrawer .cart-slider{
position: relative;
}
/* releted product cart popup  end*/
.mini-cart-footer {
  -webkit-box-shadow: 0 0 8px #0000004d;
  box-shadow: 0 0 8px #0000004d;
}
.mini-cart-top {
  padding: 20px;
}
.cartDrawer .mini-cart-footer-icons {
  margin-bottom: 15px;
}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
  width: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 12px 35px;
  border: none;
  width: 47%;
  background-color: var(--theme-color);
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.cartDrawer .mini-cart-footer-icons svg {
  width: 30px;
  height: 30px;
}
.cartDrawer .mini-cart-footer-icons svg path {
  stroke: var(--white);
}
.cartDrawer .mini-cart-footer-total-row {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--second-color);
}
.cartDrawer .mini-cart-footer-total-row div {
  padding: 0 10px;
}
.mini-total-lbl {
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  line-height: 1;
}
.cartDrawer .mini-total-iteam p {
  font-size: 16px;
}
.cartDrawer .mini-cart-footer-total-row div.mini-Subtotal {
  text-align: right;
}
.mini-cart-bottom {
  width: 100%;
}
.cartDrawer .mini-cart-bottom .cart-bottom-btn {
  padding: 15px 20px;
  width: 50%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
  background-color: var(--black);
}
.cartDrawer .mini-cart-bottom .view-cart-btn {
  background-color: var(--theme-color);
border-right: 1px solid var(--border-color);
}
/* ============cart-gift============ */
.cart-page-section #cart-gift-wrap {
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin-top: 30px;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-justify-content: space-between;
background-color: var(--border-color);
padding: 15px;
gap: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-align-items: center;
}
.cart-page-section #cart-gift-wrap .continue-btn {
margin-right: 0;
}
.cart-page-section #cart-gift-wrap .add-gift {
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-align-items: center;
max-width: 300px;
width: 100%;
  color:var(--black);
}
.coupon-popup,
.gift-popup {
position: fixed;
right: 0;
bottom: 0;
-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0);
        box-shadow: 0 4px 8px 0 rgb(0 0 0);
z-index: 5;
background: var(--white);
color: var(--black);
width: 410px;
height: auto;
-ms-transform: translateY(120%);
-webkit-transform: translatey(120%);
transform: translateY(120%);
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-o-transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
}
.coupon-popup.active,
.gift-popup.active {
opacity: 1;
visibility: visible;
-webkit-transform: translatey(0%);
    -ms-transform: translatey(0%);
        transform: translatey(0%);
}
.coupon-popup .coupon-txt {
gap: 10px;
margin-bottom: 12px;
color: var(--black);
}
.coupon-popup .common-close,
.gift-popup .common-close {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
width: 25px;
height: 25px;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-justify-content: center;
}
.coupon-popup .common-close svg,
.gift-popup .common-close svg {
height: 18px;
width: 18px;
}
.coupon-popup .common-close svg path,
.gift-popup .common-close svg path {
fill: var(--black);
}
/* ****** coupon popup css **** */
.coupon-code {
position: relative;
}
.coupon-code input {
height: 45px;
width: 100%;
border-color: var(--second-color);
padding: 14px 115px 14px 15px;
 color: var(--black);
}
.coupon-code input::-webkit-input-placeholder {
color: var(--black);
}
.coupon-code input::-moz-placeholder {
color: var(--black);
}
.coupon-code input:-ms-input-placeholder {
color: var(--black);
}
.coupon-code input::-ms-input-placeholder {
color: var(--black);
}
.coupon-code input::placeholder {
color: var(--black);
}
.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;
 color: var(--black);
}
.coupon-popup .coupon-txt svg {
height: 30px;
width: 30px;
}
.coupon-code .apply-coupon-btn {
position: absolute;
top: 0;
right: 0;
height: 100%;
border-color: transparent;
}
.coupon-code .apply-coupon-btn:hover, .coupon-code .apply-coupon-btn:focus{
    background-color: var(--second-color);
}
.checkbox-custom label::before {
border: 1px solid var(--theme-color);
}
.cart__warnings {
display: none;
}
.cart-page-section .cart-page-section {
padding: 0;
}
.cart-item__vendor {
margin: 0 0 10px;
}
.cart__footer-wrapper .cart__blocks .price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 12px;
  gap: 10px;
}
.cart__ctas {
  margin-top: 10px;
}
.cart__footer-wrapper .cart__blocks .btn {
  padding: 10px 12px;
  width: 100%;
}
.cart-slider .slick-dots {
position: unset;
margin: 20px 0 0;
}
.cart-slider .slick-list {
margin: 0 -10px;
}
.cartDrawer .related-cart-inner {
margin: 0 10px;
}
.mini-cart-details .remove-item svg {
  height: 15px;
  width: 15px;
}
.is-empty #cart-gift-wrap{
display: none;
}
.is-empty .cart__warnings{
display: block;
}
body.account table tr td:first-child a{
text-decoration: underline;
}
#AddAddress .form-group label {
  width: 100%;
  text-align: left;
}
/* new css start  */
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
-moz-transform: scale(1) translateY(0);
-o-transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: var(--border-color);
color: var(--border-color);
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
background-color: var(--white);
-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
      box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
-webkit-box-sizing: border-box;
      box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
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%;
-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;
font-weight: 400;
list-style: none;
outline: none;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
font-size: 14px;
line-height: 1;
padding: 10px 15px;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
gap:10px;
color:var(--black);
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.disclosure__link--active{
background-color: #f0f0f0;
}
.nice-select .option.selected, .disclosure__link--active {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.currency .nice-select:after,
.languages .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: 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);

-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-o-transition: all .4sease-in-out 0s;
transition: all .4sease-in-out 0s;
-o-transition: all .4s ease-in-out 0s;
-webkit-transition: all .4sease-in-out 0s;
-moz-transition: all .4s ease-in-out 0s;
-ms-transition: all .4s ease-in-out 0s;
}
.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;
}


.currency .nice-select.open:after,
.lang-dropdown .nice-select.disclosure__button[aria-expanded=true]:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
background: var(--theme-color);
position: absolute;
top: 50%;
left: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 5px 5px;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
gap: 10px;
visibility:visible;
opacity:1;
-webkit-transition:0.5s ease-in-out;
-o-transition:0.5s ease-in-out;
transition:0.5s ease-in-out;
}
.product-card-inner:hover .flip-countdown.simple-countdown{
visibility:hidden;
opacity:0;
}
.flip-countdown.simple-countdown svg {
width: 18px;
height: 18px;
}
.countdown-container.flip-countdown.countdown-block span {
margin: 0 5px 0 0;
color: var(--white);
}
.countdown-container.flip-countdown.countdown-block span.dots {
margin: 0;

  
}
.pdp-timer .flip-countdown.simple-countdown {
position: static;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 280px;
  margin-bottom:15px;
  background:var(--second-color);
  color:var(--black);
}
.pdp-timer .countdown-container.flip-countdown.countdown-block span,
.pdp-timer .countdown-container.flip-countdown.countdown-block span.dots{
  color:var(--black);
}
.pdp-timer .flip-countdown.simple-countdown svg path{
  fill:var(--black);
}
.pdp-timer .countdown-container.flip-countdown.countdown-block span{
display: inline-block;
}
.product-card .pro-wishlist, .pro-compare, .quickview-btn {
  cursor: pointer;
}
.pro-compare.active, .pro-wishlist.active {
  background: var(--black);
}

.pro-compare.active svg path, .pro-wishlist.active svg path {
  fill: var(--white);
}
.product-card .flip-countdown.simple-countdown{
    left: 15px;
  right: 15px;
}
.product-card-inner .custom_label {
  position: absolute;
top:15px;
left:15px;
  z-index: 1;
  background: var(--theme-color);
  color: var(--white);
  display: block;
  padding: 5px;
  line-height: 1;
  font-size: 12px;
}
.featured-cat-slider{
margin:0 -10px;
}
.cartDrawer .cart-variable .swatch-lbl:first-of-type{
margin-top:0;
}
.quick-active.cartOpen .overlay:after {
  z-index: 5;
}
.quickview_popup_data .pdp-right-column .variant-webi label.option-label-wrp,
.pro-main-section .left-side .variant-webi > label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.quickview_popup_data .pdp-right-column .variant-webi .colors {
  width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
.variant-webi .var-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px !important;
    width: 60px !important;
    padding: 0;
    margin: 0;
  background-color:var(--theme-color);
    border: 2px solid var(--theme-color);
}
.variant-webi input:checked+label{
    background-color: var(--second-color);
    border-color: var(--second-color);
}
.quickview_popup_data .variant-webi input label{
  border-color:var(--second-color);
   background-color:var(--second-color);
}
.quickview_popup_data .variant-webi input:checked+label{
    background-color: var(--white);
    border-color: var(--white);
   color:var(--black);
}
 .variant-webi input label {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--border-color);
    background: var(--white);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    padding: 5px 8px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-transition: allease-in-out .5s;
    transition: allease-in-out .5s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: allease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    font-size: 12px;
}
.variant-webi .varsize {
    padding: 5px 8px;
    line-height: 1;
    font-size: 14px;
    border: 1px solid var(--border-color);
}
     .size-popup table tr {
    border-bottom: 1px solid rgba(48, 56, 61, .1);
}
.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;
}
.jdgm-form__fieldset-actions{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-orient:horizontal !important;
  -webkit-box-direction:normal !important;
      -ms-flex-direction:row !important;
          flex-direction:row !important;
  gap:10px;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev,
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn{
  margin:0 !important;
}
.jdgm-notification__title:before{
  color:var(--black) !important;
}
.product .site-footer {
    padding: 60px 0 100px;
}

/* ============================================= */
/* !!!!          Responsive CSS             !!!! */
/* ============================================= */
@media (hover: hover) {
  a:hover, a:focus {
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  .header-style-one .menu-dropdown ul>li a:hover {
      border-color: var(--second-color);
  }
  .header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li>a.active:hover,
  .header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li>a.active,
  .header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li:hover>a {
      color: var(--second-color);
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover>a:before {
      opacity: 1;
      width: 100%;
      visibility: visible;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover svg path {
      fill: var(--white);
  } 
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover {
      background: var(--theme-color);
      color: var(--white);
      border-color: var(--theme-color);
  }
  .header-style-one .menu-right li:not(:last-of-type) a:hover svg path {
      fill: var(--white);
  }
}
@media (min-width:768px) {
.header-style-one .main-navigationbar .menu-items-col .main-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 
.desk-only {
  display: block !important;
}
.mobile-only {
  display: none !important;
}
      .sticky-pro-info {
        max-width: 250px;
        width: 100%;
    }
}    
@media screen and (max-width:1520px){
.fixed-headr-left {
  width: 125px;
}
}
@media screen and (max-width:1400px){
.fixed-headr-left,
header.home-header .home-lbl {
  display: none;
}
header.home-header .main-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
header.home-header .navigationbar-row .logo-col{
  display: block;
}
.business-idea-section img {
  left: 0;
  width: 100%;
  max-width: 430px;
}
.menu-right-btns .menu-lnk a span {
  display: none;
} 
.menu-right-btns .menu-lnk a svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
}
.menu-right-btns li {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.menu-right-wrp .menu-right{
      gap: 10px;
  margin: 0 10px;
}
.menu-items-col .btn{
  padding:10px;
}
.header-style-one .main-navigationbar .logo-col {
  max-width: 130px;
}
.header-style-one .main-navigationbar .logo-col:before{
      right: 30px;
}
.header-style-one .main-navigationbar .logo-col:after{
   right: 31px;
}
}
@media screen and (max-width:1260px){   
.resources-banner-section {
  padding-bottom: 150px;
}
.services-banner-section{
  padding-bottom: 100px;
}
.footer-bottom {
  padding-top: 30px;
}
.footer-link .contactlink {
  font-size: 18px;
}
.site-footer {
  padding: 60px 0 40px;
} 
.offset-left {
  margin-left: 0;
  padding: 0 15px;
}
.bottom-banner {
  margin-top: -82px;
  margin-left: 20px;
}
.news-latter {
  margin-top: -30px;
}
.main-landing-section .progress {
  left: 15px;
}
.home-main-slider .slide-arrow.slick-prev {
  bottom: -25%;
  top: auto;
  left: calc(100% - 95PX);
}
.home-main-slider .slide-arrow.slick-next {
  bottom: -25%;
  top: auto;
  right: 0;
}
}
@media screen and (max-width:1199px){
:root{
      --big-font: normal 700 65px / 1 var(--second-font);
}
.article-section-resources .section-title:before {
  width: 100%;
  left: 0;
}
.article-section {
  padding-bottom: 100px;
}
.my-account-page .btn-secondary {
  padding: 10px 10px;
}
.account-list li a span {
  font-size: 12px;
}
.offset-right {
  margin-right: 0;  
  padding: 0 15px;
} 
.news-latter-right-text input[type="email"] {
  margin-right: 30px;
} 
.review-section .dark-line {
  top: 30%;
}
.btn {
  padding: 10px 10px;
  font-size: 12px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li {
  padding: 15px 0;
} 
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
  padding-right: 12px;
} 
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a svg { 
  height: 14px;
  width: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a { 
  font-size: 12px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a:after { 
  height: 7px;
  width: 8px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
  padding-right: 15px;
} 

.footer-col { 
  padding-left: 20px;
}
/**** HOME PAGE CSS ****/
.menu-right-btns .make-app-btn { 
  padding: 14px 15px; 
  margin-left: 12px; 
  font-size: 12px;
}
.menu-right-btns .call-btn div { 
  font-size: 14px;
}
/**** PDP PAGE CSS ***/
.services-tabs li:not(:last-of-type) {
  margin-right: 6px;
}
.services-tabs li a {
  padding: 12px 10px;
}
/*** APPOINTMENT PAGE CSS ***/
 .year-lbl-wrp .date-years .years-wrp {
  margin: 0 8px;
  font-size: 9px; 
}
.out-of-stock-form {
  max-width: 50%;
}
.languages .nice-select, .currency .nice-select {
  padding: 10px 30px 10px 10px;
  font-size: 12px;
  color:var(--black);
}
.header-style-one .mobile-menu{
  display:block !important;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav{
  display:none !important;
}
.header-style-one .main-navigationbar .menu-items-col{
  padding:10px 0; 
}
 .count-number .counter {
  font-size: 100px;
}
}
@media screen and (max-width:991px){
:root { 
  --big-font: normal 700 45px/1 var(--second-font);
  --h1: normal 700 49px/1 var(--second-font);  
  --h2: normal 700 32px/1 var(--second-font);
  --h3: normal 700 26px/1 var(--second-font); 
  --h4: normal 700 20px/1 var(--second-font);
  --h5: normal 700 18px/1 var(--second-font);
} 
.resources-banner-section {
  padding-bottom: 100px;
}
.distracted-section-img::after{
  top: -18px;
}
.article-section-resources{
  padding-top: 40px;
}
.slider__counter,
.article-section-resources .section-title:before {
  display: none;
}
.distracted-section-img:before,
.distracted-section-info::before {
  top: -19px;
}
.news-latter-right-text .section-title {
  margin-bottom: 18px;
}
.logo-section {
  padding-top: 130px;
  padding-bottom: 130px;
  margin-top: 0px;
}
.ervice-details {
  padding-top: 40px;
}
.form-group.appoinment-widget.d-flex.step-btns {
  margin-top: 15px;
}
.consulting-ul {
  max-width: 656px;
}
.article-section {
  padding-bottom: 40px;
}
.news-latter-right-text {
  padding: 0 0 0 15px;
  margin-top: 0;
}
.news-latter-right-text .btn-subscibe {
  padding: 10px 30px;
}
.input-wrapper input[type="email"] {
  padding: 10px 15px;
  margin-right: 0;
}
.section-title p {
  margin-top: 15px;
}
.news-latter {
  margin-top: 40px;
}

.bottom-banner .light-line {
  top: 48%;
}
.idea-box {
  right: 0;
}
.review-section-header {
  margin-bottom: 20px;
}
.review-item-inner {
  margin-top: 20px;
}
.idea-box {
  max-width: 317px;
}
.idea-box-number {
  font-size: 55px;
  margin-top: -60px;
}
.business-idea-section img {
  max-width: 343px;
}
.bottom-banner {
  margin-top: -59px;
}
.service-top-text-color .subtitle::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(55%, var(--theme-color)), color-stop(20%, var(--white)));
  background: -o-linear-gradient(right, var(--theme-color) 55%, var(--white) 20%);
  background: linear-gradient(to left, var(--theme-color) 55%, var(--white) 20%);
}
.count-number h5 {
  margin-top: 0px;
}
.menu-right-btns .make-app-btn svg {
  margin-right: 0;
}
.section-title .big-font {
  max-width: 548px;
}
.subtitle {
  margin-bottom: 10px;
}
.call-btn svg {
  width: 30px;
}
.consulting-left p {
  padding-top: 20px;
}
.consulting-img {
  right: 0;
}
.header-style-one .mobile-menu .mobile-menu-button { 
  width: 100%;
}
.call-btn svg {
  width: 24px;
  height: 24px;
}
.menu-right-btns .make-app-btn { 
  margin-left: 15px; 
  padding: 12px 12px;
}
.head-sticky .menu-right-btns .make-app-btn {
  background: var(--theme-color); 
}
.announce-bar{
  display: none !important;
}
.experience-count-section {
  margin-top: -23px;
}
.count-number .counter {
  font-size: 85px;
}
.call-btn svg path {
  stroke: var(--white);
}
.navigationbar-row { 
  padding-left: 0;
}
.header-style-one .mobile-menu {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
}  
.header-style-one .main-navigationbar .menu-items-col{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 
.header-style-one .main-navigationbar .logo-col {
      max-width: 130px;
}
.header-style-one .main-navigationbar .logo-col:after {
  right: 27px;
}
.header-style-one .main-navigationbar .logo-col:before {
  right: 26px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
  padding-right: 15px;
}  
.header-style-one.dark-header .menu-right li{
  padding:15px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
  padding-right: 15px;
}  
.header-style-one .menu-right li a span { 
  font-size: 11px;
}  

.footer-col:not(:last-of-type) {
  padding-right: 10px;
} 
.pro-swatch { 
  font-size: 10px;
}
.consulting-section {
  margin-top: -46px;
}
.footer-subscribe-col { 
  -webkit-box-flex: 0; 
      -ms-flex: 0 0 100%; 
          flex: 0 0 100%; 
  padding:0;
  max-width:100%;
  margin-bottom:0;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 30px;
} 
.site-footer {
  padding: 40px 0 20px;
}
.padding-top{
  padding-top: 40px;
} 
.padding-bottom{
  padding-bottom:40px;
}   
/********* BLOG PAGE CSS start  **********/ 
.blog-widget-inner { 
  padding: 25px 15px;
}
.blog-widget-inner.big-blog-widget {
  padding: 35px 15px 25px;
}
.blog-widget-inner p {
  margin: 12px 0;
}
.blog-grid-section .blog-cat li {
  padding: 10px 10px;
  font-size: 10px;
}
.blog-grid-row .blog-content-top h4 {
  font-weight: 600; 
}
/********** CART PAGE CSS starts **********/
.cart-summery { 
  margin-top: 30px;
}
.cart-summery .btn { 
  max-width: 300px;
  margin-left: auto;
}
.submit-btn { 
  max-width: 200px;
  margin: 20px 0 0;
}
.article-banner .blog-cat {
  margin: 20px 0;
} 
.art-auther {
  margin-bottom: 15px;
}
.quote-box { 
  padding: 15px 0 25px 60px;
}
.quote-box h3 {  
  font-size: 15px;
}
.latest-article-slider-section .section-title { 
  padding-top: 40px;
  margin-bottom: 26px;
}
.my-acc-right-content .qty-spinner input,
.my-acc-right-content table tr th,
.my-acc-right-content table tr td { 
  font-size: 12px;
}
.order-history-tbl tr td {
  padding: 10px 5px 10px;
}
.order-confirm-details .link {
  font-size: 13px;
}
.order-confirm-details { 
  padding: 20px 12px;
}
.acc-back-btn-wrp button { 
  padding: 10px 20px;
} 
#tab-6 .order-confirmation-body {
  padding: 20px 10px;
} 
#tab-6 .order-confirmation-body .order-history-tbl tr td {
  padding: 15px 4px 15px;
}
.ttl-pric {
  font-size: 16px; 
} 
.btn-secondary { 
  padding: 12px 16px;
}
/**** HOME PAGE CSS ****/
.services-search-form { 
  border-radius: 10px; 
  padding: 15px;
}
.services-search-form .btn-subscibe { 
  border-radius: 10px;
}
.services-section .row { 
  margin-bottom: -20px;
}
.services-section [class*="col-"] { 
  margin-bottom: 20px;
}
.diet-plan-img {
  max-width: 40%;
}
.diet-plan-contnt .section-title {
  margin-bottom: 13px;
} 
.diet-plan-contnt p {
  margin-bottom: 15px;
}
.count-number { 
  font: var(--h1);
}
.subscribe-newsletter { 
  padding: 45px 0;
  margin: 40px 0 0 0;
}
.subscribe-newsletter img { 
  width: 200px;
}
.decorative-line{
  display: none;
}
.menu-right-wrp a.btn:last-child span{
 display:none;
}


/**** PDP PAGE CSS ****/ 
.labl-product { 
  margin-top: 16px;
}
.cat-review {
  margin-bottom: 7px;
} 
.services-tabs {
  margin-bottom: 0;
}
.services-tabs li a {
  padding: 12px 10px;
  font-size: 12px;
}
.services-tabs li {
  margin-bottom: 10px;
}
.appoint-btn {
  margin-top: 14px;
  font-size: 12px;
  padding: 12px 25px;
}

.full-pdp-wrp {
  margin: 40px 0;
}
/*** APPOINTMENT PAGE CSS ***/ 
.totl-block {
  max-width: 120px;
}
.step-btns .btn { 
  padding: 12px 15px;
  font-size: 13px;
}
.steps {
  margin: 0 0 30px 0; 
}
.footer-contact-btns{
  font-size: 14px;
  gap: 15px;
}
.footer-contact-btns div:not(:last-of-type) {
  margin-right: 20px;
}
.acc-order-history {
  margin: 20px 0 0;
}
.business-idea-section img {
  display:none;
}
.johnatanDoe-section {
  padding-bottom:0px;
}
.home-banner-section {
  padding-top: 40px;
}
.pro-compare-section, .pro-wishlist-section {
  padding-top: 40px;
}
.cart__footer {
  margin: 30px 0 0;
}
.business-idea-section{
  padding-top:80px;
}
.review-section-header .section-title{
 margin-bottom:10PX;
}
 .jdgm-rev-widg__header{
    margin-bottom:20px !important;
  }
  .product .site-footer{
        padding: 40px 0 100px;
  }
  .cart__footer-wrapper .cart__blocks .btn{
    width:auto ;
    margin:0 auto;
  }
  .cart-page-section {
    padding-top: 40px;
}
  .compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title {
    font-size: 16px;
  }
  .common-banner-section {
    padding: 50px 0;
  }
}
@media screen and (max-width:767px){
  .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;
}

.jdgm-widget-actions-wrapper{
  max-width:70%;
  margin:0 auto !important;
}
 .quickview_popup_data .pdp-right-column{
  margin-top:20px;
}
.qv-price ins {
  font-size: 18px;
}
.quickview-popup{
max-width: calc(100% - 30px);
}
.quickview-close{
  width:30px;
  height:30px;
}
 .quickview-close svg{
   width:15px;
 height:15px;
 }
.client-logo-item {
  text-align: center;
  display: block;
}
.distracted-section-img::after {
  display: none; 
} 
.johnatanDoe-img img{
  width: 100%;
}
.johnatanDoe-right {
  margin-top: 30px;
}
.service-analytics .row [class*="col-"]:not(:last-of-type) {
  margin-bottom: 15px;
}
.service-details .row [class*="col-"]:last-child {
  margin-top: 30px;
}
.analytics-img {
  padding-top: 43%;
}
.offers-img {
  margin-top: 30px;
  width:100%;
}
.services-section-two{
  padding-top: 0px;
}
.established-fact-paragraph-right p {
  margin-top: 20px;
}
.logo-section{
  margin-top: 0;
}
.distracted-section-img {
  padding-top: 50%;
  margin-bottom: 30px;
}
.distracted-section-img:before,
.distracted-section-info:before{
  display: none;
}
.offers-info-right:before {
  height: 1px;
  width: 100%;
  left: 0;
  top: 19px;
}
.offers-info-left:after {
  top: auto;
  bottom: -32px;
  right: -6px;
}
.offers-info-right:after {
  display: none;
}
.offers-img img{
  width: 100%;
}

.blog-grid-section .section-title h2,
.blog-grid-section .section-title .subtitle {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} 
.pro-itm.has-children.is-open {
  margin-top: 10px;
}
.service-analytics h1 {
  font: var(--h2);
}
.appointment-main-section .order-confirm-details {
  margin-bottom: 15px;
}
.appoint-form-common .coupon-table{
  margin-top: 0;
}
.header-style-one.dark-header .menu-right li,
.header-style-one .menu-right li {
  padding: 0 0;
}

.slick-slider .slick-arrow {
  width: 35px;
  height: 35px;
}
.home-main-slider .slide-arrow.slick-prev {
  bottom: -13%;
  left: calc(100% - 83PX);
}
.home-main-slider .slide-arrow.slick-next {
  bottom: -13%;
}
.consulting-ul li {
  font-size: 24px;
}
.news-latter-right-text {
  padding: 0 0 0 0;
}
.news-latter-left-img {
  margin-top: 30px;
}
.established-box-leb {
  margin-top: 20px;
}
.service-top-text-color .subtitle::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(43%, var(--theme-color)), color-stop(20%, var(--white)));
  background: -o-linear-gradient(right, var(--theme-color) 43%, var(--white) 20%);
  background: linear-gradient(to left, var(--theme-color) 43%, var(--white) 20%);
}
.count-number-taxt .row .col-md-6:nth-child(1){
  margin-bottom: 15px;
}
.home-banner-section {
  padding-top: 40px;
}
.count-number .counter {
  font-size: 65px;
}
.experience-count-section {
  margin-top: -12px;
}
.bottom-banner {
  margin-top: 0;
  margin-left: 0;
  padding-top: 30px;
}
.consulting-left-bottom p {
  font-size: 20px;
}
.consulting-left p {
  padding-top: 20px;
}
.consulting-section {
  margin-top: 40px;
  padding: 40px 0 40px;
}
.home-banner-right img {
  width: 100%;
}
/* .section-title h2 {
  max-width: 431px;
} */
.navigationbar-row {
  border-bottom: 1px solid var(--theme-color);
  padding: 10px 0;
}
.header-style-one .main-navigationbar .menu-items-col:after{
  display: none;
}
.header-style-one .main-navigationbar .menu-items-col{
  border-bottom: 0;
}
.header-style-one .main-navigationbar .menu-items-col { 
  -webkit-box-pack: end; 
      -ms-flex-pack: end; 
          justify-content: flex-end; 
} 
.header-style-one .menu-right li a .icon-lable { 
  display: none !important;
}
.header-style-one  .menu-right { 
  -webkit-box-pack: end; 
      -ms-flex-pack: end; 
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-only {
  display: block !important;
}
.header-style-one .main-navigationbar .logo-col {
  max-width: 128px;
  padding: 0 50px 0 0;
}

:root {
  --big-font: normal 700 38px/1 var(--second-font);
  --h1: normal 700 32px/1 var(--second-font);
  --h2: normal 700 28px/1 var(--second-font);
  --h3: normal 700 24px/1 var(--second-font);
}
header.home-header .main-nav {
  display: none !important;
}
header.home-header.header-style-two .main-nav{
  display: none !important;
}  

.header-style-one .menu-right li {
  -webkit-box-flex:unset;
      -ms-flex:unset;
          flex:unset;
} 

.header-style-one .menu-right li:not(:last-of-type) a {
  height: auto;
  width: auto; 
  border: none; 
}
.header-style-one .menu-right li a svg { 
  height: 20px;
  width: 20px;
} 
.header-style-one .menu-right li:last-of-type button, .header-style-one .menu-right li>* { 
  display: block;
  border: none;
} 

.header-style-one .menu-right li:last-of-type {
  width: auto;
  max-width: initial; 
}   
.mobile-menu-wrapper .mobile-menu-bar>ul>li a { 
  
  color: var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg path {
  fill: var(--theme-color);
}
.header-style-one .mobile-menu { 
  margin:0;
}
.header-style-one .menu-right li.cart-header{
  margin-right:7px;
}

.mobile-menu-wrapper .menu-close-icon {

  padding: 10px 15px;
} 
.header-style-one.dark-header .count{
  background: var(--second-color);
  color: var(--theme-color);
} 
.footer-contact-btns div:not(:last-of-type) {
  margin-right: 22px;
}
.footer-bottom-row ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 0;
}
.footer-subscribe-col {  
  margin-top: 0;
} 
/** MINI CART **/
.mini-cart-footer .checkout-btn {
  max-width: 100%;
  padding: 12px 11px;
}

.mini-cart-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.mini-cart-footer-total-row {
  font-size: 18px;
  line-height: 18px;
  margin: 0 -10px 12px;
}
.mini-cart-footer .u-save { 
  font-size: 15px; 
  margin-bottom: 15px;  
}
.search-popup { 
  padding: 0 15px;
}
.search-popup .close-search { 
  right: 15px;
  top: 15px; 
  width: 22px;
  height: 22px;
}  
.policy-links {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}
.footer-bottom {
  padding-top: 0;
}
.emaillink.contactlink {
  margin: 0;
}
.slick-arrow {
  width: 36px;
  height: 36px;
}   
.slick-slider .slick-arrow {
  opacity: 1;
}   
.home-main-slider-right {
  margin-top: 40px;
}
/********* BLOG PAGE CSS start  **********/ 
.blog-widget { 
  -webkit-box-flex: 0; 
      -ms-flex: 0 0 100%; 
          flex: 0 0 100%;
}
.blog-widget-inner { 
  margin-bottom: 15px;
}
/* .product-filter-column {
  position: fixed;
  top: 0;
  background: var(--white);
  left: 0;
  max-width: 315px;
  height: 100%;
  z-index: 4;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translate(-100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(-100%, 0px);
} */
.product-filter-body {
  padding: 40px 15px;
  overflow: auto;
  height: 100%;
  background: var(--white);
} 
.close-filter {
  position: absolute;
  top: 0;
  background: var(--second-color);
  height: 30px;
  width: 30px;
  padding: 7px; 
  right: 0;
  cursor: pointer;
} 
.close-filter svg {
  height: 100%;
  width: 100%;
}
.close-filter svg path {
  fill: var(--white);
}
.filter-open .product-filter-column {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
.product-heading-right-column { 
  border-left: 0;
}
.product-heading-row .row {   
  padding: 40px 0 0 0;
}
.product-sorting-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-filter-right-column {
  border-left: 0; 
} 
.icon-filter {
  max-width: 32px;
  margin: 0 auto;
}
.filter-title .filter-ic {
  max-width: 40px;
  border: 1px solid var(--second-color);
  padding: 2px;
  display: block;
}  
.filter-title h4{
  display: none;
}
.abt-shp-column-right,
.about-our-shop-section .row {
  margin-top: 30px;
}
.contact-right-column {
  margin-top: 0;
}
.contact-right-inner h2 {
  color: var(--white);
}
.blog-page-second .section-title {
  text-align: center;
}
.blog-col-right .nice-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.blog-col-right {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
} 
.blog-col-left ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 
.blog-head-row{
  border: 0;
} 
.articlerightbar {
  padding-top: 40px;
} 
.aticleleftbar h5 {
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.articlerightbar .blog-grid .blog-widget:last-of-type {
  margin-bottom: 0;
}
.latest-article-slider-section .section-title {
  padding-top: 40px; 
}
.post-lbl {
  margin: 0 0 0 10px; 
  font-size: 12px;
}
.article-section .abt-user-img { 
  margin-right: 10px;
}
.aticleleftbar p {
  margin-bottom: 15px;
}
.quote-box svg { 
  height: 20px;
  width: 20px;
}
.quote-box {
  padding: 15px 0 25px 35px;
}
.order-summery-page .section-title p {
  font-size: 14px;
}
.order-summery-page .section-title h2 {
  margin-bottom: 30px;
}
.register-page .section-title {
  margin-bottom: 30px;
} 
.our-blog-section .section-title,
.my-acc-head {
  margin-bottom:26px;
}
.my-acc-rightbar {
  margin-top: 40px;
}
#scroll {
  background: var(--white); 
  top: 53px;
  padding: 0;
}
#account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
} 
#account-nav li a svg path {
    fill: var(--white);
} 
#account-nav li a   svg { 
  margin-right: 0;
  height: 15px;
  width: 15px; 
}
#account-nav li a span { 
  display: none;
}
#account-nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.my-acc-leftbar li:not(:last-of-type) {
  border-bottom: 0;
}
.my-acc-leftbar h4 {
  padding: 15px 15px;
  color: var(--black);
}
.my-acc-leftbar { 
  border: 0 !important;
}
#account-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px; 
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--theme-color);
}
.order-history-tbl tr th:nth-child(5), .order-history-tbl tr td:nth-child(5) {
  text-align: center;
} 
.my-acc-right-content {
  padding-bottom: 30px;
}
#tab-6 .order-history-tbl tr th:nth-child(6), #tab-6 .order-history-tbl tr td:nth-child(6) {
  text-align: center;
}
.my-acc-right-content .qty-spinner input, .my-acc-right-content table tr th, .my-acc-right-content table tr td {
  font-size: 14px;
}
.checkbox-custom label{
  font-size: 13px; 
}
.set {    
  margin-bottom: 12px;
}
.order-history-tbl tr td[data-label="quantity"] { 
  padding: 10px;
}
.form-container,
.order-confirmation-body {
  padding: 20px 15px;
}  
.offset-container { 
  padding: 0 15px;
}
/** CART PAGE CSS start**/ 
.coupon-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; 
  margin-bottom: 20px;
}
.coupon-table { 
  margin: 20px 0 0;
} 
.cart-tble {
  border: 1px solid var(--border-color);
}
.cart-page-section .section-title{
  margin-bottom: 25px;
}
 table .pro-img-cart img {
  max-width: 50px;
}
/****  COMMON BANNER SECTION CSS ****/
.common-banner-section {
  padding: 40px 0;
}
.common-banner-content .back-btn {
  margin-bottom: 15px;
}
.common-banner-content .section-title h2 span { 
  font-size: 12px;
}  
.btn,
.btn-secondary { 
  padding: 10px 16px;
}
.btn-secondary svg, .btn svg {
  height: 15px;
  width: 15px;
}
.faq-page {
  padding-bottom: 0;
}
.about-us-section .about-us-box {
  margin-bottom: 20px;
}
.services-search-form .btn-subscibe { 
  height: auto; 
  right: auto; 
  top: auto; 
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  position: relative;
  height: 45px;
}
.services-search-form .input-wrapper { 
  height: auto;
}
.services-search-form .row [class*="col-"]:first-child .input-wrapper:after{
  display: none;
}
.services-search-form .row [class*="col-"]:first-child .input-wrapper{
  padding-right: 0;
}
.services-search-form input.form-control {
  padding: 10px 0 10px 25px;
}
.services-search-form .form-control { 
  padding: 10px 0;
} 
.section-title-left {
  width: 100%;
  margin-bottom: 20px;
}  
.section-title .cat-tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.section-title .cat-tab li:not(:first-of-type) {
  margin-left: 0;
}
.section-title .cat-tab li:not(:last-of-type) {
  margin-right: 10px;
}
.diet-planning-section .row [class*="col-"]:not(:last-of-type) {
  margin-bottom: 40px;
}
.diet-planning-section .row [class*="col-"]:last-of-type .diet-plan-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.diet-planning-section .row [class*="col-"]:last-of-type .diet-plan-box .diet-plan-contnt {
  padding-left: 0;
  padding-right: 15px;
}
.subscribe-newsletter img { 
  width: 150px;
}
.pdp-left-column {
  margin-bottom: 40px;
}
.services-tabs li a {
  padding: 12px 20px;
  font-size: 13px;
}
.services-tabs {
  margin-bottom: 10px;
}
.pdp-page-main-section { 
  padding: 50px 0;
}
.pdp-three-column-section .map-second-img { 
  padding: 15px;
}
.footer-widget ul li a {
  font-size: 14px;
}
.appointment-right-column {
  margin-top: 30px;
}
.price { 
  font-size: 18px;
}
/*  Shopify 767  */
.subscribe-popup {
  padding: 40px 30px;
}
.subscribe-popup h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.small-hide,
.medium-hide {
  display: none !important;
}
.section-title-one {
  margin-top: 15px;
}
.menu-right-wrp .btn {
  display: none;
}
.footer-subscribe h2 {
  font-size:26px;
}
.register-page .section-title h2 {
  max-width: inherit;
}
.subscribe-popup p {
  margin: 0 auto 15px;
}
.menu-right-wrp .menu-right,
  .menu-right-btns{
  gap: 10px;
}

 /** MINI CART **/
.cartDrawer {
  width: 100%;
}
.cartDrawer .mini-cart-header {
  padding: 16px 15px 16px 50px;
}
.cart-header .closecart {
  left: 15px;
  right: auto;
  top: 15px;
}

.cartDrawer .mini-cart-body,.cartDrawer .webi-mini-cart-footer {
  padding: 15px;
}
.header-style-one .menu-right li .webi-mini-cart-footer .checkout-btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.mini-cart-footer-total-row {
  font-size: 18px;
  line-height: 20px;
}
.cartDrawer .mini-cart-header h4{
  font:var(--h5);
}
.cartDrawer .qty-spinner{
  width:85px;
}
.header-style-one .menu-right li.cart-header a.closecart svg{
  width:16px;
  height:16px;
}
.compare-wrap, .wishlist-wrap {
  padding: 20px 15px 0;
}
.pro-compare-right, .pro-wishlist-right {
  border: 1px solid var(--border-color);
}
.pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
  display: block;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label, .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label.compare-pro-detail,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label.wishlist-pro-detail{
  max-width: 100%;
  padding: 0;
}


.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: 15px;
}  
.pro-compare-section .pro-compare-wrap, .pro-wishlist-section .pro-wishlist-wrap {
  margin-bottom: 30px;
}

.pro-compare-section .section-title h2, .pro-wishlist-section .section-title h2{
   max-width:100%;
 }
.cart-tble .product-option {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.out-of-stock-form {
  max-width: 70%;
  padding: 50px 20px 30px;
}
.pdp-sliders-wrapper{
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
          display: block;
}
.product-main-section .pdp-summery {
  margin-top: 30px;
}
.template-search__results .grid__item {
  margin: 0 0 20px;
}
    .compare-wrap:last-of-type, .wishlist-wrap:last-of-type{
    border-bottom:none;
  }

/**** product list page ****/

.product-filter-body {
  border-right: 0;
  background:transparent;
}

.small-hide, .medium-hide {
  display: none!important;
}
.mobile-facets__open-wrapper div {
  max-width: 40px;
  border: 1px solid var(--second-color);
  padding: 2px;
}
.mobile-open .mobile-facets {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  pointer-events: visible;
}
.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 .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  -webkit-transform: translate(-100%,0px);
  -ms-transform: translate(100%,0px);
  transform: translate(-100%);
}
.product-filter-body {
  padding: 40px 10px;
  overflow: auto;
  height: 100%;
   border-right: 0;
  color:var(--black);
}
.close-filter {
  -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: 0;
  right: auto;
  left: 0;
  z-index: 101;
  width: 30px;
  height: 30px;
  padding: 7px;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background: var(--black);
  pointer-events: hidden;
}
.mobile-open .close-filter {
  opacity: 1;
  pointer-events: visible;
}
.close-filter svg {
  height: 100%;
  width: 100%;
}
.product-heading-row .row{
  border-bottom:none;
}
.product-filter-right-column {
  padding-left: 0!important;
  border-left: none;
}
.product-heading-right-column{
  border-left:0;
  padding: 0 0 0 15px!important;
}
.facets-container menu-drawer .mobile-facets__open svg path{
  fill:var(--white);
}
.collection.mobile-open header{
  border-bottom:none;
}
.small-hide, .medium-hide {
  display: none!important;
}
.product-card .pro-wishlist, .product-card .pro-compare, .product-card .quickview-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.mini-cart-top{
  padding:15px;
}
    .cartDrawer .closecart {
      left: 15px;
      right: auto;
      top: 15px;
      width: 16px;
      height: 16px;
  }
.coupon-popup, .gift-popup{
  width:100%;
}
.coupon-popup .coupon-body, .gift-popup .gift-body{
  padding:30px 15px 20px;
}
.cartDrawer .mini-cart-bottom .cart-bottom-btn {
        padding: 14px 10px;
      font-size: 13px;
}
.cartDrawer .mini-cart-footer-total-row {
  font-size: 18px;
  line-height: 20px;
}
.cart-progress-bar{
  margin:10px 0 ;
}
    .business-idea-section {
      padding-top: 50px;
  }
.section-title {
  margin-bottom: 20px;
}
    .product-card .countdown-container.flip-countdown.countdown-block span {
      font-size: 12px;
  }
   .size-popup table tr {
        padding: 5px 0;
    }

    .size-popup table tr td {
        text-align: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 0;
    }
  .size-popup table tr td:before{
    padding-bottom:0;
  }
  .size-popup table tr:first-child {
    border-top: 1px solid rgba(48, 56, 61, .1);
}
      .size-popup {
        padding: 0;
    }
  .size-popup .size-form{
    padding:20px 15px;
  }
  .size-popup .size-form H4 {
    margin-bottom: 15px;
}
 .product-main-section .pdp-summery .cart-form{
    gap:15px;
  }
  .sticky-pro-info,
    .products-add-cart-sticky .qty-spinner {
        display: none;
    }

    .products-add-cart-sticky .sticky-pro-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .products-add-cart-sticky .sticky-pro-inner .sticky-btn {
        padding: 10px;
        min-width: auto;
    }

    .products-add-cart-sticky .sticky-pro-inner .sticky-btn svg {
        margin: 0;
    }

    .products-add-cart-sticky .sticky-pro-inner .sticky-btn span {
        display: none;
    }

    .products-add-cart-sticky .nice-select {
        max-width: 60%;
    }
   .product .site-footer{
        padding: 40px 0 80px;
  }
  .predictive-search__heading {
    margin: 0 0 15px !important;
    font-size:24px !important;
}
  .pagination-wrapper{
        margin: 15px 0 0px !important;
  }
  .product-filter-right-column .pagination-wrapper {
    margin: 20px 0 0 !important;
}
  .cart-table .product-option{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }
  table.cart-table  tr td{
    padding-bottom:15px;
  }
}
@media screen and (max-width:575px){  
.notify-txt{
  font:var(--h5);
  line-height: 1.2;
}
.notify-send-btn {
  margin-top: 15px;
 }
 .jdgm-widget-actions-wrapper{
  max-width:100%;
}
.jdgm-widget .jdgm-btn.jdgm-btn{
  padding:10px 9px;
  font-size:13px;
}
:root {  
  --h1: normal 700 55px/1 var(--second-font);
  --h2: normal 700 26px/1 var(--second-font);
  --h3: normal 700 22px/1 var(--second-font); 
  --h4: normal 700 20px/1 var(--second-font); 
}
.banner-text {
  padding-top: 21px;
}
.services-box-top {
  display: block;
}
.services-banner-section {
  padding-bottom: 60px;
}
.home-banner-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
} 
.established-fact-section .gap {
  margin-top: 20px;
}
.review-section-leb .row .col-12:first-of-type .review-item-inner {
  margin-top: 0;
}
.offer-page {
  padding-bottom: 100px !important;
}
.offer-page .progress {
  bottom: 50px !important;
}
.offer-page .home-main-slider .slide-arrow.slick-prev ,
.offer-page .home-main-slider .slide-arrow.slick-next {
  bottom: -12%;
}
.main-landing-section {
  padding: 40px 0 150px 0;
}
.main-landing-section .progress {
  bottom: 118px;
}
.home-main-slider .slide-arrow.slick-prev {
  bottom: -5%;
}
.home-main-slider .slide-arrow.slick-next {
  bottom: -5%;
}
.business-idea-section{
          padding-top: 40px;
      padding-bottom: 240px;
}
.home-main-slider-right .services-box:not(:last-of-type) {
  margin-bottom: 30px;
  margin-right: 0;
}
.count-number {
  font: var(--h2);
  text-align: center;
  margin-top: 40px;
}
.consulting-ul li {
  font-size: 18px;
}
.home-main-slider-right {
  display: block;
}
[class*="services-box"]:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
}
.service-top-text-color .subtitle::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(62%, var(--theme-color)), color-stop(20%, var(--white)));
  background: -o-linear-gradient(right, var(--theme-color) 62%, var(--white) 20%);
  background: linear-gradient(to left, var(--theme-color) 62%, var(--white) 20%);
}
.business-idea-section-two {
  margin-top: 0;
}
.service-top-content {
  padding-top: 10px;
}
.count-number .counter {
  font-size: 32px;
  margin-bottom: 5px;
}
.home-right {
  padding-top: 30px;
}
.home-banner-right img {
  width: 100%;
  max-width: 221px;
  margin-left: 0;
  margin-top: 0;
}
.home-banner-right p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 14px;
}
.footer-subscribe-col input[type="email"] { 
  margin-right: 10px; 
}
.footer-subscribe-col .input-wrapper .btn-subscibe { 
  width: 95px;
}
.footer-widget h3, .footer-widget h4 {
  margin-bottom: 12px;
}
.footer-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.footer-subscribe {
  padding-bottom: 20px;
}
.blog-cat li a {
  padding: 10px 11px; 
  font-size: 10px; 
}
.reg-lbl { 
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.login-form .submit-btn {
  max-width: 170px;
  margin: 15px 0 0 0;
}
.mobile-direction-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-confirm-details {
  margin-bottom: 20px;
}
.dated {
  width: 100%;
  margin-top: 12px;
}
.order-paymentcol:nth-child(3) {
  max-width: 100%;
}
.order-paymentcol { 
  max-width: 50%;
  text-align: center;
}
.order-confirmation-body .col-sm-6:last-child .order-confirm-details {
  margin: 0;
}
.subtitle {  
  font-size: 14px;
}
.two-coll-media .tool-content {
  display: none;
} 
/** CART PAAGE CSS start **/
.coupon-text { 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
}
.coupon-text p {
  width: 100%;
  font-size: 14px;
  padding: 10px 0 0;
}
.coupon-code { 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
}
.coupon-code-text {   
  width: 100%;
  margin-bottom: 15px;
}
/********* BLOG PAGE CSS start  **********/ 
.blog-cat li {
  padding: 10px 8px; 
  font-size: 10px; 
}
.blog-widget-inner h3 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 15px;
  padding: 0;
}
.blog-widget-inner p {
  margin: 12px 0 15px;
}
.blog-grid-section .blog-cat li {
  padding: 10px 5px; 
}
.blog-cat { 
  margin-bottom: 14px;
}
.blog-page-banner .common-banner-content p,
.blog-page-banner .section-title {
  margin-bottom: 26px;
}
.input-wrapper input {  
  font-size: 12px;
}  
.articlerightbar .blog-cat li{
  padding: 10px 5px;
}   
.price-btn ins { 
  font-size: 12px; 
}
.produdt-filter-cat {
  display: none;
}
/**** HOME PAGE CSS ****/ 
.section-title.d-flex .btn-secondary {
  margin-top: 20px;
}
.count-number {
  font: var(--h2);
  text-align: center;
}
.subscribe-newsletter img {
  width: 100px;
}
.subscribe-newsletter img.left-fruit { 
  -webkit-transform: translateY(-15%); 
      -ms-transform: translateY(-15%); 
          transform: translateY(-15%);
  top: 15%;
}
.subscribe-newsletter img.right-fruit { 
  top: 90%;
}
.subscribe-section-inner .section-title.text-center p {
  margin-top: 14px;
}
.subscribe-section-inner .btn-subscibe { 
  padding: 10px 18px; 
}
.home-right img {
  max-width: 100%;
}
/**** APPOINTMENT PAGE CSS ****/
.totl-row-left p {
  display: block;
}
.totl-row-left p span { 
  display: block;
  padding: 5px 0 0;
} 
.step-btns .btn { 
  margin-bottom: 10px;
}
.action-button.back.btn { 
  margin: 0 10px 10px 0;
}
.article-socials li:not(:last-of-type) {
  margin-right: 5px;
}
/*  Shopify 575  */
.add-details div {
  text-align: center;
}
.add-details div:last-child {
  margin: 20px 0 0;
}
.subscribe-popup {
  padding: 30px 20px;
  max-width:calc(100% - 30px);
  width:100%;
}
.subscribe-popup h2 {
  margin-bottom: 15px;
}
.subscribe-popup .close-sub-btn {
  top: 10px;
  right: 8px;
}
.subscribe-popup p {
  font-size: 13px;
      margin: 0 auto 13px;
}
.subscribe-popup .form-row .btn-svg {
  right: 10px;
  height: 18px;
  width: 18px;
}
.header-style-one .menu-right li.currency,.header-style-one .menu-right-btns{
display:none;
}
.qv_select__select{
  width:100%;
}
.out-of-stock-form {
  max-width: calc(100% - 30px);
    padding: 50px 15px 30px;
}
  .notify-send-btn button{
    padding:10px 20px;
  }
  .notify-send-btn input{
        padding: 12px 80px 12px 15px;

  }
.cart-form .product-form__submit{
  padding:10px 8px;
}
  .product .product-main-section .pdp-summery .price ins {
  font-size: 18px;
}
.product .product-main-section .pdp-summery .price {
  font-size: 14px;
}
.collection-list .col-12:last-of-type .card-wrapper {
  margin: 0 0 20px;
}
.free-shipping-txt{
  font-size:13px;
}
  .cart-page-section #cart-gift-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}
  cart-note.cart__note.field {
    margin: 0 0 25px;
  }
} 
@media screen and (max-width:420px){  
.header-style-one .menu-right .currency{
display: none;
}

.menu-right-btns {
  gap: 10px;
}
.logo-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.offer-page .home-main-slider .slide-arrow.slick-prev, .offer-page .home-main-slider .slide-arrow.slick-next {
  bottom: -16%;
}
.analytics-img {
  padding-top: 60%;
}
/**** HOME PAGE CSS ****/ 
.diet-plan-img {
  max-width: 100%;
  margin-bottom: 30px;
}
.consulting-ul li {
  font-size: 14px;
}
.service-top-text-color .subtitle::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, var(--theme-color)), color-stop(20%, var(--white)));
  background: -o-linear-gradient(right, var(--theme-color) 30%, var(--white) 20%);
  background: linear-gradient(to left, var(--theme-color) 30%, var(--white) 20%);
}

.count-number-taxt {
  margin-top: 25px;
}
.experience-count-section {
  margin-top: -10px;
}
.consulting-left-bottom p {
  font-size: 15px;
}
.home-banner-right img {
  max-width: 144px;
  height: 100%;
}
.home-banner-right p {
  font-size: 12px;
}
.section-title h2 {
  max-width: 100%;
}
.diet-plan-contnt { 
  padding-left: 0;
}
.header-style-one .mobile-menu { 
  margin: 0 0 0 0px;
}
.location { 
  padding: 10px 0 0 0;
  font-size: 12px;
  width: 100%;
}
.loc-point-contnt-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.loc-pointer-content .btn-secondary { 
  width: 100%;
  margin-top: 10px;
  max-width: 50px;
  padding: 10px 0;
} 
.footer-bottom-row p{
  font-size: 14px;
}
.business-idea-section-two {
  margin-top: 0;
}
}
@media screen and (max-width:370px){
:root { 
  --big-font: normal 700 32px/1 var(--second-font);
  --h1: normal 700 32px/1 var(--second-font);  
  --h5: normal 700 14px/1 var(--second-font);  
} 
.stp-menu-widget { 
  padding: 24px 0 0 0;
  margin-top: 24px;
} 
.established-fact-section .section-title h3 br {
  display: none;
}
.consulting-img {
  margin-bottom: 15px;
}
.news-latter-right-text .btn-subscibe {
  padding: 10px 15px;
}
.idea-box {
  max-width: 269px;
}
.idea-box-number {
  font-size: 42px;
  margin-top: -50px;
}
.idea-box h5 {
  margin: 10px 0;
}
.consulting-img {
  max-width: 103px;
}
.business-idea-section img {
  max-width: 243px;
}
.mobile-menu-bar .stp-navlink:not(:last-of-type) {
  margin-right: 15px;
} 
.fea-coll-contnt-left {
  width: 100%;
  margin-bottom: 10px;
}
.column-positive-us-right .col-sm-4.col-4 { 
  width: 100%;
  margin-bottom: 20px;
} 
.post-lbl {
  margin: 10px 0 0; 
  width: 100%;
}
.acc-back-btn-wrp button {
  padding: 10px 15px;
  min-width: 108px;
} 
.header__icon--cart,
.header__icon--cart-link {
  display: none !important;
}
a[href="/cart"] {
  display: none !important;
}
  li a[href="/cart"],
div a[href="/cart"] {
  display: none !important;
}

