/** Shopify CDN: Minification failed

Line 2434:1 Unexpected "/"

**/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

body, html {
  color: #000;
  font-family: "Founders Grotesk Light";
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-100 {
  width: 100% !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*# sourceMappingURL=bootstrap.min.css.map */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.featured-subscription-products svg {
  display: none !important
}

.footer_wrap {
  background-color: #000;
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .footer_wrap {
    padding-top: 2.5rem;
  }
}

.footer_top_row {
  padding-bottom: 92px;
  /*   border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}


.img-c img {
  width: 17px;
  margin: 0 auto;
  display: block;
}

.newsletter_wrap h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 300;
  font-family: "Founders Grotesk Mono";
}

.newsletter_wrap p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.33;
  margin-bottom: 2.5rem;
  font-family: "Founders Grotesk Mono";
}

.newsletter_wrap .input-group .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  max-width: 331px;
  margin-right: 23px;
  font-size: 24px;
  color: #767678;
  border-radius: 0;
}

.newsletter_wrap .klaviyo-form input.needsclick, 
.newsletter_wrap .klaviyo-form button.needsclick {
  height: 4rem !important;
}

div[data-testid="form-component"] >div.kl-private-reset-css-Xuajs1 >div.kl-private-reset-css-Xuajs1{
  height: initial !important;
  max-height: 64px;
}

div[data-testid="form-component"] >div.kl-private-reset-css-Xuajs1 >div.kl-private-reset-css-Xuajs1 div.kl-private-reset-css-Xuajs1{
  height: initial !important;
  max-height: 64px;
}


div[data-testid="form-row"] div:nth-child(2) {
  padding-left: 14px !important;
}




form.klaviyo-form >div.needsclick div[data-testid='form-row']:nth-child(2) {
  div[data-testid="form-component"]:has(button) {
    width: 100%;
    padding-top: 1rem !important;
  }
  
  div[data-testid="form-component"]:has(button) button {
    width: calc(50% - 7px);
    padding: 0 !important;
    background: #DF1A25 !important;
    color: white !important;
    transition: 0.5s ease all;

    @media (max-width: 640px) {
      width: 100% !important;
      margin-top: 1rem;
      margin-bottom: 2rem;
    }
  }

  div[data-testid="form-component"]:has(button) button:hover {
    background: white !important;
    color: black !important;
  }
} 



@media (max-width: 640px) {
  .newsletter_wrap .klaviyo-form >div.kl-private-reset-css-Xuajs1 >div:first-child {
    height: 10rem !important;
    flex-direction: column !important;
  }

  .newsletter_wrap .klaviyo-form >div.kl-private-reset-css-Xuajs1 >div.kl-private-reset-css-Xuajs1 >div{
    width: 100%;
    padding: 0 !important;
  }
}
/* .newsletter_wrap div.kl-private-reset-css-Xuajs1 {
  height: 100% !important;
} */

.newsletter_wrap .input-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

.newsletter_wrap .input-group .btn {
  min-width: 285px;
  text-align: center;
}

.newsletter_wrap .input-group .form-control:focus,
.newsletter_wrap .needsclick .TextInput__FormStyledTextInput:focus {
  box-shadow: none;
  outline: none;
}

.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi,
.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU,
.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi:focus {
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 !important;
  height: 49px !important;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: "Founders Grotesk" !important;
  letter-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(208, 51, 31);
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  font-size: 24px !important;
  color: #767678 !important;
  border-radius: 0;
}

.needsclick.PhoneNumberInputComponents__StyledPhoneInputContainer-sc-2pvkjx-2.NkKOc.kl-private-reset-css-Xuajs1,
.NkKOc.NkKOc.NkKOc.NkKOc.NkKOc.NkKOc,
.kEaGe.kEaGe.kEaGe.kEaGe.kEaGe.kEaGe,
.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG {
  display: flex;
  flex-direction: row-reverse !important;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px;
  height: 49px !important;
  text-align: left;
  font-family: 'Founders Grotesk' !important;
  font-size: 24px !important;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  /*     max-width: 331px; */
  color: #767678 !important;
}

.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi::placeholder,
.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU::placeholder,
.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG::placeholder {
  color: #767678 !important;
  opacity: 1;
  /* Firefox */
}

.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi:-ms-input-placeholder,
.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU:-ms-input-placeholder,
.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #767678 !important;
}

.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi.jEnZGi::-ms-input-placeholder,
.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU::-ms-input-placeholder,
.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #767678 !important;
}

button.needsclick.Button__FormStyledButton-p2mbjt-0.fPRXvs.kl-private-reset-css-Xuajs1 {
  display: inline-block;
  padding: 23px 16px !important;
  min-width: 275px;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  white-space: normal;
  text-decoration: none;
  background-image: none;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  font-family: "Founders Grotesk Mono" !important;
  border-radius: 0;
  transition: 0.5s ease all;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff !important;
  color: #000 !important;
  font-weight: 400 !important;
  max-width: 285px !important;
  border-radius: 0 !important;
  border: none !important;
  display: block;
  margin-top: 12px;
  box-sizing: border-box;
}

.needsclick.Row__FormRow-sc-17nghml-0.lnviXl.kl-private-reset-css-Xuajs1 {
  max-width: 559px !Important;
}

.newsletter_wrap .input-group .btn {
  min-width: 285px;
  text-align: center;
}

.newsletter_wrap .small-text {
  font-weight: 300;
  font-size: 8.5px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  max-width: 285px;
  margin-top: 11px;
  margin-bottom: 0;
  margin-left: 0;
}

#email_signupp span.d-block.w-100 {
  margin-top: 29px;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
}

.footer_nav ul li {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.62;
  font-family: "Founders Grotesk Mono";
}

.footer_nav ul.social_link {
  flex-direction: column;
  display: flex;
}

.footer_nav ul.social_link li {
  display: inline-block;
}

.footer_nav ul li a {
  color: #fff;
}

.footer_nav ul li a:hover {
  color: #DF1A25;
}

.footer_nav h5,
.footer_nav .h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.62;
  color: #fff;
  font-family: "Founders Grotesk Mono";
}

.footer_nav .social-w {
  margin-left: 60px;
}

.footer_nav ul.social_link {
  margin-right: 0;
}

.footer_nav .social_link li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.copyright {
  padding-top: 35px;
  padding-bottom: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Founders Grotesk Mono";
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.copyright p span {
  color: #EFEFEF;
}

.footer_bottom {
  /* background-image: url("//cheribundi.com/cdn/shop/t/161/assets/Footer-bg.jpg?v=32799596587067449941682001696") no-repeat center; */
  background: url('/cdn/shop/t/119/assets/Footer-bg.jpg?v=3279959658706744994') no-repeat center;
  background-size: cover;
}

.footer_bottom .container {
  padding-top: 74px;
  padding-bottom: 74px;
}

.footer_bottom .footer_bootom_contain {
  max-width: 1256px;
  margin: 0 auto;
  background: #DF1A25;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer_bottom .footer_bootom_contain p {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Founders Grotesk Mono";
  color: #ffffff;
}

.side_cart {
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  max-width: 542px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  padding: 40px 35px 29px;
  transition: all 0.4s ease-in-out;
  z-index: 8;
  max-height: 100%;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
  /*   overflow-y:auto; */
}

.side_cart.active {
  right: 0;
  visibility: visible;
}

#your-shopping-cart .side_cart.active {
  right: -100% !important;
  visibility: hidden !important;
}

.side_cart .side-cart-close {
  display: inline-block;
  margin-bottom: 12px;
  float: right;
}

.side_cart .side-cart-close img {
  max-width: 25px;
}

.min-cart-wrap {
  clear: both;
  max-height: calc(100vh - 370px);
  height: calc(100vh - 370px);
  overflow: auto;
  padding-bottom: 30px;
}

.min-cart-wrap .m-pro-row {
  display: flex;
  padding-bottom: 35px;
  padding-top: 28px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.min-cart-wrap .m-pro-row:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .min-cart-wrap .m-pro-row:last-child {
    margin-bottom: 28px;
  }
}

.min-cart-wrap .m-pro-row .r-img-outer {
  width: 148px;

}

.p-qd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.min-cart-wrap .m-pro-row .r-prod-info .p-qd p {
  margin-bottom: 0;
}

.min-cart-wrap .m-pro-row .r-img-outer a {
  display: block
}

.min-cart-wrap .m-pro-row .r-img-outer img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.min-cart-wrap .m-pro-row .r-prod-info {
  width: calc(100% - 148px);
  padding-left: 20px;
}

.min-cart-wrap .c-coll-sub {
  border: none;
  padding: 9px 0
}

.min-cart-wrap .custom-radio [type=radio]:checked+label,
.min-cart-wrap .custom-radio [type=radio]:not(:checked)+label {
  padding-left: 26px;
}

.min-cart-wrap .m-pro-row .r-prod-info h4 {
  font-size: 24px;
  line-height: 135%;
  padding-right: 30px;
}

.min-cart-wrap .m-pro-row .r-prod-info h4 span {
  display: block;
  font-size: 16px;
  line-height: 125%;
  color: #343434;
}

.min-cart-wrap .m-pro-row .r-prod-info p {
  font-size: 24px;
  line-height: 135%;
  color: #000;
  margin-bottom: 10px;
}

.min-cart-wrap .m-pro-row .r-prod-info p span {
  display: block;
  font-size: 16px;
  line-height: 125%;
  color: #343434;
  margin-top: -5px;
}

.min-cart-wrap .m-pro-row .r-prod-info p:last-child {
  margin-bottom: 0;
}

.min-cart-footer {
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 5;
}

.min-cart-footer .total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  text-transform: uppercase;
}

.min-cart-footer .total span {
  font-size: 16px;
  line-height: 160%;
  font-family: "Founders Grotesk Mono";
  color: #000;
}

.min-cart-footer .total .t-price,
.min-cart-footer .total .t-price span {
  font-size: 24px;
  line-height: 135%;
  font-family: "Founders Grotesk";
}

.min-cart-footer p {
  font-family: "Founders Grotesk Mono";
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
  margin-bottom: 30px;
}

.min-cart-footer .btn {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.min-cart-footer .acc-card {
  margin-top: 15px;
  background: #767678;
  padding-top: 5px;
}

.min-cart-footer .acc-card p {
  margin-bottom: 7px;
  text-align: center;
  color: white;
}

.min-cart-footer .acc-card ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0
}

.min-cart-footer .acc-card ul li {
  padding: 5px;
}

.banner-wrap {
  background: url("//cheribundi.com/cdn/shop/t/161/assets/banner-img.jpg?v=147913036024662049471682001713") no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding-top: 87px;
  padding-bottom: 83px;
  position: relative;
}

.banner-wrap .container {
  position: relative;
  z-index: 2
}

.banner-wrap .banner_text h1 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  font-size: 70px;
  line-height: 87%;
  font-weight: 300;
}

.banner-wrap .banner_text h1 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  display: block
}

.banner-wrap .banner_text p {
  font-size: 24px;
  line-height: 135%;
  color: #fff;
  max-width: 425px;
  margin: 0;
}

.banner-wrap .banner_text .d-flex {
  align-items: flex-start;
}

.banner-wrap .banner_text .btn {
  min-width: 285px;
  text-align: center;
  margin-left: 0;
  margin-top: 25px;
}

.banner-wrap .banner_text .btn span {
  font-size: 9px;
}

.banner-wrap .botal-img {
  display: flex;
  justify-content: center;
}

.video-background {
  /* class name used in javascript too */
  width: 100%;
  /* width needs to be set to 100% */
  height: 100%;
  /* height needs to be set to 100% */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.announcement_bar p a {
  color: white;
}

.brand-logo-wrap {
  padding-top: 37px;
  padding-bottom: 25px;
  border-top: 1px solid #000;
}

.brand-logo-wrap > div{
  position: relative;
}

.brand-logo-wrap .logo-slider-toggle{
  position: absolute;
  bottom: 0;
  right: 0;
}

.brand-logo-wrap .owl-stage {
  display: flex;
  height: auto;
  align-items: center;
  min-width: 100%;
  justify-content: space-between;
}

.brand-logo-wrap .brand-logo {
  margin: 0;
}

.brand-logo-wrap .brand-logo .item {
  padding: 0 5px;
  display: flex;
  flex: 1 0 auto;
  align-items: center;
}

.brand-logo-wrap .brand-logo .item img {
  margin: 0 auto;
  display: block;
}

.explore_wrap {
  padding-top: 100px;
  padding-bottom: 90px;
  margin: 0 auto;
  text-align: center;
}

.explore_wrap .star-wrap {
  margin-top: 30px;
}

.explore_wrap .star-wrap .rating {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Founders Grotesk Mono";
  margin-left: 15px;
  font-weight: 300;
  color: #767678;
}

.explore_wrap h2 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}

.explore_wrap p {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 24px;
  line-height: 135%;
  margin-bottom: 0;
}

.explore_wrap .btn {
  margin-top: 25px;
  min-width: 285px;
  text-align: center;
}

.single_collection {
  height: 100%;
  position: relative;
}

.single_collection--infoRibbon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background: white;
  border: 1px solid black;
  border-top: none;
  z-index: 1;
  width: 140px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  font-family: Founders Grotesk;
  font-weight: 300;
  border-right: none;
}

.single_collection [data-smartrr-benefit] {
  display: none;
}

.template-product .product-listing .section-heading {
  margin-bottom: 2.5rem;
}

.product-listing .single_collection .collection_info {
  border: 1px solid black;
  border-top: none;
}

.product-listing .single_collection .collection_info .c-info_top--title {
  height: 100%;
  border-right: 1px solid black;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .product-listing .single_collection .collection_info .c-info_top--title {
    display: none;
  }
}

.product-listing .single_collection .collection_info .c-coll-sizeContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.product-listing .single_collection .c-coll-sizeContainer label {
  font-family: "Founders Grotesk";
  font-weight: 300;
  margin-bottom: 0;
}


.product-listing .single_collection .collection_info .c-coll-sizeContainer .c-coll-size {
  display: initial;
  padding: 10px 12px;
  min-width: 0;
}

.product-listing .single_collection .collection_info .c-coll-sizeContainer .c-coll-size:first-child:not(:last-child){
  padding-right: unset;
}

.product-listing .single_collection .collection_info .c-coll-sizeContainer .c-coll-size select {
  min-height: initial;
}

.c-coll-size option, .c-coll-qty input{
  color: #000;
  font-family: "Founders Grotesk Mono", monospace;
}

.product-listing .single_collection .c-info_top {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 93px;
}

@media (max-width: 992px) {
  .product-listing .single_collection .c-info_top {
    display: block;
  }
}

.product-listing .single_collection .c-info_top h2 {
  font-size: 14px;
  padding-top: 0;
  width: 120px;
  line-height: 14px;
}

.product-listing .single_collection .collection_info [data-smartrr-form-id] .smartrr-otp {
  margin-bottom: 0;
}

.product-listing .collection_slide_wrap .collection_info .btn-flex {
  padding: 10px 20px;
}

@media (max-width: 1500px) {
  .product-listing .single_collection .c-info_top h2 {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .template-product .product-listing .section-heading {
    margin-bottom: 2rem;
  }
}

.new.product-listing .section-button{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.new.product-listing>div{
  display: flex;
  flex-direction: column;
}

.new.product-listing .section-heading{
  font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
margin-bottom: 24px;
}

.new.product-listing .section-subHeading{
  font-family: "Founders Grotesk Mono";
  margin-bottom: 40px;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}

.new.product-listing .slick-dots{
  position: relative;
  bottom: unset;
  /* margin: 40px 0 0; */
}
.new.product-listing .single_collection .collection_img{
  border: 0;
}
.new.product-listing .collection_slide_wrap{
  margin-bottom: 0;
  padding-bottom: 0;   
}

.new.product-listing .single_collection .collection_info{
  border: 0;
}
.new.product-listing .collection_slide_wrap .item{
  box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.25);
  margin: 0 .5rem 5rem;
}

.new.product-listing .single_collection .single_collection--infoRibbon{
  border: 0;
  line-height: inherit;
  font-family: "Founders Grotesk Mono";
}

.new.product-listing .c-info_top--title{
  font-family: "Founders Grotesk Mono";
  line-height: 20px;
}

.new.product-listing .single_collection product-form label{
  font-family: "Founders Grotesk Mono";
  font-size: 16px;
  font-weight: 400;
}

.new.product-listing [data-smartrr-regular-price]{
  display: none!important;
}
@media (min-width: 768px){
  .new.product-listing .section-button {
    margin-top: 56px;
  }
  .new.product-listing .section-heading{
    font-size: 44px;
    margin-bottom: 32px;
  }
  .new.product-listing .section-subHeading{
    margin-bottom: 56px;
  }
}

@media (max-width: 767px){
  .new.product-listing .slick-dots{
    position: absolute;
    bottom: 0;
    z-index: 9999;
  }
}

.single_collection .ligh-gray .t-rot {
  color: #000 !important;
}

.single_collection .collection_img {
  background: #000;
  position: relative;
  overflow: hidden;
  border: 1px solid black;
}

.single_collection .collection_img a {
  display: block;
}

.single_collection .collection_img img {
  margin: 0 auto;
  width: 100%;
}

.single_collection .collection_img .sec-img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
  width: 100%;
}

.single_collection .collection_img a:hover .sec-img {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

.single_collection .collection_img .t-rot {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(90deg);
  display: inline-block;
  font-family: "Founders Grotesk Mono";
  z-index: 2;
  position: absolute;
  right: -30px;
  top: 77px;
}

.single_collection .c-info_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.single_collection .c-info_top h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: initial;
  letter-spacing: 0.02em;
  padding-top: 14px;
  padding-left: 17px;
  color: #0A0203;
  margin: 0;
  width: calc(100% - 156px);
}

.single_collection .c-info_top .star-wrap {
  width: 156px;
  text-align: center;
  border-left: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 12px;
  text-align: center;

}

.single_collection .c-info_top .star-wrap span {
  color: #000;
  font-size: 14px;
  display: inline-block;
  margin: 0 3px;
}

.collection_slide_wrap .single_collection .c-info_top .star-wrap span,
.collection_slide_wraps .single_collection .c-info_top .star-wrap span {
  color: #000;
  font-size: 14px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
}

.single_collection .c-info_top .star-wrap .icon-stars {
  color: #000;
  font-size: 14px;
}

.explore_wrap .icon-stars img.img-fluid {
  width: 15px;
  margin-top: -3.5px;
}

.icon-stars.icon-stars svg {
  width: 15px;
  height: 14px;
}

.icon-stars img.img-fluid {
  width: 14px;
  margin-top: -5px;
}

.collection_slide_wrap .icon-stars img.img-fluid,
.collection_slide_wraps .icon-stars img.img-fluid {
  width: 14px;
  margin-top: 0;
}


.single_collection .c-info_top .star-wrap .rating {
  display: block;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "Founders Grotesk Mono";
  color: #0A0203;
  font-weight: 300;
}

.single_collection .c-info_content {
  padding: 16px 18px;
  font-size: 16px;
  color: #0A0203;
  line-height: 1.25;
  border-top: 1px solid #000;
}

.bg-red {
  background: #DF1A25 !important;
}

.light {
  background: #C6A3A7 !important;
}

.dark {
  background: #80225F !important;
}

.pure-bg {
  background: #AA182C !important;
}

.ligh-gray {
  background: #EFEFEF !important;
}

.gray {
  background: #767678 !important;
}

.collection_slide_wrap .owl-nav,
.collection_slide_wraps .owl-nav,
.collection_slide_wrap .slick-arrow {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection_slide_wrap .owl-stage,
.collection_slide_wraps .owl-stage {
  display: flex;
  height: auto;
}

.collection_slide_wrap .owl-stage .item,
.collection_slide_wraps .owl-stage .item {
  height: 100%;
}

.owl-nav {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav .owl-prev,
.collection_slide_wrap .slick-prev {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.25px solid #4D4D4D;
  position: relative;
  font-size: 0;
  margin: 0 12px;
  transition: 0.5s ease all;
  background: #ffffff;
}

.collection_slide_wrap .slick-prev {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1.25px solid #4D4D4D;
  position: relative;
  font-size: 0;
  margin: 0 12px;
  transition: 0.5s ease all;
}

.owl-nav .owl-prev:after,
.collection_slide_wrap .slick-prev:after {
  content: "";
  font-family: "icomoon" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  color: #111111;
  font-size: 1rem;
}

.owl-nav .owl-prev:hover,
.collection_slide_wrap .slick-prev:hover {
  background: #000;
  border-color: #000;
}

.owl-nav .owl-prev:hover:after,
.collection_slide_wrap .slick-prev:hover:after {
  color: #fff;
}

.collection_slide_wrap {
  padding-bottom: 20px;
  position: relative;
}

.collection_slide_wrap .slick-list{
  overflow: visible;
}

.slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(117, 117, 115, 0.4);
}

.slick-dots li.slick-active {
  background: #DF1A25;
} 

.slick-dots li button {
  display: none;
}

.review_slide {
  margin-bottom: 0;
  max-width: 1046px;
  margin: 0 auto;
}

.review_slide .slick-dots {
  position: initial;
  bottom: initial;
  margin-top: 2.25rem;
}

@media (max-width: 992px) {
  .review_slide .slick-dots {
    margin-top: 1.75rem;
  }

  .product-listing.new .slick-arrow {
    display:none!important;
  }
}

.review_slide .slick-dots li {
  background: white;
  color: black;
  border: 1px solid black;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Founders Grotesk Mono";
}

.review_slide .slick-dots li.slick-active {
  background: black;
  color: white;
}

.owl-nav .owl-next,
.collection_slide_wrap .slick-next {
  width: 56px;
  height: 56px;
  display: flex;
  font-size: 0;
  margin: 0 12px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  transition: 0.5s ease all;
  border: 1.25px solid #4D4D4D;
  background: #ffffff;
}

.collection_slide_wrap .slick-next {
  width: 56px;
  height: 56px;
  display: flex;
  background: #fff;
  font-size: 0;
  margin: 0 12px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  transition: 0.5s ease all;
  border: 1.25px solid #4D4D4D;
}

.collection_slide_wrap .slick-next {
  position: absolute;
  right: -2.5rem;
  z-index: 2;
  transform: translateY(-50%);
  top: 40%;
}


.collection_slide_wrap .slick-prev {
  position: absolute;
  left: -2.5rem;
  z-index: 2;
  transform: translateY(-50%);
  top: 40%;
}

@media (max-width: 992px) {
  .collection_slide_wrap .slick-next {
    right: -10px;
    top: 40%;
    margin: 0;
  }

  .collection_slide_wrap .slick-prev {
    left: -10px;
    top: 40%;
    margin: 0;
  }
}

.owl-nav .owl-next:after,
.collection_slide_wrap .slick-next:after {
  content: "";
  font-family: "icomoon" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1rem;
  transform: translate(-50%, -50%) rotate(180deg);
  display: block;
  color: #111111;
}

.collection_slide_wrap .slick-next:before,
.collection_slide_wrap .slick-prev:before {
  display: none
}

.owl-nav .owl-next:hover,
.collection_slide_wrap .slick-next:hover {
  background: #000;
  border-color: #000;
}

.owl-nav .owl-next:hover:after,
.collection_slide_wrap .slick-next:hover:after {
  color: #fff;
}

.collection_slide_wrap .slick-track {
  /* display: flex; */
  /* height: inherit; */
}

.collection_slide_wrap .item {
  height: inherit;
  margin: 0 0.5rem;
}

@media only screen and (max-width: 992px) {
  .product-listing.new .collection_slide_wrap {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-listing.new .collection_slide_wrap .item {
    margin: 0 1rem 5rem;
  }

  .product-listing .collection_slide_wrap .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}




.home-recovery-sec {
  padding-top: 0 !important;
  margin-top: 133px;
  border-top: 154px solid #fff;
}

.home-recovery-sec .recovery-top {
  margin-top: -154px;
  padding-bottom: 45px;
}

.home-recovery-sec .recovery-top .faster-t {
  text-align: center;
}

.home-recovery-sec .recovery-top .faster-t h5 {
  text-transform: uppercase;
  color: #DF1A25;
  font-size: 16px;
  font-family: "Founders Grotesk Mono";
  margin-bottom: 10px;
}

.recovery_trat_wrap {
  background: #000;
  padding-bottom: 63px;
  padding-top: 124px;
}

.recovery_trat_wrap .recovery_trat_head {
  max-width: 765px;
  margin: 0 auto;
  text-align: center;
}

.recovery_trat_wrap .recovery_trat_head h2 {
  font-weight: 300;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  font-size: 55px;
  line-height: 1.05;
  color: #767678;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.recovery_trat_wrap .recovery_trat_head p {
  font-size: 24px;
  color: #fff;
  line-height: 1.33;
}

.recovery_trat_wrap .recovery_trat_head .btn {
  margin-top: 30px;
}

.icon-with-text-row {
  margin-top: 110px;
}

.icon-with-text {
  text-align: center;
  margin-bottom: 49px;
}

.icon-with-text .icon {
  margin-bottom: 22px;
}

.icon-with-text .text p {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 1.38;
  font-family: "Founders Grotesk Mono";
}

.featured_wrap {
  background: #767678;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.template-index .featured_wrap {
  background: #000;
}

.featured_wrap .featured_img {
  width: 50%;
  position: relative;
}

.featured_wrap .featured_img img {
  width: 100%;
}

.featured_wrap .featured_img .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured_wrap .featured_img .badge img {
  width: auto;
}

.featured_wrap .featured_text {
  width: 50%;
  padding-right: 55px;
}

.featured_wrap .featured_text h2 {
  font-weight: 300;
  color: #fff;
  font-size: 55px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.featured_wrap .featured_text p {
  max-width: 651px;
  font-size: 24px;
  color: #fff;
  line-height: 1.33;
  margin-bottom: 28px;
}

.featured_wrap .featured_text .feat-sec {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.featured_wrap .featured_text .feat-sec .feat-icon {
  width: 42px;
}

.featured_wrap .featured_text .feat-sec p {
  font-size: 18px;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  width: calc(100% - 42px);
  font-family: "Founders Grotesk Mono";
}

.featured_wrap .featured_text .btn {
  margin-top: 15px;
}

.recovery_champ_wrap .recovery_champ_head {
  display: flex;
  border-top: 1px solid #000;
  align-items: center;
  border-bottom: 1px solid #000;
}

.recovery_champ_wrap .recovery_champ_head .recovery_champ_l {
  width: 45%;
  padding-top: 17px;

  padding-right: 30px;
}

.recovery_champ_wrap .recovery_champ_head .recovery_champ_l h2 {
  font-size: 55px;
  /* color: #fff; */
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: 0.02em;
  /*   border-left: 1px solid #fff; */
  text-transform: uppercase;
}

.recovery_champ_wrap .recovery_champ_head .recovery_champ_r {
  padding: 42px 0 35px 82px;
  width: 55%;
  border-left: 1px solid #000;
  margin: 0;
}

.recovery_champ_wrap .recovery_champ_head .recovery_champ_r p {
  font-size: 24px;
  /* color: #fff; */
  line-height: 1.33;
}

.counter_row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}

.counter_row .single_count {
  padding: 0 15px;
  /* min-width: 305px; */
  width: 25%;
}

.counter_row .single_count h3 {
  font-size: 64px;
  line-height: 140%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent;
  margin: 0;
  font-family: "Founders Grotesk Mono";
}

.counter_row .single_count p {
  margin: 0;
  margin-top: -24px;
  color: #000;
  font-family: "Founders Grotesk Mono";
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
}

.recover_like_wrap {
  padding-top: 65px;
  padding-bottom: 139px;
}

.recover_like_head {
  display: flex;
  align-items: center;
  border-top: 1.25px solid #767678;
  border-bottom: 1.25px solid #767678;
  /* align-items: center; */
  justify-content: space-between;
}

.recover_like_head h2 {
  font-weight: 300;
  font-size: 55px;
  line-height: 87%;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
  padding-top: 0;
}

.recover_like_head p {
  font-size: 24px;
  line-height: 135%;
  /*   max-width: 708px; */
  max-width: 555px;
  padding: 38px 0 38px 69px;
  border-left: 1px solid #767678;
  margin: 0;
}

.recover_like_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
  margin-top: 65px;
}

.single_like {
  position: relative;
  /*   width: 33.33%; */
  cursor: pointer;
  padding: 0 11px 11px;
  border-bottom: 1px solid #767678;
}

.single_like .single_like_inner {
  position: relative;
}

.single_like .author {
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
  font-family: "Founders Grotesk Mono";
  font-weight: 400;
  margin-top: 19px;
}

.single_like img {
  width: 100%;
  /* max-height: 400px; */
  object-fit: cover;
}

.single_like .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 4, 6, 0.76);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease all;
  padding: 44px 27px;
  cursor: default;
}

.single_like .overlay .s-text {
  text-align: right;
  border-bottom: 1.5px solid #767678;
  padding-bottom: 12px;
  margin: 0;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 300;
  font-family: "Founders Grotesk Mono";
  text-transform: uppercase;
}

.single_like .overlay h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-bottom: 1.5px solid #767678;
  padding-bottom: 0;
  padding-top: 19px;
  margin: 0;
}

.single_like .overlay h6 {
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  border-bottom: 1.5px solid #767678;
  padding-bottom: 10px;
  color: #fff;
  padding-top: 10px;
  font-family: "Founders Grotesk Mono";
}

.single_like .overlay p {
  font-size: 16px;
  line-height: 135%;
  color: #fff;
  border-bottom: 1.5px solid #767678;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 206px;
}

.single_like:hover .overlay,
.single_like:focus .overlay {
  opacity: 1;
}

.recover_like_row .slick-prev:hover:before,
.recover_like_row .slick-next:hover:before {
  color: #fff;
}

*/ .slick-arrow:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.recover_like_row_controls .owl-prev,
.recover_like_row_controls .owl-next {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.25px solid #4D4D4D;
  position: relative;
  font-size: 0;
  margin: 0 12px;
  transition: 0.5s ease all;
}

@media only screen and (min-width: 768px) {

  .recover_like_row_controls .owl-prev {
    position: absolute;
    left: -84px;
    top: 50%;
    transform: translateY(-50%);
  }

  .recover_like_row_controls .owl-next {
    position: absolute;
    right: -84px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.recover_like_row_controls .owl-prev,
.recover_like_row_controls .owl-nav .owl-next {
  background: #ffffff;
  cursor: pointer;
}

.recover_like_row_controls .owl-prev:hover,
.recover_like_row_controls .owl-next:hover {
  background: #000000;
}

.perfomance_wrap .container {
  padding-top: 22px;
  padding-bottom: 36px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee .marquee__item {
  margin-right: 10px;
}

.marquee img {
  /* margin: 0 10px; */
  width: auto;
}

.marquee__item_slide {
  width: 100%;
}

.bg-white .marquee__item img {
  display: inline-block;
  vertical-align: top;
}

.bg-white .marquee__item,
.marquee__item_slide {
  font-size: 32px;
  color: #000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}

.marquee__item_slide {
  margin-bottom: 0;
}

.marquee__item_slide .d-flex {
  align-items: flex-start;
}

.marquee__item_slide .d-flex img {
  display: inline-block;
  vertical-align: top;
}

.marquee:hover .marquee__item {
  animation-play-state: paused;
}

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee__item {
    animation-play-state: paused !important;
  }
}

.marquee__seperator {
  margin: 0 2rem;
}

.marquee__item {
  display: inline-block;
  will-change: transform;
  animation: marquee 30s linear infinite;
}



@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee {
  background-color: #000;
  padding: 18px 0 8px;
  color: #fff;
}

.m-m-show {
  display: none !important;
}

.hour_recovery_wrap {
  background: #000;
  padding-bottom: 150px;
}

.hour_recovery_wrap .full-img {
  width: 100%;
}

.hour_recovery_wrap .hour_recovery_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin-top: -188px;
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.hour_recovery_wrap .hour_recovery_head h2 {
  font-weight: 300;
  font-size: 125px;
  line-height: 105px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}

.hour_recovery_wrap .hour_recovery_head h2 span {
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.hour_recovery_wrap .hour_recovery_head p {
  font-size: 24px;
  line-height: 135%;
  color: #fff;
  max-width: 392px;
}

.recovery-thumb-slide .item {
  padding-left: 141px;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer
}

.recovery-thumb-slide .item::before {
  content: "";
  width: 98px;
  height: 1px;
  position: absolute;
  display: block;
  background: #fff;
  top: 50%;
  left: 0;
}

.recovery-thumb-slide .item .time {
  display: none;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Founders Grotesk Mono";
}

.recovery-thumb-slide .item.slick-current.slick-active .time {
  display: block;
}

.recovery-thumb-slide .item.slick-current.slick-active img {
  display: none;
}

.recovery-thumb-detail {
  margin-bottom: 0;
}

.recovery-thumb-detail .item {
  display: flex;
  justify-content: space-between;
}

.recovery-thumb-detail .item .item-img {
  width: 372px;
}

.recovery-thumb-detail .item .text {
  width: 405px;
}

.recovery-thumb-detail .item .text h4 {
  font-size: 18px;
  line-height: 140%;
  font-family: "Founders Grotesk Mono";
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.recovery-thumb-detail .item .text h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #767678;
  margin-bottom: 48px;
}

.recovery-thumb-detail .item .text .btn:hover {
  background: #fff;
  color: #000;
}

.recovery-slick-arrows {
  align-items: flex-start;
  margin-left: 7%;
}

@media only screen and (max-width: 767px) {
  .recovery-slick-arrows {
    align-items: center;
    margin-left: 7%;
  }
}

.recovery-slick-arrows button#recovery-toggle {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.25px solid #4D4D4D;
  position: relative;
  font-size: 0;
  margin: 0 12px;
  transition: 0.5s ease all;
  background: #ffffff;
}

.recovery-slick-arrows #recovery-toggle svg {
  width: 50%;
}

.join_wrap {
  max-width: 400px;
  position: fixed;
  z-index: 4;
  right: -110%;
  top: 50%;
  transform: translateY(-50%);
  background: #AA182C;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.55s ease all;
}

.join_wrap.active {
  right: 0;
}

.join_wrap .join_top {
  background: #80225F;

}

a.close-join {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 13px;
}

.join_wrap .join_flex {
  display: flex;
}

.join_wrap .join_flex .left_join {
  background: #80225F;
  padding: 0;
  width: 50px;
}

.join_wrap .join_flex .left_join img {
  margin: 0 auto;
  display: block;
}

.join_wrap .join_right {
  width: calc(100%);
  padding: 23px;
  background: black;
}

.join_wrap .join_right .btn {
  min-width: 100%;
}

.join_wrap .join_right a.close-join {
  float: right;
  filter: invert(1);
  width: 25px;
}

.join_wrap .join_right h2 {

  font-style: normal;
  font-weight: 300;
  font-size: 29.5px;
  line-height: 99%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
}

.join_wrap .join_right h2 span {


  color: #DF1A25;
}

.join_wrap .join_right p {
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  text-align: center;
}

.join_wrap .join_right .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 46px;
  font-size: 16px;
  line-height: 125%;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.join_wrap .join_right .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.join_wrap .join_right .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.join_wrap .join_right .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.join_wrap .join_right .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.join_wrap .join_right .form-control:focus {
  box-shadow: none;
}

.join_wrap .join_right label {
  font-size: 16px;
  line-height: 160%;
  font-family: "Founders Grotesk Mono";
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 0;
}

.collection_banner {
  background: #767678;
}

@media only screen and (max-width: 991px) {
  .collection_banner {
    background-color: black;
  }

  .collection_banner  img {
    height: 17rem;
  }
}


.collection_banner_text {
  /* padding-top: 100px;
  padding-bottom: 67px; */
}

.collection_banner_text h1 {
  /* max-width: 522px; */
  font-weight: 300;
  font-size: 75px;
  line-height: 1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}

.collection_banner_text h1 span {
  display: block;
  position: relative;
}

.collection_banner_text h1 span:after {
  width: 100%;
  display: block;
  height: 1px;
  background: #fff;
  content: "";
  margin-top: -22px;
  position: absolute;
}

.collection_banner_text h5 {
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Founders Grotesk Mono";
  max-width: 461px;
}

.collection_banner_text p {
  max-width: 461px;
  color: #fff;
  font-size: 24px;
  line-height: 135%;
}

.collection_banner_img {
  height: 100%;
}

.collection_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_wrap {
  padding-top: 140px;
}

.collection_row .single_collection {
  border: none;
  margin-bottom: 58px;
}

/* .collection_row .single_collection .collection_img {
  min-height: 658px;
} */
.collection_row .single_collection .c-info_top {
  border-top: 1px solid #000;
}

.collection_row .single_collection .c-info_top h2 {
  padding-left: 0;
}

.collection_row .single_collection .c-info_content {
  border-bottom: 1px solid #000;
  padding: 13px 0 8px;
}

.collection_row .single_collection .c-info_content p {
  font-size: 18px;
  font-family: Founders Grotesk;
  line-height: 145%;
  text-transform: inherit;
}

.collection_row .single_collection ul li img {
  max-width: 20px;
  display: block;
}


.collection_row .single_collection ul {
  list-style: none;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

.collection_row .single_collection ul li {
  display: flex;
  margin-bottom: 13px;
}

.collection_row .single_collection ul li span {
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
  text-transform: uppercase;
  font-family: "Founders Grotesk Mono";
  color: #000000;
  padding-left: 15px;
}

.collection_row .single_collection .btn-flex {
  padding-top: 25px;
  display: block;
  justify-content: space-between;
}

.collection_row .single_collection .btn-flex .btn {
  min-width: 188px;
  padding: 32px 16px;
}

.collection_row .single_collection .btn-flex .button-border {
  width: calc(100% - 203px);
}

.collection_leftbar {
  max-width: 254px;
}

.collection_leftbar h2 {
  font-weight: 300;
  font-size: 37px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0C0C0C;
}

.collection_leftbar .m-filter span {
  display: none;
}

.collection_leftbar .r-link {
  font-family: "Founders Grotesk Mono";
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #8e6b7d;
}

.collection_leftbar .r-link:hover {
  opacity: 1;
}

.choose_category {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
}

.choose_category li {
  padding: 18px 24px;
}

.choose_category li+li {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.choose_category li a {
  display: block
}

.choose_category [type=radio]:checked,
.choose_category [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.choose_category [type=radio]:checked+label,
.choose_category [type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 140%;
  font-family: "Founders Grotesk Mono";
  text-transform: uppercase;
  color: #757573;
  margin: 0;
}

.choose_category [type=radio]:checked+label:before,
.choose_category [type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  background: #fff;
}

.choose_category [type=radio]:checked+label:after,
.choose_category [type=radio]:not(:checked)+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.choose_category [type=radio]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.choose_category [type=radio]:checked+label {
  color: #000;
}

.choose_category [type=radio]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.choose_category [type=radio]:checked+label::before {
  border-color: #000;
}

.dase_wrap {
  padding-top: 140px;
  padding-bottom: 56px;
}

.dase_wrap h2 {
  font-weight: 300;
  font-size: 125px;
  line-height: 105px;
  text-transform: uppercase;
  color: #767678;
}

.dase_wrap img {
  width: 100%;
}

.collection-marquee .marquee__item_slide {
  font-weight: 300;
  font-size: 18px;
  line-height: 145%;
  font-family: "Founders Grotesk Mono";
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.collection-marquee .marquee__item_slide img {
  width: auto;
  /* margin-left:20px; */
  position: relative;
  /*   top: -4px; */
}

/* .marquee.collection-marquee {
    padding: 25px 0 24px;
} */
.inner_recovery_trat_wrap {
  margin-top: 115px;
}

.prodcut_wrap {
  background-color: #F6F6F6;
}

@media only screen and (max-width: 767px) {
  .prodcut_wrap {
    padding-top: 1.75rem;
  }
}

.produt_slide {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.produt_slide .product-left-part {
  /* width: 97px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.produt_slide .product-left-part .slick-prev.slick-arrow::before, 
.produt_slide .product-left-part .slick-next.slick-arrow::before {
  content: "";
  font-family: "icomoon" !important;
  color: #DF1A25;
}

.produt_slide .product-left-part .slick-next.slick-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.produt_slide .product_img_wrap {
  /* width: calc(100% - 122px); */
}

.produt_slide .product_img_wrap .slider-for img {
  width: 100%;
}

.produt_slide .product_img_wrap .slider-for .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 15px;
}

.produt_slide .slider-for .slick-arrow {
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #111111;
  width: 30px;
  height: 30px;
}

.produt_slide .slider-for .slick-prev {
  left: 25px;
}

.produt_slide .slider-for .slick-prev:before {
  content: "";
  font-family: "icomoon" !important;
  color: #111111;
  font-size: 12px;
}

.produt_slide .slider-for .slick-next:before {
  content: "";
  font-family: "icomoon" !important;
  color: #111111;
  font-size: 12px;
  transform: rotate(180deg);
  display: block;
}

.produt_slide .slider-for .slick-next {
  right: 25px;
}

.produt_slide .slider-nav .item {
  background: #e5e5e5;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
}

.produt_slide .slider-nav .item img {
  margin: 0 auto;
  width: auto;
  display: block;
}

.produt_slide .slider-nav .item.slick-current.slick-active {
  border-color: #DF1A25;
}

.slider-for {
  margin-bottom: 0;
}

.product_img_wrap p {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  font-family: "Founders Grotesk Mono";
}

.product-left-part {
  padding: 0 15px;
}

.product-left-part .product_title {
  font-size: 52px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: "Founders Grotesk";
}

.product-left-part .product_title .badge {
  flex: 0 0 3rem;
}

.product-left-part .pro_des p,
.product-left-part .pro_des span,
.product-left-part .pro_des,
.product-left-part ul {
  font-size: 16px;
  line-height: 135%;
  color: #757573;
  font-family: "Founders Grotesk";
  font-weight: 300;
}

.product-left-part .pro_des .pro_des--readMore,
.product-left-part .pro_des .pro_des--showLess {
  cursor: pointer;
  color: #DF1A25;
  text-decoration: underline;
}

.product-left-part .pro_des .pro_des--readMore:hover,
.product-left-part .pro_des .pro_des--showLess:hover {
  color: #DF1A25;
  text-decoration: underline;
}

.product-left-part ul {
  padding-left: 15px;
}

.product-left-part .wf-icon-items-wrap {
  margin-top: 1rem;
}

.product-left-part .wf-icon-items-wrap ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.product-left-part .wf-icon-items-wrap ul li {
  display: flex;
  margin-bottom: 17px;
}

.product-left-part .wf-icon-items-wrap ul li img {
  width: 20px;
  height: 20px;
}

.product-left-part .wf-icon-items-wrap ul li span {
  font-size: 15px;
  font-family: "Founders Grotesk Mono";
  line-height: 20px;
  padding-left: 12px;
  text-transform: uppercase;
}

.product-tab {
  border: 1px solid black;
}

@media only screen and (max-width: 1200px) {
  .product-tab {
    margin-top: 27px;
  }
}

.product-tab .nav-pills {
  margin-bottom: 0;
  flex-wrap: nowrap;
  justify-content: space-around;
  border-bottom: 1px solid #CDCDCD;
}

.product-tab .nav-pills .nav-link {
  border-radius: 0;
  padding: 24px 32px;
  font-size: 16px;
  line-height: 160%;
  display: block;
  text-transform: uppercase;
  color: #C4C4C4;
  font-family: "Founders Grotesk Mono";
  border-bottom: 1px solid transparent;
  height: 100%;
}

.product-tab .nav-pills .nav-link.active {
  color: #000;
  background: transparent;
  border-color: #000;
}

.product-tab .tab-pane {
  padding: 20px;
  padding-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-tab .tab-pane .button-secoundry {
  /*   max-width: 489px; */
  display: block;
  margin-top: 57px;
  width: 100%;
}

.product-tab .tab-pane .button-find-a-store {
  color: white ;
}

/* .product-tab .tab-pane .pills-tabContent__findStore-container {
  text-align: center;
  margin-top: 1rem;
}

.product-tab .tab-pane .pills-tabContent__findStore-container a {
  color: #DF1A25;
  text-decoration: underline;
  text-align: center;
  font-family: "Founders Grotesk Mono";
} */

.product-tab .tab-pane .btn {
  display: block;
  width: 100%;
}

.product-tab .tab-pane .purchase_point {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.product-tab .tab-pane .purchase_point li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 18px;
}

.product-tab .tab-pane .purchase_point li img {
  max-width: 21px;
  min-width: 21px;
  margin-right: 4px;
}

.sticky-btn a.btn.button {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.select_size {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.select_size label {
  font-size: 16px;
  line-height: 125%;
  color: #000000;
  opacity: 0.5;
  min-width: 114px;
}

.select_size .cust-radio {
  margin-left: 14px;
}

.select_size_inner {
  flex-wrap: wrap;
}

.select_qty {
  margin-top: 20px;
  display: flex;
  width: 263px;
}

.select_qty label {
  font-size: 16px;
  line-height: 125%;
  color: #000000;
  opacity: 0.5;
  margin-right: 20px;
  min-width: 101px;
}

.select_qty .u-qty,
.select_qty .u-qtyc {
  display: flex;
}

.select_qty .u-qty .QuantitySelector__Button,
.select_qty .u-qtyc .QuantitySelector__Button,
.select_qty .u-qtyc button {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(99, 99, 99, 0.5);
  color: #636363;
  border-radius: 0;
  font-family: "Gordita Regular";
  cursor: pointer;
  border: none;
}

.select_qty .u-qty .QuantitySelector__Button:hover,
.select_qty .u-qtyc .QuantitySelector__Button:hover {
  background: #636363;
  color: #fff;
}

.select_qty .u-qty .QuantitySelector__CurrentQuantity,
.select_qty .u-qtyc .QuantitySelector__CurrentQuantity {
  width: 56px;
  height: 56px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);

  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Founders Grotesk Mono";
}

.cust-radio [type=radio]:checked,
.cust-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.cust-radio [type=radio]:checked+label,
.cust-radio [type=radio]:not(:checked)+label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000000;
  min-width: 125px;
  padding: 10px 10px 7px;
  color: #000;
  font-size: 24px;
  line-height: 145%;
  color: #000000;
  text-align: center;
  opacity: 0.5;
  transition: 0.2s ease all;
}

.cust-radio [type=radio]:checked+label span,
.cust-radio [type=radio]:not(:checked)+label span {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  font-family: "Founders Grotesk Mono";
  letter-spacing: 0.03em;
  display: block;
  text-transform: uppercase;
  margin-top: -8px;
}

.cust-radio [type=radio]:checked+label {
  border-color: #DF1A25;
  box-shadow: inset 0px 0px 0px 1px #DF1A25;
  opacity: 1;
}

.subsribe_text {
  margin-top: 28px;
}

.sub_flex {
  display: flex;
  justify-content: space-between;
}

.sub_flex h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  font-weight: "Founders Grotesk Mono";
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sub_flex p {
  font-size: 24px;
  line-height: 135%;
}

.purchase_text {
  display: none;
}

.sub_right_text {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.03em;
  font-family: "Founders Grotesk Mono";
}

.sub_right_text a {
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  display: block;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.sub_text h6 {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 150%;
  font-weight: "Founders Grotesk Mono";
  letter-spacing: 0.03em;
}

.sub_text p {
  font-size: 24px;
  line-height: 135%;
}

.product-accordion {
  margin-top: 10px;
}

.product-accordion .cards {
  border-bottom: 1px solid #000;
}

.product-accordion .cards .btn-link {
  display: block;
  color: #000;
  font-family: "Founders Grotesk Mono";
  font-size: 16px;
  line-height: 160%;
  padding: 13px 0;
  padding-right: 25px;
  text-transform: initial;
  width: 100%;
  text-align: left;
  position: relative;
  white-space: normal;
}

.product-accordion .cards .btn-link:focus-visible {
  outline: 5px auto Highlight !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

a:focus-visible {
  outline: 5px auto Highlight !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.product-accordion .cards .btn-link.collapsed:after {
  content: "+";
  position: absolute;
  right: 0;
  display: block;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}

.product-accordion .cards .btn-link:after {
  content: "-";
  position: absolute;
  right: 0;
  display: block;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  color: #DF1A25;
}

.product-accordion .cards .card-body {
  padding: 0;
  padding-bottom: 35px;
}

.product-accordion .cards .card-body .table tr td {
  padding: 0;
  border-top: none;
  border-bottom: 1px solid #767678;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  font-family: "Founders Grotesk Mono";
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #767678;
  vertical-align: bottom;
}

.product-accordion .cards .card-body .table tr.pl-1in td:first-child {
  padding-left: 18px;
}

.product-accordion .cards .card-body .table tr td:nth-child(2) {
  text-transform: none
}

.product-accordion .cards .card-body .table tr td:last-child {
  text-align: right;
}

.product-accordion .cards .card-body .table tr td span {
  display: block;
}

.s-pro-review {
  margin-bottom: 5px;
  cursor: pointer;
}

.s-pro-review .star .rating {
  font-family: "Founders Grotesk Mono";
  font-size: 18px;
  margin-left: 10px;
  color: #DF1A25;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media only screen and (max-width: 1430px) {
  .product-left-part .product_title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1200px) {
  .produt_slide {
    gap: 15px;
  }
}

.review_sec_wrap .review_slide .slick-track {
  display: flex !important;
}

.review_sec_wrap .review_slide .slick-slide {
  height: inherit !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* @media only screen and (max-width: 640px) {
  .review_sec_wrap .slick-list {
    padding: 0 17% 0 0 !important;
  }
} */


.review_sec_wrap .owl-nav {
  justify-content: center;
}

.review_sec_wrap .owl-nav .owl-prev,
.review_sec_wrap .owl-nav .owl-next {
  background: #ffffff;
  cursor: pointer;
}

.review_sec_wrap .owl-nav .owl-prev:hover,
.review_sec_wrap .owl-nav .owl-next:hover {
  background: #000000;
}

.review_sec_wrap h2 {
  margin-bottom: 3.5rem;
}

.review_slide .owl-stage {
  display: flex;
  height: auto;
}

.review_slide .owl-nav {
  margin-top: 40px;
  justify-content: flex-end;
}

.review_slide .item {
  height: 100%;
  padding: 0 4px;
}

.review_slide .single_review {
  border: 1px solid #000;
  padding: 24px 26px 4rem;
  position: relative;
}

.review_slide .single_review h3 {
  font-weight: 300;
  font-size: 31px;
  line-height: 110%;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  margin-top: 12px;
  text-transform: uppercase;
}

.review_slide .single_review p {
  font-size: 19px;
  line-height: 145%;
}

.review_slide .single_review .verified {
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #767678;
  font-family: "Founders Grotesk Mono";
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.review_slide .review_meta {
  position: relative;
}

.review_slide .review_meta .date {
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #767678;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.review_slide .review_meta .star img {
  width: 16px;
  display: inline-block;
  height: auto;
}

.review_slide .single_review .verified .author_name {
  font-size: 20px;
  line-height: 135%;
  color: #0C0C0C;
  text-align: right;
}

.review_slide .single_review .verified .verified__title {
  text-align: right;
}

.memeber_banner {
  background-color: #000;
}

.memeber_banner .member-banner-text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.memeber_banner .member-banner-text h1 {
  color: #fff;
  font-weight: 300;
  font-size: 75px;
  line-height: 1em;
  text-transform: uppercase;
}

.memeber_banner .member-banner-text h1 span {
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.memeber_banner .member-banner-text p {
  font-size: 24px;
  line-height: 135%;
  color: #FFFFFF;
}

.memeber_banner .member-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join_marqee {
  background: #000000;
  font-size: 18px;
  line-height: 140%;
  font-family: "Founders Grotesk Mono";
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 23px;
  padding-bottom: 23px;
}

.member_wrap {
  background: #F6F6F6;
  padding-top: 135px;
  padding-bottom: 155px;
}

.member-left-side .note {
  font-size: 16px;
  line-height: 125%;
  margin-top: 21px;
  color: #000000;
}

.member_box {
  background: #fff;
  border: 1px solid #000000;
  max-width: 586px;
  padding: 35px 74px 48px 95px;
}

.member_box .form-control,
.member_box select.featured-subscription-product-selector {
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 300;
  font-size: 35px;
  line-height: inherit;
  letter-spacing: 0.02em;
  border-radius: 0;
  color: #000;
  height: auto !important;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff url("cheribundi.com/cdn/shop/t/161/assets/angle-down.svg?v=46607044615969451461682001708") no-repeat center right;
  text-transform: uppercase;
  background-size: 13px;
  margin-bottom: 30px;
}

.member_box .form-control:focus,
.member_box select.featured-subscription-product-selector {
  box-shadow: none;
  outline: none;
}

.member_box select.featured-subscription-product-selector:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.member_box .select_size label {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.member_box .select_size .cust-radio {
  margin-left: 0;
}

.member_box .select_size .cust-radio~.cust-radio {
  margin-left: 16px;
}

.member_box .select_size .cust-radio label {
  margin-bottom: 0;
}

.member_box .m-price {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.5);
  max-width: 363px;
  align-items: center;
  margin-top: 28px;
}

.member_box .m-price span {
  font-size: 24px;
  line-height: 145%;
  text-decoration-line: line-through;
  color: #767678;
}

.member_box .p-price {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.5);
  max-width: 363px;
  align-items: center;
  margin-top: 24px;
}

.member_box .p-price span {
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0C0C0C;
}

.member_box .p-price span i, .member_box .p-price span em {

  display: block;
  text-align: right;
  font-size: 12.8px;
  line-height: 140%;
  font-style: normal;
  color: #000;
  letter-spacing: -0.03em;
}

.member_box .btn {
  width: 100%;

  display: block;
  margin-top: 25px;
}

.member_text h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #767678;
  margin-bottom: 15px;
}

.member_text p {
  font-size: 24px;
  line-height: 135%;
  color: #000000;
}

.member_text .row {
  margin-top: 75px;
}

.member_text .feat-sec {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.member_text .feat-sec .feat-icon {
  width: 42px;
}

.member_text .feat-sec p {
  font-size: 18px;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  width: calc(100% - 42px);
  font-family: "Founders Grotesk Mono";
}

.contact_banner .contact_banner_left {
  height: 100%;
  background: url("//cheribundi.com/cdn/shop/t/161/assets/Contact_-_Pattern_1_-min.jpg?v=178755767335358369221682001693") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 22px;
}

.contact_banner .contact_banner_left h1 {
  color: #fff;
  font-weight: 300;
  font-size: 70px;
  line-height: 87%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  text-align: center;
  background: #000;
  padding: 62px 15px 44px;
}

.contact_banner .contact_banner_right .red-box {
  background: #AA182C;
  height: 220px;
}

.contact_banner .contact_banner_right .img img {
  width: 100%;
}

.contact_wrap {
  padding-top: 130px;
}

.single_contact {
  margin-bottom: 55px;
  height: calc(100% - 55px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single_contact h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #252423;
  margin-bottom: 15px;
}

.single_contact p {
  font-size: 24px;
  line-height: 135%;
  margin-bottom: 40px;
}

.single_contact h5 {
  font-size: 16px;
  line-height: 125%;
  font-weight: normal;
}

.single_contact h6 {
  font-family: "Founders Grotesk Mono";
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #767678;
}

.single_contact h6 a {
  color: #767678;
}

.faq_banner {
  height: 444px;
  background: url("//cheribundi.com/cdn/shop/t/161/assets/faq-banner.jpg?v=101515664362104008571682001716") no-repeat center;
  background-size: cover;
  padding-top: 25px;
}

.faq_banner>.row {
  height: 100%;
  align-items: center;
}

.faq_banner h1 {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.faq_wrap {
  padding-top: 100px;
  padding-bottom: 220px;
}

.faq_wrap h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #000000;
}

.faq-q-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.faq-q-list li {
  font-size: 16px;
  line-height: 160%;
  font-family: "Founders Grotesk Mono";
  text-transform: uppercase;
  margin-bottom: 16px;
}

.faq-q-list li a {
  color: rgba(37, 36, 35, 0.5);
}

.faq-q-list li a.active {
  color: #252423;
}

.faq-q-list .nav-item {
  width: 100%;
  display: block;
}

.faq-q-list .nav-item.active {
  background: transparent;
}

.faq-q-list .nav-link {
  padding: 0;
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #252423;
  background-color: transparent;
}

.faq-accordion {
  border-top: 2px solid #d9d9d9;
}

.faq-list {
  border-bottom: 2px solid #d9d9d9;
}

.faq-list .btn-link {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 135%;
  padding: 28px 0 22px;
  padding-right: 25px;
  text-transform: inherit;
  width: 100%;
  text-align: left;
  white-space: normal;
  position: relative;
  font-family: "Founders Grotesk Mono";
  font-size: 18px;
}

.faq-list .btn-link:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.faq-list .btn-link.collapsed:after {
  content: "+";
  position: absolute;
  right: 0;
  display: block;
  font-family: "Gordita Regular";
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  font-weight: bold;
}

.faq-list .btn-link:after {
  content: "-";
  position: absolute;
  right: 0;
  font-family: "Gordita Regular";
  display: block;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
  color: #DF1A25;
}

.faq-list .faq-body {
  padding-bottom: 30px;
  font-size: 1rem;
  font-family: "Founders Grotesk Mono";
  font-weight: 300;
}

.faq-list .faq-body p {
  font-size: 18px;
}

.product-faq-accordion .faq-accordion {
  border-top: none;
}

.product-faq-accordion .faq-accordion .faq-list {
  border-bottom: 1px solid black;
}

.product-faq-accordion h2 {
  text-align: center;
}

.product-faq-accordion .tab-content{
  max-width: 1046px;
  margin: 0 auto;
}
.product-faq-accordion .tab-pane{
  display:block!important;
}

.contact_box_wrap {
  margin-bottom: 166px;
}

.contact_box {
  max-width: 1196px;
  background: #767678;
  padding-top: 111px;
  padding-bottom: 97px;
  padding-left: 67px;
  padding-right: 93px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_box p {
  font-size: 24px;
  line-height: 135%;
  color: #FFFFFF;
  margin-bottom: 23px;
}

.contact_box h2 {
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}

.contact_box .btn {
  min-width: 151px;
  text-align: center;
  margin-bottom: 16px;
}

.page-contain {
  padding-top: 141px;
  padding-bottom: 141px;
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
}

.page-contain h1 {
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0C0C0C;
  margin-bottom: 90px;
}

.page-contain h3 {
  font-size: 24px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 18px;
}

.page-contain p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}

.page-contain p a {
  color: #000;
}

.page-contain p a:hover {
  color: #DF1A25;
  text-decoration: underline;
}

.errors ul {
  list-style: none;
}

.errors ul li {
  color: #DF1A25;
  text-transform: capitalize;
}

.errors {
  margin-bottom: 10px;
}

.acc-setting {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left: none;
  border-right: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}

.acc-setting a {
  display: flex;
  justify-content: space-between;
  font-family: "Founders Grotesk Mono";
  font-size: 16px;
  line-height: 160%;
  color: #0c0c0c;
  align-items: center;
  text-transform: uppercase;
}

.acc-setting a span {
  font-size: 10px;
}

.shop-s {
  border-top: 1px solid #000;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 10px;
}

.shop-s .select_size {
  justify-content: center;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.shop-s .select_size .cust-radio {
  margin-left: 0;
}

.shop-s .select_size .cust-radio [type=radio]:checked+label,
.shop-s .cust-radio [type=radio]:not(:checked)+label {
  border: none;
  border-bottom: 1px solid transparent;
}

.shop-s .select_size .cust-radio [type=radio]:checked+label {
  border-color: #DF1A25;
  /* border-bottom: 1px; */
  box-shadow: none;
}

@media (max-width: 1500px) {
  .featured_wrap .featured_text {
    padding-left: 30px !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .featured_wrap .featured_text h2 {
    font-size: 46px;
  }

  .featured_wrap .featured_text p {
    font-size: 20px;
  }

  .collection_banner_text {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .recover_like_head p {
    font-size: 24px;

    max-width: 500px;
    padding: 38px 0 38px 51px;
    margin: 0;
  }

  .product-tab .nav-pills .nav-link {
    padding: 24px 12px;
  }

  .cust-radio [type=radio]:checked+label,
  .cust-radio [type=radio]:not(:checked)+label {
    min-width: 93px;
  }

  .select_size .cust-radio {
    margin-left: 7px;
  }

  .single_collection .c-info_top h2 {
    font-size: 25px;
  }


  .single_like .overlay {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .single_like .overlay h3 {
    font-size: 40px;
  }

  .single_like .overlay h6 {
    font-size: 16px;
  }

  .single_like .overlay p {
    font-size: 14px;
  }
}

@media (max-width: 1350px) {
  .single_collection .c-info_top h2 {
    font-size: 22px;
  }

  .recovery_champ_wrap .recovery_champ_head .recovery_champ_r {
    padding-left: 50px;
  }

  .counter_row .single_count {
    min-width: auto;
    width: 50%;
  }

  /* member page css*/
  .member_box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .memeber_banner .member-banner-text h1 {
    font-size: 80px;
    line-height: 0.85;
  }

  .member_box .select_size .cust-radio~.cust-radio {
    margin-left: 13px;
  }

  /* contact page css*/
  .single_contact h2 {
    font-size: 33px;
  }

  /* account page css*/
  .register_banner .overlay {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    right: 0;
  }

  .register_banner .overlay h4 {
    font-size: 16px;
  }
}

@media (max-width: 1250px) {
  .recovery-thumb-detail .item .item-img {
    width: 350px;
  }

  .recovery-thumb-detail .item .text {
    width: 43%;
  }

  .recovery-thumb-detail .item .text h3 {
    font-size: 30px;
  }

  .single_like .overlay h3 {
    font-size: 30px;
  }

  .single_like .overlay h6 {
    font-size: 14px;
  }

  .single_like .overlay p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .footer_nav .social-w {
    margin-left: 30px;
  }

  /* member page css*/
  .cust-radio [type=radio]:checked+label,
  .cust-radio [type=radio]:not(:checked)+label {
    min-width: 93px;
  }
}

@media (max-width: 1280px) {
  .header__nav-button {
    display: block
  }

  .announcement-bar {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  #header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #menu {
    display: none;
  }

  .featured_wrap {
    flex-wrap: wrap;
  }

  .featured_wrap .featured_img {
    width: 100%;
  }

  .featured_wrap .featured_text {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 74px;
    padding-right: 30px;
  }

  .recovery_champ_wrap .recovery_champ_head {
    flex-wrap: wrap;
  }

  .recovery_champ_wrap .recovery_champ_head .recovery_champ_l {
    width: 100%;
    border-right: none;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .recovery_champ_wrap .recovery_champ_head .recovery_champ_r p br {
    display: none
  }

  .recovery_champ_wrap .recovery_champ_head .recovery_champ_r {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #fff;
    width: 100%;
  }

  .counter_row {
    flex-wrap: wrap;
  }

  .counter_row .single_count {
    min-width: auto;
    width: 50%;
  }

  .recovery-thumb-detail .item .item-img {
    width: 45%;
  }

  .recovery-thumb-detail .item .text {
    width: 52%;
  }

  .hour_recovery_wrap .hour_recovery_head h2 {
    font-size: 100px;
  }

  /* collection page css*/
  .collection_row .single_collection .btn-flex {
    display: block;
  }

  .collection_row .single_collection .btn-flex .btn {
    padding: 16px;
    width: 100%;
    margin-bottom: 12px;
  }

  .collection_row .single_collection {
    margin-bottom: 30px;
    height: auto;
  }

  .recover_like_head {
    flex-wrap: wrap;
    border-top: none
  }

  .recover_like_head h2 {
    width: 100%;
    padding-top: 0;
    border-bottom: 1px solid #000;
  }

  .recover_like_head p {
    font-size: 24px;
    max-width: 100%;
    padding: 11px 0;
    margin: 0;
    border-left: none;

  }

  .recover_like_head p br {
    display: none;
  }

  /* product page css*/
  .product-tab .nav-pills .nav-link {
    padding: 24px 15px;
  }

  .product-tab .select_size label {
    display: block;
    width: 100%;
  }

  .product-tab .select_size .cust-radio {
    margin-top: 15px;
    margin-left: 0;
  }

  .product-tab .select_size .cust-radio~.cust-radio {
    margin-left: 10px;
  }

  /* member page css*/
  .member_wrap {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .memeber_banner .member-banner-img img {
    height: auto;
  }

  .memeber_banner .member-banner-text {
    padding-top: 35px;
    padding-bottom: 16px;
  }

  .member_box {
    padding: 15px;
    max-width: 100%;
  }

  /* contact css*/
  .contact_banner .contact_banner_left h1 {
    font-size: 50px;
    padding: 28px 15px 15px;
  }
}

@media (max-width: 870px) {
  .home-recovery-sec .recovery-top {
    margin-top: -134px;
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .banner-wrap .botal-img {
    display: none;
  }

  .banner-wrap {
    background: url("//cheribundi.com/cdn/shop/t/161/assets/banner-mobile.jpg?v=170829205051556077141682001711") no-repeat center top;
    background-size: cover;
    height: 665px;
    padding-bottom: 45px;
  }

  .banner-wrap .banner_text .d-flex {
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
  }

  .banner-wrap>.row {
    height: 100%;
    align-items: flex-end;
  }

  .banner_text {
    text-align: center;

  }

  .banner-wrap .banner_text h1 span {
    display: block;
  }

  .banner-wrap .banner_text h1 {
    font-size: 55px;
    line-height: 1.05;
  }

  .banner-wrap .banner_text p {
    font-size: 16px;
    line-height: 125%;
    margin: 0 auto 35px;
  }

  .banner-wrap .banner_text .btn {
    margin-top: 0;
  }

  .brand-logo-wrap {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .explore_wrap {
    padding-top: 53px;
    padding-bottom: 56px;
  }

  .explore_wrap .icon-star {
    color: #000;
  }

  .explore_wrap .star-wrap .rating {
    display: block;
    margin-left: 0;
  }

  .explore_wrap h2 {
    font-size: 32px;
    line-height: 105%;
    margin-bottom: 10px;
  }

  .explore_wrap p {
    font-size: 16px;
    line-height: 125%;
  }

  .explore_wrap .btn {
    margin-top: 30px;
  }

  .single_collection .c-info_top h2 {
    font-size: 28px;
  }

  .single_collection .collection_img .t-rot {
    right: -30px;
  }

  .collection_slide_wrap .owl-nav {
    margin-top: 26px;
  }

  .collection_slide_wraps .owl-nav {
    margin-top: 26px;
  }

  .home-recovery-sec {
    margin-top: 50px;
  }

  .home-recovery-sec .recovery-top {
    margin-top: -19%;
  }

  .recovery_trat_wrap .recovery_trat_head h2 {
    font-size: 32px;
    color: #fff;
  }

  .recovery_trat_wrap .recovery_trat_head p {
    font-size: 16px;
    line-height: 125%;
  }

  .recover_like_wrap {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .recovery_trat_wrap .recovery_trat_head .btn {
    margin-top: 20px;
  }

  .icon-with-text-row {
    margin-top: 68px;
  }

  .icon-with-text .text p {
    font-size: 16px;
    line-height: 130%;
  }

  .icon-with-text {
    margin-bottom: 25px;
  }

  .featured_wrap .featured_text {
    text-align: center;
  }

  .featured_wrap .featured_text .feat-sec p {
    text-align: left;
  }

  .featured_wrap .featured_text h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .featured_wrap .featured_text p {
    font-size: 16px;
  }

  .featured_wrap .featured_text .feat-sec {
    max-width: 258px;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee {
    padding: 10px 0;
  }

  .recovery_champ_wrap .recovery_champ_head .recovery_champ_l {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .recovery_champ_wrap .recovery_champ_head .recovery_champ_l h2 {
    font-size: 32px;
  }

  .recovery_champ_wrap .recovery_champ_head .recovery_champ_r {
    padding-top: 25px;
    padding-bottom: 35px;
    border-top: 1px solid #000;
  }

  .recovery_champ_wrap .recovery_champ_head .recovery_champ_r p {
    font-size: 16px;
    line-height: 125%;
  }

  .counter_row {
    padding-top: 25px;
  }

  .counter_row .single_count p {
    font-size: 14px;
    margin-top: -15px;
  }

  .counter_row .single_count {
    width: 100%;
  }

  .hour_recovery_wrap {
    padding-bottom: 60px;
  }

  .hour_recovery_wrap .hour_recovery_head {
    display: block;
    margin-top: -105px;
    border: none;
  }

  .hour_recovery_wrap .hour_recovery_head h2 {
    text-align: center;
    font-size: 55px;
    line-height: 105%;
  }

  .hour_recovery_wrap .hour_recovery_head p {
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    max-width: 251px;
    text-align: center;
    margin: 14px auto 0;
  }

  .recovery-thumb-detail .item {
    display: block;
  }

  .recovery-thumb-detail .item .item-img {
    width: 226px;
    margin: 0 auto 60px;
  }

  .recovery-thumb-detail .item .text {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .recovery-thumb-detail .item .text h4 {
    margin-bottom: 25px;
  }

  .recovery-thumb-detail .item .text h3 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .footer_top_row {
    padding-bottom: 14px;
  }

  .newsletter_wrap h2 {
    font-size: 22px;
  }

  .newsletter_wrap p {
    color: #d2d2d2;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 0.5rem;
  }

  .newsletter_wrap .input-group {
    margin-bottom: 58px;
  }

  .newsletter_wrap .input-group .form-control {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    margin-right: 0;
  }

  .footer_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer_nav ul {
    width: 50%;
    margin-right: 0;
  }

  .footer_nav .social-w {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }

  .footer_nav ul.social_link {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
  }

  .footer_nav ul.social_link li {
    margin-right: 15px;
  }

  .copyright {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .footer_bottom .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer_bottom .footer_bootom_contain {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer_bootom_contain .mobile-hide {
    display: none !important;
  }

  .m-m-hide {
    display: none !important;
  }

  .m-m-show {
    display: block !important;
  }

  .recover_like_head h2 {
    width: 100%;
    font-size: 32px;
    padding-top: 0
  }

  .recover_like_head p {
    font-size: 16px;
  }

  .recover_like_row {
    margin-top: 25px
  }

  /* collection page css*/
  .collection_wrap {
    padding-top: 0;
  }

  .collection_leftbar {
    max-width: 100%;
  }

  .collection_leftbar h2 {
    font-size: 32px;
    padding: 30px 0 13px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }

  .collection_leftbar h2 span {
    display: block;
    font-size: 10px;
  }

  .collection_leftbar .m-filter span {
    display: block;
  }

  .collection_row .single_collection .c-info_content p {
    font-size: 16px;
    line-height: 145%;
  }

  .collection_row .single_collection ul li span {
    font-size: 14px;
  }

  .collection_row .single_collection ul li img {
    width: 18px;
  }

  .choose_category {
    border: none;
    display: none;
  }

  .choose_category li {
    padding: 5px 0;
  }

  .choose_category li+li {
    border: none;
  }

  .collection_leftbar .r-link {
    display: none;
  }

  .collection_row {
    padding-top: 36px;
  }

  .m-filter.active span {
    transform: rotate(180deg);
  }

  ul.choose_category.active {
    display: block;
  }

  .collection_banner_text {
    padding-top: 26px;
    padding-bottom: 40px;
  }

  .collection_banner_text h1 {
    font-size: 41px;
    line-height: 99%;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }

  .collection_banner_text p {
    font-size: 16px;
    line-height: 125%;
  }

  .collection_banner_text h1 span:after {
    margin-top: -14px;
  }

  .dase_wrap {
    padding-top: 68px;
    padding-bottom: 37px;
  }

  .dase_wrap h2 {
    font-size: 32px;
    line-height: 105%;
  }

  .produt_slide .product_img_wrap {
    width: 100%;
  }

  .produt_slide {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }

  .slider-for {
    margin-bottom: 18px;
  }

  .s-pro-review .star span {
    font-size: 14px;
  }

  .product-left-part .pro_des p {
    font-size: 18px;
    margin-bottom: 5px;
    color: #767678;
    opacity: 1;
    line-height: 125%;
  }

  .product-left-part .wf-icon-items-wrap ul {
    /*     display: none; */
    margin-top: 26px;
    margin-bottom: 35px;
  }

  .product-right-part .wf-icon-items-wrap ul li {
    font-family: Founders Grotesk Mono;
    font-style: normal;
    text-transform: uppercase;
    color: #767678;
  }

  .product-right-part .wf-icon-items-wrap ul li span {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.03em;
  }

  .subsribe_text {
    margin-top: 0;
  }

  .sub_flex {
    display: block;
  }

  .product-tab .nav-pills .nav-link {
    font-size: 14px;
  }

  .product-accordion .cards .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-accordion .cards .btn-link {
    padding-left: 15px;
  }

  button:focus-visible,
  .btn:focus-visible {
    outline: 5px auto Highlight !important;
    outline: 5px auto -webkit-focus-ring-color !important;
  }

  .product-accordion .cards .btn-link:after,
  .product-accordion .cards .btn-link.collapsed:after {
    right: 15px;
  }

  .select_qty {
    margin-top: 20px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: space-between;
  }

  .select_qty label {
    margin: 0;
    padding-left: 10px;
  }

  .select_qty .u-qty .QuantitySelector__Button,
  .select_qty .u-qtyc .QuantitySelector__Button {
    background: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
  }

  .select_qty .u-qty .QuantitySelector__CurrentQuantity,
  .select_qty .u-qtyc .QuantitySelector__CurrentQuantity {
    margin: 0;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
  }

  .product-tab .tab-pane .purchase_point {
    margin-bottom: 25px;
  }

  .product-accordion {
    margin-top: 0;
  }

  .product-tab .tab-pane .button-primary {
    margin-top: 20px;
  }

  /* member page css*/
  .member_box {
    padding: 0;
    border: none;
    background: transparent;
    max-width: 100%;
  }

  .member-left-side {
    margin-bottom: 85px;
  }

  .member_box .form-control,
  .member_box select.featured-subscription-product-selector {
    background: transparent;
    max-width: 350px;
  }

  .memeber_banner .member-banner-text h1 {
    font-size: 70px;
    line-height: 87%;
  }

  .memeber_banner .member-banner-text p {
    font-size: 16px;
    line-height: 125%;
  }

  .join_marqee {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .member_text {
    text-align: center;
  }

  .member_text h2 {
    font-size: 32px;
  }

  .member_text p {
    font-size: 16px;
    line-height: 20px;
  }

  .member_text .row {
    margin-top: 40px;
  }

  .member_text .feat-sec {
    text-align: left;
    max-width: 258px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }

  .review_slide .owl-nav {
    justify-content: center;
  }

  .review_sec_wrap h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }

  .review_slide .single_review .verified .verified__title{
    right: auto;
    left: 15px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
  }                            

  .review_slide .single_review {
    padding-bottom: 5rem;
  }

  .member_box .form-control,
  .member_box select.featured-subscription-product-selector {
    background: transparent;
    font-size: 32px;
  }

  .member_box .select_size label {
    margin-bottom: 15px;
  }

  .member_box .p-price span {
    font-size: 24px;
    line-height: 135%;
  }

  .member-left-side {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-btn.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 18px;
    z-index: 8;
  }

  .sticky-btn.fixed .btn {
    margin: 0;
    max-width: 100%;
  }

  /* faq page css*/
  .faq_banner {
    height: 376px;
    padding-top: 0;
  }

  .faq_banner h1 {
    font-size: 32px;
  }

  .faq_wrap {
    padding-top: 44px;
    padding-bottom: 90px;
  }

  .faq-accordion {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.37);
  }

  .faq-list .btn-link {
    font-size: 16px;
    line-height: 125%;
    padding-top: 17px;
    padding-bottom: 14px;
  }

  .faq-list .faq-body,
  .faq-list .faq-body p {
    font-size: 16px;
  }

  .faq-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.37);
  }

  .contact_box_wrap {
    margin-bottom: 94px;
  }

  .contact_box {
    display: block;
    padding: 74px 13px 67px;
    text-align: center;
  }

  .contact_box p {
    font-size: 16px;
    line-height: 125%;
  }

  .contact_box h2 {
    font-size: 32px;
    line-height: 105%;
    margin-bottom: 30px;
  }

  .contact_box .btn {
    min-width: 217px;
    margin: 0;
  }

  /* contact page css*/
  .contact_banner .contact_banner_left {
    padding-top: 77px;
    padding-bottom: 60px;
  }

  .contact_banner .contact_banner_left h1 {
    font-size: 32px;
  }

  .contact_banner_right {
    display: flex;
  }

  .contact_banner .contact_banner_right .red-box {
    height: auto;
    width: 50%;
  }

  .contact_banner_right .img {
    width: 100%;
  }

  .contact_wrap {
    padding-top: 54px;
  }

  .single_contact h2 {
    font-size: 24px;
    line-height: 135%;
    text-transform: inherit;
  }

  .single_contact p {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 20px;
  }

  .single_contact {
    margin-bottom: 42px;
  }

  /* page contain css*/
  .page-contain {
    padding-top: 75px;
    padding-bottom: 32px;
  }

  .page-contain h1 {
    font-size: 32px;
    margin-bottom: 29px;
  }

  .side_cart {
    padding: 21px 12px;
  }

  .min-cart-wrap .m-pro-row {
    padding-bottom: 28px;
  }

  .min-cart-footer .btn {
    margin-top: 50px;
  }

  .c-Subscription::before {
    content: "Subscriptions";
    font-size: 24px;
    line-height: 135%;
    font-family: "Founders Grotesk";
    color: #000000;
    margin: 0;
    display: block;
  }

  .c-qty::before {
    content: "Quantity";
    font-size: 24px;
    line-height: 135%;
    font-family: "Founders Grotesk";
    color: #000000;
    margin: 0;
    display: block;
  }

  .c-price::before {
    content: "Price";
    font-size: 24px;
    line-height: 135%;
    font-family: "Founders Grotesk";
    color: #000000;
    margin: 0;
    display: block;
  }

  .c-total::before {
    content: "Total";
    font-size: 24px;
    line-height: 135%;
    font-family: "Founders Grotesk";
    color: #000000;
    margin: 0;
    display: block;
  }

  .counter_row .single_count h3 {
    font-size: 60px;
  }
  .recovery_champ_wrap .single_count p{
   font-size: 16px!important;
   line-height: 24px!important;
  }
}

@media (max-width: 640px) {
  .announcement-bar p {
    font-size: 13px;
    letter-spacing: -0.02em;
  }

  .cart-info h4 a {
    font-size: 16px;
  }

  .head-right .button-secoundry {
    display: none;
  }

  .explore_wrap {
    max-width: 307px;
  }

  .copyright p {
    flex-direction: column;
  }

  .review_slide .owl-stage {
    padding-left: 0 !important;
  }

  .collection_slide_wrap .owl-stage {
    padding-left: 0 !important;
  }

  .recover_like_row {
    margin-left: 0;
    margin-right: 0
  }

  .single_like {
    padding: 0 0 11px;
  }

  .single_like .author {
    font-size: 16px;
    margin-top: 14px;
  }

  .home-recovery-sec .recovery-top {
    margin-top: -27%;
    padding-bottom: 45px;
  }

  .home-recovery-sec {
    margin-top: 70px;
  }

  /* member page css*/
  .member_box .select_size .cust-radio {
    margin-bottom: 10px;
    margin-left: 7px;
  }

  /* product page css*/
  .product-tab .tab-pane .purchase_point li {
    width: 100%;
  }

  .product-tab .nav-pills .nav-link {
    padding: 24px 5px;
    letter-spacing: -0.05em;
  }

  .custom-form label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .single_collection .c-info_top h2 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */

.brand-logo .owl-nav {
  display: block;
  margin: 0;
}

.brand-logo .owl-nav .owl-prev {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 0;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.brand-logo .owl-nav .owl-prev::after {
  color: #fff;
}

.brand-logo .owl-nav .owl-next {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.brand-logo .owl-nav .owl-next::after {
  color: #fff;
}

.brand-logo .owl-nav .owl-next:hover,
.brand-logo .owl-nav .owl-prev:hover {
  background: transparent;
  border-color: transparent;
}

/* mobile menu css*/
#mobile-menu {
  display: none;
  width: 100%;
  position: fixed;
  background: #000;
  margin: 0;
  left: 0;
  z-index: 5;
  top: 0;
  padding: 160px 0;
  height: 100vh;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

#mobile-menu.open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#mobile-menu ul {
  width: 100%;
  margin-bottom: 1rem;
}

#mobile-menu a.btn.button-secoundry {
  margin: 0 auto;
}

#mobile-menu ul .nav-element>a .menu-link:hover {
  text-decoration: underline;
  color: #767678
}

.sticky-btn.scroll-to-fixed-fixed {
  position: relative !important;
  z-index: auto !important;
}

@media (max-width: 1300px) {
  .newsletter_wrap .input-group .btn {
    min-width: 250px;
  }
}

@media (max-width: 992px) {
  .newsletter_wrap .input-group .btn {
    min-width: 157px;
  }

  .footer_bottom .container {
    padding-left: 0;
    padding-right: 0
  }

  .select_size {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .newsletter_wrap .input-group .btn {
    max-width: 285px;
    width: 100%;
    margin: 25px auto 0
  }

  .sticky-btn.scroll-to-fixed-fixed {
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    background: #fff;
    left: 0 !important;
    padding: 18px;
    z-index: 8 !important;
    top: auto !important;
  }

  .sticky-btn.scroll-to-fixed-fixed {
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    background: #fff;
    left: 0 !important;
    padding: 18px;
    z-index: 4 !important;
    top: auto !important;
  }

  .sticky-btn.scroll-to-fixed-fixed .btn~.btn {
    margin-bottom: 0
  }
  .brand-logo-wrap .logo-slider-toggle{
    bottom: -20px;
  }

  #mobile-menu ul .nav-element {
    padding: 15px 20px;
  }
}

@media (max-width: 1280px) {
  .single_contact p br {
    display: none
  }

  #mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .head-right .button-secoundry {
    display: none;
  }

  .announcement-bar {
    position: relative;
    z-index: 6;
  }

  #mobile-menu ul .nav-element {
    display: block;
    vertical-align: middle;
    padding: 15px 20px;
    /* border-top: 1.25px solid #767678; */
  }

  #mobile-menu ul .nav-element:last-of-type {
    /* border-bottom: 1.25px solid #767678; */
  }

  #mobile-menu ul .nav-element>a {
    display: flex;
    justify-content: space-between;
    color: #fff;
    text-transform: uppercase;
    font-family: "Founders Grotesk Mono";
    align-items: center;

    
  }

  #mobile-menu ul .nav-element>a .menu-link {
    font-style: normal;
  }

  #mobile-menu ul .nav-element>a span {
    font-size: 12px;
  }

  .m-f-btn .btn {
    max-width: 285px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: block;
  }

  a.back-btn {
    display: inline-block;
    margin-bottom: 20px;
    font-style: normal;
    font-family: "Founders Grotesk Mono";
    font-size: 16px;
    text-transform: uppercase;
  }

  a.back-btn span {
    font-size: 13px;
    margin-right: 5px;
  }
}

.slider-nav {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.slider-nav .slick-track {
  display: flex;
}

label.SizeSwatch {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000000;
  min-width: 125px;
  padding: 10px 10px 7px;
  color: #000;
  font-size: 24px;
  line-height: 145%;
  color: #000000;
  text-align: center;
  opacity: 0.5;
  transition: 0.2s ease all;
}

ul.featured-subscription-variants.SizeSwatchList.HorizontalList.HorizontalList--spacingTight {
  display: flex;
  flex-wrap: wrap;
}

ul.featured-subscription-variants [type=radio] {
  position: absolute;
  left: -9999px;
}

ul.featured-subscription-variants [type=radio]:checked+label {
  border-color: #DF1A25;
  box-shadow: inset 0px 0px 0px 1px #df1a25;
  opacity: 1;
}

ul.featured-subscription-variants li {
  margin-left: 7px;
  list-style: none;
}

.ro_widget {
  display: none;
}

.shopify-challenge__container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.gham .card-body {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  font-family: "Founders Grotesk Mono";
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #767678;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .featured-subscription-products svg {
    display: block !important;
  }

  .featured-subscription-products svg polyline {
    color: black;
  }
}

.m-pro-row {
  position: relative;
}

.user {
  position: relative
}

.user ul {
  position: absolute;
  list-style: none;
  padding-left: 0;
  background: #fff;
  min-width: 210px;
  border: 1px solid #C4C4C4;

  top: auto;
  opacity: 0;
  right: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center
}

@media (min-width: 901px) {

  .user:hover ul,
  .user.focus ul {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
}

.user ul li {
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  font-family: "Founders Grotesk Mono";

  border-bottom: 1px solid #C4C4C4;
}

.user ul li:last-child {
  border-bottom: none
}

.user ul li a {
  display: block;
  padding: 15px 8px 13px;
  color: #000000;
}

.user ul li a:hover {
  background: #000;
  color: #fff;
}


.min-cart-wrap .m-pro-row .select_qty {
  margin-top: 13px;
  display: flex;
  width: 124px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left: none;
  align-items: center;
  justify-content: space-between;
}

.min-cart-wrap .select_qty label {
  padding-left: 10px;
  margin: 0
}

.min-cart-wrap .m-pro-row .select_qty .u-qty .QuantitySelector__CurrentQuantity,
.min-cart-wrap .m-pro-row .select_qty .u-qtyc .QuantitySelector__CurrentQuantity {
  height: 37px;
  margin: 0;
  border: none;
  width: 44px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.min-cart-wrap .m-pro-row .select_qty .u-qty .QuantitySelector__Button,
.min-cart-wrap .m-pro-row .select_qty .u-qtyc .QuantitySelector__Button {
  background: transparent;
  width: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-top: none;
  border-bottom: none;
}

.min-cart-wrap .m-pro-row .select_qty .u-qtyc .QuantitySelector__Button.u-minus,
.min-cart-wrap .m-pro-row .select_qty .u-qtyc .QuantitySelector__Button.u-plus {
  border-right: none;
}

.min-cart-wrap .m-pro-row .select_qty .u-qtyc .QuantitySelector__Button.u-plus:hover {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.min-cart-wrap .m-pro-row .select_qty .u-qty .QuantitySelector__Button:hover,
.min-cart-wrap .m-pro-row .select_qty .u-qtyc .QuantitySelector__Button:hover {
  background: #636363;
  color: #fff;
}

.shop-s .btn {
  max-width: 337px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.template-cart .shop-s .btn.button-border {
  margin-top: 12px;
}

.button-border {
  background: #fff
}

.MegaMenu {
  max-height: 90vh;
  overflow-y: auto;
}

.MegaMenu .MegaMenu__Item.Menu_Item_flex {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
}

.Menu_Item_flex>div {
  width: calc(100% - 396px);
  padding-right: 30px;
  border-bottom: 1px solid #C4C4C4;
  padding-left: 40px;
}

.MegaMenu .MegaMenu__Item.m-39 {
  max-width: 396px;
  /* padding-left: 70px; */
  border-left: 1px solid #C4C4C4;
  padding-right: 0;
}

.MegaMenu .MegaMenu__Item.MegaMenu__Item_content {
  width: 100%;
  border: none !important
}

.MegaMenu .MegaMenu__Item.m-39 {
  min-width: 396px;
}

.MegaMenu .MegaMenu__Item .w-100 .menu-pro-list .pro-img {
  width: 76px;
}

.MegaMenu .MegaMenu__Item .w-100 .menu-pro-list .pro-info {
  width: calc(100% - 76px);
  padding-left: 30px;
}

@media (min-width: 1300px){
  .MegaMenu__Inner{
    --menu-offset: 0px; 
    margin-inline-start: var(--menu-offset)!important;
  }
}

@media (max-width: 1300px) {

  .Menu_Item_flex>div {
    width: 60%;
  }

  .MegaMenu .MegaMenu__Item.m-39 {
    max-width: inherit;
    min-width: 40%;
    width: 40%;
  }
}

@media (max-width: 1100px) {

  .Menu_Item_flex>div {
    width: 60%;
  }

  .MegaMenu .MegaMenu__Item.m-39 {
    max-width: inherit;
    min-width: 40%;
    width: 40%;
  }
}

@media (max-width: 480px) {
  .head-right .icon i.m-hide, .head-right .icon .m-hide {
    display: none !important
  }
}

@media (max-width: 992px) {
  .MegaMenu .MegaMenu__Item .menu_content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 0;
    align-items: flex-start;
  }
}


@media (min-width: 1200px) {
  .product-right-part .product-accordion {
    display: none;
  }

  .product-left-part .product-accordion {
    display: block;
  }
}

.pdp-mobileSlider--container {
  display: none;
}

@media (max-width: 1200px) {
  .pdp-mobileSlider--container {
    display: flex;
    justify-content: space-between;
  }

  .product-left-part .slider-nav.slick-slider {
    display: none;
  }

  .prodcut_wrap .produt_slide .product_img_wrap {
    display: none;
  }

  .prodcut_wrap .produt_slide {
    display: block;
  }
  
  .pdp-mobileSlider--container .slider-nav--mobile  {
    width: 73px;
    margin-top: 1px;
  }

  .pdp-mobileSlider--container .slider-nav--mobile .item.slick-slide{
    margin-bottom: 5px;
  }

  .pdp-mobileSlider--container .slider-nav--mobile .item.slick-slide.slick-current {
    border: 1px solid #DF1A25;
  }
  
  .pdp-mobileSlider--container .slider-for--mobile  {
    width: calc(100% - 80px);
  }

  .product-right-part .product-accordion {
    display: block;
  }

  .product-left-part .product-accordion {
    display: none;
  }

  .product-left-part .slider-nav .slick-list {
    overflow: visible;
  }

  .product-left-part .slider-nav  .slick-track {
    flex-direction: column;
    position: absolute;
  }
}


.product-right-part .product_title {

  display: flex;
  align-items: center;
}

.product-left-part .pro_des p {
  margin-bottom: 0;
  font-family: Founders Grotesk;
  font-weight: 300;
  font-size: 16px;
}

.product-left-part .pro_des ul.dot-list {
  list-style-type: disc;
  padding-left: 15px;
  margin: 0;
  display: block;
}

.product-left-part .pro_des ul.dot-list li {
  font-size: 24px;
  margin-bottom: 0;
  height: auto;
  font-family: "Founders Grotesk";
  display: list-item;
  /* list-style: disc; */
}

.card-body .card {
  border: none;
  border-bottom: 1px solid #767678;
  border-radius: 0;
  display: block;
  padding: 8px 0;
}

.product-accordion .cards .card-body .card .btn-link {
  display: inline !important;

  padding: 8px 25px 8px 0;
  width: inherit;
}

.product-accordion .cards .card-body .card-body {
  padding-bottom: 0px;
  border-top: 1px solid #767678;
  margin-top: 8px;
}


.product-accordion .cards ul {
  list-style: none;
  margin: 0;
  margin-top: 20px;
}

.product-accordion .cards ul li {
  display: flex;
  margin-bottom: 17px;
}

.product-accordion .cards ul li img {
  max-width: 18px;
}

.product-accordion .cards ul li span {
  font-size: 14px;
  font-family: "Founders Grotesk Mono";
  line-height: 140%;
  padding-left: 20px;
  text-transform: uppercase;
  color: #767678;
  letter-spacing: 0.03em;
}

.gham .card-body h6 {
  color: #000;
}

.head-right .icon-cart.cart-sh,
.head-right .icon-carta.cart-sh {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  background: rgba(118, 119, 122, 0.15);
  border-radius: 50%;
  margin-left: 18px;
}

.head-right .icon-cart.cart-sh span.count,
.head-right .icon-carta.cart-sh span.count {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #DF1A25;
  /*     display: flex;
  justify-content: center;
  align-items: center; */
  display: block;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "Founders Grotesk Mono";
  right: -3px;
  top: -4px;
  line-height: 19px;
  text-align: center;
}

.collection_slide_wrap .single_collection .c-info_top .star-wrap .new,
.collection_slide_wraps .single_collection .c-info_top .star-wrap .new,
.single_collection .c-info_top .star-wrap .new {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid #DF1A25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #DF1A25;
  font-size: 12px;
  line-height: 150%;
  margin: 0 auto;
  font-family: "Founders Grotesk Mono";
}

/*     .single_collection .c-info_top h2{border-right:1px solid #000}
  .single_collection .c-info_top .star-wrap{border-left:none; padding:10px 0;} */

.pop-img {
  position: relative
}

.pop-img .new {
  width: 77px;
  min-width: 77px;
  height: 77px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  font-size: 19.25px;
  line-height: 150%;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-family: "Founders Grotesk Mono";
}

.pop-container {
  max-width: 871px;
  margin: 0 auto;
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
}

.p-container {
  max-width: 871px;
  margin: 0 auto;
}

.pop-img {
  width: 50%;
}

.pop-img img {
  width: 100%;
}

.pop_text {
  width: 50%;
  text-align: center;
  padding: 28px;
}

.pop_text h4 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 23px;
}

.pop_text h2 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 105%;
  font-weight: 300;
  color: #fff;
  font-family: "Founders Grotesk";
  margin-bottom: 9px;
}

.pop_text h2 span {
  display: block;
  color: #df1a25
}

.pop_text p {
  margin: 0 auto;
  font-size: 10px;
  line-height: 140%;
  margin-bottom: 28px;
  text-align: center;
  text-transform: uppercase;

  color: #B3B3B3;
}

#immunity-pop button.mfp-close {
  color: #fff;
}

.pop_text .btn {
  min-width: auto;
  max-width: 285px;
  font-size: 16px;
  width: 100%;
  padding: 14px 17px;
  text-transform: capitalize;
  line-height: 125%;
  font-family: 'Founders Grotesk';
}

.pop_text .btn span {
  display: block;
  color: #df1a25;
  font-size: 19px;
  font-family: "Founders Grotesk Mono";
}

.pop_text .btn:hover span {
  color: #000
}


.pop-img {
  width: 100%;
}

.pop_text h2 {
  font-size: 30px;
  max-width: 292px;
  margin-left: auto;
  margin-right: auto;
}

.pop_text {
  width: 100%;
  text-align: center;
  padding: 28px;
}

.minimum_amount_msg {
  padding: 15px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.btn.btnDisabled {
  opacity: 0.65;
}

label.SizeSwatch span {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  font-family: "Founders Grotesk Mono";
  letter-spacing: 0.03em;
  display: block;
  text-transform: uppercase;
  margin-top: -8px;
}

.sticky-btn a.btn {
  border: 1px solid #000;
  color: #000;
}

.product-tab span.QuantitySelector__Button.u-minus {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 0;
}

.product-tab span.QuantitySelector__Button.u-plus {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 0;
}

.sticky-btn a.btn {

  margin-top: 10px !important;
}

span.new img {
  width: 71px;
  position: relative;
  top: -11px;
}


/* blog page css*/
.c-blog-banner {
  background: #000;
}

.blog-banner-img {
  padding: 0;
}

.blog-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.blog-banner-text {
  max-width: 526px;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
}

.blog-banner-text .meta {
  margin-bottom: 62px;
}

.blog-banner-text .meta span {
  font-family: 'Founders Grotesk Mono';
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #989898
}

.blog-banner-text .meta span~span {
  padding-left: 38px
}

.blog-banner-text h2 {
  font-family: 'Founders Grotesk';
  font-style: normal;
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  /* or 58px */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.blog-banner-text p {
  font-family: 'Founders Grotesk';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  /* or 30px */
  color: #FFFFFF;
  margin-bottom: 50px;
}

.blog-banner-text .read-more {
  font-family: 'Founders Grotesk Mono';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;

  color: #FFFFFF;
}

.blog-banner-text .read-more span {
  text-decoration: underline;
  font-style: normal
}

.blog-banner-text .read-more:hover,
.blog-banner-text .read-more:hover svg path {
  color: #DF1A25;
  fill: #DF1A25;
}

.c-blog-wrap {
  padding-top: 158px;
  padding-bottom: 80px;
}

.single-blog {
  margin-bottom: 90px;
}

.single-blog .c-blog-img img {
  width: 100%;
  height: auto;
  display: block;
}

.single-blog .c-blog-img a {
  display: block;
  padding-top: 75%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-blog .c-blog-img a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s ease all;
}

.single-blog .c-blog-img a:hover:after {
  opacity: 0.2;
  visibility: visible
}

.c-blog-info {
  padding-top: 15px;
}

.blog-meta span {
  font-family: 'Founders Grotesk Mono';
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #757573;
}

.blog-meta {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.c-blog-info h3 {
  font-size: 24px;
  line-height: 125%;
}

.c-blog-info h3 a {
  color: #000;
}

.c-blog-info h3 a:hover {
  color: #767678
}

.c-blog-info p {
  font-size: 16px;
  line-height: 125%;
  color: #757573;
}

.c-pagination a {
  font-family: 'Founders Grotesk Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #000000;
}

.prev-p {
  padding-right: 33px;
  opacity: 0.5;
}

.next-p {
  padding-left: 33px
}

.c-pagination {
  text-align: right;
}

.c-pagination span {
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */

  text-transform: uppercase;

  color: #000000;
}

.c-blog-wrap-p {
  padding-bottom: 100px;
  padding-top: 65px;
}

.c-m-show {
  display: none !important;
}

.c-blog-middle-banner {
  background: url("//cheribundi.com/cdn/shop/t/161/assets/CherryPattern_Black.jpg?v=108302960688272627731682001693") no-repeat center;
  background-size: cover;
  padding-top: 134px;
  padding-bottom: 156px;
}

.c-blog-middle-banner h2 {
  font-family: 'Founders Grotesk';
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 827px;
  margin-bottom: 34px;
}

.c-blog-middle-banner .d-flex {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1146px;
}

.c-blog-middle-banner span {
  color: #fff;
  display: block;
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.article-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.article-share li {
  margin-right: 15px;
}

.article-share li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center
}

.articel-rte {
  padding-top: 100px;
  padding-bottom: 90px;
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 60px;
}

.articel-rte-small {
  max-width: 948px;
  margin: 0 auto;
}

.articel-rte h3 {
  font-family: 'Founders Grotesk';
  font-weight: 300;
  font-size: 32px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: #000000;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 9px;
}

.full-img {
  width: 100%;
  height: auto
}

.articel-rte p {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 30px;
}

.articel-rte p a,
.articel-rte ul a {
  color: #000;
  text-decoration: underline
}

.articel-rte p a:hover,
.articel-rte ul a:hover {
  color: #767678
}

.articel-rte h4 {
  font-family: 'Founders Grotesk';
  font-weight: 300;
  font-size: 24px;
  line-height: 125%;
  /* letter-spacing: 0.02em; */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 50px;
}

.articel-rte h5 {
  font-family: 'Founders Grotesk';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;

  color: #333333;
}

.articel-rte blockquote {
  padding-left: 48px;
  color: #333333;
  font-family: Founders Grotesk;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  margin: 35px auto;
}

.articel-rte figure {
  max-width: 1195px;
  margin: 60px auto;
}

.articel-rte figure img {
  width: 100%;
  height: auto;
}

.articel-rte figcaption {
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #767678;
  margin-top: 16px;
}

.articel-rte h5 {
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-top: 70px;
}

.articel-rte ol {
  list-style: none;
  padding: 0;
  margin: 37px 0 26px;
  counter-reset: my-awesome-counter;
}

.articel-rte ol li {
  counter-increment: my-awesome-counter;
  font-family: 'Founders Grotesk Light';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  color: #333333;
  margin-bottom: 15px;
}

.articel-rte ol li::before {
  content: "0"counter(my-awesome-counter);
  font-family: 'Founders Grotesk Mono';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  color: #000;
  padding-right: 14px;
}

.articel-rte ul {
  padding-left: 20px;
  margin: 45px 0 65px;
}

.articel-rte ul li {
  font-family: 'Founders Grotesk Mono';
  font-weight: normal;
  font-size: 24px;
  padding-left: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px
}

.articel-rte ul li a {
  color: #000
}

.articel-rte ul li a:hover {
  color: #333333
}

.articel-rte ul li p {
  font-family: 'Founders Grotesk';
  font-weight: normal;
  margin-bottom: 33px;
  margin-top: 10px;
  font-size: 24px;
  text-transform: none;
  line-height: 125%;
}

.a-meta span {
  font-family: 'Founders Grotesk Mono';
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #252423;
  opacity: 0.7;
}

.a-meta span~span {
  padding-left: 20px;
}

.next-article-wrap {
  margin-bottom: 63px;
}

.next-article-head {
  text-align: center;
  margin-bottom: 52px
}

.next-article-head h2 {
  font-family: 'Founders Grotesk';
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #252423;
  margin-bottom: 26px;
}

.next-article-head a {
  font-family: 'Founders Grotesk Mono';
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #252423;
}

.next-article-img img {
  width: 100%;
  height: auto;
}

.next-article-img a {
  position: relative;
  display: block;
  transition: 0.5s ease all;
}

.next-article-img a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s ease all;
}

.next-article-img a:hover:after {
  opacity: 0.2;
  visibility: visible
}

.next-article-text {
  max-width: 586px;
  margin: 0;
  margin-left: 2%;
  padding: 25px 0;
}

.next-article-text span {
  font-family: 'Founders Grotesk Mono';
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
}

.next-article-text h2 {
  font-family: 'Founders Grotesk';
  font-weight: 300;
  /* font-size: 55px; */
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #252423;
  margin-top: 22px;
  margin-bottom: 15px;
}

.next-article-text p {
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  color: #252423
}

.next-article-text h2 a {
  color: #252423;
}

.next-article-text h2 a:hover {
  color: #989898
}

.next-article-text .read-more svg path {
  fill: #000
}

.articel-rte h2 {
  font-family: Founders Grotesk;
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #252423;
}

.next-article-text .read-more:hover,
.next-article-text .read-more:hover svg path,
.next-article-text .read-more:hover span {
  color: #DF1A25;
  fill: #DF1A25;
}

@media (max-width: 767px) {
  .product-left-part .pro_des {
    margin-bottom: 11px;
  }

  .product-left-part .pro_des ul.dot-list li {
    font-size: 16px;
  }

  .single_collection .c-info_top .star-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pop_text h2 {
    font-size: 30px;
  }

  .product-tab span.QuantitySelector__Button.u-minus {
    border-top: none;
    border-bottom: none
  }

  .product-tab span.QuantitySelector__Button.u-plus {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.25)
  }

  .select_qty {
    margin-top: 20px;
    display: flex;
    width: 271px;
  }

  .articel-rte h2 {
    font-family: Founders Grotesk;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 105%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #252423;
  }

  .blog-banner-text {
    margin: 0
  }

  .blog-banner-text .meta span {
    font-size: 14px;
  }

  .blog-banner-text .meta span~span {
    padding-left: 20px;
  }

  .blog-banner-text .meta {
    margin-bottom: 34px;
  }

  .blog-banner-text h2 {
    font-size: 32px;
  }

  .blog-banner-text p {
    font-size: 16px;
    max-width: 247px;
    margin-bottom: 22px;
  }

  .c-blog-wrap {
    padding-top: 36px;
    padding-bottom: 0
  }

  .single-blog {
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
  }

  .c-blog-img {
    width: 50%;
  }

  .c-blog-info {
    width: 50%;
    padding-left: 17px;
    padding-top: 0
  }

  .c-blog-middle-banner {
    padding-top: 118px;
    padding-bottom: 80px;
    text-align: center;
  }

  .c-blog-middle-banner h2 {
    font-size: 32px;
    margin-top: 22px;
  }

  .c-blog-middle-banner span {
    font-size: 14px;
    line-height: 150%;
  }

  .c-blog-middle-banner .d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .c-m-show {
    display: block !important;
  }

  .c-m-hide {
    display: none !important;
  }

  .c-blog-middle-banner .btn {
    margin-top: 19px;
  }

  .c-blog-wrap-p {
    padding-bottom: 45px;
  }

  .article_body {
    padding-top: 50px;
  }

  .article-share ul {
    justify-content: center;
    margin-top: 22px;
  }

  .article-share ul li:first-child {
    padding-left: 0
  }

  .a-meta span {
    display: block
  }

  .a-meta span~span {
    padding: 0
  }

  .articel-rte {
    padding-top: 43px;
    padding-bottom: 47px;
    margin-bottom: 39px;
  }

  .articel-rte h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .articel-rte p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .articel-rte figure {
    margin: 29px auto 50px;
  }

  .articel-rte figcaption {
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #000;
    margin-top: 13px;
  }

  .articel-rte h2 {
    font-size: 21px;
  }

  .articel-rte h4 {
    font-size: 16px;
    line-height: 130%
  }

  .articel-rte h5 {
    font-size: 16px;
    line-height: 125%;
    margin: 45px 0 20px;
  }

  .articel-rte ul li {
    font-size: 16px;
    line-height: 130%;
  }

  .articel-rte ul li p {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 25px
  }

  .articel-rte blockquote {
    font-size: 16px;
    margin: 29px auto 18px;
    color: #000
  }

  .articel-rte ol li,
  .articel-rte ol li::before {
    font-size: 16px;
  }

  .next-article-text {
    max-width: 100%;
    margin: 0;
  }

  .next-article-text h2 {
    font-size: 2rem;
    margin: 0 0 5px;
  }

  .next-article-head h2 {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .next-article-text p {
    font-size: 16px;
  }

  .next-article-head {
    margin-bottom: 30px;
  }

  .newsletter_wrap .small-text {
    margin: 0 auto;
    max-width: 275px;
    text-align: left
  }

  .needsclick.FormComponent__StyledFormComponentWrapper-e0xun6-0.jBjzuA.notranslate.kl-private-reset-css-Xuajs1 {
    padding: 10px 0 !important;
  }

  .needsclick.Row__FormRow-sc-17nghml-0.lnviXl.kl-private-reset-css-Xuajs1 {
    width: 100%;
    justify-content: center;
  }

  button.needsclick.Button__FormStyledButton-p2mbjt-0.fPRXvs.kl-private-reset-css-Xuajs1 {
    margin: 0 auto;
    display: block;
  }

  .needsclick.Row__FormRow-sc-17nghml-0.lnviXl.kl-private-reset-css-Xuajs1 {
    display: block !important;
    max-width: 275px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter_wrap .input-group {
    margin-bottom: 58px;
  }

  .newsletter_wrap .input-group .form-control {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .pop-container {
    flex-wrap: wrap;
  }

  .c-blog-info h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.sticky-btn a.btn.button:hover {
  background: black;
  color: white;
}

.single_collection .collection_img span.t-rot.pemm {
  top: 96px;
  right: -46px;
}

.p-container {
  position: relative;
}

button.btn.button-secoundry.ProductForm__AddToCart.Button.Button--full.Button--primary.cartbutton:hover {
  background: black;
  color: white;
}

.join_wrap .join_right p.atapl {
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #B3B3B3;
}

a.buttonwhit {
  display: block;
  text-align: center;
  background: white;
  max-width: 250px;
  margin: 0 auto;
  color: black;
  padding: 5px 0px;
}

a.buttonwhit span {
  color: #DF1A25;
}

.join_wrap.active {

  z-index: 99;
}

a.btn.button-secoundry.blaq:hover {
  background: black;
  color: white;
  border: black;
}

/* landing page css*/
.proven-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proven-banner-wrap {
  display: flex;
  flex-wrap: wrap;
}

.proven-banner-img {
  width: 50%;
}

.proven-banner-text {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 48px 15px;
}

.p-banner-text-in {
  max-width: 574px;
  margin: 0 auto;
}

/* .proven-banner-text h1{font-family: Founders Grotesk; font-weight: 300; font-size: 55px;line-height: 105%;text-transform: uppercase;color: #FFFFFF; } */
/* .proven-banner-text h1 span{display:block; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #000;color: transparent;} */
/* .proven-banner-text p{font-size: 24px;line-height: 135%;color: #000000; max-width:771px; margin:0 auto 0} */
.proven-number-wrap {
  background: #000;
  padding-top: 110px;
  padding-bottom: 90px;
}
.proven-number-wrap .container{
  padding-left: 30px;
  padding-right: 30px;
}
.proven-number-wrap h2 {
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 32px;
}



.proven-number-wrap .provem-number__subheading {
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.proven-number--grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

  .single-prov-n {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}
  .pro-n-text {  width: 100%; padding-left:66px;}
  .pro-n{ min-width: 357px; }
  .pro-n h3{-webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #ffffff;color: transparent; font-family: Founders Grotesk Mono; font-style: normal;font-weight: normal;font-size: 200px;line-height: 140%;text-align: center;letter-spacing: -0.03em;}
  .pro-n h3 sub{font-family: Founders Grotesk;font-style: normal;font-weight: 300;font-size: 32px;line-height: 105%;letter-spacing: 0.02em;text-transform: uppercase;color: #FFFFFF;}
  .pro-n-text h4{font-weight: 300; font-size: 55px; line-height: 105%;letter-spacing: 0.02em;text-transform: uppercase;color: #ffffff;}
  .pro-n-text p{font-size: 24px; line-height: 125%;color: #ffffff;}
  .pro-n-text p span{display:block}
  .pro-n-text p a{font-family:Founders Grotesk Mono; font-size:16px; color:#767678; text-decoration:underline; text-transform:uppercase}


  @media (min-width: 1024px) {
    .proven-number--grid {
      grid-template-columns: 1fr 1fr;
      gap: 0;
    }

    .proven-number--grid .single-prov-n {
      padding: 5px 15px;
    }

    .proven-number--grid .single-prov-n:nth-child(2n + 1) {
      border-right: 1px solid #fff;
    }

    .proven-number--grid .single-prov-n:nth-last-child(-n+2) {
      border-bottom: none;
    }

    .pro-n{
      min-width: initial;
      width: 40%;
    }

    .pro-n h3 {
      font-size: 120px;
    }

    .pro-n-text {  
      width: 60%; 
      padding-left: 30px;
    }

    .pro-n-text h4{
      font-size: 32px;
    }

  }

  @media (min-width: 1440px) {
    .proven-number--grid .single-prov-n {
      padding: 0 20px;
    }

    .pro-n{
      min-width: initial;
      width: 40%;
    }

    .pro-n h3 {
      font-size: 160px;
    }

    .pro-n-text {  
      width: 60%; 
      padding-left: 66px;
    }

    .pro-n-text h4{
      font-size: 40px;
    }

    .pro-n h3 sub {
      font-size:55px;
    }
  }

  @media (max-width: 767px){
    .proven-number-wrap .container{
      padding-left: 16px;
      padding-right: 16px;
    }
  }

.start-linup {
  padding-top: 80px;
  padding-bottom: 80px
}

.start-linup h2 {
  font-size: 55px;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 300
}

.start-linup-sec {
  margin-top: 80px;
  padding-top: 89px;
  position: relative
}

.start-linup-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000000;
}

.single-linup {
  padding-top: 26px;
  padding-bottom: 53px;
  max-width: 327px;
}

@media (max-width: 767px) {
  .single-linup {
    padding-top: 53px;
    padding-bottom: 53px;
    max-width: 327px;
  }
}

.single-linup h4 {
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  color: #000000;
}

.single-linup h4 span {
  display: block;
  color: #DF1A25
}

.single-linup p {
  font-size: 24px;
  line-height: 135%;
  color: #000000;
}

.circle-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.proven-banner-img .xs-show {
  display: none !important
}

.affiliate-banner-wrap {
  background: #000;
}

/* .affiliate-banner-wrap .proven-banner-text h1{font-size: 115px; line-height: 85%;} */
.affiliate-banner-wrap .p-banner-text-in div {
  display: flex;
  color: #fff;
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 24.3758px;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 42px;
  align-items: center;
  /* max-width: 57px; */
}

.affiliate-banner-wrap .p-banner-text-in div img {
  margin-right: 15px;
}

.marquee.collection-marquee.bg-white-m {
  background: #fff;
  color: #000;
}

.collection-marquee.bg-white-m .marquee__item_slide {
  color: #000;
  font-weight: 400;
}

.brand-logo-wrap.aff-logo-wrap {
  background: rgba(213, 213, 213, 0.5);
}

.overlay-text-sec {
  position: relative
}

.overlay-text-sec img {
  width: 100%;
}

.overlay-text-sec .xs-show {
  display: none
}

.p-over-text {
  position: absolute;
  max-width: 650px;
  min-width: 650px;
  margin: 0 auto;
  top: 56px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.p-over-text h2 {
  font-size: 55px;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
}

.p-over-text p {
  font-size: 24px;
  line-height: 135%;
  color: #000;
  margin-bottom: 24px;
}

.p-over-text .button-secoundry:hover,
.aff-footer .button-secoundry:hover {
  background: #000;
  color: #fff
}

.aff-step-wrap {
  padding-top: 63px;
  padding-bottom: 79px;
}

.aff-step {
  text-align: center;
  margin-bottom: 35px;
}

.aff-step .nu {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.62963px solid #DF1A25;
  margin: 0 auto 45px;
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 78.0741px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #DF1A25;
}

.aff-step h2 {
  font-size: 40px;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 300;
}

.aff-step p {
  max-width: 425px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 135%;
}

.aff-footer p {
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
  color: #767678;
  margin-bottom: 45px;
}

.aff-footer p a {
  color: #767678;
  text-decoration: underline;
}

.counter_row.aff-counter {

  padding-top: 44px;
  padding-bottom: 44px;
}

.counter_row.aff-counter .single_count {
  min-width: 244px;
  max-width: 244px;
  margin: 0 auto;
  text-align: center;
}

.counter_row.aff-counter img {
  display: block;
  margin: 0 auto;
}

.counter_row.aff-counter .single_count p {
  margin: 0;
  margin-top: 26px;
  font-size: 16px;
  line-height: 160%;
}

.recovery_champ_wrap.aff-champ .recovery_champ_head .recovery_champ_l h2 {
  font-size: 115px;
  line-height: 85%;
  margin-bottom: 0;
  padding-top: 22px;
}

/* New banner css*/

.banner-slide {
  margin-bottom: 0;
}

.banner-slide .slick-track {
  display: flex !important;
}

.banner-slide .item .desk-img img {
  width: 100%;
  display: block
}

.banner-slide .star-wrap{
  display:flex;
  margin-top: 24px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.banner-slide .star-wrap .icon-star, .banner-slide .star-wrap .icon-stars{
  display: flex;
  justify-content: center;
}
.banner-slide .star-wrap .icon-stars img{
  margin-top: 0px;
}
.banner-slide .star-wrap .rating{
  display: block;
}

.banner-slide .icon-star:before {
  display: none;
}

.banner-slide .icon-star img {
  width: 25px;
}

.banner-slide .rating{
  flex-basis: 100%;
  color: #FFF;
font-family: "Founders Grotesk Mono";
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.28px;
text-transform: uppercase;
margin-top: 10px;
}
.banner-slide .banner_text {
  max-width: 535px;
}

.banner-slide .banner_text h1 {
  color: #fff;
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: normal;
  margin-bottom: 17px;
  text-transform: uppercase;
  text-edge: cap;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #FFF;
  letter-spacing: 0;
  margin-bottom:32px;
}

.banner-slide .banner-description{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; 
  margin-bottom:40px;
}

.banner-slide .banner_text h1 span {
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.banner-slide .slick-dots {
  margin: 0;
  bottom: 10px
}

.banner-slide .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  opacity: .7;
}

.banner-slide .slick-dots li.slick-active {
  background: #DF1A25;
}

.banner-slide .mobile-img {
  display: none;
  width: 100%;
}

.banner-slide .mobile-img img {
  width: 100%;
  height: auto;
  display: block
}

.banner-slide .slick-dots li button {
  display: none;
}
.banner-slide picture::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -5.36%, #000 91.91%);
}
.banner-slide picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .banner-slide .slick-dots {
    bottom: 40px;
  }
  .banner-slide .banner_text {
    top: 50%;
    transform: translateY(-50%);

    position: relative;
    top: unset;
    transform: unset;
    padding: 96px 0;
  }

  .banner-slide .banner_text button{
    width: 100%;
  }

  .banner-slide picture {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  .banner-slide picture::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 36.63%, #000 96.22%);
  }

  .banner-slide .star-wrap{
    display:flex;
    margin-top: 40px;
    margin-bottom: 16px;
  }
}

.c-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
  z-index: 2;
  background: rgba(198, 163, 167, .5);
  opacity: 0;
  transition: .5s ease all;
  visibility: hidden;
}

.single_collection .collection_img a {
  display: block;
}

.collection_img {
  transition: .5s ease all;
}

.single_collection .collection_img:hover .c-overlay {
  opacity: 1;
  visibility: visible;
}

.collection_row .single_collection .c-info_top h2 {
  font-size: 27px;
  line-height: 105%;
  letter-spacing: 0.02em;
}

.collection_row .single_collection .c-info_content p {
  font-size: 18px;
  line-height: 145%;
}

.collection_row .single_collection .c-info_top .star-wrap {
  width: 135px;
}

.collection_row .single_collection ul li span {
  font-size: 14px;
  line-height: 120%;
}

.product-right-part .c-coll-size {
  border-top: 1px solid #000;
}


.product-right-part .c-coll-qty  {
  border-bottom: 1px solid #000;
}

.c-coll-size {
  display: flex;
  justify-content: space-between;
}

.c-coll-size .custom-radio label {
  display: grid !important;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
}

.product-tab .c-coll-size .custom-radio label{
  gap: unset;
}
.product-tab .c-coll-size .custom-radio label > *{
  text-align: left!important;
}

.c-coll-size .custom-radio label .variant-regular-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-coll-qty {
  padding: 22px 0;
  border-top: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .c-coll-qty {
    padding: 30px 0;
  }
}

.c-coll-size .selector-wrapper label {
  display: none;
}
.c-coll-size.c-coll-qty{
  min-width: 0;
}
.c-coll-size select,
.c-coll-size select.form-control.c-select {
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 0;
  font-size: 12px;
  color: black;
  min-height: 45px;
  padding: .375rem .75rem;
  padding-top: 11px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff url("/cdn/shop/files/Vector_14d8d7e4-870d-41ca-90f4-25ee2a38b19e.png") no-repeat center right;
  background-position: 93%;
  background-size: 12px;
  padding-right: 25px;
  text-transform: uppercase;
  /* max-width: 95px; */
}

@media (min-width: 1280px){
  .c-coll-size select,
  .c-coll-size select.form-control.c-select {
    max-width: unset;
  }
}

.selector-wrapper select:focus {
  box-shadow: none;
  outline: 0;
}

.c-coll-size .selector-wrapper~.selector-wrapper select {
  margin-left: 10px;
}

select.form-control:focus {
  box-shadow: none;
  outline: 0;
}

.c-coll-size .selector-wrapper {
  display: block !important
}

.c-coll-sub {
  padding-top: 19px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-size: 15px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
}

.custom-radio [type="radio"]:checked+label small,
.custom-radio [type="radio"]:not(:checked)+label small {
  font-weight: 300;
  font-size: 15px;
  line-height: 115%;
  margin-top: 6px;
  display: block;
  text-transform: none;
  color: #767678;
  font-family: Founders Grotesk;
}

.r-prod-info .custom-radio [type=radio]:checked+label small,
.r-prod-info .custom-radio [type=radio]:not(:checked)+label small {
  font-size: 16px;
  font-weight: 500px;
  line-height: 20px
}

.custom-radio [type=radio]:checked+label small img,
.custom-radio [type=radio]:not(:checked)+label small img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.custom-radio [type="radio"]:checked+label:before,
.custom-radio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #111111;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-radio [type=radio]:not(:checked)+label {
  color: #767678;
}

.custom-radio input[type=radio]:focus-visible+label::before {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

[data-smartrr-selling-plan-group-input]:focus-visible+.smartrr-selling-plan-group-input-display:before {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.c-coll-qty .u-qty {
  display: flex;
}

.c-coll-qty .u-qty .QuantitySelector__Button {
  width: 36.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .25);
  color: #636363;
  border-radius: 0;
  font-family: "Gordita Regular";
  cursor: pointer;
  font-size: 12px;
}

.c-coll-qty .u-qty .QuantitySelector__Button.u-minus {
  border-right: 0;
}

.c-coll-qty .QuantitySelector__Button.u-plus {
  border-left: 0;
}

.c-coll-qty .u-qty .QuantitySelector__CurrentQuantity,
.c-coll-qty .u-qty .form-control {
  width: 36.5px;
  height: 36.5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .25);
  font-size: 16px;
  line-height: 160%;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Founders Grotesk Mono";
  -webkit-appearance: none;
  -moz-appearance: textfield;
  padding: 0;
  font-size: 12px;
}

.c-coll-qty span.QuantitySelector__Button.u-minus {
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, .25);
  border-right: 0;
}

.c-coll-qty span.QuantitySelector__Button.u-plus {
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, .25);
  border-left: 0;
}

.single_collection .btn-flex {
  padding-top: 25px;
}

.collection_row .single_collection .btn-flex .btn {
  min-width: 188px;
  padding: 21px 16px;
  width: 100%;
  display: block;
}

.collection_slide_wrap .btn-flex {
  padding: 20px;
  display: block;
  border-top: 1px solid #000;
}

.collection_slide_wrap .btn-flex .btn {
  margin-bottom: 12px;
  width: 100%;
  display: block;
}

.collection_row .c-coll-size {
  border-top: none;
  padding: 19px 0 0;
}

.collection_row .c-coll-qty {
  border-bottom: 1px solid #000;
  padding-top: 13px;
  padding-bottom: 19px;
}

.collection_row .single_collection .c-info_content {}

.collection_row .single_collection .c-info_content p {
  margin-bottom: 0
}

.collection_row .single_collection ul {
  border-bottom: none
}

.product-tab label {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0;
  color: #000;
  font-weight: 300;
  font-family: Founders Grotesk;
}

.product-tab .c-coll-size {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-top: none;
  border-bottom: 1px solid #000;
  flex-wrap: wrap;
  flex-direction: column;
}

.product-tab .c-coll-size label {
  margin-bottom: 0.8rem;
  padding-top: 0.2rem;
  position: relative;
}

/* 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;
}

.collection_slide_wrap .c-coll-qty {
  padding-bottom: 18px;
}

body.over-hid {
  overflow: hidden;
}

body#your-shopping-cart.over-hid {
  overflow: visible;
}

@media (max-width:767px) {
  .c-coll-qty .form-control {
    padding-left: 18px;
  }
}

@media (max-width:1350px) {
  .collection_row .single_collection .c-info_top h2 {
    font-size: 28px;
  }
}

@media (max-width:992px) {
  .single_collection .btn-flex {
    display: block;
  }

  .single_collection .btn-flex .btn {
    padding: 22px 5px;
    width: 100%;
    margin-bottom: 12px;
  }
}

.single_collection.collection-port .btn-flex {
  padding-top: 15px;
}

.single_collection.collection-port .btn-flex .btn {
  min-width: 188px;
  padding: 23px 16px;
  width: 100%;
  display: block;
}

@media (max-width: 1440px) {
  .banner-slide .banner_text h1 {
    font-size: 58px;
  }
}

@media (max-width: 1400px) {
  .recovery_champ_wrap.aff-champ .recovery_champ_head .recovery_champ_l h2 {
    font-size: 100px;
    line-height: 85%;
  }
}

@media (max-width: 1200px) {
  .circle-img {
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
  }
}

.crew-slider_row .slick-list{
  overflow: visible;
}

.slick-slide{
  transition: all .4s ease-in-out;
}

@media (max-width: 992px) {

  .crew-slider_row .slick-list{
    overflow: hidden;
  }

  .proven-banner-img,
  .proven-banner-text {
    width: 100%;
  }

  .circle-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: initial;
    margin: 0 auto;
  }

  .circle-img img {
    margin: 0 auto;
    display: block;
  }

  .start-linup-row {
    border-top: none
  }

  .single-linup h4 {
    border-bottom: 1px solid #000
  }

  .pro-n h3 {
    font-size: 150px;
  }

  .pro-n-text h4 {
    font-size: 35px;
  }

  .pro-n-text {
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pro-n h3 sub {
    font-size: 35px;
  }

  .p-banner-text-in {
    text-align: center
  }

  .affiliate-banner-wrap .p-banner-text-in div {
    justify-content: center;
    text-align: left;
  }

  .counter_row.aff-counter .single_count {
    min-width: 25%;
    max-width: 25%;
    text-align: center;
  }

  .recovery_champ_wrap.aff-champ .recovery_champ_head .recovery_champ_l h2 {
    font-size: 55px;
    line-height: 105%;
    padding-top: 0
  }
}

@media (max-width: 1023px) {
  .banner-slide .mobile-img {
    display: block;
  }

  .banner-slide .item .desk-img {
    display: none;
  }

  .banner-slide #play-pause {
    display: none;
  }
}

@media (max-width: 767px) {
  .slick-logo-wrapper.slick-slider {
    margin-bottom: 0;
  }

  .side_cart.cart_empty {
    height: auto;
  }

  .single-linup {
    max-width: 144px
  }

  .proven-banner-text h1 {
    font-size: 45.8185px;
    line-height: 38px;
  }

  .start-linup h2 {
    font-size: 32px;
  }

  .start-linup-sec {
    margin-top: 20px;
    padding-top: 0;
    position: relative;
  }

  .single-linup h4,
  .single-linup p {
    font-size: 16px;
  }

  .start-linup {
    padding-bottom: 0;
  }

  .proven-number-wrap h2 {
    font-size: 32px;
  }

  .single-prov-n {
    display: block;
    padding-top: 22px;
  }

  .pro-n h3 {
    font-size: 130px;
    text-align: left;
    line-height: 1;
  }

  .pro-n-text h4 {
    font-size: 32px;
  }

  .pro-n-text p {
    font-size: 21px;
  }

  .pro-n-text {
    padding: 0;
    padding-bottom: 36px;
  }

  .pro-n h3 sub {
    font-size: 32px;
  }

  .proven-number-wrap {
    padding-top: 95px;
    padding-bottom: 1;
  }

  .counter_row.aff-counter .single_count {
    min-width: 50%;
    max-width: 50%;
    margin: 0 auto 43px;
    text-align: center;
  }

  .counter_row.aff-counter {
    padding-bottom: 0
  }

  .counter_row.aff-counter .single_count p {
    max-width: 244px;
    margin-left: auto;
    margin-right: auto
  }

  .recovery_champ_wrap.aff-champ .recovery_champ_head .recovery_champ_r p,
  .recovery_champ_wrap.aff-champ .recovery_champ_head .recovery_champ_l h2 {
    text-align: center
  }

  .overlay-text-sec .xs-show {
    display: block
  }

  .overlay-text-sec .xs-hide {
    display: none
  }

  .p-over-text h2 {
    font-size: 32px;
  }

  .p-over-text p {
    font-size: 16px;
    line-height: 125%;
  }

  .p-over-text {
    position: absolute;
    max-width: 310px;
    min-width: 310px;
  }
  
  .affiliate-banner-wrap .p-banner-text-in div {
    justify-content: center;
    text-align: left;
    margin-bottom: 25px;
    font-size: 18.3625px;
    line-height: 135%;
  }

  .affiliate-banner-wrap .proven-banner-text {
    padding: 27px 15px 48px;
  }

  .aff-step {
    margin-bottom: 40px;
  }

  .aff-step h2 {
    font-size: 32px;
  }

  .aff-step p {
    font-size: 16px;
    line-height: 125%;
    max-width: 275px;
  }

  .aff-footer p {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }

  .recovery_champ_wrap.aff-champ {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .recovery_champ_wrap.aff-champ .recovery_champ_head .recovery_champ_l {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .recovery_champ_wrap.aff-champ .recovery_champ_head .recovery_champ_r {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .counter_row.aff-counter .single_count p {
    font-size: 15px;
  }

  .counter_row.aff-counter .single_count {
    padding: 0 10px
  }

  .banner-slide .mobile-img {
    display: block;
  }

  .banner-slide .item {
    min-height: inherit;
    background: #000 !Important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    /* padding-bottom: 51px; */
  }

  .banner-slide .banner_text .banner-title {
    font-size: 36px;
    margin-bottom: 12px;
    order: 2;
  }
  .banner-slide .banner-description{
    margin-bottom: 12px;
    text-align: left;
    order: 3;
  }
  .banner-slide .container{
    display:flex;
    flex-direction: column;
    height: 100%;
  }
  .banner-slide .banner_text {
    margin: auto auto 50px;
    position: relative;
    text-align: left;
    padding-top: 300px;
    display: flex;
    flex-direction: column;
  }
  .banner-slide .banner-description+div:not(.star-wrap){
    order: 4;
  }
  .banner-slide .item .desk-img {
    display: none
  }

  .banner-slide .banner_text .btn span {
    display: none;
  }

  .banner-slide picture{
    position: absolute;
    height: 100%;
    width:100%;
  }

  .banner-slide .btn{
    width: 100%;
  }

  .product-tab {
    margin-top: 2.5rem;
  }

  .min-cart-footer .btn {
    margin-top: 15px;
  }

  .hoverable-tabs .hoverable-tabs__item:first-child{
    padding-top: 0;
  }

  .img-bg-squares .btn{
    width: 100%;
    min-width: unset;
  }
}

.cart-ti.ms {
  display: none
}

@media (max-width: 640px) {
  .proven-banner-img .xs-show {
    display: block !important
  }

  .proven-banner-img .xs-hide {
    display: none !important
  }

  /* .proven-banner-text p{max-width:300px;} */
  .circle-img img {
    max-width: 261px;
  }

  .counter_row.aff-counter .single_count p {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto
  }

  .min-cart-wrap .m-pro-row .r-img-outer {
    width: 120px;
  }

  .min-cart-wrap .m-pro-row .r-prod-info {
    width: calc(100% - 120px);
    padding-left: 10px;
  }

  .cart-ti.ms {
    display: block;
    font-size: 24px;
    line-height: 135%;
  }

  .cart-ti.ms span {
    display: block;
    font-size: 16px;
    line-height: 125%;
    color: #343434;
  }

  .min-cart-wrap .m-pro-row .r-prod-info h4 {
    display: none
  }

  .p-qd {
    display: flex;
    flex-wrap: wrap;
  }

  .min-cart-wrap .m-pro-row .r-prod-info .p-qd p {
    width: 100%
  }

  .min-cart-wrap .m-pro-row .r-prod-info .p-qd .rem {
    position: relative;
    top: auto;
  }

}

.pro-n-text p a:hover {
  color: white;
}

.single-prov-n .pro-n-text p a:hover {
  color: #DF1A25;
}

#menu ul .nav-element.active>a .menu-link {
  text-decoration: underline;
}

#menu ul .nav-element.active>a {
  color: #767678;
}

.ql-snow.ql-container.ql-disabled p {
  color: white !Important;
  text-align: left !important;
  font-family: "Founders Grotesk" !important;
}

input.needsclick.PhoneNumberInputComponents__FormStyledTextInput-sc-2pvkjx-3.hAmYtG.kl-private-reset-css-Xuajs1 {
  box-sizing: initial !important;
}

.needsclick.FormComponent__StyledFormComponentWrapper-e0xun6-0.fptOlf.notranslate.kl-private-reset-css-Xuajs1,
form.needsclick.View__FormView-sc-1ou3cq2-0.hEMewN.klaviyo-form-version-cid_1.kl-private-reset-css-Xuajs1,
.needsclick.FormComponent__StyledFormComponentWrapper-e0xun6-0.jBjzuA.notranslate.kl-private-reset-css-Xuajs1 {
  padding-left: 0 !important;
}

p.small-text a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.bday-dropdowns {
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 400;
  font-size: 16px;
  line-height: inherit;
  letter-spacing: 0.02em;
  border-radius: 0;
  color: #000;
  height: auto !important;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff url("cheribundi.com/cdn/shop/t/161/assets/angle-down.svg?v=46607044615969451461682001708") no-repeat center right;
  text-transform: uppercase;
  background-size: 13px;
  margin-right: 10px;
  min-width: 80px;
  padding-right: 20px;
}

label.bday-disclaimer,
p.bday-disclaimer {
  font-size: 13px;
  margin-bottom: 12px;
}

.input-group.klaviyo_field_group.klaviyo_form_actions.kallanml input#k_id_email {
  width: 100%;
  background: transparent;
  border: none;
}

input#k_id_email.lkp {
  text-align: center;
}

.input-group.klaviyo_field_group.klaviyo_form_actions.kallanml {
  text-align: center;
  display: block;
}

input#k_id_email.lkp {
  text-align: center;
  border-bottom: 1px solid #767678 !IMPORTANT;
  max-width: 279px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 0;
}

.pop_text p.thank_you {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #767678 !IMPORTANT;
  max-width: 279px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 0;
}

.single_collection .c-info_content h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  /* identical to box height, or 30px */
  color: #0A0203;
  margin-bottom: 0;
}

.menu-link-underline {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: #000;
  text-decoration: underline;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.menu-link-underline:hover {
  color: #767678;
}

.single_collection .c-info_content p {
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 215%;
  /* identical to box height, or 26px */
  text-transform: uppercase;
  color: #000000;
}

.sidecart_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 32px;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25)
}

.sidecart_head h4, .sidecart_head .h4,
.sidecart_head p {
  font-family: Founders Grotesk Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
}

.min-p {
  padding-top: 80px;
  padding-bottom: 35px
}

.min-p p {
  font-family: Founders Grotesk;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #DF1A25;
  max-width: 391px;
}

.single-cart-row .custom-radio [type=radio]:checked+label,
.single-cart-row .custom-radio [type=radio]:not(:checked)+label {
  padding-left: 25px;
}

.c-coll-size .col {
  padding: 0 6px;
}

.c-coll-size .row {
  margin-left: -6px;
  margin-right: -6px;
}

.collection_slide_wrap .item:last-child .single_collection {
  border-right: 1px solid #000;
}

.cart_wrap .min-p p {
  font-family: Founders Grotesk;
  max-width: 75%;
  font-size: 24px;
}

.btn-flex .c-coll-sub {
  border: none;
  padding-top: 0;
  padding-bottom: 5px;
}

.btn-flex .c-coll-sub .custom-radio [type=radio]:checked+label,
.btn-flex .c-coll-sub .custom-radio [type=radio]:not(:checked)+label {
  padding-left: 30px;
}

div#cart-log {
  max-width: 550px;
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.cart-login-before {
  text-align: center;
  padding: 30px 25px;
}

.cart-login-before .btn.btn-default {
  min-width: inherit;
  max-width: 280px;
  width: 100%;
}

@media (max-width: 1350px) {
  #menu {
    margin-left: 10px;
  }
}

@media (max-width: 1210px) {
  #menu {
    margin-left: 15px;
  }

  #menu ul .nav-element {
    padding: 33px 8px 30px;
  }

  .head-right a.btn.sub-btn {
    min-width: 200px;
  }

  select[name=option1] {
    padding-right: 28px;
  }

  .cart_wrap .min-p p {
    font-family: Founders Grotesk;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .min-p {
    padding-top: 20px;
    padding-bottom: 5px
  }

  .sidecart_head {
    padding-top: 15px;
  }
}

@media (max-width: 640px) {

  .min-p p,
  .cart_wrap .min-p p {
    font-size: 14px;
  }

  .single_collection .c-info_content p {
    font-size: 12px;
  }
}

@media (min-width: 940px) {
  select[name="option2"] {
    width: 168px;
  }
}

@media (max-width: 330px) {
  .single_collection .btn-flex .btn {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    min-width: 100px;
  }

  .single_collection .c-info_content p {

    font-size: 10px;
  }

  .c-coll-size select,
  .c-coll-size select.form-control.c-select {

    font-size: 15px;
  }

  .single_collection .c-info_content h3 {

    font-size: 20px;
  }

  .single_collection .c-info_top h2 {
    font-size: 14px;
  }
}

select[name=option1] {
  padding-right: 40px;
}

.pageoverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  visibility: hidden;
}

.over-hid .pageoverlay {
  visibility: visible;
  opacity: 1;
}

#your-shopping-cart.over-hid .pageoverlay {
  visibility: hidden !important;
}

@media (max-width: 1048px) {

  #menu ul .nav-element {
    padding: 33px 8px 30px;
  }
}


@media (max-width: 900px) {

  .choose_category [type=radio]:checked+label,
  .choose_category [type=radio]:not(:checked)+label {

    font-size: 13px;
  }

  select[name=option1] {
    padding-right: 25px;
  }

  .user ul.active {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
}

@media (max-width: 1380px) and (min-width: 800px) {
  .collection_row .single_collection .c-info_top h2 {
    font-size: 16px;
  }

  .choose_category [type=radio]:checked+label,
  .choose_category [type=radio]:not(:checked)+label {

    font-size: 11px;
  }

  select[name=option2] {
    width: 94px;
  }
}

@media (max-width: 480px) {
  .MegaMenu .MegaMenu__Item .menu_content h4 br {
    display: none
  }
}

@media (max-width: 748px) {
  select[name=option2] {
    width: 121px !important;
  }

  select[name=option1] {
    width: 90px;
  }
}

@media screen and (max-device-width: 900px) and (orientation: landscape) {
  select[name=option2] {
    width: 124px;
  }

  select[name=option1] {
    width: 90px;
  }
}

label.SizeSwatch {
  padding: 16px 10px 7px;
}


@media screen and (max-width: 1024px) {
  .pit-featured-slider {
    max-width: calc(100vw - 190px);
    margin: 0 auto;
  }
}

.pit-featured-slider .slick-prev-wrap button,
.pit-featured-slider .slick-next-wrap button {
  height: 37px;
  width: 37px;
  border: none;
  background: transparent;
  padding: 0;
}

.slick-social-wrap.slick-slider {
  margin: 0 -15px;
}

.slick-social-wrap .slick-slide {
  margin: 0 8px;
}

.slick-recover-wrap,
.slick-recover-wrap .slick-list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slick-pit-recover-arrows {
    margin-bottom: 2rem;
  }

  .slick-social-wrap .slick-list{
    padding: 0 55px 0 16px!important;
  }
}

.new-sizzle #menu,
.new-sizzle .head-right,
.new-sizzle #shopify-section-annoucment-bar,
.new-sizzle .footer_wrap {
  display: none !important;
}

@media screen and (min-width: 993px) {
  .new-sizzle .logo {
    padding: 15px 0;
  }
}

.logo-slider-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.25px solid #4D4D4D;
  position: relative;
  font-size: 0;
  margin: 0 12px;
  transition: 0.5s ease all;
  background: #ffffff;
  margin-left: auto;
}

.logo-slider-toggle svg {
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
}

.hoverable-tabs .hoverable-tabs__item {
  position: relative;
  padding: 40px 0;
  display: grid;
  grid-template-columns: .75fr 380px 1fr;
  opacity: 0.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transition: opacity 0.5s ease-in-out;
}

.hoverable-tabs .hoverable-tabs__item.active {
  opacity: 1;
}

.hoverable-tabs .hoverable-tabs__item img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hoverable-tabs .hoverable-tabs__item.active img {
  opacity: 1;
}

.hoverable-tabs .hoverable-tabs__item:first-child {
  border-top: 0;
}

.hoverable-tabs .hoverable-tabs__item:last-child {
  border-bottom: 0;
}

.hoverable-tabs > div {
  position: relative;
}

.hoverable-tabs__title {
  font-family: "Founders Grotesk Mono";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
}

.hoverable-tabs__item-description {
  max-width: 380px;
}

.hoverable-title-wrap {
  margin-right: 110px;
}

.hoverable-tabs .title-row {
  justify-content: space-between;
}

.hoverable-tabs .title-row a {
  height: min-content;
}

.hoverable-tabs {
  background: #6E1F48;
}

@media (min-width: 1260px){
.hoverable-tabs .title-row .btn{
  margin-right: calc((425px - 285px) / 2);
}
}

.hoverable-tabs__item-title,
.hoverable-tabs__item-description {
  color: #fff;
}

.hoverable-tabs__item-title {
  font-family: "Founders Grotesk Mono";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}

.hoverable-tabs__item-description {
  font-family: "Founders Grotesk Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.hover-tabs-play, .slider-play-pause {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  position: absolute;
  font-size: 0;
  margin: 0;
  transition: 0.5s ease all;
  background: none;
  margin-left: auto;
  z-index: 999;
  right: 0;
  bottom: 0;
}

.hover-tabs-play svg, .slider-play-pause svg {
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
}

.hoverable-tabs__list-wrapper {
  position: relative;
}
.hoverable-tabs__item-image img{
  object-fit: cover;
}
@media (min-width: 1000px) {
  .hoverable-tabs__title {
    margin-bottom: 104px;
  }
  .hoverable-tabs .hoverable-tabs__item-image {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
}

@media (max-width: 1300px){
  .hoverable-tabs .hoverable-tabs__item{
      grid-template-columns: 200px 380px 1fr;
  }
}

@media (max-width: 1190px){
  .hoverable-tabs .hoverable-tabs__item{
      grid-template-columns: 200px 200px 1fr;
  }
}

@media (max-width: 999px) {
  .hoverable-tabs .title-row a {
    width: 100%;
    margin-bottom: 56px;
  }
  
  .hoverable-tabs .hoverable-tabs__item {
    display: flex;
    flex-direction: column;
  }
  
  .hoverable-tabs .hoverable-tabs__item img {
    display: none;
  }
  
  .hoverable-tabs .hoverable-tabs__item.active img {
    display: block;
  }

  .hoverable-tabs__item-image img{
    width: 100%;
    margin-top:20px;
    height: auto;
    aspect-ratio: 358 / 224;
    object-fit: cover;
  }

  .hoverable-tabs__item-description{
    margin-top: 24px;
    max-width: unset;
  }
}

.crew-slider_head h2{
  margin-bottom: 24px;
}

.crew-slider_head *:last-child {
  margin-bottom: 64px;
}

#crew-modal.show .modal-dialog{
  font-family: 'Founders Grotesk Mono', mono;
  top: 50%;
  transform: translateY(-50%);
}

#crew-modal .modal-header{
  background: #000;
  color: #fff;
  font-size: 22px;
}

#crew-modal .close-modal{
  min-width: unset;
  background: unset;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 12px;
  color: #fff;
  font-size: 22px;
  text-align: right;
}

.crew-slider .read-more{
  display: block;
  margin-top: 24px;
  background: unset;
  border: unset;
  outline: unset;
  padding: 0;
}

.crew-slider .slick-active .read-more:hover{
  cursor:pointer;
}

.crew-slider_info{
  padding: 44px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.crew-slider .single_like{
  border: 0;
  padding: 0;
  margin: 0 8px;
  height: 100%;
  background: #fff;
  cursor: default;
  display: flex;
  flex-direction: column;
}

.crew-slider_author{
  margin-bottom: 8px;
  font-weight: 600;
}

.crew-slider_career{
  font-family: "Founders Grotesk Regular";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
margin-bottom: 24px;
}

.crew-slider_quote_text{
font-family: "Founders Grotesk Mono";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px;
display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content:space-between;
}

.crew-slider .owl-controls{
  display:none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.crew-slider .slick-dots{
  display: block;
  position: relative;
  bottom: unset;
  margin:  0 0 44px;
}

.crew-slider .owl-nav{
  margin: 0;
  justify-content: space-between;
}

.crew-slider .owl-prev{
  left: -50px;
}
.crew-slider .owl-next{
  right: -50px;
}

@media (min-width: 768px){
  .crew-slider_head{
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
  }
  .crew-slider_head h2{
    margin-bottom: 32px;
  }
  .crew-slider_info{
    padding: 48px 48px 28px;
  }

  .crew-slider .slick-dots{
    display: block;
    margin: 0 0 64px;
  }

  .crew-slider .owl-controls{
    display: block;
  }

  .crew-slider{
    background: url("//cheribundi.com/cdn/shop/t/216/assets/cb-bg.svg");
    background-repeat: no-repeat;
  }

  .crew-slider .single_like{
    margin: 0 8px 84px;
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.25);
    width: 400px;
  }

  .crew-slider .read-more{
    margin-top: 32px;
  }
}

.read-more.modal-trigger{
  text-align: left;
}

@media(max-width: 767px){
  .crew-slider .interactive__button a,button{
    width: 100%;
  }
}

.full-section-slider{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.full-section-slider .slider-heading,.full-section-slider .slide-subheading, .full-section-slider p, .full-section-slider span{
  color: #fff;
}


.full-section-slider .slider-heading{
  margin-bottom: 80px;
}

.full-section-slider::after{
  background: linear-gradient(232deg, rgba(102, 102, 102, 0.00) -16.23%, #000 61.8%);
  mix-blend-mode: multiply;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.full-section-slider .content-wrap{
  z-index: 1;
    position: relative;
}

.full-section-slider .slide>*:not(:last-child){
  margin-bottom: 32px;
}

.full-section-slider .slide-controls{
  margin-top: 80px;
  margin-bottom: 50px;
}

.full-section-slider .progress-bar-container {
  position: relative;
  height: 3px;
  background-color: #fff; 
  width: 100%;
  margin-bottom: 22px;
}

.full-section-slider .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #DF1A25;
  z-index: 1;
  transition: width 0.1s linear; 
}

.full-section-slider .slide-titles{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.full-section-slider .slide-title{
  cursor: pointer;
}

.full-section-slider .slide-titles .title-text{
  display:none;
}

@media(min-width: 768px){
  .full-section-slider{
    padding-top: 9rem;
    padding-bottom: 4rem;
  }

  .full-section-slider .slide-titles{
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
  }

  .full-section-slider .slide-titles .title-text{
    display:block;
  }
  .full-section-slider .slider-heading{
    margin-bottom: 104px;
  }

  .full-section-slider::after{
    background: linear-gradient(264deg, rgba(102, 102, 102, 0.00) 4.81%, #000 78.68%);
    mix-blend-mode: multiply;
  }

  .full-section-slider .slide-controls{
    margin-top: 104px;
    margin-bottom: 90px;
  }

  .full-section-slider .content-wrap>*:not(.cb-max-w-auto){
    max-width: 50%;
  }
}


.img-bg-squares{
  padding-left: 36px;
  padding-right: 36px;
}

.img-bg-squares .cb-bg-white{
  background: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.img-bg-squares .heading{
  margin-bottom: 24px;
  line-height: normal;
}

.img-bg-squares .subheading{
  margin-bottom: 40px;
}

.img-bg-squares .block-wrap{
  margin-bottom: 44px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
}
.img-bg-squares .block-wrap p{
  text-transform: uppercase;
}
.img-bg-squares .block{
  background: rgba(0, 0, 0, 0.05);
  padding: 50px 20px;
}

.img-bg-squares .block img{
  margin-bottom: 32px;
}

@media(min-width: 768px){ 

  .img-bg-squares{
    padding-left: 90px;
    padding-right: 90px;
  }
  .img-bg-squares .heading{
    margin-bottom: 32px;
  }
  .img-bg-squares .cb-bg-white{
    padding-left: 67px;
    padding-right: 67px;
  }

  .img-bg-squares .subheading{
    margin-bottom: 48px;
  }

  .img-bg-squares .block-wrap{
    margin-bottom: 64px;
  }

  .img-bg-squares .block img{
    margin-bottom: 40px;
  }

  .img-bg-squares .block-wrap{
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}

@media (min-width: 992px){
  .img-bg-squares .block-wrap{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}

.recovery_champ_left, .recovery_champ_right{
  width: 100%;
}

.recovery_champ_wrap .single_count p{
  font-family: "Founders Grotesk Mono";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
text-transform: uppercase;
}

.recovery_champ_wrap .heading-wrap{
  font-family: "Founders Grotesk Mono";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
margin-bottom: 28px;
}

.recovery_champ_wrap .heading-wrap h2{
  text-transform: uppercase;
  margin-bottom:32px;
}

.recovery_champ_left{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #DDDDDE;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.counter_row.recovery-grid{
  padding: unset;
  border: 0;
  display: grid;
  grid-template-columns: 50% 50%;

  row-gap: 40px;
  column-gap: 15px;

  width: calc(100% - 32px);
  margin: 0 auto;
}

.counter_row.recovery-grid .single_count{
  padding: 0;
  width: 100%;
}

.counter_row.recovery-grid .single_count p{
margin-top: unset;
}
.recovery-image{
  height: 100%;
}
.review-badge{
  max-width: 33%; 
}

@media (min-width: 992px){
  .recovery_champ_left, .recovery_champ_right{
    width: 50%;
  }
}

@media (min-width: 768px){
  .recovery_champ_left{
    padding-top: 130px;
  padding-bottom: 130px;
  justify-content: start;
  max-width: unset;
  }
  .counter_row.recovery-grid{
    row-gap: 48px;
    column-gap: 32px;
    width: 100%;
    margin: auto 0;
  }
  .recovery_champ_wrap .heading-wrap{
  margin-bottom: 48px;
  }
}
@media(max-width: 767px){
  .recovery_champ_wrap .heading-wrap h2{
    line-height: normal;
    margin-bottom:24px;
  }  
}
.LgNcQe,
.LgNcQe .Wic03c .tL9Q4c,
.LgNcQe .I9OJHe .KRoqRc,
.LgNcQe .PyrB4,
.LgNcQe .snByac {
  font-family: "Founders Grotesk Mono" !important;
}

.template-product .smartrr-selling-plan-group-name [data-smartrr-product-id]{
  display: flex;
  flex-direction: column;
}