/*START OF CUSTOM CSS*/
.readmore a {
  max-width: 70%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 4px rgba(255, 255, 255, .38);
  -moz-box-shadow: inset 0 2px 4px rgba(255, 255, 255, .38);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, .38);
  border-radius: 10px;
  background-color: #FFB50B;
  border: solid 1px #FFB50B;
  background-image: -webkit-linear-gradient(bottom, #FFB50B, #FFD00F 50%);
  background-image: -moz-linear-gradient(bottom, #FFB50B, #FFD00F 50%);
  background-image: -o-linear-gradient(bottom, #FFB50B, #FFD00F 50%);
  background-image: -ms-linear-gradient(bottom, #FFB50B, #FFD00F 50%);
  background-image: linear-gradient(to top, #FFB50B, #FFD00F 50%);
  font-size: 22px;
  line-height: 1.3em;
  font-weight: bold;
  font-family: 'Merriweather', serif;
  color: #2A1C00;
  display: block;
  margin: 40px auto;
  padding: 20px 40px;
  text-decoration:none !important;
  text-align: center;
}

.readmore a:hover {
  background-image: linear-gradient(to bottom, #FFB50B, #FFD00F 50%);
  text-decoration:none !important;
}

a.cta.w-inline-block {
    background: none;
    border: none;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.checkbox_container{
    width: 85%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.checbox_label {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.discount_box{
  display: block;
  width: 500px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  padding: 0px 15px 25px;
  border-style: dotted;
  border-width: 5px;
  border-color: #e5e1de;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.header_discount{
  height: 65px;
  margin: 15px auto;
  padding-right: 0px;
  border-top: 4px solid #c50100;
  border-bottom: 4px solid #c50100;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  color: #c50100;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.discount_main_text{
  display: block;
  width: 90%;
  margin: 0px auto 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.3;
  text-align:center;
}
.discount_price_wrapper{
    width: 70%;
}
.discount_text2{
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}
.discount_text2 strong{
  color: #ff0004;
}
.discount_link2{
  display: block;
  width: 80%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  float: none;
  border-radius: 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f50), to(#ff8c00));
  background-image: linear-gradient(180deg, #f50, #ff8c00);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 2.5;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
}
.discount_link2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c24303), to(#ff8c00));
  background-image: linear-gradient(180deg, #c24303, #ff8c00);
}

@media (max-width: 767px) {
    
    .checkbox_container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    
}

@media (max-width: 479px) {
    .time-mag {
      width: 210px !important;
      margin: auto !important;
      float: none !important;
    }
    .readmore a{
        max-width: 100%;
        padding: 20px 20px;
        font-size: 20px;
    }
    
    .discount_box {
      width: 97%;
      margin: auto;
      display: block;
  }
  .header_discount {
      height: auto;
      font-size: 35px;
  }
  .discount_main_text{
      font-size:22px;
  }
  .discount_price_wrapper {
      width: 100%;
  }
  .discount_text2 {
      font-size: 22px;
      text-align: left;
  }
  .discount_link2 {
      display: block;
      width: 90%;
      font-size: 20px;
      line-height: 2.2;
      height: 50px;
      text-decoration: none;
  }
}

/*END OF CUSTOM CSS*/

body {
  font-family: Merriweather, serif;
  color: #161616;
  font-size: 15px;
  line-height: 22px;
}

p {
  margin-bottom: 13px;
}

.container {
  display: block;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

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

.content-section {
  padding-bottom: 50px;
}

.footer-section {
  min-height: 350px;
}

.main-header {
  font-family: Vollkorn, serif;
  color: #1f1f22;
  font-size: 39px;
  line-height: 55px;
  font-style: italic;
  font-weight: 700;
}

.main-header.center {
  color: #202020;
  font-size: 51px;
  line-height: 55px;
  font-style: normal;
  text-align: center;
}

.hightlight-text {
  font-family: Volkhov, sans-serif;
  color: #e05722;
  font-size: 55px;
  font-style: italic;
  font-weight: 700;
}

.header-h2 {
  font-family: Volkhov, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
}

.header-h2.mid {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-style: normal;
  text-align: center;
}

.header-h2.mid.bold {
  font-weight: 700;
}

.header-h2.mid.bold.serif {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.header-h2.mid.xbold {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  float: none;
  color: #c53700;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.header-h2.mid.xbold-u {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  float: none;
  color: #c53700;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.header-h2.mid.xbold-2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  float: none;
  color: #c53700;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.header-h2.mid.xbold-copy {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  float: none;
  color: #c53700;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.header-h2.mid.xbold-copy {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
  color: #c53700;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.hero-box-wrapper {
  margin-bottom: 30px;
  padding: 10px 0px 0px;
  border: 1px none #f6f2e9;
  border-radius: 30px;
  background-image: none;
  box-shadow: none;
  color: #fff;
}

.content-xs-header {
  margin-bottom: 15px;
  color: #1a1a1a;
  font-size: 19px;
  line-height: 27px;
  font-weight: 600;
}

.content-xs-header.italic {
  font-size: 21px;
  font-style: italic;
  text-align: center;
}

.content-xs-header.green {
  margin-top: 0px;
  color: #e49200;
  font-size: 18px;
}

.list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 27px;
  margin-bottom: 5px;
  padding-left: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: url('../images/check_1check.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  font-family: Merriweather, serif;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 700;
}

.list-box.circle {
  min-height: 32px;
  padding-left: 46px;
  background-image: url('../images/check2_1check2.png');
  background-position: 0px 50%;
}

.list-box.regular-font {
  font-weight: 400;
}

.list-box.icon-text {
  position: relative;
  min-height: 100px;
  padding: 0px 35px 10px 45px;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
}

.columns-section {
  margin-top: 22px;
  margin-bottom: 20px;
}

.separator-line {
  display: block;
  width: 18%;
  height: 8px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #e0dcd3;
  opacity: 0;
}

.separator-line.inside {
  width: auto;
  height: 1px;
  margin: 5px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #181515;
  opacity: 1;
}

.nathan-hageman-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px dashed #dba42f;
  border-radius: 30px;
  box-shadow: 0 5px 25px -1px rgba(0, 0, 0, .2);
  font-size: 14px;
  line-height: 21px;
}

.doctor-image {
  overflow: hidden;
  width: 200px;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #ebac28;
  border-radius: 0px;
}

.doctor-image-wrapper {
  margin-left: 35px;
  font-size: 11px;
  text-align: center;
}

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

.bold-font.name {
  color: #e05722;
  font-size: 15px;
}

.mark-ritz-message-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mark-ritz-message {
  margin-bottom: 20px;
  margin-left: 30px;
}

.bold-font-2 {
  font-size: 18px;
  line-height: 28px;
}

.table-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.xsmall-font {
  font-size: 14px;
  line-height: 22px;
}

.xsmall-font.copyright {
  margin-bottom: 25px;
  font-size: 11px;
  line-height: 1.4;
}

.center {
  text-align: center;
}

.center.italic-center {
  font-style: italic;
}

.table-row {
  margin-bottom: 2px;
  padding: 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #faf5e8;
  font-size: 14px;
}

.table-row.light {
  background-color: #faf7f0;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.reason-box-wrapper {
  min-height: 200px;
  margin-bottom: 15px;
  padding: 25px 30px 15px;
  border: 2px dashed #f3cb83;
  border-radius: 10px;
  background-color: #fffdf3;
  background-image: none;
  box-shadow: 0 5px 25px -1px rgba(0, 0, 0, .15);
  font-size: 14px;
  line-height: 22px;
}

.reason-box-wrapper.margin {
  position: relative;
  margin-bottom: 30px;
  padding-right: 224px;
}

.reason-box-wrapper.below {
  margin-bottom: 30px;
}

.ratio-image {
  position: absolute;
  top: -77px;
  right: -27px;
}

.ratio-circle {
  overflow: hidden;
  width: 245px;
  height: 245px;
  border: 6px solid #ebac28;
  border-radius: 10000px;
  background-color: #fff;
  box-shadow: none;
}

.nutrition-facts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.nutrition-facts-box {
  width: 50%;
  padding-right: 33px;
  padding-left: 10px;
}

.nutrition-facts-header {
  padding-bottom: 5px;
  border-bottom: 10px solid #181515;
  font-size: 16px;
  text-align: left;
}

.nutrition-list {
  margin-bottom: 0px;
  padding-top: 3px;
  border-bottom-color: #201d1d;
  font-size: 17px;
  line-height: 20px;
}

.nutrition-list.small-border {
  border-bottom-style: solid;
  border-bottom-width: 5px;
}

.nutrition-list.big-border {
  border-bottom: 10px solid #181616;
}

.nutrition-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none #bfbfbf;
  text-decoration: none;
}

.nutrition-row.bottom {
  border-bottom-style: none;
}

.nutrition-row.small-font {
  border-bottom-style: solid;
  font-size: 14px;
  line-height: 18px;
}

.nutrition-row.small-font.go-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-style: none;
}

.nutri-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
}

.nutri-list.right {
  padding-left: 10px;
}

.nutri-list.nl-left {
  padding-right: 5px;
}

.nutrition-block {
  padding: 5px 10px;
  border: 7px solid #181515;
  font-size: 13px;
  line-height: 18px;
}

.nutrition-block.nb-bottom {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.powerade-image {
  margin-top: 7px;
  margin-bottom: 20px;
}

.nutralytes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nutralytes-wrapper.inside-nw {
  -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;
}

.nutralytes-image {
  display: block;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
}

.supplement-facts-image {
  margin-bottom: 20px;
}

.list-block {
  padding-right: 0px;
  padding-left: 0px;
}

.nutrition-block-wrapper {
  box-shadow: 0 5px 25px -1px rgba(0, 0, 0, .15);
  font-family: 'Open Sans', sans-serif;
}

.amazon-flash-sale-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dad8d8;
  border-radius: 2px;
  box-shadow: 0 5px 25px -1px rgba(0, 0, 0, .15);
  text-align: center;
}

.amazon-flash-sale-wrapper.add-margin {
  margin-bottom: 25px;
}

.green-line {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c1d94f;
}

.amazon-flash-sale-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.review-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 20px auto 15px;
  -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;
}

.review-image {
  width: 53%;
}

.pay-image {
  display: block;
  width: 70%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.amazon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px 5px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #172c78;
  border-radius: 15px;
  background-color: #ffcd5d;
  box-shadow: inset 0 3px 4px 2px #fff1a8, 0 5px 25px -1px rgba(0, 0, 0, .15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #161616;
  text-decoration: none;
}

.amazon-link:hover {
  border-color: #ffda73;
  background-color: #ffda73;
  box-shadow: inset 0 0 0 0 #fff1a8, 0 5px 25px -1px rgba(0, 0, 0, .15);
}

.amazon-column {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.amazon-column.ac-content {
  padding-top: 10px;
  padding-bottom: 15px;
}

.green-text {
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #00a836;
  font-size: 22px;
  line-height: 25px;
}

.red-text {
  margin: 5px auto;
  font-family: 'Open Sans', sans-serif;
  color: #df0000;
  font-size: 30px;
  line-height: 34px;
}

.text-review {
  width: 42%;
  color: #0065c3;
}

.column-40 {
  width: 40%;
}

.buy-block {
  width: 45%;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.smaller-logo {
  max-width: 160px;
  margin-bottom: 30px;
}

.footer-link {
  color: #c53700;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.buy-link {
  display: block;
  margin-top: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.buy-link:hover {
  text-decoration: none;
}

.link {
  display: block;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.block {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-block-image {
  position: absolute;
  left: -24px;
  top: -6px;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
}

.icon-block-image.a {
  background-image: url('../images/update-2-vision_1update-2-vision.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-block-image.b {
  background-image: url('../images/update-2-brain_1update-2-brain.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-block-image.c {
  background-image: url('../images/update-2-c_1update-2-c.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-block-image.d {
  background-image: url('../images/update-2-vitality_1update-2-vitality.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-block-image.e {
  background-image: url('../images/update-2-e_1update-2-e.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-block-image.f {
  background-image: url('../images/update-2-heart_1update-2-heart.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-block-image.biotin {
  background-image: url('../images/update-2-biotin_1update-2-biotin.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.supplement-block {
  padding-top: 0px;
  padding-left: 0px;
}

.vitamin-paragraph {
  display: none;
}

.bold-red {
  color: #e05722;
}

.regular-sized {
  font-size: 16px;
  line-height: 24px;
}

.bold-yellow {
  color: #e49200;
}

.heading {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 38px;
}

.bold-text {
  display: block;
  margin-top: 5px;
}

.italic-text {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-style: italic;
}

.text-block {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.image {
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.image-2 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.link-2 {
  display: block;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.link-2:hover {
  text-decoration: none;
}

.italic-amazon {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: italic;
  text-align: left;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 38px;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 38px;
}

.italic-text-3 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
}

.italic-text-4 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
}

.italic-text-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.bold-text-2 {
  display: block;
  margin: 5px auto;
}

.italic-text-6 {
  width: 42%;
  margin-left: 10px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrapper.above {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-inline {
  width: 70%;
}

.image-inline {
  width: 50%;
  margin-bottom: 13px;
  padding-left: 30px;
}

.want-image {
  width: 40%;
  margin-bottom: 13px;
  padding-right: 20px;
}

.div-60 {
  width: 60%;
}

.div-60.d60-italic {
  font-style: italic;
}

.text-italic {
  font-style: italic;
}

.buy-text {
  font-size: 20px;
}

.amazon-logo {
  margin-top: 5px;
}

.column-22 {
  width: 22%;
  margin-right: 10px;
}

.amazon-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.amazon-image {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.blue {
  color: #002258;
}

.content_image {
  max-width: 45%;
  padding-right: 20px;
  padding-bottom: 10px;
  float: left;
}

.content_image.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -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;
}

.content_image.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
}

.image-3 {
  max-width: 110%;
}

.image-4 {
  max-width: 70%;
}

.text-reg {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: line-through;
}

.text-free-ship {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #f76a1f;
  font-size: 18px;
  font-weight: 700;
}

.price {
  font-family: 'Open Sans', sans-serif;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 600;
}

.sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 20px;
  border: 3px solid #c6df5e;
  border-radius: 14px;
}

.content_header {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #e5370f;
  font-size: 30px;
  text-align: center;
}

.content_header.inside {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #c53700;
  font-size: 54px;
  line-height: 65px;
}

.column_sale {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button {
  padding: 35px 64px;
  border: 2px solid #f4c31b;
  border-radius: 10px;
  background-color: #ffce00;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fbeb05, #fdcf07);
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 52px;
  font-style: italic;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .6);
}

.button.small {
  padding: 24px 35px;
  font-size: 40px;
  text-shadow: none;
}

.best-deal {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #f76a1f;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.price-detail-wrapper {
  padding-right: 20px;
}

.product-column {
  width: 50%;
  margin-top: 10px;
  margin-left: -6px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  float: left;
}

.bottle_h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Volkhov, sans-serif;
  color: #002881;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}

._60days-seal {
  width: 75%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product_image {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.content_block {
  padding-top: 5px;
  padding-bottom: 1px;
  float: none;
  clear: both;
}

.product-sale {
  margin-top: 15px;
  margin-bottom: 0px;
  border: 1px solid #c6df5e;
  border-radius: 5px;
  box-shadow: 0 5px 25px -1px rgba(0, 0, 0, .15);
  text-align: center;
}

.product-sale.best-deal {
  border-width: 7px;
  border-color: #c6df5e;
  border-radius: 7px;
}

.cta {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 22px 10px;
  border: 2px solid #ffce00;
  border-radius: 15px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fffcee, #ffd00f 51%, #ffad00 94%);
  box-shadow: 4px 4px 9px -2px rgba(0, 0, 0, .2);
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.cta:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fffcee 16%, #ffd00f 74%, #ffad00);
  box-shadow: none;
}

.decline-link {
  display: block;
  margin-top: 35px;
  margin-bottom: 25px;
  color: #0000f3;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.decline-link:hover {
  text-decoration: none;
}

.product-container {
  -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;
}

.price-detail-column {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 10px;
  float: left;
}

.red-text-2 {
  margin: 5px auto;
  font-family: 'Open Sans', sans-serif;
  color: #df0000;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.red-text-2.small-text {
  color: #000;
  font-size: 22px;
}

.red-text-2.bigger {
  font-size: 37px;
}

.regular-price {
  margin: 10px auto;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  text-decoration: line-through;
}

.header_container {
  display: block;
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.header_logo {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.content_container {
  margin-top: 25px;
}

.ty_subheader {
  font-family: Exo, sans-serif;
  color: #e84923;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.headline_wrapper {
  margin-top: 25px;
}

.headline_h1 {
  display: block;
  margin: 30px auto 40px;
  font-family: Volkhov, sans-serif;
  color: #002881;
  font-size: 55px;
  line-height: 1.1;
  text-align: center;
}

.p-text-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

.p-text-2.center {
  font-size: 17px;
  text-align: center;
}

.content_section {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 25px;
}

.content_section.ty_section {
  width: 650px;
  padding-right: 40px;
  padding-left: 40px;
}

.footer_container {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-bold-u {
  text-decoration: underline;
}

.p-text-u-i {
  font-style: normal;
  text-decoration: underline;
}

.img-div {
  margin-bottom: 10px;
  text-align: center;
}

.img-keto {
  max-width: 90%;
  float: none;
  text-align: center;
}

.text-span {
  text-decoration: underline;
}

.text-block-2 {
  font-weight: 700;
}

.nutrition-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #bfbfbf;
  text-decoration: none;
}

.nutrition-row-2.bottom {
  border-bottom-style: none;
}

.nutrition-row-2.small-font {
  border-bottom-style: solid;
  font-size: 14px;
  line-height: 18px;
}

.nutrition-row-2.small-font.go-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-style: none;
}

.bold-sup {
  font-size: 12px;
}

.bold-mg {
  font-size: 15px;
  font-weight: 700;
}

.amazon-image-2 {
  width: 90%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.p-text-4 {
  height: 50px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}

.blue-line {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #1b2f5b;
}

.head-sub-text {
  font-family: Volkhov, sans-serif;
  color: #f76a1f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: -16px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 38px;
}

.amazon-column-2 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.amazon-column-2.ac-content {
  padding: 10px 20px 15px 10px;
}

.text-block-3 {
  margin-bottom: 20px;
  text-align: left;
}

.img-keto-fuel {
  position: static;
  display: inline-block;
  max-width: 80%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 0px;
  text-align: center;
}

.text-span-2 {
  text-decoration: underline;
}

.text-span-3 {
  text-decoration: underline;
}

.image-5 {
  width: 70%;
}

.sale-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 20px 20px 10px;
  border: 2px solid #e8b019;
  border-radius: 5px;
}

.text-symptoms {
  margin-bottom: 20px;
  border: 2px dashed #f76a1f;
  border-radius: 8px;
  background-color: #f6f7f8;
  box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, .19);
  opacity: 1;
}

.list-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 27px;
  margin-bottom: 5px;
  padding-left: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: url('../images/check_2check.png');
  background-repeat: no-repeat;
  font-family: Merriweather, serif;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 700;
}

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

.footnotes_container {
  margin-top: 45px;
  padding: 35px 45px;
  border-top: 1px solid #c2c2c2;
}

.footnote-text {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
}

.flex_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.red_text {
  font-family: 'Open Sans', sans-serif;
  color: #e5370f;
  font-size: 44px;
  line-height: 50px;
  font-style: italic;
  font-weight: 700;
}

.amazon_text_heading {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0, 0, 0, .15);
}

.block_60 {
  width: 100%;
  margin-right: 10px;
  padding-top: 27px;
  text-align: center;
}

.column_22 {
  width: 22%;
  margin-right: 10px;
}

.amazon_block {
  box-shadow: 0 1px 25px 2px rgba(0, 0, 0, .2);
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
}

.review_text {
  padding-left: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #0065c3;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.link_amazon {
  display: block;
  margin-top: 11px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.normal_text {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.column_amazon {
  width: 45%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block_40 {
  width: 100%;
  text-align: center;
}

.amazon_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 19px auto;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #f8ce70;
  box-shadow: inset 4px 4px 8px 3px #fbefb1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.amazon_button:hover {
  background-color: #fbefb1;
}

.green_text {
  font-family: 'Open Sans', sans-serif;
  color: #309906;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

.ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line_block {
  min-height: 13px;
  background-color: #c53700;
}

.flex_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  background-color: #fcfbf4;
}

.flex_column.even {
  background-color: #f8f6ef;
}

.column_inside {
  width: 100%;
}

.inside_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/icon-1_1icon-1.png');
  background-position: 23px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
}

.inside_text.brain {
  background-image: url('../images/icon-2_1icon-2.png');
  background-position: 23px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.inside_text.head {
  background-image: url('../images/icon-3_1icon-3.png');
}

.inside_text.head_ball {
  background-image: url('../images/icon-4_1icon-4.png');
}

.inside_text.face {
  background-image: url('../images/icon-5_1icon-5.png');
}

.inside_text.heart {
  background-image: url('../images/icon-6_1icon-6.png');
}

.inside_text.bone {
  background-image: url('../images/icon-7_1icon-7.png');
}

.inside_text.plate {
  background-image: url('../images/icon-8_1icon-8.png');
}

.inside_text.circle {
  background-image: url('../images/icon-9_1icon-9.png');
}

.inside_text.joints {
  background-image: url('../images/icon-10_1icon-10.png');
}

.inside_text.triple_dot {
  background-image: url('../images/icon-11_1icon-11.png');
}

.product_image-2 {
  max-width: 100%;
}

.img-keto-copy {
  max-width: 45%;
  float: right;
  text-align: center;
}

.img-exoketo {
  max-width: 50%;
  float: none;
  text-align: center;
}

.list_item {
  min-height: 25px;
  margin-left: 13px;
  padding-bottom: 25px;
  padding-left: 50px;
  background-image: url('../images/check_logo_1check_logo.png');
  background-position: 2px 3px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 22px;
}

.list_item.last_item {
  padding-bottom: 0px;
}

.list_item.less_padding_bottom {
  padding-bottom: 15px;
}

.flex_col._60_percent {
  width: 60%;
}

.flex_image {
  padding-left: 15px;
}

.line_box {
  margin-bottom: 30px;
  padding: 20px;
  border: 3px dashed #e5370f;
  border-radius: 16px;
  background-color: #fffef1;
  box-shadow: 0 6px 25px -1px rgba(0, 0, 0, .2);
  font-family: Merriweather, serif;
}

.line_box.half_check {
  margin-bottom: 33px;
  border: 4px solid #f3f3f3;
  border-radius: 10px;
  background-color: transparent;
}

.p-text-list {
  font-size: 16px;
}

.number_reference {
  font-family: Merriweather, serif;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
}

.paragraph {
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
}

.img-ketovi {
  max-width: 90%;
  float: none;
  text-align: center;
}

.superscript {
  display: inline;
  height: 15px;
  min-height: 24px;
  min-width: 14px;
  float: none;
  font-size: 12px;
  line-height: 20px;
}

.superscript-2 {
  font-size: 1px;
}

.super {
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
}

.num {
  padding-right: 0px;
  padding-left: 40px;
  text-align: left;
}

.image-6 {
  max-width: 110%;
}

.img-ketobod {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-7 {
  display: block;
  float: none;
  clear: none;
  border: 1px none #000;
  opacity: 1;
}

.cta-image {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .list-box.icon-text {
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 70px;
  }
  .ratio-image {
    right: -12px;
  }
  .ratio-circle {
    width: 220px;
    height: 220px;
  }
  .icon-block-image {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
  .flex-wrapper.above {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    margin-bottom: 20px;
  }
  .super {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-header.center {
    font-size: 34px;
    line-height: 38px;
  }
  .hightlight-text {
    font-size: 40px;
  }
  .header-h2.mid {
    font-size: 19px;
    line-height: 26px;
  }
  .content-xs-header.italic {
    font-size: 19px;
    line-height: 24px;
  }
  .nathan-hageman-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .doctor-image-wrapper {
    margin-bottom: 10px;
  }
  .mark-ritz-message-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mark-ritz-message {
    margin-left: 0px;
  }
  .table-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reason-box-wrapper.margin {
    padding-right: 30px;
  }
  .ratio-image {
    position: relative;
    top: 0px;
    right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ratio-circle {
    margin-right: auto;
    margin-left: auto;
  }
  .nutrition-facts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nutrition-facts-box {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .nutrition-facts-box.content {
    padding-bottom: 0px;
    text-align: center;
  }
  .nutrition-facts-box.box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nutralytes-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nutralytes-image {
    width: auto;
    margin-left: 0px;
  }
  .div-block {
    width: 100%;
  }
  .amazon-flash-sale-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-flex {
    width: 50%;
  }
  .review-image {
    width: 55%;
  }
  .pay-image {
    display: inline-block;
  }
  .buy-link {
    display: block;
  }
  .left-align {
    text-align: left;
  }
  .link {
    display: block;
  }
  .main-logo {
    max-width: 160px;
  }
  .heading {
    font-size: 35px;
  }
  .italic-amazon {
    font-size: 16px;
  }
  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-inline {
    width: 100%;
  }
  .image-inline {
    width: auto;
    padding-left: 0px;
  }
  .want-image {
    width: auto;
    padding-right: 0px;
  }
  .div-60 {
    width: 100%;
  }
  .amazon-image {
    width: 65%;
  }
  .content_image {
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    float: none;
    text-align: center;
  }
  .sale {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_header.inside {
    margin-top: 15px;
  }
  .product-column {
    padding-right: 10px;
  }
  .bottle_h3 {
    font-size: 45px;
  }
  .cta {
    width: 95%;
    border-radius: 100px;
    font-size: 25px;
    line-height: 1.3;
  }
  .price-detail-column {
    padding-top: 10px;
  }
  .red-text-2 {
    font-size: 26px;
  }
  .red-text-2.bigger {
    font-size: 30px;
  }
  .header_container {
    width: 100%;
  }
  .headline_h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 40px;
  }
  .content_section {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .content_section.ty_section {
    width: 95%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer_container {
    width: 95%;
  }
  .amazon-image-2 {
    width: 65%;
  }
  .heading-4 {
    font-size: 35px;
  }
  .sale-2 {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-symptoms {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
  }
  .flex_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .red_text {
    font-size: 34px;
    line-height: 40px;
  }
  .amazon_text_heading {
    font-size: 40px;
  }
  .block_60 {
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .green_text {
    font-size: 30px;
    line-height: 35px;
  }
  .flex_column {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
  .flex_column.even {
    background-color: transparent;
  }
  .column_inside {
    margin-bottom: 10px;
  }
  .column_inside.odd_inside {
    background-color: #fcfbf4;
  }
  .column_inside.even_inside {
    background-color: #f8f6ef;
  }
  .list_item {
    padding-bottom: 20px;
  }
  .flex_col._60_percent {
    width: 100%;
  }
  .flex_image {
    padding-bottom: 20px;
    text-align: center;
  }
  .number_reference {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-header.center {
    line-height: 1.1;
  }
  .hightlight-text {
    font-size: 34px;
  }
  .header-h2.mid {
    line-height: 1.2;
  }
  .header-h2.mid.xbold {
    font-size: 27px;
  }
  .nathan-hageman-section {
    border-radius: 5px;
  }
  .doctor-image-wrapper {
    margin-left: 0px;
  }
  .flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reason-box-wrapper.below {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ratio-circle {
    width: 200px;
    height: 200px;
  }
  .nutrition-facts-box.box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .review-flex {
    width: 100%;
  }
  .amazon-link {
    margin-top: 18px;
  }
  .text-review {
    font-size: 16px;
  }
  .main-logo {
    max-width: 140px;
  }
  .heading {
    font-size: 23px;
  }
  .amazon-image {
    width: 90%;
  }
  .content_image.product {
    background-size: cover;
  }
  .content_image.product {
    background-size: cover;
  }
  .image-4 {
    max-width: 100%;
  }
  .price {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1;
  }
  .content_header.inside {
    margin-top: 0px;
    font-size: 42px;
    line-height: 1.2;
  }
  .column_sale {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.small {
    width: 100%;
    padding: 15px 10px;
    font-size: 24px;
    line-height: 1.2;
  }
  .best-deal {
    height: 40px;
    font-size: 25px;
    line-height: 1.2;
  }
  .price-detail-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-column {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  ._60days-seal {
    width: 80%;
  }
  .product_image {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .product-sale.best-deal {
    height: auto;
    margin-top: 5px;
    border-width: 5px;
  }
  .cta {
    width: 100%;
    padding: 10px 5px 12px;
    border-radius: 10px;
    font-size: 27px;
  }
  .price-detail-column {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .red-text-2.small-text {
    font-size: 20px;
  }
  .red-text-2.bigger {
    font-size: 28px;
  }
  .regular-price {
    font-size: 20px;
  }
  .headline_h1 {
    font-size: 36px;
  }
  .p-text-2 {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .content_section.ty_section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .amazon-image-2 {
    width: 90%;
  }
  .heading-4 {
    font-size: 30px;
  }
  .image-5 {
    width: 90%;
    max-width: 100%;
  }
  .amazon_text_heading {
    font-size: 35px;
    line-height: 40px;
  }
  .block_60 {
    padding-top: 15px;
  }
  .review_text {
    padding-top: 10px;
    padding-left: 0px;
  }
  .block_40 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ratings {
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list_item {
    margin-left: 0px;
    padding-left: 40px;
  }
  .img-ketobod {
    width: 100%;
  }
  .cta-image {
    width: 100%;
  }
}

@font-face {
  font-family: 'Effra Regular';
  src: url('../fonts/effra_std_rg-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra Bold';
  src: url('../fonts/effra_std_bd-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra Light';
  src: url('../fonts/effra_std_lt-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Book';
  src: url('../fonts/kastelov_-_axiforma_book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Heavy';
  src: url('../fonts/kastelov_-_axiforma_heavy-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Bold';
  src: url('../fonts/kastelov_-_axiforma_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Semibold';
  src: url('../fonts/kastelov_-_axiforma_semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Thin';
  src: url('../fonts/kastelov_-_axiforma_thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Regular';
  src: url('../fonts/kastelov_-_axiforma_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Medium';
  src: url('../fonts/kastelov_-_axiforma_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Extrabold';
  src: url('../fonts/kastelov_-_axiforma_extrabold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Black';
  src: url('../fonts/kastelov_-_axiforma_black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Axiforma Light';
  src: url('../fonts/kastelov_-_axiforma_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}