html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: #36383e;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  color: #575b69;
  font-weight: 300;
  text-align: center;
}
h1, .h1 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  /*font-size: 1.5rem;*/
}
a {
  color: #7AC95A;
}
p {
  font-size: 1.05rem;
  line-height: 1.6;
}
@media (max-width: 425px) {
  .h2, h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
  h1, .h1 {
    font-size: 3.4rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  p {
    font-size: 1.2rem;
  }
  h1, .h1 {
    font-size: 3.5rem;
  }
  h3, .h3 {
    font-size: 2.5rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 2000px) {
  p {
    font-size: 1.4rem;
  }
  h1, .h1 {
    font-size: 4.2rem;
  }
  h3, .h3 {
    font-size: 2.8rem;
  }
  h4, .h4 {
    font-size: 2rem;
  }
  h5, .h5 {
    font-size: 1.8rem;
  }
}
.font-l {
  font-size: 110%!important;
}
.font-xl {
  font-size: 150%!important;
}
.font-xxl {
  font-size: 200%!important;
}
@media (min-width: 768px) {
  .font-l {
    font-size: 150%!important;
  }
  .font-xl {
    font-size: 200%!important;
  }
  .font-xxl {
    font-size: 300%!important;
  }
}
.h100vh {
  height: 100vh;
}
.fix-height {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .fix-height {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.bg-gray {
  background: #e4e4e4;
}
.btn {
  font-size: .9rem;
  font-weight: 400;
  padding: .75rem 2rem;
}
.btn-gray {
  background: #e4e4e4;
}
.btn.btn-rounded {
  border-radius: 50px;
}
@media (min-width: 1600px) {
  .btn.btn-rounded {
    font-size: 1.4rem;
  }
}
.btn.btn-xxl {
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 500;
  padding: .75rem .75rem;
}
@media (min-width: 768px) {
  .btn.btn-xxl {
    padding: 1.2rem 3rem;
  }
}
@media (min-width: 1800px) {
  .btn.btn-xxl {
    font-size: 1.6rem;
    padding: 1.5rem 5rem;
  }
}
.btn.btn-gradient {
  border: 2px solid #fff;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#87e264), to(#43af3d));
  background-image: -webkit-linear-gradient(#87e264 0%, #43af3d 100%);
  background-image: -moz-linear-gradient(#87e264 0%, #43af3d 100%);
  background-image: -o-linear-gradient(#87e264 0%, #43af3d 100%);
  background-image: linear-gradient(#87e264 0%, #43af3d 100%);
}
.btn.btn-gradient:hover {
  border: 2px solid #a2ff7e
}
.btn.btn-gradient.btn-gray {
  border: 2px solid #fff;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#e8e8e8), to(#a0a0a0));
  background-image: -webkit-linear-gradient(#e8e8e8 0%, #a0a0a0 100%);
  background-image: -moz-linear-gradient(#e8e8e8 0%, #a0a0a0 100%);
  background-image: -o-linear-gradient(#e8e8e8 0%, #a0a0a0 100%);
  background-image: linear-gradient(#e8e8e8 0%, #a0a0a0 100%);
}
#sec-pricetable .item li:before {
  font-size: 18px;
  content: '\f058';
  color: #42ae3d;
}
#sec-pricetable .item .price-small h2 big {
  font-size: 150%;
}
#sec-pricetable .item .price-small h2 {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
#sec-pricetable .item .price-small h2:after {
  content: 'pro Dose';
  position: absolute;
  bottom: 10px;
  font-size: 35%;
  color: #000;
  letter-spacing: -.5px;
  font-weight: 600;
}
#sec-pricetable .item h2 small {
  font-size: 30%;
}
@media (min-width: 1600px) {
  #sec-pricetable .item h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1800px) {
  #sec-pricetable .item li:before {
    font-size: 24px;
    margin: 0 24px 0 -45px;
  }
}

/*----------- Slick Slider ------------*/


.slick-prev:before, .slick-next:before {
  content: '\f053';
  font-family: 'FontAwesome';
  font-size: 2rem;
  color: #bababa;
}
.slick-next:before {
  content: '\f054';
}
.slick-slider .card {
  border-radius: 10px;
  border:none;
}
.slick-slider .card-body {
  border-radius: 10px;
  padding: .5rem 1rem;
  -webkit-box-shadow: .2rem .2rem 1rem rgba(0,0,0,.25)!important;
  box-shadow: .2rem .2rem 1rem rgba(0,0,0,.25)!important;
}
@media (max-width: 768px) {
  .slick-slider {
    max-width: 85%;
    margin: auto;
  }
  .slick-slider .card-body {
    padding: .5rem
  }
}

/*----------- Parallax Section ------------*/

.parallax-bottle .fix-height, .parallax-body .fix-height {
  min-height: 600px;
}
.parallax-body .image-bg {
  /*background-image: url(images/image-bg-1.jpg),linear-gradient(180deg,#cf512b,#cf512b);*/
  background-image: url(images/SWF_Background_01.png), linear-gradient(180deg, #cf512b, #cf512b);
  background-position: 50% 50%, 0 0;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}
#sec-parallax-4 .image-bg {
  /*background-image: linear-gradient(90deg,rgb(115, 197, 88),rgba(36, 138, 3, 0.36) 52%,rgb(115, 197, 88));*/
  background-image: linear-gradient(90deg, rgb(115, 197, 88), rgb(115, 197, 88));
  background-position: 0 0;
  background-repeat: no-repeat;
  /*background-attachment: scroll;*/
}
#sec-parallax-4 .image {
  width: 100%;
  /*max-width: 300px;*/
}
@media (min-width: 1200px) {
  .parallax-bottle .fix-height, .parallax-body .fix-height {
    height: 100vh;
  }
  .parallax-body .image-bg {
    /*background-image: url(images/image-bg-1.jpg),linear-gradient(180deg,#cf512b,#cf512b);*/
    background-image: url(images/SWF_Background_01.png), linear-gradient(180deg, #cf512b, #cf512b);
    background-position: 50% 50%, 0 0;
    background-size: auto 100vh, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }
  .parallax-bottle .image-bg {
    /*background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.1),rgba(77, 77, 77, 0.02) 52%,rgba(0, 0, 0, 0.1)),url(images/image-bg-2.jpg);*/
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(77, 77, 77, 0.02) 52%, rgba(0, 0, 0, 0.1)), url(images/SWF_Background_02.png);
    background-position: 0 0, 50% 50%;
    background-size: auto, auto 100vh;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  #sec-parallax-4 .image-bg {
    /*background-image: linear-gradient(90deg,rgb(34, 138, 0),rgba(34, 138, 0, 0.18) 52%,rgba(34, 138, 0, 1)),url(images/image-bg-4.jpg);*/
    /*background: #7ac95a url(images/image-bg-4.jpg);*/
    background: #7ac95a url(images/SWF_Background_02.png);
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

/*-----------Section Video-----------*/

#sec-video {
  margin-top: 0;
  background: #e4e4e4 linear-gradient(#fff 50%, #e4e4e4);
}

/*-----------Section Bottles -----------*/

#sec-bottles .image {
  width: 100%;
}

@media (min-width: 1200px) {
  #sec-bottles .image {
    width: 55%;
  } 
}
/* ----------- Sec Badges ------------- */

#sec-badges .badges {
  color: #fff;
  background: #419b1f;
  border-radius: 0;
  border-top: 4px solid #5bc433;
  border-left: 4px solid #5bc433;
  border-radius: 20px;
  overflow: hidden;
}
#sec-badges .badges p {
  color: #fff;
}
#sec-badges .badge {
  padding: 10px 0;
  font-weight: 300;
  /* font-size: 1rem; */
  border-radius: 0;
  border-bottom: 4px solid #5bc433;
  border-right: 4px solid #5bc433;
}
#sec-badges .badge img {
  width: 85px;
}
#sec-badges .badge {
  white-space: normal;
}
#sec-badges .badge .right {
  padding: 0 10px;
}
#sec-badges .badge p {
  line-height: 1.2;
}
#sec-badges .badge p.detail {
  font-size: .9rem;
}
@media (min-width: 1800px) {
  #sec-badges .badge p.detail {
    font-size: 1rem;
  }
}
@media (min-width: 2200px) {
  #sec-badges .badge p.detail {
    font-size: 1.1rem;
  }
}

/*-----------Section Properties-----------*/

#sec-properties .props {
  font-size: 1.3rem;
}
#sec-properties .props sub {
  bottom: -.1em;
  font-size: 100%;
}
#sec-properties .props .fa {
  padding: 0 4px
}
#sec-properties .props .title {
  font-weight: bold;
}
#sec-properties .props .title span {
  font-size: 2.4rem;
}
#sec-properties .props .title .fa {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  #sec-properties .props>div:nth-child(2) {
    border-left: 2px solid #d0d0d0;
    border-right: 2px solid #d0d0d0;
  }
}
@media (min-width: 1800px) {
  #sec-properties .props {
    font-size: 1.7rem;
  }
}

/*-----------Section Ingredients-----------*/

#sec-ingredient .fix-height {
  padding-top: 0;
}
#sec-ingredient .h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #f4f4f4;
}
#sec-ingredient h2 {
  font-size: 1.2rem;
  font-weight: 500;
}
#sec-ingredient .ingredients .item {
  margin: 15px;
  padding: 0 25px 10px;
  background-color: #fff;
  border-radius: 20px;
}
#sec-ingredient .ingredients .item .image {
  top: -20px;
  width: 125px;
  position: relative;
}
#sec-ingredient .ingredients .item p {
  /*font-size: 105%;*/
}
#sec-ingredient .ingredients h3 {
  text-align: left
}
#sec-ingredient .item {
  margin: 0 50px;
}
@media (min-width: 525px) {
  #sec-ingredient .h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  #sec-ingredient .h1 {
    font-size: 7rem;
  }
  #sec-ingredient h2 {
    font-size: 1.8rem;
  }
  #sec-ingredient .ingredients .item {
    margin: 25px;
    padding: 0 75px 100px;
  }
  #sec-ingredient .ingredients .item .image {
    top: -35px;
    width: 175px;
  }
}
@media (min-width: 1200px) {
  #sec-ingredient .h1 {
    font-size: 8.5rem;
  }
}
@media (min-width: 1600px) {
  #sec-ingredient .h1 {
    font-size: 12rem;
  }
}
@media (min-width: 1800px) {
  #sec-ingredient .h1 {
    font-size: 14rem;
  }
  #sec-ingredient h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 2200px) {
  #sec-ingredient .h1 {
    font-size: 18rem;
  }
  #sec-ingredient h2 {
    font-size: 2.8rem;
  }
}

/*-----------Pricetable Section-----------*/

#sec-pricetable {
  background: #e4e4e4 linear-gradient(#fff 0%, #e4e4e4);
  margin-top: 0;
  margin-bottom: 0;
}
#sec-pricetable .image-bg {
  background: url(images/pricetable-bg-l.png) left bottom no-repeat, url(images/pricetable-bg-r.png) right bottom no-repeat;
  background-size: 250px, 250px;
}
#sec-pricetable .item {
  border: none;
  border-radius: 15px;
  padding: 60px 30px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 49px 1px rgba(171, 171, 171, .5);
  -moz-box-shadow: 0px 0px 49px 1px rgba(171, 171, 171, .5);
  box-shadow: 0px 0px 49px 1px rgba(171, 171, 171, .5);
}
#sec-pricetable .item:hover {
  -webkit-box-shadow: 0px 0px 49px 1px rgba(171, 171, 171, .5);
  -moz-box-shadow: 0px 0px 49px 1px rgba(171, 171, 171, .5);
  box-shadow: 0px 0px 49px 1px rgba(171, 171, 171, .5);
}
#sec-pricetable .item h2 {
  position: relative;
  font-size: 5rem;
  font-weight: 900;
  color: #42ae3d;
  margin-top: 0;
  margin-bottom: 0;
}
#sec-pricetable.show-dose .item h2:after {
  content: '/Dose';
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
  font-size: 50%;
  /*color: #000;*/
  letter-spacing: -.5px;
  font-weight: 600;
}
#sec-pricetable .item h4 {
  color: #000000;
  font-weight: 400;
  margin-bottom: 1.8rem;
  font-size: 100%;
}
#sec-pricetable .item li {
  margin: 1rem 0;
}
#sec-pricetable .btn.full-width {
  font-size: 80%;
  padding: 1.2rem 0;
}
#sec-pricetable .image img {
  max-height: 175px;
  max-width: unset;
  margin: 2rem 0;
}
@media (max-width: 475px) {
  #sec-pricetable .item h2 {
    font-size: 3.5rem;
  }
  /* #sec-pricetable .image img{
        max-height: 105px;
    } */
}
@media (max-width: 350px) {
  #sec-pricetable .item h2 {
    font-size: 3rem;
    /*display: table-cell;*/
  }
  #sec-pricetable .item h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 525px) {
  #sec-pricetable .btn.full-width {
    font-size: 100%;
  }
  /* #sec-pricetable .image img{
        max-height: 170px;
    } */
}
@media (min-width: 768px) {
  #sec-pricetable .item {
    padding: 60px 50px 20px;
  }
}
@media (min-width: 992px) {
  #sec-pricetable .item ul {
    font-size: 1rem;
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  #sec-pricetable .image img {
    max-height: 200px;
  }
}
@media (min-width: 1600px) {
  #sec-pricetable .item h2 {
    margin-left: 0;
    margin-right: 0;
  }
  #sec-pricetable .item ul {
    font-size: 1.4rem;
  }
  /* #sec-pricetable .image img{
        max-height: 200px;
    } */
  #sec-pricetable .btn.full-width {
    font-size: 125%;
    padding: 1.5rem 0;
  }
}
@media (min-width: 1800px) {
  #sec-pricetable .item {
    padding: 80px 80px 40px;
  }
  #sec-pricetable .image img {
    max-height: 250px;
  }
}
@media (min-width: 2000px) {
  #sec-pricetable .item ul {
    font-size: 1.6rem;
  }
  /* #sec-pricetable .image img{
        max-height: 185px;
    } */
}

/*Pricetable simple*/

#sec-pricetable.simple-pricetable {
  background: unset;
}
#sec-pricetable.simple-pricetable .item {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(171, 171, 171, .5);
  -moz-box-shadow: 0px 0px 25px 1px rgba(171, 171, 171, .5);
  box-shadow: 0px 0px 25px 1px rgba(171, 171, 171, .5);
}
#sec-pricetable.simple-pricetable .item h2 {
  font-size: 3rem;
  margin-left: 0;
  margin-right: 0;
}
#sec-pricetable.simple-pricetable .featured .item {
  padding-top: 90px;
}
#sec-pricetable.simple-pricetable .featured.text-center {
  font-weight: 500;
  background-color: #ff8400;
  line-height: 2;
  margin-bottom: 1rem;
  color: #fff;
}
#sec-pricetable.simple-pricetable .featured:before {
  content: attr(data-featured) " ";
  text-align: center;
  background: #ff8400;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 80px;
  font-weight: 500;
  position: absolute;
  top: -2px;
  left: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: calc(100% - 30px);
  z-index: 1;
}
#sec-pricetable.simple-pricetable .btn {
  background: #43af3d;
  font-size: 100%;
  padding: .35rem 0;
  border-radius: 0;
}
#sec-pricetable.simple-pricetable .bottle-only .btn {
  width: auto;
  min-width: 60%;
  background: #ff8400;
  color: #fff;
}
#sec-pricetable.simple-pricetable .bottle-only .btn:active, #sec-pricetable.simple-pricetable .bottle-only .btn:hover {
  background: #ef7b00;
  border-color: #e87700;
  color: #fff;
}
#sec-pricetable.simple-pricetable .btn.full-width {
  text-transform: uppercase;
}
#sec-pricetable.simple-pricetable .btn-gray {
  background: #848484;
}
#sec-pricetable.simple-pricetable ul.out.checked {
  font-size: 1rem;
}
#sec-pricetable.simple-pricetable ul.out.checked li:before {
  font-size: 18px;
  content: '\f058';
  color: #42ae3d;
}
#sec-pricetable.simple-pricetable ul.out.checked li:first-child {
  margin-top: 0;
}
@media (max-width: 375px) {
  #sec-pricetable.simple-pricetable .item h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  #sec-pricetable.simple-pricetable .item {
    padding: 20px 20px 0;
  }
  #sec-pricetable.simple-pricetable .featured .item {
    padding: 100px 20px 0;
  }
}
@media (min-width: 1200px) {
  #sec-pricetable.simple-pricetable ul.out.checked {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  #sec-pricetable.simple-pricetable .item h3 {
    font-size: 1.2rem;
  }
  /* #sec-pricetable.simple-pricetable  .image img {
        max-height: 150px;
    } */
  #sec-pricetable.simple-pricetable .btn.full-width {
    font-size: 100%;
    padding: .35rem 0;
  }
  #sec-pricetable.simple-pricetable ul.out.checked {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
  #sec-pricetable.simple-pricetable ul.out.checked li:before {
    font-size: 25px;
  }
  #sec-pricetable.simple-pricetable .bottle-only .btn {
    font-size: 140%;
    padding: .5rem 2rem;
  }
}
@media (min-width: 2000px) {
  /* #sec-pricetable.simple-pricetable  .image img {
        max-height: 185px;
    } */
}

/*-----------Section Reviews-----------*/

#sec-reviews .fix-height {
  padding-top: 3rem;
}
#sec-reviews .back-stars .fa, #sec-reviews .front-stars .fa {
  width: unset;
}
ol.commentlist .rating-stars {
  font-size: 1em;
}
#sec-reviews ol {
  list-style: none;
  padding-inline-start: 0;
}
#sec-reviews .rp-star-rating {
  color: #ffd600;
}
#sec-reviews .rp-star-rating .back-stars {
  display: inline-flex;
}
#sec-reviews .comment_container .rp-star-rating .fa.i5 {
  margin-right: 0;
}

/*-----------Section Ingredients-----------*/

#sec-custreview .reviews h3 {
  text-align: left
}
#sec-custreview .reviews .item {
  margin: 25px;
  padding: 10px 50px 20px;
  background-color: #fff;
  border-radius: 20px;
}
#sec-custreview .reviews .item .date {
  font-size: 90%;
}
#sec-custreview .reviews .star-rating {
  font-size: 1.4rem;
  color: #000;
}
#sec-custreview .reviews .star-rating .fa {
  padding: 0 3px;
}
@media (min-width: 1800px) {
  #sec-custreview .reviews .item .date {
    font-size: 110%;
  }
}

/*-----------Jasper Message-----------*/

.about-author {
  background: #fafafa;
  padding: 10px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  border-radius: 10px;
  border: 1px solid #575b69;
}
.about-author .image {
  padding: 0 0 1rem 0;
}

/*#sec-jaspermessage.image-bg {
    background: url(images/jasper-bg.jpg) top right no-repeat;
    background-size: cover;
    background-position-x: 400px;
}*/

#sec-jaspermessage p {
  font-size: unset;
}
@media (min-width: 768px) {
  #sec-jaspermessage.image-bg {
    background-size: cover;
    background-position-x: 25%;
  }
}
@media (min-width: 1200px) {
  #sec-jaspermessage.image-bg {
    background-position: right center;
    background-position-x: 425px;
  }
}
@media (min-width: 1800px) {
  #sec-jaspermessage.image-bg {
    background-position-x: 550px;
  }
  #sec-jaspermessage h2 {
    font-size: 2.5rem;
  }
  #sec-jaspermessage p {
    font-size: 1.3rem;
  }
}
@media (min-width: 2000px) {
  #sec-jaspermessage.image-bg {
    background-position-x: 600px;
  }
  #sec-jaspermessage h2 {
    font-size: 2.8rem;
  }
  #sec-jaspermessage p {
    font-size: 1.5rem;
  }
}

/*-----------Imae Gallery-----------*/

#image-gallery .saga-prev, #image-gallery .saga-next {
  display: none!important;
}
#image-gallery .item-wrapper .desc {
  line-height: 2;
  font-size: .45em;
  border-radius: 15px;
  padding: 20px 5px;
}
@media (min-width: 375px) {
  #image-gallery .item-wrapper .desc {
    font-size: .5em;
  }
}
@media (min-width: 425px) {
  #image-gallery .item-wrapper .desc {
    font-size: .65em;
  }
}
@media (min-width: 768px) {
  #image-gallery .item-wrapper .desc {
    font-size: .9em;
  }
}
@media (min-width: 1200px) {
  #image-gallery .item-wrapper .desc {
    font-size: 1.1em;
    line-height: 1.5;
  }
}
@media (min-width: 1800px) {
  #image-gallery .item-wrapper .desc {
    font-size: 1.3em;
    line-height: 1.75;
  }
}

/*-----------FAQ Section-----------*/

#sec-faq .accordion .card {
  background-color: #ffffff;
}
#sec-faq .accordion .btn-link {
  color: #42ae3d;
  font-weight: 300;
  padding: 1rem 1.8rem 1rem 3.5rem;
}
#sec-faq .btn-link.collapsed:hover {
  color: #000;
}
#sec-faq .accordion .card .card-body {
  font-size: 90%;
}
@media (min-width: 1200px) {
  #sec-faq .accordion .btn-link, #sec-faq .accordion .card {
    font-size: 1.4rem;
  }
}
@media (min-width: 1500px) {
  #sec-faq .accordion .btn-link, #sec-faq .accordion .card {
    font-size: 1.5rem;
  }
}
@media (min-width: 1800px) {
  #sec-faq .accordion .btn-link, #sec-faq .accordion .card {
    font-size: 1.8rem;
  }
  #sec-faq .accordion .card .card-body {
    font-size: 80%;
  }
}

/*.responsive-overlay:before {
    display: block;
    background-color: rgba(0, 0, 0, 0.36);
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}*/