/** Shopify CDN: Minification failed

Line 550:2 "righ" is not a known CSS property
Line 6003:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 544:2 "righ" is not a known CSS property
Line 5970:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 5925:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 5920:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 5915:0 Unexpected "}" 

**/
/** Shopify CDN: Minification failed

Line 5910:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 5900:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 5895:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 5882: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%;
}
body,html {
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  scrollbar-width: thin;
}
body::-moz-scrollbar {
 scrollbar-width: thin;
}
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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: var(--second-font);
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: var(--black);
}
:-ms-input-placeholder {
  color: var(--black);
}
::placeholder {
  color: var(--black);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*{
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}
body {
  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-family: var(--second-font);
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
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 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.product-title b {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
b {
  font-weight: bold;
  display: inline-block;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
  /* max-width: 1170px; */
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1300px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin: 0 !important;
}
.row [class*="col-"] {
  padding: 0 15px;
}
.no-gutters [class*="col-"] {
  padding: 0;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.desk-only,
[hidden] {
  display: none !important;
}
.mobile-only {
  display: block !important;
}
/*****  Columns  *****/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: solid 1px var(--black);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  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: 5px 35px 5px 15px;
  width: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  appearance: none;
  background: url(down-arrow.png);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}
/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-track {
  display: flex !important;
}
.slick-list.draggable {
  display: flex;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  top: 50%;
  righ: 0;
}
.slick-dots li:not(:last-child) {
  margin-bottom: 5px;
}
.slick-dots li {
  display: flex;
  height: 10px;
  width: 10px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid var(--white);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.slick-dots li.slick-active {
  opacity: 1;
  background-color: var(--white);
  width: 14px;
  height: 14px;
}
.slick-dots li button {
  display: none;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  display: inline-block;
  vertical-align: middle;
}
.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
  display: none;
}
.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  font-size: 0;
  border: 0;
  outline: none;
  z-index: 1;
  border-radius: 0;
  padding: 0;
  background-color: var(--second-color);
  border: 1px solid #dde7de;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-arrow span {
  display: block;
  height: 100%;
  width: 100%;
}
.slick-arrow svg {
  height: 100%;
  width: 100%;
  fill: var(--white);
}
.slick-slider .slick-prev {
  left: 0;
  transform: translateY(-50%) scale(-1);
  -webkit-transform: translateY(-50%) scale(-1);
  -moz-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  -o-transform: translateY(-50%) scale(-1);
}
.slick-slider .slick-next {
  right: 0;
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-inner .slick-arrow {
  background: var(--white) url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  display: block;
  color: var(--white);
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox .close svg {
  height: 100%;
  width: 100%;
}
.slick-lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
  opacity: 1;
  background: transparent;
  border: none;
  height: 27px;
  width: 27px;
  padding: 0;
}
.open-lightbox {
  height: 50px;
  width: 50px;
  background: rgba(32, 30, 30, 0.49);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-lightbox .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) scale(-1);
  -moz-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  -o-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.slick-lightbox .slick-arrow:hover,
.slick-lightbox .slick-arrow:focus {
  background-color: var(--white);
}
.slick-slide .nice-select .list {
  max-height: 75px;
  overflow: auto;
  scrollbar-width: none;
}
.slick-slide .nice-select .option {
  padding: 10px 15px;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
  display: none;
}
.slick-slide .nice-select .list::-moz-scrollbar {
  display: none;
}
/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
#customer_login_link, #customer_register_link {
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
}
#customer_login_link:hover, #customer_register_link:hover {
    background: var(--theme-color);
}
.loginwish h3 {
    margin: 0 0 15px;
}
.loginwish .list-unstyled {
    border: 1px solid var(--border-color);
    padding: 30px;
    display: inline-flex;
    flex-direction: column;
}
.no-js:not(html) {
  display: none !important;
}
.product-form__error-message-wrapper {
    display: flex;
    color: #e90022;
    position: absolute;
    z-index: 1;
    background: yellow;
    padding: 9px;
    font-size: 12px;
    line-height: 20px;
    left: 0;
    right: 0;
    bottom: -30px;
    border-radius: 10px;
    gap: 8px;
}
.product-content-bottom .product-form .product-form__error-message-wrapper {
    font-size: 10px;
    bottom:60px !important;
    margin: 10px;
}
 
.shopify-challenge__container .shopify-challenge__button,
.btn {
  text-align: center;
  padding: 14px 30px;
  font-family: var(--second-font);
  color: var(--black);
  background-color: var(--theme-color);
  box-shadow: none;
  outline: none;
  position: relative;
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 30px;
  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-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  gap: 10px;
}
.btn svg {
  width: 20px;
  height: auto;
}
.btn svg path {
  fill: var(--black);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.btn:hover,
.btn:focus {
  transition: all ease-in-out 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 11px 10px -10px #cfcfcf;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.btn:focus svg path,
.btn:hover svg path {
  fill: var(--black);
}
/* .btn.theme-btn {
  color: var(--black);
  background-color: var(--theme-color);
} */
.btn.theme-btn:hover,
.btn.theme-btn:focus {
  transition: all ease-in-out 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 11px 10px -10px #cfcfcf;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
      background: #b7d4c5;
}
.btn.white-btn:hover svg path,
.btn.white-btn:focus svg path {
  fill: var(--black);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 15px;
  color: var(--black);
  background: var(--second-color);
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: capitalize;
  border: none;
  min-width: 135px;
  gap: 10px;
}
.btn-ic {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  margin-left: 10px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-secondary svg {
  width: 14px;
  height: 14px;
}
.btn-secondary svg path {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  fill: var(--black);
}
.btn-secondary:hover,
.product-form__buttons button:first-of-type:hover {
  transition: all ease-in-out 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 11px 10px -10px #cfcfcf;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.btn-secondary.white-btn {
  background: var(--white);
  color: var(--black);
}
.btn-secondary:hover svg path {
  fill: var(--black);
}
.btn-secondary.white-btn:hover {
  transition: all ease-in-out 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 11px 10px -10px #cfcfcf;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.btn-secondary.white-btn svg path {
  fill: var(--black);
}
.btn-secondary.white-btn:hover {
  transition: all ease-in-out 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 11px 10px -10px #cfcfcf;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.btn-secondary:hover {
  transition: all ease-in-out 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 11px 10px -10px #cfcfcf;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.btn-secondary.white-btn:hover svg path {
  fill: var(--black);
}
.link-btn {
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 1px solid var(--black);
}
/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
  /* position: relative; */
  /* border: 1px solid var(--border-color); */
  /* display: block; */
  /* width: 100%; */
  /* padding: 15px 20px; */
  /* background: transparent; */
  /* font-size: 14px; */
  /* font-weight: 400; */
  /* line-height: 1; */
  /* color: var(--theme-color); */
  position: relative;
  border: 1px solid #b7d4c5;
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-color);
  border-radius: 10px !important;
  background: #fff;
}
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: 0;
}
sup {
  top: -0.5em;
}
sub,
sup {
  position: relative;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
}
.form-group label sup {
  color: red;
  font-size: 10px;
  line-height: 0;
  margin-right: 3px;
}
.checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 0 30px;
  user-select: none;
}
.checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--black);
  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%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.checkbox-custom input:checked + label:before {
  background-color: transparent;
  border-color: var(--black);
}
.checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 51%;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid var(--black);
  border-width: 0px 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}
.checkbox-custom label a {
  text-decoration: underline;
  font-weight: 600;
}
/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.radio-group label {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  padding-left: 24px;
  color: var(--second-color);
  margin: 0;
  vertical-align: bottom;
}
.radio-group label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid var(--second-color);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
  -webkit-transition: border-color 400ms ease;
  -moz-transition: border-color 400ms ease;
  -ms-transition: border-color 400ms ease;
  -o-transition: border-color 400ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group label::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--second-color);
  border: 2px solid var(--second-color);
  border-radius: 50%;
  top: 50%;
  left: 1px;
  right: auto;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  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(--black);
}
.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);
  background-color: var(--black);
}
/***** 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;
}
.padding-top {
  padding-top: 80px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.section-title {
  margin-bottom: 26px;
}
.subtitle {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08em;
  margin-bottom: 20px;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
body:not(.template-index) .header-style-one {
    position: static;
}
.header-style-one {
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    -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;
    color: var(--theme-color);
}
.header-style-one .main-navigationbar.fixed {
    box-shadow: 0 2px 2px #0000001a;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    top: 0 !important;
    z-index: 3;
    background: #fff;
}
.header-style-one.head-sticky {
  background: var(--white);
  box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
}
.header-style-one.head-sticky .main-navigationbar .menu-items-col {
  background: var(--theme-color);
}
.header-style-two.head-sticky {
  background: var(--theme-color);
}
header.head-sticky .announce-bar {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
/** Main navigation bar css **/
.header-style-one .mobile-menu {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
}
.announce-bar {
  color: var(--black);
  padding: 10px 0 15px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.announce-bar .announcebar-inner p {
  display: flex;
  align-items: center;
  gap: 2px;
}
.announce-bar .announcebar-inner p svg {
  margin-right: 10px;
  height: 16px;
  width: 16px;
}
.announce-bar .announcebar-inner ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.announce-bar .announcebar-inner ul li:first-child {
  margin-right: 20px;
}
.announce-bar .announcebar-inner ul li a svg {
  width: 17px;
  height: 17px;
  
}
.header-style-one .main-navigationbar .logo-col {
  max-width: 140px;
  width: 100%;
}
.header-style-one .main-navigationbar .logo-col img {
  width: 140px;
  padding:10px 0;
}
.header-style-one .main-navigationbar .logo-col a {
  display: block;
}
.header-style-one .main-navigationbar .menu-items-col {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 35px;
  padding: 0 13px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: var(--white);
}
.header-style-one .main-navigationbar .menu-items-col > ul > li {
  padding: 21px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
  display: none;
}
body:not(.template-index)
  .header-style-two
  .main-navigationbar
  .menu-items-col {
  background-color: var(--theme-color);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:not(:last-of-type) {
  padding-right: 30px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
  color: var(--black);
  text-transform: capitalize;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  position: relative;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  gap: 10px;
  font-family: var(--second-font);
  line-height: 1;
}
.header-style-one .menu-dropdown ul > li a {
  font-size: 14px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a {
  padding-right: 20px;
}
.header-style-one .main-nav .menu-lnk:first-child > a {
  background-color: var(--second-color);
  padding: 14px 40px 14px 20px !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.header-style-one .main-nav .menu-lnk:first-child > a::after {
  right: 18px !important;
}
.header-style-one .main-nav .menu-lnk:first-child > a::before {
  width: 0 !important;
}
.header-style-one .main-nav .menu-lnk:first-child  {
   padding: 10px 0 ;
  }
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0;
  top: 51%;
  background: url(menu-arrow.svg);
  background-size: 10px;
  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;
  transform: translateY(-50%);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item.active_menu
  > a:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -5px;
  left: 0;
  right: 0;
  background: var(--black);
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > .category-btn {
  padding: 10px 20px;
  border: 1px solid var(--theme-color);
  font-weight: 600;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  text-transform: unset;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > .category-btn:after {
  right: 10px;
  top: 14px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > .category-btn:before {
  display: none;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > .category-btn
  svg {
  margin-left: 14px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > .category-btn
  svg
  path {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.cartOpen .main-navigationbar:before,
.mobile-open .main-navigationbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.85);
  z-index:9;
  min-height:100vh;
}
/**  Megamenu css  **/
.header-style-one .main-navigationbar {
 transition: .5s all ease-in-out;
}
.header-style-one .mobile-menu .mobile-menu-button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  width: 20px;
}
.header-style-one .mobile-menu .mobile-menu-button div {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  backface-visibility: hidden;
  background: var(--theme-color);
}
.header-style-two .mobile-menu .mobile-menu-button div {
  background-color: var(--white);
}
.header-style-one .mobile-menu .mobile-menu-button div:first-child {
  width: 40%;
}
.header-style-one .mobile-menu .mobile-menu-button div:nth-child(2) {
  width: 75%;
}
.header-style-one .mobile-menu .mobile-menu-button div:last-child {
  width: 100%;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown {
  position: absolute;
  top: auto;
    margin-top: 10px;
  background-color: var(--white);
  color: var(--black);
  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;
  -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);
    max-width:800px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0;
        /* top: 180px; */
  margin-top: 22px;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  .menu-dropdown.open_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one .menu-dropdown ul > li a {
  border-bottom: 1px solid transparent;
}
.header-style-one .menu-dropdown ul > li:not(:last-of-type) {
  margin-bottom: 12px;
}
.mega-menu-container .row > li:last-child a {
  border: none;
}
.header-style-one .megamenu-list > li span {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.header-style-one .menu-right li:not(:last-child) a {
  width: 40px;
  height: 40px;
  background: #fbd9b3;
}
.header-style-one .menu-right li a {
    display: flex;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.header-style-one .menu-right li.cart-header .closecart {
  position: fixed;
  right: 424px;
  top: 20px;
  height: 20px;
  border: none;
  width: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: 0.4s all;
}
.cart-page-section .cart__warnings.is-empty {
  display: none;
}
.cartOpen .header-style-one .menu-right li.cart-header .closecart {
  opacity: 1;
  visibility: visible;
}
.pdp-cart-btn .product-cart .btn-secondary {
  font-size: 12px;
}
.header-style-one .menu-right li a .icon-lable {
  color: var(--black);
  font-size: 13px;
  margin: 0 10px;
  display:none !important;
}
.cart-header a {
  /* border: 1px solid #efc69a; */
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.cart-header a > div {
  background-color: #fbd9b3;
  padding: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#main-cart-footer.is-empty {
  display: none;
}
.header-style-one .count {
  position: absolute;
  top: -6px;
  right: -3px;
  height: 20px;
  width: 19px;
  background: #fe4d4d;
  color: var(--white);
  font-size: 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 2px solid var(--white);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* z-index:2; */
}
.new-one .wishlist-label {
    position: absolute;
  width: 20px;
}
 
 .new-one{
background: #fbd9b3;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  padding:10px;
}
.new-two{ 
    background: none !important ;
} 
.cart-header a > div svg {
  width: 18px;
  height: 18px;
}
.template-cart .back-btn {
  margin-top: 40px;
}
.header-style-one .menu-right li a svg path {
  fill: #000;
}
 
.header-style-one .menu-right li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-style-one .menu-right li:not(:last-of-type) {
  margin-right: 15px;
}
.header-style-one .menu-right .call-btn a span b {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.header-style-one .menu-right .call-btn a span {
  font-family: var(--second-font);
  font-weight: 700;
}
.header-style-one .menu-right .appointment-btn a {
  font-size: 14px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.header-style-one .menu-right .appointment-btn a:hover {
  background-color: var(--theme-color);
  color: var(--theme-color);
}
.header-style-one .menu-right .call-btn a svg {
  width: 24px;
  height: 24px;
}
ul.menu-right.d-flex.justify-content-end {
  flex: 1;
}
/****** MOBILE MENU CSS ********/
.mobile-menu-wrapper {
  position: fixed;
  z-index: 4;
  background: var(--white);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  right: 0;
  width: 100%;
  max-width: 400px;
  left: -100%;
  opacity: 0;
}
.mobile-menu-wrapper.active-menu {
  transform: translate(0%, 0px);
  left: 0;
  opacity: 1;
}
.mobile-menu-wrapper .menu-close-icon {
  text-align: right;
  padding: 15px 20px;
  background: var(--theme-color);
}
.mobile-menu-wrapper .menu-close-icon svg {
  margin-left: auto;
}
.mobile-menu-wrapper .mobile-menu-bar > ul {
  height: calc(100vh - 48px);
  overflow: auto;
  padding: 10px 20px;
  background: var(--white);
  color: #190e0e;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li {
  margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a {
  font-size: 18px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a .close-menu-ioc {
  display: none;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li.is-open
  > a.acnav-label
  .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li.is-open
  > a.acnav-label
  .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list {
  margin: 12px 0;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .menu-h-drop.is-open
  .acnav-label
  .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .menu-h-drop.is-open
  .acnav-label
  .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li:not(:last-of-type) {
  margin-bottom: 8px;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li
  a {
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a svg {
  margin-left: auto;
  width: 14px;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul {
  margin: 12px 0 0 !important;
  padding-bottom: 0;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  .has-children
  > ul
  > li:not(:last-of-type) {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a {
  font-size: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a.acnav-label {
  font-weight: 600;
}
.mobile-menu-wrapper .menu-close-icon svg path {
  fill: var(--theme-color);
}
/****** 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;
}
.notify-active header:after {
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
      background: rgba(0, 0, 0, 0.7);
}
.menu-overlay::after,
.overlay.active,
.cartOpen .overlay::after,
.quick-active .overlay:after,
.notify-active .overlay::after{
  content: " ";
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
    z-index:99;
  display:none;
}
.subscribe-overlay {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  background: rgba(255, 255, 255, 0.53);
  visibility: hidden;
  opacity: 1;
}
.subscribe-overlay.open {
  opacity: 1;
  visibility: visible;
}
.cartDrawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background: var(--white);
  width: 410px;
  height: 100%;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.cartOpen .cartDrawer {
  opacity: 1;
  visibility: visible;
  display: flex;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
    z-index:9999;
}
.cartDrawer .mini-cart-header {
  position: relative;
  text-align: center;
  padding: 17px 30px 16px 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--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;
}
.cartDrawer .closecart {
  position: absolute;
  left: -38px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
  opacity: 1;
  visibility: visible;
  background: none;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
}
.cartDrawer .mini-cart-has-item {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cartDrawer .mini-cart-body {
  overflow-y: auto;
  padding: 30px;
  flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
  width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
  background: var(--second-color);
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.mini-cart-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
  background: var(--white);
}
.mini-cart-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.mini-cart-image {
  width: 80px;
  background-color: #ddd;
}
.mini-cart-image a {
  display: block;
  padding-top: 150%;
  position: relative;
  border: none;
}
.mini-cart-image img {
  top: 0;
  width: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.mini-cart-details {
  flex: 1;
  width: 100%;
  padding-left: 15px;
  color: var(--black);
}
.mini-cart-details a {
  border: none !important;
  justify-content: left !important;
  text-align: left !important;
}
.mini-cart-title {
  color: var(--black);
  margin-bottom: 8px;
  font-weight: 600;
}
.mini-cart-title a {
  color: inherit;
}
.cart-variable {
  margin-bottom: 10px;
}
.cart-variable p,
.swatch-lbl {
  font-size: 12px;
  line-height: 14px;
}
.cart-variable p {
  margin: 10px 0;
}
.swatch-lbl {
  margin: 0 0 5px;
}
.cart-variable .nice-select {
  max-width: 120px;
  margin: 10px 0;
  font-size: 12px;
}
.qty-spinner {
  border: 1px solid var(--black);
  display: flex;
  max-width: 100px;
  font-family: var(--second-font);
  height: 32px;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.qty-spinner button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  flex: 1;
}
.qty-spinner button svg {
  margin: auto;
  height: 10px;
  width: 10px;
}
.qty-spinner button svg path {
  fill: var(--black);
}
.qty-spinner input {
  border: 0;
  flex: 1;
  width: 29px;
  color: var(--theme-color);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
del {
  color: var(--black);
  opacity: 0.6;
  text-decoration: line-through;
  font-size: 12px;
  margin-left: 5px;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.price ins {
  display: flex;
  align-items: flex-end;
}
.price ins span {
  font-size: 12px;
  margin-left: 5px;
  display: contents;
}
.cartDrawer .mini-cart-details .price {
  justify-content: flex-start;
  font: var(--common-text);
}
.cartDrawer .pvarprice {
  margin-top: 12px;
}
.cartDrawer .price del {
  margin-left: 10px;
}
.mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
}
.mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: var(--theme-color);
  margin: 0 -10px 20px;
}
.mini-cart-footer-total-row div {
  padding: 0 10px;
}
.mini-cart-footer .u-save {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  display: flex;
  color: var(--black);
  margin-bottom: 30px;
  justify-content: flex-end;
}
.mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: flex;
  padding: 12px 30px;
  border: 0;
}
.mini-cart-footer .checkout-btn svg {
  fill: var(--black);
  height: 18px;
}
.mini-cart-footer .link-btn {
  display: flex;
  justify-content: center;
}
.link-btn svg {
  fill: var(--black);
  margin-left: 10px;
  width: 20px;
  height: auto;
}
.remove_item svg path {
  fill: var(--black);
}
.remove_item svg {
  height: 15px;
  width: 15px;
}
.cartDrawer .emptyCart {
  padding: 50px 0 0 0;
}
.cookiestatus .cookie-block.bottom_fix #cookie_message .btn{
  margin-left: 10px;
}
/*****  SERCH POPUP CSS *****/
.search-popup, .size-popup {
  position: fixed;
  background: rgb(239 198 154 / 90%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 3;
  padding: 0 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.search-popup .close-search {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
}
.search-popup .close-search svg {
  height: 22px;
  width: 22px;
}
.search-form-wrapper {
  max-width: 1000px;
  width: 100%;
  margin-top: 50px;
}
.search-form-wrapper form {
  width: 100%;
}
.search-form-wrapper .form-inputs {
  width: 100%;
  position: relative;
}
.search-form-wrapper input {
  padding: 15px 60px 15px 20px;
  border-color: var(--white);
  background-color: var(--white);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.search-form-wrapper .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0;
}
.search-form-wrapper .btn svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  fill: var(--white);
}
.search-popup.active, .size-popup.active {
  opacity: 1;
  visibility: visible;
}
/*****  SUBSCRIBE POPUP CSS *****/
.subscribe-popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 550px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 50px;
  background: var(--theme-color);
  color: var(--black);
  z-index: 5;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subscribe-popup .close-sub-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 0;
  height: 16px;
  width: 16px;
  padding: 0;
}
.subscribe-popup .close-sub-btn svg {
  height: 100%;
  width: 100%;
}
.subscribe-popup .close-sub-btn svg path {
  fill: var(--black);
}
.subscribe-popup h2 {
  font-family: var(--second-font);
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-style: italic;
}
.subscribe-popup p {
  letter-spacing: 1px;
  max-width: 330px;
  margin: 0 auto 25px;
}
.form-row {
  position: relative;
}
.form-row .btn-svg {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-row .btn-svg svg {
  width: 100%;
  height: 100%;
}
.thank-u-for,
.form-row input {
  padding: 13px 50px 13px 15px;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  font-size: 13px;
  letter-spacing: 1px;
}
.form-row input {
  border: 1px solid var(--black);
}
.thank-u-for svg {
  margin-left: 12px;
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: var(--theme-color);
  color: var(--white);
  padding: 15px 50px 15px 15px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.cookie p {
  font-weight: 500;
  letter-spacing: 0.2px;
}
.cookie-close {
  position: absolute;
  right: 13px;
  top: 50%;
  background: transparent;
  border: 1px solid var(--white);
  width: 25px;
  height: 25px;
  padding: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-close svg {
  width: 100%;
  height: 100%;
}
.cookie-close svg path {
  fill: var(--white);
}
/* ============================================= */
/* !!!!             FOOTER CSS             !!!! */
/* ============================================= */
.site-footer {
  position: relative;
  z-index: 1;
  /* padding: 60px 0 60px 0; */
  color: var(--black);
  background: #f8f8f8;
  overflow: hidden;
  border-top: 1px solid var(--white);
}
.footer-subscribe h2 {
  margin: 0 0 19px 0;
}
.footer-link-1 {
  min-width: 300px;
}
.footer-link-1 p {
  line-height: 1.4;
}
.left-gliter {
  bottom: 0;
  left: 0;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-col {
  width: 100%;
  flex: 1;
  padding-left: 30px;
}
.footer-col:first-child {
  padding-left: 0;
}
.footer-subscribe-col {
  max-width: 470px;
  flex: 0 0 470px;
}
.footer-subscribe-col .input-wrapper {
  position: relative;
  display: flex;
}
.input-box {
  position: relative;
  margin: 0px 0 20px 0;
}
.input-box .btn-subscibe {
  position: absolute;
  top: 26px;
  transform: translateY(-50%);
  right: 8px;
  font-weight: 600;
  height: 40px;
  width: 40px;
  background: var(--theme-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.input-wrapper .newsletter-form__message {
  padding: 10px 0 0 0;
  border: none;
  background: transparent;
  color: #448349;
}
.footer-subscribe-form input[type="email"] {
  border: 0;
  background: var(--white);
  flex: 1;
  padding: 16px 60px 16px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.footer-subscribe-form input::placeholder{
  color: var(--black) !important;
}
.footer-subscribe-col .input-wrapper .btn-subscibe {
  position: relative;
  top: auto;
  transform: none;
  right: 0px;
  font-family: var(--second-font);
  font-weight: 600;
  font-size: 16px;
  width: 115px;
  background: var(--second-color);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.subscribe-popup .input-wrapper input::placeholder {
  color: var(--black);
}
.input-wrapper input::-webkit-input-placeholder {
  /* Edge */
  color: var(--theme-color);
}
.input-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--theme-color);
}
.input-wrapper input::placeholder {
  color: var(--theme-color);
}
.site-footer .footer-widget .logo-col {
  max-width: 110px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-widget h6 {
  margin-bottom: 28px;
}
.footer-widget ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.footer-subscribe-form {
  margin-top: 20px;
}
.footer-subscribe-form .checkbox-custom {
  margin-top: 20px;
}
.footer-list-social {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.footer-widget .footer-list-social li:not(:last-of-type) {
  margin: 0 10px 0 0;
}
.footer-list-social li a {
  height: 28px;
  width: 28px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0 !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.footer-list-social li a svg {
  height: 14px;
  width: 14px;
}
.footer-list-social li a svg path {
  fill: var(--white);
}
.copyright {
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: 0.135em;
}
.footer-widget ul li a {
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: 0.5s ease;
  font-size: 14px;
}
.footer-bottom {
  padding-top: 30px;
}
.footer-bottom .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom .footer-copyright {
  color: var(--theme-color);
}
.footer-bottom .footer-copyright p {
  font-size: 14px;
}
.footer-bottom .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom .footer-menu li a {
  display: inline-block;
  font-size: 14px;
}
.footer-bottom .footer-menu li:not(:first-child) {
  margin-left: 25px;
}
/******** HOME PAGE CSS ********/
.hero-item-inner {
  position: relative;
  z-index: 1;
  padding: 250px 0 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hero-item-inner .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: left;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.banner-content {
  display: inline-block;
  width: 100%;
}
.banner-content-inner {
  position: relative;
  width: 60%;
}
.banner-content-inner .h1 {
  color: var(--black);
  margin-bottom: 20px;
}
.comman-title-white b {
  color: var(--white);
  font-weight: 600;
}
.banner-content-inner p {
  font-size: 14px;
  line-height: 26px;
}
.banner-links {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.banner-links a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  padding: 14px 32px;
  border-radius: 40px;
  transition: all ease-in-out 0.5s;
  transform: translateY(0px);
  justify-content: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.banner-links a svg {
  width: 18px;
  height: 18px;
  margin-left: 15px;
}
.banner-links a.categories-link {
  background: var(--second-color);
}
.banner-links a.sellers-link {
  background: var(--white);
}
.banner-links a:hover {
  transition: all ease-in-out 0.5s;
  transform: translateY(-5px);
  box-shadow: 0px 11px 10px -10px #cfcfcf;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.offer-btn {
  margin-top: 40px;
}
.offer-btn-left {
  min-width: 200px;
}
.offer-btn-left:first-child {
  margin-right: 20px;
}
.offer-btn-left .offer-img {
  padding: 12px;
  background-color: #a58c70;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.offer-btn-left .offer-img svg {
  width: 18px;
  height: 18px;
}
.offer-btn-left p {
  line-height: 1;
  margin-left: 10px;
}
.offer-btn-left p b {
  display: block;
      color: var(--black);
}
.home-banner-section .slick-dots {
  position: absolute;
  transform: translateY(-50%);
  right: calc((100% - 1250px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/******** bestselling section *******/
.best-selling-section {
  margin-top: -100px;
}
.best-selling-card-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.best-selling-card-inner .product-content-top {
  color: var(--white);
}
.best-card-image {
  position: relative;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  background-color: var(--white);
}
.best-card-image .best-img {
  position: relative;
  display: block;
  padding-top: 130%;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.best-card-image .best-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.best-content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: auto;
  z-index: 1;
}
.best-card-image .best-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  /* background: #11111185; */
}
.product-content-top {
  /* flex: 1; */
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-content-top h4 {
  margin-bottom: 15px;
}
.sub-title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}
.best-selling-section .btn-secondary,
.best-selling-section .btn {
  width: 100%;
  padding: 15px 10px;
}
.best-card-btn {
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 1;
}
.best-selling-section .btn-secondary svg,
.best-selling-section .btn svg {
  width: 15px;
  height: 15px;
}
.best-img-2 img {
  object-fit: contain !important;
  object-position: bottom;
}
/*********** CLIENT LOGO SECTION ********/
.client-logo-slider .client-logo-item.slick-slide {
  opacity: 0.5;
}
.client-logo-slider .client-logo-item.slick-slide.slick-current {
  opacity: 1;
}
.client-logo-slider .client-logo-item a {
  display: block;
}
.client-logo-slider .client-logo-item a img {
  max-width: 150px;
  margin: auto;
}
/***********BESTSELLER SECTION ***************/
.common-title {
  margin-bottom: 26px;
}
.common-title .section-title {
  margin-bottom: 0;
}
.common-title .section-title h2 b {
  color: var(--second-color);
  font-weight: 600;
}
.best-seller-slider {
  margin: 0 -10px;
}
.product-card {
  padding: 0 10px;
}
.product-card-inner {
  padding: 20px 15px;
  position: relative;
  background-color: var(--white);
  border: 1px solid var(--second-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card-inner .jdgm-widget.jdgm-widget{
  margin-bottom: 10px;
}
.rte strong {
    display: block;
}
.product-title a,
.blog-content-top a,
.blog-content h4 a{
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding:2px 0;
}
.blog-top-content p{
    /* display: -webkit-box; */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.label {
  margin-bottom: 7px;
}
.pro-wishlist, .pro-compare, .quickview-btn {
  background-color: var(--second-color);
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.pro-wishlist svg, .pro-compare svg, .quickview-btn svg {
  margin: auto;
  width: 15px;
  height: 15px;
}
.quickview-btn svg path, .pro-compare svg path{
  fill: var(--black);
}
.product-img a {
  position: relative;
  display: block;
  padding-top: 70%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.6s ease-in-out;
  object-fit: cover;
  object-position: center;
}
.product-content-bottom {
  /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-content-bottom .price {
  font-size: 18px;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: 10px;
}
.product-content-bottom .price ins {
  align-items: start;
}
.product-content-bottom .price ins span {
  font-size: 14px;
  display: block;
}
.product-content-bottom .nice-select {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.product-content-bottom a {
  width: 100%;
  margin-bottom: 15px;
}
.bottom-text {
  gap: 10px;
}
.bottom-text p {
  color: #959595;
  margin-bottom: 0;
}
/********* BEST TOY SECTION *********/
.best-toy-card {
  border: 1px solid #dde7de;
  padding: 25px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.best-toy-card svg {
  width: 45px;
  height: 45px;
  margin: auto;
}
.best-toy-text {
  margin: 20px 0;
}
.best-toy-card p {
  margin-bottom: 5px;
  font-weight: 600;
}
.best-toy-card a svg {
  width: 20px;
  height: 20px;
  margin: 0;
}
/********** TWO COL SLIDER SECTION ************/
.two-colum-img-card {
  position: relative;
  display: flex;
  padding: 24px 30px !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 30%;
  align-items: flex-end;
  z-index: 1;
  color: var(--white);
}
.two-colum-img-card:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background: #00000080;
  border-radius: 20px;
}
.two-colum-img-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  z-index: -1;
}
.two-colum-img-card .label {
  position: absolute;
  top: 25px;
  color: var(--white);
}
.two-colum-img-content {
    padding: 50px 0 !important;
    max-width: 100%;
    z-index: 2;
}
.two-colum-img-content p {
  margin: 15px 0;
}
.two-colum-slider {
  margin: 0 -10px;
}
.two-colum-slider .product-content-bottom a {
  margin-bottom: 0;
}
/******** CUSTOM BANNER SECTION *********/
.custom-banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0 100px 0;
  margin-top: -100px;
}
.custom-banner-section .common-title {
  max-width: 500px;
}
.custom-banner-section .common-title h2 b {
  color: var(--white);
}
.custom-banner-section .common-title p {
  margin: 20px 0;
}
/********* CUSTOM BANNER SECTION TWO **********/
.template-index .custom-banner-section-two {
  position: relative;
  z-index: 1;
}
.template-index .custom-banner-section-two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background-color: var(--second-color);
  bottom: 0;
  z-index: -1;
}
.custom-banner-section-two .input-box {
    margin: 0px;
}
.custom-banner-two {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 20px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 1;
}
.custom-banner-inner {
  max-width: 470px;
}
.custom-banner-inner h2 {
  margin: 20px 0;
}
/******** TWO COLUM BANNER SECTION ********/
.two-colum-banner-section {
  background-color: var(--second-color);
  position: relative;
  z-index: 1;
}
.left-img {
  position: absolute;
  left: 0;
  top: 12%;
  z-index: -1;
}
.center-img {
  position: absolute;
  left: 40%;
  top: 70%;
  z-index: -1;
}
.right-img {
  position: absolute;
  right: 0;
  top: 45%;
  z-index: -1;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.two-colum-inner {
  max-width: 540px;
}
.two-colum-inner > *:not(:last-child) {
  margin-bottom: 20px;
}
.two-colum-inner h2 b {
  color: var(--white);
  font-weight: 600;
}
.two-colum-banner-section .slick-slider .slick-arrow {
  background-color: var(--white);
}

.two-col-slider-two-section {
  position: relative;
  z-index: 1;
}
.two-col-slider-two-section::before {
  content: "";
  position: absolute;
  top: 0;
  height: 55%;
  width: 100%;
  background-color: var(--second-color);
  z-index: -1;
}
.two-col-slider-two-section .common-title .section-title h2 b {
  color: var(--white);
}
/******* TESTIMONIAL SECTION *******/
.testimonial-slider {
  margin: 0 -10px;
}
.testimonial-itm {
  padding: 0 10px;
  display: flex!important;
}
.testimonial-inner {
  padding: 15px;
  border: 1px solid #dde7de;
  display: flex;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.testimonial-inner .testimonial-img {
  flex-basis: 50%;
  min-width: 140px;
}
.testimonial-inner .testimonial-img a {
  padding-top: 100%;
  position: relative;
  display: block;
}
.testimonial-inner .testimonial-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.testimonial-right {
  padding: 0 0 0 15px;
}
.testimonial-right > *:not(:last-child) {
  margin-bottom: 10px;
}
.testimonial-right p:not(:last-of-type) {
  font-style: italic;
  font-size: 12px;
}
/******* BLOG SECTION *********/
.blog-slider {
  margin: 0 -10px;
}
.blog-itm {
  padding: 0 10px;
}
.blog-inner {
    position: relative;
    background-color: #b7d4c533;
    border: 1px solid var(--second-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-img a {
    position: relative;
    display: block;
    padding-top: 85%;
    overflow: hidden;
    /* border-top-left-radius: 18px; */
    /* border-top-right-radius: 18px; */
    border-radius: 18px;
}
.blog-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-top-content {
    height: 100%;
  text-align:center;
}
.blog-img{
  padding:10px;
}
.blog-content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.blog-content-top {
  flex: 1;
}
.blog-content h4 b {
  color: var(--second-color);
  font-weight: 600;
}
.blog-content p {
  margin: 12px 0;
  line-height: 24px;
}

/*********** PDP PAGE CSS ***********/
.pdp-main-slider {
  margin: 0 -10px;
}
.pdp-main-itm {
  padding: 0 10px;
}
.pdp-itm-inner {
  position: relative;
  padding-top: 85%;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--black);
}
.pdp-thumb-inner svg,
.pdp-thumb-inner video,
.pdp-thumb-inner iframe,
.pdp-thumb-inner img,
.pdp-itm-inner svg,
.pdp-itm-inner video,
.pdp-itm-inner iframe,
.pdp-itm-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
    object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.pdp-thumb-slider {
  max-width: 70%;
  width: 100%;
  margin: 20px auto 0;
}
.pdp-thumb-inner img{
  background-color: var(--white);
}
.pdp-thumb-itm {
  padding: 0 5px;
}
.pdp-thumb-inner {
  padding-top: 95%;
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 2px solid var(--second-color);
  cursor: pointer;
}
.pdp-left-column .label {
  margin-bottom: 20px;
}
.pdp-left-column h2 {
  margin-bottom: 25px;
}
.pdp-review-box {
  border: 1px solid #dde7de;
  padding: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  margin: 30px 0;
}
.pdp-review-box::before {
  content: "";
  position: absolute;
  right: 88%;
  bottom: 90%;
  background-image: url(coma.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 28px;
}
.pdp-review-box p {
  margin: 0;
  font-weight: 600;
}
.pdp-review-left p {
  font-style: italic;
}
.review-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}
.review-wrapper img {
  max-width: 50px;
  margin-right: 10px;
}
.pdp-price-section {
  /* margin-bottom: 30px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* gap: 20px; */
}
.pdp-price-section .nice-select {
  min-width: 140px;
  width: 100%;
  padding: 10px 35px 10px 15px;
}
.pdp-price-section .price {
  font-size: 34px;
  justify-content: center;
  align-items: baseline;
}
.pdp-price-section .price h6 {
  color: #ff0000;
  font-weight: normal;
  margin-right: 5px;
}
.pdp-price-section .price h6 span {
  font-size: 12px;
  color: #959595;
  position: relative;
  top: -8px;
}
.pdp-price-section .price ins {
  align-items: start;
}
.pdp-price-section .price ins span {
  font-size: 14px;
  color: #959595;
  display: block;
}
.pdp-add-to-cart-btn a {
  max-width: 50%;
  width: 100%;
  padding: 15px;
}
/******* pdp-descrip-section *******/
.pdp-descrip-section .container .row:first-child {
  margin-bottom: 40px;
}
.pdp-descrp-content > *:not(:last-child) {
  margin-bottom: 15px;
}
.mini-img {
  gap: 20px;
}
.pdp-descrp-img img {
  width: 100%;
}
.pdp-review-boxes {
  margin: 0 -10px;
}
.pdp-review-boxes .pdp-review-box {
  flex: 1;
  margin: 20px 10px 0 10px;
}
.pdp-review-boxes .pdp-review-left {
    margin-right: 0;
    margin-bottom: 15px;
}
/********* custom-banner-section-two-pdp **********/
.custom-banner-section-two-pdp::before {
  height: 0;
}
/********** COMMON  CSS  **********/
.offset-container {
  position: relative;
}
.offset-left {
  margin-left: calc((100% - 1170px) / 2);
  padding-left: 15px;
}
.offset-right {
  margin-right: calc((100% - 1170px) / 2);
  margin-left: 0;
  padding-right: 15px;
}
/****************  TABS CSS *****************/
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/********** SLICK SLIDE NOT FIRST NONE CSS ***********/
.blog-slider:not(.slick-initialized) *:not(:first-child),
.bestpro-slider:not(.slick-initialized) *:not(:first-child),
.testimonial-slider:not(.slick-initialized) *:not(:first-child),
.pro-categorie-slider:not(.slick-initialized) *:not(:first-child),
.partner-slider:not(.slick-initialized) *:not(:first-child),
.banner-slider:not(.slick-initialized) *:not(:first-child) {
  display: none !important;
}
.blog-slider:not(.slick-initialized) .blog-itm,
.pro-categorie-slider:not(.slick-initialized) .product-card {
  width: 33.33%;
}
/************** Common banner section css *************/
.common-banner-section {
  padding: 70px 0;
  background: var(--theme-color);
  color: var(--black);
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0 0;
}
.common-banner-content .back-btn {
  margin-bottom: 26px;
}
.common-banner-content .section-title h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.common-banner-content .section-title {
  margin-bottom: 15px;
}
.common-banner-content .back-btn {
  margin-bottom: 26px;
}
.common-banner-section-2 { 
  background: linear-gradient(89deg, rgb(251 217 179) 0.32%, rgba(217, 217, 217, 0) 43.83%, rgba(217, 217, 217, 0) 70.32%, rgb(251 217 179) 104.19%), url(https://cdn.shopify.com/s/files/1/0039/6479/7046/t/202/assets/9185bc0c0e72--1.png?v=1707425397); 
  padding: 70px 0; 
  color: var(--black);
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0 0;
}
 
.back-btn span {
  width: 34px;
  height: 34px;
  display: flex;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.back-btn span svg path {
  fill: var(--black);
}
.back-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
/*********** RPODUCT LISTING PAGE CSS  ***********/
.product-heading-row .row {
  align-items: center;
  padding: 50px 0 20px;
}
.filter-select-box {
  min-width: 160px;
}
.filter-title .filter-ic {
  display: none;
}
.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.product-heading-row .nice-select {
  border: solid 1px var(--black);
  color: var(--black);
  width: 175px;
  font-size: 12px;
}
.produdt-filter-cat li a {
  font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
  content: "/";
  position: absolute;
  right: -1px;
}
.acnav-list {
  display: none;
  padding: 0 0 10px 0;
}
.product-cat-widget .acnav-list {
  padding: 0 0 10px 10px;
}
.product-widget .acnav-label {
  display: block;
  position: relative;
  font-weight: 600;
}
.product-widget > .pro-itm > .acnav-label {
  padding: 12px 0;
  text-transform: uppercase;
}
.product-widget .acnav-list li a {
  text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.pro-itm-inner > .filter-listing > ul > li > .acnav-list {
  padding: 10px 0 10px 10px;
}
.product-widget .acnav-label:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 2px;
  width: 10px;
  background: var(--black);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.product-widget .acnav-label:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 10px;
  width: 2px;
  background: var(--black);
  transition: ease-in-out all 0.5s;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.product-widget .is-open > .acnav-label:after {
  opacity: 0;
}
.product-widget {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid var(--black);
}
.text-checkbox .checkbox {
  margin: 0;
  float: left;
  padding-right: 9px;
  padding-bottom: 10px;
}
.text-checkbox .checkbox input[type="checkbox"] {
  display: none;
}
.text-checkbox .checkbox input[type="checkbox"] + .checkbox-label {
  content: "";
  display: inline-block;
  border: 1px solid var(--black);
  color: 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: 47px;
  padding: 11px 19px;
  text-transform: lowercase;
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  -ms-border-radius: 47px;
  -o-border-radius: 47px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type="checkbox"]:checked + .checkbox-label {
  background-color: var(--black);
  color: var(--white);
}
.delete-all {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 10px 0 0;
}
.delete-all svg {
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.delete-all svg path {
  fill: var(--black);
}
.product-tag-widget ul li a {
  padding: 10px 12px;
  background: transparent;
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  border: 1px solid var(--theme-color);
}
.product-tag-widget ul li a:hover,
.product-tag-widget ul li.active a {
  background: var(--theme-color);
  color: var(--white);
}
.product-tag-widget ul li:not(:last-of-type) {
  margin-right: 5px;
}
.product-tag-widget ul li {
  display: inline-block;
}
#range-slider {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 23px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: var(--theme-color);
  height: 3px !important;
  top: -1px !important;
  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: #dddddd !important;
  border: 1px solid var(--theme-color) !important;
}
.ui-widget-content {
  background: #dddddd !important;
  border: none !important;
  border-radius: 0 !important;
  height: 1px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  height: 11px !important;
  width: 11px !important;
  top: -5px !important;
  margin-left: 0 !important;
  background: #dddddd;
  border: 2px solid var(--black) !important;
  border-radius: 10px;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.colour-col:not(:last-of-type) {
  padding: 0 15px 0 0;
}
.price-select {
  margin-left: -5px;
  margin-right: -5px;
}
.select-col p {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.select-col {
  width: 100%;
  max-width: 50%;
  padding: 0 5px;
}
.sorting-select {
  min-width: 125px;
}
.sorting-select select {
  padding: 10px 15px 9px;
  color: var(--black);
}
.product-price-widget .acnav-list {
  padding: 0 20px 10px 0;
}
.colors-checkbox label {
  width: 100%;
}
.custom-checkbox {
  flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: left;
}
.jdgm-write-rev-link.jdgm-write-rev-link{
  max-width: fit-content;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  left: 0;
}
.custom-checkbox input[type="checkbox"] + .color,
.custom-checkbox input[type="radio"] + .color {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
.custom-checkbox input[type="checkbox"]:checked + span.color {
  border: 2px solid var(--black);
}
.custom-checkbox input[type="checkbox"]:checked + span.color:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--black);
  border-width: 0px 1px 1px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.color-name {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox {
  margin-top: 8px;
}
.product-filter-right-column .row {
  margin: 0 -10px;
}
.product-filter-right-column .product-card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.product-filter-right-column .product-card-inner {
  padding: 20px 12px;
}
.product-filter-right-column .product-card-inner .bottom-text {
  gap: 5px;
}
.theme-colored-card .link-btn:before {
  background-color: var(--theme-color);
}
.theme-colored-card .wish-btn svg path {
  fill: var(--theme-color);
}
.prod-listing-cat {
  color: var(--theme-color);
}
.bestseller-section-three-pdp-list {
  padding-top: 0 !important;
}
/************************  CART PAGE CSS **********************/
.cart-page-section {
  padding-top: 40px;
}
.cart-page-section .back-btn span svg path {
  fill: var(--black);
}
.cart-page-section .section-title {
  margin-bottom: 50px;
}
.cart-page-section .section-title h2 span {
  font-size: 18px;
}
.product-option dt {
  font-weight: 500;
}
.product-option dd {
  margin-left: 5px;
  font-weight: 400;
}
.remove-btn svg path {
  fill: red;
}
.pro-img-cart {
  max-width: 100px;
}
.cart-summery {
  border: 1px solid var(--border-color);
  padding: 20px;
}
.cart-summery ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cart-summery ul li span:last-child {
  font-weight: 600;
}
.cart-summery .btn {
  padding: 15px 10px;
  display: block;
  width: 100%;
  margin-top: 20px;
  border: 0;
  text-transform: capitalize;
}
/****  TABLE CSS ****/
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
table tr {
  padding: 20px 0 0;
  border-bottom: 1px solid var(--border-color);
  display: block;
}
table tr:last-of-type {
  border-bottom: 0;
}
table tr th,
table tr td {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
table tr th {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  font-weight: 700;
  text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr td:first-child a {
  vertical-align: middle;
}
table tr td {
  display: block;
  text-align: center;
  padding: 0 0 20px;
}
/****************** ABOUT PAGE CSS  ******************/
.about-us-box p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
      line-height: 24px;
}
.row-reverse {
  flex-direction: row-reverse;
}
.abt-shp-column-right img {
  width: 100%;
}
.abt-ser {
    display: flex;
}
.aboutpage-btm-sec .about-us-box {
  padding: 25px 18px;
  border: 1px solid var(--border-color);
  position: relative;
}
.aboutpage-btm-sec .section-title p {
  margin-top: 24px;
      line-height: 24px;
}
.about-us-section .section-title {
  margin: 0 auto 30px;
  max-width: 900px;
}
.about-us-section .about-us-box img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
}
.about-us-section .about-us-box h3 {
  margin-bottom: 15px;
}
/******************  CMS PAGES CSS *****************/
.cms-page p:not(:last-of-type) {
  margin-bottom: 25px;
}
.cms-page h3,
.cms-page h4,
.cms-page h5 {
  margin: 20px 0;
}
.cms-page p a {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
.cms-page ul {
  margin: 20px;
}
.cms-page ul li {
  list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
  margin-bottom: 9px;
}
/****************** CONTACT PAGE CSS ******************/
.contact-right-column {
  margin-top: -270px;
}
.contact-form {
  /* padding: 24px 20px; */
  /* border: 2px solid var(--theme-color); */
  /* background: #f4cd9a; */
  position: relative;
  z-index: 1;
  color: var(--black);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 24px 20px;
  border: 2px solid #b7d4c5;
  background: #b7d4c5;
}
.submit-btn {
  width: 100%;
  padding: 14px 10px;
  text-transform: capitalize;
  align-items: center;
}
.contact-right-inner {
  position: relative;
  z-index: 1;
}
.contact-right-inner .form-group label {
  color: var(--black);
}
.contact-right-inner h2 {
  color: var(--black);
}
.contact-right-inner .checkbox-custom {
  color: var(--black);
}
.contact-left-inner ul li {
  margin-bottom: 30px;
}
.contact-left-inner ul li h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
}
.contact-left-inner ul li p {
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  word-break: break-all;
}
.contact-left-inner ul li .address {
    font-size: 14px;
    line-height: 26px;
}
/****************** FAQS PAGE CSS ***************/
.faq-search-form {
  max-width: 400px;
  margin: 25px 0;
}
.set {
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.set .acnav-label {
  padding: 15px 35px 15px 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.set .acnav-list {
  padding: 15px;
  border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
  font-size: 14px;
      line-height: 24px;
}
.faq-search-form .input-wrapper {
  position: relative;
}
.faq-search-form .input-wrapper input {
  border-color: var(--black);
  color: var(--black);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 15px 70px 15px 15px;
}
.faq-search-form .input-wrapper input::placeholder {
  color: var(--black);
}
.faq-search-form .input-wrapper .btn-subscibe {
  background-color: var(--white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-family: var(--second-font);
  font-weight: 600;
  height: 30px;
  max-width: 120px;
  color: var(--second-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 15px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.faq-search-form .input-wrapper .btn-subscibe svg,
.faq-search-form .input-wrapper .btn-subscibe svg path {
  fill: var(--theme-color);
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner {
  color: var(--black);
}
.blog-page-banner .section-title {
  margin-bottom: 20px;
  color: var(--black);
}
.blog-page-banner .section-title h2 b {
  color: var(--white);
  font-weight: 600;
}
.blog-page-banner .common-banner-content .btn-secondary {
  padding: 14px 20px;
  border: 0;
}
.blog-page-banner .common-banner-content .btn-secondary:hover {
  background-color: var(--second-color);
  color: var(--theme-color);
}
.blog-grid-section .section-title .subtitle {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.blog-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.blog-cat li:not(:last-of-type) {
  margin-right: 10px;
}
.blog-cat li {
  color: var(--black);
  background: transparent;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.blog-cat li.active {
  background: var(--second-color);
  color: var(--black);
}
.blog-grid-section.article-section-home .blog-card-itm {
  padding: 0;
}
.blog-grid .blog-widget-inner {
  border-color: var(--theme-color);
}
.blog-grid .blog-caption {
  border-top: 1px solid var(--theme-color);
}
.blog-grid .blog-btn {
  background: var(--theme-color);
}
.blog-grid .blog-btn svg {
  fill: var(--white);
}
.blog-grid .blog-widget {
  margin-bottom: 30px;
}
.blog-head-row {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.blog-col-left ul li a {
  padding: 10px 15px;
  font-size: 14px;
  display: block;
  position: relative;
  opacity: 0.5;
  font-weight: 600;
}
.blog-col-left ul li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--black);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.blog-col-left ul li a:hover:before,
.blog-col-left ul li.active a:before {
  opacity: 1;
}
.blog-col-left ul li a:hover,
.blog-col-left ul li.active a {
  opacity: 1;
}
.blog-col-right .select-lbl {
  display: block;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}
.blog-col-left {
  flex: 1;
}
.blog-col-right .nice-select {
  flex: 1;
  border: none;
  padding: 10px 20px 10px 15px;
  font-size: 12px;
}
.blog-col-right .nice-select:after {
  right: 0;
}
.blog-grid-section .section-title h2 b {
  font-style: normal;
}
.blog-page-banner .common-banner-content p {
  margin-bottom: 30px;
}
.blog-grid-row {
  margin-bottom: -30px;
}
.blog-grid-row {
  margin: 0 -10px;
}
.blog-grid-row .blog-itm {
  margin-bottom: 30px;
  padding: 0 10px;
}
.blog-grid-section .blog-itm-inner {
  color: var(--theme-color);
  border: 0;
  background: rgba(106, 89, 61, 0.15);
}
.blog-grid-section .blog-contnt-bottom .link-btn::before {
  background: var(--theme-color);
}
/*************  ARTICLE PAGE CSS **************/
.article-banner .common-banner-content .back-btn {
  margin: 0 auto 26px auto;
  justify-content: center;
  display: flex;
  max-width: fit-content;
}
.common-banner-content .back-btn span svg path {
  fill: var(--black);
}
.article-page-banner .section-title {
  max-width: 600px;
  margin: 0 auto 20px auto;
}
.article-banner .blog-cat {
  margin: 40px 0;
}
.post-lbl {
  margin-left: 50px;
}
.article-section .abt-user-img {
  border-color: var(--second-color);
}
.article-section .section-title h2 {
  max-width: 550px;
  margin: 30px 0 0;
  margin: 30px 0 0;
  text-transform: unset;
  font-weight: normal;
}
.aticleleftbar h5 {
  margin: 0 0 20px 0;
  font-weight: normal;
  line-height: 1.5;
  text-transform: unset;
  font-size: 18px;
}
.related-blogs {
  background: transparent;
  color: var(--second-color);
}
.related-blogs .section-title {
  color: var(--second-color);
  border-top: 1px solid var(--border-color);
}
.art-auther {
  margin-bottom: 50px;
  font-size: 14px;
}
.quote-box {
  position: relative;
  padding: 40px 0 40px 60px;
}
.quote-box h3 {
  font-weight: 500;
  text-transform: unset;
  font-size: 18px;
  line-height: 1.3;
}
.quote-box svg {
  position: absolute;
  left: 0;
}
.quote-box svg path {
  fill: var(--second-color);
}
.article-socials li a {
  height: 28px;
  width: 28px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.article-socials li a svg {
  height: 15px;
  width: 15px;
}
.article-socials li a svg path {
  fill: var(--white);
}
.article-socials li:not(:last-of-type) {
  margin-right: 10px;
}
.article-socials li span {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.blog-media {
  position: relative;
}
.about-pro h6 span {
  display: block;
  font-style: italic;
  font-weight: 400;
}
.about-pro h6 {
  margin-right: 20px;
  font-weight: 700;
}
.abt-user-img {
  border: 1px solid var(--black);
  border-radius: 72.2951px;
  width: 60px;
  height: 60px;
  padding: 5px;
  margin-right: 15px;
  -webkit-border-radius: 72.2951px;
  -moz-border-radius: 72.2951px;
  -ms-border-radius: 72.2951px;
  -o-border-radius: 72.2951px;
}
.abt-user-img img {
  width: 100%;
  height: 100%;
}
.about-user h6 span {
  display: block;
  font-weight: 700;
}
.about-user h6 {
  font-weight: 400;
  font-style: italic;
}
.articlerightbar .blog-itm {
  padding: 0;
  margin-bottom: 30px;
}
.aticleleftbar img {
  margin-bottom: 15px;
  width: 100%;
}
.blog-name .blog__name {
    text-transform: capitalize;
}
/*****************  ORDER SUMMERY PAGE CSS ***************/
.backbtn .btn-secondary svg {
  transform: scale(-1);
  margin-right: 12px;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
}
.backbtn .btn-secondary {
  min-width: 190px;
  margin-top: 25px;
  background: var(--theme-color);
  color: var(--theme-color);
}
.backbtn .btn-secondary svg path {
  fill: var(--theme-color);
}
/*****************  REGISTER PAGE CSS ***************/
.back-toshop {
  margin-bottom: 30px;
}
.register-page .back-toshop {
  margin-bottom: 15px;
}
.form-wrapper h4 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}
.form-wrapper .form-heading h4 {
  margin-bottom: 0;
}
.form-wrapper h4 b {
  font-family: var(--second-font);
  font-style: normal;
  font-weight: 600;
}
.form-wrapper form {
  border: 1px solid var(--border-color);
}
.form-container {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}
.form-footer {
  padding-top: 30px;
}
.form-container:last-child {
  border-bottom: 0;
}
.register-page .section-title {
  margin-bottom: 10px;
}
.register-page .register-form .radio-group label {
  color: var(--theme-color);
}
.register-page .register-form .radio-group label::before {
  border-color: var(--theme-color);
}
.register-form .form-footer{
  padding-top: 0px;
}
/****************  LOGIN PAGE CSS ***************/
.login-form .submit-btn {
  max-width: 170px;
  margin: 0 0 0 15px;
}
.login-form .form {
 background-color:white;
}
.login-form .form-footer {
  padding: 0;
}
.forgot-pass {
  color: red;
  text-decoration: underline;
  font-size: 14px;
}
.login-form p {
  margin-bottom: 15px;
}
.reg-lbl {
  font-size: 14px;
  margin-right: 10px;
}
.login-form .form-heading h4 {
  margin-bottom: 0;
  font-weight: 600;
}
/**************** MY ACCOUNT PAGE CSS ******************/
.my-acc-rightbar h2 {
  font: var(--h3);
}
.my-account-page .btn-secondary svg path {
  fill: var(--black);
}
.my-account-page .btn-secondary:hover svg path {
  fill: var(--black);
}
.my-acc-leftbar {
  border: 1px solid var(--border-color);
}
.my-acc-leftbar li:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
}
.my-acc-head .back-toshop {
  margin-bottom: 0;
}
.account-list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  opacity: 0.5;
}
.account-list li a svg {
  flex-shrink: 0;
  margin-right: 10px;
}
.account-list li a svg path {
  fill: var(--black);
}
.account-list li a span {
  flex: 1;
}
.account-list li a span b {
  display: block;
}
.my-acc-leftbar li a:hover,
.my-acc-leftbar li.active a {
  opacity: 1;
}
.my-acc-leftbar li a svg path {
  fill: var(--black);
}
.my-acc-leftbar h4 {
  padding: 15px 15px 5px;
}
.my-acc-head {
  margin-bottom: 50px;
}
.my-acc-rightbar .account-list li {
  display: flex;
  margin-bottom: 20px;
}
.my-acc-rightbar .account-list li a {
  border: 1px solid var(--theme-color);
  width: 100%;
}
.my-acc-rightbar .account-list li.active a svg path,
.my-acc-rightbar .account-list li a:hover svg path {
  fill: var(--black);
}
.my-acc-rightbar .account-list li.active a,
.my-acc-rightbar .account-list li a:hover {
  opacity: 1;
  color: var(--theme-color);
  background: var(--theme-color);
}
.account-list li.logout-link a svg path {
  fill: red;
}
.account-list li.logout-link a {
  opacity: 1;
  color: red;
}
.my-acc-right-content {
  padding-bottom: 50px;
}
.my-acc-right-content .radio-group label {
  color: var(--theme-color);
}
.my-acc-right-content .radio-group label::before {
  border-color: var(--theme-color);
}
#scroll {
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
}
.acc-back-btn-wrp {
  gap: 10px;
}
.acc-back-btn-wrp button svg {
  width: 20px;
}
.acc-back-btn-wrp .back-btn-acc svg {
  margin: 0;
}
.back-btn-acc {
  background: transparent;
  min-width: 150px;
  padding: 12px 15px;
  border: 1px solid var(--black);
}
.back-btn-acc svg {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  margin: 0 10px 0 0;
}
/*****************  CHECKOUT PAGE CSS ***************/
.btn-flex {
  margin-top: 20px;
}
.btn-flex a:not(:last-of-type) {
  margin-right: 14px;
}
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
  color: var(--black);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  transition: background-color 5000s;
  -webkit-text-fill-color: #000 !important;
}
/*======= Main-style-responsive-css ===========*/
@media (hover: hover) {
  a:hover,
  a:focus {
    -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;
  }
  .header-style-one .menu-dropdown ul > li a:hover {
    border-color: var(--theme-color);
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active:hover,
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active,
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:hover
    > a {
    color: var(--black);
  }
  .header-style-one.dark-header
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active:hover,
  .header-style-one.dark-header
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active,
  .header-style-one.dark-header
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:hover
    > a {
    color: var(--second-color);
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:hover
    > a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active:hover
    svg
    path {
    fill: var(--white);
  }
  .header-style-one .menu-right li:not(:last-of-type) a:hover svg path {
    fill: #000;
  }
  .header-style-one .menu-right li:not(:last-of-type) a:hover {
    background: var(--theme-color);
  }
  .footer-list-social li a:hover {
    background: var(--second-color);
  }
  .footer-widget ul li a:hover {
    border-color: var(--theme-color);
  }
  .footer-list-social li a:hover svg path {
    fill: var(--white);
  }
}
@media (min-width: 992px) {
  .cart-tble tr th:first-child,
  .cart-tble tr td:first-child {
    width: 130px;
  }
  .cart-tble tr th:nth-child(2),
  .cart-tble tr td:nth-child(2) {
    width: 233px;
  }
  .cart-tble tr th:nth-child(4),
  .cart-tble tr td:nth-child(4) {
    width: 116px;
    padding-right: 9px;
  }
  .membership-faq{
    max-width: 90%;
    margin: 0 auto;
  }
}
/* @media (max-width: 767px) {
  table tr td::before {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }
  table .qty-spinner {
    justify-content: center;
    margin: 0 auto;
  }
  .remove-btn {
    height: 14px;
    width: 14px;
  }
} */
/* @media (min-width: 768px) { */
  table tr:first-child {
    border-top: none;
  }
  table tr {
    padding: 0;
    display: table-row;
  }
  table tr td {
    padding: 20px 10px 20px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  table tr th:last-child {
    text-align: right;
    padding-right: 0;
  }
/* } */
@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) {
  .jdgm-write-rev-link.jdgm-write-rev-link{
        max-width: fit-content;
  }
  .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%;
  }
}
/*=============== Shopify Custom css ===============*/
.custom-banner-two::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(90deg, rgba(235, 163, 177, 1) 0%, rgba(235, 163, 177, 0.31976540616246496) 77%); */
    border-radius: 15px;
    z-index: -1;
}
.blog-slider .slick-arrow,
.testimonial-slider .slick-arrow {
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    visibility: hidden;
}
.blog-slider:hover .slick-arrow,
.testimonial-slider:hover  .slick-arrow{
    opacity: 1;
    visibility: visible;
}
.pre-search {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 14px;
  border-radius: 0;
}
.product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.dropdown-menu.dropdown-menu-right ul li {
  height: 25px;
}
.product-content-bottom .product-content-top {
  margin-bottom: 40px;
}
.form-status.caption-large {
  display: flex;
  align-items: center;
}
.best-toy-card img {
  width: 45px;
  height: 45px;
  margin: auto;
}
.best-toy-outer {
  padding: 0 15px;
}
.category-blog-slider {
  margin: 0 -15px;
}
select {
  appearance: none;
  -webkit-appearance: none;
}
.color-swatch {
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom:10px;
}
.color-swatch input {
  display: none;
}
/*===========================feature CSS start=======================*/
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn {
  padding: 13px 35px;
  border-radius:50px;
  border: 1px solid var(--theme-color);
  background:var(--theme-color);
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}
.notify-sold .notify-btn:hover,
.notify-sold .notify-btn:focus {
  transform: translateY(-5px);
    box-shadow: 0 11px 10px -10px #cfcfcf;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.out-of-stock-form {
  position: fixed;
  top: 50%;
  padding: 50px 40px;
  left: 0;
  right: 0;
  max-width: 30%;
  max-height: calc(100% - 100px);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: var(--theme-color);
  z-index: 5;
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(.9);
  transition: all .3s ease-in-out;
}
.out-of-stock-form.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.notify-txt {
  line-height: 1.4;
  color: var(--black);
}
.notify-popup-close {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.notify-send-btn {
  position: relative;
  margin-top: 20px;
}
.notify-send-btn input {
  height: 45px;
  width: 100%;
  padding: 15px 106px 15px 15px;
  background: transparent;
  color: var(--black);
  border-color:var(--black);
}
.notify-send-btn input::placeholder {
  color: var(white);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(--black);
}
.notify-send-btn button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: auto;
  padding: 10px 35px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
}

/*==== cart popup custom css ======  */
.site-header .menu-right .apply-coupan-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}
.coupan-txt svg {
  width: 22px;
  height: 22px;
}
.site-header .menu-right .coupan-txt svg {
  margin: 0;
}
.site-header .menu-right .apply-coupan-btn a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  background: var(--theme-color);
  color: var(--white);
  height: 100%;
  width: auto;
}
.coupan_code {
  position: relative;
  margin-bottom: 15px;
}
.coupan-txt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
.coupan_code input {
  height: 45px;
  width: 100%;
  border-color: var(--border-color);
  padding: 14px 105px 14px 15px;
  border-radius:50px;
}
/* currency */
.currency select {
    color: var(--black);
    border: 1px solid #fbd9b3;
    padding: 10px 30px 10px 12px;
    border-radius: 50px;
    line-height: 1;
    background: url(arrow-acc-dark.svg) no-repeat;
    background-size: 9px;
    background-position: calc(100% - 15px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fbd9b3;
    cursor: pointer;
}
.currency select option {
    color: #000;
}

/* ========quick-view===== */
.quickview-popup{
  display: none; 
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 900px;
  max-height: 100%;
  max-height: calc(100% - 100px);
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: var(--second-color);
  z-index: 4;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
}
.quickview_popup_data .row {
    align-items: center;
}
.quickview_popup_data .product-page-first-section{
  background: none;
}
.quickview-close{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.quickview_popup_data .pdp-right-column .section-title h2{
   max-width: 100%;
   text-align: left;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
 }
 .quickview_popup_data p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
 }
.quickview_popup_data .pdp-right-column{
    text-align: left;
    width: auto;
}
.quickview_popup_data .pdp-right-column .section-title{
  margin-bottom: 20px;
}
.quickview_popup_data .row {
    align-items: center;
}
.quickview_popup_data{
       padding: 30px 0px 0px;
}
.qv-price{
  margin-top:15px;
}
.qv_select__select {
    margin-top: 10px;
    border: solid 1px var(--black);
    border-radius: 50px;
    width: 70%;
    background: url(arrow-acc-dark.svg) no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) 50%;
}
.quickview_popup_data .wishlist svg path{
  fill: var(--black);
}
.quickview_popup_data select:focus {
    margin-top: 10px;
}
.quickview_popup_data .pdp-right-column .qnty-btn-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 20px;
}
.quickview_popup_data .pdp-right-column .qty-spinner button, .qty-spinner input {
    width: 100%;
    max-width: 100px;
}
.quickview_popup_data .qty-spinner {
    border: 1px solid var(--black);
    height: 37px;
    border-radius: 50px;
}
.qv-price ins{
  font-size: 26px;
    font-weight: 600;
}
.quickview_popup_data .pdp-top-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.product-card-inner .wish-lbl-wrp {
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/* ====compare and wishlist======== */
.compare-prod-remove svg, .wishlist-prod-remove svg {
    margin: 0 auto;
}
.pro-compare.active svg path {
    fill: green;
}
.compare-head .section-title, .wishlist-head .section-title{
  text-align:center;
}
.pro-compare-wrap .pro-compare-left, .pro-wishlist-wrap .pro-wishlist-left {
  display:flex;
  align-items:center;
}
.pro-compare-wrap .pro-compare-left .compare-title, .pro-wishlist-wrap .pro-wishlist-left .wishlist-title{
  max-width:25%;
  flex:0 0 25%;
  width:100%;
      text-align: left;
    padding: 10px;
    background: #fbd9b3;
    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: 35%; */
    display: flex;
    width: 80%;
}
}
.compare-pro-detail .prod-img a img, .wishlist-pro-detail .prod-img a img{
 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.compare-wrap, .wishlist-wrap{
  border-bottom:1px solid var(--border-color);
}
.pro-compare-section  .pro-compare-wrap, .pro-wishlist-section  .pro-wishlist-wrap{
    margin-bottom:30px;
}
.pro-compare-section .compare-bottom-btn, .pro-wishlist-section .wishlist-bottom-btn{
  display:flex;
  justify-content:center;
  margin-bottom: 20px;
}
.pro-compare-section .compare-bottom-btn a, .pro-wishlist-section .wishlist-bottom-btn a{
  min-width: 170px;
}
.pro-wishlist-section{
  padding-bottom: 50px;
}


  /**** review page****/
  .jdgm-rev-widg__summary-stars{
    margin-bottom: 10px !important;
}
.jdgm-star {
    font-weight: normal !important;
}
.template-product .jdgm-widget-actions-wrapper {
    margin: 0;
}
.template-product .jdgm-rev-widg {
    border: none;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0px !important;
}
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn {
    text-align:center;
}
.jdgm-widget .jdgm-btn.jdgm-btn {
    width: auto;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev {
    background: transparent;
}
.jdgm-form__title {
    margin-top: 15px !important;
    text-align: center;
}
.jdgm-form {
    border: 1px solid var(--border-color);
    background: var(--white);
    text-align: left;
}
.jdgm-row-actions {
    display: none !important;
}
.jdgm-rev-widg__body {
    position: relative;
    border: 1px solid var(--border-color);
    background: var(--white);
    padding: 15px;
}
.jdgm-rev-widg__body .jdgm-rev {
    border-top: 0;
    padding: 0;
}
.jdgm-rev-widg__body .jdgm-rev:last-of-type {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
}
.jdgm-paginate {
    border-top: none !important;
}
.jdgm-row-rating {
    border-bottom: 1px solid rgba(51, 153, 153, 0.1);
    border-color: var(--jdgm-secondary-color);
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.jdgm-widget.jdgm-widget {
    margin-bottom: 15px;
}
.pdp-left-column .jdgm-prev-badge {
    display: flex!important;
    gap: 15px;
    justify-content: end;
}
.pdp-left-column .jdgm-prev-badge{
  justify-content:start;
}
.jdgm-widget .jdgm-rev-widg .jdgm-star {
    font-size: 12px;
}
.jdgm-widget .jdgm-rev-widg__summary-stars {
    margin-bottom: 10px;
}
.jdgm-write-rev-link.jdgm-write-rev-link , .jdgm-form-wrapper,.jdgm-review-widget .jdgm-form .jdgm-star,.jdgm-review-widget .jdgm-form input[type="text"],
.jdgm-review-widget .jdgm-form input::placeholder,.jdgm-review-widget .jdgm-form textarea,.jdgm-review-widget .jdgm-form textarea::placeholder,.jdgm-review-widget .jdgm-form .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
  color:var(--black) !important;
}
.jdgm-widget:not(.jdgm-review-widget--small) .jdgm-form__fieldset-actions .jdgm-cancel-rev{
   color:var(--black) !important;
  border-color:var(--black) !important;
}
.jdgm-widget input[type="submit"].jdgm-btn--solid {
    color:var(--black) !important;
}
a.product-write-review{
  gap: 5px;
}
/*===========================feature-CSS end=======================*/

/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
    background: var(--theme-color);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    border-radius: 10px;
    gap: 10px;
  transition:.5s all ease-in-out;
}
.flip-countdown.simple-countdown svg {
    width: 18px;
    height: 18px;
}
.countdown-container.flip-countdown.countdown-block span {
    margin: 0 5px 0 0;
    color: var(--black);
}
.countdown-container.flip-countdown.countdown-block span.dots {
    margin: 0;
}
.pdp-timer .flip-countdown.simple-countdown {
  position: static;
  margin: 18px 0px 0px;
  display: inline-flex;
  width: 250px;
}
.bestpro-itm .countdown-container.flip-countdown.countdown-block span {
    font-size: 13px;
    margin: 0 3px 0 0;
}
.bestpro-itm .flip-countdown.simple-countdown svg {
    display: none;
}
/***** SHF - SIZE POPUP *****/
.size-popup{
    background: rgba(223, 218, 205, 0.90);
    display: table;
}
.size-close-btn{
    text-align: end;
}
.size-close-btn svg{
    margin-left: 0px;
    margin-right: 5px;
}
.size-popup table tr td{
    padding: 10px;
}
.size-table-wrapper{
    margin-top: 200px;
}
.size-popup .size-form{
    background-color: var(--white);
    padding: 20PX;
    max-height: 80vh;
    height: 100%;
    overflow: auto;
    border-radius: 10PX;
    -webkit-border-radius: 10PX;
    -moz-border-radius: 10PX;
    -ms-border-radius: 10PX;
    -o-border-radius: 10PX;
}
.size-popup .size-form H4{
  text-align:center;
    margin-bottom: 20px;
}
.size-popup .btn-white{
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.size-btn{
  gap: 10px;
}
.see-size .size-btn svg {
    width: 16px;
    height: 16px;
}
.see-size {
    margin: 0 0 15px;
}
.pdp-cart-btn form {
    display: flex;
    align-items: center;
    gap: 10px;
  margin-top:15px;
}
/*=================shf - recommendations ================*/
.product-notification{
  background: var(--theme-color);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
  width: 350px;
  position: fixed;
  bottom: 10px;
  left: 30px;
  padding: 10px;
  z-index: 2;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  color: var(--black);
}
.product-notification.active {
  bottom: 30px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-notification .product-suggest{
  display: flex;
  align-items: center;
  gap: 25px;
}
.product-notification .closeNotify {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.product-notification .closeNotify svg {
    width: 16px;
    height: 16px;
}
.product-suggest .product-image img{
  border-radius: 5px;
}
.product-notification .product-suggest .product-label {
  margin: 0 0 5px;
  position: static;
}
.product-notification .product-suggest .product-name {
    font: var(--h6);
    margin: 0 0 15px;
}
.view-product-sec h2 {
    text-align: center;
    margin: 0 0 25px;
    color: var(--black);
}
/***** SHF LANGUAGE CSS *****/
.lang-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  position:relative;
  margin-right: 15px;
  padding: 12px 0;
}
.lang-dropdown svg {
    width: 23px;
    height: 23px;
}
.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: 8px;
  background: #efc69a;
}
.header-style-one .menu-right .disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 110px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  background-color: var(--white);
  transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  padding: 15px;
  box-shadow: #00000017 0 0 10px;
}
.header-style-one .menu-right .disclosure__list-wrapper.hide{
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
}
.profile-header .menu-dropdown{
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 170px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  background-color: var(--white);
  box-shadow: #00000017 0 0 10px;
  transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  padding: 15px;
}
.profile-header:hover .menu-dropdown{
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.header-style-one .menu-right .profile-header .menu-dropdown li a {
    width: auto;
    height: auto;
    background: none;
    color: var(--black);
    display: block;
    text-align: left;
}
.header-style-one .menu-right .profile-header .menu-dropdown li{
    display: block;
    text-align: left;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item {
  margin: 0;
  padding: 0;
  background: none;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item a{
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 0 10px;
  color: var(--black)!important;
  width: 100%;
  background:none;
  height:auto;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item a:hover{
  background:none !important;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item:last-child a{
  padding: 0px;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item a.disclosure__link--active{
  font-weight: bold;
}
/*============SHF order =============*/
.order h2 {
  margin: 0 0 30px;
}
.order h4 {
  margin: 0 0 20px;
}
.order-detail {
  margin: 0 0 30px;
}
.order-detail > p {
  margin: 0 0 25px;
  font-weight: 600;
  font-size: 18px;
}
/*============= Product css ==============*/
.product__media-item:not(:first-child) {
  display: none;
}
.product-form button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.product-form button[disabled]:hover {
  transition: none;
  transform: none;
  box-shadow: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
/*-----------Shopify Article section css----------*/
.articlerightbar .article_date {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}
.article-comment {
  padding: 15px;
  border: 1px solid var(--second-color);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.article-comment h2 {
  margin-bottom: 15px;
}
.article-comment .grid-item .desc {
  margin-bottom: 10px;
}
.article-comment .grid-item:not(:last-of-type){
  margin-bottom: 10px;
}
.article-comment .grid-item input[type="submit"] {
  background: var(--second-color);
}
.article-comment textarea{
  height: 53px;
}
.article-comment textarea::-webkit-scrollbar{
  display: none;
}
.article-section .blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.collection-list .card-wrapper h5 {
  margin-bottom: 5px;
}
.blog-meta > div {
  margin: 5px 40px 5px 0;
}
.blog-meta div {
  display: flex;
  align-items: center;
}
.blog-meta svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.input-wrapper .btn-subscibe {
  position: absolute;
  top: 26px;
  transform: translateY(-50%);
  right: 5px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: var(--theme-color);
}
/*-----------Shopify Collection-list section css----------*/
.collection-list {
  padding-top: 80px;
}
.collection-list .card-media {
  border: 1px solid var(--border-color);
}
.collection-list .card-media a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-top: 100%;
}
.collection-list .card-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: scale-down;
  object-position: center;
  top: 0;
  left: 0;
  right: 0;
}
.collection-list .card-content {
  margin-top: 10px;
  text-align: center;
  margin-bottom:20px;
}
/*-----------Shopify blog list css----------*/
.radio-btn input.radio:checked ~ label {
  background: var(--theme-color);
  border-color: var(--theme-color) !important;
}
.card-inner {
  margin-bottom: 30px;
  border: 1px solid var(--second-color);
}
.form__message,
.recover-password .form-message {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
.form__message svg,
.recover-password svg,
.create-account-box svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.blog-bottom-content .btn-secondary {
    width: 100%;
}
.template-search .h2 {
  margin: 0 0 15px;
}
.template-search .template-search__search {
  margin: 20px auto 0;
  position: relative;
}
.template-search__header .search-msg {
  margin: 40px 0 20px;
}
.template-search__results .row .product-card {
  margin-bottom: 25px;
}
.profile-header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 180px;
}
.pre-search:hover {
  transition: none;
  transform: none;
}
.profile-header .dropdown-menu-right {
  right: 0;
  left: auto;
}
.customer_account ul li a,
.customer_account ul .headwish {
  width: 100% !important;
  background-color: transparent !important;
  justify-content: left !important;
}
.profile-header {
  position: relative;
}
.customer_account .list-unstyled {
  padding: 0 15px;
}
.headwish .wishcount {
  margin: 0;
}
#recover,
#recover + .recover-password,
#recover:target ~ .back-toshop,
#recover:target ~ .section-title,
#recover:target ~ .form-wrapper {
  display: none;
}
#recover:target + .recover-password,
#recover:target {
  display: block;
}
input.shopify-challenge__button.btn {
  max-width: 170px;
}
.recover-password {
  max-width: 600px;
  width: 100%;
  margin: 25px auto 0;
  padding: 15px;
}
.login-box,
.register-box {
  border: 1px solid var(--border-color);
  padding: 15px;
  flex-direction: column;
  height: 100%;
}
.login-box .sub-title,
.register-box .sub-title {
  font-weight: 600;
  margin-bottom: 20px;
  font: var(--h5);
}
.login-box .fgt-pwd,
.register-box .description,
.recover-content,
.create-account-box p {
  margin-bottom: 15px;
}
.shopify-challenge__container * {
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
}
.create-account-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.create-account-box form button {
  display: flex;
  margin: 0 auto;
}
.form-message,.errors,.form__message {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #dc0000;
  outline: none;
  font-size: var(--common-text);
}
.acc-order-history {
    margin-bottom: 10px;
}
.acc-order-history h5 {
  margin-bottom: 20px;
}
.acc-order-history p {
  color: #0c0707a8;
}
.acc-order-btn {
  padding: 14px 12px;
}
.acc-order-button {
    gap: 10px;
}
.addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
.addresses [aria-expanded="true"] ~ div[id] {
  display: block;
}
.rtn-to-acc {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.newadd {
  text-align: center;
  margin: 0 0 15px;
}
#address_form_new select {
  background: url(down-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 13px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  padding: 15px 40px 15px 15px;
}
.add-default {
  border: 1px solid var(--border-color);
  padding: 20px;
  margin-top: 30px;
}
.edit-spacer {
  margin-top: 35px;
}
.add-default-check input {
  width: fit-content;
}
.add-default-btn button {
  padding: 0;
}
.add-default-btn {
  margin-bottom: 15px;
}
.delivery-page h3,
.notice-page h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}
.delivery-page h5,
.notice-page h5 {
  margin-bottom: 10px;
}
.notice-page a {
  font-weight: bold;
}
.addresses .nice-select.open .list {
  overflow-y: scroll;
  max-height: 200px;
}
#address_form_new .nice-select,
.edit-spacer .nice-select {
  border-radius: 0;
  padding: 15px 20px;
}
.edit-spacer label{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
#MainContent {
  overflow: hidden;
}
.pdp-left-column .pdp-cart-btn .pro-btn .btna.loading > svg {
  display: none;
}
.product-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
}
.product-card-inner .sale-labl,.product-card-inner .custom_label {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 8px;
    background: var(--second-color);
    color: var(--black);
    letter-spacing: 1px;
    transition: all .4s ease-in-out 0s;
    transform: translate(-70px);
    overflow: hidden;
    opacity: 0;
    display: block;
}
.product-card-inner .custom_label {
    opacity: 1;
    visibility: visible;
    transform: none;
    margin: 0 0 5px;
}
.product-card-inner .product-label {
    position: absolute;
    top: 0;
    left: 0;
}
.product-card-inner button {
    width: 100%;
}
.product-img:hover .sale-labl,
.product-img:hover .sold-labl {
  transform: translate(0);
  overflow: visible;
  opacity: 1;
}
.hidden {
  display: none !important;
}
.carthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 26px;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.carthead a.underlined-link {
  text-decoration: underline;
  color: var(--theme-color);
  font-size: 20px;
}
.cart__footer .cart__note {
  float: left;
  width: 100%;
  margin: 40px 0 20px;
}
.cart__footer .cart__note label {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.cart__footer .cart__note #Cart-note {
  min-height: 100px;
  padding: 10px;
}
.cart__footer .cart__blocks .tax-note {
  font-size: 14px;
}
.cart__footer .cart__blocks .totals__subtotal {
  margin: 0 0 10px;
  line-height: 1;
}
.cart__footer .cart__blocks .totals__subtotal-value {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cart__ctas,
.cart__ctas {
  margin-top: 10px;
}
.cart__ctas .btn {
  padding: 15px 20px;
}
.cart__warnings {
  display: none;
  text-align: left;
}
.cart__login-title {
  margin: 15px 0 10px;
}
.cart__login-paragraph a {
  font-weight: 700;
}
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
.carthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 26px;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.carthead a.underlined-link {
  text-decoration: underline;
  color: var(--theme-color);
  font-size: 20px;
}
.is-empty .cart__warnings {
  display: block;
  padding: 50px 0;
}
.is-empty .cart__empty-text {
  margin: 0 0 20px;
  display: block;
}
.wish-vertical {
    min-height: 40vh;
    justify-content: center;
    flex-direction: column;
    display: flex;
}
h3.cart__login-title {
  margin: 15px 0;
}
.cart-item__quantity-wrapper {
  display: flex;
}
#cart-errors {
  margin-top: 10px;
}
.cart-item__quantity-wrapper quantity-input {
  border: 1px solid var(--border-color);
  position: relative;
  width: 120px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cart-item__quantity-wrapper .quantity__input,
.cart-item__quantity-wrapper .quantity__button {
  width: 40px;
  border: none;
  background: none;
  padding: 0;
}
.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}
.cart-item__details {
  float: none;
  display: inline-block;
}
.cart-item__details .cart-item__vendor {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 8px;
}
.cart-item__details .cart-item__name {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px;
  font-weight: 600;
}
.cart-item__details .product-option {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.cart-item__details .product-option dt {
  margin: 0 10px 0 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.cart-item cart-remove-button {
  display: inline-block;
  margin-left: 5px;
}
.cart-remove-button .icon-remove {
  height: 20px;
  width: 20px;
}
.cart-item__error {
  display: flex;
  align-items: flex-start;
}
.cart-item__error-text {
  font-size: 1.2rem;
  order: 1;
}
.cart-item__error-text + svg {
  flex-shrink: 0;
  width: 1.2rem;
  margin-right: 0.7rem;
}
.cart-item__error-text + svg {
  margin-top: 0.4rem;
}
.cart-item__error-text:empty + svg {
  display: none;
}
.cart__footer .cart__blocks {
  float: left;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 25px 10px;
  text-align: center;
}
/****  TABLE CSS ****/
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr td:first-child a {
  vertical-align: middle;
}
.set .acnav-label:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(arrow-acc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.set.is-open .acnav-label::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.shipping-and-return .shipping-return {
  border: 1px solid var(--border-color);
  padding: 15px;
  background: rgba(24, 58, 64, 0.03);
}
.shipping-return ul {
  padding-left: 15px;
}
.shipping-return ul li {
  list-style: disc;
}
.quantity {
  color: #666;
  position: relative;
  display: flex;
  height: 35px;
}
.quantity__button {
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0;
}
.quantity__input {
  color: currentColor;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
cart-remove-button .icon-remove {
  height: 20px;
  width: 20px;
}
.header-style-one .cartDrawer .closecart {
  position: absolute;
  left: -40px;
  right: auto;
  top: 0;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  background: var(--theme-color);
  padding: 10px;
}
.mini-cart-details .remove_item svg path {
  fill: var(--black) !important;
}
.webi-mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
  color: var(--black);
}
.mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: var(--theme-color);
  margin: 0 -10px 20px;
}
.webi-mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: flex;
  padding: 12px 30px;
}
.webi-mini-cart-footer .link-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent;
  border: none;
  align-items: center;
}
.template-collection .common-banner-section .collection-content {
  align-items: center;
}
.template-collection .common-banner-section .collection-image img {
  margin: 0 auto;
}
.template-collection .collection-content {
  margin-top: 25px;
}
.product-heading-row {
  /* border-bottom: 1px solid var(--black); */
  align-items: center;
}
.product-heading-column {
  padding: 14px 0 !important;
}
.product-heading-right-column {
  padding: 14px 0 14px 22px !important;
  /* border-left: 1px solid var(--black); */
}
.filter-select-box {
  min-width: 160px;
}
.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.produdt-filter-cat li a {
  font-weight: 500;
}
.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}
.product-filter-right-column {
  /* border-left: 1px solid var(--black); */
  padding-left: 22px !important;
  padding-top: 22px !important;
}
.pdp-left-column .price {
  margin: 15px 0;
  font-size: 30px;
}
ins {
  display: inline-flex;
  font-weight: 500;
}
.pdp-left-column .price del {
  color: var(--black);
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.pdp-left-column .wbmydoles {
  font-size: inherit;
}
.pdp-price-section .quantity {
  max-width: 150px;
  border-color: var(--border-color);
}
.pdp-cart-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap:10px;
}
.pdp-cart-btn .pro-checkout,
.pdp-cart-btn .product-cart {
  width: 50%;
}
.product-form__buttons button:first-of-type {
   background: #fbd9b3;
  color: #000;
  border: 1px solid var(--second-color);
  border-radius: 50px;
  font-weight: 700;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--second-color);
}
.pdp-cart-btn .pro-btn button {
  width: calc(100% - 10px);
}
.prorow-lbl-qntty {
  max-width: 130px;
  width: 100%;
}
.prorow-lbl-qntty label,
.pdp-price-section .product-form__input label,
.color-swatch legend label {
  display: block;
  margin-bottom: 5px;
}
.color-swatch label {
     border: 1px solid var(--second-color);
    margin-right: 15px;
    padding: 10px 14px;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 10px;
    border-radius: 15px;
}
.active-facets-mobile {
  display: none;
}
.product-filter-right-column .product-img .hover-img {
  padding-top: 70%;
}
.product-img .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.product-img:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.product-img:hover .default-img {
  opacity: 0;
  visibility: hidden;
}
.cartOpen .cartDrawer .closecart {
  opacity: 1;
  visibility: visible;
}
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty {
  width: 55px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 30px;
}
.cartDrawer.is-empty .cart__warnings {
  margin: 20% 0 0;
  text-align: center;
}
.tt-cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.no-transform .slick-track {
  transform: none !important;
}
.login-box form h2 svg,
.form-message-success svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.form-message-success {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  outline: none;
}
#ProductGridContainer .collection--empty {
  padding-top: 40px;
}
.collection--empty .text-center h4 {
  line-height: 30px;
  font-weight: 500;
}
.pdp-left-column {
  position: relative;
}
.pdp-left-column .wishbtn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.tt-cookie-inner .btn-secondary {
  min-width: unset;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) > a > svg {
  display: none;
}
.product-widget[open] .acnav-label:after {
  opacity: 0;
}
.template-cart .custom-banner-section-two {
  padding-top: 80px;
}
.tt-cookie-inner span a {
  margin-left: 5px;
}
.cart-item__price-wrapper {
  display: inline-block;
    line-height: 1;
  vertical-align: middle;
}
.remove-btn a {
  display: block;
} 
.remove-btn a svg {
  height: 100%;
  width: 100%;
}
/************** video product page css *************/
deferred-media.deferred-media {
    position: relative;
    display: block;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
      object-fit: cover;
}
.deferred-media[loaded]>.deferred-media__poster {
    display: none !important;
}
.product__modal-opener:not(.product__modal-opener--image) {
    display: none;
}
.deferred-media__poster-button.motion-reduce {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
    padding: 10px;
    background: var(--second-color);
    border-radius: 30px;
    width:50px;
    height:50px;
}
.deferred-media__poster-button.motion-reduce svg {
    fill: var(--black);
    width: 20px;
    height: 50px;
    margin:auto;
}
.deferred-media:not([loaded]) template {
    z-index: -1;
}

.product-card-inner .wish-lbl-wrp{
  top: 40%;
  z-index:2;
    transform: translatey(-50%) translateX(100px);
  transition: .5s all ease-in-out;
}
.product-card:hover .wish-lbl-wrp{
   transform: translatey(-50%) translateX(0px);
}
.product-card-inner{
  overflow:hidden;
}
.product-card:hover .flip-countdown.simple-countdown{
  opacity:0;
visibility:hidden;
}
.quick-active .overlay:after{
  z-index:4;
}

.quickview-popup::-webkit-scrollbar {
    width: 8px;
}
.quickview-popup::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
.quickview-popup::-webkit-scrollbar-track {
    background: var(--white);
}
.quickview_popup_data .pdp-right-column .section-title h2{
  margin-bottom:10px;
}
/*=============== Responsive css ===============*/
@media (min-width: 768px) {
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
  }
  .desk-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
  td.cart-item__totals {
    text-align: right;
  }
  table tr td:last-child {
    text-align: right;
    padding-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .product-top-content h3 {
    font: var(--h4);
  }
}
@media screen and (max-width: 1360px) {
  .fixed-slider-left {
    display: none;
  }
  .review-wrapper .review span {
    font-size: 12px;
  }
  .testimonial-section .slick-list.draggable {
    padding-right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .footer-link .contactlink {
    font-size: 18px;
  }
  .offset-left {
    margin-left: 0;
    padding: 0 15px;
  }
  .offset-right {
    margin-right: 0;
    padding: 0 15px;
  }
  .home-banner-section .slick-dots {
    left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --h1: normal 700 40px/1 var(--second-font);
    --h2: normal 700 32px/1 var(--second-font);
    --h3: normal 700 26px/1 var(--second-font);
    --h4: normal 700 22px/1 var(--second-font);
    --h5: normal 700 18px/1 var(--second-font);
    --h6: normal 700 16px/1 var(--second-font);
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    padding-right: 10px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:not(:last-of-type) {
    padding-right: 18px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
    font-size: 12px;
  }
  .header-style-one .menu-right .appointment-btn a {
    font-size: 12px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li.has-item
    > a:after {
    height: 7px;
    width: 8px;
  }
  .header-style-one .menu-dropdown ul > li a {
    font-size: 12px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > .category-btn {
    padding: 8px 10px;
  }
  .header-style-one .menu-right li:not(:last-of-type) {
    margin-right: 10px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > .category-btn
    svg {
    margin-left: 6px;
  }
  .header-style-one .main-navigationbar .logo-col {
    max-width: 90px;
  }
  .footer-col {
    padding-left: 20px;
  }
  /**** HOME PAGE CSS ****/
  .banner-content-inner .h1 {
    max-width: 350px;
  }
  .home-banner-section .slick-dots {
    top: auto;
    bottom: 60px;
    left: 15px;
    flex-direction: row;
  }
  .slick-dots li:not(:last-child) {
    margin: 0 5px 0 0;
  }
  .hero-item-inner {
    padding: 200px 0 100px;
  }
  .best-selling-section {
    margin-top: -50px;
  }
  .product-content-top h4 {
    font-size: 18px;
  }
  .bottom-text p {
    font-size: 12px;
  }
  .best-toy-card a {
    padding: 14px 15px;
  }
  .best-card-image .best-img {
    padding-top: 140%;
  }
  /******* article page ********/
  .post-lbl {
    display: none;
  }
  .about-user {
    justify-content: center;
  }
  .out-of-stock-form {
   max-width: 45%;
}
}
@media screen and (max-width: 991px) {
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
    padding-right: 10px;
}
.jdgm-widget .jdgm-temp-hidden {
        display: none !important;
    }
    .jdgm-row-stars, .jdgm-rev-widg__summary {
        margin-bottom: 15px !important;
    }
  .template-product .jdgm-rev-widg{
       padding: 40px 0!important;
  }
  :root {
    --h1: normal 700 36px/1 var(--second-font);
    --h2: normal 600 26px/1.2 var(--second-font);
    --h3: normal 600 20px/1.2 var(--second-font);
    --h4: normal 600 18px/1.2 var(--second-font);
    --h5: normal 600 16px/1.2 var(--second-font);
    --h6: normal 600 14px/1.2 var(--second-font);
  }
  .header-style-one .mobile-menu .mobile-menu-button div {
    width: 100% !important;
  }
  .header-style-one.head-sticky,
  .header-style-one {
    background: var(--white);
  }
  .header-style-two.head-sticky,
  .header-style-two {
    background: var(--theme-color);
  }
  .header-style-one .main-nav .menu-lnk:first-child > a {
    padding: 12px 40px 12px 20px ;
  }
  
  .navigationbar-row {
    padding: 10px 0;
  }
  .header-style-one .mobile-menu {
    margin: 0 0 0 12px;
  }
  
  .mobile-menu-wrapper {
    right: 0;
    left: auto !important;
  }
  .mobile-menu-wrapper .menu-close-icon svg {
    margin-left: 0;
  }
  .style-two .menu-right:after {
    display: none;
  }
  .header-style-one .main-navigationbar .menu-items-col {
    align-items: center;
    margin: 0 0 0 20px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    padding-left: 15px;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:not(:last-of-type) {
    padding-right: 0px;
  }
  .header-style-one.dark-header .menu-right li {
    padding: 15px 0;
  }
  .header-style-one .menu-right .appointment-btn a {
    padding: 10px;
  }
  .header-style-one .menu-right .call-btn a span,
  .header-style-one .menu-right .appointment-btn a span {
    display: none;
  }
  .header-style-one .menu-right li a svg {
    display: block;
    width: 15px;
    height: 18px;
  }
  .header-style-one .menu-right li:not(:last-child) a {
    width: 35px;
    height: 35px;
  }
  .cart-header a > div {
    padding: 8px;
  }
  .menu-right .appointment-btn a svg {
    width: 16px;
    height: 16px;
  }
  .header-style-one .main-navigationbar .menu-items-col {
    padding: 0;
    justify-content: flex-end;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav > li {
    padding: 10px 0;
  }
  .footer-col:not(:last-of-type) {
    padding-right: 10px;
  }
  .pro-swatch {
    font-size: 10px;
  }
  .footer-col:not(:first-of-type) {
    padding: 0;
  }
  .footer-subscribe-col {
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .site-footer {
    padding: 40px 0;
    margin-top: 0;
  }
  .footer-link-1 {
    min-width: 100%;
    margin-bottom: 30px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-widget-inner {
    padding: 25px 15px;
  }
  .blog-widget-inner.big-blog-widget {
    padding: 35px 15px 25px;
  }
  .blog-widget-inner p {
    margin: 12px 0;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 10px;
    font-size: 10px;
  }
  .blog-grid-row .blog-content-top h4 {
    font-weight: 600;
  }
  /********* BLOG PAGE CSS end  **********/
  /********** CART PAGE CSS starts **********/
  .cart-summery {
    margin-top: 30px;
  }
  .cart-summery .btn {
    max-width: 300px;
    margin-left: auto;
  }
  /********** CART PAGE CSS end **********/
  .submit-btn {
    max-width: 200px;
    margin: 20px 0 0;
  }
  .article-banner .blog-cat {
    margin: 20px 0;
  }
  .art-auther {
    margin-bottom: 15px;
  }
  .quote-box {
    padding: 15px 0 25px 60px;
  }
  .quote-box h3 {
    font-size: 15px;
  }
  .latest-article-slider-section .section-title {
    padding-top: 40px;
    margin-bottom: 26px;
  }
  .my-acc-right-content .qty-spinner input,
  .my-acc-right-content table tr th,
  .my-acc-right-content table tr td {
    font-size: 12px;
  }
  /**** HOME PAGE CSS ****/
  .banner-content-inner {
    width: 100%;
  }
  .hero-item-inner {
    padding: 160px 0 100px;
  }
  .best-selling-section .col-12:not(:last-child) .best-selling-card {
    margin-bottom: 20px;
  }
  .best-toy-section .col-lg-3:first-child,
  .best-toy-section .col-lg-3:nth-child(2) {
    margin-bottom: 20px;
  }
  .two-colum-img-card img {
    object-position: right;
  }
  .best-card-image .best-img {
    padding-top: 110%;
  }
  /*** PRODUCT PAGE CSS start ***/
  .pdp-thumb-inner {
    padding-top: 100%;
  }
  .pdp-thumb-slider {
    max-width: 95%;
  }
  .pdp-add-to-cart-btn a {
    max-width: 42%;
  }
  /*---------Shopify 991 responsive----------*/
  .cart-item__price-wrapper .price {
    flex-wrap: unset;
  }
  .main-detail {
    margin-bottom: 30px;
  }
  .blog-meta > div {
    margin: 5px 20px 5px 0 !important;
  }
  .contact-left-inner ul li p {
    font-size: 16px;
  }
  cart-note.cart__note.field {
    margin-top: 20px !important;
  }
  .carthead {
    margin: 50px 0 26px !important;
  }
  .cart-item__price-wrapper .price {
    flex-wrap: unset;
  }
  .custom-banner-section .common-title {
    z-index: 1;
    position: relative;
  }
  .custom-banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #11111185;
  }
  .custom-banner-section{
    position: relative;
  }
  .two-colum-slider {
    position: relative;
    z-index: 1;
  }
  .large-up-hide,
  .medium-hide {
    display: none !important;
  }
  .template-cart .custom-banner-section-two {
    padding-top: 40px;
  }
  .lang-dropdown svg {
    width: 18px;
    height: 18px;
  }
  .out-of-stock-form {
   max-width: 50%;
   padding: 50px 30px;
  }
  .best-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: 20px;
  }
  .custom-banner-section{
      color: white;
  }
  .collection-list{
    padding-top: 40px;
  }
  .pro-compare-section .pro-compare-wrap, .pro-wishlist-section .pro-wishlist-wrap {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
  .new-banner-bg{    background: #fbd9b3 !important;}
  .announce-bar {
    display: none;
  }
  .mb-none{
    display: none;
  }
  .desk-none{
    display: flex !important;
  }
  .template-product .jdgm-widget.jdgm-widget{
    margin: 0 15px;
  }
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link{
    margin: 0 auto;
    width: 30%;
  }
.compare-wrap, .wishlist-wrap {
    padding-top: 20px;
}
.pro-compare-right, .pro-wishlist-right {
    border: 1px solid var(--border-color);
}
.pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
    display: block;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label, .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label.compare-pro-detail,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label.wishlist-pro-detail{
    max-width: 100%;
    padding: 0;
}

.compare-data-label:before, .wishlist-data-label:before {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--second-color);
}

.pro-compare-scroll .compare-wrap .compare-val-prod .prod-img, .pro-compare-scroll .compare-wrap .compare-val-prod .pro_detail-inner, .pro-compare-scroll .compare-wrap .compare-val-prod .product-form, .pro-compare-scroll .compare-wrap .compare-val-prod .compare-prod-remove,
.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .prod-img, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .pro_detail-inner, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .product-form, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-prod-remove{
    max-width: 100%;
    padding: 0;
}
.compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a {
    padding-top: 30%;
}
.pro-compare-left, .pro-wishlist-left {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
}
.compare-data-label, .wishlist-data-label {
    margin-bottom: 20px;
}  
  
  .header-style-one.dark-header .menu-right li,
  .header-style-one .menu-right li {
    padding: 0 0;
  }
  .header-style-one .main-navigationbar {
    box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
  }
  .header-style-one .menu-right li a .icon-lable {
    display: none !important;
  }
  .header-style-one .menu-right {
    justify-content: flex-end;
    align-items: center;
  }
  .navigationbar-row {
    padding: 0;
  }
  .out-of-stock-form {
   max-width: 75%;
}
  .header-style-one .main-navigationbar .logo-col {
    max-width: 80px;
  }
  .header-style-one .mobile-menu {
    margin: 0 0 0 12px;
  }
  .mobile-menu-wrapper .menu-close-icon svg {
    width: 25px;
    height: 25px;
  }
  .mobile-menu-wrapper .menu-close-icon {
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    justify-content: flex-start;
    text-align: right;
    padding: 10px 20px;
    background: var(--theme-color);
    width: 100%;
  }
  .header-style-one .menu-right li.cart-header .closecart {
    right: auto;
    top: 18px;
    left: 15px;
  }
  .header-style-one.dark-header .count {
    background: var(--second-color);
    color: var(--theme-color);
  }
  .header-style-two .main-navigationbar .menu-items-col {
    background-color: transparent;
  }
  .footer-bottom-row {
    padding: 0 0 40px;
  }
  .footer-bottom-row ul {
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .footer-widget h6 {
    margin-bottom: 15px;
  }
  .check-svg svg {
    height: 20px;
    width: 20px;
  }
  .abt-shp-column-right, .about-our-shop-section .row {
    margin-top: 30px;
  }
  .pdp-img-bnr-sec .img-bnr-column ul li .check-svg {
      flex-shrink: 0;
  }
  .pdp-img-bnr {
      padding: 20px 15px;
  }
  /** MINI CART **/
  .cartDrawer {
    width: 100%;
  }
  .cartDrawer .mini-cart-body {
    padding: 15px;
  }
  .cartDrawer .mini-cart-header {
    padding: 16px 20px 16px 50px;
  }
  .mini-cart-footer .checkout-btn {
    max-width: 100%;
    padding: 12px 11px;
  }
  .mini-cart-footer {
    padding: 15px;
  }
  .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .mini-cart-footer .u-save {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .search-popup {
    padding: 0 15px;
  }
  .search-popup .close-search {
    right: 15px;
    top: 15px;
  }
  .policy-links {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .footer-col:not(:last-of-type) {
    padding: 0;
  }
  .footer-subscribe-col,
  .footer-col {
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
  }
  .footer-col:not(:last-child) {
    margin-bottom: 20px;
  }
  .emaillink.contactlink {
    margin: 0;
  }
  .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .slick-slider .slick-arrow {
    opacity: 1;
  }
  .blog-widget {
    flex: 0 0 100%;
  }
  .blog-widget-inner {
    margin-bottom: 15px;
  }
  .product-filter-body {
    padding: 30px 15px;
    overflow: auto;
    height: 100%;
  }
  .close-filter {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    right: auto;
    left: 0px;
    z-index: 101;
    width: 30px;
    height: 30px;
    padding: 7px;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: var(--black);
    pointer-events: hidden;
  }
  .close-filter svg {
    height: 100%;
    width: 100%;
  }
  .close-filter svg path {
    fill: var(--white);
  }
  .filter-open .product-filter-column {
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-heading-right-column {
    border-left: 0;
  }
  .product-heading-row .row {
    padding: 40px 0 0 0;
  }
  .product-filter-right-column {
    border-left: 0;
    padding-left: 0 !important;
  }
  .filter-title .filter-ic {
    max-width: 40px;
    border: 1px solid var(--second-color);
    padding: 2px;
    display: block;
  }
  .filter-title h4 {
    display: none;
  }
  .abt-shp-column-right{
    margin-top: 30px;
  }
  .contact-right-column {
    margin-top: 0;
  }
  .contact-right-inner h2 {
    color: var(--theme-color);
  }
  .blog-col-right .nice-select {
    flex: 0 0 120px;
  }
  .blog-col-right {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .blog-col-left ul {
    flex-direction: column;
    align-items: center;
  }
  .blog-head-row {
    border: 0;
  }
  .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;
  }
  .quote-box svg {
    height: 20px;
    width: 20px;
  }
  .quote-box {
    padding: 15px 0 25px 35px;
  }
  .register-page .section-title {
    margin-bottom: 30px;
  }
  .our-blog-section .section-title,
  .my-acc-head {
    margin-bottom: 26px;
  }
  .my-acc-rightbar {
    margin-top: 40px;
  }
  #scroll {
    background: var(--white);
    top: 53px;
    padding: 0;
  }
  #account-nav {
    display: flex;
    justify-content: space-between;
  }
  #account-nav li a svg {
    margin-right: 0;
    height: 15px;
    width: 15px;
  }
  #account-nav li a span {
    display: none;
  }
  #account-nav li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-acc-leftbar li:not(:last-of-type) {
    border-bottom: 0;
  }
  .my-acc-leftbar h4 {
    padding: 15px 15px;
    color: var(--black);
  }
  .my-acc-leftbar {
    border: 0 !important;
  }
  #account-nav li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
    width: 100%;
    height: 40px;
    justify-content: center;
    background: var(--theme-color);
  }
  .my-acc-right-content {
    padding-bottom: 30px;
  }
  .set {
    margin-bottom: 12px;
  }
  .form-container,
  .order-confirmation-body {
    padding: 20px 15px;
  }
  .offset-container {
    padding: 0 15px;
  }
  .cart-tble {
    border: 1px solid var(--border-color);
  }
  .cart-page-section .section-title {
    margin-bottom: 30px;
  }
  table .pro-img-cart img {
    max-width: 50px;
  }
  .common-banner-section {
    padding: 40px 0;
  }
  .common-banner-content .back-btn {
    margin-bottom: 15px;
  }
  .common-banner-content .section-title h2 span {
    font-size: 12px;
  }
  .about-us-section .row .abt-ser:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .custom-banner-section {
    padding: 140px 0 20px 0;
  }
  .best-card-image .best-img {
    padding-top: 140%;
  }
  .order-2 {
    order: 2;
  }
  .pdp-descrp-content {
    margin-bottom: 30px;
  }
  /*---------Shopify 767 responsive----------*/
  .webi-mini-cart-footer {
    padding: 30px 15px;
  }
  .subscribe-popup {
    padding: 40px 30px;
  }
  .subscribe-popup h2 {
    font-size: 20px;
  }
  .template-search__header .search-msg {
    margin: 25px 0 20px;
  }
  .cart-item .cart-price {
    justify-content: center;
    display: flex;
  }
  .small-hide {
    display: none !important;
  }
  .cartDrawer .closecart {
    left: 19px;
    width: 15px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .template-search__header .search-msg {
    margin: 25px 0 20px;
  }
  .cart-item__quantity-wrapper {
    justify-content: center;
  }
  .cart-item__details {
    display: flex;
    flex-direction: column;
  }
  .carthead a.underlined-link {
    font-size: 16px;
  }
  .product-option {
    display: flex;
    justify-content: center;
  }
  .remove-btn {
    height: 14px;
    width: 14px;
  }
  .order-history-tbl tr td[data-label="quantity"],
  .order-history-tbl tr td[data-label="Name"],
  .order-history-tbl tr td[data-label="Product"] {
    max-width: 100%;
    width: 100%;
  }
  .mobile-facets__open-wrapper div {
    max-width: 40px;
    border: 1px solid var(--theme-color);
    padding: 2px;
  }
  .mobile-facets {
    position: fixed;
    top: 0;
    background: var(--white);
    left: 0;
    max-width: 315px;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(-100%);
    pointer-events: none;
  }
  .mobile-open .mobile-facets {
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    pointer-events: visible;
  }
  .mobile-open .close-filter {
    opacity: 1;
    pointer-events: visible;
  }
  .header-style-one .cartDrawer .closecart {
    left: 0;
    top: 26px;
    background: transparent;
  }
  .header-style-one .count {
    top: -6px;
  }
  .order h2 {
    margin: 0 0 10px;
  }
  .order-detail {
    text-align: center;
  }
  .main-detail {
    margin: 0 0 30px;
  }
  .cookiestatus .cookie-block.bottom_fix #cookie_message{
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .cookiestatus .cookie-block.bottom_fix #cookie_message .btn {
    margin-left: 0px;
    width: fit-content;
  }
  .cartOpen .header-style-one .menu-right li.cart-header .closecart svg path{
    fill: var(--black);
  }
  .two-colum-img-card {
    padding: 15px!important;
  }  
  .common-title{
    gap: 15px;
  }
  .header-style-two .mobile-menu .mobile-menu-button div {
    background-color: var(--black);
  }
  .header-style-one .menu-right li a svg path, .lang-dropdown .nice-select svg path {
    fill: var(--black);
  }
  .pdp-left-column{
    margin-top: 20px;
  }
  .pdp-left-column h2 {
    margin-bottom: 20px;
  }
  .pdp-price-section {
    margin-bottom: 20px;
  } 
  .custom-banner-two {
    padding: 20px 15px;
  } 
  .aboutpage-btm-sec .about-us-box {
    padding: 15px;
  }  
  .contact-left-inner ul li {
    margin-bottom: 20px;
  }
  .contact-form {
    padding: 15px;
  }  
  .cart__footer .cart__blocks {
    padding: 15px;
  }  
    .collection-list .card-wrapper{
    margin-bottom: 15px
  }
  .collection-list{
    padding-bottom: 25px;
  }
  .quickview_popup_data .pdp-right-column .qnty-btn-wrp .btn{
    padding: 14px 15px;
  }
}
@media screen and (max-width: 575px) {
  .jdgm-review-widget--medium .jdgm-write-rev-link{
    max-width:50%!important;
  }
  .jdgm-widget .jdgm-btn.jdgm-btn{
    padding:10px;
    font-size:14px;
  }
  :root {
    --h1: normal 700 28px/1 var(--second-font);
    --h2: normal 700 24px/1 var(--second-font);
    --h3: normal 700 22px/1 var(--second-font);
    --h4: normal 700 20px/1 var(--second-font);
    --h5: normal 700 18px/1 var(--second-font);
  }
  .predictive-search-bottom{
    flex-direction: column;
    gap: 15px;
  }
  .pdp-review-box {
    padding: 25px 15px 15px 15px;
  }  
  .cookiestatus .cookie-block.bottom_fix #cookie_message{
    width: 100% !important;
  }
  .slick-slider .slick-arrow {
    width: 35px;
    height: 35px;
    padding: 10.5px;
  }
  .footer-col {
    flex: 0 0 100%;
  }
  .footer-bottom .footer-copyright {
    display: block;
    padding-top: 0;
  }
  .footer-bottom .footer-links {
    justify-content: start;
    margin-top: 5px;
  }
  .footer-bottom .footer-copyright p {
    text-align: left !important;
  }
  .article-socials li:not(:last-of-type) {
    margin-right: 5px;
  }
  .article-socials li span {
    font-size: 14px;
    margin-right: 5px;
  }
  .footer-subscribe-col .input-wrapper .btn-subscibe {
    height: 45px;
  }
  .section-title.d-flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-title-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .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;
  }
  .subtitle {
    font-size: 14px;
  }
  .two-coll-media .tool-content {
    display: none;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-cat li {
    padding: 10px 8px;
    font-size: 10px;
  }
  .blog-widget-inner h3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .blog-widget-inner p {
    margin: 12px 0 15px;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 5px;
  }
  .blog-cat {
    margin-bottom: 14px;
  }
  .blog-page-banner .common-banner-content p,
  .blog-page-banner .section-title {
    margin-bottom: 26px;
  }
  /********* BLOG PAGE CSS end  **********/
  .input-wrapper input {
    padding: 14.5px 15px 14.5px 15px;
    font-size: 12px;
  }
  .input-wrapper .btn-subscibe {
    font-size: 12px;
  }
  .articlerightbar .blog-cat li {
    padding: 10px 5px;
  }
  .price-btn ins {
    font-size: 12px;
  }
  .produdt-filter-cat {
    display: none;
  }
  /**** HOME PAGE CSS ****/
  .banner-btn {
    margin-top: 20px;
  }
  .counter-section .counter {
    padding-right: 20px;
  }
  .count-number {
    font-size: 28px;
  }
  .counter-section .stats-text {
    font-size: 14px;
  }
  .subscribe-newsletter-section .subscribe-section-inner .btn-subscibe {
    padding: 15px;
  }
  .cat-tab li a {
    min-width: unset;
    padding: 10px 15px;
  }
  .common-title {
    display: block;
  }
  .common-title .section-title {
    margin-bottom: 15px;
  }
    .pdp-cart-btn form .btn,
  .product-form__buttons button:first-of-type{
    padding:10px;
  }
  /**** HOME PAGE CSS end****/
  .banner-links {
    display: block;
    max-width: 240px;
  }
  .banner-links a.categories-link {
    margin-bottom: 15px;
  }
  .offer-btn-left:first-child {
    margin-bottom: 15px;
  }
  .best-card-image .best-img {
    padding-top: 70%;
  }
  .best-toy-section .col-lg-3:nth-child(3) {
    margin-bottom: 20px;
  }
  .two-colum-img-card {
    padding: 24px 15px !important;
    padding-top: 100% !important;
  }
  .two-colum-slider {
    margin-top: 20px;
  }
  .order {
    order: 2;
  }
  .testimonial-inner .testimonial-img a {
    padding-top: 40%;
  }
  .testimonial-inner {
    display: block;
    width: 100%;
  } 
  /************Shopify 575************/
  .testimonial-right {
    padding: 15px 0 0 0;
    text-align: center;
  }
  .star img {
    margin: 0 auto;
  }
  .subscribe-popup {
    padding: 30px 20px;
  }
  .subscribe-popup h2 {
    margin-bottom: 18px;
  }
  .subscribe-popup .close-sub-btn {
    top: 10px;
    right: 8px;
  }
  .subscribe-popup p {
    font-size: 13px;
  }
  .color-varient {
    width: 100%;
  }
  .pdp-left-column .price {
    font-size: 20px;
  }
  .order .add-detail div {
    text-align: center;
  }
  .main-order .acc-order-history h5 {
    text-align: center;
  }
  .order .add-detail div:last-child {
    margin: 30px 0 0;
  }
  .header-style-one .menu-right li:not(:last-child) a {
    width: 28px;
    height: 28px;
    background: none;
}
  .header-style-one .menu-right li:not(:last-of-type) {
    margin-right: 5px;
}
  .lang-dropdown .nice-select {
    padding: 3px;
    background: none;
  }
  .lang-dropdown {
    margin-right: 5px;
    padding: 12px 0;
}
  .out-of-stock-form {
    max-width: calc(100% - 30px);
    padding: 50px 20px;
}
}
@media screen and (max-width: 420px) {
  .testi-inner .testi-left-img {
    display: none;
  }
  .update-add-button button{
    margin-bottom: 10px;
  }
  /**** shopify 420 ****/
  .recover-password .btn-secondary {
    min-width: 110px;
  }
  .form-wrapper h4 {
    font-size: 12px;
  }
  .pdp-price-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 370px) {
  .stp-menu-widget {
    padding: 24px 0 0 0;
    margin-top: 24px;
  }
  .mobile-menu-bar .stp-navlink:not(:last-of-type) {
    margin-right: 15px;
  }
  .fea-coll-contnt-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .column-positive-us-right .col-sm-4.col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-lbl {
    margin: 10px 0 0;
    width: 100%;
  }
  .acc-back-btn-wrp button {
    padding: 12px 15px;
  }
  .btn-flex a {
    padding: 10px 14px !important;
    min-width: 113px;
  }
  .center-descrp {
    display: none;
  }
  .pdp-summery .price {
    gap: 0;
    justify-content: space-between;
  }
}
.new-header{
      display: flex;
    justify-content: end;
    gap: 30px;
}
  .mb-none{
    display: block ;
  }
  .desk-none{
    
    display: none;
  }

/* -----------------------footer----------------------- */
.footer-section {
  background: #f4cd9a;
  position: relative;
  /* border-radius: 40px; */
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #fbd9b3;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
    max-width: 140px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
}
.footer-social-icon{
  display:flex;
  align-items:center;
  gap:10px;
}
.footer-social-icon span {
  color: #2e2e2e;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  /* margin-bottom: 5px; */
  /* margin-top: 10px; */
  margin-right: 10px;
}
.footer-social-icon a {
  color: #000;
  font-size: 16px;
  margin-right: 5px;
}
.footer-social-icon a:hover svg {
  color: #fff; 
  fill:#fff;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #000000;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fbd9b3;
}
.footer-widget ul li a {
  color: #000000;
  text-transform: capitalize;
}
 
 
.footer-widget-2 ul li { 
  margin-bottom: 12px;
}
.footer-widget-2 ul li a:hover{
  color: #fff;
}
.footer-widget-2 ul li a {
  color: #000000;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 14px;
  background: #f4cd9a;
  border: 1px solid #fff;
  color: #000;
  border-radius: 26px;
  margin-bottom:25px;
}
.subscribe-form input::placeholder  { 
  color: #000;
}
.subscribe-form button {
    position: absolute;
    right: 5.5px;
    background: #b7d4c5;
    padding: 8px 8px;
    border: 1px solid #b7d4c5;
    top: 4.5px;
    border-radius: 100%;
}
.subscribe-form button:hover { 
    background: #484848; 
    border: 1px solid #484848; 
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #f4cd9a;
  padding: 35px 0;
  border-top: 1px solid #000;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #000000;
  text-align:left;
}
.copyright-text p a{
  color: #fbd9b3;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #fff;
}
.footer-menu li a {
  font-size: 14px;
  color: #000000;
}
.pt-5{
  padding-top:30px;
}
.pb-5{
  padding-bottom:30px;
}
/* -----------------------footer----------------------- */

/* -------------product-card---------------------- */

.cont {
    max-width: 400px;
    margin: 2rem auto;
}

.product-card-new {
    background-color: var(--card-background);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
    height: 250px;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}

.product-card__info {
    padding: 20px;
}

.product-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-color);
}

.product-card__description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

 

@media (max-width: 480px) {
    .cont {
        max-width: 100%;
        padding: 0 20px;
    }

   

    .product-card__title {
        font-size: 1.3rem;
    }

    .product-card__description {
        font-size: 0.8rem;
    }
 
 
}

/* -------------product-card---------------------- */
/* ---------------------Collection title----------------------- */
.collection-title h3{
    line-height: 30px;
    /* padding: 40px; */
    font-size: 22px;
    border-radius: 5px;
}
.collection-section-new{
    left: 15%;
    position: relative;
}
/* ---------------------Collection title----------------------- */
.subscribe-form .contact-form {
    padding: 0;
    border: none;
}
.common-banner-content p{
  line-height: 24px;
}
.about-us-page p{
  line-height: 24px;
}
.about-us-content li{
  line-height: 24px;
}
.abt-shp-column-left p{
  line-height: 24px;
}
.custom-banner-inner p{
  line-height: 24px;
}
.pro_detail-inner {
  text-align:left;
}

.main-detail {
    background: #fff;
    border: 1px solid #000;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-radius: 12px;
}
.mb-3{margin-bottom:10px}
.mb-10{margin-bottom:30px}
.mb-5{margin-bottom:20px}
.new-row{
  display: flex;
    gap: 10px;
  flex-wrap:wrap;
}
.article-socials {
      margin-top: 20px;
}
.article-template__content span {
      line-height: 24px;
}
.list-menu__item:nth-last-child(1) {
  display:none
}

.story-content {
      padding: 0 100px;
    margin-top: 80px;
    margin-bottom: 80px;;
}
.story-img img {
  width: 100%;
  /* border-radius: 50%; */
}
.story-img-2 img {
  width: 100%;
  border-radius: 100%;
}
.story-text h2 {
  color: #1e1c1c;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px; /* 120% */
  text-transform: uppercase;
      margin-bottom: 15px;
}
.story-text h2 img {
  height: 55px;
}
.story-text h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 40px;
}
.story-text p {
  color: #1e1c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.new-descrp-content h3{
    margin-bottom: 10px;
}
.new-descrp-content p{
    line-height: 24px;
    margin-bottom: 20px;
}
.new-descrp-content ul{
       padding-left: 20px;
}
.new-descrp-content li{
    line-height: 24px;
      list-style: disc;
}
.closecart svg path{
  fill:#fff !important; 
}
.portable-wallet {
  display:none  !important;
}
.shopify-payment-button__more-options { 
    font-size: 1em; 
    text-align: center !important;;
    text-decoration: none !important;;
    width: 100%;
    background: transparent;
    color: #000000;
    border: 1px solid var(--second-color) !important;;
    border-radius: 50px !important;;
    padding: 10px 25px !important;;
    font-weight: 600 !important;;
}
.shopify-payment-button__more-options:hover {  
    background: #b7d4c5; 
  transition: all ease-in-out 0.5s;
    transform: translateY(-5px);
    box-shadow: 0px 11px 10px -10px #cfcfcf;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
/* ----------------------------------------------------- */



.form-content{
    display: flex;
    justify-content: center;
    align-items: center; 
    /* background: url(https://img.freepik.com/free-photo/pink-baby-s-dress-with-headwear-pair-socks-milk-bottle-pacifier-wooden-table_23-2147900740.jpg?t=st=1723986171~exp=1723989771~hmac=8c3cd0297af3a4a2dcea6b7c95a98f8094c859e1ae95f23b03003bd1ec6be345&w=1380) no-repeat;
    background-size: cover; */
    background-position: center;
}

.wrapper{
    width: 720px;
    background: #b7d4c5;
    border: 2px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
}

.wrapper h1{
    font-size: 36px;
    text-align: center;
}

.wrapper .input-box{
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 45px 20px 20px;
}

.input-box input::placeholder{
    color: #fff;
}

.input-box box-icon{
    position: absolute;
    right: 20px;
    top: 30%;
    transform: translate(-50%);
    font-size: 20px;
}

.wrapper .remember-forgot{
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}

.remember-forgot label input{
    accent-color: #fff;
    margin-right: 5px;
}

.remember-forgot a{
    color: #fff;
    text-decoration: none;
}

.remember-forgot a:hover{
    text-decoration: underline;
}

.wrapper .btn{
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.wrapper .register-link{
    font-size: 14.5px;
    text-align: center;
    margin: 20px 0 15px;
}

.register-link p a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.register-link p a:hover{
    text-decoration: underline;
}
/* ---------------------------------------- */
.support-img {
  position:relative;
}
.support-img img{
  border-radius:16px;
}

.support-btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}
.support-btn a{
    background: #b7d4c5;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
}
.support-btn a:hover{
    transition: all ease-in-out 0.5s;
    transform: translateY(-5px);
    box-shadow: 0px 11px 10px -10px #cfcfcf;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    background: #f4cd9a;
}
/* ---------------------------------------------- */
 
.project-contents h5{
  margin-bottom:10px;
}

.project-contents p{
  font-size:14px;
  margin-bottom:0;
}
.project-contents p a:hover{
      color: #b7d4c5;
}

/* ------------------------- */
.contact-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom:40px;
}
.shopify-app-block{
     margin: 0 auto;
    /* width: 85%; */
    padding: 0 15px;
    max-width: 1300px;
}
.article-section-home {
      display: flex;
    gap: 30px;
}
.contact-left-inner ul li {
  margin-bottom: 30px;
  display:flex;
  gap:15px;
}
.contact-icon{
       background: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-content-3 {
    position: relative;
    background: #b7d4c5;
}
.blog-post__full-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
  border-radius: 20px;
}
.blog-post__full-image {
  width:100%;
}
.py-5{
  padding:20px 0;
}
#shopify-section-template--23297243676974__main {
      margin: 0 auto;
    /* width: 85%; */
    padding: 0 15px;
    max-width: 1300px;
}
.wc_overall_review .wc_review_product_dropdown_content {
    z-index: 1 !important;
}
  .parent {
          display: flex;
          flex-direction: column;
          width: 100%;
        }
        .btn-new {
          border: none;
          background: linear-gradient(to bottom,#dfae98, #dfae98);
          border-radius: 30px;
          /* font-family: Arial; */
          color: #00000;
          padding: 10px 20px 10px 20px;
          text-decoration: none;
          margin: 5px;
        }

        .active {
          background: linear-gradient(to bottom,#bdced6, #bdced6);
          text-decoration: none;
        }
        .box-new {
          color: #000;
        }
        .spacer {
          clear: both;
          height: 20px;
        }
        .faq-container {
          overflow: hidden;
          margin-bottom: 10px;
        }
        .faq-btn {
          width: 100%;
          margin: 0 auto;
          padding: 24px 0px 24px 0px;
          cursor: pointer;
          background: #bdced6;
          position: relative;
          /* border-top: 1px solid #002466; */
          margin-bottom: 11px;
          border-radius: 20px;
        }
        .faq-btn h3 {
          padding:0 40px;
          font-size:24px;
          color:#000;
          font-weight: normal;
        }
        .faq-btn p {
          padding:0 40px; 
          color:#000;
          margin-top: 10px;
        }
        .faq-btn:after {
          content: url(../assets/plus.svg);
          display: inline-block;
          position: absolute;
          right: 30px;
          top: 33px;
        }
        .faq-btn:first-child {
          border-top: none;
        }

        .selected:after {
          content: url(../assets/-.svg);
        }
.btn-main{
      display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pp_tracking_form_in[data-v-926e9234]
{
      background-color: #b7d4c5 !important;
}
.pp_tracking_title
{
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

/* ------------------------------------------------ */


.tw-sr-only tr th{
  text-align: center !important;
    background: #dfae98;
    padding: 20px 10px 20px;
    border: 10px solid #fff;
}
.tw-bg-sky-one {
      background: #bdced6;
    text-align: center !important;
    font-size: 16px;
    font-weight: 500;
      border: 10px solid #fff;
}
.tw-bg-sky-two{
     background: #dfae98;;
    text-align: center !important;
    font-size: 16px;
    font-weight: 500;
      border: 10px solid #fff;
}
.tw-sr-only-caption{ 
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 10px;
}
.secured_by_returnprime
{
  display: none !important;
}
.story-content-2{
      background: #f4cd9a;
}
.p-0{
  padding:0px;
}
.main-blog{ 
  background: #fbd9b3;
}

.mian-blog-text h5{
  font-weight: 200;
    margin-bottom: 10px;
}
.mian-blog-text h3{ 
  margin-bottom: 20px;
}
.mian-blog-text{
      display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.mian-blog-inner{
      background: #b7d4c57a;
}
.mian-blog-inner-img img{
      min-height: 500px;
    object-fit: cover;
}
.mian-blog-inner-text{
    display: flex;
    flex-direction: column; 
    text-align: center;
    justify-content: center;
}
.mian-blog-inner-text h2{ 
      text-align: left;
    padding-left: 80px;
    padding-right: 80px;
}




/* Wobble Vertical */
/* @keyframes wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}

	33.3% {
		transform: translateY(-6px);
	}

	49.95% {
		transform: translateY(4px);
	}

	66.6% {
		transform: translateY(-2px);
	}

	83.25% {
		transform: translateY(1px);
	}

	100% {
		transform: translateY(0);
	}
}

.wobble-vertical {
	display: inline-block;

	@include hideTapHighlightColor();
	@include hardwareAccel();
	@include improveAntiAlias();

	&:hover {
		animation-name: wobble-vertical;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
	}
} */
.menu-dropdown-2.open_menu{
  display:flex;
  gap:10px;
}
.menu-dropdown-2.open_menu ul{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.menu-left{
  direction:rtl;
}
/* .menu-dropdown ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display:grid;
}
.megamenu-list {
  display:flex  !important;
} */
.wc_review_top_title h2
{
  display: none !important;
}
.wc_review_top_title
{
  display: none !important;
}
.customer-review
{
  float: left !important;
  padding-left: 40px !important;           
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.story-content-4 {
    position: relative !important;
    background: #fbd9b3 !important;
}
.p-0
{
  padding: 0 !important;
}
.wobble-vertical .blog-inner:hover{ 
     transition-duration: .5s;  
    transform: rotate(3deg);
}
.register-page{
    position:relative;
    background: url(https://cdn.shopify.com/s/files/1/0876/0551/0446/files/account-02.png?v=1729490125);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    /* height: 100vh; */
    background-color: #b6d4c5;
}
/* .register-page::before{
    position:absolute;
    background: url(account-02.png);
    background-repeat: no-repeat; 
    width:50px;
    background-size: cover;
    height: 50pc;
    background-color: #000;
} */
.new-card{
       background: #fff;
    border-radius: 25px;
    padding: 15px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    /* margin-bottom: 15px; */
    margin-top: 10px;
    position: relative;
    padding-top: 30px;
    /* display: flex; */
    gap: 15px;
}
.new-card img {
  margin-bottom:10px;
  width: 50px;
}
.new-card p{
  font-size:12px;
}
.p-05{
  padding: 8px !important;
}
.card-bg-main{
       background: url(https://cdn.shopify.com/s/files/1/0876/0551/0446/files/bg-03.jpg?v=1729490125);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: contain;
    padding-left: 60px;
    padding-bottom: 105px;
    padding-right: 60px;
    padding-top: 142px;
    gap: 25px;
    margin-top: 99px;
  
}
.topbar-img{
  position:absolute;
  top:-10px;
      left: 20px;
}
.topbar-img img{
 width:80px;
}
.register-form{
  background:#fff;
}
.new-h3{
  color: #FFF; 
font-size: 28px;
font-style: normal;
font-weight: var(--sds-typography-weight-medium);
line-height: normal;
      position: absolute;
    left: 50%;
    transform: translateX(-50%);
  top: 11pc;
}
.position-relative{
      position: relative;
}
.story-content-membership
{
  background-color:#fbd9b3;
}
.membership-banner{
  width:100%;
  background-image: url("https://cdn.shopify.com/s/files/1/0876/0551/0446/files/one.jpg?v=1731081354");
}
.main-banner-img {
   padding-top:90px;
  
}
.main-banner-img img{
      max-width: 70%;
    margin: 0 auto; 
}
.plan-card-head{
    background: #b7d4c5;
    padding: 20px;
    text-align: center;
  border-radius: 5px 5px 0px 0px;
}
.plan-card-head h3{
       font-size: 28px; 
}
.plan-card-head h4{
       font-size: 22px;
    margin-top: 5px;
}
.plan-card-content{
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    text-align: center;
    padding: 20px 50px;
}
 
.plan-card h2 {
    margin-bottom:70px;
    font-weight:200;
}
.card-text a {
  background: #b7d4c5;
    padding: 15px;
    border: 1px solid #b7d4c5;
    border-radius: 26px;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight:600;
}
.card-text a:hover {
  background: transparent; 
}
.card-text ul {
  padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card-text ul li{
    list-style-type: disc ;
    text-align: left;
  margin-bottom:10px;
}
.membership-faq .faq-btn:after{
      top: 20px !important;
}
.membership-faq .faq-btn{
      border-radius:4px !important;
}
.membership-banner h2{
  font-size:38px;
  font-weight:600;
      font-family: Montserrat;

}
.new-p-50{
  padding: 0 50px !important;
}
.new-p-20{
  padding: 0 20px !important;
}
.new-sec-icon{
      display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.new-sec-icon h2{
  width:112px;
  height:112px;
  font-size:40px;
  font-weight:500;
  background: #B7D4C5;
  border-radius:100%;
      display: flex;
    justify-content: center;
    align-items: center;
  margin-bottom:24px;
}
.new-sec-icon h3{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.new-sec-icon p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.membership-faq .faq-btn{
  background:#DAE9E1  !important;
}
.membership-faq .faq-btn.selected{
  background:#B7D4C5  !important;
}
/* .faq-content{
      font-size: 22px;
    color: #000;
    font-weight: 400;
    font-family: "Inter", sans-serif;
} */