/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html, body {
    overflow-x: hidden;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 900;
    /* font-size: 10px; */
    color: var(--black);
    scroll-behavior: smooth;

    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body{
  margin:0;
  background: #fff;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:0 0}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

/* Box Sizing
 * ========================================================================== */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
 * ========================================================================== */

.clearfix:before,
.wrap:before {
  content: " ";
  display: table;
}

.clearfix:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
  visibility: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  display: none;
}

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

@media only screen and (min-width: 800px) {
  .mobile-hide {
    visibility: visible;
    position: relative;
    display: block;
  }

  .mobile-show {
    visibility: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute;
  }
}

/* Typography
 * ========================================================================== */

html {
  font-size: 62.5%;
}

body {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0 0 25px;
  font-weight: 700;
  line-height: 1.1;
}
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.1;
}

/* Display */

h1 {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.0;
}

/* Headline */

h2 {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 42px;
  font-weight: 700;
}

/* Title */

h3 {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 32px;
  font-weight: 900;
}

.fs-65 {font-size:65px;}
@media (max-width: 767.98px) {
	.fs-65 {font-size:40px;}
}

/* SubTitle */

h4 {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 24px;
}
blockquote {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 18px;
}

blockquote {
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
.testimonial {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  padding: 20px;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 75px;
  color: #004483;
  margin-top: 20px;
}
.quote-author {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  font-style: normal;
  color: #0076c7;
}
.quote-author:before {
  content: '\2014'' ';
}

/* Mast */

h5,
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  /*text-transform: uppercase;*/
  /*letter-spacing: .24px;*/
}

/* Small */

small,
.button.small {
  font-size: 10px;
}

p {
  margin: 0 0 1.625em;
  padding: 0;
}

p.intro {
  font-size: 18px;
  line-height: 1.8;
}

strong {
  font-weight: 900;
}

blockquote {
  margin: 20px 0 20px 0px;
  padding-left: 30px;
  border-left: 4px solid #9c9a9d;
}

.entry-content blockquote {
  padding-left: 5px;
}

blockquote p:last-of-type {
  margin: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 8px;
  color: #333333;
  border: 1px solid #e1e1e8;
  background-color: #f7f7f9
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 1px;
  margin: 0 0 1px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 3px;
  margin: 2px auto;
}

cite {
  font-style: normal;
}

hr,
.clear-line {
  overflow: hidden;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 0 0 4px;
  padding: 4px 0 0;
}

@media only screen and (min-width: 560px) {
  html {
    font-size: 62.5%;
  }
}

.lead {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .lead {
    font-size: 22px;
    line-height: 1.4em;
  }
}

/* Links
 * ========================================================================== */

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

/* NEW PAGE STYLES */

.section-repeat {
  padding: 45px 0px 55px;
}
.text-indent-1 {
  padding-left: 30px;
}
.text-indent-2 {
  padding-left: 60px;
}
.text-indent-3 {
  padding-left: 90px;
}
.text-indent-4 {
  padding-left: 120px;
}
@media (max-width: 560px) {
  .text-indent-1, .text-indent-2, .text-indent-3, .text-indent-4 {
    padding-left: 0px;
  }
}
.large-heading {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
  font-weight: 400;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
.weight-100 {
  font-weight: 100;
}
.weight-300 {
  font-weight: 300;
}
.weight-700 {
  font-weight: 700;
}
.rotate-3 {
  transform: rotate(-3deg);
}
.small-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .large-heading {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .medium-heading {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .rotate-3 {
    transform: rotate(0deg);
  }
}
.puredose-micelle {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.magnesium-product {
  font-size: 60px;
  margin-bottom: 12px;
}
.vitality-mineral {
  font-size: 34px;
  text-transform: uppercase;
}
@media (max-width: 475px) {
  .magnesium-product {
    font-size: 50px;
    margin-bottom: 9px;
  }
  .vitality-mineral {
    font-size: 28px;
  }
}
.section-repeat-loyalty {
  font-size: 18px;
  line-height: 20px;
}
.img-inline-left {
  float: left;
}
.img-inline-right {
  float: right;
}
.img-left {
  border: 5px solid #9c9a9d;
  /*border-image-slice: 1;*/
  max-width: 300px;
  /*border-width: 5px;
  border-image-source: linear-gradient(to left, #9c9a9d, #c6c8d0, #a9aab5, #777e84, #a9aab5, #c6c8d0, #9c9a9d);*/
  margin-left: -75px;
  margin-right: 20px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.img-left-circle {
  border: 5px solid #41aaf7;
  max-width: 300px;
  margin-left: -75px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.img-right {
  border: 5px solid #9c9a9d;
  /*border-image-slice: 1;*/
  /*max-width: 400px;*/
  border-width: 5px;
  /*border-image-source: linear-gradient(to left, #9c9a9d, #c6c8d0, #a9aab5, #777e84, #a9aab5, #c6c8d0, #9c9a9d);*/
  /*margin-right: -50px;*/
  margin-left: 20px;
  margin-bottom: 5px;
  border-radius: 20px;
}
.img-universities {
  width: 375px;
  margin-bottom: 25px;
}
.ian-img-wrap {
  display: grid;
  align-items: end;
}
.img-bottom-justified {
  display: grid;
}
.img-border-none {
  border: none;
}
.img-brocoli { 
  border: none;
  width: 450px;
  transform: rotate(7deg);
}
.img-rotate-left { 
  border: none;
  width: 450px;
  transform: rotate(-7deg);
}
.img-packet { 
  border: none;
  transform: rotate(7deg);
}
.img-vitamine { 
  width: 350px;
  border: none;
  transform: rotate(7deg);
}
@media (max-width: 991.98px) {
  .ian-img-wrap {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
  }
  .img-bottom-justified {
      max-width: 220px;
      display: block;
      margin: 0px auto;
  }
  .img-left, .img-right {
    float: none;
    display: block;
    margin: 20px auto;
  }
  .img-brocoli, .img-rotate-left { 
    width: 300px;
    display: block;
    margin: 20px auto;
  }
}
@media (max-width: 767.98px) {
  .img-left {
    max-width: 240px;
  }
  .img-right {
    max-width: 240px;
  }
  .img-left, .img-right {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
@media (max-width: 600.98px) {
  .img-left, .img-right {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.img-pool-gate {
  margin-top: -160px;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
}
@media (max-width: 991.98px) {
  .img-walker {
    margin-left: 0px;
    max-width: 250px;
  }
  .img-pool-gate {
    margin-top: 10px;
    float: none;
    display: block;
    margin: 20px auto;
  }
}

.learning-curve {
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.hero-font {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
}
.lust-display {
  font-family: lust-display, serif !important;
  font-weight: 400;
  font-style: italic;
}
.img-border-gradient {
  border-image-source: linear-gradient(to left, #9c9a9d, #c6c8d0, #a9aab5, #777e84, #a9aab5, #c6c8d0, #9c9a9d);
  margin: 0px auto 15px;
  display: block;
  width: 300px;
}
.border-gradient {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
}
@media (max-width: 991.98px) {
  .img-flavor {
    max-width: 320px;
  }
}

/* TEXT COLORS AND BG COLORS */
.white {
  color: #ffffff !important;
}
.yellow {
  color: #e5b200 !important;
}
.blue-dk {
  color: #004483 !important; /* 0, 68, 131 */ /* #0069b2 | 0, 105, 178 */
}
.blue-mid {
  color: #0076c7 !important; /* 0, 118, 199 */
}
.blue-lt {
  color: #41aaf7 !important; /* 65, 170, 247 */ /* 579dd0 | 87, 157, 208 */
}
.green {
  color: #6ab34f !important;
}
.green-lt {
  color: #52fd13 !important;
}
.red {
  color: #bf0005 !important; /* #AD3D5C */
}
.purple {
  color: #0e1c67 !important;
}
.orange {
  color: #f45338;
}
.red-highlight {
  background: #bf0005;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3;
}
.green-highlight {
  background: #6ab34f;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3;
}
.blue-highlight {
  background: #41aaf7;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3;
}
.red-bg {
  background: #bf0005 !important;
}
.blue-bg {
  background: #004483 !important; /* #4866c0 #579dd0 */
}
.blue-bg-lt {
  background: #41aaf7 !important; /* #4866c0 #579dd0 */
}
.blue-bg-mid {
  background: #0076c7 !important; /* #4866c0 #579dd0 */
} 
.green-bg {
  background: #6ab34f !important;
}
.lt-green-bg {
  background: #6d8d8a;
}
.purple-bg {
  background: #0e1c67 !important;
}
.purple-blue-overlay {
  background: linear-gradient(35deg, rgba(14,28,103,0.8), rgba(0,118,199,0.95));
  color: white !important;
  padding: 45px 0px 55px;
}
.purple-overlay {
  background: linear-gradient(35deg, rgba(104,13,167,0.9), rgba(23,1,94,0.9));
  color: white !important;
  padding: 45px 0px 55px;
}
.purple-overlay2 {
  background: linear-gradient(45deg, rgba(13,0,99,1.0), rgba(16,24,33, 0.25));
  padding: 45px 0px 55px;
  color: white;
}
.white-yellow-overlay {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(229,178,0,0.5));
  padding: 45px 0px 55px;
}
.white-yellow-overlay2 {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(229,178,0,0.25));
  padding: 45px 0px 55px;
}
.white-yellow-overlay3 {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(229,178,0,0.55));
  padding: 45px 0px 55px;
}
.white-green-overlay {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(106,179,79,0.55));
  padding: 45px 0px 55px;
}
.white-overlay {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(255,255,255,0.85));
  padding: 45px 0px 55px;
}
.white-overlay2 {
  background: linear-gradient(35deg, rgba(255,255,255,1.0), rgba(255,255,255,0.7));
  padding: 45px 0px 55px;
}
@media (max-width: 767.98px) {
  .white-overlay2 {
    background: linear-gradient(35deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85));
    padding: 45px 0px 55px;
  }
}
.light-blue-overlay {
  background: linear-gradient(110deg, rgba(87, 157, 208, 1.0), rgba(87, 157, 208, 0.5));
  padding: 45px 0px 55px;
}


/* NUTRITION LABEL */
#nutrition-facts {
  padding-top: 40px;
  padding-bottom: 50px;
}
.nutrition-label {
  border: 5px solid #212227;
  /*margin: 20px;*/
  max-width: 400px;
  /*padding: 0.5px;*/
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  display: block;
  margin: 0px auto 30px;
}
.nutrition-label p {
  margin-bottom: 0px !important;
}
.nutrition-header {
  padding: 5px;
  border-bottom: 5px solid #212227;
}
.nutrition-label-title {
  font-weight: 700;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  color: #212227;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 28px;
  margin: 0px;
  text-transform: uppercase;
}
.nutrition-header p {
  /*font-weight: 700;*/
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.nutrition-header p span {
  font-size: 20px;
}
.aps-wrap {
  padding: 5px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  border-bottom: 1px solid #212227;
}
.aps-heading {
  font-weight: 700;
  font-size: 16px;
}
.aps-sub-wrap {
  padding: 5px;
  display: grid;
  align-items: end;
  grid-template-columns: 3fr 1fr;
  border-bottom: 5px solid #212227;
}
.aps-sub-heading {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0px;
}
.calories-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
}
.calories-sub-heading {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0px;
  font-weight: 700;
}
.calories-sub-number {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  line-height: 1em;
}
.calories {
  display: grid;
  align-content: end;
}
.calories p {
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}
.label-section {
  border-bottom: 4px solid #212227;
}
.label-main-heading {
  padding: 5px;
  display: grid;
  grid-template-columns: 2fr 0.5fr 0.5fr;
  border-bottom: 2px solid #212227;
}
.label-main-heading sup {
  line-height: 9px;
}
.label-main-heading p {
  text-align: right;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0px;
}
.label-items-main, .label-items-additional {
  font-size: 14px;
  line-height: 1em;
}
.label-item-main {
  padding: 3px 5px;
  border-bottom: 1px solid #212227;
  border-top: 1px solid #212227;
}
.label-item-sub {
  padding: 3px 5px 3px 15px;
  border-bottom: 1px solid #212227;
}
.label-item-main, .label-item-sub {
  display: grid;
  grid-template-columns: 2fr 0.5fr 0.5fr;
}
.label-item-main p, .label-item-sub p {
  text-align: right;
}
.label-item-title {
  text-align: left !important;
}

.label-footer {
  padding: 5px;
}
.label-footer p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.label-footer p span {
  font-style: normal;
}
.ingredients-label {
  font-size: 20px;
  margin-bottom: 4px;
}
.ingredients-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.caution-label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

/* SALES PAGE STYLES */
#sales-intro {
  background: linear-gradient(45deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 340px;
  height: 100%;
  position: relative;
  z-index: 1000;
  /*border-bottom: 9px solid #0069b2;*/
}
#sales-intro .sales-intro-content {
  padding-top: 120px;
  padding-bottom: 115px;
}
/*#sales-intro h1 {
  font-size: 80px;
  font-weight: 900;
  color: #212227;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1.0);
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
}
#sales-intro h1 span {
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 100px;
}*/
.subtitle {
  font-size: 35px;
  font-weight: 700;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  /* letter-spacing: 4px; */
  color: #212227;
  /*text-transform: uppercase;*/
  margin-bottom: 25px;
}
.link-text {
  font-size: 18px !important;
  line-height: 1.6em !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.justify-header-content {
  justify-content: space-between;
}
.mid-weight {
  font-weight: 500 !important;
}
.bright-green {
  color: #6ab34f !important;
}
@media (max-width:574.98px) {
  .justify-header-content {
    justify-content: center;
    display: grid;
  }
  .justify-header-content .sm-logo-main .img-main-logo {
    width: 185px !important;
  }
  .justify-header-content .btn-main {
    margin: 0px 0px 10px;
    padding: 5px 10px;
  }
} 
.text-shadow-green {
  text-shadow: 0px 1px 2px #6ab34f;
}
.red-curve {
  height: 220px;
  margin-top: -218px;
  position: relative;
  z-index: 1000;
  background: url('../images/red-curve.png') repeat-x;
}
.main-overlay {
  /*border-image-source: linear-gradient(to left, #9c9a9d, #c6c8d0, #a9aab5, #777e84, #a9aab5, #c6c8d0, #9c9a9d);
  border-bottom: 5px solid;
  border-image-slice: 1;
  border-width: 5px;*/
  background: linear-gradient(33deg, rgba(0,0,0,0.75), rgba(0,0,0,0.05));
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
/*@media (max-width:991.98px) {
  .main-overlay {
    background: linear-gradient(45deg, rgba(255,255,255,1.0), rgba(255,255,255,0.7));
  }
} */
/*#sales-intro h1 span {
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 100px;
}*/
#sales-intro .sales-title {
  font-size: 55px;
  font-weight: 900;
  line-height: 1.1em;
  /*color: #212227;*/
  text-shadow: 0px 2px 2px rgb(0,0,0);
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  margin-bottom: 30px;
}
#sales-intro .sales-title span {
  font-size: 95px;
  font-weight: 900;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
}
#sales-intro .sales-intro-content h2 span {
  font-size: 46px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 991px) {
  #sales-intro .sales-title {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.1em;
    /*color: #212227;*/
    text-shadow: 0px 2px 2px rgb(0,0,0);
    font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
    margin-bottom: 30px;
  }
  #sales-intro .sales-title span {
    font-size: 125px;
    font-weight: 900;
    font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  }
}
.subtitle {
  font-size: 35px;
  line-height: 37px;
  font-weight: 700;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  color: #212227;
  margin-bottom: 25px;
}
.section-gray {
  background: #f1f1f1;
}
.section-repeat h2, .section-repeat h3 {
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
}
/*.section-repeat .lead {
  margin-bottom: 1px;
}*/
.rose-box {
  background: rgba(215,184,195,0.25);
  padding: 25px;
  border-radius: 14px;
  margin-bottom: 15px;
}
.reasons-number {
  width: 65px;
  height: 65px;
  background: #6ab34f;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin: 0px auto 10px;*/
  margin-bottom: 10px;
}
.reasons-number p {
  color: white;
  font-weight: 600;
  line-height: 45px;
  font-size: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
}
.number-wrap {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 20px;
  align-items: center;
}
.reasons-number-big {
  width: 150px;
  height: 150px;
  background: #bf0005;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin: 0px auto 10px;*/
  margin: 0px auto 20px;
}
.reasons-number-big p {
  color: white;
  font-weight: 600;
  line-height: 45px;
  font-size: 70px;
  margin-bottom: 0px;
  text-align: center;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
}
@media (max-width: 768px) {
  #sales-intro .sales-intro-content h2 {
    font-size: 33px;
  }
  #sales-intro .sales-intro-content h2 span {
    font-size: 40px;
  }
  #sales-intro .sales-title span {
    font-size: 80px;
    font-weight: 900;
    font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  }
  .number-wrap {
    display: grid;
    grid-template-columns: 100px auto;
  }
  .reasons-number-big {
    width: 100px;
    height: 100px;
  }
  .reasons-number-big p {
    line-height: 45px;
    font-size: 50px;
  }
}
/* Five Column Grid */
.grid-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 30px;
}
.grid-column {
  display: grid;
  /*margin: 10px;*/
  align-items: center;
  flex-wrap: wrap;
  width: 100px;
  text-align: center;
}
.grid-img-sm {
  margin: 0px auto 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #eaeaea;
}
.img-svg {
  display: block;
  margin: 10px auto;
  max-width: 300px;
}
.heart-ul-large {
  margin-bottom: 30px;
}
.heart-ul-large li {
  background-image: url(https://everbella.com/wp-content/themes/everbella/images/heart-icon-eucalyptus.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: top 5px left;
  list-style: none;
  line-height: 1.4em;
  font-size: 18px;
  /* margin-bottom: 10px; */
  padding: 0px 10px 10px 45px;
}
.img-circle-sales-inline {
  max-height: 200px;
  max-width: 200px;
  display: block;
  margin: 10px auto 20px;
  border-radius: 50%;
  border: 5px solid #0d403d;
}
.img-circle {
  max-height: 400px;
  max-width: 400px;
  display: block;
  margin: 10px auto 20px;
  border-radius: 50%;
}
.img-circle-sm {
  width: 250px;
  height: 250px;
  padding: 25px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  background: white;
}
.circle1 {
  position: relative;
  z-index: 1;
  /*margin-left: -150px;*/
}
.circle2 {
  position: relative;
  z-index: 2;
  margin-top: -75px;
  margin-right: -75px;
}
.circle3 {
  position: relative;
  z-index: 3;
  margin-top: -90px;
  margin-left: -20px;
}
.img-testimonial {
  width: 75px;
  height: 75px;
  display: block;
  margin: -60px auto 20px;
  border: 5px solid white;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
}
@media (max-width: 991.98px) {
  .circles-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .img-circle-sm {
    max-width: 200px;
    max-height: 200px;
    padding: 25px;
  }
  .circle1 {
    position: relative;
    z-index: 1;
    /*margin-left: -150px;*/
    margin: 0px auto;
  }
  .circle2 {
    position: relative;
    z-index: 2;
    margin: 0px auto;
  }
  .circle3 {
    position: relative;
    z-index: 3;
    margin: 0px auto;
  }
}
@media (max-width: 767.98px) {
  .circles-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .img-circle-sm {
    max-width: 150px;
    max-height: 150px;
    padding: 25px;
  }
}
@media (max-width: 574.98px) {
  .circles-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .circle1 {
    position: relative;
    z-index: 1;
    /*margin-left: -150px;*/
  }
  .circle2 {
    position: relative;
    z-index: 2;
    /*margin-top: 10px;
    margin-right: 20%;*/
  }
  .circle3 {
    position: relative;
    z-index: 3;
    /*margin-top: 10px;
    margin-left: 30%;*/
  }
}
.img-circle-negative-margins {
  margin: -85px auto -110px;
}
.img-border-red {
  border: 5px solid #bf0005;
}
.img-signature {
  width: 150px;
}
.img-bottle {
  transform: rotate(5deg);
  max-width: 200px;
  display: block;
  margin: 0px auto;
}
.img-cinnamon-roll {
  width: 300px;
  float: right;
  margin-right: -150px;
}
.myth {
  display: grid;
  grid-template-columns: 70px auto;
  grid-gap: 10px;
}
.img-myth {
  width: 70px;
  margin: 0px auto;
  display: block;
}
.img-university {
  width: 200px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.ways {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 20px;
  align-items: center;
  border-bottom: 2px solid #81A997;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.ways p {
  margin-bottom: 0px;
}
.img-ways {
  width: 150px;
  margin: 0px auto;
  display: block;
}
.guarantee-180 {
  border-bottom: 2px solid #81A997;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.guarantee-180 p {
  margin-bottom: 0px;
}
.img-guarantee-180 {
  width: 300px;
  margin-left: -150px;
  /*margin: 0px auto;*/
  margin-right: 20px;
  display: block;
  float: left;
}
.img-guarantee {
  width: 300px;
  display: block;
  margin: 0px auto;
}
.section-product {
  border-top: 9px solid #0076c7;
  border-bottom: 9px solid #0076c7;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.section-product .img-circle-product {
  /*border: 9px solid #0076c7;*/
  /*box-shadow: 0px 4px 10px rgba(0,0,0,0.5);*/
}
.callout-inline {
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 15px;
}
.callout-inline p {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0px;
}
.bg-special {
  background: #6ab34f;
}

/* Prices */
.price-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0)); 
  /*border-radius: 9px;*/
  padding: 5px 5px 20px;
  box-shadow: 5px 5px 12px rgb(0,0,0,0.25) inset, -8px -8px 9px rgb(255,255,255,0.5) inset;
  margin-bottom: 20px;
  text-align: center;
}
.price-one {
  margin-top: 25px;
}
.best-value {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
}
.price-first {
  margin-top: 25px;
}
.product-name-mini {
  font-weight: 700;
  text-shadow: 0px 1px 1px #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
}
.product-name-mini span {
  font-size: 32px;
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.price-callout {
  /*background: rgba(109, 141, 138, 1.0);*/
  background: rgba(0,0,0,0.5);
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7px;
  color: white;
  text-shadow: 0px 1px 1px #000000;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}
.price-callout-best {
  /*background: rgba(106,179,79,1.0);*/
  /*background: #6ab34f;*/
  background: linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fedfcb, #d1a493, #9c7566);
  padding: 10px;
  text-transform: uppercase;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  margin-bottom: 7px;
  color: #212227;
  text-shadow: 0px 1px 1px #ffffff;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}
.savings-ribbon {
  background: #6ab34f;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  position: absolute;
  font-size: 25px;
  left: 15px;
  top: 30%;
  text-transform: uppercase;
  transform-style: preserve-3d;
  transform: rotate(-17deg) skew(-17deg, 10deg);
  border-radius: 0px 3px 3px 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);
}
.price-crossout {
  font-size: 28px;
  font-weight: 400;
  color: #bf0005;
  margin-bottom: 20px;
  text-decoration: line-through solid;
  text-decoration-thickness: 2px;
}
.price-cbp {
  font-size: 36px;
  font-weight: 900;
  color: #6ab34f;
  margin-bottom: 40px;
}
.price-item .btn-wrap {
  margin-bottom: 50px;
}
.price-item .btn-main, .btn-orange {
  background: #fc9903;
  background: linear-gradient(0deg, #fc5503, #fc9903);
  padding: 20px 25px;
  border-radius: 9px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.price-item .btn-main:hover, .btn-orange:hover {
  background: #6ab34f;
  margin-bottom: 25px;
  box-shadow: 0px 4px 10px rgba(255,255,255,1.0);
}
@media (max-width: 991.98px) {
  .img-guarantee {
    margin: 0px auto 20px;
  }
}
@media (max-width: 767.98px) {
  .img-product-small {
    max-width: 320px;
  }
}
.img-cards {
  width: 200px;
  margin-bottom: 20px;
}
.img-mbg {
  width: 200px;
  margin-bottom: 10px;
}
.price-callout-empty {
  /*background: rgba(106,179,79,0.75);*/
  padding: 7px 10px;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  /*margin-bottom: 7px;*/
}
.supply-level {
  font-size: 20px;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
}
.bottle-amount {
  font-size: 24px;
  color: #212227;
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}

#footer-sales {
  display: grid;
  /*background: #f2f2f2; */
  padding-top: 40px;
  padding-bottom: 65px;
}
#footer-sales .sm-logo-footer {
  width: 250px;
}
#footer-sales .sm-logo-footer svg, #footer-sales .sm-logo-footer img {
  margin: 10px auto 20px;
  width: 250px;
}
#footer-sales .footer-p {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  margin-bottom: 10px;
}

footer {
  background-color: #103043;
}

footer .elem svg {
  fill: #fff;
}

footer .elem p {
  color: #fff;
  text-transform: capitalize;
}

.icon {
  width: 24px;
  margin-right: 10px;
}

footer a.elem:hover p {
  color: #75cbfc;
}

footer a.elem:hover svg {
  fill: #75cbfc;
}


footer ul a {
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}

footer ul li:after {
  content: '|';
  color: #fff;
  margin: 0 10px;
}

footer ul li:last-child:after {
  display: none;
}

footer ul a:hover {
  color: #75cbfc;
  text-decoration: none;
}

footer ul {
  justify-content: flex-end;
}

@media(max-width: 991px) {
  .copy {
    text-align: center;
  }
  footer ul {
    justify-content: center;
  }
}

@media(max-width: 576px) {
  footer ul li {
    margin-top: 10px;
  }
}



@media (max-width: 1199.98px) {
  .grid-column {
    width: 150px;
  }
  .img-circle-negative-margins {
    margin: 0px auto;
  }
}
@media (max-width: 991.98px) {
  .grid-column {
    width: 110px;
  }
  .grid-column h4 {
    font-size: 18px;
  }
  .img-bottle {
    max-width: 150px;
  }
  .img-guarantee-180 {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767.98px) {
  .grid-column {
    width: 110px;
  }
  .img-bottle {
    transform: rotate(0deg);
    max-width: 150px;
    display: block;
    margin: 0px auto;
  }
  .img-guarantee-180 {
    width: 300px;
    margin: 0px auto;
    display: block;
    float: none;
  }
}
@media (max-width: 574.98px) {
/*  .grid-centered {
    grid-gap: 10px;
  }*/
  #sales-intro .sales-title, #sales-intro .sales-title span {
    font-size: 55px;
    margin-bottom: 15px;
    line-height: 1.0em;
  }
  .img-circle-sales-inline {
    max-height: 100px;
    max-width: 100px;
  }
  .grid-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 0px;
  }
  .grid-img-sm {
    width: 80px;
    height: 80px;
  }
  .ways {
    display: grid;
    grid-template-columns: 90px auto;
    grid-gap: 15px;
  }
  .img-ways {
    width: 90px;
    margin: 0px auto;
    display: block;
  }
}
@media (max-width: 330px) {
  #sales-intro .sales-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
  }
  .large-heading {
    font-size: 40px;
    line-height: 42px;
  }
  .medium-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .img-circle-product, .img-circle-ccplus, .img-circle-cbplus {
    margin: 0px auto;
    max-width: 220px;
  }
}

.three-six-month {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  justify-content: center;
}
@media (max-width: 425px) {
  .three-six-month {
    grid-template-columns: 1fr;
  }
}
.supply-wrap {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  padding: 25px;
  background: white;
  box-shadow: 0px 4px 10px rgba(0,68,131,0.25);
  margin-bottom: 25px;
}
.supply-wrap p {
  color: #0076c7;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  .supply-wrap {
    padding: 15px;
  }
  .supply-wrap img {
    max-width: 300px;
  }
}

.accordion {
  background: none;
  margin-bottom: 50px;
}
.accordion .card {
	 border-bottom: 1px solid #ddd !important;
}
.accordion .lead {
  margin-bottom: 0px;
}
.accordion p {
  line-height: 1.2em;
}
.card-header {
  padding: 0px;
  margin-bottom: 0;
  background: none;
  border: none;
}
.card-header button {
  padding: 1.75rem 1.25rem;
  /*background: #ffffff;*/
  /*border-radius: 9px;*/
  box-shadow: none;
}
.accordion>.card>.card-header>.collapsed {
  /*border-radius: 9px;*/

  /*background: linear-gradient(0deg, rgba(170, 170, 170, 0.15), #ffffff);*/
  /*text-shadow: 0px 1px 2px #ffffff;*/
}
/*
.accordion>.card>.card-header>.collapsed:hover {
  background: linear-gradient(0deg, #ffffff, rgba(65, 170, 247, 0.1));
  border: 2px solid #f4f4f4;
}
*/
.btn.focus, .btn:focus {
  box-shadow: none;
}
/*.accordion>.card>.card-header, .accordion>.card>.card-header>.collapsed:focus {
  background: #ffffff;
  border: 2px solid #f4f4f4;
}*/
.accordion .card {
  background: none;
  border: none;
}

/* CLAIM ICONS */
.claim-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.claim-icon-wrap .claim-icon {
  text-align: center;
  display: grid;
  min-width: 80px;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1rem));
}
.claim-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 0.9em;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (max-width: 499px) {
  .claim-icon-wrap .claim-icon {
    min-width: 100px;
    grid-template-columns: repeat(auto-fit, minmax(95px, 1rem));
  }
  .small-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.disclaimer, .disclaimer p {
  font-style: italic;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

ol, .ph-list, .ph-ul {
  margin-bottom: 30px;
}
.ph-ul {
  list-style: none;
}
ol, .ph-list {
  list-style: none;
  counter-reset: wp-list-counter;
}
.ph-list li, .ph-ul li {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 300;
}
ol > li::before {
  counter-increment: wp-list-counter;
  content: counter(wp-list-counter);
  margin-right: 10px;
}
.ph-list li:before {
  content: counter(wp-list-counter) " ";
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 22px;
  font-size: 12px;
  background-color: rgba(255,255,255,0.75);
  font-weight: 600;
  font-family: hero-new, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  position: absolute;
  z-index: 2;
  color: #212227;
  margin-left: -30px;
}

.background-fixed {
  background-attachment: fixed !important;
}
@media (max-width: 1199.98px) {
  .background-fixed {
    background-attachment: scroll !important;
  }
}


.quotes {
  max-width: none;
  max-height: 650px;
  position: absolute;
  top: -50px;
  right: -503px;
}

.your-price {
	border:1px solid #5bc0de;
	border-radius:10px;
	width:90%;
	position:relative;
	overflow:hidden;
}
.your-price .exclusive {
	color:#fff;
	background:#5bc0de;
	padding:2px;
	width:100%;
	font-size:22px;
}
.your-price .you-pay {
	color:#333;
	font-size:16px;
	padding-top:5px;
}
.your-price .new-price {
	color:#d9534f !important;
	font-size:55px !important;
}
.your-price .percent {
	color:#fff;
	background:#5bc0de;
	padding:2px;
	width:100%;
	font-size:24px;
}
.your-price .per-bottle-price {
	 border-top: 1px solid #ddd;
	 font-size:20px;
}


	.question {
	box-shadow: none;
    border-radius: 0;
    padding: 0 30px;
    border-bottom: 1px solid #ccc;
	}
	.quest {
		padding: 20px 0;
	}		
	.quest:after {
    top: 20px;
	}
	.blue3 {background:#f3fbfe;}
	.text-red {color:#ff2500;}
	.faqs h2 { font-size: 5rem; }
	.contact-info {text-align: left;}
	@media only screen and (max-width: 767px) {
	  .faqs h2 { font-size: 3rem; }
	  .contact-info {text-align: center;}	
	}

/* YOU SHOULD ONLY NEED THE STYLES THAT ARE BELOW THIS LINE FOR THE REVISED CART!! */

/* Prices */
.price-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0)); 
  /*border-radius: 9px;*/
  /*padding: 5px 5px 20px;*/
  padding: 0px 0px 20px;
  box-shadow: 5px 5px 12px rgb(0,0,0,0.25) inset, -8px -8px 9px rgb(255,255,255,0.5) inset;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  position: relative;
}
@media (max-width: 1260px) {
  .price-item br {
    display: block;
  }
}
.price-one {
  margin-top: 25px;
}
.best-value {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(180deg, rgba(255,201,0,1) 0%,rgba(255,165,33,1) 100%);
  background: linear-gradient(180deg, rgba(92,132,155,0.95),rgba(255,255,255,0.5), rgba(255,255,255,1.0));
}
.price-first {
  margin-top: 25px;
}
.product-name-mini {
  font-weight: 700;
  text-shadow: 0px 1px 1px #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
}
.product-name-mini span {
  font-size: 32px;
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.price-callout {
  background: rgba(0,0,0,0.5);
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7px;
  color: white;
  text-shadow: 0px 1px 1px #000000;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}
.price-callout-best {
  background: linear-gradient(180deg, rgba(255,201,0,1) 0%,rgba(255,165,33,1) 100%);
  padding: 10px;
  text-transform: uppercase;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  margin-bottom: 7px;
  color: #212227;
  text-shadow: 0px 1px 1px #ffffff;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 32px;
}
.img-product-small {
  width: 350px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 991.98px) {
  .img-product-small {
    width: 320px;
    display: block;
    margin: 10px auto;
  }
}
.savings-ribbon {
  background: #6ab34f;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  position: absolute;
  font-size: 30px;
  left: 0px;
  top: 30%;
  text-transform: uppercase;
  transform-style: preserve-3d;
  transform: rotate(-17deg) skew(-17deg, 10deg);
  border-radius: 0px 3px 3px 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);
}
.price-crossout {
  font-size: 28px;
  font-weight: 400;
  color: #bf0005;
  margin-bottom: 20px;
  text-decoration: line-through solid;
  text-decoration-thickness: 2px;
}
.price-cbp {
  font-size: 55px;
  font-weight: 700;
  color: #6ab34f;
  margin-bottom: 40px;
  line-height: 32px;
}
.price-item .btn-wrap {
  margin-bottom: 50px;
}
.price-item .btn-main, .btn-orange {
  background: #fc9903;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 25px;
  border-radius: 9px;
  color: #004483;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  font-size: 26px;
}
.btn-addtocart-wrap {
  overflow: hidden;
  position: relative;
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 0px auto;
}
.btn-addtocart:before {
  position: absolute;
  top: 0;
  left: 50px;
  content: "";
  width: 50px;
  height: 75px;
  background: rgba(255, 255, 255, 0.15);
  transform: skew(-30deg);
  animation: sheen 2s ease infinite;
}
@keyframes sheen { 
  from {left: 0px; opacity: 0;} 
  to {left: 300px; opacity: 100;}
}
.price-item .btn-main:hover, .btn-orange:hover {
  background: #6ab34f;
  color: white;
  margin-bottom: 25px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px rgba(255,255,255,1.0);
}
.btn-addtocart:hover:before {
  -webkit-animation-play-state:paused !important;
  -moz-animation-play-state:paused !important;
  -o-animation-play-state:paused !important;
  animation-play-state:paused !important;
}
@media (max-width: 991.98px) {
  .img-guarantee {
    margin: 0px auto 20px;
  }
}
@media (max-width: 767.98px) {
  .img-product-small {
    max-width: 320px;
  }
}
.img-cards {
  width: 200px;
  display: block;
  margin: 0px auto 20px;
}
.img-mbg {
  width: 200px;
  display: block;
  margin: 0px auto 10px;
}
.price-callout-empty {
  padding: 7px 10px;
  text-align: center;
}
.supply-level {
  font-size: 26px;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
}
.bottle-amount {
  font-size: 24px;
  color: #212227;
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}
.blue-dk {
    color: #004483 !important;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}