.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #018f1f;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.blue-button {
  background-color: #489fd9;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, 0.5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #4dbd90;
  color: #4dbd90;
}

.section {
  padding-top: 70px;
  padding-bottom: 40px;
}

.section.supplement-header-upper {
  margin-bottom: -70px;
  padding-bottom: 0px;
  background-color: #468d71;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.supplement-header-upper.keto-boost {
  background-color: #a74c4d;
}

.section.supplement-header-upper.beginners-guide {
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-color: #dde7ed;
}

.section.supplement-header-upper.keto-energy {
  background-color: #ffd69e;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.supplement-header-lower {
  padding-top: 100px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section.supplement-header-lower.keto-boost {
  background-color: #611618;
}

.section.supplement-header-lower.keto-energy {
  background-color: #fff1de;
}

.section.home-header {
  padding-bottom: 70px;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-shadow: none;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.brand-link {
  text-decoration: none;
}

.supplement-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  margin-bottom: 68px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 0px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.person.review-person {
  margin-top: 15px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 20px;
}

.small-text {
  color: hsla(0, 0%, 100%, 0.31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.mt-2 {
  margin-top: 20px;
}

.review-count {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}

.white {
  color: #fff;
}

.main-subtitle-non-header {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.main-subtitle-non-header.free-shipping-text {
  margin-top: 11px;
  font-size: 16px;
}

.check-item {
  margin-bottom: 15px;
  padding-left: 30px;
  background-image: url('../images/check.png');
  background-position: 0% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  list-style-type: none;
}

.check-list {
  padding-left: 0px;
  list-style-type: none;
}

.mb-2 {
  margin-bottom: 20px;
}

.review-container {
  margin-top: -20px;
}

.section-title {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-7 {
  margin-top: 70px;
}

.highlighted {
  background-color: #fdfbdc;
}

.mt-0 {
  margin-top: 0px;
}

.free-shipping-container {
  padding-left: 40px;
  background-image: url('../images/shipping2.png');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.free-shipping-container.free-shipping-light {
  background-image: url('../images/shiping2-light.png');
}

.px-1 {
  padding-right: 10px;
  padding-left: 10px;
}

.mb-7 {
  margin-bottom: 70px;
}

.align-left {
  text-align: left;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.column {
  padding-right: 10px;
  padding-left: 10px;
}

.home-subtitle {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cms-content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  line-height: 34px;
  text-shadow: none;
}

.number-list {
  list-style-type: decimal;
}

.large-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
}

.optin-form {
  padding: 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.mb-1 {
  margin-bottom: 10px;
}

.subtitle {
  margin-top: 30px;
  margin-bottom: 10px;
}

.subtitle.mt-3 {
  margin-top: 30px;
}

.form-input {
  font-size: 16px;
}

.last-name-col {
  padding-left: 0px;
}

.last-name-div {
  margin-left: 5px;
}

.order-form-label {
  font-size: 14px;
}

.first-name-div {
  margin-right: 5px;
}

.first-name-col {
  padding-right: 0px;
}

.input-error-label {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #f50101;
}

.order-summary-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.order-summary-title.order-summary-total {
  margin-top: 10px;
}

.order-summary {
  font-size: 14px;
}

.order-summary.order-summary-shipping-line {
  margin-top: 10px;
}

.payment-option {
  margin-bottom: 10px;
  padding: 10px;
  border: 3px solid #f0f0f0;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/circle-outline.png');
  background-position: 10px 15px;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.payment-option.payment-option-selected {
  border-color: #aaa;
  background-image: url('../images/checked.png');
}

.complete-order-button {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.big-order-form-spacer {
  margin-bottom: 150px;
}

.error-alert {
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #c70f0f;
  color: #fff;
}

.payment-container {
  padding-top: 15px;
}

.security-code-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.payment-option-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
}

.credit-card-select-container {
  padding-right: 10px;
}

.address-select-button {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}

.shipping-to-summary {
  color: #777;
  font-size: 16px;
}

.shipping-to-summary.change-ship-to {
  text-align: right;
}

.shipping-to {
  padding: 1px 10px 10px;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.center {
  display: block;
  text-align: center;
}

.center.add-to-cart-success-container {
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.shipping-address-suggestion {
  font-size: 16px;
  text-align: center;
}

.shipping-modal-try-again {
  margin-top: 32px;
  text-align: center;
}

.shipping-validation-modal {
  padding: 20px 20px 40px;
  border-style: solid;
  border-width: 3px;
  border-color: #b3b3b3;
  border-radius: 5px;
  background-color: #fff;
}

.order-form-section {
  background-color: #f7f7f7;
}

.order-form-container {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

.order-form-image {
  margin-bottom: 11px;
  padding-right: 20px;
  padding-left: 0px;
}

.radio-button-label {
  padding-right: 20px;
  padding-left: 0px;
}

.radio-button-label._2-bottle-quick-fix {
  padding-right: 12px;
  padding-left: 0px;
}

.order-form-reviews-slider {
  padding-top: 15px;
  border-radius: 5px;
  background-color: #d8d8d8;
}

.dark {
  color: #333;
}

.mt-3 {
  margin-top: 30px;
}

.bold {
  font-weight: 500;
}

.old-price-2 {
  color: #929292;
  text-decoration: line-through;
}

.red-sale-text {
  color: #fd1919;
}

.text {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}

.quantity-selector-row-item {
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.quantity-selector-row-item.quantity-active {
  border-width: 2px;
  border-color: #141414;
  background-image: url('../images/checked.png');
  background-position: 2.5% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.quantity-selector-row-list {
  padding-left: 0px;
  list-style-type: none;
}

.upsell-product-container {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.paragraph {
  font-weight: 300;
}

.cursor {
  cursor: pointer;
}

.mb-3 {
  margin-bottom: 30px;
}

.country-modal-content {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.country-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cookie-container {
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #000;
}

.cookie-row-header {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.mt-1 {
  margin-top: 10px;
}

.sale-now {
  margin-bottom: 15px;
  padding: 5px;
  border-style: none;
  border-width: 1px;
  border-color: #7c1212;
  border-radius: 5px;
  background-color: #fc8181;
  color: #fff;
  text-align: center;
}

.sale-countdown {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.sale-countdown.sale-countdown-red {
  background-color: #fc8181;
  color: #fff;
}

.sale-counter.sale-counter-large {
  font-size: 20px;
}

.strikethrough {
  text-decoration: line-through;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }

  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }

  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }

  .main-feature-group {
    margin-top: 0px;
  }

  .main-image {
    margin-top: 49px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .section.supplement-header-upper {
    margin-top: 51px;
  }

  .section.home-header {
    margin-top: 51px;
  }

  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .feature {
    margin-bottom: 32px;
    text-align: center;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }

  .last-name-div.m-0 {
    margin-left: 0px;
  }

  .first-name-div.m-0 {
    margin-right: 0px;
  }

  .section-2 {
    padding: 32px 15px;
  }
}

@media screen and (max-width: 479px) {
  .section.supplement-header-upper {
    margin-top: 0px;
  }

  .section.home-header {
    margin-top: 0px;
  }

  .check-item {
    text-align: left;
  }

  .free-shipping-container {
    margin-top: 15px;
    padding-top: 20px;
    padding-left: 0px;
    background-position: 50% 0%;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .number-list {
    text-align: left;
  }

  .last-name-div.m-0 {
    margin-left: 0px;
  }

  .first-name-div.m-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .order-form-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .upsell-product-container {
    border-style: none none solid;
    border-radius: 0px;
  }

  .section-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

