
/* REVISED CART */

.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;
}
.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);
}
.price-callout-best {
  background: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  padding: 10px;
  text-transform: uppercase;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0px 1px 1px #212227;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 32px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.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 + 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: .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 {
  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;
}
.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 !important;
  margin-bottom: 0px;
  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;
}
/*.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: "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);;
}

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

}