@media (max-width: 767px) {
  #about-you .modal-content {
    font-size: 15px; } }

#about-you .modal-header {
  background-color: #f2f2f2;
  border-bottom: none; }
  #about-you .modal-header .modal-title {
    color: var(--main-color);
    margin: auto;
    font-weight: bold;
    font-size: 18px; }
    @media (min-width: 768px) {
      #about-you .modal-header .modal-title {
        font-size: 30px; } }
    #about-you .modal-header .modal-title img {
      width: 100px; }

#about-you form input[type="radio"] {
  display: none; }
  #about-you form input[type="radio"]:checked + label {
    color: var(--main-color);
    border-color: var(--main-color); }

#about-you form h3 {
  color: #000;
  font-size: 15px; }
  @media (min-width: 768px) {
    #about-you form h3 {
      font-size: 22px; } }

#about-you form label {
  border-radius: 10px;
  padding: 10px 20px;
  border: 3px solid;
  border-color: #bfbfbf;
  color: #bfbfbf;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }
  @media (min-width: 768px) {
    #about-you form label {
      padding: 10px 40px; } }

#about-you .modal-footer {
  border-top: none; }
  #about-you .modal-footer button[type="submit"] {
    min-width: 250px;
    margin-bottom: 20px; }

:root {
  --main-active: #b1342b;
  --gray-color: #777; }

.logo-title h1 img, .logo-title h2 img, .logo-title h3 img, .logo-title h4 img, .logo-title h5 img, .logo-title h6 img {
  width: 130px; }

.logo-title__es h1 img, .logo-title__es h2 img, .logo-title__es h3 img, .logo-title__es h4 img, .logo-title__es h5 img, .logo-title__es h6 img {
  width: 130px;
  margin: 0; }

@media (min-width: 768px) {
  .menu-cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.menu-rows {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.desktop-menu {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

.hero-section--slider {
  background: none;
  min-height: auto; }

.button-shop {
  background: #fff; }

.fx-r10-c14 {
  max-width: 500px; }

.fx-r10-c38 {
  min-width: 165px;
  min-height: 165px;
  max-width: 215px;
  max-height: 215px; }

a.fragment-sharer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a.fragment-sharer:hover {
    color: #807a7a; }

.cards-carousel > .col-12 {
  display: none; }
  .cards-carousel > .col-12:nth-child(1) {
    display: block; }
  @media (min-width: 576px) {
    .cards-carousel > .col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      .cards-carousel > .col-12:nth-child(-n + 2) {
        display: block; } }
  @media (min-width: 768px) {
    .cards-carousel > .col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
      flex: 0 0 33.3%;
      max-width: 33.3%; }
      .cards-carousel > .col-12:nth-child(-n + 3) {
        display: block; } }
  @media (min-width: 992px) {
    .cards-carousel > .col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      display: none; }
      .cards-carousel > .col-12:nth-child(-n + 4) {
        display: block; } }

.carousel-three > .col-12 {
  display: none; }
  .carousel-three > .col-12:nth-child(1) {
    display: block; }
  @media (min-width: 576px) {
    .carousel-three > .col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      .carousel-three > .col-12:nth-child(-n + 2) {
        display: block; } }
  @media (min-width: 992px) {
    .carousel-three > .col-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
      flex: 0 0 33.3%;
      max-width: 33.3%; }
      .carousel-three > .col-12:nth-child(-n + 3) {
        display: block; } }

.product-for-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-for-carousel > .col-12 {
    display: none; }
    .product-for-carousel > .col-12:nth-child(1) {
      display: block; }
    @media (min-width: 576px) {
      .product-for-carousel > .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        .product-for-carousel > .col-12:nth-child(-n + 2) {
          display: block; } }
    @media (min-width: 768px) {
      .product-for-carousel > .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%; }
        .product-for-carousel > .col-12:nth-child(-n + 3) {
          display: block; } }
    @media (min-width: 992px) {
      .product-for-carousel > .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        display: none; }
        .product-for-carousel > .col-12:nth-child(-n + 4) {
          display: block; } }

.gigya-screen input[type="checkbox"] {
  display: inline-block !important; }

.gigya-composite-control-checkbox input {
  display: inline-block !important; }

.btn-boost__es {
  text-transform: none;
  white-space: normal;
  margin-left: 15px;
  border: 2px solid #fff;
  vertical-align: bottom;
  font-size: 13px !important;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 25px; }
  @media screen and (max-width: 375px) {
    .btn-boost__es {
      width: 175px; } }
  @media (min-width: 576px) {
    .btn-boost__es {
      font-size: 15px !important;
      width: 200px; } }
  @media (min-width: 768px) {
    .btn-boost__es {
      margin-bottom: 45px;
      margin-left: 25px; } }

.boost-es-content {
  padding: 0; }
  .boost-es-content h1, .boost-es-content h2, .boost-es-content h3, .boost-es-content h4, .boost-es-content h5, .boost-es-content h6 {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .boost-es-content h1, .boost-es-content h2, .boost-es-content h3, .boost-es-content h4, .boost-es-content h5, .boost-es-content h6 {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .boost-es-content h1, .boost-es-content h2, .boost-es-content h3, .boost-es-content h4, .boost-es-content h5, .boost-es-content h6 {
        font-size: 22px; } }
    @media (min-width: 992px) {
      .boost-es-content h1, .boost-es-content h2, .boost-es-content h3, .boost-es-content h4, .boost-es-content h5, .boost-es-content h6 {
        font-size: 27px; } }
  .boost-es-content img {
    max-width: 90px;
    margin-bottom: -15px; }
    @media (min-width: 576px) {
      .boost-es-content img {
        margin-bottom: -20px; } }
    @media (min-width: 768px) {
      .boost-es-content img {
        max-width: 120px; } }
    @media (min-width: 992px) {
      .boost-es-content img {
        max-width: 150px; } }

.hero-home__es {
  background-position: 15% center;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .hero-home__es {
      background-position: 10% 55%; } }
  @media (min-width: 992px) {
    .hero-home__es {
      background-position: center 35%; } }
  @media screen and (min-width: 1500px) {
    .hero-home__es {
      background-position: center 15%; } }

.overlayed-box {
  position: relative;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
  width: 65%;
  max-width: 500px; }
  @media (min-width: 768px) {
    .overlayed-box {
      width: 100%; } }
  .overlayed-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .overlayed-box {
      text-shadow: 2px 3px 4px #000; }
      .overlayed-box::before {
        content: none; } }
  .overlayed-box > .wow:first-of-type {
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 5px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .overlayed-box > .wow:first-of-type {
        margin-bottom: 10px;
        font-size: 40px; } }
    @media (min-width: 992px) {
      .overlayed-box > .wow:first-of-type {
        font-size: 42px;
        margin-bottom: 15px; } }
    @media (min-width: 1600px) {
      .overlayed-box > .wow:first-of-type {
        font-size: 50px; } }
  .overlayed-box .wow {
    z-index: 10;
    position: relative; }

.cs-blog-header-es h1, .cs-blog-header-es h2, .cs-blog-header-es h3, .cs-blog-header-es h4, .cs-blog-header-es h5, .cs-blog-header-es h6 {
  font-size: 35px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.9rem; }
  @media (min-width: 768px) {
    .cs-blog-header-es h1, .cs-blog-header-es h2, .cs-blog-header-es h3, .cs-blog-header-es h4, .cs-blog-header-es h5, .cs-blog-header-es h6 {
      font-size: 55px; } }

@media (min-width: 768px) {
  .footer-reorder-links .col-md-4.mt-4:first-of-type {
    margin-left: 33.33333%; } }

.footer-reorder-links .col-md-4.mt-4:last-of-type {
  display: none; }

.fix-sup-titles h1 sup {
  top: -0.5em; }

@media screen and (min-width: 2000px) {
  .offset-xl-es {
    left: 5%; } }

@media screen and (min-width: 2101px) {
  .offset-xl-es {
    left: 10%; } }

.faq-collapse span {
  font-family: Arial; }

.user-row-wrapper a {
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .user-row-wrapper a:hover {
    color: #000; }
  .user-row-wrapper a:not(:last-of-type) {
    margin-right: 10px; }
  .user-row-wrapper a [class^="icon-"] {
    font-size: 16px; }
  .user-row-wrapper a .icon-user-add {
    font-size: 15px; }
  .user-row-wrapper a .icon-white-question {
    font-size: 19px; }

.aside-box {
  -webkit-box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.7);
  background: #fff;
  padding: 15px;
  font-size: 17px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .aside-box {
      margin: 50px 0; } }
  .aside-box h2 {
    color: #3c4046;
    text-align: center;
    font-weight: bold; }
  .aside-box h5 {
    color: var(--main-color);
    font-size: 22px;
    font-weight: bold; }
  .aside-box .logos-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .aside-box .logos-box img {
      max-width: 50px;
      margin-bottom: 10px; }

.register-hero h1, .register-hero h2, .register-hero h3, .register-hero h4, .register-hero h5, .register-hero h6 {
  color: var(--darken-text) !important;
  font-weight: bold;
  line-height: 1;
  min-height: auto; }

.register-hero h1 {
  margin-bottom: 20px;
  font-size: 35px; }
  @media (min-width: 768px) {
    .register-hero h1 {
      font-size: 75px; } }

.register-hero h2 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .register-hero h2 {
      font-size: 40px; } }

.gigya-screen-content div.gigya-screen.landscape {
  width: 100% !important; }

.mobile-menu__icons {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#block-gigyaraasresetpassword {
  min-height: 65vh; }

#block-gigyaraascustomscreenset {
  display: none !important; }

.blank-content-page {
  min-height: 70vh; }

@media screen and (max-width: 425px) {
  .wb-cont h2 {
    margin-top: 10px;
    font-size: 22px; } }

.toggle-language {
  padding: 5px 11px;
  text-decoration: underline !important; }
  .toggle-language[href] {
    text-decoration: none !important; }

.ps-widget[ps-sku],
.ps-widget[data-ps-sku] {
  margin: auto !important;
  float: none !important;
  font-size: 30px !important;
  line-height: 1 !important;
  padding: 8px 16px !important; }

.hcp-section {
  padding-top: 18rem;
  padding-bottom: 1rem; }
  .hcp-section--fxGC {
    padding-top: 1rem;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .hcp-section--varOC h1, .hcp-section--varOC h2, .hcp-section--varOC h3, .hcp-section--varOC h4, .hcp-section--varOC h5, .hcp-section--varOC h6 {
    text-shadow: 1px 1px 1px #2d2b2b; }
  .hcp-section h1, .hcp-section h2, .hcp-section h3, .hcp-section h4, .hcp-section h5, .hcp-section h6 {
    font-weight: bold; }
    @media (min-width: 768px) {
      .hcp-section h1, .hcp-section h2, .hcp-section h3, .hcp-section h4, .hcp-section h5, .hcp-section h6 {
        font-size: 40px; } }
  @media (min-width: 768px) {
    .hcp-section p {
      font-size: 27px; } }

.hcp-sub-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  .hcp-sub-section h1, .hcp-sub-section h2, .hcp-sub-section h3, .hcp-sub-section h4, .hcp-sub-section h5, .hcp-sub-section h6 {
    font-weight: bold;
    font-size: 20px; }
    @media (min-width: 768px) {
      .hcp-sub-section h1, .hcp-sub-section h2, .hcp-sub-section h3, .hcp-sub-section h4, .hcp-sub-section h5, .hcp-sub-section h6 {
        font-size: 32px; } }
  .hcp-sub-section ul {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .hcp-sub-section ul {
        font-size: 19px; } }
    .hcp-sub-section ul li {
      list-style-type: disc; }
  .hcp-sub-section.w-reference i {
    font-size: 15px; }
  .hcp-sub-section a:hover {
    color: var(--main-color); }
  .hcp-sub-section p {
    font-size: 15px; }
    @media (min-width: 768px) {
      .hcp-sub-section p {
        font-size: 19px; } }
    .hcp-sub-section p.disclaimer-text {
      font-size: 16px; }
  .hcp-sub-section .mail-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 768px) {
      .hcp-sub-section .mail-logo {
        max-width: 280px; } }
  .hcp-sub-section__resources {
    margin-bottom: 20px; }
    .hcp-sub-section__resources h3 {
      padding-bottom: 20px;
      border-bottom: 3px solid #ccc; }
    .hcp-sub-section__resources h1, .hcp-sub-section__resources h2, .hcp-sub-section__resources h3, .hcp-sub-section__resources h4, .hcp-sub-section__resources h5, .hcp-sub-section__resources h6 {
      color: var(--main-color);
      font-size: 25px;
      position: relative;
      margin-bottom: 20px; }
    .hcp-sub-section__resources--contrast {
      color: var(--text-colorButton); }
      .hcp-sub-section__resources--contrast h1, .hcp-sub-section__resources--contrast h2, .hcp-sub-section__resources--contrast h3, .hcp-sub-section__resources--contrast h4, .hcp-sub-section__resources--contrast h5, .hcp-sub-section__resources--contrast h6 {
        color: var(--text-colorButton); }
      .hcp-sub-section__resources--contrast ul li {
        list-style: none; }
        .hcp-sub-section__resources--contrast ul li a:hover {
          text-decoration: underline;
          color: #e0e0e0 !important; }
    .hcp-sub-section__resources > a {
      margin-bottom: 20px;
      display: block; }
    .hcp-sub-section__resources ul li {
      position: relative;
      text-align: left;
      padding-left: 30px;
      font-size: 16px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .hcp-sub-section__resources ul li {
          font-size: 18px; } }
      .hcp-sub-section__resources ul li a {
        display: block; }
        .hcp-sub-section__resources ul li a::before {
          content: "\73";
          position: absolute;
          width: 25px;
          height: 25px;
          font-family: Fontastic;
          left: 0;
          top: 3px; }
        .hcp-sub-section__resources ul li a:hover {
          text-decoration: underline;
          color: #292929; }
  .hcp-sub-section__card {
    -webkit-box-shadow: 0px 0px 30px -10px #6d6d6d;
    box-shadow: 0px 0px 30px -10px #6d6d6d;
    background: #fff;
    text-align: left;
    padding: 10px 15px 20px;
    font-size: 16px;
    min-height: 238px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .hcp-sub-section__card__content p {
      font-size: 15px; }
    .hcp-sub-section__card h1, .hcp-sub-section__card h2, .hcp-sub-section__card h3, .hcp-sub-section__card h4, .hcp-sub-section__card h5, .hcp-sub-section__card h6 {
      color: var(--darken-text); }
      .hcp-sub-section__card h1::before, .hcp-sub-section__card h2::before, .hcp-sub-section__card h3::before, .hcp-sub-section__card h4::before, .hcp-sub-section__card h5::before, .hcp-sub-section__card h6::before {
        content: none; }
    .hcp-sub-section__card strong {
      color: var(--main-color); }
    .hcp-sub-section__card em {
      color: var(--darken-text);
      font-weight: bold; }
    .hcp-sub-section__card__image {
      text-align: center;
      margin-bottom: 5px; }
      .hcp-sub-section__card__image img {
        max-width: 115px;
        max-height: 115px;
        -ms-interpolation-mode: bicubic; }
  .hcp-sub-section__dib h1, .hcp-sub-section__dib h2, .hcp-sub-section__dib h3, .hcp-sub-section__dib h4, .hcp-sub-section__dib h5, .hcp-sub-section__dib h6 {
    font-size: 35px;
    font-weight: 500; }
  .hcp-sub-section ol {
    margin-left: 25px; }
    .hcp-sub-section ol li {
      list-style: disc; }

@media (min-width: 768px) {
  .mobile-menu__logo img {
    width: 120px; } }

.mobile-menu {
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07); }
  .mobile-menu .slide-menu {
    background-color: var(--main-color);
    color: #fff; }
    .mobile-menu .slide-menu .quick-links {
      margin: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      border-bottom: 1px solid #fff;
      padding: 1.4em; }
      .mobile-menu .slide-menu .quick-links i {
        font-size: 25px;
        margin-bottom: 10px; }
      .mobile-menu .slide-menu .quick-links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 11px;
        text-align: center; }
        @media (min-width: 576px) {
          .mobile-menu .slide-menu .quick-links a {
            font-size: 18px; } }
      .mobile-menu .slide-menu .quick-links svg {
        width: 30px;
        fill: currentColor;
        margin-bottom: 10px; }
      .mobile-menu .slide-menu .quick-links .shop_wrapper svg {
        height: 30px;
        width: auto;
        vertical-align: top; }
    .mobile-menu .slide-menu li.for_mobile > a:not(.button-shop) {
      text-transform: uppercase;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none;
      padding: 0.5em 1.4em;
      margin: 0 15px;
      border-bottom: 1px solid #fff;
      font-size: 12px; }
      @media (min-width: 576px) {
        .mobile-menu .slide-menu li.for_mobile > a:not(.button-shop) {
          font-size: 18px; } }
      .mobile-menu .slide-menu li.for_mobile > a:not(.button-shop).finding-boost {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.5em 0.5em; }
        .mobile-menu .slide-menu li.for_mobile > a:not(.button-shop).finding-boost img {
          margin-right: 7px;
          max-width: 50px; }
          @media (min-width: 576px) {
            .mobile-menu .slide-menu li.for_mobile > a:not(.button-shop).finding-boost img {
              max-width: 100px; } }
      .mobile-menu .slide-menu li.for_mobile > a:not(.button-shop) .csfont-x2 {
        all: unset;
        line-height: 1;
        font-size: 105%;
        font-weight: bold; }
        .mobile-menu .slide-menu li.for_mobile > a:not(.button-shop) .csfont-x2--sub {
          font-size: 85% !important;
          display: block !important;
          text-decoration: underline !important; }
        @media (min-width: 576px) {
          .mobile-menu .slide-menu li.for_mobile > a:not(.button-shop) .csfont-x2 {
            font-size: 130%; } }

.mobile-search {
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px; }
  .mobile-search form {
    position: relative; }
  .mobile-search::before {
    content: "\62";
    position: absolute;
    font-family: "fontastic" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bbb;
    z-index: 100;
    pointer-events: none; }
  .mobile-search input {
    width: 100%;
    padding: 0.5em 2.5em 0.5em 1em;
    border-radius: 5px;
    border: none;
    text-align: center; }
    .mobile-search input::-webkit-input-placeholder {
      text-align: center;
      font-style: italic;
      color: #bbb; }
    .mobile-search input:-ms-input-placeholder {
      text-align: center;
      font-style: italic;
      color: #bbb; }
    .mobile-search input::-ms-input-placeholder {
      text-align: center;
      font-style: italic;
      color: #bbb; }
    .mobile-search input::placeholder {
      text-align: center;
      font-style: italic;
      color: #bbb; }
    .mobile-search input[type="submit"] {
      position: absolute;
      width: 2.5em;
      padding: 0;
      right: 0;
      height: 100%; }

.mobile-login-wrapper {
  margin: 20px 0;
  text-align: center; }
  .mobile-login-wrapper a {
    display: inline-block;
    padding: 0.3em 1.3em;
    font-size: 18px;
    color: var(--color-white); }
    .mobile-login-wrapper a:hover {
      color: var(--color-white); }

.mobile_social_networks {
  margin: 0 15px;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  .mobile_social_networks a {
    padding: 7px 8px 8px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block; }
    .mobile_social_networks a svg {
      width: 25px;
      height: 25px;
      fill: var(--main-color); }

.desktop-menu > .menu-item > a {
  margin: 15px 20px; }

.desktop-menu > .menu-item:not(:last-child) > a,
.desktop-menu > .menu-item.to_mobile > a {
  position: relative; }
  .desktop-menu > .menu-item:not(:last-child) > a:before,
  .desktop-menu > .menu-item.to_mobile > a:before {
    content: "";
    height: 2px;
    width: 0;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    background: var(--main-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute; }
  .desktop-menu > .menu-item:not(:last-child) > a:hover:before,
  .desktop-menu > .menu-item.to_mobile > a:hover:before {
    width: 100%; }

.desktop-menu > .menu-item {
  font-size: 15px; }
  @media (min-width: 992px) {
    .desktop-menu > .menu-item {
      font-size: 18px; } }

.button-shop {
  padding: 0.3em 1em 0.3em 0.75em; }
  @media (min-width: 768px) {
    .button-shop {
      margin-top: -5px; } }

.left-navigation-panel .scrollmagic-pin-spacer {
  min-width: 100% !important; }

@media (max-width: 767px) {
  .sidebar-menu--mobile .nav-pills {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden; } }

@media (max-width: 767px) {
  .sidebar-menu--mobile .nav-pills::before {
    content: none; } }

@media (max-width: 767px) {
  .sidebar-menu--mobile .nav-pills .nav-link.active::after {
    content: none !important; } }

.sidebar-menu.with-icons {
  padding-bottom: 50px; }

.sidebar-menu.with-icons a.nav-link {
  position: relative;
  font-size: 18px;
  border-radius: 0px;
  text-align: right;
  padding-right: 30px; }
  .sidebar-menu.with-icons a.nav-link:hover {
    background: #eee; }
  .sidebar-menu.with-icons a.nav-link.active {
    background: none;
    color: #303030;
    font-weight: bold; }
    .sidebar-menu.with-icons a.nav-link.active::after {
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      display: block;
      content: "";
      width: 16px;
      height: 16px;
      border: 1px solid #aaa;
      position: absolute;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      right: -8px;
      margin-top: -7px;
      background: #f7f6f2; }
/* 
.nav-pills {
  position: relative; }
  .nav-pills::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -1px;
    height: 130%;
    width: 1px;
    background: #aaa; } */

.cs-rightNav p {
  font-size: 17px; }

.cs-rightNav ul {
  font-size: 17px;
  padding-left: 20px;
  margin-bottom: 10px; }
  .cs-rightNav ul li {
    list-style-type: disc; }

.cs-rightNav .asideDescription {
  color: var(--gray-color);
  margin-top: 20px; }
  .cs-rightNav .asideDescription h1, .cs-rightNav .asideDescription h2, .cs-rightNav .asideDescription h3, .cs-rightNav .asideDescription h4, .cs-rightNav .asideDescription h5, .cs-rightNav .asideDescription h6 {
    color: var(--gray-color);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem; }
  .cs-rightNav .asideDescription p {
    font-size: 15px;
    margin-bottom: 0; }

.cs-rightNav .cs-programResults h1, .cs-rightNav .cs-programResults h2, .cs-rightNav .cs-programResults h3, .cs-rightNav .cs-programResults h4, .cs-rightNav .cs-programResults h5, .cs-rightNav .cs-programResults h6 {
  font-size: 24px;
  font-weight: bold; }

.cs-rightNav .cs-programResults p {
  margin-bottom: 0.5rem;
  color: var(--gray-color); }

.cs-rightNav .cs-header-home.block-type {
  padding-top: 3rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }
  .cs-rightNav .cs-header-home.block-type p {
    display: none; }

.cs-rightNav .gradient-block-type {
  margin-top: 0 !important; }
  .cs-rightNav .gradient-block-type .cs-term {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .cs-rightNav .gradient-block-type .cs-term {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%; } }

.hcp-card {
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px -10px #6d6d6d;
  box-shadow: 0px 0px 30px -10px #6d6d6d;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .hcp-card {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .hcp-card {
      font-size: 17px; } }
  .hcp-card__image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 200px; }
    @media (min-width: 992px) {
      .hcp-card__image {
        min-height: 250px; } }
  .hcp-card__content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 110px; }
    @media (min-width: 768px) {
      .hcp-card__content {
        min-height: 150px; } }
    @media (min-width: 992px) {
      .hcp-card__content {
        min-height: 120px; } }
  .hcp-card h1, .hcp-card h2, .hcp-card h3, .hcp-card h4, .hcp-card h5, .hcp-card h6 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .hcp-card a {
    color: var(--main-color);
    font-weight: bold;
    text-decoration: underline; }

.hcp-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .hcp-portfolio {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .hcp-portfolio h1, .hcp-portfolio h2, .hcp-portfolio h3, .hcp-portfolio h4, .hcp-portfolio h5, .hcp-portfolio h6 {
    font-size: 23px; }
  .hcp-portfolio__content strong {
    color: var(--main-color); }
  .hcp-portfolio__content p {
    font-size: 18px;
    margin: 0; }
  .hcp-portfolio__content i {
    font-size: 80%; }
  @media (min-width: 768px) {
    .hcp-portfolio.br-md {
      border-right: 2px solid #eee; } }

.screening-tools {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .screening-tools__content {
    margin-left: 30px; }
    @media (min-width: 768px) {
      .screening-tools__content {
        margin-left: 10px; } }
    .screening-tools__content p {
      margin-bottom: 0; }
    .screening-tools__content a {
      color: var(--main-color); }
      .screening-tools__content a:hover {
        text-decoration: underline;
        color: #292929; }

.hero-references p {
  font-size: 15px; }

.hero-references--gc ol {
  margin-left: 15px; }
  .hero-references--gc ol li {
    list-style: decimal; }

.cs-programPill {
  border-bottom: 1px solid #ccc; }
  .cs-programPill__item {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (min-width: 992px) {
      .cs-programPill__item {
        font-size: 16px; } }
    .cs-programPill__item.active::before, .cs-programPill__item:hover::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 5px;
      background: #2f748f; }
    .cs-programPill__item.active a {
      color: #2f748f;
      font-weight: bold; }

#gigya-profile-container,
#gigya-reset-password-container {
  min-height: 60vh; }

.cs-red-title {
  color: var(--main-color); }
  .cs-red-title h1, .cs-red-title h2, .cs-red-title h3, .cs-red-title h4, .cs-red-title h5, .cs-red-title h6 {
    font-size: 40px;
    font-weight: bold; }

.nav-label__side .item_profesionals {
  background: none !important; }

.nav-label__side.left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }
  @media (max-width: 767px) {
    .nav-label__side.left {
      padding: 0 1.1em 0 0px; } }

.nav-label__side.right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }
  .nav-label__side.right a {
    font-size: 12px; }
    .nav-label__side.right a:not(:last-of-type) {
      margin-right: 20px; }
    .nav-label__side.right a:hover {
      text-decoration: underline; }
    .nav-label__side.right a .icon-logout {
      font-size: 17px; }
  .nav-label__side.right svg,
  .nav-label__side.right .fa {
    width: 22px;
    height: 16px;
    margin-right: 2px;
    fill: currentColor;
    font-size: 15px; }

.hr-line {
  position: relative; }
  .hr-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ddd;
    width: 5px;
    height: 105%; }
    @media (min-width: 768px) {
      .hr-line::before {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 105%;
        height: 5px; } }

.blue-layer {
  position: relative; }
  .blue-layer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6dc9ff61; }

.hcp-sub-section-wbg {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.oc-tips-modal {
  background: #fff;
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
  min-height: 188px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 1px #ccc;
  box-shadow: 0 0 10px 1px #ccc;
  font-size: 15px; }
  .oc-tips-modal p {
    margin-bottom: 0;
    line-height: 1; }
  .oc-tips-modal img {
    width: 70px;
    margin-bottom: 15px; }

.OC-modal img {
  max-width: 100px;
  margin-bottom: 20px; }

.OC-modal ul {
  padding-left: 15px; }
  .OC-modal ul li {
    list-style-type: disc;
    margin-bottom: 20px; }

.cta-icon-menu {
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  background: transparent;
  border: none !important;
  outline: none;
  cursor: pointer; }
  .cta-icon-menu:hover {
    color: var(--main-active); }
  @media (max-width: 767px) {
    .cta-icon-menu span {
      display: none; } }
  @media (min-width: 992px) {
    .cta-icon-menu {
      font-size: 12px; } }
  .cta-icon-menu svg {
    width: 30px;
    height: 30px;
    stroke: var(--main-color);
    fill: currentColor; }

.cs-items-number {
  border-radius: 50%;
  background: #5ab151;
  padding: 5px 7px 5px 6px;
  color: var(--color-white);
  font-size: 10px; }
  @media (min-width: 992px) {
    .cs-items-number {
      font-size: 14px; } }

#newsletter_form_content {
  padding: 1em 1.5em; }

.account-section {
  background-color: #f7f6f2; }
  .account-section .shadow-view h5 {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    margin: 0px 20px; }

.bp-sm-caption p,
.bp-sm-caption a {
  font-size: 15px;
  margin-bottom: 0; }

.shadow-view {
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05) !important; }

.sub-section-title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px; }

.card-container {
  top: calc(100% - 6px) !important;
  padding-top: 6px; }

.card-container > ul {
  margin-top: 5px; }
  .card-container > ul .card-menu {
    padding: 0; }
    .card-container > ul .card-menu .section-link--review::after {
      content: ""; }

.product-card {
  padding: 0;
  background: #fff;
  text-align: left; }
  .product-card__facts {
    background: var(--bg-section);
    padding: 1em 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-card__facts .prod-fact {
      line-height: 1;
      text-align: center;
      color: var(--main-color);
      padding-top: 5px; }
      .product-card__facts .prod-fact strong {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 30px; }
        @media (min-width: 768px) {
          .product-card__facts .prod-fact strong {
            font-size: 35px; } }
  .product-card__tabs {
    padding: 1.5em 1em; }
    @media (min-width: 768px) {
      .product-card__tabs {
        padding: 1.5em 2em; } }
    .product-card__tabs .nav-tabs {
      border-bottom: 2px solid #ddd; }
      .product-card__tabs .nav-tabs .nav-item {
        border: none;
        font-size: 19px; }
        .product-card__tabs .nav-tabs .nav-item.active {
          background: none;
          color: var(--main-color);
          font-weight: bold;
          border-bottom: 5px solid var(--main-color); }
    .product-card__tabs .select2-container--default .select2-selection--single {
      border: 1px solid #dedede !important; }
    .product-card__tabs .tab-content {
      margin-left: -15px;
      margin-right: -15px; }
    .product-card__tabs .tab-pane {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product-card__tabs .tab-pane.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .product-card__tabs .product-stock {
      color: #239719;
      font-size: 22px;
      margin-bottom: 0;
      font-weight: bold; }
    .product-card__tabs .pdp-stock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .product-card__tabs .pdp-stock p {
        margin-bottom: 0; }
      .product-card__tabs .pdp-stock .deliver-date {
        font-weight: bold;
        color: #333; }
    .product-card__tabs .pdp-prices {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .product-card__tabs .pdp-prices--discount {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (min-width: 992px) {
          .product-card__tabs .pdp-prices--discount {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem; } }
        .product-card__tabs .pdp-prices--discount .amount-discounted {
          font-size: 18px;
          padding: 0.5em 1.5em 0.5em 0.5em;
          background: #239719;
          color: #fff;
          font-weight: bold;
          position: relative; }
          .product-card__tabs .pdp-prices--discount .amount-discounted::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 100%;
            background: #fff;
            border-left: 20px solid #239719;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent; }
    .product-card__tabs div[class*="quantity-control-"] {
      background-color: var(--bg-section);
      border: none;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .product-card__tabs .quantity-shopping-cart {
      border: 2px solid var(--bg-section);
      height: 100%; }

.product-card-select .select {
  border: 1px solid #bbb; }

.product-price,
.label-soon {
  font-size: 34px;
  color: var(--main-color);
  font-weight: bold;
  line-height: 1; }
  .product-price--single,
  .label-soon--single {
    font-size: 13px;
    margin-bottom: 0; }

.resultsFooter {
  text-align: center;
  font-size: 20px; }
  .resultsFooter .section-link::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(130%, -50%);
    -ms-transform: translate(130%, -50%);
    transform: translate(130%, -50%);
    background: url(../images/sm-arrow-right.png) center no-repeat;
    background-size: auto;
    background-size: contain; }
  .resultsFooter .ps-widget {
    opacity: 0 !important;
    cursor: pointer; }

.footer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px; }
  .footer-icons svg {
    margin-right: 15px; }

.vertical-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.recipe-filter.logo-title h1, .recipe-filter.logo-title h2, .recipe-filter.logo-title h3, .recipe-filter.logo-title h4, .recipe-filter.logo-title h5, .recipe-filter.logo-title h6 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .recipe-filter.logo-title h1 img, .recipe-filter.logo-title h2 img, .recipe-filter.logo-title h3 img, .recipe-filter.logo-title h4 img, .recipe-filter.logo-title h5 img, .recipe-filter.logo-title h6 img {
    width: 150px; }
    @media (min-width: 768px) {
      .recipe-filter.logo-title h1 img, .recipe-filter.logo-title h2 img, .recipe-filter.logo-title h3 img, .recipe-filter.logo-title h4 img, .recipe-filter.logo-title h5 img, .recipe-filter.logo-title h6 img {
        width: 230px; } }

.single-product-carousel {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-product-carousel > .product-detail__image:not(:first-child) {
    display: none; }
  .single-product-carousel .slick-list {
    width: 100% !important; }
  .single-product-carousel img {
    max-width: 100%; }
    @media (min-width: 768px) {
      .single-product-carousel img {
        max-width: 150px; } }

/* .thumbnail-car .thumbnail-wrapper {
  display: inline-block; } */

.thumbnail-car > .thumbnail-wrapper:nth-of-type(n + 5) {
  display: none; }

.thumbnail-car .slick-prev {
  top: 50%;
  left: -10%; }

  .thumbnail-car .slick-next.slick-disabled::before {
    opacity: 1 !important; }
  .thumbnail-car .slick-next.slick-disabled.cs-disabled::before {
    opacity: 0.25 !important; }

.thumbnail-car .thumbnail-car-item img {
  max-height: 85px; }

.single-product-carousel > img:not(:first-child) {
  display: none; }

.flavor-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block; }

.product-detail__bg {
  background-position: center 70%;
  top: 0;
  left: 0; }
  .product-detail__bg.opacity-0 {
    opacity: 0;
    visibility: hidden; }

.product-card-select .select2-container {
  width: 100% !important; }

.product-card-select .select2-selection--single {
  border: 1px solid #bbb;
  padding: 0.2em 0;
  text-align: center;
  height: 40px; }
  .product-card-select .select2-selection--single .select2-selection__rendered {
    line-height: 32px; }
  .product-card-select .select2-selection--single .select2-selection__arrow {
    top: 3px; }

.product-detail-networks {
  position: relative;
  line-break: normal; }
  @media (min-width: 768px) {
    .product-detail-networks {
      margin-top: -30px; } }
  .product-detail-networks p {
    margin-bottom: 0; }
  .product-detail-networks .social-networks {
    padding: 1em; }

.key-benefits {
  margin-top: 0; }
  .key-benefits--head h1 {
    margin-top: 0px; }

.nutritional-list-pack {
  font-size: 19px; }
  .nutritional-list-pack h1, .nutritional-list-pack h2, .nutritional-list-pack h3, .nutritional-list-pack h4, .nutritional-list-pack h5, .nutritional-list-pack h6 {
    color: var(--main-color); }
  .nutritional-list-pack ul.fnc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-top: 30px; }
    .nutritional-list-pack ul.fnc-list strong {
      font-size: 40px; }
    .nutritional-list-pack ul.fnc-list li {
      color: var(--main-color);
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 1.2;
      text-align: center; }
  .nutritional-list-pack ul {
    padding-left: 3em; }
  .nutritional-list-pack li {
    list-style: disc; }

.row-divider:not(:last-child) {
  border-bottom: 1px solid #bbb; }

.product-detail-nav.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden; }
  @media (min-width: 768px) {
    .product-detail-nav.nav-tabs {
      overflow-x: hidden; } }
  @media (min-width: 992px) {
    .product-detail-nav.nav-tabs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .product-detail-nav.nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: none;
    font-size: 16px;
    padding: 0.5em 1em; }
    .product-detail-nav.nav-tabs .nav-item.active {
      background: none;
      color: var(--main-color);
      font-weight: bold;
      border-bottom: 5px solid var(--main-color); }

.asd-filters h3 {
  color: var(--main-color);
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 13px;
  margin-top: 2px; }

.asd-filters .asd-filters__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #bbb;
  padding: 20px 0 10px;
  width: 100%; }
  .asd-filters .asd-filters__row.activeFilters {
    display: inline-block; }
  .asd-filters .asd-filters__row .btn-boost__listing {
    padding: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* .asd-filters .asd-filters__row a.filterBtn {
    font-size: 14px;
    padding: 6px 25px 6px 8px;
    border: 1px solid #bbb;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 99%;
    white-space: nowrap;
    position: relative;
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    overflow: hidden;
    margin-right: 5px; }
    .asd-filters .asd-filters__row a.filterBtn::before {
      content: "\f00d";
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      width: 10px;
      height: 15px;
      top: 48%;
      right: 7px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .asd-filters .asd-filters__row a.filterBtn:hover {
      background-color: var(--main-color);
      border-color: var(--main-color);
      color: #fff; } */
  .asd-filters .asd-filters__row a#clearFilter {
    font-size: 15px;
    text-decoration: underline;
    float: right; }
  .asd-filters .asd-filters__row a[aria-expanded] {
    display: block;
    position: relative; }
    .asd-filters .asd-filters__row a[aria-expanded]::before {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      width: 15px;
      height: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../img/arrow-down-red.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: -webkit-transform 0.2s ease-in;
      transition: -webkit-transform 0.2s ease-in;
      -o-transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }
  .asd-filters .asd-filters__row a[aria-expanded="true"]::before {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotateZ(180deg); }
  .asd-filters .asd-filters__row h4 {
    /* font-size: 18px; */
    color: var(--main-color);
    font-weight: 600;
    text-transform: uppercase; }
  .asd-filters .asd-filters__row--icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .asd-filters .asd-filters__row--icons h4 {
      width: 100%; }
    .asd-filters .asd-filters__row--icons label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .asd-filters .asd-filters__row--icons label span {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .asd-filters .asd-filters__row--icons label svg {
        width: 40px;
        height: 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        color: #000; }
      .asd-filters .asd-filters__row--icons label input[type="checkbox"] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: none; }
        .asd-filters .asd-filters__row--icons label input[type="checkbox"]:checked + svg {
          fill: var(--ast-color);
          color: var(--ast-color); }
          .asd-filters .asd-filters__row--icons label input[type="checkbox"]:checked + svg + span {
            color: var(--ast-color); }
  .asd-filters .asd-filters__row label {
    color: #595959;
    font-size: .9rem;
    margin-bottom: 0.3rem; }

.cs-filter-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin: 0 15px 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
  font-size: 16px; }
  .cs-filter-sorting p {
    margin-bottom: 0; }
  .cs-filter-sorting label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0; }
    .cs-filter-sorting label select {
      width: 60%;
      background: #fff;
      border: 1px solid #bbb;
      border-radius: 0;
      margin-left: 20px; }

.boost-card {
  -webkit-box-shadow: 0px 0px 5px 3px #ebebeb;
  box-shadow: 0px 0px 5px 3px #ebebeb; }
  .boost-card h4 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }
    .boost-card h4:hover {
      color: #888; }
  .boost-card .product-card-price {
    margin-bottom: 0; }
    .boost-card .product-card-price s {
      color: #bababa;
      font-size: 17px; }
    .boost-card .product-card-price strong {
      color: var(--main-color);
      font-size: 23px; }
  .boost-card small {
    font-size: 70%; }
  .boost-card--inner {
    padding: 0px 0.8em 0.8em;
    width: 100%; }

.shopping-cart-item {
  background: #fff;
  margin-bottom: 15px;
  padding: 20px 0; }
  .shopping-cart-item h4 {
    font-weight: bold;
    font-size: 15px;
    color: var(--main-text); }
    @media (min-width: 768px) {
      .shopping-cart-item h4 {
        font-size: 18px; } }
  .shopping-cart-item p {
    margin-bottom: 0;
    line-height: 1; }
    .shopping-cart-item p small {
      font-size: 90%; }
  .shopping-cart-item a:not(.link-pdp) {
    color: #6b6b6b;
    font-size: 13px; }
    .shopping-cart-item a:not(.link-pdp):hover {
      text-decoration: underline; }
  .shopping-cart-item .thumbnail-cart-item {
    text-align: center; }
    .shopping-cart-item .thumbnail-cart-item img {
      max-height: 80px; }
      @media (min-width: 768px) {
        .shopping-cart-item .thumbnail-cart-item img {
          max-height: 100px; } }
  .shopping-cart-item .label-cart-item {
    font-size: 12px; }
    @media (min-width: 768px) {
      .shopping-cart-item .label-cart-item {
        font-size: 15px; } }
  .shopping-cart-item .quantity-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .shopping-cart-item .quantity-cart-item h4 {
      color: var(--main-color); }
    .shopping-cart-item .quantity-cart-item input[type="number"] {
      width: 50px;
      height: 40px;
      text-align: center;
      max-width: 100%;
      border: 2px solid #ccc; }
  .shopping-cart-item .product-cart-price {
    text-align: center; }
    .shopping-cart-item .product-cart-price h4 {
      margin-bottom: 20px;
      color: var(--main-color); }
    .shopping-cart-item .product-cart-price .small {
      font-size: 16px; }
    .shopping-cart-item .product-cart-price p {
      font-weight: bold; }
      @media (min-width: 768px) {
        .shopping-cart-item .product-cart-price p {
          font-size: 22px; } }

.order-summary {
  background: var(--main-color);
  color: #fff; }
  .order-summary table {
    color: #fff; }
    .order-summary table thead {
      font-size: 24px; }
      .order-summary table thead th {
        text-align: center;
        border-top: none; }
    .order-summary table tbody {
      font-size: 16px; }
      .order-summary table tbody th,
      .order-summary table tbody td {
        border-top: 0; }
      .order-summary table tbody td {
        text-align: right; }
      .order-summary table tbody tr.order-total {
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        font-size: 24px; }
  .order-summary .btn-boost--lemon {
    background-color: var(--lemon);
    display: block;
    padding: 1em;
    margin: 25px 0 15px; }
    .order-summary .btn-boost--lemon:hover {
      background-color: #46cc3b; }
  .order-summary p {
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 16px; }
  .order-summary .credit-payments {
    padding: 0 10px;
    margin: 10px 0 40px; }
    .order-summary .credit-payments p {
      padding: 0; }
    .order-summary .credit-payments img {
      width: 40px; }

.temp-login-gigya {
  background: #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cs-iframeTemp {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px; }

@media (min-width: 768px) {
  .cs-vertical-divider {
    border-right: 1px solid #bbb; } }

.max-w {
  max-width: 1450px; }

.dp-carousel {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  width: auto; }

.boost-radios {
  overflow-y: scroll;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: pre; }
  @media all and (-ms-high-contrast: none) {
    .boost-radios {
      white-space: normal; } }
  .boost-radios label {
    border: 2px solid var(--main-text);
    border-radius: 3px;
    padding: 6px 14px;
    cursor: pointer;
    width: 100%;
    text-align: center; }
  .boost-radios input[type="radio"] {
    display: none; }
  .boost-radios input[type="radio"]:checked + label {
    background-color: var(--main-text);
    color: #fff; }

.dropdown-product-item {
  text-align: center;
  color: var(--main-color);
  font-size: 16px; }
  .dropdown-product-item img {
    height: 135px;
    margin: auto;
    margin-bottom: 15px; }

.menu-products-tab {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .menu-products-tab .nav-item {
    border: none;
    display: inline-block;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset; }
    .menu-products-tab .nav-item.active {
      border-bottom: 5px solid var(--main-color);
      color: var(--main-color);
      background-color: transparent; }

.dropdown-faqs-listing .menu-col-art img {
  width: 50%; }

.menu-col-art .contact-team {
  padding-left: 30px; }
  .menu-col-art .contact-team h3 {
    font-size: 22px; }
  .menu-col-art .contact-team .email-col:before,
  .menu-col-art .contact-team .mail-col:before,
  .menu-col-art .contact-team .tel-col:before {
    width: 25px;
    height: 25px;
    left: -30px; }

.menu-col-art p {
  margin-bottom: 16px; }

.dp-carousel .cs-arrow__right {
  right: 25px; }

.product-detail-carousel .slick-next {
  right: 40px; }

.wrap_pdp_information_flavors .csm-table img {
  max-width: 100%;
  height: auto; }

.orders {
  min-height: 400px; }
  .orders .order {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 15px; }
    .orders .order .price {
      font-size: 1.4rem;
      font-weight: bold; }
    .orders .order .order-data ul li {
      line-height: 1.3em; }

.menu_indicator_custom {
  top: -8px; }

.banner-image-wrapper::after {
  content: none !important; }

.banner-image-wrapper img {
  max-width: 120px; }
  @media (min-width: 768px) {
    .banner-image-wrapper img {
      margin-right: 2em !important; } }

.product-listing {
  background: none; }
  .product-listing .recipe-filter--listing {
    margin-top: 0; }
    .product-listing .recipe-filter--listing h1 {
      margin-bottom: 20px; }
    .product-listing .recipe-filter--listing p {
      font-size: 20px; }

/*Filter Check box*/
input[type="checkbox"] + .label-text:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px; }

input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #2980b9;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
  font-weight: 900; }

input[type="checkbox"]:disabled + .label-text {
  color: #aaa; }

input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc; }

@-webkit-keyframes effect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes effect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.title-fv {
  font-weight: 800;
  color: #888; }

.purchase-freq {
  padding: 10px 20px; }
  .purchase-freq.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: none; }
  .purchase-freq label.order-purchase {
    font-size: 18px; }
  .purchase-freq a.login-gigya {
    font-size: 18px;
    color: var(--main-color);
    font-weight: normal; }
  .purchase-freq .form-check input[type="radio"] {
    display: none;
    position: absolute; }
  .purchase-freq .form-check .form-check-label {
    position: relative;
    cursor: pointer; }
    .purchase-freq .form-check .form-check-label::before {
      content: "";
      width: 18px;
      height: 18px;
      top: 50%;
      left: -1.5rem;
      position: absolute;
      border-radius: 50%;
      border: 2px solid var(--main-color);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 3px; }
  .purchase-freq.active {
    background-color: #f7f6f3; }
    .purchase-freq.active label.order-purchase {
      color: var(--main-color); }
      .purchase-freq.active label.order-purchase::before {
        background: -webkit-radial-gradient(center, ellipse, var(--main-color) 50%, white 53%);
        background: -o-radial-gradient(center, ellipse, var(--main-color) 50%, white 53%);
        background: radial-gradient(ellipse at center, var(--main-color) 50%, white 53%); }

.heading-gray {
  color: var(--main-text); }
  .heading-gray h1, .heading-gray h2, .heading-gray h3, .heading-gray h4, .heading-gray h5, .heading-gray h6 {
    font-weight: bold;
    font-size: 2.5em; }
  .heading-gray p {
    font-size: 20px; }

.search-box-wrapper {
  -webkit-transition: opacity 0s linear, width 0s ease-in-out;
  -o-transition: opacity 0s linear, width 0s ease-in-out;
  transition: opacity 0s linear, width 0s ease-in-out;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 16px;
  visibility: hidden;
  opacity: 0; }
  .search-box-wrapper.active {
    visibility: visible;
    opacity: 1; }
  .search-box-wrapper label[for="toggleSearch"] {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative; }
    .search-box-wrapper label[for="toggleSearch"]::before {
      content: "\62";
      position: absolute;
      font-family: "fontastic" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #bbb;
      pointer-events: none; }
  .search-box-wrapper #toggleSearch::-webkit-input-placeholder {
    text-align: center;
    color: #bbb !important;
    font-style: italic; }
  .search-box-wrapper #toggleSearch:-ms-input-placeholder {
    text-align: center;
    color: #bbb !important;
    font-style: italic; }
  .search-box-wrapper #toggleSearch::-ms-input-placeholder {
    text-align: center;
    color: #bbb !important;
    font-style: italic; }
  .search-box-wrapper #toggleSearch::placeholder {
    text-align: center;
    color: #bbb !important;
    font-style: italic; }
  .search-box-wrapper #dropdownResults {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: 0.3s height ease-in;
    -o-transition: 0.3s height ease-in;
    transition: 0.3s height ease-in;
    max-height: 0; }
    .search-box-wrapper #dropdownResults.active {
      border: 1px solid #ccc;
      max-height: 100vh; }
    .search-box-wrapper #dropdownResults .nav-tabs .nav-link,
    .search-box-wrapper #dropdownResults .nav-tabs .nav-link.active {
      background: #f7f6f2;
      border: none;
      padding-top: 1em; }
    .search-box-wrapper #dropdownResults .nav-tabs .nav-link.active {
      position: relative; }
      .search-box-wrapper #dropdownResults .nav-tabs .nav-link.active::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 60%;
        height: 3px;
        background-color: #a5a5a5; }
    .search-box-wrapper #dropdownResults .resultsFooter {
      background: #f7f6f2;
      padding: 15px;
      text-align: center; }

#toggleSearch {
  color: #999 !important;
  border-bottom: 2px solid var(--main-color);
  font-size: 18px;
  border: none;
  width: 0;
  height: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
  top: 47px;
  -webkit-transition: visibility 0s linear 0.4s, opacity 0s linear 0.4s, margin-top 0.3s ease-out 0.5s, width 0.2s linear;
  -o-transition: visibility 0s linear 0.4s, opacity 0s linear 0.4s, margin-top 0.3s ease-out 0.5s, width 0.2s linear;
  transition: visibility 0s linear 0.4s, opacity 0s linear 0.4s, margin-top 0.3s ease-out 0.5s, width 0.2s linear; }
  #toggleSearch::-webkit-input-placeholder {
    font-size: 18px;
    font-style: italic;
    color: #bbb; }
  #toggleSearch:-ms-input-placeholder {
    font-size: 18px;
    font-style: italic;
    color: #bbb; }
  #toggleSearch::-ms-input-placeholder {
    font-size: 18px;
    font-style: italic;
    color: #bbb; }
  #toggleSearch::placeholder {
    font-size: 18px;
    font-style: italic;
    color: #bbb; }

.search-open {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }
  .search-open .desktop-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0; }
  .search-open .search-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: visible;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-open .search-container .cta-icon-menu {
      width: 50vw;
      max-width: 600px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .search-open .search-container .cta-icon-menu #toggleSearch {
        width: 100%;
        opacity: 1;
        right: 0;
        padding: 0.3em 2.5em 0.3em 1em;
        margin-top: 10px;
        visibility: visible;
        -webkit-transition: width 0.2s linear, opacity 0s, visibility 0s;
        -o-transition: width 0.2s linear, opacity 0s, visibility 0s;
        transition: width 0.2s linear, opacity 0s, visibility 0s;
        height: auto;
        top: 15px; }
      .search-open .search-container .cta-icon-menu svg {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease; }
      .search-open .search-container .cta-icon-menu span.search-label {
        height: 0;
        visibility: visible;
        opacity: 0;
        margin-top: 0;
        -webkit-transition: visibility 0s;
        -o-transition: visibility 0s;
        transition: visibility 0s; }
  .search-open .search-box-wrapper {
    opacity: 1;
    visibility: visible; }

.search-container {
  display: none;
  overflow: hidden; }
  @media (min-width: 768px) {
    .search-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .search-container .cta-icon-menu {
    overflow: hidden;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .search-container svg {
    margin-right: 8px;
    -webkit-transition: opacity 0.2s 0.3s;
    -o-transition: opacity 0.2s 0.3s;
    transition: opacity 0.2s 0.3s; }
  .search-container .search-label {
    margin-top: 4px;
    -webkit-transition: visibility 0s 0.3s, opacity 0.2s 0.3s, margin-top 0.2s linear;
    -o-transition: visibility 0s 0.3s, opacity 0.2s 0.3s, margin-top 0.2s linear;
    transition: visibility 0s 0.3s, opacity 0.2s 0.3s, margin-top 0.2s linear; }

.faq-card {
  border-radius: 5px;
  background: var(--main-color);
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  margin-bottom: 1em;
  line-height: 1;
  height: 90%;
  min-height: 90px; }
  .faq-card div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .faq-card a {
    padding: 0.5em;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .faq-card a {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 0;
    height: 100%;
    width: 100%; }
    @media (min-width: 992px) {
      .faq-card a {
        font-size: 14px; } }
    @media (min-width: 1600px) {
      .faq-card a {
        font-size: 16px; } }
  .faq-card:hover,
  .faq-card .is-active {
    background: var(--main-colorLink);
    color: var(--white);
    border-radius: 5px; }
    .faq-card:hover a,
    .faq-card .is-active a {
      color: var(--white); }

.subscribe-pills {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 10px; }

.results-hero__caption a {
  font-size: 23px; }

.account-wrapper {
  display: none; }
  @media (min-width: 768px) {
    .account-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.continue-shopping {
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .continue-shopping .section-link {
    font-size: 30px;
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 0px; }

.ps-cs-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  color: var(--main-color); }

#cta-storelocator {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  #cta-storelocator .ps-widget {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    z-index: 500; }

.coming-soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .coming-soon {
      margin-top: 20px; } }

.balanced--promo {
  position: relative;
  min-height: 650px; }
  @media (min-width: 768px) {
    .balanced--promo {
      min-height: 370px; } }
  @media (min-width: 992px) {
    .balanced--promo {
      min-height: 450px; } }
  @media (min-width: 1200px) {
    .balanced--promo {
      min-height: 675px; } }
  @media (min-width: 2000px) {
    .balanced--promo {
      min-height: 900px; } }
  .balanced--promo h1 {
    color: #fff;
    margin: 0;
    line-height: 1;
    font-size: 3em; }
    @media (min-width: 768px) {
      .balanced--promo h1 {
        font-size: 2em; } }
    @media (min-width: 992px) {
      .balanced--promo h1 {
        font-size: 3em; } }
    @media (min-width: 1200px) {
      .balanced--promo h1 {
        font-size: 4em; } }
    .balanced--promo h1 small {
      font-size: 70%;
      color: #f9c79d;
      font-weight: bold; }
    .balanced--promo h1 span:not(.btn-boost) {
      color: #f9c79d; }
  .balanced--promo h2 {
    color: #fff;
    margin: 20px 5px 0;
    font-size: 1.2em; }
    @media (max-width: 767px) {
      .balanced--promo h2 {
        margin: 10px 0;
        font-size: 1em; } }
    @media (min-width: 768px) {
      .balanced--promo h2 {
        font-size: 0.8em; } }
    @media (min-width: 992px) {
      .balanced--promo h2 {
        font-size: 1em; } }
    @media (min-width: 1200px) {
      .balanced--promo h2 {
        font-size: 1.2em; } }
    .balanced--promo h2.h4 {
      font-size: 1em !important;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .balanced--promo h2.h4 {
          font-size: 0.8em; } }
      @media (min-width: 992px) {
        .balanced--promo h2.h4 {
          font-size: 1em; } }
      @media (min-width: 1200px) {
        .balanced--promo h2.h4 {
          font-size: 1.2em; } }
  .balanced--promo .btn-boost {
    background: #1c154a;
    font-size: 15px;
    font-family: "Din", sans-serif;
    border-radius: 0;
    padding: 0.7rem 1rem;
    margin-top: 10px;
    margin-left: 5px; }
    @media (min-width: 768px) {
      .balanced--promo .btn-boost {
        margin-top: 30px;
        font-size: 22px; } }
    .balanced--promo .btn-boost:hover {
      background: #241b5e; }

.bg-banner-promo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }

.cs-arrow__right {
  right: 25px; }

.hero_slider .slick-slide > div > div {
  display: block !important;
  height: 100% !important; }

.contact-boost input[type="email"].error.required,
.contact-boost input[type="text"].error.required,
.contact-boost input[type="tel"].error.required,
.contact-boost select.error.required,
.contact-boost textarea.error.required {
  margin-bottom: 0.3em;
  border-color: red !important;
  background-color: rgba(228, 109, 109, 0.1) !important; }

.contact-boost .form-item--error-message {
  font-size: 14px;
  margin-bottom: 10px;
  color: red; }

.nutrition-blog__category {
  padding: 0px; }
  .nutrition-blog__category::before {
    content: none; }

.article-card .article-date--category {
  padding: 0px; }
  .article-card .article-date--category::before {
    content: none; }

.article-card .article-date__nutrition {
  padding: 1em 0em 0em; }

.date-blog p:first-child::before {
  content: none; }

.form-boost input[type="text"] {
  border: none;
  border-bottom: 3px solid #eee;
  width: 60px; }
  .form-boost input[type="text"].error {
    background-color: #ffe8e8;
    border-bottom: 1px solid red; }

.custom-jrange-container .slider-container {
  margin-top: 20px; }

.custom-jrange-container .back-bar {
  height: 12px; }
  .custom-jrange-container .back-bar .selected-bar {
    background: -webkit-gradient(linear, left top, left bottom, from(#f50036), to(#cf0e0e));
    background: -webkit-linear-gradient(top, #f50036 0%, #cf0e0e 100%);
    background: -o-linear-gradient(top, #f50036 0%, #cf0e0e 100%);
    background: linear-gradient(180deg, #f50036 0%, #cf0e0e 100%); }
  .custom-jrange-container .back-bar .pointer {
    width: 15px;
    height: 15px;
    top: -2px; }
  .custom-jrange-container .back-bar .pointer-label {
    font-size: 12px; }
    .custom-jrange-container .back-bar .pointer-label.high, .custom-jrange-container .back-bar .pointer-label.low {
      font-weight: bold;
      color: #5f5f5f; }
      .custom-jrange-container .back-bar .pointer-label.high::before, .custom-jrange-container .back-bar .pointer-label.low::before {
        content: "$"; }

.custom-jrange-container .scale ins {
  font-size: 12px;
  left: -3px; }
  .custom-jrange-container .scale ins::before {
    content: "$"; }

.custom-jrange-container:not(.active) {
  opacity: 0.5; }

.product-specification-wide.bg-red {
  color: #fff;
  background: var(--main-color); }

.product-specification-wide h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.9em; }
  @media (min-width: 768px) {
    .product-specification-wide h2 {
      font-size: 2.5em;
      margin-bottom: 1.1em; } }

@media (max-width: 767px) {
  .product-specification-wide .ps-wide-column > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-specification-wide .ps-wide-column > div > div:last-child {
      padding-left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 15px; } }

.product-specification-wide .ps-wide-column img {
  margin-bottom: 20px;
  height: auto;
  max-width: 100%; }
  @media (max-width: 767px) {
    .product-specification-wide .ps-wide-column img {
      max-width: 120px; } }

@media (min-width: 768px) {
  .product-specification-wide .ps-wide-column {
    text-align: center; } }

.rating-container__percentage {
  width: 0; }

.left-product-review img {
  height: auto; }

.product-review__inputs label {
  margin-bottom: 0; }

.stars-product--listing {
  font-size: 14px;
  width: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .stars-product--listing .fas,
  .stars-product--listing .far {
    color: #ea9740;
    font-size: 16px; }

.product-card__header .stars-product--listing {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  font-size: 15px;
  margin-top: 15px; }
  .product-card__header .stars-product--listing .fas, .product-card__header .stars-product--listing .far {
    font-size: 19px; }

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

/*# sourceMappingURL=style_us.css.map */


.bg-light-gray {
  background-color: #E4E8F1;
}

.color-dark-blue {
  color: #14328c !important;
}

.bg-light-gray .btn-template-3::before {
  background: #14328c !important;
}