@charset "UTF-8";
/* COLORS */
.primary {
  color: #a399df;
}

.secondary {
  color: #11c584;
}

.ccp {
  color: #a399df !important;
}

.ccp-dk {
  color: #3b1e6a !important;
}

.cbp {
  color: #167449 !important;
}

.cbp-dk {
  color: #005737 !important;
}

.cart {
  color: #383c5a;
}

.gradient-text {
  color: #11c584;
  background: linear-gradient(45deg, #a399df 0%, #11c584 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

.blue {
  color: #0c89ef !important;
}

.green {
  color: #77bc20 !important;
}

.green-dk {
  color: #388841 !important;
}

.yellow {
  color: #fdbb00 !important;
}

.orange {
  color: #fd6300 !important;
}

.red {
  color: #cd1900 !important;
}

.gray1 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.gray2 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.gray3 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.gray-alt1 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.gray-alt2 {
  color: rgba(0, 0, 0, 0.4) !important;
}

.gray-alt3 {
  color: rgba(0, 0, 0, 0.2) !important;
}

/* BG COLORS */
.ccp-bg {
  background: #a399df;
}

.ccp-dk-bg {
  background: #3b1e6a;
}

.cbp-bg {
  background: #167449;
}

.cbp-dk-bg {
  background: #005737;
}

.primary-bg {
  background: #a399df;
}

.secondary-bg {
  background: #11c584;
}

.cart-bg {
  background: #383c5a;
}

.beige-bg {
  background: #f5f2ef;
}

.black-bg {
  background: #000000;
}

.lavender-bg {
  background: linear-gradient(180deg, rgba(182, 159, 213, 0.2), rgba(182, 159, 213, 0.1));
  border-bottom: 2px solid #817aa9;
}

.blue-bg {
  background: #0c89ef;
}

.green-dk-bg {
  background: #388841;
}

.green-bg {
  background: #77bc20;
}

.yellow-bg {
  background: #fdbb00;
}

.orange-bg {
  background: #fd6300;
}

.red-bg {
  background: #cd1900;
}

:root {
  --primary: #a399df;
  --primary-alt: #3b1e6a;
  --secondary: #11c584;
  --secondary-alt: #6d8d8a;
  --blue: #0c89ef;
  --green: #77bc20;
  --yellow: #fdbb00;
  --orange: #fd6300;
  --red: #cd1900;
  --white: #ffffff;
  --gray-10: #d2d2d2;
  --gray-20: #b0b0b0;
  --gray-40: #8c8c8c;
  --gray-60: #6d6d6d;
  --gray-dk: #272727;
  --red: #cd1900;
  --green: #77bc20;
  --orange: #fd6300;
  --yellow: #fdbb00;
  --blue: #0c89ef;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  font-family: merriweather, Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  color: #272727;
  line-height: 1.6;
}
body p, body .p {
  /*font-family: "Barlow Semi Condensed", "Helvetica Neue", Arial, sans-serif;*/
  font-family: merriweather, Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  color: #272727;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

ul {
  list-style: disc;
  margin-bottom: 2.5rem;
}

ol, ul {
  padding-left: 0rem;
}

p, .p {
  font-family: merriweather, Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

strong {
  font-weight: 700;
}

/* Links
--------------------------------------------- */
a {
  color: #11c584;
}

a:hover,
a:focus,
a:active {
  color: #6d8d8a;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a:active {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #333;
  /*border: 1px solid #ccc;*/
  border: 0px;
  border-radius: 0px;
  padding: 14px;
  background: #f4f4f4;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

/* Bootstrap Adjustment */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 2.0rem;
  --bs-gutter-y: 0;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
}

/* Display */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  line-height: 1.2em;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.1;
}

h1 .large-span {
  font-size: 80px;
  font-size: 8rem;
  color: #77bc20;
  font-weight: 900;
}

.enquirer-headline {
  font-family: "franklin-gothic-condensed", sans-serif;
  font-family: "franklin-gothic-extra-compre", sans-serif;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12.5rem;
  line-height: 0.8;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 1199px) {
  .enquirer-headline {
    font-size: 9.5rem;
  }
}
@media (max-width: 991px) {
  .enquirer-headline {
    font-size: 9.5rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .enquirer-headline {
    font-size: 8.5rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .enquirer-headline {
    font-size: 6.5rem;
    text-align: center;
  }
}
/* Headline */
/*h1 {
  font-size: 45px;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.1em;
}*/
/* Title */
h2 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.1em;
  font-weight: 700;
}

h1, h2 {
  margin-bottom: 25px;
}

/* SubTitle */
h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 700;
}

h3, h4 {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.1;
  }
  h1 .large-span {
    font-size: 55px;
    font-size: 5.5rem;
    color: #cd1900;
    font-weight: 900;
  }
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.gradient-hairserum {
  background: linear-gradient(110deg, rgb(131, 110, 255), rgb(17, 197, 132)) !important;
}

.gradient-howto {
  background: linear-gradient(0deg, rgb(131, 110, 255), #9b4a96) !important;
}

.u-ccp {
  background: linear-gradient(to top, transparent 0, transparent 5px, rgba(182, 159, 213, 0.35) 0, rgba(182, 159, 213, 0.35) 25%, transparent 25%, transparent 100%);
}

.u-ccp-dk {
  background: linear-gradient(to top, transparent 0, transparent 5px, rgba(59, 30, 106, 0.35) 0, rgba(59, 30, 106, 0.35) 25%, transparent 25%, transparent 100%);
}

.u-red {
  text-decoration: underline;
  text-decoration-thickness: 0.099em;
  text-underline-offset: 4px;
  text-decoration-color: #cd1900;
}

.u-green {
  text-decoration: underline;
  text-decoration-thickness: 0.099em;
  text-underline-offset: 4px;
  text-decoration-color: #77bc20;
}

.u-blue {
  text-decoration: underline;
  text-decoration-thickness: 0.099em;
  text-underline-offset: 4px;
  text-decoration-color: #0c89ef;
}

.u-black {
  text-decoration: underline;
  text-decoration-thickness: 0.099em;
  text-underline-offset: 4px;
  text-decoration-color: #000000;
}

.u-white-sm {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 9px;
  text-decoration-color: #ffffff;
}

.u-black-sm {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 4px;
  text-decoration-color: #000000;
}

sup {
  font-size: 0.9rem;
}

/* Highlights */
.green-highlight {
  display: inline-block;
}
.green-highlight span {
  display: inline-block;
  color: #2a1900;
  position: relative;
  z-index: 1;
  /* font-style: italic; */
  font-weight: 600;
  background-color: rgba(0, 255, 20, 0.5);
}
.green-highlight span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  right: -5px;
  background-color: rgba(0, 255, 20, 0.5);
  border-radius: 20% 25% 20% 24%;
  transform: skew(-9deg);
  z-index: -1;
}

/* Chevrons */
.chev-one {
  color: rgba(12, 137, 239, 0.3);
}

.chev-two {
  color: rgba(12, 137, 239, 0.6);
}

.chev-three {
  color: rgba(12, 137, 239, 0.9);
}

.chev-one-alt {
  color: rgba(44, 107, 17, 0.3);
}

.chev-two-alt {
  color: rgba(44, 107, 17, 0.6);
}

.chev-three-alt {
  color: rgba(44, 107, 17, 0.9);
}

.highlight-box {
  display: grid;
  grid-template-columns: auto 250px;
  grid-gap: 15px;
  padding: 20px;
  background: rgba(12, 137, 239, 0.1);
  border-radius: 9px;
  border: 2px solid #0c89ef;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.callout-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 25px 20px 20px 20px;
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 20px;
  margin-bottom: 25px;
  align-items: center;
}
.callout-box img {
  width: 190px;
  border-radius: 50%;
  display: block;
  margin: 0px auto;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.callout-box-no-img {
  grid-template-columns: 1fr;
  margin-bottom: 0;
  padding: 0;
  align-items: start;
}
.callout-box-no-img h4 {
  background-color: #f5f5f5;
  margin: 0;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}
.callout-box-no-img p {
  padding: 20px;
}

.callout-box-lavender h4 {
  background-color: #a399df;
  color: #ffffff;
}

.callout-box-peppermint h4 {
  background-color: #11c584;
  color: #ffffff;
}

.callout-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 50px;
}

.callout-box-last {
  margin-bottom: 50px;
}

.large-check-wrap {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 15px;
  padding: 20px;
  border-radius: 20px;
  background: white;
  margin-bottom: 20px;
  align-content: center;
}

.large-check-wrap i {
  font-size: 60px;
  color: #388841;
}

.problem-box {
  position: relative;
  padding: 40px 20px 30px !important;
}

.problem-number {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
  background: #cd1900;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

ol, .ref-list {
  margin-bottom: 30px;
}

ol, .ref-list {
  counter-reset: wp-list-counter 0;
  list-style: none;
}

.ref-list li {
  font-size: 1.2rem;
  line-height: 15px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  padding-left: 10px;
  text-wrap: wrap;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.ref-list li::before {
  content: counter(wp-list-counter) " ";
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 15px;
  background-color: rgb(255, 255, 255);
  font-weight: 900;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 2;
  color: rgb(180, 180, 180);
  margin-left: -20px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .highlight-box {
    display: grid;
    grid-template-columns: 1fr;
  }
  .callout-box {
    grid-template-columns: 1fr;
  }
  .callout-box img {
    width: 130px;
  }
  .callout-box-grid {
    grid-template-columns: 1fr;
  }
}
.script {
  font-family: "cinema-script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansserif {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.main-intro-lead {
  font-weight: 700;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.5);
}

.large-heading {
  font-size: 85px;
  font-size: 8.5rem;
  font-weight: 900;
}

.rosemary-heading {
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  .large-heading {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .rosemary-heading {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.small-title {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}

.small-title-alt {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #202227;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.lead {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: merriweather, Georgia, serif;
}

.lead-prod-intro {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: merriweather, Georgia, serif;
  line-height: 1.4;
}

.lead-enq {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 48px;
  line-height: 1;
}

@media (max-width: 768px) {
  .sm-lead, .lead, .lead-prod-intro {
    font-size: 20px;
  }
  .lead-enq {
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 36px;
    line-height: 1;
  }
}
.boldem {
  font-weight: 800;
  font-style: italic;
}

.check li::before {
  content: url(../assets/bdacea28aacba9c15796.svg);
  position: relative;
  top: 4px;
  padding-right: 14px;
}

.check li {
  /*padding-top: 12px;*/
}

.check li {
  padding-top: 0;
}

.check li:first-child {
  padding-top: 0;
}

.checklist-ul, .question-ul {
  margin-bottom: 25px;
  margin-left: 0px;
}

.checklist-ul-bad {
  margin-bottom: 0px;
  margin-left: 20px;
}

.checklist-ul li {
  background-image: url(../images/checkmark-green.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  list-style: none;
  font-weight: 400;
  padding: 0px 10px 15px 38px;
  font-family: merriweather, Georgia, serif;
}

.question-ul li {
  background-image: url(../assets/73ac1901af348f7fede9.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  list-style: none;
  padding: 0px 10px 20px 33px;
  font-family: merriweather, Georgia, serif;
}

.checklist-ul-bad li {
  background-image: url(../assets/3863a236a954f52c5650.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  list-style: none;
  padding: 0px 10px 20px 33px;
  font-family: merriweather, Georgia, serif;
}

.checklist-ul-lg li {
  background-size: 30px;
  background-position: top 5px left;
  font-size: 22px;
  /* margin-bottom: 10px; */
  padding: 0px 10px 20px 45px;
}

strong {
  font-weight: 900;
}

ol, .eb-list {
  list-style: none;
  counter-reset: wp-list-counter;
}

ol, .eb-list {
  margin-bottom: 30px;
}

ol > li::before {
  counter-increment: wp-list-counter;
  content: counter(wp-list-counter);
  margin-right: 10px;
}

.eb-list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  text-wrap: wrap;
  padding-left: 10px;
}

.eb-list li:before {
  content: counter(wp-list-counter) " ";
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  background-color: rgb(255, 255, 255);
  font-weight: 900;
  font-family: merriweather, Georgia, serif;
  position: absolute;
  z-index: 2;
  color: #b4b4b4;
  margin-left: -20px;
}

.ccp-list {
  padding-left: 40px;
  margin-bottom: 25px;
}

.ccp-list li {
  margin-bottom: 13px;
  line-height: 1.5;
  overflow-wrap: break-word;
  /*font-weight: 600;*/
}

.ccp-list li:before {
  content: counter(wp-list-counter) " ";
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  background-color: #816aa9;
  font-weight: 900;
  font-family: merriweather, Georgia, serif;
  position: absolute;
  z-index: 2;
  color: #fff;
  margin-left: -45px;
  border: 3px solid #3b1e6a;
}

.cta-button {
  margin-bottom: 25px;
}

.btn-primary {
  white-space: normal;
  display: inline-block;
  transition: all 0.15s ease;
  border: none;
}

.btn-primary {
  /*background: #fd6300;*/
  background: linear-gradient(0deg, #4e8c00, #77bc20);
  padding: 20px 25px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  line-height: 0.9em;
  white-space: normal;
  font-size: 26px;
  /*color: #000000;*/
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgb(0, 0, 0);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
  margin-bottom: 0px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  /*background: #77bc20;*/
  background: linear-gradient(0deg, #77bc20, #4e8c00);
  color: white;
  /*transition: all 0.5s ease;*/
  /*margin-bottom: 25px;*/
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: none;
}

.price-item .btn-primary:hover {
  margin-bottom: 25px;
}

/*.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: 767px) {
  .btn-primary {
    padding: 20px 25px;
    font-size: 18px;
  }
}
/*@media (max-width: 600px) {
  .btn-primary {
    font-size: 20px;
  }
}*/
.section-repeat {
  padding-top: 40px;
  padding-bottom: 45px;
}

.section-repeat-sm {
  padding-top: 30px;
  padding-bottom: 25px;
}

.hero-section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 0px;
  background: rgb(163, 153, 223);
}
.hero-section .vintage-envelope {
  padding: 3rem;
  border: 0.9rem solid transparent;
  background: linear-gradient(white, white) padding-box, repeating-linear-gradient(-45deg, #C8102E 0, #C8102E 12.5%, #ffffff 0, White start #ffffff 25%, #3492b8 0, #3492b8 37.5%, #ffffff 0, #ffffff 50%) 0/5rem 5rem;
  line-height: 1.6;
  border-bottom: none;
}

.hero-section-alt {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 91%), url(../assets/a8d59733f83f404d9488.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  padding-top: 70px;
  position: relative;
  z-index: 99;
}
.hero-section-alt .container-hero {
  padding: 40px 40px 90px;
  background: #ffffff;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.5);
  border-bottom: none;
  transform: rotate(-2deg);
  margin-bottom: -20px;
}

.enquirer-wrap {
  border: 10px solid #000000;
  border-bottom: 0px;
  --bs-gutter-x: 0rem;
}

.hero-section-enquirer {
  background: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 91%), url(../assets/a8d59733f83f404d9488.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  padding-top: 70px;
  position: relative;
  z-index: 99;
}
.hero-section-enquirer .enquirer-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 10px 40px 0px;
  background: #ffffff;
  border: 9px solid #cd1900;
  border-bottom: 0px;
}

@media (max-width: 1199px) {
  .hero-section-enquirer .enquirer-hero {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px 40px 0px;
    background: #ffffff;
    border: 9px solid #cd1900;
    border-bottom: 0px;
  }
}
.enq-headline-wrap {
  display: grid;
  align-items: center;
}

.enquirer-blue {
  background: #055a9f;
  padding-top: 30px;
  padding-bottom: 25px;
  color: #ffffff;
}

.hero-section-sub {
  background: linear-gradient(180deg, #f4f0f7, #babad0);
  border-top: 4px solid #817aa9;
  border-bottom: 4px solid #817aa9;
  position: relative;
  z-index: 100;
  padding-bottom: 0px;
}

.section-three {
  position: relative;
  z-index: 101;
  margin-top: -30px;
  padding-top: 70px;
}

.my-mom-wrap {
  position: relative;
}

.my-mom-wrap-alt {
  position: relative;
  background: white;
  padding: 45px;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
  margin-top: -80px;
}

.section-secure {
  border: 20px solid #388841;
}

.lock-box {
  display: grid;
  grid-template-columns: 80px auto;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
}
.lock-box .lock-wrap {
  display: grid;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.lock-box .lock-wrap i {
  font-size: 4rem;
  color: #388841;
}

.section-confident {
  display: grid;
  justify-items: center;
  background: linear-gradient(0deg, #9b4a96, #f4d0da);
}
.section-confident .custom-section {
  color: white;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: end;
  max-width: 1499px;
}
.section-confident .custom-section .custom-img {
  display: grid;
  align-items: end;
}
.section-confident .custom-section .custom-text {
  display: grid;
  align-items: center !important;
  text-align: left;
  padding: 75px 30px 75px 0px;
}
.section-confident .custom-section .custom-text h2, .section-confident .custom-section .custom-text h3 {
  line-height: 0.9;
  margin-bottom: 20px;
  text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
}

.section-mint-gradient {
  background: linear-gradient(110deg, rgba(163, 153, 223, 0.1), rgba(17, 197, 132, 0.1));
  padding-top: 45px;
  padding-bottom: 55px;
}

@media (max-width: 991px) {
  .hero-section-alt {
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 91%), url(../assets/a8d59733f83f404d9488.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    padding-top: 30px;
    position: relative;
    z-index: 99;
  }
  .hero-section-alt .container-hero {
    padding: 40px 40px 40px;
    background: #ffffff;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.5);
    border-bottom: none;
    transform: rotate(0deg);
    margin-bottom: -20px;
  }
  .my-mom-wrap-alt {
    position: relative;
    background: white;
    padding: 30px 45px;
    border-top: 2px solid #f4f4f4;
    box-shadow: none;
    margin-top: -60px;
  }
  .enq-headline-wrap {
    position: relative;
  }
}
@media (max-width: 768px) {
  .section-confident .custom-section {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .section-confident .custom-section .custom-text {
    display: grid;
    align-items: center !important;
    text-align: center;
    padding: 25px 20px 30px;
  }
  .hero-section-enquirer .enquirer-hero {
    padding: 10px 0px 0px;
    border: none;
  }
  .enquirer-wrap {
    border: none;
  }
  .hero-section-enquirer {
    background: none;
  }
}
@media (max-width: 575px) {
  .hero-section {
    padding-top: 15px;
  }
  .hero-section .container-hero {
    padding: 30px 20px 0px;
  }
  .section-secure {
    border: 20px solid #388841;
  }
}
.img-right {
  float: right;
  max-width: 300px;
  margin-left: 25px;
  margin-bottom: 25px;
}

.img-right-hero {
  float: right;
  max-width: 300px;
  margin-left: 25px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .img-right-hero {
    float: none;
    max-width: 450px;
    margin: 0px auto 25px;
  }
}
.img-left {
  float: left;
  max-width: 300px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.img-main {
  width: 480px;
  display: block;
  margin: 20px auto;
  border: 9px solid #d2d2d2;
}

.img-center {
  width: 750px;
  display: block;
  margin: 0px auto 25px;
}

.img-confident {
  display: block;
  width: 450px;
}

.img-center-md {
  width: 500px;
  display: block;
  margin: 0px auto 25px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.img-center-sm {
  width: 350px;
  display: block;
  margin: 0px auto 25px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.img-rotate-rt {
  transform: rotate(4deg);
}

.img-rotate-lt {
  transform: rotate(-4deg) !important;
}

.img-rotate-none {
  transform: rotate(0deg) !important;
}

.img-one-box {
  width: 300px;
  margin: 0px auto 20px;
}

.img-one-box-sm {
  width: 225px;
  margin: 0px auto;
}

figcaption {
  color: #6d6d6d;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  font-style: italic;
}

.img-polaroid {
  border: 9px solid #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}
.img-polaroid figcaption {
  padding: 10px 10px 0px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-family: "cinema-script", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin: 0px -1px -1px;
}

.img-circle-plain {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
}

.img-circle-plain-sm {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
}

.img-circle {
  width: 300px;
  /* height: auto; */
  margin-bottom: 7px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border: 2px solid #ffffff;
  display: block;
  margin: 0px auto 20px;
}

.order-1-2 {
  order: 1;
}

.order-2-1 {
  order: 2;
}

.img-before-left, .img-before-right {
  transform: rotate(4deg);
}

.img-before-middle {
  transform: rotate(-4deg);
}

.img-before-left, .img-before-middle, .img-before-right {
  padding: 2px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 200px;
  margin: 0px auto 30px;
}

.img-right-300 {
  padding: 2px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 300px;
  margin: 0px auto 20px;
}

.img-top-arrow {
  position: absolute;
  right: 20%;
  width: 300px;
}

.img-top-arrow-alt {
  position: absolute;
  right: 25%;
  top: 30px;
  width: 300px;
}

.img-top-arrow-alt2 {
  position: absolute;
  left: 23%;
  top: 333px;
  width: 250px;
  transform: rotate(-70deg);
}

.img-enquirer {
  width: 600px;
}

.img-arrow-enq {
  position: absolute;
  right: 32%;
  top: 30px;
  width: 500px;
}

@media (min-width: 1900px) {
  .img-top-arrow-alt {
    position: absolute;
    right: 30%;
    top: 30px;
    width: 300px;
  }
}
@media (min-width: 1800px) {
  .img-arrow-enq {
    position: absolute;
    right: 36%;
    top: 30px;
    width: 500px;
  }
}
@media (max-width: 1399px) {
  .img-top-arrow-alt {
    position: absolute;
    right: 25%;
    top: 35px;
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .enq-headline-wrap {
    display: grid;
    align-items: center;
    width: 70%;
  }
  .img-arrow-enq {
    position: absolute;
    right: 80%;
    top: 25px;
    width: 500px;
  }
  .mom-img-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .mom-img-wrap .img-enquirer {
    width: 350px;
  }
  .img-top-arrow-alt {
    position: absolute;
    right: 25%;
    top: 35px;
    width: 300px;
  }
}
.photos-row {
  position: relative;
}
.photos-row .before-after-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  width: 150px;
}

.img-guarantee-180 {
  width: 300px;
  margin: 0px auto 20px;
  display: block;
}

.img-guarantee {
  width: 200px;
  margin: 0px auto 20px;
  display: block;
}

.img-signature {
  width: 100px;
  /*margin-bottom: 20px;*/
}

.img-split {
  transform: scaleX(-1);
}

.img-polaroid-alt {
  width: 360px;
  transform: rotate(-3deg);
  display: block;
  margin: 0px auto 25px;
}

@media (max-width: 1399px) {
  .img-top-arrow {
    position: absolute;
    right: 25%;
    width: 300px;
  }
  .img-top-arrow-alt2 {
    position: absolute;
    left: 20%;
    top: 333px;
    width: 250px;
    transform: rotate(-70deg);
  }
}
@media (max-width: 1199px) {
  .img-polaroid {
    width: 300px;
  }
  .img-top-arrow {
    right: 31%;
    width: 200px;
  }
  .img-top-arrow-alt2 {
    position: absolute;
    left: 15%;
    top: 290px;
    width: 250px;
    transform: rotate(-70deg);
  }
}
@media (max-width: 991px) {
  .img-top-arrow {
    right: 28%;
    width: 200px;
  }
  .img-top-arrow-alt {
    position: absolute;
    left: -40px;
    top: 290px;
    width: 250px;
    transform: rotate(-70deg);
  }
  .img-top-arrow-alt2 {
    position: absolute;
    left: 8%;
    top: 333px;
    width: 250px;
    transform: rotate(-70deg);
  }
  .img-polaroid {
    width: 250px;
  }
  .img-polaroid figcaption {
    padding: 10px 10px 0px;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-family: "cinema-script", sans-serif;
    font-size: 30px;
  }
  .img-polaroid-alt {
    width: 360px;
    transform: rotate(-3deg);
  }
  .enq-headline-wrap {
    display: grid;
    align-items: center;
    width: 100%;
  }
  .img-arrow-enq {
    position: absolute;
    width: 250px;
    transform: rotate(-60deg);
    top: 200px;
    left: 0%;
  }
  .mom-img-wrap {
    position: relative;
    margin: 0px auto;
    display: block;
  }
  .mom-img-wrap .img-enquirer {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .img-circle-plain, .img-circle {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    display: block;
    margin: 0px auto 25px;
  }
  .img-circle-plain-sm {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
  }
  .img-one-box {
    width: 200px;
    margin: 0px auto;
  }
  .img-one-box-sm {
    width: 175px;
    margin: 0px auto;
  }
  .img-right {
    float: none;
    display: block;
    margin: 0px auto 35px;
  }
  .img-confident {
    display: block;
    width: 350px;
    margin: 0px auto;
  }
  .order-1-2 {
    order: 2;
  }
  .order-2-1 {
    order: 1;
  }
  .img-before-left, .img-before-middle, .img-before-right {
    width: 175px;
  }
  .img-top-arrow {
    right: 45%;
    width: 200px;
    top: 310px;
    transform: scaleY(-1) rotate(14deg);
  }
  .img-top-arrow-alt2 {
    position: absolute;
    left: 0%;
    top: 333px;
    width: 250px;
    transform: rotate(-85deg);
  }
  .img-arrow-enq {
    position: absolute;
    width: 250px;
    transform: rotate(-70deg);
    top: 200px;
    left: -50px;
  }
}
@media (max-width: 575px) {
  .img-right, .img-left {
    float: none;
    display: block;
    margin: 0px auto 20px;
  }
  .img-before-left, .img-before-middle, .img-before-right {
    width: 150px;
  }
  .img-one-box-sm {
    width: 150px;
    margin: 0px auto 20px;
  }
  .img-top-arrow {
    right: 50%;
    width: 175px;
    top: 300px;
    transform: scaleY(-1) rotate(10deg);
  }
  .img-right-300 {
    width: 225px;
    margin: 0px auto 30px;
  }
  .img-polaroid {
    width: 250px;
    float: none;
    display: block;
    margin: 0px auto 20px;
  }
  .img-top-arrow-alt {
    position: absolute;
    left: -40px;
    top: 200px;
    width: 250px;
    transform: rotate(-70deg);
  }
  .img-top-arrow-alt2 {
    position: absolute;
    left: -13%;
    top: 206px;
    width: 250px;
    transform: rotate(-80deg);
  }
}
/* TESTIMONIALS AND REVIEWS */
.testimonial-top-wrap {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 17px;
}

.testimonial, .testimonial-top {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 75px;
}

.testimonial-top {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 90px auto;
  margin-bottom: 25px;
  padding: 20px 20px 0px;
  /*box-shadow: none;*/
}

.testimonial img, .testimonial-top img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0px auto 15px;
  border: 2px solid #d2d2d2;
}

.testimonial p, .testimonial-top p {
  font-size: 18px;
  font-weight: 300;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.testimonial-top p {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.testimonial .quote-author, .testimonial-top .quote-author {
  font-size: 16px;
  /*letter-spacing: 1px;*/
  /*text-transform: uppercase;*/
  text-align: right;
  font-style: normal;
  font-weight: 600;
}

.quote-author:before {
  content: "—" " ";
}

/*.review {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 25px 20px 30px 20px;
}*/
.star-wrap-alt {
  /*max-width: 160px;*/
}

.star-wrap-center {
  margin: 10px auto;
  display: block;
}

.star-wrap-alt i {
  font-size: 16px;
  color: #ffa300;
}

.review-alt {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 25px 20px 20px 20px;
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 20px;
  margin-bottom: 25px;
  align-items: center;
  /*grid-template-columns: 1fr 2fr;*/
}

.review-alt-full {
  grid-template-columns: 1fr;
}

.review-alt .person {
  display: grid;
  align-items: start;
}

.review-alt .person .img-review-sm {
  display: none;
}

.review-alt p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.review-alt .quotation, .quotation {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}

.review-alt .quote-large {
  /*font-size: 20px;
  font-size: 2.0rem;*/
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}

.review-alt h4 {
  text-align: left !important;
}

.review .review-desc p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.review-alt .quote-author, .quote-author {
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #816aa9;
  font-weight: 600;
  padding-right: 20px;
  /*text-transform: uppercase;*/
  /*font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;*/
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.review-alt .age {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  /*font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;*/
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #cccccc;
}

.verified-customer {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  /*color: #656565;*/
}

.verified-customer i {
  color: #77bc20;
  font-size: 16px;
}

.review-sm .check-wrap, .check-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  justify-content: center;
  margin-bottom: 15px;
}

.review-sm .check-wrap i, .check-wrap i {
  font-size: 40px;
  color: #77bc20;
}

.num-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  /*justify-content: center;*/
  margin-bottom: 15px;
}

/* STYLES FROM BOGO PAGE */
.video-review-container {
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  grid-gap: 20px;
  margin-bottom: 45px;
}

.review-content {
  display: grid;
  align-items: center;
}

.review-content .quotation {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #656565;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.video-review {
  background: #212227;
  border-radius: 9px;
  padding: 9px;
  width: 268px;
  margin: 0px auto;
}

/*.video-review:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f10c'; 
  position: relative;
  left: 50%;
  top: -50%;
  width: 100px;
  height: 100px;
  text-align: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
}*/
@media (max-width: 767px) {
  .video-review-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 15px;
    padding: 15px 15px 25px;
    /*border-bottom: 2px solid #d2d2d2;*/
  }
  .order-mobile1 {
    grid-row-start: 1;
  }
  .order-mobile2 {
    grid-row-start: 2;
  }
  .review-alt {
    grid-template-columns: 1fr;
  }
  .review-alt .person .img-review {
    width: 200px;
    display: block;
    margin: 0px auto;
  }
}
/* TESTIMONIAL CAROUSEL */
.carousel-inner {
  width: 80%;
  margin: 0px auto;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  color: #212227;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  border: 0px;
  background: none;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  color: #816aa9;
}

.carousel-control-next-icon {
  right: 0%;
  /*background: none;*/
}

.carousel-control-next-icon {
  position: relative;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 42px;
  height: 42px;
  background-image: none;
}

.carousel-control-next-icon:before {
  font-family: "FontAwesome";
  content: "\f138";
  font-size: 42px;
}

.carousel-control-prev-icon:before {
  font-family: "FontAwesome";
  content: "\f137";
  font-size: 42px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #816aa9;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-indicators {
  margin-bottom: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 9px;
  height: 9px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #816aa9;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}

.carousel-indicators .active {
  opacity: 1;
}

.visually-hidden {
  display: none;
}

@media (max-width: 767px) {
  .carousel-control-next, .carousel-control-prev {
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
}
.num-wrap .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #77bc20;
  display: grid;
  justify-content: center;
  align-items: center;
}

.num-wrap .check-content {
  display: grid;
  /*justify-content: center;*/
  align-items: center;
}

.num-wrap .number p {
  font-size: 25px;
  font-weight: 900;
  color: white;
}

/* REVISED CART */
.price-item {
  background: linear-gradient(0deg, #f1f1f1, rgb(255, 255, 255));
  /*border-radius: 9px;*/
  /*padding: 5px 5px 20px;*/
  padding: 0px 0px 20px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.25) inset, -8px -8px 9px rgba(255, 255, 255, 0.5) inset;
  margin-bottom: 20px;
  text-align: center;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  position: relative;
}

@media (max-width: 1260px) {
  .price-item br {
    display: block;
  }
}
.price-one {
  margin-top: 25px;
}

.best-value {
  border: 9px solid;
  border-image-slice: 1;
  border-width: 9px;
  border-image-source: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  background: linear-gradient(180deg, rgba(182, 159, 213, 0.45), rgba(182, 159, 213, 0.15), rgb(255, 255, 255));
}

.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;
}

.img-product-small {
  width: 250px;
  display: block;
  margin: 10px auto;
}

@media (max-width: 991.98px) {
  .img-product-small {
    width: 200px;
    display: block;
    margin: 10px auto;
  }
}
.card-price {
  display: inline-block;
  width: auto;
  height: 38px;
  background-color: #6ab34f;
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;
  border-left: 1px solid #6ab34f;
  margin-left: 19px;
  color: white;
  line-height: 38px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  z-index: 1001;
  top: 15%;
  /*left: 20%;*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  padding: 0 10px 0 10px;
  transform: rotate(-13deg);
}

/* Makes the triangle */
.card-price:before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #6ab34f;
}

/* Makes the circle */
.card-price:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
}

.savings-ribbon {
  background: #6ab34f;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  position: absolute;
  z-index: 1001;
  font-size: 18px;
  left: 50%;
  top: 30%;
  text-transform: uppercase;
  transform-style: preserve-3d;
  /*transform: rotate(-17deg) skew(-17deg, 10deg);*/
  border-radius: 0px 3px 3px 0px;
  box-shadow: 0px 4px 10px rgb(0, 0, 0);
}

.flex-ribbon-wrap {
  align-items: center !important;
  flex-direction: column !important;
  display: flex !important;
}

.wide-ribbon-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  width: calc(100% + 1.5em + 24px);
  background: #6ab34f;
}

.wide-ribbon-wrap-small {
  width: calc(100% + 1.5em + 7px);
  background: #999999;
}

.wide-ribbon {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  width: calc(100% + 18px);
  z-index: 1;
  transition: 0.25s linear;
  margin-bottom: 0;
}

.ribbon-main {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  -ms-flex-pack: center;
  justify-content: center;
}

.ribbon-main p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.ribbon-edge {
  position: absolute;
  right: 0;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
  z-index: 1;
}

.wide-ribbon-edge-left {
  left: 0;
  border-right-color: #223b02;
  border-right-width: 12px;
  border-left-width: 0;
}

.wide-ribbon-edge-right {
  right: 0;
  border-left-color: #223b02;
  border-left-width: 12px;
  border-right-width: 0;
}

.ribbon {
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 2% 50%, 0% 100%, 0% 50%, 0 0);
  margin-bottom: 25px;
  border-top: 3px solid #71cc50;
  border-bottom: 3px solid #71cc50;
  border-left: 3px solid #71cc50;
  /*height: 70px;*/
  background: #6ab34f;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 7px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  /*max-width: 50%;*/
  /*border-radius: 7px 0px 0px 7px;
  border-radius: 0.7rem 0 0 0.7rem;*/
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  transform: rotate(-15deg) skew(-15deg, 10deg);
  color: white;
  font-weight: 700;
  position: absolute;
  z-index: 1001;
  font-size: 28px;
  line-height: 1;
  left: 0%;
  top: 25%;
  width: 60%;
}

.price-cbp {
  font-size: 55px;
  font-weight: 700;
  /*color: #6ab34f;*/
  /*margin-bottom: 40px;*/
  line-height: 24px;
  text-shadow: 0px 2px 2px rgb(255, 255, 255);
  margin-bottom: 15px;
}

.price-item .btn-wrap {
  margin-bottom: 50px;
}

.price-item .btn-main, .btn-orange {
  background: #fc9903;
  background: linear-gradient(0deg, rgb(255, 201, 0), #fc9903);
  padding: 15px 25px;
  border-radius: 9px;
  color: #004483;
  text-shadow: 0px 1px 2px rgb(255, 255, 255);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  font-size: 26px;
  cursor: pointer;
}

.btn-addtocart-wrap {
  /*overflow: hidden;
  position: relative;*/
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 0px auto;
}

/*.btn-addtocart {
  transition:  all 0.3s ease;
}*/
.btn-addtocart:before {
  position: absolute;
  top: -5px;
  left: 50px;
  content: "";
  width: 50px;
  height: 75px;
  background: rgba(255, 255, 255, 0.15);
  transform: skew(-30deg);
  animation: sheen 5s ease infinite;
}

@keyframes sheen {
  from {
    left: 0%;
    opacity: 0;
  }
  to {
    left: 100%;
    opacity: 100;
  }
}
.price-item .btn-main:hover, .btn-main:hover, .btn-orange:hover {
  background: #6ab34f;
  color: white;
  margin-bottom: 0px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 10px rgb(255, 255, 255);
  text-decoration: none;
}

.ebooks-free-wrap {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #77bc20;
  background: rgba(233, 243, 230, 0.75);
  position: absolute;
  right: 5px;
  top: 185px;
  padding: 9px;
}

.ebooks-free-wrap2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #77bc20;
  background: rgba(233, 243, 230, 0.75);
  position: absolute;
  right: 5px;
  top: 130px;
  padding: 9px;
}

/*.price-item .btn-main:hover {
  margin-bottom: 25px;
}*/
.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;
  }
}
.img-cards {
  width: 200px;
  display: block;
  margin: 0px auto 20px;
}

.img-mbg {
  width: 200px;
  display: block;
  margin: 0px auto 10px;
}

.price-callout-empty {
  padding: 20px 10px 0px;
  text-align: center;
}

.supply-level {
  font-size: 20px;
  font-weight: 700;
  /*color: #777777;*/
  text-transform: uppercase;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.bottle-amount {
  font-size: 24px;
  color: #212227;
}

.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}

.blue-dk {
  color: #004483 !important;
}

.options-wrap {
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;*/
}

.options-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  /*text-align: center;*/
  display: grid;
  justify-content: center;
  align-items: start;
  margin-bottom: 30px;
}

.options-item .opt-content {
  font-size: 16px;
  /*line-height: 1.5rem;*/
}

.recap-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 9px;
  margin-bottom: 40px;
}

.recap-item-content {
  display: grid;
  padding: 15px 15px 15px 0px;
}

.recap-guarantee {
  background: #e9f3e6;
  padding: 20px;
  border-radius: 9px;
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(119, 188, 32, 0.5);
}

@media (max-width: 991px) {
  .single-title-wrap {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
    text-align: left;
    align-items: center;
    margin-bottom: 20px;
  }
  .sf-icon-wrap {
    justify-content: start;
  }
  .img-ccp-sm {
    width: 100px;
    transform: rotate(3deg);
    display: block;
    margin: 0px auto 10px;
  }
}
@media (max-width: 768px) {
  .recap-guarantee {
    grid-template-columns: 1fr;
  }
  .options-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sf-icon-wrap {
    justify-content: center;
  }
  .sf-icon {
    width: 250px;
  }
}
@media (max-width: 599px) {
  .sf-icon {
    width: 150px;
  }
}
/* NEW MOBILE CART */
.cart-item {
  background: linear-gradient(0deg, #f1f1f1, rgb(255, 255, 255));
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
  border-radius: 13px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  position: relative;
  display: grid;
}
.cart-item .cart-mobile {
  display: grid;
  grid-template-columns: 1fr;
}

.cart-item-content-wrap {
  padding-bottom: 35px;
}

.price-callout-best {
  background: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 28px;
  border-radius: 13px 13px 0px 0px;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
}

.price-callout {
  /*background: rgba(109, 141, 138, 1.0);*/
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  /*background: rgba(0,0,0,0.5);*/
  background: #3b1e6a;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: white;
  text-shadow: 0px 1px 1px #000000;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}

.supply-level {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.savings-block {
  background: #239640;
  padding: 5px 10px;
  border-radius: 9px;
  display: inline-block;
  margin-bottom: 9px;
}
.savings-block p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.btn-addtocart-wrap {
  text-align: center;
  padding: 0px 25px 30px;
}

.btn-container {
  padding: 20px 0px;
  border-radius: 0px 0px 13px 13px;
}
.btn-container .btn-main {
  background: #fc9903;
  background: linear-gradient(0deg, rgb(255, 201, 0), #fc9903);
  background: linear-gradient(rgb(80, 196, 6), rgb(49, 118, 5));
  border: 2px solid rgb(80, 196, 6);
  padding: 15px 25px;
  border-radius: 13px !important;
  color: #004483 !important;
  color: #ffffff !important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 22px;
  display: inline-block;
}
.btn-container .btn-main:hover {
  background: #fc9903;
  background: rgb(80, 196, 6);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
}

.total-savings {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #239640;
}

.cart-item-img-wrap, .cart-item-content-wrap {
  display: grid;
  align-items: center;
  padding: 30px 10px;
}

.img-cards {
  width: 150px;
  display: block;
  margin: 0px auto 20px;
  display: block;
  margin: 0px auto;
}

.img-mbg {
  width: 150px;
  display: block;
  margin: 0px auto 10px;
  width: 120px;
}

.price-callout-empty {
  padding: 20px 10px 0px;
  text-align: center;
}

.supply-level-main {
  font-size: 26px;
  font-weight: 900;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.bottle-amount {
  font-size: 24px;
  color: #212227;
}

.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}

.blue-dk {
  color: #004483 !important;
}

.options-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: grid;
  justify-content: center;
  align-items: start;
  margin-bottom: 30px;
}
.options-item .opt-content {
  font-size: 16px;
}

.cart-item-basic {
  margin-top: 65px;
  margin-top: 0px;
}

@media (max-width: 991.98px) {
  /* .btn-container {
     padding: 0px;
   }*/
  .cart-item-img-wrap {
    border-right: 2px solid #eeeaf5;
  }
  .cart-item-img-wrap, .cart-item-content-wrap {
    display: grid;
    align-items: center;
    padding: 20px 0px 0px;
  }
  .ebooks-free-wrap {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid #77bc20;
    background: rgba(233, 243, 230, 0.75);
    position: absolute;
    right: auto;
    top: 150px;
    padding: 9px;
    left: 15px;
  }
  .ebooks-free-wrap2 {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid #77bc20;
    background: rgba(233, 243, 230, 0.75);
    position: absolute;
    right: auto;
    top: 130px;
    padding: 9px;
    left: 15px;
  }
  .cart-item {
    margin-bottom: 40px;
  }
  .cart-item .cart-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .btn-addtocart-wrap {
    padding: 0px 25px 30px;
  }
  .cart-item-basic {
    margin-top: 0px;
  }
  .img-cards {
    display: block;
    margin: 0px auto;
  }
}
@media (max-width: 767.98px) {
  .top-nav-btn-wrap .btn-main {
    font-size: 15px;
    padding: 13px 15px;
  }
}
@media (max-width: 599.98px) {
  .savings-block p {
    font-size: 18px;
    line-height: 1em;
  }
  .price-cbp {
    font-size: 45px;
  }
  .img-mbg {
    width: 120px;
  }
  .img-product-small {
    width: 160px;
    display: block;
    margin: 10px auto;
  }
  .ebooks-free-wrap, .ebooks-free-wrap2 {
    width: 115px;
    height: 115px;
  }
  .price-callout-best {
    font-size: 22px;
    padding: 10px 0px;
  }
}
@media (max-width: 991px) {
  .img-ccp-sm {
    width: 100px;
    transform: rotate(3deg);
    display: block;
    margin: 0px auto 10px;
  }
}
.grid-see {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 15px;
}

.price-cbp {
  font-size: 45px;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.img-product-small {
  width: 160px;
  display: block;
  margin: 10px auto;
}

.ebooks-free-wrap, .ebooks-free-wrap2 {
  width: 115px;
  height: 115px;
}

.grid-see .item {
  flex: 0 0 200px;
  text-align: center;
}
.grid-see .item img {
  width: 150px;
  margin: 0px auto 15px;
  border: 4px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.grid-see .item p {
  line-height: 1.3;
}

.savings {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #77bc20;
}

/* = = = = = = = = = = = = = = = = = = = = */
/* REVISED CART */
.price-item {
  background: linear-gradient(0deg, #f1f1f1, rgb(255, 255, 255));
  padding: 0px 0px 20px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.25) inset, -8px -8px 9px rgba(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, rgb(255, 201, 0) 0%, rgb(255, 165, 33) 100%);
  background: linear-gradient(180deg, rgba(92, 132, 155, 0.95), rgba(255, 255, 255, 0.5), rgb(255, 255, 255));
}

.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;
}

.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-cbp {
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 0px 2px 2px rgb(255, 255, 255);
  line-height: 32px;
}

.price-item .btn-wrap {
  margin-bottom: 50px;
}

.price-item .btn-main, .btn-orange {
  background: linear-gradient(0deg, rgb(255, 201, 0), #fc7a00);
  padding: 20px 25px;
  border-radius: 9px;
  color: #2a1900;
  text-shadow: 0px 1px 2px rgb(255, 255, 255);
  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 {
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 0px auto;
}

.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, #ffd700 0%, #fc9903 100%);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 20px;
  border-radius: 13px 13px 0px 0px;
  padding: 25px 0px 15px;
}

.price-callout-popular {
  /*background: linear-gradient(180deg, #ffd700 0%, #fc9903 100%);*/
  background: rgba(56, 136, 65, 0.15);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 20px;
  border-radius: 13px 13px 0px 0px;
  padding: 25px 0px 15px;
}

.price-crossout span {
  font-size: 22px;
  font-weight: 400;
  color: #bf0005;
  margin-bottom: 0px;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-thickness: 3px;
}

.price-crossout {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: none !important;
  font-size: 28px;
}

.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 rgb(255, 255, 255);
  border: 2px solid #388841;
}

.price-item .btn-main:hover {
  margin-bottom: 25px;
}

.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;
}

.btn-huge {
  background: linear-gradient(0deg, rgb(255, 201, 0), #fc7a00);
  padding: 40px 45px;
  border-radius: 80px;
  color: #2a1900;
  font-size: 46px;
}

.btn-huge:hover {
  background: linear-gradient(0deg, #388841, #6ab34f);
}

/* NEW RIBBONS */
.new-ribbon {
  padding: 4px 2px 1px;
  border-radius: 13px;
  margin-bottom: 5px;
}

.new-ribbon p {
  font-size: 13px;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 600;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575px) {
  .new-ribbon p {
    font-size: 12px;
  }
}
.img-cards {
  width: 200px;
  display: block;
  margin: 0px auto 20px;
}

.img-mbg-hor {
  width: 325px;
  display: block;
  margin: 0px auto 30px;
}

.img-guarantee-hor {
  width: 225px;
  display: block;
  margin: 0px auto 30px;
}

.price-callout-empty {
  padding: 7px 10px;
  text-align: center;
}

.supply-level {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.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;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .medium-heading {
    font-size: 32px;
    line-height: 1.1;
  }
  .img-guarantee {
    margin: 0px auto 20px;
  }
  .price-cbp {
    font-size: 42px;
    /*color: #6ab34f;*/
    /* margin-bottom: 10px;
    line-height: 32px;*/
    margin-bottom: 10px;
    line-height: 22px;
  }
  .supply-level {
    font-size: 18px;
  }
  .btn-container .btn-main {
    padding: 15px 18px;
    border-radius: 45px;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  /*.img-product-small {
    max-width: 320px;
  }*/
  .btn-huge {
    background: linear-gradient(0deg, rgb(255, 201, 0), #fc7a00);
    padding: 20px 35px 15px;
    border-radius: 80px;
    color: #2a1900;
    font-size: 36px;
  }
  .btn-container .btn-main {
    border-radius: 45px;
    font-size: 18px;
  }
}
@media (max-width: 599.98px) {
  .btn-huge {
    padding: 20px 25px 15px;
    font-size: 30px;
  }
}
/* PRODUCT DESIGN */
.section-cart {
  background: #383c5a;
}

.cart-item .cart-mobile {
  display: grid;
  grid-template-columns: 1fr;
}

.supply-level {
  font-size: 16px;
  font-weight: 700;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.savings-block {
  background: #239640;
  padding: 9px 10px 4px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 9px;
}

.savings-block p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}

.btn-addtocart-wrap {
  text-align: center;
}

.total-savings {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #239640;
}

.img-cards {
  width: 250px;
  display: block;
  margin: 0px auto 20px;
}

.img-cards-sm {
  width: 150px;
  display: block;
  margin: 0px auto 20px;
}

.price-callout-empty {
  padding: 20px 10px 0px;
  text-align: center;
}

.supply-level {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.supply-level-main {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.bottle-amount {
  font-size: 24px;
  color: #212227;
}

.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}

.blue-dk {
  color: #004483 !important;
}

.options-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: grid;
  justify-content: center;
  align-items: start;
  margin-bottom: 30px;
}

.options-item .opt-content {
  font-size: 16px;
}

.cart-item-basic {
  margin-top: 65px;
}

.btn-container {
  /*background: #eeeaf5;*/
  padding: 0px 0px 20px;
  border-radius: 0px 0px 13px 13px;
}

.cart-item-content-wrap .btn-container {
  padding-bottom: 0px;
}

.cart-item .cart-mobile-best {
  /*border: 2px solid #41aaf7;*/
  /*border: 2px solid #1065aa;*/
  /*border: 2px solid #388841;*/
  border-top: 0px;
  border-radius: 0px 0px 13px 13px;
  background: linear-gradient(0deg, rgba(252, 113, 3, 0.15), #ffffff);
}

@media (max-width: 991.98px) {
  /* .btn-container {
     padding: 0px;
   }*/
  .cart-item-img-wrap {
    border-right: 2px solid #eeeaf5;
  }
  .cart-item-img-wrap, .cart-item-content-wrap {
    display: grid;
    align-items: center;
    padding: 20px 9px 0px;
  }
  /*.ebooks-free-wrap {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid #77bc20;
    background: rgba(233,243,230, 0.75);
    position: absolute;
    right: auto;
    top: 150px;
    padding: 9px;
    left: 15px;
  }
  .ebooks-free-wrap2 {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid #77bc20;
    background: rgba(233,243,230, 0.75);
    position: absolute;
    right: auto;
    top: 130px;
    padding: 9px;
    left: 15px;
  }*/
  .cart-item .cart-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    /*border: 2px solid #d2d2d2;*/
    border-radius: 13px;
  }
  .cart-item .cart-mobile-best {
    /*border: 2px solid #41aaf7;*/
    /*border: 2px solid #1065aa;*/
    border-top: none;
    border-radius: 0px 0px 13px 13px;
  }
  .btn-addtocart-wrap {
    padding: 0px 25px 30px;
  }
  .cart-item-basic {
    margin-top: 0px;
  }
  .img-cards {
    display: block;
    margin: 0px auto;
  }
}
@media (max-width: 450px) {
  .cart-item .cart-mobile {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cart-item-img-wrap {
    border-right: none;
  }
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}

.img-product-small {
  width: 250px;
  display: block;
  margin: 10px auto;
}

@media (max-width: 991.98px) {
  .img-product-small {
    width: 220px;
    display: block;
    margin: 10px auto;
  }
}
.card-price {
  display: inline-block;
  width: auto;
  height: 38px;
  background-color: #6ab34f;
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;
  border-left: 1px solid #6ab34f;
  margin-left: 19px;
  color: white;
  line-height: 38px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  z-index: 1001;
  top: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
  padding: 0 10px 0 10px;
  transform: rotate(-13deg);
}

.card-price:before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #6ab34f;
}

.card-price:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
}

.cart-header, .price-cbp, .total-savings {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.cart-header {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: 700;
}

.cart-header span {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}

/*.price-item .btn-wrap {
  margin-bottom: 50px;
}
.price-item .btn-main, .btn-orange, .btn-container .btn-main {
  background: #fc9903;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc7a00);
  padding: 20px 25px;
  border-radius: 9px;
  color: #004483 !important;
  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;
  cursor: pointer;
  margin-bottom: 15px;
}*/
.name-price-wrap {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px 15px;
  min-width: 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  width: 100%;
}

.name-price-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.amtpb {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300;
}

.product-description {
  padding: 0px 15px;
}

.product-description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #494a50;
  margin-bottom: 9px;
}

.star-rating {
  /*padding: 0px 15px 15px;*/
  /*padding-bottom: 15px;*/
}

.star-rating .fa {
  color: #fc9903;
  font-size: 12px;
  font-size: 1.2rem;
}

.shipping-text {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.ribbon {
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 2% 50%, 0% 100%, 0% 50%, 0 0);
  margin-bottom: 25px;
  border-top: 2px solid rgb(255, 201, 0);
  border-bottom: 4px solid #fc9903;
  /* height: 70px; */
  background: #ffd700;
  /* background: linear-gradient(180deg, rgba(255, 201, 0, 1), #fc9903); */
  display: grid;
  align-items: center;
  text-align: center;
  padding: 7px 20px 7px 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
  color: #000;
  font-weight: 900;
  position: absolute;
  z-index: 1001;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgb(255, 255, 255);
  /* letter-spacing: 1px; */
  line-height: 1;
  left: 0%;
  top: 33px;
  transform: skew(0deg, -4deg);
}

.ribbon-featured {
  /*border-top: 2px solid #71cc50;
  border-bottom: 2px solid #71cc50;*/
  border-image-source: linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  background: #2a1900;
  color: white;
}

.best-value-ribbon {
  width: 150px;
  height: 170px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  /*left: 15px;*/
}

.best-value-ribbon span {
  position: absolute;
  display: block;
  width: 180px;
  padding: 0px;
  /*background: linear-gradient(110deg, #eaeeff 0%, #ffffff 100%);*/
  background: #0c89ef;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /*font-family: sofia-pro, "Helvetica-Neue", Helvetica, Arial, sans-serif;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  /*text-transform: uppercase;*/
  text-align: center;
  /*border-top: 15px solid #2194ff;
  border-bottom: 15px solid #C02071;*/
}

.best-value-ribbon-left span {
  left: -45px;
  top: 31px;
  transform: rotate(-45deg);
}

.super-large-number {
  font-size: 130px;
  font-size: 13rem;
  line-height: 130px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -9px;
}

.sln-description {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}

@media (max-width: 768px) {
  /*.best-value-ribbon {
    width: 180px;
    height: auto;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    left: calc(50% - 90px);
    border-radius: 0px 0px 9px 9px;
  }
  .best-value-ribbon-left span {
    left: auto;
    top: 0px;
    transform: none;
  }
  .best-value-ribbon span {
    position: relative;
    display: block;
    width: 180px;
    padding: 0px;
  }*/
  .super-large-number {
    font-size: 70px;
    font-size: 7rem;
    line-height: 70px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -5px;
  }
  .sln-description {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0px;
  }
}
.cart-align-end {
  align-items: end;
}

.cart-align-center {
  align-items: center;
}

.cart-1-bottle {
  margin-bottom: 75px;
}

/* DUPLICATE DEFINITIONS - COMMENTED OUT */
.price-callout {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  background: #3b1e6a;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: white;
  text-shadow: 0px 1px 1px #000000;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}

/* FAQ STYLES */
.accordion {
  background: none;
  margin-bottom: 50px;
}
.accordion .lead {
  margin-bottom: 0px;
}
.accordion {
  /*  p {
      font-size: 16px;
      line-height: 1.2em;
    }*/
}
.accordion button p {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: left;
}
.accordion > .card {
  /*border-bottom: 1px solid #d2d2d2;*/
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
}
.accordion > .card > .card-header {
  /*border-bottom: 1px solid $ccp;*/
  color: #a399df;
}
.accordion > .card > .card-header > .collapsed {
  background: linear-gradient(0deg, rgba(170, 170, 170, 0.15), #ffffff);
  background: white;
  /*border-bottom: 1px solid rgba(0,0,0,0.3);*/
  text-shadow: 0px 1px 2px #ffffff;
}
.accordion > .card > .card-header > .collapsed:hover {
  background: linear-gradient(180deg, rgba(106, 179, 79, 0.15), rgba(106, 179, 79, 0.15));
}
.accordion .card {
  background: none;
  border: none;
  margin-bottom: 20px;
}

.card-header {
  padding: 0px;
  margin-bottom: 0;
  background: none;
  border: none;
}
.card-header button {
  padding: 2.5rem 1.75rem;
  background: #ffffff;
  border-radius: 9px;
  box-shadow: none;
  display: grid;
  grid-template-columns: auto 30px;
  width: 100%;
  justify-content: start;
}
.card-header .btn-block[aria-expanded=true] {
  color: #a399df;
  border-radius: 9px 9px 0px 0px;
}

.card-body {
  border-top: 2px solid #816aa9;
  /*background: rgba(0, 0, 0, 0.05);*/
  background: white;
  padding: 1.75rem;
  border-radius: 0px 0px 9px 9px;
}
.card-body p, .card-body ul li {
  /*font-family: $sansserif;*/
  font-size: 16px;
  font-size: 1.6rem;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.btn-block[aria-expanded=true] {
  color: #a399df;
}
.btn-block[aria-expanded=true] .fa-circle-arrow-down {
  transform: rotate(180deg);
}

.fa-chevron-circle-up {
  height: 25px;
  position: absolute;
  right: 15px;
  top: 25px;
  transition: 0.2s;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #388841;
}

.btn-block.collapsed .fa-chevron-circle-up {
  transform: rotate(180deg);
  color: #6ab34f;
}

.lead-title {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.product-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #212227;
  text-shadow: 0px 2px 2px rgb(255, 255, 255);
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
}

.nutrition-label {
  border: 5px solid #212227;
  max-width: 400px;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  display: block;
  margin: 0px auto 30px;
}
.nutrition-label p {
  margin-bottom: 0px !important;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  line-height: 1.2em;
}

.nutrition-header {
  padding: 5px;
  border-bottom: 5px solid #212227;
}
.nutrition-header p {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
}
.nutrition-header p span {
  font-size: 20px;
}

.nutrition-label-title {
  font-weight: 700;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #212227;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 28px;
  margin: 0px;
  text-transform: uppercase;
}

.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: 10px;
  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-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 4px;
}

.ingredients-text {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.caution-label {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

.disclaimer, .disclaimer p {
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

.site-footer {
  background: #a399df;
  border-top: 1px solid #ddd;
  padding: 2rem 0;
  text-align: center;
}
.site-footer p {
  color: #ffffff;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.site-footer .footer-ul li {
  list-style: none;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.site-footer .footer-ul li a {
  color: white;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* As Seen On Carousel */
.section-aso {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
}

.owl-carousel .owl-stage {
  padding: 25px 0px;
}

.owl-carousel-aso .owl-item img {
  width: 200px;
  display: block;
  margin: 0px auto;
}

.owl-carousel-aso .owl-stage {
  transition-timing-function: linear !important;
}

.carousel-controls-wrap {
  display: grid;
  grid-template-columns: 75px 50px;
  grid-gap: 5px;
  justify-content: end;
  align-items: center;
  margin-bottom: 13px;
}

.carousel-controls-wrap .button-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  justify-content: end;
}

.carousel-controls-wrap .button-wrap button {
  background: none;
  border: none;
  padding: 0px;
}

.carousel-next, .carousel-prev {
  color: #817aa9;
}

.owl-nav {
  display: grid;
  justify-content: center;
  grid-template-columns: 150px 150px;
}

.carousel-prev i, .carousel-next i {
  font-size: 50px;
}

.carousel-prev-sm, .carousel-next-sm {
  color: rgba(0, 0, 0, 0.15);
}

.carousel-prev-sm i, .carousel-next-sm i {
  font-size: 18px;
}

/* "NON" Icons */
.non-icons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}

.non-icon {
  width: 175px;
  /*height: 145px;*/
  /*  border-radius: 50%;
    border: 3px solid #816aa9;
    background: rgba(242,99,32,0.15);*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  padding: 0px;
  justify-items: center;
}

.non-icon-text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
}

.non-icon-inner, .non-icon-inner-alt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #816aa9;
  /*border: 5px solid #212227;*/
  background: rgba(129, 106, 169, 0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 13px;
}

.non-icon-inner img {
  /*width: 70%;*/
  margin: 0px auto;
}

/*.non-icon-inner:after {
  content: "";
  background: #816aa9;
  height: 5px;
  width: 145px;
  position: absolute;
  top: 59%;
  transform: rotate(-45deg);
}  */
.non-icons-wrap-mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}

.non-icon-mini {
  /*width: 175px;*/
  /* height: 145px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, auto));
  padding: 10px;
  /* align-items: center; */
  /* align-content: center; */
  justify-content: center;
}

.non-icon-mini-text {
  font-size: 10px;
  font-weight: 700;
  color: #816aa9;
  text-transform: uppercase;
  font-family: "new-hero", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
}

.non-icon-mini-inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* border: 5px solid #212227; */
  background: rgba(129, 106, 169, 0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 9px;
  justify-self: center;
}

.non-icon-mini-inner img {
  width: 100%;
  margin: 0px auto;
}

.non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 26px;
  line-height: 1em;
  /*text-transform: uppercase;*/
  font-weight: 600;
  color: #0d403d;
  /*color: white;*/
  /*font-family: source-serif-pro, din-condensed, hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;*/
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.check-wrap-top {
  justify-content: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .check-wrap-alt, .check-wrap-top {
    display: grid;
    grid-template-columns: 1fr;
  }
  .non-icon {
    width: 135px;
    height: 135px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, auto));
    padding: 0px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 100px;
    height: 100px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #816aa9;
    height: 5px;
    width: 120px;
    position: absolute;
    top: 73%;
    transform: rotate(-45deg);
  }*/
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  /*.non-icon-inner:after {
    content: "";
    background: #816aa9;
    height: 5px;
    width: 145px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }*/
}
@media (max-width: 768px) {
  .non-icon {
    width: 100px;
    height: 152px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    /*padding: 10px;*/
    justify-items: center;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 90px;
    height: 90px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #816aa9;
    height: 5px;
    width: 120px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }*/
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 22px;
  }
  .non-icon-text {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .non-icon {
    width: 65px;
    height: 113px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    padding: 0px;
    justify-items: center;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 50px;
    height: 50px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #816aa9;
    height: 5px;
    width: 115px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }*/
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 16px;
  }
}
.recipe-detail {
  /*background: white;*/
  /*box-shadow: 0px 4px 10px rgba(0,0,0,0.15);*/
  display: grid;
  /*grid-template-rows: auto 50px;*/
  align-items: center;
  margin-bottom: 30px;
}

.img-recipe, .item-exciting img {
  border: 2px solid white;
  display: block;
  margin: 0px auto 15px;
  width: 250px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/* BE Amazed Guarantee */
.be-amazed {
  background: linear-gradient(33deg, rgb(165, 188, 202), rgb(243, 244, 246), rgb(173, 195, 208));
  padding: 40px;
  border-radius: 20px;
}

.be-amazed-alt {
  background: none;
}

.jumbo-heading {
  margin-bottom: 9px;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 80px;
  line-height: 0.9em;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgb(255, 255, 255);
  font-weight: 900;
}

.money-back-heading {
  margin-bottom: 5px;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgb(255, 255, 255);
  font-weight: 900;
}

.money-back-body {
  margin-bottom: 10px;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 18px;
  line-height: 1.1em;
  text-shadow: 0px 2px 2px rgb(255, 255, 255);
  font-weight: 500;
}

.money-back-hassle {
  margin-bottom: 0px;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0px 2px 2px rgb(255, 255, 255);
}

.be-amazed-text {
  display: grid;
  grid-gap: 10px;
  /*grid-template-rows: 1fr 1fr;*/
}

.be-amazed-guarantee {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}

.be-amazed-img-wrap {
  display: grid;
  justify-content: center;
  align-items: center;
}

.be-amazed img {
  display: grid;
  justify-content: center;
  align-items: center;
}

.be-amazed-img-wrap img {
  width: 350px;
}

.guarantee-section {
  padding-bottom: 40px;
}

.be-amazed-guarantee-text {
  padding: 25px;
  background: rgba(165, 188, 202, 0.25);
  border-radius: 20px;
}

.be-amazed-guarantee-text p {
  margin-bottom: 2px;
}

.alt-text-amazed {
  color: white;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1198.98px) {
  .jumbo-heading {
    font-size: 68px;
  }
}
@media (max-width: 990.98px) {
  .jumbo-heading {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .be-amazed {
    padding: 40px 20px;
    text-align: center;
  }
  .be-amazed .img-guarantee {
    width: 200px;
  }
  .be-amazed-guarantee {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .jumbo-heading {
    font-size: 55px;
  }
}
.comparison {
  /*max-width:940px;*/
  margin: 0 auto;
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 5px solid #b1c3cc;
}

.comparison td, .comparison th {
  border-right: 1px solid #b1c3cc;
  empty-cells: show;
  padding: 10px;
}

.compare-heading {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding: 10px !important;
}

.compare-heading1, .compare-heading2 {
  border-radius: 10px 10px 0px 0px;
  border: none !important;
}

.compare-heading1 {
  background: #c4d2d8;
}

.compare-heading2 {
  background: #b2c4cc;
}

.comparison tbody {
  border-top: 4px solid #b1c3cc;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison table tbody tr:nth-child(odd) {
  background: #F7F7F7;
}

.comparison table tbody .compare-row {
  background: #e2e9ec;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #b1c3cc;
}

.comparison tr td:first-child {
  text-align: left;
  font-size: 14px;
  border-left: 1px solid #b1c3cc;
  font-weight: 400;
}

.comparison .qbse, .comparison .qbo, .comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 13px;
  border-right: 1px solid #b1c3cc;
  border-bottom: 0;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .qbse {
  background: #0078C1;
  border-top-left-radius: 3px;
  border-left: 0px;
}

.comparison .qbo {
  background: #009E2C;
  border-top-right-radius: 3px;
  border-right: 0px;
}

.red-bg-lt {
  /* display: grid;
  align-items: center;
  justify-content: center;*/
  display: block;
  margin: 0px auto;
  background: rgba(175, 22, 60, 0.75);
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 25px;
}

.green-bg-lt {
  /* display: grid;
  align-items: center;
  justify-content: center;*/
  display: block;
  margin: 0px auto;
  background: rgba(106, 179, 79, 0.75);
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 25px;
}

.green-table-bg {
  display: block;
  margin: 0px auto;
  /*background: linear-gradient(0deg, rgba(255,102,0,1.0), rgba(255,160,0,1.0));*/
  background: white;
  color: rgb(106, 179, 79);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 35px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #F7F7F7;
  }
  .comparison .row {
    background: #FFF;
  }
  .comparison td, .comparison th {
    border: 1px solid #b1c3cc;
  }
  .mobile-category {
    background: #fff;
    padding-top: 30px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
  }
  .mobile-row {
    background: #e2e9ec;
  }
  .td-title-ph {
    border-radius: 0px;
    border-right: 1px solid #b1c3cc !important;
  }
}
.td-title {
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  /*border-left: 2px solid #d2d2d2;*/
}

.td-title-ph {
  font-size: 20px;
  line-height: 19px;
  font-weight: 900;
  padding: 10px;
  color: white;
  border-radius: 10px 10px 0px 0px;
  border: none !important;
  border-bottom: 7px solid #e2e9ec !important;
}

.td-title-ph span {
  font-size: 25px;
  font-weight: 700;
}

.td-category {
  grid-area: category;
  font-size: 18px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 20px 5px 5px;
}

.td-conventional {
  grid-area: conventional;
  font-size: 35px;
}

.td-micelle {
  background: rgba(106, 179, 79, 0.25);
  border-bottom: 1px solid white;
}

@media (max-width: 639px) {
  .comparison td, .comparison th {
    padding: 10px 5px;
  }
  .comparison .hide-mobile {
    display: none;
  }
  .comparison .qbse, .comparison .qbo {
    font-size: 12px;
    padding: 10px 5px;
  }
  .compare-heading {
    /*font-size:13px;*/
  }
  .mobile-category {
    background: #fff;
    padding-top: 30px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
  }
  .mobile-row {
    background: #e2e9ec;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 8-WEEK TIMELINE */


/* Timeline Container */
.timeline {
  /*margin: 20px auto 0px;*/
  padding: 20px 15px 10px;
}
.outer {
  position: relative;
}

/* Card container */
.gnp-card {
  position: relative;
  display: grid;
  grid-template-columns: 200px auto;
  gap: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background: white;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  border-radius: 20px;
}
.outer-img {
  width: 200px;
  height: 200px;
  border-radius: 13px;
  border: 2px solid white;
  z-index: 1;
}
/* setting padding based on even or odd */

.gnp-bonus {
  border: 4px solid rgb(17,197,132);
}
.your-journey-intro {
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-bottom: 40px;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  /*color: white;*/
}
.info h3, .info h4 {
  margin-bottom: 15px;
}
.gnp-card .info p, .gnp-card .info ul {
  font-size: 1.7rem;
}
.gnp-card .info img {
  width: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .info {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .info {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .gnp-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
  }
  .outer-img {
    display: block;
    margin: 0px auto 20px;
  }
}

/*# sourceMappingURL=main.9edf7c7fe9136f606085.css.map*/