body {
  font-family: Helvetica, "Opens Sans", sans-serif;
}

/* COMMON */

.list-interstitial li {
  line-height: 1.3;
  margin-bottom: 7px;
}
.btn-cta-primary {
  background-color: #19af42;
  color: white;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "OpenSans Regular";
}
.btn-cta-primary:hover {
  color: white;
  opacity: 0.8;
}
.cta-right-chevron {
  font-size: 1rem;
  border-radius: 100%;
  border: 2px solid white !important;
  color: white !important;
  width: 24px;
  height: 24px;
  padding: 2px 6px;
  margin-right: 5px;
}
h3.title {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}
h5.subtitle {
  font-size: 24px;
  font-weight: 700;
}
.txt-yellow {
  color: #f5a623;
}
.text-container p {
  color: #333;
}
.line-horizontal {
  border: 3px solid;
  border-color: #e08e28;
  width: 64px;
}
.line-vertical {
  border: 3px solid;
  border-color: #e08e28;
  height: 64px;
}
.txt-white {
  color: white;
}
/* END COMMON */

/* Discount Header */
.dicsount-header {
  background-color: #e08e28;
  font-weight: bold;
  font-size: 14px;
}
.discount-header p {
  margin-bottom: 0;
}
/* End Discount Header */

/* Header V1 */
.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.logo-container {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.logo-container img {
  max-width: 220px;
}
.content-header .title {
  font-size: 50px;
  font-weight: 600;
}
.content-header .subtitle {
  font-size: 24px;
}

.list-header ul {
  padding-left: 1.5rem;
  list-style-type: disc;
  margin: 2rem 0;
}

.list-header li {
  margin-bottom: 1rem;
  font-size: 18px;
}
.cta-header {
  margin-top: 3rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.image-header {
  display: flex;
  align-items: flex-end;
}
/* End Header V1 */

/* Header V2 */
.header.v2 {
  background: linear-gradient(119deg, #fffaf1 40%, #fff4de 98%);
}
.header.v2 .image-header {
  align-items: center;
}
.figure-header figure {
  width: 90%;
  height: 90%;
}
.header.v2 .product-header {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header.v2 .content-header h1.title {
  font-size: 35px;
}
.header.v2 .list-header li {
  margin-bottom: 5px;
}
.prices p {
  font-size: 35px;
}
.prices .old-price {
  position: relative;
}
.prices .old-price::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-bottom: 2px solid #eb2219;
  transform: skewY(-12deg);
}
.discount p {
  font-size: 25px;
}
.header.v2 .cta-header {
  margin-top: 0;
}
/* End Header V2 */

/* Header V3 */
.bck-special {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 3rem;
}
.header.v3 h1.title {
  font-size: 34px;
}
.header.v3 h3.subtitle {
  font-size: 22px;
  font-weight: 100;
  color: #393939;
  margin-bottom: 0;
}
.subtitle-star {
  border-bottom: 1px solid #979797;
}
.header.v3 p.reviews {
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 0px;
}
.explication {
  font-size: 18px;
  color: #34a596;
  font-weight: 700;
  margin-top: -5px;
}
.header.v3 .list-header ul {
  list-style-type: none;
}
.header.v3 .list-header ul li img {
  margin-right: 5px;
}
.header.v3 .figure-header figure {
  width: 75%;
  height: 75%;
}
/* End Header V3 */

/* Header vn */

.header.vn h1,
.header.vn h2,
.header.vn ul,
.header.vn p,
.features.vn p,
.img-left.vn h3,
.img-left.vn p,
.img-right.vn h3,
.img-right.vn p,
.steps-container.vn h3,
.steps-container.vn p,
.cta-container.vn h3,
.reviews.vn h3,
.reviews.vn p {
  color: #2a0409;
}

.discount-header.vn {
  background-color: #366876;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.disclaimer-bottom {
  font-size: 12px;
}

/* End Header vn */

/* Carousel */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-indicators li {
  background-color: #495057b6;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.carousel-indicators .active {
  background-color: #495057;
}
.carousel-inner {
  height: 450px;
}
.carousel-item {
  height: 100%;
  width: 100%;
}
.image-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-inner figure,
.carousel-inner img {
  width: 75%;
  height: 75%;
  object-fit: contain;
}
/* End Carousel */

/* Bundles */
.tabs-v3 .tab-content {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
  border-top: 0;
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tabs-v3 .nav-tabs {
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.tabs-v3 .nav-tabs .nav-item {
  width: 100%;
  text-align: center;
}
.tabs-v3 .nav-tabs .nav-link {
  box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fafafa;
  color: #888888;
  height: 100%;
}
.tabs-v3 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #00003b;
  font-weight: bold;
  background-color: #fff;
  border-color: transparent transparent #e1e0e0;
  box-shadow: none;
}
.card-v3 {
  border: 1px solid #4e515a;
  border-radius: 8px;
  width: 32%;
  background-color: #f4fffc;
}
.card-v3 .card-v3-header,
.card-v3 .card-v3-body,
.card-v3 .card-v3-footer {
  padding: 5px 10px;
}
.card-v3 .units-product {
  font-size: 18px;
  color: #00003b;
  text-align: center;
  font-weight: bold;
}
.card-v3 .option {
  font-size: 14px;
  border-right: 1px solid #979797;
  line-height: 15px;
  width: 43%;
}
.card-v3 .option p {
  height: 38px;
  font-size: 12px;
}

.card-v3 .discount {
  font-size: 45px;
  color: #56c57a;
  font-weight: bold;
  margin-left: 5px;
}
.card-v3 .discount-container.discount-one-pursache .discount,
.card-v3 .discount-container.discount-one-pursache .discount-items {
  color: #a46652;
}
.card-v3 .discount-items p {
  font-size: 14px;
  color: #56c57a;
  font-weight: bold;
}
.title-tabs h4 {
  font-size: 16px;
  color: #00003b;
}
.card-v3 .price-image {
  margin-bottom: -10px;
  justify-content: space-between;
}
.card-v3 .price-image .image-card {
  width: 74px;
  height: 74px;
}
.card-v3 .price-image .image-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-v3 .price .units {
  line-height: 12px;
  font-size: 14px;
  color: #00003bdb;
}
.card-v3 .price .actual {
  font-size: 25px;
  color: #00003b;
  font-weight: bold;
}
.card-v3 .price .decimals {
  height: 63%;
  margin-left: 3px;
}
.card-v3 .price .decimals .decimal {
  color: #00003b;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
}
.card-v3 .price .decimals .each {
  color: #717171;
  font-size: 14px;
}
.card-v3 .old-price {
  font-size: 14px;
  color: #00003d;
  margin-top: -6px;
}
.card-v3 .stricke {
  text-decoration: line-through;
}
.card-v3 .card-v3-footer p {
  font-size: 17px;
  color: #56c57a;
  text-align: center;
  font-weight: bold;
  width: 100%;
  white-space: pre;
}
.add-cart {
  padding-bottom: 10px;
}
.add-cart a {
  background-color: #19af42;
  border: 2px solid #19af42;
  color: white;
  border-radius: 50px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.add-cart a:hover {
  opacity: 0.8;
}

.add-cart a:focus {
  outline: none;
}
/* End Bundles */

/* Discount Header */
.discount-header {
  background-color: #c4e4f5;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.discount-header .discount-color {
  color: #19af42;
}
/* End Discount Header */

/* Features */
.features .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.features .text {
  font-size: 14px;
}
.features .box-icon {
  min-width: 42px;
}
/* End Features */

/* Image Left Line Horizontal */
.img-left {
  background-color: #f5f5f5;
}
/* End Image Left Line Horizontal */

/* Redefine & Powerfull only mobile */
.redefine-mobile {
  display: none;
}
/* End Redefine & Powerfull only mobile */

/* Steps */
.orange-check {
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
}
.orange-check img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-step {
  width: 100%;
}

.text-step p {
  font-size: 20px;
}
.step {
  justify-content: center;
}
/* End Steps */

/* CTA Section */
h3.title.cta-section {
  font-size: 34px;
  font-weight: normal;
  font-style: italic;
}
/* End CTA Section */

/* Text Left Background Image */
.left-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* End Text Left Background Image */

/* Image Left Line Vertical Steps - Vertical List */
.steps-vertical-list ul {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin: 20px 0;
}
.steps-vertical-list li {
  position: relative;
  margin-bottom: 1rem;
}
.steps-vertical-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e08e28;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -12px;
}
/* End Image Left Line Vertical Steps - Vertical List */

/* Clinical Info */
.clinical-info a {
  font-size: 23px;
  color: #4a90e2;
}
/* End Clinical Info */

/* Reviews */
.rating-number {
  font-size: 45px;
  font-weight: 600;
}
.rating-start {
  font-size: 13px;
}
.rating-start .fa-star,
.rating-start .fa-star-half-alt,
.rating .fa-star,
.rating-review .fa-star,
.header.v2 .fa-star,
.header.v3 .fa-star {
  color: #fab73b;
}
.rating-start .average {
  font-size: 12px;
}
.reviews .progress {
  margin-bottom: 20px;
  height: 8px;
}
.reviews .progress-bar {
  background-color: #fab73b;
}
.reviews .rating.small-rating {
  font-size: 12px;
  margin-bottom: 11px;
}
.review .name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.review .rating-review {
  margin-bottom: 10px;
}
.review p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
/* End Reviews */

/* Text Left Background BOTTOM */
.left-background.bottom h5.subtitle {
  margin-bottom: 20px;
}
.left-background.bottom p.description-bottom {
  margin: 15px 0;
}
.left-background.bottom a {
  margin-top: 50px;
}
/* End Text Left Background BOTTOM */

/* Footer */

.footer-interstitial {
  text-align: center;
  color: #aaa;
  font-size: 12px;
  padding: 0 5px;
}

.footer-interstitial a:hover {
  text-decoration: underline;
  color: #aaa;
}
.list_footer li {
  font-family: "Open Sans", sans-serif;
}
/* End Footer */

/* INGREDIENTS VERSION */
.ingredients .btn-cta-primary {
  background-color: #f38511;
}
/* Header */
.ingredients .header {
  background-color: black;
  /* background-size: contain;
  background-position: bottom; */
  background-size: cover;
  background-position: right;
}
.ingredients .image-header {
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.ingredients .cta-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.ingredients .discount-header p {
  margin-bottom: 0;
}
.ingredients .background-sections {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ingredients .background-black {
  background-color: black;
  color: white;
}
.ingredients .text-container.background-black p {
  color: #fff;
}
.orange-text {
  color: #e08e28;
}
.ingredient-card {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17);
  height: 335px;
}
.ingredient-card h5 {
  color: #01457d;
  font-weight: bold;
  text-align: center;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-text p {
  font-size: 14px;
}
.ingredient-card .img-card {
  text-align: center;
}
/* End Header */

/* END INGREDIENTS VERSION */

/* REVIEWS WITH IMAGE BASED ON SECTION STEPS */
.section_steps_image_reviews .header {
  background-position: right;
}
.image-review {
  width: 100px;
  height: 100px;
}
.image-review img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
/* END REVIEWS WITH IMAGE BASED ON SECTION STEPS */

/* CUSTOM PROMOTIONS */
#custom-promotions-section {
  height: 112px;
}
#custom-promotions-section #banner-promotion-pc {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#custom-promotions-section #banner-promotion-pc .text-discount {
  text-align: center;
  padding-top: 73px;
}
#custom-promotions-section #banner-promotion-pc .text-discount p,
#custom-promotions-section #banner-promotion-pc .text-discount span {
  margin-bottom: 0;
  font-size: 15px;
}
/* END CUSTOM PROMOTIONS */

/* DISCLAIMER */
.section-disclaimer {
  display: none;
}
/* END DISCLAIMER */

/* Media Query */
@media (max-width: 767px) {
  /* COMMON */
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .text-container {
    margin-bottom: 1.5rem;
  }
  .padding-mobile {
    padding: 0 2rem;
  }
  h3.title {
    font-size: 28px;
  }
  /* END COMMON */
  /* Header */
  .logo-container {
    margin-top: 0;
    margin-bottom: -30px;
  }
  .logo-container img {
    width: 112px;
  }
  .content-header .title {
    font-size: 22px;
    margin-top: 1rem;
  }
  .content-header .subtitle {
    font-size: 18px;
    text-align: center;
  }
  .image-header {
    justify-content: center;
  }
  .product-header {
    max-width: 44%;
  }
  .cta-header {
    margin: 1rem 0;
    text-align: center;
  }
  .list-header {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .list-header li {
    margin-bottom: 0;
  }

  /* End Header */

  /* Header V2 */
  .header.v2 .product-header {
    max-width: 208px;
    margin-right: 1.75rem;
  }
  .header.v2 .content-header h1.title {
    font-size: 24px;
  }
  .reviews {
    font-size: 18px;
  }
  .header.v2 .list-header {
    margin-top: 10px;
  }
  .prices p {
    font-size: 25px;
  }
  .discount p {
    font-size: 20px;
  }
  /* End Header V2 */

  /* Header V3 */
  .header.v3 h1.title {
    font-size: 23px;
    margin-top: 22px;
  }
  .header.v3 h3.subtitle {
    font-size: 20px;
  }
  .header.v3 .fa-star {
    font-size: 12px;
  }
  .header.v3 .list-header li {
    margin-bottom: 0.5rem;
  }
  .explication {
    margin-top: 0;
    font-size: 16px;
  }
  .header.v3 .list-header {
    margin-top: 1rem;
  }
  /* End Header V3 */

  /* Carousel */
  .carousel-inner {
    height: 312px;
  }
  .carousel-inner img {
    height: 85%;
  }
  /* End Carousel */

  /* Bundle */
  .card-v3 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .card-v3 .card-v3-header,
  .card-v3 .card-v3-body,
  .card-v3 .card-v3-footer {
    padding: 0px 30px;
  }
  .card-v3 .card-v3-footer p {
    font-size: 23px;
    margin-top: 1rem;
  }
  .card-v3 .units-product {
    font-size: 22px;
  }
  .card-v3 .old-price {
    font-size: 16px;
  }
  .card-v3 .price .actual {
    font-size: 30px;
  }

  .card-v3 .price .decimals .decimal {
    font-size: 20px;
  }
  .card-v3 .price-image .image-card {
    width: 50%;
  }
  .card-v3 .option p {
    font-size: 16px;
  }
  /* End Bundle */

  /* Featrues */
  .features .title {
    margin-bottom: 0px;
  }
  .features .text {
    margin-bottom: 10px;
  }
  /* End Features */

  /* Redefine & Powerfull only mobile */
  .redefine-mobile {
    display: block;
  }
  .redefine-mobile .redefine-txt {
    font-size: 26px;
    font-style: italic;
  }
  /* End Redefine & Powerfull only mobile */

  /* Steps */
  .step {
    margin-bottom: 1rem;
    justify-content: left;
  }
  /* End Steps */

  /* CTA Section */
  h3.title.cta-section {
    font-size: 24px;
  }
  /* End CTA Section */

  /* Text Left Background Image Bottom Mobile */
  .left-background.bottom h3.title {
    font-size: 26px;
  }
  .left-background.bottom h5.subtitle {
    font-size: 19px;
  }
  /* End Text Left Background Image Bottom Mobile */

  /* INGREDIENTS VERSION*/
  /* Header */
  .ingredients .header {
    background-size: cover;
    background-position: center;
  }
  /* End Header */
  /* END INGREDIENT VERSION */

  /* CUSTOM PROMOTIONS */
  #custom-promotions-section {
    height: 150px;
  }
  #custom-promotions-section #banner-promotion-mb {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #custom-promotions-section #banner-promotion-mb .text-discount {
    text-align: center;
    padding-top: 36px;
  }
  #custom-promotions-section #banner-promotion-mb .text-discount p,
  #custom-promotions-section #banner-promotion-mb .text-discount span {
    margin-bottom: 0;
    font-size: 15px;
  }
  /* END CUSTOM PROMOTIONS */
}
@media (min-width: 1450px) {
  #custom-promotions-section {
    height: 140px;
  }
  #custom-promotions-section #banner-promotion-pc .text-discount {
    padding-top: 91px;
  }
  #custom-promotions-section #banner-promotion-mb .text-discount p,
  #custom-promotions-section #banner-promotion-mb .text-discount span {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-text-banner,
  .custom-text-banner span,
  #interstitial .custom-text-banner span {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 1.41666667;
    font-weight: 750;
    text-align: center;
    padding-top: 70px;
  }
}
/* End Media Query */
