
.small_text {
  font-size: 14px;
}

.green_link {
  color: #82c780;
  font-family: "MaisonNeue-Demi";
  text-decoration: underline;
}

.overlay {
  background-color: black;
}

#non_prescription_header {
  background-image: url(/assets/product/renders/suites/suite-01-mobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 370px;
  text-align: center;
}
@media (min-width: 576px) {
  #non_prescription_header {
    background-image: url(/assets/product/renders/suites/suite-01.jpg);
  }
}
@media (min-width: 768px) {
  #non_prescription_header {
    padding-top: 60px;
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  #non_prescription_header {
    padding-top: 70px;
    padding-bottom: 560px;
  }
}
@media (min-width: 1800px) {
  #non_prescription_header {
    background-position: center;
    padding-bottom: 600px;
  }
}
#non_prescription_header h1 {
  font-size: 34px;
  max-width: 19ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #non_prescription_header h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  #non_prescription_header h1 {
    font-size: 50px;
  }
}

#non_prescription_post_checkout_image {
  background-image: url(/assets/product/renders/suites/suite-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 230px;
}
@media (min-width: 400px) {
  #non_prescription_post_checkout_image {
    height: 270px;
  }
}
@media (min-width: 768px) {
  #non_prescription_post_checkout_image {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  #non_prescription_post_checkout_image {
    height: 520px;
  }
}
@media (max-width: 576px) {
  #non_prescription_post_checkout_image {
    background-size: 170%;
    background-position: 40% 70%;
  }
}

.quiz_links {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  padding-bottom: 40px;
  padding-top: 20px;
  max-width: 680px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .quiz_links {
    margin-top: 35px;
    padding-bottom: 45px;
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .quiz_links .btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#np_thankyou {
  position: relative;
  padding-top: 70px;
}
#np_thankyou p {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #np_thankyou {
    padding-top: 110px;
  }
}
#np_thankyou h3 {
  margin-bottom: 17px;
}

.quiz_links,
.quiz_links .btn {
  display: none;
}

.quiz_links .btn.reveal {
  display: inline-block;
}

#non_prescription_navigation {
  padding: 15px;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#non_prescription_navigation::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
  #non_prescription_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: none;
    white-space: auto;
  }
}
#non_prescription_navigation .tablinks {
  color: #82c780;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 9px 11px;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  position: relative;
  cursor: pointer;
  min-width: auto;
}
#non_prescription_navigation .tablinks::after {
  content: "";
  display: block;
  height: 0;
  border-bottom: 1px solid transparent;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}
#non_prescription_navigation .tablinks.active, #non_prescription_navigation .tablinks:hover {
  color: #003d3b;
}
#non_prescription_navigation .tablinks.active::after, #non_prescription_navigation .tablinks:hover::after {
  border-color: #003d3b;
}
@media (min-width: 768px) {
  #non_prescription_navigation .tablinks {
    margin: 0 10px;
    font-size: 14px;
  }
}

.np_product_name,
.np_product_qty,
.np_product_learnmore {
  font-size: 14px;
  display: block;
}

.product_container .np_product_name, .product_container .np_product_qty, .product_container .np_product_learnmore {
  margin-bottom: 10px;
}
.product_container.skin_product_disabled .fresh-cleanser,
.product_container.skin_product_disabled .pm-moisturiser,
.product_container.skin_product_disabled .dark-circle-eliminator,
.product_container.skin_product_disabled .daily-skincare-trio {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.product_container.skin_product_disabled .fresh-cleanser .product_image_container::before,
.product_container.skin_product_disabled .pm-moisturiser .product_image_container::before,
.product_container.skin_product_disabled .dark-circle-eliminator .product_image_container::before,
.product_container.skin_product_disabled .daily-skincare-trio .product_image_container::before {
  content: "Out of stock" !important;
}
.product_container.skin_product_disabled .fresh-cleanser .product_image,
.product_container.skin_product_disabled .fresh-cleanser .product_description,
.product_container.skin_product_disabled .pm-moisturiser .product_image,
.product_container.skin_product_disabled .pm-moisturiser .product_description,
.product_container.skin_product_disabled .dark-circle-eliminator .product_image,
.product_container.skin_product_disabled .dark-circle-eliminator .product_description,
.product_container.skin_product_disabled .daily-skincare-trio .product_image,
.product_container.skin_product_disabled .daily-skincare-trio .product_description {
  opacity: 0.3;
}

#cart-summary .cart_row .np_product_name, #cart-summary .cart_row .product_price_container {
  margin-bottom: 10px;
}
#cart-summary .cart_row .remove-btn {
  margin-top: 9px;
}

.cart_row .np_product_qty {
  margin-bottom: 3px;
}
.cart_row img {
  max-width: 5rem;
  margin-right: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.np_product_name,
.np_product_price {
  font-size: 18px;
  font-family: "MaisonNeue-Demi";
}

.np_product_price_modal {
  margin-top: 11px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  #panel_checkout {
    width: 700px;
    right: -700px;
  }
}
#order-summary .product_price_container {
  font-size: 14px;
  margin-bottom: 6px;
}
#order-summary .np_product_name {
  font-size: 16px;
  margin-bottom: 3px;
}

.np_ingredient_modal .modal-body {
  padding: 30px 15px 30px 15px;
}

.np_ingredient_modal .summary_product_image {
  width: 200px;
  height: 200px;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .np_ingredient_modal .summary_product_image {
    margin-right: 10px;
  }
}

#order-summary .cart_row .cart_row_info > div:last-child,
#order-summary .cart_row .cart_row_info > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#order-summary .cart_row .cart_row_info > div:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#order-summary #final_ed .text-right, #order-summary #final_skin .text-right, #order-summary #final_hair .text-right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#order-summary .summary_product_image {
  background-color: white;
  border-radius: 10px;
  background-size: 65px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-right: 17px;
  margin-left: 0 !important;
  position: relative;
}
#order-summary .summary_product_image::after {
  display: block;
  content: "1";
  border-radius: 100%;
  background-color: #82c780;
  color: white;
  width: 25px;
  height: 25px;
  right: -8px;
  top: -8px;
  left: auto;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.np_product_name {
  line-height: 1.4;
}
.np_product_name.no_qty {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.np_product_learnmore,
.remove-btn {
  text-decoration: underline !important;
  font-size: 14px;
}

.np_product_price {
  margin-top: 5px;
}

.product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_image_container {
  margin-bottom: 10px;
}

.product_card {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product_card {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .product_card {
    width: 33.333%;
  }
}
.product_card .product_image_container {
  position: relative;
}
.product_card .product_image {
  -o-object-fit: contain;
     object-fit: contain;
  height: 170px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .product_card .product_image {
    height: 210px;
    width: 210px;
  }
}
.product_card .product_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.product_card .product_description .np_product_name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_card.shampoo-conditioner .np_product_name {
  max-width: 22ch;
}

.product_container .add_to_cart_btn,
.np_ingredient_modal .btn,
.cartbtn {
  padding: 9px 10px;
  font-size: 12px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19px !important;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .product_container .add_to_cart_btn,
  .np_ingredient_modal .btn,
  .cartbtn {
    width: 170px;
  }
}
.product_container .add_to_cart_btn.remove-from-cart,
.np_ingredient_modal .btn.remove-from-cart,
.cartbtn.remove-from-cart {
  color: #003d3b !important;
  background-color: white;
  border: 1px solid #003d3b;
}
.product_container .add_to_cart_btn:hover,
.np_ingredient_modal .btn:hover,
.cartbtn:hover {
  -webkit-box-shadow: 0px 0px #ebebd4;
          box-shadow: 0px 0px #ebebd4;
}

.btn.outofstock {
  background-color: #eae9e9;
  border-color: #eae9e9;
  width: 150px;
  color: #cacaca !important;
  -webkit-box-shadow: 8px 8px #f5f5ea;
          box-shadow: 8px 8px #f5f5ea;
}

.product_container {
  padding-bottom: 30px;
}

.con-shopping {
  padding: 10px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center left 12px;
  background-image: url(/assets/icons/arrow-left-tail-large-dark.svg);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
}

.cart_summary {
  padding-bottom: 10px;
}
.cart_summary hr {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .cart_summary hr {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.also-like-section {
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
}

.cart_summary,
.also-like-section {
  padding: 25px 15px 0 15px;
}
@media (min-width: 992px) {
  .cart_summary,
  .also-like-section {
    padding: 25px 35px 0 35px;
  }
}
.cart_summary h5,
.also-like-section h5 {
  margin-bottom: 25px;
}

.also-like-section {
  padding-bottom: 15px;
}

.summary_section {
  padding: 25px 0;
}

#np_grand_total {
  font-size: 25px;
}

.checkout_page {
  position: relative;
}

#cart-summary.checkout_page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cart-summary .cart_summary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#checkout_footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px 53px 10px;
  background-color: white;
  z-index: 3;
  border-top: 1px solid #ccc;
}
@media (min-width: 992px) {
  #checkout_footer {
    padding: 20px 30px 55px;
  }
}

#checkout_to_express,
#go_to_cart_btn,
#individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn) {
  display: block;
  border-radius: 100px;
  color: #003d3b !important;
  padding: 10px ​37px;
  background-color: #82c780;
  border: 0;
}
#checkout_to_express .total_container,
#go_to_cart_btn .total_container,
#individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn) .total_container {
  letter-spacing: 0;
  font-size: 18px;
}
@media (min-width: 992px) {
  #checkout_to_express:hover,
  #go_to_cart_btn:hover,
  #individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn):hover {
    opacity: 0.8;
  }
}
#checkout_to_express.disabled,
#go_to_cart_btn.disabled,
#individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn).disabled {
  opacity: 1 !important;
  pointer-events: none !important;
  background-color: #e1e1e1;
  opacity: 1 !important;
  color: white !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 230px;
}
@media (min-width: 992px) {
  #checkout_to_express.disabled,
  #go_to_cart_btn.disabled,
  #individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn).disabled {
    margin-left: 0;
  }
}

#individual_product .np_product_hero .add_to_cart_btn.outofstock {
  opacity: 1 !important;
  background-color: #e6e6e6 !important;
  color: rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#go_to_cart_btn,
#individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 992px) {
  #go_to_cart_btn,
  #individual_product .np_product_hero .add_to_cart_btn:not(.sleep_btn) {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

#checkout_to_express {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.3;
  padding-top: 10px;
}
.cart_row .cart_row_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cart_row .cart_row_info > div:last-child {
  width: 85px;
  min-width: 85px;
}
.cart_row .cart_row_info > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#cart-summary .cart_row {
  margin-left: -15px;
}

.summary_product_image {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

.also_like_row {
  background-color: #daeed9;
  border-radius: 10px;
  padding: 15px;
  padding-left: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 0 !important;
}
@media (min-width: 992px) {
  .also_like_row {
    padding-right: 25px;
  }
}
.also_like_row .also-like-btn a {
  border-radius: 100px;
  background-color: white;
  border: 1px solid #82c780;
  padding: 6px 50px;
  display: inline-block;
  color: #003d3b !important;
  margin-top: 14px;
}
.also_like_row .also_like_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.also_like_row .np_product_name {
  margin-bottom: 5px;
}
.also_like_row img {
  max-width: 5rem;
  margin-right: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.checkout_summary_header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 3;
}
.checkout_summary_header .checkout_summary_logo {
  height: 70px;
  position: relative;
}
.checkout_summary_header .mosh_logo {
  width: 70px;
  height: 40px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/assets/logo/logo_dark.svg);
}

.collapse-btn {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.collapse-btn > div {
  background-image: url(/assets/icons/cart-1.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center left 12px;
  position: relative;
  padding: 13px 10px 14px 50px;
}
.collapse-btn .hide_order_summary {
  display: inline-block;
  position: relative;
}
.collapse-btn .hide_order_summary::after {
  content: "";
  display: block;
  background-image: url(/assets/icons/arrow-down-dark.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  background-position: center right 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -23px;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.collapse-btn.active .hide_order_summary::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.collapse-btn .summary_price {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.con_payment,
#non_prescription_submit {
  border-radius: 5px;
  padding: 22px;
  margin-top: 5px;
  color: #003d3b !important;
  background-color: #82c780 !important;
}

.con_payment {
  margin-top: 15px;
}

.free_shipping_section {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

#checkout-coupon-detail,
#check-coupon-express {
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  background-image: url(/assets/icons/arrow-right-tail-large-grey.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 120px;
  margin-left: 15px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
#checkout-coupon-detail.active,
#check-coupon-express.active {
  background-color: #c54801;
  border-color: #c54801;
  background-image: url(/assets/icons/arrow-right-tail-large-white.svg);
}

#discount_code_container .discount_approved_tick {
  width: 9px;
  height: 9px;
}

#paypal_section .paypal-button-express {
  background-image: url(/assets/icons/paypal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px;
  display: block;
  border-radius: 10px;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  width: 100%;
  height: 55px;
  background-color: #ffd53f;
  margin-top: 25px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 992px) {
  #paypal_section .paypal-button-express {
    margin-left: auto;
    margin-right: auto;
  }
}

.express_checkout_container {
  padding-top: 27px;
  padding-bottom: 5px;
}
.express_checkout_container h5 {
  margin-bottom: 15px;
}

.express_checkout_container,
#express-checkout {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .express_checkout_container,
  #express-checkout {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.express_checkout_container h5,
#express-checkout h5 {
  margin-top: 1.25rem;
}

.np_go_back {
  display: block;
  text-align: center;
}
.np_go_back > span {
  display: inline-block;
  padding: 16px 0;
  padding-left: 20px;
  background-image: url(/assets/icons/arrow-left-dark.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-family: "MaisonNeue-Demi";
  margin-right: 11px;
}
.np_go_back.np_view_all > span {
  background-image: url(/assets/icons/arrow-right-dark.svg);
  background-position: center right;
  margin-left: 11px;
  margin-right: 0;
  padding-right: 20px;
  padding-left: 0;
}

.sleep-vitamin .product_image, .sleep-vitamin .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/sleep-vitamin.png);
}

.keep-vitamin .product_image, .keep-vitamin .summary_product_image,
.hair-free-addon .product_image,
.hair-free-addon .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/keep-vitamin.png);
}

.shampoo-conditioner .product_image, .shampoo-conditioner .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/shampoo-conditioner.png);
}

.minoxidil .product_image, .minoxidil .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/minoxidil.png);
}

.hair-starter-kit .product_image, .hair-starter-kit .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/hair-starter-kit.png);
}

.fresh-cleanser .product_image, .fresh-cleanser .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/fresh-cleanser.png);
}

.pm-moisturiser .product_image, .pm-moisturiser .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/pm-moisturiser.png);
}

.dark-circle-eliminator .product_image, .dark-circle-eliminator .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/dark-circle-eliminator.png);
}

.daily-skincare-trio .product_image, .daily-skincare-trio .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/daily-skincare-trio.png);
}

.essential-duo .product_image, .essential-duo .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/essential-duo.png);
}

.energy-libido-vitamin .product_image, .energy-libido-vitamin .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/energy-libido-vitamin.png);
}

.weight-loss-shake .product_image, .weight-loss-shake .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/weight-loss-shake.png);
}

.hair-libido-bundle .product_image, .hair-libido-bundle .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/hair-libido-bundle.png);
}

.hair-skin-bundle .product_image, .hair-skin-bundle .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/hair-skin-bundle.png);
}

.pill-box .product_image, .pill-box .summary_product_image,
div[class^=pill-box] .product_image,
div[class^=pill-box] .summary_product_image,
div[class*=" pill-box"] .product_image,
div[class*=" pill-box"] .summary_product_image {
  background-image: url(/assets/product/renders/isolated/png/pill-box.png);
}

.also_like_row.hair .summary_product_image,
.cart_row.hair .summary_product_image {
  background-image: url(/assets/doctors/headshots/paul-goodridge.jpg);
}

.also_like_row.wl .summary_product_image,
.cart_row.wl .summary_product_image {
  background-image: url(/assets/weight_loss/wl-dr-bloch.png);
}

.also_like_row.ed .summary_product_image,
.cart_row.ed .summary_product_image {
  background-image: url(/assets/doctors/headshots/christopher-love.jpg);
}

.also_like_row.skin .summary_product_image,
.cart_row.skin .summary_product_image {
  background-image: url(/assets/doctors/headshots/sabrina-campbell.jpg);
}

.also_like_row.hair .summary_product_image,
.also_like_row.ed .summary_product_image,
.also_like_row.skin .summary_product_image,
.also_like_row.wl .summary_product_image,
.cart_row.hair .summary_product_image,
.cart_row.ed .summary_product_image,
.cart_row.skin .summary_product_image,
.cart_row.wl .summary_product_image {
  background-size: cover !important;
  border-radius: 10px;
  border-radius: 10px;
  max-width: 70px;
  min-width: auto;
  margin: auto 15px;
}
@media (min-width: 992px) {
  .also_like_row.hair .summary_product_image,
  .also_like_row.ed .summary_product_image,
  .also_like_row.skin .summary_product_image,
  .also_like_row.wl .summary_product_image,
  .cart_row.hair .summary_product_image,
  .cart_row.ed .summary_product_image,
  .cart_row.skin .summary_product_image,
  .cart_row.wl .summary_product_image {
    margin-right: 25px;
  }
}

@media (min-width: 992px) {
  .cart_row.hair .np_product_name,
  .cart_row.ed .np_product_name,
  .cart_row.skin .np_product_name {
    max-width: 15ch;
  }
  #cart_shampoo-conditioner .np_product_name {
    max-width: 22ch;
  }
}
#np_reviews .flickity-slider {
  padding-left: 30px;
}

.np_reviews_card {
  min-height: 300px;
  padding-bottom: 50px;
  width: 85%;
  margin-bottom: 40px !important;
}
.np_reviews_card .reviews_rounded_card_name {
  bottom: 50px;
}
.np_reviews_card .np_reviews_card_image {
  position: absolute;
  bottom: -25px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid white;
  background-image: url(/assets/icons/profile_blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
@media (min-width: 500px) {
  .np_reviews_card {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .np_reviews_card {
    width: 36%;
  }
}
@media (min-width: 1200px) {
  .np_reviews_card {
    width: 28%;
  }
}
@media (min-width: 2000px) {
  .np_reviews_card {
    width: 20%;
  }
}
.np_reviews_card#abraham .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_abraham-2.jpg);
}
.np_reviews_card#andrew .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_andrew.jpg);
}
.np_reviews_card#antonio .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_antonio.jpg);
}
.np_reviews_card#christopher .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_christopher.jpg);
}
.np_reviews_card#daniel .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_daniel.jpg);
}
.np_reviews_card#dave .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_dave.jpg);
}
.np_reviews_card#dean .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_dean.jpg);
}
.np_reviews_card#jose .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_jose.jpg);
}
.np_reviews_card#latham .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_latham.jpg);
}
.np_reviews_card#marcus .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_marcus.jpg);
}
.np_reviews_card#myles .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_myles.jpg);
}
.np_reviews_card#rammie .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_rammie.jpg);
}
.np_reviews_card#reece .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_reece.jpg);
}
.np_reviews_card#tim .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_tim.jpg);
}
.np_reviews_card#timothy .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_timothy.jpg);
}
.np_reviews_card#tony .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_tony.jpg);
}
.np_reviews_card#tyler .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_tyler.jpg);
}
.np_reviews_card#wayne .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_wayne.jpg);
}
.np_reviews_card#nicholas .np_reviews_card_image {
  background-image: url(/assets/product/testimonials/testimonials_nicholas.jpg);
}

#np_reviews.scroller .np_reviews_card:first-child {
  margin-left: 15px !important;
}
@media (min-width: 992px) {
  #np_reviews.scroller .np_reviews_card:first-child {
    margin-left: 30px !important;
  }
}

#np_testimonials .scroll-wrapper {
  padding-bottom: 30px;
}

#np_testimonials h3 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #np_testimonials .scroll-element {
    display: none;
  }
  #np_testimonials .scroll-wrapper {
    padding-bottom: 10px;
  }
}
#np_community h4 {
  max-width: 24ch;
}
@media (min-width: 992px) {
  #np_community h4 {
    font-size: 40px;
    max-width: none;
  }
}

#community_carousel {
  margin-top: 25px;
}
#community_carousel .community_carousel_slide {
  width: 50%;
  margin: 0 5px;
}
@media (min-width: 768px) {
  #community_carousel .community_carousel_slide {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  #community_carousel .community_carousel_slide {
    width: 25%;
  }
}
@media (min-width: 2000px) {
  #community_carousel .community_carousel_slide {
    width: 20%;
  }
}
@media (min-width: 2500px) {
  #community_carousel .community_carousel_slide {
    width: 15%;
  }
}
#community_carousel img {
  width: 100%;
}
#community_carousel .flickity-button {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0;
  background-position: center !important;
  background-image: url(/assets/icons/arrow-left-tail-large-dark.svg) !important;
}
#community_carousel .flickity-button.next {
  right: 0;
  left: auto;
  background-image: url(/assets/icons/arrow-right-tail-large-dark.svg) !important;
}

.detail_confirm {
  margin-top: 26px;
}

.shipping_address_check_container {
  margin-bottom: 5px;
}

.or_divider {
  border-bottom: 1px solid #ccc;
}

.panel_loading {
  background-image: url(/assets/icons/loading.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .panel_loading {
    width: 700px;
    left: auto;
  }
}

.panel_loading.reveal {
  opacity: 0.4;
  z-index: 100;
}

/* INDIVIDUAL PRODUCT PAGES */
.np_product_hero {
  text-align: center;
}

.product_hero_images {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

#individual_product .np_product_hero {
  position: relative;
}
@media (min-width: 992px) {
  #individual_product .np_product_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #individual_product .np_product_hero .product_hero_images {
    position: relative;
    width: 50%;
  }
  #individual_product .np_product_hero h4 {
    font-size: 37px;
  }
}
@media (min-width: 1200px) {
  #individual_product .np_product_hero .product_hero_images {
    width: 55%;
  }
}

.np_product_hero .product_hero_text {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #individual_product .np_product_hero .product_hero_text {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.product_hero_carousel {
  margin-left: auto;
  margin-right: auto;
}

.product_hero_carousel .product_hero_slide {
  width: 100%;
  height: 270px;
  display: none;
}
.product_hero_carousel .product_hero_slide.is-selected {
  display: block;
  left: 0 !important;
}
@media (min-width: 768px) {
  .product_hero_carousel .product_hero_slide {
    height: 350px;
  }
}
.product_hero_carousel .product_hero_slide img {
  width: 100%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .product_hero_carousel .product_hero_slide img {
    height: 350px;
  }
}
.product_hero_carousel .product_hero_slide.main_product img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 992px) {
  #individual_product .product_hero_carousel .product_hero_slide {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  #individual_product .product_hero_carousel .product_hero_slide {
    height: 650px;
  }
}
@media (min-width: 992px) {
  #individual_product .product_hero_carousel .product_hero_slide img {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  #individual_product .product_hero_carousel .product_hero_slide img {
    height: 650px;
  }
}
@media (min-width: 768px) {
  #individual_product .product_hero_carousel .product_hero_slide.main_product img {
    width: 350px;
  }
}
@media (min-width: 992px) {
  #individual_product .product_hero_carousel .product_hero_slide.main_product img {
    width: 450px;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1200px) {
  #individual_product .product_hero_carousel .product_hero_slide.main_product img {
    width: 650px;
    width: 550px;
  }
}

video,
.floater {
  display: none;
}

.product_hero_thumbnails {
  margin-top: 70px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_hero_thumbnails .product_hero_thumbnail {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_hero_thumbnails .product_hero_thumbnail:first-child img {
  width: 80%;
  height: 80%;
  margin: auto;
}
.product_hero_thumbnails .product_hero_thumbnail.active {
  opacity: 1;
}
.product_hero_thumbnails img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  #individual_product .product_hero_thumbnails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: auto;
    margin: 0;
  }
  #individual_product .product_hero_thumbnails .product_hero_thumbnail {
    margin: 5px 0;
  }
}
.np_product_hero .flickity-page-dots {
  bottom: -35px;
  z-index: 6;
}
.np_product_hero .flickity-page-dots .dot {
  width: 12px !important;
  height: 12px !important;
  border-color: #ccc !important;
  background-color: transparent !important;
}
.np_product_hero .flickity-page-dots .dot.is-selected {
  background-color: #ebebd4 !important;
}

.add_to_cart_btn.add_to_cart_btn_big {
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  font-size: 14px;
}

.np_product_hero .add_to_cart_btn.add_to_cart_btn_big {
  margin-bottom: 10px !important;
}

#np_ingredients .add_to_cart_btn.add_to_cart_btn_big {
  margin-top: 30px !important;
}

@media (min-width: 1200px) {
  #individual_product .np_product_hero .flickity-page-dots {
    bottom: 17px;
  }
}

.review_widget_inline {
  display: block;
  background-image: url(/assets/icons/green-stars.svg);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: top 7px left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 6rem;
  height: 1.5rem;
}

#individual_product .np_key_benefits {
  margin-top: 5px;
}

.vitamin_fineprint {
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.green_dotpoints ul {
  list-style: none;
  padding-left: 27px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .green_dotpoints ul {
    padding-left: 12px;
  }
}
.green_dotpoints ul li {
  position: relative;
  margin-bottom: 5px;
}
.green_dotpoints ul li::before {
  content: "";
  background-color: #82c780;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 7px;
}

.green_dotpoints {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #individual_product .green_dotpoints ul {
    padding-left: 24px;
  }
}

.np_product_hero .np_key_benefits {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .np_product_hero .np_key_benefits {
    margin-bottom: 35px;
  }
}
.np_product_hero .np_key_benefits .green_dotpoints {
  margin-top: 10px;
  max-width: 500px;
}

#individual_product .np_product_hero .np_key_benefits {
  margin-bottom: 0;
}

.np_ingredient_modal .np_product_hero .np_key_benefits {
  max-width: 350px;
}

.np_ingredient_modal .np_product_hero#product_hero_hair-skin-bundle .np_key_benefits {
  max-width: 410px;
}

.np_faqs {
  font-size: 16px;
  border-top: 1px solid #ccc;
}
.np_faqs .faq_item {
  border-bottom: 1px solid #ccc;
}
.np_faqs .faq_item h5 {
  margin-bottom: 0;
}
.np_faqs .faq_answer {
  padding-left: 10px;
  padding-right: 10px;
}
.np_faqs .faq_question {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
}
.np_faqs .faq_question::after {
  background-size: contain;
  width: 13px;
  height: 13px;
  top: 23px;
  right: 10px;
}

.np_testimonial {
  background-color: white;
  border-radius: 10px;
  text-align: left;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
.np_testimonial img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .np_testimonial img {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .np_testimonial {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    padding-bottom: 50px;
  }
  .np_testimonial strong {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .np_testimonial {
    width: 27%;
  }
}
.np_testimonial h4 {
  margin-top: 10px;
  margin-bottom: 0;
}

#np_testimonials .text_bubble {
  margin-bottom: 30px;
}

#np_ingredients h3,
#np_testimonials h3 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #np_ingredients h3,
  #np_testimonials h3 {
    margin-bottom: 35px;
  }
}

#np_ingredients h4 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #np_ingredients h4 {
    margin-top: 70px;
  }
}
#np_ingredients h4:first-of-type {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #np_ingredients h4 {
    font-size: 24px;
  }
}

#np_ingredients .fineprint {
  padding-top: 0;
}

#customers_also_bought h3 {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  #customers_also_bought h3 {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  #individual_product .np_product_hero .np_key_benefits, #individual_product .np_product_hero .review_widget_inline {
    margin-left: 0;
  }
}
.cart-check {
  position: fixed;
  padding: 15px;
  padding-bottom: 3px;
  padding-top: 15px;
  width: 100%;
  z-index: 97;
  bottom: -107px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: white;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .cart-check {
    padding-top: 15px;
  }
}
.cart-check .btn {
  margin-top: 0;
}
.cart-check.reveal {
  opacity: 1;
  bottom: 0;
}

.cartisempty {
  display: none;
  padding-top: 10px;
  padding-bottom: 35px;
  text-align: center;
  font-size: 14px;
}

.keepbrowsing {
  text-decoration: underline !important;
}

.np_ingredient_modal .modal-dialog {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .np_ingredient_modal .modal-dialog {
    max-width: 700px;
    margin-top: 10vh;
  }
}
.np_ingredient_modal .modal-body {
  padding: 0;
}

.modal_load {
  background-image: url(/assets/icons/loading.svg);
  background-size: 30px;
  background-position: center top 160px;
  background-repeat: no-repeat;
  width: 100%;
  height: 74%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 5;
}
.modal_load.reveal {
  pointer-events: all;
  opacity: 1;
}

.see_full_page {
  font-size: 16px;
  margin-top: 15px;
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 17px;
  padding-bottom: 20px;
}
.see_full_page strong {
  position: relative;
}
.see_full_page strong::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/icons/arrow-right-tail-dark.svg);
  top: 4px;
  bottom: auto;
  left: auto;
  right: -20px;
}

@media (max-width: 768px) {
  #np_testimonials {
    padding-top: 30px;
  }
}
.cart_container {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .cart_container {
    margin-left: 17px;
  }
}

#product_hero_shampoo-conditioner h4 {
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #individual_product #product_hero_shampoo-conditioner h4,
  #individual_product .product_hero_text .np_qty,
  #individual_product .green_dotpoints {
    margin-left: 0 !important;
  }
}
#product_hero_hair-skin-bundle .product_hero_text .np_qty {
  font-size: 16px;
}

#individual_product .product_hero_text .np_qty {
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #individual_product .packaging_may_vary {
    margin-left: 0;
  }
}
.main_ingredient {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #ccc;
}
@media (min-width: 992px) {
  .main_ingredient {
    width: 120px;
    height: 120px;
  }
}

.np_faqs .secondary_ingredients {
  margin-top: 15px;
  margin-bottom: 10px !important;
}

@media (min-width: 992px) {
  .main_ingredients_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_ingredients_flex .main_ingredient_container {
    margin-top: 0;
  }
  .main_ingredients_flex.two .main_ingredient_container {
    width: 45%;
  }
  .main_ingredients_flex.three .main_ingredient_container {
    width: 30%;
  }
  .main_ingredients_flex.four .main_ingredient_container {
    width: 20%;
  }
}
.main_ingredient_container {
  margin-top: 30px;
}
.main_ingredient_container:first-child {
  margin-top: 0;
}

@media (max-width: 1200px) {
  #individual_product .breadcrumbs {
    top: -35px;
  }
}
.ingredient_list_modal {
  font-size: 14px;
}
.ingredient_list_modal .modal-body {
  padding: 20px;
}

.ingredient_list {
  margin-top: 20px;
}

.key_ingredient_solo {
  text-align: center;
}
.key_ingredient_solo p {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .key_ingredient_solo {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
#minox_membership {
  display: none;
  max-width: 50ch;
  margin-bottom: 25px;
}

@media (min-width: 2000px) {
  #individual_product .container,
  .np_testimonials_show .container {
    max-width: 1500px;
  }
}
@media (min-width: 1200px) {
  #np_ingredients .container {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  #np_ingredients {
    padding-top: 125px;
    padding-bottom: 105px;
  }
}
#energy-libido-preorder input[type=email] {
  margin-bottom: 10px;
}

#energy-libido-preorder p {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

#energy-libido-preorder input[type=submit] {
  background-color: #82c780 !important;
  color: #003d3b !important;
}

.np_product_description {
  display: none;
}

.modal_fineprint {
  max-width: 62ch;
  position: relative;
  top: -6px;
}
@media (min-width: 992px) {
  .modal_fineprint {
    top: -10px;
  }
}

.afterpay_widget,
.cart_afterpay_widget {
  padding: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  text-align: center;
}

.cart-check .afterpay_widget,
.cart_afterpay_widget,
.afterpay_widget_static {
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: -10px;
  width: calc(100% + 80px);
  margin-left: -40px;
  overflow: hidden;
}

.modal .afterpay_widget {
  margin-bottom: 0;
  margin-top: -20px;
}
@media (max-width: 576px) {
  .modal .afterpay_widget {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal .afterpay_widget,
.afterpay_widget_static {
  margin-top: -17px;
}

@media (min-width: 992px) {
  .afterpay_widget_static {
    text-align: left;
    margin-left: -64px;
  }
}

#checkout_footer .cart_afterpay_widget {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
}

.np_product_discount {
  text-decoration: line-through;
  color: #c54801;
}
