@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

@font-face {
  font-family: "Tiempos Headline Medium";
  src: url("https://cdn.activatedyou.com/fonts/TiemposHeadline/TiemposHeadline-Medium.otf");
}
.carousel-indicators li {
  padding-left: 0;
}

.influencerReview {
  padding: 30px 15px;
}
.influencerReview_container {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.influencerReview_container .item {
  width: 435px;
}
.influencerReview_title {
  font-family: "Tiempos Headline Medium", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  letter-spacing: 2%;
  margin-bottom: 30px;
}
.influencerReview_profile {
  margin-bottom: -50px !important;
  display: block;
  margin: auto;
}
.influencerReview_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.32px;
  background: #E6EDF1;
  border-radius: 8px;
  padding: 30px;
  height: 325px;
}
.influencerReview_box img {
  width: 120px;
  margin: 60px auto 0 !important;
}
.influencerReview_disclaimer {
  margin-top: 30px;
  color: #1E1E1E;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2px;
}

.units-sold {
  text-align: center;
  border: 2px solid #246ba2;
  line-height: 1.2;
  border-radius: 2rem;
  margin: 0.25rem auto 0;
  padding: 0.5rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  user-select: none;
  white-space: unset;
  color: #246ba2;
  line-break: auto;
}
.shippingNotice {
  text-align: center;
  color: red;
  padding: 0 10px;
}
body {
  margin: 0;
}
.clickableReviewMobile,
.clickableReview {
  cursor: pointer;
}
.small-img {
  height: 92px;
}
.hidden-desktop {
  display: none !important;
}
.orderSection_freeShipping {
  text-align: center;
  margin-bottom: 5px;
}
.offerSelector {
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 1.5;
}
.banner_header_blue {
  background: #256ba2;
  color: white;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  font-size: 25px;
  justify-content: center;
}
.offerSelector .popup-box {
  position: fixed;
  font-weight: 300;
  width: 200px;
  letter-spacing: 1.2px;
  background: #ff671f;
  box-shadow: 2px 2px 14px #555;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 1000;
  box-sizing: border-box;
}

.offerSelector .popup-box ul {
  padding: 0px;
  text-align: center;
  list-style: none;
  margin: 0;
}

.offerSelector .popup-box li {
  list-style-type: none;
  line-height: normal;
  line-height: 1.4;
}

.offerSelector #purchase-box li {
  display: none;
}

img {
  max-width: 100%;
}

p {
  letter-spacing: 0.2px;
}

.header {
  border-bottom: 4px solid #ff671f;
}

.header_container {
  padding: 15px 0;
  max-width: 970px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_phone {
  font-size: 16px;
}

.orderSection {
  padding: 50px 0;
  text-align: left;
  width: 1180px;
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #fff;
}

.orderSection_left {
  flex: 0 0 50%;
  max-width: 49%;
}

.orderSection_image_container {
  position: relative;
}

.orderSection_image_container img {
  object-fit: cover;
  max-width: 102%;
  margin-left: -1px;
}

.orderSection_benefits {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 15px;
}

.orderSection_frequency {
  display: flex;
  text-align: center;
  gap: 5px;
  margin-bottom: 20px;
}

.orderSection_frequency_options {
  height: 50px;
  flex-basis: 46%;
  border-radius: 5px;
  background-color: #c0c0c0;
  padding: 1px 0;
  font-size: 18px;

  line-height: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;

  color: #fff;
  box-shadow: 0 4px 6px 0 rgb(0 0 0 / 25%);
  position: relative;
}

.most-convenient {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  margin-top: -68px;
  margin-right: -14px;
}

.orderSection_frequencyBoxText {
  padding: 5px 5px;
  margin: auto;
}
.orderSection_frequency_options.selected .orderSection_radio {
  display: none;
}

.orderSection_frequency_options.selected {
  /*  background-color: #FF671F;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #246ba2;

  box-shadow: none;
  color: #fff;
}

.yourPriceSmall,
.yourPriceMedium,
.yourPriceLarge {
  /* margin: auto; */
}

.offer-selector-content .offer_continuitySubscribe {
  background-color: #ff671f;
  font-size: 12px;
  color: #fff;
  padding: 20px;
  position: absolute;
  top: -4px;
  cursor: default;
  left: 5px;
  text-align: left;
  white-space: normal;
  z-index: 3333333;
}
.offer-selector-content
  .offer-v2
  .desktop-continuity-terms-accept
  .offer_continuitySubscribe:before,
.offer-selector-content
  .offer-v2
  .mobile-continuity-terms-accept
  .offer_continuitySubscribe:before {
  display: block;
  content: "";
  width: 1px;
  border: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 0;
  border-bottom-color: #ff671f;
}

.offer-selector-content .offer_continuitySubscribe .checkbox-desktop {
  width: 30px;
  height: 30px;
  border: 3px solid #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.offer-selector-content
  .offer_continuitySubscribe
  .checkbox-desktop
  .check-image {
  vertical-align: text-top;
}
.offer-selector-content .offer_continuitySubscribe .subscribeAgreementText {
  color: #62676b;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
  display: inline-block;
  width: 228px;
  text-align: left;
  vertical-align: middle;
}
.orderSection_price {
  display: flex;
}

div.rc_popup__block2 {
  display: none;

  text-align: left;
  white-space: normal;
}

.check_wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.checkbox-mobile {
  height: 25px;
  width: 27px;
  border: 2px solid #e0e0e0;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.advantage img {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
}
div.rc_popup__close,
div.rc_popup__block2__content,
div.rc_popup__block2__content strong {
  color: #000;
}
div.rc_popup__block2__content {
  white-space: normal;
  padding: 20px;
}
.check_wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.advantage p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: auto;
  font-weight: 400;
}

div.rc_popup__close,
div.rc_popup__block2__content,
div.rc_popup__block2__content strong {
  color: #000;
}

.delay {
  padding: 0 15px;
}

.delay p {
  text-align: center;
  font-size: 18px;
}

.delay_orange {
  color: #ff671f;
  font-weight: 700;
}

.delay_blue {
  color: #256ba2;
  font-weight: 700;
}
.check_content {
  font-weight: bold !important;
  margin: auto 0 !important;
}
.subscribeAgreement_list {
  display: flex;
}

.subscribeAgreement_list ul {
  padding: 0;
  margin: 0;
  margin-left: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.subscribeAgreement_list ul li {
  background-repeat: no-repeat;
  margin: 10px;
  line-height: 18px;
  font-size: 17px;
  letter-spacing: 0;
  background-size: 24px 18px;
}
.agreementText {
  font-size: 10px !important;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
}
.agreementText a {
  text-decoration: underline;
}
.agreementText b {
  font-weight: 900;
}
.hide,
[hidden],
template {
  display: none !important;
}

.orderSection_guarantee_wrapper {
  width: 100%;
  display: flex;
}
.orderSection_guarantee_item {
  width: 33.3%;
}
.orderSection_guarantee_item p {
  margin: 0;
}

.orderSection_benefits_circle {
  height: 78px;
  width: 78px;
  background-color: #f8f6f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderSection_benefits_circle p {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #6a9560;
}

.orderSection_right {
  flex: 0 0 50%;
  max-width: 49%;
}

.orderSection_reviews {
  display: flex;
  color: #000;
}

.orderSection_reviews img {
  width: 100px;
  align-self: center;
  margin-right: 15px;
}

.orderSection_reviews p {
  margin: 0;
}

.orderSection_testimonial {
  font-size: 18px;
  line-height: 25px;
  color: #2c2c2c;
  font-style: italic;
}

.orderSection_disclaimer {
  color: #a2a2a2;
  font-size: 14px;
  font-style: italic;
}

.orderSection_check {
  width: 13px;
}

.orderSection_optionTitle {
  font-size: 16px;
  display: block;
  color: #625e5d;
}

.orderSection_quantity {
  display: flex;
  flex-direction: column;
}

.orderSection_quantity_options {
  border: 1px solid #979797;
  padding: 13px 5px 13px 10px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.orderSection_quantity-small {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.orderSection_quantity-medium {
  border-top: 0px;
  border-bottom: 0px;
}

.orderSection_quantity-large {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.orderSection_quantity_options.selected {
  background: #f8f6f2;
}

.orderSection_quantity_options.selected .orderSection_radio {
  background: #256ba2;
  background-clip: content-box;
  border: 1px solid #256ba2;
}

.check {
  visibility: hidden;
  transform: rotate(45deg);
  height: 14px;
  width: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.orderSection_quantity_options.selected .check {
  visibility: visible;
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.orderSection_qty {
  color: #2c2c2c;
  font-weight: 500;
  line-height: 20px;
  margin: 2px 0;
}

.orderSection_quantity p.shipping {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 0 2px 0;
}

.orderSection_frequency {
  display: flex;
  text-align: center;
  gap: 5px;
  margin-bottom: 30px;
}

.orderSection_frequency_options.selected .orderSection_radio {
  display: none;
}

.orderSection_frequency_options p {
  margin: 2px 0;
  line-height: 20px;
}

.orderSection_radio {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 24px;
  position: relative;
}

.orderSection_boxText {
  width: 46%;
}

.orderSection_priceAndSavingsContainer {
  display: flex;
  gap: 15px;
  width: 50%;
}

.orderSection_button {
  padding: 5px;
  padding-bottom: 0;
}

.orderSection_guarantee {
  text-align: center;
  font-style: italic;
}

.orderSection #ctaLink {
  width: 100%;
  padding: 7px;
  background-color: #ff671f;
  color: #fff;
  display: block;
  border-radius: 0;
  font-size: 17px;
  border: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  transition: all 1.5s ease;
}
.orderSection #ctaLink[disabled] {
  pointer-events: none;
  background: #f1f1f1;
  color: #707070;
}
.orderSection .yourPrice {
  font-size: 18px;
  align-self: center;
  color: #2c2c2c;
}

.orderSection_save {
  font-size: 14px;
  align-self: center;
  background: rgba(37, 107, 162, 0.15);
  padding: 8px;
}

.subscriptionAdded .orderSection_save {
  background: rgba(106, 149, 96, 0.15);
}

.orderSection_retail {
  color: #918e8d;
  font-size: 16px;
  text-decoration: line-through;
  align-self: center;
}

.orderSection .divider {
  height: 2px;
  background-color: #d8d8d8;
  margin: 16px 0 18px;
}

.orderSection h1 {
  font-size: 42px;
  font-family: "Tiempos Headline Medium", serif;
  margin: 0;
  color: #2c2c2c;
  margin-bottom: 10px;
}
.halloween {
  background-color: #f8f6f2;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}
.halloween_container {
  max-width: 1170px;
  margin: auto;
}
.halloween_container_top p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
}
.halloween_container_bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.halloween_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  align-items: center;
  justify-content: center;
}
.halloween_item img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.halloween_item div {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.42857143;
}
.halloween_item span {
  color: #8aac89;
  font-weight: 700;
}

.goals {
  background-color: #f8f6f2;
  padding: 36px 0;
  margin: 0 auto;
  text-align: center;
}

.goals_container {
  max-width: 1170px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.goals_item {
  flex-basis: 29%;
  gap: 1%;
}

.goals h2 {
  font-size: 30px;
  color: #6a9560;
  font-weight: normal;
}

.ingredients {
  color: #13161D;
  background: #E6EDF1;
  padding: 45px 15px;
  text-align: center;
}

.ingredients_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.ingredients h1 {
  font-size: 36px;
  font-family: "Tiempos Headline Medium", serif;
  margin-bottom: 40px;
  letter-spacing: 1.2px;
  margin-top: 20px;
}

.ingredients_items {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
  align-items: center;
}
.ingredients_items img {
  max-width: 180px;
}

.ingredients_items h2 {
  margin-top: 20px;
  color: #13161D;
  font-size: 21px;
  font-weight: 500;
}

.ingredients_items p {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0.32px;
}

.ready {
  padding: 30px 15px;
  background-color: #f8f6f2;
  padding-bottom: 50px;
}

.ready_container {
  max-width: 970px;
  margin: auto;
  display: flex;
}

.ready_left {
  width: 35%;
}

.ready_right {
  width: 60%;
  text-align: center;
}

.ready_right img {
  width: 345px;
}

.ready h1 {
  font-family: "Tiempos Headline Medium", serif;
  font-size: 45px;
  margin: 20px 0 10px;
  letter-spacing: 1.2px;
}

.ready p {
  font-size: 14px;
}

.faq_container {
  max-width: 970px;
  margin: auto;
}

.faq_title {
  font-family: "Tiempos Headline Medium", serif;
  font-size: 25px;
  color: #6d6e71;
  letter-spacing: 0.8px;
  font-weight: lighter;
  text-align: center;
  position: relative;
}

.faq_title:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #46e4bc;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -15px;
}

.faq_box {
  border: 4px solid #8aac89;
  padding: 20px;
  margin-top: 70px;
}

.faq_item {
  border-top: 1px solid #e3f0f0;
}

.faq_question {
  color: #25937e;
}

.faq_answer {
  color: #6d6e71;
  letter-spacing: 0.8px;
}

.faq_answer li {
  list-style-image: url(https://cdn.beverlyhillsmd.com/img/grey-check.png);
  margin-bottom: 15px;
}

.review_container {
  display: flex;
  border-bottom: 1px solid rgba(61,57,53,0.5);
  padding: 21px 0;
  width: 90%;
  margin: 0 auto;
}

.review_head{
  flex-basis: 30%;
  padding-top: 20px;
}

.review_text {
  flex-basis: 64%;
}

.reviews-text-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30;
  color: #3D3935;
}

.title_stars {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #3D3935;
  padding-bottom: 20px;
}

.title_stars .review_stars {
  width: fit-content;
  margin-top: 10px;
}

.profile_circle{
  height: 86px;
  width: 86px;
  padding-top: 20px;
  background-color: #EFEDE6;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 35.66px;
  font-weight: 600;
  letter-spacing: 1.93px;
}

.verified_txt{
  color: #3D3935;
  font-family: "Roboto", sans-serif;
  font-size: 9.84px;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.53px;
  line-height: 22.13px;
}


.profile_head {
    position: relative;
}

.verified_check {
  left: 0;
  position: absolute;
  width: 35px;
  top: 58px;
}

.profile_info{
  padding-left: 4px;
}
.profile_info .name{
  display: block;
  color: #3D3935;
  font-family: "Roboto", sans-serif;
  font-size: 19.67px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 22.13px;
}
.profile_info .age{
  display: block;
  color: #3D3935;
  font-family: "Roboto", sans-serif;
  font-size: 19.67px;
  letter-spacing: 1.07px;
  line-height: 22.13px;
  display: none;
}

.text-reviews {
  padding: 40px 0;
}

.reviews .text-reviews-wrapper {
  position: relative;
  padding: 60px 0
}

.reviews .text-reviews-wrapper .text-reviews {
  display: flex;
  justify-content: space-between;
  margin-top: 30px
}

.reviews .text-reviews-wrapper .review {
  display: flex;
  font-size: 15px
}

.reviews .text-reviews-wrapper .review .person-review-img {
  width: 200px;
  height: 200px;
  margin-right: 30px
}

.reviews .text-reviews-wrapper .review .review-content {
  font-style: italic
}

.review_stars {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.review_stars img {
  width: 120px;
}

.review_text h4{
  color: #3D3935;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33px;
}
.review_text p{
  color: #3D3935;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 0;
}

.review_page{
  margin: 25px auto;
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-family: 'Adelle Sans Regular';
  color: #9E9C9A;
}
.review_page div{
  cursor: pointer;
}
.review_page .pages span{
  padding-right:15px;
  padding-left:15px;
  cursor: pointer;
}
.review_page .active{
  color: #FFBA3F;
}
.review.p1,.review.p2,.review.p3{
  display: none;
}
.review.active{
  display: block;
}

.reviews-text-title {
  padding-top: 40px;
  border-bottom: 1px solid rgba(61,57,53,0.5);
}

.banner {
  color: black;
  padding: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6EDF1;
}

.banner_container {
  width: 600px;
  margin-left: 30px;
  line-height: normal;
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner h1 {
  font-family: "Tiempos Headline Medium", serif;
}

.banner button {
  color: white;
  background-color: #ff671f;
  border-radius: 5px;
  text-align: center;
  width: 250px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  border: none;
}

.cta_button {
  width: 450px;
  font-weight: 700;
  padding: 7px;
  background-color: #ff671f;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  font-size: 17px;
  border: none;
  margin: 10px auto 50px auto;
  text-align: center;
}

.footer {
  font-size: 16px;
  background: #2d2b29;
  color: #fff;
}

.footer_container {
  max-width: 880px;
  padding: 50px 50px 20px 50px;
  margin: 0 auto;
}

.footer_links span {
  color: #000;
}

.footer a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1.2px;
}

.footer a:hover {
  opacity: 0.7;
}

.sticky-button-wrapper {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 100;
  background-color: white;
}
.sticky-button-wrapper .sticky-button {
  cursor: pointer;
  min-width: 300px;
  height: 50px;
  border-radius: 5px;
  border: 0;
  padding: 15px 10px;
  margin: 10px 0 25px 0;
  background-color: #ff671f;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

@media only screen and (min-width: 1025px) {
  .offerSelector .popup-box {
    bottom: -320px;
    left: 6%;
  }

  .banner {
    margin-top: 10px;
  }

  .banner img {
    width: 486px;
    height: 350px;
  }
}

/* Mobile and Tablet Styles */
@media only screen and (max-width: 1024px) {
  .offerSelector .popup-box {
    bottom: unset !important;
    left: -210px;
    top: 15px;
  }

  .units-sold { max-width: 75%; }
  .item.active img {
    margin: auto;
  }
  .carousel-inner {
    padding-bottom: 60px;
  }

  .halloween_container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .halloween_container_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .halloween_item {
    flex: 1;
    display: flex;
    flex-direction: row;
    margin: 10px 15px;
    align-items: center;
    justify-content: center;
  }
  .halloween_item img {
    margin: 0;
    margin-right: 8%;
  }
  .halloween_item div {
    text-align: start;
    line-height: 28px;
    font-weight: 400;
  }
  .halloween_item span {
    color: #8aac89;
    font-weight: 700;
  }

  .hidden-mobile {
    display: none !important;
  }

  .hidden-desktop {
    display: revert !important;
  }

  .orderSection_frequency_options {
    margin-top: 50px;
  }

  .most-convenient {
    margin-right: 14px;
  }

  .header {
    margin-bottom: 0;
  }

  .header_container {
    flex-direction: column;
    padding: 30px 0;
  }

  .header_phone {
    margin: 4px 0;
    font-size: 14px;
  }

  .orderSection {
    max-width: 100%;
    flex-direction: column;
    padding: 25px 0;
  }

  .orderSection h1 {
    line-height: 54px;
    margin-top: 0;
    font-size: 45px;
  }

  .orderSection_image_container {
    position: relative;
    overflow: initial;
  }

  .orderSection_image_container img {
    object-fit: cover;
    max-width: 480px;
    width: 100%;
    display: block;
    margin: auto;
  }

  .orderSection_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px;
  }

  .orderSection_right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .orderSection_right .orderSection_testimonial,
  .orderSection_right .orderSection_disclaimer {
    display: none;
  }

  .orderSection_reviews {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  .orderSection_reviews .stars {
    width: 144px;
    margin-bottom: 15px;
  }

  .orderSection_reviews img {
    margin-right: 0;
  }

  .orderSection_guarantee {
    margin-bottom: 0;
  }

  .orderSection_testimonial {
    font-size: 14px;
  }

  .orderSection_reviewsSection {
    text-align: center;
  }

  .orderSection_quantity {
    width: 90%;
    margin: 5px auto 15px;
  }

  .orderSection_quantity_options {
    flex-basis: 100%;
    min-height: 58px;
    padding: 8px;
  }

  .orderSection_radio {
    margin-right: 13px;
  }

  .orderSection_boxText {
    width: unset;
    text-align: left;
  }

  .orderSection_priceAndSavingsContainer {
    gap: 10px;
    justify-content: flex-end;
    flex-grow: 1;
  }

  .orderSection_frequency {
    margin-left: 5%;
    margin-bottom: 10px;
  }

  .orderSection_frequency .orderSection_radio {
    border: 1px solid #000;
    display: initial;
  }

  .orderSection_benefits {
    margin: 30px auto 10px;
    bottom: 0;
    position: relative;
  }

  .orderSection .yourPrice {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .subscriptionAdded .orderSection_saveMobile {
    background: rgba(106, 149, 96, 0.15);
  }
  .orderSection_saveMobile {
    font-size: 12px;
    align-self: center;
    background: rgba(37, 107, 162, 0.15);
    padding: 5px;
    margin-top: 0;
  }

  .orderSection_retail {
    font-size: 14px;
    margin-bottom: auto;
    margin-top: 20px;
  }

  .orderSection_price {
    flex-direction: column;
  }

  .orderSection #ctaLink {
    width: 75%;
    margin: 0px auto 20px;
    box-shadow: 3px 3px 8px -4px #000;
    border-radius: 3px;
    font-size: 24px;
    padding: 5px;
    font-weight: 300;
  }

  .goals_container {
    flex-direction: column;
  }

  .ingredients h1 {
    font-weight: 300;
  }

  .ingredients_list {
    flex-direction: column;
    align-items: center;
  }

  .ingredients_items p {
    margin-bottom: 1em;
  }

  .faq {
    line-height: 1.4;
  }

  .faq_title {
    font-size: 45px;
    color: #000;
  }

  .faq_title:after {
    display: none;
  }

  .faq_question {
    font-size: 22px;
    color: #6a9560;
  }

  .faq_answer p,
  .faq_answer li {
    font-size: 14px;
    color: #000;
  }

  .faq_answer li {
    list-style-image: initial;
    margin-bottom: 0;
  }

  .faq_item {
    border-top: none;
  }

  .ready h1 {
    font-weight: 300;
    line-height: 54px;
  }

  .ready_container {
    flex-direction: column;
  }

  .ready_left {
    width: 100%;
    background: #fff;
    text-align: center;
  }

  .ready_right {
    width: 100%;
  }

  .banner {
    padding: 20px 50px;
  }

  .banner_container {
    margin: auto;
  }

  .banner h1 {
    font-weight: 300;
    font-size: 33px;
  }

  .banner p {
    line-height: 1.4;
    font-size: 16px;
  }

  .cta_button {
    width: 75%;
    margin: 10px auto 20px;
    box-shadow: 3px 3px 8px -4px #000;
    border-radius: 3px;
    font-size: 24px;
    padding: 5px;
    font-weight: 300;
  }

  .advantage {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    position: relative;
  }
  .orderSection_guarantee_wrapper {
    display: block;
    width: 90%;
    margin: auto;
  }

  .hidden-desktop {
    display: revert !important;
  }
  .orderSection_guarantee_wrapper .orderSection_guarantee_item {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }

  .orderSection_guarantee_item {
    text-align: left;
  }

  .review_container {
    display: block;
}

.title_stars  {
    display: block;
}
.title_stars .review_stars {
    width: 100%;
    text-align: center;
}
.title_stars span {
    display: flex;
    justify-content: center;
}

.reviews-text-title h2 {
    padding: 0 20px;
    text-align: center;
}

.review_head {
    display: flex;
    padding-top: 0
}

.profile_info {
    padding-top: 25px;
    padding-left: 10px;
}


.slick-slide {
    height: initial;
}
}

@media only screen and (max-width: 426px) {
  .orderSection_frequency_options {
    font-size: 15px;
    line-height: 14px;
  }

  .checkbox-mobile {
    height: 25px;
    width: 50px;
  }

  .orderSection_quantity_options.selected .check {
    left: 9px;
  }
}
.benefits ul li img,
.rc_popup__block2__content ul li img {
  width: 15px;
}

.benefits ul,
.rc_popup__block2__content ul {
  list-style-type: none;
  padding: 0;
}

@media only screen and (max-width: 350px) {
  .units-sold { font-size: 14px; }
}
@media only screen and (max-width: 1024px) {
  .benefits {
    font-size: 16px;
    text-align: start;
    padding: 0 5px;
    width: 90%;
    margin: auto;
  }
}

.results {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.results .container h1 {
  font-size: 45px;
  text-align: center;
}

.results .container p.center {
  color: #a2a2a2;
  font-size: 16px;
  text-align: center;
}

.results .container {
  width: 100%;
}

.blackBox {
  border: 1px solid #a2a2a2;
  padding: 30px;
  margin-top: 20px;
  color: #a2a2a2;
  margin-bottom: 2rem;
}

.results-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.results-img img {
  width: 45%;
}

@media only screen and (max-width: 1024px) {
  #results-carousel .carousel-control {
    top: 0;
    margin: auto;
    bottom: 60px;
    height: fit-content;
    background-image: none;
  }

  #results-carousel .carousel-control img {
    border-radius: 50%;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.2);
  }
}
