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

.btn-main {
  white-space: normal;
  display: inline-block;
  transition: all .15s ease;
  border: none;
}
.btn-main, .btn-orange {
  /*background: #fc9903;*/
  background: #fd6300;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 25px;
  border-radius: 9px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);

  line-height: 0.9em;
  white-space: normal;
}
.btn-main p, .btn-orange p{
  font-size: 26px;
  /*color: #000000;*/
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0,0,0,1.0);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.0em;
  text-align: center;
  margin-bottom: 0px;
}
.btn-main:hover, .btn-orange:hover {
  background: linear-gradient(0deg, #fc9903, rgba(255,201,0,1));
  color: white;
  /* margin-bottom: 25px; */
  text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
  box-shadow: none;
  transition: all .15s ease;
}

/* NEW STYLES - 10-30-23 */

.beige-bg {
  background: #f5f2ef !important;
}
#product-intro {
  padding-top: 200px;
  padding-bottom: 55px;
}
.order-check p {
  font-size: 20px;
}
h3 {
  font-size: 36px;
}
.yellow-bar {
  background: #ffb700;
  padding: 7px 0px;
}
.yellow-bar p {
  text-transform: uppercase;
  color: #212227;
  font-size: 20px;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.thumbnail-image-controls {
  margin-bottom: 20px;
}
.lightbox-column-gal {
  width: 30%;
  border: 4px solid #f4f4f4;
}
.thumbnail-image-controls .lightbox-column .img-gallery-sm.active {
  border: 4px solid rgba(255,255,255,0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.non-icon-mini-inner {
  width: 75px;
  height: 75px;
}
.non-icon-mini-text {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .non-icon-mini-inner {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .non-icon-mini-inner {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 515px) {
  .non-icon-mini-inner {
    width: 50px;
    height: 50px;
  }
  .non-icon-mini-text {
    font-size: 12px;
  }
}
/*@media (max-width: 400px) {
  .non-icon-mini-inner {
    width: 75px;
    height: 75px;
  }
}*/
.non-icon-inner img {
  width: 100%;
  margin: 0px auto;
}
.section-testimonials {
  background: #eeeaf5;
  padding-top: 45px;
  padding-bottom: 55px;
}
.testimonial-item {
  background: white;
  display: grid;
  grid-template-rows: 150px auto;
  border-radius: 13px;
}
.testimonial-item .person {
  border-radius: 13px 13px 0px 0px;
}
.testimonial-item .content-wrap {
  padding: 25px 20px;
}
.testimonial-item .content-wrap p {
  line-height: 1.1em;
}
.testimonial-item .content-wrap .quotation {
  font-size: 16px;
}
.owl-carousel .owl-stage {
  padding: 25px 0px;
}
.review-title-wrap p {
  line-height: 1.1em;
  color: #212227;
  font-size: 16px;
}
.small-stars-wrap i {
  font-size: 16px;
  color: #ffa300;
}
.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;
}
.slider-counter {
  color: #817aa9;
  padding:5px 10px;
  /*width:50px;*/
  text-align:center;
  /*font-style: italic;*/
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.carousel-next, .carousel-prev {
  color: #817aa9;
}
.owl-nav {
  display: grid;
  justify-content: center;
  grid-template-columns: 150px 150px;
}
.img-spoonful-wrap {
  display: grid;
  min-height: 100%;
  align-items: center;
}
.img-spoonful {
  display: block;
  margin: 20px auto 0px;
  border-radius: 9px;
  /*transform: rotate(7deg);*/
  width: 300px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.order-check {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  margin-bottom: 5px;
}
.order-check i {
  color: #77bc20;
  font-size: 45px;
}
.trust-wrap {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 0.75fr 2.5fr;
  grid-gap: 20px;
}
.img-recipe {
  border: 4px solid white;
  display: block;
  margin: 0px auto 15px;
  width: 250px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15)
}
.video-review-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 45px;
}
.video-review {
  background: #ffffff;
  border-radius: 9px;
  padding: 9px;
  width: 268px;
  margin: 0px auto;
}
@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;*/
  }
}
/*.slider-counter {
  position: absolute;
  top: 0;
  right: 0;
}*/

.carousel-prev i, .carousel-next i {
  font-size: 50px;
}
@media (max-width: 991.98px) {
  .carousel-gallery-wrap {
    padding-left: 0px;
  }
  .carousel-inner {
    min-height: 600px;
  }
  .carousel-item {
    min-height: 480px;
  }
  .carousel-item img {
    object-fit: cover;
    object-position: center center;
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  .trust-wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .img-trust {
    width: 250px;
    display: block;
    margin: 0px auto 20px;
  }
}
@media (max-width: 600px) {
  #product-intro {
    padding-top: 135px;
    padding-bottom: 35px;
  }
  .navbar-background {
    /*display: block;*/
  }
  .btn-main {
    padding: 10px 15px;
  }
  .img-main-logo {
    width: 140px !important;
    position: relative;
  }
  .gallery-slider-content {
    max-width: 300px;
  }
  .img-trust {
    width: 150px;
    display: block;
    margin: 0px auto 20px;
  }
}

/* REVISED CART */
.section-shopping {
  background: linear-gradient(180deg, rgba(182,159,213,0.05), rgba(182,159,213,0.75)) !important;
  padding-top: 95px;
  padding-bottom: 25px;
}
.underline-green {
  background: linear-gradient(to top,transparent 0,transparent 5px,rgba(119,188,32,0.35) 0,rgba(119,188,32,0.35) 25%,transparent 25%,transparent 100%);
}
.ccp {
  color: #817aa9 !important;
}
.ccp-dk {
  color: #3b1e6a !important;
}
.price-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0)); 
  /*border-radius: 9px;*/
  /*padding: 5px 5px 20px;*/
  padding: 0px 0px 20px;
  box-shadow: 5px 5px 12px rgb(0,0,0,0.25) inset, -8px -8px 9px rgb(255,255,255,0.5) inset;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Avenir", "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), rgba(255,255,255,1.0));
}
.price-first {
  margin-top: 25px;
}
.product-name-mini {
  font-weight: 700;
  text-shadow: 0px 1px 1px #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
}
.product-name-mini span {
  font-size: 32px;
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.price-callout {
  /* background: rgba(109, 141, 138, 1.0); */
  font-family: "Avenir", "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;
  border-radius: 13px 13px 0px 0px;
}
.price-crossout {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #bf0005;
  margin-bottom: 20px;
  /*text-decoration: line-through;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-thickness: 4px;*/
}
.price-crossout {
  position: relative;
  display: inline-block;
}
.price-crossout::before, .price-crossout::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
.price-crossout::before {
  border-bottom: 2px solid #bf0005;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
.price-crossout::after {
  border-bottom: 2px solid #bf0005;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

.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 rgba(0,0,0,1.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 + 15px);
  background: #6ab34f;
}
.wide-ribbon-wrap-small {
  width: calc(100% + 1.5em + -2px);
  background: #999999;
}
.wide-ribbon {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  width: calc(100% + 18px);
  z-index: 1;
  transition: .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.0;
  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 rgba(255,255,255,1.0);
  margin-bottom: 15px;
}
.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), #fc9903);
  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;
}
.btn-container .btn-main:hover {
  background: #fc9903;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}
.btn-addtocart-wrap {
  /*overflow: hidden;
  position: relative;*/
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: block;
  margin: 0px auto;
}
/*.btn-addtocart {
  transition:  all 0.3s ease;
}*/
.btn-addtocart-wrap .btn-main {
  padding: 20px 25px;
}
.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-orange:hover {
  background: #6ab34f;
  color: white !important;
  margin-bottom: 15px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px rgba(255,255,255,1.0);
  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: 150px;
  padding: 9px;
}
.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;
  }
}

/* NEW MOBILE CART */
.cart-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0));
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  border-radius: 13px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  position: relative;
  display: grid;
}
.cart-item .cart-mobile {
  display: grid;
  grid-template-columns: 1fr;
  /*grid-gap: 10px;*/
}
.cart-item-content-wrap {
  padding-bottom: 35px;
}
.price-callout-best {
  background: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  text-transform: uppercase;
  /* border-radius: 6px 6px 0px 0px; */
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 0px 1px 1px #212227;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 28px;
  border-radius: 13px 13px 0px 0px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  padding: 20px 0px;
}
.supply-level {
  font-size: 16px;
  font-weight: 700;
  /* color: #777777; */
  text-transform: uppercase;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.savings-block {
  background: #239640;/* #004483 100%);*/
  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;
}
.btn-container {
  background: #eeeaf5;
  padding: 15px 0px;
  border-radius: 0px 0px 13px 13px;
}
.non-icons-wrap {
  margin-bottom: 0px;
}
.non-icon-inner:after {
  content: "";
  background: none;
  height: 5px;
  width: 145px;
  position: absolute;
  top: auto;
  transform: rotate(-45deg);
}
.total-savings {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #239640;
}
.cart-item-img-wrap, .cart-item-content-wrap {
  padding: 20px 0px 0px;
}
.img-cards {
  width: 150px;
  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: "Avenir", "Helvetica", arial, sans-serif;
}
.supply-level-main {
  font-size: 26px;
  font-weight: 900;
  /*color: #777777;*/
  /*text-transform: uppercase;*/
  font-family: "Avenir", "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);;
}
.checklist-ul li {
  font-size: 22px;
}
.accordion {
  margin-bottom: 0px;
}
.cart-item-basic {
  margin-top: 65px;
}
@media (max-width: 991.98px) {
  .non-icon {
    width: 110px;
    height: 110px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 90px;
    height: 90px;
  }
  .non-icon .non-icon-inner p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
  }
  .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;
  }
  .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;
  }
}
@media (max-width: 767.98px) {
  .top-nav-btn-wrap .btn-main {
    font-size: 15px; 
  }
}
@media (max-width: 599.98px) {
  .savings-block p {
    font-size: 18px;
    line-height: 1.0em;
  }
  .non-icon {
    width: 85px;
    height: 85px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    padding: 0px;
  }
  .non-icon-inner {
    width: 80px;
    height: 80px;
  }
  .price-cbp {
    font-size: 45px;
  }
  .img-mbg {
    width: 120px;
  }
  .img-product-small {
    width: 160px;
    display: block;
    margin: 10px auto;
  }
  .price-callout-best {
    font-size: 22px;
    padding: 10px 0px;
  }
}

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

.grid-see {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 15px;
}
.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;
}

/* MOBILE STYLES - NO PADDING... NO IMAGES */

@media (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .review-alt .person .img-review {
    width: 100px;
  }
}
@media (max-width: 574.98px) {
  h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #product-intro h1, .product-title {
    font-size: 40px;
  }
  h1 .large-span {
    font-size: 35px;
    font-size: 3.5rem;
  }
  h2, h3 {
    font-size: 2.4rem;
  }
  h4 {
    font-size: 2.0rem;
  }
  .img-sm-mobile {
    width: 225px;
  }
  .main-section {
    padding-bottom: 40px;
  }
  .intro-lead {
    font-size: 18px;
  }
  .testimonial-top {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
  }
  .three-item img {
    width: 150px;
  }
  .absolute-x {
    top: 7%;
    left: 19%;
    font-size: 120px;
  }
  .img-before-left, .img-before-middle, .img-before-right {
    padding: 5px;
    max-width: 175px;
    margin-bottom: 25px;
  }
  .img-before-left img, .img-before-middle img, .img-before-right img {
    width: 175px;
  }
  .img-before-left, .img-before-right {
    transform: rotate(3deg);
  }
  .img-before-middle {
    transform: rotate(-3deg);
  }
  .img-box {
    padding: 5px;
    width: 200px;
  }
  .checklist-ul, .checklist-ul-bad {
    margin-left: 0px;
  }
  .section-repeat {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .img-spoon-circle {
    width: 150px;
    height: 150px;
    border: 5px solid #816aa9;
  }
  .img-dripping-caramel {
    width: 150px;
    border: 5px solid #816aa9;
  }
  .arrow-wrap {
    grid-template-columns: 1fr;
  }
  .big-arrow {
    font-size: 50px; 
    line-height: 1.0rem;
  }
  .carousel-inner {
    width: 100%;
  }
  .review-alt .person .img-review {
    border-radius: 50%;
    display: block;
    margin: 0px auto;
  }
  .grid-see {
    display: grid;
    justify-content: center;
    grid-gap: 0px;
  }
  .grid-see .item {
    flex: 0 0 200px;
    display: grid;
    grid-template-columns: 90px auto;
    align-items: center;
    grid-gap: 10px;
    text-align: left;
  }
}
@media (max-width: 399.98px) {
  .absolute-x {
    top: 0%;
    left: 19%;
    font-size: 120px;
  }
}
@media (max-width: 360px) {
  .single-title-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Timer */
 .timer-section {
     background: rgb(255, 186, 0);
}
 .timer-block {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
}
 .timer div p {
     text-transform: uppercase;
     font-weight: 300;
     font-size: 15px;
     margin-top: 8px;
}
 .timer div {
     display: flex;
     flex-direction: column;
     align-items: center;
     margin-left: 20px;
}
 .timer {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .timer span {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 80px;
     width: 80px;
     font-size: 28px;
     font-weight: 400;
     background: #222;
     color: #fff;
     padding: 10px;
     border-radius: 50%;
	 box-shadow:1px 3px 9px #ccc;
	 border:3px solid #fff;
}


@media screen and (max-width: 1260px){
   .timer div {margin-left: 10px;}
}

@media screen and (max-width: 992px){
   .timer-block {flex-direction: column;}
}


@media screen and (max-width: 510px){
  .timer div p {font-size: 13px;}
  .timer span {width: 60px; height: 60px;}


}

@media screen and (max-width: 450px){ 
  .timer {margin: 0 auto;display: flex;justify-content: space-between;}
  .timer span {height: 60px; width: 60px;}
  .timer div {margin-left: 0;}
  .timer-container {width: 80% !important; margin: 0 auto !important;}

}


@media screen and (max-width: 385px){ 
  .timer-container {width: 100%;}

}