body {
  margin: 0;
  font-family: "Quicksand", sans-serif;
}
#popup-subContent {
  display: none;
}


.popup-box {
  position: fixed;
  bottom: -120px;
  left: 5vw;
  width: 200px;
  margin: 0;
  border-radius: 10px;
  background: #E8F4FF;
  padding: 29px 16px 0;
  color: black;
  z-index: 2000;
  box-shadow: 2px 2px 14px #555555;
  overflow: hidden;
  /* to override #doctor-wrap */
}
.popup-box::before {
  content: 'SUBSCRIBE & SAVE';
  display: block;
  padding: 5px 3px;
  margin: -29px -16px -10px;
  background-color: #2945B8;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 19px;
  text-align: center;
}

.popup-box ul {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  list-style: none;
  color: black;
}

#purchase-box { margin: 0; }

#purchase-box li {
  padding-left: 0;
  margin: 0;
  display: none;
  line-height: 1.5;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  padding-left: 0;
  padding-right: 0;
}

.mob-text-top {
  padding-left: 15px;
}

#offer {
  padding: 15px;
  padding-top: 10px;
  width: 518px;
}

.rating_description {
  color: #848689;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mob-text-top h5 {
  letter-spacing: 1.7px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
}
.mob-text-top h3 {
  font-size: 44px;
  margin-top: 10px;
  font-family: "Lora Medium", sans-serif;
}

.frequencyOptionsContainer {
  margin-bottom: 1.25rem;
}

.offerSelectorV2__reviewsStars {
  max-width: 110px;
}

.frequencyOptions {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 49%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #B9C9EE;
  color: rgba(41, 69, 184, 0.5019607843);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 22px;
  text-wrap: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.frequencyOptions.selected {
  background-color: #2945b8;
  color: white;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.28);
}
.frequencyOptionsContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.orderSection {
  text-align: left;
  width: 1180px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #FFF;
}
.orderSection_qty {
  text-align: left;
  margin-bottom: 0;
  color: #13161d;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
}
.orderSection_left {
  flex: 0 0 50%;
  max-width: 49%;
}
.orderSection_image_container {
  position: relative;
  max-width: 80%;
  margin-left: auto;
}
.orderSection_image_container img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  margin-left: -1px;
}
.orderSection_benefits {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 15px;
}
.orderSection_reviews img {
  width: 100px;
  align-self: center;
  margin-right: 15px;
}
.orderSection_disclaimer {
  color: #a2a2a2;
  font-size: 14px;
  font-style: italic;
}
.orderSection_check {
  width: 13px;
}
.orderSection_quantity {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: 100%;
}
.orderSection_optionTitle {
  display: block;
  margin-top: 0;
  color: #848689;
  font-size: 14px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  text-align: left;
}
.orderSection_quantity_options {
  border: 1px solid #B9C9EE;
  padding: 13px 5px 13px 10px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.orderSection_quantity_options.selected {
  background: #e8f4ff;
}
.orderSection_quantity_options.selected .check {
  visibility: visible;
  position: relative;
  content: "";
}
.orderSection_quantity_options.selected .orderSection_radio {
  background: #2945b8;
  background-clip: content-box;
  border: 1px solid #B9C9EE;
}
.orderSection_quantity-small {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.orderSection_quantity-medium {
  border-top: 0px;
  border-bottom: 0px;
}
.orderSection_quantity-large {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.orderSection_quantity_options .check {
  height: 7px;
  width: 7px;
  border-radius: 5px;
  margin: auto;
  background-color: white;
}
.orderSection_quantity_options .orderSection_boxText {
  width: 35%;
  display: flex;
  flex-direction: column;
}
.orderSection_quantity_options .orderSection_price {
  display: flex;
}
.orderSection_quantity_options .orderSection_priceAndSavingsContainer {
  display: flex;
  width: 55%;
  flex-direction: column;
}
.orderSection_quantity_options .orderSection_radio {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #D9DADA;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 10px;
  position: relative;
  display: flex;
}
.orderSection_quantity_options .orderSection_save {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  background-color: #c2e329;
  color: #13161d;
  padding: 2px 0.25rem;
  margin: 0;
  font-weight: 100;
  border-radius: 0.75rem;
  max-width: 110px;
  display: inline-block;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.orderSection_quantity_options .orderSection_retail {
  color: #13161d;
  font-size: 16px;
  text-decoration: line-through;
  font-family: "Figtree", sans-serif;
  align-self: center;
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
  width: 23%;
}

.yourPriceSmall,
.yourPriceMedium,
.yourPriceLarge {
  margin-left: auto;
  font-weight: 400;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  font-size: 24px;
  color: #13161d;
  font-family: "Figtree", sans-serif;
}

#ctaLink[disabled] {
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  background-color: #d9dada !important;
}

#ctaLink2[disabled] {
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  background-color: #d9dada !important;
}

#ctaLinkMobile[disabled] {
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
}

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

.offerSelectorV2__shippingIcon {
  max-width: 20px;
}

.flex {
  display: flex;
}

.shippingContent {
  justify-content: center;
}
.shippingContent p {
  font-family: "Figtree", sans-serif;
  letter-spacing: 1.7px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 10px;
}

#ctaLink {
  width: 100%;
  padding: 24px 14px;
  border-radius: 40px;
  background-color: #f8a022;
  color: #000;
  display: block;
  font-size: 20px;
  border: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2.5px;
}

#ctaLink2 {
  width: 92%;
  padding: 7px;
  background-color: #FF8101;
  color: #fff;
  display: block;
  border-radius: 0;
  font-size: 20px;
  border: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
}

.font-bold {
  font-weight: 700;
}

.font-blue {
  color: #2945b8;
}

.check-image {
  max-width: 15px;
  max-height: 15px;
  margin: auto;
}

.orderSectionSubscription {
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 8px;
  padding: 0;
  background-color: white;
  text-align: left;
  z-index: 10;
  color: #6d6e71;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
}
.orderSectionSubscription_subscribe {
  font-family: "Figtree", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  margin: auto;
}
.orderSectionSubscription.hidden {
  display: none;
}
.orderSectionSubscription .hidden {
  display: none;
}
.orderSectionSubscription_topContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orderSectionSubscription_topContent p {
  color: #000000;
  font-weight: 700;
  padding: 0 0 0 5px;
  font-size: 15px;
  text-align: center;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
}
.orderSectionSubscription_checkBox {
  box-sizing: border-box;
  min-width: 25px;
  min-height: 25px;
  border: 2px solid #BDBEBF;
  border-radius: 5px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  display: flex;
}
.orderSectionSubscription_checkBox.checked {
  background-color: #2945b8;
  border-color: #2945b8;
}
.orderSectionSubscription_checkBox {
  background-size: contain;
}
.orderSectionSubscription_checkBoxContent {
  flex-basis: 100%;
}
.orderSectionSubscription_checkBoxContent ul {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.orderSectionSubscription_checkBoxContent li {
  flex-basis: 42%;
  margin-left: 30px;
  padding-left: 10px !important;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  font-family: "Figtree", sans-serif;
}
.orderSectionSubscription_checkBoxContent li img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.orderSectionSubscription_content {
  margin-top: 10px;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 0;
  border: 1px solid black;
  color: #000000;
  padding: 8px;
}
.orderSectionSubscription a {
  color: #2945b8;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}
.left-content{
  margin-top: 34px;
}
@media screen and (min-width: 1025px) {
  .frequencyOptions_text{
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  .popup-box {
    position: fixed;
    bottom: initial;
    top: -120px;
  }

  .mob-text-top {
    padding-left: 0;
  }
  .mob-text-top h3 {
    font-size: 32px;
  }

  .mob-text-top h5 {
    margin-top: 25px;
  }
  .frequencyOptions {
    height: -moz-fit-content;
    height: fit-content;
    text-wrap: balance;
  }
  .orderSectionSubscription_checkBoxContent ul {
    padding-left: 0;
    width: 100%;
  }
  .orderSectionSubscription_topContent p {
    text-align: left;
  }
  .orderSectionSubscription_checkBoxContent li {
    flex-basis: 50%;
    margin-left: 0;
    padding-left: 0px !important;
    font-size: 14px !important;
  }
  .orderSection_quantity_options .orderSection_retail {
    width: 33%;
  }
  .frequencyOptions_text {
    padding: 10px 0;
  }
  .container.product_section {
    max-width: 100%;
    padding: 0;
  }
  .left-right {
    flex-direction: column;
  }
  .left-content, .right-content {
    width: 100%;
    padding: 0;
  }
  .textVersionContent {
    padding: 0 !important;
  }
  #offer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}