/*!
Theme Name: Genetic Arts New
Theme URI:
Author: Brightscout
Author URI:https://www.brightscout.com/
Description: Custom theme build for Genetic Arts
*/

@import url("./styles/components/toggle.css");
@import url("./styles/components/loader.css");

@font-face {
  font-family: 'ABC Monument Grotesk Mono';
  src: url('fonts/ABCMonumentGroteskMono-Regular.eot');
  src: url('fonts/ABCMonumentGroteskMono-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ABCMonumentGroteskMono-Regular.woff2') format('woff2'),
    url('fonts/ABCMonumentGroteskMono-Regular.woff') format('woff'),
    url('fonts/ABCMonumentGroteskMono-Regular.ttf') format('truetype'),
    url('fonts/ABCMonumentGroteskMono-Regular.svg#ABCMonumentGroteskMono-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Replica LL';
  src: url('fonts/ReplicaLL-Regular.eot');
  src: url('fonts/ReplicaLL-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ReplicaLL-Regular.woff2') format('woff2'),
    url('fonts/ReplicaLL-Regular.woff') format('woff'),
    url('fonts/ReplicaLL-Regular.ttf') format('truetype'),
    url('fonts/ReplicaLL-Regular.svg#ReplicaLL-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Replica Pro';
  src: url('fonts/ReplicaPro.woff2') format('woff2'),
      url('fonts/ReplicaPro.woff') format('woff'),
      url('FontsFree-Net-ReplicaPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
      url('fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'custom-icons';
  src:  url('icons/fonts/icons.eot');
  src:  url('icons/fonts/icons.eot') format('embedded-opentype'),
    url('icons/fonts/icons.ttf') format('truetype'),
    url('icons/fonts/icons.woff') format('woff'),
    url('icons/fonts/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="custom-icon-"], [class*=" custom-icon-"] {
  font-family: 'custom-icons'!important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-star:before {
  content: "\e900";
}


#mobile_menu_wrapper {
  display: none;
}
fieldset {
  border: 0 !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* Global Colors */

:root {
  --roboto: 'Roboto', sans-serif;
  --Replica: "Replica LL";
  --ABC: 'ABC Monument Grotesk Mono';
  --green: #72B288;
  --pink: #FF668C;
  --dark-orange:#D4AC0D;
  --dark_green: #679F7A;
  --red: #E70303;
  --purple_light: #E2DCFF;
  --purple: #470A68;
  --l_off_white: #FAF7EE;
  --off_white: #EEEBE2;
  --white: #FAFAFA;
  --l_black: #616161;
  --black: #111111;
  --d_black: #132816;
  --silver: #787878;
  --l-grey: #BABABA;
  --text-grey: #666666;
  --xl-grey: #ACACAC;
	--blue: #0000FF;
	--yellow: #FFC300;
  --l-blue: #2ea2cc;
}

html {
  margin: 0;
  padding: 0;
  font-family: var(--roboto);
  background: var(--l_off_white);
}

#page {
  overflow: hidden;
  width: 100%;
}

.page-id-192 #page {
  overflow: initial;
}

body {
  margin: 0;
  background: var(--l_off_white);
}

*:focus {
  outline: none;
}


::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.6;
  font-family: var(--roboto);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.6;
  font-family: var(--roboto);
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.6;
  font-family: var(--roboto);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.6;
  font-family: var(--roboto);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.6;
  font-family: var(--roboto);
}

::placeholder {
  /* Most modern browsers support this now. */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.6;
  font-family: var(--roboto);
}

input::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

#masthead .top_search .open_search input::placeholder {
  font-size: 18px;
}

.leadinModal {
  z-index: 99999 !important;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  color: var(--black);
  font-family: var(--Replica);
  margin-top: 0;
  margin-bottom: 30px;
}

h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  font-family: var(--Replica);
  margin-bottom: 30px;
}


h3 {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  color: var(--black);
  font-family: var(--Replica);
}

h4 {
  margin-top: 0;
  color: var(--black);
  font-family: var(--Replica);
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
}

h5 {
  margin-top: 0;
  color: var(--black);
  font-family: var(--Replica);
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  display: inline-block;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--black);
  font-family: var(--Replica);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}

/*
  h1,h2,h3,h4,h5{
  text-transform: lowercase;
  }
  h1:first-letter,h2:first-letter,h3:first-letter,h4:first-letter,h5:first-letter {
  text-transform: uppercase;
  }*/


p {
  font-size: 18px;
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 24px;
}

.woocommerce-message {
  border-top-color: #8fae1b;
  float: left;
  height: 30px;
}


.pt-300 {
  padding-top: 300px;
}

select {
  -webkit-appearance: none;
}



.single-post li h5 {
  margin: 0;
  margin-bottom: 10px;
}


.single-post #primary {
  padding-bottom: 10px;
}

.single-post blockquote {
  float: left;
  width: 80%;
  padding-right: 20%;
  background: url(images/quote.svg) no-repeat;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--black);
  font-family: var(--Replica);
  margin-left: 0;
  background-position: top right;
}

.single-post .col-10 p.wp-caption-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: auto;
  background: url("images/CalendarToday.svg") no-repeat center right;
}

input[type="date"] {
  position: relative;
}


@keyframes bounce_left {
  30% {
    transform: translateX(-10px);
  }
}

@keyframes bounce_right {
  30% {

    transform: rotate(180deg) translateX(10px);
  }
}


/*! lightslider - v1.1.3 - 2015-04-14
  * https://github.com/sachinchoolur/lightslider
  * Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
  clear: both
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table
}

.lightSlider {
  overflow: hidden;
  margin: 0
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
  z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #428bca
}

.lSSlideOuter .media {
  opacity: .8
}

.lSSlideOuter .media.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table
}

.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s
}

.lSAction>a:hover {
  opacity: 1
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px
}

.lSAction>a.disabled {
  pointer-events: none
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden
}

.lSSlideOuter.vertical {
  position: relative
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px
}

.lSSlideOuter.lSrtl {
  direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
  float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
  float: right !important
}

@-webkit-keyframes rightEnd {

  0%,
  100% {
    left: 0
  }

  50% {
    left: -15px
  }
}

@keyframes rightEnd {

  0%,
  100% {
    left: 0
  }

  50% {
    left: -15px
  }
}

@-webkit-keyframes topEnd {

  0%,
  100% {
    top: 0
  }

  50% {
    top: -15px
  }
}

@keyframes topEnd {

  0%,
  100% {
    top: 0
  }

  50% {
    top: -15px
  }
}

@-webkit-keyframes leftEnd {

  0%,
  100% {
    left: 0
  }

  50% {
    left: 15px
  }
}

@keyframes leftEnd {

  0%,
  100% {
    left: 0
  }

  50% {
    left: 15px
  }
}

@-webkit-keyframes bottomEnd {

  0%,
  100% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }
}

@keyframes bottomEnd {

  0%,
  100% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}


/*
  Colorbox Core Style:
  */
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  #cboxWrapper {
    max-width: none;
  }
  
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  
  #cboxMiddleLeft,
  #cboxBottomLeft {
    clear: left;
  }
  
  #cboxContent {
    position: relative;
  }
  
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  #cboxTitle {
    margin: 0;
  }
  
  #cboxLoadingOverlay,
  #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #cboxPrevious,
  #cboxNext,
  #cboxClose,
  #cboxSlideshow {
    cursor: pointer;
  }
  
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
  }
  
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }
  
  #colorbox,
  #cboxContent,
  #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
  
  
  #cboxOverlay {
    background: var(--black);
    opacity: 0.4 !important;
    filter: alpha(opacity=40);
  }
  
  #colorbox {
    outline: 0;
  }
  
  #cboxContent {
    overflow: hidden;
  }
  
  .cboxIframe {}
  
  #cboxError {
    padding: 50px;
    border: 1px solid #ccc;
  }
  
  #cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
  }
  
  #cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
  }
  
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  #cboxPrevious,
  #cboxNext,
  #cboxSlideshow,
  #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
  }
  
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
  #cboxPrevious:active,
  #cboxNext:active,
  #cboxSlideshow:active,
  #cboxClose:active {
    outline: 0;
  }
  
  #cboxContent video {
    height: 100%;
    max-width: 100%;
  }
  
  #inlinevideocontent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  
  #cboxWrapper #cboxLoadedContent {
    padding: 55px 126px;
    background: var(--white);
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 100%;
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  
  #cboxWrapper #cboxLoadedContent h3 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
  /* This is the colorbox style for add payment method */
.page-id-9 #colorbox{
	top: 10% !important;
	height: 70% !important;
  max-height: 70% !important;
  overflow-y: scroll !important;
}
.page-id-9 #colorbox #cboxWrapper, .page-id-9.woocommerce-account #cboxContent{
	height:auto !important;
}

body.colorboxOpen {
  overflow: hidden !important;
}

@media only screen and (max-width: 600px){
.page-id-9 #colorbox{
	top: 5% !important;
	height: 95% !important;
}
.single-post ul {
  float: left;
  width: 85%;
  line-height: 1.5;
}
}

@media only screen and (max-width: 450px){
.page-id-9 #colorbox{
  width: 100% !important;
  max-height: 100% !important;
  position: fixed !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow-y: auto !important;
  z-index: 9999 !important;
}
}

  
  /* This is the core CSS of Tooltipster */
  
  /* GENERAL STRUCTURE RULES (do not edit this section) */
  
  .tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
      if greater that the natural height of the tooltip, will be enforced
      in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
      and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tooltipster-content h2 {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-show {}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-show {}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
  transition durations may be specified in the style tag due to
  animationDuration, and we try to avoid collisions and the use
  of !important */

/* fade */

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
  }

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

.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
  * DEFAULT STYLE OF THE SIDETIP PLUGIN
  *
  * All styles are "namespaced" with .tooltipster-sidetip to prevent
  * conflicts between plugins.
  */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
  background: var(--black);
  border: 2px solid var(--black);
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 16px 24px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
  corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
      been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: var(--black);
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: var(--black);
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: var(--black);
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: var(--black);
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: var(--black);
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: var(--black);
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: var(--black);
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: var(--black);
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}



/*Button*/

.woocommerce-cart .cart_page .woocommerce .checkout-button,
input[type="submit"].wpcf7-submit,
.woocommerce a.button,
#wp-submit,
.button {
  padding: 10px 18px;
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: var(--roboto);
  border-radius: 4px;
  display: inline-block;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  background: var(--black);
  min-width: 120px;
  width: auto;
  border: 0;
}

.button.disabled {
  background: var(--off_white);
}


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

.woocommerce-cart .cart_page .woocommerce .checkout-button:disabled,
input[type="submit"].wpcf7-submit:disabled,
.woocommerce a.button:disabled,
#wp-submit:disabled,
.button:disabled {
  background: var(--off_white);
  color: var(--l_black);
}

.button:disabled:hover svg path,
.button:disabled svg path {
  fill: var(--l_black);
}

.woocommerce-cart .cart_page .woocommerce .checkout-button:hover,
.woocommerce a.button:hover,
.button:hover {
  background: var(--l_black);
  color: var(--white);
  transition: all 0.3s ease;
}


.button:hover svg path {
  fill: var(--white);
}

.button:disabled:hover {
  background: var(--off_white);
  color: var(--l_black);
}



.button_empty {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid var(--black);
  color: var(--black);
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.button_empty:hover {
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  transition: all 0.3s ease;
}

.newsletter form input[type="submit"]:hover,
.button_w_arrow:hover {
  background-color: var(--l_black);
  /*background-image: url("images/arrow_right_gray.svg");*/
}

.login_site input.submit_button,
.newsletter form input[type="submit"],
.down_report,
.button_w_arrow {
  background-image: url("images/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: var(--black);
  border-radius: 4px;
  padding: 10px 18px;
  padding-right: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  cursor: pointer;
  display: table;
  transition: all 0.3s ease;
}

.down_report.white_button,
.button_w_arrow.white_button {
  color: var(--black);
  background-position: 90% center;
  transition: all 0.3s ease;
  background-color: var(--white);
  border: 1px solid var(--white);
  background-image: url("images/arrow_right_black.svg");
}

.down_report.white_button:hover,
.button_w_arrow.white_button:hover {
  color: var(--white);
  background-position: 90% center;
  transition: all 0.3s ease;
  background-color: var(--black);
  background-image: url("images/arrow_right_white.svg");
}

.dna_test.black_bg .orange_box .button_w_arrow.green_button img {
  display: inline-block;
  position: relative;
  left: 0;
  height: auto;
  right: 0;
  margin: 0;
  margin-top: -2px;
  margin-left: 10px;
}

.button_w_arrow.green_button {
  color: var(--white);
  background-position: 90% center;
  transition: all 0.3s ease;
  background: var(--green);
  text-align: center;
  border: 1px solid var(--green);
  /*
      background-image: url("images/arrow_right_white.svg");*/
  display: inline-flex;
  align-items: center;
}

.button_w_arrow.green_button img {
  margin-left: 10px;
  max-height: 10px;
  height: 10px;
}

.product_details .button_w_arrow_green:hover,
.button_w_arrow.green_button:hover, .product-info-box .button_w_arrow_green:hover {
  color: var(--white);
  background-position: 90% center;
  transition: all 0.3s ease;
  background: var(--dark_green);
  /*
      background-image: url("images/arrow_right_white.svg");*/
}

.button_w_arrow_back {
  background-image: url("images/arrow_left_black.svg");
  background-repeat: no-repeat;
  background-position: 10% center;
  background-color: var(--black);
  border-radius: 4px;
  padding: 10px 18px;
  padding-left: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  cursor: pointer;
}

.down_report {
  background-image: url("images/Download.svg");
  margin: 0 auto;
}


.button_w_arrow_green.change_subcription {
  background-color: transparent;
  color: var(--dark_green);
  border: 1px solid var(--dark_green);
}


.button_w_arrow_green.cancel_subscription {
  background-color: transparent;
  color: var(--black);
  border: 1px solid var(--black);
  background: none;
  padding: 8px 16px;
}

.finish_button_w_arrow_green,
.button_w_arrow_green {
  background-image: url("images/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: var(--green);
  padding: 10px 18px;
  padding-right: 36px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  cursor: pointer;
  border-radius: 4px;
}

.finish_button_w_arrow_green {
  display: none;
}

.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--l_black);
  color: var(--white);
  transition: all 0.3s ease;
}

.woocommerce button.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--black);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFA;
  transition: all 0.3s ease;
}


.custom_place_order {
  float: left;
  width: calc(100% - 36px);
  text-align: center;
}

.custom_place_order img {
  max-height: 10px;
}

.small {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}


.wpcf7 button {
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* ==== GRID SYSTEM ==== */

.container {
  width: 90%;
  margin: 10px auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.row [class^="col"].m_0 {
  margin: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

.mt-20{
  margin-top: 20px !important;
}

@media only screen and (min-width: 33.75em) {

  /* 540px */
  .container {
    width: 1240px;
  }
}

@media only screen and (min-width: 45em) {

  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}


.flex_it {
  display: flex;
}

.center_it {
  align-items: center;
}

.wrap_it {
  flex-wrap: wrap;
}
.direction_column{
	flex-direction: column;
}

.item_end{
	align-items: end;
}

.direction_column{
	flex-direction: column;
}

.item_end{
	align-items: end;
}

.flex_center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.space_between {
  justify-content: space-between;
}


.fl_100 {
  float: left;
  width: 100%;
}



@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0 !important
}

.logged-in .splide__list{
	height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}


/* Alignments
  --------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #F9F7EE;
}

#masthead.scrolled {
  background: #F9F7EE;
  padding-bottom: 0;
}

#page {
  --banner-height: 30px;
  padding-top: calc(var(--banner-height) + 100px);
}

.button_container {
  float: left;
  width: 100%;
}


.spacing.sp_5 {
  padding-bottom: 5px;
}

.spacing.sp_10 {
  padding-bottom: 10px;
}

.spacing.sp_15 {
  padding-bottom: 15px;
}

.spacing.sp_20 {
  padding-bottom: 20px;
}

.spacing.sp_50 {
  padding-bottom: 50px;
}

.spacing.sp_100 {
  padding-bottom: 100px;
}

.spacing.sp_150 {
  padding-bottom: 150px;
}

.spacing.sp_200 {
  padding-bottom: 200px;
}

.spacing.sp_300 {
  padding-bottom: 300px;
}


.left_right {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
}

.left_right.gray_bg .must_be_here {
  padding: 30px;
  padding-left: calc(30px - 1%);
  padding-right: calc(30px - 1%);
  border-radius: 20px;
  background: var(--off_white);
}

.testimonial_slider+.left_right {}

.left_right .button_container {
  margin-top: 40px;
}


.left_right ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style-type: none;
  margin-top: 20px;
}

.left_right ul li:not(.splide__slide) {
  padding-left: 30px;
  margin-bottom: 15px;
  background: url("images/check.svg") no-repeat;
}

.left_right ul+p {
  color: var(--l_black);
  opacity: 0.8;
}

.left_right .row {
  display: flex;
  align-items: center;
}

.left_right .row.switch {
  flex-flow: row-reverse;
}

.left_right .text {
  /*margin-top: 40px;
      margin-bottom: 20px;*/
}

.left_right .text p:last-child {
  margin-bottom: 0;
}


.left_right .text h4 {}

.left_right .text em {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #616161;
  font-style: normal;
  margin-bottom: 20px;
}

.left_right .text h3 {
  margin-bottom: 40px;
}

.full_slider+.left_right .text h3 {
  margin-bottom: 20px;
}

.left_right .text h6 {
  font-family: var(--ABC);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.left_right img {
  border-radius: 16px;
}
.new-footer-roots-mobile-logo img {
  border-radius: 0px !important;
}
.brand #logo img {
    border-radius: unset !important;
}
.left_right p:not(.section-text, .cnnContents, .faq-text p) {
  float: left;
  margin-top: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.left_right .switch .text {
  float: right;
}


.left_right h2,
.left_right h3,
.left_right p {
  margin-top: 0;
}


/*  */
#page.login_site {
  background: var(--l_off_white);
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.login_site .logindata .inner_flex {
  width: 100%;
}

.login_site .logindata h4 {
  margin-bottom: 24px;
}

#page.login_site .bg_img {
  height: calc(100vh - 80px);
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  float: left;
}


.after_reset {
  display: none;
}


.flex_login {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 80px);
}


.login_site .img_cont {
  position: absolute;
  top: 0;
  right: 20%;
  height: 100vh;
  width: 14vw;
  overflow-y: clip;
}

.login_site .img {
  position: relative;
  top: -50px;
  transform: rotate(16deg);
  left: 0;
  background: url("images/login_bottle.jpg") no-repeat;
  width: 5vw;
  height: 16vw;
  display: block;
}

.login_site .forgot_img .img {
  background: url("images/maginifier.svg") no-repeat;
  width: 20vw;
  height: 20vw;
}

.login_site .forgot_img .img.img_2 {
  transform: rotate(43deg);
  left: 100px;
  top: -150px;
}

.login_site .forgot_img .img.img_3 {
  transform: rotate(-25deg);
  top: -250px;
}



.login_site .img.img_2 {
  transform: rotate(60deg);
  left: 100px;
}

.login_site .img.img_3 {
  transform: rotate(40deg);
  left: 200px;
}

.login_site label {
  float: left;
  width: 100%;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--black);
  margin-top: 24px;
}

.login_site label label.error {
  text-align: right;
  margin-top: 4px;
}

.login_site input {
  background: var(--white);
  border: 1px solid #D6D2C4;
  border-radius: 4px;
  height: 40px;
  float: left;
  width: calc(100% - 20px);
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.new-footer-roots-mobile-logo img {
  border-radius: 0px !important;
}
.brand #logo img {
    border-radius: unset !important;
}
.login_site .f_error,
.login_site .error {
  color: var(--red);
}

.login_site .f_error input,
.login_site .error input {
  border: 2px solid var(--red);
}

.login_site .submit_button svg {
  margin-left: 10px;
}

.login_site input.submit_button {
  margin: 0;
  width: auto;
}


.login_site .space_between {
  margin-top: 24px;
}

.login_site .status {
  text-align: left;
  color: var(--red);
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.login_site .status.green_check {
  padding: 4px 0px 4px 8px;
  background: #72B288;
  border-radius: 4px;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #FAF7EE;
}

.login_site p,
.login_site .new_acc,
.login_site .lost {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
}

.login_site .lost {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.login_site .terms {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--black);
  float: left;
  width: 100%;
  margin-top: 20px;
}

.login_site .new_acc {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 40px;
}

.login_site .new_acc a,
.login_site .lost {
  text-decoration: underline;
  color: var(--black);
}

.free-research-report-promo-text-wrapper p .square-green{
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 2px;
  background-color: #72B288;
  display: block;
  margin-right: 12px;
}

.free-research-report-promo-text-wrapper p .phone_number{
  margin-left: 12px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.free-research-report-promo-text-wrapper p .phone_number{
  margin-left: 12px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

.free-research-report-promo-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 30px;
  width: 100%;
}

.free-research-report-promo-text-wrapper p {
  font-family: 'Replica Pro';
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-research-report-promo-text-wrapper-slider p{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%); /* start offscreen to the right */
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out;
  z-index: 1;
}

.free-research-report-promo-text-wrapper-slider p.active {
  transform: translateX(0); /* slide into view */
  opacity: 1;
  z-index: 2;
}

.free-research-report-promo-text-wrapper-slider p.slide-out {
  transform: translateX(-100%); /* slide out to the left */
  opacity: 0;
  z-index: 1;
}

.free-research-report-promo-text-wrapper-slider p.active a {
  margin-left: 5px;
  display: inline-block;
}

.free-research-report-banner-inner-container {
    margin: 0 !important;
    width: 600px;
}
@media only screen and (max-width: 1024px) {
  .free-research-report-banner-inner-container {
    width: 100%;
  }
}

.free-research-report-promo-text-wrapper a{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-family: 'Replica Pro';
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 11px;
}

@media only screen and (max-width: 450px){
  .free-research-report-promo-text-wrapper p{
    font-size: 14px;
  }
}

.free-research-report-promo-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
}

.free-research-report-promo-text-wrapper a{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-family: 'Replica Pro';
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 11px;
}
#primary-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}

#primary-menu li a {
  margin-left: 8px;
  border: 1px solid #1111112E;
  border-radius: 100px;
  padding: 8px 20px;
  color: #111111;
}
#primary-menu li.menu-item:hover a{
  border-color: #111111 !important;
}
#primary-menu li.menu-item-has-children {
  position: relative;
  z-index: 99;
} 
#mobile_menu_child li{
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.menu-item-has-children:hover > .sub-menu {
  display: block;
}
#mobile_menu.active ul li:nth-child(1){
  transform: rotate(-50deg);
  top: 55%;
  background-color: white;
}
#mobile_menu.active ul li:nth-child(4){
  transform: rotate(-130deg);
  top: 55%;
  background-color: white;
}
#mobile_menu.active ul li:nth-child(2),
#mobile_menu.active ul li:nth-child(3){
  display: none;
}
#mobile_menu.active p{
  color: white;
}
#mobile_menu.active{
  background-color: #111;
}
#primary-menu li.menu-item-has-children:hover a::after{
      transform: rotate(180deg);
}
#primary-menu li.menu-item-has-children:hover {
  background-color: #f7f5ef; 
  border-radius: 20px; 
  z-index: 10;
}
#primary-menu li.menu-item > a {
  background-color: transparent;
  padding: 15px 20px;
}
#primary-menu li.menu-item-has-children:hover > a {
  color: #111111;
  border-color: black;
}

#primary-menu li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background-color: #EDEBE2;
  min-width: 249px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 65px 10px 10px;
  top: -20px;
  left: -5px;
  z-index: -1;
}
#primary-menu li.menu-item-has-children a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 4px;
  background: black;
  mask: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L5 5L9 1' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L5 5L9 1' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
  margin-left: 6px;
  vertical-align: middle;
  transform: rotate(0);
  transition: transform 0.3s ease;
}

#primary-menu li.menu-item-has-children .sub-menu li:hover{
  background: #F9F7EE;
}
#primary-menu li.menu-item-has-children .sub-menu li{
  white-space: nowrap;
  border: 0;
  border-radius: 100px;
  padding: 8px 20px;
  background: inherit;
  list-style: none;
  margin-left: 0;
  white-space: nowrap;
  margin: 0;
  max-width: 207px;
  width: 100%;
}
#primary-menu li.menu-item-has-children .sub-menu li a:after{
  display: none;
}
#primary-menu li.menu-item-has-children .sub-menu li a {
  font-family: Replica Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background-color: inherit;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
}

#primary-menu .sub-menu{
	padding: 10px;
	position: absolute;
  background-color: var(--off_white);
	box-shadow:	0px 0px 4px 0px #dddad3;
	display: none;
}

#primary-menu .sub-menu li:last-child {
  margin-bottom: 0;
}

#primary-menu a {
  font-family: "Replica Pro", 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--l_black);
  transition: all 0.3s ease;
}

#primary-menu li:hover > .sub-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
  padding-bottom: 15px;
}


#masthead .button {
  text-align: center;
  margin-left: 10px;
}
.right_buttons a.button_w_arrow{
  border-radius: 100px;
  background-image: none;
  padding-right: 18px;
}
#masthead .button_empty {
  margin-left: 8px;
  font-weight: 400;
  border-radius: 100px;
  border-color: #111;
  font-family: 'Replica Pro';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;

}

#masthead .menu_container {
  margin-left: auto;

}

.purple_box {
  position: relative;
}


.purple_box:before {
  border-radius: 16px;
  position: absolute;
  width: calc(100% + 4vw);
  left: -2vw;
  background: var(--purple_light);
  content: "";
  height: calc(100% - 12px);
  top: 0;
}

footer .orange_box {
  margin-top: 0;
  margin-bottom: 0;
}

.orange_box {
  position: relative;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.orange_box:before {
  border-radius: 16px;
  position: absolute;
  width: calc(100% + 4vw);
  left: -2vw;
  background: var(--orange_light);
  content: "";
  height: calc(100% - 12px);
  top: 0;
}


#copy-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}


#copy-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black);
  margin-left: 32px;
}


#footer_menu {
  float: left;
  width: 50%;
}

.partner_logo {
  float: right;
  width: 50%;
}

.partner_logo div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.partner_logo img {
  float: left;
  height: auto !important;
}

.partner_logo>div>img {
  width: 58%;
}

.partner_logo>div>a {
  width: 40%;
}

.partner_logo>div>a>img {
  height: auto !important;
  width: 100% !important;
}

.social_media {
  text-align: right;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0px;
}

.partner_logo p,
.social_media p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: var(--ABC);
  color: var(--l_black);
}

.social_media a {
  font-weight: 300;
  font-size: 15px;
  margin-left: 24px;
  line-height: 18px;
  color: var(--black);
  font-family: var(--ABC);
  display: flex;
  align-items: center;
}

.social_media a img {
  margin-left: 10px;
}

.site-footer .copy a,
.site-footer .copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--l_black);
  margin: 0;
}

.site-footer .copy.right_text {
  text-align: right;
}

.site-footer .img_big {
  width: 100%;
  margin-top: 40px;
}

.site-footer .col-6.flex_it {
  align-items: end;
  justify-content: end;
}



.single_product_data {
  padding-top: 50px;
}

.single_product_data h1 {
  padding-top: 100px;
}

.single_product_data .col-6 {
  position: relative;
}

.single_product_data .produ {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  margin-top: 40px;
}

.add_tocart {
  cursor: pointer;
}

.produ .variations .bottom .add_tocart {
  color: var(--white);
  background: var(--black);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: absolute;
  right: 24px;
}

.produ .variations .bottom .add_tocart .hiddent_text {
  opacity: 0;
  width: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--dark_green);
}

.produ .variations:hover .bottom .add_tocart {
  transition: all 0.3s ease;
  width: 150px;
  background: var(--green);
  color: var(--dark_green);
}

.produ .variations:hover .bottom .add_tocart .hiddent_text {
  opacity: 1;
  width: auto;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.produ .variations .bottom {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.produ .variations {
  width: calc(25% - 68px);
  padding: 24px;
  background: var(--white);
  border-radius: 8px;
  outline: 8px solid transparent;
  position: relative;
  transition: all 0.3s ease;
}


.produ .variations:hover {
  outline: 8px solid var(--dark_green);
  border-radius: 1px;
  background: var(--dark_green);
  transition: all 0.3s ease;
}

.produ .variations:hover p,
.produ .variations:hover h2 {
  color: var(--white);
  transition: all 0.3s ease;
}

.produ .variations p,
.produ .variations h2 {
  color: var(--black);
  transition: all 0.3s ease;
}


.produ .variations p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.single_product_data .main_img {
  height: auto;
  position: absolute;
  max-width: 140%;
  left: -40%;
  margin-top: -120px;
  pointer-events: none;
}

.order_and_save {
  float: left;
  width: 100%;
  padding-top: 200px;
}

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

.order_and_save .items .item {
  padding-left: 30px;
  background: url("images/check_black.svg") no-repeat;

}

.splide .col-12 {
  justify-content: space-between;
  display: flex;
}

.splide__list .left_side {
  width: 40%;
}

.orange_box_slider {
  float: left;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 50px;
  background: var(--orange_light);
  position: relative;
}

.orange_box_slider:before {
  background: var(--orange_light);
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.orange_box_slider #splide {
  height: 720px;
}

.orange_box_slider .row [class^="col"] {
  margin: 0;
}

.orange_box_slider .splide__slide img {
  object-fit: cover;
  width: auto;

}

.orange_box_slider .splide__pagination {
  padding-left: 90%;
  bottom: 60px;
}

.orange_box_slider .splide__slide {
  padding: 60px 65px;
}

.orange_box_slider img {
  width: 40%;
  foat: left;
}

.orange_box_slider .right_text {
  width: calc(60% - 100px);
  margin-left: 100px;
  float: right;
}

.orange_box_slider .row {
  background: var(--off_white);
  border-radius: 8px;
}

.orange_box_slider .row .col-12 {}

.orange_box_slider .left_side {}

#splide {
  height: 700px;
  overflow: hidden;
}

/*
  .main_Vs .right_side{
  width: 40%;
  }
  
  .main_Vs {
  height: 700px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  margin:0;
  padding:0;
  list-style-type: none;
  margin-right: -20px;
  margin-bottom: 100px;
  }
  
  .main_Vs li{
  scroll-snap-align: start;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  }*/

.splide__pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  flex-wrap: wrap;
  width: 6px;
  margin-left: 0;
  padding-left: 0;
  opacity: 0.5;
  padding-left: calc((100vw - 1240px)/2);
}

.splide__slide img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  display: block !important;
}

#t_slider .splide__slide img {
  border-radius: 100%;
  /*  -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity:0.5;
      transition: all 0.3s ease;*/
}

/*
  #t_slider .splide__slide.is-active img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity:1;
  transition: all 0.3s ease;
  }
  */

#v_slider {
  display: flex;
  align-items: center;
}

#v_slider .splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  width: 96%;
  margin: 0 2%;
}

#v_slider .splide__slide {
  padding: 0 12px;
}

#v_slider .slide_card {
  background-color: #EEEBE2;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-sizing: border-box;
}

#v_slider .splide__pagination {
  display: none;
}

#v_slider .splide__arrow {
  background: none;
  border: none;
  display: none;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#v_slider .splide__arrow:hover svg rect,
#v_slider .splide__arrow:focus svg rect {
  fill: #679F7A;
}

@media only screen and (max-width: 800px) {
  #v_slider .splide__arrow {
    display: block;
  }

  #v_slider .slide_card {
    padding: 24px 28px;
  }
  .menu-main-menu-container{
    height: 100%;
    padding-bottom: 10px;
  }
  #primary-menu .sub-menu {
    width: auto;
    padding-left: 25px;
    box-shadow: none;
    position: static;
  }
  .mobile-menu-top-margin{
		margin-top: 40px !important;
	}
  .logged-in .mobile-menu-top-margin{
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .menu_container{
    height: 50%;
  }
  .mobi_menu #main_menu{
    height: 100%;
  }
}

@media only screen and (min-width: 800px) {
  #v_slider .slide_card {
    display: flex;
    flex-direction: column;
  }

  #v_slider .slide_card .top_text {
    flex: 1;
  }
}

#v_slider .slide_card .top_text {
  font-family: var(--Replica);
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 16px;
}

#v_slider .slide_card .lef_right {
  display: flex;
  align-items: center;
  margin: 12px 0;
}

#v_slider .slide_card .client_name {
  padding-left: 12px;
  font-family: 'ABC Monument Grotesk Mono', monospace;
  font-size: 12px;
  line-height: 13px;
}

#v_slider .slide_card .vial_graphic {
  position: relative;
}

#v_slider .slide_card .ingredient_list {
  position: absolute;
  bottom: 12px;
  padding-left: 9px;
  font-family: 'ABC Monument Grotesk Mono', monospace;
  font-size: 10px;
  line-height: 9px;

}


#v_slider .slide_card .client_image img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#v_slider .slide_card .bottom_text {
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 24px;
}

#v_slider .button_w_arrow {
  background-position: 95% center;
}

.splide__pagination li {
  width: 100%;
  margin-bottom: 3px !important;
  margin-top: 3px;
  padding: 0 !important;
  background: none !important;
}

.splide__pagination li button {
  background: #3A362F;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  padding: 0;
  transition: all 0.3s ease;
}

.splide__pagination li {
  line-height: 0;
}

.splide__pagination li button.is-active {
  height: 36px;
  transition: all 0.3s ease;
}

.plusminus {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s ease;
  left: 200px;
}

.plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}

.plusminus:before,
.plusminus:after {
  content: "";
  display: block;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}

.plusminus:before {
  transform: translatey(-50%);
}

.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}

.faq {
  margin-top: 100px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.faq .plusminus {
  left: 0;
}

.faq .text {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.faq .text h3 {
  margin-bottom: 24px;
}

.faq .faq_item {
  border-bottom: 1px solid #D6D2C4;
  /*background: #FAFAFA;*/
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq .faq_item .tag_titles h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--black);
  margin: 0;
  max-width: 80%;
}

.faq .faq_item .tag_text {
  margin-top: 10px;
  display: none;
}

.faq .faq_item .tag_text .flex_it {
  display: flex;
}

.faq .faq_item .tag_text .flex_it .gene {
  margin-right: 20px;
}

.faq .faq_item em {
  color: #FAFAFA;
  font-family: var(--ABC);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  font-style: normal;
  float: left;
  width: 100%;
}

.faq .faq_item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  color: var(--black);
}

.faq .faq_item.active .plusminus,
.faq .faq_item:hover .plusminus {
  transition: all 0.3s ease;
  left: 0;
}

.faq .faq_item:hover,
.faq .faq_item.active {
  background: var(--green);
  transition: all 0.3s ease;
}

.faq .faq_item.active p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
}

.faq .faq_item.active h3 {
  color: var(--black);
}

.dna_test .orange_box:before {
  z-index: -1;
}

.dna_test {
  float: left;
  width: 100%;
}

.dna_test .orange_box {
  position: relative;
  padding-top: 150px;
  margin-top: 100px;
  padding-bottom: 150px;
  margin-bottom: 20px;

}

.dna_test.black_bg .orange_box {
  background: var(--black);
  border-radius: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 80px;
  padding-right: 50px;
  width: calc(100% - 130px);
}

.dna_test.black_bg .orange_box .col-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dna_test.black_bg .orange_box .col-6+.col-6 {
  margin: 0;
  padding: 0;
}

.dna_test.black_bg .orange_box img {
  float: right;
  margin-top: 0px;
  position: absolute;
  height: 100%;
  right: 7%;
}

.dna_test.black_bg .data_privacy,
.dna_test.black_bg .data_privacy p {
  color: var(--black);
}

.dna_test.black_bg .titles .tab_title,
.dna_test.black_bg h2,
.dna_test.black_bg h3,
.dna_test.black_bg h4,
.dna_test.black_bg p,
.dna_test.black_bg li {
  color: var(--white);
}

.dna_test .orange_box .row {
  position: unset;
}

/*
  .dna_test .orange_box:after{
  background: url("images/genetics_bg.svg") no-repeat;
  background-position: top right;
  width: 100%;
  height: calc(100% - 12px);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  pointer-events: none;
  }
  */
.dna_test .tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}


.dna_test p {
  margin-bottom: 0;
}

.dna_test .titles {
  display: flex;
  margin-bottom: 40px;
}

.dna_test .tab_content {
  display: none;
}

.dna_test .tab_content.active {
  display: block;
}

.dna_test .tab_content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dna_test .tab_content ul li {
  padding-left: 30px;
  float: left;
  width: calc(100% - 30px);
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: url("images/check.svg") no-repeat;
}

.dna_test.black_bg .tab_content ul {
  counter-reset: my-awesome-counter;
}

.dna_test.black_bg .tab_content ul li {
  /*background: url("images/check_white.svg") no-repeat;*/
  background: none;
  counter-increment: my-awesome-counter;
  position: relative;
}

.dna_test.black_bg .tab_content ul li:before {
  content: counter(my-awesome-counter);
  width: 20px;
  height: 20px;
  background: #72B288;
  border-radius: 100%;
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
}

.dna_test .tab_content {
  float: left;
  width: 100%;
}

.dna_test .contents {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.dna_test .titles .tab_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-right: 30px;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.5;
  cursor: pointer;
  font-size: 18px;
  line-height: 36px;
}

.dna_test .titles .tab_title:hover,
.dna_test .titles .tab_title.active {
  opacity: 1;
  transition: all 0.3s ease;
}

.dna_test .titles .tab_title.active:before,
.dna_test .titles .tab_title:hover:before {
  width: 100%;
  transition: all 0.3s ease;
  display: none;
}

.dna_test.black_bg .titles .tab_title:before {
  background: var(--white);
}

.dna_test .titles .tab_title:before {
  height: 2px;
  background: var(--black);
  width: 0px;
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  transition: all 0.3s ease;
}


.dna_test .data_privacy {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  padding-left: 30px;
  background: url("images/privacy.svg") no-repeat;
  background-position: left center;
}

.loop_animation {
  width: 100vw;
}

.loop_fix {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.cnnContents {
  width: calc(300%);
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: 30px;
  white-space: nowrap;
  text-transform: capitalize;
  overflow: hidden;
  font-weight: 300;
  left: -30vw;
  position: relative;
  margin-bottom: 100px;
  margin-top: 50px;
  background: var(--green);
  transition: all 0.3s ease;
}

.cnnContents a {
  color: var(--black);
}


.cnnContents:hover {
  background: var(--dark_green);
  transition: all 0.3s ease;
}

/*.cnnContents:hover .marqueeStyle svg path{
  stroke: var(--dark_green);
  }*/
  
  .marqueeStyle {
    display: inline-block;
    /* Apply animation to this element */
    -webkit-animation: scrolling-left1 10s linear infinite;
    animation: scrolling-left1 10s linear infinite;
    font-size: 80px;
    font-family: var(--Replica);
    font-weight: 300;
    margin-right: 20px;
  }
  
  /* scrolling-left is continuous/repeatly text */
  @keyframes scrolling-left1 {
    0% {
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
    }
  
    100% {
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
    }
  }
  
  @-webkit-keyframes scrolling-left1 {
    0% {
      -webkit-transform: translateX(100%);
    }
  
    100% {
      -webkit-transform: translateX(-100%);
    }
  }
  
  
  
  
  .sidebar_cart {
    position: fixed;
    right: -100vw;
    top: 0;
    width: 30vw;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    min-width: 650px;
    max-height: 100vh;
    overflow: auto;
  }
  
  .sidebar_cart.active {
    right: 0;
    transition: all 0.3s ease;
  }
  
  .sidebar_cart .subscription_data {
    float: left;
    width: calc(100% - 80px);
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
    padding-top: 16px;
    border-top: 1px solid var(--orange_light);
    justify-content: space-between;
    align-items: center;
  }
  
  .sidebar_cart .subscription_data h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #141414;
    margin: 0;
  }
  
  .sidebar_cart .subscription_data p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #141414;
    margin: 0;
  }
  
  .sidebar_cart .close_sidebar {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url("images/close.svg") no-repeat;
    width: 14px;
    height: 14px;
    padding: 20px;
    background-size: 14px;
    background-position: center;
  }
  
  .sidebar_cart .sidebar_products {
    float: left;
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .sidebar_cart .sidebar_products .product {
    margin-top: 24px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .sidebar_cart .sidebar_products .product .prod_price p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
    margin: 0;
  }
  
  .sidebar_cart .sidebar_products .product .prod_text {
    width: 80%;
  }
  
  .sidebar_cart .sidebar_products .product .prod_text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--black);
    margin: 0;
  }
  
  .sidebar_cart .sidebar_products .product .prod_text h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
    margin: 0;
    margin-bottom: 5px;
  }
  
  .sidebar_cart .sidebar_products .product .img_cont {
    width: 64px;
    margin-right: 16px;
  }
  
  .sidebar_cart .sidebar_products .product .img_cont img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    background: rgba(241, 239, 234, 0.5);
    border-radius: 4px;
  }
  
  .sidebar_cart .produ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    margin-top: 40px;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
  
  .sidebar_cart .produ .variations p {
    font-size: 14px;
  }
  
  .sidebar_cart .produ .variations .hdn {
    display: none;
  }
  
  .sidebar_cart .produ .variations .top_sct {
    width: 100%;
  }
  
  .sidebar_cart .produ .variations {
    width: calc(25% - 48px);
    padding: 16px;
    cursor: pointer;
    flex-wrap: wrap;
    display: flex;
  }
  
  .sidebar_cart .produ .variations .bottom {
    padding-top: 30px;
  }
  
  .sidebar_cart .produ .variations .bottom p {
    font-size: 12px;
  }
  
  .sidebar_cart .produ .variations h2 {
    font-size: 18px;
    white-space: nowrap;
    margin: 0;
  }
  
  .sidebar_cart .prod_description {
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
    text-align: center;
  }
  
  .sidebar_cart .prod_description p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #141414;
  
  }
  
  .sidebar_cart .top_title {
    float: left;
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--orange_light);
  }
  
  .sidebar_cart .top_title h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    color: var(--black);
  }
  
  
  .sidebar_cart .totals {
    background: var(--purple);
    border-radius: 16px 16px 0px 0px;
    position: relative;
  }
  
  .sidebar_cart .totals:before {
    position: absolute;
    top: 50px;
    height: 50vh;
    background: var(--purple);
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
  }
  
  .sidebar_cart .totals .inner_totals {
    padding: 32px 40px;
  }
  
  .sidebar_cart .totals .inner_totals .state {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #FAFAFA;
  }
  
  .sidebar_cart .totals .inner_totals .ckec_btn {
    border: 0;
    background: #E2DCFF;
    color: var(--black);
    border-radius: 4px;
    height: 54px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  .sidebar_cart .totals .inner_totals .ckec_btn:disabled {
    background: #E9E9E8;
    color: #8E9090;
  }
  
  .sidebar_cart .totals .inner_totals .state p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FAFAFA;
  }
  
  .sidebar_cart .produ .variations.active,
  .sidebar_cart .produ .variations:hover {
    outline: 8px solid var(--purple);
    border-radius: 1px;
    background: var(--purple);
    transition: all 0.3s ease;
  }
  
  .sidebar_cart .produ .variations.active h2,
  .sidebar_cart .produ .variations.active p {
    color: var(--white);
  }
  
  .woocommerce-checkout h3.order_title {
    float: right;
    width: 50%;
    position: absolute;
    left: 50%;
    display: none;
  }
  
  .woocommerce-checkout h3 {
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
    color: var(--black);
  }
  
  .woocommerce-checkout header + .container {
    overflow-y: auto;
}
  #colorbox span em,
  .custom_checkout label,
  #colorbox label,
  .woocommerce-MyAccount-content label,
  .woocommerce-checkout label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #3A362F;
  }
  
  .custom_checkout label .bl_txt a,
  .custom_checkout label .bl_txt {
    color: var(--black);
  }
  
  .custom_checkout label .bl_txt a {
    text-decoration: underline;
  }
  
  .wc-stripe-elements-field,
  .wc-stripe-iban-element-field,
  #colorbox input,
  #colorbox select,
  .woocommerce-MyAccount-content input,
  .select2-container--default .select2-selection--single,
  .custom_checkout select,
  .custom_checkout input,
  .woocommerce-checkout select,
  .woocommerce-checkout input {
    background: #FAFAFA;
    border: 1px solid #D6D2C4;
    border-radius: 4px;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--black);
    font-family: var(--roboto);
    margin: 0;
  }
  
  .custom_checkout input#date {
    height: 42px;
  }
  
  .woocommerce-checkout #payment ul.payment_methods li label {
    display: flex;
  }
  
  .woocommerce-checkout #payment ul.payment_methods li{
      margin-bottom: 25px;
  }
  
  .wc-stripe-elements-field,
  .wc-stripe-iban-element-field {
    height: 30px;
  }
  
  .wc-stripe-elements-field .__PrivateStripeElement {
    margin-top: 5px !important;
    top: 5px;
  }
  
  .woocommerce-MyAccount-content input[type="checkbox"] {
    height: auto;
  }
  
  .woocommerce-checkout textarea {
    height: 100px;
    min-height: 100px;
    background: #FAFAFA;
    border: 1px solid #D6D2C4;
    border-radius: 4px;
    padding: 10px;
    font-family: var(--roboto);
  }
  
  .woocommerce-account #cboxWrapper #cboxLoadedContent {
    padding: 24px 40px;
    text-align: left;
  }
  
  .woocommerce-account #cboxWrapper #cboxLoadedContent .single_data {
    padding: 0;
    border: 0;
    margin: 0;
    float: left;
    width: 100%;
  }
  
  .woocommerce-account #cboxWrapper #cboxLoadedContent .single_data p {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  .woocommerce-account .bottom_details,
  .woocommerce-account .top_details {
    float: left;
    width: 100%;
  }
  
  .woocommerce-account .top_details h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  
  #cboxClose {
    position: absolute;
    background: url("images/pop_close.svg") no-repeat;
    background-size: 10px;
    background-position: center;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 12px;
    color: var(--black);
    margin-left: 0;
    padding-left: 0;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }
  
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100%;
  }
  
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 100%;
  }
  
  .checkout.woocommerce-checkout {
    width: 50% !important;
  }
  
  #order_review #payment {
    padding: 10px;
  }
  
  .woocommerce table.shop_table {
    width: 48%;
    float: right;
    margin-top: 80px;
    background: var(--orange_light);
    border-radius: 8px;
    padding: 20px 30px;
    position: relative;
    top: 0;
  }
  
  .woocommerce-privacy-policy-text p,
  #stripe-payment-data p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--black);
  }
  
  
  #order_review_heading {
    padding-left: 10px;
    color: var(--black);
    font-family: var(--Replica);
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    margin-top: 48px;
    padding-top: 56px;
    border-top: 1px solid var(--black);
    margin-bottom: 10px;
  }
  
  .woocommerce-privacy-policy-text a,
  #stripe-payment-data a {
    color: var(--orange);
  }
  
  .woocommerce .checkout_coupon,
  .woocommerce form.checkout_coupon p,
  .woocommerce ul#shipping_method li label,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
  }
  
  .woocommerce .checkout_coupon {
    display: flex;
  }
  
  .woocommerce .checkout_coupon .input-text {
    width: 100%;
    margin-right: 20px;
    height: 36px;
  }
  
  .coupon-form {
    display: none;
  }
  
  #checkout_apply_coupon {
    padding-left: 20px;
    padding-right: 30px;
    min-width: 30%;
    background: var(--black);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FAFAFA;
    transition: all 0.3s ease;
  }
  
  .woocommerce form.checkout_coupon p {
    margin-top: 0;
  }
  
  #add_payment_method #payment,
  .woocommerce-cart #payment,
  .woocommerce-checkout #payment {
    background: none;
  }
  
  #add_payment_method #payment div.payment_box .form-row,
  .woocommerce-cart #payment div.payment_box .form-row,
  .woocommerce-checkout #payment div.payment_box .form-row,
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 0;
  }
  
  #add_payment_method #payment div.form-row,
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row,
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    background: none;
    margin: 0;
    padding: 0;
  }
  
  #add_payment_method #payment div.payment_box::before,
  .woocommerce-cart #payment div.payment_box::before,
  .woocommerce-checkout #payment div.payment_box::before {
    display: none;
  }
  
  
  .wc_payment_method>label {
    background: #3A362F;
    border-radius: 160px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FAFAFA;
    padding: 8px 16px;
    width: auto;
    float: left;
  }
  
  .woocommerce-checkout #payment div.payment_box {
    float: left;
    width: 100%;
  }
  
  .woocommerce-checkout #payment ul.payment_methods {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
  
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: 100%;
  }
  
  .woocommerce table.shop_table .product-name {
    max-width: 200px;
  }
  
  .woocommerce table.shop_table th,
  .woocommerce ul#shipping_method li label,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th {
    padding-left: 0;
    padding-right: 0;
  }
  
  .woocommerce-info {
    border: 0;
    padding-left: 30px;
    background: none;
    margin-bottom: 0;
  }
  
  .showcoupon {
    color: var(--orange);
  }
  
  .woocommerce-info::before {
    color: var(--orange);
    left: 0;
  }
  
  .woocommerce form.checkout_coupon {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  .woocommerce-form-coupon,
  .woocommerce-form-coupon-toggle {
    display: none;
  }
  
  .shop_table .woocommerce-form-coupon-toggle,
  .shop_table .woocommerce-form-coupon {
    display: block;
  }
  
  .site-footer {
    float: left;
    width: 100%;
  }
  
  
  .checkout_page {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  
  .checkout_page .row {
    display: flex;
    flex-direction: row-reverse;
  }
  
  .checkout_page .shipping_address {
    display: block !important;
    opacity: 0;
    height: 0px;
    overflow: hidden;
  }
  
  .checkout_page .shipping_address.active {
    opacity: 1;
    height: auto;
  }
  
  .top_account {
    padding-top: 50px;
  }
  
  .user_logo {
    width: 48px;
    height: 48px;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: var(--Replica);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: var(--black);
    margin-left: 8px;
  }
  
  .logo_hover {
    position: relative;
    float: right;
  }
  
  .logo_hover .logo_menu {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 20px;
    display: none;
  }
  
  .logo_hover .logo_menu .inner_fix {
    background: transparent;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 160px;
    overflow: hidden;
    position: relative;
  }
  
  .logo_hover .logo_menu a img {
    margin-right: 10px;
  }
  
  .logo_hover .logo_menu a {
    float: left;
    width: 100%;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    white-space: nowrap;
    display: flex;
    padding: 12px 24px;
    background: #EEEBE2;
    transition: all 0.3s ease;
    align-items: center;
  }
  
  .logo_hover .logo_menu a:hover {
    background: #FAF7EE;
    transition: all 0.3s ease;
  }
  
  .order_status {
    padding: 40px 50px;
    background: var(--green);
    border-radius: 16px;
    float: left;
    width: calc(100% - 100px);
  }
  
  .order_status h4 {
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
    color: var(--white);
    margin: 0;
  }
  
  
  .order_list {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    height: 20px;
  }
  
  .order_list:before {
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--white);
    content: "";
    top: 6px;
  }
  
  .order_list:after {
    position: absolute;
    height: 2px;
    background: var(--black);
    content: "";
    top: 6px;
  }
  
  .order_list.list_1:after {
    width: 0%;
  }
  
  .order_list.list_2:after {
    width: 20%;
  }
  
  .order_list.list_3:after {
    width: 40%;
  }
  
  .order_list.list_4:after {
    width: 60%;
  }
  
  .order_list.list_5:after {
    width: 80%;
  }
  
  .order_list.list_6:after {
    width: 100%;
  }
  
  .order_list .status_description {
    float: left;
    width: 100%;
  }
  
  .order_list .status {
    background: var(--green);
    border: 2px solid var(--white);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .order_list .status.active {
    width: 10px;
    height: 10px;
    background: var(--black);
    border: 3px solid var(--black);
  }
  
  .order_list .status:hover {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    border: 3px solid var(--white);
    background: var(--white);
    margin-top: -5px;
    margin-left: -2px;
  }
  
  .order_list .status.active:hover {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    border: 3px solid var(--black);
    background: var(--black);
    margin-top: -5px;
    margin-left: -2px;
  }
  
  .status_description h3 {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #FAFAFA;
    margin: 0;
  }
  
  .status_description p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FAFAFA;
    margin: 0;
    margin-top: 10px;
  }
  
  .order_status .buttons {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }
  
  .order_status .buttons a {
    margin-right: 20px;
  }
  
  .account_details {
    float: left;
    position: relative;
    width: 100%;
    background: var(--orange_light);
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
  
  .account_details:before {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: var(--orange_light);
  }
  
  
  .account_details .tabs {
    display: flex;
  }
  
  .account_details .tabs .tab {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    padding: 10px 18px;
    border: 1px solid var(--off_white);
    background: var(--off_white);
    margin-right: 20px;
    cursor: pointer;
    border-radius: 24px;
    transition: all 0.3s ease;
  }
  
  .account_details .tabs .tab.active,
  .account_details .tabs .tab:hover {
    color: var(--white);
    background-color: var(--black);
    transition: all 0.3s ease;
  }
  
  
  .account_details .inner_tabs {
    float: left;
    width: 100%;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--black);
  }
  
  .account_details .inner_tabs .tab_in {
    display: none;
  }
  
  .account_details .inner_tabs .tab_in.active {
    display: block;
  }
  
  .order_col {
    display: flex;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--black);
    margin-bottom: 32px;
  }
  
  .order_col .sl {
    width: 40%;
    font-family: var(--ABC);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
  }
  
  .order_col .sr {
    width: 90%;
    margin-left: 5%;
  }
  
  .order_col .sr .woocommerce-MyAccount-content {
    width: 100%;
  }
  
  .messaging-container {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #EEEBE2;
    border-radius: 8px;
    padding: 10px 10px 10px 16px;
  }
  
  .messaging-container strong {
    font-size: 16px;
    line-height: 20px;
  }
  
  .messaging-container p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  
  .messaging-container .button-container {
    flex-shrink: 0;
  }
  
  
  @media (max-width: 768px) {
    .ob-step1-header {
      flex-direction: column;
    }
    table.roots-diff-table-mobile th img {
      border-radius: 0px !important;
  }
    .messaging-container {
      flex-direction: column;
      align-items: start;
    }
      
      .new-footer-partner-logo {
          max-width: 54%;
      }
  }
  
  .woocommerce-MyAccount-content h3 {
    display: none;
  }
  
  .woocommerce-MyAccount-content .main_white_title,
  .woocommerce-MyAccount-content .white_title {
    margin-bottom: 0px;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #141414;
    cursor: pointer;
  }
  
  .order_col .white_box,
  .woocommerce-MyAccount-content .white_title,
  .woocommerce-MyAccount-content .white_box {
    padding: 25px 40px;
    background: var(--white);
    border-radius: 8px;
    margin-bottom: 16px;
    float: left;
    width: calc(100% - 80px);
  }
  
  .order_date {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #141414;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .order_date .order_id {
    float: right;
  }
  
  .order-details-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    color: #616161;
  }
  
  @media only screen and (max-width: 601px) {
    .order-details-container {
      align-items: start;
      flex-direction: column;
    }
  }
  
  .order-details-container .order_date {
    display: flex;
    float: none;
    width: auto;
    margin-bottom: 0;
    gap: 10px;
    color: #616161;
  }
  
  .inner_order .order_details h3 {
    margin-bottom: 0;
  }
  
  .order-status-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .order-status-container .order_status_history {
    padding: 7px 15px;
    float: none;
    border-radius: 4px;
    width: auto;
    color: var(--white);
  }
  
  .order_status_history.failed,
  .order_status_history.cancelled {
    background: var(--red);
  }
  
  .order_col .order_price {
    float: left;
    width: 100%;
  }
  
  .order_col .order_price p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #141414;
    text-align: right;
  }
  
  .inner_order {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
  }
  
  .order_sg_price p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #3A362F;
    text-align: right;
  }
  
  .inner_order .order_details {
    width: 70%;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .inner_order img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }
  
  .inner_order h3 {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #3A362F;
  }
  
  .order_col .white_box .inner_box {
    width: 90%;
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  
  .img_file_details {
    float: left;
    width: 100%;
    margin-top: 24px;
  }
  
  .img_file_details p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--black);
  }
  
  .img_file_details p.small {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--black);
    opacity: 0.6;
  }
  
  .img_uploads {
    display: flex;
    min-height: 130px;
  }
  
  .img_uploads>div {
    width: 130px;
    margin-right: 3%;
    position: relative;
    background: #FAFAFA;
    border-radius: 8px;
  }
  
  .img_uploads>div:last-child {
    margin-right: 0;
  }
  
  .img_uploads .img_left .uploadifive-button,
  .img_uploads .img_left_drivers .uploadifive-button {
    background: url("images/up_left.svg");
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  .img_uploads .img_center .uploadifive-button,
  .img_uploads .img_center_drivers .uploadifive-button {
    background: url("images/up_center.svg");
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  .img_uploads .img_right .uploadifive-button {
    background: url("images/up_right.svg");
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  .questions .img_uploads .img_left .uploadifive-button {
    background: url("images/180px1.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  .questions .img_uploads .img_center .uploadifive-button {
    background: url("images/180px.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  .questions .img_uploads.female_img .img_left .uploadifive-button {
    background: url("images/180px_f.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  .questions .img_uploads.female_img .img_center .uploadifive-button {
    background: url("images/180px1_f.svg");
    background-position: center;
    background-size: 99%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  .questions .img_uploads .img_left_drivers .uploadifive-button {
    background: url("images/drivers_licence.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  .questions .img_uploads .img_center_drivers .uploadifive-button {
    background: url("images/drivers_licence_back.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  
  
  .img_uploads .uploadifive-button {
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  
  .img_uploads .uploadifive-button span {
    font-size: 35px;
  }
  
  
  .img_uploads .uploadifive-button:hover {
    background: var(--green);
    transition: all 0.3s;
    color: var(--off_white);
  }
  
  
  .img_uploads .uploadifive-button input[type="file"] {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .img_uploads .uploadifive-queue {
    height: 130px !important;
    background: #FAFAFA;
    border-radius: 8px;
    width: 100% !important;
    top: 0;
    position: absolute;
    margin: 0;
    border: 0;
    background: transparent;
  }
  
  .uploadifive-queue-item.error .filename {
    display: none;
  }
  
  .uploadifive-queue-item.error .fileinfo {
    position: relative;
    top: 20px;
  }
  
  .uploadifive-queue-item.error .filename,
  .uploadifive-queue-item .fileinfo {
    font-size: 20px;
    font-weight: bold;
    position: relative;
  }
  
  .uploadifive-queue-item .progress {
    border: 0;
  }
  
  .uploadifive-queue-item .progress:before {
    content: "Uploading file";
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
  }
  
  .uploadifive-queue-item .progress .progress-bar,
  .uploadifive-queue-item .filename,
  .uploadifive-queue-item a .fileName {
    display: none;
  }
  
  .uploadifive-queue-item.error .fileinfo:before {
    position: absolute;
    content: "";
    background: url("images/close_big.svg") no-repeat;
    width: 25px;
    height: 25px;
    top: -30px;
    background-size: 100%;
    left: calc(50% - 14px);
  }
  
  .uploadifive-queue-item.error .fileinfo:after {
    content: "Max. File Size: 5MB";
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
  }
  
  .uploadifive-queue-item .close img,
  .uploadifive-queue-item.error .close img {
    display: none;
  }
  
  .img_uploads .close {
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .img_uploads .uploadifive-queue-item {
    margin-top: 5px;
    padding: 0;
    border: 0;
    background-color: #FFFFFF;
    line-height: 17px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .img_uploads .uploadifive-queue-item.complete {
    flex-wrap: nowrap;
  }
  
  .img_uploads .uploadifive-button {
    background: #4E4E4E;
    cursor: pointer;
    height: 130px !important;
    background: #FAFAFA;
    border-radius: 8px;
    width: 100% !important;
    margin-right: 20px;
  }
  
  
  
  
  .modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  
  
  .modal-window.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  
  .modal-window>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 80px;
    background: white;
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  
    text-align: center;
  }
  
  .modal-window p {
    margin: 0;
  }
  
  .modal-window h2 {
    margin-bottom: 10px;
  }
  
  .modal-window .button_container a {
    display: inline-block;
  }
  
  .modal-window .button_container {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  
  .modal-window header {
    font-weight: bold;
  }
  
  .modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
  
  .modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
  }
  
  .modal-close:hover {
    color: black;
  }
  
  .account_details .questionnaire {
    padding-top: 0;
    z-index: 0;
  }
  
  .questionnaire {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 100px;
    background: var(--orange_light);
    z-index: -1;
    /*margin-bottom: 150px;*/
  }
  
  .questionnaire h2 {
    text-align: center;
  }
  
  .questionnaire .questionnaire_cont .text_first_step {
    width: 80%;
  }
  
  .questionnaire .questionnaire_cont .step_title {
    display: block;
    padding: 8px;
    border-radius: 150px;
    align-items: center;
  }
  
  .questionnaire .questionnaire_cont .step_title+.questions {
    margin-top: 20px;
  }
  
  .questionnaire .questionnaire_cont .img_uploads,
  .questionnaire .questionnaire_cont .birth_select {
    float: left;
    width: 100%;
    background: #EEEBE2;
    border-radius: 8px;
    padding-top: 72px;
    padding-bottom: 72px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  
  
  .questionnaire .questionnaire_cont .birth_select .birth {
    width: 226px;
    height: 226px;
    background: #FAFAFA;
    border-radius: 16px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 24px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .questionnaire .questionnaire_cont .img_uploads .img_left,
  .questionnaire .questionnaire_cont .img_uploads .img_center,
  .questionnaire .questionnaire_cont .img_uploads .img_left_drivers,
  .questionnaire .questionnaire_cont .img_uploads .img_center_drivers {
    width: 274px;
    height: 274px;
    background: #FAFAFA;
    border-radius: 16px;
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  
  .img_uploads .uploadedThumbnail,
  .img_uploads .uploadifive-queue,
  .img_uploads .img_left .uploadifive-button,
  .img_uploads .img_center .uploadifive-button,
  .img_uploads .img_left_drivers .uploadifive-button,
  .img_uploads .img_center_drivers .uploadifive-button {
    width: 274px !important;
    height: 280px !important;
    max-width: initial;
  }
  
  .account_details .img_uploads>div {
    width: 164px;
  }
  
  .questionnaire_cont .img_uploads .afterUploadThumbnail {
    position: relative;
  }
  
  .questionnaire_cont .img_uploads .afterUploadThumbnail:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 1;
  }
  
  /* .account_details .img_uploads .uploadedThumbnail,
  .account_details .img_uploads .uploadifive-queue,
  .account_details .img_uploads .img_left .uploadifive-button,
  .account_details .img_uploads .img_center .uploadifive-button,
  .account_details .img_uploads .img_left_drivers .uploadifive-button,
  .account_details .img_uploads .img_center_drivers .uploadifive-button {
    width: 164px !important;
    height: 164px !important;
    max-width: initial;
    overflow: hidden;
  } */
  
  .account_details .step_6 .img_uploads .uploadifive-queue-item,
  .tab_1 .img_uploads .uploadifive-queue-item {
    margin-top: 0;
  }
  
  
  
  .account_details .questionnaire .questionnaire_cont .step_6 .img_uploads .uploadifive-queue,
  .account_details .questionnaire .questionnaire_cont .step_6 .img_uploads .uploadedThumbnail,
  .account_details .questionnaire .questionnaire_cont .step_6 .img_uploads .img_left,
  .account_details .questionnaire .questionnaire_cont .step_6 .img_uploads .img_center,
  .account_details .questionnaire .questionnaire_cont .step_6 .img_uploads .img_left_drivers,
  .account_details .questionnaire .questionnaire_cont .step_6 .img_uploads .img_center_drivers {
    width: 274px !important;
    height: 280px !important;
  }
  
  .account_details .questionnaire .questionnaire_cont .img_uploads .img_left,
  .account_details .questionnaire .questionnaire_cont .img_uploads .img_center,
  .account_details .questionnaire .questionnaire_cont .img_uploads .img_left_drivers,
  .account_details .questionnaire .questionnaire_cont .img_uploads .img_center_drivers {
    width: 274px;
    height: 274px;
    background: #FAFAFA;
    border-radius: 16px;
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  
  .img_uploads .uploadedThumbnail {
    filter: grayscale(100%);
    object-fit: cover;
  }
  
  .img_uploads .img_left .special_text:before {
    content: "Head Top";
    background: url("images/Subtract.svg") no-repeat;
    float: none;
    width: auto;
    padding-left: 30px;
    font-family: 'Replica LL';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    display: table;
    margin: 0 auto;
    align-items: center;
    color: #FAFAFA;
    background-position: center left;
  }
  
  .img_uploads .img_center .special_text:before {
    content: "Face Straight";
    background: url("images/Subtract.svg") no-repeat;
    float: none;
    width: auto;
    padding-left: 30px;
    font-family: 'Replica LL';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    display: table;
    margin: 0 auto;
    align-items: center;
    color: #FAFAFA;
    background-position: center left;
  }
  
  .img_uploads .img_center .special_text:before,
  .img_uploads .img_left .special_text:before {
    font-size: 16px;
  }
  
  .img_uploads .img_center .special_text,
  .img_uploads .img_left .special_text {
    float: left;
    width: auto;
    height: auto;
    z-index: 10;
    position: absolute;
    top: 30%;
    width: 100%;
  }
  
  .img_uploads .x_img {
    width: 14px;
    height: 11px;
    background: transparent url("images/Close Sign.svg") no-repeat scroll 0 0;
    display: inline-block;
  }
  
  .step_5 .img_uploads .x_img {
    display: none;
  }
  
  .img_uploads .button_cancel {
    background: none;
    width: auto;
    height: auto;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FAFAFA;
  
  }
  
  .questionnaire .questionnaire_cont .step_5 .img_uploads,
  .questionnaire .questionnaire_cont .step_5 .birth_select {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  
  .step_5 .img_uploads .button_cancel {
    display: none;
  }
  
  .img_uploads .center_it {
    margin-top: 70%;
  }
  
  .img_uploads .close {
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1000;
  }
  
  .questionnaire .questionnaire_cont .birth_select .birth.active {
    background: #E2DFD3;
    border: 1px solid #000000;
    transition: all 0.3s ease;
  }
  
  .questionnaire .questionnaire_cont .birth_select .birth h4 {
    float: left;
    width: 100%;
    font-family: var(--Replica);
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: var(--black);
    margin-bottom: 30px;
  }
  
  .questionnaire .questionnaire_cont .step_4 .step_title {
    float: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  
  .questionnaire .questionnaire_cont .step_title .step {
    font-family: var(--Replica);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: var(--black);
    border-radius: 100px;
    padding: 8px 0px;
  }
  
  .questionnaire .questionnaire_cont .step_title h3 {
    font-family: var(--Replica);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: var(--black);
    margin: 0;
  }
  
  .questionnaire .questionnaire_cont .col-8,
  .questionnaire .questionnaire_cont .col-10 {
    width: 83%;
    margin: 0;
  }
  
  .questionnaire .text_questionnaire_steps,
  .questionnaire .final_text {
    display: none;
  }
  
  .info {
    float: left;
    width: calc(100% - 25px);
    padding: 10px 20px;
    padding-left: 50px;
    border-radius: 8px;
    background-image: url("images/Info.svg");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: var(--off_white);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  .questionnaire .questionnaire_cont .req {
    float: right;
    text-align: right;
    color: var(--red);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-left: auto;
  }
  
  .questionnaire .questionnaire_cont {
    border-radius: 16px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 20px;
  }
  
  .questionnaire .questionnaire_cont .questions {
    float: left;
    width: 100%;
  }
  
  .questionnaire .questionnaire_cont .questions.female {
    display: none;
  }
  
  .questionnaire .questionnaire_cont .questions .question_answer {
    float: left;
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: 15px;
  }
  
  .questionnaire .questionnaire_cont .questions .single_item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .questionnaire .questionnaire_cont .questions.checkbox_space .single_item {
    width: 20%;
  }
  
  .questionnaire .questionnaire_cont .questions.checkbox_space .extra_text+.question_answer .single_item {
    width: 100%;
  }
  
  .questionnaire .questionnaire_cont .questions .single_item input[type="number"]::placeholder,
  .questionnaire .questionnaire_cont .questions .single_item input[type="text"]::placeholder {
    text-align: left;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3A362F;
    opacity: 0.6;
    padding-right: 10px;
  }
  
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_la,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_la,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_le,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_le,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_lu,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_lu,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_hd,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_hd,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_dd,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_dd,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_hear,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_hear,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_ptl,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_ptl,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_ptd,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_ptd,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_ptc,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_ptc,
  .questionnaire .questionnaire_cont .questions .question_title.hide_for_now_ptcd,
  .questionnaire .questionnaire_cont .questions .question_answer.hide_for_now_ptcd,
  .questionnaire .questionnaire_cont .questions .question_title.male_dys,
  .questionnaire .questionnaire_cont .questions .question_answer.male_dys,
  .questionnaire .questionnaire_cont .questions .question_title.female_dys,
  .questionnaire .questionnaire_cont .questions .question_answer.female_dys,
  .questionnaire .questionnaire_cont .questions.male_only {
    display: none;
  }
  
  .questionnaire .questionnaire_cont .questions .single_item.no_flex {
    display: block;
    width: 100%;
  }
  
  .questionnaire .questionnaire_cont .questions .single_item input[type="number"],
  .questionnaire .questionnaire_cont .questions .single_item input[type="text"] {
    width: 100%;
    height: 24px;
    padding: 0px;
    margin-right: 24px;
    background: transparent;
    border: 0;
    border-bottom: 0.5px solid #616161;
    border-radius: 0px;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3A362F;
  }
  
  .questionnaire .questionnaire_cont .questions .question_answer label {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    color: var(--black);
    margin-right: 30px;
    align-items: center;
    cursor: pointer;
  }
  
  .questionnaire .questionnaire_cont .questions .error_response {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin-left: 5px;
    padding-left: 30px;
    margin-top: 16px;
    background: url("images/AlertReportProblem.svg") no-repeat;
    background-position: center left;
    color: #FD624A;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid var(--red);
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: none;
  }
  
  .questionnaire .questionnaire_cont .question_title {
    float: left;
    width: calc(100% - 32px);
    background: var(--off_white);
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    margin-top: 32px;
  }
  
  .questionnaire .questionnaire_cont .question_title.hide_for_now {
    background: none;
  }
  
  
  .questionnaire .questionnaire_cont .step_6 .step_title {
    float: left;
    width: calc(100% - 32px);
    background: var(--off_white);
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
	margin-top: 40px;
  }
  
  .questionnaire .questionnaire_cont .step_6 .birth_select+.step_title,
  .questionnaire .questionnaire_cont .step_6 .step_title:first-child {
    margin-bottom: 0;
  }
  
  .questionnaire .questionnaire_cont .step_6 .question_title {
    background: none;
    border-top: 1px solid var(--off_white);
    margin: 0;
  }
  
  .questionnaire .questionnaire_cont .step_6 .question_title.multy_items {
    display: block;
  }
  
  .questionnaire .questionnaire_cont .step_6 .question_title.multy_items .sr_row {
    display: flex;
  }
  
  .questionnaire .questionnaire_cont .step_6 .question_title.multy_items .sr_row .fake_nr {
    min-width: 30px;
  
  }
  
  .questionnaire .questionnaire_cont .question_title .nr {
    min-width: 30px;
    color: var(--black);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  
  .questionnaire .questionnaire_cont .question_title .nr:after {
    content: ".";
  }
  
  .questionnaire .questionnaire_cont .questions .question_title .req {
    width: auto;
    margin: 0;
    float: none;
  }
  
  
  .questionnaire .questionnaire_cont .step_4 h4 {
    min-width: 60%;
    max-width: 90%;
    margin-right: 40px;
  }
  
  .questionnaire .questionnaire_cont .step_4 h4 a {
    color: var(--black);
    text-decoration: underline;
  }
  
  .questionnaire .questionnaire_cont .step_4 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  
  .questionnaire .questionnaire_cont h4 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-left: 5px;
    color: var(--black);
  }
  
  .questionnaire .questionnaire_cont .step_6 h4 {
    min-width: 50%;
    max-width: 50%;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
  
  .questionnaire .questionnaire_cont .questions .male_options {
    float: left;
    width: 100%;
    margin-top: 32px;
  }
  
  
  .questionnaire .questionnaire_cont .questions .female_options,
  .questionnaire .questionnaire_cont .questions .male_options {
    display: none;
    float: left;
    width: 100%;
    margin-top: 16px;
  }
  
  .questionnaire .questionnaire_cont .questions .types {
    float: left;
    width: calc(100% - 10px);
    display: flex;
    margin-left: 10px;
  }
  
  .questionnaire .questionnaire_cont .type.active {
    border: 1px solid var(--black);
    background: var(--off_white);
    transition: all 0.3s ease;
  }
  
  .questionnaire .questionnaire_cont .type {
    cursor: pointer;
    display: flex;
    border-radius: 8px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    padding: 20px 5px;
    border: 1px solid transparent;
    background: transparent;
    margin-right: 10px;
    width: 90px;
  }
  
  .questionnaire .questionnaire_cont .type span {
    float: left;
    width: 100%;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--black);
  }
  
  .questionnaire .questionnaire_cont .questionnaire_inner .main_step.active {
    display: block;
  }
  
  .questionnaire .questionnaire_cont .questionnaire_inner .main_step {
    display: none;
  }

  .disclaimer-text{
      display: flex;
      width: 100% !important;
      background-color: transparent !important;
      text-align: center;
      justify-content: center;
  }

  .disclaimer-text p{
      font-size: 13px;
      font-weight: bold;
      color: grey;
  }
  
  .steps_data {
    background: var(--dark_green);
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 40px;
    position: fixed;
    bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    margin-bottom: 50px;
    z-index: 10001;
  }
  
  .steps_data .stages {
    display: flex;
    width: 100%;
  }
  
  .steps_data .stages .stage {
    padding-right: 60px;
    position: relative;
    padding-top: 32px;
  }
  
  .steps_data .bar_data {
    float: left;
    width: 100%;
    height: 3px;
    position: relative;
  }
  
  .steps_data .bar_data:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background: var(--black);
    opacity: 1;
    top: 0;
    transition: all 0.3s ease;
  }
  
  .steps_data .bar_data.stag_1:after {
    width: 20%;
    transition: all 0.3s ease;
  }
  
  .steps_data .bar_data.stag_2:after {
    width: 40%;
    transition: all 0.3s ease;
  }
  
  .steps_data .bar_data.stag_3:after {
    width: 60%;
    transition: all 0.3s ease;
  }
  
  .steps_data .bar_data.stag_4:after {
    width: 80%;
    transition: all 0.3s ease;
  }
  
  .steps_data .bar_data.stag_5:after {
    width: 100%;
    transition: all 0.3s ease;
  }
  
  .steps_data .finish_button_w_arrow_green,
  .steps_data .button_w_arrow_green,
  .steps_data .button_w_arrow_back {
    border-radius: 8px;
    background-position: 85% center;
    font-weight: 600;
  }
  
  .steps_data .button_w_arrow_back {
    margin-right: 16px;
    background-color: transparent;
    border: 1px solid var(--black);
    background-position: 20% center;
    display: none;
  }
  
  .steps_data .button_w_arrow_green {
    background-color: var(--off_white);
    background-image: url(images/arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    transition: all 0.3s ease;
  }
  
  .steps_data .finish_button_w_arrow_green,
  .steps_data .button_w_arrow_green.active {
    background-color: var(--black);
    background-image: url(images/arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    transition: all 0.3s ease;
  }
  
  .steps_data .finish_button_w_arrow_green:hover,
  .steps_data .button_w_arrow_green.active:hover {
    background-color: var(--l_black);
    background-image: url(images/arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    transition: all 0.3s ease;
  }
  
  .steps_data .stage_buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  
  .steps_data .bar_data:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #FAFAFA;
    opacity: 0.2;
    top: 0;
  }
  
  
  .steps_data .stages .stage p:first-child {
    font-weight: 600;
  }
  
  .steps_data .stages .stage p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    color: rgba(250, 250, 250, 0.5);
    margin-bottom: 1px;
  }
  
  
  .steps_data .stages .stage.active p {
    color: var(--black);
  }
  
  
  
  
  
  input[type="checkbox"],
  input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
  
  input[type="checkbox"]+label::before,
  input[type="radio"]+label::before {
    content: '\a0';
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: .75em;
    transition: all .3s;
    border: 2px solid var(--black);
  }
  
  input[type="radio"]+label::before {
    border-radius: 50%;
  }
  
  input[type="checkbox"]:checked+label::before,
  input[type="radio"]:checked+label::before {
    content: '\a0';
    background: var(--green);
    border: 2px solid var(--black);
    box-shadow: inset 0 0 0 1px white, 0 0 0 1px ar(--green);
  }
  
  input[type="checkbox"]:checked+label::before {
    content: '\2713';
    background: var(--green);
    border: 2px solid var(--black);
    box-shadow: inset 0 0 0 1px white, 0 0 0 1px ar(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .questionnaire .questionnaire_cont .questions .question_answer input[type="checkbox"]:disabled+label {
    color: #D6D2C4;
  }
  
  input[type="checkbox"]:disabled+label::before {
    content: '\a0';
    background: transparent;
    border: 2px solid #D6D2C4;
    box-shadow: inset 0 0 0 1px white, 0 0 0 1px ar(--green);
    color: #D6D2C4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .woocommerce-input-wrapper .checkbox {
    display: flex !important;
  }
  
  .sub_details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  
  .sub_details p {
    font-size: 12px;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .sub_details p.str {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  
  .cancel_sub {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  
  
  .left_right_repeat {
    float: left;
    width: 100%;
    margin-top: 100px;
  }
  
  
  .left_right_repeat .row.has_border {
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid var(--black);
  }
  
  .left_right_repeat p {
    margin: 0;
  }
  
  .full_video {
    float: left;
    width: 100%;
    padding-top: 0px;
  }
  
  .home .full_video {
    margin-top: 0px;
    margin-bottom:0px;
  }
  
  .full_video .col-12 {
    position: relative;
  }
  
  .full_video p.price {
    float: left;
    width: 100%;
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  
  .full_video p.price s {
    font-weight: 400;
  }
  
  .full_video h1,
  .full_video h2,
  .full_video h3,
  .full_video p {
    color: var(--white);
  }
  
  .full_video.black_text h1,
  .full_video.black_text h2,
  .full_video.black_text h3,
  .full_video.black_text p {
    color: var(--black);
  }
  
  .full_video h1 {
    font-weight: 400;
    font-size: 100px;
    line-height: 110px;
    text-align: center;
  }
  
  .full_video .row {
    position: relative;
  }
  
  .full_video .absolute_container {
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .full_video .absolute_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .full_video .inner_text {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 65%;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  
  .full_video .button_container {
    float: left;
    width: 100%;
  }
  
  .full_video .button_container a {
    display: table;
    margin: 0 auto;
    float: none;
  }
  
  
  .full_video video {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
  }
  
  .full_video .col-12 {
    display: flex;
    align-items: center;
  }
  
  
  .full_text {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .full_text h2 {
    font-weight: 400;
    font-size: 56.45px;
    line-height: 89px;
    margin-top: 0;
  }
  
  
  .full_video+.full_text+.left_right {
    padding-top: 0;
  }
  
  .full_video+.full_text h2 {
    margin-bottom: 0;
  }
  
  .full_video h1,
  .full_video h2,
  .full_video h3,
  .full_video p {
    margin-top: 0;
    margin-bottom: 28px;
  }
  
  
  .double_slider {
    float: left;
    width: 100%;
    padding-top: 0px;
  }
  
  .double_slider .text {
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
  
  
  #d_slider {
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }
  
  
  #d_slider .splide__arrows {
    width: calc(1240px - 2%);
    margin: 0 auto;
    position: relative;
    top: -105px;
    text-align: right;
  }
  
  #d_slider .splide__arrows button {
    width: 40px;
    height: 40px;
    background-image: url("images/arrow_slider.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--black);
    border: 0;
    margin-left: 20px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  #t_slider .splide__arrows button:hover,
  #d_slider .splide__arrows button:hover {
    background-color: var(--l_black);
    transition: all 0.3s ease;
  }
  
  #d_slider .splide__arrows button.splide__arrow--prev {
    transform: rotate(180deg);
  }
  
  #d_slider .splide__arrows svg {
    display: none;
  }
  
  
  .testimonial_slider {
    float: left;
    width: 100%;
  }

  .home .testimonial_slider {
    padding-bottom: 70px;
  }
  
  #main-slider,
  #thumbnail-slider {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  
  #thumbnail-slider {
    margin-bottom: 0;
  }
  
  #thumbnail-slider img {
    width: 125px;
    height: 100px;
  
    object-fit: cover;
  
  }
  
  #thumbnail-slider .splide__slide {
    transition: all 0.3s ease;
    border-radius: 8px;
    opacity: 0.5;
    overflow: hidden;
    cursor: pointer;
  }
  
  #thumbnail-slider .is-active.splide__slide {
    opacity: 1;
    transition: all 0.3s ease;
  }
  
  .full_slider {
    margin-bottom: 140px;
    float: left;
    width: 100%;
  }
  
  .full_slider {
    float: left;
    width: 100%;
    margin-top:0px;
    margin-bottom:40px;
    overflow: hidden;
  
  }
  
  .full_slider h6 {
    font-family: var(--ABC);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  
  .full_slider .text {
    margin-bottom: 50px;
  }
  
  .full_slider hr {
    float: left;
    width: 100%;
    border: 0;
    height: 1px;
    background: var(--off_white);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .full_slider p {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  .full_slider pre {
    font-family: var(--ABC);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    margin: 0;
  }
  
  .pad_slider {
    margin-left: -10vw;
    /* padding-left: calc((100vw - 1240px)/2); */
  }
  
  #f_splide .splide__slide {
    margin-right: 40px;
    padding: 32px;
    border-radius: 8px;
    background: var(--white);
    cursor: grab;
  }
  
  #f_splide {
    float: left;
    width: 100%;
  }
  
  
  #t_slider .inner_slidde {
    padding: 40px;
  }
  
  #t_slider.single_slide .inner_slidde {
    padding-left: 0;
    padding-right: 0;
  }
  
  #t_slider .top_text {
    padding-left: 100px;
    background: url("images/quote_gray.svg") no-repeat;
    padding-bottom: 60px;
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
  
  #t_slider.single_slide .inner_slidde {
    background: url("images/quote.svg") no-repeat;
    background-position: right top;
    padding-top: 0;
  }
  
  #t_slider .is-active .top_text {
    background: url("images/quote.svg") no-repeat;
  }
  
  #t_slider.single_slide .splide__pagination {
    display: none;
  }
  
  #t_slider.single_slide .splide__arrows {
    width: auto;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    text-align: right;
    right: 0;
    z-index: 2;
    left: auto;
  }
  
  #t_slider.single_slide .lef_right {
    display: flex;
  }
  
  #t_slider.single_slide .main_text {
    width: 80%;
    border-bottom: 1px solid var(--off_white);
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  
  #t_slider.single_slide .main_text p {
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: #111111;
  }
  
  #t_slider.single_slide .top_text {
    padding: 0;
    background: none;
    margin-left: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  
  }
  
  #t_slider.single_slide .top_text p {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
  }
  
  #t_slider .main_text {
    margin-bottom: 40px;
  }
  
  #t_slider .main_text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--Replica);
    margin: 0;
    color: var(--l_black);
  }
  
  
  #t_slider .is-active .main_text p {
    color: var(--black);
  }
  
  #t_slider .splide__arrows {
    width: auto;
    margin: 0 auto;
    position: absolute;
    bottom: -50px;
    text-align: right;
    left: 65vw;
  }
  
  #t_slider .splide__pagination {
    left: calc(33vw - 20px);
    padding: 0;
    width: auto;
    flex-wrap: nowrap;
    opacity: 1;
    bottom: -50px;
  }
  
  #t_slider .splide__pagination li button {
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background: #D9D9D9;
    border: 0;
  }
  
  #t_slider .splide__pagination li button.is-active {
    height: 10px;
    background: var(--black);
  }
  
  #t_slider .splide__arrows button {
    width: 40px;
    height: 40px;
    background-image: url("images/arrow_slider.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--black);
    border: 0;
    margin-left: 20px;
    border-radius: 100%;
    cursor: pointer;
  }
  
  #t_slider .splide__arrows button.splide__arrow--prev {
    transform: rotate(180deg);
  }
  
  #t_slider .splide__arrows svg {
    display: none;
  }
  
  #t_slider .splide__slide img {
    height: auto;
    width: 60px;
  }
  
  .client_vials {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .client_vials .button_container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  
  .client_vials .text_subtitle {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin: -24px 0 40px;
  }
  
  .as_seen_on {
    padding: 0 0 88px 0;
  }
  
  .as_seen_on .text_subtitle {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin-bottom: 28px;
    color: #616161;
  }
  
  .as_seen_on .logos {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: center;
    gap: 20px;
  }
  
  @media only screen and (min-width: 601px) {
    .as_seen_on {
      padding: 0 0 80px 0;
    }
  
    .as_seen_on .text_subtitle {
      font-size: 18px;
      margin-bottom: 32px;
    }
  
    .as_seen_on .logos {
      gap: 30px;
    }
  }
  
  
  
  .sticky-promo-slide {
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    /*   width: 170px;
    height: 35px; */
  padding: 10px 12px;
  background: #111;
  border-radius: 4px;
}

.sticky-promo-slide span {
  color: #fff;
  font-size: 16px;
  font-family: Replica LL;
}

@media only screen and (min-width: 480px) {
  /* 	.sticky-promo-slide {
        width: 220px;
        height: 52px;
      } */

  .sticky-promo-slide span {
    font-size: 20px;
  }
}

.boxes {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
}

.left_right+.boxes {
  margin-bottom: 100px;
}

.boxes .text {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.boxes .row {
  display: flex;
}

.boxes .row .col-3,
.boxes .row .col-4 {
  padding: 30px;
  background: var(--off_white);
  border-radius: 8px;
  margin: 15px;
  transition: all 0.3s ease;
}

.boxes.has_numbers .row {
  counter-reset: row-counter;
}


.boxes.has_numbers .row .col-3,
.boxes.has_numbers .row .col-4 {
  counter-increment: row-counter;
}

.boxes.has_numbers .row .col-3:before,
.boxes.has_numbers .row .col-4:before {
  content: counter(row-counter);
  position: relative;
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: var(--black);
  padding-bottom: 24px;
}

.boxes.white_boxes .row .col-3,
.boxes.white_boxes .row .col-4 {
  background: var(--white);
}

.boxes .row .col-3:hover,
.boxes .row .col-4:hover {
  background: var(--green);
  transition: all 0.3s ease;
}

.boxes .small_text p {
  font-family: var(--ABC);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.boxes h6 {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--Replica);
  margin-top: 30px;
  /*font-size: 18px;*/
  margin-bottom: 10px;
}

.boxes hr {
  border: 0;
  margin-bottom: 25px;
  margin-top: 15px;
  border-bottom: 1px solid var(--black);
}



#d_slider .top_text {
  float: left;
  width: 100%;
}

#d_slider .splide__list {
  height: auto;
}

#d_slider .splide__slide {
  padding: 55px 80px;
  background: var(--off_white);
  border-radius: 16px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: grab;
}

#d_slider .lef_right {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
}

#d_slider .lef_right .left_img {
  width: calc(50% - 20px);
  float: left;
}

#d_slider .lef_right .right_img {
  width: calc(50% - 20px);
  float: right;
}

#d_slider .lef_right img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}




.essential_needs {
  float: left;
  width: 100%;
  margin-top: 120px;
  background: url("images/essential_needs.png") center no-repeat;
  background-size: contain;
}

.essential_needs .col-12 {
  margin-top: 0;
  margin-bottom: 0;
}

.essential_needs .needs {
  float: left;
  width: 100%;
}

.essential_needs .needs p {
  float: left;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 19px;
  border-top: 1px dashed #000000;
  padding-left: 15%;
  width: calc(100% - 15%);
  font-family: var(--ABC);
}

.essential_needs .needs p:nth-child(2n) {
  padding-left: 60%;
  width: calc(100% - 60%);
}

.essential_needs .needs p:last-child {
  border-bottom: 1px dashed #000000;
}


.how_we_stack {
  float: left;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 50px;
}

.how_we_stack .green_box {
  float: left;
  width: calc(100% - 40px);
  background: var(--green);
  border-radius: 8px;
  padding: 20px;
  padding-bottom: 5px;
}

.how_we_stack .green_box .item {
  float: left;
  width: calc(100% - 40px);
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.how_we_stack .green_box .item:last-child {
  border: 0;
  padding-bottom: 0;
}

.how_we_stack .green_box .item.first_row {
  align-items: start;
  background: none;
}

.how_we_stack .green_box .item>span {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
}

.how_we_stack .green_box.mobile_show {
  display: none;
}

.how_we_stack .green_box .item>span:before {
  content: "";
  width: 1px;
  border-left: 1px solid var(--dark_green);
  position: absolute;
  top: -15px;
  left: 0;
  height: calc(100% + 15px);
}

.how_we_stack .green_box .item>span:first-child:before {
  display: none;
}

.how_we_stack .green_box .item.first_row>span:before {
  top: 0;
}

.how_we_stack .green_box .item {
  background: rgba(250, 247, 238, 0.15);
  border-radius: 14px;
  min-height: 90px;
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
}

.how_we_stack .green_box .item.first {
  background: var(--white);
}

.how_we_stack .green_box .item.first_row span p {
  text-align: left;
}

.how_we_stack .green_box span {
  width: calc(17% - 50px);
  float: left;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

.how_we_stack .green_box span.x_data {
  width: calc(100% - 50px);
  text-align: center;
  height: 20px;
}

.how_we_stack .green_box span.x_data.has_x {
  background: url("images/x.svg") no-repeat;
  background-position: center;
  background-size: 20px;
}

.how_we_stack .green_box .item.first .has_x {
  background: url("images/x_green.svg") no-repeat;
  background-position: center;
  background-size: 20px;
}

.how_we_stack .green_box span p {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.how_we_stack .green_box p {
  margin: 0;
}

.how_we_stack .bottom_pills {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 100px;
  justify-content: center;
  flex-wrap: wrap;
}

.how_we_stack .bottom_pills .pill {
  background: var(--off_white);
  border-radius: 200px;
  margin-left: 20px;
  padding: 10px 25px;
  font-size: 22px;
  margin-bottom: 20px;
}

.how_we_stack .bottom_pills .pill:first-child {
  margin-left: 0;
}

.how_we_stack .bottom_side {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 45px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 45px;
}

.how_we_stack .bottom_side h3 {
  margin: 0;
  color: var(--l_black);
  margin-left: 25px;
}

.black_box.left_right_bl .black_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.black_box.left_right_bl .black_inner p {
  margin-top: 0;
}

.black_box {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.black_box.flex_text {
  margin-top: 0;
}

.black_box.flex_text .text {
  display: flex;
  justify-content: space-between;
}

.black_box.flex_text .black_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.black_box.flex_text .text h4 {
  width: 40%;
  margin: 0;
}

.black_box.flex_text .text p {
  width: 55%;
  margin: 0;
}

.black_box .absolute_image {
  right: 20%;
}

.black_box .black_inner {
  float: left;
  width: 100%;
  background: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 8px;
}

.black_box.center_vertical .black_inner {
  display: flex;
  align-items: center;
}

.black_box.green_bg .black_inner {
  background: var(--green);
}

.black_box .black_inner h2,
.black_box .black_inner h3,
.black_box .black_inner h4,
.black_box .black_inner p {
  color: var(--white);
}

.black_box .black_inner .button_container {
  margin-top: 25px;
}

.black_box .black_inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.black_box.green_bg .black_inner h2,
.black_box.green_bg .black_inner h3,
.black_box.green_bg .black_inner h4,
.black_box.green_bg .black_inner p {
  color: var(--black);
}

.black_box .black_inner h4 {
  margin-bottom: 30px;
}

.black_box.b_full_text .button_w_arrow {
  margin: 0 auto;
  max-width: 80%;
}

.black_box.b_full_text.green_bg .button_w_arrow {
  background-position: 85% center;
}

.black_box.b_full_text.green_bg .button_w_arrow img {
  display: none;
}


.icons {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.home .icons {
  padding-bottom: 40px;
}

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

.icons .icons_cont .icon {
  display: flex;
  align-items: center;
}

.icons p.bottom_text {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding-top: 150px;
}

.home .icons p.bottom_text {
  padding-top: 0;
}

.icons .icons_cont .icon p {
  margin: 0;
  margin-left: 5px;
  font-family: var(--Replica);
  font-size: 18px;
  line-height: 100%;
}

.icons p.bottom_text a {
  color: var(--black);
}

.home .icon img {
  max-width: 67px;
}

@media (max-width: 1199px) {
  .icons_cont.spinning-icons {
    white-space: nowrap;
    flex-wrap: nowrap !important;
    animation-name: scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .icons_cont.spinning-icons .icon {
    width: auto !important;
  }

  @keyframes scroll {
    from {
      transform: translateX(100%);
    }

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


.no-h-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.contact {
  margin-top: 100px;
  margin-bottom: 200px;
}

.wpcf7 p {
  float: left;
  width: 100%;
  margin: 0;
}

.wpcf7 label {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.wpcf7 select,
.wpcf7 input {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 30px);
  height: 40px;
  background: var(--white);
  border: 1px solid var(--off_white);
  border-radius: 4px;
  margin-top: 5px;


  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}

.wpcf7 select {
  width: 100%;
}

.wpcf7 textarea {
  float: left;
  padding: 15px;
  width: calc(100% - 30px);
  height: 140px;
  background: var(--white);
  border: 1px solid var(--off_white);
  border-radius: 4px;
  margin-top: 5px;
}

.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 input.wpcf7-not-valid {
  border: 1px solid red;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  float: left;
  width: 100%;
}


.termsprivacy {
  float: left;
  width: 100%;
  padding-bottom: 250px;
  padding-top: 50px;
}

.termsprivacy .item {
  padding-top: 120px;
}

.termsprivacy a,
.termsprivacy p {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.termsprivacy a {
  text-decoration: underline;
}




.message404 {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}

.message404 .button_container {
  text-align: center;
  margin-top: 20px;
}

.message404 .button_container .button_w_arrow {
  margin: 0 auto;
  display: table;
  float: none;
}

.error404 {
  background: url("images/404.svg") no-repeat 85% center;
  background-size: 768px;
  float: left;
  width: 100%;
}

.error404 .site-footer {
  display: none;
}



.contact .text p {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #141414;

}

.contact .center {
  text-align: center;
  margin-top: 60px;
  float: left;
  width: 100%;
}

.contact .center p,
.contact .center a {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--l_black);
  text-decoration: none;
}

.contact .center input {
  float: none;
  margin: 0 auto;
  display: table;
}


.jbs_form {
  background: var(--off_white);
  border-radius: 8px;
  padding: 30px;
  display: table;
}

.jbs_form h4 {
  margin-bottom: 0;
}




.main_top_section {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  min-height: 500px;
}

.page-id-353 .main_top_section {
  min-height: auto;
}

.main_top_section+.black_box {
  margin-top: 0;
}

.main_top_section .container {
  position: relative;
  z-index: 1;
}

.main_top_section .button_container {
  margin-top: 16px;
}

.main_top_section .absolute_image {
  min-height: 700px;
  border-radius: 0;
}

.main_top_section .col-6 img {
  border-radius: 16px;
}


.absolute_image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  height: 100%;
}

.newsletter {
  float: left;
  width: 100%;
}

.newsletter form p {
  width: auto;
}

.newsletter form {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
}

.newsletter form input[type="submit"] {
  float: right;
  margin-left: 20px;
  min-height: 44px;
  margin-top: 0;
}

.newsletter form .wpcf7-spinner {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.newsletter form {
  flex-wrap: wrap;
  padding-top: 40px;
}

.newsletter form label {
  position: absolute;
  top: 0px;
}

.newsletter form input {
  margin: 0;
}

.newsletter form p {
  width: 100%;
  display: flex;
}

.newsletter form p+p {
  width: calc(40% - 20px);
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: var(--green);
}

.wpcf7 form .wpcf7-response-output {
  flex-basis: 100%;
  margin: 0;
  margin-top: 20px;
  background: var(--l_black);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--l_off_white);
  border: 0;
  display: none;
}




footer .orange_box .col-7 {
  display: flex;
  flex-wrap: wrap;
}



.postitems .blog_post {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 100px;
  float: left;
}

.postitems .blog_post:nth-child(2n) {
  margin-right: 0;
  float: right;
  margin-left: 0;
}

.postitems.latest_item {
  padding-top: 50px;
  text-align: center;
}

.postitems.latest_item .blog_post {
  width: 100%;
  margin-right: 0;
}

.postitems .blog_post p,
.postitems.latest_item .blog_post p {
  margin-bottom: 32px;
  float: left;
  width: 100%;
}

.postitems img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.postitems.latest_item img {
  height: 550px;
}

.postitems.latest_item .inner_text {
  width: 80%;
  margin: 0 auto;
}

.postitems.latest_item .inner_text .button_w_arrow {
  float: none;
  margin: 0 auto;
}

.date {
  font-family: var(--ABC);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

  color: #111111;
}

.woocommerce ul.order_details li.date {
  font-family: var(--Roboto);
}

.single-post .flex_center {
  text-align: center;
}

.single-post .img_cont img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}


.single-post .col-10 p img+strong {
  width: 100%;
  display: table-cell;
}

.single-post .col-10 img {
  width: 100%;
  height: auto;
}

.single-post .col-10 img.alignleft {
  width: auto;
}

.single-post .col-10 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}

#related_slider {
  float: left;
  width: 100%;
}



.after_submit {
  margin-top: 140px;
  margin-bottom: 140px;
  display: none;
}

.after_submit .button_container {
  text-align: center;
  margin-top: 40px;
}

.after_submit .submit_icons {
  float: left;
  width: 100%;
  height: 85px;
  margin-bottom: 30px;
  background: url("images/submit_icon.svg") no-repeat center;
}



.help_center {
  float: left;
  width: 100%;
  padding-bottom: 250px;
  padding-top: 50px;
}

.help_center h2 {
  margin-bottom: 50px;
}

.help_center .tab {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 18px;
  margin-bottom: 20px;
  cursor: pointer;
  padding-right: 30px;
  background: url("images/arrow_right_black_.svg") no-repeat 93% center;
}

.help_center .tab_item {
  float: left;
  width: calc(100% - 60px);
  padding: 50px 28px;
  border-bottom: 1px solid var(--black);
  background: transparent;
  cursor: pointer;
  position: relative;
}

.help_center .main_tabs {
  display: none;
}

.help_center .main_tabs.active {
  display: block;
}

.help_center .tab_item.active {
  background: var(--green);
  border: 1px solid transparent;
  cursor: unset;
}

.help_center .tab_item .left_text {
  width: 100%;
}

.help_center .tab_item .right_text {
  display: none;
}

.help_center .tab_item.active .right_text {
  display: block !important;
}

.help_center .tab_item .right_text ol li {
  list-style-type: lower-alpha;
}

.help_center .tab_item .right_text li {
  margin-bottom: 20px;
}

.help_center .tab_item .right_text a {
  text-decoration: underline;
  color: var(--black);
}

.help_center .tab_item .right_text ol>li::marker {
  font-weight: bold;
}

.help_center .main_tabs .plusminus {
  position: absolute;
  right: 30px;
  top: 55px;
  left: auto;
}

.help_center .tab_item.active .left_title {
  width: 30%;

}

.help_center .tab_item .left_title {
  float: left;
  width: 100%;
}

.help_center .tab_item .right_text {
  width: calc(50% - 20px);
  margin-left: 20px;
  padding-right: 20%;
  float: right;
}

.help_center .tab_item .right_text p {
  margin-top: 0;
}

.help_center .tab.active {
  border: 1px solid var(--black);
}


.hide_mobile {
  display: block;
}

.show_mobile {
  display: none;
}


.img_cont_green {
  float: left;
  width: 100%;
  background: var(--green);
  border-radius: 16px;
}


.vertical {
  display: none;
}

#t_slider.single_slide .inner_slidde {
  margin-right: 20px;
}

.related_posts {
  float: left;
  width: 100%;
}

.related_posts .post-thumbnail img {
  height: 175px;
  object-fit: cover;
  width: 100%;
}

.related_posts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  margin-top: 0;
  margin-bottom: 16px;
}

.related_posts h3 {}

.related_posts h3:after {
  content: "";
  width: 28px;
  height: 31px;
  display: inline-block;
  margin-left: 20px;
  background: url(images/related_posts.svg);
}

.related_posts h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-caption {
  width: 100% !important;
}


/* Temporary Disables */

.sidebar_cart,
#mobile_menu,
.mobi_menu {
  display: none;
}

#t_slider {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.page-id-353 .main_top_section .absolute_image {
  top: -200px;
}


.page-id-411 .full_video {
  margin-top: 50px;
}

.page-id-411 .left_right {
  margin-top: 100px;
}




.single_product_sell {
  padding-top: 50px;
  padding-bottom: 100px;
}


.product_details h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.product_details h2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 25px;
}

.product_details h3 {
  margin-bottom: 24px;
}

.product_details p {
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block;
}

.product_details hr {
  float: left;
  width: 100%;
  border: 0;
  height: 1px;
  background: var(--l_black);
  margin-top: 24px;
  margin-bottom: 24px;
}

.green_plus {
  color: var(--green);
}


.product_details .button_w_arrow_green, .product-info-box .button_w_arrow_green {
  width: calc(100% - 32px);
  float: left;
  text-align: center;
  color: var(--white);
  background-image: none;
  margin-top: 10px;
  padding: 20px 16px;
}

.product_details .button_w_arrow_green.disabled, .product-info-box .button_w_arrow_green.disabled {
  pointer-events: none;
}

.product_details .button_w_arrow_green img, .product-info-box .button_w_arrow_green img {
  margin-left: 15px;
}

.termsprivacy ul,
.product_details ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style-type: none;
  margin-top: 10px;
}

.termsprivacy ul li,
.product_details ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  background: url("images/check.svg") no-repeat;
}

.product_details ul li {
  background: none;
  list-style: disc;
  color: var(--l_black);
  padding-left: 0;
  margin-left: 20px;
  margin-bottom: 9px;
}

.single-product blockquote {
  background-color: #EEEBE2;
  display: inline-block;
  clear: both;
  border-radius: 4px;
  padding: 16px;
  margin: 10px 0;
}

.single-product blockquote p {
  margin: 0 !important;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  color: #616161;
}

.termsprivacy ol {
  padding-left: 15px;
}

.termsprivacy ol li {
  margin-bottom: 9px;
}

.woocommerce div.product {
  margin-bottom: 16px;
  float: left;
  width: 100%;
}

.product_details .product .title_price p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--l_black);
  display: flex;
  align-items: center;
}

.product_details .product .title_price p span {
  width: 50px;
  float: right;
  margin-left: 10px;
}

.product_details .product .title_price p b {
  font-size: 26px;
  line-height: 36px;
  color: var(--black);
  font-weight: 400;
  font-family: var(--Replica);
}

.product_details .product .title_price {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


.right_buttons {
  display: flex;
}

.right_buttons a {
  margin-left: 10px;
  /* height: 24px; */
  line-height: 0;
  display: flex;
  align-items: center;
}

.right_buttons a.button_w_arrow {
  border: 1px solid var(--black);
}

.single_product_sell .col-6+.col-6 {
  position: sticky;
  top: 110px;
}


.produ_details {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.produ_details .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  width: 50%;
  margin-bottom: 10px;
}

.produ_details .item img {
  margin-right: 10px;
}

.produ_details .item img.ml-10 {
  margin-right: 0;
  margin-left: 10px;
}




.woocommerce-checkout-review-order-table .recurring-totals,
.woocommerce-checkout-review-order-table .recurring-total {
  display: none;
}

.woocommerce-checkout-review-order-table .small {
  text-align: left;
  margin-top: 0;
  color: #616161;
  line-height: 120%;
}


.woocommerce-checkout-review-order-table .product-total p {
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  line-height: 24px;
  white-space: nowrap;
  margin: 0;
  color: #616161;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce table.shop_table td .prod_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.woocommerce table.shop_table td .prod_name strong {
  float: left;
  width: 100%;
  font-weight: 400;
  color: #616161;
}

.woocommerce form.checkout_coupon .form-row-last button {
  width: 100%;
}

.woocommerce form.checkout_coupon .form-row-first {
  width: 100%;
  margin-right: 24px;
}

.woocommerce form.checkout_coupon {
  display: flex !important;

}

.woocommerce form.checkout_coupon p:first-child {
  display: none;
}

.woocommerce-checkout-review-order-table .subscription-details {
  display: none !important;
}

.woocommerce-checkout-review-order-table {
  position: sticky;
  top: 150px;
  background: var(--white) !important;
}

.woocommerce-checkout-review-order-table tr td:last-child {
  text-align: right;
}

.woocommerce-checkout-review-order-table .cart_item .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
}

.woocommerce-checkout-review-order-table h4 {
  text-align: left;
}

.payment_box input[type="radio"] {
  display: none;
}

#payment .methods li.woocommerce-SavedPaymentMethods-new label,
.payment_box li label {
  display: flex;
}

.wc-saved-payment-methods {
  padding-left: 0;
}



.single_data {
  background: var(--white);
  padding: 20px;
  border: 1px solid var(--off_white);
  border-radius: 8px;
  margin-bottom: 20px;
}

.single_data h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: 100%;
}

.single_data .top_desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.single_data .top_desc h4.sub:before {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: var(--green);
  content: "";
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.single_data .top_desc h4.unsub:before {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: var(--red);
  content: "";
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.single_data .bottom_desc span {
  margin-right: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.order_col .edit_data {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 24px 48px;
}

/*
  .single_data.single_hidden{
  display: none;
  }*/

.single_data .open_hidden {
  border: 1px solid var(--black);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 8px;
  white-space: nowrap;
  margin-left: 20px;
  padding-right: 24px;
}


/* .duplicate_right{
  display: none;
  }*/

.main_left {
  display: block;
}


.woocommerce-checkout-review-order-table {
  background: var(--white);
}

.woocommerce-checkout-review-order-table .product-name {
  display: flex;
  align-items: center;
}

.woocommerce-checkout-review-order-table .feat_img {
  min-width: 100px;
}

.woocommerce-checkout-review-order-table .product-name {
  max-width: unset !important;
}

.woocommerce-checkout-review-order-table .feat_img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.woocommerce-remove-coupon {
  color: var(--red);
}

.woocommerce-error {
  border-top-color: #b81c23;
  float: left;
  width: calc(100% - 5.5rem);
  display: block !important;
}

.woocommerce-message {
  float: left;
}

.woocommerce-NoticeGroup {
  float: left;
  min-width: 100%;

}


.woocommerce-billing-fields h3,
#billing_company_field {
  display: none;
}

.woocommerce form .form-row.has_br {
  float: left;
  width: 100%;
  margin-top: 48px;
  padding-top: 56px;
  border-top: 1px solid var(--black);
  margin-bottom: 10px;
}

.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-details header,
.woocommerce-order-details h2 {
  float: left;
  width: 30%;
  font-family: var(--ABC);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  margin-top: 70px;
}

.woocommerce-order-details header h2 {
  width: 100%;
  margin-top: 0px;
}

.woocommerce-customer-details.woocommerce-column--billing-address,
.woocommerce-customer-details .woocommerce-column--shipping-address,
.woocommerce-order-details {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-customer-details address,
.woocommerce-order-details table {
  width: calc(70%) !important;
  margin: 0 !important;
  margin-left: auto !important;
  background: #FAFAFA !important;
  padding: 24px !important;
  border: 1px solid var(--off_white);

  border-radius: 8px !important;
  margin-top: 70px !important;
}

.woocommerce-order-details table a {
  color: var(--black);
}

.woocommerce-order-details table.woocommerce-table--order-details tr td:last-child,
.woocommerce-order-details table.woocommerce-table--order-details tr th:last-child {
  text-align: right;
}

.woocommerce-order-details table .wc-item-meta {
  padding-left: 0;
}

.woocommerce-order-details table .subscription-actions {
  display: none;
}

.woocommerce-customer-details address {
  width: calc(70% - 50px) !important;
}

.woocommerce-thankyou-order-details+p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.reset_q {
  position: fixed;
  bottom: 0;
  left: 0;
}

.woocommerce-thankyou-order-details+p+p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--l_black);
}

.woocommerce-thankyou-order-details+p+p a {
  color: var(--black);
  text-decoration: underline;
}

.woocommerce-thankyou-order-details {
  margin: 0;
  padding: 24px;
  background: #FAFAFA;
  /* Off White 1 */

  border: 1px solid var(--off_white);
  border-radius: 8px;
  width: calc(100% - 48px);
}

.checkout_page .woocommerce-order p a {
  color: var(--black);
  text-decoration: underline;
}


.border_white {
  background: var(--off_white);
  border-radius: 6px;
  display: block;
  padding: 10px;
  float: left;
  width: calc(100% - 20px);
}


.hidden_title_mobile {
  display: none !important;
}

#customer_details .col-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

#customer_details .col-1 .woocommerce-billing-fields,
#customer_details .col-1 .woocommerce-account-fields {
  width: 100%;
}

#customer_details .col-1 .woocommerce-account-fields:after {
  float: left;
  width: 100%;
  margin-top: 48px;
  padding-top: 56px;
  border-top: 1px solid var(--black);
  content: "";
}

#customer_details .col-1 .woocommerce-account-fields:before {
  content: "Account Info";
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: var(--black);
  font-family: var(--Replica);
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
}

.woocommerce-order .b_full_text.black_box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.woocommerce-order .b_full_text.black_box.gray_bg {
  margin-top: 10px;
  margin-bottom: 10px;

}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner {
  background: #EEEBE2;
  padding: 0;
}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner .button_container {
  margin-left: auto;
}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner .button_w_arrow {
  padding: 5px 10px;
  padding-right: 30px;
}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner .text img {
  top: 0;
}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner p b {
  margin-right: 10px;
}

.woocommerce-order.space_between .b_full_text.black_box.gray_bg .black_inner p {
  color: var(--white);
}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner p {
  color: var(--black);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.woocommerce-order .b_full_text.black_box .text {
  display: flex;
  align-items: center;
}

.account_page.add_space_bv {
  padding-top: 60px;
  padding-bottom: 200px;
}

.account_page.add_space_bv .b_full_text.black_box.gray_bg .black_inner {
  width: calc(100% - 75px);
  background: var(--red);
  top: -70px;
  text-align: left;
  padding: 10px 24px;
  border-radius: 8px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  line-height: 24px;
  background-image: url("images/AlertReportProblemWhite.svg");
  background-repeat: no-repeat;
  padding-left: 52px;
  background-position: 20px center;
}

.woocommerce-checkout #payment div.payment_box {
  position: unset;
}


.account_page.add_space_bv .b_full_text.black_box.gray_bg .black_inner .button_w_arrow {
  background-color: #940000;
  color: var(--white);
}

.account_page.add_space_bv .b_full_text.black_box.gray_bg .black_inner .col-12 {
  margin: 0;
  padding: 0;
}

.account_page.add_space_bv .b_full_text.black_box.gray_bg .black_inner b {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  line-height: 24px;
  color: var(--white);
}

.account_page.add_space_bv .b_full_text.black_box.gray_bg .black_inner img {
  display: none;
}

.woocommerce-order.space_between .b_full_text.black_box .text {
  justify-content: space-between;
}

.woocommerce-order .b_full_text.black_box .text h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0;
}

.woocommerce-order .b_full_text.black_box .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  margin-right: 20px;
  text-align: left;
}

.woocommerce-order .b_full_text.black_box .text img {
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.woocommerce-order .b_full_text.black_box .black_inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-order .b_full_text.black_box .text .button_container {
  margin: 0;
  width: auto;
  margin-left: auto;
}

.woocommerce-order .b_full_text.black_box .text .button_container a {
  white-space: nowrap;
}

.woocommerce-order .b_full_text .container {
  width: 100%;
}

.blog_page .postitems {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.single-post .date {
  float: left;
  width: 100%;
}

.single-post .col-8 h3 {
  margin-bottom: 25px;
}

.bottom_hr {
  float: left;
  width: 100%;
  border-top: 1px solid #EEEBE2;
  margin-top: 30px;
}

.bottom_hr h3 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}

.load_cont.button_w_arrow {
  display: table;
  margin: 0 auto;
  margin-bottom: 50px;
}

.postitems h3 {
  margin-bottom: 5px;
}

.postitems.load_here h3 {
  font-size: 26px;
  line-height: 120%;
}

.woocommerce-account #cboxContent {
  overflow-x: hidden;
  overflow-y: auto;
}

.copy_element {
  cursor: pointer;
}

.copied {
  font-size: 14px;
}

.fixed_bar_mobile {
  display: none;
}

.fixed_bar_mobile.coupon_promo {
  background: var(--black);
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 0px;
  padding: 16px 16px 16px 16px;
  box-sizing: border-box;
}

.fixed_bar_mobile.coupon_promo h3,
.fixed_bar_mobile.coupon_promo h6 {
  color: var(--black);
  margin-bottom: 0;
}

.fixed_bar_mobile.coupon_promo h3 {
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 16px;
}

.fixed_bar_mobile.coupon_promo h6 {
  display: none;
  padding-bottom: 24px;
  line-height: 24px;
}

.fixed_bar_mobile.coupon_promo a.button_w_arrow {
  background-color: var(--green);
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  min-width: auto;
  white-space: nowrap;
  display: block;
}

.fixed_bar_mobile.coupon_promo a.button_w_arrow {
  background-position: 65% center;
}

@media only screen and (min-width: 600px) {
  .fixed_bar_mobile.coupon_promo {
    background: var(--white);
    width: 344px;
    left: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 14px;
    box-shadow: 3px 5px 7px 0px #00000040;
  }

  .fixed_bar_mobile.coupon_promo h6 {
    display: block;
  }

  .fixed_bar_mobile.coupon_promo .button_w_arrow {
    border-radius: 4px;
  }
}

.homepage_popup.black_friday {
  display: none;
  background: var(--green);
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 5%;
  right: 5%;
  max-width: 350px;
  margin-bottom: 20px;
  z-index: 1000;
  padding: 14px;
  border-radius: 8px;
  box-shadow: 3px 5px 7px 0px rgba(0, 0, 0, 0.25);
  z-index: 9998 !important;
}

.homepage_popup.black_friday .container {
  width: 100%;
}

.homepage_popup.black_friday button {
  position: absolute;
  top: 20px;
  right: 15px;
  margin-right: 0;
  padding-right: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 30px;
  line-height: 10px;
  color: var(--white);
  font-weight: 200;
}

.homepage_popup.black_friday h3,
.homepage_popup.black_friday h6 {
  color: var(--white);
  margin-bottom: 0;
}

.homepage_popup.black_friday h3 {
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1101px) {
  .homepage_popup.black_friday h3 {
    font-size: 36px;
  }
}

.homepage_popup.black_friday h6 {
  color: rgba(250, 250, 250, 0.6);
  padding-bottom: 25px;
  line-height: 16px;
  font-family: Replica LL;
  font-size: 16px;
  font-weight: 400;
}

.homepage_popup.black_friday a.button_w_arrow {
  background-color: var(--black);
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-width: auto;
  white-space: nowrap;
  display: block;
}

.homepage_popup.black_friday a.button_w_arrow {
  background-position: 65% center;
}

.extra_text {
  float: left;
  width: 100%;
}

.extra_text a {
  color: var(--black);
  text-decoration: underline;
}


.woocommerce .custom_checkout h3.order_title {
  display: none;
}

.woocommerce .custom_checkout table.shop_table {
  width: 100%;
  margin-top: 0;
}

.custom_checkout .tabs {
  margin-top: 32px;
}

.custom_checkout .breadcrumbs {
  float: left;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  top: 39px;
}

.custom_checkout .breadcrumbs .bread {
  color: var(--l_black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.custom_checkout .breadcrumbs .bread.active {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.custom_checkout .breadcrumbs .bread svg {
  margin-left: 4px;
  margin-right: 4px;
}

.custom_checkout .breadcrumbs .bread.active svg path {
  fill: var(--black);
}

.custom_checkout input {
  width: calc(100% - 22px);
}

.custom_checkout input#phone {
  padding-left: 10px;
  width: calc(100% - 22px);
  /*background-image: url("images/us_flag.svg")!important;
      background-repeat: no-repeat;
      background-position: 10px center;*/
  background-color: #FAFAFA !important;
}

.custom_checkout input#checkout_apply_coupon {
  width: auto;
}

.woocommerce .custom_checkout form .form-row {
  padding: 0;
}

.custom_checkout select {
  width: calc(100%);
  height: 44px;
}


.custom_checkout h3 {
  margin-bottom: 32px;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
}

.woocommerce table.shop_table td {
  border: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: 0;
}

.woocommerce table.shop_table .coupon_checkout td {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding-top: 21px;
  padding-bottom: 21px;
}

.woocommerce table.shop_table .shipping th,
.woocommerce table.shop_table .cart-discount th,
.woocommerce table.shop_table .cart-subtotal th {
  font-weight: 400;
  padding: 0;
}

.woocommerce table.shop_table .shipping td,
.woocommerce table.shop_table .cart-discount td,
.woocommerce table.shop_table .cart-subtotal td {
  padding: 0;
}

.woocommerce table.shop_table .cart-subtotal th,
.woocommerce table.shop_table .cart-subtotal td {
  padding-top: 21px;
}

.woocommerce table.shop_table .shipping td,
.woocommerce table.shop_table .shipping th {
  padding-bottom: 21px;
}

.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .order-total th {
  font-size: 22px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 32px;
  border-top: 1px solid #c0c0c0;
  font-family: var(--Replica);
}

.woocommerce table.shop_table .order-total td strong,
.woocommerce table.shop_table .order-total th strong {
  font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table .cart_item .woocommerce-Price-amount {
  font-family: var(--Replica);
}

.custom_checkout .shop_table h3 {
  margin-bottom: 20px;
}

.custom_checkout h4 {
  font-size: 16px;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.custom_checkout .mt-32.one_r {
  margin-top: 18px;
  margin-bottom: 30px;
}

.custom_checkout .one_r {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.custom_checkout .one_r.align_right {
  display: flex;
  justify-content: end;
}

.custom_checkout .one_h {
  width: calc(50% - 15px);
  margin-right: 30px;
  float: left;
}

.custom_checkout .one_r .one_h:last-child {
  margin-right: 0;
}

.custom_checkout label {
  color: var(--black);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.custom_checkout label.error,
.custom_checkout label .required,
.custom_checkout label .req {
  color: var(--red);
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

.custom_checkout .checkout.woocommerce-checkout {
  width: 100% !important;
  position: unset !important;
}

.custom_checkout label.error {
  justify-content: end;
  margin-top: 5px;
}



.custom_checkout .woocommerce-shipping-fields {
  float: left;
  width: calc(100% - 0px);
  margin-top: 20px;
  margin-bottom: 30px;
}

.custom_checkout .wc_payment_method input[type="checkbox"]:checked#payment_method_stripe+label::before,
.custom_checkout .wc_payment_method input[type="radio"]:checked#payment_method_stripe+label::before {
  display: none;
}

.custom_checkout .woocommerce-checkout #payment ul.payment_methods .wc-saved-payment-methods li label {
  color: var(--black);
}

.wc-saved-payment-methods {
  padding-top: 20px;
}

.custom_checkout #payment_method_stripe+label {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  color: var(--white);
}

.custom_checkout ul.payment_methods {
  background: url("images/accepted_cards.svg") no-repeat;
  background-position: right 9px;
  border: 0;
  margin: 0;
  padding: 0;
}


.custom_checkout .go_back_step_2,
.custom_checkout .go_back_step_1 {
  background-image: url("images/arrow_left_black.svg");
  background-position: 10% center;
  background-color: transparent;
  color: var(--black);
  padding-left: 30px;
}

.custom_checkout .tab_3,
.custom_checkout .tab_2 {
  float: left;
  width: 100%;
  display: none;
}

.custom_checkout .go_last_step.disabled {
  background: var(--off_white);
  pointer-events: none;
}

.custom_checkout .go_last_step {
  float: right;
}

.custom_checkout .woocommerce-billing-fields h4 {
  display: none;
}

.custom_checkout #order_review #payment {
  padding: 0;
  margin-bottom: 0px;
}

.custom_checkout .woocommerce-error {
  width: calc(96% - 75px);
  margin: 0.5rem 2%;
  padding: 0;
  border: 0;
  color: var(--white);
  position: absolute;
  left: 0;
  background: var(--red);
  top: -70px;
  text-align: left;
  padding: 10px 24px;
  border-radius: 8px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  line-height: 24px;
  background-image: url("images/AlertReportProblemWhite.svg");
  background-repeat: no-repeat;
  padding-left: 52px;
  background-position: 20px center;
}

.custom_checkout .woocommerce-error.wc-stripe-error {
  padding: 6px 24px;
  padding-left: 52px;
}


.custom_checkout .priv_order {
  float: left;
  width: 100%;
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}

.custom_checkout .priv_order span {
  margin-left: 32px;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.custom_checkout .priv_order span a {
  color: var(--green);
}

.custom_checkout .woocommerce-checkout #payment ul.payment_methods li .wc-payment-form label {
  color: var(--black);
}

.custom_checkout .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.custom_checkout .woocommerce-privacy-policy-text p,
.custom_checkout #stripe-payment-data p {
  display: none;
}

.mobile_display {
  cursor: pointer;
}

.mobile_display p {
  margin: 0;
  color: var(--black);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: auto;
  display: table;
  padding-right: 20px;
  position: relative;
}

.mobile_display p:after {
  width: 20px;
  height: 20px;
  content: "";
  float: right;
  transition: all 0.3s ease;
  background: url("images/ChevronDown.svg") no-repeat right center;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}

.mobile_display.hidden p:after {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.shop_table .mobile_display {
  display: none;
}

#shipping_country_field .woocommerce-input-wrapper strong,
#billing_country_field .woocommerce-input-wrapper strong {
  border-radius: 4px;
  background: var(--off_white);
  float: left;
  width: calc(100% - 16px);
  padding: 8px 10px;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  margin-bottom: 22px;
}

#shipping_country_field .woocommerce-input-wrapper strong:after,
#billing_country_field .woocommerce-input-wrapper strong:after {
  content: "Currently, we are shipping only to the US.";
  width: 100%;
  position: absolute;
  bottom: -23px;
  left: 0;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /*padding-left: 20px;
      background: url("images/green_info.svg") no-repeat left center;*/
  font-style: italic;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--black);
  text-align: left;
}

.woocommerce form .form-row.woocommerce-invalid label.error {
  color: var(--red);
  text-align: left;
}

.black_box:not(.full_image, .center_vertical) .button_container,
.b_full_text .button_container {
  text-align: center;
}

.reset-broken {
  min-height: 100vh;
}

.reset-broken-content {
  height: Calc(100vh - 150px);
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.reset-broken-content svg {
  margin-bottom: 40px;
}

.reset-broken-content p {
  margin-top: 0;
  max-width: 460px;
}

.confirmation-dialog {
  background-color: transparent;
  border: none;
}

.content-dialog {
  background-color: #FAFAFA;
  border: none;
  padding: 55px 125px;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
}

.s-dialog {
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 16px;
  color: grey;
  font-family: 'ABC Monument Grotesk Mono', monospace;
}

.h-dialog {
  font-family: Replica LL;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}

.p-dialog {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}

.buttons-dialog {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-bottom: 36px;
}

.buttons-dialog .white_button {
  width: 200px;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  cursor: pointer;
  display: table;
}

.buttons-dialog .black_button {
  width: 200px;
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  cursor: pointer;
  display: table;
}

.checkout-span-free {
  background: #FAFAFA;
  padding: 8px;
  border: 1px solid #EEEBE2;
  border-radius: 4px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 19px;
  font-family: Replica LL;
  width: 46px;
  display: inline-block;
}
.header-with-form .mobi_menu.mobile-menu-top-margin {
    top: 160px !important;
}
@media only screen and (max-width: 768px) {
  table.roots-diff-table-mobile th img {
      border-radius: 0px !important;
  }
  .checkout-span-free {
    font-size: 12px;
    width: 32px;
    line-height: 12px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .content-dialog {
    padding: 25px 30px;
  }

  .h-dialog {
    font-family: Replica LL;
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
  }

  .p-dialog {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }

  .buttons-dialog {
    flex-direction: column;
  }

  .buttons-dialog .white_button {
    width: 100%;
  }
  .buttons-dialog .black_button{
		width: auto;
    text-align: center;
  }
  
  .img_center_drivers{
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1300px) {

  .container {
    width: 1024px;
  }
  #primary-menu li.menu-item > a{
    padding: 15px 10px;
  }

  .full_video h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .full_text h2 {
    font-size: 42px;
    line-height: 48px;
  }


  #d_slider .splide__arrows {
    width: calc(1024px - 2%);
  }

  .essential_needs .needs p {
    padding-top: 30px;
    padding-bottom: 31px;
  }


  .produ_details {
    flex-wrap: wrap;
    justify-content: start;
  }

  .produ_details .item {
    margin-bottom: 20px;
  }

}



@media only screen and (max-width: 1100px) {
  .not-logged-in {
    top: 120px !important;
  }
  #mobile_menu.active .toggle-done {
        display: block;
        margin-top: -2px;
    }
    .my_acc .logo_hover {
        right: 4px !important;
    }
   #mobile_menu.active .not-toggle,
  .toggle-done {
        display: none;
    }
  .not-toggle {
        display: block;
        margin-top: -2px;
    }
  #mobile_menu_child {
        display: contents !important;
    }
    #mobile_menu p {
        font-family: "Replica Pro", 'Roboto', sans-serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        margin: 0;
        line-height: 150%;
        color: #111111;
    }
  #mobile_menu_wrapper .user_logo, #mobile_menu_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
  #mobile_menu_wrapper .logo_hover {
        position: absolute;

    }
  #mobile_menu_wrapper .user_logo{
    width: 36px;
    height: 36px;
    font-size: 14px !important;
  }
  #mobile_menu_wrapper .user_logo,
  #mobile_menu_wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
  }
  #mobile_menu_wrapper .logo_hover:hover .logo_menu {
    display: block !important;
  }
  .container {
    width: 96%;
  }

  #d_slider .splide__arrows {
    width: calc(768px - 2%);
  }


  h3 {
    font-size: 34px;
    line-height: 44px;
  }

  .full_video h1 {}

  .full_video {
    min-height: 624px;
  }

  .full_video .inner_text {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 80%;
  }


  .full_text h2 {
    font-size: 34px;
    line-height: 44px;
  }


  #d_slider .lef_right img {
    height: 240px;
  }



  .essential_needs {
    margin-top: 200px;
  }


  .essential_needs .col-4 {
    width: 100%;
    top: -80px;
    position: relative;
  }


  .essential_needs .needs p {
    padding-left: 0;
    width: 100%;
  }

  .boxes .row {
    flex-wrap: wrap;
  }

  .boxes .row .col-3 {
    width: calc(50% - 90px);
  }

  .boxes .row .col-4 {
    width: calc(33.3% - 90px);
  }


  .icons .icons_cont .icon p {
    font-size: 16px;
    margin-left: 5px;
  }


  .contact .col-3 {
    display: none;
  }

  .contact .col-6 {
    width: 80%;
    margin: 0 auto;
    display: table;
    float: none;
  }

  .essential_needs .needs p {
    padding-top: 40px;
    padding-bottom: 41px;
    font-size: 16px;
  }

  .vertical {
    display: block;
  }

  .horizontal {
    display: none;
  }

  .flex_login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }

  .logindata .row {
    display: flex;
    flex-direction: column;
  }

  #page.login_site .bg_img {
    height: 500px;
  }

  .logindata .row .col-7,
  .logindata .row .col-4 {
    width: 96%;
  }

  .logindata .row .col-4 .items_flex {
    width: 70%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 90px;
  }

  #page.login_site {
    height: auto;
  }

  footer .orange_box .col-5 {
    width: 60%;
  }

  #footer_menu {
    width: 100%;
  }

  #footer-menu li {
    width: 50%;
  }

  .partner_logo {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .partner_logo p {
    margin-right: 30px;
  }

  .partner_logo div {
    width: 75%;
  }

  .partner_logo img {
    height: 70px;
  }

  .social_media p {
    white-space: nowrap;
  }

  .social_media a {
    font-size: 14px;
  }

  .main_top_section .absolute_image {
    width: 50vw;
    object-fit: contain;
  }

  .main_top_section .col-6 img {
    margin-top: 50px;
  }

  #t_slider.single_slide .main_text p {
    font-size: 34px;
    line-height: 44px;
  }



  #masthead {
    padding: 0;
  }

  #masthead .button_empty.logout_button {
    margin-left: 0;
    margin-bottom: 12px;
    margin-right: 0;
    justify-content: center;
    width: 70%;
    height: 18px;
  }

  #masthead .button_empty.logout_button:hover img {
    filter: invert(1);
    transition: all 0.3s ease;
  }

  #masthead .button_empty.logout_button img {
    transition: all 0.3s ease;
  }


  .mobi_menu .right_buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
      .mobile-menu-top-margin {
        margin-top: 50px;
        max-width: 237px;
        right: 0;
        left: inherit;
    }

  .mobi_menu .right_buttons .button_w_arrow {
    margin: 0 auto;
    width: 50%;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 16px;
    margin-right: 0;
    justify-content: center;
    width: 70%;
    height: 18px;
  }

  #logo img {
    height: 40px;
    max-width: initial;
  }
  #primary-menu li:hover > .sub-menu{
      position: relative;
      padding: 9px 0 0 0;
      top: 0;
      left: 0;
      background-color: transparent;
      box-shadow: unset;
      min-width: auto;
      z-index: 1;
      row-gap: 0px;
  }

  #primary-menu li.menu-item-has-children a::after {
    width: 10px;
    height: 5px;
  }
  .mobi_menu {
    display: none;
    position: fixed;
    top: 80px;
    height: auto;
    left: inherit;
    right: 20px;
    overflow: auto;
    width: 100%;
    background: #EDEBE2;
    border-radius: 16px;
    padding:16px;
    margin-top:0px !important;
  }
  .new-list-item {
    border-bottom: 1px solid #11111133;
    padding: 0px 0px;
    margin: 0px;
  }
  .new-list-item li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    border: 0px;
    color: #111;
    margin: 0;
    padding: 0;
    /* height: 35px !important; */
    text-align: start !important;
    width: auto;
    display: block;
    margin-left: 5px !important;
  }
  

  .mobi_menu .copy {
    text-align: center;
  }

  .mobi_menu .social_media {
    justify-content: center;
  }

  .mobi_menu .col-12 {
    height: calc(100vh - 90px);
    display: flex;
    flex-wrap: wrap;
  }

  .mobi_menu .bottom_sect {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .mobi_menu #primary-menu {
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #11111133;
  }

  .mobi_menu #main_menu {
    display: block;
  }

  .mobi_menu #main_menu li {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
    padding: 5px 0 !important;
  }


  #primary-menu li.menu-item-has-children:hover:after {
    content: "";
    width: 108%;
    height: 100%;
    top: 0;
    left: -7px;
    background-color: #f7f5ef;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}

  #primary-menu li.menu-item-has-children .sub-menu li {
    border-radius: 0;
    background-color: transparent;
  }

  .mobi_menu #main_menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    border: 0px;
    color: #111;
    margin: 0;
    padding: 0;
  }

  .notauth-wrapper {
    width: 85px !important;
    height: 36px;
    opacity: 1;
    border-width: 1px;
    padding-left: 12px;
    border-radius: 100px;
    border: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:5px;
  }
  
  #primary-menu li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
  }

  .menu-main-menu-container {
    padding: 0 5px;
  }
  .mobi_menu #main_menu li.menu-item-has-children a::after{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobi_menu #main_menu li.menu-item-has-children a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
  }
  .mobi_menu .social_media p {
    text-align: center;
  }

  .right_buttons {
    display: none;
  }

  #main_menu {
    display: none;
  }

  #mobile_menu_child {
    position: relative;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 20px;
    cursor: pointer;
    display: block;
    margin: 17px -3px 0 10px;
  }
  #mobile_menu p{
    font-family: "Replica Pro", 'Roboto', sans-serif;;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    margin: 0;
    line-height: 150%;
    color:#111111;
  }
  #mobile_menu{
    width: 122px;
    height: 36px;
    opacity: 1;
    border-width: 1px;
    padding-left: 12px;
    border-radius: 100px;
    border: 2px solid #111111;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
  #mobile_menu_child li {
    list-style: none;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    height: 2px;
    background: var(--black);
    border-radius: 20px;
    transition: .5s;
    opacity: 1;
    width: 20px;
  }

  #mobile_menu_child li:nth-of-type(1) {
    top: 20%;
  }

  #mobile_menu_child li:nth-of-type(2),
  #mobile_menu_child li:nth-of-type(3) {
    top: 50%;
  }

  #mobile_menu_child li:nth-of-type(4) {
    top: 80%;
  }

  #mobile_menu_child.active li:nth-of-type(1) {
    top: -20%;
    opacity: 0;
  }

  #mobile_menu_child.active li:nth-of-type(2) {
    transform: translateY(-50%) rotate(45deg);
  }

  #mobile_menu_child.active li:nth-of-type(3) {
    transform: translateY(-50%) rotate(-45deg);
  }

  #mobile_menu_child.active li:nth-of-type(4) {
    top: 120%;
    opacity: 0;
  }

  .user_logo {
    display: none;
  }

  .steps_data .stages .stage {
    padding-right: 30px;
  }

  .questionnaire .questionnaire_cont .questions.checkbox_space .single_item {
    width: 40%;
  }


  .row.bottom_details {
    float: left;
    width: 50%;
  }

  .row.bottom_details .col-6 {
    width: 96%;
    margin-left: 4%;
  }

  .splide__slide img {
    height: 400px;
  }

  /*.duplicate_right{
      display: block;
  }
  
      .main_left{
      display: none;
  }
      */


  h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 42px;
    line-height: 48px;
  }

  #masthead .button_empty {
    margin-left: 0;
    margin-bottom: 12px;
    margin-right: 0;
    justify-content: center;
    width: 70%;
    height: 18px;
  }

  .woocommerce-checkout-review-order-table {
    position: relative;
    top: 0;
    margin-top: 10px !important;
    background: var(--white) !important;
  }

  .checkout.woocommerce-checkout {
    width: 100% !important;
  }

  .woocommerce table.shop_table {
    width: 100%;
    padding: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .checkout_page .woocommerce {
    display: flex;
    flex-wrap: wrap;
  }

  .my_acc>a {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: var(--l_black);
  }

  #main_menu .user_logo {
    display: flex;
  }

  .my_acc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #11111133;
    padding-bottom: 20px;
  }
  .my_account_text {
      font-weight: 400;
      font-size: 12px;
      line-height: 25px;
      text-align: center;
      color: var(--l_black);
      margin-left: 6px;
  }
  .my_account_name {
      font-weight: 400;
      font-size: 16px;
      line-height: 15px;
      text-align: center;
      color: #111;
      margin-left: 6px;
  }
  .logo_hover .logo_menu {
    display: none !important;
  }

  #masthead .menu_container {
    width: 100%;
  }


  .custom_checkout .col-6 {
    width: 96%;
  }

  .checkout_page .row {
    flex-wrap: wrap;
  }

  .checkout_page {
    margin-top: 0;
  }

  .custom_checkout .woocommerce-error {
    top: -90px;
  }



  .woocommerce-checkout-review-order-table .small,
  .woocommerce table.shop_table td .prod_name strong,
  .woocommerce-checkout-review-order-table .product-total p {
    font-size: 12px;
  }

  .woocommerce table.shop_table .coupon_checkout td {
    border-top: 0;
  }

  .custom_checkout .shop_table h3 {
    display: none;
  }

  .shop_table .mobile_display {
    display: table-row;
  }

  .custom_checkout .breadcrumbs {
    top: 0;
  }

  .custom_checkout .tabs {
    margin-top: 0;
  }

  .custom_checkout .priv_order {
    flex-wrap: wrap;
  }

  .custom_checkout .priv_order span {
    margin-left: 0;
    margin-top: 20px;
  }

  .woocommerce-order .b_full_text.black_box.gray_bg .black_inner a {
    color: var(--white);
  }

  .woocommerce-order .b_full_text.black_box.gray_bg .black_inner p {
    width: 100%;
    color: var(--white);
    padding-bottom: 12px;
  }

  .woocommerce-order .b_full_text.black_box.gray_bg .black_inner .button_container {
    margin: 0;
  }
}


@media only screen and (max-width: 800px) {
  .client_vials {
    padding-top: 100px;
  }

  .client_vials>.container {
    width: 100%;
  }

  .client_vials .container .slider-container {
    width: 100%;
    margin: 0.5rem 0;
  }

  .container {
    width: 90%;
  }

  .checkout_page .col-12 {
    width: 100%;
  }

  #checkout_apply_coupon {
    margin-left: 10px;
  }

  .woocommerce .checkout_coupon .input-text {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .woocommerce-checkout-review-order-table .feat_img {
    min-width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }



  .woocommerce-checkout-review-order-table .cart_item .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: bold;
  }

  h1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    font-size: 42px;
    line-height: 48px;
  }


  .questionnaire .col-8,
  .questionnaire .questionnaire_cont .col-10 {
    width: 96%;
  }

  .questionnaire .questionnaire_cont .questions .types {
    flex-wrap: wrap;
  }

  .questionnaire .questionnaire_cont .questions.checkbox_space .single_item {
    width: 50%;
  }

  .questionnaire .questionnaire_cont .step_4 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-left: auto;
    text-align: right;
  }

  .questionnaire .questionnaire_cont .step_4 h4 {
    min-width: 60%;
    max-width: 60%;
    margin-right: 40px;
  }


  .steps_data .stages .stage {
    display: none;
  }

  .steps_data .stages .stage.active {
    display: block;
  }


  .postitems.latest_item img {
    height: 350px;
  }

  .postitems .blog_post {
    width: 100%;
    margin-right: 0;
  }

  #t_slider.single_slide .main_text p {
    font-size: 22px;
    line-height: 32px;
  }

  #t_slider.single_slide .inner_slidde {
    margin-right: 20px;
  }

  .black_box.left_right_bl .black_inner {
    padding: 40px 20px;
    width: calc(100% - 40px);
  }

  .main_top_section .col-6 {
    width: 100%;
    margin: 0;
  }

  .page-id-353 .main_top_section .absolute_image {
    position: relative;
    top: 0;
    width: 100vw;
    min-height: 300px;
  }

  .black_box .black_inner .col-2 {
    width: 0;
    display: none;
  }

  .black_box .black_inner .col-8 {
    width: calc(100% - 48px);
    margin-left: 24px;
  }

  .faq .faq_item .col-6,
  .faq .faq_item .col-4 {
    width: 96%;
  }

  .faq .faq_item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dna_test .col-6,
  .black_box .col-6 {
    width: 89%;
    float: none;
    margin: 0;
    margin: 0 auto;
  }

  .mobi_menu .copy {
    display: none;
  }


  .black_box .black_inner {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }


  .dna_test .orange_box {
    margin-top: 50px;
    padding-top: 0;
  }

  .left_right img {
    width: 100%;
  }

  .left_right .switch .text {
    float: left;
  }

  .black_box.full_image .black_inner {
    padding-bottom: 50vw;
    overflow: hidden;
    position: relative;
  }

  .dna_test .titles .tab_title {
    margin-right: 20px;
    font-size: 18px;
  }

  #copy-menu {
    justify-content: start;
  }

  #copy-menu li a {
    margin-left: 0;
    margin-right: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

    color: #616161;

  }

  .site-footer .copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

    color: #616161;
  }

  .black_box .absolute_image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    transform: rotate(90deg);
    top: 50%;
    left: 0;
    height: 60%;
    width: 100%;
    bottom: 0;
    right: auto;
    object-position: unset;
    pointer-events: none;

  }

  .plusminus {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.3s ease;
    left: 200px;
    position: absolute;
    top: 10px;
    right: 30px;
    left: auto !important;
  }

  .logindata .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .logindata .row .col-4 .items_flex {
    width: 100%;
  }

  .flex_login #logo {
    position: absolute;
    top: 0;
  }

  .logindata .row .col-4 .items_flex {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  #page.login_site .img_cont_green {
    margin-top: 100px;
  }

  #page.login_site .bg_img {
    height: 200px;
  }

  #page.login_site {
    padding-bottom: 0;
  }

  #d_slider .splide__arrows {
    width: calc(88%);
  }


  .full_video {
    padding-top: 0px;
  }


  .full_text .col-1,
  .left_right .col-1 {
    display: none;
  }

  .left_right .col-5,
  .left_right .col-6 {
    width: 100%;
    margin: 0;
  }

  .left_right .row {
    display: flex;
    flex-wrap: wrap !important;
  }



  .left_right .row.switch {
    flex-wrap: wrap !important;
    flex-flow: column-reverse !important;
  }

  .full_text {
    margin-bottom: 20px;
  }

  .left_right {
    padding-top: 0;
  }

  .full_video {
    min-height: auto;
  }


  .full_video .inner_text {
    width: cacl(100% - 50px);
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .full_video video {
    height: auto;
    object-fit: contain;
  }

  .full_video .col-12 {
    display: flex;
    align-items: center;
  }


  .full_video h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .boxes .row {
    flex-wrap: wrap;
  }

  .boxes .row .col-3,
  .boxes .row .col-4 {
    width: 100%;
  }


  .site-footer .orange_box .flex_it {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }



  .site-footer .orange_box .flex_it .col-4,
  .site-footer .orange_box .flex_it .col-5,
  .site-footer .orange_box .flex_it .col-6 {
    width: 96%;
  }

  .jbs_form {
    width: calc(100% - 60px);
  }

  .orange_box {
    padding-top: 50px;
  }

  .newsletter form p {
    width: 100%;
  }

  .newsletter form p+p {
    width: 100%;
  }

  .newsletter form input[type="submit"] {
    margin-left: 20px;
    margin-top: 0px;
    width: 30%;
  }

  .cnnContents {
    margin-bottom: 0;
  }


  .icons .icons_cont {
    flex-wrap: wrap;
  }

  .icons .icons_cont .icon {
    width: 50%;
    margin-bottom: 30px;
  }

  .black_box.center_vertical .black_inner {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
    padding-top: 60px;
    padding-bottom: 140px;
  }


  #d_slider .splide__slide {
    width: calc(100% - 110px);
    padding: 20px;
  }

  #d_slider .lef_right img {
    height: 30vw;
  }

  #d_slider .splide__arrows {
    display: none;
  }


  #footer_menu {
    float: left;
    width: 50%;
  }

  .partner_logo {
    float: right;
    width: 50%;
  }


  .social_media {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .partner_logo p,
  .social_media p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .social_media a {
    margin-left: 12px;
    margin-right: 12px;
  }


  .essential_needs {
    float: left;
    width: 100%;
    margin-top: 120px;
    background: none;
  }

  .essential_needs .container+.container {
    background: url("images/essential_needs_mobile.png") left no-repeat;
    background-size: contain;
    background-position: 3%;
    padding-top: 250px;
  }

  .essential_needs .needs p,
  .essential_needs .needs p:nth-child(2n) {
    padding-left: 35%;
    width: 65%;
    font-size: 16px;
    line-height: 24px;
  }

  .essential_needs .col-4 {
    top: 0;
  }


  /* .how_we_stack .green_box .item > span:last-child{
      display: none;
  } */

  .how_we_stack .green_box span {
    width: 30%;
  }

  .how_we_stack .green_box .gree_inner {
    width: 100%;
    overflow: hidden;
  }

  .how_we_stack .green_box {
    float: left;
    width: 100%;
    background: var(--green);
    border-radius: 8px;
    padding: 30px 60px;
    padding-left: 25px;
    padding-bottom: 50px;
    padding-right: 0;
    padding-top: 30px;
    overflow: auto;
  }

  .how_we_stack .green_box .item span:first-child img {
    max-width: 30vw;
  }

  .how_we_stack h3 {
    text-align: left !important;
  }

  .how_we_stack {
    overflow: hidden;
  }

  .how_we_stack .mobile_change {
    width: 90%;
  }

  .how_we_stack .green_box .item>span {
    padding: 0;
  }

  .how_we_stack .green_box .item>span img {
    transform: rotate(-90deg);
  }

  .how_we_stack .green_box .item>span:before {
    border-bottom: 1px solid var(--dark_green);
    border-left: 0;
  }

  .how_we_stack .bottom_side {
    flex-wrap: wrap;
  }

  .how_we_stack .bottom_side h3 {
    width: 100%;
    text-align: center !important;
    margin-top: 25px;
  }



  .boxes {
    padding-top: 40px;
  }

  .boxes .row .col-3,
  .boxes .row .col-4 {
    margin: 0.5rem 2%;
    margin-bottom: 20px;
  }

  .how_we_stack .bottom_pills {
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .how_we_stack .bottom_pills .pill {
    margin-left: 0;
    width: calc(50% - 60px);
    text-align: center;
  }

  #t_slider .splide__pagination,
  #t_slider .splide__arrows {
    display: none;
  }


  .marqueeStyle {
    font-size: 50px;
  }

  .how_we_stack .bottom_side h3 {
    font-size: 26px;
    line-height: 36px;

  }




  .icons .icons_cont .icon img {
    max-width: 50px;
  }

  .icons .icons_cont .icon p {
    font-size: 14px;
  }

  #t_slider .main_text p {
    font-size: 18px;
  }

  #t_slider .inner_slidde {
    padding: 15px;
  }

  #d_slider .main_text p {
    font-size: 18px;
  }

  #d_slider .inner_slidde {
    padding: 5px;
  }

  #d_slider .splide__slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social_media {
    justify-content: space-between;
  }

  .social_media a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;

  }

  .site-footer .orange_box .show_mobile.flex_it {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
  }

  .hide_mobile {
    display: none;
  }

  .show_mobile {
    display: block;
  }

  .black_box {
    margin-top: 0;
  }

  #t_slider {
    margin-bottom: 75px;
    padding-left: 3%;
    width: 97%;
  }

  .black_box.center_vertical .black_inner {
    padding-bottom: 30px;
  }

  .black_box {
    margin-bottom: 60px;
  }

  .icons {
    margin-bottom: 0;
  }


  #footer_menu {
    width: 100%;
  }

  .partner_logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .flip_mobile {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .partner_logo div {
    width: 100%;
  }

  .partner_logo img {
    height: auto;
    height: 100px;
  }

  .partner_logo {
    display: block;
  }

  footer .orange_box .col-7 {
    width: 96%;
  }

  .partner_logo p,
  .social_media p {
    text-align: left;
  }

  .black_box.flex_text .text {
    flex-wrap: wrap;
  }

  .black_box.flex_text .col-10 {
    width: calc(100% - 100px);
    margin: 0 auto;
    display: table;
    float: none;
  }

  .black_box.flex_text .text p,
  .black_box.flex_text .text h4 {
    width: 100%;
  }

  .black_box.flex_text .text h4 {
    margin-bottom: 20px;
  }

  .home .icons {
    margin-top: 0;
    margin-bottom: 0;

  }

  .help_center .tab_item.active .left_title,
  .help_center .tab_item .left_title {
    width: 80%;
  }

  .help_center .tab_item .right_text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .wpcf7 button {
    width: 100%;
    border: 0;
  }

  .left_right .button_container {
    margin-bottom: 32px;
  }

  .full_video {
    min-height: auto;
  }


  .faq .plusminus,
  .help_center .plusminus {
    width: 5vw;
    height: 5vw;
    top: 9vw;
  }

  .faq .plusminus {
    top: 2vw;
  }

  .left_right_repeat .row.has_border.first {
    padding-top: 0;
  }

  .left_right_repeat {
    padding-bottom: 50px;
  }


  .orange_box_slider .right_text {
    margin-left: 0;
    width: 100%;
  }

  .orange_box_slider .splide__slide img {
    object-fit: cover;
    height: 400px;
    width: 100%;
  }

  .orange_box_slider #splide {
    height: 90vh;
  }

  .orange_box_slider #splide h3 {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .orange_box_slider .splide__track {
    height: 90vh !important;
  }

  .orange_box_slider .splide__slide {
    padding: 20px 25px;
    margin-bottom: 50px;
  }

  .add_tocart {
    cursor: pointer;
    width: calc(100% - 60px);
  }

  .product_details .product .title_price {
    align-items: start;
  }

  .product_details .product .title_price b {
    float: right;
  }

  .product_details .product .title_price span {
    float: left;
    width: 100%;
    /* 		text-align: right; */
  }

  .produ_details {
    flex-wrap: wrap;
  }

  .produ_details .item {
    margin-bottom: 20px;
  }

  .full_slider {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .faq {
    margin-top: 50px;
  }

  .dna_test.black_bg .orange_box {
    background: var(--black);
    border-radius: 8px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }

  .dna_test.black_bg .orange_box img {
    float: none;
    margin-top: 50px;
  }

  /* .duplicate_right{
      display: none;
  } */
  
    .main_left {
      display: block;
    }
  
  
    .single_product_sell .col-6 {
      width: 96%;
    }
  
    .splide__slide img {
      height: auto;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 3/2;
    }
  
    .pad_slider {
      margin-left: 0vw;
    }
  
    #f_splide .splide__slide {
      margin-right: 20px;
    }
  
    #cboxWrapper #cboxLoadedContent {
      padding: 55px 33px;
    }
  
    .woocommerce-customer-details .woocommerce-column__title,
    .woocommerce-order-details header,
    .woocommerce-order-details h2,
    .woocommerce-customer-details address,
    .woocommerce-order-details table {
      width: 100% !important;
      float: left;
      margin-top: 30px !important;
      margin-bottom: 0;
    }
  
    .woocommerce-customer-details.woocommerce-column--billing-address,
    .woocommerce-customer-details .woocommerce-column--shipping-address,
    .woocommerce-order-details {
      display: block;
    }
  
  
    .full_video .absolute_container {
      position: relative;
    }
  
    .full_video .col-12 {
      height: auto;
      display: table;
    }
  
    .full_video video {
      height: auto;
      object-fit: contain;
      margin-bottom: 10px;
    }
  
    .full_video .inner_text {
      padding: 0;
      width: 100%;
    }
  
    .full_video h1,
    .full_video h2,
    .full_video h3,
    .full_video p {
      color: var(--black);
    }
  
    .home .full_video {
      margin-top: 0px;
      margin-bottom: 50px;
    }
  
    .left_right .row {
      flex-direction: column-reverse;
    }
  
    #masthead {
      margin-top: 0px;
    }
  
  
    .left_right .text p,
    .left_right .text h3 {
      margin-bottom: 24px;
    }
  
    .left_right img {
      margin-bottom: 20px;
    }
  
    .left_right ul {
      margin-top: 24px;
    }
  
    .left_right ul+p {
      margin-bottom: 0 !important;
    }
  
    .left_right+.boxes {
      margin-bottom: 0px;
      padding-bottom: 0;
    }
  
    .double_slider {
      padding-top: 40px;
    }
  
    .black_box .black_inner h2,
    .black_box .black_inner h3,
    .black_box .black_inner h4,
    .black_box .black_inner p {
      line-height: 120%;
    }
  
    .how_we_stack .green_box.mobile_show {
      display: block;
      width: calc(100% - 20px);
      padding: 10px;
    }
  
    .product_details h2,
    .how_we_stack .green_box.mobile_hide,
    .product-rating-top.hide_mobile {
      display: none;
    }
  
    .hidden_title_mobile {
      display: block !important;
      margin-bottom: 16px;
    }
    .product-rating-top.hidden_title_mobile {
      display: flex !important;
    }
  
    .single_product_sell .product_details {
      margin-top: 20px;
    }
  
    .single_product_sell .row {
      display: flex;
      flex-direction: column-reverse;
    }
  
    .single_product_sell .col-6+.col-6 {
      position: relative;
      top: 0;
    }
  
    .postitems.latest_item {
      padding-top: 50px;
    }
  
    .page-id-411 .full_video {
      margin-top: 50px;
    }
    .single_product_sell {
      padding-bottom: 57px;
      padding-top: 35px;
    }
    .form_enb_head .single_product_sell {
      padding-top:95px !important;
    }
    .user-log-true .single_product_sell {
        padding-bottom: 57px;
        padding-top: 20px !important;
    }
    .main_top_section {
      padding-top: 50px;
    }
  
    .dna_test.black_bg .orange_box img {
      display: none;
    }
  
    .dna_test.black_bg .orange_box {
      padding-bottom: 200px;
      background-color: var(--black);
      background-image: url("images/mobile_dna.svg");
      background-repeat: no-repeat;
      background-position: left 95%;
      background-size: 100%;
    }
  
    .black_box.center_vertical .black_inner {
      padding-top: 40px;
      padding-left: 15px;
      padding-right: 15px;
      width: calc(100% - 30px);
    }
  
    .black_box .black_inner .col-8 {
      width: 90%;
      margin: 0 auto;
      /* margin: 0; */
      display: table;
      float: none;
    }
  
  
  
    .faq .faq_item .tag_text .flex_it {
      flex-wrap: wrap;
    }
  
    .left_right h2 {
      margin-bottom: 10px;
    }
  
    .button_w_arrow.green_button {
      width: calc(100% - 56px);
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      white-space: nowrap;
    }
  
  
    .how_we_stack .green_box .item.first_row {
      align-items: end;
      background: none;
      margin-bottom: 0;
      min-height: 120px;
    }
  
    .how_we_stack .green_box .item>span {
      padding-bottom: 0px;
      height: 70px;
      background: rgba(250, 247, 238, 0.15);
      margin-left: 5px;
      margin-right: 5px;
    }
  
    .how_we_stack .green_box .item.first_row>span {
      height: 120px;
    }
  
    .how_we_stack .green_box .item:first-child>span {
      -webkit-border-top-left-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topleft: 8px;
      -moz-border-radius-topright: 8px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
  
    }
  
    .how_we_stack .green_box .item:last-child>span {
      -webkit-border-bottom-right-radius: 8px;
      -webkit-border-bottom-left-radius: 8px;
      -moz-border-radius-bottomright: 8px;
      -moz-border-radius-bottomleft: 8px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
    }
  
    .how_we_stack .green_box span p {
      font-size: 14px;
      line-height: 18px;
      text-align: left;
    }
  
    .how_we_stack .green_box span.x_data.has_x {
      background-image: url(images/x.svg);
      background-repeat: no-repeat;
      background-color: rgba(250, 247, 238, 0.15);
      background-position: center;
      background-size: 16px;
    }
  
    .how_we_stack .green_box .item>span:nth-child(2) {
      background-image: url(images/x_green.svg) !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: 16px !important;
    }
  
    .how_we_stack .green_box .item.first_row>span:nth-child(2) {
      background-image: none !important;
    }
  
    .how_we_stack .green_box .item {
      border-bottom: 0.5px solid var(--dark_green);
      border-radius: 0;
    }
  
    .how_we_stack .green_box .item>span img {
      margin-top: 30px;
    }
  
    .how_we_stack .green_box .item>span:nth-child(1) {
      background: none;
    }
  
    .how_we_stack .green_box .item>span:nth-child(2) {
      background: var(--white);
    }
  
    .how_we_stack .green_box .item {
      margin-bottom: 0;
      background: none;
      min-height: 70px;
    }
  
    .how_we_stack .green_box .item>span:first-child {
      width: 35%;
    }
  
    .how_we_stack .green_box .item>span {
      width: 15%;
    }
  
  
    .left_right.gray_bg .must_be_here {
      padding-left: calc(30px);
      padding-right: calc(30px);
      width: calc(100% - 60px);
    }
  
    .faq .faq_item {
      padding-bottom: 20px;
    }
  
    .full_slider+.left_right .text h3 {
      margin-bottom: 0px;
    }
  
    .woocommerce-order .b_full_text.black_box .text {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .woocommerce-order .b_full_text.black_box .text .button_container {
      margin-top: 10px;
    }
  
    .dna_test.black_bg .orange_box .button_w_arrow.green_button img {
      top: 0;
      width: auto;
    }
  
  
    .page-id-353 .main_top_section {
      padding-bottom: 60px;
    }
  
    .page-id-353 .black_box.b_full_text .button_w_arrow {
      background-image: none;
    }
  
    .order_col {
      flex-wrap: wrap;
    }
  
    .order_col .sl,
    .order_col .sr {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 30px;
    }
  
    .dna_test img {
      width: 50%;
      margin: 0 auto;
      display: none;
    }
  
    .order_col .edit_data {
      background: #FAFAFA;
      border-radius: 8px;
      padding: 24px 24px;
      width: calc(100% - 48px);
    }
  
    .woocommerce-MyAccount-content .user_info .top_desc {
      flex-wrap: wrap;
    }
  
    .woocommerce-MyAccount-content .user_info .top_desc .open_hidden {
      width: 100%;
      margin-left: 0;
      margin-top: 10px;
    }
  
    .img_uploads,
    .account_details .tabs {
      display: flex;
      flex-wrap: wrap;
    }
  
    .account_details .tabs .tab {
      font-family: var(--roboto);
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 16px;
      color: var(--black);
      padding: 5px 10px;
      border: 1px solid var(--off_white);
      background: var(--off_white);
      margin-right: 10px;
      cursor: pointer;
      border-radius: 12px;
      transition: all 0.3s ease;
      margin-bottom: 10px;
    }
  
    .account_details .img_uploads>div {
      width: 164px;
      display: table;
      height: 164px;
      margin: 0 auto;
      margin-bottom: 20px;
    }
  
    .single_data {
      background: var(--white);
      padding: 20px;
      border: 1px solid var(--off_white);
      border-radius: 8px;
      margin-bottom: 20px;
      float: left;
      width: calc(100% - 40px);
    }
  
    .single_data .bottom_desc span {
      margin-right: 32px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      float: left;
      width: 100%;
    }
  
  
    .order_col .edit_data {
      background: #FAFAFA;
      border-radius: 8px;
      padding: 12px;
      width: calc(100% - 24px);
      float: left;
    }
  
    .account_details {
      padding-bottom: 0;
      margin-bottom: 0;
    }
  
    .questionnaire .questionnaire_cont .img_uploads,
    .questionnaire .questionnaire_cont .birth_select {
      flex-wrap: wrap;
    }
  
    .questionnaire .questionnaire_cont .birth_select .birth,
    .questionnaire .questionnaire_cont .img_uploads .img_left,
    .questionnaire .questionnaire_cont .img_uploads .img_center {
      margin-bottom: 20px;
    }
  
    .questionnaire .questionnaire_cont h4 {
      font-size: 13px;
      line-height: 120%;
    }
  
    .questionnaire .questionnaire_cont p {
      font-size: 15px;
      line-height: 120%;
    }
  
    .questionnaire .questionnaire_cont .step_5 .step_title {
      margin-bottom: 20px;
      margin-top: 10px;
    }
  
    .info {
      width: calc(100% - 70px);
    }
  
    .questionnaire {
      padding-top: 30px;
    }
  
    .questionnaire .questionnaire_cont .step_title .step,
    .questionnaire .questionnaire_cont .step_title h3 {
      font-size: 18px;
      line-height: 120%;
    }
  
    .woocommerce ul.order_details li {
      width: 100%;
      float: left;
      margin-right: 0;
      text-transform: uppercase;
      font-size: .715em;
      line-height: 1;
      border-right: 0;
      padding-right: 0;
      margin-left: 0;
      padding-left: 0;
      border-bottom: 1px dashed #d3ced2;
      list-style-type: none;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
  
    .woocommerce-order .b_full_text.black_box {
      margin-top: 0;
      margin-bottom: 30px;
    }
  
    .woocommerce-order-received .woocommerce-order .b_full_text.black_box .text .button_container {
      margin-left: 0;
    }
  
    .woocommerce-order-received .woocommerce-order .b_full_text.black_box .text {
      flex-wrap: wrap;
      justify-content: start;
      text-align: center;
      width: calc(100% - 55px);
      padding-left: 40px;
      position: relative;
    }
  
    .woocommerce-order .b_full_text.black_box .text img {
      margin-right: 0;
      position: relative;
      top: 7px;
      margin-left: -25px;
      left: -10px;
    }
  
    .woocommerce-order-details header h2 {
      line-height: 120%;
    }
  
    .woocommerce-order-received .checkout_page {
      margin-bottom: 0;
    }
  
    .woocommerce-order-received .woocommerce table.shop_table td {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .woocommerce-order-received .woocommerce table.my_account_orders .button {
      white-space: nowrap;
      width: calc(100% - 36px);
      text-align: center;
    }
  
    .logged-in .product_details .button_w_arrow_green, .logged-in .product-info-box .button_w_arrow_green {
      display: block;
    }

    .full_video h1, .full_video h2, .full_video h3{
      margin-bottom: 17px;
    }

    #page{
      --banner-height: -20px;
    }
  
  }
  
  @media all and (min-width:800px) {
    .cnnContents {
      padding-top: 40px;
    }
  }
  
  @media only screen and (max-width: 600px) {
  
    .essential_needs .needs p,
    .essential_needs .needs p:nth-child(2n) {
      padding-left: 45%;
      width: 55%;
      font-size: 18px;
      line-height: 24px;
      height: 70px;
      padding-top: 17px;
      padding-bottom: 18px;
      font-size: 16px;
      display: flex;
      align-items: center;
    }
  
    .newsletter form p {
      flex-wrap: wrap;
    }
  
    .newsletter form br {
      display: none;
    }
  
    .newsletter form input[type="submit"] {
      margin-left: 0;
      margin-top: 0px;
      width: 100%;
      margin-top: 10px;
    }
  
  
    .orange_box_slider .splide__slide img {
      height: 300px;
    }
  
    .essential_needs .container+.container {
      height: 320px;
    }
  
    #t_slider .main_text p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }
  
    #t_slider .top_text {
      padding-bottom: 30px;
    }
  
    .full_video {
      padding-top: 0;
    }
  
  
  
    .contact .col-6 {
      width: 96%;
    }
  
    .contact {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .contact h2,
    .contact p {
      text-align: left !important;
    }
  
    .contact h2 {
      margin-bottom: 0;
    }
  
    .contact .center input {
      width: 100%;
    }
  
    .orange_box_slider #splide h3 {
      font-size: 24px;
      line-height: 32px;
    }
  
    .full_video .inner_text {
      margin-top: 30px;
    }
  
    .how_we_stack {
      margin-top: 0;
    }
  
    .how_we_stack .bottom_side h3 {
      margin-left: 0;
    }
  
    .icons p.bottom_text {
      padding-top: 40px;
    }
  }
  
  @media only screen and (max-width: 500px) {
  
    .woocommerce-checkout-review-order-table .product-total p {
      white-space: unset;
      line-height: 120%;
    }
  
    .produ_details .item {
      font-size: 13px;
    }
  
    .produ_details .item img {
      margin-right: 5px;
    }
  
  
    .essential_needs .needs p,
    .essential_needs .needs p:nth-child(2n) {
      padding-left: 50%;
      width: 50%;
  
    }
  
    .social_media a {
      margin-left: 5px;
      margin-right: 5px;
    }
  
    .essential_needs .container+.container {
      background: url("images/essential_needs_mobile.png") left no-repeat;
      background-size: 395px;
      background-position: 3% bottom;
      padding-top: 250px;
    }
  
    .how_we_stack .green_box span p {
      font-size: 12px;
    }
  }
  
  @media only screen and (max-width: 480px) {
  
    .tax-product_cat.woocommerce ul.products li.product .button,
    .woocommerce-shop.woocommerce ul.products li.product .button {
      left: 8%;
    }
  
  
    h2 {
      margin-top: 0;
      font-size: 30px !important;
      line-height: 36px !important;
      margin-bottom: 30px;
    }
  
    .recipes_slider .donut-slider_item--active+.tns-slide-active .recipe {
      width: calc(90% - 20px);
      padding: 10px;
      padding-top: 20px;
    }
  
    .recipes_slider .recipe p {
      font-size: 14px;
      line-height: 120%;
    }
  
    #masthead .top_search .open_search.active {
      opacity: 1;
      width: calc(100vw - 90px);
      transition: all 0.3s ease;
    }
  
  
    .essential_needs .needs p,
    .essential_needs .needs p:nth-child(2n) {
      font-size: 14px;
    }
    .splide__slide img {
      aspect-ratio: 1 / 1;
    }
  }
  
  
  @media only screen and (max-width: 400px) {
    .essential_needs .container+.container {
      height: auto;
      background-size: 280px;
    }
  
    .essential_needs .needs p,
    .essential_needs .needs p:nth-child(2n) {
      font-size: 14px;
      display: flex;
      align-items: center;
      height: 40px;
    }
  }
  
  @media only screen and (max-width: 389px) {
    .our_history .left_bar {
      display: none;
    }
  }
  
  
  #mdi-questionnaire {
    height: 450px;
    width: 100%;
    resize: both;
    overflow: auto;
  }
  
  .product-selector .select-product {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 50%;
    background: #EEEBE2;
    border: 4px solid transparent;
    border-radius: 8px;
    padding: 10px 10px 16px 10px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px #E0DDD5;
  }
  
  .product-selector .button_w_arrow_green {
    float: none;
    display: block;
  }
  
  @media only screen and (min-width: 400px) and (max-width: 519px) {
    .product-selector h1 {
      padding: 60px 15% 0 15%;
    }
  }
  
  .product-selector .right_treatment_dialog {
    animation: fade-out 0.2s ease-out;
    border: none;
    width: 90%;
    max-width: 400px;
    background-color: transparent;
    text-align: center;
    top: 20px;
  }
  
  .product-selector .right_treatment_dialog_close {
    position: absolute;
    top: 0;
    right: 16px;
    padding: 0;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background-color: #72B288;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .product-selector .right_treatment_dialog_container {
    border-radius: 16px;
    background-color: #EEEBE2;
    text-align: center;
    margin-top: 45px;
    padding: 40px 16px 16px 16px;
  }
  
  .product-selector .right_treatment_dialog_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 400px;
  }
  
  .product-selector .right_treatment_dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .product-selector .right_treatment_dialog[open] {
    animation: fade-in 0.2s ease-out;
  }
  
  .product-selector .right_treatment_dialog[open]::backdrop {
    animation: backdrop-fade-in 0.2s ease-out forwards;
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: scaleY(0);
      display: none;
    }
  
    100% {
      opacity: 1;
      transform: scaleY(1);
      display: block;
    }
  }
  
  @keyframes fade-out {
    0% {
      opacity: 1;
      transform: scaleY(1);
      display: block;
    }
  
    100% {
      opacity: 0;
      transform: scaleY(0);
      display: none;
    }
  }
  
  @keyframes backdrop-fade-in {
    0% {
      background-color: rgb(0 0 0 / 0%);
    }
  
    100% {
      background-color: rgb(0 0 0 / 25%);
    }
  }
  
  .product-selector .select-product.product-selected {
    border: 4px solid #72B288 !important;
    box-shadow: 0px 0px 0px 2px transparent !important;
  }
  
  
  .product-selector .select-product ul {
    padding-left: 15px;
    opacity: 0.7;
    list-style-type: disc;
    box-sizing: border-box;
  }
  
  .product-selector .select-product ul li {
    background: none;
    padding-left: 0;
    margin-bottom: 3px;
    box-sizing: border-box;
  }
  
  .product-selector .select-product .product-pricing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: flex-start;
  }
  
  .product-selector .select-product .product-name-container {
    display: none;
    background: #E0DDD5;
    padding: 12px;
    border-radius: 6px;
    margin: 0;
    position: relative;
  }
  
  
  .product-selector .select-product.product-selected .product-name-container {
    background: #72B288;
  }
  
  .product-selector .select-product .product-name {
    color: #111111;
    margin: 0;
    max-width: 90%;
    font-weight: 400;
  }
  
  .product-selector .select-product.product-selected .product-name {
    color: #fff;
  }
  
  .product-selector .select-product .product-occurence {
    font-size: 10px;
    width: 50px;
    display: inline-block;
    line-height: 1;
    color: var(--l_black);
  }
  
  .product-selector .product-tabs .product-tab.active::after,
  .product-selector .select-product.product-selected .product-name-container::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjg3MDQgMTAuMjkwOUwxMC45ODcgNS41OTA4OUwxMC4wNTM3IDQuNjU3NTZMNi4yODcwNCA4LjQyNDIyTDQuMzg3MDQgNi41MjQyMkwzLjQ1MzcxIDcuNDU3NTZMNi4yODcwNCAxMC4yOTA5Wk03LjIyMDM4IDEzLjg5MDlDNi4yOTgxNSAxMy44OTA5IDUuNDMxNDkgMTMuNzE1OSA0LjYyMDM4IDEzLjM2NTlDMy44MDkyNyAxMy4wMTU5IDMuMTAzNzEgMTIuNTQwOSAyLjUwMzcxIDExLjk0MDlDMS45MDM3MSAxMS4zNDA5IDEuNDI4NzEgMTAuNjM1MyAxLjA3ODcxIDkuODI0MjJDMC43Mjg3MTEgOS4wMTMxMSAwLjU1MzcxMSA4LjE0NjQ0IDAuNTUzNzExIDcuMjI0MjJDMC41NTM3MTEgNi4zMDIgMC43Mjg3MTEgNS40MzUzMyAxLjA3ODcxIDQuNjI0MjJDMS40Mjg3MSAzLjgxMzExIDEuOTAzNzEgMy4xMDc1NiAyLjUwMzcxIDIuNTA3NTZDMy4xMDM3MSAxLjkwNzU2IDMuODA5MjcgMS40MzI1NiA0LjYyMDM4IDEuMDgyNTZDNS40MzE0OSAwLjczMjU1NiA2LjI5ODE1IDAuNTU3NTU2IDcuMjIwMzggMC41NTc1NTZDOC4xNDI2IDAuNTU3NTU2IDkuMDA5MjcgMC43MzI1NTYgOS44MjAzOCAxLjA4MjU2QzEwLjYzMTUgMS40MzI1NiAxMS4zMzcgMS45MDc1NiAxMS45MzcgMi41MDc1NkMxMi41MzcgMy4xMDc1NiAxMy4wMTIgMy44MTMxMSAxMy4zNjIgNC42MjQyMkMxMy43MTIgNS40MzUzMyAxMy44ODcgNi4zMDIgMTMuODg3IDcuMjI0MjJDMTMuODg3IDguMTQ2NDQgMTMuNzEyIDkuMDEzMTEgMTMuMzYyIDkuODI0MjJDMTMuMDEyIDEwLjYzNTMgMTIuNTM3IDExLjM0MDkgMTEuOTM3IDExLjk0MDlDMTEuMzM3IDEyLjU0MDkgMTAuNjMxNSAxMy4wMTU5IDkuODIwMzggMTMuMzY1OUM5LjAwOTI3IDEzLjcxNTkgOC4xNDI2IDEzLjg5MDkgNy4yMjAzOCAxMy44OTA5WiIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K");
    position: absolute;
    width: 15px;
    height: 15px;
    right: 11px;
    bottom: 11px;
  }
  
  .product-selector .product-container {
    display: flex;
    flex-direction: column;
    flex: 0 50%;
  }
  
  .product-selector .select-product .product-name-short {
    font-weight: 400;
    font-family: var(--Replica);
    font-size: 18px;
    line-height: 1.7;
    flex: 0 0 auto;
  }
  
  .product-selector .select-product .product-prices {
    font-weight: 400;
    font-family: var(--Replica);
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .product-prices-span {
    flex-shrink: 0;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .product-selector .product-details-container {
    padding: 10px;
    position: relative;
  }
  
  .product-selector .product-details-container * {
    font-size: 14px;
  }
  
  .product-selector .product-details-container p {
    line-height: 1.4;
  }
  
  
  .product-selector .product-details-container .left_right {
    padding-bottom: 10px;
  }
  
  /* .product-selector .select-product:nth-of-type(1) .product-details-container::after {
      content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUxIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMTUxIDMyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB4PSI1LjIwODAxIiB5PSI2LjEwNDU1IiB3aWR0aD0iMTQ0LjgwNyIgaGVpZ2h0PSIxOS43OTM4IiByeD0iNS4yMDg4OSIgZmlsbD0iI0ZBRkFGQSIvPgo8cGF0aCBkPSJNNDIuMTY5MyAxNy41OTU2QzQyLjE2OTMgMTkuMDk1NiA0MS4xNjkzIDE5LjU5NTYgNDAuMDY5MyAxOS41OTU2SDM3LjA2OTNMMzYuOTY5MyAxOS40OTU2VjEyLjY5NTZMMzcuMDY5MyAxMi41OTU2SDM5Ljg2OTNDNDAuOTY5MyAxMi41OTU2IDQxLjk2OTMgMTMuMDk1NiA0MS45NjkzIDE0LjQ5NTZDNDEuOTY5MyAxNS4xOTU2IDQxLjU2OTMgMTUuNjk1NiA0MS4wNjkzIDE1Ljg5NTZWMTUuOTk1NkM0MS42NjkzIDE2LjE5NTYgNDIuMTY5MyAxNi42OTU2IDQyLjE2OTMgMTcuNTk1NlpNNDAuOTY5MyAxNC40OTU2QzQwLjk2OTMgMTMuNjk1NiA0MC41NjkzIDEzLjQ5NTYgMzkuNjY5MyAxMy40OTU2SDM4LjA2OTNMMzcuOTY5MyAxMy41OTU2VjE1LjM5NTZMMzguMDY5MyAxNS40OTU2SDM5Ljc2OTNDNDAuNTY5MyAxNS40OTU2IDQwLjk2OTMgMTUuMjk1NiA0MC45NjkzIDE0LjQ5NTZaTTQxLjE2OTMgMTcuNTk1NkM0MS4xNjkzIDE2LjY5NTYgNDAuNzY5MyAxNi4zOTU2IDM5Ljc2OTMgMTYuMzk1NkgzOC4wNjkzTDM3Ljk2OTMgMTYuNDk1NlYxOC41OTU2TDM4LjA2OTMgMTguNjk1NkgzOS45NjkzQzQwLjc2OTMgMTguNjk1NiA0MS4xNjkzIDE4LjM5NTYgNDEuMTY5MyAxNy41OTU2Wk00OC4wNjU4IDE5LjQ5NTZMNDcuOTY1OCAxOS41OTU2SDQzLjQ2NThMNDMuMzY1OCAxOS40OTU2VjEyLjY5NTZMNDMuNDY1OCAxMi41OTU2SDQ3Ljk2NThMNDguMDY1OCAxMi42OTU2VjEzLjM5NTZMNDcuOTY1OCAxMy40OTU2SDQ0LjQ2NThMNDQuMzY1OCAxMy41OTU2VjE1LjQ5NTZMNDQuNDY1OCAxNS41OTU2SDQ3Ljc2NThMNDcuODY1OCAxNS42OTU2VjE2LjM5NTZMNDcuNzY1OCAxNi40OTU2SDQ0LjQ2NThMNDQuMzY1OCAxNi41OTU2VjE4LjU5NTZMNDQuNDY1OCAxOC42OTU2SDQ3Ljk2NThMNDguMDY1OCAxOC43OTU2VjE5LjQ5NTZaTTU0LjQ2OTMgMTMuMzk1Nkw1NC4zNjkzIDEzLjQ5NTZINTIuMjY5M0w1Mi4xNjkzIDEzLjU5NTZWMTkuNDk1Nkw1Mi4wNjkzIDE5LjU5NTZINTEuMjY5M0w1MS4xNjkzIDE5LjQ5NTZWMTMuNTk1Nkw1MS4wNjkzIDEzLjQ5NTZINDguOTY5M0w0OC44NjkzIDEzLjM5NTZWMTIuNjk1Nkw0OC45NjkzIDEyLjU5NTZINTQuMzY5M0w1NC40NjkzIDEyLjY5NTZWMTMuMzk1NlpNNjAuNjYwNyAxMy4zOTU2TDYwLjU2MDcgMTMuNDk1Nkg1OC40NjA3TDU4LjM2MDcgMTMuNTk1NlYxOS40OTU2TDU4LjI2MDcgMTkuNTk1Nkg1Ny40NjA3TDU3LjM2MDcgMTkuNDk1NlYxMy41OTU2TDU3LjI2MDcgMTMuNDk1Nkg1NS4xNjA3TDU1LjA2MDcgMTMuMzk1NlYxMi42OTU2TDU1LjE2MDcgMTIuNTk1Nkg2MC41NjA3TDYwLjY2MDcgMTIuNjk1NlYxMy4zOTU2Wk02Ni4zNTY4IDE5LjQ5NTZMNjYuMjU2OCAxOS41OTU2SDYxLjc1NjhMNjEuNjU2OCAxOS40OTU2VjEyLjY5NTZMNjEuNzU2OCAxMi41OTU2SDY2LjI1NjhMNjYuMzU2OCAxMi42OTU2VjEzLjM5NTZMNjYuMjU2OCAxMy40OTU2SDYyLjc1NjhMNjIuNjU2OCAxMy41OTU2VjE1LjQ5NTZMNjIuNzU2OCAxNS41OTU2SDY2LjA1NjhMNjYuMTU2OCAxNS42OTU2VjE2LjM5NTZMNjYuMDU2OCAxNi40OTU2SDYyLjc1NjhMNjIuNjU2OCAxNi41OTU2VjE4LjU5NTZMNjIuNzU2OCAxOC42OTU2SDY2LjI1NjhMNjYuMzU2OCAxOC43OTU2VjE5LjQ5NTZaTTcyLjI2MDMgMTQuNTk1NkM3Mi4yNjAzIDEzLjc5NTYgNzEuODYwMyAxMy40OTU2IDcwLjk2MDMgMTMuNDk1Nkg2OC44NjAzTDY4Ljc2MDMgMTMuNTk1NlYxNS41OTU2TDY4Ljg2MDMgMTUuNjk1Nkg3MC45NjAzQzcxLjg2MDMgMTUuNjk1NiA3Mi4yNjAzIDE1LjM5NTYgNzIuMjYwMyAxNC41OTU2Wk03My4yNjAzIDE0LjU5NTZDNzMuMjYwMyAxNS42OTU2IDcyLjY2MDMgMTYuMjk1NiA3MS43NjAzIDE2LjQ5NTZWMTYuNTk1Nkw3My4xNjAzIDE4Ljc5NTZWMTkuNDk1Nkw3My4wNjAzIDE5LjU5NTZINzIuNjYwM0w3Mi40NjAzIDE5LjQ5NTZMNzAuNjYwMyAxNi42OTU2TDcwLjQ2MDMgMTYuNTk1Nkg2OC44NjAzTDY4Ljc2MDMgMTYuNjk1NlYxOS40OTU2TDY4LjY2MDMgMTkuNTk1Nkg2Ny44NjAzTDY3Ljc2MDMgMTkuNDk1NlYxMi42OTU2TDY3Ljg2MDMgMTIuNTk1Nkg3MC45NjAzQzcyLjM2MDMgMTIuNTk1NiA3My4yNjAzIDEzLjE5NTYgNzMuMjYwMyAxNC41OTU2Wk04Mi41NTcyIDE0LjU5NTZDODIuNTU3MiAxNS45OTU2IDgxLjU1NzIgMTYuNTk1NiA4MC4yNTcyIDE2LjU5NTZINzguMTU3Mkw3OC4wNTcyIDE2LjY5NTZWMTkuNDk1Nkw3Ny45NTcyIDE5LjU5NTZINzcuMTU3Mkw3Ny4wNTcyIDE5LjQ5NTZWMTIuNjk1Nkw3Ny4xNTcyIDEyLjU5NTZIODAuMjU3MkM4MS42NTcyIDEyLjU5NTYgODIuNTU3MiAxMy4xOTU2IDgyLjU1NzIgMTQuNTk1NlpNODEuNTU3MiAxNC41OTU2QzgxLjU1NzIgMTMuNzk1NiA4MS4xNTcyIDEzLjQ5NTYgODAuMjU3MiAxMy40OTU2SDc4LjE1NzJMNzguMDU3MiAxMy41OTU2VjE1LjU5NTZMNzguMTU3MiAxNS42OTU2SDgwLjI1NzJDODEuMTU3MiAxNS42OTU2IDgxLjU1NzIgMTUuMzk1NiA4MS41NTcyIDE0LjU5NTZaTTg4LjI2MTEgMTkuNDk1Nkw4OC4xNjExIDE5LjU5NTZIODMuNjYxMUw4My41NjExIDE5LjQ5NTZWMTIuNjk1Nkw4My42NjExIDEyLjU5NTZIODguMTYxMUw4OC4yNjExIDEyLjY5NTZWMTMuMzk1Nkw4OC4xNjExIDEzLjQ5NTZIODQuNjYxMUw4NC41NjExIDEzLjU5NTZWMTUuNDk1Nkw4NC42NjExIDE1LjU5NTZIODcuOTYxMUw4OC4wNjExIDE1LjY5NTZWMTYuMzk1Nkw4Ny45NjExIDE2LjQ5NTZIODQuNjYxMUw4NC41NjExIDE2LjU5NTZWMTguNTk1Nkw4NC42NjExIDE4LjY5NTZIODguMTYxMUw4OC4yNjExIDE4Ljc5NTZWMTkuNDk1NlpNOTQuMTY0NiAxNC41OTU2Qzk0LjE2NDYgMTMuNzk1NiA5My43NjQ2IDEzLjQ5NTYgOTIuODY0NiAxMy40OTU2SDkwLjc2NDZMOTAuNjY0NiAxMy41OTU2VjE1LjU5NTZMOTAuNzY0NiAxNS42OTU2SDkyLjg2NDZDOTMuNzY0NiAxNS42OTU2IDk0LjE2NDYgMTUuMzk1NiA5NC4xNjQ2IDE0LjU5NTZaTTk1LjE2NDYgMTQuNTk1NkM5NS4xNjQ2IDE1LjY5NTYgOTQuNTY0NiAxNi4yOTU2IDkzLjY2NDYgMTYuNDk1NlYxNi41OTU2TDk1LjA2NDYgMTguNzk1NlYxOS40OTU2TDk0Ljk2NDYgMTkuNTk1Nkg5NC41NjQ2TDk0LjM2NDYgMTkuNDk1Nkw5Mi41NjQ2IDE2LjY5NTZMOTIuMzY0NiAxNi41OTU2SDkwLjc2NDZMOTAuNjY0NiAxNi42OTU2VjE5LjQ5NTZMOTAuNTY0NiAxOS41OTU2SDg5Ljc2NDZMODkuNjY0NiAxOS40OTU2VjEyLjY5NTZMODkuNzY0NiAxMi41OTU2SDkyLjg2NDZDOTQuMjY0NiAxMi41OTU2IDk1LjE2NDYgMTMuMTk1NiA5NS4xNjQ2IDE0LjU5NTZaTTEwMC44NjQgMTMuMzk1NkwxMDAuNzY0IDEzLjQ5NTZIOTcuNDYzOEw5Ny4zNjM4IDEzLjU5NTZWMTUuNTk1Nkw5Ny40NjM4IDE1LjY5NTZIMTAwLjU2NEwxMDAuNjY0IDE1Ljc5NTZWMTYuNDk1NkwxMDAuNTY0IDE2LjU5NTZIOTcuNDYzOEw5Ny4zNjM4IDE2LjY5NTZWMTkuNDk1Nkw5Ny4yNjM4IDE5LjU5NTZIOTYuNDYzOEw5Ni4zNjM4IDE5LjQ5NTZWMTIuNjk1Nkw5Ni40NjM4IDEyLjU5NTZIMTAwLjc2NEwxMDAuODY0IDEyLjY5NTZWMTMuMzk1NlpNMTAxLjY2NyAxNi4wOTU2QzEwMS42NjcgMTMuOTk1NiAxMDIuODY3IDEyLjQ5NTYgMTA0Ljk2NyAxMi40OTU2QzEwNy4wNjcgMTIuNDk1NiAxMDguMjY3IDEzLjk5NTYgMTA4LjI2NyAxNi4wOTU2QzEwOC4yNjcgMTguMTk1NiAxMDcuMDY3IDE5LjY5NTYgMTA0Ljk2NyAxOS42OTU2QzEwMi44NjcgMTkuNjk1NiAxMDEuNjY3IDE4LjE5NTYgMTAxLjY2NyAxNi4wOTU2Wk0xMDIuNjY3IDE2LjA5NTZDMTAyLjY2NyAxNy42OTU2IDEwMy40NjcgMTguNzk1NiAxMDQuOTY3IDE4Ljc5NTZDMTA2LjQ2NyAxOC43OTU2IDEwNy4yNjcgMTcuNjk1NiAxMDcuMjY3IDE2LjA5NTZDMTA3LjI2NyAxNC40OTU2IDEwNi40NjcgMTMuMzk1NiAxMDQuOTY3IDEzLjM5NTZDMTAzLjQ2NyAxMy4zOTU2IDEwMi42NjcgMTQuNDk1NiAxMDIuNjY3IDE2LjA5NTZaTTExMy45NjkgMTQuNTk1NkMxMTMuOTY5IDEzLjc5NTYgMTEzLjU2OSAxMy40OTU2IDExMi42NjkgMTMuNDk1NkgxMTAuNTY5TDExMC40NjkgMTMuNTk1NlYxNS41OTU2TDExMC41NjkgMTUuNjk1NkgxMTIuNjY5QzExMy41NjkgMTUuNjk1NiAxMTMuOTY5IDE1LjM5NTYgMTEzLjk2OSAxNC41OTU2Wk0xMTQuOTY5IDE0LjU5NTZDMTE0Ljk2OSAxNS42OTU2IDExNC4zNjkgMTYuMjk1NiAxMTMuNDY5IDE2LjQ5NTZWMTYuNTk1NkwxMTQuODY5IDE4Ljc5NTZWMTkuNDk1NkwxMTQuNzY5IDE5LjU5NTZIMTE0LjM2OUwxMTQuMTY5IDE5LjQ5NTZMMTEyLjM2OSAxNi42OTU2TDExMi4xNjkgMTYuNTk1NkgxMTAuNTY5TDExMC40NjkgMTYuNjk1NlYxOS40OTU2TDExMC4zNjkgMTkuNTk1NkgxMDkuNTY5TDEwOS40NjkgMTkuNDk1NlYxMi42OTU2TDEwOS41NjkgMTIuNTk1NkgxMTIuNjY5QzExNC4wNjkgMTIuNTk1NiAxMTQuOTY5IDEzLjE5NTYgMTE0Ljk2OSAxNC41OTU2Wk0xMjMuNDY5IDE5LjQ5NTZMMTIzLjM2OSAxOS41OTU2SDEyMi41NjlMMTIyLjQ2OSAxOS40OTU2VjE0LjY5NTZIMTIyLjM2OUwxMjAuMzY5IDE5LjQ5NTZMMTIwLjI2OSAxOS41OTU2SDExOS4zNjlMMTE5LjI2OSAxOS40OTU2TDExNy4yNjkgMTQuNjk1NkgxMTcuMTY5VjE5LjQ5NTZMMTE3LjA2OSAxOS41OTU2SDExNi4yNjlMMTE2LjE2OSAxOS40OTU2VjEyLjY5NTZMMTE2LjI2OSAxMi41OTU2SDExNy4zNjlMMTE3LjQ2OSAxMi42OTU2TDExOS43NjkgMTguMjk1NkgxMTkuODY5TDEyMi4xNjkgMTIuNjk1NkwxMjIuMjY5IDEyLjU5NTZIMTIzLjM2OUwxMjMuNDY5IDEyLjY5NTZWMTkuNDk1NlpNMTI2LjA2NSAxOS40OTU2TDEyNS45NjUgMTkuNTk1NkgxMjUuMTY1TDEyNS4wNjUgMTkuNDk1NlYxMi42OTU2TDEyNS4xNjUgMTIuNTk1NkgxMjUuOTY1TDEyNi4wNjUgMTIuNjk1NlYxOS40OTU2Wk0xMzMuMzYzIDE5LjQ5NTZMMTMzLjI2MyAxOS41OTU2SDEzMi4zNjNMMTMyLjE2MyAxOS40OTU2TDEyOC43NjMgMTQuMjk1NkgxMjguNjYzVjE5LjQ5NTZMMTI4LjU2MyAxOS41OTU2SDEyNy43NjNMMTI3LjY2MyAxOS40OTU2VjEyLjY5NTZMMTI3Ljc2MyAxMi41OTU2SDEyOC42NjNMMTI4Ljg2MyAxMi42OTU2TDEzMi4yNjMgMTcuODk1NkgxMzIuMzYzVjEyLjY5NTZMMTMyLjQ2MyAxMi41OTU2SDEzMy4yNjNMMTMzLjM2MyAxMi42OTU2VjE5LjQ5NTZaTTEzNy44NjcgMTMuMzk1NkMxMzYuMzY3IDEzLjM5NTYgMTM1LjU2NyAxNC40OTU2IDEzNS41NjcgMTYuMDk1NkMxMzUuNTY3IDE3LjY5NTYgMTM2LjM2NyAxOC43OTU2IDEzNy43NjcgMTguNzk1NkMxMzkuMjY3IDE4Ljc5NTYgMTM5Ljc2NyAxNy44OTU2IDEzOS43NjcgMTYuODk1NkwxMzkuNjY3IDE2Ljc5NTZIMTM3LjY2N0wxMzcuNTY3IDE2LjY5NTZWMTUuOTk1NkwxMzcuNjY3IDE1Ljg5NTZIMTQwLjY2N0wxNDAuNzY3IDE1Ljk5NTZWMTkuNDk1NkwxNDAuNjY3IDE5LjU5NTZIMTQwLjA2N0wxMzkuOTY3IDE5LjQ5NTZMMTM5Ljg2NyAxOC44OTU2SDEzOS43NjdDMTM5LjI2NyAxOS4zOTU2IDEzOC42NjcgMTkuNjk1NiAxMzcuNzY3IDE5LjY5NTZDMTM1Ljc2NyAxOS42OTU2IDEzNC41NjcgMTguMTk1NiAxMzQuNTY3IDE2LjA5NTZDMTM0LjU2NyAxMy45OTU2IDEzNS43NjcgMTIuNDk1NiAxMzcuODY3IDEyLjQ5NTZDMTM5Ljc2NyAxMi40OTU2IDE0MC41NjcgMTMuNTk1NiAxNDAuNzY3IDE0LjU5NTZMMTQwLjY2NyAxNC42OTU2SDEzOS44NjdMMTM5Ljc2NyAxNC41OTU2QzEzOS41NjcgMTMuODk1NiAxMzguOTY3IDEzLjM5NTYgMTM3Ljg2NyAxMy4zOTU2WiIgZmlsbD0iIzExMTExMSIvPgo8bWFzayBpZD0ibWFzazBfNjY1NF8yOTA3OCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjMxIiBoZWlnaHQ9IjMyIj4KPHJlY3QgeT0iMC45MTU1ODgiIHdpZHRoPSIzMC4xNjg4IiBoZWlnaHQ9IjMwLjE2ODgiIGZpbGw9IiM3MkIyODgiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzY2NTRfMjkwNzgpIj4KPHBhdGggZD0iTTExLjQwNzYgMjEuMzQyNEwxNS4wODQ0IDE5LjExMTJMMTguNzYxMiAyMS4zNDI0TDE3Ljc4NyAxNy4xNjI4TDIxLjA1NTMgMTQuMzM0NUwxNi43NSAxMy45ODg4TDE1LjA4NDQgMTAuMDI5MUwxMy40MTg4IDEzLjk4ODhMOS4xMTM0NiAxNC4zMzQ1TDEyLjM4MTggMTcuMTYyOEwxMS40MDc2IDIxLjM0MjRaTTE1LjA4NDQgMzAuMjA0NUwxMC44NzMzIDI2LjA1NjNINS4wMjgxVjIwLjIxMTFMMC44Nzk4ODMgMTZMNS4wMjgxIDExLjc4OVY1Ljk0Mzc1SDEwLjg3MzNMMTUuMDg0NCAxLjc5NTUzTDE5LjI5NTUgNS45NDM3NUgyNS4xNDA3VjExLjc4OUwyOS4yODg5IDE2TDI1LjE0MDcgMjAuMjExMVYyNi4wNTYzSDE5LjI5NTVMMTUuMDg0NCAzMC4yMDQ1WiIgZmlsbD0iIzcyQjI4OCIvPgo8L2c+Cjwvc3ZnPgo=");
      position: absolute;
    width: 151px;
    height: 32px;
    top: 0;
    left: 0;
  }
   */
.product-selector .select-product-wrapper {
  display: flex;
  width: 100%;
  gap: 12px;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}

.product-selector .product-tabs {
  display: flex;
  gap: 12px;
}

.product-selector .product-tabs .product-tab {
  flex: 50%;
  font-size: 14px;
  background: #EEEBE2;
  color: #111111;
  border: 1px solid #6161611A;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.product-selector .product-tabs .product-tab .product-tab-title {
  margin-bottom: 16px;
}

.product-selector .product-tabs .product-tab.active {
  background: #72B288;
  color: #ffffff;
  border: 1px solid #72B288;
}

.product-selector .product-tabs-content {
  display: block;
}

.product-selector .product-tabs-content .select-product {
  display: none;
}

.product-selector .product-tabs-content .select-product.active {
  display: flex;
}

.product-selector .product-details-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 4px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 450px;
}

.product-selector .product-details-icon {
  flex: 0 0 auto;
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 10px;
  padding: 0 7px;
}

.product-selector .product-details-icon span {
  font-size: 12px;
}

.product-selector .product-accordion {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.product-selector .product-accordion-on {
  animation: show 0.3s ease-in forwards;
}

@keyframes show {
  from {
    height: auto;
    opacity: 0;
  }

  to {
    height: auto;
    opacity: 1;
    pointer-events: all;
  }
}


.product-selector .product-accordion-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1000px) {
  .product-selector .product-accordion-content {
    flex-direction: row;
  }
}

.product-selector .product-accordion-wrapper {
  padding-bottom: 100px;
}

.product-selector .product-accordion-wrapper input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  clip: auto;
  cursor: pointer;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.product-selector .product-accordion-wrapper .checked .accordion-item-content {
  max-height: 600px;
}

.product-selector .product-accordion-wrapper .checked input~.product-accordion-container {
  flex: 2;
}

.product-selector .product-accordion-container {
  transition: all 0.3s ease-out;
  flex: 1;
  justify-content: start;
  display: flex;
  flex-direction: column;
  border-top: 1.5px solid #eeebe2;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}


@media only screen and (min-width: 1000px) {
  .product-selector .product-accordion-content {
    gap: 20px;
  }

  .product-selector .product-accordion-container {
    min-height: 500px;
    border-top: none;
  }

  .product-selector .product-accordion-wrapper {
    padding-bottom: 0;
  }
}


.product-selector .product-accordion-bg {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: auto;
  border-radius: 8px;
  order: 3;
  aspect-ratio: 4/3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-selector .product-accordion-bg-m {
  display: block;
}

.product-selector .product-accordion-bg-d {
  display: none;
}

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

  .product-selector .product-accordion-bg {
    margin-bottom: 0px;
  }

  .product-selector .product-accordion-bg-d {
    display: block;
    order: 1;
  }

  .product-selector .product-accordion-bg-m {
    display: none;
  }

  .product-selector .product-accordion-bg {
    height: 235px;
  }

  .accordion-arrow {
    display: none;
  }
}

.product-selector .product-accordion-title {
  text-align: center;
  padding-top: 60px;
}

/*
    .product-selector .product-accordion-container > * {
      flex: 0 0 auto;
      transition: all 0.4s ease-out;
    } */

.product-selector .product-accordion-container.checked {
  flex: 2;
  max-height: 1000px;
}

.product-selector .accordion-item-label {
  display: flex;
  padding: 20px 0;
  order: 1;
  cursor: pointer;
}

.product-selector .accordion-number {
  font-size: 18px;
  line-height: 1;
  padding-right: 10px;
}

.product-selector .accordion-title {
  font-size: 18px;
  line-height: 1;
  padding-right: 10px;
}

.product-selector .accordion-item-content {
  padding-top: 0px;
  font-size: 14px;
  color: #616161;
  order: 2;
  position: relative;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-selector .product-accordion-container.checked .product-accordion-bg {
  aspect-ratio: 4/3;
  margin-top: 20px;
}

.product-selector .accordion-arrow {
  position: absolute;
  right: 8px;
  transition: transform 0.4s ease-in;
}

.product-selector .product-accordion-container.checked .accordion-arrow {
  transform: rotate(180deg);
}

.product-selector .accordion-item-content ul {
  margin: 0;
  padding-left: 20px;
}

.product-selector ul.inside-text li {
  list-style-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuMjUyNzcgNS42ODA0NEwwLjkxOTQzNCAzLjM0NzExTDEuODU5NDMgMi40MDcxMUwzLjI1Mjc3IDMuNzkzNzdMNi43MDYxIDAuMzQ3MTA3TDcuNjQ2MSAxLjI4NzExTDMuMjUyNzcgNS42ODA0NFoiIGZpbGw9IiM3MkIyODgiLz4KPC9zdmc+Cg==');
  padding-inline-start: 5px;
  color: 000;
}

.product-selector .accordion-item-content ul li {
  list-style-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuMjUyNzcgNS42ODA0NEwwLjkxOTQzNCAzLjM0NzExTDEuODU5NDMgMi40MDcxMUwzLjI1Mjc3IDMuNzkzNzdMNi43MDYxIDAuMzQ3MTA3TDcuNjQ2MSAxLjI4NzExTDMuMjUyNzcgNS42ODA0NFoiIGZpbGw9IiM3MkIyODgiLz4KPC9zdmc+Cg==');
  padding-inline-start: 5px;
  padding-bottom: 10px;
}

.product-selector .product-button-container {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 20px;
}

.product-selector .product-selector-title {
  text-align: center;
  padding-top: 60px;
  font-size: 38px;
  margin-bottom: 22px;
  line-height: 1.1;
}

.product-selector .product-pricing-wrapper {
  padding: 0 10px;
}

@media only screen and (min-width: 1301px) {
  .product-selector .select-product .product-name {
    max-width: 270px;
  }

  .product-selector .product-button-container {
    padding-top: 38px;
  }

  .product-selector .product-selector-title {
    padding-top: 100px;
    font-size: 60px;
  }

  .product-selector .product-details-container {
    padding: 24px;
    position: relative;
  }

  .product-pricing-wrapper {
    padding: 0 24px;
  }

  .product-selector .right_treatment_dialog {
    max-width: 712px;
    top: -30px;
  }

  .product-selector .select-product .product-name-short {
    font-size: 20px;
  }

  .product-selector .select-product .product-prices {
    font-size: 20px;
    width: auto;
  }

  .product-selector .select-product .product-pricing {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .product-selector .select-product .product-name-short {
    max-width: 35%;
  }

}

@media only screen and (min-width: 600px) {
  .product-selector .select-product .product-name-short {
    font-weight: 400;
    font-family: var(--Replica);
    font-size: 16px;
  }

  .product-selector .select-product .product-prices {
    font-weight: 400;
    font-family: var(--Replica);
    font-size: 16px;
    display: flex;
    align-items: center;
  }
}

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

  .product-selector .select-product-wrapper {
    flex-direction: row;
  }

  .product-selector .product-tabs {
    display: none;
  }

  .product-selector .product-tabs-content {
    display: flex;
    gap: 40px;
  }

  .product-selector .product-tabs-content .select-product {
    display: flex !important;
  }

  .product-selector .select-product .product-name-container {
    display: block;
    background: #E0DDD5;
    padding: 12px;
    border-radius: 6px;
    margin: 0;
    position: relative;
    height: 48px;
  }

  .product-selector .select-product.product-selected .product-name-container {
    background: #72B288;
  }

  /* 	.product-selector .select-product:nth-of-type(1) .product-details-container::after {
          top: 15px;
      } */


  .product-selector .select-product .product-name-short {
    font-size: 16px;
  }

  .product-selector .select-product .product-prices {
    font-size: 16px;
  }

  .product-selector .product-accordion-title {
    text-align: left;
    padding-top: 100px;
  }

  .product-selector .product-details-container {
    font-size: 16px;
  }

  .product-selector .right_treatment_dialog {
    max-width: 712px;
    max-height: 80vh;
  }

  .product-selector .right_treatment_dialog_content {
    flex-direction: row;
    max-width: none;
  }
}

.report_video_wrapper {
  background-color: #eeebe2;
  border-radius: 8px;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
  color: #111111;
  flex-direction: column;
  gap: 16px;
}

.report_video_wrapper a {
  color: #111111;
}

.report_video_link {
  border: 1px solid #111111;
  padding: 4px 16px 4px 6px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.report_video_link span {
  color: #111111;
}

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

@media only screen and (min-width: 600px) {
  .report_video_wrapper {
    flex-direction: row;
    gap: 32px;
  }
}

.full_slider .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;

}

.full_slider .splide__arrows button,
.full_slider .splide__arrows button:hover {
  background: none !important;
  border: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 768px) {
  .full_slider .splide__arrows {
    display: none !important;
  }
}

.pause_sub_feedback {
  width: auto;
}

.sample-report-download-container {
  padding: 32px 16px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #72B288;
  color: #FAFAFA;
  font-family: sans-serif;
  background-image: url("https://www.rootsbyga.com/wp-content/uploads/2024/09/sample-report-download-card-mobile-image.png");
  background-repeat: no-repeat;
  background-position: 90px 80px;
  margin-bottom: 50px;
}

.sample-report-download-text-wrapper {
  text-align: left;
}

.sample-report-download-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.sample-report-download-button {
  padding: 10px;
  background-color: #111111;
  vertical-align: middle;
  color: #FAFAFA;
  height: 44px;
  border: none;
  outline: none;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin-top: 32px;
  font-family: 'Roboto';
}

.sample-report-download-button-icon {
  margin-left: 8px;
}

.sample-report-download-button:hover {
  background-color: #616161;
}

.sample-report-download-subtitile {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 18px 0 48px !important;
  color: #FAFAFA;
}

.position-unset {
  position: static;
}

@media only screen and (min-width: 800px) {
  .sample-report-download-container {
    justify-content: space-between;
    padding: 32px;
    background-image: url("https://www.rootsbyga.com/wp-content/uploads/2024/09/sample-report-download-card-desktop-image.png");
    background-position: 60% 100%;
    display: flex;
    align-items: center;
    background-size: 310px;
  }

  .sample-report-download-container-justify-content-center {
    justify-content: center;
  }

  .sample-report-download-form-close-btn {
    margin-top: 18px;
  }

  .sample-report-download-text-wrapper {
    text-align: left;
  }

  .sample-report-download-title {
    font-size: 26px;
    line-height: 36px;
  }

  .sample-report-download-button {
    width: 183px;
    margin: 0;
  }

  .sample-report-download-subtitile {
    margin: 18px 0 0 !important;
  }

  .product-total span {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1025px) {
  .sample-report-download-title {
    font-size: 42px;
    line-height: 48px;
  }
}

.customer-success-story-image-slide-container {
  padding: 16px;
  border-radius: 8px;
  background: #72B288;
  width: initial !important;
  margin-right: 16px;
  cursor: grab;
}

.customer-success-story-image-slide-inner-container {
  display: flex;
  justify-content: space-between;
}

.customer-success-story-image-slide-image-wrapper img {
  border-radius: 8px;
  width: 150px;
  height: 198px;
  object-fit: cover;
}

.customer-success-story-image-slide-image-wrapper {
  position: relative;
}

.customer-success-story-image-slide-image-wrapper {
  position: relative;
}

.customer-success-story-image-slide-image-wrapper {
  position: relative;
}

.customer-success-story-image-slide-image-right {
  margin-left: 8px;
}

.customer-success-story-image-slide-image-text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 4px;
  border-radius: 100px;
  background-color: #FAF7EE;
  font-size: 8px;
  font-weight: 400;
  margin: 8px;
}


.customer-success-story-image-slide-result-wrapper {
  padding: 12px 16px;
  background-color: #FAF7EE;
  border-radius: 8px;
  margin-top: 16px;
}

.customer-success-story-image-slide-result-text {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.customer-success-story-image-slide-result-age-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.customer-success-story-image-slide-result-description {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.customer-success-story-heading p:nth-child(1) {
  font-family: Replica LL;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  margin: 0;
}

.customer-success-story-heading p:nth-child(2) {
  font-family: Replica LL;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: 25px 0 28px;
}

.customer-success-story-container {
  margin: 80px 0 95px;
}

.customer-success-story-button {
  border-radius: 4px;
  border: none;
  outline: none;
  padding: 10px;
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0 auto 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background-color: #111111;
  color: #FAFAFA;
  cursor: pointer;
  text-decoration: none;
  max-width: fit-content;
  justify-content: center;
  box-sizing: border-box;
}

.customer-success-story-button:hover {
  background-color: #616161;
}

.customer-success-story-video-review-container {
  margin-top: 0 !important;
}


.customer-success-story-video-slide,
.customer-success-story-video-slide video,
.customer-success-story-video-slide .wp-video,
.customer-success-story-video-slide .wp-video-shortcode {
  width: 319px !important;
  height: 475px !important;
  object-fit: cover;
  padding: 0 !important;
  border-radius: 16px;
}

.customer-success-story-video-slide .mejs-controls {
  display: none !important;
}

.customer-success-story-video-heading p {
  font-family: Replica LL;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  margin: 0 0 24px;
}


.customer-success-story-video-review-container .splide {
  float: none !important;
}

.customer-success-story-video-review-container .customer-success-story-button {
  margin: 50px auto;
}

.customer-success-story-review-card-container {
  margin: 0 0 40px;
}

.customer-success-story-review-card-wrapper {
  padding: 24px;
  background-color: #EEEBE2;
  margin: 0 0 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 352px;
}

.customer-success-story-review-card-review {
  font-family: Replica LL;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: 24px 0;
  height: 208px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.customer-success-story-review-card-reviewer {
  font-family: Replica LL;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.customer-success-story-review-card-rating-image-wrapper {
  text-align: center;
  margin: 0;
}

.customer-success-story-review-card-heading {
  font-family: Replica LL;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  margin: 0 0 24px;
}

.customer-success-story-review-card-row {
  position: unset;
}

.product-page-carousel {
  border-radius: 6px !important;
}

.product-page-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 24px 0 !important;

}

.product_details .product-page-product-title,
.product-page-product-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}


.product-page-product-details-top-container {
  background: #EEEBE2;
  border-radius: 6px;
  margin-bottom: 10px;
}


.product-page-product-details-container {
  background: #EEEBE2;
  padding: 10px 16px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  margin-bottom: 10px;
}

.product-page-product-details-top-container .product-page-product-details-container {
  border-radius: none;
  margin-bottom: 0;
}

.product-page-product-details-toggle-contianer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D2CFC83D;
  padding: 17px;
  border-radius: 6px;
}

.product-page-product-details-toggle-contianer p {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 0 16px;
  min-width: 155px;
}

.product-page-product-details-wrapper {
  margin-left: 16px;
}

.product-page-product-details-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 !important;
}

.product-page-product-details-sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 8px;
  margin: 0 !important;
}

.product-page-product-details-price {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.product-page-product-details {
  position: relative;
}

.product-page-product-details-plus-icon {
  text-align: center;
  position: absolute;
  top: 39%;
  left: 50%;
  z-index: 10;

}

.product-page-product-details-plus-icon-trade-show {
  top: 22%;
}
  
      .single_product_sell [class^="col"] {
          margin: 0 2% 10px;
      }
  
      .product-page-product-details-note {
  
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
          margin: 0 !important;
  
      }
  
      .product-page-product-details-note span {
          font-weight: 700;
      }
  
      .product-page-product-details-wrapper p {
          display: block;
      }
  
      .product-page-product-details-image-title-wrapper {
          display: flex;
          align-items: center;
      }
  
      .product-page-product-details-image {
            width: 60px;
            border-radius: 8px;
      }
  
      /* CSS start for new footer component */
  .new-footer-container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .new-footer-show-mobile {
    display: block;
  }
  
  .new-footer-hide-mobile {
    display: none;
  }
  
  .new-footer-top-container {
    width: 100%;
    margin-top: 40px;
  }
  
  .new-footer-menus-container {
    display: flex;
    margin-bottom: 40px;
  }
  
  .new-footer-partner-logos-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
  }
  
  .new-footer-partner-logos {
    display: flex;
    align-items: flex-start;
  }
  
  .new-footer-social-media-container {
    margin-bottom: 40px;
  }
  
  .new-footer-social-media-container a img {
    margin-right: 10px;
    width: 24px;
  }
  
  .new-footer-roots-mobile-logo {
    margin-top: 30px;
  }
  
  .new-footer-copyright-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #616161;
    margin-top: 30px;
  }
  
  .new-footer-copyright-container p {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 400;
  }
  
  .new-footer-copyright-container p a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--l_black);
    margin: 0;
    text-decoration: none;
  }
  
  .d-hide {
    display: none;
  }
  
  .d-block {
    display: block;
  }
  
  .margin-0 {
    margin: 0;
  }
  
      /* CSS starts for cancel-subscription-dialog-wrapper */
      .cancel-subscription-dialog-wrapper {
          background-color: #FAF7EE !important;
          border: none;
          padding: 22px;
          border-radius: 8px;
          max-width: 600px;
          margin: 0 auto;
      }
  
      .cancel-subscription-dialog-header {
          font-family: Replica LL;
          font-size: 26px;
          font-weight: 400;
          line-height: 30px;
          text-align: center;
          margin: 0 0 40px;
      }
  
      .cancel-subscription-dialog-description {
          font-family: Roboto;
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          text-align: center;
          margin: 0;
      }
  
      .cancel-subscription-dialog-button,.pause-subscription-dialog-button {
          padding: 10px;
          border-radius: 4px;
          background: #111111;
          font-size: 16px;
          font-weight: 500;
          color: #FAFAFA;
          width: 100%;
          outline: none;
          border: none;
          display: inline-block;
          margin: 40px 0 0;
          cursor: pointer;
      }
  
      .cancel-subscription-dialog-button:hover,.pause-subscription-dialog-button:hover {
          background: #616161;
      }
  
      .cancel-subscription-dialog-button-secondary {
          padding: 10px;
          border-radius: 4px;
          background: none;
          font-size: 16px;
          font-weight: 500;
          color: #616161;
          width: 100%;
          outline: none;
          border: none;
          display: inline-block;
          margin: 16px 0 0;
          cursor: pointer;
      }
  
      .cancel-subscription-dialog-button-secondary:hover {
          background: #111111;
          color: #FAFAFA;
      }
  
      .cancel-subscription-dialog-form-input-wrapper {
          margin-bottom: 8px;
      }
  
      .cancel-subscription-dialog-form-input-label {
          font-size: 14px !important;
      }
  
      .cancel-subscription-dialog-form-input-wrapper input[type="checkbox"]:checked+label::before {
        content: "✓";
        background: #73B388;
        font-family: system-ui;
      }
  
      .d-hide {
          display: none;
      }
  
      .d-block {
          display: block;
      }
  
      .margin-0 {
          margin: 0;
      }
  
      .cancel-subscription-dialog-form-other-reason-input-wrapper {
          margin-top: 32px;
      }
  
      .cancel-subscription-dialog-form-textarea {
          border: 0;
          margin-top: 8px;
          background-color: transparent;
          border: 1px solid #E0E0E0;
          padding: 9px 13px;
          border-radius: 8px;
          height: 24px;
          width: 95%;
          margin-bottom: 30px;
          font-size: 12px;
          padding-bottom: 0;
          display:flex;
          justify-content:center;
      }

      .cancel-subscription-dialog-form-textarea::placeholder{
        font-size: 12px;
        line-height: 16px;  
      }
  
      .position-relative {
          position: relative;
      }
  
  
      .subscription-cancel-coupon-text {
          font-size: 26px;
          font-weight: 400;
          line-height: 30px;
          text-align: center;
          margin: 40px 0;
          color: #72B288;
      }
  
  
      .margin-top-40 {
          margin-top: 40px;
      }
  
  
      .text-align-center {
          text-align: center;
      }
  
      .button_black_with_arrow {
          background-image: url("images/arrow_right_white.svg");
          background-repeat: no-repeat;
          background-position: 90% center;
          background-color: var(--black);
          border-radius: 4px;
          padding: 10px 18px;
          padding-right: 36px;
          font-weight: 400;
          font-size: 16px;
          line-height: 22px;
          color: var(--white);
          cursor: pointer;
          display: table;
      }
  
      .button_black_with_arrow:hover {
          background-color: var(--l_black);
      }
  
      .messging-portal-text-wrapper {
          margin-left: 8px;
      }
  
      .messging-portal-title {
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          margin: 0 0 16px;
      }
  
      .messging-portal-description {
          font-size: 16px;
          font-weight: 400;
          line-height: 18px;
          margin: 0 0 16px;
      }
  
      .messging-portal-wrapper {
          display: flex;
          padding: 10px 20px;
          background-color: #EEEBE2;
          border-radius: 8px;
      }
  
      .messging-portal-heading {
          font-size: 18px;
          font-weight: 400;
          line-height: 24px;
          margin: 32px 0;
      }
  
      .apply-coupon-dialog-text {
          font-family: Replica LL;
          font-size: 26px;
          font-weight: 400;
          line-height: 30px;
          text-align: center;
          margin: 0 !important;
      }
  
      /* CSS start for sticky offer badge */
  .sticky-promo-slide {
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    padding: 8px;
    background: #111;
    border-radius: 4px;
    line-height: 12px;
    margin: 10px;
  }
  
  .sticky-promo-slide span {
    color: #fff;
    font-size: 14px;
    font-family: Replica LL;
  }
  
  /* CSS start for sale price */
  .product-striked-regular-price {
    color: var(--l_black);
    font-size: 15px;
  }
  
  .product-current-price {
    font-size: 15px;
  }
  
  .product-discount-label {
    font-size: 12px;
    border: 2px solid var(--off_white);
    border-radius: 4px;
    padding: 6px 8px;
    background-color: var(--white);
    line-height: 12px;
  }
  
  .product-page-product-details-price {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  
  .dob-error {
    font-size: 12px;
    color: var(--red);
  }
  
  .account-page-dob-field {
    margin-bottom: 0 !important;
  }
  
  /* CSS start for coupon applied text on account page */
  .coupon_applied_text {
    font-size: 14px;
    font-family: var(--roboto);
    margin: 0;
    line-height: 18px;
  }
  
  .coupon_applied_container {
    display: inline-flex;
    align-items: center;
    background-color: var(--off_white);
    padding: 10px;
    border-radius: 8px;
  }
  
  .coupon_applied_container img {
    margin-right: 10px;
  }
  
  /* CSS start for payment page bottom */
  .payment-page-place-order-container {
    display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .payment-page-place-order-button {
    width: calc(50% - 25px);
  }
  
  .payment-page-bottom-paragraph {
    font-family: var(--roboto);
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: var(--l_black);
    margin-top: 30px;
  }
  
  .payment-page-return-container {
    display: flex;
    align-items: center;
  }
  
  .payment-page-stripe-text {
    font-size: 12px;
    font-family: var(--roboto);
    line-height: 16px;
    color: var(--l_black);
  }
  
  /* CSS start for landing page video */
  .full_video .homepage_video_inner_text {
    text-align: center;
    margin: 0 20px;
    z-index: 1;
  }
  
  .homepage-poster-image {
    position: relative;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  
  .homepage-video {
    position: absolute;
    top: 0;
  }
  
  .left_right.black_bg .must_be_here {
    padding: 30px;
    padding-left: calc(30px - 1%);
    padding-right: calc(30px - 1%);
    border-radius: 8px;
    width: calc(100% - 60px);
    color: var(--white);
    background-color: var(--black);
  }
  
  .left_right.black_bg .text h3 {
      color: var(--white);
  }
  
  .green_bg_button {
      background-color: var(--green);
  }
  
  .margin-right-25 {
      margin-right: 25px;
  }
  
  .dont-die-summit-banner-container [class^="col"], .single_product_sell .left_right [class^="col"] {
    margin: auto;
  }
  
  .dont-die-summit-banner-wrapper {
    margin-bottom: 64px;
    position: relative;
  }
  
  .woocommerce.woocommerce-page .dont-die-summit-banner-image {
    border-radius: 16px;
    height: 625px;
    object-fit: cover;
  }
  
  .dont-die-summit-banner-content-wrapper {
    position: absolute;
    bottom: 64px;
    left: 24px;
  }
  
  .dont-die-summit-banner-content-wrapper img {
    display: block;
  }
  
  .dont-die-summit-banner-logo, .dont-die-summit-banner-schedule {
    margin-bottom: 32px;
  }
  
  .single_product_sell .left_right {
    margin-bottom: 50px;
  }
  
  .dont-die-summit-left-right .row {
    flex-direction: row !important;
  }
  
  .dont-die-summit-left-right-button {
    display: block;
    box-sizing: border-box;
  }
  
  .woocommerce-free-perks-label {
    font-weight: normal !important;
    padding: 0 !important;
  }
  
  .woocommerce-free-perks-value {
    font-weight: 400 !important;
    padding: 0 !important;
  }
  
  .giveaway-campaign-banner-container {
    background-image: url('https://www.rootsbyga.com/wp-content/uploads/2025/01/hero_mobile-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 64px;
  }
  
  .giveaway-campaign-banner-container [class^="col"] {
    margin: auto;
  }
  
  .giveaway-campaign-banner-image {
    border-radius: 16px;
    height: 625px;
    object-fit: cover;
  }
  
  .giveaway-campaign-banner-content-wrapper {
    padding: 30px;
    /* background-color: #8CAC95; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* position: absolute; */
    bottom: 64px;
    left: 24px;
  }
  
  .giveaway-campaign-banner-coupon-details {
    padding: 20px 40px;
    border-bottom: 1px solid #679F7A;
    margin: 0px;
  }
  
  .giveaway-campaign-banner-content {
    display: flex;
    text-align: center;
    color: #FAFAFA;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  
  .giveaway-campaign-banner-content h3 {
    color: #FAFAFA !important;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  
  .giveaway-campaign-banner-sub-heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  
  .giveaway-campaign-banner-description {
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      width: 90%;
  }
  
  .giveaway-banner-form-wrapper {
    font-family: var(--roboto) !important;
    background-color: #FAFAFA;
    padding: 40px 16px 16px 16px;
    border-radius: 8px;
    min-width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .giveaway-banner-form-wrapper h5 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  
  .giveaway-banner-form-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  .giveaway-banner-form-sub-description {
    color: #616161;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  
  .giveaway-banner-form-sub-description span {
    margin-left: 5px;
  }
  
  .giveaway-banner-form-input-wrapper {
    margin-bottom: 12px;
  }
  
  .giveaway-banner-form-input-wrapper span {
    color: var(--red);
  }
  
  .giveaway-banner-form-input-wrapper label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
  }
  
  .giveaway-banner-form-input-wrapper input {
    border: 1px solid #D2CFC8;
    border-radius: 4px;
    height: 42px;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #000000;
    padding: 10px;
    box-sizing: border-box;
  }
  
  .giveaway-banner-form-input-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  
  .giveaway-banner-form-input-wrapper input::-webkit-input-placeholder,
  .giveaway-banner-form-input-wrapper input::placeholder {
    color: #D2CFC8;
    font-size: 14px;
  }
  
  .giveaway-banner-form-submit-button-disabled {
    background-color: #616161 !important;
    cursor: not-allowed !important;
  }
  
  .giveaway-banner-form-close-button {
    align-self: center;
  }
  
  .giveaway-banner-form-error {
    color: #e51520;
    font-size: 14px;
    font-weight: 400;
    display: none;
  }
  
  .checkout-interstitial-page-wrapper {
    max-width: 483px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  
  .checkout-interstitial-page-container {
    width: 100%;
  }
  
  .checkout-interstitial-page-form-wrapper {
    margin-bottom: 120px
  }
  
  .checkout-interstitial-page-heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 10px;
  }
  
  .checkout-interstitial-page-subheading {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #616161;
    margin: 0 0 48px;
  }
  
  .checkout-interstitial-page-form-submit {
    margin-top: 48px;
    width: 100% !important;
    background-color: #72B288 !important;
    border: none !important;
  }
  
  .checkout-interstitial-page-form-submit:hover {
    background-color: #4d8b62 !important;
  }
  
  .checkout-interstitial-page-form-input-wrapper {
    margin-bottom: 16px !important;
  }
  
  .custom-checkout-kit-number-wrapper {
    display: flex;
    align-items: flex-start;
  }
  
  .custom-checkout-kit-number-input {
    width: 100%;
  }
  
  .dropdown_with_arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://rootsbyga.com/wp-content/uploads/2025/04/drop_down_arrow-6.svg') !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
  }
  
  .barcode-scanner-button {
        margin: 0px 10px;
        background-color: #72B288 !important;
        border: none !important;
        border-radius: 4px;
        font-weight: 400;
        color: var(--white);
        cursor: pointer;
        padding: 5px 5px;
  }
  
  .barcode-reader-wrapper {
   display: none;
   flex-direction: column;
   align-items: center;
  }
  
  .barcode-reader-camera-section {
    height: 250px;
    width: 250px;
  }
  
  .barcode-reader-camera-section video {
    height: 250px;
    width: 250px;
    object-fit: cover;
  }
  
  .barcode-scanner-note {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #616161;
  }
  
  .hide-barcode-scanner {
    display: none;
  }
  
      .renewal-reminder-card-wrapper {
          display: flex;
          background: #E70303;
          color: #FAFAFA;
          margin-bottom: 20px;
          padding: 10px 20px;
          width: calc(100% - 40px);
      }
  
      .renewal-reminder-card-text-wrapper {
          margin-left: 8px;
      }
  
      .renewal-reminder-card-title {
          margin: 0 0 16px;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
      }
  
      .renewal-reminder-card-description {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          margin: 0 0 16px;
      }
  
      .renewal-reminder-card-wrapper a {
          margin: 0;
      }
  
  
  @media only screen and (min-width: 600px) {
    /* CSS start for sale price */
  
    .product-striked-regular-price {
      margin-left: 5px;
      font-size: 20px;
    }
  
    .product-current-price {
      font-size:20px;
    }
    
    .product-discount-label {
      margin-right: 5px;
      font-size: 16px;
      line-height: 16px;
    }
  
    .product-page-product-details-price {
      flex-direction: row;
    }
  
    .product-page-product-details-plus-icon {
      top: 38%;
    }
	  
	  .product-page-product-details-plus-icon-trade-show {
    top: 22%;
  }
  }
  
  @media only screen and (min-width: 800px) {
    /* CSS start for sale price */
    .product-page-product-details-price {
      flex-direction: column-reverse;
      align-items: center;
    }
  
    /* CSS start for landing page video */
    .full_video .homepage_video_inner_text {
      position: absolute;
    }
      
    .dont-die-summit-banner-logo, .dont-die-summit-banner-schedule {
      margin-bottom: 40px;
    }
  }
  
  
  
      @media only screen and (min-width: 1025px) {
          .customer-success-story-image-slide-image-text {
          position: absolute;
          top: 0;
          right: 0;
          padding: 14px 20px;
          border-radius: 100px;
          background-color: #FAF7EE;
          font-size: 16px;
          font-weight: 400;
          margin: 8px;
      }
  
          .customer-success-story-image-slide-container {
              padding: 24px;
              margin-right: 24px;
          }
  
          .customer-success-story-heading p:nth-child(1) {
              font-family: Replica LL;
              font-size: 80px;
              line-height: 80px;
              font-weight: 400;
              margin: 0;
          }
  
          .customer-success-story-image-slide-image-wrapper img {
              width: 262px;
              height: 342px;
          }
  
          .customer-success-story-image-slide-image-right {
              margin-left: 16px;
          }
  
          .customer-success-story-image-slide-result-wrapper {
              padding: 12px 24px;
              border-radius: 8px;
              margin-top: 24px;
              display: flex;
              align-items: center;
          }
  
          .customer-success-story-image-slide-result-text {
              margin: 0;
              font-size: 32px;
              line-height: 32px;
          }
  
          .customer-success-story-image-slide-result-text-separator {
              margin-left: 16px;
              border-left: 1px solid black;
              padding-left: 16px;
          }
  
          .customer-success-story-image-slide-result-age-text {
              font-size: 22px;
              line-height: 32px;
          }
  
  
          .customer-success-story-image-slide-result-description {
              font-size: 16px;
              line-height: 24px;
          }
  
  
          .customer-success-story-container {
              margin: 100px 0 160px;
          }
  
  
          .customer-success-story-video-heading p {
              font-family: Replica LL;
              font-size: 42px;
              font-weight: 400;
              line-height: 48px;
              margin: 0 0 56px;
          }
  
          .customer-success-story-review-card-container {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
          }
  
  
          .customer-success-story-review-card-wrapper {
              padding: 48px;
              width: 444px;
              margin: 12px;
              height: 374px;
          }
  
          .customer-success-story-review-card-review {
              height: 182px;
          }
  
          .customer-success-story-review-card-heading {
              font-size: 42px;
              line-height: 48px;
              margin: 0 0 56px;
          }
  
          .customer-success-story-review-card-container {
              margin: 0 0 56px;
          }
  
          .customer-success-story-button {
              margin-bottom: 56px;
          }
  
          .customer-success-story-container+.as_seen_on {
              padding: 0;
              margin-bottom: 160px;
          }
  
          .customer-success-story-video-review-container {
              margin-bottom: 160px;
          }
  
          .customer-success-story-video-slide,
          .customer-success-story-video-slide video,
          .customer-success-story-video-slide .wp-video,
          .customer-success-story-video-slide .wp-video-shortcode {
              width: 288px !important;
              height: 385px !important;
              margin-right: 24px;
          }
  
      .product_details .product-page-product-title {
          font-size: 32px;
      }
  
      .border_white {
          padding: 16px;
          border-radius: 10px !important;
      }
  
      .product-page-carousel {
          border-radius: 10px !important;
      }
  
      .product-page {
          display: flex;
          flex-direction: column-reverse;
      }
  
      .product-page-description p {
          margin: 0 0 16px !important;
  
      }
  
      .product-page-product-details-note {
          margin: 0 !important;
      }
  
      .product-page-product-details {
          margin-top: 26px;
      }
  
      .single_product_sell .row {
         display: flex;
         flex-direction: row-reverse;
      }
  
      /* CSS start for new footer component */
  
    .new-footer-container {
      flex-direction: column;
    }
  
    .new-footer-top-container {
      display: flex;
      justify-content: space-between;
      margin-top: 0;
    }
  
    .new-footer-menu-partner-container {
      width: 80%;
      display: flex;
      justify-content: space-between;
    }
  
    .new-footer-menus-container {
      width: 50%;
      margin-bottom: 40px;
    }
  
    .new-footer-show-mobile {
      display: none;
    }
  
    .new-footer-hide-mobile {
      display: block;
    }
  
    .new-footer-copyright-container {
      flex-direction: row;
      justify-content: space-between;
      font-size: 9px;
    }
    
    .new-footer-copyright-container p, .new-footer-copyright-container p a {
      font-size: 9px;
    }
          
      /* CSS start for sale price */
    .product-page-product-details-price {
      flex-direction: row;
    }
          
  /* CSS start for coupon applied text on account page */
  .coupon_applied_text {
    font-size: 16px;
  }

  .dont-die-summit-left-right-button {
    width: 360px;
  }

  .single_product_sell .left_right {
    margin-bottom: 65px;
  }

  .giveaway-campaign-banner-container {
    background-image: url('https://www.rootsbyga.com/wp-content/uploads/2025/01/hero_desktop-min.jpg');
  }

  .giveaway-campaign-banner-content-wrapper {
    flex-direction: row;
    margin-top: 0px;
  }

  .giveaway-campaign-banner-content {
    margin-bottom: 0px;
    max-width: 50%;
  }

  .giveaway-campaign-banner-content h3 {
    font-size: 40px;
    line-height: 42px;
  }

  .giveaway-campaign-banner-sub-heading {
    width: 80%;
  }

  .giveaway-campaign-banner-description {
    width: 80%;
  }

  .giveaway-banner-form-wrapper {
    max-width: 40%;
    padding: 40px;
    min-width: 35%;
  }

  .giveaway-banner-form h5 {
    font-size: 26px;
  }

  .giveaway-banner-form-description {
    font-size: 18px;
    line-height: 26px;
  }

  .checkout-interstitial-page-wrapper {
    height: calc(100vh - 140px);
  }

}


@media only screen and (min-width: 1441px) {
  .customer-success-story-image-slide-container {
    margin-right: 40px;
  }

  .customer-success-story-button {
    margin-bottom: 84px;
  }

  .customer-success-story-video-slide,
  .customer-success-story-video-slide video,
  .customer-success-story-video-slide .wp-video,
  .customer-success-story-video-slide .wp-video-shortcode {
    width: 379px !important;
    height: 506px !important;
    margin-right: 40px;
  }

  .customer-success-story-review-card-wrapper {
    width: 482px;
    height: 348px;
    margin: 20px;
  }

  .customer-success-story-review-card-review {
    height: 156px;
  }

  .renewal-reminder-card-wrapper {
    margin: 35px 0 15px;
    padding: 20px 15px;
    width: calc(100% - 30px);
  }

  .renewal-reminder-card-wrapper {
    align-items: center;
  }

  .renewal-reminder-card-text-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
  }


  .renewal-reminder-card-title {
    margin: 0 8px 0 0;
  }

  .renewal-reminder-card-description {
    margin: 0;
  }


  .renewal-reminder-card-wrapper a {
    margin: 0 0 0 auto;
  }

  /* CSS start for new footer component */

  .new-footer-menu-partner-container {
    width: 65%;
  }

}


.full_slider .splide__arrows,
.customer-success-story-image-slide .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.full_slider .splide__arrows button,
.full_slider .splide__arrows button:hover,
.customer-success-story-image-slide .splide__arrows button,
.customer-success-story-image-slide .splide__arrows button:hover {
  background: none !important;
  border: 0 !important;
  cursor: pointer;
}

.customer-success-story-image-slide .splide__arrow rect:hover {
  fill: #56a070 !important;
}

.yotpo-label-container,
.write-question-review-buttons-container,
.new-yotpo-small-box,
.yotpo-nav-content,
.promoted-products-box {
  display: none !important;
}

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

  .full_slider .splide__arrows,
  .customer-success-story-image-slide .splide__arrows {
    position: static;
    width: fit-content;
    display: flex;
    justify-content: unset;
    margin: 0 0 0 auto;
  }

  .full_slider .splide__arrows,
  .customer-success-story-image-slide .splide__arrow {
    padding: 0;
  }

  .full_slider .splide__arrows,
  .customer-success-story-image-slide .splide__arrow--next {
    margin-left: 16px;
  }

  .full_slider .splide__arrows,
  .customer-success-story-image-slide .splide__arrow rect {
    fill: #72B288 !important;
  }

  .full_slider .splide__arrows,
  .customer-success-story-image-slide .splide__arrow path {
    fill: #FAFAFA !important;
  }
}

.customer-success-story-video-review-container .plyr__video-wrapper {
  border-radius: 16px;
  }
  
  .blog_page .filter.tags {
      display: none;
  }
  
  #wc-stripe-payment-request-wrapper {
   clear: none !important;
  }
  
  .wt_coupon_wrapper {
      margin-bottom: 0 !important;
      padding: 0 !important;
  }
  
  .checkout-disclaimer-wrapper {
      display: flex;
      margin: 0 0 40px;
  }
  
  .checkout-disclaimer-text {
      font-size: 14px;
      color: #4D4D4D;
      margin: 0 0 0 8px;
  }

  .steps_data .button_w_arrow_green{
	background-color:#000;
}
.steps_data .button_w_arrow_back {
    margin-right: 8px;
}
.page.page-id-192 .site-footer{
	display: none;
}
.page.page-id-192 .container{
	width: 100%;
	margin-bottom: 0px;
}

.steps_data .button_w_arrow_green{
	background-color:#000;
}
.steps_data .button_w_arrow_back {
    margin-right: 8px;
}
.page.page-id-192 .site-footer{
	display: none;
}
.page.page-id-192 .container{
	width: 100%;
	margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
    .steps_data .stages .stage {
        padding-right: 20px;
    }
.full_slider .splide__arrows, .customer-success-story-image-slide .splide__arrows {
    position: absolute;
    top: 45% !important;
    left: 55% !important;
    width: 92%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
}
.steps_data {
	margin-bottom: 0px;
}
.steps_data .stages .stage.active p {
    color: var(--black);
    width: 56px;
}
.steps_data .stages .stage.active p {
    color: var(--black);
    width: 85px;
}
@media only screen and (max-width: 800px) {
    #f_splide .splide__slide {
        margin-right: 9px;
    }
}
.plyr--video .plyr__controls { 
   display: flex;
}

/* Login page styling */
/* Login page styling */
.btn-action {
	clear: both;
	padding-top: 25px;
}

.pwd_field_div .lost {
	display: block;
	clear: both;
	text-align: right;
	padding-top: 10px;
	font-family: var(--Replica);
}

.code-inputs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
  clear: both;
  padding-top: 24px;
}

.code-digit {
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.code-digit:focus {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
  outline: none;
}

.success {
  clear: both;
  display: block;
  margin: 0;
  padding: 10px 0 0;
  color: #72B288 !important;
}

.btn-action .button {
	background-color: white;
	color: var(--black);
	padding: 16px;
	font-weight: normal;
	min-width: 10px;
  width: 100%;
	border: 1px solid var(--black);
	border-radius: 8px;
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.login_button {
  margin-top: 34px;
}
.login_button button {
  background: var(--black) !important;
  color: white !important;
  font-family: var(--ABC);
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;	
  border-radius: 10px;
  padding: 16px;
}

.login_button button:hover {
  background: var(--black) !important;
  color: white;
}

.login_button button svg {
  stroke: white;
}

#login_pwd svg {
  stroke: var(--black);
  transform: scalex(-1);
  margin-right: 10px;
}

.login_button {
    margin-top: 34px;
}
.login_button button {
	background: var(--black) !important;
	color: white !important;
	font-family: var(--ABC);
	text-transform: uppercase;
	font-weight: normal;
	width: 100%;	
	border-radius: 10px;
	padding: 16px;
}
.login_button button:hover {
	background: var(--black) !important;
	color: white;
}
.login_button button svg {
	stroke: white;
}
#login_pwd svg {
	stroke: var(--black);
	transform: scalex(-1);
	margin-right: 10px;
}
.sms-error {
	text-align: right;
	font-size: 12px;
}

.button_wrapper {
  gap: 10px;
  margin-top: 24px;
}

#timer {
	color: #A8A8A8;
	font-size: 12px;
	text-align: left;
}

.button.login + #timer {
	display: none;
}
  
  .steps_data .button_w_arrow_green{
	background-color:#000;
}

.steps_data .button_w_arrow_back {
  margin-right: 8px;
}

.page.page-id-192 .site-footer {
  display: none;
}

.page.page-id-192 .container {
  width: 100%;
  margin-bottom: 0px;
}

.line-with-text {
  display: inline-flex;
  align-items: center;
  text-align: center;
  margin: 35px 0 10px;
  width: 100%;
}

.line-with-text::before,
.line-with-text::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--l-grey);
}

.line-with-text span {
  padding: 0 10px;
  color: var(--l-grey);
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .steps_data .stages .stage {
    padding-right: 20px;
  }

  .full_slider .splide__arrows,
  .customer-success-story-image-slide .splide__arrows {
    position: absolute;
    top: 45% !important;
    left: 55% !important;
    width: 92%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
  }
}

.steps_data {
  margin-bottom: 0px;
}

.steps_data .stages .stage.active p {
  color: var(--black);
  width: 56px;
}

.steps_data .stages .stage.active p {
  color: var(--black);
  width: 85px;
}

@media only screen and (max-width: 800px) {
  #f_splide .splide__slide {
    margin-right: 9px;
  }
}

.plyr--video .plyr__controls {
  display: flex;
}

.steps_data .button_w_arrow_green {
  background-color: #000;
}

.steps_data .button_w_arrow_back {
  margin-right: 8px;
}

.page.page-id-192 .site-footer {
  display: none;
}

.page.page-id-192 .container {
  width: 100%;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .steps_data .stages .stage {
    padding-right: 20px;
  }

  .full_slider .splide__arrows,
  .customer-success-story-image-slide .splide__arrows {
    position: absolute;
    top: 45% !important;
    left: 55% !important;
    width: 92%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
  }
}

.steps_data {
  margin-bottom: 0px;
}

.steps_data .stages .stage.active p {
  color: var(--black);
  width: 56px;
}

.steps_data .stages .stage.active p {
  color: var(--black);
  width: 85px;
}

@media only screen and (max-width: 800px) {
  #f_splide .splide__slide {
    margin-right: 9px;
  }
}

.plyr--video .plyr__controls {
  display: flex;
}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner {
  background: #ffffff;
  padding: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner .text img {
  top: 7px;
}

.woocommerce-order .b_full_text.black_box.gray_bg .black_inner p {
  color: var(--black);
  margin: 0;
  padding: 0;
  align-items: center;
}

#derma-prod-price {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 120%;
	letter-spacing: -1%;
	background-color: #FAF7EE;
	padding: 10px 0 0;
  text-align: right;
}

/* Styling for loader */
.ajax-error{
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: #f44336;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 10000;
}

.ajax-success {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: #4CAF50; /* Success green */
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-size: 14px;
  font-weight: 500;
  z-index: 10000;
  animation: fadeInOut 4s ease-in-out forwards;
}

@keyframes fadeInOut {
  0% { opacity: 0; transform: translateY(-10px); }
  10%, 90% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-10px); }
}

#loader,#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loader{
  background: rgb(75 75 72 / 75%);
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid black;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Order Confirmation */
.order-confirmation{
  background-color: #2F503A;
  padding: 20px;
  border-radius: 16px;
  background-image: url('./images/ga-icon.svg');
  background-position: 1053px 89px;
  background-repeat: no-repeat;
  margin: 30px 0 !important;
  width: calc(100% - 89px);
}

.order-confirmation .text p,.order-confirmation .text h4{
  color: #fff;
}

.order-confirmation .text h4{
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.order-confirmation .col-1{
  margin: 0 !important;
}

.order-confirmation .col-10{
  margin: 0 8px !important;
}

.order-confirmation .button_container a{
  background-color: #8DD9A6;
  border-radius: 10px;
  font-weight: 400;
  color: black;
  font-size: 14px;
  background-image: none;
  padding-right: 20px;
}

.order-confirmation .button_container{
  margin-top: 12px;
  margin-bottom: 8px;
}

.order-confirmation-popup .order-confirmation-popup__container {
  display: flex;
  flex-direction: row;
  background: white;
  width: 827px;
  max-width: 95%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}

.order-confirmation-popup .order-confirmation-popup__left {
  background: #FAF7EE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 37%;
}

.order-confirmation-popup .order-confirmation-popup__left img {
  max-height: 100%;
}

.order-confirmation-popup .order-confirmation-popup__right {
  padding: 0;
  position: relative;
  text-align: center;
  background-color: #FAF7EE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 63%;
}

.order-confirmation-popup .order-confirmation-popup__right h1 {
  font-size: 55px;
  color: #222;
  margin: 0;
}

.order-confirmation-popup .order-confirmation-popup__right p {
  font-size: 17px;
  line-height: 1.6;
  color: #707070;
  margin-bottom: 26px;
  font-weight: 400;
}

.order-confirmation-popup .modal-close {
  position: absolute;
  top: 15px;
  right: 21px;
  text-decoration: none;
  font-size: 34px;
  color: black;
  background-color: #E2D9D98F;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-confirmation-popup .order-confirmation-popup__button-wrap {
  margin-top: 20px;
}

.order-confirmation-popup .order-confirmation-popup__button {
  display: inline-block;
  padding: 17px 24px;
  background: #69A77E;
  color: #fff;
  text-decoration: none;
  border-radius: 13px;
  font-weight: 400;
  font-size: 16px;
  transition: background 0.3s ease;
  width: 80%;
}

.order-confirmation-popup .order-confirmation-popup__button:hover {
  background: #5ca977;
}

.order-confirmation-popup-content{
  width: 78%;
}

@media only screen and (max-width: 768px) {
  
  .order-confirmation .col-1{
    display: none;
  }

  .order-confirmation .row .col-10{
    margin: 0 0 !important;
  }

  .hide-br{
    display: none;
  }

  .order-confirmation .button_container{
    display: flex;
    text-align: center;
  }

  .order-confirmation .button_container a{
    width: 100%;
  }

  .order-confirmation .text p{
    font-size: 15px;
    line-height: 1.5;
  }

  .order-confirmation{
    background-position: 234px 149px;
    background-size: 160px;
    margin-left: -16px !important;
    width: 99%;
  }

  .account_details{
    padding-top: 20px;
  }

  .order-confirmation-popup .order-confirmation-popup__container{
    flex-direction: column;
    background: #fbf7ee;
    height: 100%;
    border-radius: 0;
  }

  .order-confirmation-popup .order-confirmation-popup__left img{
    width: auto;
  }

  .order-confirmation-popup-content{
    width: 87%;
    margin: 0 auto;
  }

  .order-confirmation-popup .order-confirmation-popup__right p{
    margin-bottom: 169px;
    font-size: 15px;
  }

  .order-confirmation-popup .order-confirmation-popup__left{
    height: 40%;
    position: relative;
    width: 100%;
  }

  .order-confirmation-popup .order-confirmation-popup__right{
    width: 100%;
    position: unset;
  }

  .order-confirmation-popup .order-confirmation-popup__right h1 {
    font-size: 53px;
    margin-bottom: 30px;
  }

  .order-confirmation-popup__left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 29%;
    background: linear-gradient(to bottom, rgba(250, 247, 238, 0) 0%, #FAF7EE 100%);
    pointer-events: none;
  }

  .order-confirmation-popup .modal-close{
    top: 52px;
    width: 33px;
    height: 33px;
    font-size: 26px;
  }
}

/* New Footer Version v5 */
.footer-top{
	padding-top: 100px;
	padding-bottom: 100px;
	background: #111111 url('images/footer-subscribe-wave-bg.svg') no-repeat center;
	background-size: cover;
	overflow: hidden;
	clear: both;
}
.footer-subscribe{
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 24px;
}
.footer-subscribe p.subscribe {
	color: var(--green);
	font-family: var(--Replica);
	margin:0;
}
.footer-subscribe h2{
	color: white;
	font-size: 4.5vw;
	line-height: 108%;
	margin-bottom: 0;
}
.footer-subscribe p.product-info{
	color: var(--silver);
	margin:0;
	font-size: 18px;
}
.newsletter-form{
	margin-top: 40px;
}
.newsletter-form .wpcf7-form p{
	display: flex;
	justify-content: center;
	gap: 12px;
}
.newsLetter-email{
    border: 1px solid rgb(255 255 255 / 8%) !important;
    border-radius: 100px !important;
}
.newsLetter-email::placeholder {
  color: var(--silver) !important;
  opacity: 1; /* Fix for Firefox */
}

.newsLetter-email::-webkit-input-placeholder {
  color: var(--silver) !important; /* Chrome, Safari, Opera */
}

.newsLetter-email:-moz-placeholder {
  color: var(--silver) !important; /* Firefox 4–18 */
  opacity: 1;
}

.newsLetter-email::-moz-placeholder {
  color: var(--silver) !important; /* Firefox 19+ */
  opacity: 1;
}

.newsLetter-email:-ms-input-placeholder {
  color: var(--silver) !important; /* Internet Explorer 10–11 */
}

.newsLetter-email::-ms-input-placeholder {
  color: var(--silver) !important; /* Microsoft Edge (Legacy) */
}
.newsletter-form .wpcf7-submit{
	background-color: var(--white) !important;
	color: var(--black) !important;
	border-radius: 100px !important;
	font-family: var(--Replica) !important;
  min-height: 48px !important;
}
.partner-logos-container{
	padding-top: 100px;
}
.partner-logos{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 58px;
	margin-bottom: 58px;
}
.partner-logos img {
	max-width: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
    flex: 1 1 calc(25% - 2rem); /* 4 per row on large screens */

}
@media only screen and (max-width: 1024px){
  .logo_hover {
        right: 10px !important;
    }
	
}
@media (min-width: 768px) and (max-width: 1024px) {
  .my_acc .logo_hover {
    right: unset !important;
  }
    .logo_hover {
        right: 16px !important;
    }
}
@media only screen and (width: 375px) {
    .logo_hover {
        right: 8px !important;
    }
}
@media only screen and (max-width: 500px){
	.footer-top{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.partner-logos-container{
		padding-top: 32px;
	}
	.partner-logos{
		justify-content: center;
	}
	.footer-subscribe p.product-info{
		font-size: 18px;
	}
	.newsletter-form .wpcf7-form p{
		flex-direction: column;
		gap: 0;
	}
	.partner-logos img{
      flex: 1 1 calc(50% - 2rem); /* 2 per row on small screens */
	}
		
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
	padding-bottom: 32px;
	font-family: var(--Replica) !important;
}

.footer-left {
  flex: 1 1 300px;
  min-width: 280px;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo {
  font-size: 24px;
  margin-bottom: 1rem;
  line-height: 1.2;
}

address {
  font-style: normal;
  margin-bottom: 1rem;
}
.new-footer-address-text, .new-footer-address-text a{
	font-size: 18px;
	line-height: 155%;
	color: var(--silver);
}
.new-footer-copyright-text, .new-footer-copyright-text a{
		font-family: var(--Replica) !important;
		line-height: 155%;
		color: var(--silver);
}

.social-icons {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}

.social-icons img {
  width: 26px;
  height: 26px;
}

.footer-right {
  flex: 2 1 600px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

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

.footer-products {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.link-column {
  flex: 1 1 33%;
}
.product-column {
  flex: 1 1 280px;
}
.new-footer-menu-item {
    width: 100%;
  }
  
  .new-footer-menu-item p{
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
	  text-transform: uppercase;
    color: var(--silver);
  }
#footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

#footer-menu li {
  width: 100%;
  margin-bottom: 10px;
}

#footer-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
}
.last-item-margin{
	margin-top: 28px;
}
.mobile_social_copyRight{
	display: none;
}

@media (max-width: 768px) {
  .logo_menu {
    display: none !important;
  }
  .partner-logos-container{
    padding-top: 30px;
  }
  .partner-logos{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .footer-container {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-nav {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-products {
    flex-direction: column;
    gap: 0;
  }
  .product-column, .link-column {
    flex: 1 1 auto;
  }
  .last-item-margin{
    margin-top: 0;
  }
	.desktop{
		display: none;
	}
	.mobile_social_copyRight{
		display: flex;
    flex-direction: column;
    gap: 18px;
	}
  .footer-left{
    flex: 1 1 auto;
  }
  .boxes.has_numbers img{
    width: auto;
  }
  .boxes.has_numbers .row .col-4{
    width: 80%;
  }
  .boxes.has_numbers .row .col-4:before {
    width: 18%;
  }
  .boxes.has_numbers h6{
    margin-top: 0;
  }
  .boxes.has_numbers .row{
    flex-direction: column;
  }
}
/* Derma Styling */
.derma-container .product-page-product-details-container,
.defualt-template .product-page-product-details-container{
	background: #F2F0E4;
	margin-bottom: 0;
	border-radius: 24px;
	padding-right: 10px;
}

.defualt-template .product-page-product-details-container{
  border-radius: 16px;
  height: 59px;
  padding-bottom: 25px;
}

.derma-container .product-page-product-details-title,
.defualt-template .product-page-product-details-title
 {
  margin: 0 0 10px !important;
}

.defualt-template .product-page-product-details-title{
  font-size: 19px;
}

.defualt-template .product-page-product-details-note span{
  margin-left: 30px;
}

.derma-container .product-page-product-details-sub-title,
.defualt-template .product-page-product-details-sub-title{
  color: #787878;
}

.derma-container .product-page-product-details-sub-title.with-gift,
.defualt-template .product-page-product-details-sub-title.with-gift{
	position: relative;
	padding-left: 21px;
}

.derma-container .product-page-product-details-sub-title .gift-icon,
.defualt-template .product-page-product-details-sub-title .gift-icon{
	width: 18px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -9px;
}
  
.derma-container .product-page-product-details-price,
.defualt-template .product-page-product-details-price{
  display: block;
  text-align: right;
}

.defualt-template .product-page-product-details-price{
  width: 50%;
}

.derma-container .product-page-product-details,
.defualt-template .product-page-product-details{
	border: 1px solid #E0E0E0;
	border-radius: 24px;
	padding: 14px;
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.derma-block {
	clear: both;
	display: flex;
	justify-content: space-between;
	padding: 25px 0 15px;
}

.derma-block-head .derma-block-title {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 108%;
	letter-spacing: -2.2%;
	margin-bottom: 0;
}

.derma-block-head .derma-block-note {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 155%;
	letter-spacing: -1%;
	color: #787878;
	margin-top: 5px;
}

.derma-btn-decline {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -1%;
	background-color: transparent;
}

.derma-btn-container {
	overflow: hidden;
	display: flex;
	gap: 10px;
}

.derma-btn-container .button_empty {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -1%;
	background-color: transparent;
	border-radius: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.derma-btn-container .button_empty:hover {
	background: var(--black);
}

.button_empty.derma-btn-decline:hover {
  background-color: #000000;
}

.derma-btn-container .active-btn {
  background-color: var(--green);
  border: none;
  color: var(--white);
}

.derma-btn-container .active-btn:hover {
  background-color: var(--dark_green);
  
}

#productDetailsGetStartedButton {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	background-color: var(--black);
	border: 1px solid var(--black);
  border-radius: 10px;
}

#productDetailsGetStartedButton:hover {
	background-color: transparent;
	color: var(--black);
	border: 1px solid var(--black);
}

#product-total {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 25px;
  align-items: baseline;
  clear: both;
}

.product-total-label {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 108%;
	letter-spacing: -2.2%;
	color: #787878;
}

.product-total-price {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 108%;
	letter-spacing: -2.2%;
	text-align: right;
  color: #111111
}

.product-page-product-details-price-sale-price {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 108%;
	letter-spacing: -2.2%;
  margin-bottom: 12px;
}

.product-page-product-details-price-sale-regular {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 155%;
	letter-spacing: -1%;
	color: #787878;
}

.product-page-product-details-price-sale-regular .details-price-sale-regular {
	text-decoration: line-through;
}

.product-page-product-details-price-sale-regular .product-discount-label {
	background-color: #e5eadc;
	border-radius: 100px;
  padding: 5px 12px;
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 155%;
	letter-spacing: -1%;
	text-align: right;
	color: #73B388;
}

.produ_derma {
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 25px;
}

.produ_derma_head {
	clear: both;
	text-align: center;
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 155%;
	letter-spacing: -1%;
  cursor: pointer;
}

.produ_derma_head span {
	font-size: 30px;
	margin-right: 10px;
}

.produ_derma_content {
	background-color: #F2F0E4;
	overflow: hidden;
	border-radius: 12px;
	padding: 24px;
	margin-top: 32px;
  display: none;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out, padding 0.6s ease-in-out;
  position: relative;
}

.produ_derma_content p {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 155%;
	letter-spacing: -1%;
	color: #888888;
	margin: 0 0 24px;
	padding-right: 55px;
}

.produ_derma_content ul li {
	font-family: "Replica Pro", 'Roboto', sans-serif;
	background-image: url('images/check.png');
	font-weight: 400;
	font-size: 16px;
	line-height: 155%;
	letter-spacing: -1%;
	color: #888;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0 0 17px;
	padding-left: 30px;
}

.produ_derma_close {
	border: 1px solid #E0DED3;
	width: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: 21px;
	top: 23px;
}

.produ_derma_active {
  opacity: 1;
  padding: 20px;
}

.produ_derma_close:hover {
	background-color: #DDDBCF;
	border-color: #B0AFA5;
	color: var(--white);
}

.product-page-product-details-section {
	width: 88%;
	display: flex;
	justify-content: inherit;
}

.derma-detail {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.derma-detail .derma-feature:first-child {
	max-width: 125px;
	max-height: 125px;
	margin-right: 8px;
	border-radius: 10px;
	width: calc(50% - 10px);
}
.produ_derma_content p:nth-child(2) {
	width: calc(60%);
}

@media (max-width: 768px) {
  .derma-block {
    display: block;
  }
  .derma-block-head {
    margin-bottom: 10px;
  }
  .derma-block-head .derma-block-title {
    display: block;
  }
  .derma-btn-container {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .derma-btn-container .derma-btn-decline, 
  .derma-btn-container .derma-btn-accept {
    width: 47%;
    display: inline-block;
  }
  .client_vials {
    display: none;
  }
}


@media (max-width: 500px) {
  .derma-container .product-page-product-details-image-title-wrapper img,
  .defualt-template .product-page-product-details-image-title-wrapper img{
    width: 100%;
  }
  .derma-container .product-page-product-details-image-title-wrapper{
    width: 23%;
  }

  .defualt-template .product-page-product-details-image-title-wrapper img {
    width: 28%;
  }

  .defualt-template .product-discount-label{
    top: -41px !important;
    right: 11px !important;
    width: 50px;
  }

  .defualt-template  .product-page-product-details-image-title-wrapper{
    width: 100%;
  }
  .defualt-template .product-page-product-details-container{
    flex-wrap: wrap;
    height: 139px;
  }

  .defualt-template .product-page-product-details-note{
    margin-left: 30px !important;
  }

  .defualt-template .product-page-product-details-note span{
    margin-left: 0 !important;
  }

  .defualt-template .product-page-description p{
    margin: 5px 0 !important;
  }

  .derma-container .product-page-product-details-section,
  .defualt-template  .product-page-product-details-section{
    width: 79%;
    display: block;
  }
  .derma-container .product-page-product-details-wrapper,
  .defualt-template  .product-page-product-details-wrapper{
	margin-left: 10px;
}
  .derma-container .product-page-product-details-price,
  .defualt-template .product-page-product-details-price{
    text-align: left;
    margin-left: 10px;
    margin-top: 22px;
    display: flex;
    justify-content: inherit;
    align-items: baseline;
  }
  .derma-container .product-page-product-details-price-sale-price,
  .defualt-template  .product-page-product-details-price-sale-price{
    font-size: 20px;
  }
  .derma-container .product-page-product-details-price-sale-regular,
  .defualt-template .product-page-product-details-price-sale-regular{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
  }
  .derma-detail {
    display: block;
    text-align: center;
  }
  .produ_derma_content p {
    padding: 0;
    text-align: left;
  }
  .derma-detail .derma-feature {
    max-width: 100%;
    max-height: 200px;
    margin-right: 0;
  }
  .derma-container .product-page-product-details-price,
  .defualt-template  .product-page-product-details-price{
    text-align: left;
    display: flex;
    flex-direction: inherit;
  }
  .derma-container .details-price-sale-regular,
  .defualt-template  .details-price-sale-regular{
    font-size: 16px;
  }
  .derma-container .product-page-product-details-wrapper, 
  .derma-container .product-page-product-details-price,
  .defualt-template  .product-page-product-details-wrapper,
  .defualt-template .product-page-product-details-price{
    margin-left: 10px;
    margin-top: 8px;
    flex-direction: row-reverse;
  }
  .defualt-template .product-page-product-details-price{
    flex-direction: column-reverse;
  }
  .defualt-template .product{
    flex-direction: column-reverse !important;
    display: flex;
  }
  .defualt-template .product-page-product-details{
    margin-top: 19px;
  }
  .defualt-template  .product-page-product-details-wrapper{
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .defualt-template .product-current-price{
    width: 60px;
    display: flex;
    align-items: center;
  }
  .defualt-template .product-striked-regular-price{
    margin-left: 61px;
    margin-top: 6px;
  }
  .defualt-template .product-page-product-details-price{
    margin-left: 80px;
    width: 100%;
  }
  .product-page-product-details-price-sale-regular .product-discount-label {
    font-size: 13px;
    padding: 5px 9px;
    white-space: nowrap;
  }
  .derma-container .product-page-product-details,
  .derma-container  .product-page-product-details{
    padding: 8px;
  }
  .derma-container .product-page-product-details-title,
  .derma-container  .product-page-product-details-title {
    margin-bottom: 5px !important;
  }
  .no-discount .product-page-product-details-price{
    margin-top: 0;
  }
}

.woocommerce-error-label {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.cancel-subscription-dialog-content{
  margin-top: 21px;
  font-size: 14px;
  text-align: center;
}

/* Pause subscription feedback form */
.pause-subscription-form-wrapper {
  max-width: 600px;
  margin: 20px auto;
  padding: 25px;
  background-color: #f8f9f9;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.pause-subscription-dialog-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pause-subscription-dialog-form-input-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.pause-subscription-dialog-form-input-wrapper input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: radio !important;
  accent-color: #2e7d32;
  transform: scale(1.2);
  margin-top: 4px;
  cursor: pointer;
}

.pause-subscription-dialog-form-input-wrapper label {
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  display: flex;
  flex: 1;
}

.pause-subscription-dialog-button {
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.pause-subscription-dialog-button:hover {
  background-color: #27642a;
}

input[type="radio"]:focus {
  outline: 2px solid #2e7d32;
  outline-offset: 2px;
}
/* Pause subscription feedback form */

/* Product Listing Page UI */


.category-label {
  color: var(--green);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 20px;
  letter-spacing: 1px;
font-family: var(--roboto);
text-transform: uppercase;
}

.hero-section {
  text-align: center;
  margin-bottom: 2rem;
}

.hero-section h1 {
  font-size: 4vw;
  margin-bottom: 4rem;
  line-height: 108%;
font-weight: normal;
font-family: var(--Replica);
letter-spacing: -1px;
}

.hero-image {
  width: 100%;
  height: 625px;
  margin-bottom: 3.5rem;
  border-radius: 24px;
  overflow: hidden;
}

.hero-section-wrapper {
  width: 100%;
  margin-bottom: 3.5rem;
  border-radius: 24px;
  overflow: hidden;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: 0 32%;
}


.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -355px;
}

.treatment-selector {
  text-align: center;
  margin-bottom: 5rem;
margin-top: 1rem;
}

.treatment-selector h2 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
line-height: 120%;
letter-spacing: -1px;
font-weight: 400;
}

/* Product Grid Styles */
.product-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2rem;
}

.template-C .product-grid {
  margin-bottom: 100px;
}

.template-D .product-grid{
	grid-template-columns: repeat(4, 1fr);
}

.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.product-image {
  height: 400px;
  background-color: var(--off_white);
  margin-bottom: 1.5rem;
  border-radius: 24px;
  padding: 12px;
}

.product-image a {
	width: 100%;
	height: 100%;
}
.product-image a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.tag-container {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
}

.tag {
  color: #9D9D9D;
  font-size: 20px;
  text-transform: capitalize;
  font-family: var(--Replica);
  font-weight: 400;
}

.product-title {
  font-size: 30px;
  margin-bottom: 0.8rem;
  letter-spacing: -0.5px;
  line-height: 108%;
}
.template-C .product-title{
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.3;
}

.template-C.category-archive-content {
  margin-top: 54px;
}

.template-C .product-description{
  margin-top: 12px !important;
  font-size: 18px;
  font-family: var(--Replica);
  line-height: normal;
  color: #787878;
  margin-bottom: 20px;
  line-height: 1.3;
}

.template-C .price {
  font-family: var(--Replica);
  margin-top: 6px !important;
  font-size: 26px;
  line-height: 1.8;
  color: #111;
}

.template-C .price .from,
.template-C .price .subscription-details {
  display: none;
}

.template-C .price ins {
  text-decoration: none;
}

.product-description {
  font-size: 1rem;
  color: var(--silver);
  margin-bottom: 2rem;
  flex-grow: 1;
  line-height: 1.5;
}

.learn-more-btn {
  background-color: var(--black);
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 100px;
    font-size: 18px;
	font-weight: 400;
	line-height: 155%;
    cursor: pointer;
    text-align: center;
}

.template-C .learn-more-btn{
  background-color: var(--green);
  font-size: 18px;
}

.template-C  .product-sub-heading {
  font-family: var(--Replica);
  font-size: 20px;
  color: #111;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.5;
}

.template-C .treatment-selector h2{
    font-size: 3rem;
    margin-top: 63px;
}

.template-C .product-image {
  height: 359px;
  padding: 0;
}

.template-C .hero-dna {
  background: url('./images/dna-cta.png');
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 140px 0 230px 0;
  background-size: cover;
  background-position: 0 35%;
  background-repeat: no-repeat;
}

.template-C .hero-dna:after {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)), linear-gradient(0deg, rgba(210, 210, 208, 0) -4.63%, #D2D2D0 96.53%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.template-C .hero-dna-content {
  z-index: 9;
  position: relative;
}

.template-C .hero-title {
  max-width: 900px;
  margin: 0 auto;
  font-size: 72px;
  font-weight: 400;
  color: #111;
  margin-bottom: 24px;
  line-height: 1.2;
}

.template-C .hero-subtext {
  font-size: 24px;
  color: var(--silver);
  margin-bottom: 44px;
  font-family: var(--Replica);
}

.template-C .cta-button {
  display: inline-block;
  background-color: var(--green);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--Replica);
  padding: 16px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.template-C .cta-button:hover {
  background-color: #43a047;
}


.template-C .faq-section {
  padding: 100px 0;
  font-family: sans-serif;
}

.template-C .faq-wrapper {
  display: grid;
  column-gap: 32px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.template-C .faq-left-section{
  grid-column: 1 / 6;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.template-C .faq-left-section h2{
  font-size: 74px;
  font-family: var(--Replica);
  font-weight: 400;
  margin-bottom: 24px;
  letter-spacing: -3px;
}
.template-C .faq-subtext p,.template-C .faq-subtext p a{
  font-size: 32px;
  font-family: var(--Replica);
  color: var(--silver);
  line-height: normal;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.5px;
}
.template-C .faq-subtext p a{
  text-decoration: underline;
  color: var(--black);
}
.faq-cta-container-list .cta-button-product{
  display: inline-block;
  background-color: var(--green);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--Replica);
  padding: 13px 40px;
  border-radius: 100px;
  text-decoration: none;
}
.faq-right-section {
  grid-column: 7 / 13;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.template-C .faq-list {
  border-top: 1px solid #ddd;
 
}

.template-C .faq-item {
  border-bottom: 1px solid #ddd;
}

.template-C .faq-question {
  display: flex;
  align-items: center;
  font-family: 'Replica Pro';
  position: relative;
  padding: 24px 0;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

.template-C  .faq-question-text {
  flex: 0 0 calc(100% - 40px);
}

.template-C .toggle-icon-wrapper {
  background-color: #fff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  border-radius: 25px;
}

.template-C .toggle-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
}

.template-C .toggle-icon::before,
.template-C .toggle-icon::after {
  content: '';
  position: absolute;
  background-color: #111;
  transition: opacity 0.2s;
}

.template-C .toggle-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

.template-C .toggle-icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}

.template-C .faq-item.open .toggle-icon::after {
  opacity: 0;
}


.template-C .faq-answer p {
  font-family: 'Replica Pro';
  display: none;
  padding: 0 0 1rem;
  color: #787878;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}


.template-C .faq-item.open .faq-question {
  color: #222;
}

.archive.tax-product_cat .price-regular  {
  text-decoration: line-through;
  font-size: 20px;
}


/* Most Requested & Best Selling Tags */
.special-tag {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: var(--black);
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  font-family: var(--Replica);
}

.product-card {
  position: relative;
}

/* Media Queries for Responsiveness */
@media (max-width: 1600px) {
  .template-C .hero-dna{
    background-position: 0 -20%;
  }
}
@media (max-width: 1024px){
	.product-grid {
	  grid-template-columns: repeat(3, 1fr);
	}
  .template-C .hero-dna {
    background-position: center 169px;
  }
}
@media (max-width: 768px) {
	.product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

  .hero-image{
    margin-bottom: 2rem;
  }

  .hero-section h1 {
      font-size: 2rem;
      margin-bottom: 2rem;
  }

  .treatment-selector{
    margin-bottom: 3rem;
  }

  .hero-image img {
    object-position: center;
  }

  .hero-image {
    height: 400px;
  }
  
  .template-C .hero-title {
    font-size: 44px !important;
    line-height: 1.2 !important;
  }
  
  .template-C .hero-subtext {
    font-size: 18px;
  }

  .template-C .cta-button {
    font-size: 16px;
  }

  .template-C .hero-dna {
    padding: 80px 0 200px;
  }

  .template-C .faq-section{
    padding: 48px 0;
  }

  .template-C .faq-left-section h2 {
    font-size: 34px;
    letter-spacing: -1px;
    margin-bottom: 0;
  }

  .template-C .faq-subtext {
    font-size: 20px;
  }

  .template-C .faq-list {
    margin-top: 40px;
  }

  .template-C .faq-left-section,
  .template-C .faq-right-section {
    grid-column: 1 / -1;
  }
  .template-C .faq-subtext p, .template-C .faq-subtext p a {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .template-C .special-tag {
    font-size: 10px;
    padding: 6px 8px 6px 4px;
    top: 15px;
  }

  .template-C .price {
    font-size: 18px;
    margin-top: 0 !important;
    margin-bottom: 16px;
  }

  .template-C .product-grid {
    margin-bottom: 46px;
  }

  .template-C.category-archive-content {
    margin-top: 40px;
  }

  .template-C .faq-question {
    font-size: 20px;
  }

  body:not(.logged-in) .formula-container {
    margin-top: 50px;
  }
  .archive.tax-product_cat .price-regular  {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
	.product-grid {
		grid-template-columns: repeat(3, 1fr);
	}

  .template-C .product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
  .treatment-selector{
    margin-bottom: 2rem;
  }

  .template-C .product-image {
    height: 175px;
    padding: 0;
  }

  .template-C .product-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .template-C .product-sub-heading {
    font-size: 10px;
    margin-top: 0;
  }

  .tag {
    font-size: 13px;
  }

  .product-grid{
    gap: 1.3rem;
  }
  
  .template-C .product-description {
    margin-bottom: 10px;
    font-size: 10px;
    margin-top: 6px !important;
  }

  .template-C .learn-more-btn {
    font-size: 12px;
    padding: 6px 24px;
  }

  .template-C .treatment-selector h2{
    font-size: 29px !important;
  }

  .template-C .product-description span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-card{
    margin-bottom: 1.2rem;
  }
}

/* Template A styles for product catalog */

.template-A .hero-banner {
  position: relative;
  width: 100%;
  background: url('./images/women-page.png') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}

.template-A .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-A .banner-content {
  color: var(--white);
  z-index:99;
}

.template-A .banner-title {
  font-family: "Replica Pro", 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.1;
  margin-bottom:10px; 
}

.template-A .highlight-white {
  color: var(--white);
}

.template-A .highlight-pink {
  color: var(--pink);
}

.template-A .highlight-orange {
  color: var(--dark-orange);
}

.template-A .banner-subtitle {
  font-size: 28px;
  line-height:1.1;
  font-weight:400;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 0;
  text-shadow: 0px 4px 4px #00000040;
}

.template-A .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.template-A .cta-button {
  display: block;
  font-family: var(--Roboto);
  padding: 11px 50px;
  font-size: 19px;
  font-weight: 400;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  letter-spacing:-1px;
}

.template-A .hero-banner .cta-button {
  background-color: var(--white);
  color: #393838
}

.template-A .hero-banner .cta-button:hover {
  background-color: #f0f0f0;
}

.template-A .hero-banner .highlight {
  background-color: var(--green);
  color: var(--white);
}

.template-A .hero-banner .highlight:hover {
  background-color: #43a047;
}

.product-section {
  padding: 60px 32px;
  background-color: #faf5ec;
}

.product-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.template-A .product-card {
  flex: 0 0 100%;
  color: white;
  border-radius: 12px;
  height: 336px;
  display: block;
  position: relative;
  margin-bottom:0;
  perspective: 125rem;
  min-width: auto;
}

.template-A  .product-card-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform .9s;
  transition: transform .9s;
  height:100%;
}

.template-A  .product-content {
  webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.product-content.front-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

.template-A .back-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color:var(--off_white);
  width: 100%;
  height: 100%;
  color: #323d25;
  -webkit-transform: rotateX(0) rotateY(180deg) rotateZ(0);
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 12px;
}

.template-A .back-content .product-title {
  text-align: left;
  margin-bottom:0;
}

.template-A .back-content .product-detail-content {
  color:#454545;
  overflow: auto;
  max-height: 265px;
  font-size: 14px;
}

.template-A .back-content .product-detail-content p {
  font-weight:400;
  font-size: 14px;
}

.template-A .back-content .product-price-data {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.template-A .back-content .product-detail-content li {
  font-weight: 400;
  margin-bottom: 5px;
}

.template-A .back-content .product-price-data .product-price {
  flex-grow: 1;
  font-weight: 600;
  font-size:32px;
  color:#010101;
}

.template-A .back-content .product-price-data .product-more-btn {
  background-color: var(--green);
  color: white;
  border: none;
  padding: 14px 40px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
}

.template-A .back-content .product-price-data .product-more-btn a {
  color: white;
}

.template-A .product-card:hover .product-card-inner {
  -webkit-transform: rotateX(0) rotateY(-180deg) rotateZ(0);
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.template-A .product-image-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: var(--white);
  pointer-events: none;
}

.template-A .product-image-custom img {
  width:100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.template-A  .product-image-custom-overlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  opacity: 0.5;
  border-radius: 12px;
}

.template-A .rating .star svg path {
  fill: var(--dark-orange);
}

.template-A.women  .rating .star svg path {
  fill: var(--pink);
}

.template-A .product-info {
  position: relative;
  z-index: 2;
  padding: 24px;
}

.template-A .rating {
  position: absolute;
  top: 24px;
  left: 20px;
  background-color: var(--off_white);
  padding: 4px 17px;
  border-radius: 25px;
  color:var(--d_black);
}

.template-A .rating .rating-value {
  font-weight:normal;
}

.template-A .rating .star img {
  width: 20px;
  height: 20px;
}

.template-A .product-title {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--roboto);
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 16px;
  line-height: 1;
  text-align:center;
  letter-spacing: -1px;
}

.template-A.women .product-title,
.template-A.women .product-content.back-content .product-title {
  color: var(--pink);
}

.template-A.men .product-content.back-content .product-title {
  color: var(--d_black);
}


.template-A .product-description {
  font-size: 17px;
  font-family: var(--roboto);
  font-weight:400;
  color: var(--white);
  line-height: 1.2;
  text-align:center;
  margin-top: 0;
  margin-bottom:16px;
}

.template-A .product-testimonial-slider {
  padding-top: 60px;
  padding-bottom:85px;
}

.template-A .splide__track {
  overflow:visible;
}

.template-A .testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  transition: transform .3s ease-out;
}

.template-A .splide__slide.is-active.is-visible .testimonial-card {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0px 2px 15px 0px #0000000D;
}

.template-A .product-testimonial-slider .splide__arrows .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  box-shadow: 0px 4.28px 4.28px 0px #00000040;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  padding: 0;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translate(0, 50%);
}

.template-A .product-testimonial-slider .splide__track:after,
.template-A .product-testimonial-slider .splide__track:before {
  position: absolute;
  content: "";
  background: linear-gradient(273.12deg, rgba(249, 246, 237, 0) 2.31%, #F9F6ED 97.17%);
  width: 40%;
  height: 100%;
  display: block;
  top: 0;
}

.template-A .product-testimonial-slider .splide__track:after {
  left: -61px;
}

.template-A .product-testimonial-slider .splide__track:before {
  right: -61px;
  z-index: 9;
  transform: rotate(180deg);
}

.template-A .product-testimonial-slider .splide__arrows button svg {
  width: 16px;
}

.template-A .product-testimonial-slider .splide__arrows .splide__arrow--next {
  right: 23px;
}

.template-A .product-testimonial-slider .splide__arrows .splide__arrow--prev {
  left: 23px;
}

.template-A  .testimonial-slider-heading {
  padding: 0 32px;
  text-align:center;
  padding-bottom:80px;
}

.template-A  .testimonial-slider-heading h2 {
  margin-bottom:0;
  letter-spacing:-1px;
}

.template-A .image-pair {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  position: relative;
}

.template-A .before-image.slider-image-wrapper img {
  border-radius: 8px 0 0 8px;
}

.template-A .after-image.slider-image-wrapper img {
  border-radius: 0 8px 8px 0;
}

.template-A .image-pair img {
  height:auto;
  border-radius: 0;
}

.template-A .label {
  position: absolute;
  background: var(--l_off_white);
  color: #111111;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
}

.template-A .before { bottom: 10px; left: 10px; }
.template-A .after { bottom: 10px; right: 10px; }

.template-A  .slider-image-wrapper {
  position:relative;
}

.template-A .testimonial-text {
  font-family: "Inter", sans-serif;
  text-align:left;
  font-weight:400;
  font-size: 12px;
  margin: 16px 0;
  line-height: 1.3;
}

.template-A .author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.template-A .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.template-A .author-text {
  text-align:left;
}

.template-A .name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size:12px;
  font-weight: 700;
  color: var(--dark-orange);
  margin-bottom: 3px;
}

.template-A.women .name {
  color: var(--pink);
}

.template-A .title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #4B5563;
}

.template-A  .cta-section {
  position: relative;
  background: url('./images/product-cta-bg.png') center/cover no-repeat;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.template-A  .cta-overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}

.template-A .cta-content {
  margin: 0 auto;
  z-index: 9;
  position: relative;
}

.template-A .cta-heading {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
}

.template-A .cta-heading .highlight {
  color: var(--dark-orange);
  font-weight: 400;
  font-style:italic;
}

.template-A.women .cta-heading .highlight {
  color: var(--pink);
}

.template-A  .cta-section .cta-buttons {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.template-A  .btn {
  display: inline-block;
  padding: 22px 24px;
  font-size: 12px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
}

.template-A  .btn-primary {
  background-color: #7ac48d;
  color: #fff;
  border: none;
}

.template-A  .btn-outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.template-A .btn:hover {
  opacity: 0.9;
}

.template-A  .genetic-approach {
  background: url('./images/product-genetic-section.png') center/cover no-repeat;
  padding: 80px 32px;
  text-align: center;
  color: #000;
}

.template-A .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}

.template-A .genetic-cta-button {
  width: 100%;
  max-width: 870px;
  background-color: #1A1A1A;
  color: var(--white);
  padding: 19px 0px;
  font-size: 19px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 60px;
  transition: background-color 0.3s ease;
}

.template-A .genetic-cta-button:hover {
  background-color: #333;
}

.template-A .features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.template-A .feature-box {
  flex: 0 0 100%;
}

.template-A  .feature-box-icon {
  background-color: var(--white);
  width: 68px;
  height: 68px;
  border-radius: 50px;
  border: 2px solid var(--dark-orange);
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-A.women  .feature-box-icon {
  border: 2px solid var(--pink);
}

.template-A .feature-box-icon svg path {
  fill:var(--dark-orange);
}

.template-A.women .feature-box-icon svg path {
  fill:var(--pink);
}


.template-A .feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.template-A .feature-title {
  font-family: var(--roboto);
  font-weight: 500;
  font-size: 24px;
  text-align:left;
  line-height: normal;
  margin-top: 19px;
  margin-bottom: 22px;
  letter-spacing:-1px;
}

.template-A .feature-box p {
  font-family:var(--Raplica);
  font-size: 17px;
  font-weight:400;
  color: #111111;
  line-height: normal;
  text-align:left;
}


@media (min-width: 768px) {
  .template-A .banner-title {
    font-size: 70px;
  }

  .template-A .banner-subtitle {
    margin-bottom: 30px;
  }

  .template-A .cta-button{
    padding: 11px 60px;
    font-size: 20px;
  }
  .template-A .product-card {
    flex: 0 0 calc(50% - 12px);
    height: 546px;
  }
  .template-A .back-content .product-price-data .product-more-btn {
    padding: 22px 60px;
    font-size: 21px;
  }
  .template-A .back-content .product-price-data .product-price {
    font-size:40px;
  }
  .template-A .product-description {
    font-size: 24px;
  }
  .template-A .product-title {
    font-size: 48px;
  }

  .template-A .back-content .product-title {
    margin-bottom:16px;
  }

  .template-A .back-content .product-detail-content {
    font-size: 16px;
  }
  
  .template-A .back-content .product-detail-content p {
    font-size: 16px;
  }

  .template-A .product-testimonial-slider .splide__arrows .splide__arrow {
    width: 62px;
    height: 62px;
  }

  .template-A .product-testimonial-slider .splide__arrows button svg {
    width: 20px;
  }

  .template-A .product-testimonial-slider .splide__arrows .splide__arrow--next {
    right: 45px;
  }
  
  .template-A .product-testimonial-slider .splide__arrows .splide__arrow--prev {
    left: 45px;
  }

  .template-A .testimonial-text {
    font-size: 14px;
  }

  .template-A .name {
    font-size:16px;
  }
  
  .template-A .title {
    font-size: 16px;
  }

  .template-A .cta-heading {
    font-size: 62px;
  } 
  .template-A  .btn {
    font-size: 20px;
    padding: 32px 24px;
  }

  .template-A .feature-box {
    flex: 0 0 23%;
  }
  .template-A .section-title {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .template-A .banner-title {
    font-size: 128px;
    margin-bottom:0;
  }

  .template-A .banner-subtitle {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .template-A .cta-button{
    padding: 17px 100px;
    font-size: 25px;
  }

  .template-A .section-title {
    font-size: 96px;
  }

  .template-A .genetic-cta-button {
    font-size: 24px;
    padding: 25px 24px;
    margin-bottom: 100px;
  }
}


/* Template B styles for product cataloge */

.template-B .hero-section {
  margin-bottom: 60px;
}

.template-B .hero-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.template-B .hero-section h1{
	font-size: 3vw;
	line-height: 120%;
	letter-spacing: 0;
	margin-bottom: 1rem;
}
.template-B .hero-section h2{
	font-size: 1.5rem;
	line-height: 160% !important;
	letter-spacing: -0.5px;
	color: var(--text-grey);
}

.rating {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.rating .star {
    color: #f4c150;
}

.rating-value {
    font-weight: bold;
}

.review-count {
    color: #63b36b;
    font-weight: 500;
}
.template-B .product-card{
	font-family: var(--Replica);
}	
.template-B .product-card .special-tag{
	top: 14px;
	left: 14px;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 1rem;
	background: 
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%),
    #111111;
	border: 1.67px solid;
	border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 0.83px 0.83px 0px rgba(42, 42, 42, 0.08),
				  0px 2.5px 3.33px -0.83px rgba(42, 42, 42, 0.14),
				  0px -2.5px 2.5px 0px rgba(0, 0, 0, 0.1) inset,
				  0px 2.5px 2.5px 0px rgba(255, 255, 255, 0.24) inset,
				  0px 0px 0px 0.83px rgba(16, 24, 40, 0.12) inset;

}
.template-B .product-card .product-image {
	display: flex;
	justify-content:center;
	align-items: center;
	border-radius: 10px;
}
.template-B .product-card .product-title{
	font-size: 28px;
	text-align: center;
}
.template-B .product-card .product-description{
	font-size: 20px;
	text-align: center;
	color: var(--xl-grey);
	margin-bottom: 1.5rem;
	margin-top: 0;
}
.template-B .product-card .card-bottom{
	padding: 0 24px;
	align-items: center;
}
.template-B .product-card .card-bottom .product-price{
	font-size: 1.5rem;
	letter-spacing: -0.5px;
	color: var(--text-grey);
	margin: 0;
}
.template-B .product-card .card-bottom .product-price span{
	color: var(--black);	
}
.template-B .product-card .learn-more-btn{
	border-radius: 8px;
	min-width: 190px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.template-B .hero-section h1{
		font-size: 4vw;
	}
}
@media (max-width: 480px) {
	.template-B .hero-section{
		margin-bottom: 30px;
	}
	.template-B .hero-section h1{
		font-size: 2rem;
	}
	.template-B .hero-section h2{
		font-size: 14px !important;
	}
	.template-B .product-card .card-bottom{
		flex-direction: column;
		gap:12px;
		justify-content: center;
	}
	.template-B .product-card .learn-more-btn{
		height: 40px;
		padding: 6px 24px;
		width: 100%;
	}
}
@media only screen and (min-width: 649px) and (max-width: 800px){
	.template-B .product-card .card-bottom{
		flex-direction: column;
		gap:12px;
		justify-content: center;
	}
}
@media only screen and (min-width: 925px) and (max-width: 1024px){
	.template-B .product-card .card-bottom{
		flex-direction: column;
		gap:12px;
		justify-content: center;
	}
}


/* Template D style */
.template-D .hero-section{
	margin-bottom: 80px;
}
.template-D .hero-section-content {
  padding: 200px 30px 15px 30px;
  max-width: 350px;
  text-align: left;
  margin: auto 0 0 auto;
}

.template-D .hero-section-content p {
  color:var(--white);
  font-family: var(--roboto);
}

.template-D .hero-section-content h1 {
  color:var(--white);
  font-size: 40px;
  font-family:var(--roboto);
}

.template-D .filter-section {
	padding-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 3rem;
}
.template-D .filter-section .filter-headings h1{
	font-size: 40px;
	font-family: var(--Roboto);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.template-D .filter-section .filter-headings p{
	font-size: 22px;
	font-family: var(--Roboto);
	font-weight: 400;
	line-height: 1.2;
	color: var(--text-grey);
}
.template-D .filter-section .filter-button-group{
	display: flex;
	gap: 1rem;
}
.template-D .filter-section .filter-button-group .filter-button{
	padding: 8px 18px;
	border: 1px solid var(--text-grey);
	color: var(--black);
	font-weight: 500;
	font-family: var(--Roboto);
	border-radius: 8px;
}
.template-D .filter-section .filter-button-group .filter-button:hover{
	background: var(--black);
	color: white;
}
.template-D .product-card {
	gap: 24px;
}
.template-D .product-filters {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  margin-bottom: 48px;
}
.template-D .product-filters-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-D .product-filter-text-wrapper {
  flex-grow: 1;
}
.template-D  .product-filters-btn .filter-btn {
  border: 1px solid #737373;
  color: #111111;
  padding: 8px 18px;
  border-radius: 8px;
  margin-left: 10px;
  transition:.2s;
  display:block;
}

.template-D  .product-filters-btn .filter-btn:hover {
  color:  var(--white);
  background-color: #111111;
}
.template-D .product-filters-btn .filter-btn.highlight {
  background-color: #111111;
  color:var(--white);
}

.template-D .product-filter-text-wrapper h3 {
  margin-bottom: 16px;
}
.template-D .product-filter-text-wrapper p {
  margin: 0;
  color: #737373;
}
.template-D .product-filters-btn .filter-btn:first-child {
  margin: 0;
}
.template-D .product-card .product-image{
	height: 360px;
	border-radius: 8px;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}
.template-D .product-card .special-tag{
	top: 12px;
	left: 12px;
	border-radius: 8px;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.template-D .product-card .product-title{
	margin-bottom: 0;
	font-size: 20px;
	font-family: var(--Roboto);
	line-height: 1.2;
}
.template-D .product-card .price{
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--Roboto);	
}
.template-D .product-card .hover-section {
    position: absolute;
    top: 0;
    width: 100%;
    height: 380px;
    display: none;
    justify-content: center;
    align-items: end;
    padding: 20px;
    box-sizing: border-box;
	transition: all ease-in 0.3s;
}
.template-D .product-card:hover .hover-section{
	display: flex;
}
.template-D .product-card .hover-section .learn-more-btn{
	width: 100%;
	background: transparent;
	border: 1px solid var(--black);
	color: var(--black);
	padding: 8px 18px;
	font-size: 1rem;
	font-family: var(--Roboto);
	text-align: center;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.template-D .filter-section{
		padding-top: 2rem;
		flex-direction: column;
		align-items: start;
	}
	.template-D .filter-section .filter-headings h1{
		font-size: 32px;
	}
	.template-D .filter-section .filter-headings p{
		font-size: 18px;
	}
  .template-D .product-filters-btn {
    margin-top: 32px;
  }
  .template-D .product-filters-btn {
    width: 100%;
  }
  .template-D .product-filters-btn .filter-btn {
    width: 100%;
    text-align: center;
  }
  .template-D .hero-section-content h1 {
    font-size: 32px;
  }
  .template-D .hero-section-content {
    max-width:100%;
    padding: 200px 30px 0px 30px;
  }
  .hero-section-wrapper {
    width: 100%;
    padding: 0;
  }
}

.product-detail-container {
  display: flex;
  gap: 40px;
}

.product-image-box {
  width: 50%;
}

.product-info-box {
	width: 50%;
	font-family: var(--Replica);
}

.product-rating {
  font-size: 16px;
  margin-bottom: 10px;
	display: flex;
	align-items: end;
}

.product-rating .stars {
  color: var(--yellow);
  margin-right: 5px;
}

.product-rating a.reviews-count {
  color: var(--l-blue);
  text-decoration: none;
  margin-left: 10px;
}
.product-rating .numReviews{
  font-family: var(--ABC);
  line-height: 1;
}
.star-rating {
  position: relative;
  display: inline-block;
  font-size: 1.5rem !important;
  line-height: 1;
  letter-spacing: 0.1em;
	margin-right: 10px;
}
.star-rating::before{
	display: none;
}

.formula-container .product-rating {
  align-items: center;
}

.formula-container .star-rating { 
  width: auto;
  height: auto;
  margin-right: 20px;
}

.stars-background {
  display: flex;
  color: var(--off_white); /* Gray stars */
}

.stars-foreground {
  display: flex;
  color: var(--green); /* Yellow stars */
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s ease;
}

.star-rating .custom-icon-star {
  font-size: 18px;
  margin-left: 2px;
}

.product-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--black);

  margin: 8px 0;
}

.product-title {
	font-weight: 400;
	font-size: 35px;
	line-height: 36px;
	letter-spacing: 0.25px;
	vertical-align: middle;
}
.product-title a {
  color: var(--black);
}

.product-subheading {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--Replica);
}

.product-description p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--black);
  font-family: var(--Replica);
}

.price-section {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sale-price {
	font-weight: bold;
	font-size: 30px;
	line-height: 100%;
	color: var(--green);
  margin-right: 10px;
}

.original-price {
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	text-decoration: line-through;
	color: var(--black);
	opacity: 0.61;
  margin-right: 10px;
}
.discount {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: var(--green);
}
.product-benefits {
	padding: 0;
	margin: 20px 0;
	columns: 2;
	column-gap: 20px;
	list-style-position: outside;
  padding-left: 16px;
}
.product-benefits li {
	margin-bottom: 12px;
	line-height: 26px;
	color: var(--black);
	font-size: 16px;	
	font-weight: 400;
	font-family: var(--Replica);
}
.product-benefits li::marker{
	color: var(--green);
	font-size: 20px;
}
.shipment-note{
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  opacity: 0.4;
  margin: 0;
  margin-bottom: 20px;
}
.cta-button {
	display: flex;	
}
.cta-button a{
	margin-top: 0 !important;
}
.consult-note {
 	display: flex;
	gap: 8px;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
  margin-top: 20px;
	border-bottom: 1px solid var(--black);
}
.consult-note .rx-span{
	width: 18px;
	height: 15px;
	border: 0.5px solid var(--black);	
	display: flex;
  justify-content: center;
  align-items: center;
	border-radius: 3px;
}
.consult-note p{
	font-family: var(--Replica);
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--black);
	margin: 0;
}

.accordion {
  padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1.5px solid var(--green);
}
.accordion:first-child{
  border-top: 1.5px solid var(--green);
}

.accordion summary {
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 10px;
	list-style: none;         /* Remove default marker */
	padding-right: 1.5em;     /* Space for custom arrow */
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: ease all 0.3s;
}

.accordion summary::-webkit-details-marker {
  display: none;            /* Hide marker in WebKit browsers */
}
.accordion summary img{
	transform: rotate(90deg);
}
/* Rotate arrow when open */
.accordion[open] summary img {
  transform: rotate(270deg);
}

.accordion ul,
.accordion p {
  	font-size: 18px;
  	color: var(--black);
	line-height: 26px;
	font-family: var(--Replica);
}
.accordion ul li {
	margin-bottom: 12px;
}

.accordion ul li::marker{
	color: var(--green);
	font-size: 20px;
}
@media (max-width: 1024px){
	.product-benefits{
		columns: 1;
	}
	.consult-note .rx-span{
		width: 35px;
	}
}

@media (max-width: 768px){
	.product-detail-container{
		flex-wrap: wrap;
    gap: 20px;
	}
	.product-image-box {
	  width: 100%;
	}
  .product-image-box .mobile{
    margin-bottom: 20px;
  }
	.product-info-box {
		width: 100%;
	}
  .product-subheading{
    text-transform: capitalize;
    margin-top: 0;
    font-size: 14px;
  }
}

@media (max-width: 460px){
	.product-subtitle {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
	}

	.product-title {
		font-size: 30px;
    margin-bottom: 0px;
	}

	.product-description p{
		font-size: 16px;
	}
	.product-benefits{
		columns: 1;
	}
	.accordion ul,
	.accordion p{
		font-size: 16px;
	}
}

/*  Growth ingredients Section css */

.GlowContainer {
    margin: 0 auto;
}

.Main-Content {
    text-align: center;
}

.Main-Content p {
    color: #72B288;
    font-size: 1em;
    margin: 0;
}

.Main-Content h1 {
    color: #000000;
    font-size: 4em;
    margin: 0;
    padding-bottom: 10px;
}

.Main-Content .custom {
    color: #000000;
    width: 55%;
    margin: 0 auto;
    line-height: 1.5;
    padding-top: 10px;
}

.SparkleGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
    padding-top: 50px;
}

.VividCard {
    position: relative;
    background-color: #F1EEE0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 335px;
}

.VividCard img {
    height: auto;
    width: 50%;
    position: absolute;

}
.VividCard h3 {
    color: #333;
    font-size: 2em;
    margin: 10px 0;
}
.VividCard.FadeMask {
  position: relative;
  overflow: hidden;
  height: 100%;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}


.VividCard.FadeMask::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(251, 247, 238, 0) 0%, #fbf7ee 100%);
  pointer-events: none;
}

.VividCard p {
    font-size: 16px;
    line-height: 1.4;
    width: 95%;
}

.faded img {
    height: auto;
    width: 40%;
}

.Cards {
    display: flex;
    justify-content: flex-end;
}

.ContentofCards{
    padding: 15px;
    position: relative;
    top: 45px;
}

.hidden {
    display: none;
}

 .button-wrapper button {
    padding: 0.75rem 2rem;
    border: none;
    background-color: black;
    color: white;
    font-size: 1rem;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
	  margin-top:20px;
}

 .button-wrapper button:hover {
    background-color: #333;
}

.button-wrapper {
    text-align: center;
    margin-bottom: 50px;
	margin-top: -41px;
}
.FadeOut {
  opacity: 0.6;
  pointer-events: none;
}

.SparkleGrid {
  position: relative;
  overflow: hidden;
}

.SparkleGrid::after {
	 content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 25px;
    width: 100%;
    background: linear-gradient(to top, #fbf7ee 0%, rgb(249 246 236) 50%, transparent 100%);
}

.SparkleGrid.no-after::after {
  content: none;
}


@media (max-width: 768px) {
    .Main-Content{
        display: none;
    }
  
    .button-wrapper button {
        display: none;
    }
}


/* Second Design - Mobile Specific */
.GlowContainer-design2 {
    display: none;
}

/* Responsive Styling */

@media (max-width: 768px) {
     .GlowContainer-design2 {
    display: block !important;
  }
    .SparkleGrid {
        display: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 20px 10px;
    }

    .mobile-grid.SparkleGrid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 16px;
      padding: 20px 10px;
    }

    .SparkleGridWrapper.collapsed .SparkleGrid .VividCard:nth-child(n+3) {
      display: none;
    }

    .SparkleGridWrapper .view-more-btn {
      display: block;
      margin: 10px auto 0;
      padding: 10px 20px;
      background-color: #333;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }
    
    .SparkleGrid::after {
        display: none;
    }

    .SparkleGrid::-webkit-scrollbar {
        display: none;
    }

    .ContentofCards {
        padding: 20px;
        margin-top: 10px;
    }
    .Main-Content-2{
        text-align: center;
    }

    .Main-Content-2 p {
        color: #72B288;
        font-size: 17px;
        padding-top: 20px;
    }

    .VividCard img,
    .faded img {
        width: 60%;
    }

    .Cards {
        display: flex !important;
        justify-content: center !important;
    }

    .Main-Content-2 h1 {
        font-size: 29px;
        margin: 0;
    }
    .Main-Content-2 .custom {
        width: 85%;
        font-size: 0.95em;
        margin: 0 auto;
        color: #000000;
    }

    .VividCard {
        min-width: 80%;
        background-color: #F1EEE0;
        border-radius: 20px;
        overflow: hidden;
        scroll-snap-align: start;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        height: 400px;
    }

    .VividCard p {
        font-size: 15px;
        line-height: 1.4;
        width: 100%;
    }

    .VividCard h3 {
        color: #333;
        font-size: 1.7em;
        margin: 10px 0;
    }

    .view-more-btn button {
        display: none;
    }

    .GlowContainer-design2 {
        display: block;
    }


    .hidden {
        display: none !important;
    }
}

 .mobile-grid .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
    }

    .mobile-grid .card {
      background: #f1eee0;
      border-radius: 10px;
      padding: 1rem;
      margin: 20px 0px 20px 0px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }

    .mobile-grid .card:hover {
      transform: translateY(-5px);
    }

    .mobile-grid .card h3 {
      margin: 0;
      font-size: 1.2rem;
    }

    .mobile-grid .card p {
      font-size: 0.95rem;
      color: #333;
    }

    .mobile-grid  .view-more-btn {
      display: none;
      margin: 2rem auto;
      padding: 0.75rem 2rem;
      font-size: 1rem;
      border: none;
      border-radius: 30px;
      background-color: #000;
      color: white;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .mobile-grid .card {
        display: none;
        overflow: hidden;
      }

      .mobile-grid .show-all.card {
        display: block;
      }

      .mobile-grid .card:nth-child(-n+2) {
        display: block;
      }

      .mobile-grid .view-more-btn {
        display: block;
      }
      .card-image{
        display: flex;
        justify-content: flex-end;
        margin: -15px;
      }
      .card-image img{
          width: 60%;
          height: auto;
          position: absolute;
      }
      .content{
          position: relative;
          z-index: 1;
          top: 25px;
      }
      .mobile-grid .card {
        display: none;
        position: relative;
        overflow: hidden;
      }

  .mobile-grid .card:nth-child(-n+2) {
    display: block;
  }

  .mobile-grid .card:nth-child(3) {
    display: block;
    max-height: 90px;
  }

  .mobile-grid .card.faded-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(to top, #f1eee0, transparent);
    z-index: 2;
  }

  .mobile-grid .card.show-all {
    display: block;
    max-height: none !important;
  }

  .mobile-grid .card.show-all.faded-card::after {
    display: none;
  }

  .mobile-grid .view-more-btn {
    display: block;
    margin: 1.5rem auto 0;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border: none;
    border-radius: 30px;
    background-color: #000;
    color: white;
    cursor: pointer;
  }
}

.order_status p{
    font-size: 15px;
}

.order_status a{
    color: black !important;
    font-size: 15px !important;
}

/* What we Test Why section  */

.section-wrapper {
    width: 85%;
    margin: 0 auto;
}

.section-header {
    text-align: center;
}

.section-header p {
    color: #72B288;
    font-size: 1em;
    margin: 0;
}

.section-header h1 {
    color: #000000;
    font-size: 4em;
    margin: 0;
    padding-bottom: 10px;
}

.section-header .section-text {
    color: #000000;
    width: 55%;
    margin: 0 auto;
    line-height: 1.5;
    padding-top: 10px;
    font-weight: 400;
}
.pill-button {
  display: inline-block;
  background-color: #5bb78f; 
  border: none;
  border-radius: 20px;
  padding: 7px 15px ;  
  color: white;
}
.pill-button a{
  text-decoration: none;
   color: white;
  padding: 5px 25px 5px 19px;
}


.Cards img {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
    padding-top: 50px;
}

.gene-card {
    position: relative;
    background-color: #F1EEE0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 320px;
}

.gene-card img {
    height: auto;
    width: 33%;
    position: relative;

}

.gene-card h3 {
    color: #333;
    font-size: 1.4em;
    margin: 10px 0;
    line-height: 1.2;
}

.gene-card.FadeMask {
    position: relative;
    overflow: hidden;
    background-color: rgba(243, 241, 230, 240);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    height: 210px
}
.gene-card.fade-outley {
    position: relative;
    overflow: hidden;
    background-color: rgba(243, 241, 230, 240);
    opacity: 0.5;
}

.gene-card.fade-outley::after {
    content: "";
    position: absolute;
}

.gene-card p {
    font-size: 16px;
    line-height: 1.4;
    width: 95%;
    margin: 0;
}

.FadeMask .card-body{
    height: 150px;
}
.Cards {
    display: flex;
    justify-content: flex-end;  
}


.card-body {
    padding: 30px;
    position: absolute;
    bottom: 0;
}

.hidden {
    display: none;
}

.button-wrapper button {
    padding: 0.75rem 2rem;
    border: none;
    background-color: black;
    color: white;
    font-size: 1rem;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 20px;
}


.button-wrapper {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -41px;
}

.card-grid {
    position: relative;
    overflow: hidden;
}

.card-grid.no-after::after {
    content: none;
}


@media (max-width: 768px) {
.section-wrapper {
    width: 95%;
    margin: 0 auto;
}
    .gene-card.fade-outley {
        display: none;
    }

    .card-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 20px 10px;
    }

    .card-grid::after {
        display: none;
    }

    .card-grid::-webkit-scrollbar {
        display: none;
    }

    .card-body {
        padding: 20px;
        position: absolute;
        bottom: 25px;
    }

    .gene-card img {
        height: auto;
        width: 55%;
        position: relative;
    }


    .Cards {
        display: flex !important;
        justify-content: flex-end !important;
        justify-content: center;
    }

    .section-header .section-text {
        width: 85%;
        font-size: 0.95em;
    }

    .section-header h1 {
        font-size: 1.7em ;
        margin: 0 auto;
        width: 100%;
    }

    .gene-card {
          min-width: 80%;
        background-color: #F1EEE0;
        border-radius: 20px;
        height: 380px;
        display: flex;
        flex-direction: column;
    }
    
    .gene-card h3 {
        font-size: 1.2em;
        margin: 10px 0;
    }

    .button-wrapper button {
        display: none;
    }
}

@media (min-width: 800px) and (max-width: 1350px) {

.gene-card {
    position: relative;
    background-color: #F1EEE0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 360px;
}
    
.card-body {
    padding: 30px;
    position: absolute;
}


.card-body h3{
    font-size: 20px;
}

.card-body p{
    width: 100%;
}
}

#gift_recipient_fields{
  margin-top: 20px;
}

/* Popup for checkout page */
.coupon-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.coupon-modal {
  background: #fff;
  padding: 26px 44px;
  border-radius: 12px;
  width: 525px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  position: relative;
}

.coupon-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #000;
  color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.coupon-modal__icon {
  width: 140px;
  margin-bottom: 1px;
  margin-top: 13px;
}

.coupon-modal__title {
  font-size: 58px;
  margin: 0px;
  color: #222;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.coupon-modal__message {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.coupon-modal__highlight {
  font-weight: 600;
  margin-top: 33px;
  display: block;
  font-size: 14px;
  margin-bottom: 29px;
  color: #111111c4;
  font-family: "Inter", sans-serif;
}

.coupon-modal__button {
  display: block;
  background: #76b385;
  color: white;
  padding: 12px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 600;
  transition: background 0.2s;
  width: 351px;
  margin: 0 auto 12px auto;
  font-family: "Inter", sans-serif;
}

.coupon-modal__button:hover {
  background: #659b73;
}

.coupon-modal__button--secondary {
  background: #f2f2f2;
  color: #333;
}

.coupon-modal__button--secondary:hover {
  background: #e5e5e5;
}
.show_yotpo_reviews .container{
  display: grid;
  align-items: center;
  justify-content: center;
}
.rating-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
.rating-reviews .rating-text{
  color: var(--green);
  font-family: var(--roboto);
  font-size: 40px;
}
.rating-reviews .rating-stars {
  margin-left: 10px;
}
.rating-reviews .review-count{
  margin-left: 0;
  font-size: 14px;
  color: var(--l_black);
  font-size: var(--Replica);
}
.rating-reviews .star {
  color: var(--green);
  font-size: 1.6rem;
}
.rating-reviews .star.half {
  position: relative;
}

.rating-reviews .star.half::after,
.star-rating-top .star.half::after{
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: var(--green);
}
.show_yotpo_reviews .yotpo-head{
  margin: 0px !important; 
}
.show_yotpo_reviews .yotpo-header-container{
  display: none !important;
}
.show_yotpo_reviews{
  clear: both;
}
.product-reviews .yotpo-display-l .yotpo-main-layout .yotpo-head, .yotpo-display-m .yotpo-main-layout .yotpo-head,
.product-reviews .yotpo-display-l .yotpo-main-layout .yotpo-head, .yotpo-display-m .yotpo-main-layout .yotpo-header-container{
  display: none;
}
.product_details .product-page-product-title{
  margin-bottom: 0px;
}
.product-rating-top a.reviews-count-top{
  margin-left: 10px !important;
  color: #2ea2cc;
}
.product-rating-top{
  align-items: baseline;
}
.product-rating-top .stars-foreground{
  color: var(--green) !important;
}
.star-rating-top{
  width: auto !important;
  font-size: 22px;
}
.star-rating-top .stars{
  color: var(--green);
}
.star-rating-top .star.half{
  position: relative;
}
#show_yotpo_reviews {
  scroll-margin-top: 85px; /* same as your header height */
}
.yotpo-base-layout{
  width: 100% !important;
}

.product-list-modal .coupon-modal__title{
  font-size: 26px;
}

.product-list-modal .coupon-modal{
  height: 389px;
}

.product-guarantee-box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.guarantee-box-tooltip-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 8px;
}

.guarantee-box-tooltip {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(18%);
  margin-top: -9px;
  background-color: #73B388;
  padding: 10px 13px;
  border-radius: 10px;
  white-space: nowrap;
  z-index: 1000;
  transition: all .3s;
  visibility: hidden;
}

.guarantee-box-text{
  font-family: 'Replica LL';
  font-size: 18px;
  font-weight: 400;
}

.guarantee-box-check-image {
  margin-right: 8px;
}

.guarantee-box-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #73B388;
}

.guarantee-box-tooltip a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'Replica LL';
  font-weight: 400;
  letter-spacing: 0.1px;
  text-underline-offset: 2px;
}

.guarantee-box-tooltip-image:hover .guarantee-box-tooltip,
.guarantee-box-tooltip:hover {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .guarantee-box-tooltip {
    top: 33px;
    left: 0;
    transform: translateX(-80%);
    margin-top: 0;
  }
  .guarantee-box-tooltip::before {
    top: -9px;
    right: 17px;
    left: unset;
    transform: translateY(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #73B388;
  }
}

/* Product Detail UI Remaining Sections */
.formula-section {
  display: flex;
  gap: 60px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.right-section{
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 40px;
}
.content-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content-side .cta-container-product{
  display: none;
}
.content-side .content-top p {
  margin: 0;
  font-family: var(--Replica);
}
.formula-section .content-side .accordion{
  background: var(--off_white);
  margin-bottom: 18px;
  padding: 16px 20px;
  border-bottom: 0;
  border-radius: 12px;
}
.formula-section .content-side .accordion:first-child{
  border-top: 0;
}
.formula-section .content-side .accordion summary{
  padding-right: 0;
  margin-bottom: 0;
}
.formula-section .content-side .accordion summary .summary-left{
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--Replica);
  color: var(--black);
}
.formula-section .content-side .accordion summary .summary-left img{
  transform: rotate(0deg);
  background-color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.formula-section .content-side .accordion[open] summary .summary-left img{
  transform: rotate(0deg);
  width: 40px;
  height: 40px;
}
.formula-section .content-side .accordion p {
  color: var(--silver);
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--Replica);
}
.image-side {
  min-height: 600px;
  height: 100%;
  border-radius: 12px;
  aspect-ratio: 3/3;
  padding-top: 40px;
}
.image-side img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.right-section .right-content-section {

  display: none;
}
.right-section .right-content-section p{
  margin: 0;
  font-family: var(--Replica);
}
.content-side ul{
  padding: 0;
    margin: 20px 0;
    column-gap: 20px;
    list-style-position: outside;
    padding-left: 16px;
}
.content-side ul li{
  margin-bottom: 15px;
  font-family: var(--Replica);
}
.content-side ul li::marker{
	color: var(--green);
	font-size: 20px;
}
.cta-button .button-width{
  width: calc(100% - 32px);
  float: left;
  text-align: center;
  color: var(--white);
  background-image: none;
  margin-top: 10px;
  padding: 20px 16px;
}
.sticky-target.enable-sticky {
  position: sticky;
  top: 100px; /* Adjust this based on your header height or desired offset */
  align-self: flex-start; /* Ensures proper alignment inside flexbox parents */
}

/* Responsive Design */
@media (max-width: 768px) {
  .formula-section {
      flex-direction: column;
      gap: 25px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .right-section{
    gap: 24px;
  }
  .content-side {
      order: 2;
      gap: 20px;
  }

  .content-side h2, .content-side p, .right-section .cta-container-product {
    display: none !important;
}
  .right-section .right-content-section {
    display: block;
    text-align: center;
  }
  .right-section .image-side{
    padding-top: 0px;
  }
}

@media (max-width: 480px) {
  .formula-side {
      padding: 30px 20px;
  }

  .content-side h2 {
      font-size: 1.8rem;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .image-side{
    aspect-ratio: 2/2;
  }
}
#results {
  scroll-margin-top: 85px; /* same as your header height */
}
.result-container{
  background-color: var(--off_white);
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: var(--Replica);
  clear: both;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}

.results-section .stars {
  display: flex;
  gap: 3px;
}

.results-section .star {
  color: var(--green);
  font-size: 1.2rem;
}

.results-section .star.half {
  position: relative;
}

.star.half::after {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: var(--green);
}

.review-count {
  margin-left: 10px;
  color: var(--black);
  font-size: 18px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 40px; */
}

.testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  padding: 80px 70px;
}


.testimonial:nth-child(even) .before-after {
  order: 2;
}

.testimonial:nth-child(even) .testimonial-content {
  order: 1;
}
.testimonial:first-child{
  border-top: 1px solid var(--green);
}
.testimonial:not(:last-child) {
  border-bottom: 1px solid var(--green);
}

.before-after {
  display: flex;
  gap: 25px;
}

.photo-container {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  border: 8px solid var(--green);
}

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

.photo-label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  font-family: var(--Replica);
}

.testimonial-content {
  padding-top: 10px;
}

.treatment-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--Replica);
}

.testimonial-text {
  color: var(--black);
  line-height: 24px;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: var(--Replica);
}

.reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviewer-name {
  font-size: 20px;
  font-weight: 400;
  color: var(--black);
  font-family: var(--Replica);
}

.verified-badge {
  color: var(--green);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--Replica);
}

.mobile{
  display: none;
}
.mobile .testimonial{
  border-bottom: 1px solid var(--green);
}
.result-container .splide__pagination {
  bottom: -35px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  width: unset;
  opacity: 1;
}

/* Override altered styles */
.result-container .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

/* Override altered styles */
.result-container .splide__pagination__page {
  background: var(--xl-grey);
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

/* Override altered styles */
.result-container .splide__pagination li {
  width: unset;
}

/* Override altered styles */
.result-container .splide__pagination li button.is-active {
  height: 8px;
}

.result-container .splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: var(--xl-grey);
}

.result-container .splide__pagination__page.is-active {
  background-color: var(--green);
  transform: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .photo-container{
    width: 140px;
    height: 140px;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .result-container{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-header{
    margin-bottom: 25px;
  }
  .review-count{
    font-size: 16px;
  }
  .testimonial {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 10px;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .before-after {
      justify-content: center;
      gap: 10px;
  }

  .photo-container {
      width: 150px;
      height: 150px;
      border-width: 4px;
  }

  .testimonial-content {
      padding-top: 0;
  }

  .treatment-title {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 15px;
  }

  .testimonial-text {
      font-size: 1rem;
  }
}

.use-guide-container{
  padding-top: 70px;
  padding-bottom: 70px;
}
.use-guide-container h2{
  text-align: center;
}
.use-image {
  width: 100%;
  height: 400px;
  background: var(--l_black);
  margin: 0 auto 40px;
  border-radius: 12px;
  overflow: hidden;
}
.use-image img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
}

.instructions-title {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1;
  color: var(--black);
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.step {
  transition: transform 0.3s ease;
  display: flex;
  gap: 20px;
  align-items: center;
}

.step:hover {
  transform: translateY(-2px);
}

.step-number {
  font-size: 40px;
  font-weight: 400;
  color: var(--ABC);
  font-family: var(--ABC);
}

.step-text {
  font-size: 20px;
  color: var(--black);
  font-family: var(--Replica);
  line-height: 24px;
  font-weight: 400;
}

/* Tablet styles */
@media (max-width: 768px) {
  
  .use-guide-container{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .instructions-title{
    font-size: 22px !important;
    margin-bottom: 25px;
  }
  .use-image {
      margin-bottom: 30px;
  }

  .use-image img{
    height: 100%;
  }
  .steps-container {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-bottom: 25px;
  }


  .step-number {
      font-size: 30px;
  }

  .step-text {
      font-size: 1rem;
      margin: 0;
  }
}

/* Animation for loading effect */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.step {
  animation: fadeInUp 0.6s ease forwards;
}

.step:nth-child(1) { animation-delay: 0.1s; }
.step:nth-child(2) { animation-delay: 0.2s; }
.step:nth-child(3) { animation-delay: 0.3s; }

/* Why us section */
.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: var(--Replica); 
}

.why-us-image {
  background: var(--l_black);
  border-radius: 16px;
  height: 100%;
}
.why-us-image img {
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  height: 100%;
}

.description {
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 28px;
  font-family: var(--Replica);
}

.content .benefits-list{
  columns: 1;
  
}
.content .benefits-list li{
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .content-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 10px;
    padding-bottom: 40px;
}
  .title {
      font-size: 34px !important;
      margin-bottom: 25px;
      text-align: center;
  }
  
  .description {
      font-size: 1rem;
      margin-bottom: 25px;
      line-height: 28px;
      text-align: center;
  }
  .why-us-image{
    height: 100%;
  }
  .content .benefits-list li{
    font-size: 16px;
  }
}

/* Roots Working  Section */
.roots-working{
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: var(--Replica);
}

.roots-working .steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}
.roots-working .steps-container .working-step{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.roots-working .steps-container .working-step img{
  height: 40px;
  width: 40px;
}

.roots-working .step-number {
  font-size: 20px;
  font-weight: 400;
  color: var(--black);
  margin: 0;
  font-family: var(--Replica);
}

.roots-working .step-description {
  font-size: 18px;
  color: var(--black);
  line-height: 24px;
  margin: 0;
  font-family: var(--Replica);
}

/* Responsive Design */
@media (max-width: 768px) {
  .roots-working{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .roots-working .steps-container {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 40px;
  }

  .roots-working .steps-container .working-step {
    gap: 12px;
  }
  .roots-working .step-number{
    font-size: 18px;
  }
  .roots-working .step-description {
    font-size: 16px;
  }
}

/* Tablet specific adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .roots-working .steps-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
  }

  .roots-working .step:last-child {
      grid-column: 1 / -1;
      max-width: 500px;
      margin: 0 auto;
  }
}

/* Faq Section */

.faq-container{
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--off_white);
}
.faq-container h2{
  text-align: center;
}
.faq-container .accordion {
  font-family: var(--Replica);
}
.faq-container .accordion summary {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.faq-container .accordion p{
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .faq-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product-detail-sections h2{
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--black);
  font-family: var(--Replica);
  line-height: 1;
}
.product-detail-sections.extra_gap h2{
  margin-bottom: 53px;
}
.cta-container-product{
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
}
.cta-container-product.gap_low {
  margin-top: 20px;
}
.cta-container-product.button_center{
  justify-content: center;
}

.cta-container-product .cta-button-product {
  background: var(--green);
  color: var(--l_off_white);
  padding: 13px 14px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  width: 500px;
  height: 60px;
  box-sizing: border-box;
  font-family: var(--ABC);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cta-container-product .cta-button-product img {
  width: 10px;
  margin-bottom: 0 !important;
}
.cta-container-product .cta-button-product.width_flex{
  flex: 1;
}

@media (max-width: 768px) {
  .cta-container-product {
    
    gap: 25px;
    margin-top: 25px;
  }
  .cta-container-product.flex-column-mobile {
    flex-direction: column;
    align-items: center;
  }
  .cta-container-product.results_cta{
    margin-top: 50px;
  }
  .cta-container-product .cta-button-product {
    width: 100%;
    font-size: 16px;
  }
  .product-detail-sections h2{
    font-size: 34px !important;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.3 !important;
  }
}

.dna-promo {
  background-color: #D2D2D0;
  padding: 55px 0;
  margin-top: 100px;
  margin-bottom: 0;
}

.dna-promo-section {
  align-items: center;
  flex-direction: row !important;
  flex-wrap: wrap;
  display: flex;
}

.dna-promo-text-block {
  padding-right: 80px;
}

.dna-promo-title {
  font-size: 38px;
  font-weight: 100;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.3;
}

.dna-promo-subtext {
  font-size: 16px;
  color: #787878;
  margin-bottom: 160px;
  line-height: 1.6;
  font-weight: 400;
}

.dna-promo-button {
  padding: 15px 25px;
  background-color: var(--green);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  text-transform: uppercase;
}

.dna-promo-button:hover {
  background-color: #66b38c;
}

.dna-promo-image-wrapper img {
  max-width: 559px;
  margin-left: -18px;
}

.dna-promo-section{
  flex-direction: row !important;
}

.formula-template-seen-on-sec .text_subtitle {
  text-align: center;
}

.formula-template-seen-on-sec .logo {
  margin: 0 50px;
}

.formula-template-seen-on-sec {
    background-color: #EEEBE2;
    padding: 30px 0;
}

.formula-template-seen-on-sec .text_subtitle,.formula-template-seen-on-sec .logos{
    margin-top: 37px;
}

.formula-template-seen-on-sec .text_subtitle{
    color: black;
    display: flex;
    justify-content: center;
}

.formula-template-left-right-sec .text h4 {
    font-size: 32px;
    margin-bottom: 10px;
}

.formula-template-left-right-sec li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #111;
  line-height: 1.5;
  background: none !important;
}

.formula-template-left-right-sec li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--green);
  border-radius: 50%;
}

.formula-template-seen-on-sec .logos{
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.formula-template-left-right-sec .button_container a{
    width: 100%;
    text-align: center;
    padding: 13px 10px;
    background-position: 63% center;
    background-color: var(--green);
    text-transform: uppercase;
    background-size: 9px;
}

.formula-template-left-right-sec .imgs{
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 12px;
    max-height: 568px;
}

.formula-template-left-right-sec .imgs img{
    object-fit: cover;
}

.formula-template-left-right-sec{
    margin-top: 43px;
    background-color: var(--l_off_white);
}

.product-guarantee-box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.guarantee-box-tooltip-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 8px;
}

.guarantee-box-tooltip {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(18%);
  margin-top: -9px;
  background-color: #73B388;
  padding: 10px 13px;
  border-radius: 10px;
  white-space: nowrap;
  z-index: 1000;
  transition: all .3s;
  visibility: hidden;
}

.guarantee-box-text{
  font-family: 'Replica LL';
  font-size: 18px;
  font-weight: 400;
}

.guarantee-box-check-image {
  margin-right: 8px;
}

.guarantee-box-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #73B388;
}

.guarantee-box-tooltip a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'Replica LL';
  font-weight: 400;
  letter-spacing: 0.1px;
  text-underline-offset: 2px;
}

.guarantee-box-tooltip-image:hover .guarantee-box-tooltip,
.guarantee-box-tooltip:hover {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1500px) {
  .guarantee-box-tooltip {
    top: 33px;
    left: 0;
    transform: translateX(-80%);
    margin-top: 0;
  }
  .guarantee-box-tooltip::before {
    top: -9px;
    right: 17px;
    left: unset;
    transform: translateY(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #73B388;
  }
}

.formula-section .image-side{
	height: auto;
  margin-bottom: 33px;
}

#show_yotpo_reviews_formula{
  padding-top: 70px;
}

.formula-template-left-right-sec .text{
   margin-bottom: 20px;
}

.product-detail-sections h2 br,.dna-promo-subtext br{
  display: block;
}

@media (max-width: 768px) {
  .formula-template-left-right-sec .cta-button img{
    height: auto;
    max-width: 100%;
    margin-bottom:0;
    width: auto;
  }
  .col-6 {
    max-width: 100%;
  }

  .dna-promo {
    height: 690px;
    background-image: url(images/dna-kit-mobile.png);
    background-position: 79% 340px;
    background-repeat: no-repeat;
    background-size: 643px;
  }

  .dna-promo-section {
    flex-direction: column;
    gap: 40px;
  }

  .dna-promo-text-block {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  .dna-promo-button {
    margin: 0 auto;
    width: 71%;
    display: flex;
  }

  .dna-promo-image-wrapper{
    display: none;
  }

  .dna-promo-section{
    width: 100%;
    gap: 0;
  }

  .dna-promo-title {
    font-size: 28px;
  }

  .dna-promo-subtext {
    font-size: 16px;
    color: #787878;
    margin-bottom: 40px;
  }

  .dna-promo-subtext br{
    display: none;
  }

  .formula-template-left-right-sec .button_container{
    display: flex;
    margin-top: 10px;
  }

  .formula-template-left-right-sec .imgs {
    max-height: 278px;
  }

  .formula-template-seen-on-sec .logo {
    margin: 0 0;
  }

  .formula-template-seen-on-sec .text_subtitle{
    margin-top: 18px;
  }

  .formula-template-seen-on-sec {
    padding: 10px 0;
  }

  .formula-template-left-right-sec {
    padding-top: 43px;
    margin-top: 0;
  }

  .formula-section .image-side {
    display: contents;
    width: 100%;
  }

  .formula-section .image-side img {
    object-fit: contain;
    height: 60%;
  }

  .formula-section .cta-container-product {
    display: flex;
  }
  
  .dna-promo-text-block.col-7 {
    width: 100% !important;
  }

  .formula-section .right-section {
    width: 100% !important;
    overflow: auto;
  }

  .product-detail-sections h2 br{
    display: none;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .dna-promo-section{
    flex-wrap: wrap;
    display: flex;
  }

  .dna-promo-text-block.col-7{
    width: 54.33%;
  }

  .dna-promo-image-wrapper.col-5{
    width: 41.66%;
  }

  .dna-promo-image-wrapper img{
    max-width: 408px;
  }

  .dna-promo{
    background-size: 542px;
  }

  .formula-section .right-section {
    width: 50%;
    overflow: auto;
  }
}
.questionnaireImageUploaded{
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .my_acc .logo_hover {
    right: unset !important;
  }
  .dna-promo {
    background-size: 491px;
  }

  .dna-promo-text-block.col-7 {
    width: 42.33%;
  }

  .dna-promo-title {
    font-size: 29px !important;
  }

  .dna-promo-subtext {
    font-size: 14px;
  }

  .dna-promo .cta-container-product .cta-button-product {
    font-size: 14px;
  }
}

/* checkout disclaimer styles */
.checkout-disclaimer {
  margin-top: 24px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.checkout-disclaimer-heading {
  margin-bottom: 10px;
}

.checkout-disclaimer-list {
  margin: 0 0 16px 20px;
  padding: 0;
  list-style-type: disc;
}

.checkout-disclaimer-list li {
  margin-bottom: 6px;
}

.checkout-disclaimer a {
  color: #0056b3;
  text-decoration: underline;
}

.checkout-disclaimer-privacy {
  font-size: 15px;
  color: #555;
  max-width: 800px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	margin-bottom: 10px;
}
/* checkout disclaimer styles */

/* DNA Template */
.card-section-container .section-header h1 {
  font-size: 38px;
  font-weight: 100;
  color: var(--black);
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-section-container .section-text {
  width: 53%;
  margin: 0 auto;
  font-size: 13px;
  color: var(--sliver);
}

.dna-template-section .gene-pill {
  display: inline-block;
  background-color: var(--green);
  color: white;
  font-size: 12px;
  font-weight: 100;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.dna-template-section .gene-title {
  font-weight: 400;
  color: var(--black);
  margin: 0 0 12px;
  border-top: 1px solid #11111133;
  padding-top: 29px;
  line-height: 1.2;
  font-size: 19px;
}

.dna-template-section .gene-content {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.dna-template-section .test-card-slider{
  margin-right: -10vw;
  margin-bottom: 100px;
}

.dna-template-section .test-card-slider .splide__arrows{
  display: none;
}

.dna-template-section .test-card-slider .test-card{
  margin: 0px 10px;
  background-color: #EDEBE2;
  height: auto;
  flex-grow: 1;
  border-radius: 14px;
  padding: 20px 20px;
}

.dna-template-section .test-card-slider .splide__slide{
  width: calc(24%) !important;
  display: flex;
  max-width: 309px;
}

.card-section-container {
  width: 90%;
  margin: 0 auto;
}

.dna-template-section .test-card-slider .splide__track{
  overflow: hidden;
}

.dna-template-section .VividCard .ContentofCards p,
.dna-template-section .card .content p {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
}

.dna-template-section .VividCard:hover .ContentofCards p,
.dna-template-section .card:hover .content p {
  opacity: 1;
  max-height: 200px;
}

.element-ingredient-container {
  padding: 3rem 1rem;
}

.dna-template-section .element-header {
  text-align: center;
  margin-bottom: 2rem;
}

.dna-template-section .element-header .pre-heading {
  font-size: 1rem;
  color: #999;
}

.dna-template-section .element-header h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.dna-template-section .element-header .sub-heading {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.dna-template-section .element-card {
  background-color: #EDEBE2;
  border-radius: 1rem;
  text-align: center;
  transition: box-shadow 0.3s ease;
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}

.dna-template-section .element-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.dna-template-section .element-image img {
  width: auto;
  height: 155px;
  object-fit: contain;
}

.dna-template-section .element-title {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--black);
  text-align: justify;
  padding: 20px 20px;
}

.element-description .element-title {
  font-weight: 400;
  font-size: 17px;
  padding: 9px 0px 9px 0;
}

.dna-template-section .element-description {
  background: #11111199; 
  backdrop-filter: blur(5px);
  font-size: 13px;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: 0;
  height: -webkit-fill-available;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  border-radius: 16px;
  text-align: left;
  line-height: 1.4;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}


.dna-template-section .element-card:hover .element-description,.dna-template-section .element-card:hover .element-title {
  opacity: 1;
  cursor: pointer;
}

.dna-template-section .element-image{
  width: 86%;
  height: 60%;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
  background-color: #FAF7EE;
  border-radius: 10px;
  margin: 0 auto;
}

.dna-template-section .element-content{
  display: flex;
  height: 100%;
  align-items: end;
  width: 90%;
  line-height: 1.5;
}

.dna-template-section .element-description .element-title{
  width: 93%;
  color: #fff;
}

.element-ingredient-container #elementSplide{
  width: 100%;
  margin: 0 0 0 5%;
}

.product-detail-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px !important;
}

.product-detail-banner-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 20px;
}

.product-detail-banner-pre-heading {
  color: var(--green);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.product-detail-banner-heading {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 16px;
  color: #fff;
}

.product-detail-banner-sub-heading {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  width: 81%;
}

.mindwell-kit-section {
  background-color: #EDEBE2;
  padding: 68px 0px;
}

.mindwell-kit-section .section-heading {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.mindwell-kit-section .kit-card {
  background: #FAF7EE;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.mindwell-kit-section .card-title h2{
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 29px;
  line-height: 1.3;
}

.mindwell-kit-section .kit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 92%;
}
.mindwell-kit-section .kit-list li{
	font-size:13px;	
}

.mindwell-kit-section .kit-list li,.dna-template .product_details li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  color: #737373;
  line-height: 1.5;
}

.dna-template .product_details li {
  list-style:none;
  margin-left:0;
  color: var(--black);
}

.mindwell-kit-section .kit-list li::before,.dna-template .product_details li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("images/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.dna-template .product_details li::before{
  top: 2px;
  height: 19px;
}

.dna-template .product_details lid::before {
  width: 15px;
  height: 20px;
  background-position: 0px 4px;
}

.dna-template .product_details li{
	padding-left:32px;
}

.mindwell-kit-section .kit-list.two-column {
  columns: 2;
  column-gap: 20px;
}

.mindwell-kit-section .kit-image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: none;
  bottom: 92px;
}

.mindwell-kit-section .kit-image img{
  height: auto;
  width: 100%;
}

.dna-template-section.how-it-works .product-accordion-title{
  text-align: center;
  font-size: 45px;
  font-weight: 400;
}

.how-it-works-card {
  background: #fff;
  border-radius: 16px;
  padding: 13px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: left;
  height: auto;
}

.step-label {
  color: var(--black);
  background-color: #e8f5e9;
  display: inline-block;
  padding: 10px 11px;
  border-radius: 10px;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 14px;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.step-description {
  font-size: 15px;
  color: #555;
  margin-bottom: 16px;
}

.step-image img {
  max-width: 100%;
  border-radius: 12px;
}

.how-it-works-card .step-image img{
  height: 243px !important;
  width: 100%;
  object-fit: cover;
}

.dna-template-section.how-it-works li{
  width: calc(27.3333% - 0.666667rem) !important;
}

.dna-free-test-template.dna-template-section.how-it-works li{
  width: calc(27.1% - 0.666667rem) !important;
}

.dna-template-section.how-it-works .step-title{
  margin-bottom: 0;
}

.dna-template-section.how-it-works p{
  margin: 0;
  font-size: 12px;
}

.dna-template-section.how-it-works .step-image{
  margin-top: 47px;
}

.dna-free-test-template.dna-template-section.how-it-works .step-image{
  margin-top: 0px;
}

.dna-template-section.how-it-works{
  padding: 90px 0;
}

.dna-template-section.how-it-works .step-label-text {
  display: none;
}

.how-it-works-container{
  width: 93%;
  margin-left: 7%;
}


.header-text{
  text-align: center;
  color: var(--green);
  font-weight: 400;
  font-size: 14px;
}

.medication-roadmap {
  font-family: Arial, sans-serif;
  padding: 60px 0px;
  color: #111;
}

.medication-roadmap .container {
  max-width: 1151px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.medication-roadmap .image-box {
  flex: 1 1 400px;
}

.medication-roadmap .image-box img {
  width: 100%;
  border-radius: 12px;
}

.medication-roadmap .content {
  flex: 1 1 500px;
}

.medication-roadmap .subtitle {
  color: var(--green);
  font-size: 14px;
  margin-bottom: 10px;
}

.medication-roadmap h2 {
  font-size: 54px;
  margin-bottom: 30px;
  line-height: 1.1;
}

.medication-roadmap .accordion-item {
  border-top: 1px solid #ccc;
}

.medication-roadmap .accordion-header {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.medication-roadmap .accordion-item:nth-child(1) {
  border-top: none;
}

.medication-roadmap .accordion-header.active {
  background-color: #e6e2d8;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}

.medication-roadmap .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease;
}

.accordion-text {
  padding: 4px 10px;
  background-color: #e6e2d8;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.medication-roadmap .accordion-toggle {
  font-size: 22px;
}

.medication-roadmap .accordion-content p{
  font-size: 12px;
  margin: 0 10px 10px 10px;
  width: 90%;
  font-weight: 400;
  color: #11111199;
}

.customer-results-slider__slide {
  padding: 12px;
}

.customer-results-slider__card {
  background: #EDEBE2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  padding: 12px;
}

.customer-results-slider__images {
  display: flex;
  gap: 6px;
  border-radius: 12px;
  overflow: hidden;
}

.customer-results-slider__image-wrapper {
  position: relative;
  flex: 1;
}

.customer-results-slider .customer-results-slider__image-wrapper img {
  width: 100%;
  height: 201px;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.customer-results-slider__label {
  position: absolute;
  top: 8px;
  left: 30%;
  background: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
  text-transform: uppercase;
}

.customer-results-slider__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  flex-wrap: wrap;
}

.customer-results-slider__age {
  display: flex;
  align-items: center;
  gap: 8px;
}

.customer-results-slider__icon {
  background: var(--green);
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-results-slider__age p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}

.customer-results-slider__verified {
  font-size: 12px;
  color: #666;
  display: block;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.customer-results-slider__duration {
  background: #111;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 400;
}

.customer-results-slider li{
  width: calc(31.8%) !important;
}

.customer-success-story-container .header-text{
  text-align: left;
}

.customer-success-story-heading p:nth-child(1){
  font-size: 15px;
  line-height: 1;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}

.customer-success-story-heading h3{
  margin-bottom: 18px;
}

.customer-success-story-heading p{
  margin: 0;
  font-size: 15px;
  color: #787878;
} 

.customer-success-story-container .splide__arrows{
  display: none !important;
}

.customer-success-story-container {
    margin: 100px 0 71px 76px;
}

.customer-success-story-container .col-12{
    margin-left: 15px;
    margin-bottom: 24px;
}

.customer-results-slider__icon img,.customer-results-slider__verified img{
  width: auto;
  height: auto;
}

.customer-results-slider__verified img{
  margin-right: 7px;
}

.border-0{
  border: none !important;
}

.accordion-item.no-border {
  border: none;
}

.element-description{
  display: flex;
}

.mobile-content{
  display: none;
}

.full_text.dna-template-section{
  margin-top: 0;
}

@media (min-width: 800px) {
  .dna-template-section.how-it-works .how-it-works-container.few-slides {
    width: 100%;
    margin-left: 9%;
  }  
}

@media (max-width: 800px) {
  .medication-roadmap .container {
    flex-direction: column-reverse;
  }

  .element-ingredient-container #elementSplide-list li,.customer-results-slider li{
    width: 84% !important;
  }

  .dna-template-section.how-it-works li{
    width: 100% !important;
  }

  .dna-free-test-template.dna-template-section.how-it-works li{
    width: 100% !important;
  }

  .dna-template .full_text{
    margin: 0;
  }

  .dna-template-section.show_yotpo_reviews{
    margin: 0 !important;
  }

  .element-ingredient-container #elementSplide-list li{
    display: flex;
    height: auto;
  }

  .card-section-container .section-text{
    width: 100%;
    font-size: 15px;
    color: #9D9B96;
  }

  .card-section-container .section-header h1{
    margin-bottom: 10px;
  }

  .product-detail-banner{
    min-height: 390px;
  }

  .product-detail-banner .col-6{
    text-align: center;
  }

  .product-detail-banner-sub-heading{
    width: 100%;
    font-size: 15px;
  }

  .product-detail-banner-heading{
    font-size: 40px !important;
    line-height: 1.1 !important;
  }

  .element-ingredient-container #elementSplide{
    margin: 0 0 0 0%;
  }

  .how-it-works-container .splide__track,
  .how-it-works-container .splide__list {
    display: block !important;
  }

  .how-it-works-container .splide__slide {
    display: block !important;
    width: 100% !important;
    margin-bottom: 29px;
  }

  .how-it-works-container .splide {
    overflow: visible !important;
  }

  .how-it-works-container{
    width: 89%;
    margin: 0 auto;
  }

  .how-it-works-header p,.how-it-works-header h2{
    text-align: left !important;
  }

  .dna-template-section.how-it-works .step-image{
    margin-top: 16px;
  }

  .dna-template-section.how-it-works-card{
    padding: 15px;
  }

  .customer-success-story-container{
    margin: 210px 0 71px 22px;
  }

  .medication-roadmap h2 {
    font-size: 40px !important;
    margin-bottom: 30px;
    line-height: 1.1 !important;
  }

  .medication-roadmap .accordion-content.open{
    padding: 0;
  }

  .mindwell-kit-section{
    padding: 50px 0px;
  }

  .mindwell-kit-section .row.mt-5{
    margin: 0;
  }

  .mindwell-kit-section .section-heading{
    font-size: 38px !important;
  }

  .mindwell-kit-section .kit-image {
    margin-top: -76px;
    margin-bottom: -16px;
    position: relative;
    left: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(0%, 0%);
    background-image: none;
    bottom: 0;
  } 

  .mindwell-kit-section .kit-image::before {
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    height: 100px;
    background-image: url(images/bottom-fadded.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
  }

  .mindwell-kit-section .kit-image img {
    position: relative;
    z-index: 1;
    width: 100% !important;
  }

  .mindwell-kit-section .kit-list:first-of-type{
    width: 100% !important;
  }

  .mindwell-kit-section .row .col-5:last-of-type {
    position: relative;
    z-index: 2;
  }  
  .mindwell-kit-section .card-title h2 {
    font-size: 21px !important;
    line-height: 1.3 !important;
  }

  .mindwell-kit-section .kit-card{
    padding: 16px;
  }

  .mindwell-kit-section .kit-list li{
    font-size: 12px;
    padding-left: 26px;
  }

  .mindwell-kit-section .kit-list li::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }

  .dna-template .test-card-slider .splide__slide{
    width: 92.5% !important;
  }

  .element-ingredient-container{
    padding-right: 0;
    margin-bottom: 40px;
  }

  .mobile-content p{
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    padding: 0px 18px 15px 18px;
  }

  .element-title{
    padding-bottom: 0;
  }

  .dna-template-section .element-description{
    display: none;
  }

  .mobile-content{
    display: block;
  }

  .kit-list.two-column {
    columns: 1;
  }

  .kit-image {
    margin: 30px 0;
  }

  .dna-template-section .test-card-slider .splide__slide {
    width: calc(100%) !important;
    display: flex;
    max-width: 329px;

  }

  .customer-success-story-heading h3,.customer-success-story-heading{
    width: 90%;
  }

  .medication-roadmap .content {
    flex: 1 1 0px;
    height: 100%;
  }

  .dna-template-section .element-title {
    margin-bottom: 3px;
    padding: 20px 0px 0 20px;
  }

  #testing-cards{
    width: 90%;
    margin: 40px auto;
  }
}

.promo-banner {
  display: flex;
  flex-wrap: nowrap;
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1200px;
  margin: 40px auto;
  background-color: #1a1a1a;
}

.promo-banner__image {
  flex: 1 1 63%;
  background-image: linear-gradient(to left, rgb(0 0 0 / 85%), transparent), url(images/banner-image.png);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}

.promo-banner__content {
  flex: 1 1 37%;
  padding: 60px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1a1a1a;
  color: #fff;
  background: linear-gradient(to right, #000000 0%, #111111 100%);
}

.promo-banner__subheading {
  color: #b3b3b3;
  font-size: 14px;
  margin: 0 0 10px;
}

.promo-banner__heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #fff;
}

.promo-banner__description {
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFFCC;
  margin-bottom: 30px;
  max-width: 74%;
}

.promo-banner__button {
  background-color: #6cc48d;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.promo-banner__button:hover {
  background-color: #5ab97e;
}

/* Faqs section on dna product */
.faq-section {
  padding: 0px 20px;
  background: #fff8f0;
  overflow: hidden;
}

.faq-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}

.faq-item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
}

.faq-icon {
  transition: transform 0.3s;
}

.faq-icon.active {
  transform: rotate(45deg);
}

.faq-answer {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}

.faq-gene {
  font-weight: bold;
  margin-bottom: 6px;
}

.faq-answer .faq-text p,
.faq-answer .faq-text ul li{
  font-size: 15px;
  line-height: 1.6;
  color: #737373;
  font-weight: 400;
}

.btn-faq{
  color: var(--black);
  padding: 15px 28px;
  font-weight: 400;
  border: 1px solid black;
  display: flex;
  border-radius: 10px;
  width: fit-content;
  font-size: 18px;
}

.btn-faq:hover{
  color: var(--l_off_white);
  background-color: var(--black);
}

.faq-section h2{
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 22px;
}

.faq-sections .faqs-description{
  margin-bottom: 39px;
}

.faq-section .header-text{
  text-align: left;
  font-size:18px;
}

.faq-section .faqs-description{
  color: #737373;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 46px;
}
.faq-contact H4{
  font-size: 32px;
  margin-bottom: 20px;
}
.faq-contact p {
  font-size: 26px;
  color: #888888;
}
.faq-contact p a{
  text-decoration: underline;
}
.faq-contact p span, .faq-contact p a {
  color: var(--black);
}
/* Faqs section on dna product */

.review-heading-section h2{
  width: 39%;
  margin: 0 auto;
  text-align: center;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 400;
  padding-bottom: 40px;
}

.review-heading-section .header-text p{
  margin-bottom: 10px;
  font-weight: 400;
}

.rating-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rating-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  margin-bottom: 5px;
}

.rating-number {
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
}

.rating-stars .star {
  font-size: 28px;
  color: #59b183;
}

.rating-stars .star.half {
  color: #59b183;
}

.review-count {
  font-size: 16px;
  color: #000;
}

.promo-banner a.button_w_arrow{
  background-image: none;
  padding: 10px 20px;
  font-size: 13px;
}

.dna-template .produ_details .item img{
	margin-right:0;
}

.promo-banner__image{
  display: block;
}

.how-it-works-content{
  height: 86px;
}

.element-ingredient-slider .splide__arrows{
  display: none;
}

.dna-template-section .rating-number{
  font-weight: 400;
  font-size: 45px;
  font-family: 'Replica LL';
  height: 18px;
}

.dna-template-section .rating-stars .star{
  font-size: 24px;
}

.dna-template-section .rating-reviews .review-count{
  color: #111111;
  font-size: 13px;
  margin-left: 93px;
  font-weight: 400;
}

.dna-template-section.show_yotpo_reviews{
  margin: 80px 0 0 0;
}

.dna-template-section.show_yotpo_reviews .header-text{
  font-size: 14px;
}

.mobile-faq-btn{
  display: none;    
}

.mobile-image {
  display: none;
}

.desktop-only{
  display: block;
}

.dna-template-rating{
  padding: 16px 0;
}

.dna-template-rating .stars-foreground{
  color: var(--black);
}

.dna-template-rating .star-rating{
  font-size: 1.3rem !important;
}

.dna-template-rating.product-rating a.reviews-count{
  margin-left: -4px;
  color: #737373;
  font-size: 16px;
  font-weight: 500;
}

.dna-template .product-striked-regular-price {
  color: #888;
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
}

.defualt-template .product-striked-regular-price{
  color: #888;
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 3px;
}

.dna-template .product-current-price {
  font-size: 29px;
  font-weight: 400;
  color: #000;
}

.defualt-template .product-current-price{
  font-family: "Replica Pro", 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -2.2%;
  margin-bottom: 12px;
  display: grid;
}

.dna-template .product-discount-label{
  background-color: #63b389;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 16px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  border: 0;
  margin-bottom: 8px;
}

.defualt-template .product-discount-label{
  background-color: #73B38833;
  border-radius: 100px;
  padding: 5px 7px;
  font-family: "Replica Pro", 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  color: #73B388;
  position: relative;
  top: 57px;
  right: 61px;
}

.dna-template .price-footnote {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.dna-template .price-footnote .note {
  font-size: 13px;
  color: #737373;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}

.dna-template .product-page-product-details{
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 7px;
}

.dna-template .add-to-cart-btns.row{
  flex-direction: row;
  padding-bottom: 3px;
}

.dna-template .add-to-cart-btns .button_w_arrow_black{
  margin-top: 0;
  padding: 15px;
  width: 65%;
  font-size: 17px;
  background-color: var(--black);
  border-radius: 9px;
  margin-right: 2%;
  text-align: center;
  color: #fff;
}

.dna-template .add-to-cart-btns .button-secondary-white{
  color: var(--black);
  display: flex;
  align-items: center;
  border: 1px solid black;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  width: 41%;
  font-size: 15px;
}

.dna-template .add-to-cart-btns .button-secondary-white:hover{
  background-color: var(--black);
  color: #fff;
}

.dna-template .produ_details{
  margin-top: 29px;
}

.dna-template .mobile-only{
  display:none;
}

.dna-template .original-price{
  color: var(--sliver);
}

.dna-template #main-slider .splide__slide img{
  height: auto;
}

.price-info{
  margin-bottom: 0px !important;
  font-size: 17px !important;
  font-weight: 400;
}

.ml-9{
  margin-left: 9px !important;
}

.dna-template .produ_derma_content ul li{
  background-image: none;
}

.dna-template .product-page-description{
  border-bottom: 1px solid #DDDDDD;
}

.dna-template .product-page-description p{
  margin-bottom: 21px !important;
}

.dna-template .product-page-description ul{
  margin-top: 17px;
}

.dna-template .produ_derma{
  border-bottom: 0;
  padding: 10px 0;
}

.dna-template .produ_details .item{
  gap: 7px;
}

.dna-template .derma-btn-container .button_empty{
  border-radius: 6px;
}

ul li.no-bullet::before {
  content: none !important;
}

.no-bullet p{
  margin: 10px 0 !important;
  font-size: 16px;
  color: black;
}

.dna-template .product-page-description .no-bullet p{
  margin-bottom: 10px !important;
}

li.no-bullet{
  padding-left: 0 !important;
}

@media (max-width: 800px) {
	.dna-template .product_details li {
	    padding-left: 29px;
    	font-size: 14px;
	}

  .medication-roadmap{
    padding: 0 0 100px 0;
  }

  .dna-template-section.how-it-works{
    padding: 40px 0;
  }

  .dna-template .show_yotpo_reviews .header-text{
    text-align: left;
  }

  .review-heading-section h2 {
    width: 100%;
    text-align: left;
    font-size: 39px !important;
    line-height: 1.1 !important;
  }

  .rating-reviews {
    align-items: flex-start;
  }

  .promo-banner__image{
    display: none;
  }
  
  .promo-banner__content{
    padding: 18px !important;
    background-image: url(images/promo-mobile-banner.png);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    height: 501px !important;
    display: flex;
    justify-content: end;
  }

  .promo-banner {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .promo-banner__image,
  .promo-banner__content {
    flex: none;
    width: 100%;
    height: 300px;
  }

  .promo-banner__content {
    padding: 30px;
    height: auto;
  }

  .promo-banner__heading {
    font-size: 27px;
  }

  .promo-banner__description {
    max-width: 100%;
  }

  .promo-banner__description{
    font-size: 13px;
  }

  .promo-banner a.button_w_arrow{
    width: 45%;
    padding: 10px 0px;
    font-size: 12px;
    border-radius: 10px;
  }
	
  .dna-template .full_text{
    margin-top: 0 !important;
  }

  .review-heading-section .header-text p{
    text-align: left;
  }

  .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-titlel{
    flex-direction: column !important;
  }

  .yotpo-review-title{
    margin-top: 19px;
    margin-left: 0 !important;
  }

  .yotpo-reviewer{
    margin-bottom: 19px;
  }

  .yotpo-review-right-panel{
    display: flex;
    justify-content: end;
    align-items: end;
    margin-bottom: -30px;
	}

  #geneSplide{
    position: relative;
  }

  .splide__arrow{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 0.2px solid;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
  }

  .splide__arrow svg{
    display: none;
  }

  .dna-template-section .test-card-slider .splide__arrows,.element-ingredient-slider .splide__arrows{
    display: block;
    position: absolute;
    bottom: -55px;
    left: 30%;
  }

  .dna-template-section .test-card-slider .splide__arrows{
    bottom: -84px;
  }

  .splide__arrow--prev{
    background-image: url('images/prev-icon.png');
  }

  .splide__arrow--next{
    background-image: url('images/icon-next.png');
    background-color: var(--black);
  }

  .mobile-faq-btn{
    padding-bottom: 57px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }

  .faq-accordion > .faq-item:last-of-type {
    border-bottom: 1px solid #ddd
  }

  .customer-results-slider .customer-results-slider__image-wrapper img{
    height: auto;
  }

  .dna-template-section .element-image img{
    height: 159px;
  }

  .dna-template-section .element-image{
    height: auto;
  }

  .dna-template-section .yotpo-review-rating-title{
    flex-direction: column !important;
  }

  .desktop-only {
    display: none;
  }

  .accordion-content.open .mobile-image {
    display: block;
    margin-bottom: 15px;
    padding: 12px 0px;
  }

  .accordion-content.open .mobile-image img{
    border-radius: 10px;
  }

  .dna-template .add-to-cart-btns .button-secondary-white{
    width: 89% !important;
    padding: 15px;
    margin-top: 15px;
  }

  .dna-template .add-to-cart-btns .button_w_arrow_black{
    width: 100% !important;
  }

  .dna-template .add-to-cart-btns.row{
    flex-wrap: wrap;
  }
	
	.dna-template .product.product-page{
	display: flex;
    flex-direction: column-reverse;
	}
	.dna-template .mobile-only{
		display:block;
	}
	
	.dna-template .product-page-description{
		border-bottom: 1px solid #DDDDDD;
	}
	
	.dna-template .product_details ul{
		margin-top: 12px;
	}

  .dna-template-section .element-card {
    margin-bottom: 49px;
    flex-grow: 1;
    height: auto;
    display: flex;
    align-self: stretch;
    flex-direction: column;
  }

  .customer-success-story-heading .header-text{
    text-align: left;
  }

  .dna-template .product-page-product-details-price{
    align-items: flex-start;
  }

  .dna-template .price-footnote .note{
    margin-left: 8px;
  }

  .ml-9{
    margin-left: 17px !important;
  }

  .card-section-container{
    width: 100%;
  }

  .dna-template-section .test-card-slider .splide__track{
    padding-left: 2% !important;
  }

  .dna-template .derma-block-head .derma-block-title {
    font-size: 22px !important;
    font-weight: bold;
  }

  .dna-template .produ_derma{
    padding: 10px 0;
  }

  .dna-template .derma-detail{
    text-align: left;
  }

  .dna-template .derma-detail .derma-feature:first-child {
    margin-bottom: 10px;
  }

  .dna-template .produ_derma_content p:nth-child(2) {
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
  }

  .dna-template .produ_derma_content ul li{
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .dna-template-section .test-card-slider .splide__slide{
    width: calc(100%) !important;
  }

  .element-ingredient-container #elementSplide-list li{
    width: 36.4% !important;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {

  .test-card-slider .splide__slide {
    width: calc(49.666%) !important;
  }

  .dna-template-section.how-it-works .step-title {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .review-heading-section h2{
    width: 59%;
  }

  .promo-banner__image {
    flex: 1 1 31%;
    background-image: linear-gradient(to left, rgb(0 0 0 / 100%), transparent), url(images/banner-image.png);
  }

  .dna-template-section.how-it-works li {
    width: calc(100% - 0.666667rem) !important;
  }

  .medication-roadmap .image-box img {
    width: 100%;
    border-radius: 12px;
    height: 380px;
    object-fit: cover;
  }

  .mindwell-kit-section .col-5{
    width: 96%;
  }

  .mindwell-kit-section .col-2 .kit-image {
    left: 63% !important;
    top: 31%;
    transform:none;
  }

  .element-ingredient-container #elementSplide-list li{
    width: 37% !important;
  }

  .dna-template-section .element-image{
    height: auto;
  }

  .dna-template-section .test-card-slider .splide__arrows, .element-ingredient-slider .splide__arrows{
    left: 41%;
  }

  .dna-template-section .test-card-slider .splide__track{
    padding-right: 47% !important;
    padding-left: 2px !important;
  }

  .mindwell-kit-section .col-2.text-center{
    width: 47.66%;
  }
}

@media only screen and (max-width: 1300px) {
  .mindwell-kit-section .kit-list li, .dna-template .product_details li {
   font-size: 12px;
  }

  .mindwell-kit-section .kit-image img {
    width: 93%;
  }

  .mindwell-kit-section .card-title h2{
    font-size: 20px;
  }

  .mindwell-kit-section .kit-list li::before, .dna-template .product_details li::before{
    width: 17px;
    height: 17px;
  }

  .mindwell-kit-section .kit-list:first-of-type {
    width: 77%;
  }
  .mindwell-kit-section  .kit-list.two-column{
    width: 100%;
  }
  .dna-template-section .test-card-slider .test-card li{
    width: calc(31.666%) !important;
  }
  .dna-template-section .gene-content{
    font-size: 12px;
  }

  .dna-template-section .gene-title{
    font-size: 15px;
  }

  .product-page-product-details-price{
    align-items: baseline;
  }

  .dna-template .add-to-cart-btns.row{
    display: flex;
  }
}

.element-ingredient-container .splide__slide {
  width: calc(17%) !important;
}

@media (max-width: 90em) {
  .element-ingredient-container .splide__slide {
    width: calc(22% - 0.75rem) !important;
  }
}

@media (max-width: 62em) {
  .element-ingredient-container .splide__slide {
    width: calc(33.33% - 0.75rem) !important;
  }
}

@media (max-width: 48em) {
  .element-ingredient-container .splide__slide {
    width: calc(50% - 0.75rem) !important;
  }
}

@media (max-width: 30em) {
  .element-ingredient-container .splide__slide {
    width: 100% !important;
  }
}

.order_status a.customer-success-story-button{
  color: white !important;
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .element-ingredient-container .splide__slide {
    width: 13% !important;
  }
}

@media (min-width: 2561px) and (max-width: 3840px) {
  .element-ingredient-container .splide__slide {
    width: 10% !important;
  }
}

@media (min-width: 3841px) and (max-width: 5120px) {
  .element-ingredient-container .splide__slide {
    width: 7% !important;
  }
}

@media (min-width: 5121px) and (max-width: 7680px) {
  .element-ingredient-container .splide__slide {
    width: 5% !important;
  }
}

@media (min-width: 7681px) and (max-width: 10000px) {
  .element-ingredient-container .splide__slide {
    width: 4% !important;
  }
}

@media (min-width: 10001px) and (max-width: 12000px) {
  .element-ingredient-container .splide__slide {
    width: 3% !important;
  }
}

@media (min-width: 12001px) {
  .element-ingredient-container .splide__slide {
    width: 2% !important;
  }
}

/* DNA Template */

/* Subscription Questionnaire styling */
.pause-icon {
  text-align: center;
  background-color: #73B3881A;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  justify-content: center;
}

.confirmation-modal .h-dialog {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.pause-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 296px;
  margin: 0 auto;
}

/* Container style */
.pause-option {
  position: relative;
  justify-content: space-between;
  padding: 14px 18px;
  border: 1px solid black;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.pause-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-radio {
  width: 15px;
  height: 15px;
  border: 2px solid #888;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.pause-option input[type="radio"]:checked + .custom-radio {
  border-color: #4caf50;
  background-color: #4caf50;
}

.pause-option input[type="radio"]:checked + .custom-radio::after {
  content: "✓";
  position: absolute;
  top: -9%;
  left: -2px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Highlight entire box if selected */
.pause-option input[type="radio"]:checked ~ span:first-child {
  font-weight: 600;
}

.pause-option input[type="radio"]:checked ~ .custom-radio {
  border-color: #4caf50;
}

.pause-option input[type="radio"]:checked ~ span:first-child::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #e7f0ea;
  border-radius: 12px;
  z-index: -1;
}

.pause-option.selected {
  background-color: #e7f0ea;
}


.buttons-dialog {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cancel-link {
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}
.cancel-subscription-feedback .content-dialog{
  padding: 15px 85px;
  max-width: 524px;
  background-color: #FAF7EE;
  border-radius: 20px;
}

.confirmation-modal .confirmation-dialog .content-dialog{
  position: relative;
}

.cancel-subscription-feedback .h-dialog{
  font-size: 35px;
  font-weight: 400;
  margin: 30px 0;
}

.cancel-subscription-feedback .white_button{
  margin: 33px auto 0;
  width: 367px;
  background-color: var(--black);
  padding: 7px 18px;
  color: #fff;
  font-size: 13px;
}

.cancel-subscription-feedback .cancel-link{
  text-decoration: none;
}

.modal-close-btn{
  display: flex;
  justify-content: end;
  margin-right: -62px;
  padding: 7px 0;
}

.modal-close-btn .close-btn{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-account dialog:-internal-dialog-in-top-layer::backdrop{
  background-color: #000000B2;
}

/* Dialog container */
.confirmation-modal .confirmation-modal {
  border: none;
  border-radius: 20px;
  padding: 2rem;
  width: 90%;
  max-width: 500px;
  background: #fefaf3;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Content layout */
.confirmation-modal .confirmation-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Green badge */
.dialog-badge {
  background-color: #72B288;
  color: white;
  border-radius: 20px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 1rem;
  width: fit-content;
  padding: 8px 11px;
  position: absolute;
  left: 15px;
  top: 15px;
  letter-spacing: 0.5px;
}

/* Small text */
.s-dialog {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* Main question */
.h-dialog {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0.5rem 0 1rem;
}

/* Supporting paragraph */
.p-dialog {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 2rem;
}

.cancel-subscription-wrapper dialog .white_button,
.cancel-subscription-wrapper dialog .black_button {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
}

.cancel-subscription-wrapper dialog .black_button {
  background: #000;
  color: #fff;
  border: none;
}

.cancel-subscription-wrapper dialog .modal-btns button{
  width: 100%;
}

.cancel-subscription-wrapper dialog .modal-btns button.white_button{
  background-color: transparent;
  border: 1px solid black
}

.confirmation-modal .content-dialog{
  background-color: #FAF7EE;
  border: none;
  padding: 31px 0px;
  border-radius: 8px;
  max-width: 664px;
  margin: 0 auto;
}

.cancel-subscription-wrapper dialog .modal-btns{
  width: 84%;
  margin: 0 auto;
}

.cancel-subscription-wrapper dialog .modal-btns button{
 font-weight: 400;
}

.confirmation-modal .s-dialog{
  color: #787878;
  font-size: 13px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-top: 52px;
  font-family: 'Replica LL', sans-serif;
}

.confirmation-modal .h-dialog{
  font-size: 33px;
  font-weight: 400;
  color: #1a1a1a;
  width: 86%;
  margin: 0 auto;
  line-height: 1.1;
  margin-top: 25px;
}

.cancel-subscription-wrapper dialog .confirmation-modal .white_button{
  background-color: #FAF7EE;
  border: 1px solid black;
}

.cancel-subscription-modal .cancel-subscription-dialog-header{
  font-size: 31px;
  margin-top: 38px;
  font-weight: 400;
  line-height: 1.2;
  width: 75%;
  margin: 0 auto;
  padding: 23px 0;
}

.cancel-subscription-modal .cancel-subscription-dialog-checkbox-grid{
  background-color: #F2F0E4;
  padding: 11px 11px 0;
  border-radius: 10px;
  width: 97%;
}

.cancel-subscription-modal .cancel-subscription-dialog-checkbox-grid label{
  font-size: 12px;
  color:black;
  font-weight: 400;
  line-height: 1.4;
}

.cancel-subscription-modal input[type="checkbox"]+label::before{
  width: 17px;
  min-width: 17px;
  height: 17px;
  border: 1px solid #BBBBBB;
  background-color: #fff;
  border-radius: 3px;
}

.formError{
  display: none;
}

.cancel-subscription-dialog-form-other-reason-input-wrapper label{
  font-size: 13px;
  margin-bottom: 8px;
  color: black;
}

.cancel-subscription-dialog-button{
  margin-top: 0px;
}

#cancelSubscriptionDialogStep3Discount .cancel-subscription-dialog-button,
#cancelSubscriptionDialogStep3consultDoctor .cancel-subscription-dialog-button{
  margin-top: 60px;
}

.cancel-subscription-confirmation .h-dialog{
  margin-top: 50px;
}

.woocommerce-MyAccount-content #cboxClose{
  background-color: #fff;
  border-radius: 50%;
}

.cancel-sub-first-step .content-dialog{
  max-width: 544px;
  padding: 31px 60px;
}

.cancel-sub-first-step .h-dialog{
  font-size: 31px;
}

.cancel-sub-first-step .p-dialog{
  width: 60%;
  margin: 15px auto;
  font-size: 13px;
  line-height: 1.5;
}

.cancel-subscription-dialog-checkbox-grid .col-6 {
  margin-bottom: 4px;
  margin-top: 4px;
}

.confirmation-dialog{
  top: 50%;
  transform: translateY(-50%);
}

#pauseSubActive img{
  width: 60%;
}

.formError{
  padding: 5px;
  font-size: 12px;
  text-align: center;
  color: red;
  background-color: #ff000014;  
  margin-bottom: 10px;
  border-radius: 3px;
}

.skip-icon img{
  width: 50%;
}

.skip-payment-success .p-dialog{
  margin-bottom: 0;
}

.skip-payment-success .s-dialog{
  margin-top: 25px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .cancel-subscription-feedback .content-dialog{
    padding: 15px 18px;
  }

  .pause-options{
    width: auto;
  }

  .cancel-subscription-feedback .white_button{
    width: 100%;
  }

  .confirmation-modal .content-dialog{
    padding: 31px 20px;
  }

  .confirmation-modal .h-dialog{
    font-size: 30px;
    width: 96%;
  }

  .confirmation-modal .s-dialog{
    font-size: 14px;
    width: 69%;
    margin: 0 auto;
    padding: 50px 0px 10px 0;
  }

  .modal-btns{
    width: 100%;
  }

  .p-dialog{
    margin-bottom: 1rem;
  }

  .cancel-subscription-dialog-wrapper{
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding-top: 39px;
  }

  .cancel-subscription-modal .cancel-subscription-dialog-checkbox-grid{
    width: 84%;
    margin: 0 auto;
  }

  .cancel-subscription-dialog-form-other-reason-input-wrapper{
    width: 88%;
    margin: 20px 20px;
  }

  .cancel-subscription-dialog-button{
    margin: 0px 0px 30px 22px;
    width: 87%;
    height: 50px;
  }

  .cancel-subscription-modal .cancel-subscription-dialog-header{
    font-size: 28px;;
    width: 78%;
  }

  .pause-icon{
    width: 60px;
    height: 60px;
  }
}
@media only screen and (width: 375px) {
    .logo_hover {
        right: 8px !important;
    }
}
/* Subscription Questionnaire styling */

/* Success Stories Template */

.success-stories-top-section{
  text-align: center;
  display: flex;
  padding: 80px 0px;
}

.success-stories-template h2{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0px;
}

.success-stories-top-section p.subtext {
  font-size: 14px;
  color: #444;
  max-width: 600px;
  margin: 0 auto 40px;
  font-weight: 400;
}

.success-stories-top-section .section-content{
  width: 35%;
  margin: 0 auto;
}

.success-stories-top-section .reviews {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.success-stories-top-section .review-card {
  background-color: #EDEBE2;
  padding: 20px 30px;
  border-radius: 12px;
  width: 260px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.success-stories-top-section .stars {
  font-size: 14px;
  color: #000;
  letter-spacing: 5px;
}

.success-stories-top-section .rating {
  font-size: 15px;
  font-weight: 400;
  margin-top: 13px;
  margin-bottom: 10px;
}

.success-stories-top-section .review-count {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin: 0;
}

.success-stories-top-section .button_container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.success-stories-top-section .button_w_arrow {
  font-size: 12px;
  padding: 7px 38px 7px 13px;
}

.success-instagram-reviews{
  text-align: center;
  background-color: #EDEBE2;
  padding: 56px 0 0 0;
}

.instagram-reviews p{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}

.user-avtar{
  background-color: #CCD2E1;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-avtar img{
  width: 70%;
}

.insta-user-name,.card-header{
  display: flex;
}

.insta-icon{
  display: flex;
  align-items: center;
  justify-content: end;
}

.card-header .col-8,.card-header .col-6{
  margin: 0;
}

.result-image img{
  width: 50%;
  height: 100%;
}

.insta-review-content p{
  line-height: 1.6;
  text-align: left;
  font-size: 12.3px;
}

.review-date span{
  font-size: 13px;
  color: #AEAEAE;
}

.review-date{
  text-align: left;
  margin-top: 4px !important;
}

.wd-100{
  width: 100%;
}

.card-header .col-3,.card-header .col-9{
  margin: 0;
}

.result-image{
  margin: 14px 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 1px solid #fff;
  overflow: hidden;
}

.insta-icon img{
  width: 15%;
}

.success-instagram-reviews h2{
  margin-bottom: 21px;
}

.instagram-reviews .insta-card-parent {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.wd-31{
  width: 31%;
}

.insta-masonry-wrapper {
  column-count: 3;
  column-gap: 45px;
  margin-top: 30px;
}

.insta-review-cards {
  margin-bottom: 28px;
  width: 95%;
  break-inside: avoid-column;
  background-color: #fff;
  padding: 16px 19px;
  border-radius: 10px;
}

.instagram-reviews .insta-card-parent {
  display: block;
}

.wd-31 {
  width: 100%;
}

.flex-center{
  display: flex;
  align-items: center;
}

.hide-after-9 {
    display: none;
}

.insta-section-wrapper {
  position: relative;
}

.more-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 1530px;
  height: 300px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #EDEBE2 100%);
}


.load-btn-container {
  text-align: center;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-stories-parent{
  display: flex;
  max-width: 100%;
  margin-top: 60px !important;
  margin-bottom: 0;
  background-color: #FAF7EE;
  padding-top: 32px;
}

.custom-yotpo-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f6f1;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  margin-top: 60px;
}

.review-text-content{
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-yotpo-badge .review-text {
  font-size: 22px;
  color: #000;
  width: 87%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  line-height: 0.9;
}

.custom-yotpo-badge .review-text span {
  color: black;
  font-weight: 500;
  text-decoration: none;
}

.custom-yotpo-badge .review-text a {
  font-weight: 500;
  text-decoration: underline 1px;
  color: #16A1E7;
}

.custom-yotpo-badge .review-badge {
  width: 22%;
  height: 110px;
  margin-right: 14px;
}

.review-text-content .y-powered-by{
  display: none;
}

.review-text-content{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
  background-color: #EDEBE2;
  padding: 14px 40px;
  border-radius: 10px;
  height: 120px;
}

.review-text-content #y-badges .y-badge-image{
  width: 80%;
}

.review-text-content #y-badges .y-badge-reviews{
  top: -82px;
  font-size: 23px;
  right: 15px;
}

.review-text-content #y-badges .y-badge-stars{
  top: 47px;
  left: 19px;
}

.review-text-content #y-badges .yotpo-icon{
  font-size: 15px;
}

.review-text-content #y-badges .y-badges-certified{
  top: 65px;
  left: -3px;
  font-size: 9px;
}

.success-stories-template .as_seen_on{
  flex-direction: column;
  padding: 50px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.success-stories-template .as_seen_on .logo img{
  max-width: 76%;
}

.success-stories-template .customer-success-story-video-review-container .customer-success-story-button{
  margin-top: 21px;
}

.success-stories-template .as_seen_on .text_subtitle{
  font-size: 16px;
  color: black;
}

.success-stories-template .first-purchase-section {
  background: #FAF7EE;
  padding: 100px 0px 60px 0;
}

.success-stories-template .first-purchase-section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.success-stories-template .first-purchase-left {
  flex: 1;
  text-align: left;
  padding-right: 70px;
  height: 345px;
}

.success-stories-template .first-purchase-left h2 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.success-stories-template .first-purchase-left .desc {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 35px;
}

.success-stories-template .first-purchase-right {
  flex: 2;
  display: flex;
  gap: 29px;
}

.success-stories-template .product-card {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  justify-content: end;
  height: auto;
}

.success-stories-template .product-card img {
  margin-bottom: 0;
  height: auto;
  width: auto;
}

.success-stories-template .product-card h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

.success-stories-template .product-card .subtitle {
  color: #666;
  font-size: 13px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
}


.price-block {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.price-block .discount {
  background: #f1fdf5;
  color: #4caf50;
  font-size: 9px;
  padding: 4px 8px;
  border-radius: 8px;
  margin-bottom: 5px;
  background-color: #71B18833;
}

.price-block .old-price {
  text-decoration: line-through;
  color: #aaa;
  font-size: 11px;
}

.price-block .new-price {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.success-stories-template .price-block .col-7{
  margin: 0 !important;
}

.success-stories-template .regular-price .col-12{
  text-align: end;
  margin: 0 !important;
}

.success-stories-template .product-card a{
  color: black;
  overflow: hidden;
}

.discount-block{
  padding-bottom: 9px;
}

.blog-section {
  padding: 60px 0;
  background: #FAF7EE;
  text-align: left;
}

.blog-section .section-title {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0px;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  flex-grow: 1;
  display: flex;
  height: 300px;
}

.blog-card-title {
  font-size: 20px;
  font-weight: 400;
  margin: 16px 0 13px;
  line-height: 1.4;
  height: 86px;
}

.blog-card-link {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.blog-card-link:hover {
  text-decoration: underline;
}

.success-stories-template .plyr--video .plyr__controls {
  border-radius: 10px;
  padding-top: 0;
}

.success-stories-template #f_splide .splide__slide{
  margin-right: 54px;
}

.hide-after-3{
  display: none;
}

.hide-after-9{
    display: block;
  }

.blog-section .blog-grid.desktop-grid{
  flex-wrap: nowrap;
}

.success-stories-template .rating-stars .star,.success-stories-template .star-rating-top .star.half::after {
  font-size: 16px;
  color: black;
}

.load-more-stories{
  border: 0;
}

.h5vp_player_temp .plyr__poster{
  cursor: pointer;
}

.splide-video-slider{
  margin-bottom: 69px;
}

.splide-video-slider .splide__toggle{
  visibility: hidden;
}

.splide-video-slider .plyr--full-ui.plyr--video .plyr__control--overlaid
{
  display: none;
}

.splide-video-slider .plyr__controls,
.splide-video-slider .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.splide-video-slider .plyr:hover .plyr__controls,
.splide-video-slider .plyr:hover .plyr__control--overlaid {
  opacity: 1;
  visibility: visible;
}

.roots-diff-section p {
  float: unset!important;
  font-size: 18px!important;
  line-height: 130%!important;
}

.roots-diff-title p {
  float: unset!important;
  font-size: 38px!important;
  line-height: 110.00000000000001%!important;
}

.yotpo-horizontal-pagination .yotpo-horizontal-pagination-container li {
  padding: 0 !important;
  background: none !important;
}


@media (max-width: 800px) {
  .success-stories-top-section{
    padding: 0 0 50px 0;
  }

  .success-stories-top-section .section-content{
    width: 84%;
  }

  .success-stories-template h2{
    font-size: 33px !important;
  }

  .success-stories-top-section p.subtext{
    font-size: 17px;
    color: black;
    margin: 23px auto 25px;
    font-weight: 400;
  }

  .insta-masonry-wrapper{
    flex-wrap: wrap;
    display: flex;
  }

  .success-instagram-reviews{
    padding: 36px 0 0 0;
  }

  .success-stories-parent{
    margin-top: 50px !important;
  }

  .success-stories-template #f_splide .splide__slide{
    margin-right: 17px;
  }

  .customer-success-story-video-review-container .container{
    width: 100%;
  }

  .customer-success-story-video-review-container .splide__track{
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  .success-stories-template .custom-yotpo-badge{
    width: 90%;
    margin-top: 20px;
  }

  .success-stories-template .review-text-content {
    width: 80%;
    padding: 30px 30px 100px 30px;
    height: 120px;
    margin: 0 auto;
    flex-direction: column;
  }

  .custom-yotpo-badge .review-text span{
    width: 103%;
    text-align: center;
  }

  .success-stories-template #y-badges .y-badge{
    position: absolute;
    left: 134px;
  }

  .custom-yotpo-badge .review-text{
    align-items: center;
    margin-bottom: 30px;
  }

  .success-stories-template .as_seen_on .logo img{
    max-width: 96%;
  }

  .success-stories-template .as_seen_on{
    padding: 10px 0;
  }

  .success-stories-template .first-purchase-section .container{
    flex-wrap: wrap;
  }

  .success-stories-template .first-purchase-left{
    padding-right: 0;
  }

  .success-stories-template .first-purchase-section{
    padding: 35px 0px 0px 0;
  }

  .success-stories-template .first-purchase-left{
    height: auto;
  }

  .success-stories-template .product-card{
    width: 82%;
  }

  .first-purchase-right li{
    width: calc(52% - 0.5rem) !important;
  }

  #first-purchase-slider .splide__track{
    padding-left: 1% !important;
    padding-right: 51% !important;
  }

  .first-purchase-right .splide .col-12{
    display: block;
  }

  .price-block .discount{
    font-size: 7px;
  }

  #blog-slider li{
    width: calc(83%) !important;
  }

  .blog-card-title{
    font-size: 18px;
    margin: 16px 0 21px;
  }

  .blog-card-image img{
    height: auto;
  }

  .hide-after-3{
    display: block;
  }

  .hide-after-9{
    display: none;
  }
}

.insta-masonry-wrapper.expanded .insta-review-cards { display: block; }

@media (max-width: 768px) {
  .insta-masonry-wrapper:not(.expanded) .insta-review-cards:nth-child(n+4) {
    display: none;
  }
}

@media (min-width: 769px) {
  .insta-masonry-wrapper:not(.expanded) .insta-review-cards:nth-child(n+10) {
    display: none;
  }
}

.desktop-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.mobile-slider { display: none; }

@media (max-width: 767px) {
  .desktop-grid { display: none; }
  .mobile-slider { display: block; }
}

/* Success Stories Template */

.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  height: 506px;
}

.video-wrapper picture,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 12px;
}

.video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

.video-wrapper .homepage_video_inner_text {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .video-wrapper {
    height: auto;
  }

  .video-wrapper picture,
  .video-wrapper video {
    position: relative;
    height: auto;
  }

  .video-wrapper::after {
    display: none;
  }

  .video-wrapper .homepage_video_inner_text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    color: #000;
    margin-top: 16px;
    padding: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1600px) {
.how-it-works-card .step-image img {
    max-height: 275px;
    height: 300px !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
    /* aspect-ratio: 16/9; */
}
    .dna-template-section.how-it-works .step-image {
        margin-top: 47px;
        aspect-ratio: unset;
        overflow: hidden;
        border-radius: 16px;
    }
    .dna-free-test-template.dna-template-section.how-it-works .step-image{
        margin-top: 0;
    }
        .how-it-works-card {
        height: auto;
    }
}
@media (max-width: 768px) {
    #howItWorksCarousel-list {
      display: flex !important;
    }
  }



/* One Time Purchase Style */
.variant-options label {
  font-family: 'Replica LL', sans-serif;
  font-size: 16px;
  line-height: 120%;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}

.variant-price {
  font-family: 'Replica LL', sans-serif;
	font-size: 18px;
	line-height: 120%;
}

.product-page-product-details.variant-block {
	border: none;
	padding: 0;
}

.derma-container .variant-block .product-page-product-details-container {
	border: 1.5px solid #1111112E;
	background: #FFF;
	padding: 20px 24px;
  border-radius: 10px;
}

.derma-container .variant-block .product-page-product-details-container.variants_active {
	background-color: #E5F1E9;
	border-color: #72B288;
}

.variant-price.variant-price-subscription {
	display: flex;
}

.variant-sale-price {
	color: #787878;
	margin-right: 5px;
	text-decoration: line-through;
}

.variant-block input[type="radio"] + label::before {
	border: none;
	position: absolute;
	left: 0;
	width: 18px;
	height: 18px;
	min-width: 18px;
	top: 2px;
	background: url('images/radio.svg') no-repeat center transparent;
}

.variant-block input[type="radio"]:checked + label::before {
	background-image: url('images/radio-active.svg');
}

@media only screen and (max-width: 600px){
  .product.product-page.variants_product {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-page-product-details.variant-block {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .why-roots img{
    width: 41%;
    margin-bottom: 0;
  }
  .why-roots .row .col-3{
    width: 80%;
  }
  .why-roots{
    padding-bottom: 0;
  }
}

.variant-options-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.variant-option-details {
  width: 100%;
}
.product-page-product-details-container.variant_subscription {
  flex-direction: column;
}

.variant_subscription .variant-option-details {
  margin-top: 8px;
  margin-left: 36px;
}

.variant_subscription .discount {
  font-weight: 400;
  margin-top: 11px;
  font-size: 15px;
  color: #000;
  margin-bottom: 4px;
  display: block;
}

.variant_subscription .save {
  color: #B91C1C;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 3px;
  display: block;
}

.variant_subscription .badge {
  display: inline-block;
  background: #73B38833;
  color: #73B388;
  font-size: 12px;
  font-weight: 400;
  border-radius: 11px;
  padding: 5px 10px;
  margin-right: 6px;
  text-transform: uppercase;
}

.variant_subscription .note {
  font-size: 13px;
  color: #777;
  font-weight: 400;
}

/* Free DNA Template */
.free-dna-test-note p{
  font-size: 11px;
  margin-left: 8px;
  margin-top: 0;
  font-weight: 400;
  color: #787878;
}

.offer-banner {
  display: flex;
  align-items: center;
  background: #CDE4D4;
  border-radius: 12px;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #111;
  max-width: 500px;
  background-image: url("images/icons/gift-offer-bg.svg");
  background-repeat: no-repeat;
  background-position: right top;
}

.highlight {
  color: #50a070;
  font-weight: bold;
  margin-right: 4px;
}

.asterisk {
  color: #666;
  margin-left: 4px;
}

.offer-banner img{
  margin-right: 16px;
}

.offer-text{
  font-weight: 400;
  margin-left: 3px;
}

.free-dna-test-template .product-page-product-details-container{
  border-radius: 12px;
}

.free-dna-test-template .product-page-product-details{
  padding-bottom: 7px;
}

.free-dna-test-template .product-page-product-details-title{
  font-size: 18px;
}

.free-dna-test-template .product-page-product-details-sub-title{
  font-size: 13px;
}

.product-accordion .accordion {
  max-width: 600px;
  margin: auto;
  padding: 0;
  margin-top: 20px;
  border-bottom: 0;
}

.product-accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.product-accordion .accordion-header.active{
  border-bottom: 0;
}

.product-accordion .accordion-header .icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.product-accordion .accordion-header.active .icon {
  transform: rotate(180deg);
}

.product-accordion .accordion-content {
  display: none;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  border-bottom: none;
}

.product-accordion .accordion-content ul {
  list-style-type: disc;
  padding-left: 0;
  margin-top: 0;
}

.product-accordion .accordion-content li {
  margin-bottom: 7px;
  color: #787878;
  font-weight: 100;
  font-size: 15px;
  line-height: 1.5;
}

.product-accordion .accordion-content strong {
  font-weight: bold;
  font-size: 16px;
}

.product-accordion .accordion ul li::marker{
  color: #787878;
}

.product-accordion .accordion:first-child{
  border-top: 0;
}

.free-dna-test-template .produ_details .item span{
  background-color: transparent;
}

.free-dna-test-template .produ_details .item p{
  margin-top: 3px;
  margin-left: -4px;
  font-weight: 400;
  font-size: 15px;
}

.free-dna-test-template .produ_details{
  margin-top: 20px;
}

.free-dna-test-template .produ_details .item{
  margin-bottom: 9px;
}

.free-dna-test-template .rating-stars .star{
  font-size: 21px;
}

.free-dna-test-template .product-rating .numReviews{
  letter-spacing: -4px;
}

.free-dna-test-template .product-rating-top a.reviews-count-top{
  font-size: 14px;
}

.free-dna-test-template .product_details .product-page-product-title{
  margin-bottom: 10px;
}

.free-dna-test-template .product-page-description{
  margin-top: 10px;
}

.product-page-product-details-price-sale-regular .product-discount-label.free{
  background-color: #73B388;
  border-radius: 40px;
  padding: 5px 18px;
  font-size: 13px;
  color:#fff;
}

.free-dna-test-template .product-page-description p{
  color: #616161;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .why-roots img{
    width: 41%;
    margin-bottom: 0;
  }
  .why-roots .row .col-3{
    width: 80%;
  }
  .why-roots{
    padding-bottom: 0;
  }
  .offer-text,.highlight {
    font-size: 14px;
  }
  .offer-banner{
    background-image: none;
  }
  .free-dna-test-note p{
    font-size: 11px;
    line-height: 1.5;
  }
  .free-dna-test-template .produ_details .item p{
    font-size: 13px;
  }
}
/* Free DNA Template */

.splide.splide-single-image {
	visibility: visible;
}

.product-template-default .single_product_sell{
  padding-top: 0;
}

.defualt-template .product-page-description p{
  color: #787878;
  margin: 0 0 11px !important;
  line-height: 1.5;
  font-size: 15px;
}

.defualt-template .product-page-description p strong{
  color: var(--black);
}

.defualt-template .product-page-description li{
  line-height: 1.5;
  color: #787878;
  font-size: 15px;
}

.defualt-template .product-page-description li strong{
  font-weight: 500;
}
@media (max-width: 575px) {
	.why-us-image img {
  		height: auto !important;
	}
}

.no-discount .product-current-price{
  margin-bottom: 0;
  margin-top: 4px;
  margin-right: 8px;
}

.no-discount .product-page-product-details-container{
  padding-bottom: 15px;
}

/* Ingredient Info Card */
.treatment-container{
  margin: 50px auto;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 254px;
  border-radius: 17px;
  background-image: url(images/info-card-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  overflow: hidden;
  background-size: contain;
}

.treatment-container .visual img{
  height: auto;
  width: 100%;
}

.treatment-container .hero-title{
  font-size: 35px;
  margin-bottom: 0;
  margin-left: 40px;
  line-height: 1.2;
}

.treatment-container .hero-right{
  height: inherit;
  position: absolute;
  right: 0;
}

.ingredient-name{
  text-decoration: underline;
}

.treatment-container .visual{
  width: 100%;
  height: inherit;
}

.treatment-container .overlay-card {
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: left;
  margin-bottom: -10px;
  z-index: 100;
}

.treatment-container .overlay-card img{
  width: 32px;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: auto;
}

.treatment-container .card-desc{
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 9px;
  color: #787878;
}

.treatment-container .card-pill{
  font-size: 15px;
  font-weight: bold;
}

.treatment-container .overlay-card-parent{
  z-index: 100;
  height: 100%;
  display: flex;
  align-items: end;
}

.desktop-view{
  display: flex !important;
}

.mobile-view{
  display: none !important;
}

.treatment-slider .splide__arrows,.treatment-slider .splide__pagination__page{
  display: none;
}

@media (max-width: 768px) {
  .treatment-container{
    flex-wrap: wrap;
    height: 510px;
    background-image: url(images/ingredient-info-mobile-bg.png);
    padding: 35px 0;
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .treatment-inner,.overlay-card-parent,.hero-right{
    width: 100%;
  }
  .treatment-inner{
    position: absolute;
    top: 40px;
  }
  .treatment-container .hero-title{
    text-align: center;
    padding: 0px 14px;
    margin: 0;
  }
  .treatment-container .hero-right {
    height: auto;
    max-width: 400px;
    width: 100%;
  }
  .treatment-container .visual {
    height: auto;
    position: initial;
  }
  .treatment-container .overlay-card-parent{
    height: auto;
    width: 77%;
    margin: 0 auto;
  }
  .treatment-container{
    background-position: center;
    background-size: contain;
  }
  .desktop-view{
    display: none !important;
  }
  .mobile-view{
    display: block !important;
  }
  .treatment-container .card-icon{
    width: 10%;
  }
  .treatment-container .card-des{
    width: 83%;
    margin-left: 7%;
  }
  .treatment-container .overlay-card{
    flex-wrap: wrap;
    display: flex;
  }
  .treatment-container .visual img{
    width: 100%;
    margin-bottom: 110px;
  }
  .overlay-card-parent.mobile-view{
    margin-bottom: 130px;
  }
  .treatment-slider .splide__arrows{
    position: absolute;
    bottom: 78px;
    z-index: 100;
  }
  .treatment-slider{
    position: relative;
  }

  .treatment-slider .splide__arrow--next{
    position: absolute;
    left: 273px;
    bottom: 0;
    background-color: transparent;
    background-image: url(images/icons/right-arrow.svg);
  }

  .treatment-slider .splide__arrow--prev{
    left: 35px;
    position: absolute;
    bottom: 0;
    background-color: transparent;
    background-image: url(images/icons/left-arrow.svg);
  }

  .treatment-slider .splide__pagination{
    position: absolute;
    bottom: 92px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: auto;
  }

  .treatment-slider .splide__pagination li button.is-active{
    height: 8px;
    width: 8px;
  }

  .treatment-slider .splide__pagination li button,
  .treatment-slider .splide__pagination li button.is-active{
    height: 10px;
    width: 10px;
    border: 0;
  }

  .treatment-slider .splide__pagination li button{
    background-color: #11111133;
  }

  .treatment-slider .splide__pagination li button.is-active{
    margin-left: 3px;
    background-color: #72B288;
  }

  .treatment-slider .splide__pagination li{
    width: auto;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 4px;
  }

  .treatment-slider .splide__arrows,.treatment-slider .splide__pagination__page{
    display: block;
  }

  .home .full_video .video-wrapper picture{
    position: absolute;
  }

  .home .full_video .video-wrapper picture img{
		border-radius:10px;
	}
}
/* Ingredient Info Card */

.sidebar-dialog {
    position: fixed;
    top: 0;
    right: 0px;
    width: 600px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.sidebar-dialog[open] {
    right: 0; /* slide in */
}

#messagePortalActiveContent.content-dialog {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 10px rgba(0,0,0,0.3);
    transition: right 0.3s ease-in-out;
    padding: 0 !important;
    width: 600px;
    z-index: 9999;
    border-radius: 0px !important;
    position: fixed;
    top: 0;
    right: 0;
}

#messagePortalActiveContent .modal-close-btn {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: right;
    margin: 0px !important;
}

.dialog-content {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.loadFrame {
    flex: 1;
    min-height: 300px;
}
.loadFrame iframe {
    width: 100%;
    border: none;
    overflow: hidden;
    height: calc(100vh - 60px - 20px) !important;
}
@media only screen and (max-width: 768px) {
  #messagePortalActiveContent.content-dialog {
    width: 350px !important;
  }
}
.woocommerce-NoticeGroup-updateOrderReview .woocommerce-message:first-child {
  display: block;
}
.woocommerce-NoticeGroup-updateOrderReview .woocommerce-message {
  display: none;
}

/* checkout button loader */
.checkout-interstitial-page-form-submit {
  position: relative;
  transition: all 0.3s ease;
}

.checkout-interstitial-page-form-submit.processing {
  background-color: #555;
  color: #fff;
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}

.checkout-interstitial-page-form-submit.processing::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 28%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@media only screen and (min-width: 800px) {
  .checkout_button_section{
    flex-wrap: wrap;
  }
}
/* checkout button loader */

/* Footer Form */

.email-form {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.email-form input {
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  font-size: 19px;
  outline: none;
  width: 350px;
  height: 28px;
}

.email-form button {
  background: #73b289;
  border: none;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 30px;
  cursor: pointer;
  transition: 0.2s 
ease;
}

.email-form button:hover {
  background: #e6e6e6;
}

.progress-loader {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
  margin-top: 10px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  .email-form{
    flex-wrap: wrap;
  }

  .email-form button{
    padding: 14px 30px;
    width: 100%;
  }
}

/* Footer Form */

/* Floating Intercom Button */
.floating_intercom_button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--black);
}
.floating_intercom_button .square-green{
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 2px;
  background-color: #72B288;
  display: block;
  margin-right: 12px;
}
#sad-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
#sad-modal-box {
  background: #fff;
  width: 90%;
  max-width: 520px;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  text-align: center;
  font-family: inherit;
}
#sad-modal-btns button {
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  margin: 0 6px;
  font-size: 15px;
}
#sad-btn-yes {
  background: #2271b1;
  color: #fff;
}
#sad-btn-no {
  background: #ccc;
  color: #111;
}

.page-blur {
  filter: blur(14px) brightness(6);
  transition: filter 0.2s ease;
}