/** Shopify CDN: Minification failed

Line 10294:0 Unexpected "}"

**/
*,:after,:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
outline: none;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
padding-bottom: 0px !important;
}
body,html {
scrollbar-width: none;
}
body::-webkit-scrollbar {
display: none;
}
body::-moz-scrollbar {
display: none;
}
svg,img {
max-width: 100%;
display: block;
}
a,.btn,button { 
text-decoration: none;
outline: none; 
color: inherit;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
display: inline-block;
cursor: pointer;
}
a,a:hover,a:focus,a:active,button,button:hover,button:focus,input,input:hover,input:focus,select,select:hover,select:focus,textarea,textarea:hover,textarea:focus,.btn,.btn:hover,.btn:focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none; 
  font-family: var(--first-font);
}
.form-control:focus,[type="text"]:focus,[type="email"]:focus,[type="checkbox"]:focus,[type="password"]:focus,[type="file"]:focus,[type="radio"]:focus, [type="button"]:focus,[type="submit"]:focus,[type="date"]:focus,[type="time"]:focus,[type="tel"]:focus,[type="search"]:focus,[type="button"]:focus,[type="number"]:focus,textarea:focus,select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: var(--black);
}
:-ms-input-placeholder {
  color: var(--black);
}
::placeholder {
  color: var(--black);
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}
body { 
  font: var(--common-text);
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: var(--white);
  color: var(--black);
}
/* !!!! ===================== SITE TYPOGRAPHY CSS ===================== !!!! */
p,li,ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font: var(--common-text);
}
h1,.h1 {
  font: var(--h1);
}
h2,.h2 {
  font: var(--h2);
}
h3,.h3 {
  font: var(--h3);
}
h4,.h4 {
  font: var(--h4);
}
h5,.h5 {
  font: var(--h5);
}
h6,.h6 {
  font: var(--h6);
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;  
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
b {
  font-weight: bold;
  display: inline-block;
} 
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, .product-title b {
  display: inline;
  font-weight: 700;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
/* !!!! ===================== GRID CSS ===================== !!!! */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin: 0 !important;
}
.row [class*="col-"] {
  padding: 0 15px;
}
.no-gutters [class*="col-"] {
  padding: 0;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.desk-only,.hidden,.visually-hidden,[hidden] {
display: none !important;
}
.mobile-only {
  display: block !important;
}
/*****  Columns  *****/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
      flex: 1 0 0%;
  }
  .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
  }
  .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
  }
  .offset-sm-0 {
      margin-left: 0;
  }
  .offset-sm-1 {
      margin-left: 8.33333333%;
  }
  .offset-sm-2 {
      margin-left: 16.66666667%;
  }
  .offset-sm-3 {
      margin-left: 25%;
  }
  .offset-sm-4 {
      margin-left: 33.33333333%;
  }
  .offset-sm-5 {
      margin-left: 41.66666667%;
  }
  .offset-sm-6 {
      margin-left: 50%;
  }
  .offset-sm-7 {
      margin-left: 58.33333333%;
  }
  .offset-sm-8 {
      margin-left: 66.66666667%;
  }
  .offset-sm-9 {
      margin-left: 75%;
  }
  .offset-sm-10 {
      margin-left: 83.33333333%;
  }
  .offset-sm-11 {
      margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
      flex: 1 0 0%;
  }
  .col-md-auto {
      flex: 0 0 auto;
      width: auto;
  }
  .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
  }
  .offset-md-0 {
      margin-left: 0;
  }
  .offset-md-1 {
      margin-left: 8.33333333%;
  }
  .offset-md-2 {
      margin-left: 16.66666667%;
  }
  .offset-md-3 {
      margin-left: 25%;
  }
  .offset-md-4 {
      margin-left: 33.33333333%;
  }
  .offset-md-5 {
      margin-left: 41.66666667%;
  }
  .offset-md-6 {
      margin-left: 50%;
  }
  .offset-md-7 {
      margin-left: 58.33333333%;
  }
  .offset-md-8 {
      margin-left: 66.66666667%;
  }
  .offset-md-9 {
      margin-left: 75%;
  }
  .offset-md-10 {
      margin-left: 83.33333333%;
  }
  .offset-md-11 {
      margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
      flex: 1 0 0%;
  }
  .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
  }
  .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
  }
  .offset-lg-0 {
      margin-left: 0;
  }
  .offset-lg-1 {
      margin-left: 8.33333333%;
  }
  .offset-lg-2 {
      margin-left: 16.66666667%;
  }
  .offset-lg-3 {
      margin-left: 25%;
  }
  .offset-lg-4 {
      margin-left: 33.33333333%;
  }
  .offset-lg-5 {
      margin-left: 41.66666667%;
  }
  .offset-lg-6 {
      margin-left: 50%;
  }
  .offset-lg-7 {
      margin-left: 58.33333333%;
  }
  .offset-lg-8 {
      margin-left: 66.66666667%;
  }
  .offset-lg-9 {
      margin-left: 75%;
  }
  .offset-lg-10 {
      margin-left: 83.33333333%;
  }
  .offset-lg-11 {
      margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
      flex: 1 0 0%;
  }
  .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
  }
  .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
  }
  .offset-xl-0 {
      margin-left: 0;
  }
  .offset-xl-1 {
      margin-left: 8.33333333%;
  }
  .offset-xl-2 {
      margin-left: 16.66666667%;
  }
  .offset-xl-3 {
      margin-left: 25%;
  }
  .offset-xl-4 {
      margin-left: 33.33333333%;
  }
  .offset-xl-5 {
      margin-left: 41.66666667%;
  }
  .offset-xl-6 {
      margin-left: 50%;
  }
  .offset-xl-7 {
      margin-left: 58.33333333%;
  }
  .offset-xl-8 {
      margin-left: 66.66666667%;
  }
  .offset-xl-9 {
      margin-left: 75%;
  }
  .offset-xl-10 {
      margin-left: 83.33333333%;
  }
  .offset-xl-11 {
      margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
      flex: 1 0 0%;
  }
  .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
  }
  .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
  }
  .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
  }
  .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
  }
  .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }
  .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
  }
  .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }
  .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }
  .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
  }
  .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
  }
  .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
  }
  .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
  }
  .offset-xxl-0 {
      margin-left: 0;
  }
  .offset-xxl-1 {
      margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
      margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
      margin-left: 25%;
  }
  .offset-xxl-4 {
      margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
      margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
      margin-left: 50%;
  }
  .offset-xxl-7 {
      margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
      margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
      margin-left: 75%;
  }
  .offset-xxl-10 {
      margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
      margin-left: 91.66666667%;
  }
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: solid 1px var(--second-color);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 35px 10px 15px;
  width: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: url(down-arrow1.svg);
  background-repeat: no-repeat;
  background-size: 11PX;
  background-position: calc(100% - 15px) 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* !!!! ======================= COMMON BUTTON ======================= !!!! */
.btn {
    text-align: center;
    padding: 11px 35px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--second-color);
    appearance: none;
    outline: none;
    border: 1px solid var(--second-color);
    position: relative;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
}
.btn-secondary svg,
.btn svg {
    margin-left: 10px;
    height: 16px;
    width: 16px;
}
.btn svg path {
    fill: var(--white);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.btn:hover svg path {
    fill: var(--black);
}
.btn:hover,
.btn:focus {
    background-color: var(--theme-color);
    color: var(--black);
    border-color: var(--theme-color);
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 11px 35px;
    border: 1px solid var(--theme-color);
    color: var(--white);
    background: var(--theme-color);
    justify-content: center;
    line-height: 1;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    border-radius: 30px;
    font-weight: 500;
}
.btn-secondary svg path {
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    fill: var(--white);
}
.btn-secondary:hover {
    background: transparent;
    color: var(--black);
    border-color: var(--black);
}
.btn-secondary:hover svg path {
    fill: var(--black);
}
.btn-transparent {
    background: transparent;
    border: 1px solid var(--black);
    color: var(--black);
}
.btn-transparent:hover {
    background: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}
.btn-transparent svg path {
    fill: var(--black);
}
.btn-transparent:hover svg path {
    fill: var(--white);
}
.btn-white {
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
    font-weight: 500;
}
.btn-white:hover {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
.btn-white:hover svg path {
    fill: var(--white);
}
.btn-white svg path {
    fill: var(--black);
}
/* !!!! ======================= FORM  CSS ======================= !!!! */
.form-control, input:not([type="submit"]),input:not([type="checkbox"]), input:not([type="button"]),input:not([type="radio"]),select,textarea {
  position: relative;
  border: 1px solid var(--border-color);
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}
textarea {
  resize: none;
}
form .row {
  margin: 0 -8px;
}
form .row [class*="col-"] {
  padding: 0 10px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.form-group .nice-select .list,.form-group .form-control {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
sup {
  top: -0.5em;
}
sub,sup {
  position: relative;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
}
.form-group label sup {
  color: red;
  font-size: 10px;
  line-height: 0;
  margin-left: 1px;
}
.checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;  
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 0 30px;
}
.checkbox-custom label:before {
  content: '';
  appearance: none;
  -webkit-appearance: none;
  background-color:transparent;
  border: 1px solid var(--white);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.checkbox-custom input:checked+label:before { 
  background-color: var(--second-color);
  border-color: var(--second-color);
}
.checkbox-custom input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid var(--white);
  border-width: 0px 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.checkbox-custom label a {
  text-decoration: underline;
  font-weight: 600;
}
/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.radio-group label {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  padding-left: 24px;
  color: var(--second-color);
  margin: 0;
  vertical-align: bottom;
}
.radio-group label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid var(--second-color);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
  -webkit-transition: border-color 400ms ease;
  -moz-transition: border-color 400ms ease;
  -ms-transition: border-color 400ms ease;
  -o-transition: border-color 400ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group label::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 50%;
  top: 50%;
  left: 1px;
  right: auto;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group input[type="radio"]:checked+label::before {
  border-color: var(--second-color);
}
.radio-group input[type="radio"]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
  -webkit-transform: translateY(-50%) scale(0.55);
  -moz-transform: translateY(-50%) scale(0.55);
  -ms-transform: translateY(-50%) scale(0.55);
  -o-transform: translateY(-50%) scale(0.55);
}
/***** COMMON CSS ****/
body.active-menu,body.no-scroll {
  overflow: hidden;
  position: relative;
}
.right-gliter {
  bottom: 0;
  right: 0;
}
.gliter-img {
  position: absolute;
  z-index: -1;
}
.pt{
  padding-top: 70px;
}
.pb{
  padding-bottom: 70px;
}
.section-title {
  margin-bottom: 30px;
}
.section-title.text-center p {
  margin-top: 14px;
}
.subtitle {
  font-weight: 500;
  line-height: 1; 
  margin-bottom: 15px;
}
.img-wrapper {
  position: relative;
  width: 100%;
  display: block;
}
.img-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  border-radius: 15px 15px 0 0; 
  object-position: center;
} 
/*** swiper slider ****/
.swiper-wrapper {
  height: auto;
}
.flex-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
.flex-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.flex-slider .flex-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flex-slider .flex-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
/* swiper slider css arrow  */
.swiper-button-prev,.swiper-button-next {
position: absolute;
width: 40px;
height: 40px;
background: var(--third-color);
z-index: 2;
outline: none;
opacity: 0;
border-radius: 30px;
visibility: hidden;
transition: all 400ms ease-in-out;
}
.product-tab-sec .tabs-container:hover .swiper-button-next, .product-tab-sec .tabs-container:hover .swiper-button-prev,
.beauty-slider:hover .swiper-button-next,.beauty-slider:hover .swiper-button-prev,.testimonials-slider:hover .swiper-button-next,.testimonials-slider:hover .swiper-button-prev,
.blog-slider:hover .swiper-button-next,.blog-slider:hover .swiper-button-prev,.partner-logo-slider:hover .swiper-button-next,.partner-logo-slider:hover .swiper-button-prev,
.elegant-slider:hover .swiper-button-next,.elegant-slider:hover .swiper-button-prev{
  opacity: 1;
  visibility: visible;
}
.swiper-button-next:after,.swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after,.swiper-button-next::after{
  display: none;
}
.swiper-button-prev::before,.swiper-button-next::before{
  content: '';
  position: absolute;
  left: 0;
  background-image: url(arrow-right.svg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.swiper-button-next::before{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.swiper-button-prev:hover, .swiper-button-next:hover{
  background-color: var(--theme-color);
}
/* !!!! ======================= CUSTOMIZE THE NAVBAR ======================= !!!! */
.site-header { 
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;  
  position: relative;

}
.site-header .main-navigationbar.fixed {
     box-shadow: 0 2px 2px #0000001a;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
   
}
/*****  ANNOUCEBAR CSS  *****/
.site-header .announcebar{
  background-color: var(--theme-color);
  padding: 10px 0px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.site-header .announcebar .annoucebar-social-icon{
  display: flex;
  align-items: center;
}   
.site-header .announcebar .annoucebar-social-icon li{
  display: flex;
  justify-content: center;
  align-items: center;
}   
.site-header .announcebar .annoucebar-social-icon li:not(:last-of-type){
  margin-right: 15px;
}
.site-header .announcebar .annoucebar-social-icon li a svg{
  height: 19px;
  width: 19px;
}
.site-header .announcebar .annoucebar-social-icon li a svg path{
  fill: var(--black);
}
/*****  MAIN NAVIGATIONBAR CSS  *****/
.site-header .main-navigationbar {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  padding: 20px 0px;
  color: var(--white);
     background: var(--black);
}
.site-header .main-navigationbar .menu-items-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all ease-in-out 0.4s;
  flex: 1;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.site-header .menu-items-col .main-nav> .menu-lnk.has-item>a:after {
content: '';
position: absolute;
height: 10px;
width: 10px;
right: 0px;
top: 2px;
padding: 6px 0;
background: url(down-arrow.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 9px;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-ms-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}
.list-title h5 {
  color: var(--black);
  margin: 0 0 15px;
  font-weight: 600;
}

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

.site-header .menu-right li svg {
  width: 22px;
  height: 22px;
}
.site-header .menu-right li a {
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .menu-right li a p{
  line-height: 1;
}
.site-header .count {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 16px;
  width: 16px;
  background: var(--theme-color);
  color: var(--black);
  font-size: 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1.36364px solid var(--theme-color);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.site-header .menu-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
  padding-right: 25px;
}
.main-navigationbar .menu-items-col-right .menu-right{
  display: flex;
  justify-content: end;
  flex:1;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li>a {
  color: var(--white);
  text-transform: capitalize;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  position: relative;
  display: flex;
  font-weight: 400;
  align-items: center;
  font-size: 14px;
}
.site-header .main-navigationbar .menu-items-col .drop>a:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  right: -18px;
  top: 7px;
  background: url(dropdown.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.has-item:hover>a:after,.site-header .main-navigationbar .menu-items-col .drop:hover>a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-header .main-navigationbar .menu-items-col .main-nav>li>a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background: var(--white);
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li>a:hover:before {
  width: 100%;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn:before {
  display: none;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.has-item>.category-btn svg {
  margin-left: 20px;
}
.site-header .menu-items-col .main-nav> .menu-lnk.has-item>a{
  padding-right: 20px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav{
  padding-left: 40px;
}
.site-header .menu-right li:not(:first-of-type) {
  padding-left: 20px;
}
.site-header .menu-dropdown ul>li a {
  border-bottom: 1px solid transparent;
   font-size: 14px;
  font-family: var(--first-font);
  color: var(--black);
  display: inline-block !important;
}
.site-header .menu-dropdown ul>li a:hover {
  border-color: var(--black);
}
.site-header .menu-right li .login-info {
  border: 1px solid var(--white);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 7px 12px;
  gap: 8px;
  cursor: pointer;
}
.site-header .menu-right li .login-info svg {
  width: 18px;
  height: 18px;
}
/*****  Megamenu css  *****/
.site-header .mobile-menu {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
}
.site-header .menu-close-icon svg {
  cursor: pointer;
} 
.site-header .mobile-menu .mobile-menu-button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
  border: none;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.site-header .mobile-menu .mobile-menu-button div {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  backface-visibility: hidden;
  background: var(--white);
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  transform-origin: top;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-width: 220px;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid var(--border-color);
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
border-radius:0px 0 10px 10px;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0 5px;
border-radius:0;
}
.site-header .main-navigationbar .menu-items-col .main-nav>li:hover .menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.site-header .menu-dropdown ul>li:not(:last-of-type) {
  margin-bottom: 10px;
}
.site-header .megamenu-list>li span {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black);
  font-size:18px;
}
.site-header .menu-dropdown ul>li a {
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-family: var(--first-font);
  color: var(--black);
}
.site-header .menu-dropdown .arrow-list>li a:hover,
.second-menu-dropdown ul li a:hover {
  border-color: var(--black);
}
.site-header .wishlist-counter{
  background: #F7EEE5;
  color: var(--black);
}
.site-header .menu-items-col .main-nav .mobile-menu-button svg{
  height: 22px;
  width: 22px;
}
.site-header .menu-right .cart-header .cart-icon {
  position: relative;
}
.head-sticky .main-navigationbar{
  background-color: #e7a275;
}
.megamenu-card-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.09);
}
.site-header .megamenu-card .megamenu-image {
  position: relative;
}
.site-header .megamenu-card .megamenu-image a {
  padding-top: 92%;
}
.site-header .megamenu-card .megamenu-image a img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.site-header .megamenu-card .megamenu-content {
  margin-top: 15px;
  text-align: center;
}
.site-header .megamenu-card .megamenu-content span {
  font: var(--h5);
  color: var(--black);
}
.site-header .menu-right .cart-header .cart-price {
  font-size: 16px;
  margin-left: 10px;
}
.site-header .login-header .nice-select{
  border: 1px solid var(--white);
  border-radius: 10px;
  background: url(header-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.megamenu-card{
  margin-bottom:15px;
}
.login-header .wishcount{
  margin: 0 2px;
}
/* ============================================= */
/* !!!!         HEADER STYLE TWO CSS        !!!! */
/* ============================================= */
.header-style-two .menu-items-col{
  justify-content: space-between;
}
.header-style-two .menu-items-col .search-header input{
  border: 0;
  background-color: var(--white);
  border-radius: 10px;
  padding: 9px 40px 9px 20px;
}
.header-style-two  .menu-items-col .search-header .forms-input {
  position: relative;
  z-index: 1;
}
.header-style-two  .menu-items-col .search-header .input-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.header-style-two .menu-items-col .search-header .input-btn svg{
  height: 15px;
  width: 15px;
}
.header-style-two .menu-right .profile-header svg path{
  fill: var(--white);
}
.header-style-two.head-sticky .announcebar {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
/* ============================================= */
/* !!!!         HEADER STYLE THREE CSS        !!!! */
/* ============================================= */
.header-style-three .menu-items-col{
  justify-content: space-between;
}
.header-style-three .menu-items-col .search-header input{
  border: 0;
  background-color: var(--white);
  border-radius: 10px;
  padding: 9px 40px 9px 20px;
}
.header-style-three .menu-items-col .search-header .forms-input {
  position: relative;
  z-index: 1;
}
.header-style-three .menu-items-col .search-header .input-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.header-style-three .menu-items-col .search-header .input-btn svg{
  height: 15px;
  width: 15px;
}
.header-style-three .menu-right .profile-header svg path{
  fill: var(--white);
}
.header-style-three.head-sticky .announcebar {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.header-style-three .annouce-left,.header-style-three .annouce-right{
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-style-three .announcebar{
  padding: 10px 20px;
}
.header-style-three .announcebar .announce-row {
  margin: 0;
}
.header-style-three .main-navigationbar {
  border-bottom: 1px solid var(--border-color);
  padding: 20px;
}
/*****  MOBILE MENU CSS  *****/
.mobile-menu-wrapper {
  position: fixed;
  z-index: 4;
  background: var(--white);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  right: 0;
  display: block;
  width: 100%;
max-width:400px;
}
.mobile-menu-wrapper.active-menu {
  transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
  text-align: right;
  padding: 15px 20px;
  background:var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
  height: calc(100vh - 48px);
  overflow: auto;
  padding: 10px 20px;
  background: var(--white);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
  font-size: 18px;
  color: var(--black);
  letter-spacing: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li {
  margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .acnav-list {
  margin: 12px 0;
  display: none;
  padding: 0;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is-open .acnav-label .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .menu-h-drop.is-open .acnav-label .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul li a {
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
  font-family: var(--first-font);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a svg {
  margin-left: auto;
  width: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .mobile_menu_inner .menu-h-link ul {
  margin-bottom: 15px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul {
  margin: 12px 0 0;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li:not(:last-of-type) {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a {
  font-size: 14px;
  font-family: var(--first-font);
}
.mobile-menu-wrapper .mobile-menu-bar .has-children>ul>li>a.acnav-label {
  font-weight: 600;
}
.mobile-menu-wrapper .menu-close-icon svg path {
  fill: var(--black);
}
/****** CART DRAWER CSS ********/
.overlay{
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.cartDrawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background: var(--white);
  width: 450px;
  height: 100%;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.cartOpen .cartDrawer {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
color: var(--black);
}
.mini-cart-title a{
  font-size: 16px;
}
.cartDrawer .mini-cart-header {
  position: relative;
  text-align: center;
  padding: 17px 30px 16px 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--theme-color);
  color: var(--black);
}
.cartDrawer .cart-tottl-itm {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
.cart-header .closecart{
  position: fixed !important;
  right: 470px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.cartOpen .cart-header .closecart{
opacity: 1;
visibility: visible;
}
.cartDrawer .mini-cart-has-item {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cartDrawer .mini-cart-body {
  overflow-y: auto;
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
  width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
  background-color: var(--third-color);
}
.mini-cart-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
border-radius:10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
  background: var(--white);
}
.mini-cart-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.mini-cart-image {
  width: 80px;
}
.mini-cart-image a {
  display: block;
  padding-top: 138%;
  border-radius: 12px;
  position: relative;
}
.mini-cart-image img {
  top: 0;
  object-fit: scale-down;
  object-position: center;
  position: absolute;
  left: 0;
width:100%;
height:100%;
  right: 0;
}
.mini-cart-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding-left: 15px;
}
.mini-cart-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cartDrawer .cart-variable {
  margin-bottom: 10px;
}
.cartDrawer .cart-variable p {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
}
.qty-spinner {
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  height: 35px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.qty-spinner button {
background: transparent;
padding: 0;
margin: 0;
border: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.qty-spinner button svg {
margin: auto;
height: 10px !important;
width: 10px !important;
pointer-events: none;
}
cart-remove-button {
  display: flex;
}
.qty-spinner button svg path {
  fill: var(--black);
}
.qty-spinner input {
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 30px;
  color: var(--black);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
del {
  color: var(--second-color);
  opacity: 0.6;
  text-decoration: line-through;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.price ins {
  font-size: 16px;
  font-weight: 600;
}
.price ins.text-danger {
  color: #FF0000;
}
.price .currency-type {
  font-size: 12px;
}
.price del {
  font-weight: 500;
  margin-left: 8px;
  font-size: 16px;
}
.cartDrawer .mini-cart-details .price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font: var(--common-text);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cartDrawer .pvarprice {
  margin-top: 12px;
}
.cartDrawer .price del {
  margin-left: 10px;
  color: var(--second-color);
}
.cartDrawer .price ins {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.cartDrawer .price .currency-type {
  font-weight: 500;
  font-size: 10px;
  margin-left: 3px;
  display: inline-block;
  font-size: 12px;
}
.cartDrawer .webi-mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
}
.cartDrawer .mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px 20px;
}
.cartDrawer .mini-cart-footer-total-row div {
  padding: 0 10px;
}
.cartDrawer .mini-cart-footer .u-save {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cartDrawer .webi-mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
}
.cartDrawer .webi-mini-cart-footer .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.link-btn svg {
  fill: var(--second-color);
  margin-left: 10px;
  width: 20px;
  height: auto;
}
.cartDrawer .remove_item svg path {
  fill: var(--second-color) !important;
}
.cartDrawer .remove_item svg {
  height: 15px !important;
  width: 15px !important;
}
.cartDrawer .emptyCart {
  padding: 50px 0 0 0;
}
.cartDrawer .link-btn:before {
  display: none;
}
/**** SEARCH POPUP CSS ****/
.search-popup, .size-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
  padding: 0 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.search-popup.active, .size-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-form-wrapper {
  max-width: 1000px;
  width: 100%;
}
.search-form-wrapper form {
  width: 100%;
}
.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.search-popup .close-search svg {
  height: 20px;
  width: 20px;
}
.search-form-wrapper .form-inputs {
  width: 100%;
  position: relative;
}
.search-form-wrapper input {
  padding: 15px 60px 15px 20px;
  color: var(--white);
  border: 1px solid var(--white);
    border-radius: 30px;
} 
.search-form-wrapper input::placeholder{
  color: var(--white);
}
.search-form-wrapper .btn {
  position: absolute;
  background: var(--theme-color);
  right: 5px;
  top: 50%;
  width: 45px;
  padding: 0;
  height: calc(100% - 10px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  border: 1px solid transparent;
}
.search-form-wrapper .btn svg path{
  fill: var(--black);
}
.search-form-wrapper .btn svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  fill: var(--white);
}
.size-popup table tr td{
  padding: 10px;
}
.size-table-wrapper{
  margin-top: 200px;
}
.size-popup .size-form{
  background-color: var(--white);
  padding: 20PX;
  max-height: 80vh;
  height: 100%;
  overflow: auto;
  border-radius: 10PX;
  -webkit-border-radius: 10PX;
  -moz-border-radius: 10PX;
  -ms-border-radius: 10PX;
  -o-border-radius: 10PX;
}
.size-popup .size-form H4{
  margin-bottom: 20px;
}
.size-popup .btn-white{
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.size-close-btn {
  text-align: end;
}
.size-close-btn svg {
  margin-left: 0;
  margin-right: 5px;
}
/*****  SUBSCRIBE POPUP CSS *****/
.subscribe-popup {
position: fixed;
top: 50%;
left: 0;
right: 0;
max-width: 950px;
width: 95%;
margin: 0 auto;
color: var(--white);
z-index: 5;
-webkit-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
-ms-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
-webkit-transform: translateY(-50%) scale(.9);
-moz-transform: translateY(-50%) scale(.9);
-ms-transform: translateY(-50%) scale(.9);
-o-transform: translateY(-50%) scale(.9);
transform: translateY(-50%) scale(.9);
opacity: 0;
visibility: hidden;
} 
.subscribe-popup.open {
  opacity: 1;
  transform: 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);
  transform: translateY(-50%) scale(1);
visibility: visible;
}
.subscribe-popup h2 {
  font-family: var(--second-font);
  font-weight: 500; 
  font-size: 31px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-style: italic;
}
.subscribe-overlay {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  background: rgba(30, 47, 58, 0.85);
  visibility: hidden;
  opacity: 1;
}
.subscribe-overlay.open{ 
  opacity: 1;
  visibility: visible;
}
.subscribe-popup .sub-close-btn{
  text-align: end;
  margin-bottom: 20px;
}
.subscribe-popup .sub-close-btn .btn svg{
  margin-left: 0px;
  margin-right: 10px;
}
.subscribe-popup .sub-left-inner{
  background: var(--white);
  padding: 40px 29px;
  color: var(--second-color);
display: flex;
  flex-direction: column;
  justify-content: center;
}
.subscribe-popup .sub-right-inner img{
  height: 100%;
  width: 100%;
object-fit: cover;
}
.subscribe-popup .sub-right-inner .img-wrapper{
  padding-top: 96%;
}
.subscribe-popup .sub-left-inner h3 b{
  color: var(--second-color);
}
.subscribe-popup .sub-left-inner p{
margin: 15px 0px;
font-size:16px;
}
.subscribe-popup .subscriber-form input{
  margin-top: 10px;
 color: var(--black);
 padding: 14px 40px 14px 20px;
border-radius:30px;
}
.subscribe-popup .subscriber-form .enter-email-row{
  position: relative;
margin-bottom: 20px;
}
.subscribe-popup .subscriber-form .btn-svg {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/********** COMMON  CSS  **********/ 
.offset-container { 
  position: relative; 
}
.offset-left{
  margin-left: calc((100% - 1200px) / 2);
  padding-left: 15px;
  margin-right: 0;
}  
.offset-right {
  margin-right: calc((100% - 1200px) / 2);
  margin-left: 0;
  padding-right: 15px;
}   
/****************  TABS CSS *****************/ 
.tab-content {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.tab-content.active {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
}
/* !!!!             FOOTER CSS             !!!! */
.site-footer-two .footer-top .footer-logo {
    margin: 0 auto 20px;
}
.site-footer .footer-top .footer-logo {
    max-width: 170px;
    width: 100%;
}
.site-footer {
  position: relative;
  z-index: 1;
  padding: 70px 0px 30px 0px;
  background-color: var(--theme-color);
  color: var(--black);
overflow: hidden;
}
.site-footer .footer-top{
  margin-bottom: 30px;
}

.site-footer .footer-top .footer-logo a{
  display: block;
}
.site-footer-one .footer-top p{
  flex: 1;
  padding-left: 100px;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0px;
  border-top: 1px solid #435E70;
  border-bottom: 1px solid #435E70;
}
.footer-col {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px;
}
.footer-subscribe-col {
  max-width: 350px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}
.site-footer-one .footer-link:first-child{
  padding-left: 0;
}
.site-footer .footer-widget p {
  padding: 0 0 20px;
  color: var(--black);
}
.site-footer .footer-widget h2{
  padding: 0 0 20px 0;
  position: relative;
  font: var(--h5);
}
.site-footer .footer-link .footer-widget ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.site-footer .footer-link-3 .footer-widget h4 {
  text-align: end;
}
.footer-subscribe-col h6{
  font-size: 15px;
  margin-bottom: 5px;
}
.footer-subscribe-col .contactlink {
font-size: 20px;
margin-bottom: 15px;
word-break: break-all;
}
.footer-subscribe-col .addresslink{
  font-size: 18px;
  color: var(--second-color);
}
.footer-bottom {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom a b{
  text-decoration: underline;
}
.footer-bottom .payment-image-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.acnav-list {
  display: none;
} 
.footer-subscribe-col .social-ul {
  display: flex;
  align-items: center;
}
.footer-subscribe-col .social-ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-subscribe-col .social-ul li a{
  transition: all .7s ease-in-out;    
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
transform: translateY(0);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
}
.footer-subscribe-col .social-ul li:hover a{
transform: translateY(-5px);
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
}
.footer-subscribe-col .social-ul li:not(:last-of-type) {
  margin-right: 15px;
}
.footer-subscribe-col .social-ul li a svg {
  height: 22px;
  width: 22px;
}
.footer-subscribe-col .social-ul li a svg path{
  fill: var(--black);
}
.site-footer .footer-link .footer-widget ul li{
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
-ms-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
}
.site-footer .footer-link .footer-widget ul li:hover {
margin-left: 10px;
}
/****************  SITE FOOTER TWO CSS *****************/
.site-footer-two .footer-top .footer-logo{
  margin: 0 auto 20px;
}

.site-footer-two .footer-top {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 30px;
}
.site-footer-two .footer-subscribe-col{
  padding-left: 0;
}
.site-footer-two .footer-subscribe-col ul li a, .site-footer-three .footer-subscribe-col ul li a{
  display: flex;
  align-items: center;
}
.site-footer-two .footer-subscribe-col ul li a svg, .site-footer-three .footer-subscribe-col ul li a svg{
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}
.site-footer-two .footer-subscribe-col ul li:not(:last-of-type), .site-footer-three .footer-subscribe-col ul li:not(:last-of-type){
  margin-bottom: 12px;
}
/**************** SITE FOOTER THREE CSS *****************/
.site-footer-three .footer-link-1{
  padding-left: 0px;
}
.site-footer-three .footer-row{
  border-top: 0;
  border-bottom: 0;
  padding: 0px;
}
.site-footer-three{
  padding: 70px 0px 0px 0px;
}
.site-footer-three .footer-bottom-wrp{
    background-color: var(--black);
    padding: 12px 0px;
    margin-top: 50px;
    color: var(--white);
}
.site-footer-three .footer-bottom{
  margin-top: 0px;
}
.site-footer-two .footer-subscribe-col ul li a svg path, .site-footer-three .footer-subscribe-col ul li a svg path {
    fill: var(--black);
}
/***** HOME BANNER SECTION *****/
.main-banner-sec{
  position: relative;
  z-index: 1;
}
.main-banner-sec .banner-content-wrapper{
  position: relative;
  padding: 200px 0px;
  max-width: 470px;
  width: 100%;
  margin-right: auto;
  color: var(--white);
}
.main-banner-sec .banner-content-inner .section-title h2{
  font-family: var(--second-font);
  font-size: 70px;
  font-weight: 500;
}
.banner-content-wrapper p {
margin-bottom: 20px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.main-banner-sec .banner-content-inner .btn-transparent{
  border: 1px solid var(--white);
  color: var(--white);
}
.main-banner-sec .btn-transparent:hover {
    color: var(--black);
    background-color: var(--white);
}
.subscribe-sec-form .input-wrapper button{
  padding: 15px 20px;
}  
.main-banner-sec .banner-content-inner .btn-transparent svg path{
  fill: var(--white);
}
.main-banner-sec .banner-content-inner .btn-transparent:hover{
  border: 1px solid var(--theme-color);
}
.main-banner-sec .img-wrapper img{
  border-radius: 0;
}
.main-banner-sec .main-banner-img{
  position: relative;
  width: 100%;
  display: block;
}
.main-banner-sec .main-banner-img .banner-image{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.main-banner-sec .btn-transparent:hover{
  color: var(--black);
}
.main-banner-sec .btn-transparent:hover::after{
background-color: var(--white);
}
.main-banner-sec .btn-transparent:hover svg path{
  fill: var(--black);
}
.home-btn-wrp .swiper-button-next, .home-btn-wrp .swiper-button-prev {
top: auto;
bottom: 10%;
transition: none;
opacity: 1;
visibility: visible;
}
.home-btn-wrp .swiper-button-next {
  right: 48%;
  transform: translate(100%, 0);
}
.home-btn-wrp .swiper-button-prev {
  left: 48%;
  transform: translate(-100%, 0);
}
.main-banner-sec .swiper-pagination{
  bottom: 11%;
  color: var(--white);
  z-index: 1;
}
/***** COSMETIC ABOUT SECTION *****/
.cosmetic-about-sec{
  background-color: var(--black);
  color: var(--white);
  padding: 40px 0px;
}
.cosmetic-about-sec .cosmetic-content-inner{
  text-align: center;
}
.cosmetic-about-sec .cosmetic-svg img {
margin: 0 auto 15px;
transition: all .6s ease-in-out 0s;
-webkit-transition: all .6s ease-in-out 0s;
-moz-transition: all .6s ease-in-out 0s;
-ms-transition: all .6s ease-in-out 0s;
-o-transition: all .6s ease-in-out 0s;
transform: rotateY(0);
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
}
.cosmetic-about-sec .cosmetic-content-inner:hover .cosmetic-svg img {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
}
/***** MAIN CATEGORY SECTION *****/
.main-category-sec {
  background-color: var(--theme-color);
  padding: 70px 0 70px;
}
.main-category-sec .section-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color:var(--white);
}
.main-category-sec .category-card-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: var(--white);
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.main-category-sec .category-card-inner .category-image{
width: 90px;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--theme-color);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-bottom: 15px;
}
.main-category-sec .category-card-inner .category-image img{
max-width: 45px;
width: 100%;
transition: all .6s ease-in-out 0s;
-webkit-transition: all .6s ease-in-out 0s;
-moz-transition: all .6s ease-in-out 0s;
-ms-transition: all .6s ease-in-out 0s;
-o-transition: all .6s ease-in-out 0s;
transform: rotateY(0);
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
}
.main-category-sec .category-card-inner:hover .category-image img{
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
}
.main-category-sec .category-card-inner .category-content h3{
  font: var(--h6);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/***** BEAUTY CIRCLE SECTION *****/
.beuaty-circle-sec{
  background-color: var(--theme-color);
  color:var(--white);
}
.beuaty-circle-sec .beuaty-circle-left{
  max-width: 85%;
  width: 100%;
}
.beuaty-circle-sec .beuaty-circle-left h2{
  margin-bottom: 20px;
}
.beuaty-circle-sec .beuaty-circle-img{
  position: relative;
  display: block;
}
.beuaty-circle-sec .beuaty-circle-img .circle-img {
margin-left: auto;
border-radius: 20px;
}
.beuaty-circle-sec .beuaty-circle-img .circle-small-img {
position: absolute;
left: 0;
right: auto;
bottom: 8%;
border-radius: 20px;
}
.beauty-circle-second .beuaty-circle-img .circle-small-img {
    right: 0;
    left: auto;
}
.beauty-circle-second .beuaty-circle-img .circle-img {
    margin: 0 auto 0 0;
}
/***** TWO IMAGE SECTION *****/
.two-img-sec{
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, var(--theme-color) 40%, var(--white) 30% 100%);
}
.two-img-sec .two-img-box-inner {
  display: flex;
  width: 100%;
}
.two-img-sec .two-img-box-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 20px 20px 250px 20px;
  align-items: start;
  border-radius: 20px;
  color: var(--white);
}
.two-img-sec .two-img-box-body img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  transition: all 4s cubic-bezier(0, 0, 0.1, 1);    
  -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  -moz-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  -ms-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
  -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
}
.two-img-sec .two-img-box-body:hover img{
transform: scale(1.2);
}
.two-img-sec .two-img-box-body::after{
    content: "";
  background: none repeat scroll 0 0 rgba(0,0,0,.07);
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  left: 10px;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  -webkit-transform: rotate(-180deg) scale(0);
  -moz-transform: rotate(-180deg) scale(0);
  -ms-transform: rotate(-180deg) scale(0);
  -o-transform: rotate(-180deg) scale(0);
  transform: rotate(-180deg) scale(0);
   border-radius: 20px;
}
.two-img-sec .two-img-box-body:hover::after{
    -webkit-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.two-img-sec .two-img-btn{
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/***** PRODUCT TAB SECTION *****/
ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
ul.tabs li {
    padding: 11px 35px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    line-height: 1;
    outline: none;
    border: 1px solid var(--border-color);
    color: var(--black);
    cursor: pointer;
    font-weight: 500;
}
ul.tabs li.active {
  color: var(--white);
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
}
.product-card, .blog-card {
  position: relative;
}
.product-card .jdgm-widget.jdgm-widget{
  margin-bottom: 15px;
}
.product-card-inner {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.product-card .product-card-image {
  position: relative;
}
.product-card-inner .img-wrapper {
  padding-top: 95%;
}
.pro-labl {
  background: rgba(220, 74, 74, 0.2);
  color: #C52D2D;
  padding: 5px 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-weight: 500;
  line-height: 1.2;
display:inline-flex;
justify-content:center;
}
.product-card .pro-wishlist,.pdp-right-column .pro-wishlist, .product-card .pro-compare,  .product-card .quickview-btn {
  background: #EdEdEd;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease-in-out 0.5s;
  margin-left: auto;
  cursor: pointer;
}
.pdp-right-column .pro-wishlist {
  background: var(--black);
  margin-left:0;
}
.product-card .pro-labl.off-labl {
  background: rgba(83, 217, 128, 0.3);
  color: #328C50;
}
.product-card .top-lable {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
 gap:8px;
}
.product-card .pro-wishlist svg,.pdp-right-column .pro-wishlist svg {
  height: 18px;
  width: 18px;
}
.pdp-right-column .pro-wishlist svg path{
  fill: var(--white);
}
.pro-wishlist:hover, .pro-compare:hover, .quickview-btn:hover {
  background: var(--theme-color);
}
.product-card .subtitle{
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-card .product-content, .blog-card .blog-content {
 margin-top: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-card .product-content{
position: relative;
-webkit-transition: all 400ms ease-in-out 0s;
-khtml-transition: all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
transition: all 400ms ease-in-out 0s;
background: var(--white);
}
.product-card:hover .product-content {
  padding: 10px 0 50px;
  margin: -50px 0 0;
}
.product-card .product-bottom-content {
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -khtml-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  gap: 5px;
}
.product-card:hover .product-bottom-content {
  bottom: 5px;
  opacity: 1;
}
.blog-card .blog-content .blog-top-content p{
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom:15px;
}
.product-card .rating-wrp {
  display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px;
    line-height: 1;
    font-size: 11px;
}
.product-card .rating-wrp span{
color: #000000;
}
.product-card .price ins {
font-size: 20px;
}
.product-card .product-top-content h4 {
  margin: 0 0 10px;
}
.product-card .product-top-content p {
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .off-type {
font-size: 12px;
display: inline-block;
margin-left: 3px;
}
.product-card .price del {
font-size: 14px;
line-height: 1;
}
.flip-countdown.simple-countdown {
position: absolute;
top: 50%;
left: 0;
right: 0;
border-radius: 30px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
background: #828282d1;
padding: 8px 0;
}
.flip-countdown.simple-countdown .countdown-block {
display: flex;
align-items: center;
  color:var(--white);
}
.flip-countdown.simple-countdown svg {
  width: 18px;
  height: 18px;
}
.flip-countdown.simple-countdown svg path{
  fill: var(--white);
}
.flip-countdown.simple-countdown span {
font-size: 13px;
margin: 0 6px 0 0;
font-weight: 500;
}
.flip-countdown.simple-countdown span.second {
  color: #ff0000;
}
.product-card .price{
margin: 0px 0px 0px;
}
.product-card .wish-lbl-wrp {
  position: absolute;
  top: 0;
  right: -54px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card:hover .wish-lbl-wrp {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.product-grid-view .product-card .wish-lbl-wrp {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.product-card:hover .flip-countdown.simple-countdown {
  opacity: 0;
  visibility: hidden;
}
.product-grid-view .product-card .flip-countdown.simple-countdown {
 opacity: 1;
  visibility: visible;
}
.product-card .flip-countdown.simple-countdown {
 opacity: 1;
  visibility: visible;
  transition: all 400ms ease-in-out;
}
.product-card .size-select .nice-select{
  margin-bottom: 10px;
  border-radius: 30px; 
}
.product-card .product-bottom-content .cart-btn{
  justify-content: space-between;
  padding: 11px 20px;
}   
.product-card h4 a, .blog-card h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-tab-sec .tabs-container {
  position: relative;
}
#Search-In-Template {
padding: 14px 60px 14px 20px;
border-radius:10px;
}
/***** COSMETIC TOOLTIP SECTION *****/
.cosmetic-tooltip-sec{
  padding: 250px 0;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.cosmetic-tooltip-sec .tooltip-custom {
  position: absolute;
  cursor: pointer;
  max-width: 36px;
  max-height: 36px;
  top: 26%;
  left: 13%;
  right: 0;
}
.tool-ic {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--white);
  border-radius: 100%;
  transition: padding .3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--second-color);
  box-shadow: 0 0 0 0 #898989, 0 0 0 0 rgba(0, 0, 0, 1);
  transform: translate3d(0, 0, 0);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -ms-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
  transition: .2s ease-in-out;
}
@keyframes bounce {
  0% {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
}
  50% {
      transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
}
  100% {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
}
}
@keyframes pulse {
  to {
      box-shadow: 0 0 0 8px transparent, 0 0 0 14px rgba(90, 153, 212, 0);
  }
}  
.tool-content {
  display: block;
  flex-wrap: wrap;
  z-index: 1;
  width: 300px;
  position: relative;
  background: var(--white);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-top: -45px;
  left: 60px;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}
.tool-content .toolimg a {
  display: block;
  position: relative;
  padding-top: 116%;
border-radius:10px;
border:1px solid var(--border-color);
overflow:hidden;
}
.tool-content .toolimg a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
}        
.tooldesc{
  text-align: start;
}
.tooldesc .tooldesc-inner {
  margin-left: 15px;
}
.tooldesc .tooldesc-inner .price{
  margin: 10px 0px 15px;
}
.tooldesc .tooldesc-inner .price del{
 font-size: 13px;
}
.tooltip-custom:hover .tool-content {
  opacity: 1;
  visibility: visible;
}
.tooldesc-inner .btn{
  width: 100%;
}
.tooltip-custom:hover .tool-ic{
  transform: rotate3d(0,0,1,45deg);
}
/***** BEAUTY CIRCLE SECOND SECTION *****/
.beauty-circle-second{
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: var(--black);
}
.beauty-circle-second .beuaty-circle-left{
  margin-left: auto;
}

/***** TESTIMONIALS SECTION *****/

.section-title-center {
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 26px;
}
.section-title-center h2{
  margin-bottom: 15px;
}
.testimonials-sec .testi-card-inner {
  background: var(--theme-color);
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.testimonials-sec .testi-card-inner  .client-star-info-wrp{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonials-sec .testi-card-inner .client-info{
  margin-left: 10px;
}
.testimonials-sec .testi-card-inner .client-info .client-name{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.testimonials-sec .testi-card-inner h3{
  margin: 0px 0 15px;
  font-family: var(--second-font);
  font-size: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.testimonials-sec .testi-card-inner p{
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.testimonials-sec .testi-card-inner .client-img img{
  height: 100%;
  width: 100%;
}
.testimonials-sec .testi-card-inner .client-star-info-wrp{
margin-bottom:10px;
}
.testimonials-slider .swiper-button-prev, .testimonials-slider .swiper-button-next{
  background: var(--white);
}
/***** BLOG SECTION *****/
.blog-grid-sec .rightbar {
  flex-direction: row-reverse;
}
.blog-card-inner .img-wrapper {
  padding-top: 87%;
}
.blog-card .blog-card-inner {
border: 1px solid var(--border-color);
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
overflow: hidden;
}
.blog-card .blog-content {
  padding: 15px;
  margin-top: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.blog-card .blg-date-rate-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  gap: 12px;
  margin: 0px auto 10px;
}
.blog-card .blog-content .blog-top-content h4{
margin-bottom:10px;
}
.blog-card .blg-date-rate-wrp .client-name, .blog-card .blg-date-rate-wrp .client-date{
  font-weight: 500;
}
.blog-card .subtitle{
  color: var(--black);
}
.blog-card .blog-bottom-content .btn{
  width: 100%;
  /* margin-top: 15px; */
}
.blog-card-inner .blog-lbl {
  position: absolute;
  left: 15px;
  right: auto;
  top: 15px;
  background-color: var(--theme-color);
  color: var(--white);
  padding: 2px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
/***** PARTNER LOGO SECTION *****/
.partner-logo-sec .partner-logo-slider .swiper-slide {
  display: flex !important;
  justify-content: center;
}
.partner-logo-sec .partner-logo-slider {
  padding: 20px 0px;
}
.partner-logo-sec .partner-logo-item a img {
height: 100%;
width: 100%;
margin: 0 auto;
}
.partner-logo-sec .partner-logo-item a {
transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transform: translateY(0);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  display: block;
}
.partner-logo-sec .partner-logo-item:hover a {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
/***** SUBSCRIBE SECTION *****/
.suscribe-sec{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.suscribe-sec .subscribe-right-img img{
  height: 100%;
  width: 100%;
}
.suscribe-sec .subscribe-left-inner{
  max-width: 90%;
  width: 100%;
}
.suscribe-sec .subscribe-left-inner .subtitle{
  color: var(--black);
}
.suscribe-sec .subscribe-left-inner h2{
  font: var(--h3);
  font-family: var(--second-font);
  margin-bottom: 20px;
}
.suscribe-sec .subscribe-left-inner .section-title{
  margin-bottom: 25px;
}
.subscribe-sec-form .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.subscribe-sec-form .input-wrapper input {
   border: 1px solid var(--black);
  text-transform: lowercase;
  border-radius: 30px;
  flex: 1;
}
.subscribe-sec-form .input-wrapper .btn-subscibe {
  padding: 15px 35px;
}
/********** PRODUCT PAGE CSS **********/
.pdp-page-main-sec{
  position: relative;
  padding: 40px 0px; 
  background-color: var(--theme-color); 
  z-index: 1;
  color: var(--black);
}
.sub-right-inner, .sub-img {
  height: 100%;
}
/** pdp slider **/
.pdp-slider-wrapper{
  display: flex;
}
.gallery-main {
  position: relative;
  width: 100%;
  margin-left: auto;
  background-color: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.gallery-thumbs {
  max-width: 90px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  z-index: 2;
  max-height: 370px;
}  
.product-slider-right .gallery-thumbs {
  right: 15px;
}
.product-slider-left .gallery-thumbs {
  left: 15px;
}
.pdp-page-main-sec .product-slider-left .gallery-main .product-arrow-wrapper{
  right: 0;
  left: auto;
}
.pdp-page-main-sec .gallery-thumbs-left .product-arrow-wrapper{
  left: auto;
  right: 0;
}
.pdp-left-column{
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.pdp-slider-img {
  position: relative;
  padding-top: 90%;
  display: flex;
  height: 100%;
  width: 100%;
}
.pdp-slider-img img, .pdp-slider-img video, .pdp-slider-img iframe, .pdp-thumb-img svg, .pdp-thumb-img video, .pdp-thumb-img iframe, .pdp-thumb-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit:cover;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.pdp-slider-img img {
object-fit: scale-down;
}
.pdp-page-main-sec .gallery-main .product-arrow-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0 ;
  right: auto;
  position: absolute;
}
.pdp-thumb-image{
  background-color: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #E1E1C8;
}
.pdp-page-main-sec .gallery-main .swiper-button-prev, .pdp-page-main-sec .gallery-main .swiper-button-next{
  position: relative;
  bottom: 0;
  border-radius: 0px;
  background-color: var(--second-color);
  opacity: 1;
visibility:visible;
}
.pdp-page-main-sec .gallery-main-right .swiper-button-prev {
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  -ms-border-radius: 0 0 0 10px;
  -o-border-radius: 0 0 0 10px;
}
.pdp-page-main-sec .gallery-main .swiper-wrapper {
  height: 100% !important;
}
.gallery-thumbs .swiper-slide-thumb-active{
  border: 1px solid var(--black);
}
/** pdp  center slider start**/
.product-slider-center{
  display: flex;
  flex-direction: column !important;
}
.gallery-thumbs-center .pdp-thumb-image {
  display: block;
  position: relative;
  padding-top: 30%;
}
.pdp-page-main-sec .product-slider-center .gallery-main .product-arrow-wrapper{
  right: 0;
  left: auto;
}
.pdp-right-column .pdp-top-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}
.pdp-right-column .pdp-top-labl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.pdp-right-column .pdp-top-content .new-labl{
color: var(--black);
}
.pdp-right-column .pdp-top-content .subtitle{
  margin-bottom: 0px;
}
.new-labl{
  background: var(--second-color);
  color: var(--white);
  padding: 5px 15px;
  width: auto;
  border-radius: 5px;
}
.dis-labl{
  background: var(--third-color);
}
.pdp-right-column  .pdp-rating{
  margin-bottom: 15px;
}
.pdp-right-column  .pdp-rating .star-review{
  color: #959595;
}
.pdp-right-column .pdp-rating .available-product::before{
  content: '';
  position: absolute;
  top: 11px;
  left: 8px;
  height: 12px;
  width: 12px;
  border-radius: 10px;
  background-color: #B1DB3A;
}
.pdp-right-column .section-title p {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.size-btn {
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}
.size-btn svg {
    width: 15px;
    height: 13px;
}
.pdp-right-column .pdp-rating .review-rating svg{
  margin-right: 10px;
}
.pdp-right-column .pdp-rating .review-rating svg path{
  fill: var(--black);
}
.pdp-right-column .select-color-grp .radio-buttons,.sticky-pro-inn .radio-buttons{
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
margin: 10px 10px 0;
border: none;
}
.pdp-right-column .select-color-grp .button input[type="radio"],.sticky-pro-inn .button input[type="radio"] {
  display: none;
}
.pdp-right-column  .select-color-grp .button input[type="radio"]:checked+label,.sticky-pro-inn .button label.sticky-active{
  border-color: var(--black);
  color: var(--white);
  background-color: var(--black);
}
.pdp-right-column .select-color-grp .button label,.sticky-pro-inn .button label {
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  border: 2px solid var(--black);
  color: var(--black);
}
.pdp-right-column .size-select .button label {
  border-radius: 10px;
}
.pdp-right-column .size-select .nice-select{
  margin-top: 5px;
  width: 230px;
  border-radius: 30px;
}
.pdp-right-column .available-product {
  position: relative;
  background: #328C50;
  padding: 8px 15px 8px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: var(--white);
}
.pdp-right-column .available-product::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 8px;
  height: 12px;
  width: 12px;
  border-radius: 10px;
  background-color: var(--white);
}
.pdp-right-column .qnty-btn-wrp{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0px 0;
  gap:10px;
}

.pdp-right-column .qty-spinner{
  border: 1px solid var(--black);
  border-radius:30px;
  height: 40px;
}
.recentlyview .product-card:hover .product-content{
  padding: 0;
  margin: 0;
}
.recentlyview .product-card .product-content{
    justify-content: end;
}
.recentlyview .flex-slider .flex-card-inner{
    justify-content: space-between;
}
/** table css **/
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  text-align: left;
  border: 2PX solid var(--border-color);
}
table tr {
  display: block;
}
@media (min-width: 576px){
  .size-tbl table tr {
      display: table-row;
  }
}
table tr th {
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--border-color);
}
table tr td[data-label="Stamp ID"], table tr td[data-label="Country"], table tr td[data-label="Scott"] {
  font-weight: 700;
}
table tr td[data-label="Stamp ID"] {
  text-align: center;
  background-color: #C0C0C0;
}
table tr td {
  padding: 5px 10px 5px;
  display: block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
table tr {
  padding: 20px 0 0;
}   
@media (min-width: 768px){
  table tr td {
      padding: 20px 10px 20px;
      display: table-cell;
      text-align: center;
  }
  table tr {
      display: table-row;
  }
}    
table tr .bg-gray{
  background: #f8f8f8;
}
.pdp-right-column .time-counter svg{
  height: 20px;
  width: 20px;
}
.pdp-right-column .time-counter #timer span{
  margin: 0px 3px;
}
.pdp-right-column  .qty-spinner button, .qty-spinner input{
  width: 30px;
}
.pdp-right-column .price-wrp .price ins{
  font-size: 22px;
  display: inline-flex;
}
.pdp-right-column .off-type {
  font-size: 10px;
  display: inline-block;
  color: #C52D2D;
  margin-left: 3px;
}
.pdp-right-column .price-wrp{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
margin-bottom: 15px;
}
.pdp-right-column .pdp-timer .flip-countdown.simple-countdown {
  position: static;
  display: inline-flex;
  width: auto;
  padding: 8px 22px;
}
.pdp-right-column .pdp-timer .flip-countdown.simple-countdown span {
  font-size: 15px;
}
.pdp-right-column  .free-dlvry-wrp{
  display: flex;
  align-items: center;
  border: 1px solid var(--black);
  border-radius: 10px;
}
.pdp-right-column  .free-dlvry-wrp .free-delivery{
  padding: 10px;
}
.pdp-right-column  .free-dlvry-wrp .delivery-svg svg{
  height: 25px;
  width: 25px;
}
.pdp-right-column  .free-dlvry-wrp .delivery-svg svg path{
  fill: var(--black);
}
.pdp-right-column  .free-dlvry-wrp .delivery-content{
  margin-left: 10px;
  flex: 1;
}
.pdp-right-column  .free-dlvry-wrp .delivery-content h6{
  margin-bottom: 7px;
}
.pdp-right-column  .free-dlvry-wrp .free-delivery:not(:last-of-type){
  border-right: 1px solid var(--black);
}
.pdp-page-main-sec .pdp-right-column{
  text-align: left;
}
.pdp-page-main-sec .pdp-right-column .jdgm-widget.jdgm-widget{
  margin-bottom: 15px;
}
.jdgm-write-rev-link.jdgm-write-rev-link{
  max-width: fit-content !important;
}
.pdp-tab-sec .jdgm-rev-widg__summary-stars{
  margin-bottom: 10px;
}
 .pdp-tab-sec .jdgm-form-wrapper {
    padding: 24px 0 0 !important;
   margin-top: 15px !important;
 }   
 .pdp-tab-sec .jdgm-review-widget--small .jdgm-rev-widg{
      padding: 16px 0 0px !important;
}
 .pdp-tab-sec .jdgm-widget-actions-wrapper {
    margin: 0 !important;
}
.pdp-right-column .pdp-social-icons {
  padding: 10px 6px;
 float: right;
 margin-top: 15px;
}
.pdp-right-column .pdp-social-icons p{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin: 0 auto;
}
.pdp-right-column .pdp-social-icons ul li{
  display: flex;
  justify-content: center;
}
.pdp-right-column .pdp-social-icons ul li svg path{
  fill: var(--black);
}
.pdp-right-column .pdp-social-icons ul li:not(:last-of-type){
  margin-bottom: 10px;
}
.pdp-right-column .pdp-social-icons ul{
  margin-top: 15px;
}
.pdp-right-column .section-title{
  max-width: 74%;
  width: 100%;
  margin-bottom: 15px;
}
.pdp-right-column .section-title h2,.pdp-right-column .section-title h3,.pdp-right-column .select-color-grp,
.pdp-right-column .size-select,.pdp-right-column .pdp-timer{
display: block;
margin: 0 0 15px;
}
.pdp-right-column .review-stars span.shopify-product-reviews-badge{
margin: 0 0 15px;
}
.gallery-main .swiper-button-prev::before, .gallery-main .swiper-button-next::before{
  background-image: url(arrow-right1.svg);
}
/** pdp  center slider start**/
.product-slider-center{
  display: flex;
  flex-direction: column-reverse;
}
.gallery-thumbs-center{
width: 100%;
max-width: 100% !important;
margin-right: 0px;
margin-top: 20px;
overflow: hidden;
position: static;
}
.gallery-thumbs-center .pdp-thumb-image {
  display: block;
  position: relative;
  padding-top: 22%;
}
.pdp-page-main-sec .product-slider-center .gallery-main .product-arrow-wrapper{
  left: auto;
  right: 0;
}

/** pdp tab sec **/ 
.pdp-tab-sec .tab-img img{
  height: 100%;
  width: 100%;
}
.pdp-tab-sec .tab-img{
  border: 1px solid var(--border-color);
  border-radius: 15px;
}
.pdp-tab-sec .tab-head-row{
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px
}
.pdp-tab-sec ul.tabs {
  justify-content: start;
}
.pdp-tab-sec ul.tabs li a{
  padding: 0 20px 10px;
  position: relative;
  display: block;
  color: #72828D;
}
.pdp-tab-sec ul.tabs li a:before {
  content: '';
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--second-color);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.pdp-tab-sec ul li a:hover:before, .pdp-tab-sec ul li.active a:before {
  opacity: 1;
}
.pdp-tab-sec ul.tabs li.active {
  text-decoration: none;
  font-weight: 500;
  color: var(--second-color);
}
.pdp-tab-sec ul.tabs li.active a{
  color: var(--black);
}
.pdp-tab-sec .review-content .review-wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.pdp-tab-sec .review-content .customer-review .review-image{
  margin: 10px 0px;
}
.pdp-tab-sec .review-content .review-pdp-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}
.pdp-tab-sec .review-content .review-pdp-wrp{
  padding: 15px 0px;
  border-bottom: 1px solid var(--border-color);
}
.pdp-tab-sec .review-content .review-title-left h6{
  margin-left: 15px;
}
.pdp-tab-sec .review-content .review-title-left h6 span{
  font-size: 14px;
  color: #83929B;
}
.pdp-tab-sec .review-pdp-wrp .section-title{
  max-width: 80%;
  width: 100%;
  margin: 0px;
}
.pdp-tab-sec .review-pdp-wrp .section-title p{
  margin-top: 10px;
}
.pdp-tab-sec .payment-wrp h5{
  margin-bottom: 15px;
}
.pdp-tab-sec .payment-wrp .section-title p:not(:last-of-type) {
  margin-bottom: 10px;
}
.pdp-tab-sec .ship-content{
  border-left: 1px solid var(--border-color);
}
.pdp-tab-sec .pdp-tab-right ul.tabs li {
  padding: 0;
  background: transparent;
  border: 0;
}
.pdp-tab-sec .review-title-right a {
  text-decoration: underline;
}
/** pdp image banner sec **/ 
.pdp-img-bnr-sec{
  position: relative;
}
.pdp-img-bnr{
  position: relative;
  z-index: 1;
  padding: 40px 40px 40px 60px;
  color: var(--white);
}
.pdp-img-bnr .section-title{
  margin-bottom: 25px;
}
.pdp-img-bnr img{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  border-radius: 20px;
}
.pdp-img-bnr-sec .img-bnr-column{
  max-width: 500px;
}
.pdp-img-bnr-sec .img-bnr-column ul{
  margin-top: 15px;
}
.pdp-img-bnr-sec .img-bnr-column ul li{
  display: flex;
  align-items: center;
} 
.pdp-img-bnr-sec .img-bnr-column ul li:not(:last-of-type){
  margin-bottom: 15px;
}
.pdp-img-bnr-sec .img-bnr-column ul li .check-svg{
  margin-right: 10px;
}
.pdp-img-bnr-sec .img-bnr-column ul li p{
  flex: 1;
}
.view-slider .swiper-wrapper {
  justify-content: center;
}
.view-product-sec .product-card .product-top-content p{
  margin: 10px 0px 0px;
}
.pdp-img-bnr-sec .img-bnr-column .subtitle{
  color: var(--white);
}
.row-reverse {
  flex-direction: row-reverse;
}
#shopify-product-reviews{
  margin: 0px !important;
}
/************** COMMON BANNER SECTION CSS *************/
.common-banner-section {
  padding: 70px 0;
  background: var(--theme-color);
  color: var(--white);
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}   
.common-banner-content .section-title {
  margin: 0 auto 15px;
  width: 100%;
}
.common-banner-section .filter-cat{
margin-bottom: 15px;
text-transform: uppercase;
}
.common-banner-section .filter-cat a {
  font-size: 16px;
}
.common-banner-section .filter-cat li:not(:last-of-type) {
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
}
.common-banner-section .filter-cat  li:not(:last-of-type):after {
  content: ">";
  position: absolute;
  right: 0;
  top: 3px;
  line-height: 1;
}
.error-breadcrumb.common-banner-black ul.filter-cat {
  margin: 0;
}
.back-btn {
  color: var(--black);
  text-decoration: underline;
  text-transform:uppercase;
}
.back-btn svg{
  height: 12px;
  width: 12px;
  margin-right: 5px;
}
.common-banner-content .section-title h2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.common-banner-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*********** PRODUCT LISTING PAGE CSS  ***********/  
.product-heading-row .row {
  align-items: center; 
  padding: 70px 0 0px;
}
.product-filter-body {
 position: relative;
  border: 1px solid var(--border-color);
  overflow: hidden;
  border-radius:10px;
} 
.product-heading-column .filter-title{
  padding: 12px;
  border: 1px solid var(--border-color);
  display: flex;
align-items: center;
  border-radius: 10px;
}
.product-filter-column .product-filter-body:before {
  content: '';
  position: absolute;
  left: -50vw;
  width: 50vw;
  height: 100%; 
}  
.filter-select-box {
  min-width: 160px;
}
.filter-title .icon {
  display: none;
}
.filter-title .filter-icon svg{
  height: 20px;
  width: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}  
.product-heading-row .nice-select {
  width: 170px;
  padding: 5px 10px;
  border-radius: 5px;
}
.produdt-filter-cat li a {
  font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
  content: '/';
  position: absolute;
  right: -1px;
}
.product-filter-column {
  margin: 20px 0 0;
}
.acnav-list {
  display: none;
  padding: 10px 0px 0px 0px;
}
.product-cat-widget .acnav-list {
  padding: 10px 0 0px 20px;
}
.product-widget .acnav-label {
  display: block;
  position: relative;
  font-weight: 600;
}
.product-widget>.pro-itm>.acnav-label {
  font-weight: 600;
  padding: 10px ;
  text-transform: uppercase;
  background-color: var(--border-color);
  border-radius: 5px;
}
.product-widget .acnav-list li a {
  text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.pro-itm-inner>.filter-listing>ul>li>.acnav-list {
  padding: 10px 0 2px 10px;
}
.product-widget .acnav-label:after {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(down-arrow1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.product-widget .is-open>.acnav-label:after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
} 
.product-widget:not(:last-of-type){
  border-bottom: 1px solid #E2E2E2;
}
.product-widget {  
  padding: 10px ;
} 
.text-checkbox .checkbox {
  margin: 0;
  float: left;
  padding-right: 9px;
  padding-bottom: 10px;
}
.text-checkbox .checkbox input[type=checkbox] {
  display: none;
}
.text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
  content: "";
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--black);
  width: auto;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  font-size: 13px;
  border-radius: 5px;
  padding: 8px 19px;
  text-transform: lowercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
  background-color: var(--black);
  color: var(--white);
} 
.delete-all {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 0px 0 0;
}
.delete-all svg {
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.delete-all svg  path{
  fill: var(--second-color);
}
.product-tag-widget ul li a {
  padding: 10px 12px;
  background: transparent;
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  border: 1px solid var(--theme-color);
}
.product-tag-widget ul li a:hover,.product-tag-widget ul li.active a {
  background: var(--theme-color);
  color: var(--white);
}
.product-tag-widget ul li:not(:last-of-type) {
  margin-right: 5px;
}
.product-tag-widget ul li {
  display: inline-block;
}
#range-slider {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 23px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: var(--second-color);
  height: 3px !important;
  top: -1px !important;
  border-radius: 0 !important;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-active,.ui-widget-content .ui-state-active,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
  background: var(--theme-color) !important;
  border: 1px solid var(--second-color) !important;
}
.ui-widget-content {
  background: #dddddd !important;
  border: none !important;
  border-radius: 0 !important;
  height: 1px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  height: 11px !important;
  width: 11px !important;
  top: -5px !important;
  margin-left: 0 !important;
  background: #dddddd; 
  border: 2px solid var(--second-color) !important;
  border-radius: 10px;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.colour-col:not(:last-of-type) {
  padding: 0 15px 0 0;
}
.price-select {
  margin-left: -5px;
  margin-right: -5px;
}
.select-col p {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.select-col {
  width: 100%;
  max-width: 50%;
  padding: 0 5px;
}
.sorting-select {
  min-width: 125px;
}
.sorting-select select {
  padding: 10px 15px 9px;
  color: var(--black);
}
.product-price-widget .acnav-list {
  padding: 10px 0px 10px 0;
}
.colors-checkbox label {
  width: 100%;
}
.custom-checkbox {
  flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: left;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  left: 0;
}
.custom-checkbox input[type="checkbox"]+.color,
.custom-checkbox input[type="radio"]+.color {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.color,.custom-checkbox input[type="checkbox"]+span.color {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}
.custom-checkbox input[type="checkbox"]:checked+span.color {
  border: 2px solid var(--second-color);
}
.custom-checkbox input[type="checkbox"]:checked+span.color:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--second-color);
  border-width: 0px 1px 1px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.color-name {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.colors-checkbox .color-count{
  background: var(--border-color);
  padding: 1px 4px;
  font-size: 12px;
  border-radius: 5px;
}
.product-widget .acnav-list .colors-checkbox:not(:last-of-type) {
  margin-bottom: 8px;
}
.product-filter-right-column {
  padding-top: 20px !important;
}
.product-filter-right-column .theme-colored-card {
  padding: 0 10px;
  margin-bottom: 20px;
} 
.theme-colored-card .product-card-inner{
  color: var(--theme-color);
  background: rgba(106, 89, 61, 0.13);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
} 
.theme-colored-card .product-card-inner:hover {
  background: rgb(78 56 20 / 51%);
}
.theme-colored-card .link-btn:before{
  background-color: var(--theme-color);
}
.theme-colored-card .pro-wishlist svg path {
  fill: var(--theme-color);
}
.prod-listing-cat {
  color: var(--theme-color);
} 
.product-filter-right-column .product-bottom-content {
  margin-top: 0;
} 
.product-filter-right-column .product-card { 
  margin-bottom: 20px;
}
.featured-inner-section .product-card .product-card-inner{
  border: 1px solid var(--second-color);
}
.text-checkbox .checkbox .clr {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
  border-radius: 100%;
}
.product-size-widget .text-checkbox .checkbox input[type=checkbox]+.checkbox-label{
  padding: 8px 8px;
  font-size: 14px;
}
.product-fil-btn .filter-btn{
  width: 100%;
  margin-bottom: 15px;
}
.product-fil-btn .btn-transparent{
  width: 100%;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--black);
}
.product-fil-btn .btn-transparent:hover {
  background: transparent;
}
.product-fil-btn .btn-transparent:hover{
  background: transparent;
}
.product-heading-right-column .product-sorting-row{
  border: 1px solid var(--border-color);
  padding: 10px;
    border-radius: 10px;
}

.product-heading-right-column ul.tabs li{
  background: var(--third-color);
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 5px;
  border: 1px solid var(--third-color);
}
.product-heading-right-column ul.tabs{
  gap: 10px;
  margin-bottom: 0px;
}
.product-heading-right-column ul.tabs li.active{
  background: var(--second-color);
}
.product-heading-right-column ul.tabs li.active svg path{
  fill: var(--white);
}
.product-heading-right-column .filter-list-wrp p{
  margin-left: 10px;
}
.filter-select-wrp .featured-select{
  display: flex;
  align-items: center;
}
.product-heading-row .show-select .nice-select {
  width: 60px;
}
.filter-select-wrp .show-select{
  margin-left: 15px;
}
.product-heading-right-column ul.tabs li svg{
  height: 14px;
  width: 14px;
}
.collection-rightbar .product-heading-row .row, .collection-rightbar .product-list-row{
  flex-direction: row-reverse;
}
/** grid view css **/
.product-grid-view .product-card-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-grid-view .product-card-inner .product-card-image{
   max-width: 220px;
  flex: 0 0 220px;
  width: 100%;
}
.product-grid-view .product-card-inner .product-top-content{
  max-width: 350px;
  flex: 0 0 350px;
  width: 100%;
  margin-left: 15px;
}
.product-grid-view .product-card-inner .product-bottom-content{
flex: 1;
text-align: end;
position: static;
display: block;
opacity: 1;
margin: 0px;
}
.product-grid-view .product-card-inner .product-content{
display: none;
}
.product-grid-view .product-card-inner .product-label-wrp{
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-grid-view .product-card-inner .top-lable{
  position: unset;
  flex-direction:row;
margin-bottom:15px;
}
.product-grid-view .product-card .flip-countdown.simple-countdown {
  margin: 0 0 15px;
}

.product-grid-view .timer-counter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #EEEEEE;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 12px;
}
.product-grid-view .timer-counter svg path{
  fill: var(--second-color);
}
.product-grid-view .product-card-inner .product-top-content h4{
  margin: 0px 0px 10px;
}

.product-grid-view .product-bottom-content .product-star-wrp{
  display: flex;
  justify-content: end;
  gap: 15px;
  align-items: center;
}
.product-grid-view  .product-card .pro-wishlist{
  position: unset;
  opacity: 1;
  visibility: visible;
  background: #EdEdEd;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
}
.product-grid-view .product-card .pro-wishlist svg path{
  fill: var(--black);
}
.product-grid-view .product-card .price{
  justify-content: end;
  margin: 0px 0px 15px;
}
.product-grid-view .color-swatch-variants {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.product-grid-view .product-card .cart-btn-content{
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.product-grid-view .product-card .cart-btn-content .btn{
  width: auto;
}
.product-filter-right-column .product-grid-view .product-card {
width: 100%;
margin-bottom: 0px;
}
.product-filter-right-column .product-grid-view .product-card .pro-labl,.product-filter-right-column .product-grid-view .product-card .flip-countdown.simple-countdown,.product-filter-right-column .product-grid-view .wish-lbl-wrp{
  position: static;
}
.product-filter-right-column .product-grid-view .product-card .flip-countdown.simple-countdown {
  display: inline-flex;
  width: auto;
  padding: 10px 20px;
margin-bottom:0;
}
.product-filter-right-column .product-grid-view .product-card .product-card-inner{
 border: 0;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0px;
    border-radius: 0px;
    align-items: center;
}
.product-grid-view .product-card-inner .wish-lbl-wrp{
  margin: 0 0 15px;
  justify-content: end;
  flex-direction: revert;
}
.product-grid-view .product-card-inner .wish-lbl-wrp .pro-compare, .product-grid-view .product-card-inner .wish-lbl-wrp .quickview-btn,
.product-grid-view .product-card-inner .wish-lbl-wrp .pro-wishlist{
  margin: 0;
}
.product-grid-view .product-card-inner .rating-wrp {
  justify-content: end;
}
.product-grid-view .product-card:first-of-type .product-card-inner{
  border-top: 1px solid var(--border-color);
}
.product-filter-body .close-filter{
  display: none;
}
.close-filter{
  cursor: pointer;
}
.product-grid-view .product-card .price ins {
  font-size: 18px;
  margin: 0px;
}
.product-grid-view .product-card .price del {
margin-top: 0px;
margin-left: 5px;
}
.product-grid-view .product-card .size-select {
display: block;
margin-bottom: 15px;
}
.product-grid-view .size-select .nice-select {
max-width: 150px;
width: 100%;
margin-left: auto;
}
  .add-default .btn{
    margin-right: 10px;
  }
/*********** PRODUCT LISTING LEFT CANVAS PAGE CSS  ***********/
#ProductGridContainer .filter-column-title {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--border-color);
padding: 0 0 10px;
margin: 0 0 15px;
}
.filter-column-title svg {
width: 16px;
height: 16px;
}
.collection-leftfilter .product-filter-body,.collection-rightfilter .product-filter-body{
  border: none;
}
.collection-leftfilter .product-widget,.collection-rightfilter .product-widget {
  padding: 10px 0 20px;
}
.product-filter-column::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgb(6 6 6 / 30%);
background-color: #F5F5F5;
}
.product-filter-column::-webkit-scrollbar {
width: 5px;
}
.product-filter-column::-webkit-scrollbar-thumb {
background-color:var(--border-color);
}
.collection-rightfilter .product-heading-row .row {
  flex-direction: row-reverse;
}
/** COLLECTION LIST PAGE CSS **/    
.collection-main-sec .product-card .new-lbl{
  top: 15px;
  left: 15px;
  position: absolute;
  padding: 5px 15px;
  background-color: var(--black);
  color: var(--white);
}
.collection-main-sec .product-card-inner .product-content{
background-color:  #EEEEEE;
margin-top: 0px;
padding: 20px;
align-items: center;
gap:15px;
}
.collection-main-sec .product-card-inner .product-bottom-content{
  width: 100%;
  margin-top: 15px;
}
.collection-main-sec .product-card-inner .product-bottom-content .btn{
  padding: 11px 25px;
  width: 100%;
}
.collection-main-sec .product-card {
  margin-bottom: 20px;
}
.collection-main-sec{
  padding-bottom: 50px;
}
.collection-main-sec .product-card-image .img-wrapper img{
border-radius: 0px;
object-fit: cover;
}
.collection-main-sec .product-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px;
  border: 0px;
}
/** BLOG PAGE CSS **/    
.blog-banner-sec .common-banner-content .section-title{
  margin-bottom: 0px;
}
.blog-grid-sec .blg-recent .blog-itm{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  border-top: 1px solid var(--border-color);
}
.blog-grid-sec .blg-recent{
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.blog-grid-sec .blogleftbar .section-title{
  padding: 10px;
  margin-bottom: 0px;
}
.blg-elagant .leave-form p{
  margin-bottom: 15px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-image{
  max-width: 90px;
  flex: 0 0 90px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-image .img-wrapper{
  padding-top: 90%;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content{
  flex: 1;
  margin-left: 10px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content h6{
  margin-bottom: 10px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content svg{
  height: 13px;
  width: 13px;
  margin-right: 5px;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content svg path{
  fill: var(--black);
}
.blog-grid-sec .blogrightbar .blog-content .blg-cmnt{
  margin-top: 10px;
}
.blog-grid-sec .blogrightbar .blog-card{
  margin-bottom: 20px;
}
.blog-grid-sec .blg-elagant{
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-top: 20px;
}
.blog-grid-sec .blogleftbar .elegant-slider{
  padding: 10px 0px 10px;
  border-top: 1px solid var(--border-color);
}
.blog-grid-sec .blogleftbar .elegant-slider .product-arrow-wrapper {
  bottom: 0px;
  left: 50%;
}
.blg-elagant .product-card {
  padding: 0 10px;
}
.pagination-row {
  margin: 30px 0 0;
}
.pagination-row ul{
  display: flex;
  justify-content: center;
}
.pagination-row ul li{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-row ul li a{
  padding: 5px 10px;
  display: inline-block;
}
.pagination-row ul li a.active {
  background-color: var(--border-color);  
  border-radius:5px;
}
.pagination-row ul li:not(:last-of-type){
  margin-right: 5px;
}
.pagination-row ul li a svg{
  height: 10px;
  width: 10px;
}
.blogrightbar .blog-card .blog-content .blog-top-content p {
  margin: 0px 0px 15px;
}
.blog-with-rightbar{
  flex-direction: row-reverse;
}
.blog-with-fullbar .blogrightbar{
  width: 100%;
}
.blog-with-fullbar .blogleftbar{
  display: none;
}
/** ARTICLE PAGE CSS **/   
.article-banner-sec .common-banner-content{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: var(--white);
}
.common-banner-black .common-banner-content {
  color: var(--black);
}
.article-banner-sec .common-banner-content .back-btn svg path{
  fill: var(--black);
}
.article-banner-sec .filter-cat {
margin-bottom: 0;
color: var(--black);
}
.article-banner-sec .common-banner-content .back-btn{
  margin-right: 50px;
  display: flex;
  gap: 10px;
  color: var(--white);
  align-items: center;
  text-decoration: none;
}
.common-banner-black .common-banner-content .back-btn{
  color: var(--black);
}
.article-banner-sec .common-banner-content .back-btn svg{
  margin-right: 0px;
}
.article-banner-sec .article-bnr-img img{
  width: 100%;
}
.article-banner-sec {
  background: linear-gradient(to bottom, var(--theme-color) 80%, transparent 20% 100%);
}
.articlebar .section-title{
  max-width: 60%;
  width: 100%;
}
.articlebar .section-title .subtitle{
  padding: 5px 15px;
  border: 1px solid var(--theme-color);
  display: inline-flex;
  border-radius: 10px;
}
.articlebar .about-user{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.articlebar .abt-user-img img{
  height: 100%;
  width: 100%;
}
.articlebar p {
  margin-bottom: 25px;
}
.articlebar h4{
  font-size: 28px;
}
.articlebar h4, .articlebar h5{
  margin-bottom: 20px;
}
.articlebar .art-top-heading{
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.articlebar .article-img{
  width: 100%;
  margin-bottom: 15px;
}
.articlebar .art-auther{
  margin: 20px 0px;
}
.articlebar .quote-box{
  padding-left: 25px;
  border-left: 2px solid var(--second-color);
  margin-bottom: 30px;
}
.articlebar .quote-box h5{
color: #737373;
font-size: 24px;
line-height: 1.2;
}
.articlebar p a{
  text-decoration: underline;
}
.articlebar .art-tags-icons-wrp{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 40px;
}   
.articlebar .art-tags-icons-wrp .tags-ul li{
  padding: 4px 20px;
  border: 1px solid var(--black);
  border-radius: 10px;
  line-height: 1;
}
.articlebar .art-tags-icons-wrp .tags-ul li:not(:last-of-type){
  margin-right: 10px;
}
.articlebar .art-tags-icons-wrp label{
  margin-right: 15px;
}
.art-tags-icons-wrp .art-social{
  background-color: #f5f5f5;
  padding: 10px;
  border-radius:10px;
}
.articlebar .comment-form-wrp{
  background: #eeeeee;
  border-radius: 10px;
}
.articlebar .comment-form{
  max-width: 750px;
  margin: auto;
  padding: 40px;
}
.articlebar .comment-form .section-title{
  margin: auto;
  max-width: 100%;
  text-align: center;
}
.articlebar .social-icon .social-ul li a svg{
  height: 18px;
  width: 18px;
}
.social-icon .social-ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon .social-ul li svg path{
  fill: var(--black);
}
.social-icon .social-ul li:not(:last-of-type) {
  margin-right: 15px;
}
/** MY ACCOUNT PAGE CSS **/  
.my-acc-sec table tr th{
  background-color: #F0F0F0;
  padding: 10px;
}
.my-acc-sec table{
  border: 1px solid #F0F0F0;
}
.my-acc-sec table tr {
  border-bottom: 1px solid #F0F0F0;
}
.my-acc-sec table tr td{
  padding: 10px 15px 10px;
}
.my-acc-sec .account-details ul li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid var(--border-color);
}
.my-acc-sec .account-details ul li:first-child{
  border-top: 1px solid var(--border-color);
}
.my-acc-sec .account-details ul li label{
  max-width: 10%;
  width: 100%;
}
.my-acc-sec  .order-history-frame{
  margin-bottom: 40px;
}
.my-acc-sec .acc-btn-wrp{
  margin-top: 30px;
}
.my-acc-sec .acc-btn-wrp .acc-btn{
  margin-right: 15px;
}
@media (max-width: 767px) {
  table tr td::before {
      content: attr(data-label);
      display: block;
      text-align: center;
      padding-bottom: 10px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
  }
  table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      display: none;
  }
}    
/** ABOUT PAGE CSS **/  
.about-us-page .about-right-inner img{
  width: 100%;
}
.about-us-page .about-left-inner .section-title{
  max-width: 80%;
  width: 100%;
margin-bottom:0;
}
.about-us-page .about-left-inner .section-title h3{
  margin-bottom: 26px;
  font-family: var(--first-font);
}
.about-full-img-sec .about-full-img img{
  width: 100%;
}
.about-counter-sec .counting{
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.about-counter-sec .counting::after{
  content: " +";
   display: inline-block;
}
.about-counter-sec .counting-letter::after{
  content: "k";
}
.about-counter-sec .counter-item{
  text-align: center;
}
.about-counter-sec .counter-item p{
  margin-top: 10px;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.about-team-sec  .product-card .product-top-content p{
  margin: 10px 0px 0px;
}
.about-team-sec .section-title h2{
  margin-bottom: 15px;
}
.about-team-sec .product-card-inner{
  padding: 0px;
}
.about-team-sec .product-card .product-content{
margin-top:0;
  padding: 15px;
}
.about-team-sec .product-card-inner .img-wrapper {
  padding-top: 100%;
}
.about-team-sec .img-wrapper img {
  object-fit: cover;
border-radius:0;
}
/** FAQ PAGE CSS **/  
.faq-page{
padding-bottom:0;
}
.faq-page .set {
  border: 1px solid var(--border-color);
border-radius:10px;
}
.faq-page .faq-acnav .set:not(:last-of-type){
  margin-bottom: 30px;
}
.faq-page .set .acnav-label {
  padding: 15px 35px 15px 15px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
   display: flex;
  align-items: center;
  width: 100%;
}
.faq-page .set .acnav-label:after {
  content: "";
  position: absolute;
  background-image: url(plus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: var(--black);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  right: 10px;
  transition: all ease-in-out 0.5s;
  transform: translateY(-50%);
  top:50%;
}
.faq-page .set.is-open .acnav-label::after {
  background-image: url(minus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px;
}
.faq-page .set .acnav-list {
  padding: 15px;
  border-top: 1px solid var(--border-color);
  color: var(--black);
}
.faq-page .faq-right-itm .faq-form, .contact-page .contact-right-inner .contact-form{
  border: 1px solid var(--border-color);
border-radius:10px;
}
.form-container {
  padding: 15px;
  border-bottom: 1px solid var(--border-color);
}
.form-container .btn{
  width: 100%;
}
.form-container:last-child {
  border-bottom: 0;
}
.faq-page .faq-left-itm .section-title h2{
  margin-bottom: 20px;
}
/** CONTACT PAGE CSS **/  
.contact-page{
  position: relative;
  z-index: 2;
}
.contact-left-inner ul li h5{
  margin-bottom: 15px;
}
.contact-left-inner ul .social-link{
  margin-bottom: 30px;
}
.contact-left-inner ul .social-link .social-inner-link li{
  margin-bottom: 5px;
}
body.page .cosmetic-about-sec{
background-color: var(--theme-color);
color: var(--black);
padding: 0;
}
body.page .cosmetic-about-sec .cosmetic-content-inner{
padding: 40px 0px;
}
body.page .cosmetic-about-sec .col-sm-4:nth-child(even)  .cosmetic-content-inner{
background-color: var(--white);
}
body.page .cosmetic-about-sec .cosmetic-content-inner .subtitle {
  color: var(--black);
}
body.page .cosmetic-about-sec .cosmetic-svg img{
    filter: invert(1);
}
.contact-left-inner ul li .address{
line-height: 26px;
}
.contact-left-inner ul .social-link .social-icons{
display: flex;
align-items: center;
}
.contact-left-inner ul .social-link .social-icons li{
display: flex;
justify-content: center;
align-items: center;
}
.contact-left-inner ul .social-link .social-icons li svg path{
  fill: var(--black);
}
.contact-left-inner ul .social-link .social-icons li:not(:last-of-type){
  margin-right: 15px;
}
.contact-form .form-heading h4{
  margin-bottom: 15px;
}
.contact-form .form-container p a {
  text-decoration: underline;
}
.contact-direction-sec{
  position: relative;
  z-index: 1;
  padding: 100px 0px 0px;
}
.contact-direction-sec .direction-banner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.contact-direction-sec .contact-direction-column{
background-color: var(--white);
max-width: 300px;
padding: 30px;
text-align: center;
position: absolute;
border-radius:10px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.contact-direction-sec .contact-direction-column .direction-logo{
  max-width: 120px;
  width: 100%;
  margin: auto;
}
.contact-direction-sec .contact-direction-column .direction-logo img{
  height: 100%;
  width: 100%;
}
.contact-direction-sec .contact-direction-column p{
  margin: 15px 0px 0px;
}
.contact-right-inner{
  background: var(--white);
  margin-bottom: -350px;
border-radius:10px;
}
/** CMS PAGE CSS **/  
.cms-page h4, .cms-page h6{
  margin-bottom: 20px;
}
.shipping-tbl {
  margin: 0 0 30px;
}
.cms-page p:not(:last-of-type) {
  margin-bottom: 25px;
}
.cms-page p, .cms-page ul li{
  color: var(--seventh-color);
}
.cms-page ul {
  margin: 0px 0px 25px 15px;
  padding-left: 20px;
}
.cms-page ul li {
  list-style: disc;
}
.cms-page ul.help-link{
margin-bottom:0;
}
.cms-page ul li:not(:last-of-type) {
  margin-bottom: 9px;
}
.shipping-page .shipping-tbl{
  max-width: 500px;
  border: 0;
  margin: 0 0 25px;
}
.shipping-page table tr th, .shipping-page table tr td{
  text-align: start;
}
.shipping-page table tr th{
  background-color: var(--third-color);
  color: var(--black);
  padding: 15px;
}
.shipping-page table tr td{
  background-color: #F5F5F5;
  padding: 10px 10px 10px;
}
.shipping-page table .bg-transparent td{
  background-color: transparent;
}
.shipping-page .help-link {
  margin: 0px 15px 0px;
}
/** CART PAGE CSS **/  
.cart-table{
  border: 0;
}
.cart-table tr th, .cart-table tr td {
  text-align: left;
  padding: 10px;
}
table tr td:first-child a {
  vertical-align: middle;
}
@media (min-width: 768px){
  .cart-table tr th:first-child, .cart-table tr td:first-child {
      width: 165px;
  }
}
.cart-table tr{
  border-bottom: 1px solid var(--border-color);
}
.cart-table tr td:first-child {
  padding-left: 0;
}
.cart-table .price{
  margin: 15px 0px 10px;
  font-weight: 600;
}
.cart-table .product-option{
  display: flex;
  align-items: center;
}
.cart-table .product-option:not(:last-of-type){
  margin-bottom: 5px;
}
.cart-table .product-option dt{
  font-weight: 500;
  margin-right: 5px;
}
@media (min-width: 768px){
.cart-table tr th:last-child, .cart-table tr td:last-child {
  text-align: right;
}
.cart-table tr td:last-child{
  padding-right: 0;
}
}
.cart-table .qty-spinner button, .cart-table .qty-spinner input{
  background-color: var(--border-color);
}
.cart-table tr td:last-child{
  font-weight: 600;
}
.cart-page-sec .coupon-table{
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 30px;
}
.cart-page-sec .coupon-text-btn-wrp{
  display: flex;
  flex:1;
  align-items: center;
  flex-wrap: wrap;
}
.cart-page-sec .subtotal{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.cart-page-sec .btn-transparent svg {
  margin-left: 0;
  margin-right: 10px;
}
.cart-page-sec .btn-transparent:hover{
  color: var(--white);
}
.cart-page-sec .btn-transparent:hover svg path{
  fill: var(--white);
}   
.cart-page-sec .continue-btn{
  width: auto;
  margin-right: 20px;
}
.cart-page-sec .order-note{
  flex: 1;
}
.cart-page-sec textarea{
  padding: 8px 20px;
  border-radius:30px;
}
.cart-page-sec textarea::-webkit-scrollbar {
  display: none;
}
.cart-page-sec .subtotal span p{
  font-size: 12px;
  margin-top: 5px;
}
.cart-page-sec .subtotal .price ins{
  font-size: 22px;
  margin-left: 10px;
}
.cart-banner-sec .common-banner-content .section-title {
  margin-bottom: 0px;
}
.cart-table tr td .quantity-wrp{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cart-table tr td .quantity-wrp .remove-btn svg{
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
/** WISHLIST PAGE CSS **/  
.wishlist-page-sec .stk-status{
  position: relative;
  background-color: var(--border-color);
  padding: 8px 15px 8px 30px;
  display: inline-flex;
  width: auto;
}
.wishlist-page-sec .stk-status::after{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #B1DB3A;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
  border-radius: 50%;
}
.wishlist-page-sec .btn-transparent{
  padding: 0;
  border: 0;
  text-decoration: underline;
}
.wishlist-page-sec .btn-transparent:hover{
  background-color: transparent;
  color: var(--black);
}
.wishlist-page-sec .btn-transparent:hover svg path{
  fill: var(--black);
}
.wishdesc h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px;
}
.wishlist-page-sec .innerwimg .wishactive .addtowish {
  display: block;
}
.wishlist-page-sec .innerwimg .wishactive .addtowish svg {
  width: 18px;
  height: 18px;
}
.wishlist-page-sec .innerwimg .wishactive {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #EdEdEd;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-wishlist .cart {
  margin: 0 0 30px;
}
.wishlist-img {
  display: block;
}
.wishlist-img img {
width:100%;
height:100%;
object-position:center;
}
.loginwish .login-wish {
  background: #faf9f6;
  padding: 20px;
  border-radius: 20px;
}
.loginwish .login-wish h4 {
  margin: 0 0 30px;
}
/** REGISTER PAGE CSS **/ 
.register-page .login-form-inner{
  background-color: #FAF9F6;
  padding: 20px;
  border-radius: 10px;
}
.register-page  .account-info-icon li a{
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.register-page  .account-info-icon{
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.register-page  .account-info-icon li a svg{
  height: 30px;
  width: 30px;
}
.register-page .login-form-inner .section-title h3{
  margin-bottom: 15px;
}
.register-page .login-form-inner .form-container{
  padding: 0;
  border: 0;
}
.register-page .login-form-inner .form-container .forgot-pass{
  text-decoration: underline;
  text-align: end;
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
}
.register-page .login-form-inner .form-container .ssl-secure{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.register-page .login-form-inner .create-btn{
  width: 100%;
  text-transform:uppercase;
}
.register-page .login-right-inner{
  display: flex;
  flex-direction: column;
  padding: 0;
}
.register-page .login-right-inner .login-right-top{
  flex: 1;
  padding: 20px;
}
.register-page .login-right-inner .login-right-bottom{
  height: 100%;
  padding: 20px;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 0px 10px 10px;
}
.register-page  .account-info-icon li p{
  color: var(--white);
  text-align: center;
}
.register-page .shop-btn{
  text-align: center;
  margin-top: 30px;
}
/** ERROR PAGE CSS **/ 
.error-main-sec{
  color: var(--black);
}
.error-main-sec .eroor-content{
  text-align: center;
}
.error-main-sec .eroor-content img {
  margin: 0 auto;
}
.error-main-sec .eroor-content .large-text{
  font-size: 100px;
  font-family: var(--first-font);
  font-weight: 500;
  line-height: 75%;
}
.error-main-sec .eroor-content .form-input{
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
}
.error-main-sec .eroor-content .form-input input{
  padding: 14px 40px 14px 20px;
  color: var(--black);
}
.error-main-sec .eroor-content .form-input input::placeholder{
  color: var(--black);
}
.error-main-sec .eroor-content .form-input .input-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.error-main-sec .eroor-content .form-input .input-btn svg path{
  fill: var(--black);
}
.error-main-sec .eroor-content .section-title h3{
  margin: 25px 0 20px;
}
.error-banner-sec .filter-cat{
  margin-bottom: 0px;
}
.error-banner-sec{
  color: var(--black);
}
/** ORDER PAGE CSS **/ 
.order-history-list .order-title{
  margin-bottom: 26px;
}
.order-history-list .order-title h4{
  margin-bottom: 15px;
}
.order-payment-box{
  max-width: 300px;
  margin-left: auto;
  border: 1px solid #F0F0F0;
  padding: 20px;
  border-top: 0;
}
.order-payment-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-payment-box ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.order-address-inner .address-title{
  background: var(--border-color);
  padding: 10px;
  margin-bottom: 20px;
}
/*-------------------- GoTo Top ------------------*/
.progress-wrap {
position: fixed;
right: 30px;
bottom: 55px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
z-index: 2;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
background: #fff;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap.active-progress:after {
content: '';
background: url(down-arrow-black.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
position: absolute;
top: 0;
left: 0;
width: 15px;
height: 15px;
right: 0;
bottom: 0;
margin: auto;
transform: rotate(-135deg);
}
.progress-wrap svg path { 
fill: none; 
}
.progress-wrap svg.progress-circle path {
stroke: var(--second-color);
stroke-width: 4;
box-sizing:border-box;
transition: all 200ms linear;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
}
/** mobile sticky CSS **/ 
.mobile-sticky-wrp{
  box-shadow: 0 5px 30px rgb(0 0 0 / 26%);
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0px;
  padding: 8px 40px;
  gap: 15px;
  transition: all ease-in-out 0.5s;
}
.mobile-sticky-wrp svg {
  height: 22px;
  width: 22px;
  margin: 0 auto 5px;
}
.mobile-stickybar{
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.mobile-sticky-wrp ul li a{
  text-align: center;
}
.mobile-stickybar.show{
  visibility: visible;
  opacity: 1;
}
.mobile-sticky-wrp li {
  line-height: 1;
}
.mobile-sticky-wrp span{
  display: block;
  line-height: 1;
}
.subscriber-info {
  border-radius: 15px;
  overflow: hidden;
}
.sticky_data .sticky_title {
 margin: 0 0px;
 font-size: 18px;
}
.products_add-cart-sticky .sticky-price {
  font-size: 16px;
  margin: 8px 0px 0;
}
.products_add-cart-sticky .size-select {
  font-size: 18px;
  margin: 0 0px;
  display: flex;
  flex-wrap: wrap;
}
.products_add-cart-sticky .size-select.select-box {
flex-wrap: nowrap;
width: 350px;
align-items: center;
}
.products_add-cart-sticky .size-select.select-box select {
  margin: 0 0px 0 10px;
  border-radius:50px;
}
/*** color select-box ***/ 
.color-select-main{
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  right: -250px;
  padding: 8px;
  position: fixed;
  text-align: left;
  top: 250px;
  width: 250px;
  z-index: 2;
}
.color-select-wrp{
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border: medium none;
  padding: 7px 15px;
  transition: .3s ease-in-out;
  margin-left: -74px;
  margin-top: -42px;
  border-radius: 30px 0px 0px 30px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  -ms-border-radius: 30px 0px 0px 30px;
  -o-border-radius: 30px 0px 0px 30px;
}
.color-select-main .color-select-wrp::before{ 
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  line-height: 36px;
  padding: 0 10px;
  background: url(color-circle.webp) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 36px;
  display: block;
  animation: rotation 8s infinite linear;
}
.clr-select-box{
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: fixed;
  text-align: left;
  top: 273px;
  width: 250px;
  z-index: 2;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.clr-box-open{
  right: 30px;
  opacity: 1;
  visibility: visible;
}
.clr-select-box h6{
  margin-bottom: 15px;
  text-align: center;
}
.color-layout ul, .box-full-layout ul{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.color-layout, .box-full-layout{
  padding: 15px 0px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.box-full-layout{
  border-top: 0;
}
.color-layout ul li, .box-full-layout ul li{
  width: 50%;
  display: inline-flex;
}
.color-layout ul li a{
  padding: 17px 15px;
  display: inline-flex;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.box-full-layout ul li a{
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #f5f5f5;
  width: 100%;
  justify-content: center;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.box-layout{
  box-shadow: 0 0 10px #0003;
  margin: 40px auto;
}
.box-layout .site-header{
  position: unset;
}
.box-layout .wrapper{
  margin-top: 0px !important;
}
.color-select-open{
  margin-left: -108px;
  border-radius: 30px 30px 0px 0px;
}
.cart-btn a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
} 
.cart-notification.active {
z-index:5;
}
/************** video product page css *************/
deferred-media.deferred-media {
 position: relative;
  padding-top: 90% !important;
  display: flex;
  height: 100%;
  width: 100%;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.deferred-media[loaded]>.deferred-media__poster {
  display: none !important;
}
.product__modal-opener:not(.product__modal-opener--image) {
  display: none;
}
.deferred-media__poster-button.motion-reduce {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
padding: 10px;
background: linear-gradient(to left, var(--blue) 50%, var(--second-color) ) border-box;
background: var(--second-color);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
transform: translate(-50%,-50%) scale(1);
-webkit-transform: translate(-50%,-50%) scale(1);
-moz-transform: translate(-50%,-50%) scale(1);
-ms-transform: translate(-50%,-50%) scale(1);
-o-transform: translate(-50%,-50%) scale(1);
}
.deferred-media__poster-button.motion-reduce svg {
  fill: var(--white);
}
.deferred-media:not([loaded]) template {
  z-index: -1;
}
.shopify-payment-button__button {
text-align: center;
padding: 12px 35px;
font-family: var(--first-font);
color: var(--black);
background-color: transparent;
appearance: none;
outline: none;
  height:40px;
border: 1px solid var(--black);
font-size: 14px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
-webkit-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
-ms-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
z-index: 1;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
}
.shopify-payment-button__button:hover, .shopify-payment-button__button:focus {
  background-color: var(--second-color) !important;
  color: var(--white);
  border-color: var(--second-color);
}
.shopify-payment-button__button[disabled] {
  display: none;
}
/*===========================SHF-CSS=======================*/
.input-box {
position: relative;
}
button {
border: none;
box-shadow: none;
cursor: pointer;
}
.cart-form {
display: flex;
gap: 20px;
}
.no-js:not(html) {
display: none !important;
}
.product-form__input input,.shopify-payment-button__more-options {
display: none;
}
.cart-button span {
display: none;
}
.grecaptcha-badge {
z-index: 2;
}
.shopify-challenge__container {
min-height: 60vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
.shopify-challenge__container .g-recaptcha {
  margin: 0 0 20px;
}
.edit-spacer {
margin: 30px 0 0;
}
.search-form-wrapper form {
position: relative;
}
.search-popup .close-search {
background: none;
border: none;
padding: 0;
}
.order-detail h4{
margin-bottom: 15px;
}
.order-detail p{
margin-bottom:20px
}
.order-detail{
margin-bottom:40px;
}
.order-history-tbl tr{
border-bottom: 1px solid #F0F0F0;
}
.adadress{
   border: 1px solid var(--border-color);
}
.addressheading{
padding-top:15px;
}
.adadress .form-container .continue-btn{
  width: auto;
}
.adadress .form-group label{
text-align: start!important;
width: 100%;
}
.newadress-btn{
text-align:center;
}
.my-add-sec .main-new-address{
border: 1px solid var(--border-color);
padding: 15px;
border-radius: 10px;
}
.my-add-sec select, .my-add-sec textarea, .my-add-sec input{
  border: 1px solid var(--border-color);
}
.my-add-sec .adress-main-list{
border: 1px solid var(--border-color);
padding: 15px;
margin: 30px 0 0;
  border-radius: 10px;
}
.my-add-sec .adress-list .form-wrapper{
 border: 1px solid var(--border-color);
    border-radius: 10px;
}
.my-add-sec .adress-list .continue-btn{
width: auto;
}
.acc-details p, .acc-details h4{
margin-bottom:20px;
}
.acc-details p{
  margin-top: 15px;
}
.acc-back-btn-wrp{
gap: 15px;
}
.my-add-sec .main-new-address .back-btn {
  color: var(--black);
  margin: 0 0 10px;
}
.acc-back-btn-wrp button {
  gap: 10px;
}
.acc-back-btn-wrp button svg{
margin: 0px
}
.my-add-sec select {
   padding: 14px 33px 14px 20px;
border-radius: 10px;
background-image: url(down-arrow1.svg);
background-repeat: no-repeat;
background-size: 11PX;
background-position: calc(100% - 15px) 50%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.add-details {
background: var(--sixth-color);
padding: 20px 5px;
margin: 0px;
}
.add-details h5{
margin: 0 0 15px;
background: var(--border-color);
padding: 10px 15px;
}
.cart-btn[disabled],  .sticky-btn[disabled]{
  cursor: not-allowed;
  opacity: 0.8;
}
.color_steel-blue {
  background-color: #496074 !important;
}
.color_maroon {
  background-color: #93453E !important;
}
.color_cream {
  background-color: #C1B1A1 !important;
}
.color_sea-green {
  background-color: #779388 !important;
}
.color_purple {
  background-color: #6B4787 !important;
}
.color_violet-red {
  background-color: #B78E8C !important;
}
.color_light-pink {
  background-color: #E4C2C0 !important;
}
.color_dark-blue {
  background-color: #292F44!important;
}
.product-card .pro-compare, .compare-label svg,
.product-card .pro-wishlist, .wishlist-label svg{
cursor: pointer;
}
.pdp-right-column .available-product.soldout {
  background: #ff0000;
}
.product-card-inner .wish-lbl-wrp .pro-compare.active,
.product-card-inner .wish-lbl-wrp .pro-wishlist.active{
background: var(--theme-color);
} 
/*=================shf - recommandation ================*/
.product-notification{
background: var(--white);
box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
width: 350px;
position: fixed;
bottom: 10px;
left: 30px;
padding:10px;
border-radius: 10px;
z-index:2;
transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
visibility: hidden; 
}
.product-notification.active {
bottom: 30px;
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.product-notification .product-suggest{
display: flex;
align-items: center;
gap: 25px;
}
.product-notification .closeNotify {
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
}
.product-notification .closeNotify svg {
  width: 16px;
  height: 16px;
}
.product-suggest .product-image img{
border-radius: 5px;
}
.product-notification .product-suggest .product-label {
  margin: 0 0 5px;
}
.product-notification .product-suggest .product-name {
  font: var(--h6);
  margin: 0 0 15px;
}
/*===========================SHF FREE SHIPPING BAR=======================*/
.mini-cart-has-item .free_shipping_bar{
    margin-bottom: 20px;
}
.free_shipping_txt{
    font-size: 18px;
    line-height: 24px;
}
.free_shipping_txt .progress_bar_design{
margin-top:20px;
display:flex;
align-items: center;
}
.bar_design_icon{
  width: 26px;
  height: 26px;
  border: 1px solid #ffbc11;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  background: #fff;
}
.free_shipping_txt .progress_bar_design .bar_design_icon svg{
width:12px;
height:12px;
}
.free_shipping_txt .progress_bar_design .bar_design_icon svg path{
fill:#ffbc11;
}
.progress_bar_design{
  width: 100%;
  height: 6px;
  margin-bottom: 15px;
  margin: 0;
  /* max-width: 387px; */
  background-color: #e5e5e5;
}
.bar_design{
background: #ffbc11;
  height: 6px;
}
.success_progress .bar_design {
  background: #3d9851;
}
.success_progress .bar_design_icon {
  border-color: #3d9851;
}
.free_shipping_txt .progress_bar_design.success_progress .bar_design_icon svg path {
  fill: #3d9851;
}
/*********** SHF LAYOUT SECTION *************/
.layout-section{
  z-index: 6;
  margin: 0;
  padding: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.3);
  transition: opacity .5s;
}
.layout-section.open{
  opacity: 1;
  visibility: visible;
}
.megamenu-popup{
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 70%;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  pointer-events: auto;
  width: 100%;
  padding: 40px 20px 20px 20px;
  max-height: 68vh;
  overflow-y: scroll;
}
.megamenu-popup .demo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.megamenu-popup .demo-close svg{
  height: 16px;
  width: 16px;
}
.megamenu-popup .demo-close svg path{
  fill: var(--black)
}
.megamenu-popup .megamenu-image a{
  padding-top: 80%;
}
.megamenu-popup .megamenu-content {
  margin-top: 15px;
  text-align: center;
}
.megamenu-popup .megamenu-content span{
  font: var(--h5);
  color: var(--black);
}
.megamenu-popup::-webkit-scrollbar {
  width: 6px;
}
.megamenu-popup::-webkit-scrollbar-track {
    background: var(--white);
}
.megamenu-popup::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
/***** SHF LANGUAGE CSS *****/
.lang-dropdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
position:relative;
margin-left: 20px;
}
.lang-dropdown svg {
  width: 26px;
  height: 26px;
}
.home-layout-one .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: 0;
background: none;
}
.site-header .disclosure__list-wrapper {
position: absolute;
top: 100%;
right: 0;
min-width: 140px;
z-index: 2;
width: 100%;
overflow: hidden;
margin: 25px 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;
opacity: 1;
visibility: visible;
padding: 15px;
border-radius:0 0 10px 10px;
box-shadow: 0 10px 40px rgb(0 0 0 / 14%);
}
.site-header .disclosure__list-wrapper.hide{
opacity: 0;
visibility: hidden;
}
.site-header .disclosure__list-wrapper .disclosure__item {
  padding: 0 !important;
  line-height: 1;
}
.site-header .disclosure__list-wrapper .disclosure__item a{
font-size: 14px;
letter-spacing: 0.5px;
padding: 0 0 10px;
color: var(--black) !important;
width: 100%;
}
.site-header .disclosure__list-wrapper .disclosure__item:last-child a{
padding: 0px;
}
.site-header .disclosure__list-wrapper .disclosure__item a.disclosure__link--active{
font-weight: bold;
}
/*--------------shf recently view product css--------------------*/
#recently-viewed-products {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
#recently-viewed-products .product {
  width: 25%;
  display: flex;
  flex-direction: column;
padding: 0 15px;
}
#recently-viewed-products .product .image {
  margin: 0 0 20px;
  display: flex;
}
#recently-viewed-products .product .product-content {
  display: flex;
  flex-direction: column;
padding:15px;
  gap: 10px;
  width: 100%;
}

#recently-viewed-products .product-top-content a{
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;  
overflow: hidden;
}
#recently-viewed-products .img-wrapper {
  padding-top:100%;
}
#recently-viewed-products .img-wrapper img{
  border-radius:10px 10px 0 0;
}
/*--------------shf filter css--------------------*/
.product-grid-view .product-card-inner .product-image-wrapper {
  display: none;
}
.product-grid-view .product-card .cart-btn-content form {
  margin: 0;
}
.product-grid-view .product-card-inner .product-content .new-lbl {
  margin: 0;
}
/*------------------SHF search page ---------------------*/
.template-search .field {
  position: relative;
}
.template-search .form-control {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.template-search .search__button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: 5px;
  width: 40px;
  height: 40px;
  background: var(--second-color);
  padding: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.template-search .search__button svg {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.template-search .search__button svg path {
  fill: var(--white);
}
.count-desc {
  margin: 20px 0;
  font: var(--h5);
  text-align: center;
  background: var(--sixth-color);
  padding: 15px 5px;
}
.template-search__results .grid__item {
  margin: 0 0 30px;
}
.page-card h4 {
  margin: 0 0 15px;
}
.template-search__results .grid__item.page-card {
  text-align: center;
}
.template-search__results .blg-cmnt {
  margin: 10px 0 0;
}
/*--------------------SHF Review form--------------------*/
.jdgm-star {
    font-weight: normal !important;
}
.reviews-stars-wrap .jdgm-widget{
  margin: 0px 0px 10px;
}
/*------------------- SHF msg ---------------------------*/
.newsletter-form__message {
position: absolute;
top: 100%;
bottom: auto;
left: 0;
right: 0;
display: flex;
column-gap: 10px;
margin: 10px 0 0;
font: var(--common-text);
}
.newsletter-form__message--success {
color: #0a942a;
border-color: #0a942a;
}
.newsletter-form__message--error {
color: #dc0000;
}
/*------------------- SHF error-msg---------------------------*/
.comment-form .errors {
  margin: 0 0 20px;
}
.comment-form .errors ul {
  padding: 15px 20px;
  border: 1px solid #ff0000;
  background: #ff00001f;
}
.comment-form .errors ul li {
  margin: 0 0 5px;
  color: #ff0000;
}
.comment-form .errors ul li:last-child{
margin: 0px;
}
.form__message {
  border: 1px solid #ff0000;
  display: block;
  padding: 10px;
  color: #ff0000;
  background: #ff00001c;
  margin: 0 0 15px;
}
.form__message_success {
  border: 1px solid #276221;
  display: block;
  padding: 10px;
  color: #276221;
  background: #27622147;
  margin: 0 0 15px;
}
.subscribe-section-form small {
  margin: 15px 0 0;
  z-index: 2;
}
/*------------------- SHF dropdown ---------------------------*/
.login-header {
position: relative;
}
.login-header .menu-dropdown {
position: absolute;
top: 100%;
right: 0;
  z-index:2;
background-color: var(--white)!important;
min-width: 160px;
margin: 20px 0 0;
padding: 15px;
transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
transform: scaleY(0);
-ms-transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-o-transform: scaleY(0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
border-radius:0px 0 10px 10px;
box-shadow: 0 10px 40px rgb(0 0 0 / 14%);  
}
.login-header:hover .menu-dropdown {
transform: scaleY(1);
-ms-transform: scaleY(1);
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
}
.login-header .menu-dropdown li {
padding: 0 !important;
max-width: 100%;
line-height: 1;
}
.site-header .menu-right li.login-header li {
  background: none;
margin-left: 0 !important;
}
.site-header .menu-right li.login-header li a {
  color: var(--black);
  display: inline-flex;
}
#recover .btn {
  width: auto;
}
.collection--empty h3 {
  margin: 0 0 10px;
}
/****** SHF CART DRAWER CSS ********/
.cartDrawer svg#icon-cart-emty path {
  fill: var(--black);
}
.cartDrawer {
padding: 0px;
}
.mini-cart-footer .js-contents {
display: none;
}
.cart__warnings,
.cartDrawer .minicart__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;
}
.cart-item__error-text:empty+svg {
    display: none;
}
.cart__items-wrapper .is-empty .cart__warnings {
    display: block;
}
.cartDrawer.is-empty .cart__empty-text,
.cartDrawer.is-empty .cart__warnings {
    display: block;
    color: var(--black);
    margin: 0 0 15px 0;
}
.cartDrawer.is-empty .cart__warnings {
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cartDrawer.is-empty .cart__warnings svg {
  margin: auto;
  width: auto;
  height: auto;
}
.cartDrawer svg#icon-cart-emty,
.cartDrawer svg#icon-cart-emty {
  width: 45px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 15px auto;
}
.cartDrawer.is-empty .cart__warnings .btn{
  gap: 10px;
}
.cartDrawer.is-empty .cart__warnings .btn:focus{
  color: var(--white);
}
.cartDrawer.is-empty .cart__warnings .btn:focus svg path{
  fill: var(--white);
}
.header-style-one .menu-right li a.mini-cart-title {
display: block;
text-align: left;
}
.header-style-one .menu-right li a.closecart svg path {
fill: var(--white) !important;
}
.cartOpen header, .popup-toggle header, .open header, .mobile-open header, .quick-active header, .notify-active header {
  z-index: 2;
  transition: unset;
}
.cartOpen header.head-sticky:after {
  height: calc(100% + 1px);
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) a svg,
.product-card .product__media-item:not(:first-child) {
display: none;
}
/*=================SHF address page =============*/
#recover,#recover + .recover-password,#recover:target ~ .back-toshop,#recover:target ~ .section-title,#recover:target ~ .login-form{
display: none;
}
#RecoverEmail-email-error{
  border: 1px solid #ff0000;
    display: block;
    padding: 10px;
    color: #ff0000;
    background: #ff00001c;
    margin: 0 0 15px;
}
#recover button{
  margin-right: 10px;
}
#recover:target + .recover-password,#recover:target {
display: block;
}
#recover .section-title{
  margin-bottom: 20px;
}
.addresses [aria-expanded="false"] ~ div[id] {
display: none;
}
.addresses [aria-expanded="true"] ~ div[id] {
display: block;
margin: 30px 0 0;
    border-radius: 10px;
}
#address_form_new .checkbox-custom label:before {
  border-color: var(--border-color);
}
/*=========== SHF home product image hover ===============*/
.card__media .hover-img {
opacity: 0;
visibility: hidden;
position: absolute !important;
top: 0;
bottom: auto;
left: 0;
right: 0;
padding: 0;
width:100%;
height:100%;
}
.card__media .hover-img img {
  width: 100%;
}
.card__media:hover .hover-img {
opacity: 1;
visibility: visible;
}
.card__media:hover .default-img  {
opacity: 0;
visibility: hidden;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
pointer-events:auto;
}
/* ========quick-view===== */
.quickview-popup{
display: none; 
position: fixed;
top: 50%;
left: 0;
right: 0;
border-radius:10px;
max-width: 900px;
max-height: 100%;
max-height: calc(100% - 100px);
width: 95%;
margin: 0 auto;
text-align: center;
background-color: var(--theme-color);
z-index: 4;
-webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
transition: all ease-in-out .5s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
    overflow: auto;
}
.quickview-popup::-webkit-scrollbar {
  width: 8px;
}
.quickview-popup::-webkit-scrollbar-thumb {
  background-color:var(--third-color);

}
.quickview-popup::-webkit-scrollbar-track {
  background:#F1F1F1;
border-radius:0 10px 10px 0;
}
/* sticky button */
.products_add-cart-sticky{
  display: none;
  z-index: 2;
  position: fixed;
  bottom: 0;
  background-color: var(--third-color);
  font-size: 20px;
  width: 100%;
  max-height: 100%;
  transition: all 500ms ease-in-out;
  transform: translateY(120px);
}
.products_add-cart-sticky.show-btn{
 display: block;
 transform: translateY(0px);
}
.products_add-cart-sticky .sticky-image{
height: 60px;
border-radius:5px;
}
.products_add-cart-sticky .sticky-pro-inn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
gap:10px;
}
/* ====compare and wishlist======== */
.compare-prod-remove svg,
.wishlist-prod-remove svg{
  margin: 0 auto;
  cursor: pointer;
}
.pro-compare.active{
color:green;
}
.compare-head .section-title,
.wishlist-head .section-title{
text-align:center;
}
.pro-compare-wrap .pro-compare-left,
.pro-wishlist-wrap .pro-wishlist-left{
  display:flex;
  align-items:center;
}
.pro-compare-wrap .pro-compare-left .compare-title,
.pro-wishlist-wrap .pro-wishlist-left .wishlist-title{
  max-width:25%;
  flex:0 0 25%;
  width:100%;
  text-align: center;
  padding: 10px;
  background: var(--border-color);
  font-size: 16px;
  font-weight: 500;
}
.pro-compare-scroll .compare-wrap .compare-val-prod,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod{
  display: flex;
  align-items: center;
  width:100%;
}
.pro-compare-scroll .compare-wrap .compare-val-prod  .compare-data-label,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod  .wishlist-data-label{
  max-width: 25%;
  width: 100%;
  flex: 0 0 25%;
  text-align: center;
  padding: 15px;
}
.compare-pro-detail .compare-val-prod .product-form .cart-form,
.wishlist-pro-detail .wishlist-val-prod .product-form .cart-form{
  justify-content:center;
  margin-right: 0px;
}
.compare-pro-detail .compare-val-prod .prod-title,
.wishlist-pro-detail .wishlist-val-prod .prod-title{
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}
.prod-price del {
  margin-left: 5px;
}
.compare-pro-detail .compare-val-prod .prod-price,
.wishlist-pro-detail .wishlist-val-prod .prod-price{
  margin:15px 0
}
.compare-pro-detail .prod-img a,
.wishlist-pro-detail .prod-img a{
    position:relative;
    padding-top: 80%;
    display: block;
}
.compare-pro-detail .prod-img a img,
.wishlist-pro-detail .prod-img a img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.compare-wrap, .wishlist-wrap{
  border-bottom:1px solid var(--border-color);
}
.pro-compare-section  .pro-compare-wrap,
.pro-wishlist-section  .pro-wishlist-wrap{
  margin-bottom:30px;
}
.pro-compare-section .compare-bottom-btn,
.pro-wishlist-section .wishlist-bottom-btn{
  display:flex;
  justify-content:center;
}
.pro-compare-section .compare-bottom-btn a,
.pro-wishlist-section .wishlist-bottom-btn a{
  min-width: 170px;
}

/*======== product list custom css =========== */
.product-list-view .product-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*==== product bottom sticky custom css ======  */
.products_add-cart-sticky.pro-bottom-sticky-cart .sticky-pro-inn{
  padding:15px 0;
}
.sticky-pro-info{
display:flex;
align-items:center;
gap:10px;
}
/* silder zoom */
.pdp-slider-img.zoom img {
  cursor: crosshair;
}
/*======== quickview custom css ======== */
.quickview-close{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
    border-radius: 10px  0 0 10px;
  z-index: 3;
  cursor: pointer;
}
.quickview_popup_data .pdp-right-column .section-title{
max-width: 100%;
  text-align: left;
}
.quickview_popup_data .pdp-right-column{
    text-align: left;
}
.quickview_popup_data .pdp-right-column .review-stars{
  display: none;
}
.quickview_popup_data .row {
  align-items: center;
}
.quickview_popup_data{
 padding: 20px 0px;
}
.qv-price{
margin-top:15px;
}
.qv_select__select{
margin-top:10px;
border-radius:30px;
}
.qv-price ins{
font-size: 20px;
  font-weight: 600;
}

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

/*======= currency =======*/
.currency select {
  color: var(--white);
  border: 1px solid var(--white);
  padding: 9px 30px 9px 12px;
  border-radius: 30px;
  line-height: 1;background: url(down-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 11PX;
  background-position: calc(100% - 8px) 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.currency select option {
  color: black;
}
.currency {
  padding-left: 15px;
}

/*======== infinty loader =========*/
.infinit-pagination a {
  margin: 30px auto 0;
  display: block;
}
.infinity-loader {
  width: 30px;
  height: 30px;
margin:0 auto;
}
.js-load-more .hide .infinity-loader {
  margin-left: 8px;
}
.js-load-more {
  margin: auto;
  display: flex;
}
.load-more_wrap {
  margin: 30px auto 0;
}
/* load more btn */
.hide{
display:none;
}
.overlay.active, .cartOpen .overlay:after, .quick-active .overlay:after,.active-menu header:after,.filter-open header:after {
  content: " ";
  z-index: 3;
  background: rgba(0,0,0,.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.qv-pro-slider-img{
position: relative;
padding-top: 100%;
display: block;
border-radius:10px;
overflow:hidden;
}
.qv-pro-slider-img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
   object-fit: cover;
}
.pro-bottom-sticky-cart .sticky-btn:hover,.pro-bottom-sticky-cart .sticky-btn:focus{
color: var(--black);
  border-color:  var(--black);
  background: transparent;
}
.spr-review-header-title{
margin-bottom:7px !important;
}
.spr-summary-actions-newreview{
padding: 10px 15px;
  border-radius: 30px;
}
.product-filter-body .active-facets-desktop .active-facets__button .btn-secondary,.product-filter-body .active-facets-desktop .active-facets__button-wrapper .btn-secondary
,.active-facets__button-inner .btn-secondary,.active-facets__button-wrapper .btn-secondary{
    padding: 11px 15px;
}
.subscribe-popup .subscriber-info .sub-img,.subscribe-popup .subscriber-info .sub-right-inner {
width:100%;
}
.menu-dropdown .mega-menu-container ul.row .col-md-3.col-12:nth-child(3) a,
.menu-dropdown .mega-menu-container ul.row .col-md-3.col-12:nth-child(4) a{
border-radius:10px;
overflow:hidden;
}
.testi-card-inner .client-img{
width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.quickview-popup .pdp-page-main-sec{
padding:0 !important;
}
.quickview-popup .swiper-button-prev,.quickview-popup .swiper-button-next{
opacity:1;
visibility:visible;
}
.form-container.login-btn-wrp .btn{
text-transform:uppercase;
}
.blog-card .blog-card-image a,.blog-card .blog-card-image a img{
width:100%;
height:100%;
}
body.product .pdp-right-column .qnty-btn-wrp{
margin-bottom:20px;
}
#recently-viewed-products .product-inner{
border:1px solid var(--border-color);
border-radius:10px;
}
body.product .spr-container{
  border-radius:10px;
}
.payment-wrp.ship-wrp .section-title{
margin-bottom:0 !important;
}
.spr-form-title{
margin-bottom:10px;
}
.spr-form .spr-form-input{
border-radius:10px;
}
body.product .qty-spinner{
height:40px;
}
body.product .site-footer{
    padding: 70px 0 100px;
}
body.product .pdp-tab-sec .tab-img{
overflow:hidden;
}

.active-facets__button,.active-facets__button-wrapper{
margin-bottom:0 !important;
}
.facets__price .field input{
    border-radius: 10px;
}
.active-facets.active-facets-mobile{
margin-bottom:15px;
}
.facets-container>.product-count{
border-radius:30px;
}
.facets-container menu-drawer .mobile-facets__open{
    border-radius: 5px;
}
.about-right-inner,.about-full-img{
border-radius: 20px;
  overflow: hidden;
}
.cosmetic-about-sec .row{
margin-left: 0;
  margin-right: 0;
}
table.shipping-tbl tr td{
    padding: 10px 10px;
}
.article-bnr-img{
border-radius:20px;
overflow:hidden;
}
.search-form-wrapper .predictive-search-bottom .btn{
transform: translateY(0%);
}
.predictive-search-main{
border:1px solid var(--border-color);
border-radius:10px;
overflow:hidden;
}
#predictive-search-results #predictive-search-results-list .predictive-search__item-content{
padding:15px !important;
}
.predictive-search{
border-radius:10px;
}
#predictive-search-results ins {
  font-size: 14px !important;
}
#predictive-search-results del {
  font-size: 14px !important;
}
.template-search .product-grid-container .grid__item.blog-card .blog-card,.template-search .product-grid-container .grid__item.blog-card .blog-card .blog-card-inner  {
height:100%;
}
body.search .pagination-row {
   margin: 10px 0 0;
}
.tooldesc .tooldesc-inner h4{
font:var(--h6);
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tool-content .row{
align-items:center;
}
.pdp-right-column .free-dlvry-wrp .free-delivery{
flex:1;
}
.subscribe-popup .close-sub-btn:focus svg path{
fill:var(--black);
}
.quickview_popup_data .pdp-right-column h2{
max-width: 85%;
  width: 100%;
margin-bottom:0 !important;
}
.cosmetic-about-sec .swiper-button-prev,.cosmetic-about-sec .swiper-button-next{
      background: #aba19a;
}
.faq-right-itm form .row .col-12:last-of-type .form-group{
  margin-bottom:0;
}
.articlebar img{
  border-radius:20px;
  overflow:hidden;
  width:100%;
}
.mobile-facets__item{
  padding:0 !important;
}
.mobile-facets__label .feather-check{
  left:3px !important;
}
input.mobile-facets__checkbox,.mobile-facets__label>svg{
  border-radius:5px !important;
}
.header-style-two .annoucebar-left{
  align-items:center;
}
.header-style-two .currency,.header-style-three .currency{
  padding-left: 20px;
}
.cartOpen .cart-header .closecart svg path{
  fill:var(--black) !important;
}
body.index .header-style-two.head-sticky.site-header .main-navigationbar{
  border-bottom: 1px solid transparent;
}
.review-stars span.spr-badge{
  margin-bottom:10px;
}
.spr-badge {
    display: flex !important;
    align-items: center;
    font-size: 12px;
    line-height: 1;
}
.site-header .menu-right li.mobile-menu-button{
  cursor:pointer;
}
.site-header .disclosure__list-wrapper.hide {
    opacity: 0;
    visibility: hidden;
}
.site-header .disclosure__list-wrapper .disclosure__item a {
    font-size: 14px;
    letter-spacing: .5px;
    padding: 0 0 10px;
    color: var(--black)!important;
    width: 100%;
}
.site-footer-three .footer-col{
      padding-left: 0px;
}
.site-footer-three .footer-col:not(:last-of-type){
      padding-right: 70px;
}
.product-filter-right-column .product-grid-view .img-wrapper img{
  border-radius:15px;
  border: 1px solid var(--border-color);
}
#ProductGridContainer .filter-column-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.product-noslider .gallery-thumbs{
  display:none;
}
.site-header .menu-right li.login-header .menu-dropdown ul li.headwish a {
  display:flex !important;
  gap:0px;
  width: fit-content;
}
.site-header .menu-right li.login-header .menu-dropdown ul li.headwish a .hyutr:first-of-type {
  margin-left:3px;
}
.product-slider-right .gallery-thumbs,.product-slider-left .gallery-thumbs{
  top:15px;
  bottom:auto;
}
body.product .progress-wrap,body.index .progress-wrap{
  bottom:95px;
}
.facets-container>.product-count{
  margin:0 10px 10px;
}
/* ============cart-gift============ */
.cart-page-sec #cart-gift-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color: var(--border-color);
    padding: 10px 20px;
    gap: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.cart-page-sec #cart-gift-wrap .add-gift {
    display: flex;
    align-items: center;
    gap: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
}
#cart-gift-wrap .btn:focus{
  color: var(--white);
}
#cart-gift-wrap .continue-btn{
  margin-right: 0;
}
.coupon-popup,
.gift-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0);
    z-index: 5;
    background: var(--white);
    color: var(--black);
    width: 450px;
    height: auto;
    -ms-transform: translateY(120%);
    -webkit-transform: translatey(120%);
    transform: translateY(120%);
    display: flex;
    display: -webkit-box;
    display: -moz-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;
    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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.coupon-popup .common-close svg, .gift-popup .common-close svg{
  height: 18px;
  width: 18px;
}
.coupon-popup .common-close svg path, .gift-popup .common-close svg path{
    fill: var(--black);
}
/* ****** coupon popup css **** */
.coupon-code {
    position: relative;
}
.coupon-code input {
    height: 45px;
    width: 100%;
    border-color: var(--border-color);
    padding: 14px 115px 14px 15px;
    border-radius: 20px;
}
/***********  NEW CARTDRAWER CSS  ***********/
.cartDrawer .closecart {
    position: absolute;
    left: -38px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
    opacity: 1;
    visibility: visible;
}
.mini-cart-footer {
    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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 12px 35px;
    border: none;
    width: 47%;
    background-color: var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.cartDrawer .mini-cart-footer-icons svg {
    width: 30px;
    height: 30px;
}
.cartDrawer .mini-cart-footer-icons svg path{
  stroke: var(--black);
}
.cartDrawer .mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--border-color);
}
.cartDrawer .mini-cart-footer-total-row div {
    padding: 0 10px;
}
.mini-total-lbl {
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
}
.cartDrawer .mini-total-iteam p {
    font-size: 16px;
}
.cartDrawer .mini-cart-footer-total-row div.mini-Subtotal {
    text-align: right;
}
.mini-cart-bottom {
    width: 100%;
}
.cartDrawer .mini-cart-bottom .cart-bottom-btn {
    padding: 15px 20px;
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: 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);
}
.cartDrawer .mini-cart-body, .coupon-popup .coupon-body, .gift-popup .gift-body {
    padding: 30px;
}
.coupon-popup .coupon-txt svg {
    height: 30px;
    width: 30px;
}
.coupon-code .apply-coupon-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.gift-popup .gift-body .checkbox-custom label:before{
  border: 1px solid var(--black);
}
.cartDrawer .related-cart-wrp{
  margin-top: 25px;
}
.cartDrawer .related-cart-wrp h3{
  margin-bottom: 15px;
  font-size: 25px;
}
.cartDrawer .related-cart-inner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--border-color);
  padding: 15px;
  border-radius: 10px;
}
.cartDrawer .related-cart-inner .related-image a{
  position: relative;
  padding-top: 125%;
  display: block;
}
.cartDrawer .related-cart-inner a img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: inherit;
}
.cartDrawer .related-image{
    position: relative;
    max-width: 120px;
    flex: 0 0 120px;
    width: 100%;
    background: whitesmoke;
    padding: 10px;
}
.cartDrawer .related-cart-text{
    flex: 1;
    margin-left: 15px;
}
.cartDrawer .related-cart-text h4{
  font-size: 18px;
  margin-bottom: 12px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.cartDrawer .related-cart-text a{
  text-decoration: underline;
}
.cartDrawer .related-cart-price{
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.cartDrawer .pvarprice svg path{
  fill: red;
}
.cartDrawer .cart-slider{
  position: relative;
}
.cartDrawer .swiper-pagination{
  position: relative;
  margin-top: 25px;
}
.related-cart-wrp .swiper-pagination-bullet-active{
  background: var(--third-color);
}
.pdp-whislist-btn:hover {
    background: var(--border-color);
}
.cookie-block  .btn {
    background: var(--theme-color);
    color: var(--black);
}
.cookie-block .btn:hover {
    background: transparent;
    color: var(--white);
}
/*=================[    !!!!!!!!  RESPONSIVE CSS  !!!!!!!!   ]=================*/
@media (min-width:1830px) {
.box-layout{
  max-width: 1800px;
}  
}  
@media (min-width: 1590px) and (max-width: 1829px){
.box-layout{
  max-width: 1560px;
}  
}  
@media (min-width: 1410px) and (max-width: 1589px){
.box-layout{
    max-width: 1380px;
}
}
@media (min-width: 1200px) and (max-width: 1409px){
.box-layout{
    max-width: 1170px;
}
}
@media (min-width:1200px) {
.header-style-two .menu-right .serch-mobile-only, .header-style-three .menu-right .serch-mobile-only {
  display: none !important;
}
}
@media (min-width:992px) {
.desk-only {
  display: block !important;
}
.mobile-only {
  display: none !important;
}  
.site-header .main-navigationbar .menu-items-col .main-nav {
  display: flex;
  align-items: center;
}
.site-header .mobile-menu {
  display: none;
}
.product-grid-view .product-card .product-bottom-content .cart-btn {
  width: auto;
}
}  
@media (min-width:768px) {
.footer-row .acnav-list1{
  display: block !important;
}
.mobile-stickybar{
  display: none !important;
}
#ProductGridContainer .desk-only {
  display: block !important;
}
#ProductGridContainer .mobile-only {
  display: none !important;
}
.site-footer .footer-widget h2 svg {
  display: none;
}
/*********** PRODUCT LISTING LEFT CANVAS PAGE CSS  ***********/
.collection-leftfilter .product-filter-column,.collection-rightfilter .product-filter-column {
  position: fixed;
  top: 0;
  background: var(--white);
  left: 0;
  max-width: 350px;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: hidden;
  transition: all ease-in-out .5s;
  -webkit-transform: translate(-100%,0px);
  -moz-transform: translate(-100%,0px);
  -ms-transform: translate(-100%,0px);
  -o-transform: translate(-100%,0px);
  transform: translate(-100%);
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  margin: 0;
  padding: 20px;
}
.collection-rightfilter .product-filter-column{
  -webkit-transform: translate(100%,0px);
  -moz-transform: translate(100%,0px);
  -ms-transform: translate(100%,0px);
  -o-transform: translate(100%,0px);
  transform: translate(100%, 0px);
  left: auto;
  right: 0px;
}
.filter-open .collection-leftfilter .product-filter-column,.filter-open .collection-rightfilter .product-filter-column {
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  overflow: auto;
  height: 100%;
}
}  
@media screen and (max-width: 1260px){
.offset-left {
    margin-left: 0;
}
}
@media screen and (max-width:1399px){ 
.out-of-stock-form{
  max-width:40%;
}
}
@media screen and (max-width:1199px){
:root .theme-v1{ 
   --h1: normal 600 40px/1.1 var(--first-font);
  --h2: normal 600 34px/1.1 var(--second-font);
  --h3: normal 600 22px/1.1 var(--first-font);
  --h4: normal 600 20px/1.1 var(--first-font);
  --h5: normal 600 18px/1.1 var(--first-font);
  --h6: normal 600 16px/1.1 var(--first-font);
} 
/**** HEADER CSS ****/
.testimonials-sec .testi-card-inner h3 { 
  font-size: 20px;
} 
.product-card .price ins {
  font-size: 18px;
}
.header-style-one .menu-right li a p{
  display: none;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
  padding-right: 20px;
}
.site-header .menu-right li:not(:first-of-type) {
  padding-left: 15px;
}
.footer-col {
  padding-left: 25px;
}
.footer-subscribe-col {
  max-width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.lang-dropdown{
  margin-left: 15px;
}
.site-footer { 
  padding: 40px 0px 30px 0px; 
}  
  .site-footer-three{
  padding: 40px 0px 0px 0px;
}
.home-btn-wrp .swiper-button-next, .home-btn-wrp .swiper-button-prev { 
  bottom: 20px; 
}
.header-style-two .menu-items-col .search-header .serch-desk-only, .header-style-three .menu-items-col .search-header .serch-desk-only{
  display: none;
}
.blog-grid-sec .blg-recent .blog-itm .blog-image .img-wrapper {
  padding-top: 50%;
}
 .main-banner-sec .banner-content-wrapper {
 padding: 140px 0 160px;
}  
.main-banner-sec .banner-content-inner .section-title h2 { 
  font-size: 56px; 
  line-height: 1;
}
.btn-secondary,
.btn { 
    padding: 11px 18px;
}
.suscribe-sec .subscribe-left-inner {
  max-width: 100%; 
}
/**** HOME PAGE CSS ****/
.header-style-one .menu-right .cart-header .cart-price{
  display: none;
}
.main-banner-sec .swiper-pagination{
  display: none;
}
.home-btn-wrp .swiper-button-prev {
  left: 49%;
}
.home-btn-wrp .swiper-button-next {
  right: 50%;
}    
ul.tabs li {
  padding: 10px 15px;
}
.tooltip-custom-three .tool-content {
  left: -325px;
}
.site-footer-two .footer-design{
  display:none;
}
/**** PRODUCT PAGE CSS ****/
.pdp-page-main-sec:after{
  width: 100%;
}
.pdp-tab-sec .pdp-tab-left {
  max-width: 100%;
}  
.gallery-thumbs {
  max-height: 310px;
  max-width: 75px;
}
.pdp-right-column .size-guide-wrapper .see-size {
  flex-direction: column;
  align-items: start;
}
.pdp-right-column .size-guide-wrapper .see-size a{
  margin-left: 0px;
}
.pdp-img-bnr {
  padding: 40px 40px 40px 40px;
}
/**** PRODUCT-LIST PAGE CSS START ****/
.text-checkbox .checkbox input[type=checkbox]+.checkbox-label{
  padding: 8px 8px;
}
.product-grid-view .product-card-inner .product-top-content {
  max-width: 270px;
  flex: 0 0 270px;
}  
/**** COLLECTION-LIST PAGE CSS START ****/
.collection-main-sec .product-card-inner .product-content {
  padding: 15px;
}  
.collection-main-sec .product-card-inner .product-bottom-content .btn {
  padding: 11px 10px;
}  
/**** ARTICLE PAGE CSS START****/
.articlebar h4 {
  font-size: 22px;
}
.blg-elagant .form-container .btn{
  padding: 11px 20px;
}
/**** BLOG PAGE CSS ****/
.blog-grid-sec .blogleftbar .elegant-slider {
  padding: 10px 0px 10px;
}   
.blog-grid-sec .blg-recent .blog-itm .blog-image {
  max-width: 100%;
  flex: 0 0 100%;
}
.blog-grid-sec .blg-recent .blog-itm .blog-content {
  margin-left: 0px;
  margin-top: 10px;
}
.pdp-page-main-sec .product-slider-center .gallery-main .product-arrow-wrapper{
      bottom: 0;
}
.quickview-close {
  width: 30px;
  height: 30px;
  border-radius:5px;
}
 .quickview-close svg{
      width:15px;
      height:15px;
}
  #recently-viewed-products .product {
  width: 33.33%;
  margin-bottom: 20px;
}
  .header-style-two .currency, .header-style-three .currency {
    padding-left: 15px;
}
  .login-header .menu-dropdown {
    margin: 22px 0 0;
  }
  .site-footer-three .footer-col:not(:last-of-type) {
    padding-right: 40px;
}
}
@media screen and (max-width:991px){
.products_add-cart-sticky .size-select{
  display: none;
}
:root .theme-v1{ 
  --h1: normal 600 30px/1.1 var(--first-font);
  --h2: normal 600 26px/1.1 var(--second-font);
} 
/**** HEADER CSS START ****/
.site-header .main-navigationbar .menu-items-col .main-nav{
  display: none;
}
.header-style-one .main-navigationbar .menu-items-col{
  justify-content: end;
}
.site-header .main-navigationbar {
  padding: 15px 0px;
  background-color: var(--second-color);
}
.main-banner-sec .banner-content-wrapper {
  padding: 105px 0px 115px;
}  

.announcebar{
  display: none !important;
}
.header-style-three .navigationbar-row {
  padding: 0;
}
.header-style-three .main-navigationbar {
  padding: 15px;
}
/**** FOOTER CSS START  ****/
.site-footer {
  padding: 30px 0px 20px 0px;
  border: 0;
}
  .site-footer-three{
  padding: 30px 0px 0px 0px;
}
.footer-row {
  padding: 30px 0px;
}
.footer-subscribe-col {
  max-width: 250px;
  flex: 0 0 250px;
}
.site-footer .footer-top .footer-logo {
  max-width: 140px;
  width:100%
}
  .site-footer-one .footer-top p {
  padding-left: 40px;
} 
.site-footer .footer-top p {
  padding-left: 40px;
}  
.site-footer .footer-top {
  margin-bottom: 20px;
}
.site-footer .social-icon {
  padding: 0;
  max-width: 190px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
}
.social-icon .footer-logo {
  margin-bottom: 15px;
}
.footer-subscribe-col .contactlink, .footer-subscribe-col .addresslink {
  font-size: 16px;
}
.site-footer .footer-widget h2 {
  padding: 0 0 15px;
  font-size: 15px;
}
.footer-subscribe-col h6 {
  font-size: 14px;
}    
.footer-bottom {
  margin-top: 18px; 
  
}
.subscribe-popup {
  max-width: 100%;
}  
.subscribe-popup .sub-left-inner {
  padding: 20px 20px;
}  
/**** FOOTER CSS END  ****/
.pt{
  padding-top: 40px;
} 
.pb{
  padding-bottom:40px;
}   
.section-title {
  margin-bottom: 24px;
}
.subtitle {
  margin-bottom: 10px;
}  
.container-fluid{
  padding: 0 15px;
  margin: 0 auto;
}
.article-banner .blog-cat {
  margin: 20px 0;
} 
.art-auther {
  margin-bottom: 15px;
}
.quote-box h3 {  
  font-size: 15px;
}
.common-banner-section {
  padding: 40px 0;
}
.cart-page-sec{
  padding-bottom: 0px;
}
.subscribe-sec-form .input-wrapper input { 
  font-size: 14px;
  padding: 11px 15px;
}
/**** HOME PAGE CSS ****/
.btn-secondary { 
  padding: 9px 16px;
}
.main-banner-sec .banner-content-inner .section-title h2 {
  font-size: 41px;
}    
.main-category-sec .category-card-inner {
  margin-bottom: 0px;
}
.main-category-sec {
  padding: 40px 0 40px;
}
.beuaty-circle-sec .beuaty-circle-left {
  max-width: 100%;
}  

.two-img-sec{
  background: var(--theme-color);
}
body:not(.product) .product-tab-sec{
  padding-top: 40px;
}
ul.tabs li {
  padding: 8px 8px;
}
ul.tabs {
  gap: 10px 10px;
}  
.product-card .rating-wrp {
  margin: 0px 0px 10px;
}
.product-grid-view .product-card-inner .rating-wrp {
  justify-content: start;
}
.product-listing-section {
  padding-bottom: 0px;
}
.suscribe-sec .subscribe-left-inner {
  padding: 15px 0;
}  
.suscribe-sec{
padding-top: 40px;
}
  .beuaty-circle-sec .beuaty-circle-img .circle-small-img{
  display: none;
}
.tool-content {
  margin-top: 0px;
  left: -50px;
  right: auto;
  top: 50px;
  bottom: auto;
}
.subscribe-sec-form .input-wrapper button {
  padding: 12px 13px;
  font-size: 12px;
}
.pdp-tab-right{
  margin-top: 25px;
}
.pdp-img-bnr-sec .img-bnr-column {
  max-width: 100%;
}
.cms-page{
   padding-bottom:40px;
}
.register-page{
   padding-bottom:40px;
}
/**** PRODUCT PAGE CSS ****/ 
.pdp-right-column .pdp-rating {
  gap: 10px;
}  
.main-search{
  padding-bottom: 40px;
}
.pdp-right-column .price-qty-wrp {
  margin-bottom: 20px;
}
.pdp-tab-sec ul.tabs li a {
  padding: 0 15px 10px;
}
.pdp-slider-wrapper {
  flex-direction: column;
}
.gallery-main {
  max-width: 100%;
}
.gallery-thumbs {
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 20px;
}
.product-slider-left .gallery-thumbs {
  left: 0px;
}
.gallery-thumbs .pdp-thumb-image{
  display: block;
  position: relative;
  padding-top: 30%;
}
.pdp-tab-sec .review-content .review-wrp .review-btn .btn{
  padding: 11px 15px;
}
.pdp-img-bnr {
  padding: 20px;
}
.pdp-right-column .section-title h2 {
  margin-bottom: 10px;
}
.pdp-right-column .section-title {
  margin-bottom: 10px;
}

.pdp-right-column .qnty-btn-wrp {
  margin: 15px 0px 0;
}    
.pdp-right-column .qnty-btn-wrp .btn{
  padding: 10px 22px;
}
.pdp-right-column .pdp-top-content {
  margin-bottom: 10px;
}  
/**** PRODUCT-LIST PAGE CSS START ****/
.product-heading-row .row {
  align-items: center;
  padding: 40px 0 0px;
}
.product-heading-right-column .filter-list-wrp p{
  display: none;
}
.product-filter-right-column .product-grid-view .product-card{
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.product-grid-view .product-card-inner .product-card-image, .product-grid-view .product-card-inner .product-bottom-content{
  max-width: 100%;
  flex: 0 0 100%;
} 
.product-grid-view .product-card-inner .product-top-content {
  max-width: 100%;
  flex: 0 0 100%;
  margin-left: 0px;
  margin-top:10px;
}
.product-filter-right-column .product-grid-view .product-card .product-card-inner {
 border: 1px solid var(--border-color);
  padding: 15px;
  border-radius:15px;
}
.product-filter-right-column .product-grid-view .product-card .flip-countdown.simple-countdown{
    position: absolute;
    top: 30%;
    left: 10px;
    right: 10px;
    margin-bottom: 0;
}
.product-grid-view .product-card-inner .wish-lbl-wrp {
  display: flex;
  gap: 8px;
  justify-content: start;
}
.product-grid-view .product-card-inner .top-lable {
  position: absolute;
  top:15px;
  left: 15px;
  flex-direction:column;
}
.product-grid-view .wish-lbl-wrp :not(:last-of-type) {
  margin-bottom:0px;
}

.product-grid-view .product-bottom-inner .product-star-wrp, .product-grid-view .product-card .price, .product-grid-view .color-swatch-variants {
  display: flex;
  justify-content: start;
}  
.product-grid-view .product-card .cart-btn-content .btn{
  width: 100%;
}
.product-grid-view .product-bottom-inner .product-star-wrp{
  margin-top: 15px;
}
.product-grid-view{
  display: flex;
}
.collection-main-sec {
  padding-bottom: 20px;
}
.product-sec .section-title {
  margin: 0 auto 25px;
}
.product-grid-view .product-bottom-content .product-star-wrp {
  margin-top: 15px;
  justify-content: start;
}
.product-grid-view .size-select .nice-select{
  margin-right: auto;
  margin-left: 0;
  max-width:100%;
}
/**** ARTICLE PAGE CSS START****/
.articlebar .art-top-heading {
  margin-bottom: 25px;
  padding-bottom: 0PX;
}  
.articlebar .quote-box h5 {
  font-size: 20px;
}   
.articlebar .quote-box {
  padding-left: 15px;
}  
.article-banner-sec .common-banner-content {
  margin-bottom: 20px;
}
.article-banner-sec .common-banner-content .back-btn {
  margin-right: 30px;
}
/**** MY ACCOUNT PAGE CSS START ****/
.my-acc-sec .order-history-frame {
  margin-bottom: 25px;
}
/**** ABOUT PAGE CSS START ****/
.about-us-page .about-left-inner .section-title {
  max-width: 100%;
}
.about-us-page .about-left-inner .section-title h2 {
  margin-bottom: 20px;
}
.about-counter-sec .counting {
  font-size: 34px;
}  
/**** CONTACT PAGE CSS START ****/
.contact-about-sec {
  margin-bottom: 0px;
}
.contact-direction-sec {
  padding: 50px 0px 0
  ;
}
.contact-right-inner {
  margin-bottom: -300px;
}
/**** CMS PAGE CSS START ****/
.cms-page ul {
  padding-left: 0px;
}
/**** SHF CSS ****/
.register-page .shop-btn {
  margin-top: 20px;
}

.site-header .disclosure__list-wrapper{
  margin: 22px 0 0;
}
.article-section {
  padding: 0 0 0px;
}
/*===== product sicky css =====  */
.progress-wrap {
  right: 20px;
  bottom: 75px;
}
.pro-compare-section .compare-bottom-btn,.pro-compare-section .pro-compare-wrap,
.pro-wishlist-section .wishlist-bottom-btn,.pro-wishlist-section .pro-wishlist-wrap{
      margin-bottom: 0px;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label{
  max-width: 20%;
  width: 100%;
  flex: 0 0 20%;
  text-align: center;
  padding: 15px;
}
 .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.wishlist-pro-detail{
     max-width: 40%;
     width: 100%;
     flex: 0 0 40%;
 } 
.compare-wrap .product-form .product-form__submit,
.wishlist-wrap .product-form .product-form__submit{
  padding: 10px 20px;
}
.out-of-stock-form {
  max-width: 50%;
  padding: 50px 30px;
}
.product-filter-right-column .grid-product .form{
  text-align: left;
}
.pro-compare-section .pro-compare-wrap,
.pro-wishlist-section .pro-wishlist-wrap{
  margin-bottom: 40px;
}
.pdp-page-main-sec{
  padding: 40px 0;
}
.cms-page, .register-page{
  padding-bottom: 0px;
}
.adress-list .add-default{
  margin-top:15px;
}
body.product .site-footer {
  padding: 40px 0 100px;
}
.cart-page-sec .coupon-table{
      flex-direction: column;
  align-items: flex-start;
      gap: 10px;
}
.product-card .pro-wishlist svg, .pdp-right-column .pro-wishlist svg,
.product-card .pro-compare, .compare-label svg{
  height: 14px;
  width: 14px;
}
.product-card .pro-wishlist, .pdp-right-column .pro-wishlist, .product-card .pro-compare, .product-card .quickview-btn{
  width: 30px;
  height: 30px;
}

.cart-page-sec .coupon-text-btn-wrp{
  width:100%;
  justify-content:space-between
}
    .site-footer-three .footer-col:not(:last-of-type) {
    padding-right: 20px;
}
   .product-card .product-bottom-content{
    position: static;
    opacity: 1;
    margin: 0px 0 0;
  }
  .product-card .price {
    margin-bottom: 10px;
}
  .product-filter-right-column .product-grid-view .img-wrapper img{
    border: none;
  }
  body.product .pdp-tab-sec .tab-img{
  display:none;
  }
  .product-grid-view .jdgm-widget{
    text-align: start;
  }
}
@media screen and (max-width:767px){
  #ProductGridContainer .filter-column-title, .main-navigationbar .localization-form, .main-navigationbar .currency, .products_add-cart-sticky .sticky-image, .products_add-cart-sticky .sticky-price {
    display: none;
}
.progress-wrap {
  bottom: 90px;
} 
.site-header .main-navigationbar .logo-col {
  max-width: 120px;
}  
.site-header .menu-right li {
  display: block;
  line-height: 1;
}  
/**** FOOTER CSS START  ****/
    .footer-col .acnav-label1:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url(footer-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    -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;
  }

  .footer-col .is-open>.acnav-label1:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
  }
.footer-subscribe-col { 
  flex: 0 0 100%; 
  max-width:100%;
  margin-top: 0px; 
  padding-left: 0;
}
.site-footer .footer-widget p {
  padding: 0 0 15px;
}  
.footer-bottom .payment-image-wrapper{
  margin-top: 10px;
}
.site-footer .social-icon {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.footer-col {
  flex: 0 0 100%;
  padding-left: 0px;
}  
.footer-col .footer-mobile  h5{
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.footer-col .footer-mobile  h5 svg{
  margin-left: auto;
  width: 14px;
}
.site-footer .set {
  margin-bottom: 0px;
}
.footer-row {
  padding: 20px 0px 0px;
}
.color-select-main { 
  top: 120px; 
}
.search-popup .close-search { 
   right: 10px;
  top: 10px;
} 
.site-footer .footer-top p {
  flex: 0 0 100%;
  padding-top: 15px;
  padding-left: 0px;
  text-align:center;
}  
.footer-row .footer-link-1{
  padding-top: 15px;
}
.site-footer .footer-link .footer-mobile  ul {
  padding-bottom: 15px;
} 
.footer-row .acnav-list1{
  display: none;
}
.footer-subscribe-col .contactlink {
  margin-bottom: 15px;
}
.site-footer .footer-widget h2 {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.product-card:hover .product-content {
  padding: 0;
  margin: 10px 0 0;
}
.footer-row .footer-link, .footer-subscribe-col{
  padding-bottom: 15px;
}
.footer-row .acnav-list1{
  padding-top: 15px;
}
.site-footer .footer-top {
  justify-content: center;
}
/**** FOOTER STYLE TWO  ****/
.site-footer-two .footer-design{
  max-width: 200px;
}
.site-footer-three .footer-bottom-wrp {
  margin-top: 10px;
}
.footer-bottom{
  padding-bottom:0px;
  flex-direction: column;
  align-items: center;
  
}
    .footer-bottom p{
    text-align:center;
  }
/**** FOOTER CSS END  ****/
.abt-shp-column-right,
.about-our-shop-section .row {
  margin-top: 30px;
}
.contact-right-column {
  margin-top: 0;
}
.articlerightbar {
  padding-top: 40px;
} 
.aticleleftbar h5 {
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.articlerightbar .blog-grid .blog-widget:last-of-type {
  margin-bottom: 0;
}
.latest-article-slider-section .section-title {
  padding-top: 40px; 
}
.post-lbl {
  margin: 0 0 0 10px; 
  font-size: 12px;
}
.article-section .abt-user-img { 
  margin-right: 5px;
}
.aticleleftbar p {
  margin-bottom: 15px;
}
.common-banner-content .section-title h2{
  margin-bottom: 0px;
}
.quote-box svg { 
  height: 20px;
  width: 20px;
}
.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;
}
.checkbox-custom label{
  font-size: 13px; 
}
.faq-page .faq-acnav .set:not(:last-of-type) {
  margin-bottom: 15px;
}
.checkout-page .set .acnav-list {
  padding: 20px 15px;
} 
.contact-left-inner ul li h5 {
  margin-bottom: 10px;
}
.contact-left-inner ul .social-link {
  margin-bottom: 20px;
}
.contact-right-inner {
  margin-bottom: 0px;
  margin-top: 10px;
}
.contact-direction-sec {
  padding: 40px 0px 0;
}
.mobile-facets__summary {
  padding: 0;
}
.collection-leftfilter .product-widget, .collection-rightfilter .product-widget {
  padding: 0px 0;
}
.register-page .login-right-inner .login-right-top{
  text-align:center;
}
.common-banner-section .filter-cat a {
  font-size: 14px;
}
/****  COMMON BANNER SECTION CSS ****/
.common-banner-content .section-title h2 span { 
  font-size: 12px;
}  
.btn,.btn-secondary { 
  padding: 9px 15px;
}
.btn-secondary svg, .btn svg {
  margin-left: 8px;
  height: 15px;
  width: 15px;
}
/*** ABOUT PAGE CSS ****/
.about-us-section .about-us-box {
  margin-bottom: 20px;
} 
.about-us-page .about-left-inner .section-title h3 {
  margin-bottom: 15px;
}  
.cart-page-sec .subtotal .price ins {
  font-size: 16px;
}  
.subscribe-popup .sub-left-inner p br {
  display: none;
}
/**** HOME PAGE CSS ****/ 
.main-banner-sec .section-title {
  margin-bottom: 15px;
}
.main-category-sec .section-title{
  flex-direction: column;
  align-items: start;
}
.main-category-sec .section-title h2{
  margin-bottom: 15px;

}
.product-tab-sec .section-title {
  flex-direction: column;
  align-items: start;
}
.product-tab-sec .section-title-left {
  margin-bottom: 15px;
}
.tool-content{
  display: none;
}
.cosmetic-tooltip-sec {
  padding: 100px 0;
}  
.beuaty-circle-sec .beuaty-circle-left h2 {
  margin-bottom: 15px;
}
.beuaty-circle-sec  .section-title {
  margin-bottom: 18px;
}
.testimonials-sec .testi-card-inner {
  padding: 15px;
}  
.our-insta-sec ul li {
  max-width: 33.3334%;
  padding: 20px 10px 0;
}
.our-insta-sec .section-title-center {
  margin: 0 auto 6px;
}  
.suscribe-sec .offset-left{
  padding-right: 15px;
}
#recently-viewed-products .img-wrapper {
  padding-top: 90%; 
}
.mobile-stickybar-wrap {
  max-width: 100%;
  margin: 0 auto;
}

/**** PRODUCT PAGE CSS ****/
.pdp-slider-img {
  position: relative;
  padding-top: 90%;
}  
.pdp-right-column .price-qty-wrp .price ins {
  font-size: 18px;
}
.pdp-right-column .price-qty-wrp .price del {
  font-size: 14px;
}
.view-slider .swiper-wrapper {
  justify-content: start;
}
.size-popup {
  padding: 0 0px;
}
.size-popup .btn-white {
  margin-bottom: 15px;
}
.pdp-right-column .size-guide-wrapper .see-size {
  flex-direction: row;
}  
.size-table-wrapper {
  margin-top: 20px;
}
.pdp-tab-sec .review-pdp-wrp .section-title p {
  margin-bottom: 0px;
}
.pdp-tab-sec .ship-content {
  border-left: 0;
}
.pdp-img-bnr-sec .section-title {
  margin-bottom: 20px;
}
.pdp-furniture-sec .section-title p{
  margin-bottom: 15px;
}
.pdp-right-column .pdp-timer .time-counter {
  padding: 6px 10px;
}  
.size-popup .size-form-inner{
  height: 500px;
  overflow-y: scroll;
  position: relative;
}
.pdp-page-main-sec .pdp-right-column {
  margin-top: 30px;
}
.pdp-img-bnr {
  padding: 15px;
}
/* .my-acc-sec {
  padding-bottom: 40px;
} */
/**** PRODUCT-LIST PAGE CSS START ****/
.mobile-facets__open .icon {
  display: block;
  max-width: 25px;
  margin: 0 auto;
}
.mobile-facets__open{
  max-width: 35px;
  border: 1px solid var(--second-color);
  padding: 2px;
  display: block;
}
.collection-rightbar .facets-container menu-drawer .mobile-facets__open,.collection-rightfilter .facets-container menu-drawer .mobile-facets__open{
  margin-left: auto;
}
.product-heading-column .filter-title H4{
  display: none;
}
.product-heading-column .filter-title {
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
}
 .mobile-facets{
  position: fixed;
  top: 0;
  background: var(--white);
  left: 0;
  max-width: 300px;
  width:100%;
  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);
  -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;
}
.mobile-open .mobile-facets{
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  overflow: auto;
  height: 100%;
}
.product-filter-body {
  padding: 40px 15px;
  background: var(--white);
  border: 0;
}
.close-filter {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  right: auto;
  left: 0px;
  z-index: 101;
  width: 30px;
  height: 30px;
  padding: 7px;
  opacity: 0;
  transition: opacity .4s ease;
  background: var(--theme-color);
  pointer-events: none;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
}
.mobile-open .close-filter {
  opacity: 1;
  pointer-events: visible;
      border-radius: 0 0 5px 0;
 }
.close-filter svg {
  height: 100%;
  width: 100%;
}
.close-filter svg path{
  fill: var(--black);
}
.product-filter-body .close-filter {
  display: block;
}
.product-widget {
  padding: 0px 0px;
}
.cartDrawer {
  width: 100%;
}
.cart-header .closecart{
  left: 15px;
  right: auto;
  top: 17px;
}
.header-style-one .menu-right li a.closecart svg path {
    fill: var(--black)!important;
}
.cartDrawer .webi-mini-cart-footer {
  padding: 20px 15px;
} 
.cartDrawer .mini-cart-footer-total-row {
  font-size: 18px;
  line-height: 18px;
}
.active-facets.active-facets-mobile,.product-count.light {
  display: none !important;
}
.cartDrawer .webi-mini-cart-footer .u-save {
  font-size: 15px;
  margin-bottom: 15px;
}
.cartDrawer .webi-mini-cart-footer .checkout-btn {
  max-width: 100%;
  padding: 12px 11px;
}
.cartDrawer .mini-cart-header {
  padding: 16px 20px 16px 50px;
}
.cartDrawer .mini-cart-body{
  padding: 20px 15px;
}
/**** ARTICLE PAGE CSS START ****/
.articlebar .section-title {
  max-width: 70%;
}  
.articlebar .about-user {
  margin-bottom: 20px;
} 
.articlebar p {
  margin-bottom: 15px;
} 
.articlebar .art-auther {
  margin-bottom: 15px;
}
.articlebar h4, .articlebar h5 {
  margin-bottom: 15px;
}
.articlebar .art-top-heading {
  margin-bottom: 15px;
}  
.articlebar .quote-box {
  margin-bottom: 20px;
}
.articlebar .art-tags-icons-wrp{
  padding: 10px;
}
.articlebar .art-tags-icons-wrp .tags-ul li {
  padding: 4px 10px;
}  
.articlebar .art-tags-icons-wrp label {
  margin-right: 10px;
}
.articlebar .social-icon .social-ul li:not(:last-of-type) {
  margin-right: 10px;
}
.articlebar .art-tags-icons-wrp {
  margin-bottom: 20px;
}
.articlebar .comment-form {
  max-width: 100%;
  padding: 15px;
}
/**** ACCOUNT PAGE CSS START ****/
table tr {
  padding: 0px 0 0;
}
.my-acc-sec .account-details ul li label {
  max-width: 100%;
  margin-bottom: 5px;
}  
.my-acc-sec .account-details ul li {
  padding: 10px 0px;
}  
.my-acc-sec .acc-btn-wrp {
  margin-top: 20px;
}
/**** CMS PAGE CSS START ****/
.shipping-page table tr th, .shipping-page table tr td{
  text-align: center;
}
.shipping-page .shipping-tbl {
  max-width: 100%;
}  
/**** CART PAGE CSS START ****/
.cart-table tr th, .cart-table tr td{
  text-align: center;
}
.cart-table .price, .cart-table .product-option, .cart-table tr td .quantity-wrp{
  justify-content: center;
}
.cart-table .qty-spinner{
  margin: 0;
}
.cart-table{
  border: 1px solid var(--border-color);
  border-bottom: 0;
}
/**** LOGIN PAGE CSS START ****/
.login-page .login-left-inner {
  margin-bottom: 30px;
}
.register-page .login-form-inner .form-container .forgot-pass{
  justify-content: center;
}
.register-page .form-container .btn, .register-page .login-form-inner .create-btn {
  width: auto;
}
.register-page .login-btn-wrp, .register-page .account-btn{
  text-align: center;
}
.register-page .account-info-icon li a {
  height: 50px;
  width: 50px;
}  
.register-page .account-info-icon li a svg {
  height: 22px;
  width: 22px;
}
.contact-about-sec .fashionable-content-inner {
  flex-direction: column;
}
.contact-about-sec .fashionable-content {
  text-align: center;
}
.contact-form .form-container .btn {
  width: auto;
}
.contact-about-sec .cosmetic-content-inner {
  flex-direction: column;
  text-align: center;
}
 /**** ORDER PAGE CSS START ****/
 .my-acc-sec table tr td {
  padding: 10px 15px 10px;
}
.my-acc-sec table tr{
  padding: 0 0px;
  border: 0;
}
.my-acc-sec table tr:not(:last-of-type){
  border-bottom: 1px solid #F0F0F0;
}
.order-payment-box {
  padding: 15px;
}  
.order-history-list .order-title {
  margin-bottom: 20px;
  text-align: center;
} 
.order-history-list .order-title h4 {
  margin-bottom: 10px;
}
.error-main-sec .eroor-content .large-text {
  font-size: 70px;
}
/**** ORDER PAGE CSS END ****/
.mobile-stickybar{
  display: block !important;
}
.mobile-sticky-wrp {
  padding: 10px 20px;
  gap: 5px;
}
.mobile-sticky-wrp svg {
  height: 18px;
  width: 18px;
}  
#button{
  bottom: 90px;
  right: 15px;
  }
  /*---------shf-css------------*/
.small-hide, .medium-hide {
  display: none !important;
}
.product-widget .acnav-label:after{
  display: none;
}
.product-widget>.pro-itm>.acnav-label{
  display: flex;
}
#recently-viewed-products .product{
  width: 50%;
      margin-bottom: 20px;
}
.cart-table tr td:nth-child(2){
  width: 100%;
}
  #ProductGridContainer .filter-column-title{
  display: none
}
.main-navigationbar .localization-form,.main-navigationbar .currency{
  display:none;
}
/*===== product sicky css =====  */
.products_add-cart-sticky .sticky-image, .products_add-cart-sticky .sticky-price{
    display:none;
}
.sticky_data .sticky_title {
  font-size: 15px;
  padding: 10px 0;
}
.compare-data-label::before,
.wishlist-data-label::before{
  content: attr(data-label);
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.compare-data-label,
.wishlist-data-label{
  margin-bottom:20px;
}
.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: 0px;
}
.compare-wrap .product-form .product-form__submit,
.wishlist-wrap .product-form .product-form__submit{
  padding: 10px 30px;
}
.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;
}
.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 .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 0 0px;
}
.compare-pro-detail .prod-img a,
.wishlist-pro-detail .prod-img a{
  padding-top: 30%;
}
.pro-compare-right,
.pro-wishlist-right{
  border:1px solid var(--border-color);
  border-radius:10px;
}
.compare-wrap, .wishlist-wrap{
  padding:20px 15px 0;
}
.compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title {
  font-size: 16px;
}
.out-of-stock-form {
  max-width: 75%;
}
.product-filter-right-column .product-grid-view .product-card {
  flex: 0 0 50%;
  max-width: 50%;
}
.swiper-button-prev, .swiper-button-next{
  opacity:1;
  visibility:visible;
}
 .pro-bottom-sticky-cart .sticky-btn.btn svg {
  height: 24px;
  width: 24px;
}
.index .footer-bottom{
    padding-bottom: 50px;
}
.quickview_popup_data {
  padding:15px 0px;
}
.contact-direction-sec .contact-direction-column{
  padding: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.subscribe-popup .sub-left-inner{
  padding:15px;
}
  .subscribe-popup {
  max-width: calc(100% - 30px);
  width:100%;
}
.compare-head h1,
.wishlist-head h1{
  font:var(--h2);
}
 .subscribe-right-img{
      border-radius: 20px;
  overflow: hidden;
}
.main-banner-sec .main-banner-img::after{
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0000003b;
  z-index: -0;
}
 .main-banner-sec .banner-content-wrapper{
  z-index:1;
}
body.product .spr-container{
      padding: 15px 15px;
}
body.product .site-footer {
  padding: 40px 0 85px;
}
.about-us-page .about-left-inner .section-title{
  margin-bottom:15px;
}
.search-popup, .size-popup{
  padding:0 15px;
}
  #predictive-search-results #predictive-search-results-list li {
  width: 50%;
}
.free_shipping_txt {
  font-size: 14px;
  line-height: 18px;
}
 .cart-table tr td:first-child{
  padding-left: 10px;
}
br{
  display:none;
}
.subscribe-right-img{
display:none;
}
body.product .pdp-tab-sec .tab-img{
  display:none;
}
body.product .pdp-tab-right{
  margin-top:0;
  margin-bottom:0;
}
  #shopify-product-reviews{
  margin-bottom:0;
}
  .subscribe-popup .sub-left-inner h3{
  font:var(--h4);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li {
  margin-top: 8px;
}
.cart-table tr th, .cart-table tr td {
  text-align: center;
}
    .site-footer.site-footer-two .footer-top p{
    padding-top:0;
  }
  .mobile-menu-wrapper .mobile-menu-bar>ul {
    padding: 10px 15px;
  }
.site-footer-three .footer-col:not(:last-of-type) {
      padding-right: 0px;
}
  .faq-page .set .acnav-label {
    font-size: 14px;
}
  .pro-compare-section .pro-compare-wrap, .pro-wishlist-section .pro-wishlist-wrap {
    margin-bottom: 30px;
}
  #main-collection-filters>.product-filter-body {
    padding: 2px !important;
}
  .product-card .wish-lbl-wrp {
  right: 0;
  opacity: 1;
  visibility: visible;
}
  .flip-countdown.simple-countdown {
    position: absolute;
    top: 57%;
  } 
  .article-banner-sec .filter-cat{
    justify-content: start;
  }
  .cartDrawer .closecart {
    left: 15px;
  } 
  .cartDrawer .closecart svg path{
    fill: var(--black);
  }
  .mini-cart-top {
    padding: 15px;
  }
  .coupon-popup, .gift-popup{
    width: 100%;
  }
  .coupon-popup .coupon-body, .gift-popup .gift-body {
    padding: 35px 15px 15px;
  }
  .cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
    padding: 8px 15px
  }  
  .cartDrawer .mini-cart-footer-icons svg {
    width: 30px;
    height: 30px;
  }
  .cartDrawer .mini-cart-bottom .cart-bottom-btn {
    padding: 12px 15px;
    font-size: 14px;
  }  
  .qv-pro-slider-img {
    padding-top: 70%;
  }
  .quickview_popup_data {
    padding: 40px 0 15px;
  } 
  .cart-table tr td:before{
    display: none;
  }
  #cart-gift-wrap .continue-btn{
    margin-bottom: 0px;
  }
}
@media screen and (max-width:575px){  
:root .theme-v1{  
  --h2: normal 600 26px/1.1 var(--second-font);
  --h3: normal 600 22px/1.1 var(--first-font); 
  --h4: normal 600 20px/1.1 var(--first-font); 
} 
  .header-style-one .menu-right .login-header .login-info span {
    display: none;
}
  .cartDrawer .related-image {
    max-width: 110px;
    flex: 0 0 110px;
}
.cartDrawer .related-cart-inner .related-image a {
    padding-top: 85%;
}
  .cartDrawer .related-cart-wrp h3 {
    font-size:20px;
  }
/**** HEADER CSS START ****/
.header-style-one .menu-right li a{
  gap: 0px;
  padding: 0;
  border: 0;
}
.footer-subscribe-col .social-ul li a svg {
  height: 18px;
  width: 18px;
}
.site-header .menu-right li svg,.site-header .menu-right li .login-info svg{
  width: 20px;
  height: 20px;
}
.header-style-one .menu-right .cart-header a{
  background: transparent;
}
.header-style-one .menu-right .cart-header a:not(.link-btn) svg path{
  fill: var(--white);
}
.header-style-one .menu-right .login-header .login-info span{
  display: none;
}
.site-header .menu-right li .login-info {
  border: none;
  padding: 0;
  gap: 0px;
}
.site-header .disclosure__list-wrapper {
  margin: 16px 0 0;
}

.search-form-wrapper .btn svg {
  width: 18px;
  height: 18px;
}  
.subscribe-popup .sub-right-inner{
  display: none;
}
    .pro-bottom-sticky-cart .sticky-btn {
    padding: 7px;
    font-size:0;
  }
 .pro-bottom-sticky-cart .sticky-btn.btn svg {
    margin-left:0;
  }
.beuaty-circle-sec .beuaty-circle-img .circle-img,.beauty-circle-second .beuaty-circle-img .circle-img{
  margin: 0 auto;
}
/**** HEADER CSS END ****/
.footer-col {
  flex: 0 0 100%;
  padding-left: 0;
  margin-top: 0;
}
.site-footer .social-icon {
  max-width: 100%;
  flex: 0 0 100%;
}
.footer-widget h4 {
  margin-bottom: 15px;
}
.footer-bottom {
  margin-top: 20px;
}
.checkout-page .payment-method-form .checkbox-custom {
  margin: 0 15px 15px 0;
  width: 100%;
} 
.payment-method-form .radio-group label .radio-right {
  flex: 0 0 32%
}
.payment-method-form .radio-group label .radio-right>* { 
  text-align: right;
} 
.blog-cat li:not(:last-of-type) {
    margin-right: 0;
}
.blog-cat li a {
  padding: 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{
  flex-direction: column;
}
.order-confirm-details {
  margin-bottom: 20px;
}
.dated {
  width: 100%;
  margin-top: 12px;
}
.subtitle {  
  font-size: 14px;
}
.two-coll-media .tool-content {
  display: none;
} 
.subscribe-sec-form .input-wrapper { 
  flex-direction: column;
} 
/********* BLOG PAGE CSS start  **********/ 
.blog-cat li {
  padding: 6px 8px; 
  font-size: 10px; 
}
.blog-widget-inner h3 {
  max-width: 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; 
}
.tool-ic{
  width: 30px;
  height: 30px;
  font-size: 20px;
}
/********* BLOG PAGE CSS end  **********/
.input-wrapper input {  
  font-size: 12px;
}  
.articlerightbar .blog-cat li{
  padding: 10px 5px;
}   
.price-btn ins { 
  font-size: 12px; 
}
.produdt-filter-cat {
  display: none;
}
.filter-select-box {
  margin-left: 5px;
}
/**** HOME PAGE CSS ****/ 
ul.tabs {
   gap: 5px;
    justify-content: start;
}
.main-banner-sec .banner-content-wrapper {
  padding: 90px 0px 115px;
}
.home-btn-wrp .swiper-button-next, .home-btn-wrp .swiper-button-prev {
  bottom: 10%;
}  
.cosmetic-about-sec .cosmetic-content-inner{
  margin-bottom: 20px;
}
.cosmetic-about-sec{
  padding: 40px 0px 20px;
}
.beuaty-circle-sec .beuaty-circle-left{
  margin-top: 20px;
}
.beuaty-circle-sec .row {
  flex-direction: column-reverse;
}
.two-img-box-first{
  margin-bottom: 20px;
}
.product-sec .section-title{
  flex-direction: column;
  align-items: start;
}
.product-sec .section-title h2{
  margin-bottom: 15px;
}
.our-insta-sec ul li {
  max-width: 50%;
}
.suscribe-sec .subscribe-left-inner .section-title { 
  text-align: center;
}
.product-grid-view .product-card-inner .img-wrapper {
  padding-top: 82%;
}
.pdp-right-column .qnty-btn-wrp{
  gap: 10px 5px;
}
.cart-form{
  margin-right: 0px;
}
/**** PRODUCT PAGE CSS START ****/
.pdp-filter-cat li:not(:last-of-type) {
  padding-right: 13px;
  margin-right: 6px;
}  
.pdp-right-column .pdp-social-icons {
  float: unset;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
}  
.pdp-right-column .pdp-social-icons p{
  text-orientation: unset;
  -webkit-writing-mode: horizontal-tb;
  transform: rotate(0deg);
  margin-right: 10px;
}
.pdp-right-column .pdp-social-icons ul li:not(:last-of-type) {
  margin-bottom: 0px;
  margin-right: 15px;
}
.pdp-right-column .pdp-social-icons ul{
  display: flex;
  margin-top: 0;
  flex: 1;
}
.pdp-whislist-btn {
  height: 30px;
  width: 30px;
}  
.pdp-right-column .section-title {
  max-width: 100%;
}  
.pdp-right-column .select-color-grp .radio-buttons .button .clr {
  width: 10px;
  height: 10px;
}
.pdp-right-column .select-color-grp .button label, .pdp-right-column .size-select .button label {
  gap: 5px;
}    
.pdp-right-column .size-based {
  margin-left: 0px;
}
.pdp-right-column .size-based {
  padding: 5px 10px;
}  
.pdp-right-column .free-dlvry-wrp .free-delivery{
  flex-direction: column;
  flex: 1;
}
.pdp-right-column .free-dlvry-wrp .delivery-svg svg{
  margin: 0 auto 10px;
}
.pdp-tab-sec ul.tabs li a {
  padding: 0 0px 5px;
}
.pdp-tab-sec .tab-head-row{
  margin-bottom: 15px;
}
.pdp-tab-sec .review-content .review-wrp .review-btn{
  margin-top: 10px;
}
.pdp-tab-sec .review-content .review-pdp-title .review-title-left {
  gap: 10px;
}
.pdp-tab-sec .review-content .review-title-left h6 {
  margin-left: 0px;
}
.filter-select-wrp .featured-select{
  display: none;
}
.product-heading-right-column .product-sorting-row{
  flex-direction: column;
  align-items: start;
  margin-top: 0px;
  gap: 0px;
  border: 0px;
  padding: 0px;
}
.product-filter-right-column .product-grid-view .product-card {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.cms-sec .cms-content {
  padding: 20px 0px;
}
.cms-sec {
  padding-bottom: 20px;
}
.filter-title .filter-ic{
  padding: 2px;
}
.product-listing-section .product-heading-row .row {
  justify-content: space-between;
}
.pdp-right-column .free-dlvry-wrp .delivery-content {
  text-align: center;
  margin-left: 0;
}
.gallery-thumbs-center .pdp-thumb-image {
  padding-top: 30%;
}
/**** ARTICLE PAGE CSS START ****/
.blog-grid-sec .blogleftbar{
  margin-bottom: 30px;
}
.article-banner-sec .common-banner-content{
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.articlebar .section-title {
  max-width: 100%;
}
.articlebar .quote-box {
  padding-left: 0px;
  border-left: 0Px;
}
.articlebar .art-tags-icons-wrp{
  flex-direction: column; 
  gap: 10px;
  align-items: start;
}
.my-acc-sec .acc-btn-wrp .acc-btn {
  margin-right: 10px;
}
/**** ABOUT PAGE CSS START ****/
.about-counter-sec .row [class*="col"]:not(:last-of-type){
    margin-bottom: 20px;
}
/**** FAQS PAGE CSS START ****/
.faq-page .faq-left-itm .section-title h2 {
  margin-bottom: 15px;
}
.faq-page .faq-left-itm{
  margin-bottom: 30px;
}
/**** CART PAGE CSS START ****/   
.cart-page-sec .continue-btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}  
.cart-page-sec .subtotal {
  gap: 10px;
}  
/**** LOGIN PAGE CSS START ****/
.register-page .account-info-icon{
  flex-direction: column;
}
.contact-direction-sec .contact-direction-column {
  padding: 20px;
}  
.contact-about-sec .cosmetic-content-inner {
  padding: 20px 0px;
}
.contact-about-sec{
  padding: 20px 0px;
}
/**** ERROR PAGE CSS START ****/
.error-main-sec .eroor-content .form-input {
  max-width: 100%;
}  
.error-main-sec .eroor-content .section-title h3 {
  margin: 20px 0 15px;
}  
/**** ORDER PAGE CSS START ****/
.order-payment-box{
  max-width: 100%;
}
.order-address-sec .row [class*="col-"]:not(:last-of-type){
  margin-bottom: 25px;
}
.order-address-sec p:not(:last-of-type) {
  margin-bottom: 10px;
}
.order-address-inner .address-title {
  margin-bottom: 15px;
}
/*--------------shf-css----------------*/
.mobile-facets__open .icon{
  height: 19px;
  width: 19px;
}
.mobile-facets__open {
  max-width: 25px;
}
.progress-wrap {
  right: 5px;
  bottom: 55px;
  height: 40px;
  width: 40px;
}
.filter-select-wrp {
  display: none;
}
#recently-viewed-products .product{
  width: 100%;
}
.spr-summary.rte {
  flex-direction: column;
  gap: 0px;
}
  .spr-icon {
    font-size: 100% !important;
  }
  .spr-summary.rte>span{
    margin-bottom:10px;
  }
.cart-form{
  gap: 10px;
}
.product-notification{
  left: 10px;
  width: 300px;
}
/*===== prooduct sticky =======  */
.products_add-cart-sticky.pro-bottom-sticky-cart .sticky-pro-inn {
  gap: 10px;
}

.out-of-stock-form {
  max-width: 85%;
  padding: 50px 20px;
}
.notify-send-btn button {
  padding: 10px 25px;
}

.quickview_popup_data {
    padding: 40px 0 15px;
} 
.out-of-stock-form{
  max-width:300px;
}
.pdp-right-column .size-select .nice-select{
  width: 100%;
}
#recently-viewed-products .img-wrapper {
  padding-top: 90%;
}
.product-heading-row .row {
  padding: 20px 0 0;
}
.swiper-button-prev, .swiper-button-next {

  width: 35px;
  height: 35px;
}
  body.page .content-for-layout .cosmetic-about-sec .cosmetic-content-inner{
  margin-bottom:0;
}
.register-page .login-form-inner .form-container .forgot-pass{
  margin-bottom:0;
}
.main-wishlist .cart {
  margin: 0px 0 20px;
}
.two-img-sec .col-sm-6.col-12:last-of-type .two-img-box-inner{
  margin-bottom:0;
}
#recently-viewed-products .product:last-of-type{
  margin-bottom:0;
}

.about-full-img-sec .about-full-img img{
  height:180px;
  object-fit: cover;
}
.articlebar img{
  height:180px;
  object-fit:cover;
}
  .blog-grid-sec .blogrightbar .flex-slider:last-of-type .blog-card{
  margin-bottom:0;
}
.cart-page-sec .coupon-table{
  margin-top:20px;
}
  .login-header .menu-dropdown {
    margin: 15px 0 0;
}
  ul.tabs li {
    font-size: 12px;
}
  .subscribe-popup .subscriber-form .enter-email-row {
    margin-bottom: 10px;
}
  .subscribe-popup .subscriber-form input {
    margin-top: 5px;
  }
    .pdp-tab-sec ul.tabs{
    gap:10px;
  }
  .spr-summary.rte>span.spr-summary-actions{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:0;
  }

  .product-tab-sec ul.tabs{
    gap: 6px;
  }
} 
@media screen and (max-width:480px){
.spr-summary.rte{
  gap:0;
}
.spr-summary.rte>span.spr-summary-caption{
  margin-bottom:10px;
}
  .spr-summary.rte>span.spr-summary-actions{
    justify-content: center;
}
}
.collection .reviews-stars-wrap.rating-wrp {
  display: none;
}
.cart-item__old-price {
  color: #999 !important;
  text-decoration: line-through !important;
  font-size: 0.9em !important;
  display: inline-block !important;
  margin-right: 8px;
}
}
/* --- Remover fundo branco dos cards de coleções --- */
.category-card-inner {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.category-card-inner .category-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .category-card-inner .category-image img {
    width: 140px;
    height: 140px;
  }
}

.category-card-inner .category-image:hover img {
  transform: scale(1.05);
}
.category-card-inner .category-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.category-card-inner .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-card-inner .category-image img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.category-card-inner .category-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-card-inner .category-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.main-category-sec .category-card-inner .category-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-category-sec .category-card-inner .category-image img {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  max-width: none !important;
  display: block;
}
