@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
@import url("//fonts.googleapis.com/css?family=Montserrat:700&display=block");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  background-color: white;
}

img {
  max-width: 100%;
}

footer {
  margin-top: auto;
}

:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 5 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 5 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 5 Pro";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 5 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 5 Brands";
}

.icon::before, .probiotics-page .content-similar .content ul li::before, .customBasicPages ul li::before, .detail-product .product-content-wrap-v2 .editor-content ul li::before, .detail-product .section-bottles .editor-content ul li::before, .detail-product .product-content-wrap .customContent .editor-content ul li::before {
  /* removed font- based rules */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.icon-solid, .probiotics-page .content-similar .content ul li::before, .customBasicPages ul li::before, .detail-product .product-content-wrap-v2 .editor-content ul li::before, .detail-product .section-bottles .editor-content ul li::before, .detail-product .product-content-wrap .customContent .editor-content ul li::before {
  font: var(--fa-font-solid);
  font-weight: 900;
}

.icon-regular {
  font: var(--fa-font-regular);
  font-weight: 400;
}

.icon-light, .menu .customMenuDesktop .navbar-nav .nav-item .nav-link::after {
  font: var(--fa-font-light);
  font-weight: 300;
}

.icon-duotone, .icon-duo {
  font: var(--fa-font-duotone);
  font-weight: 900;
}

.icon-brands {
  font: var(--fa-font-brands);
  font-weight: 400;
}

#block-americanhealth-local-tasks {
  text-align: center;
}
#block-americanhealth-local-tasks ul {
  display: inline-block;
  margin: auto;
}
#block-americanhealth-local-tasks ul li {
  display: inline-block;
  float: left;
  padding: 10px;
}
#block-americanhealth-local-tasks ul li:nth-child(2) a::after {
  content: "(" attr(data-drupal-link-system-path) ")";
  padding-left: 5px;
  font-weight: bold;
}
#block-americanhealth-local-tasks ul li a {
  color: black;
}
#block-americanhealth-local-tasks ul li a:hover, #block-americanhealth-local-tasks ul li a:focus {
  border-bottom: 2px solid black;
}
#block-americanhealth-local-tasks ul li a[rel=edit-form]::after {
  content: "(" attr(data-drupal-link-system-path) ")";
  padding-left: 5px;
  font-weight: bold;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.m-0 {
  margin: 0;
}

.lw-1 {
  line-height: 1.8 !important;
}

.ul-check {
  list-style: none;
}
.ul-check-item::before {
  content: "✓";
  margin-right: 0.5em;
}
.ul-check-item-blue {
  color: #00a5cd;
}
.ul-check-item-blue::before {
  color: #00a5cd;
  content: "✓";
  margin-right: 0.5em;
}

.list {
  list-style: none;
}
.list li::before {
  content: "•";
  font-size: 36px;
  position: relative;
  top: 5px;
  margin-right: 0.1em;
}

.ul-bar {
  list-style: none;
}
.ul-bar li::before {
  content: "-";
  margin-right: 0.5em;
}

.col-r {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

@media (min-width: 992px) {
  .w {
    height: 100%;
  }
}

.line {
  border-bottom: 1px solid #ddd;
}

@font-face {
  font-family: "GothamSSm";
  src: url("../fonts/GothamSSm-Medium.eot");
  src: url("../fonts/GothamSSm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-Medium.woff2") format("woff2"), url("../fonts/GothamSSm-Medium.woff") format("woff"), url("../fonts/GothamSSm-Medium.ttf") format("truetype"), url("../fonts/GothamSSm-Medium.svg#GothamSSm-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../fonts/GothamSSm-Bold.eot");
  src: url("../fonts/GothamSSm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-Bold.woff2") format("woff2"), url("../fonts/GothamSSm-Bold.woff") format("woff"), url("../fonts/GothamSSm-Bold.ttf") format("truetype"), url("../fonts/GothamSSm-Bold.svg#GothamSSm-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../fonts/GothamSSm-Book.eot");
  src: url("../fonts/GothamSSm-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-Book.woff2") format("woff2"), url("../fonts/GothamSSm-Book.woff") format("woff"), url("../fonts/GothamSSm-Book.ttf") format("truetype"), url("../fonts/GothamSSm-Book.svg#GothamSSm-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro Medium";
  src: url("../fonts/SofiaProMedium.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro SemiBold";
  src: url("../fonts/SofiaProSemiBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro Bold";
  src: url("../fonts/SofiaProBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaProRegular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaProRegular-Italic") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/**
 * Basic typography style for copy text
 */
.gotham-medium, body.dark-mode .customFooter .customFormNewsletter button, .customNewsletter button {
  font-family: "GothamSSm";
  font-weight: 500;
  font-style: normal;
}

.gotham-bold, .customPageError h1, .customPageError h2, .customPageError h3, .customPageError h4, .customPageError h5, .customPageError h6, .detail-recipes .recipe-info .customInfoColumns .custom-info {
  font-family: "GothamSSm";
  font-weight: bold;
  font-style: normal;
}

.gotham-regular, .gotham {
  font-family: "GothamSSm";
  font-weight: normal;
  font-style: normal;
}

.top-nav {
  background-color: #003768;
  position: relative;
  z-index: 2;
}
.top-nav .customMiddleDisclaimer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .top-nav .customMiddleDisclaimer {
    display: none;
  }
}
.top-nav .contentDisclaimerMobile a {
  line-height: 16px;
  display: inline-block;
  padding: 10px 0;
  font-size: 10px;
  color: white;
  margin: 0;
}
.top-nav .find-probiotic {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.top-nav .find-probiotic:hover, .top-nav .find-probiotic:focus {
  color: #ffffff;
  text-decoration: none;
}
.top-nav .customSocialMedia-top-nav {
  text-align: right;
}
.top-nav .customSocialMedia-top-nav p {
  margin-bottom: 0;
  color: white;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  padding: 10px 0;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .top-nav .customSocialMedia-top-nav p {
    font-size: 12px;
  }
}
.top-nav .customSocialMedia-top-nav p a {
  color: white;
  text-decoration: none;
}
.top-nav .customSocialMedia-top-nav p a:hover, .top-nav .customSocialMedia-top-nav p a:focus {
  color: white;
  text-decoration: none;
}
.top-nav .customSocialMedia-top-nav p i {
  font-size: 18px;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .top-nav .customSocialMedia-top-nav {
    text-align: end;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-nav .customSocialMedia-top-nav {
    max-width: 100%;
    text-align: right;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#menu {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 99 !important;
}

.customMenu {
  position: relative;
  z-index: 2;
}

.customMenuNav {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.customMenuNav.no-active {
  background-color: transparent !important;
}
.customMenuNav.active {
  background-color: #FFF6E8 !important;
}

.menu__mobile-top {
  position: absolute;
  top: calc(100% + 1px) !important;
  left: -1px;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 5 !important;
  overflow-y: scroll;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 30px 0;
  list-style: none;
  display: none;
  opacity: 0;
  padding-bottom: 150px;
}
@media screen and (min-width: 992px) {
  .menu__mobile-top {
    display: none;
  }
}
.menu__mobile-top .accordionMenuMobile .card {
  background-color: transparent;
  border-top: 0;
  border-bottom: 2px solid #ebebeb !important;
  padding: 20px 10%;
  border-radius: 0;
}
.menu__mobile-top .accordionMenuMobile .card:last-child {
  border-bottom: 0 !important;
}
.menu__mobile-top .accordionMenuMobile .card .card-header {
  padding: 0;
  border-bottom: 2px solid #ebebeb;
  border: none;
}
.menu__mobile-top .accordionMenuMobile .card .card-header button, .menu__mobile-top .accordionMenuMobile .card .card-header a {
  padding: 0;
  color: #0075DB;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  background-color: white;
  font-size: 22px;
  font-family: "Sofia Pro Bold";
  line-height: 19px;
  font-weight: 700;
  text-transform: lowercase;
}
.menu__mobile-top .accordionMenuMobile .card .card-header button .sub-arrow::before, .menu__mobile-top .accordionMenuMobile .card .card-header a .sub-arrow::before {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #003768;
  position: relative;
  border-radius: 10px;
  top: -4px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  right: -11px;
  width: 11px;
}
.menu__mobile-top .accordionMenuMobile .card .card-header button .sub-arrow::after, .menu__mobile-top .accordionMenuMobile .card .card-header a .sub-arrow::after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #003768;
  position: relative;
  border-radius: 10px;
  width: 11px;
  top: -4px;
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__mobile-top .accordionMenuMobile .card .card-header button[aria-expanded=true] .sub-arrow::before, .menu__mobile-top .accordionMenuMobile .card .card-header a[aria-expanded=true] .sub-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__mobile-top .accordionMenuMobile .card .card-header button[aria-expanded=true] .sub-arrow::after, .menu__mobile-top .accordionMenuMobile .card .card-header a[aria-expanded=true] .sub-arrow::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.menu__mobile-top .accordionMenuMobile .card .card-header button:hover, .menu__mobile-top .accordionMenuMobile .card .card-header a:hover {
  text-decoration: none;
}
.menu__mobile-top .accordionMenuMobile .card .card-header button:focus, .menu__mobile-top .accordionMenuMobile .card .card-header a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu__mobile-top .accordionMenuMobile .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 0rem;
}
.menu__mobile-top .accordionMenuMobile .card .card-body .listPages ul {
  padding: 0;
  margin-top: 10px;
  padding-left: 0px;
}
.menu__mobile-top .accordionMenuMobile .card .card-body .listPages ul li {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  float: none;
}
.menu__mobile-top .accordionMenuMobile .card .card-body .listPages ul li a {
  font-weight: 500;
  padding: 10px 0 !important;
  color: #003768;
  text-transform: lowercase;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  font-family: "Sofia Pro Bold";
}
.menu__mobile-top .accordionMenuMobile .card .card-body .listPages ul li a:hover, .menu__mobile-top .accordionMenuMobile .card .card-body .listPages ul li a:focus {
  color: #003768;
  text-decoration: none;
}
.menu__mobile-top .accordionSubmenuMobile {
  padding: 0;
  margin-top: 10px;
  padding-left: 0px;
}
.menu__mobile-top .accordionSubmenuMobile .card {
  padding: 0 !important;
  border: 0 !important;
}
.menu__mobile-top .accordionSubmenuMobile .card .card-header button {
  font-weight: 500;
  padding: 10px 0 !important;
  color: #003768;
  text-transform: lowercase;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  font-family: "Sofia Pro Bold";
}
.menu__mobile-top .accordionSubmenuMobile .card .card-body .listCategories ul {
  padding: 0;
  margin-top: 10px;
  padding-left: 25px;
}
.menu__mobile-top .accordionSubmenuMobile .card .card-body .listCategories ul li {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  float: none;
}
.menu__mobile-top .accordionSubmenuMobile .card .card-body .listCategories ul li a {
  color: #003768;
  text-decoration: none;
  font-weight: 900;
  text-transform: none;
  font-size: 18px;
  font-family: "Sofia Pro Bold";
}
.menu__mobile-top .accordionSubmenuMobile .card .card-body .listCategories ul li a:hover, .menu__mobile-top .accordionSubmenuMobile .card .card-body .listCategories ul li a:focus {
  color: #003768;
  text-decoration: none;
}
.menu__mobile-top.open {
  display: block;
  opacity: 1;
}
.menu__mobile-top .customSearch {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu__mobile-top .customSearch form {
  background-color: white;
}

.menu {
  background-color: white;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .menu {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    height: 45px;
  }
}
.menu.open .customLogo {
  background-color: white !important;
}
.menu.open .customMenuButton {
  background-color: white !important;
}
.menu.open .customSearch form input[type=text]::-webkit-input-placeholder {
  color: white;
}
.menu.open .customSearch form input[type=text]::-moz-placeholder {
  color: white;
}
.menu.open .customSearch form input[type=text]:-ms-input-placeholder {
  color: white;
}
.menu.open .customSearch form input[type=text]::-ms-input-placeholder {
  color: white;
}
.menu.open .customSearch form input[type=text]::placeholder {
  color: white;
}
.menu.open .customSearch form button[type=submit] {
  color: transparent;
}
@media screen and (max-width: 991px) {
  .menu .customContainer {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .menu .customContainer {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: white !important;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .menu .customLogo {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .menu .customLogo {
    width: 65px;
    height: 100%;
  }
  .menu .customLogo img {
    max-height: 54px;
    max-width: 65px;
    padding: 5px !important;
    margin: 0 !important;
  }
}
.menu .customLogo img {
  position: relative;
  margin-top: 18px;
  width: 100%;
  width: 285px;
  min-width: 285px;
  z-index: 1001;
  max-height: 100px !important;
}
@media screen and (max-width: 1200px) {
  .menu .customLogo img {
    width: 190px;
    min-width: 190px;
    margin-top: -6px !important;
  }
}
@media screen and (max-width: 1200px) {
  .menu .customLogo img {
    margin-top: -25px !important;
  }
}
@media screen and (max-width: 768px) {
  .menu .customLogo img {
    position: relative;
    margin-top: -26px !important;
    margin-left: 8px !important;
    height: 145px;
    width: 190px;
    min-width: 190px;
  }
}
.menu .customMenuDesktop {
  height: 100%;
}
.menu .customMenuDesktop .navbar-nav .nav-item .nav-link {
  height: 100%;
  text-decoration: none;
  padding: 16px 18px;
  font-size: 20px;
  margin: 0px 20px;
  background-color: transparent;
  color: #0075DB;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 900;
  font-family: "Sofia Pro Bold";
}
.menu .customMenuDesktop .navbar-nav .nav-item .nav-link.nav-link-only::after {
  content: none;
}
.menu .customMenuDesktop .navbar-nav .nav-item .nav-link::after {
  color: black;
  font-size: 22px;
  content: "\f107";
  position: relative;
  content: "";
  top: -32px;
  left: 55px;
  background-image: url("../img/icon-chevron-down-dark.svg");
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu .customMenuDesktop .navbar-nav .nav-item .nav-link:hover, .menu .customMenuDesktop .navbar-nav .nav-item .nav-link:focus {
  color: #C45417;
}
.menu .customMenuDesktop .navbar-nav .nav-item .nav-link:hover::before, .menu .customMenuDesktop .navbar-nav .nav-item .nav-link:focus::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #C45417;
  display: block;
  position: relative;
  bottom: -28px;
}
@media screen and (max-width: 991px) {
  .menu .customSearch {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .menu .customSearch {
    height: 100%;
  }
}
.menu .customSearch form {
  padding: 0px 0px;
  position: relative;
  border-bottom: 1px solid #758ea8;
  background: rgba(255, 255, 255, 0.23);
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .menu .customSearch form {
    width: 177px;
    height: 100%;
    max-width: 177px;
    height: 28px;
  }
}
.menu .customSearch form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.menu .customSearch form input[type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  font-size: 18px;
  line-height: 1.67;
  border: none;
  padding: 0;
  background-color: transparent;
  color: black;
  margin-right: 16px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .menu .customSearch form input[type=text] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.menu .customSearch form input[type=text]::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #949495;
}
.menu .customSearch form input[type=text]::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #949495;
}
.menu .customSearch form input[type=text]:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #949495;
}
.menu .customSearch form input[type=text]::-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #949495;
}
.menu .customSearch form input[type=text]::placeholder {
  font-size: 15px;
  font-style: italic;
  color: #949495;
}
.menu .customSearch form button[type=submit] {
  outline: none;
  color: black;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .menu .customSearch form button[type=submit] {
    font-size: 22px;
    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;
  }
  .menu .customSearch form button[type=submit]::-webkit-input-placeholder {
    color: #949494;
  }
  .menu .customSearch form button[type=submit]::-moz-placeholder {
    color: #949494;
  }
  .menu .customSearch form button[type=submit]:-ms-input-placeholder {
    color: #949494;
  }
  .menu .customSearch form button[type=submit]::-ms-input-placeholder {
    color: #949494;
  }
  .menu .customSearch form button[type=submit]::placeholder {
    color: #949494;
  }
}
.menu .customSearch form button[type=submit] .fa-search {
  color: #49a9ff;
  font-size: 22px;
  font-weight: 500;
}
.menu .customSearch form button[type=submit] .fa-search::before {
  position: relative;
  top: -6px;
}
.menu .customWhereBuyDesktop {
  margin-left: 33px;
}
@media screen and (max-width: 991px) {
  .menu .customWhereBuyDesktop {
    display: none !important;
  }
}
.menu .customWhereBuyDesktop a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #C7A566;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.16;
  padding: 10px 22px;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
}
.menu .customWhereBuyDesktop a:hover, .menu .customWhereBuyDesktop a:focus {
  background-color: #E3C998;
}
.menu .customMenuButton {
  max-width: 20%;
}
@media screen and (min-width: 992px) {
  .menu .customMenuButton {
    display: none;
  }
}
.menu .customMenuButton button {
  background-color: transparent;
  border: none;
  height: 54px;
  width: 54px;
  min-width: 54px;
}
.menu .customMenuButton button.active .iconOpen {
  display: none;
}
.menu .customMenuButton button.active .iconClose {
  display: block;
}
.menu .customMenuButton button .iconOpen i {
  font-size: 28px;
  color: #0075DB;
}
.menu .customMenuButton button .iconClose {
  display: none;
}
.menu .customMenuButton button .iconClose i {
  font-size: 28px;
  color: #0075DB;
}
.menu [data-nav-item="1"] .dropdown-menu {
  width: 100%;
  min-width: 100% !important;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu .dropdown-menu {
  width: auto;
  min-width: 260px;
  top: calc(100% - 2px);
  left: auto;
  display: block;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
  border: none;
  border-radius: 0px;
  padding: 20px 5px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.menu .dropdown-menu .product-cat-1 ul {
  margin-top: 20px;
}
.menu .dropdown-menu .product-cat .customTitleCategory {
  margin-bottom: 20px;
}
.menu .dropdown-menu .product-cat .customTitleCategory a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.menu .dropdown-menu .product-cat .customTitleCategory a:hover, .menu .dropdown-menu .product-cat .customTitleCategory a:focus {
  text-decoration: none;
  color: black;
}
.menu .dropdown-menu .product-cat ul {
  padding-left: 0;
  list-style: none;
}
.menu .dropdown-menu .product-cat ul li {
  margin-bottom: 10px;
}
.menu .dropdown-menu .product-cat ul li a {
  text-transform: none;
  font-size: 15px;
  line-height: 1.53;
  background-color: transparent;
  color: #003768;
  cursor: pointer;
}
.menu .dropdown-menu .product-cat ul li a:hover, .menu .dropdown-menu .product-cat ul li a:focus {
  color: #C45417;
  padding-bottom: 2px;
  border-bottom: 1px solid #C45417;
}
.menu .dropdown-menu .banner-products {
  margin-top: 20px;
}
.menu .dropdown-menu .customLinkPages {
  width: 100%;
}
.menu .dropdown-menu .customLinkPages ul {
  list-style: none;
  padding-left: 0;
}
.menu .dropdown-menu .customLinkPages ul li {
  margin-bottom: 10px;
}
.menu .dropdown-menu .customLinkPages ul li a {
  padding: 12px 0px;
  background-color: transparent;
  text-transform: lowercase;
  color: #003768;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 33px;
}
.menu .dropdown-menu .customLinkPages ul li a:hover, .menu .dropdown-menu .customLinkPages ul li a:focus {
  color: #C45417;
  padding-bottom: 2px;
  border-bottom: 1px solid #C45417;
}
.menu .dropdown-menu.show {
  display: block !important;
  opacity: 1;
  visibility: visible !important;
  z-index: -1;
}

.ui-dialog-buttonset {
  display: none;
}

.customFooter {
  background-color: #003768;
  position: relative;
  z-index: 2;
}
.customFooter .customFooter1 {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .customFooter .customFooter1 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .customFooter .customFooter1 .customContainerFluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .customFooter .customFooter1 .customContainerFluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .customFooter .customFooter1 .customContainerFluid2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.customFooter .customFooter1 .sub-footer p {
  font-size: 11px;
  color: white;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  .customFooter .customFooter1 .sub-footer p {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .customFooter .customColumnMobile1 {
    margin-top: -200px;
  }
}
.customFooter .footer-column {
  margin-bottom: 50px;
}
.customFooter .footer-column .title-column p {
  font-size: 20px !important;
  letter-spacing: 1.17px;
  margin-bottom: 20px;
  font-weight: 900;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #48a9ff;
  display: block;
  font-family: "Sofia Pro Bold";
}
.customFooter .footer-column .title-column p:hover {
  color: white;
}
.customFooter .footer-column .title-column a {
  font-size: 20px !important;
  letter-spacing: 1.17px;
  margin-bottom: 20px;
  color: #48a9ff;
  display: block;
  font-weight: 900;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Sofia Pro Bold";
}
.customFooter .footer-column .title-column a:hover, .customFooter .footer-column .title-column a:focus {
  color: white;
}
.customFooter .footer-column ul {
  padding-left: 0;
  list-style: none;
}
.customFooter .footer-column ul li {
  margin-bottom: 5px;
}
.customFooter .footer-column ul li a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: white;
  font-size: 15px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: normal;
}
.customFooter .footer-column ul li a i {
  margin-right: 8px;
  font-size: 16px;
}
.customFooter .footer-column ul li a:hover, .customFooter .footer-column ul li a:focus {
  color: #48a9ff;
}

.btn-template-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: 0 0;
  text-decoration: none;
  font-family: "Sofia Pro", sans-serif;
  font-size: 18px;
  line-height: 1.16;
  padding: 10px 22px 12px;
  font-weight: 700;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #C45417;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-template-1:hover {
  background-color: #0075DB;
  color: #fff;
}

.btn-template-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  text-decoration: none;
  font-family: "Sofia Pro", sans-serif;
  padding: 10px 22px 12px;
  font-weight: 700;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #0075DB;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 38px;
  font-size: 16px;
  min-width: 155px;
}
.btn-template-2:hover {
  background-color: #C45417;
  color: #fff;
}

.modal-container {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 150vh;
  max-height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-container .modal {
  position: fixed;
  width: 50%;
  height: 200px;
  top: 35%;
  left: 25%;
  z-index: 1000;
  display: block;
  background: white;
}
.modal-container .modal-header {
  border-bottom: 1px solid #ff8400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0em 1em;
  padding-top: 1.5em;
}
.modal-container .modal-header h2 {
  font-size: 40px;
  color: #363636;
}
.modal-container .modal-body {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-container .modal-body span {
  color: #363636;
  font-weight: 700;
}

@media only screen and (max-width: 1125px) {
  .modal-container {
    height: 840px;
  }
  .modal-container .modal {
    position: fixed;
    width: 50%;
    height: 200px;
  }
  .modal-container .modal-header {
    padding: 0em 2em;
    padding-top: 1em;
  }
  .modal-container .modal-header h2 {
    text-align: center;
    font-size: 28px;
    color: #363636;
  }
}
@media only screen and (max-width: 769px) {
  .modal-container {
    height: 1200px !important;
  }
  .modal-container .modal {
    position: fixed;
    width: 60%;
    height: 200px;
  }
  .modal-container .modal-header {
    padding: 0em 2em;
    padding-top: 1em;
  }
  .modal-container .modal-header h2 {
    text-align: center;
    font-size: 28px;
    color: #363636;
  }
}
@media only screen and (max-width: 429px) {
  .modal-container .modal {
    height: 300px;
  }
  .modal-container .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal_coupon .modal-header {
  position: relative;
  top: 0;
  z-index: 2;
  right: 0;
  background: #f2eee2;
  padding: 0.3rem 1rem;
}
.modal_coupon .modal-header button {
  color: #302519;
  font-size: 31px;
  text-shadow: none !important;
}
@media screen and (min-width: 992px) {
  .modal_coupon .modal-custom {
    max-width: 600px;
  }
}
.modal_coupon .bg-modal {
  background-color: #FFF6E8;
  border-bottom: 1px solid #D3B595;
}
.modal_coupon .text-body {
  padding: 15px 25px 15px 25px;
}
@media screen and (min-width: 992px) {
  .modal_coupon .text-body {
    padding: 20px 50px 40px 50px;
  }
}
.modal_coupon .text-body .title {
  text-align: center;
  color: #302519;
  font-weight: 900;
  font-size: 23px;
}
.modal_coupon .text-body .title sup {
  top: -1.5em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .modal_coupon .text-body .title {
    font-size: 23px;
  }
}
.modal_coupon .text-body .text {
  text-align: center;
  font-size: 16px;
  color: #302519;
}
.modal_coupon .text-body a {
  background-color: #302519;
  color: #D3B595;
  border-color: #DFC491;
  border-radius: 0;
  position: relative;
  font-size: 12px;
  padding: 13px 60px 13px 21px;
  text-transform: uppercase;
}
.modal_coupon .text-body a:hover, .modal_coupon .text-body a:focus {
  background-color: #FFF2E4;
  color: #302519;
}
.modal_coupon .text-body a:hover::after, .modal_coupon .text-body a:focus::after {
  background-image: url("../img/icon-arrow-right-dark.svg");
}
.modal_coupon .text-body a::after {
  content: "";
  width: 39px;
  border-left: 1px solid #DFC491;
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background-image: url("../img/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(41%) saturate(222%) hue-rotate(350deg) brightness(92%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(75%) sepia(41%) saturate(222%) hue-rotate(350deg) brightness(92%) contrast(89%);
}

.sliderTestimonialsHome:not(.slick-slider) > div:not(:first-child) {
  display: none;
}

.sliderTestimonialsHome .slick-prev {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  color: transparent;
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 125px;
  height: 100%;
  width: 8.3333333333%;
  z-index: 1;
  right: calc(100% + 161px + 120px) !important;
}
@media screen and (max-width: 767px) {
  .sliderTestimonialsHome .slick-prev {
    left: 10px;
    top: -240px;
  }
}
.sliderTestimonialsHome .slick-prev::before {
  width: 45px;
  height: 45px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-chevron-left-white.svg");
  display: inline-block;
  background-size: 30px;
}
.sliderTestimonialsHome .slick-next {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  color: transparent;
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 125px;
  height: 100%;
  width: 8.3333333333%;
  left: -200px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sliderTestimonialsHome .slick-next {
    right: 35px;
    left: initial;
    top: -240px;
  }
}
.sliderTestimonialsHome .slick-next::before {
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-chevron-right-white.svg");
  background-size: 30px;
}
.sliderTestimonialsHome .slick-dots {
  position: absolute;
  margin-left: -2em;
  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;
  list-style: none;
  right: calc(100% + 195px) !important;
  margin-bottom: 0px;
  bottom: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .sliderTestimonialsHome .slick-dots {
    right: 42% !important;
    top: -125px;
  }
}
.sliderTestimonialsHome .slick-dots button {
  display: none;
}
.sliderTestimonialsHome .slick-dots li {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  margin-left: 0.5em;
  cursor: pointer;
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.75) inset;
          box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.75) inset;
}
@media only screen and (max-width: 376px) {
  .sliderTestimonialsHome .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.sliderTestimonialsHome .slick-dots li.slick-active {
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.webform-contact-custom .webform-submission-form {
  width: 90%;
  margin: auto;
}
.webform-contact-custom .webform-submission-form .js-form-type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.webform-contact-custom .webform-submission-form .js-form-type-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.webform-contact-custom .webform-submission-form label {
  font-weight: bold;
  font-size: 16px;
  color: white;
  margin-bottom: 0;
  margin-top: 35px;
}
.webform-contact-custom .webform-submission-form select {
  width: 100%;
  height: 47px;
  border: none;
  background-color: #efefef;
  font-size: 18px;
  color: #4e4e4e;
}
.webform-contact-custom .webform-submission-form input {
  width: 100%;
  height: 47px;
  border: none;
  background-color: #efefef;
  font-size: 18px;
  color: #4e4e4e;
}
.webform-contact-custom .webform-submission-form textarea {
  width: 100%;
  border: none;
  background-color: #efefef;
  font-size: 18px;
  color: #4e4e4e;
}
.webform-contact-custom .webform-submission-form .webform-button--submit {
  background: #312519 !important;
  font-weight: bold;
  font-size: 24.8px;
  color: #ffffff;
  height: 55px;
  width: 80%;
  border-radius: 5px;
}
.webform-contact-custom .webform-submission-form .webform-button--submit:hover {
  background: #645748 !important;
}

.content-block-icon {
  background-color: #C25314;
  padding: 20px 0px;
}
.content-block-icon h2 {
  margin-bottom: 0px;
  color: white;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  font-family: "Sofia Pro Bold";
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .content-block-icon h2 {
    font-size: 23px;
    margin-bottom: 16px;
  }
}
.content-block-icon .category {
  text-align: center;
}
.content-block-icon .category .icon-text {
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.25;
  text-transform: lowercase;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .content-block-icon .category .icon img, .content-block-icon .category .probiotics-page .content-similar .content ul li::before img, .probiotics-page .content-similar .content ul .content-block-icon .category li::before img, .content-block-icon .category .customBasicPages ul li::before img, .customBasicPages ul .content-block-icon .category li::before img, .content-block-icon .category .detail-product .product-content-wrap-v2 .editor-content ul li::before img, .detail-product .product-content-wrap-v2 .editor-content ul .content-block-icon .category li::before img, .content-block-icon .category .detail-product .section-bottles .editor-content ul li::before img, .detail-product .section-bottles .editor-content ul .content-block-icon .category li::before img, .content-block-icon .category .detail-product .product-content-wrap .customContent .editor-content ul li::before img, .detail-product .product-content-wrap .customContent .editor-content ul .content-block-icon .category li::before img, .content-block-icon .category .menu .customMenuDesktop .navbar-nav .nav-item .nav-link::after img, .menu .customMenuDesktop .navbar-nav .nav-item .content-block-icon .category .nav-link::after img {
    width: 65%;
  }
}
.content-block-icon .category .text {
  padding: 0 10px;
  font-family: "Sofia Pro Bold";
}
@media screen and (max-width: 1150px) {
  .content-block-icon .category .text {
    display: inline-block;
  }
}

.secction-homepage-3 {
  padding-top: 80px;
}
.secction-homepage-3 h2 {
  font-weight: 900;
  text-transform: lowercase;
  font-size: 40px;
}

.teaser-product-home a .img-wrapper {
  margin-bottom: 17px;
  text-align: center;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaser-product-home a .img-wrapper img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.teaser-product-home a .text-wrapper {
  text-align: center;
}
.teaser-product-home a .text-wrapper .category {
  font-size: 14px;
  font-weight: 900;
  text-transform: lowercase;
  margin-bottom: 2px;
  color: #0075DB;
  font-family: "Sofia Pro Bold";
}
.teaser-product-home a .text-wrapper .title {
  font-weight: 900;
  margin-bottom: 0;
  color: #003768;
  -webkit-transition: all 0.15sease;
  transition: all 0.15sease;
  line-height: 1.2;
  text-transform: lowercase;
  font-size: 20px;
  font-family: "Sofia Pro Bold";
}
.teaser-product-home a .text-wrapper .title:hover {
  color: #C45417;
}

.secction-homepage-4 {
  background-color: #0075DB;
  padding: 20px 0px;
}
.secction-homepage-4 h2 {
  margin-bottom: 0px;
  color: white;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  font-family: "Sofia Pro Bold";
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .secction-homepage-4 h2 {
    font-size: 23px;
    margin-bottom: 16px;
  }
}
.secction-homepage-4 .category {
  text-align: center;
}
.secction-homepage-4 .category .icon-text {
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.25;
  text-transform: lowercase;
  font-weight: 900;
}
.secction-homepage-4 .category .icon-text img {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .secction-homepage-4 .category .icon-text img {
    margin-bottom: 10px;
  }
}
.secction-homepage-4 .category .icon-text .icon, .secction-homepage-4 .category .icon-text .probiotics-page .content-similar .content ul li::before, .probiotics-page .content-similar .content ul .secction-homepage-4 .category .icon-text li::before, .secction-homepage-4 .category .icon-text .customBasicPages ul li::before, .customBasicPages ul .secction-homepage-4 .category .icon-text li::before, .secction-homepage-4 .category .icon-text .detail-product .product-content-wrap-v2 .editor-content ul li::before, .detail-product .product-content-wrap-v2 .editor-content ul .secction-homepage-4 .category .icon-text li::before, .secction-homepage-4 .category .icon-text .detail-product .section-bottles .editor-content ul li::before, .detail-product .section-bottles .editor-content ul .secction-homepage-4 .category .icon-text li::before, .secction-homepage-4 .category .icon-text .detail-product .product-content-wrap .customContent .editor-content ul li::before, .detail-product .product-content-wrap .customContent .editor-content ul .secction-homepage-4 .category .icon-text li::before, .secction-homepage-4 .category .icon-text .menu .customMenuDesktop .navbar-nav .nav-item .nav-link::after, .menu .customMenuDesktop .navbar-nav .nav-item .secction-homepage-4 .category .icon-text .nav-link::after {
  text-align: center;
}
.secction-homepage-4 .category .icon-text .text {
  padding: 0 10px;
  font-family: "Sofia Pro Bold";
}
@media screen and (max-width: 1150px) {
  .secction-homepage-4 .category .icon-text .text {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .secction-homepage-4 .category .icon-text .text {
    display: block;
  }
}

.secction-slider-home .wrapper-text {
  background-repeat: repeat;
  background-size: cover;
  padding: 55px;
  min-height: 460px;
}
@media screen and (max-width: 767px) {
  .secction-slider-home .wrapper-text {
    padding: 55px 28px;
    min-height: 230px;
  }
}
.secction-slider-home .wrapper-text p {
  font-size: 60px;
  line-height: 52px;
  color: #003768;
  font-family: "Sofia Pro Bold";
  font-weight: 900;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .secction-slider-home .wrapper-text p {
    text-align: center;
    font-size: 40px;
    line-height: 35px;
  }
}
.secction-slider-home .wrapper-text p span {
  color: white;
}
.secction-slider-home .wrapper-slider {
  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;
  padding: 55px;
}
.secction-slider-home .wrapper-slider .testimonial {
  text-align: center;
}
.secction-slider-home .wrapper-slider .testimonial .title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #003768;
  font-family: "Sofia Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.secction-slider-home .wrapper-slider .testimonial .text {
  color: #fff;
  font-family: "Sofia Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.secction-slider-home .wrapper-slider .testimonial .name {
  color: #003768;
  font-family: "Sofia Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.secction-slider-home .wrapper-slider .testimonial .quote {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.secction-slider-home .wrapper-slider .testimonial .quote::after {
  content: url("../img/icon-bracket-blue.svg");
}

.secction-homepage-5 .wrapper-content .wrapper-text {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secction-homepage-5 .wrapper-content .wrapper-text .content {
  margin: 55px auto;
  max-width: 570px;
}
.secction-homepage-5 .wrapper-content .wrapper-text .h1 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 900;
  color: #003768;
}
.secction-homepage-5 .wrapper-content .wrapper-text .h1 sup {
  font-size: 20px;
  vertical-align: baseline;
  left: -12px;
}
.secction-homepage-5 .wrapper-content .wrapper-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.secction-homepage-6 .wrapper-img {
  padding: 55px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.secction-homepage-6 .wrapper-text {
  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;
}
.secction-homepage-6 .wrapper-text .h1 {
  font-size: 60px;
  line-height: 40px;
  font-weight: 900;
  color: #003768;
  text-align: center;
}
.secction-homepage-6 .wrapper-text .h1 span {
  color: #0075DB;
}

.detail-recipes {
  padding-top: 40px;
}
.detail-recipes .customTitle h1, .detail-recipes .customTitle h2, .detail-recipes .customTitle h3, .detail-recipes .customTitle h4, .detail-recipes .customTitle h5, .detail-recipes .customTitle h6 {
  font-size: 25px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #302519;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .detail-recipes .customTitle h1, .detail-recipes .customTitle h2, .detail-recipes .customTitle h3, .detail-recipes .customTitle h4, .detail-recipes .customTitle h5, .detail-recipes .customTitle h6 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.detail-recipes .post-meta {
  margin-bottom: 30px;
  margin-top: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-recipes .post-meta span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  padding-right: 10px;
}
.detail-recipes .post-meta span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-position: center;
  background-size: cover;
  left: -20px;
  top: 0;
}
.detail-recipes .post-meta .reading-time::before {
  background: url("../img/icon-read-time.svg");
}
.detail-recipes .post-meta .date::before {
  background: url("../img/icon-calendar.svg");
}
.detail-recipes .post-meta .updated::before {
  background: url("../img/icon-updated.svg");
}
.detail-recipes .recipe-header {
  position: relative;
}
.detail-recipes .recipe-header img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 370px;
  display: block;
  margin: 0 auto;
}
.detail-recipes .recipe-header .summary-recipe {
  height: 100%;
  max-height: 100%;
}
@media screen and (min-width: 992px) {
  .detail-recipes .recipe-header .summary-recipe {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 40px;
  }
}
.detail-recipes .recipe-header .summary-recipe .content {
  background-color: #302519;
  color: white;
  padding: 25px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .detail-recipes .recipe-header .summary-recipe .content {
    min-width: 50%;
    width: 50%;
    max-width: 100%;
  }
}
.detail-recipes .recipe-header .summary-recipe .content h1, .detail-recipes .recipe-header .summary-recipe .content h2, .detail-recipes .recipe-header .summary-recipe .content h3, .detail-recipes .recipe-header .summary-recipe .content h4, .detail-recipes .recipe-header .summary-recipe .content h5, .detail-recipes .recipe-header .summary-recipe .content h6 {
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .detail-recipes .recipe-header .summary-recipe .content h1, .detail-recipes .recipe-header .summary-recipe .content h2, .detail-recipes .recipe-header .summary-recipe .content h3, .detail-recipes .recipe-header .summary-recipe .content h4, .detail-recipes .recipe-header .summary-recipe .content h5, .detail-recipes .recipe-header .summary-recipe .content h6 {
    font-size: 20px;
  }
}
.detail-recipes .recipe-header .summary-recipe .content ul {
  padding-left: 0;
}
.detail-recipes .recipe-header .summary-recipe .content ul li {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0;
}
.detail-recipes .recipe-info {
  padding: 15px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #D3B595;
}
.detail-recipes .recipe-info .customInfoColumns span {
  display: block;
  min-width: unset;
}
.detail-recipes .more-information-recipe {
  padding-bottom: 80px;
}
.detail-recipes .more-information-recipe .customInfoIngredients h1, .detail-recipes .more-information-recipe .customInfoIngredients h2, .detail-recipes .more-information-recipe .customInfoIngredients h3, .detail-recipes .more-information-recipe .customInfoIngredients h4, .detail-recipes .more-information-recipe .customInfoIngredients h5, .detail-recipes .more-information-recipe .customInfoIngredients h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 6px;
  line-height: 1.38;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .detail-recipes .more-information-recipe .customInfoIngredients h1, .detail-recipes .more-information-recipe .customInfoIngredients h2, .detail-recipes .more-information-recipe .customInfoIngredients h3, .detail-recipes .more-information-recipe .customInfoIngredients h4, .detail-recipes .more-information-recipe .customInfoIngredients h5, .detail-recipes .more-information-recipe .customInfoIngredients h6 {
    line-height: 1.25;
  }
}
.detail-recipes .more-information-recipe .customInfoIngredients ul {
  padding-left: 20px;
}
.detail-recipes .more-information-recipe .customInfoSteps h1, .detail-recipes .more-information-recipe .customInfoSteps h2, .detail-recipes .more-information-recipe .customInfoSteps h3, .detail-recipes .more-information-recipe .customInfoSteps h4, .detail-recipes .more-information-recipe .customInfoSteps h5, .detail-recipes .more-information-recipe .customInfoSteps h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 6px;
  line-height: 1.38;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .detail-recipes .more-information-recipe .customInfoSteps h1, .detail-recipes .more-information-recipe .customInfoSteps h2, .detail-recipes .more-information-recipe .customInfoSteps h3, .detail-recipes .more-information-recipe .customInfoSteps h4, .detail-recipes .more-information-recipe .customInfoSteps h5, .detail-recipes .more-information-recipe .customInfoSteps h6 {
    line-height: 1.25;
  }
}
.detail-recipes .more-information-recipe .customInfoSteps ol, .detail-recipes .more-information-recipe .customInfoSteps ul {
  list-style: none !important;
  counter-reset: numbers;
  padding-left: 0;
}
.detail-recipes .more-information-recipe .customInfoSteps ol li, .detail-recipes .more-information-recipe .customInfoSteps ul li {
  counter-increment: numbers;
  padding-left: 40px;
  margin-left: 0;
  list-style-type: none !important;
  list-style-position: outside;
  position: relative;
  margin-bottom: 20px;
}
.detail-recipes .more-information-recipe .customInfoSteps ol li::before, .detail-recipes .more-information-recipe .customInfoSteps ul li::before {
  content: counter(numbers) "." !important;
  display: inline-block;
  position: absolute;
  left: 0;
}
.detail-recipes .customShareSocialMedia {
  padding-top: 40px;
  padding-bottom: 40px;
}
.detail-recipes .customShareSocialMedia p {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 12px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.detail-recipes .customShareSocialMedia .customButtons {
  padding-left: 0;
  display: inline-block;
}
.detail-recipes .customShareSocialMedia .customButtons a {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.detail-recipes .customShareSocialMedia .customButtons a:hover span, .detail-recipes .customShareSocialMedia .customButtons a:focus span {
  opacity: 0.7;
}
.detail-recipes .customShareSocialMedia .customButtons a span {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 24px;
  line-height: 24px;
  height: 24px;
  background-size: 24px;
  margin-top: 5px !important;
  border-radius: 0px !important;
  display: inline-block;
}
.detail-recipes .customShareSocialMedia .customButtons .fb span {
  background-color: rgb(24, 119, 242);
}
.detail-recipes .customShareSocialMedia .customButtons .pt span {
  background-color: rgb(189, 8, 28);
}
.detail-recipes .customShareSocialMedia .customButtons .tw span {
  background-color: rgb(29, 155, 240);
}
.detail-recipes .customShareSocialMedia .customButtons .ink span {
  background-color: rgb(0, 123, 181);
}
.detail-recipes .customShareSocialMedia .customButtons .em span {
  background-color: rgb(1, 102, 255);
}

.productUseRecipe > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productUseRecipe > div > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.detail-product {
  background-color: white;
}
.detail-product .firstContent {
  padding-top: 40px;
  padding-bottom: 80px;
}
.detail-product .customBreadcrumProduct .breadcrumb {
  font-size: 12px;
  margin-bottom: 20px;
  background-color: transparent;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 20px;
  margin-bottom: 40px;
}
.detail-product .customBreadcrumProduct .breadcrumb a {
  text-decoration: none;
  color: #707070;
  font-family: "Sofia Pro";
  font-size: 14px;
  font-weight: 900;
  text-transform: lowercase;
}
.detail-product .customBreadcrumProduct .breadcrumb a:hover, .detail-product .customBreadcrumProduct .breadcrumb a:focus {
  color: #707070;
  text-decoration: none;
}
.detail-product .customBreadcrumProduct .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #707070;
}
.detail-product .customBreadcrumProduct .breadcrumb .breadcrumb-item {
  text-decoration: none;
  color: #707070;
  font-family: "Sofia Pro";
  font-size: 14px;
  font-weight: 900;
  text-transform: lowercase;
}
.detail-product .customBreadcrumProduct .breadcrumb .breadcrumb-item:hover, .detail-product .customBreadcrumProduct .breadcrumb .breadcrumb-item:focus {
  color: #707070;
  text-decoration: none;
}
.detail-product .customBreadcrumProduct .breadcrumb .breadcrumb-item:last-child::after {
  float: right;
  padding-left: 0.5rem;
  content: "/";
  color: #707070;
}
.detail-product .galleryProduct {
  position: relative;
}
.detail-product .galleryProduct .tab-pane {
  width: 100%;
  height: 100%;
}
.detail-product .galleryProduct .tab-pane.fade:not(.show) {
  /* visibility: hidden; */
}
.detail-product .galleryProduct .customSliderProduct, .detail-product .galleryProduct .customSliderProduct-1, .detail-product .galleryProduct .customSliderProduct-2, .detail-product .galleryProduct .customSliderProduct-3 {
  padding-left: 20%;
}
.detail-product .galleryProduct .customSliderProduct .item .image-wrapper, .detail-product .galleryProduct .customSliderProduct-1 .item .image-wrapper, .detail-product .galleryProduct .customSliderProduct-2 .item .image-wrapper, .detail-product .galleryProduct .customSliderProduct-3 .item .image-wrapper {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #eaeaeb;
}
.detail-product .galleryProduct .customSliderProduct .item .image-wrapper .secondary, .detail-product .galleryProduct .customSliderProduct-1 .item .image-wrapper .secondary, .detail-product .galleryProduct .customSliderProduct-2 .item .image-wrapper .secondary, .detail-product .galleryProduct .customSliderProduct-3 .item .image-wrapper .secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-product .galleryProduct .customSliderProduct .item .image-wrapper .secondary img, .detail-product .galleryProduct .customSliderProduct-1 .item .image-wrapper .secondary img, .detail-product .galleryProduct .customSliderProduct-2 .item .image-wrapper .secondary img, .detail-product .galleryProduct .customSliderProduct-3 .item .image-wrapper .secondary img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.detail-product .galleryProduct .customSliderProduct-nav, .detail-product .galleryProduct .customSliderProduct-nav-1, .detail-product .galleryProduct .customSliderProduct-nav-2, .detail-product .galleryProduct .customSliderProduct-nav-3 {
  position: absolute;
  left: 0;
  width: 20%;
  height: 100%;
  z-index: 1;
}
.detail-product .galleryProduct .customSliderProduct-nav .item .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-1 .item .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-2 .item .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-3 .item .image-wrapper {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #eaeaeb;
}
.detail-product .galleryProduct .customSliderProduct-nav .item .image-wrapper .secondary, .detail-product .galleryProduct .customSliderProduct-nav-1 .item .image-wrapper .secondary, .detail-product .galleryProduct .customSliderProduct-nav-2 .item .image-wrapper .secondary, .detail-product .galleryProduct .customSliderProduct-nav-3 .item .image-wrapper .secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-product .galleryProduct .customSliderProduct-nav .item .image-wrapper .secondary img, .detail-product .galleryProduct .customSliderProduct-nav-1 .item .image-wrapper .secondary img, .detail-product .galleryProduct .customSliderProduct-nav-2 .item .image-wrapper .secondary img, .detail-product .galleryProduct .customSliderProduct-nav-3 .item .image-wrapper .secondary img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.detail-product .galleryProduct .customSliderProduct-nav .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-1 .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-2 .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-3 .image-wrapper {
  border: 1px solid transparent;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.detail-product .galleryProduct .customSliderProduct-nav .slick-list, .detail-product .galleryProduct .customSliderProduct-nav-1 .slick-list, .detail-product .galleryProduct .customSliderProduct-nav-2 .slick-list, .detail-product .galleryProduct .customSliderProduct-nav-3 .slick-list {
  height: 100% !important;
  max-height: 700px;
}
.detail-product .galleryProduct .customSliderProduct-nav .slick-slide, .detail-product .galleryProduct .customSliderProduct-nav-1 .slick-slide, .detail-product .galleryProduct .customSliderProduct-nav-2 .slick-slide, .detail-product .galleryProduct .customSliderProduct-nav-3 .slick-slide {
  margin-right: 15px;
}
.detail-product .galleryProduct .customSliderProduct-nav .slick-current .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-1 .slick-current .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-2 .slick-current .image-wrapper, .detail-product .galleryProduct .customSliderProduct-nav-3 .slick-current .image-wrapper {
  position: relative;
  border: 1px solid #eaeaeb;
  z-index: 0;
}
.detail-product .galleryProduct .customSliderProduct-nav .slick-current .image-wrapper::before, .detail-product .galleryProduct .customSliderProduct-nav-1 .slick-current .image-wrapper::before, .detail-product .galleryProduct .customSliderProduct-nav-2 .slick-current .image-wrapper::before, .detail-product .galleryProduct .customSliderProduct-nav-3 .slick-current .image-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  height: 20px;
  width: 20px;
  right: -11px;
  border-top: 1px solid #eaeaeb;
  border-right: 1px solid #eaeaeb;
  background-color: white;
  z-index: -1;
  opacity: 1;
}
.detail-product .galleryProduct .slick-prev {
  left: calc(50% - 6px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 22px;
  position: absolute;
  height: 43px;
  width: 43px;
  background-color: rgba(0, 55, 104, 0.3);
  display: inline-block;
  z-index: 10;
  color: transparent;
  line-height: 0;
  font-size: 0;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}
.detail-product .galleryProduct .slick-prev::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  height: 43px;
  width: 43px;
  background-image: url("../img/icon-chevron-up_white.svg");
  background-size: 30px 30px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.125em;
}
.detail-product .galleryProduct .slick-next {
  left: calc(50% - 6px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 20px;
  position: relative;
  height: 43px;
  width: 43px;
  background-color: rgba(0, 55, 104, 0.3);
  display: inline-block;
  z-index: 10;
  color: transparent;
  line-height: 0;
  font-size: 0;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}
.detail-product .galleryProduct .slick-next::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  height: 43px;
  width: 43px;
  background-image: url("../img/icon-chevron-down_white.svg");
  background-size: 30px 30px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.125em;
}
.detail-product .contentInfoProduct .title h1, .detail-product .contentInfoProduct .title h2, .detail-product .contentInfoProduct .title h3, .detail-product .contentInfoProduct .title h4, .detail-product .contentInfoProduct .title h5, .detail-product .contentInfoProduct .title h6 {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: lowercase;
  font-weight: 900;
  color: #003768;
}
@media screen and (min-width: 992px) {
  .detail-product .contentInfoProduct .title h1, .detail-product .contentInfoProduct .title h2, .detail-product .contentInfoProduct .title h3, .detail-product .contentInfoProduct .title h4, .detail-product .contentInfoProduct .title h5, .detail-product .contentInfoProduct .title h6 {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .detail-product .contentInfoProduct .title h1, .detail-product .contentInfoProduct .title h2, .detail-product .contentInfoProduct .title h3, .detail-product .contentInfoProduct .title h4, .detail-product .contentInfoProduct .title h5, .detail-product .contentInfoProduct .title h6 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.detail-product .contentInfoProduct .product-certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  padding-top: 15px !important;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .detail-product .contentInfoProduct .product-certifications {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detail-product .contentInfoProduct .product-certifications > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  padding-top: 15px !important;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .detail-product .contentInfoProduct .product-certifications > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detail-product .contentInfoProduct .product-certifications .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 578px) {
  .detail-product .contentInfoProduct .product-certifications .icon-text {
    width: auto;
  }
}
.detail-product .contentInfoProduct .product-certifications .icon-text .icon, .detail-product .contentInfoProduct .product-certifications .icon-text .probiotics-page .content-similar .content ul li::before, .probiotics-page .content-similar .content ul .detail-product .contentInfoProduct .product-certifications .icon-text li::before, .detail-product .contentInfoProduct .product-certifications .icon-text .customBasicPages ul li::before, .customBasicPages ul .detail-product .contentInfoProduct .product-certifications .icon-text li::before, .detail-product .contentInfoProduct .product-certifications .icon-text .product-content-wrap-v2 .editor-content ul li::before, .detail-product .product-content-wrap-v2 .editor-content ul .contentInfoProduct .product-certifications .icon-text li::before, .detail-product .contentInfoProduct .product-certifications .icon-text .section-bottles .editor-content ul li::before, .detail-product .section-bottles .editor-content ul .contentInfoProduct .product-certifications .icon-text li::before, .detail-product .contentInfoProduct .product-certifications .icon-text .product-content-wrap .customContent .editor-content ul li::before, .detail-product .product-content-wrap .customContent .editor-content ul .contentInfoProduct .product-certifications .icon-text li::before, .detail-product .contentInfoProduct .product-certifications .icon-text .menu .customMenuDesktop .navbar-nav .nav-item .nav-link::after, .menu .customMenuDesktop .navbar-nav .nav-item .detail-product .contentInfoProduct .product-certifications .icon-text .nav-link::after {
  margin-bottom: 5px;
}
.detail-product .contentInfoProduct .product-certifications .icon-text .icon img, .detail-product .contentInfoProduct .product-certifications .icon-text .probiotics-page .content-similar .content ul li::before img, .probiotics-page .content-similar .content ul .detail-product .contentInfoProduct .product-certifications .icon-text li::before img, .detail-product .contentInfoProduct .product-certifications .icon-text .customBasicPages ul li::before img, .customBasicPages ul .detail-product .contentInfoProduct .product-certifications .icon-text li::before img, .detail-product .contentInfoProduct .product-certifications .icon-text .product-content-wrap-v2 .editor-content ul li::before img, .detail-product .product-content-wrap-v2 .editor-content ul .contentInfoProduct .product-certifications .icon-text li::before img, .detail-product .contentInfoProduct .product-certifications .icon-text .section-bottles .editor-content ul li::before img, .detail-product .section-bottles .editor-content ul .contentInfoProduct .product-certifications .icon-text li::before img, .detail-product .contentInfoProduct .product-certifications .icon-text .product-content-wrap .customContent .editor-content ul li::before img, .detail-product .product-content-wrap .customContent .editor-content ul .contentInfoProduct .product-certifications .icon-text li::before img, .detail-product .contentInfoProduct .product-certifications .icon-text .menu .customMenuDesktop .navbar-nav .nav-item .nav-link::after img, .menu .customMenuDesktop .navbar-nav .nav-item .detail-product .contentInfoProduct .product-certifications .icon-text .nav-link::after img {
  max-width: 50px;
  margin: 0 auto;
}
.detail-product .contentInfoProduct .product-certifications .icon-text .text {
  margin-top: 0;
  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;
}
.detail-product .contentInfoProduct .product-certifications .icon-text .text span {
  font-size: 11px;
  text-transform: lowercase;
  font-weight: 900;
  color: #003768;
  word-wrap: unset;
  line-height: 1.25;
  letter-spacing: 1px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-height: 30px;
}
@media screen and (max-width: 578px) {
  .detail-product .contentInfoProduct .product-certifications .icon-text .text span {
    font-size: 9px;
  }
}
.detail-product .contentInfoProduct .description-product p {
  margin-bottom: 20px;
}
.detail-product .contentInfoProduct .description-product strong {
  font-weight: 700;
  color: #003768;
}
.detail-product .contentInfoProduct .description-product ul, .detail-product .contentInfoProduct .description-product ol {
  margin-bottom: 20px;
}
.detail-product .contentInfoProduct .description-product ul li, .detail-product .contentInfoProduct .description-product ol li {
  margin-bottom: 25px;
}
.detail-product .contentInfoProduct .contentAvailableProduct .subtitle p {
  color: #302519;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 15px 15px 15px 0;
}
.detail-product .contentInfoProduct .customContentTabs .nav-tabs {
  border: 1px solid #D9C6AA;
  border-bottom: 0 !important;
}
.detail-product .contentInfoProduct .customContentTabs .nav-tabs .nav-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #302519;
  font-weight: 500;
  line-height: 1;
  font-size: 12px;
  padding: 15px;
  background-color: #F9ECD9;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-align: center;
  border-radius: 0;
  border-top: 0;
  border-left: 1px solid #D9C6AA;
  border-bottom: 1px solid #D9C6AA;
  border-right: 1px solid #D9C6AA;
}
.detail-product .contentInfoProduct .customContentTabs .nav-tabs .nav-link:first-child {
  border-left: 0 !important;
}
.detail-product .contentInfoProduct .customContentTabs .nav-tabs .nav-link:last-child {
  border-right: 0 !important;
}
.detail-product .contentInfoProduct .customContentTabs .nav-tabs .nav-link.active {
  border: none;
  background-color: transparent;
}
.detail-product .contentInfoProduct .customContentTabs .contentWhere {
  border: 1px solid #D9C6AA;
  border-top: 0 !important;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .detail-product .contentInfoProduct .customContentTabs .contentWhere {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail-product .contentInfoProduct .customContentTabs .contentWhere .customBtn {
    width: 100% !important;
  }
  .detail-product .contentInfoProduct .customContentTabs .contentWhere .customBtn:not(:last-child) {
    margin-bottom: 15px;
  }
}
.detail-product .contentInfoProduct .customContentTabs .contentWhere .customBtn {
  width: 220px;
}
.detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-find-store {
  border: 1px solid #D3B595;
  padding: 13px 60px 13px 21px;
  color: #302519;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.16;
  position: relative;
  text-decoration: none;
  margin: 0;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-find-store:hover, .detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-find-store:focus {
  background-color: #FFF2E4;
}
@media screen and (min-width: 992px) {
  .detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-find-store {
    margin-right: 10px;
  }
}
.detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-find-store::after {
  content: "";
  width: 39px;
  border-left: 1px solid #D3B595;
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background-image: url("../img/icon-location-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-amazon {
  color: white;
  background: #C7A566;
  border: 1px solid #C7A566;
  padding: 13px 60px 13px 21px;
  position: relative;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.16;
  text-decoration: none;
  outline: none;
  margin: 0;
}
.detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-amazon:hover, .detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-amazon:focus {
  background-color: #E3C998;
  border-color: #E3C998;
}
.detail-product .contentInfoProduct .customContentTabs .contentWhere .btn-amazon::after {
  content: "";
  width: 39px;
  border-left: 1px solid #DFC491;
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background-image: url("../img/icon-amazon-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.detail-product .contentInfoProduct .customAccordionProduct {
  padding-top: 1rem;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card {
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 1px solid #013767;
  border-top: none;
  border-left: none;
  border-right: none;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: 0;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link {
  padding: 15px 18px 15px 55px;
  text-decoration: none;
  text-transform: lowercase;
  color: #0075DB;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: 1.17px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link {
    font-size: 22px;
    line-height: 1.29;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link {
    margin-bottom: 0 !important;
  }
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle {
  position: absolute;
  left: 23px;
  top: 32px;
  line-height: 55px;
  font-size: 20px;
  max-height: 1px;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle::before, .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle::after {
  width: 19px;
  height: 1px;
  background-color: #0075DB;
  display: block;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 19px;
  margin-bottom: -1px;
  content: "";
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle::after {
  content: "";
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link[aria-expanded=true] .toggle::before {
  opacity: 0;
  display: none;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body h1, .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body h2, .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body h3, .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body h4, .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body h5, .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body h6 {
  line-height: 1.25;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body p {
  margin-bottom: 20px;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body strong {
  font-weight: 700;
  color: #013767;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts {
  margin-bottom: 20px;
  font-size: 12px;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts tr:not(first-child), .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts thead td:not(first-child) {
  padding: 0 3px;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts thead tr:nth-child(2) {
  border-top: #302519 solid 10px;
  border-bottom: #302519 solid 5px;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts p {
  font-size: 12px;
  line-height: 1.5;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts tr, .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts td {
  color: #302519;
  background-color: transparent;
  font-weight: 300;
  line-height: 1.5;
  text-transform: none;
  font-size: 12px;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts tr td {
  border: none;
}
.detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-body table.supplement-facts tr td:first-child {
  text-align: left;
  max-width: unset;
}
.detail-product .section-ingredients {
  padding-bottom: 40px;
}
.detail-product .section-ingredients h2 {
  margin-bottom: 30px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .detail-product .section-ingredients h2 {
    font-size: 23px;
    line-height: 1.4;
  }
}
.detail-product .section-ingredients .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 7.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-product .section-ingredients .content .ingredient {
  max-width: 240px;
  padding: 0 7.5px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .detail-product .section-ingredients .content .ingredient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
    width: 100%;
    margin: 15px 0;
    padding: 0;
  }
  .detail-product .section-ingredients .content .ingredient .image-wrapper {
    margin-right: 10px;
  }
  .detail-product .section-ingredients .content .ingredient h3 {
    margin-top: 0 !important;
    font-size: 16px !important;
    text-align: left;
    margin-bottom: 5px !important;
  }
  .detail-product .section-ingredients .content .ingredient p {
    text-align: left;
  }
  .detail-product .section-ingredients .content .ingredient img {
    max-height: 100px;
    max-width: 100px;
  }
}
.detail-product .section-ingredients .content .ingredient h3 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.detail-product .product-content-wrap {
  padding-bottom: 80px;
}
.detail-product .product-content-wrap .customContent {
  background-color: #f9ecd9;
  padding-top: 80px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .detail-product .product-content-wrap .customContent {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .detail-product .product-content-wrap .customContent .editor-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.detail-product .product-content-wrap .customContent .editor-content ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.detail-product .product-content-wrap .customContent .editor-content ul li {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 21px;
}
.detail-product .product-content-wrap .customContent .editor-content ul li::before {
  content: "\f111";
  margin-left: -20px;
  vertical-align: middle;
  font-size: 10px;
  color: #C7A566;
  position: relative;
  padding-right: 12px;
  top: -1px;
}
.detail-product .product-content-wrap .customContent h2 {
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .detail-product .product-content-wrap .customContent h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
.detail-product .product-content-wrap .customContent p a {
  color: #8E6B2A;
  text-decoration: underline;
}
.detail-product .product-content-wrap .customContent p a:hover, .detail-product .product-content-wrap .customContent p a:focus {
  color: #8E6B2A;
  text-decoration: none;
}
.detail-product .product-content-wrap .content-1 .contentImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  background-color: rgb(255, 255, 255);
  background-image: url("../img/vegan-d3-content-image-1.jpeg");
}
.detail-product .product-content-wrap .content-2 {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .detail-product .product-content-wrap .content-2 {
    padding-bottom: 130px;
    padding-top: 130px;
  }
}
.detail-product .product-content-wrap .content-2 .contentImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  background-color: rgb(255, 255, 255);
  background-image: url("../img/vegan-d3-content-image-2.jpeg");
}
.detail-product .banner-gold-standard {
  background-color: #f9ecd9;
  padding-top: 40px;
}
.detail-product .banner-gold-standard h2 {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 1.4;
  margin-top: 0;
  text-transform: uppercase;
  color: #302519;
}
.detail-product .section-bottles {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .detail-product .section-bottles {
    padding-bottom: 80px;
  }
}
.detail-product .section-bottles .contentImage {
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  background-image: url("../img/mission_sm.jpeg");
}
@media screen and (min-width: 992px) {
  .detail-product .section-bottles .editor-content {
    padding-right: 15%;
    padding-left: 15%;
  }
}
.detail-product .section-bottles .editor-content h2 {
  text-align: left;
  text-transform: uppercase;
  color: #302519;
  margin-top: 0;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .detail-product .section-bottles .editor-content h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
.detail-product .section-bottles .editor-content h2 span {
  color: #8E6B2A;
}
.detail-product .section-bottles .editor-content ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.detail-product .section-bottles .editor-content ul li {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 21px;
}
.detail-product .section-bottles .editor-content ul li::before {
  content: "\f111";
  margin-left: -20px;
  vertical-align: middle;
  font-size: 10px;
  color: #C7A566;
  position: relative;
  padding-right: 12px;
  top: -1px;
}
.detail-product .product-content-wrap-v2 .content-1 {
  padding-top: 80px;
  margin-bottom: 80px;
  background-color: #f9ecd9;
  position: relative;
}
@media screen and (max-width: 991px) {
  .detail-product .product-content-wrap-v2 .content-1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.detail-product .product-content-wrap-v2 h4 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .detail-product .product-content-wrap-v2 h4 {
    margin-bottom: 0;
  }
}
.detail-product .product-content-wrap-v2 h5 {
  text-transform: uppercase;
  color: #302519;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.78;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .detail-product .product-content-wrap-v2 h5 {
    font-size: 16px;
    line-height: 1.5625;
  }
}
@media screen and (min-width: 992px) {
  .detail-product .product-content-wrap-v2 .editor-content {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.detail-product .product-content-wrap-v2 .editor-content ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
  margin-bottom: 0;
}
.detail-product .product-content-wrap-v2 .editor-content ul li {
  padding-left: 21px;
  margin-bottom: 20px;
}
.detail-product .product-content-wrap-v2 .editor-content ul li::before {
  content: "\f111";
  margin-left: -20px;
  vertical-align: middle;
  font-size: 10px;
  color: #C7A566;
  position: relative;
  padding-right: 12px;
  top: -1px;
}
.detail-product .product-content-wrap-v2 .contentImage {
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  background-image: url("../img/Full-Spectrum-Omega.jpeg");
}
.detail-product .product-content-wrap-v2 .sub-content-1 {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}
.detail-product .product-content-wrap-v2 .sub-content-2 {
  padding-bottom: 80px;
  padding-top: 40px;
}
.detail-product .product-suggest {
  background-color: white;
  padding-bottom: 40px;
  padding-top: 80px;
}
.detail-product .product-suggest h2 {
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
  font-weight: 900;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) {
  .detail-product .product-suggest h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
}

.teaser-home .image-wrapper.img-home {
  min-height: 250px;
  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;
}

.teaser-mini-product .image-wrapper {
  min-height: 250px;
  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;
}

.teaser-mini-product, .teaser-product, .teaser-home {
  text-align: center;
}
.teaser-mini-product a, .teaser-product a, .teaser-home a {
  color: inherit;
  text-decoration: none;
}
.teaser-mini-product a:hover, .teaser-mini-product a:focus, .teaser-product a:hover, .teaser-product a:focus, .teaser-home a:hover, .teaser-home a:focus {
  color: inherit;
  text-decoration: none;
}
.teaser-mini-product .image-wrapper img, .teaser-product .image-wrapper img, .teaser-home .image-wrapper img {
  max-height: 200px;
}
.teaser-mini-product .image-wrapper.img-home img, .teaser-product .image-wrapper.img-home img, .teaser-home .image-wrapper.img-home img {
  max-height: 250px !important;
}
.teaser-mini-product .prim-cat, .teaser-product .prim-cat, .teaser-home .prim-cat {
  font-size: 14px;
  font-weight: 900;
  text-transform: lowercase;
  margin-bottom: 2px;
  color: #0075DB;
  font-family: "Sofia Pro Bold";
}
.teaser-mini-product .product-name, .teaser-product .product-name, .teaser-home .product-name {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.2;
  color: #003768;
  text-decoration: none;
  font-weight: 900;
  padding: 0;
  font-family: "Sofia Pro Bold";
  text-transform: lowercase;
}
.teaser-mini-product .product-name:hover, .teaser-product .product-name:hover, .teaser-home .product-name:hover {
  color: #C45417;
}

.customAccordionListingProducts {
  height: 100%;
  padding: 75px 0px;
}
@media screen and (min-width: 992px) {
  .customAccordionListingProducts {
    padding-top: 60px;
    border-right: #eaeaeb 1px solid;
    display: block !important;
    background-color: #f4faff;
    padding: 75px 35px;
  }
}
.customAccordionListingProducts::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1000px;
  left: -1000px;
  background-color: #f4faff;
  z-index: 0;
  top: 0;
}
.customAccordionListingProducts .sublevel1 {
  margin-left: 20px !important;
}
.customAccordionListingProducts [data-sublevel="1"] button, .customAccordionListingProducts [data-sublevel="3"] button {
  background-color: transparent;
  border: none;
  padding-top: 0;
  left: 0px;
  position: relative;
  top: -17px;
}
.customAccordionListingProducts [data-sublevel="1"] button:focus, .customAccordionListingProducts [data-sublevel="3"] button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customAccordionListingProducts [data-sublevel="1"] button .toggle-icon, .customAccordionListingProducts [data-sublevel="3"] button .toggle-icon {
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  width: 20px;
  height: 17px;
}
.customAccordionListingProducts [data-sublevel="1"] button .toggle-icon::before, .customAccordionListingProducts [data-sublevel="1"] button .toggle-icon::after, .customAccordionListingProducts [data-sublevel="3"] button .toggle-icon::before, .customAccordionListingProducts [data-sublevel="3"] button .toggle-icon::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #0075DB;
  position: absolute;
  width: 17px;
}
.customAccordionListingProducts [data-sublevel="1"] button .toggle-icon::before, .customAccordionListingProducts [data-sublevel="3"] button .toggle-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 17px;
}
.customAccordionListingProducts [data-sublevel="1"] button:hover, .customAccordionListingProducts [data-sublevel="1"] button:focus, .customAccordionListingProducts [data-sublevel="3"] button:hover, .customAccordionListingProducts [data-sublevel="3"] button:focus {
  color: #302519;
  text-decoration: none;
}
.customAccordionListingProducts [data-sublevel="1"].active .toggle-icon::before, .customAccordionListingProducts [data-sublevel="3"].active .toggle-icon::before {
  display: none;
}
.customAccordionListingProducts .hideCategory {
  display: none;
  height: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.customAccordionListingProducts .showCategory {
  display: block;
  height: auto !important;
}
.customAccordionListingProducts .sublevel2 {
  margin-left: 40px !important;
}
.customAccordionListingProducts .card {
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.customAccordionListingProducts .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.customAccordionListingProducts .card .card-header button {
  line-height: 20px;
  padding-bottom: 0;
  padding-top: 0;
  color: #003768;
  text-transform: lowercase;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  padding-left: 36px;
  display: block;
}
.customAccordionListingProducts .card .card-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customAccordionListingProducts .card .card-header button .toggle-icon {
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  width: 20px;
  height: 17px;
}
.customAccordionListingProducts .card .card-header button .toggle-icon::before, .customAccordionListingProducts .card .card-header button .toggle-icon::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #0075DB;
  position: absolute;
  width: 17px;
}
.customAccordionListingProducts .card .card-header button .toggle-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 17px;
}
.customAccordionListingProducts .card .card-header button[aria-expanded=true] .toggle-icon::before {
  display: none;
}
.customAccordionListingProducts .card .card-header button:hover, .customAccordionListingProducts .card .card-header button:focus {
  color: #302519;
  text-decoration: none;
}
.customAccordionListingProducts .card .card-body {
  padding-bottom: 0;
}
.customAccordionListingProducts .customListCategory {
  padding-left: 1rem;
}
.customAccordionListingProducts .customListCategory .custom-checkbox {
  margin-bottom: 15px;
}
.customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label {
  color: #003768;
  font-size: 15px;
  line-height: 1.1;
  cursor: pointer;
  padding-left: 5px;
}
.customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label::before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 18px;
  height: 18px;
}
.customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label::after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 18px;
  height: 18px;
}
.customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label a {
  color: white;
  text-decoration: underline;
}
.customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label a:hover, .customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label a:focus {
  text-decoration: none;
}
.customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: 1px solid #0075DB;
}
.customAccordionListingProducts .customListCategory .semi-active::after {
  background-image: url("../img/icon-minus-dark.svg") !important;
}
.customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/icon-check-blue.svg") !important;
}
.customAccordionListingProducts .customListCategory .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
}
.customAccordionListingProducts .customListCategory .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.customAccordionListingProducts .customListCategory .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: white;
}

.product-listing-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .product-listing-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.product-listing-wrapper .filter-header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-listing-wrapper .filter-header h1 {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: lowercase;
}
@media screen and (min-width: 992px) {
  .product-listing-wrapper .filter-header h1 {
    font-size: 60px;
    line-height: 1.3;
  }
}
.product-listing-wrapper .filter-header .selected-cat-num {
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 900;
  background-color: #f4faff;
  padding: 5px 10px;
  line-height: 1;
  color: #003768;
  margin: 0 20px 0 20px;
}
.product-listing-wrapper .filter-header button {
  border: none;
  background: 0 0;
  margin: 0 15px 0 15px;
  padding: 0;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 500;
  display: inline-block;
  color: #1a1a1a;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.product-listing-wrapper .filter-header button:hover {
  color: #0075DB;
}
.product-listing-wrapper .filter-header button::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("../img/icon-close-dark.svg");
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.product-listing-wrapper .selectSort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-listing-wrapper .selectSort p {
  margin-bottom: 0 !important;
  margin-top: 7px;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
}
.product-listing-wrapper .selectSort .select2-container--default .select2-selection--single {
  background-color: #FFFAF3 !important;
  border: 1px solid #D3B595 !important;
  border-radius: 0 !important;
}
.product-listing-wrapper .selectSort .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
}

.customBtnFilter {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .customBtnFilter {
    display: none;
  }
}
.customBtnFilter button {
  width: 54px !important;
  padding-right: 0 !important;
  background-color: #0075DB !important;
  color: white;
  font-size: 10px;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 0.83px;
  line-height: 1;
  padding: inherit;
  height: 21px;
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
}
.customBtnFilter button:hover, .customBtnFilter button:focus {
  background-color: #0075DB !important;
  color: white;
}

#filterProductModal .sublevel1 {
  margin-left: 20px !important;
}
#filterProductModal .sublevel2 {
  margin-left: 40px !important;
}
#filterProductModal [data-sublevel="1"] button {
  background-color: transparent;
  border: none;
  padding-top: 0;
  left: 0px;
  position: relative;
  top: -17px;
}
#filterProductModal [data-sublevel="1"] button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#filterProductModal [data-sublevel="1"] button .toggle-icon {
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  width: 20px;
  height: 17px;
}
#filterProductModal [data-sublevel="1"] button .toggle-icon::before, #filterProductModal [data-sublevel="1"] button .toggle-icon::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #0075DB;
  position: absolute;
  width: 17px;
}
#filterProductModal [data-sublevel="1"] button .toggle-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 17px;
}
#filterProductModal [data-sublevel="1"] button:hover, #filterProductModal [data-sublevel="1"] button:focus {
  color: #302519;
  text-decoration: none;
}
#filterProductModal [data-sublevel="1"].active .toggle-icon::before {
  display: none;
}
#filterProductModal .hideCategory {
  display: none;
  height: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#filterProductModal .showCategory {
  display: block;
  height: auto !important;
}
#filterProductModal .modal-dialog {
  margin: 0;
}
#filterProductModal .modal-content {
  border-radius: 0;
  background-color: #f4faff;
}
#filterProductModal .modal-header {
  border-bottom: 0;
}
#filterProductModal .close {
  opacity: 1 !important;
}
#filterProductModal .close span {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("../img/icon-close-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#filterProductModal .modal-body {
  overflow-y: scroll;
  padding: 10px 35px 40px 35px;
  height: 100vh;
}
#filterProductModal .modal-body .customTitle {
  margin-bottom: 30px;
}
#filterProductModal .modal-body .customTitle h2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 40px;
  text-transform: lowercase;
}
#filterProductModal .modal-body .customApply button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: 0 0;
  text-decoration: none;
  font-family: "Sofia Pro", sans-serif;
  font-size: 18px;
  line-height: 1.16;
  padding: 10px 22px 12px;
  font-weight: 700;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #C45417;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#filterProductModal .modal-body .customApply button:hover {
  background-color: #0075DB;
  color: #fff;
}
#filterProductModal .modal-body .customAccordionListingProducts {
  padding: 0 !important;
  height: auto;
}

.tab-content {
  border-top: none;
}

.rating {
  margin-bottom: 20px;
}

.product-certifications {
  padding: 0;
  margin: 0 -15px;
}

.product-certifications .icon-text span.icon + .text, .product-certifications .icon-text .menu .customMenuDesktop .navbar-nav .nav-item span.nav-link::after + .text, .menu .customMenuDesktop .navbar-nav .nav-item .product-certifications .icon-text span.nav-link::after + .text {
  margin-top: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-align: center;
  border-color: none !important;
}

.wrap_loading_search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(247, 245, 242, 0.6);
  z-index: 1;
}

.img-block {
  max-width: 80%;
}

#collapse2 .card-body div table {
  text-align: start !important;
}
@media (max-width: 767px) {
  #collapse2 .card-body div table {
    width: 100% !important;
  }
}
#collapse2 .card-body div table tbody {
  text-align: center;
  border: 2px solid #D9C6AA !important;
}
#collapse2 .card-body div table tbody td {
  border: 2px solid #D9C6AA !important;
  vertical-align: middle;
  padding: 4px 4px 4px 4px !important;
  max-width: 185px !important;
}
@media (max-width: 767px) {
  #collapse2 .card-body div table tbody td {
    max-width: 100px !important;
  }
}
#collapse2 .card-body div table tbody tr {
  border: 2px solid #D9C6AA !important;
  vertical-align: middle;
}
#collapse2 .card-body div table tbody tr:first-child {
  background-color: #C7A566;
}
#collapse2 .card-body div table tbody tr:first-child td {
  background-color: #C7A566 !important;
}

.block-available .available {
  font-weight: 900;
}
.block-available .list-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-available .list-available li {
  list-style: none;
  padding: 0px 5px 0px 5px;
  background-color: #f9ecd9;
  border: 1px solid #d9c6aa;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tabs-wrapper .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
}
.tabs-wrapper .nav-tabs li {
  padding: 0;
  margin: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tabs-wrapper .nav-tabs li a {
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-align: center;
  color: #1a1a1a;
  border: none;
  padding: 12px 12px 10px;
  padding-top: 12px !important;
  border-bottom: 2px solid #eaeaeb;
  font-weight: 400;
}
.tabs-wrapper .nav-tabs li a.active {
  border-radius: 15px 15px 0 0;
  border: 2px solid #eaeaeb;
  border-bottom: none;
  background-color: transparent;
  font-weight: 400;
}
.tabs-wrapper .tab-content {
  border: 2px solid #eaeaeb;
  border-top: none;
  border-radius: 0 0 15px 15px;
}
.tabs-wrapper .tab-content .tab-pane {
  padding: 20px;
}
.tabs-wrapper .tab-content .tab-pane .shop-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .tabs-wrapper .tab-content .tab-pane .shop-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .tabs-wrapper .tab-content .tab-pane .shop-buttons a {
    margin-bottom: 5px;
    width: 100%;
  }
}

.btn-in-store {
  padding: 13px 21px 13px 60px;
  text-transform: lowercase;
  color: #fff;
  position: relative;
  background-color: #0075DB;
  border-color: #0075DB;
  font-family: "Sofia Pro", sans-serif;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
}
.btn-in-store:hover {
  background-color: #C45417;
  color: white;
}
.btn-in-store::before {
  background-image: url("../img/icon-location-white.svg");
  content: "";
  width: 52px;
  border-right: 1px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  height: 80%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

.btn-amazon-gold {
  padding: 13px 21px 13px 60px;
  text-transform: lowercase;
  color: #fff;
  position: relative;
  background-color: #C45417;
  border-color: #C45417;
  font-family: "Sofia Pro", sans-serif;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
}
.btn-amazon-gold:hover {
  background-color: #0075DB;
  color: white;
}
.btn-amazon-gold::before {
  background-image: url("../img/icon-amazon-white.svg");
  content: "";
  width: 52px;
  border-right: 1px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  height: 80%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

.secction-pdp-text-img h1, .secction-pdp-text-img h2 {
  font-size: 60px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 900;
  color: #003768;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .secction-pdp-text-img h1, .secction-pdp-text-img h2 {
    font-size: 24px;
  }
}
.secction-pdp-text-img h1 span, .secction-pdp-text-img h2 span {
  color: #0075DB;
}
.secction-pdp-text-img h1 sup, .secction-pdp-text-img h2 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.secction-pdp-text-img h3 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 900;
  color: #003768;
  text-transform: lowercase;
}
.secction-pdp-text-img h3 span {
  color: #0075DB;
}
.secction-pdp-text-img h3 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.secction-pdp-text-img h3 .content-icon img {
  max-width: 60px !important;
}
.secction-pdp-text-img .content-icon {
  padding: 0px;
}
.secction-pdp-text-img .content-icon img {
  max-width: 60px !important;
}
.secction-pdp-text-img .content-icon p {
  font-size: 14px;
  color: #003768;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-family: "Sofia Pro";
}

#papaya-enzyme-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url("../img/papaya_waves_background.jpg");
}
@media screen and (min-width: 768px) {
  #papaya-enzyme-banner {
    padding-top: 0;
  }
}
@media (min-width: 991px) {
  #papaya-enzyme-banner .content-row {
    height: 500px;
  }
}
#papaya-enzyme-banner .bgdesktoppapaya {
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  left: 0;
}
#papaya-enzyme-banner .textPapaya {
  padding: 15px;
}
@media (min-width: 768px) {
  #papaya-enzyme-banner .textPapaya {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  #papaya-enzyme-banner .textPapaya .editor-content {
    padding-right: 10%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  #papaya-enzyme-banner h2 {
    padding-top: 20px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
  }
}
#papaya-enzyme-banner .headline {
  font-size: 14px;
  line-height: 30px;
  color: #003768;
  font-weight: 700;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #papaya-enzyme-banner .headline {
    font-size: 18px;
  }
}
#papaya-enzyme-banner p {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  #papaya-enzyme-banner p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.secction-papaya-supplement {
  padding-top: 40px;
}
.secction-papaya-supplement .wrapper-content .wrapper-text {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.secction-papaya-supplement .wrapper-content .wrapper-text .content {
  margin: 55px auto;
  max-width: 570px;
}
@media screen and (max-width: 768px) {
  .secction-papaya-supplement .wrapper-content .wrapper-text .content {
    margin: auto !important;
  }
}
.secction-papaya-supplement .wrapper-content .wrapper-text .h1 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 900;
  color: #003768;
}
@media screen and (max-width: 768px) {
  .secction-papaya-supplement .wrapper-content .wrapper-text .h1 {
    font-size: 24px;
  }
}
.secction-papaya-supplement .wrapper-content .wrapper-text .h1 sup {
  font-size: 20px;
  vertical-align: baseline;
  left: -12px;
}
.secction-papaya-supplement .wrapper-content .wrapper-text .color-blue {
  color: #003768;
  font-weight: 700;
  font-family: "Sofia Pro Bold";
}
.secction-papaya-supplement .wrapper-content .wrapper-text ul li {
  margin-bottom: 20px;
}
.secction-papaya-supplement .wrapper-content .wrapper-img {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .secction-papaya-supplement .wrapper-content .wrapper-img {
    padding: 30px 30px 0px 30px;
  }
}
.secction-papaya-supplement .wrapper-content .wrapper-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.secction-papaya-excellence {
  margin-top: -70px;
}
.secction-papaya-excellence .wrapper-content .wrapper-text {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .secction-papaya-excellence .wrapper-content .wrapper-text {
    padding: 0px 30px 30px 30px;
  }
}
.secction-papaya-excellence .wrapper-content .wrapper-text .content {
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .secction-papaya-excellence .wrapper-content .wrapper-text .content {
    padding: 15px 15px;
  }
}
.secction-papaya-excellence .wrapper-content .wrapper-text .h1 {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 900;
  color: #003768;
}
@media screen and (max-width: 768px) {
  .secction-papaya-excellence .wrapper-content .wrapper-text .h1 {
    font-size: 24px;
  }
}
.secction-papaya-excellence .wrapper-content .wrapper-text .h1 sup {
  font-size: 20px;
  vertical-align: baseline;
  left: -12px;
}
.secction-papaya-excellence .wrapper-content .wrapper-text .color-blue {
  color: #003768;
  font-weight: 700;
  font-family: "Sofia Pro Bold";
}
.secction-papaya-excellence .wrapper-content .wrapper-text ul li {
  margin-bottom: 20px;
}
.secction-papaya-excellence .wrapper-content .wrapper-img {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .secction-papaya-excellence .wrapper-content .wrapper-img {
    padding: 30px 30px 0px 30px;
  }
}
.secction-papaya-excellence .wrapper-content .wrapper-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secction-papaya-excellence .wrapper-icon img {
  padding-bottom: 5px;
  width: 100%;
  max-width: 61px;
  height: auto;
}

.detail-article {
  padding-top: 40px;
}
.detail-article .customTitle h1, .detail-article .customTitle h2, .detail-article .customTitle h3, .detail-article .customTitle h4, .detail-article .customTitle h5, .detail-article .customTitle h6 {
  font-size: 25px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #302519;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .detail-article .customTitle h1, .detail-article .customTitle h2, .detail-article .customTitle h3, .detail-article .customTitle h4, .detail-article .customTitle h5, .detail-article .customTitle h6 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.detail-article .post-meta {
  margin-bottom: 30px;
  margin-top: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-article .post-meta span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  padding-right: 10px;
}
.detail-article .post-meta span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  background-position: center;
  background-size: cover;
  left: -20px;
  top: 0;
}
.detail-article .post-meta .reading-time::before {
  background: url("../img/icon-read-time.svg");
}
.detail-article .post-meta .date::before {
  background: url("../img/icon-calendar.svg");
}
.detail-article .post-meta .updated::before {
  background: url("../img/icon-updated.svg");
}
.detail-article .contentDetail, .detail-article .bottomContentDetail {
  padding-top: 40px;
}
.detail-article .contentDetail h1, .detail-article .contentDetail h2, .detail-article .contentDetail h3, .detail-article .contentDetail h4, .detail-article .contentDetail h5, .detail-article .contentDetail h6, .detail-article .bottomContentDetail h1, .detail-article .bottomContentDetail h2, .detail-article .bottomContentDetail h3, .detail-article .bottomContentDetail h4, .detail-article .bottomContentDetail h5, .detail-article .bottomContentDetail h6 {
  text-transform: uppercase;
  color: #302519;
}
.detail-article .contentDetail img, .detail-article .bottomContentDetail img {
  max-width: 100%;
  height: auto;
}
.detail-article .contentDetail a, .detail-article .bottomContentDetail a {
  color: #936F2C;
  text-decoration: underline;
}
.detail-article .contentDetail a:hover, .detail-article .contentDetail a:focus, .detail-article .bottomContentDetail a:hover, .detail-article .bottomContentDetail a:focus {
  color: #936F2C;
  text-decoration: none;
}
.detail-article .contentDetail ul li, .detail-article .contentDetail ol li, .detail-article .bottomContentDetail ul li, .detail-article .bottomContentDetail ol li {
  margin-bottom: 20px;
}
.detail-article .contentDetail table tr td, .detail-article .bottomContentDetail table tr td {
  border: 1px solid #ECD7B8;
  padding: 17px;
  color: #302519;
}
.detail-article .contentDetail table tr:nth-child(odd), .detail-article .bottomContentDetail table tr:nth-child(odd) {
  background-color: white;
}
.detail-article .contentDetail table tr:nth-child(even), .detail-article .bottomContentDetail table tr:nth-child(even) {
  background-color: #FFFAF3;
}
.detail-article .contentDetail .blog-include, .detail-article .bottomContentDetail .blog-include {
  max-width: 340px;
  padding: 25px;
  margin: 0 30px 30px;
  border: 1px solid #D3B595;
}
.detail-article .contentDetail .blog-include.left, .detail-article .bottomContentDetail .blog-include.left {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .detail-article .contentDetail .blog-include.left, .detail-article .bottomContentDetail .blog-include.left {
    margin-right: 0 !important;
    max-width: unset;
  }
}
.detail-article .contentDetail .blog-include.right, .detail-article .bottomContentDetail .blog-include.right {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .detail-article .contentDetail .blog-include.right, .detail-article .bottomContentDetail .blog-include.right {
    margin-left: 0 !important;
    max-width: unset;
    float: none !important;
    text-align: center;
  }
}
.detail-article .contentDetail .blog-include.background, .detail-article .bottomContentDetail .blog-include.background {
  background-color: #F9ECD9;
  border-color: #F9ECD9;
}
.detail-article .contentDetail .blog-include ul li, .detail-article .bottomContentDetail .blog-include ul li {
  margin-bottom: 20px;
}
.detail-article .bottomContentDetail {
  padding-top: 0 !important;
}
.detail-article .productUsed > div {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.detail-article .productUsed > div > div {
  padding-right: 0 !important;
  padding-left: 0 !important;
  -webkit-box-flex: 100% !important;
      -ms-flex: 100% !important;
          flex: 100% !important;
  max-width: 100% !important;
}

.pager__items {
  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;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  .pager__items {
    margin-top: 3rem;
  }
}
.pager__items .pager__item a {
  text-decoration: none;
  background-color: transparent;
  color: #0075DB;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  border-radius: 0;
  z-index: 2;
  position: relative;
  padding: 0.5rem 0.75rem;
  font-size: 18px;
  font-weight: 700;
}
.pager__items .is-active a {
  z-index: 3;
  color: #C45417 !important;
  -webkit-box-shadow: 0px 14px 0px -13px #C45417;
          box-shadow: 0px 14px 0px -13px #C45417;
}
.pager__items .pager__item--next a {
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  padding: 0.5rem 0.75rem;
  height: 100%;
  background-image: url("../img/chevron-right-solid.svg");
}
.pager__items .pager__item--next a span {
  display: none;
}
.pager__items .pager__item--previous a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 0.5rem 0.75rem;
  height: 100%;
  background-image: url("../img/chevron-left-solid.svg");
}
.pager__items .pager__item--previous a span {
  display: none;
}
.pager__items .pager__item--first,
.pager__items .pager__item--last {
  display: none;
}

.productUsed > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productUsed > div > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.banner-submenu {
  padding-bottom: 25px;
  padding-top: 25px;
}
.banner-submenu .nav {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 991px) {
  .banner-submenu .nav {
    margin: 0 -36px -20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner-submenu .nav .nav-link {
  text-decoration: none;
  line-height: 1.28;
  font-size: 18px;
  text-transform: lowercase;
  color: #C45417;
  letter-spacing: 1.17px;
  font-weight: 900;
  font-family: "Sofia Pro Bold";
  padding: 3px 36px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-submenu .nav .nav-link {
    margin-bottom: 20px;
  }
}
.banner-submenu .nav .nav-link::before {
  content: "";
  display: block;
  height: 1px;
  background: transparent;
  position: absolute;
  width: calc(100% - 72px);
  bottom: 0;
  left: 36px;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.banner-submenu .nav .nav-link.active::before {
  background: #C45417;
}
.banner-submenu .nav .nav-link:hover::before, .banner-submenu .nav .nav-link:focus::before {
  background: #C45417;
}

.content-where-buy {
  padding-bottom: 80px;
  padding-top: 80px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .content-where-buy {
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
.content-where-buy .header-content {
  margin-bottom: 50px;
}
.content-where-buy .header-content h1 {
  font-size: 60px;
  line-height: 1.3;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .content-where-buy .header-content h1 {
    font-size: 35px;
  }
}
.content-where-buy .header-content h1 span {
  color: #0075DB;
}
.content-where-buy .header-content p {
  font-size: 24px;
  line-height: 1.39;
  color: #003768;
}
.content-where-buy table tr {
  background-color: transparent;
}
.content-where-buy table tr td {
  border: 1px solid #eaeaec;
  padding: 17px;
  color: #302519;
}
.content-where-buy table img {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-find-store {
  background-color: #fef6e8;
}

.customBasicPages {
  background-color: #FFF6E8;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .customBasicPages {
    padding-top: 40px;
  }
}
.customBasicPages a {
  color: #936F2C;
  text-decoration: underline;
}
.customBasicPages a:hover, .customBasicPages a:focus {
  color: #936F2C;
  text-decoration: none;
}
.customBasicPages ul, .customBasicPages ol {
  margin-bottom: 20px;
}
.customBasicPages ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.customBasicPages ul li {
  padding-left: 21px;
  margin-bottom: 20px;
}
.customBasicPages ul li::before {
  content: "\f111";
  margin-left: -20px;
  vertical-align: middle;
  font-size: 10px;
  color: #C7A566;
  position: relative;
  padding-right: 12px;
  top: -1px;
}
.customBasicPages table tr:nth-child(odd) {
  background-color: white;
}
.customBasicPages table tr:nth-child(even) {
  background-color: #FFFAF3;
}
.customBasicPages table tr td {
  border: 1px solid #ECD7B8;
  padding: 17px;
  color: #302519;
}
.customBasicPages label[for=chkdoNotSellMyInfo] {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 4px;
  display: block;
  color: #302519;
}
.customBasicPages #chkdoNotSellMyInfo {
  display: inline-block;
  min-width: 21px;
  min-height: 21px;
  margin: 4px 0 0;
}
.customBasicPages .button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.16;
  padding: 10px 22px;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #302519;
  color: white;
}
.customBasicPages .button:hover, .customBasicPages .button:focus {
  color: white;
  background-color: #645748;
}

.content-worldwide {
  background-color: #FFF6E8;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.content-worldwide a {
  color: #936F2C;
  text-decoration: underline;
}
.content-worldwide a:hover, .content-worldwide a:focus {
  color: #936F2C;
  text-decoration: none;
}

.table-privacy-policy {
  background-color: transparent !important;
}
.table-privacy-policy tbody {
  background-color: transparent !important;
}
.table-privacy-policy tbody tr {
  background-color: transparent !important;
}
.table-privacy-policy tbody tr td {
  background-color: transparent !important;
  border: 1px solid black !important;
  padding: 10px !important;
}
.table-privacy-policy td {
  padding: 10px !important;
}

.header-diagonismos p {
  color: #302011;
}
.header-diagonismos a {
  color: #302011;
  text-decoration: underline;
}
.header-diagonismos a:hover {
  text-decoration: none;
}
.header-diagonismos ul {
  list-style: decimal;
}
.header-diagonismos ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #302011;
  padding-bottom: 20px;
}
.header-diagonismos ul li a {
  color: #302011;
  text-decoration: underline;
}
.header-diagonismos ul li a:hover {
  text-decoration: none;
}

.hero-page-awards h1 {
  font-size: 60px;
  line-height: 1.3;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .hero-page-awards h1 {
    font-size: 35px;
  }
}
.hero-page-awards h1 span {
  color: #0075DB;
}

.teaser-awards h3 {
  font-size: 30px;
  line-height: 1.25;
  text-transform: lowercase;
}
.teaser-awards .award-product .product-name {
  padding-right: 15px;
  border-right: 1px solid #003768;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #0075DB;
  line-height: 24px;
}
.teaser-awards .award-product .award-category {
  font-weight: 900;
  color: #0075DB;
  line-height: 24px;
  font-size: 14px;
  padding-left: 15px;
  display: inline-block;
}
.teaser-awards .content {
  border-bottom: 1px solid #e9eaea;
  padding-bottom: 3rem;
}

.customAccordionFaq .accordion:active, .customAccordionFaq .accordion:hover, .customAccordionFaq .accordion:focus {
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customAccordionFaq .card {
  border-top: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  border-left: none;
  border-right: none;
  margin: 0 !important;
  padding: 25px 0;
}
.customAccordionFaq .card:active, .customAccordionFaq .card:hover, .customAccordionFaq .card:focus {
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customAccordionFaq .card .card-header {
  background-color: white;
  border: none;
  padding: 0;
}
.customAccordionFaq .card .card-header:active, .customAccordionFaq .card .card-header:hover, .customAccordionFaq .card .card-header:focus {
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customAccordionFaq .card .card-header button {
  display: block;
  text-decoration: none;
  padding: 18px 55px 18px 23px;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  color: #003768;
  margin-bottom: 0;
}
.customAccordionFaq .card .card-header button:active, .customAccordionFaq .card .card-header button:hover, .customAccordionFaq .card .card-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.customAccordionFaq .card .card-header button .sub-arrow {
  position: absolute;
  right: 23px;
  top: 50%;
  line-height: 55px;
  font-size: 20px;
  max-height: 1px;
}
.customAccordionFaq .card .card-header button .sub-arrow::before {
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #0075DB;
  position: relative;
  border-radius: 10px;
  top: -33px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  right: -19px;
  width: 16px;
}
.customAccordionFaq .card .card-header button .sub-arrow::after {
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #0075DB;
  position: relative;
  border-radius: 10px;
  width: 16px;
  top: -33px;
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.customAccordionFaq .card .card-header button[aria-expanded=true] .sub-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.customAccordionFaq .card .card-header button[aria-expanded=true] .sub-arrow::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.customAccordionFaq .card .card-body {
  padding: 0rem 1.25rem;
}

.hero-page-contact-us {
  border-bottom: 2px solid #ebebeb;
}
.hero-page-contact-us h1 {
  font-size: 60px;
  line-height: 1.3;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .hero-page-contact-us h1 {
    font-size: 35px;
  }
}
.hero-page-contact-us h1 span {
  color: #0075DB;
}
.hero-page-contact-us p {
  font-size: 18px;
}
.hero-page-contact-us a {
  color: #0075DB;
}
.hero-page-contact-us a:hover {
  color: #0075DB;
}
.hero-page-contact-us .teaser-contact {
  margin-left: 20px;
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 29px;
  padding-left: 41px;
}
@media screen and (max-width: 767px) {
  .hero-page-contact-us .teaser-contact {
    margin-left: 0px;
  }
}
.hero-page-contact-us .teaser-contact .content {
  padding-bottom: 3rem;
}
.hero-page-contact-us .teaser-contact .content h4 {
  font-size: 24px;
  line-height: 1.39;
  text-transform: lowercase;
}
.hero-page-contact-us .teaser-contact .content p {
  margin-bottom: 0px;
}
.hero-page-contact-us .teaser-contact .content .phone-number {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
.hero-page-contact-us .teaser-contact .content .phone-number i {
  color: #006FD1;
  margin-right: 16px;
}
.hero-page-contact-us .teaser-contact .content .phone-number a {
  color: #006FD1;
}

.content-page-contact-us .editor-content h4 {
  font-size: 24px;
  line-height: 1.39;
  text-transform: lowercase;
}
.content-page-contact-us .editor-content .phone-number {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
.content-page-contact-us .editor-content .phone-number i {
  color: #006FD1;
  margin-right: 16px;
}
.content-page-contact-us .editor-content .phone-number a {
  color: #006FD1;
}

.teaser-find-store {
  border-bottom: 1px solid #eaeaeb;
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
}
.teaser-find-store strong {
  color: #003768;
  font-family: "Sofia Pro Bold";
  font-size: 24px;
  font-weight: 900;
  text-transform: lowercase;
}
.teaser-find-store span {
  width: 100%;
  display: block;
}
.teaser-find-store .wrapper-direction p {
  margin-bottom: 0px;
}
.teaser-find-store .wrapper-direction a {
  color: #0075DB;
}

.basic_pages .editor-content h1 {
  font-size: 60px;
  line-height: 1.3;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .basic_pages .editor-content h1 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}
.basic_pages .editor-content h2 {
  font-size: 40px;
  margin-bottom: 12px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .basic_pages .editor-content h2 {
    font-size: 24px;
  }
}
.basic_pages .editor-content h3 {
  font-size: 30px;
  line-height: 1.25;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .basic_pages .editor-content h3 {
    font-size: 22px;
    line-height: 1.38;
    margin-bottom: 14px;
  }
}
.basic_pages .editor-content ul li {
  margin-bottom: 20px;
}
.basic_pages .editor-content a {
  color: #0075DB;
  text-decoration: none;
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}
.basic_pages .editor-content a:hover {
  color: #0075DB;
}

.customForm .ln_c_contactus_form_file_upload .form-managed-file .form-file {
  position: relative !important;
}

.headerEngage {
  background-color: #f9ecd9;
}

.dsu-engage-form {
  width: 100%;
  margin: 0 auto;
}

.formEngage {
  background-color: #f9ecd9;
  color: white;
}
.formEngage .content {
  background-color: #9a9b82;
  padding: 20px 30px;
  font-family: "GothamSSm";
  font-weight: normal;
  font-style: normal;
}
.formEngage .content .js-form-type-textarea {
  margin-top: 20px;
}
.formEngage .content p {
  display: none;
  color: white;
}
.formEngage .content p a {
  text-decoration: underline;
  color: #fff;
}
.formEngage .content p a:hover {
  text-decoration: none;
}
.formEngage .content a {
  text-decoration: underline;
  color: #fff;
}
.formEngage .content a:hover {
  text-decoration: none;
}
.formEngage .content #edit-product summary {
  font-weight: 900;
}
.formEngage .content #edit-contact summary {
  font-weight: 900;
}
.formEngage .content #edit-attachment summary {
  font-weight: 900;
}
.formEngage .dsu-engage-form *, .formEngage *:before, .formEngage *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formEngage .tooltip img {
  max-height: 200px;
  max-width: 100%;
  padding: 5px;
}
.formEngage .tooltip .tooltip-inner {
  max-width: 100%;
}
.formEngage .tooltip .tooltip-text {
  padding: 0;
  color: #fff;
  text-align: center;
}
.formEngage .tooltip-block {
  max-width: 125px;
}
.formEngage .js-form-item-phone-prefix select {
  height: 39px;
}
.formEngage #phone .js-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.formEngage #phone .js-form-item input {
  width: 95%;
}
.formEngage input[type=text],
.formEngage input[type=date],
.formEngage input[type=datetime],
.formEngage input[type=email],
.formEngage input[type=number],
.formEngage input[type=search],
.formEngage input[type=time],
.formEngage input[type=url],
.formEngage input[type=password],
.formEngage textarea,
.formEngage select {
  background: white !important;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  margin: 0;
  outline: 0;
  padding: 7px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #e8eeef;
  color: #8a97a0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 10px;
  font-family: "GothamSSm";
  font-weight: normal;
  font-style: normal;
}
.formEngage input[type=submit] {
  font-family: "GothamSSm";
  font-weight: normal;
  font-style: normal;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  margin: 0;
  outline: 0;
  padding: 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #e8eeef;
  color: #8a97a0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 15px;
  background: #312519 !important;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 10px !important;
}
.formEngage input[type=text]:focus,
.formEngage input[type=date]:focus,
.formEngage input[type=datetime]:focus,
.formEngage input[type=email]:focus,
.formEngage input[type=number]:focus,
.formEngage input[type=search]:focus,
.formEngage input[type=time]:focus,
.formEngage input[type=url]:focus,
.formEngage textarea:focus,
.formEngage select:focus {
  background: #d2d9dd;
}
.formEngage .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.formEngage div#edit-request-type {
  display: none;
}
.formEngage .questionbuttons {
  background-color: #e8eeef;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-repeat: repeat-x;
  color: #333333 !important;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none !important;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.formEngage .questionbuttons.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #333333;
  background-color: #bebebe;
  border-color: #bebebe;
  outline: 0;
  background-image: none;
}
.formEngage .questionbuttons:hover {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
  text-decoration: none;
}
.formEngage .quetsionbuttons:active:hover {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.formEngage .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.formEngage .questionbuttons.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #333333;
  background-color: #bebebe;
  border-color: #bebebe;
  outline: 0;
  background-image: none;
}
.formEngage .questionbuttons:hover {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
  text-decoration: none;
}
.formEngage .quetsionbuttons:active:hover {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.formEngage .glyphicon-question-sign:before {
  content: " ?";
  color: #fff;
  background: black;
  padding: 1px 5px;
  border-radius: 10px;
  font-weight: 900;
}
.formEngage .glyphicon-info-sign:before {
  content: "\e086";
}
.formEngage .form-control-feedback {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.formEngage .hide {
  display: none !important;
}
.formEngage .form-item-customer-consent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.formEngage .form-item-customer-consent input[type=checkbox] {
  margin-right: 5px;
  margin-top: 5px;
}
.formEngage #states {
  display: none;
}
.formEngage #edit-files--label {
  display: none;
}
.formEngage .js-form-item-barcode {
  display: none !important;
}
.formEngage #edit-files--description {
  font-size: small;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 15px;
  font-style: italic;
}
.formEngage .content p {
  font-size: 18px;
}

#sl-map {
  width: 100%;
  height: 80vh !important;
  border-radius: 8px;
  border: 1px solid #ddd;
}

#sl-stores-list {
  height: auto !important;
  overflow: hidden;
}
@media (min-width: 991px) {
  #sl-stores-list {
    max-height: 750px !important;
  }
  #sl-stores-list .list {
    height: 80vh !important;
    max-height: 750px !important;
  }
}
#sl-stores-list .list {
  overflow-y: scroll;
  padding-left: 0px;
  max-height: 350px;
}
#sl-stores-list .list li::before {
  content: none;
}

.form-find-store h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1.4;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .form-find-store h2 {
    font-size: 24px;
  }
}
.form-find-store #wpsl-search-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-find-store #wpsl-search-wrap form .wpsl-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .form-find-store #wpsl-search-wrap form .wpsl-input {
    display: inline-block;
  }
}
.form-find-store #wpsl-search-wrap form .wpsl-input label {
  min-width: 160px;
  text-align: start;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .form-find-store #wpsl-search-wrap form .wpsl-input label {
    margin-bottom: 8px;
  }
}
.form-find-store #wpsl-search-wrap form .wpsl-input input {
  padding: 7px 12px;
  font-size: 100%;
  margin: 0;
  color: #1a1a1a;
  font-family: "Sofia Pro";
  border: 1px solid #d2d2d2;
  border-radius: 25px;
  height: 42px;
  margin-right: -45px;
  margin-bottom: 0;
}
.form-find-store #wpsl-search-wrap form .wpsl-input input.error {
  border: 1px solid red !important;
  outline: 0;
}
.form-find-store #wpsl-search-wrap form .wpsl-search-btn-wrap input {
  position: relative;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none;
  background: 0 0;
  text-decoration: none;
  font-family: "Sofia Pro";
  font-size: 18px;
  line-height: 1.16;
  padding: 10px 22px 10px 22px;
  font-weight: 700;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #C45417;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .form-find-store #wpsl-search-wrap form .wpsl-search-btn-wrap {
    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: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

p {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Sofia Pro";
}
@media screen and (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: 1.6;
  }
}
p strong {
  font-family: "Sofia Pro Bold";
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  text-transform: uppercase;
  color: #003768;
  font-weight: 900;
  font-family: "Sofia Pro Bold";
}

h1, .h1 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-family: "Sofia Pro Bold";
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}

h2, .h2 {
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Sofia Pro Bold";
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}

h3, .h3 {
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 14px;
  font-family: "Sofia Pro Bold";
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 1.25;
  }
}

h4, .h4 {
  font-size: 16px;
  line-height: 1.5625;
  margin-bottom: 8px;
  font-family: "Sofia Pro Bold";
}
@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 25px;
    line-height: 1.39;
  }
}

h5, .h5, .learn-solgar-experts .itemSuggestArticle p {
  font-size: 14px;
  line-height: 1.78;
  margin-bottom: 4px;
  font-family: "Sofia Pro Bold";
}
@media screen and (min-width: 992px) {
  h5, .h5, .learn-solgar-experts .itemSuggestArticle p {
    font-size: 16px;
    line-height: 1.5625;
  }
}

h6, .h6 {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 7px;
  font-weight: 500;
  letter-spacing: 1.17px;
  font-family: "Sofia Pro Bold";
}
@media screen and (min-width: 992px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 1.29;
  }
}

.container-fluid:not(.no-max) {
  max-width: 1400px;
}
@media screen and (min-width: 992px) {
  .container-fluid:not(.no-max) {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid:not(.no-max) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fixed-bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fixed-bg-img.blur {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

.customPageError {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .customPageError h1, .customPageError h2, .customPageError h3, .customPageError h4, .customPageError h5, .customPageError h6 {
    font-size: 25px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
}
.customPageError a {
  color: #936F2C;
  text-decoration: underline;
}
.customPageError a:hover, .customPageError a:focus {
  color: #936F2C;
  text-decoration: none;
}

.custom-breadcrumb .breadcrumb {
  font-size: 12px;
  margin-bottom: 20px;
  background-color: transparent;
  padding-left: 0;
  padding-bottom: 0;
}
.custom-breadcrumb .breadcrumb a {
  color: #302519;
  text-decoration: none;
  text-transform: uppercase;
}
.custom-breadcrumb .breadcrumb a:hover, .custom-breadcrumb .breadcrumb a:focus {
  color: #302519;
  text-decoration: none;
}
.custom-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #D3B595;
}
.custom-breadcrumb .breadcrumb .breadcrumb-item:last-child::after {
  float: right;
  padding-left: 0.5rem;
  content: "/";
  color: #D3B595;
}

#block-solgar-local-tasks ul {
  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;
  font-size: 14px;
  padding-top: 1rem;
}
#block-solgar-local-tasks ul li {
  list-style: none;
  padding: 0 10px;
}
#block-solgar-local-tasks ul li a {
  color: #000;
  text-decoration: underline;
}
#block-solgar-local-tasks ul li a::after {
  content: attr(data-drupal-link-system-path);
  margin-left: 5px;
}

.customNewsletter .form-check {
  padding-left: 0;
  margin-bottom: 1rem;
}
.customNewsletter input[type=email] {
  border: 1px solid #ECD7B8;
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 7px 13px;
  line-height: 21px;
  font-size: 16px;
  border-radius: 0px;
  color: #302519;
}
.customNewsletter input[type=email]::-webkit-input-placeholder {
  font-size: 12px;
}
.customNewsletter input[type=email]::-moz-placeholder {
  font-size: 12px;
}
.customNewsletter input[type=email]:-ms-input-placeholder {
  font-size: 12px;
}
.customNewsletter input[type=email]::-ms-input-placeholder {
  font-size: 12px;
}
.customNewsletter input[type=email]::placeholder {
  font-size: 12px;
}
.customNewsletter .custom-checkbox .custom-control-label {
  color: #302519;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .customNewsletter .custom-checkbox .custom-control-label {
    text-align: left;
  }
}
.customNewsletter .custom-checkbox .custom-control-label a {
  color: #936F2C;
  text-decoration: underline;
}
.customNewsletter .custom-checkbox .custom-control-label a:hover, .customNewsletter .custom-checkbox .custom-control-label a:focus {
  color: #936F2C;
  text-decoration: none;
}
.customNewsletter .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: 1px solid #ECD7B8;
}
.customNewsletter .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/icon-check-dark.svg") !important;
}
.customNewsletter .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
}
.customNewsletter .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.customNewsletter .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: white;
}
.customNewsletter button {
  background-color: #302519;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  font-size: 12px;
  line-height: 1.16;
  border: none;
  outline: none;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 100%;
  padding: 10px;
  width: 100%;
}
.customNewsletter button:hover, .customNewsletter button:focus {
  background-color: #D3B595;
}

.customProductUsed {
  border: 1px solid #ECD7B8;
  padding: 40px;
}
.customProductUsed h1, .customProductUsed h2, .customProductUsed h3, .customProductUsed h4, .customProductUsed h5, .customProductUsed h6 {
  text-align: center;
  font-size: 18px;
  line-height: 1.38;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .customProductUsed h1, .customProductUsed h2, .customProductUsed h3, .customProductUsed h4, .customProductUsed h5, .customProductUsed h6 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.customProductUsed a {
  color: inherit;
  text-decoration: none;
}
.customProductUsed a:hover, .customProductUsed a:focus {
  color: inherit;
  text-decoration: none;
}
.customProductUsed .image-wrapper {
  margin-bottom: 17px;
}
.customProductUsed p {
  line-height: 1.6;
  text-align: center;
}
.customProductUsed .prim-cat {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #936F2C;
}
.customProductUsed .prim-cat * {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #936F2C;
}
.customProductUsed .product-name {
  font-size: 14px;
  margin-bottom: 0;
}
.customProductUsed .product-name * {
  font-size: 14px;
  margin-bottom: 0;
}
.customProductUsed .customRating {
  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;
}
@media screen and (max-width: 991px) {
  .customProductUsed .customRating > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.customProductUsed .customRating i {
  color: #C7A566;
}
.customProductUsed .customRating p {
  margin-bottom: 0;
  font-size: 12px;
  padding-left: 5px;
  color: #302519;
}
.customProductUsed .rating {
  position: relative;
  z-index: 1;
}
.customProductUsed .rating .inline-rating {
  text-align: center;
}
.customProductUsed .rating .bv_text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding-left: 5px !important;
  color: #302519 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.customProductUsed .rating [data-bv-show=inline_rating] .bv_main_container {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customProductUsed .rating [data-bv-show=inline_rating] .bv_main_container .bv_stars_button_container {
  overflow: hidden !important;
}
.customProductUsed .rating [data-bv-show=inline_rating] .bv_main_container .bv_stars_svg_no_wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  white-space: nowrap !important;
}
.customProductUsed .rating svg {
  padding-right: 1px !important;
  max-height: 14px !important;
  max-width: 17px !important;
  width: 20px !important;
  height: 20px !important;
}
.customProductUsed .rating svg path {
  stroke: #C7A566;
}

.customShareSocialMedia {
  padding-top: 40px;
  padding-bottom: 40px;
}
.customShareSocialMedia p {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 12px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.customShareSocialMedia .customButtons {
  padding-left: 0;
  display: inline-block;
}
.customShareSocialMedia .customButtons a {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.customShareSocialMedia .customButtons a:hover span, .customShareSocialMedia .customButtons a:focus span {
  opacity: 0.7;
}
.customShareSocialMedia .customButtons a span {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 24px;
  line-height: 24px;
  height: 24px;
  background-size: 24px;
  margin-top: 5px !important;
  border-radius: 0px !important;
  display: inline-block;
}
.customShareSocialMedia .customButtons .fb span {
  background-color: rgb(24, 119, 242);
}
.customShareSocialMedia .customButtons .pt span {
  background-color: rgb(189, 8, 28);
}
.customShareSocialMedia .customButtons .tw span {
  background-color: rgb(29, 155, 240);
}
.customShareSocialMedia .customButtons .ink span {
  background-color: rgb(0, 123, 181);
}
.customShareSocialMedia .customButtons .em span {
  background-color: rgb(1, 102, 255);
}

.customListSimilarsContent {
  background-color: #fef6e8;
}
.customListSimilarsContent .category-sidebar-content {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .customListSimilarsContent .category-sidebar-content {
    padding-bottom: 55px;
    padding-left: 0 !important;
    border-right: 1px solid #d3b595;
    margin-right: -1px;
  }
}
.customListSimilarsContent .category-sidebar-content .accordionCategory {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .customListSimilarsContent .category-sidebar-content .accordionCategory {
    display: none;
  }
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card {
  border: 1px solid #D9C6AA;
  border-radius: 0;
  background-color: transparent;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card:last-child {
  border-top: 0;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom: none;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header button {
  padding: 18px 55px 18px 23px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.17px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #302519;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header button.collapsed .toggle::before {
  content: "";
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header button .toggle {
  position: absolute;
  right: 23px;
  top: 25px;
  line-height: 55px;
  font-size: 20px;
  max-height: 1px;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header button .toggle::before, .customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header button .toggle::after {
  width: 19px;
  height: 1px;
  background-color: #302519;
  display: block;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header button .toggle::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: -1px;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header button .toggle::after {
  content: "";
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-body {
  padding: 25px;
  padding-top: 15px;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-body .sidebar-items {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-body .sidebar-items li:not(:last-child) {
  margin-bottom: 20px;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-body .sidebar-items li a {
  color: #936F2C;
  text-decoration: none;
}
.customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-body .sidebar-items li a:hover, .customListSimilarsContent .category-sidebar-content .accordionCategory .card .card-body .sidebar-items li a:focus {
  color: #936F2C;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .customListSimilarsContent .category-sidebar-content #sidebar {
    display: none;
  }
}
.customListSimilarsContent .category-sidebar-content .categories {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (min-width: 992px) {
  .customListSimilarsContent .category-sidebar-content .categories {
    padding-left: 35px;
  }
}
.customListSimilarsContent .category-sidebar-content .categories h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .customListSimilarsContent .category-sidebar-content .categories h3 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.customListSimilarsContent .category-sidebar-content .categories .sidebar-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.customListSimilarsContent .category-sidebar-content .categories .sidebar-items .category {
  margin-bottom: 10px;
  line-height: 1;
}
.customListSimilarsContent .category-sidebar-content .categories .sidebar-items .category a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #302519;
}
.customListSimilarsContent .category-sidebar-content .categories .sidebar-items .category a:hover, .customListSimilarsContent .category-sidebar-content .categories .sidebar-items .category a:focus {
  color: #302519;
  text-decoration: none;
}
.customListSimilarsContent .category-sidebar-content .sidebar-form-wrapper {
  background-color: #F9ECD9;
  position: relative;
  z-index: 1;
  padding: 55px 20px 55px 35px;
}
.customListSimilarsContent .category-sidebar-content .sidebar-form-wrapper::before, .customListSimilarsContent .category-sidebar-content .sidebar-form-wrapper::after {
  content: "";
  display: block;
  background-color: #F9ECD9;
  height: 100%;
  width: 2000px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.customListSimilarsContent .category-sidebar-content .sidebar-form-wrapper::after {
  width: 30px;
  right: -30px;
}
.customListSimilarsContent .category-sidebar-content .sidebar-form-wrapper h3 {
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .customListSimilarsContent .category-sidebar-content .sidebar-form-wrapper h3 {
    font-size: 20px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 992px) {
  .customListSimilarsContent .category-post-body {
    padding-left: 8.3333333333%;
    border-left: 1px solid #d3b595;
  }
}
.customListSimilarsContent .category-post-body .custom-breadcrumb {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .customListSimilarsContent .category-post-body .custom-breadcrumb {
    margin-top: 55px;
  }
}
.customListSimilarsContent .category-post-body .customTitle h1, .customListSimilarsContent .category-post-body .customTitle h2, .customListSimilarsContent .category-post-body .customTitle h3, .customListSimilarsContent .category-post-body .customTitle h4, .customListSimilarsContent .category-post-body .customTitle h5, .customListSimilarsContent .category-post-body .customTitle h6 {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #302519;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .customListSimilarsContent .category-post-body .customTitle h1, .customListSimilarsContent .category-post-body .customTitle h2, .customListSimilarsContent .category-post-body .customTitle h3, .customListSimilarsContent .category-post-body .customTitle h4, .customListSimilarsContent .category-post-body .customTitle h5, .customListSimilarsContent .category-post-body .customTitle h6 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .customListContent .itemContent .image-wrapper {
    margin-bottom: 20px;
  }
}
.customListContent .itemContent a {
  color: inherit;
  text-decoration: none;
}
.customListContent .itemContent a:hover, .customListContent .itemContent a:focus {
  color: inherit;
  text-decoration: none;
}
.customListContent .itemContent .image-wrapper {
  text-align: center;
}
.customListContent .itemContent .image-wrapper img {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .customListContent .itemContent .image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.customListContent .itemContent .customContentText {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.customListContent .itemContent .customContentText .content-1 p {
  line-height: 1.6;
}
.customListContent .itemContent .customContentText .content-1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customListContent .itemContent .customContentText .content-1 div div div {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #936F2C;
  padding-right: 5px;
  border-left: 1.5px solid #936F2C;
  padding-left: 5px;
}
.customListContent .itemContent .customContentText .content-1 div div div:first-child {
  border-left: none;
}
.customListContent .itemContent .customContentText .content-1 .category {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #936F2C;
}
.customListContent .itemContent .customContentText .content-1 .title {
  color: #302519;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-decoration: none;
  text-transform: uppercase;
}
.customListContent .itemContent .customContentText .content-1 .blog_post_excerpt {
  line-height: 25px;
  font-size: 16px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.customListContent .itemContent .customContentText .content-2 .post-meta {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  max-width: 400px;
  margin-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.customListContent .itemContent .customContentText .content-2 .post-meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  vertical-align: text-top;
}
.customListContent .itemContent .customContentText .content-2 .post-meta span::before {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center;
  padding-right: 20px;
}
.customListContent .itemContent .customContentText .content-2 .post-meta .reading-time {
  padding-right: 10px;
}
.customListContent .itemContent .customContentText .content-2 .post-meta .reading-time::before {
  background: url("../img/icon-read-time.svg");
}
.customListContent .itemContent .customContentText .content-2 .post-meta .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  padding-right: 0;
}
.customListContent .itemContent .customContentText .content-2 .post-meta .date::before {
  background: url("../img/icon-calendar.svg");
}

.customPagination {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  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;
  width: 100%;
}
.customPagination .jump-to-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customPagination .jump-to-page-form label {
  font-size: 11px;
  text-transform: uppercase;
  display: inline;
  margin-bottom: 0;
  font-weight: normal !important;
  margin-right: 8px;
}
.customPagination .jump-to-page-form label + span {
  width: 84px;
  display: inline-block;
  position: relative;
  height: 34px;
}
.customPagination .jump-to-page-form input[type=number] {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  min-height: auto;
  padding: 7px 13px;
  border: 1px solid #ECD7B8;
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #302519;
}
.customPagination .jump-to-page-form input[type=number]:focus, .customPagination .jump-to-page-form input[type=number]:focus-visible {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}
.customPagination .jump-to-page-form button[type=submit] {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 34px;
  width: 34px;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  border: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #C7A566;
  border-color: #C7A566;
  background-image: url("../img/icon-arrow-right-white.svg");
}
.customPagination .pagination {
  margin-bottom: 0;
}
.customPagination .pagination .page-item .page-link {
  border: 1px solid #D3B595;
  background-color: transparent;
  color: #302519;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  border-radius: 0;
  z-index: 2;
  position: relative;
}
.customPagination .pagination .page-item.active .page-link {
  z-index: 3;
  border-color: #D3B595;
  background-color: #C7A566;
  color: white !important;
}
.customPagination .pagination [aria-label=Previous], .customPagination .pagination [aria-label=Next] {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #302519 !important;
  border: 1px solid #302519;
  width: 34px;
  height: 100%;
  border-radius: 0;
}
.customPagination .pagination [aria-label=Previous] span, .customPagination .pagination [aria-label=Next] span {
  display: none;
}
.customPagination .pagination [aria-label=Previous]:hover, .customPagination .pagination [aria-label=Previous]:focus, .customPagination .pagination [aria-label=Next]:hover, .customPagination .pagination [aria-label=Next]:focus {
  background-color: #645748 !important;
}
.customPagination .pagination [aria-label=Previous] {
  background-image: url("../img/icon-arrow-left-white.svg");
}
.customPagination .pagination [aria-label=Next] {
  background-image: url("../img/icon-arrow-right-white.svg");
}

.our-impact-3 {
  padding-top: 80px;
  background-color: #f9ecd9;
}
.our-impact-3 a {
  color: #936F2C;
  text-decoration: underline;
}
.our-impact-3 a:hover, .our-impact-3 a:focus {
  color: #936F2C;
  text-decoration: none;
}
.our-impact-3 .impact-images-wrapper {
  padding-top: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.our-impact-3 .impact-images-wrapper img {
  max-height: 230px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.our-impact-3 .bottom-disclaimer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.our-impact-3 .bottom-disclaimer p {
  font-size: 12px;
  line-height: 1.5;
}

.content-contact-us {
  background-color: #f9ecd9;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-contact-us .locator-map {
  background-image: url("../img/map-4.png");
  background-repeat: no-repeat;
  background-size: 387px 226px;
  max-width: 387px;
  max-height: 226px;
  padding: 30px;
  margin-bottom: 0;
}
.content-contact-us .customFormContact .content {
  background-color: #9a9b82;
}
.content-contact-us .customFormContact .content h1, .content-contact-us .customFormContact .content h2, .content-contact-us .customFormContact .content h3, .content-contact-us .customFormContact .content h4, .content-contact-us .customFormContact .content h5, .content-contact-us .customFormContact .content h6 {
  color: white;
}
.content-contact-us .customFormContact .content p {
  color: white;
}
.content-contact-us .customFormContact .content p a {
  color: #FFE2B8;
  text-decoration: underline;
}
.content-contact-us .customFormContact .content p a:hover, .content-contact-us .customFormContact .content p a:focus {
  color: #FFE2B8;
  text-decoration: none;
}
.content-contact-us .customFormContact .content iframe {
  border: none;
}
.content-contact-us .content {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .content-contact-us .content {
    padding: 55px;
  }
}
.content-contact-us .content a {
  color: #936F2C;
  text-decoration: underline;
}
.content-contact-us .content a:hover, .content-contact-us .content a:focus {
  color: #936F2C;
  text-decoration: none;
}
.content-contact-us .content .btn-store-locator {
  font-size: 12px;
  line-height: 1.16;
  padding: 10px 22px;
  font-weight: 500;
  border-radius: 0px;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #302519;
  margin: 0;
  color: white;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.content-contact-us .content .btn-store-locator:hover, .content-contact-us .content .btn-store-locator:focus {
  color: white;
  background-color: #645748;
}

.probiotics-page {
  background-color: #FFF6E8;
}
.probiotics-page .contentIcons {
  background-color: #ebd4bb;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .probiotics-page .contentIcons .itemIcon {
    width: 14.28% !important;
    max-width: 14.28% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 14.28% !important;
            flex: 0 0 14.28% !important;
  }
}
.probiotics-page .contentIcons .itemIcon .content {
  text-align: center;
}
.probiotics-page .contentIcons .itemIcon .content .image-wrapper {
  margin-bottom: 20px;
}
.probiotics-page .contentIcons .itemIcon .content .image-wrapper img {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.probiotics-page .contentIcons .itemIcon .content p {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #936f2c;
  margin-bottom: 0;
  font-weight: bold;
}
.probiotics-page .customTitleProbiotic {
  padding-top: 80px;
}
.probiotics-page .submenuProbiotic .anchor-list {
  list-style: none;
  background-color: #FFF6E8;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  display: block;
  width: auto;
}
.probiotics-page .submenuProbiotic .anchor-list li {
  list-style: none;
  line-height: 0;
  padding: 21px 36px;
  max-width: 320px;
  display: inline-block;
  border-left: none;
  margin: 0;
}
.probiotics-page .submenuProbiotic .anchor-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1.28;
  font-size: 14px;
  text-transform: uppercase;
  color: #302519;
  letter-spacing: 1.17px;
  font-weight: 500;
  padding: 0;
  background: unset;
}
.probiotics-page .submenuProbiotic .anchor-list li a::before {
  content: "";
  display: block;
  height: 1px;
  background: transparent;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.probiotics-page .submenuProbiotic .anchor-list li a.active::before {
  background: #C7A566;
}
.probiotics-page .submenuProbiotic .anchor-list li a:hover, .probiotics-page .submenuProbiotic .anchor-list li a:focus {
  background-color: unset;
}
.probiotics-page .submenuProbiotic .anchor-list li a:hover::before, .probiotics-page .submenuProbiotic .anchor-list li a:focus::before {
  background: #C7A566;
}
.probiotics-page .content-similar {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.probiotics-page .content-similar:first-child {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .probiotics-page .content-similar .content {
    padding-right: 15%;
    padding-left: 15%;
  }
}
.probiotics-page .content-similar .content ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.probiotics-page .content-similar .content ul li {
  margin-bottom: 20px;
  padding-left: 21px;
}
.probiotics-page .content-similar .content ul li::before {
  content: "\f111";
  margin-left: -20px;
  vertical-align: middle;
  font-size: 10px;
  color: #C7A566;
  position: relative;
  padding-right: 12px;
  top: -1px;
}
.probiotics-page .content-similar .content .button {
  margin: 0;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.16;
  padding: 10px 22px;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #302519;
  color: white;
}
.probiotics-page .content-similar .content .button:hover, .probiotics-page .content-similar .content .button:focus {
  color: white;
  background-color: #645748;
}
.probiotics-page .content-similar .contentImage {
  padding: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(237, 237, 237);
  min-height: 500px;
}
@media screen and (min-width: 992px) {
  .probiotics-page .content-similar .contentImage {
    padding: 55px;
  }
}
.probiotics-page .content-similar .contentImage-woman {
  background-image: url("../img/pr-women-scaled.jpeg");
}
.probiotics-page .content-similar .contentImage-advanced {
  background-image: url("../img/pr-everyday-scaled.jpeg");
}
.probiotics-page .content-similar .contentImage-metabolism {
  background-image: url("../img/pr-metabolism-scaled.jpeg");
}
.probiotics-page .content-similar .contentImage-sleep {
  background-image: url("../img/pr-sleep-scaled.jpeg");
}
.probiotics-page .content-similar .contentImage-everyday {
  background-image: url("../img/pr-advanced-scaled.jpeg");
}

.learn-solgar-experts {
  padding-bottom: 80px;
  padding-top: 80px;
  background-color: #FFF6E8;
}
.learn-solgar-experts .itemSuggestArticle {
  text-align: center;
}
.learn-solgar-experts .itemSuggestArticle a {
  color: inherit;
  text-decoration: none;
}
.learn-solgar-experts .itemSuggestArticle a:hover, .learn-solgar-experts .itemSuggestArticle a:focus {
  color: inherit;
  text-decoration: none;
}
.learn-solgar-experts .itemSuggestArticle p {
  font-weight: 400 !important;
  text-transform: uppercase;
}

.bottom-probiotics {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF6E8;
}
.bottom-probiotics p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

.page-retailer-resources {
  padding-top: 80px;
  background-color: #FFF6E8;
}
@media screen and (max-width: 991px) {
  .page-retailer-resources {
    padding-top: 40px;
  }
}
.page-retailer-resources .article-content label {
  max-width: 100%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  color: #302519;
  text-transform: uppercase;
  float: left;
}
.page-retailer-resources .article-content input[type=password] {
  width: 140px;
  border: 1px solid #ECD7B8;
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #302519;
  font-size: 15px;
  line-height: 1.3;
  font-weight: normal;
  padding: 7px 13px;
}
@media screen and (min-width: 576px) {
  .page-retailer-resources .article-content input[type=password] {
    width: 233px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.page-retailer-resources .article-content input[type=submit] {
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.16;
  padding: 10px 22px;
  font-weight: 500;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #302519;
  color: white;
}
@media screen and (min-width: 992px) {
  .page-retailer-resources .article-content input[type=submit] {
    height: 41px;
  }
}
.page-retailer-resources .article-content input[type=submit]:hover, .page-retailer-resources .article-content input[type=submit]:focus {
  color: white;
  background-color: #645748;
}

.listing-products .li-header, .dropdown-menu .li-header {
  text-transform: lowercase;
  color: #003768;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}
.listing-products .li-header:hover, .dropdown-menu .li-header:hover {
  color: #C45417;
  padding-bottom: 2px;
  border-bottom: 1px solid #C45417;
}
.listing-products .left-indentation, .dropdown-menu .left-indentation {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .customTint-title h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

.customTint .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.customTint .paragraph--type--dsu-tint {
  background: white !important;
}
@media screen and (max-width: 576px) {
  .customTint .paragraph--type--dsu-tint {
    background: rgb(241, 226, 209) !important;
  }
}
@media screen and (max-width: 576px) {
  .customTint .paragraph--type--dsu-tint .tint-mode-iframe {
    width: 104% !important;
    margin-left: -7px;
  }
}

.content-search h1 {
  font-size: 60px;
  font-family: "Sofia Pro Bold";
  text-transform: lowercase;
}

.search_views form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100% !important;
  width: auto;
  border: 1px solid #003768 !important;
  padding: 4px;
}
.search_views form input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  padding: 10px 10px;
}
.search_views form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search_views form button {
  background-color: transparent;
  border: none;
}
.search_views form button i {
  font-size: 20px;
  color: #0075DB;
  font-weight: 500;
}

.wrapper-go-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: -28px;
}
@media screen and (max-width: 992px) {
  .wrapper-go-page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}
.wrapper-go-page #jump-to-page-form-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-go-page #jump-to-page-form-post input[type=number] {
  border-radius: 25px;
  height: 90%;
  border: none;
  width: 138px;
}
.wrapper-go-page #jump-to-page-form-post input[type=number]:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wrapper-go-page #jump-to-page-form-post button {
  background-color: transparent;
  color: #0075DB;
  border: none;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
}
.wrapper-go-page #jump-to-page-form-post span {
  border: 1px solid;
  border-radius: 25px;
  margin-left: 10px;
}

.background-blue {
  background: #00a5cd;
  color: white;
}

.background-green {
  background: #508249;
  color: white;
}

.background-yellow {
  background: #ff8400;
  color: white;
}

.background-pink {
  background: #ff0086;
  color: white;
}

.background-orange {
  background: rgb(237, 125, 49);
  color: white;
}

.background-orange-opacity {
  background: #d69a40;
}

.background-gray {
  background: #f8f8f8;
}

.toggleTheme {
  cursor: pointer;
  border-radius: 50px;
  background: #fff;
  font-size: 9px;
  padding: 5px 2px;
  margin-bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.toggleTheme:hover {
  background: #302519 !important;
}
.toggleTheme.dark-mode:hover .light-mode.slide-wrapper {
  color: #fff !important;
}
.toggleTheme.light-mode {
  background: #302519;
}
.toggleTheme.light-mode .light-mode.slide-wrapper {
  color: #302519;
}
.toggleTheme.light-mode:hover .dark-mode.slide-wrapper {
  color: #fff !important;
}
.toggleTheme.light-mode .switch-wrapper::before {
  background-color: #fff;
}
.toggleTheme .switch-wrapper {
  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;
  position: relative;
}
.toggleTheme .switch-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  background-color: #000;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.toggleTheme .switch-wrapper .slide-wrapper {
  color: #d92121;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
.toggleTheme .switch-wrapper .slide-wrapper.light-mode {
  padding: 2px 8px 2px 4px;
  color: #000;
}
.toggleTheme .switch-wrapper .slide-wrapper.dark-mode {
  padding: 2px 4px 2px 8px;
  color: #fff;
}
.toggleTheme.dark-mode .switch-wrapper::before {
  right: 0;
  left: auto;
}
.toggleTheme.dark-mode .switch-wrapper .slide-wrapper.light-mode {
  color: #000;
}
.toggleTheme.dark-mode .switch-wrapper .slide-wrapper.dark-mode {
  color: #fff;
}

body.dark-mode {
  background-color: #221e1a !important;
  background-position: top;
  background-size: 0.25rem 0.25rem;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
body.dark-mode [aria-label="Error message"] * {
  color: #fff;
}
body.dark-mode .top-nav {
  background-color: #302519;
}
body.dark-mode .top-nav .customSocialMedia-top-nav p {
  color: #AF947E;
}
body.dark-mode .top-nav .customSocialMedia-top-nav p a {
  color: #AF947E;
}
body.dark-mode .top-nav .customSocialMedia-top-nav p a:hover, body.dark-mode .top-nav .customSocialMedia-top-nav p a:focus {
  color: #AF947E;
}
body.dark-mode .customMenuNav {
  background-color: #262016 !important;
}
body.dark-mode .customMenuButton, body.dark-mode .customLogo {
  background-color: #262016 !important;
}
body.dark-mode .menu .customMenuButton button .iconOpen i {
  color: #fff !important;
}
body.dark-mode .customFooter {
  background-color: #262016 !important;
}
body.dark-mode .customFooter .customFooter1 {
  border-bottom: 1px solid #D3B595;
}
body.dark-mode .customFooter .customFooter2 p {
  color: #fff;
}
body.dark-mode .customFooter .footer-column .title-column p {
  color: #fff !important;
}
body.dark-mode .customFooter .footer-column .title-column a {
  color: #fff !important;
}
body.dark-mode .customFooter .footer-column .title-column a:hover, body.dark-mode .customFooter .footer-column .title-column a:focus {
  color: #fff;
}
body.dark-mode .customFooter .footer-column ul li a {
  color: #fff;
}
body.dark-mode .customFooter .footer-column ul li a:hover, body.dark-mode .customFooter .footer-column ul li a:focus {
  color: #fff;
}
@media screen and (max-width: 991px) {
  body.dark-mode .customFooter .customFormNewsletter .titleNewsletter {
    text-align: center;
  }
}
body.dark-mode .customFooter .customFormNewsletter .titleNewsletter p {
  color: #C7A566;
}
@media screen and (max-width: 991px) {
  body.dark-mode .customFooter .customFormNewsletter .subtitleNewsletter {
    text-align: center;
  }
}
body.dark-mode .customFooter .customFormNewsletter .subtitleNewsletter p {
  font-size: 12px;
  color: #30251A;
}
body.dark-mode .customFooter .customFormNewsletter .form-check {
  padding-left: 0;
  margin-bottom: 1rem;
}
body.dark-mode .customFooter .customFormNewsletter input[type=email] {
  border: none;
  padding: 8px 13px;
  line-height: 21px;
  font-size: 16px;
  border-radius: 0px;
  color: #302519;
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
body.dark-mode .customFooter .customFormNewsletter input[type=email]::-webkit-input-placeholder {
  font-size: 12px;
}
body.dark-mode .customFooter .customFormNewsletter input[type=email]::-moz-placeholder {
  font-size: 12px;
}
body.dark-mode .customFooter .customFormNewsletter input[type=email]:-ms-input-placeholder {
  font-size: 12px;
}
body.dark-mode .customFooter .customFormNewsletter input[type=email]::-ms-input-placeholder {
  font-size: 12px;
}
body.dark-mode .customFooter .customFormNewsletter input[type=email]::placeholder {
  font-size: 12px;
}
body.dark-mode .customFooter .customFormNewsletter .custom-checkbox .custom-control-label {
  color: #97897B;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}
body.dark-mode .customFooter .customFormNewsletter .custom-checkbox .custom-control-label a {
  color: #FFE2B8;
  text-decoration: underline;
}
body.dark-mode .customFooter .customFormNewsletter .custom-checkbox .custom-control-label a:hover, body.dark-mode .customFooter .customFormNewsletter .custom-checkbox .custom-control-label a:focus {
  color: #FFE2B8;
  text-decoration: none;
}
body.dark-mode .customFooter .customFormNewsletter .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: 1px solid #ECD7B8;
}
body.dark-mode .customFooter .customFormNewsletter .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/icon-check-dark.svg") !important;
}
body.dark-mode .customFooter .customFormNewsletter .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
}
body.dark-mode .customFooter .customFormNewsletter .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.dark-mode .customFooter .customFormNewsletter .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: white;
}
body.dark-mode .customFooter .customFormNewsletter button {
  background-color: #C7A566;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  font-size: 12px;
  line-height: 1.16;
  border: none;
  outline: none;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 100%;
  padding: 10px;
  width: 100%;
}
body.dark-mode .customFooter .customFormNewsletter button:hover, body.dark-mode .customFooter .customFormNewsletter button:focus {
  background-color: #D3B595;
}
body.dark-mode .customMenuNav.active {
  background-color: #262016 !important;
}
body.dark-mode .menu .customSearch form {
  background-color: #211d15 !important;
}
body.dark-mode .menu .customSearch form input[type=text] {
  color: #fff !important;
}
body.dark-mode .menu .customSearch form input[type=text]::-webkit-input-placeholder {
  color: #fff !important;
}
body.dark-mode .menu .customSearch form input[type=text]::-moz-placeholder {
  color: #fff !important;
}
body.dark-mode .menu .customSearch form input[type=text]:-ms-input-placeholder {
  color: #fff !important;
}
body.dark-mode .menu .customSearch form input[type=text]::-ms-input-placeholder {
  color: #fff !important;
}
body.dark-mode .menu .customSearch form input[type=text]::placeholder {
  color: #fff !important;
}
body.dark-mode .menu .customSearch form .fa-search {
  color: #fff;
}
body.dark-mode .menu .customMenuDesktop .navbar-nav .nav-item .nav-link::after {
  color: #fff !important;
}
body.dark-mode .customNavLink {
  color: #fff !important;
}
body.dark-mode .menu .customMenuDesktop .navbar-nav .nav-item .nav-link:hover,
body.dark-mode .menu .customMenuDesktop .navbar-nav .nav-item .nav-link:focus {
  background-color: #211d15;
}
body.dark-mode .menu .customMenuDesktop .navbar-nav .nav-item .nav-link.active {
  background-color: #211d15;
}
body.dark-mode .dropdown-menu {
  background: #211d15;
}
body.dark-mode .dropdown-menu a {
  color: #fff !important;
}
body.dark-mode .section-homepage-2, body.dark-mode .section-homepage-5 {
  background-color: #262016 !important;
  border-bottom: 1px solid #D3B595;
}
body.dark-mode .section-homepage-4 {
  background-color: #262016 !important;
  border-bottom: 1px solid #D3B595;
}
body.dark-mode .section-homepage-4 .teaser-product-home .innovative-product {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
body.dark-mode .section-homepage-4 .teaser-product-home .innovative-product .name, body.dark-mode .section-homepage-4 .teaser-product-home .innovative-product .copy {
  color: #fdebdb !important;
}
body.dark-mode .section-homepage-4 .teaser-product-home .innovative-product .sliderProductsHome .slick-prev::before {
  background-color: #121212;
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
body.dark-mode .section-homepage-6 {
  background-color: #262016 !important;
  border-bottom: 1px solid #D3B595;
}
body.dark-mode .section-homepage-6 p, body.dark-mode .section-homepage-6 span {
  color: #fdebdb !important;
}
body.dark-mode .customTint-title {
  background-color: #211d15 !important;
  border-bottom: 1px solid #D3B595;
}
body.dark-mode .customTint-title h2 {
  color: #fdebdb;
}
body.dark-mode .listing-products .customAccordionListingProducts .card .card-header button {
  color: #fdebdb;
}
body.dark-mode .listing-products .customAccordionListingProducts .card .card-header button .toggle-icon::before,
body.dark-mode .listing-products .customAccordionListingProducts .card .card-header button .toggle-icon::after {
  background-color: #fff;
}
body.dark-mode .listing-products .customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label,
body.dark-mode .listing-products h1,
body.dark-mode .listing-products .customAccordionListingProducts [data-sublevel="1"] .btnArrow::after,
body.dark-mode .listing-products .customAccordionListingProducts [data-sublevel="2"] .btnArrow::after,
body.dark-mode .listing-products p {
  color: #fdebdb !important;
}
body.dark-mode .listing-products .customAccordionListingProducts .customListCategory .custom-checkbox .custom-control-label::before {
  background-color: #121212 !important;
}
body.dark-mode .listing-products .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/icon-check-dark.svg") !important;
  -webkit-filter: invert(1) !important;
          filter: invert(1) !important;
}
body.dark-mode .listing-products .product-listing-wrapper .selectSort .select2-container--default .select2-selection--single {
  background-color: #221e1a !important;
}
body.dark-mode .listing-products .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #cacaca !important;
}
body.dark-mode .listing-products .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body.dark-mode .listing-products .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #221e1a !important;
  color: #cacaca !important;
}
body.dark-mode .listing-products .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #221e1a !important;
  color: #cacaca !important;
}
body.dark-mode .listing-products .select2-container--default .select2-results__option--selected {
  background-color: #221e1a !important;
  color: #cacaca !important;
}
body.dark-mode .detail-product {
  background-color: #211d15 !important;
}
body.dark-mode .detail-product .customBreadcrumProduct .btn-tooltip {
  color: #fdebdb !important;
}
body.dark-mode .detail-product h1, body.dark-mode .detail-product h2, body.dark-mode .detail-product h3, body.dark-mode .detail-product h4, body.dark-mode .detail-product h5, body.dark-mode .detail-product h6, body.dark-mode .detail-product p, body.dark-mode .detail-product a, body.dark-mode .detail-product ul, body.dark-mode .detail-product li {
  color: #fdebdb !important;
}
body.dark-mode .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link {
  color: #fdebdb !important;
}
body.dark-mode .detail-product .list-available li {
  background-color: #D3B595 !important;
  color: #211d15 !important;
}
body.dark-mode .detail-product .product-suggest {
  background-color: #262016 !important;
  border-bottom: 1px solid #D3B595;
}
body.dark-mode .detail-product .product-suggest h1, body.dark-mode .detail-product .product-suggest h2, body.dark-mode .detail-product .product-suggest h3, body.dark-mode .detail-product .product-suggest h4, body.dark-mode .detail-product .product-suggest h5, body.dark-mode .detail-product .product-suggest h6, body.dark-mode .detail-product .product-suggest p, body.dark-mode .detail-product .product-suggest a, body.dark-mode .detail-product .product-suggest ul, body.dark-mode .detail-product .product-suggest li {
  color: #fdebdb !important;
}
body.dark-mode .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle::before,
body.dark-mode .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle::after {
  color: #fff !important;
}
body.dark-mode .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle::before,
body.dark-mode .detail-product .contentInfoProduct .customAccordionProduct .accordion .card .card-header .btn-link .toggle::after {
  background-color: #fff !important;
}
body.dark-mode .detail-product table tbody tr:first-child td {
  color: #fff !important;
}
body.dark-mode .detail-product #collapse2 .card-body div table tbody tr:first-child td {
  background-color: #fff !important;
  color: #000 !important;
}
body.dark-mode .detail-product #collapse2 .card-body div table tbody tr:first-child td td, body.dark-mode .detail-product #collapse2 .card-body div table tbody tr:first-child td p, body.dark-mode .detail-product #collapse2 .card-body div table tbody tr:first-child td span, body.dark-mode .detail-product #collapse2 .card-body div table tbody tr:first-child td li, body.dark-mode .detail-product #collapse2 .card-body div table tbody tr:first-child td ul, body.dark-mode .detail-product #collapse2 .card-body div table tbody tr:first-child td ol, body.dark-mode .detail-product #collapse2 .card-body div table tbody tr:first-child td a {
  color: #000 !important;
}
body.dark-mode .detail-product table tbody tr {
  color: #fdebdb !important;
}
body.dark-mode .detail-product table tbody tr td, body.dark-mode .detail-product table tbody tr p, body.dark-mode .detail-product table tbody tr span, body.dark-mode .detail-product table tbody tr li, body.dark-mode .detail-product table tbody tr ul, body.dark-mode .detail-product table tbody tr ol, body.dark-mode .detail-product table tbody tr a {
  color: #fff !important;
}
body.dark-mode .customBasicPages {
  background-color: #262016 !important;
}
body.dark-mode .customBasicPages .content h1, body.dark-mode .customBasicPages .content h2, body.dark-mode .customBasicPages .content h3, body.dark-mode .customBasicPages .content h4, body.dark-mode .customBasicPages .content h5, body.dark-mode .customBasicPages .content h6, body.dark-mode .customBasicPages .content p, body.dark-mode .customBasicPages .content a, body.dark-mode .customBasicPages .content ul, body.dark-mode .customBasicPages .content li {
  color: #fdebdb !important;
}
body.dark-mode .help-section h1, body.dark-mode .help-section h2, body.dark-mode .help-section h3, body.dark-mode .help-section h4, body.dark-mode .help-section h5, body.dark-mode .help-section h6, body.dark-mode .help-section p, body.dark-mode .help-section a, body.dark-mode .help-section ul, body.dark-mode .help-section li {
  color: #fdebdb !important;
}
body.dark-mode .over-hero h1, body.dark-mode .over-hero h2, body.dark-mode .over-hero h3, body.dark-mode .over-hero h4, body.dark-mode .over-hero h5, body.dark-mode .over-hero h6, body.dark-mode .over-hero p, body.dark-mode .over-hero a, body.dark-mode .over-hero ul, body.dark-mode .over-hero li {
  color: #fdebdb !important;
}
body.dark-mode .over-hero table, body.dark-mode .over-hero tr, body.dark-mode .over-hero td {
  border-color: #fff !important;
}
body.dark-mode .over-hero table tbody tr {
  color: #fdebdb !important;
}
body.dark-mode .over-hero table tbody tr td, body.dark-mode .over-hero table tbody tr p, body.dark-mode .over-hero table tbody tr span, body.dark-mode .over-hero table tbody tr li, body.dark-mode .over-hero table tbody tr ul, body.dark-mode .over-hero table tbody tr ol, body.dark-mode .over-hero table tbody tr a {
  color: #fdebdb !important;
}
body.dark-mode .banner-submenu {
  background-color: #221e1a !important;
}
body.dark-mode .banner-submenu .nav .nav-link {
  color: #fdebdb !important;
}
body.dark-mode .banner-submenu .nav .nav-link.active::before {
  background: #fdebdb !important;
}
body.dark-mode .our-story-1 {
  background-color: #262016 !important;
}
body.dark-mode .our-story-1 .content h1, body.dark-mode .our-story-1 .content h2, body.dark-mode .our-story-1 .content h3, body.dark-mode .our-story-1 .content h4, body.dark-mode .our-story-1 .content h5, body.dark-mode .our-story-1 .content h6, body.dark-mode .our-story-1 .content p, body.dark-mode .our-story-1 .content a, body.dark-mode .our-story-1 .content ul, body.dark-mode .our-story-1 .content li {
  color: #fdebdb !important;
}
body.dark-mode .our-story-2 {
  background-color: #221e1a !important;
}
body.dark-mode .our-story-2 h1, body.dark-mode .our-story-2 h2, body.dark-mode .our-story-2 h3, body.dark-mode .our-story-2 h4, body.dark-mode .our-story-2 h5, body.dark-mode .our-story-2 h6, body.dark-mode .our-story-2 p, body.dark-mode .our-story-2 a, body.dark-mode .our-story-2 ul, body.dark-mode .our-story-2 li {
  color: #fdebdb !important;
}
body.dark-mode .our-story-3 {
  background-color: #262016 !important;
}
body.dark-mode .our-story-3 .content h1, body.dark-mode .our-story-3 .content h2, body.dark-mode .our-story-3 .content h3, body.dark-mode .our-story-3 .content h4, body.dark-mode .our-story-3 .content h5, body.dark-mode .our-story-3 .content h6, body.dark-mode .our-story-3 .content p, body.dark-mode .our-story-3 .content a, body.dark-mode .our-story-3 .content ul, body.dark-mode .our-story-3 .content li {
  color: #fdebdb !important;
}
body.dark-mode .our-story-4 {
  background-color: #221e1a !important;
}
body.dark-mode .our-story-4 h1, body.dark-mode .our-story-4 h2, body.dark-mode .our-story-4 h3, body.dark-mode .our-story-4 h4, body.dark-mode .our-story-4 h5, body.dark-mode .our-story-4 h6, body.dark-mode .our-story-4 p, body.dark-mode .our-story-4 a, body.dark-mode .our-story-4 ul, body.dark-mode .our-story-4 li {
  color: #fdebdb !important;
}
body.dark-mode .our-mission-1 {
  background-color: #262016 !important;
}
body.dark-mode .our-mission-1 .content h1, body.dark-mode .our-mission-1 .content h2, body.dark-mode .our-mission-1 .content h3, body.dark-mode .our-mission-1 .content h4, body.dark-mode .our-mission-1 .content h5, body.dark-mode .our-mission-1 .content h6, body.dark-mode .our-mission-1 .content p, body.dark-mode .our-mission-1 .content a, body.dark-mode .our-mission-1 .content ul, body.dark-mode .our-mission-1 .content li {
  color: #fdebdb !important;
}
body.dark-mode .our-mission-2 {
  background-color: #221e1a !important;
}
body.dark-mode .our-mission-2 h1, body.dark-mode .our-mission-2 h2, body.dark-mode .our-mission-2 h3, body.dark-mode .our-mission-2 h4, body.dark-mode .our-mission-2 h5, body.dark-mode .our-mission-2 h6, body.dark-mode .our-mission-2 p, body.dark-mode .our-mission-2 a, body.dark-mode .our-mission-2 ul, body.dark-mode .our-mission-2 li {
  color: #fdebdb !important;
}
body.dark-mode .content-contact-us {
  background-color: #262016 !important;
  border-bottom: 1px solid #D3B595;
}
body.dark-mode .content-contact-us .webform-contact-custom {
  background-color: #707070 !important;
}
body.dark-mode .content-contact-us .content h1, body.dark-mode .content-contact-us .content h2, body.dark-mode .content-contact-us .content h3, body.dark-mode .content-contact-us .content h4, body.dark-mode .content-contact-us .content h5, body.dark-mode .content-contact-us .content h6, body.dark-mode .content-contact-us .content p, body.dark-mode .content-contact-us .content a, body.dark-mode .content-contact-us .content ul, body.dark-mode .content-contact-us .content li {
  color: #fdebdb !important;
}
body.dark-mode .customListSimilarsContent {
  background-color: #211d15 !important;
}
body.dark-mode .customListSimilarsContent h1, body.dark-mode .customListSimilarsContent h2, body.dark-mode .customListSimilarsContent h3, body.dark-mode .customListSimilarsContent h4, body.dark-mode .customListSimilarsContent h5, body.dark-mode .customListSimilarsContent h6, body.dark-mode .customListSimilarsContent p, body.dark-mode .customListSimilarsContent a, body.dark-mode .customListSimilarsContent ul, body.dark-mode .customListSimilarsContent li {
  color: #fdebdb !important;
}
body.dark-mode .detail-article h1, body.dark-mode .detail-article h2, body.dark-mode .detail-article h3, body.dark-mode .detail-article h4, body.dark-mode .detail-article h5, body.dark-mode .detail-article h6, body.dark-mode .detail-article p, body.dark-mode .detail-article a, body.dark-mode .detail-article ul, body.dark-mode .detail-article li, body.dark-mode .detail-article .reading-time, body.dark-mode .detail-article .date {
  color: #fdebdb !important;
}
body.dark-mode .search-body h1, body.dark-mode .search-body h2, body.dark-mode .search-body h3, body.dark-mode .search-body h4, body.dark-mode .search-body h5, body.dark-mode .search-body h6, body.dark-mode .search-body p, body.dark-mode .search-body a, body.dark-mode .search-body ul, body.dark-mode .search-body li {
  color: #fdebdb !important;
}
body.dark-mode .search-box-wrapper .loader-dots {
  background: rgba(0, 0, 0, 0.5) !important;
}
body.dark-mode .search-box-wrapper .nav-tabs {
  background: #262016 !important;
}
body.dark-mode .search-box-wrapper .nav-search {
  background: #262016 !important;
  color: #fff !important;
}
body.dark-mode .search-box-wrapper .result_query_btn {
  color: #fff;
  background: #262016;
  text-decoration: underline;
}
body.dark-mode .search-box-wrapper .tab-content .tab-pane {
  background-color: #262016 !important;
  color: #fff;
}
body.dark-mode .search-box-wrapper .searchDP {
  background-color: #262016 !important;
  color: #fff;
  border-bottom: 1px solid #D3B595;
}
body.dark-mode #Modalcoupon .bg-modal {
  background-color: rgb(65, 39, 0);
  border-bottom-color: rgb(104, 74, 43);
}
body.dark-mode .modal_coupon .text-body .title {
  color: rgb(209, 205, 199);
}
body.dark-mode .modal_coupon .text-body .text {
  color: rgb(209, 205, 199);
}
body.dark-mode .header-diagonismos p, body.dark-mode .header-diagonismos .h4 {
  color: rgb(232, 230, 227) !important;
}
body.dark-mode .section-homepage-2 .customBrowseContent .customTitleBrowseContent h1, body.dark-mode .section-homepage-2 .customBrowseContent .customTitleBrowseContent h2, body.dark-mode .section-homepage-2 .customBrowseContent .customTitleBrowseContent h3, body.dark-mode .section-homepage-2 .customBrowseContent .customTitleBrowseContent h4, body.dark-mode .section-homepage-2 .customBrowseContent .customTitleBrowseContent h5, body.dark-mode .section-homepage-2 .customBrowseContent .customTitleBrowseContent h6 {
  color: rgb(232, 230, 227) !important;
}
body.dark-mode .section-homepage-2 .customBrowseContent .tab-content .item-icons .content span {
  color: rgb(232, 230, 227) !important;
}

body.light-mode .menu {
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
body.light-mode .menu .nav:not(.nav-mobile) .nav-item .nav-link {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}