@charset "UTF-8";
/**
 * Aspect
 */
/**
 * Hyphenate
 */
/**
 * Centering
 */
/**
 * Gradients
 */
/*
** Round border
*/
/*
** Flex center elements
*/
/*
** Header height
*/
/*
** Header height video
*/
/*
** fullWidth
*/
/*
** Reset Appereance
*/
/*
** No outline
*/
/*
** Default transition
*/
/*
** Default Shadow
*/
/*
** Button styles
*/
/*
** Round
*/
/*
** From until
*/
@font-face {
  font-family: "Bakerie";
  src: url("../fonts/Bakerie-Smooth-Medium.woff") format("woff");
  font-weight: medium;
}
/*
  Copyright (C) Hoefler & Co.
  This software is the property of Hoefler & Co. (H&Co).
  Your right to access and use this software is subject to the
  applicable License Agreement, or Terms of Service, that exists
  between you and H&Co. If no such agreement exists, you may not
  access or use this software for any purpose.
  This software may only be hosted at the locations specified in
  the applicable License Agreement or Terms of Service, and only
  for the purposes expressly set forth therein. You may not copy,
  modify, convert, create derivative works from or distribute this
  software in any way, or make it accessible to any third party,
  without first obtaining the written permission of H&Co.
  For more information, please visit us at http://typography.com.
*/
@font-face {
  font-family: "HCo Gotham Narrow";
  src: url("../fonts/hco_fonts/woff2/GothamNarrow-Light_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/GothamNarrow-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham Narrow";
  src: url("../fonts/hco_fonts/woff2/GothamNarrow-Book_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/GothamNarrow-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham Narrow";
  src: url("../fonts/hco_fonts/woff2/GothamNarrow-BookItalic_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/GothamNarrow-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham Narrow";
  src: url("../fonts/hco_fonts/woff2/GothamNarrow-Medium_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/GothamNarrow-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham Narrow";
  src: url("../fonts/hco_fonts/woff2/GothamNarrow-Bold_Web.woff2") format("woff2"), url("../fonts/hco_fonts/woff/GothamNarrow-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*
body,
.editor-block-list__block {
  font-family: $family-primary;
  font-weight: 400;
  color: #282828;
  font-size: $font-size-base;

  @include until($tablet) {
    font-size: $font-size-base - 2px;
  }

  @include until($mobile) {
    font-size: $font-size-base - 3px;
  }
}

//Editor reset

.editor-block-list__block {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}


h1, h2, h3 {
  font-family: $family-secondary;
  font-weight: 700;
  clear: both;

  &.secondary {
    font-weight: normal;
    font-family: "Bakerie";
    color: $color-gold;
  }

}
*/
/*
h1 {
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 30px;

  @include until($widescreen) {
    font-size: 40px;
    line-height: 48px;
  }

  @include until($desktop) {
    font-size: 30px;
    line-height: 35px;
  }

  @include until($tablet) {
    font-size: 25px;
    line-height: 30px;
  }

  @include until($mobile) {
    font-size: 22px;
    line-height: 26px;
  }

  @include until($mobile-xs) {
    br {
      display: none;
    }
  }

  &.no-sp {
    margin-bottom: 0;
  }

  &.space {
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: $weight-semibold;
  margin-bottom: 20px;

  &.secondary {
    font-size: 48px;
  }

  body.single & {
    font-size: 28px;
  }

  @include until($desktop) {
    font-size: 26px;
    line-height: 30px;
  }

  section.section--form & {
    position: relative;

    &:before {
      position: absolute;
      left: -24px;
      top: -12px;
      opacity: 0.75;
      content: ' ';
      width: 70px;
      height: 70px;
      background: $color-red;
      @include gradient-gold-turq;
      z-index: -1;
      border-radius: 50%;
    }
  }
}

h3 {
  font-size: $font-size-m;
  font-weight: $weight-medium;
  line-height: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: $font-size-s;;
  font-weight: $weight-semibold;
  margin-bottom: 20px;
}

.content h3 {
  font-weight: 600;
}

p {
  margin-bottom: 30px;
}

*/
strong {
  font-weight: 500;
}
.base-camp-article {
  margin-bottom: 2.5rem;
}
.base-camp-article .article-meta {
  margin-bottom: -0.2rem;
  margin-top: -0.8rem;
}
.base-camp-article .article-meta i, .base-camp-article .article-meta a {
  font-size: 1rem;
  color: #00695c;
}
.base-camp-article .article-meta * {
  display: inline-block;
  vertical-align: middle;
}
.base-camp-article .article-meta > * {
  margin-right: 0.5rem;
}
.base-camp-article .article-meta time span {
  color: #7a7a7a;
}
.base-camp-article ul.article-tags {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.base-camp-article ul.article-tags li {
  display: inline-block;
  margin-right: 0.4rem;
}
.article-teaser {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.article-teaser:hover .article-teaser__img_inner {
  transform: scale(1.05);
}
.article-teaser__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  flex-grow: 0;
  overflow: hidden;
}
.article-teaser__img_inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.article-teaser__content {
  background-color: #f6f6f6;
  padding: 15px;
  flex-grow: 1;
}
.article-teaser__title {
  font-size: 21px;
  font-weight: 300;
  line-height: 115%;
  margin-bottom: 10px;
}
.article-teaser__title a {
  color: #3e3f44;
}
.article-teaser__preview {
  font-size: 14px;
  line-height: 115%;
  margin-bottom: 10px;
  color: #3e3f44;
}
.article-teaser__categories {
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.article-teaser__categories a {
  color: #018174;
  font-style: italic;
  text-decoration: underline;
}
.article-teaser__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comments-wrapper {
  margin-top: 70px;
}
.blog-comment .comments {
  padding-left: 2rem;
}
.blog-comment #respond {
  margin-bottom: 1.5em;
}
.blog-comment .comment-reply-link {
  color: #0a0a0a;
}
.blog-comment .comment-reply-link > * {
  font-size: 0.95rem;
  vertical-align: middle;
}
.blog-comment .message.is-primary {
  background: transparent;
}
.blog-comment .message-body {
  border: 0;
}
.blog-comment img {
  border-radius: 50%;
}
.message:not(:last-child) {
  margin-bottom: 0;
}
#commentform {
  margin-top: 70px;
}
/*@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}*/
/*
#app {
  padding-top: 100px;

  @include until($desktop) {
    padding-top: 80px;
  }

  @include until($tablet) {
    padding-top: 60px;
  }
}
*/
/*header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;

  //body.admin-bar & {
  //  top: 32px;
  //}
}*/
nav .container {
  min-height: 0 !important;
  height: 100%;
}
@media screen and (max-width: 768px) {
  nav .container {
    padding: 0 15px;
  }
}
body:not(.home) nav.nav-main {
  border-bottom: 2px solid #018174;
}
nav .nav-inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  nav .nav-inner {
    flex-direction: column;
  }
}
nav .nav-inner .nav-cat-collapse {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 50%;
  width: 40px;
  height: 40px;
  margin-right: -20px;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1023px) {
  nav .nav-inner .nav-cat-collapse {
    display: block;
  }
}
nav .nav-inner .nav-cat-collapse.collapsed:after {
  top: 17px;
  transform: rotate(135deg);
}
nav .nav-inner .nav-cat-collapse:after {
  position: absolute;
  content: " ";
  border: 1px solid #ffffff;
  border-right: 0;
  border-top: 0;
  width: 8px;
  height: 8px;
  top: 13px;
  right: 16px;
  transform: rotate(-45deg);
  transform-origin: center;
}
nav.navbar {
  min-height: 0;
  position: relative;
  z-index: 11;
  background: #ffffff;
}
nav.navbar.fixed .navbar-brand {
  height: 80px;
}
nav.navbar .navbar-brand {
  height: 100px;
  min-height: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-brand {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  nav.navbar .navbar-brand {
    height: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  nav.navbar .navbar-brand {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-brand .navbar-item.logo {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar .navbar-brand .logo {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  nav.navbar .navbar-brand .logo-wrapper {
    padding-left: 0;
  }
}
nav.navbar .navbar-brand .logo-wrapper__inner {
  position: relative;
  width: 176px;
  height: 46px;
}
nav.navbar .navbar-brand .logo-wrapper a {
  height: 100%;
  width: 100%;
}
nav.navbar .navbar-brand .logo-wrapper svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav.navbar .navbar-brand .logo-wrapper svg#logo-animation {
  pointer-events: none;
  top: -10px;
  right: -10px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
nav.navbar .navbar-brand img.logo {
  margin-top: -3px;
}
nav.navbar .navbar-brand__slogan {
  position: absolute;
  left: calc(100% + -7px);
  top: 12px;
  font-size: 9px;
  /*width: 150px;*/
  /*html:lang(en) & {
        width: 120px;
      }*/
}
nav.navbar .navbar-brand__slogan--badged {
  background: #d32133;
  background: -moz-linear-gradient(-45deg, #d32133 0%, #872c5e 100%);
  background: -webkit-linear-gradient(-45deg, #d32133 0%, #872c5e 100%);
  background: linear-gradient(135deg, #d32133 0%, #872c5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D32133", endColorstr="#872C5E",GradientType=1);
  border-radius: 2px;
  overflow: hidden;
  padding: 1px 4px;
  color: #ffffff;
  width: auto;
  font-weight: 500;
  left: calc(100% + -33px);
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-brand__slogan {
    left: 182px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  nav.navbar .navbar-brand__slogan {
    top: 27px;
    left: 170px;
  }
}
nav.navbar .navbar-item {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  nav.navbar .navbar-item {
    font-size: 17px;
  }
}
nav.navbar .navbar-vitaltest {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 1143px) {
  nav.navbar .navbar-vitaltest {
    position: relative;
    top: -31px;
    right: -52px;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-vitaltest {
    position: absolute;
    top: 17px;
    right: 0;
  }
}
nav.navbar .navbar-vitaltest a {
  position: relative;
  background: #018174;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 2px;
  overflow: hidden;
  transform: rotate(-8deg);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1143px) {
  nav.navbar .navbar-vitaltest a {
    transform: rotate(-4deg);
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-vitaltest a {
    transform: rotate(-8deg);
  }
}
nav.navbar .navbar-vitaltest a:hover {
  transform: rotate(-6deg);
}
nav.navbar .navbar-vitaltest a:hover:after {
  transform: scale(1.1);
}
nav.navbar .navbar-vitaltest a:after {
  margin-left: 3px;
  content: " ";
  width: 12px;
  height: 10px;
  background-image: url("../images/icons/check-s.svg");
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.3s ease;
}
nav.navbar .navbar-start {
  margin: 0;
  height: 100%;
  /*div:first-child() {
      div.is-hover {
        display: block !important; // TMP DEV
      }
    }*/
  /*&:hover {
      .navbar-dropdown.second-level {
        transition: opacity 0.3s ease 0.3s, visibility 0s 0s; // speedup if already on menu
      }
    }*/
}
nav.navbar .navbar-start.on-hover .navbar-dropdown.second-level {
  transition: none !important;
}
nav.navbar .navbar-start > .navbar-item {
  position: static;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-start {
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 60px - 60px);
  }
}
nav.navbar .navbar-start a.navbar-item {
  position: relative;
  z-index: 2;
}
nav.navbar .navbar-checkout {
  margin-top: auto;
  margin-right: 0;
  margin-bottom: auto;
  margin-left: auto;
}
nav.navbar .navbar-checkout .back-to-shop {
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 40px;
  transform: translateX(50%);
  padding-left: 10px;
  color: #3e3f44;
  font-weight: 500;
  font-size: 15px;
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-checkout .back-to-shop {
    top: 20px;
    transform: translateX(50%);
  }
}
nav.navbar .navbar-checkout .back-to-shop:before {
  display: block;
  content: " ";
  border-left: 1px solid #3e3f44;
  border-bottom: 1px solid #3e3f44;
  position: absolute;
  left: 0;
  height: 12px;
  width: 12px;
  transform: translateY(-50%) rotate(45deg) scale(1);
  width: 7px;
  height: 7px;
  top: 12px;
}
nav.navbar .navbar-item.has-dropdown {
  /*
    &:nth-child(4) {
      .navbar-link {
        &:after {
          transform: rotate(0deg);
          border-bottom: 4px solid $color-dark-gray;
        }
      }

      .navbar-dropdown.second-level {
        opacity: 1;
        pointer-events: auto;
      }
    }*/
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-item.has-dropdown {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-item.has-dropdown .navbar-dropdown.second-level {
    display: none;
  }
  nav.navbar .navbar-item.has-dropdown .navbar-dropdown.second-level.collapsed {
    display: block;
  }
  nav.navbar .navbar-item.has-dropdown .navbar-dropdown.second-level:after {
    display: none;
  }
}
nav.navbar .navbar-item.has-dropdown > a.navbar-link.hover + .navbar-dropdown.second-level {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
nav.navbar .navbar-item.has-dropdown.hover .navbar-link:after {
  transform: rotate(0deg);
  border-bottom: 4px solid #3e3f44;
}
nav.navbar .navbar-item.has-dropdown.hover .navbar-dropdown.second-level {
  opacity: 1;
  pointer-events: auto;
}
nav.navbar .navbar-item.has-dropdown:hover .navbar-link:after {
  transform: rotate(0deg);
  border-bottom: 4px solid #3e3f44;
}
nav.navbar .navbar-link {
  padding-right: 32px;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  nav.navbar .navbar-link {
    padding-left: 7px;
    padding-right: 22px;
  }
  nav.navbar .navbar-link:after {
    right: 7px;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-link {
    padding-left: 0px;
  }
}
nav.navbar .navbar-link:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #6e6e6e;
  top: 54%;
  transform: rotate(-180deg);
  transform-origin: center;
  transition: transform 0.5s ease;
}
nav.navbar .navbar-menu {
  position: relative;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: static;
  margin-right: 0 !important;
}
nav.navbar .navbar-menu ul.navbar-item {
  position: static;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu {
    box-shadow: none;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 2px solid #dbdbdb;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    left: -30px;
    width: 100vw;
    overflow: hidden;
  }
  nav.navbar .navbar-menu.is-active {
    display: flex;
  }
  nav.navbar .navbar-menu > div {
    width: 100%;
  }
  body.woocommerce-checkout nav.navbar .navbar-menu.is-active {
    min-height: 64px;
  }
}
@media screen and (max-width: 479px) {
  nav.navbar .navbar-menu {
    left: -15px;
  }
}
nav.navbar .navbar-menu a.navbar-item {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  nav.navbar .navbar-menu a.navbar-item {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) and (max-width: 1049px) {
  nav.navbar .navbar-menu a.navbar-item {
    font-size: 16px;
  }
}
nav.navbar .navbar-menu a.navbar-item.menu-item:last-child {
  padding-right: 0 !important;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu a.navbar-item, nav.navbar .navbar-menu a.navbar-link {
    padding: 20px 15px 20px 15px;
    border-top: 1px solid #ffffff;
  }
}
nav.navbar .navbar-menu .navbar-collapse {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-collapse {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
  }
  nav.navbar .navbar-menu .navbar-collapse--arrow {
    height: 70px;
  }
  nav.navbar .navbar-menu .navbar-collapse.navbar-dropdown {
    height: 100%;
  }
  nav.navbar .navbar-menu .navbar-collapse.collapsed:after {
    top: 33px;
    transform: rotate(135deg);
  }
  nav.navbar .navbar-menu .navbar-collapse:after {
    position: absolute;
    content: " ";
    border: 1px solid #3e3f44;
    border-right: 0;
    border-top: 0;
    width: 8px;
    height: 8px;
    top: 29px;
    right: 30px;
    transform: rotate(-45deg);
    transform-origin: center;
  }
}
nav.navbar .navbar-menu .navbar-collapse__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-collapse__inner {
    flex-wrap: wrap;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
  }
}
nav.navbar .navbar-menu .navbar-collapse__inner.narrow .navbar-collapse__teasers {
  padding-left: 300px;
  /*&_teaser_inner {
              width: 60%;
            }*/
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-collapse__inner.narrow .navbar-collapse__teasers {
    padding-left: 0 !important;
  }
}
nav.navbar .navbar-menu .navbar-collapse__menu {
  padding: 50px;
  padding-right: 0;
  min-width: 200px;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-collapse__menu {
    width: 100%;
    padding: 0 25px;
  }
}
nav.navbar .navbar-menu .navbar-collapse__menu h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-collapse__menu h3 {
    display: none;
  }
}
nav.navbar .navbar-menu .navbar-collapse__menu ul, nav.navbar .navbar-menu .navbar-collapse__menu li, nav.navbar .navbar-menu .navbar-collapse__menu li a {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.navbar .navbar-menu .navbar-collapse__menu li {
  position: static;
}
nav.navbar .navbar-menu .navbar-collapse__menu li.reseller-area {
  opacity: 0.6;
  pointer-events: none;
}
nav.navbar .navbar-menu .navbar-collapse__menu li.reseller-area .third-level {
  display: none;
}
body.user-reseller nav.navbar .navbar-menu .navbar-collapse__menu li.reseller-area, body.user-apotheke nav.navbar .navbar-menu .navbar-collapse__menu li.reseller-area, body.user-administrator nav.navbar .navbar-menu .navbar-collapse__menu li.reseller-area {
  opacity: 1;
  pointer-events: inherit;
}
body.user-reseller nav.navbar .navbar-menu .navbar-collapse__menu li.reseller-area .third-level, body.user-apotheke nav.navbar .navbar-menu .navbar-collapse__menu li.reseller-area .third-level, body.user-administrator nav.navbar .navbar-menu .navbar-collapse__menu li.reseller-area .third-level {
  display: block;
}
nav.navbar .navbar-menu .navbar-collapse__menu li a.navbar-item {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}
nav.navbar .navbar-menu .navbar-collapse__menu li a.navbar-item:hover {
  background: none;
  color: #d32121;
}
nav.navbar .navbar-menu .navbar-collapse__menu li a.navbar-item:before {
  content: "";
  background: #f0f0f0;
  height: 1px;
  width: calc(100% - 50px);
  position: absolute;
  left: 0;
  bottom: 0;
}
nav.navbar .navbar-menu .navbar-collapse__menu li span.reseller-area {
  pointer-events: none;
  position: absolute;
  right: 70px;
  top: 50%;
  background: #898989;
  font-size: 9px;
  padding: 1px 3px;
  border-radius: 2px;
  z-index: 10;
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: 700;
  line-height: 14px;
}
nav.navbar .navbar-menu .navbar-collapse__menu li h3 {
  position: relative;
}
nav.navbar .navbar-menu .navbar-collapse__menu li h3 span.reseller-area {
  right: 0px;
}
nav.navbar .navbar-menu .navbar-collapse__menu li:last-child a {
  border-bottom: 0;
}
nav.navbar .navbar-menu .navbar-collapse__teasers {
  width: 70%;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-collapse__teasers {
    width: 100%;
  }
}
nav.navbar .navbar-menu .navbar-collapse__teasers_teaser {
  height: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-collapse__teasers_teaser {
    height: 180px;
  }
}
nav.navbar .navbar-menu .navbar-collapse__teasers_teaser:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}
nav.navbar .navbar-menu .navbar-collapse__teasers_teaser:hover .navbar-collapse__teasers_teaser_inner:after {
  right: -4px;
}
nav.navbar .navbar-menu .navbar-collapse__teasers_teaser_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
nav.navbar .navbar-menu .navbar-collapse__teasers_teaser_inner {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  width: 380px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1099px) {
  nav.navbar .navbar-menu .navbar-collapse__teasers_teaser_inner {
    width: 330px;
  }
}
nav.navbar .navbar-menu .navbar-collapse__teasers_teaser_inner:after {
  position: absolute;
  content: " ";
  border: 1px solid #ffffff;
  border-right: 0;
  border-top: 0;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform: rotate(-135deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
nav.navbar .navbar-menu .navbar-collapse__teasers_teaser p {
  margin-bottom: 0;
  font-size: 16px;
  max-width: 80%;
}
nav.navbar .navbar-menu .has-dropdown {
  /* we are creating rectangular expanding elements to have some tolerance when moving from the main menu item to the overlay */
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .has-dropdown {
    padding-bottom: 15px;
  }
}
nav.navbar .navbar-menu .has-dropdown:hover .hover-area-expander {
  pointer-events: auto;
  /*&--left {
            background: red;
          }

          &--right {
            background: blue;
          }*/
}
nav.navbar .navbar-menu .has-dropdown .hover-area-expander {
  content: " ";
  position: absolute;
  z-index: 10;
  width: 76px;
  height: 76px;
  bottom: -38px;
  transform: rotate(45deg);
  transform-origin: center;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .has-dropdown .hover-area-expander {
    display: none;
  }
}
nav.navbar .navbar-menu .has-dropdown .hover-area-expander--left {
  left: -38px;
}
nav.navbar .navbar-menu .has-dropdown .hover-area-expander--right {
  right: -38px;
}
nav.navbar .navbar-menu .navbar-dropdown {
  border-top: 0;
  border-radius: 2px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: auto;
  right: 0;
  min-height: 505px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: all 0.3s ease;
  transition: opacity 0.3s ease 0.2s;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-dropdown {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-dropdown {
    position: relative;
    width: 100%;
    min-height: 0px;
    pointer-events: auto;
  }
}
nav.navbar .navbar-menu .navbar-dropdown.collapsed {
  opacity: 1;
  pointer-events: auto;
}
nav.navbar .navbar-menu .navbar-dropdown .third-level {
  box-shadow: none;
  min-width: auto;
  top: 0;
  left: 30%;
  min-width: 300px;
  right: 10px;
  width: 0;
  bottom: 0;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-dropdown .third-level {
    min-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
}
nav.navbar .navbar-menu .navbar-dropdown .third-level__inner {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-dropdown .third-level__inner {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-dropdown .third-level__inner a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu .navbar-dropdown {
    padding-bottom: 22px;
    box-shadow: none;
  }
  nav.navbar .navbar-menu .navbar-dropdown.collapsed {
    display: block;
  }
}
nav.navbar .navbar-menu .navbar-dropdown a {
  font-size: 15px;
  padding: 5px 19px;
  color: #3e3f44;
  /*@include until($desktop) {
          padding-left: 15px;
          padding-bottom: 5px;
          border-top: 0;
        }*/
}
@media screen and (min-width: 1024px) {
  nav.navbar .second-level li {
    position: relative;
  }
  nav.navbar .second-level li a.has-children::after {
    border: 3px solid #d32121;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
    margin-top: -0.375em;
    right: 4.125em;
    top: 50%;
    transform: rotate(-135deg);
    font-size: 85%;
  }
  nav.navbar .second-level li:hover .third-level {
    pointer-events: auto;
  }
  nav.navbar .second-level li:hover .third-level__wrapper {
    width: 300px;
  }
  nav.navbar .second-level li .third-level {
    left: 100%;
    top: -6px;
    display: block !important;
    border-top-right-radius: 5px;
    width: 300px;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: none;
    background: transparent;
    height: 100%;
  }
  nav.navbar .second-level li .third-level__wrapper {
    height: 100%;
    width: 0px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: #f6f6f6;
  }
  nav.navbar .second-level li .third-level__inner {
    padding: 50px;
    height: 100%;
  }
  nav.navbar .second-level li .third-level__inner a.navbar-item:before {
    width: 100%;
  }
}
nav.navbar .navbar-meta {
  height: 100%;
  /*@include until($desktop) {
      //top: 17px;
      z-index: 10;
      font-size: $font-size-n;

      right: 50%;
      transform: translateX(50%);
    }*/
}
nav.navbar .navbar-meta > div {
  display: inline-block;
  color: #6e6e6e;
}
nav.navbar .navbar-meta a {
  color: #6e6e6e;
}
nav.navbar .navbar-burger {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 80px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  nav.navbar .navbar-burger {
    height: 60px;
    width: 60px;
  }
}
nav.navbar .navbar-burger:hover {
  background-color: transparent;
}
nav.navbar .navbar-burger span {
  width: 30px;
  height: 2px;
}
nav.navbar .navbar-burger span:nth-child(1) {
  width: 30px;
  top: calc(50% - 9px);
}
nav.navbar .navbar-burger span:nth-child(2) {
  width: 23px;
  top: calc(50% - 1px);
}
nav.navbar .navbar-burger span:nth-child(3) {
  width: 17px;
  top: calc(50% + 7px);
}
nav.navbar .navbar-burger.is-active span:nth-child(1) {
  width: 30px;
  top: calc(50% - 4px);
}
nav.navbar .navbar-burger.is-active span:nth-child(2) {
  width: 30px;
}
nav.navbar .navbar-burger.is-active span:nth-child(3) {
  width: 30px;
  top: calc(50% + 6px);
}
@media screen and (max-width: 1023px) {
  nav.navbar .navbar-menu.is-active .link-faq {
    right: 62px;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar ul.navbar-item {
    padding-bottom: 0;
  }
  nav.navbar .navbar-dropdown {
    padding: 0;
  }
  nav.navbar .second-level a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  nav.navbar .second-level .third-level {
    padding: 0;
  }
  nav.navbar .second-level .third-level a {
    padding-left: 3rem;
    font-size: 95%;
  }
}
.menu-bg-underlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  background-color: #000;
  display: block;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.menu-bg-underlay.is-visible {
  opacity: 0.7;
}
nav.nav-shop {
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  height: 100%;
  z-index: 100;
  /*&:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    left: calc(50% - 1px);
    top: 0;
    height: 100%;
    width: 100vw;
    width: calc(100vw + 2px);
    transform: translateX(-50%);
    z-index: 0;

    //@include gradient-red-purple;
    background: $color-teal; // TMP Teal try
  }*/
}
@media screen and (max-width: 768px) {
  nav.nav-shop {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  nav.nav-shop {
    height: auto;
    max-height: 60px;
  }
  nav.nav-shop.collapsed {
    max-height: 260px;
  }
}
nav.nav-shop.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0px 23px 0 rgba(0, 0, 0, 0.2);
}
nav.nav-shop.fixed + .nav-spacer {
  display: block;
}
nav.nav-shop.fixed .current-menu-item:after {
  bottom: auto;
  top: -17px;
  transform: rotate(180deg);
}
nav.nav-shop + .nav-spacer {
  display: none;
  height: 80px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  nav.nav-shop + .nav-spacer {
    height: 60px;
  }
}
nav.nav-shop .navbar-shop {
  height: 100%;
  display: flex;
}
nav.nav-shop .navbar-shop .navbar-right-wrapper {
  z-index: 1;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #3e3f44;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 479px) {
  nav.nav-shop .navbar-shop .navbar-right-wrapper {
    margin-right: -7.5px;
  }
}
@media screen and (max-width: 1023px) {
  nav.nav-shop .navbar-shop .navbar-right-wrapper {
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  nav.nav-shop .navbar-shop .navbar-right-wrapper {
    height: 100px;
    transition: all 0.3s ease;
  }
  .navbar.fixed nav.nav-shop .navbar-shop .navbar-right-wrapper {
    height: 80px;
  }
}
nav.nav-shop .navbar-shop .navbar-search, nav.nav-shop .navbar-shop .navbar-account, nav.nav-shop .navbar-shop .navbar-cart {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 36px;
  /*a:not(.remove):not(.checkout) {
          padding: 0;
          width: 100%;
        }*/
  /*&.navbar-search {
          > label {
            right: 27px;
          }
        }*/
}
@media screen and (max-width: 1023px) {
  nav.nav-shop .navbar-shop .navbar-search, nav.nav-shop .navbar-shop .navbar-account, nav.nav-shop .navbar-shop .navbar-cart {
    width: 45px;
  }
}
nav.nav-shop .navbar-shop .navbar-search > label, nav.nav-shop .navbar-shop .navbar-account > label, nav.nav-shop .navbar-shop .navbar-cart > label {
  display: none;
  /*
          color: $color-black;
          font-size: $font-size-xs;
          position: absolute;
          bottom: 11px;
          right: 50%;
          transform: translateX(50%);

          @include until($desktop) {
            bottom: 2px;
            font-size: 13px;
          }

          @include until($mobile) {
            transform: translateX(53%);
          }*/
}
nav.nav-shop .navbar-shop .navbar-meta {
  display: inline-block;
  position: relative;
}
nav.nav-shop .navbar-shop .navbar-search {
  display: inline-block;
  height: 100%;
}
nav.nav-shop .navbar-shop .navbar-search #btn-search {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/search-menu-s.svg");
}
nav.nav-shop .navbar-shop .navbar-search .mobile-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*@include until($desktop) {
            top: 3px;
          }*/
}
@media screen and (max-width: 479px) {
  nav.nav-shop .navbar-shop .navbar-search .mobile-search {
    padding: 0 7.5px;
    right: -2px;
  }
}
nav.nav-shop .navbar-shop .navbar-search .mobile-search #searchsubmit {
  pointer-events: none;
  right: 10px;
}
nav.nav-shop .navbar-shop .navbar-search .mobile-search #searchsubmit:active, nav.nav-shop .navbar-shop .navbar-search .mobile-search #searchsubmit:focus {
  outline: 0;
}
@media screen and (max-width: 479px) {
  nav.nav-shop .navbar-shop .navbar-search .mobile-search #searchsubmit {
    transform: scale(0.9) translateY(-50%);
  }
}
nav.nav-shop .navbar-shop .navbar-search .mobile-search #s {
  width: 40px;
  border: 0;
  padding: 0;
  min-height: 40px;
  text-indent: -200px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
}
nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:active, nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 160px;
  border: 0;
  padding: 0 41px 0 12px;
  outline: 0;
  text-indent: 0px;
  box-shadow: none;
  background: #ffffff;
  cursor: auto;
  border-radius: 2px !important;
}
nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:active::-webkit-inner-spin-button, nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:active::-webkit-outer-spin-button, nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:focus::-webkit-inner-spin-button, nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:focus::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:active + #searchsubmit, nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:focus + #searchsubmit {
  background-image: url("../images/icons/search-menu-s.svg");
}
nav.nav-shop .navbar-shop .navbar-search .mobile-search #s:focus + #searchsubmit {
  pointer-events: auto;
}
nav.nav-shop .navbar-shop .navbar-account {
  display: inline-block;
  height: 100%;
}
nav.nav-shop .navbar-shop .navbar-account > ul {
  display: inline-block;
  height: 100%;
}
nav.nav-shop .navbar-shop .navbar-account .is-hoverable:hover ul.is-hover {
  display: block !important;
}
nav.nav-shop .navbar-shop .navbar-account ul.is-hover {
  left: auto;
  right: 0;
  top: 68px;
  overflow: visible !important;
  min-width: 100%;
  position: absolute;
  z-index: 20;
  display: none;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 1px 43px 1px rgba(0, 0, 0, 0.15);
}
nav.nav-shop .navbar-shop .navbar-account ul.is-hover:before {
  content: "";
  position: absolute;
  width: 114%;
  height: 114%;
  left: 50%;
  top: -10px;
  transform: translate(-50%, 0%);
  z-index: -1;
}
nav.nav-shop .navbar-shop .navbar-account .main-item, nav.nav-shop .navbar-shop .navbar-cart__link {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: content-box;
  height: 100%;
}
nav.nav-shop .navbar-shop .navbar-account .main-item {
  display: inline-block;
  height: 100%;
  background-image: url("../images/icons/account-menu-s.svg");
  background-size: auto 18px;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  nav.nav-shop .navbar-shop .navbar-account .main-item {
    transform: scale(0.9);
  }
}
nav.nav-shop .navbar-shop .navbar-account .main-item:after {
  display: none;
}
div.navbar-brand .navbar-cart, .navbar-brand .navbar-cart {
  display: none;
}
@media screen and (max-width: 1023px) {
  div.navbar-brand .navbar-cart, .navbar-brand .navbar-cart {
    display: block;
    position: absolute;
    right: 60px;
    top: 0px;
    height: 80px;
  }
  div.navbar-brand .navbar-cart label, .navbar-brand .navbar-cart label {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  div.navbar-brand .navbar-cart, .navbar-brand .navbar-cart {
    height: 60px;
    right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  div.navbar-brand .navbar-cart__link {
    height: 80px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  div.navbar-brand .navbar-cart__link {
    height: 60px;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1023px) {
  div.navbar-brand .navbar-cart__count {
    top: 19px;
  }
}
@media screen and (max-width: 768px) {
  div.navbar-brand .navbar-cart__count {
    top: 10px;
  }
}
nav.nav-shop .navbar-cart, .navbar-brand .navbar-cart {
  position: relative;
  display: inline-block;
  height: 100%;
  z-index: 2;
}
nav.nav-shop .navbar-cart.zoom .navbar-cart__count, .navbar-brand .navbar-cart.zoom .navbar-cart__count {
  transform: scale(1.15);
}
nav.nav-shop .navbar-cart:hover .navbar-cart__minicart, nav.nav-shop .navbar-cart.show .navbar-cart__minicart, .navbar-brand .navbar-cart:hover .navbar-cart__minicart, .navbar-brand .navbar-cart.show .navbar-cart__minicart {
  opacity: 1;
  pointer-events: auto;
}
nav.nav-shop .navbar-cart:hover .navbar-cart__minicart .remove, nav.nav-shop .navbar-cart.show .navbar-cart__minicart .remove, .navbar-brand .navbar-cart:hover .navbar-cart__minicart .remove, .navbar-brand .navbar-cart.show .navbar-cart__minicart .remove {
  transform: translateZ(0);
  border: 1px outset transparent;
}
nav.nav-shop .navbar-cart__link, .navbar-brand .navbar-cart__link {
  width: 31px;
  background-size: auto 19px;
  background-image: url("../images/icons/cart-menu-s.svg");
}
@media screen and (max-width: 479px) {
  nav.nav-shop .navbar-cart__link, .navbar-brand .navbar-cart__link {
    height: 60px;
    transform: scale(0.9);
  }
}
nav.nav-shop .navbar-cart__count, .navbar-brand .navbar-cart__count {
  position: absolute;
  top: calc(50% - 19px);
  right: -3px;
  background: #d32121;
  color: #ffffff;
  padding: 0px 4px;
  font-size: 12px;
  border-radius: 11px;
  text-align: center;
  font-weight: 700;
  min-width: 20px;
  min-height: 13px;
  border: 2px solid #ffffff;
  line-height: 15px;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (max-width: 1023px) {
  nav.nav-shop .navbar-cart__count, .navbar-brand .navbar-cart__count {
    top: 10px;
  }
}
nav.nav-shop .navbar-cart__count.hidden, .navbar-brand .navbar-cart__count.hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
}
nav.nav-shop .navbar-cart__minicart, .navbar-brand .navbar-cart__minicart {
  background: #ffffff;
  position: absolute;
  top: 68px;
  right: -116px;
  padding: 15px;
  width: 270px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 1px 43px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  nav.nav-shop .navbar-cart__minicart, .navbar-brand .navbar-cart__minicart {
    top: 58px;
  }
}
@media screen and (max-width: 1023px) {
  nav.nav-shop .navbar-cart__minicart, .navbar-brand .navbar-cart__minicart {
    right: -66px;
  }
}
nav.nav-shop .navbar-cart__minicart:before, .navbar-brand .navbar-cart__minicart:before {
  content: "";
  position: absolute;
  width: 114%;
  height: 114%;
  left: 50%;
  top: 12px;
  transform: translate(-50%, 0%);
  z-index: -1;
}
nav.nav-shop .navbar-cart__minicart:after, .navbar-brand .navbar-cart__minicart:after {
  content: " ";
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0px;
  width: 7px;
  height: 7px;
  background: #ffffff;
  transform: rotate(45deg) translateX(-50%);
}
@media screen and (max-width: 1023px) {
  nav.nav-shop .navbar-cart__minicart:after, .navbar-brand .navbar-cart__minicart:after {
    left: 70%;
  }
}
nav.nav-shop .navbar-cart__minicart .woocommerce-mini-cart__empty-message, .navbar-brand .navbar-cart__minicart .woocommerce-mini-cart__empty-message {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  white-space: normal;
}
nav.nav-shop .navbar-cart__minicart .cart_list, .navbar-brand .navbar-cart__minicart .cart_list {
  max-height: 270px;
  overflow-y: scroll;
  margin-bottom: 11px;
  border-bottom: 1px solid #c6c6c6;
}
nav.nav-shop .navbar-cart__minicart .mini_cart_item, .navbar-brand .navbar-cart__minicart .mini_cart_item {
  position: relative;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  overflow: hidden;
}
nav.nav-shop .navbar-cart__minicart .mini_cart_item:last-child, .navbar-brand .navbar-cart__minicart .mini_cart_item:last-child {
  padding-bottom: 12px;
}
nav.nav-shop .navbar-cart__minicart .mini_cart_item a, .navbar-brand .navbar-cart__minicart .mini_cart_item a {
  margin-top: 4px;
}
nav.nav-shop .navbar-cart__minicart .mini_cart_item a, nav.nav-shop .navbar-cart__minicart .mini_cart_item .quantity, .navbar-brand .navbar-cart__minicart .mini_cart_item a, .navbar-brand .navbar-cart__minicart .mini_cart_item .quantity {
  color: #3e3f44;
  font-size: 14px;
  line-height: 15px;
}
nav.nav-shop .navbar-cart__minicart .mini_cart_item .quantity, .navbar-brand .navbar-cart__minicart .mini_cart_item .quantity {
  font-size: 13px;
  font-weight: 500;
  color: #6e6e6e;
}
nav.nav-shop .navbar-cart__minicart .mini_cart_item img, .navbar-brand .navbar-cart__minicart .mini_cart_item img {
  float: left;
  width: 50px;
  margin-top: -2px;
  margin-left: 0;
  margin-right: 7px;
}
nav.nav-shop .navbar-cart__minicart .mini_cart_item .remove, .navbar-brand .navbar-cart__minicart .mini_cart_item .remove {
  position: absolute;
  top: 50%;
  top: calc(50% - 16px);
  right: 2px;
  color: #ffffff !important;
  background: #c6c6c6;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
  line-height: 13px;
  z-index: 10;
}
nav.nav-shop .navbar-cart__minicart .mini_cart_item .remove:hover, .navbar-brand .navbar-cart__minicart .mini_cart_item .remove:hover {
  background: #d32121;
}
nav.nav-shop .navbar-cart__minicart .total, .navbar-brand .navbar-cart__minicart .total {
  font-size: 14px;
  color: #3e3f44;
  margin-bottom: 11px;
}
nav.nav-shop .navbar-cart__minicart .total strong, .navbar-brand .navbar-cart__minicart .total strong {
  font-weight: 600;
}
nav.nav-shop .navbar-cart__minicart .total .amount, .navbar-brand .navbar-cart__minicart .total .amount {
  float: right;
  font-weight: 600;
}
nav.nav-shop .navbar-cart__minicart .buttons, .navbar-brand .navbar-cart__minicart .buttons {
  margin-bottom: 0;
}
nav.nav-shop .navbar-cart__minicart .buttons .button, .navbar-brand .navbar-cart__minicart .buttons .button {
  width: 100%;
  background: #f0f0f0;
  color: #3e3f44;
  font-size: 14px;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  height: auto;
}
nav.nav-shop .navbar-cart__minicart .buttons .button.wc-forward:first-child(), .navbar-brand .navbar-cart__minicart .buttons .button.wc-forward:first-child() {
  display: none;
}
nav.nav-shop .navbar-cart__minicart .buttons .button.checkout, .navbar-brand .navbar-cart__minicart .buttons .button.checkout {
  background: #9f1e3a;
  color: #ffffff;
  margin-top: 6px;
}
body .social-media-share-icons {
  margin-top: 10px;
  text-align: center;
}
body .social-media-share-icons img {
  max-width: 42px;
}
body .social-media-share-icons a {
  font-size: 2rem;
  position: relative;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin-right: 5px;
}
body .social-media-share-icons a .fa {
  transition: 0.2s;
}
body .social-media-share-icons a .fa:hover {
  transform: scale(1.2);
}
body .social-media-share-icons a .tumblr {
  color: #2c394c;
}
body .social-media-share-icons a .facebook {
  color: #3b5999;
}
body .social-media-share-icons a .linkedin {
  color: #0077b5;
}
body .social-media-share-icons a .twitter {
  color: #1da1f3;
}
body .social-media-share-icons a .pinterest {
  color: #cb2026;
}
body .social-media-share-icons a .google-plus {
  color: #dd4c3b;
}
body .social-media-share-icons a .reddit {
  color: #ff4501;
}
.title-linker {
  display: inline-block;
  position: relative;
  width: 100%;
}
.video-wrapper {
  position: relative;
  width: 100%;
}
.video-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d9fa6+0,c4a452+66,c4a452+66 */
  background: #5d9fa6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #5d9fa6 0%, #c4a452 70%, #c4a452 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #5d9fa6 0%, #c4a452 70%, #c4a452 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5d9fa6 0%, #c4a452 70%, #c4a452 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d9fa6", endColorstr="#c4a452",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  overflow: hidden;
}
.blog-teaser {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .blog-teaser {
    margin-top: 21px;
  }
}
.blog-teaser--full {
  margin-top: 40px;
}
.blog-teaser_image {
  position: relative;
  width: 100%;
  transition: box-shadow 0.4s ease;
  padding: 25px !important;
  box-shadow: inset 0 0 0 2px #d32121;
  border-radius: 50%;
}
.blog-teaser_image_holder {
  position: relative;
}
.blog-teaser_image_holder:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.blog-teaser:not(.member):hover .blog-teaser_image {
  box-shadow: inset 0 0 0px 35px #d32121;
}
.blog-teaser_image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #d32121;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.36s ease;
  transform: scale3d(1, 1, 1);
}
.blog-teaser:not(.member):hover .blog-teaser_image-inner {
  transform: scale3d(1.024, 1.024, 1.024);
}
.blog-teaser_box {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.blog-teaser_title {
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 15px;
}
.blog-teaser h3.blog-teaser_title {
  font-size: 24px;
  margin-bottom: 16px;
}
.blog-teaser time {
  margin-bottom: 15px;
  display: block;
}
.blog-teaser_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(90px, -140px);
  }
  40% {
    transform: translate(-90px, 120px);
  }
  60% {
    transform: translate(-150px, -60px);
  }
  80% {
    transform: translate(0px, 90px);
  }
  80% {
    transform: translate(0px, 0px);
  }
}
.you-teaser {
  position: relative;
  margin-top: -20px;
}
.you-teaser .round-image {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d9fa6+0,c4a452+66,c4a452+66 */
  background: #5d9fa6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #5d9fa6 0%, #c4a452 70%, #c4a452 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #5d9fa6 0%, #c4a452 70%, #c4a452 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5d9fa6 0%, #c4a452 70%, #c4a452 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d9fa6", endColorstr="#c4a452",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -60px;
  font-size: 80px;
  color: #ffffff;
  font-weight: 300;
}
.you-teaser .round-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 1023px) {
  .you-teaser .round-image {
    margin: 0 -36px;
  }
}
.you-teaser .round-image span {
  transform: translate(0px, 0px);
  animation: float 18s ease-in-out infinite;
}
body .is-content .tabs {
  margin-bottom: 10px;
}
.tabs ul {
  margin-bottom: 0 !important;
}
.tabs ul li {
  padding: 0 !important;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.tabs ul li:before {
  display: none;
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
.icons {
  margin-top: 40px;
}
.icons .icon {
  text-align: center;
}
.icons .icon-image {
  width: 150px;
  height: 150px;
  display: flex;
  border: 2px solid #d32121;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  padding: 40px;
  box-sizing: border-box;
}
.icons .icon h3 {
  margin-bottom: 30px;
}
.icons .icon p {
  font-size: 15px;
}
.icon {
  height: auto;
  width: 100%;
}
.team.columns {
  display: flex;
}
@media screen and (max-width: 479px) {
  .team.columns .column {
    width: 100%;
  }
}
.team .member {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.team .member-image {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .team .member-image {
    margin-bottom: 20px;
  }
}
.team .member-title {
  font-weight: 600;
}
.team .member-role {
  margin-bottom: 5px;
}
.team .member-links {
  margin-top: 4px;
}
.team .member-links > a {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.team .member-links > a:after {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
  opacity: 1;
  box-shadow: 0 0 0 2px #d32121;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  padding: 0px;
  z-index: -1;
  transition: none;
}
.team .member-links > a:hover:after {
  transform: scale(1.3);
  opacity: 0;
  transition: transform 0.3s, opacity 0.4s;
}
.team .member-links img {
  width: 22px;
  height: 22px;
}
.team .member-more {
  cursor: pointer;
}
.team .member .modal .member-title {
  margin-bottom: 15px;
}
.network .blog-teaser_image {
  padding: 18px !important;
}
.network .network-url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.author-wrapper {
  margin-top: 40px;
}
.author {
  color: #ffffff;
  display: inline-block;
}
.author .img-wrapper {
  background-image: url("../images/icons/user-feedback.svg");
  width: 117px;
  height: 117px;
  background-size: cover;
  border: 0 !important;
}
.author .img-wrapper img {
  width: 100%;
  height: 100%;
}
.author .label {
  margin-top: 9px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
.author .label .name, .author .label .posted-on {
  line-height: 18px;
}
.author .label .name {
  font-weight: 500;
  display: block;
}
.author .label .posted-on {
  font-size: 14px;
  font-style: italic;
  display: block;
}
.btn {
  display: inline-block;
  padding: 9px 32px;
  font-size: 15px;
  font-weight: 500;
  background: #3e3f44;
  color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 2px;
  overflow: hidden;
  /* colors */
  /* video */
  /* sizes */
}
.btn:hover {
  background: #6e6e6e;
  color: #ffffff;
}
.btn--deep-red {
  background: #9f1e3a;
}
.btn--deep-red:hover {
  background: #6e6e6e;
  color: #ffffff;
}
.btn--gray {
  background: #dbdbdb;
  color: #3e3f44;
}
.btn--gray:hover {
  background: #6e6e6e;
  color: #ffffff;
}
.btn--darkgray {
  background: #3e3f44;
  color: #ffffff;
}
.btn--darkgray:hover {
  background: #6e6e6e;
  color: #ffffff;
}
.btn--bluegreen {
  background: #018174;
  color: #ffffff;
}
.btn--bluegreen:hover {
  background: #6e6e6e;
  color: #ffffff;
}
.btn--white {
  background: #ffffff;
  color: #3e3f44;
}
.btn--white:hover {
  background: #f0f0f0;
  color: #3e3f44;
}
.btn--video {
  border-radius: 22px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.btn--video:hover {
  background: rgba(0, 0, 0, 0.6);
}
.btn--video:before {
  position: relative;
  bottom: -1px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url("../images/icons/play.svg");
  background-size: contain;
  background-position: center;
  margin-right: 6px;
}
.btn--narrow {
  padding-top: 6px;
  padding-bottom: 6px;
}
.block.block-features {
  margin-top: -70px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .block.block-features {
    margin-top: -49px;
  }
}
.features {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  body.woocommerce-checkout .features {
    display: none;
  }
}
.features .feature {
  margin-bottom: 30px;
}
.features .feature img {
  margin-bottom: 5px;
}
.features .feature h4 {
  font-size: 14px;
  margin-bottom: 3px;
}
.features .feature p {
  font-size: 15px;
  margin-bottom: 0;
  max-width: 160px;
  margin: 0 auto;
}
.features--wide {
  position: relative;
  background: #018174;
  color: #ffffff;
}
.features--wide .inner {
  padding: 70px 32px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .features--wide .inner {
    padding: 40px 15px;
  }
}
.features--wide:before {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  content: " ";
  position: absolute;
  background: #018174;
  height: 100%;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
}
body.show-filter .features--wide:before {
  z-index: -1;
}
.features--wide .feature {
  width: 33.33%;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .features--wide .feature {
    width: 100%;
    margin: 12px 0;
  }
}
.features--wide .feature img {
  margin: 0 30px;
}
@media screen and (max-width: 1023px) {
  .features--wide .feature img {
    width: 70px;
    margin: 0 15px;
  }
}
.features--wide .feature a {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .features--wide .feature p {
    font-size: 14px;
  }
}
.features--simple {
  margin-top: 4px;
}
.features--simple .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features--simple .feature {
  display: inline-block;
  width: 70px;
  margin-bottom: 0;
  vertical-align: top;
}
.features--simple .feature img {
  max-width: 40px;
  max-height: 40px;
  height: auto;
  margin-bottom: 0;
}
.features--simple .feature h4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.features--simple .feature p {
  display: none;
}
.content-header {
  min-height: 450px;
  background: #f0f0f0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  .content-header {
    min-height: 250px;
    margin-bottom: 30px;
  }
}
.content-header--Weiss {
  color: #ffffff;
}
.content-header--Weiss h2, .content-header--Weiss h1 {
  text-shadow: 0px 0.5px 12px rgba(0, 0, 0, 0.25);
}
.content-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
}
.content-header .inner h2, .content-header .inner h1 {
  text-align: center;
  width: 100%;
}
.content-header .inner h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
@media screen and (max-width: 479px) {
  .content-header .inner h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.content-header .inner h1 {
  font-size: 28px;
  font-weight: 100;
}
@media screen and (max-width: 479px) {
  .content-header .inner h1 {
    font-size: 25px;
  }
}
.content-archive-header {
  min-height: 260px;
  background: #f0f0f0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: url("../images/background_flower_pattern.jpg") center repeat;
  background-size: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width: 479px) {
  .content-archive-header {
    margin-bottom: 30px;
    min-height: 220px;
  }
}
.content-archive-header--lexikon {
  background: url("../images/background_flower_lexikon_pattern.jpg") center repeat;
  background-size: 400px;
}
.content-archive-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content-archive-header .inner .wrapper {
  padding: 20px;
}
.content-archive-header .inner h1 {
  font-size: 28px;
  width: 100%;
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width: 479px) {
  .content-archive-header .inner h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.content-archive-header .inner p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  max-width: 720px;
  font-size: 18px;
}
@media screen and (max-width: 479px) {
  .content-archive-header .inner p {
    font-size: 15px;
  }
}
.explore-teaser {
  max-width: 350px;
  margin: 60px auto 85px auto;
  position: relative;
}
.explore-teaser__inner {
  padding: 15px;
  background: #f0f0f0;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  overflow: visible;
}
.explore-teaser__inner:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 74px;
  background-image: url("../images/icons/leaf-top-left.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -36px;
  left: -50px;
  pointer-events: none;
}
.explore-teaser__inner:after {
  position: absolute;
  content: "";
  width: 68px;
  height: 42px;
  background-image: url("../images/icons/leaf-bottom-right.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -35px;
  bottom: -21px;
  pointer-events: none;
}
.explore-teaser__inner .logo {
  max-width: 193px;
  margin-top: 2px;
  margin-bottom: 12px;
}
.explore-teaser__inner p {
  line-height: 115%;
}
.explore-teaser__inner .btn {
  position: absolute;
  bottom: 0;
  word-break: unset;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.cookies-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-height: 100px;
  background: #f0f0f0;
  text-align: center;
  box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.1);
}
.cookies-banner.hidden {
  display: none;
}
.cookies-banner__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
}
.cookies-banner__inner p {
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 5px;
}
.cookies-banner__inner p a {
  color: inherit;
  text-decoration: underline;
}
.cookies-banner__inner .btn {
  font-size: 14px;
  background: #3e3f44;
  color: #ffffff;
  padding: 3px 4px;
  margin-left: 12px;
  text-decoration: none;
  display: inline;
}
.multicountry-switcher {
  position: relative;
  z-index: 99;
  font-size: 16px;
  text-transform: none;
  color: #3e3f44;
  font-weight: 400;
  height: 100%;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.multicountry-switcher:not(.uncollapsed):hover > .multicountry-switcher_selector, .multicountry-switcher:not(.uncollapsed):focus > .multicountry-switcher_selector, .multicountry-switcher:not(.uncollapsed):active > .multicountry-switcher_selector, .multicountry-switcher.collapsed > .multicountry-switcher_selector {
  opacity: 1;
  pointer-events: auto;
  max-height: 120px;
}
.multicountry-switcher:not(.uncollapsed):hover > .multicountry-switcher_baseinfo, .multicountry-switcher:not(.uncollapsed):focus > .multicountry-switcher_baseinfo, .multicountry-switcher:not(.uncollapsed):active > .multicountry-switcher_baseinfo, .multicountry-switcher.collapsed > .multicountry-switcher_baseinfo {
  opacity: 0.7;
  color: #3e3f44;
}
.multicountry-switcher:not(.uncollapsed):hover > .multicountry-switcher_baseinfo:after, .multicountry-switcher:not(.uncollapsed):focus > .multicountry-switcher_baseinfo:after, .multicountry-switcher:not(.uncollapsed):active > .multicountry-switcher_baseinfo:after, .multicountry-switcher.collapsed > .multicountry-switcher_baseinfo:after {
  transform: rotate(135deg);
}
.multicountry-switcher_country, .multicountry-switcher_lang {
  padding: 0 5px;
}
@media screen and (max-width: 1023px) {
  .multicountry-switcher_country, .multicountry-switcher_lang {
    padding: 0 10px;
  }
}
.multicountry-switcher_country {
  height: 100%;
  padding: 0 5px;
}
.multicountry-switcher_country p.title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}
.multicountry-switcher_country select {
  width: 100%;
  margin-bottom: 15px;
  border: 0;
  background: #f0f0f0;
  font-size: 15px;
  height: 35px;
  -webkit-appearance: none;
  padding-left: 12px;
  padding-right: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEKADAAQAAAABAAAACAAAAABHDY+LAAAAWUlEQVQoFWPs7OxsYGBgqAdickAj8549ew64uroyAnU7kGhCY3l5eQMzSBMZhoA1g/SCDSDRELhmFAOINARFM4YBBAzB0IzVAByGYNUMUosXgKIYGs041QEAiXEt4fVtTWQAAAAASUVORK5CYII=);
  background-size: 8px 4px;
  background-position: center right 9px;
  background-repeat: no-repeat;
}
.multicountry-switcher_country select:last-of-type {
  margin-bottom: 0;
}
.multicountry-switcher_country .submit {
  color: #ffffff !important;
  width: 100%;
}
.multicountry-switcher_country:hover .multicountry-switcher_selector {
  opacity: 1;
  pointer-events: auto;
}
.multicountry-switcher_lang {
  padding: 0 5px;
  padding-right: 0;
  color: #3e3f44;
  height: 100%;
}
.multicountry-switcher_lang:hover .multicountry-switcher_selector {
  opacity: 1;
  pointer-events: auto;
}
.multicountry-switcher_lang .multicountry-switcher_selector {
  width: 50px;
  right: -11px;
  padding: 13px 13px 11px 14px;
}
.multicountry-switcher_lang .multicountry-switcher_selector li {
  padding: 2px 0;
}
.multicountry-switcher_lang .multicountry-switcher_selector li.current-lang a {
  color: #d32121;
}
.multicountry-switcher_lang .multicountry-switcher_selector li a {
  font-weight: 500;
  text-transform: uppercase;
}
.multicountry-switcher_baseinfo {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
  /*&:after {
      border: 1px solid $color-med-gray;
      border-right: 0;
      border-top: 0;
      content: " ";
      display: block;
      height: 5px;
      pointer-events: none;
      position: absolute;
      transform: rotate(-45deg);
      transform-origin: 2px 3px;
      width: 5px;
      margin-top: -0.375em;
      left: -6px;
      top: 12px;
      transition: transform 0.3s ease;
    }*/
}
.multicountry-switcher_baseinfo > span {
  margin: 0 2px;
}
.multicountry-switcher_baseinfo--lang {
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
}
.multicountry-switcher_baseinfo--icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/globe-menu-s.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.multicountry-switcher_baseinfo--country {
  display: inline-block;
  margin-right: 0 !important;
  text-align: right;
}
.multicountry-switcher_selector {
  position: absolute;
  z-index: 1000;
  top: 71px;
  right: -53px;
  width: 200px;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 17px 20px 15px;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .multicountry-switcher_selector {
    right: -13px;
  }
}
@media screen and (min-width: 1440px) {
  .multicountry-switcher_selector {
    right: -53px;
  }
}
@media screen and (max-width: 1023px) {
  .multicountry-switcher_selector {
    top: 51px;
  }
}
.multicountry-switcher_selector:after {
  content: " ";
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0px;
  width: 7px;
  height: 7px;
  background: #ffffff;
  transform: rotate(45deg) translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .multicountry-switcher_selector:after {
    left: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .multicountry-switcher_selector:after {
    left: 50%;
  }
}
.multicountry-checkout-switcher .multicountry-switcher_selector {
  min-width: 173px;
}
.multicountry-switcher_selector_inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.multicountry-switcher_selector_inner > div {
  margin: 0 2px;
  display: flex;
}
.multicountry-switcher_selector_inner > div ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.multicountry-switcher_selector_inner > div li {
  display: block;
  list-style: none;
  text-align: right;
}
.multicountry-switcher_selector_langs, .multicountry-switcher_selector_langs li, .multicountry-switcher_selector_langs a {
  text-align: right;
}
.multicountry-switcher_selector_divider {
  position: relative;
  width: 17px;
  min-width: 17px;
}
.multicountry-switcher_selector_divider:after {
  position: absolute;
  content: "";
  z-index: 10;
  width: 1px;
  background: #6e6e6e;
  left: 50%;
  top: 5px;
  bottom: 6px;
}
.multicountry-switcher_selector_countries {
  text-align: right;
  margin-right: 0 !important;
}
.multicountry-switcher_selector_countries, .multicountry-switcher_selector_countries li, .multicountry-switcher_selector_countries a {
  text-align: right;
  white-space: nowrap;
  color: inherit;
}
.multicountry-switcher .lang_selector a.active {
  display: none;
}
#billing_country_field {
  position: relative;
}
#billing_country_field .multicountry-switcher {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 12px;
}
#billing_country_field .multicountry-switcher_baseinfo {
  opacity: 0.8;
}
#billing_country_field .multicountry-switcher_baseinfo:after {
  top: 10px;
}
.multicountry-footer {
  color: #ffffff;
}
.multicountry-footer a {
  color: #6e6e6e;
}
.multicountry-footer .multicountry-switcher {
  display: inline-block;
  color: #ffffff;
}
.multicountry-footer .multicountry-switcher_selector {
  color: #3e3f44;
}
/*
** eKomi overwrites
*/
body .ekomi-widget-container .prc {
  max-width: 100%;
}
body .prc .ptopleft, body .prc .colored-section {
  background: #ffffff;
}
body .prc .review-text {
  font-weight: 300;
}
/*#tab-title-reviews {
  display: none !important;
}
*/
.local-reviews-wrapper {
  padding: 0 45px;
}
.local-reviews-wrapper h2:first-of-type {
  display: none;
}
@media screen and (max-width: 1023px) {
  .local-reviews-wrapper {
    padding: 0 20px;
  }
}
/* Judge.me overwrites */
#judgeme_product_reviews {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Product archive */
section.related li.product .jdgm-widget {
  font-size: 12px;
}
li.product .jdgm-prev-badge::before {
  content: "(" attr(data-number-of-reviews) ")";
  /* Display the number of reviews in parentheses */
  color: var(--wp--preset--color--palette-color-1);
  font-size: inherit;
  /* Use the same font size as the text */
  visibility: visible;
  /* Ensure the content is visible */
}
li.product .jdgm-prev-badge__text {
  display: none;
  /* Hide the original text that says "Bewertungen" */
}
li.product .title-review-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* Allow the elements to wrap to the next line */
  align-items: center;
  /* Vertically center the title and review widget */
  width: 100%;
  margin-bottom: 5px;
}
li.product .woocommerce-loop-product__title {
  flex: 1 1 auto;
  /* Allow the title to grow and shrink */
  margin: 0;
  padding: 0;
  white-space: nowrap;
  /* Prevents title from wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds ellipsis if the title is too long */
  margin-bottom: 0 !important;
}
li.product .jdgm-widget {
  font-size: 15px;
  flex-shrink: 0;
  /* Prevents widget from shrinking */
  margin-left: auto;
  /* Push the widget to the right */
  white-space: nowrap;
  /* Prevents widget content from wrapping */
  min-width: 50px;
  /* Set a minimum width to avoid early wrapping */
  margin-top: 5px;
  /* Adjust spacing when it wraps to a new line */
  text-align: right;
  /* Align the content inside the widget to the right */
}
@media screen and (max-width: 1239px) {
  li.product .jdgm-widget {
    font-size: 12px;
  }
}
body .jdgm-preview-badge .jdgm-star, body .jdgm-rev-widg .jdgm-star, body .jdgm-revs-tab .jdgm-star, body .jdgm-all-reviews .jdgm-star, body .jdgm-gallery-popup .jdgm-star {
  color: var(--wp--preset--color--palette-color-2) !important;
}
body .jdgm-histogram__bar-content {
  background-color: var(--wp--preset--color--palette-color-1) !important;
}
body .jdgm-row-actions, body .jdgm-rev-widg__body {
  max-width: 750px;
  margin: 0 auto;
}
body .botschafter-related.block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.botschafter-related h3 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important;
}
.slick-no-slide .slick-slide {
  float: none;
  display: inline-block;
}
/* Buttons */
.btn--search {
  font-size: 1.5em;
}
.btn--hidden {
  pointer-events: none;
  opacity: 0;
}
/* Reset Search Input */
.search__input {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
.search__input:focus {
  outline: none;
}
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
@media screen and (max-width: 40em) {
  .codrops-header {
    display: block;
    padding: 4em 1em 0;
    text-align: center;
  }
  .codrops-header__side {
    margin: 0 auto;
  }
  .codrops-links {
    font-size: 0.85em;
    margin: 0 auto;
  }
  .search-wrap {
    font-size: 0.85em;
    position: absolute;
    top: 2.15em;
    right: 2em;
  }
  .bottom-nav {
    padding: 0.5em;
  }
  .codrops-demos {
    text-align: center;
  }
  .codrops-demos a {
    margin-bottom: 1em;
  }
  .codrops-demos span {
    display: block;
    margin: 0 auto 1em;
    text-align: center;
  }
}
/* Layout for search container */
.search-modal {
  position: relative;
  text-align: center;
}
body .search-modal {
  position: fixed;
  z-index: 1000;
  top: -1px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: calc(100vh + 1px);
}
body .search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
}
.search__inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  background: #f0f0f0;
}
.search__inner--up {
  color: #dce6e6;
  background: #018174;
}
.search__inner--down {
  top: 50%;
  color: #dce6e6;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0.9;
}
.search__inner--down a {
  color: #ffffff;
  text-transform: underline;
}
.btn--search-close {
  font-size: 2em;
  position: absolute;
  z-index: 100;
  top: 1.25em;
  right: 1.25em;
  display: none;
  border: 0;
}
body .btn--search-close {
  display: block;
}
.search__form {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;
}
.search__input {
  font-family: inherit;
  font-size: 7vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0.1em 0;
  color: inherit;
  border-bottom: 4px solid;
}
.search__input::-webkit-input-placeholder {
  opacity: 0.1;
  /* WebKit, Blink, Edge */
  color: #fff;
}
.search__input::-moz-placeholder {
  opacity: 0.1;
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.search__input:-ms-input-placeholder {
  opacity: 0.1;
  /* Internet Explorer 10-11 */
  color: #fff;
}
.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search__input::-ms-clear {
  display: none;
}
.search__info {
  font-size: 90%;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
}
.search__related {
  display: flex;
  width: 75%;
  max-width: 900px;
}
.search__suggestion {
  width: 50%;
  padding: 0 1em 0 0;
  text-align: left;
}
.search__suggestion:last-child {
  padding: 0 0 0 1em;
}
.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}
.search__suggestion h3::before {
  content: "⇾";
  display: inline-block;
  padding: 0 0.5em 0 0;
}
.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
  max-width: 330px;
}
/************************/
/* Transitions      */
/************************/
body .main-wrap {
  transition: transform 0.6s, opacity 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
body .main-wrap--hide {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
}
body .search-modal {
  pointer-events: none;
}
body .search--open {
  pointer-events: auto;
}
body .search--open .search__form {
  opacity: 1;
}
body .search::before {
  opacity: 0;
  transition: opacity 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
body .search--open::before {
  opacity: 1;
}
/* Search button */
.btn--search {
  transition: opacity 0s;
}
.main-wrap--hide .btn--search {
  opacity: 0;
  transition-delay: 0s;
}
/* Close button */
.btn--search-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.search--open .btn--search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* Halfs */
body .search__inner {
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
body .search__inner--up {
  transform: translate3d(0, -100%, 0);
}
body .search__inner--down {
  transform: translate3d(0, 100%, 0);
}
body .search--open .search__inner {
  transform: translate3d(0, 0, 0);
}
body .search__suggestion {
  transform: translate3d(0, 150px, 0);
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
body .search--open .search__suggestion {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.05s;
}
body .search--open .search__suggestion:last-child {
  transition-delay: 0.1s;
}
@media screen and (max-width: 40em) {
  .btn--search-close {
    font-size: 1.25em;
  }
  .search__suggestion {
    width: 100%;
  }
  .search__suggestion:last-child {
    display: none;
  }
}
.nav-banner {
  cursor: pointer;
}
.nav-banner {
  background: linear-gradient(-60deg, #B3A280, #8C7E65, #BFAE8E);
  background-size: 400% 400%;
  animation: gradient 45s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.nav-banner, .nav-banner h3, .nav-banner h4, .nav-banner p {
  color: #ffffff;
}
.nav-banner.collapsed .content:after {
  transform: rotate(-180deg);
}
.nav-banner.collapsed .content_collapsed {
  max-height: 1000px;
}
.nav-banner .inner {
  padding: 30px 70px;
}
@media screen and (max-width: 1023px) {
  .nav-banner .inner {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .nav-banner .inner {
    padding: 10px 20px;
  }
}
.nav-banner .close {
  position: absolute;
  right: 55px;
  top: 32px;
  width: 34px;
  height: 34px;
  opacity: 1;
}
.nav-banner .close:before, .nav-banner .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 19px;
  width: 2px;
  background-color: #fff;
}
.nav-banner .close:before {
  transform: rotate(45deg);
}
.nav-banner .close:after {
  transform: rotate(-45deg);
}
.nav-banner .content_top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .nav-banner .content_top {
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .nav-banner .content_top h3 {
    font-size: 90%;
  }
}
@media screen and (max-width: 768px) {
  .nav-banner .content_top h3 {
    display: none;
  }
}
.nav-banner .content_top .logo {
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 1023px) {
  .nav-banner .content_top .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .nav-banner .content_top .logo {
    max-width: 60px;
    display: flex;
    align-items: center;
  }
}
.nav-banner .content_top .logo img {
  width: 100%;
}
.nav-banner .content_top .content {
  position: relative;
  padding-left: 40px;
  padding-right: 160px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .nav-banner .content_top .content {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .nav-banner .content_top .content {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .nav-banner .content_top .content p {
    display: none;
  }
}
.nav-banner .content_top .content:after {
  position: absolute;
  top: 70px;
  right: 30px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 1023px) {
  .nav-banner .content_top .content:after {
    display: none;
  }
}
.nav-banner .content_collapsed {
  max-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .nav-banner .content_collapsed {
    display: none;
  }
}
.nav-banner .content_collapsed .banner-slider-wrapper {
  padding: 30px 120px 30px 120px;
}
.nav-banner .content_collapsed .banner-slider {
  max-width: 100%;
  padding: 0 70px;
}
.nav-banner .content_collapsed .banner-slider .slick-track {
  display: flex;
}
.nav-banner .content_collapsed .banner-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.nav-banner .content_collapsed .banner-slider .slick-prev, .nav-banner .content_collapsed .banner-slider .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  color: transparent;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
}
.nav-banner .content_collapsed .banner-slider .slick-prev:after, .nav-banner .content_collapsed .banner-slider .slick-next:after {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
}
.nav-banner .content_collapsed .banner-slider .slick-prev.slick-disabled, .nav-banner .content_collapsed .banner-slider .slick-next.slick-disabled {
  cursor: auto;
  opacity: 0.1;
}
.nav-banner .content_collapsed .banner-slider .slick-prev:focus, .nav-banner .content_collapsed .banner-slider .slick-prev:hover, .nav-banner .content_collapsed .banner-slider .slick-prev:active, .nav-banner .content_collapsed .banner-slider .slick-next:focus, .nav-banner .content_collapsed .banner-slider .slick-next:hover, .nav-banner .content_collapsed .banner-slider .slick-next:active {
  outline: none;
}
.nav-banner .content_collapsed .banner-slider .slick-prev {
  left: -30px;
}
.nav-banner .content_collapsed .banner-slider .slick-prev:after {
  transform: rotate(90deg);
}
.nav-banner .content_collapsed .banner-slider .slick-next {
  right: -30px;
}
.nav-banner .content_collapsed .banner-slider .slick-next:after {
  transform: rotate(-90deg);
}
.nav-banner .content_collapsed .banner-slider_slide {
  position: relative;
}
.nav-banner .content_collapsed .banner-slider_slide_inner {
  display: flex;
  padding: 0 15px;
}
.nav-banner .content_collapsed .banner-slider_slide_image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
}
.nav-banner .content_collapsed .banner-slider_slide_image img {
  width: 100%;
  height: auto;
}
.nav-banner .content_collapsed .banner-slider_slide_content {
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav-banner .content_collapsed .banner-slider_slide_content h4 {
  margin-bottom: 2px;
}
.nav-banner .content_collapsed .banner-slider_slide_content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 108%;
}
.nav-banner .content_collapsed .banner-slider_slide_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block, .block:not(:last-child) {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .block, .block:not(:last-child) {
    margin-top: 49px;
    margin-bottom: 49px;
  }
}
.block-header-image:first-child {
  margin-top: -30px;
}
.block-header-big:first-child {
  margin-top: -50px;
}
.block.align-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.block.bg-gray {
  position: relative;
}
.block.bg-gray .inner-spacer {
  padding: 70px 0;
}
@media screen and (max-width: 1023px) {
  .block.bg-gray .inner-spacer {
    padding: 49px 0;
  }
}
.block.bg-gray:before {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  content: " ";
  position: absolute;
  background: #f0f0f0;
  height: 100%;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
}
.block .button-wrapper {
  text-align: center;
  margin-top: 40px;
  line-height: 0;
}
.block .button-wrapper a.btn {
  line-height: 1px;
}
.block .block-inner {
  position: relative;
  z-index: 1;
}
.block.block-features {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.block-header-image {
  color: #ffffff;
}
.block-header-image.loaded .inner .bg-image {
  transform: scale(1);
}
.block-header-image .inner {
  position: relative;
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
}
@media screen and (max-width: 1023px) {
  .block-header-image .inner {
    height: 528px;
  }
}
@media screen and (max-width: 768px) {
  .block-header-image .inner {
    height: 396px;
  }
}
@media screen and (max-width: 479px) {
  .block-header-image .inner {
    height: 330px;
  }
}
.block-header-image .inner.video {
  height: 792px;
}
@media screen and (max-width: 1023px) {
  .block-header-image .inner.video {
    height: 634px;
  }
}
@media screen and (max-width: 768px) {
  .block-header-image .inner.video {
    height: 495px;
  }
}
@media screen and (max-width: 479px) {
  .block-header-image .inner.video {
    height: 528px;
  }
}
.block-header-image .inner .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 0;
  transition: all 1.2s ease;
  transform: scale(1.02);
  pointer-events: none;
}
@media only screen and (max-width: 1450px) {
  .block-header-image .inner .bg-image {
    background-position: 42% center;
  }
}
@media only screen and (max-width: 1340px) {
  .block-header-image .inner .bg-image {
    background-position: 40% center;
  }
}
@media only screen and (max-width: 1200px) {
  .block-header-image .inner .bg-image {
    background-position: 20% center;
  }
}
@media only screen and (max-width: 970px) {
  .block-header-image .inner .bg-image {
    background-position: 10% center;
  }
}
@media only screen and (max-width: 700px) {
  .block-header-image .inner .bg-image {
    background-position: 12% center;
  }
}
@media only screen and (max-width: 350px) {
  .block-header-image .inner .bg-image {
    background-position: 25% center;
  }
}
.block-header-image .inner .bg-image .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-header-image .inner .bg-image .bg-video video {
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
  /* % of current element */
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
  object-fit: cover;
}
.block-header-image .lower {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .block-header-image .lower {
    bottom: 25px;
  }
}
.block-header-image .video-modal {
  position: fixed;
  z-index: 9999999999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 1.2s ease;
  background: rgba(0, 0, 0, 0.85);
}
.block-header-image .video-modal .btn--search-close {
  opacity: 0.8;
  display: flex;
  align-items: center;
  top: 0px;
  right: 0px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: auto;
  background: white;
  border-radius: 36px;
  color: black;
  font-size: 13px;
  text-transform: uppercase;
  top: 20px;
  right: 50%;
  padding: 8px 13px;
  height: auto;
  transform: translateX(50%);
  transition: all 0.3s ease;
}
.block-header-image .video-modal .btn--search-close:focus, .block-header-image .video-modal .btn--search-close:hover, .block-header-image .video-modal .btn--search-close:active {
  outline: none;
}
@media screen and (max-width: 479px) {
  .block-header-image .video-modal .btn--search-close {
    opacity: 1;
  }
}
.block-header-image .video-modal .btn--search-close:hover {
  opacity: 1;
}
.block-header-image .video-modal .btn--search-close svg {
  width: 18px !important;
  height: 18px !important;
  margin-left: 5px;
}
.block-header-image .video-modal .inner {
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
}
.block-header-image .video-modal .inner .yt-wrapper {
  background: #000;
  box-shadow: 0px 1px 60px 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-header-image .video-modal .inner .yt-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-header-image .video-modal.hidden {
  pointer-events: none;
}
.block-header-image .content {
  position: relative;
  z-index: 1;
  text-align: left;
}
.block-header-image .content__inner {
  max-width: 550px;
}
.block-header-image .content h1 {
  color: #ffffff;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .block-header-image .content h1 {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .block-header-image .content h1 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .block-header-image .content h1 {
    padding-right: 0px;
  }
}
@media screen and (min-width: 769px) {
  .block-header-image .content h1 {
    margin-block-end: 25px;
  }
}
.block-header-image .content p {
  font-size: 18px;
  max-width: 90%;
  margin-left: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .block-header-image .content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .block-header-image .content p {
    margin-block-end: 30px;
  }
}
.block-header-image .content.black h1, .block-header-image .content.black p {
  color: #3e3f44;
  text-shadow: none;
}
.block-header-image .content a.btn {
  text-align: center;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  min-width: 140px;
}
.block-header-image .content.two-buttons a.btn {
  margin-right: 15px;
}
.block-content-teaser .inner {
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .block-content-teaser .inner {
    height: 528px;
  }
}
@media screen and (max-width: 768px) {
  .block-content-teaser .inner {
    height: 396px;
  }
}
@media screen and (max-width: 479px) {
  .block-content-teaser .inner {
    height: 330px;
  }
}
.block-content-teaser__column {
  display: flex;
}
.block-content-teaser__inner {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.block-content-teaser__image {
  position: relative;
  height: 340px;
  width: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform: scale(1);
}
.block-content-teaser__inner:hover .block-content-teaser__image {
  transform: scale(1.01);
}
@media screen and (max-width: 1215px) {
  .block-content-teaser__image {
    height: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .block-content-teaser__image {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .block-content-teaser__image {
    height: 280px;
  }
}
@media screen and (max-width: 479px) {
  .block-content-teaser__image {
    height: 240px;
  }
}
.block-content-teaser__content {
  padding: 30px;
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /*&:after {
      position: absolute;
      content: ' ';
      width: 43px;
      height: 26px;

      right: $spacer-s;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.12s ease;

      background-image: url('../images/icons/arrow.svg');
      background-position: -3px 0;
      background-repeat: no-repeat;
    }*/
}
.block-content-teaser__inner:hover .block-content-teaser__content:after {
  background-position: 0 0;
}
.block-content-teaser__content__text {
  font-size: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .block-content-teaser__content__text {
    font-size: 16px;
  }
}
.block-content-teaser__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-kundenfeedbacks {
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}
.block-kundenfeedbacks article.feedback {
  display: flex;
  margin-bottom: 70px;
}
.block-kundenfeedbacks article.feedback .entry-meta {
  display: inline-block;
}
.block-kundenfeedbacks article.feedback .entry-content {
  display: flex;
  align-items: center;
  margin-left: 52.5px;
}
.block-kundenfeedbacks article.feedback .entry-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.block-kundenfeedbacks article.feedback .entry-content h2 a {
  color: #3e3f44;
}
.block-kundenfeedbacks article.feedback .entry-content .category {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 8px;
}
.block-kundenfeedbacks article.feedback .entry-content p {
  margin-bottom: 15px;
}
.block-news article.post, .block-news-teaser article.post {
  display: flex;
  margin-bottom: 70px;
  background-color: #f8f8f8;
  box-shadow: 0px 1px 90px 1px rgba(0, 0, 0, 0.15);
}
.block-news article.post .entry-meta, .block-news-teaser article.post .entry-meta {
  display: inline-block;
  width: 38%;
}
.block-news article.post .entry-meta .img-wrapper, .block-news-teaser article.post .entry-meta .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #d32133;
  background: -moz-linear-gradient(-45deg, #d32133 0%, #872c5e 100%);
  background: -webkit-linear-gradient(-45deg, #d32133 0%, #872c5e 100%);
  background: linear-gradient(135deg, #d32133 0%, #872c5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D32133", endColorstr="#872C5E",GradientType=1);
}
.block-news article.post .entry-meta .img-wrapper:after, .block-news-teaser article.post .entry-meta .img-wrapper:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-image: url("../images/icons/news.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-news article.post .entry-meta .img-wrapper .post-image, .block-news-teaser article.post .entry-meta .img-wrapper .post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
.block-news article.post .entry-content, .block-news-teaser article.post .entry-content {
  display: flex;
  align-items: center;
  padding: 52.5px;
  width: 62%;
}
.block-news article.post .entry-content h2, .block-news-teaser article.post .entry-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.block-news article.post .entry-content h2 a, .block-news-teaser article.post .entry-content h2 a {
  color: #3e3f44;
}
.block-news article.post .entry-content .posted-on, .block-news-teaser article.post .entry-content .posted-on {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 8px;
}
.block-news article.post .entry-content p, .block-news-teaser article.post .entry-content p {
  margin-bottom: 15px;
}
.block-botschafter article.post {
  display: flex;
  margin-bottom: 70px;
  background-color: #f8f8f8;
  box-shadow: 0px 1px 43px 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  min-height: 485px;
}
@media screen and (max-width: 1023px) {
  .block-botschafter article.post {
    min-height: 0;
    flex-wrap: wrap;
    margin-bottom: 49px;
  }
}
.block-botschafter article.post:nth-child(even) {
  flex-direction: row-reverse;
}
.block-botschafter article.post .entry-meta {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .block-botschafter article.post .entry-meta {
    width: 100%;
  }
}
.block-botschafter article.post .entry-meta .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .block-botschafter article.post .entry-meta .img-wrapper {
    position: relative;
  }
  .block-botschafter article.post .entry-meta .img-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .block-botschafter article.post .entry-meta .img-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.block-botschafter article.post .entry-meta .img-wrapper .post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
.block-botschafter article.post .entry-content {
  display: flex;
  align-items: center;
  padding: 54px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .block-botschafter article.post .entry-content {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .block-botschafter article.post .entry-content {
    width: 100%;
    padding: 30px;
  }
}
.block-botschafter article.post .entry-content h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.block-botschafter article.post .entry-content h2 a {
  color: #3e3f44;
}
.block-botschafter article.post .entry-content p {
  margin-bottom: 15px;
}
.block-botschafter article.post .entry-content p.profession, .block-botschafter article.post .entry-content p.products {
  padding-left: 38px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
.block-botschafter article.post .entry-content p.profession {
  background-image: url("../images/icons/handlebar-s.svg");
}
.block-botschafter article.post .entry-content p.products {
  background-image: url("../images/icons/leaf-s.svg");
}
.block-botschafter article.post .entry-content p.text {
  margin-top: 15px;
  margin-bottom: 0;
}
.block-botschafter-teaser {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body.block-editor-page .block-botschafter-teaser {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.block-botschafter-teaser .slick {
  max-height: 300px;
  overflow: hidden;
  /*.slick-arrow {
      display: none !important;
    }*/
}
body.block-editor-page .block-botschafter-teaser .slick {
  white-space: nowrap;
}
.block-botschafter-teaser .slick .slick-slide {
  width: 409.3333333333px;
  height: 300px;
  margin: 0 40px;
}
.block-botschafter-teaser .slick .slick-prev, .block-botschafter-teaser .slick .slick-next {
  position: absolute;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  text-indent: -900px;
  overflow: hidden;
  border: 0;
  width: 165px;
  z-index: 10;
  bottom: 0;
  cursor: pointer;
}
.block-botschafter-teaser .slick .slick-prev::-webkit-inner-spin-button, .block-botschafter-teaser .slick .slick-prev::-webkit-outer-spin-button, .block-botschafter-teaser .slick .slick-next::-webkit-inner-spin-button, .block-botschafter-teaser .slick .slick-next::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.block-botschafter-teaser .slick .slick-prev:focus, .block-botschafter-teaser .slick .slick-prev:hover, .block-botschafter-teaser .slick .slick-prev:active, .block-botschafter-teaser .slick .slick-next:focus, .block-botschafter-teaser .slick .slick-next:hover, .block-botschafter-teaser .slick .slick-next:active {
  outline: none;
}
.block-botschafter-teaser .slick .slick-prev {
  left: 0;
  background: url("../images/icons/arrow-l-s.svg") left 20px center no-repeat, linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
}
.block-botschafter-teaser .slick .slick-prev:hover {
  background: url("../images/icons/arrow-l-s.svg") left 16px center no-repeat, linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.block-botschafter-teaser .slick .slick-next {
  right: 0;
  background: url("../images/icons/arrow-r-s.svg") right 20px center no-repeat, linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s ease;
}
.block-botschafter-teaser .slick .slick-next:hover {
  background: url("../images/icons/arrow-r-s.svg") right 16px center no-repeat, linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}
.block-botschafter-teaser div.botschafter {
  position: relative;
  font-size: 18px;
  width: 100%;
  height: 300px;
  border-radius: 2px;
  overflow: hidden;
}
body.block-editor-page .block-botschafter-teaser div.botschafter {
  display: inline-block;
  width: 422.6666666667px;
  margin: 0 20px;
}
.block-botschafter-teaser div.botschafter .link-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
}
.block-botschafter-teaser div.botschafter .details {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  background: rgba(255, 255, 255, 0.88);
  border-top-right-radius: 2px;
  color: #3e3f44;
  z-index: 3;
  text-align: center;
  padding-top: 11px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
}
.block-botschafter-teaser div.botschafter:hover .post-image {
  transform: scale(1.02);
}
.block-botschafter-teaser div.botschafter .entry-meta {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.block-botschafter-teaser div.botschafter .entry-meta .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-botschafter-teaser div.botschafter .entry-meta .img-wrapper .post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 3;
  transition: all 0.3s ease;
  transition-duration: 0.5s;
}
.block-news-teaser .news-teaser-wrapper {
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .block-news-teaser .news-teaser-wrapper {
    display: block;
    margin: 0 0;
  }
}
.block-news-teaser article.post {
  width: 50%;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .block-news-teaser article.post {
    width: 100%;
    margin: 0 0;
    margin-bottom: 30px;
  }
  .block-news-teaser article.post:last-child {
    margin-bottom: 0;
  }
}
.block-banner {
  color: #ffffff;
  text-align: center;
}
.block-banner {
  position: relative;
}
.block-banner .inner-spacer {
  padding: 70px 0;
}
@media screen and (max-width: 1023px) {
  .block-banner .inner-spacer {
    padding: 49px 0;
  }
}
.block-banner:before {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
  background: #d32133;
  background: -moz-linear-gradient(-45deg, #d32133 0%, #872c5e 100%);
  background: -webkit-linear-gradient(-45deg, #d32133 0%, #872c5e 100%);
  background: linear-gradient(135deg, #d32133 0%, #872c5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D32133", endColorstr="#872C5E",GradientType=1);
}
.block-banner .block-inner {
  max-width: 769px;
  margin: 0 auto;
}
.block-banner .button-wrapper {
  margin-top: 26.25px;
}
.block-banner p a {
  color: inherit;
  font-weight: 500;
}
.block-banner p a:hover {
  opacity: 0.9;
}
.block-topsellers h2, .block-topsellers h3, .block-topsellers h4 {
  text-align: center;
}
.block-topsellers .products {
  margin-top: 30px;
  margin-bottom: 15px !important;
}
.block-topsellers .products .column {
  position: relative;
}
.block-topsellers .products.left {
  box-shadow: inset -1px 0px 0px #f0f0f0;
}
.block-topsellers .products h4 {
  font-weight: 500;
}
.block-topsellers .products img {
  width: 100%;
  height: auto;
}
.block-topsellers .products a.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-topsellers .products .top-product {
  position: relative;
}
.block-topsellers .products .top-product .link-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-topsellers .button-wrapper {
  margin-top: 15px;
}
.block-team {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.block-team article.team {
  box-shadow: 0px 1px 90px 1px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.block-team .img-wrapper {
  position: relative;
}
.block-team .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.block-team .img-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-team .img-wrapper .team-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-team .entry-content {
  padding: 20px 25px;
  font-size: 18px;
}
.block-team .entry-content .name {
  display: block;
  font-weight: 700;
  margin-right: 10px;
}
.block-team .entry-content .role {
  display: inline-block;
}
.block-accordion .accordion-item {
  margin-bottom: 15px;
}
.block-accordion .accordion-item.show .accordion-title:after {
  transform: translateY(-50%) rotate(180deg);
}
.block-accordion .accordion-item.show .accordion-content {
  display: block;
}
.block-accordion .accordion-item .accordion-title {
  position: relative;
  padding: 10px 20px;
  border-radius: 2px;
  overflow: hidden;
  background: #9f1e3a;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.block-accordion .accordion-item .accordion-title:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  width: 21px;
  height: 12px;
  background: url("../images/icons/arrow-accordion.svg") center no-repeat;
  background-size: contain;
}
.block-accordion .accordion-item .accordion-content {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.block-accordion .accordion-item .accordion-content .content-img-wrap {
  max-width: 100%;
}
.block-text-box {
  color: #3e3f44;
  text-align: center;
}
.block-text-box {
  position: relative;
}
.block-text-box .inner-spacer {
  padding: 70px 0;
}
@media screen and (max-width: 1023px) {
  .block-text-box .inner-spacer {
    padding: 49px 0;
  }
}
.block-text-box:before {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
  background: #f0f0f0;
}
.block-text-box .block-inner {
  max-width: 769px;
  margin: 0 auto;
}
.block-text-box p:last-child {
  margin-bottom: 0;
}
.block-iframecontent {
  margin-top: 30px;
}
.block-iframecontent .block-inner {
  max-width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.block-iframecontent-frame {
  min-height: 200px;
  background: url("../images/icons/iframe.svg") center no-repeat;
  background-size: 80px auto;
  width: 100%;
}
.block-iframecontent-frame.loaded {
  background: none;
}
.editor-block-list__block .block-iframe-frame {
  pointer-events: none;
}
.block-alertbanner {
  position: relative;
  background: #f0f0f0;
  min-height: 50px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  overflow: visible;
}
.block-alertbanner:before {
  background: #9f1e3a;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
  pointer-events: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 2px;
}
.block-alertbanner .block-inner {
  display: flex;
  align-items: center;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .block-alertbanner .block-inner {
    padding: 40px 30px;
  }
}
.block-alertbanner .block-inner:hover:after {
  background-position: 0 0;
}
.block-alertbanner .block-inner h3 {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
  padding-right: 220px;
}
@media screen and (max-width: 768px) {
  .block-alertbanner .block-inner h3 {
    font-size: 18px;
    padding-right: 130px;
  }
}
@media screen and (max-width: 479px) {
  .block-alertbanner .block-inner h3 {
    padding-right: 60px;
  }
}
.block-alertbanner .block-inner.in-shop h3 {
  font-size: 18px;
}
.block-alertbanner .block-inner .banner-icon {
  position: absolute;
  right: 100px;
  max-width: 170px;
  max-height: 190px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .block-alertbanner .block-inner .banner-icon {
    right: 70px;
    max-width: 85px;
    max-height: 95px;
  }
}
@media screen and (max-width: 479px) {
  .block-alertbanner .block-inner .banner-icon {
    right: 10px;
  }
}
.block-alertbanner .block-inner .banner-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-alertbanner .block-inner:after {
  position: absolute;
  content: " ";
  width: 43px;
  height: 26px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.12s ease;
  background-image: url("../images/icons/arrow.svg");
  background-position: -3px 0;
  background-repeat: no-repeat;
}
/*
** Defaul Image block
*/
/*.wp-block-image {

  margin-top: $spacer-l;
  margin-bottom: $spacer-l;

  @include until($mobile) {
    margin-top: $spacer-m;
    margin-bottom: $spacer-m;
  }

  > div {
    text-align: center;
  }

  &.alignfull {
    @include fullWidth;
    max-width: 100vw;
  }

  &.alignwide {
    @include fullWidth;
    max-width: 100vw;
    text-align: center;

    img {
      max-width: $desktop;
      margin: 0 auto;
    }
  }

  figcaption {
    font-size: $font-size-xs;
    color: $color-med-gray;
    font-weight: $weight-light;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 0;
  }

}*/
/*
** Defaul Button block
*/
.wp-block-button {
  margin-top: 15px;
}
/*
** Content Style for content areas / todo: move into content.scss
*/
.main-article.content-style h1, .main-article.content-style h2 {
  font-weight: 300;
}
.main-article.content-style h2 {
  font-weight: 500;
}
.main-article.content-style > h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
}
.main-article.content-style > h2:first-child {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.main-article.content-style > h1 {
  font-size: 32px;
  font-weight: 100;
}
.block-header-big {
  color: #ffffff;
}
.block-header-big.loaded .inner .bg-image {
  transform: scale(1);
}
.block-header-big .inner {
  position: relative;
  height: 660px;
  height: auto;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .block-header-big .inner {
    height: 528px;
  }
}
@media screen and (max-width: 768px) {
  .block-header-big .inner {
    height: 396px;
  }
}
@media screen and (max-width: 479px) {
  .block-header-big .inner {
    height: 330px;
  }
}
.block-header-big .inner .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: all 1.2s ease;
  transform: scale(1.02);
  pointer-events: none;
}
.block-header-big .content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  padding: 70px 10px;
}
.block-header-big .content h1, .block-header-big .content p {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.3);
}
.block-header-big .content h1 {
  font-size: 100px;
  line-height: 95%;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0);
  text-shadow: none;
  -webkit-text-stroke: 3px #ffffff;
}
@media screen and (max-width: 1023px) {
  .block-header-big .content h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .block-header-big .content h1 {
    font-size: 50px;
    -webkit-text-stroke: 1px #ffffff;
  }
}
@media screen and (max-width: 479px) {
  .block-header-big .content h1 {
    font-size: 30px;
  }
}
.block-header-big .content p {
  font-size: 18px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .block-header-big .content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .block-header-big .content p {
    max-width: 96%;
    font-size: 15px;
  }
}
.block-header-big .content .icon {
  max-width: 140px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .block-header-big .content .icon {
    max-width: 100px;
  }
}
.block-product-teaser .product-teaser-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 0;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block-product-teaser .product-teaser-wrapper {
    flex-wrap: wrap;
  }
}
.block-product-teaser .product-teaser-wrapper p {
  margin-bottom: 0;
}
.block-product-teaser .product-teaser-wrapper .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-product-teaser .product-teaser-wrapper .left .inner {
  max-width: 700px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .block-product-teaser .product-teaser-wrapper .left .inner {
    text-align: center;
    padding-right: 0px;
  }
}
.block-product-teaser .product-teaser-wrapper .right {
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .block-product-teaser .product-teaser-wrapper .right {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: auto;
  }
}
.block-product-teaser .product-teaser-wrapper .right article {
  width: 100% !important;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .block-product-teaser .product-teaser-wrapper .right article {
    max-width: 300px;
    margin: 0 auto;
  }
}
.block-product-teaser .product-teaser-wrapper .right article .quantity, .block-product-teaser .product-teaser-wrapper .right article .info-wrapper {
  display: none;
}
.block-news-teaser-content {
  position: relative;
}
.block-news-teaser-content:before {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
  background: rgba(179, 162, 128, 0.3);
}
.block-news-teaser-content .wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 120px 0;
}
@media screen and (max-width: 1023px) {
  .block-news-teaser-content .wrapper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1023px) {
  .block-news-teaser-content .wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.block-news-teaser-content .news-teaser-wrapper {
  display: flex;
  margin: 0 -15px;
  padding-right: 100px;
}
@media screen and (max-width: 1023px) {
  .block-news-teaser-content .news-teaser-wrapper {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block-news-teaser-content .news-teaser-wrapper .column.is-one-third-desktop {
    width: 50%;
  }
}
.block-news-teaser-content .right {
  max-width: 380px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .block-news-teaser-content .right {
    margin: 0 auto;
    text-align: center;
  }
}
.block-video-teaser {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 40px;
}
.block-video-teaser .wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 120px 0;
}
.block-video-teaser .wrapper.container {
  max-width: 1284px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .block-video-teaser .wrapper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1023px) {
  .block-video-teaser .wrapper {
    flex-wrap: wrap;
  }
}
.block-video-teaser .left {
  width: 32%;
  display: flex;
  align-items: center;
  padding-right: 100px;
}
@media screen and (max-width: 1023px) {
  .block-video-teaser .left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
}
.block-video-teaser .video-teaser-wrapper {
  width: 68%;
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 1023px) {
  .block-video-teaser .video-teaser-wrapper {
    padding-top: 30px;
    padding-right: 0;
    width: 100%;
  }
}
.block-video-teaser .video-teaser-wrapper .video-slider {
  width: 100%;
  position: relative;
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-list {
  overflow-y: visible;
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-slide {
  margin-left: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .block-video-teaser .video-teaser-wrapper .video-slider .slick-slide {
    margin-left: 30px;
  }
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-prev, .block-video-teaser .video-teaser-wrapper .video-slider .slick-next {
  background: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  text-indent: -9999px;
  color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-prev:after, .block-video-teaser .video-teaser-wrapper .video-slider .slick-next:after {
  position: absolute;
  content: " ";
  top: 20px;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #b3a280 transparent transparent transparent;
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-prev:focus, .block-video-teaser .video-teaser-wrapper .video-slider .slick-prev:hover, .block-video-teaser .video-teaser-wrapper .video-slider .slick-prev:active, .block-video-teaser .video-teaser-wrapper .video-slider .slick-next:focus, .block-video-teaser .video-teaser-wrapper .video-slider .slick-next:hover, .block-video-teaser .video-teaser-wrapper .video-slider .slick-next:active {
  outline: none;
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-prev {
  left: 0px;
}
@media screen and (max-width: 768px) {
  .block-video-teaser .video-teaser-wrapper .video-slider .slick-prev {
    left: -30px;
  }
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-prev:after {
  transform: rotate(90deg);
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .block-video-teaser .video-teaser-wrapper .video-slider .slick-next {
    right: -60px;
  }
}
.block-video-teaser .video-teaser-wrapper .video-slider .slick-next:after {
  transform: rotate(-90deg);
}
.block-video-teaser .video-teaser-wrapper .video-slide {
  width: 500px;
}
.block-video-teaser .video-teaser-wrapper .video-slide .inner {
  position: relative;
}
.block-video-teaser .video-teaser-wrapper .video-slide .nr {
  pointer-events: none;
  position: absolute;
  top: -100px;
  right: 90%;
  background: transparent;
  font-size: 180px;
  z-index: 1;
  font-weight: normal;
  font-family: "Bakerie";
  color: rgba(255, 255, 255, 0);
  text-shadow: none;
  -webkit-text-stroke: 3px #b3a280;
}
@media screen and (max-width: 1023px) {
  .block-video-teaser .video-teaser-wrapper .video-slide .nr {
    top: -20px;
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .block-video-teaser .video-teaser-wrapper .video-slide .nr {
    top: 0px;
    font-size: 40px;
  }
}
.block-video-teaser .video-teaser-wrapper .video-slide h3 {
  color: #3e3f44;
  font-size: 48px;
  margin-left: 60px;
  margin-bottom: 35px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .block-video-teaser .video-teaser-wrapper .video-slide h3 {
    font-size: 30px;
    margin-left: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .block-video-teaser .video-teaser-wrapper .video-slide h3 {
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
.block-video-teaser .video-teaser-wrapper .video-slide .image {
  position: relative;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-video-teaser .video-teaser-wrapper .video-slide .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.block-video-teaser .video-teaser-wrapper .video-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-video-teaser .video-teaser-wrapper .video-slide .image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "";
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.block-video-teaser .video-teaser-wrapper .video-slide .image .ytplayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.block-history {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.block-history .timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.block-history .timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
}
.block-history .timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.8);
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 22px;
}
.block-history .timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .block-history .timeline:before {
    left: 40px;
  }
}
.block-history .timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.block-history .timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif, sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
  text-transform: uppercase;
}
.block-history .timeline-item:nth-child(odd) .timeline__content-title {
  text-align: right;
}
.block-history .timeline-item:nth-child(even) {
  align-self: flex-end;
}
.block-history .timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.block-history .timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.block-history .timeline-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.block-history .timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .block-history .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .block-history .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .block-history .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .block-history .timeline-item:before {
    text-align: left !important;
    font-size: 12px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  }
}
.block-history .timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.block-history .timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.block-history .timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.block-history .timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.block-history .timeline-header__title {
  color: #fff;
  margin: 0;
}
.block-history .timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 30px auto 0 auto;
  font-weight: normal;
  max-width: 840px;
  padding: 0 30px;
}
.block-history .demo-footer {
  padding: 60px 0;
  text-align: center;
}
.block-history .demo-footer a {
  color: #999;
  display: inline-block;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
}
.block-image-teaser {
  padding: 0 40px;
  max-width: 840px;
  margin: 0 auto;
}
.block-image-teaser .wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 120px 0;
}
@media screen and (max-width: 1023px) {
  .block-image-teaser .wrapper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .block-image-teaser .wrapper {
    flex-wrap: wrap;
  }
}
.block-image-teaser .left {
  width: 50%;
  display: flex;
  align-items: center;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .block-image-teaser .left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
}
.block-image-teaser .image-wrapper {
  margin: -30px;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .block-image-teaser .image-wrapper {
    margin: 0px;
    width: 100%;
    min-height: 150px;
    margin-top: 40px;
  }
}
/* alginfull blocks stretch to full width */
.container .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* Block XY */
.container .shop-wrapper {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1215px) {
  .container .shop-wrapper {
    flex-wrap: wrap;
  }
}
.container .shop-wrapper .breadcrumbs-wrapper {
  position: absolute;
  top: -30px;
  left: 15px;
  transition: opacity 0.3s ease;
}
body.show-filter .container .shop-wrapper .breadcrumbs-wrapper {
  opacity: 0;
  pointer-events: none;
}
body.archive .container .shop-wrapper .breadcrumbs-wrapper {
  display: none;
  top: 0;
}
body.archive.tax-product_cat .container .shop-wrapper .breadcrumbs-wrapper {
  display: block;
}
.container .shop-wrapper .breadcrumbs-wrapper a {
  color: #6e6e6e;
}
.container .shop-wrapper .breadcrumbs-wrapper a, .container .shop-wrapper .breadcrumbs-wrapper .breadcrumb_last {
  display: inline-block;
  font-size: 14px;
}
.container .shop-wrapper .back-to-archive {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .container .shop-wrapper .back-to-archive {
    top: -15px;
  }
}
.container .shop-wrapper .back-to-archive a {
  display: inline-block;
  color: #6e6e6e;
  font-size: 14px;
}
.container .shop-wrapper .back-to-archive a:before {
  display: inline-block;
  content: " ";
  width: 22px;
  height: 9px;
  margin-right: 8px;
  background-image: url("../images/icons/arrow-back.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.container .shop-wrapper #breadcrumbs {
  display: inline-block;
}
.container .shop-wrapper #breadcrumbs span.divider {
  font-size: 11px;
  position: relative;
  top: -0.5px;
  opacity: 0.4;
}
.container .shop-wrapper .column.side-view {
  width: 0%;
  overflow: hidden;
  padding: 0;
  transition: width 0.15s ease;
}
@media screen and (max-width: 768px) {
  .container .shop-wrapper .column.side-view {
    height: 0px;
  }
}
body.show-filter .container .shop-wrapper .column.side-view {
  width: 22%;
}
@media screen and (max-width: 1215px) {
  body.show-filter .container .shop-wrapper .column.side-view {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.show-filter .container .shop-wrapper .column.side-view {
    height: auto;
  }
}
.container .shop-wrapper .column.shop-main {
  width: 100%;
  transition: width 0.15s ease;
}
body.show-filter .container .shop-wrapper .column.shop-main {
  width: 78%;
}
@media screen and (max-width: 1215px) {
  body.show-filter .container .shop-wrapper .column.shop-main {
    width: 100%;
  }
}
body.woocommerce {
  /* Cart button */
  /* weights and general */
  /* Button */
}
body.woocommerce .products .add_to_cart_button.added {
  display: inline-block !important;
}
body.woocommerce a.added_to_cart {
  display: none !important;
}
body.woocommerce [class*=add_to_cart_button].loading:after {
  animation: none;
  width: inherit;
  height: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-left: inherit;
}
body.woocommerce form.cart {
  /*.added_to_cart {
      display: none !important;
    }*/
}
body.woocommerce form.cart .quantity {
  width: 66px;
  height: 32px;
  position: relative;
  margin: 0 !important;
  background: #F0F3EB;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
body.woocommerce.archive form.cart .quantity, body.woocommerce .gutenberg-content form.cart .quantity, body.woocommerce .related.products form.cart .quantity, body.woocommerce .single-cross-sells form.cart .quantity {
  /*top: 3px;*/
  right: 5px;
  opacity: 0;
  pointer-events: none;
}
body.woocommerce.archive form.cart .quantity:after, body.woocommerce .gutenberg-content form.cart .quantity:after, body.woocommerce .related.products form.cart .quantity:after, body.woocommerce .single-cross-sells form.cart .quantity:after {
  content: " ";
  position: absolute;
  right: -3px;
  z-index: 1;
  bottom: 12px;
  width: 7px;
  height: 7px;
  background: #f6f6f6;
  transform: rotate(-45deg);
  box-shadow: none;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  body.woocommerce.archive form.cart .quantity, body.woocommerce .gutenberg-content form.cart .quantity, body.woocommerce .related.products form.cart .quantity, body.woocommerce .single-cross-sells form.cart .quantity {
    display: none;
  }
}
body.woocommerce.archive .custom-add-to-cart, body.woocommerce .gutenberg-content .custom-add-to-cart, body.woocommerce .related.products .custom-add-to-cart, body.woocommerce .single-cross-sells .custom-add-to-cart {
  display: flex;
  align-items: center;
}
body.woocommerce.archive .custom-add-to-cart:hover .quantity, body.woocommerce .gutenberg-content .custom-add-to-cart:hover .quantity, body.woocommerce .related.products .custom-add-to-cart:hover .quantity, body.woocommerce .single-cross-sells .custom-add-to-cart:hover .quantity {
  opacity: 1;
  pointer-events: auto;
  right: 5px;
}
body.woocommerce input.qty, body.woocommerce .quantity .qty {
  min-height: 0;
  min-width: 0;
  padding: 2px 4px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-appearance: textfield;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  height: 100%;
  background: var(--wp--preset--color--palette-color-6);
}
body.woocommerce input.qty::-webkit-inner-spin-button, body.woocommerce input.qty::-webkit-outer-spin-button, body.woocommerce .quantity .qty::-webkit-inner-spin-button, body.woocommerce .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce input.qty:focus, body.woocommerce input.qty:hover, body.woocommerce input.qty:active, body.woocommerce .quantity .qty:focus, body.woocommerce .quantity .qty:hover, body.woocommerce .quantity .qty:active {
  outline: none;
}
body.woocommerce .price-cart-wrapper .quantity, body.woocommerce .buttons_added.quantity, body.woocommerce .acf-sub-products .quanitity {
  display: flex;
  flex-direction: row-reverse;
}
body.woocommerce .price-cart-wrapper .quantity .quantity-control input, body.woocommerce .price-cart-wrapper .quantity .quantity-control button, body.woocommerce .buttons_added.quantity .quantity-control input, body.woocommerce .buttons_added.quantity .quantity-control button, body.woocommerce .acf-sub-products .quanitity .quantity-control input, body.woocommerce .acf-sub-products .quanitity .quantity-control button {
  display: block;
  min-height: 0;
  width: 19px;
  height: 19px;
  padding: 0px 0px;
  line-height: 0px;
  border: 0;
  font-size: 17px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
  text-align: center;
  position: absolute;
  height: 100%;
}
body.woocommerce .price-cart-wrapper .quantity .quantity-control input::-webkit-inner-spin-button, body.woocommerce .price-cart-wrapper .quantity .quantity-control input::-webkit-outer-spin-button, body.woocommerce .price-cart-wrapper .quantity .quantity-control button::-webkit-inner-spin-button, body.woocommerce .price-cart-wrapper .quantity .quantity-control button::-webkit-outer-spin-button, body.woocommerce .buttons_added.quantity .quantity-control input::-webkit-inner-spin-button, body.woocommerce .buttons_added.quantity .quantity-control input::-webkit-outer-spin-button, body.woocommerce .buttons_added.quantity .quantity-control button::-webkit-inner-spin-button, body.woocommerce .buttons_added.quantity .quantity-control button::-webkit-outer-spin-button, body.woocommerce .acf-sub-products .quanitity .quantity-control input::-webkit-inner-spin-button, body.woocommerce .acf-sub-products .quanitity .quantity-control input::-webkit-outer-spin-button, body.woocommerce .acf-sub-products .quanitity .quantity-control button::-webkit-inner-spin-button, body.woocommerce .acf-sub-products .quanitity .quantity-control button::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce .price-cart-wrapper .quantity .quantity-control input:focus, body.woocommerce .price-cart-wrapper .quantity .quantity-control input:hover, body.woocommerce .price-cart-wrapper .quantity .quantity-control input:active, body.woocommerce .price-cart-wrapper .quantity .quantity-control button:focus, body.woocommerce .price-cart-wrapper .quantity .quantity-control button:hover, body.woocommerce .price-cart-wrapper .quantity .quantity-control button:active, body.woocommerce .buttons_added.quantity .quantity-control input:focus, body.woocommerce .buttons_added.quantity .quantity-control input:hover, body.woocommerce .buttons_added.quantity .quantity-control input:active, body.woocommerce .buttons_added.quantity .quantity-control button:focus, body.woocommerce .buttons_added.quantity .quantity-control button:hover, body.woocommerce .buttons_added.quantity .quantity-control button:active, body.woocommerce .acf-sub-products .quanitity .quantity-control input:focus, body.woocommerce .acf-sub-products .quanitity .quantity-control input:hover, body.woocommerce .acf-sub-products .quanitity .quantity-control input:active, body.woocommerce .acf-sub-products .quanitity .quantity-control button:focus, body.woocommerce .acf-sub-products .quanitity .quantity-control button:hover, body.woocommerce .acf-sub-products .quanitity .quantity-control button:active {
  outline: none;
}
body.woocommerce .price-cart-wrapper .quantity .quantity-control input.minus, body.woocommerce .price-cart-wrapper .quantity .quantity-control button.minus, body.woocommerce .buttons_added.quantity .quantity-control input.minus, body.woocommerce .buttons_added.quantity .quantity-control button.minus, body.woocommerce .acf-sub-products .quanitity .quantity-control input.minus, body.woocommerce .acf-sub-products .quanitity .quantity-control button.minus {
  left: 1px;
  top: -1px;
}
body.woocommerce .price-cart-wrapper .quantity .quantity-control input.plus, body.woocommerce .price-cart-wrapper .quantity .quantity-control button.plus, body.woocommerce .buttons_added.quantity .quantity-control input.plus, body.woocommerce .buttons_added.quantity .quantity-control button.plus, body.woocommerce .acf-sub-products .quanitity .quantity-control input.plus, body.woocommerce .acf-sub-products .quanitity .quantity-control button.plus {
  right: 1px;
}
body.woocommerce .button-proline {
  width: 38px;
  height: 38px;
}
body.woocommerce .add_to_cart_button, body.woocommerce .single_add_to_cart_button {
  position: relative;
  display: inline-block;
  text-indent: -1000px;
  overflow: hidden;
  border: 0;
  width: 38px;
  height: 38px;
  background: transparent !important;
  transition: all 0.3s ease;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  overflow: hidden;
  /*&.loading {

      &:hover {
        background-position: -30px;
      }

      &:after {
        top: 1px;
      }

      &:after {
        transform: scale(0.7);
      }

      &::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -17px;
          margin-left: -17px;
          width: 34px;
          height: 34px;
          border-radius: 50px;
          border: 2px solid grey;
          border-top-color: black;
          animation: loading 0.5s linear infinite;
      }

      @keyframes loading {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }
    }*/
}
body.woocommerce .add_to_cart_button::-webkit-inner-spin-button, body.woocommerce .add_to_cart_button::-webkit-outer-spin-button, body.woocommerce .single_add_to_cart_button::-webkit-inner-spin-button, body.woocommerce .single_add_to_cart_button::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce .add_to_cart_button:focus, body.woocommerce .add_to_cart_button:hover, body.woocommerce .add_to_cart_button:active, body.woocommerce .single_add_to_cart_button:focus, body.woocommerce .single_add_to_cart_button:hover, body.woocommerce .single_add_to_cart_button:active {
  outline: none;
}
body.woocommerce .add_to_cart_button.loading, body.woocommerce .add_to_cart_button.added:not(.single_add_to_cart_button), body.woocommerce .single_add_to_cart_button.loading, body.woocommerce .single_add_to_cart_button.added:not(.single_add_to_cart_button) {
  padding: 0 !important;
}
body.woocommerce .add_to_cart_button.loading:after, body.woocommerce .add_to_cart_button.added:not(.single_add_to_cart_button):after, body.woocommerce .single_add_to_cart_button.loading:after, body.woocommerce .single_add_to_cart_button.added:not(.single_add_to_cart_button):after {
  right: 0;
  bottom: 0;
  margin-left: 0;
  content: " ";
}
body.woocommerce .add_to_cart_button:after, body.woocommerce .single_add_to_cart_button:after {
  transform: scale(1);
}
@keyframes pulse {
  0% {
    transform: scale(0.7);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
body.woocommerce .add_to_cart_button.loading, body.woocommerce .single_add_to_cart_button.loading {
  color: transparent;
}
body.woocommerce .add_to_cart_button.loading:after, body.woocommerce .single_add_to_cart_button.loading:after {
  animation: pulse 1s infinite;
  -webkit-mask: none;
}
body.woocommerce .add_to_cart_button.added:after, body.woocommerce .single_add_to_cart_button.added:after {
  background-image: url("../images/icons/check.svg");
  background-size: 17px 12px;
  background-position: center;
}
body.woocommerce .add_to_cart_button:after, body.woocommerce .single_add_to_cart_button:after {
  content: " ";
  position: absolute;
  background-image: url("../images/icons/add-to-cart.svg");
  background-size: 24px 22px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transform: scale(1);
  transition: all 0.3s ease;
}
body.woocommerce li.product a.add_to_cart_button {
  color: transparent;
}
body.woocommerce .single_add_to_cart_button {
  background: var(--wp--preset--color--palette-color-1) !important;
  text-indent: 0;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 2px;
  overflow: hidden;
  height: auto;
  min-height: 0;
  height: 35px;
  /*&, &:disabled[disabled] {
      padding: 12px 15px;
    }*/
}
body.woocommerce .single_add_to_cart_button[data-loading], body.woocommerce .single_add_to_cart_button[data-loading]:disabled[disabled] {
  padding-right: 47px;
}
body.woocommerce .single_add_to_cart_button:after {
  display: none;
}
body.woocommerce table.shop_table tbody th, body.woocommerce table.shop_table tfoot td, body.woocommerce table.shop_table tfoot th, body.woocommerce ul#shipping_method .amount {
  font-weight: 500;
}
body.woocommerce ul#shipping_method li label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  width: calc(100% - 24px);
}
body.woocommerce ul#shipping_method li input {
  margin-top: 4px;
  display: inline-block;
  margin-right: 7px;
}
body.woocommerce a.button {
  background-color: #dbdbdb;
  color: #3e3f44;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  padding: 11px 14px;
  height: auto;
  transition: all 0.3s ease;
}
body.woocommerce .stock-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 8px;
}
body.woocommerce .stock-status label {
  margin-left: 6px;
  font-size: 12px;
}
.shop-search {
  position: relative;
}
.shop-search #s {
  padding-right: 50px;
  border: solid 1px #c6c6c6;
  box-sizing: border-box;
  min-height: 45px;
  border-radius: 0 !important;
}
.shop-search #searchsubmit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0 none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/search-menu-s.svg");
  background-size: auto 19px;
  background-repeat: no-repeat;
}
.product-list ul li {
  border-bottom: 1px solid #f0f0f0;
}
.product-list ul li a {
  display: block;
  font-size: 15px;
  color: #3e3f44;
  padding: 9px 18px;
  transition: all 0.3s ease;
}
.product-list ul li a:hover {
  background: #f0f0f0;
}
/* Custom Ajax Filter Styles */
.collapse-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -15px auto;
  display: none;
}
body.woocommerce.archive .collapse-bar {
  display: flex;
}
.collapse-bar .filter-collapse-wrapper {
  flex: 1;
}
.collapse-bar .filter-collapse {
  font-size: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  max-width: 200px;
}
@media screen and (max-width: 1023px) {
  .collapse-bar .filter-collapse {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .collapse-bar .filter-collapse {
    font-size: 14px;
  }
}
.collapse-bar .filter-collapse:before {
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 9px;
  transition: all 0.15s ease;
  transform: rotate(0deg);
  width: 21px;
  height: 21px;
  background-image: url("../images/icons/plus-big.svg");
}
body.show-filter .collapse-bar .filter-collapse:before {
  transform: rotate(45deg);
}
.collapse-bar .woocommerce-ordering-wrapper {
  flex: 1;
}
.collapse-bar .woocommerce-ordering {
  position: relative;
  margin: 0;
  user-select: none;
}
.collapse-bar .woocommerce-ordering:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 9px;
  transition: all 0.15s ease;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 23px;
  background-image: url("../images/icons/sort.svg");
}
.collapse-bar .woocommerce-ordering select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #3e3f44;
  direction: rtl;
  text-align-last: right;
  font-size: 18px;
  padding: 0 30px 0 0px;
  box-sizing: border-box;
  border: 0px;
  outline: 0px;
}
@media screen and (max-width: 1023px) {
  .collapse-bar .woocommerce-ordering select {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .collapse-bar .woocommerce-ordering select {
    font-size: 14px;
  }
}
.collapse-bar .woocommerce-ordering select option {
  font-size: 16px;
}
.filter-list {
  padding: 15px;
  box-shadow: inset -1px 0 0 #f0f0f0;
}
@media screen and (max-width: 1215px) {
  .filter-list {
    min-width: auto;
    box-shadow: inset 0px -1px 0 #f0f0f0;
  }
}
.filter-list .wcpf-front-element:nth-child(2n) {
  transition-delay: 0.16s;
}
.filter-list .wcpf-front-element:nth-child(3n) {
  transition-delay: 0.24s;
}
.filter-list .wcpf-front-element:nth-child(4n) {
  transition-delay: 0.32s;
}
.filter-list .wcpf-front-element:nth-child(5n) {
  transition-delay: 0.4s;
}
.filter-list .wcpf-front-element:nth-child(6n) {
  transition-delay: 0.48s;
}
.filter-list .wcpf-front-element:nth-child(7n) {
  transition-delay: 0.56s;
}
.filter-list .wcpf-front-element:nth-child(8n) {
  transition-delay: 0.64s;
}
.filter-list .wcpf-front-element:nth-child(9n) {
  transition-delay: 0.72s;
}
.filter-list .wcpf-front-element:nth-child(10n) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 1215px) {
  .filter-list .wcpf-filter-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.filter-list .wcpf-front-element {
  position: relative;
  top: -10px;
  opacity: 0;
  transition: all 0.15s ease;
}
body.show-filter .filter-list .wcpf-front-element {
  top: 0px;
  opacity: 1;
}
.filter-list .wcpf-field-title {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}
.filter-list .wcpf-title {
  font-size: 14px;
}
.filter-list .wcpf-field-radio-list .wcpf-product-counts, .filter-list .wcpf-field-checkbox-list .wcpf-product-counts {
  font-size: 14px;
  color: #6e6e6e;
}
.filter-list .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
  border-color: #dbdbdb;
}
.filter-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container {
  background: #018174;
  border-color: #018174;
}
.filter-list .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
  border-color: #ffffff;
}
.filter-list .wcpf-scrollbar.wcpf-front-element .wcpf-content {
  overflow-y: visible;
}
.filter-list .wcpf-layout-item.wcpf-box-style .wcpf-heading-label .box-toggle, .filter-list .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle {
  display: none;
}
.filter-list .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
  white-space: nowrap;
}
.filter-list .wcpf-front-element .wcpf-more-button .wcpf-more-button-inner {
  padding-left: 0;
  color: #9f1e3a;
}
.filter-list .wcpf-front-element .wcpf-more-button .wcpf-more-button-inner .more-text, .filter-list .wcpf-front-element .wcpf-more-button .wcpf-more-button-inner .less-text {
  font-size: 14px;
}
.quick-search input {
  width: 180px;
  height: 40px;
  border: 1px solid #c6c6c6;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
}
@media screen and (max-width: 1023px) {
  .quick-search input {
    width: 120px;
  }
}
@media screen and (max-width: 479px) {
  .quick-search input {
    height: 35px;
    padding-left: 4px;
    padding-right: 4px;
    width: 93px;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
}
/*
    Clearable text inputs
*/
.clearable {
  background: #fff url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' fill='%23cbcbcb' r='8'/%3E%3Cpath d='m5.375 5.375 5.25 5.25m0-5.25-5.25 5.25' stroke='%23fff' stroke-linecap='square' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") no-repeat right -20px center;
  padding: 3px 18px 3px 4px;
  /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.2s ease;
}
.clearable.x {
  background-position: right 10px center;
}
/* (jQ) Show icon */
.clearable.onX {
  cursor: pointer;
}
/* (jQ) hover cursor style */
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/* Remove IE default X */
body .products.columns {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
body .products.columns:after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  content: " ";
  background: #ffffff;
}
body article.tease-product {
  padding: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 0px #f0f0f0;
}
@media screen and (min-width: 1216px) {
  body article.tease-product:nth-child(3n) {
    box-shadow: 0px 1px 0px #f0f0f0;
  }
}
@media screen and (max-width: 1215px) {
  body article.tease-product {
    width: 50% !important;
    flex: none;
  }
  body article.tease-product:nth-child(2n) {
    box-shadow: 0px 1px 0px #f0f0f0;
  }
}
@media screen and (max-width: 479px) {
  body article.tease-product {
    width: 100% !important;
    flex: none;
  }
  body article.tease-product:nth-child(1n) {
    box-shadow: 0px 1px 0px #f0f0f0;
  }
}
body article.tease-product .media {
  overflow: visible;
}
body article.tease-product .media-content {
  position: relative;
  overflow: visible;
}
body article.tease-product .media-content h3 {
  margin-bottom: 2px;
}
body article.tease-product .media-content:hover img.attachment-woocommerce_thumbnail {
  transform: scale(1.015);
}
body article.tease-product .price {
  display: inline-block;
}
body article.tease-product img.attachment-woocommerce_thumbnail {
  margin: 0 auto;
  display: block;
  transform: scale(1);
  transition: all 0.3s ease;
  padding: 55px 0;
}
body article.tease-product .entry-title a {
  font-size: 18px;
  color: #3e3f44;
  font-weight: 500;
}
body article.tease-product .woocommerce-product-details__short-description {
  font-size: 14px;
}
body article.tease-product .woocommerce-product-details__short-description p {
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
  height: 65px;
}
@media screen and (max-width: 1023px) {
  body article.tease-product .woocommerce-product-details__short-description p {
    font-size: 13px;
    line-height: 17px;
  }
}
body article.tease-product .price-cart-wrapper {
  display: flex;
  align-content: space-between;
  margin-top: 0;
}
body article.tease-product .price-cart-wrapper .price {
  display: flex;
}
body article.tease-product .price-cart-wrapper .price .amount {
  margin-top: auto;
  margin-bottom: 0;
}
body article.tease-product .price-cart-wrapper > a.button, body article.tease-product .price-cart-wrapper button.button-disabled {
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 6px;
  line-height: 14px;
  border-radius: 0px;
  border-radius: 2px;
  overflow: hidden;
}
body article.tease-product .price-cart-wrapper > a.button.button-disabled, body article.tease-product .price-cart-wrapper button.button-disabled.button-disabled {
  opacity: 0.6;
}
body article.tease-product .price-cart-wrapper span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
body article.tease-product .info-wrapper {
  position: absolute;
  right: -5px;
  bottom: 25px;
  width: 38px;
  height: 38px;
  z-index: 10;
  cursor: pointer;
}
body article.tease-product .info-wrapper:hover .info-icon:after, body article.tease-product .info-wrapper:focus .info-icon:after, body article.tease-product .info-wrapper:active .info-icon:after {
  background-image: url("../images/icons/info-full.svg");
}
body article.tease-product .info-wrapper .info-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  body article.tease-product .info-wrapper .info-icon:hover, body article.tease-product .info-wrapper .info-icon:focus, body article.tease-product .info-wrapper .info-icon:active {
    pointer-events: none;
  }
}
body article.tease-product .info-wrapper .info-icon:hover + .info-text, body article.tease-product .info-wrapper .info-icon:focus + .info-text, body article.tease-product .info-wrapper .info-icon:active + .info-text {
  opacity: 1;
  bottom: 41px;
}
body article.tease-product .info-wrapper .info-icon:after {
  content: " ";
  position: absolute;
  background-image: url("../images/icons/info-blank.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: 50%;
}
body article.tease-product .info-wrapper .info-text {
  position: absolute;
  width: 260px;
  max-width: 40vw;
  right: 5px;
  bottom: 46px;
  font-size: 14px;
  line-height: 130%;
  background: #f6f6f6;
  padding: 9px 13px;
  box-shadow: rgba(0, 0, 0, 0.18) 0 2px 2px 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
body article.tease-product .info-wrapper .info-text:after {
  content: " ";
  position: absolute;
  right: 9.5px;
  z-index: 1;
  bottom: -3px;
  width: 7px;
  height: 7px;
  background: #f6f6f6;
  transform: rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.18) 2px 2px 2px 0px;
}
body article.tease-product .info-wrapper .info-text p {
  margin-bottom: 0;
}
body article.tease-product .bottom-wrapper {
  display: inline-block;
  margin-left: auto;
  z-index: 2;
  position: relative;
  margin-bottom: -8px;
  margin-right: -5px;
}
body article.tease-product .product-link-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body article.tease-product form.cart {
  margin-bottom: 0 !important;
}
body article.tease-product button.add_to_cart_button:focus, body article.tease-product button.add_to_cart_button:hover, body article.tease-product button.add_to_cart_button:active {
  outline: none;
}
body article.tease-product button.add_to_cart_button:focus {
  box-shadow: none !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #3e3f44;
}
body.woocommerce span.onsale {
  background-color: transparent;
  font-weight: 500;
}
body.woocommerce span.onsale:before {
  pointer-events: none;
  content: " ";
  position: absolute;
  top: -10px;
  right: -9px;
  bottom: -10px;
  left: -9px;
  z-index: -1;
  background-image: url("../images/icons/brush.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.term-description {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.woocommerce div.product {
  /* Layout */
  /*.entry-images {
    padding-right: $spacer-l;

    @include until($desktop) {
      padding-right: $spacer-m;
    }

    @include until($tablet) {
      padding-right: 0;
      width: 100%;
    }
  }

  .product-entry-wrapper {
    display: flex;
    flex-wrap: wrap;

    @include until($tablet) {
      display: block;
      //flex-direction: column-reverse;
    }
  }

  .product-main-content {
    @include until($desktop) {
      width: 100%;
    }
  }

  .product-side-content {
    padding-top: 148px;

    @include until($desktop) {
      display: none;
    }
  } */
  /* Gallery */
  /*
  .woocommerce-product-gallery {
    width: 100% !important;

    &--columns-4.images .flex-control-thumbs {
      margin-top: $spacer-xs;

      li {
        clear: none !important;
        width: 14.28%;
        padding: 3px;
      }
    }

    &__trigger {
      top: 0;
      right: 0;
    }
  }*/
  /* Entry wrapper */
  /*.product-entry-wrapper {
    max-width: 946px;
    max-width: 90%;
    margin: 0 auto;

    @include until($desktop) {
      max-width: 100%;
    }
  }*/
  /* Content */
  /* Wide image */
  /* Labels */
  /* Tabs */
  /* Moods */
  /* Rating */
  /* Description */
  /*
  ** TABS
  */
}
.woocommerce div.product .entry-content {
  /*h1 {
      margin-bottom: 0.5714em; // bulma value
    }

    p {
      font-size: 15px;

      &:last-child {
        margin-bottom: 0;
      }
    }*/
  /*form.cart {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;

      .quantity {
        left: 10px;
        top: 2px;

        // triangle
        &:after {
          content: " ";
          position: absolute;
          left: -3px;
          z-index: 1;
          bottom: 12px;
          width: 7px;
          height: 7px;
          background: $color-lightest-gray;
          transform: rotate(135deg);
          box-shadow: rgba(0, 0, 0, 0.18) 1px 1px 2px 0px;
          pointer-events: none;
        }
      }
    }*/
  /* add to cart */
}
.woocommerce div.product .entry-content .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.woocommerce div.product .entry-content .woocommerce-product-details__short-description {
  margin-top: 20px;
}
.woocommerce div.product .entry-content .product_title {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 2px;
  font-weight: 500;
}
.woocommerce div.product .entry-content #product_total_price {
  margin-bottom: 15px;
}
.woocommerce div.product .entry-content #product_total_price .price {
  font-size: 18px;
  font-weight: 500;
  color: #3e3f44;
}
.woocommerce div.product .entry-content #product_total_price .price-note {
  display: block;
  clear: both;
  font-size: 12px;
  font-style: italic;
}
.woocommerce div.product .entry-content form.cart {
  flex-wrap: wrap;
  /* Variation select */
}
.woocommerce div.product .entry-content form.cart table.variations td.label {
  display: none;
}
.woocommerce div.product .entry-content form.cart table.variations select {
  max-width: 80px;
  min-width: 150px;
}
.woocommerce div.product .entry-content form.cart table.variations .reset_variations {
  display: none !important;
}
.woocommerce div.product table.variations label {
  display: none;
}
.woocommerce div.product .flex-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.woocommerce div.product .product-wide-shot {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  min-height: 540px;
  margin-top: 40px;
}
.woocommerce div.product .product-wide-shot::after {
  clear: both;
  content: " ";
  display: table;
}
@media screen and (max-width: 1215px) {
  .woocommerce div.product .product-wide-shot {
    min-height: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .woocommerce div.product .product-wide-shot {
    min-height: auto;
    margin-top: 30px;
  }
}
.woocommerce div.product .product-wide-shot__image {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .woocommerce div.product .product-wide-shot__image {
    position: relative;
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .product-wide-shot__image {
    position: relative;
    min-height: 250px;
  }
}
.woocommerce div.product .product-wide-shot__image--no-text:before {
  display: none;
}
.woocommerce div.product .product-wide-shot__image:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -10vw;
  width: 60vw;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}
.woocommerce div.product .product-wide-shot__text {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  max-width: 510px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .woocommerce div.product .product-wide-shot__text {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    padding: 30px 30px;
  }
}
@media screen and (max-width: 479px) {
  .woocommerce div.product .product-wide-shot__text {
    padding: 15px 15px;
  }
}
.woocommerce div.product .product-wide-shot__text p {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .woocommerce div.product .product-wide-shot__text p {
    font-size: 18px;
    color: #3e3f44;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .product-wide-shot__text p {
    font-size: 16px;
  }
}
.woocommerce div.product .product-wide-shot__text p b {
  font-weight: 500;
}
.woocommerce div.product .product_labels__wrapper {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product .product_labels__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.woocommerce div.product .product_labels__label-icon {
  display: inline-block;
  margin-right: 5px;
  max-height: 18px;
}
.woocommerce div.product .product_labels__label-name {
  display: inline-block;
}
.woocommerce div.product .tabs-wrapper {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .woocommerce div.product .tabs-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .woocommerce div.product .tabs-wrapper {
    margin-top: 30px;
  }
}
.woocommerce div.product .tabs-wrapper h1, .woocommerce div.product .tabs-wrapper h2, .woocommerce div.product .tabs-wrapper h3, .woocommerce div.product .tabs-wrapper h4, .woocommerce div.product .tabs-wrapper h5, .woocommerce div.product .tabs-wrapper h6 {
  font-weight: 500;
}
.woocommerce div.product .tabs-wrapper h1 {
  font-size: 20px;
}
.woocommerce div.product .tabs-wrapper h2 {
  font-size: 18px;
}
.woocommerce div.product .tabs-wrapper h3 {
  font-size: 16px;
}
.woocommerce div.product .tabs-wrapper h4 {
  font-size: 15px;
}
.woocommerce div.product .tabs-wrapper .product-main-content {
  position: relative;
}
@media screen and (max-width: 1539px) {
  .woocommerce div.product .tabs-wrapper .woocommerce-Tabs-panel {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1319px) {
  .woocommerce div.product .tabs-wrapper .woocommerce-Tabs-panel {
    padding-right: 150px;
  }
}
@media screen and (max-width: 1215px) {
  .woocommerce div.product .tabs-wrapper .woocommerce-Tabs-panel {
    padding-right: 0px;
  }
}
.woocommerce div.product .tabs-wrapper .product-gallery-images {
  position: absolute;
  top: 100px;
  right: -335px;
  width: 278px;
}
@media screen and (max-width: 1539px) {
  .woocommerce div.product .tabs-wrapper .product-gallery-images {
    right: -235px;
  }
}
@media screen and (max-width: 1319px) {
  .woocommerce div.product .tabs-wrapper .product-gallery-images {
    right: -185px;
  }
}
@media screen and (max-width: 1215px) {
  .woocommerce div.product .tabs-wrapper .product-gallery-images {
    margin-top: 40px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.woocommerce div.product .tabs-wrapper .panel {
  margin-bottom: 0;
}
.woocommerce div.product .mood-images {
  display: flex;
  margin: 40px auto;
}
.woocommerce div.product .mood-images-square, .woocommerce div.product .mood-images-wide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce div.product .mood-images-square {
  width: 37%;
  margin-right: 40px;
}
.woocommerce div.product .mood-images-square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .mood-images-square {
    margin-right: 15px;
  }
}
.woocommerce div.product .mood-images-wide {
  flex: 1;
}
.woocommerce div.product .back-to-product-top {
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce div.product .back-to-product-top a {
  display: inline-block;
  color: #6e6e6e;
  font-size: 15px;
}
.woocommerce div.product .back-to-product-top a:after {
  display: inline-block;
  content: " ";
  width: 9px;
  height: 22px;
  margin-left: 8px;
  margin-bottom: -7px;
  background-image: url("../images/icons/arrow-top-back.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce div.product .woocommerce-product-rating {
  /*margin-bottom: $spacer-s - 10px;*/
  line-height: 21px;
}
.woocommerce div.product .woocommerce-product-rating .star-rating {
  font-size: 14px;
}
.woocommerce div.product .woocommerce-product-rating a {
  position: relative;
  top: 3px;
  font-size: 14px;
}
.woocommerce div.product .woocommerce-product-details__short-description p {
  margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  justify-content: left;
  padding-left: 0;
  margin-bottom: 40px;
  overflow-x: hidden;
  overflow: visible;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 6px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  padding-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  box-shadow: 0px 1px 0px 0px #9f1e3a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  margin: 0;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  box-shadow: 0px 1px 0px 0px #c6c6c6;
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
  }
}
/* Cross Sell */
div.single-cross-sells {
  margin-top: 70px;
  margin-bottom: 40px;
}
div.single-cross-sells .section-title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
body.logged-in--reseller .ct-header-account .ct-account-item, body.logged-in--apotheke .ct-header-account .ct-account-item {
  position: relative;
}
body.logged-in--reseller .ct-header-account .ct-account-item::after, body.logged-in--apotheke .ct-header-account .ct-account-item::after {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  top: -9px;
  right: -6px;
  background: #79A1B3;
  color: white;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
body.logged-in--reseller .ct-header-account .ct-account-item::after {
  content: "R";
}
body.logged-in--apotheke .ct-header-account .ct-account-item::after {
  content: "A";
}
/* Change WC Acct Page Column Widths */
/*@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 200px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 16px !important;
  font-weight: $weight-medium;

  &:before {
    display: none;
  }
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
  font-weight: $weight-bold;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

.woocommerce-Address-title {
  a.edit {
    font-size: $font-size-n;
  }
}
*/
@media screen and (max-width: 1407px) {
  header .container {
    max-width: 100%;
    width: 100%;
  }
}
footer.footer {
  min-height: 550px;
  padding: 0;
  overflow: hidden;
  padding-top: 70px;
  background: #f0f0f0;
}
@media screen and (max-width: 1023px) {
  footer.footer {
    margin-top: 49px;
  }
}
body.single-magazin footer.footer {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  footer.footer {
    padding-top: 49px;
  }
}
footer.footer .king-statement {
  text-align: center;
  position: relative;
  margin-bottom: 62px;
}
@media screen and (max-width: 1023px) {
  footer.footer .king-statement {
    margin-bottom: 45px;
  }
}
footer.footer .king-statement:before {
  background: #c6c6c6;
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 0;
  top: 24px;
}
footer.footer .king-statement:after {
  background: #c6c6c6;
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 0;
  bottom: 21px;
}
footer.footer .king-statement .footer-logo {
  display: inline-block;
  margin: 0 auto;
  background: #f0f0f0;
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
footer.footer .king-statement p {
  max-width: 580px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 15px;
}
footer.footer .king-statement .social-media-box {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #f0f0f0;
  padding: 0 40px;
}
footer.footer .king-statement .social-media-box .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer .king-statement .social-media-box a {
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  footer.footer .king-statement .social-media-box a {
    padding: 0 15px;
  }
}
footer.footer .newsletter-footer {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  footer.footer .newsletter-footer {
    margin-bottom: 28px;
  }
}
footer.footer .newsletter-footer .inner {
  display: inline-block;
  margin: 0 auto;
}
footer.footer .newsletter-footer .title {
  font-size: 16px;
  color: #3e3f44;
  font-weight: 500;
  margin-bottom: 18px;
}
footer.footer .newsletter-footer p.text {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
}
footer.footer .mid-footer {
  position: relative;
  margin-bottom: 0;
  padding: 80px 0 100px 0;
}
footer.footer .mid-footer:before {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
  background: #018174;
  top: 0;
  bottom: 0;
}
footer.footer .mid-footer .columns {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer.footer .mid-footer .columns {
    padding-top: 30px;
  }
}
footer.footer .mid-footer .columns .column.first .footer-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}
footer.footer .mid-footer .columns .column.first:after {
  display: none;
}
footer.footer .mid-footer .columns .column.first .title {
  display: none;
}
footer.footer .mid-footer .columns .column:not(.first) p br {
  display: none;
}
footer.footer .mid-footer .columns .column:not(.first) p a {
  display: block;
  margin-bottom: 20px;
}
footer.footer .mid-footer .columns .column:not(.first) p a:last-child() {
  margin-bottom: 0;
}
footer.footer .mid-footer .columns .title {
  font-size: 18px;
  font-weight: inherit;
  color: inherit;
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
}
footer.footer .mid-footer .columns .title:after {
  background: #ffffff;
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 0;
  top: 0;
}
footer.footer .mid-footer .columns a {
  color: #ffffff;
}
footer.footer .mid-footer .columns b, footer.footer .mid-footer .columns strong {
  color: #ffffff;
}
footer.footer .mid-footer .columns p {
  margin-bottom: 24px;
  font-weight: 400;
}
footer.footer .mid-footer .columns p:last-child {
  margin-bottom: 0;
}
footer.footer .multicountry-footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px 0 0 0;
}
footer.footer .multicountry-footer:before {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
  background: #3e3f44;
}
footer.footer .multicountry-footer .inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
}
footer.footer .end-footer {
  position: relative;
  text-align: center;
  padding: 60px 0 60px 0;
  font-weight: 400;
  flex-wrap: wrap;
  /* EKOMI */
}
footer.footer .end-footer .badges {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
footer.footer .end-footer .badges img {
  padding: 0 10px;
  width: auto;
  height: 62px;
}
footer.footer .end-footer a {
  font-weight: 500;
}
footer.footer .end-footer #ekw105 {
  background-color: transparent !important;
  color: #ffffff !important;
  float: none !important;
  margin: 0 auto 40px auto !important;
  overflow: visible !important;
}
footer.footer .end-footer #widget-container {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-bottom: 28px;
}
footer.footer .end-footer #widget-container .ekomi-rating-seal {
  float: none;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
footer.footer .end-footer #widget-container .ekomi-rating-seal img {
  width: 62.5px;
  height: auto;
}
footer.footer .end-footer:before {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  z-index: 0;
  pointer-events: none;
  background: #3e3f44;
}
footer.footer .end-footer .inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
footer.footer .end-footer .inner p {
  margin-bottom: 0;
}
footer.footer .end-footer .inner a, footer.footer .end-footer .inner p {
  color: #ffffff;
}
footer.footer .mod_subscribe__form, .mod_subscribe__form {
  position: relative;
  display: inline-block;
}
footer.footer .mod_subscribe__form .mc-label, .mod_subscribe__form .mc-label {
  color: white !important;
}
footer.footer .mod_subscribe__form .cleverreach-error-message, .mod_subscribe__form .cleverreach-error-message {
  display: none;
}
footer.footer .mod_subscribe__form input, .mod_subscribe__form input {
  box-sizing: border-box;
  padding: 0 15px;
  width: 200px !important;
  min-height: 40px;
  color: white;
}
footer.footer .mod_subscribe__form input[type=email], footer.footer .mod_subscribe__form input[type=email]:focus, .mod_subscribe__form input[type=email], .mod_subscribe__form input[type=email]:focus {
  border-color: white;
  color: white;
}
footer.footer .mod_subscribe__form .mdl-textfield, .mod_subscribe__form .mdl-textfield {
  display: inline-block;
  position: relative;
  border-color: white;
}
footer.footer .mod_subscribe__form .mod_subscribe__submit, .mod_subscribe__form .mod_subscribe__submit {
  position: absolute;
  top: 10px;
  right: 6px;
  cursor: pointer;
}
footer.footer .mod_subscribe__form .mod_subscribe__submit.btn, .mod_subscribe__form .mod_subscribe__submit.btn {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: transparent;
  text-indent: -9999px;
  background-image: url("../images/icons/send.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0px 20px;
  outline: 0;
  border: 0;
}
footer.footer .mod_subscribe__form .mc-label, .mod_subscribe__form .mc-label {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer.footer .mod_subscribe__form .mc-label p, .mod_subscribe__form .mc-label p {
  margin-top: 0;
  margin-bottom: 0;
}
.required {
  color: #ef5350;
}
.timestamp {
  color: #7a7a7a;
}
.single .main-article {
  position: relative;
}
.single .main-article h1 {
  line-height: 100%;
  margin-bottom: 20px;
}
.single .main-article h5.subtitle {
  margin-bottom: 20px;
}
.single .edit-post-link {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.single .edit-post-link i {
  vertical-align: middle;
  font-size: 1rem;
}
.single .edit-post-link a {
  color: #00695c;
}
body.archive {
  /* Magazin */
  /* Lexikon */
}
body.archive .content-categories {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  body.archive .content-categories {
    margin-bottom: 30px;
  }
}
body.archive .content-categories > span {
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  body.archive .content-categories > span {
    display: block;
    margin-right: 0;
  }
}
body.archive .content-categories a {
  text-decoration: underline;
  margin: 0 4px;
  color: #3e3f44;
}
body.archive .content-categories a.active {
  font-weight: 500;
}
body.archive .content-articles {
  margin-bottom: 65px;
}
body.archive .block-alertbanner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
body.archive .lexikon-categories {
  text-align: center;
  margin-bottom: 70px;
}
body.archive .lexikon-categories a {
  color: #3e3f44;
  text-transform: uppercase;
}
body.archive .lexikon-content {
  margin-bottom: 70px;
}
body.archive .lexikon-content a {
  color: #3e3f44;
  padding: 2px 0;
  margin: 3px 0;
  display: inline-block;
  width: 100%;
}
body.archive .lexikon-content ul {
  font-size: 0;
}
body.archive .lexikon-content li {
  font-size: 15px;
  display: inline-block;
}
body.archive .category-description {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
body.archive .category-description h1 {
  font-size: 25px;
}
body.archive .category-description h2 {
  font-size: 18px;
}
body.archive .category-description h3 {
  font-size: 16px;
}
body.archive .category-description h4 {
  font-size: 15px;
}
.archive-more {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: url("../images/background_flower_pattern.jpg") center repeat;
  background-size: 400px;
  padding: 0 15px;
}
.archive-more .container {
  padding: 70px 0;
}
@media screen and (max-width: 479px) {
  .archive-more .container {
    padding: 40px 0;
  }
}
.archive-more h3 {
  text-align: center;
  margin-bottom: 40px;
}
.archive-more .article-teaser__content {
  background: #ffffff;
}
.logo {
  max-height: none !important;
}
.logo img {
  width: 176px;
  height: auto;
}
/* stretch height */
html, body {
  overflow-x: hidden;
  background-color: #ffffff;
}
/* sections */
.container {
  padding: 0 30px;
}
@media screen and (max-width: 1407px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .container {
    padding: 0 15px;
  }
}
#app > .container {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  #app > .container {
    margin-top: 30px;
  }
}
body.home #app > .container {
  margin-top: 30px;
}
#app > .container > section.columns {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #app > .container > section.columns {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
#app > .container > section.columns.space-min {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #app > .container > section.columns.space-min {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
#app > .container > section.columns.space-ext {
  margin-top: 95px;
  margin-bottom: 95px;
}
@media screen and (max-width: 1023px) {
  #app > .container > section.columns.space-ext {
    margin-top: 57px;
    margin-bottom: 57px;
  }
}
#app > .container > section.columns.b-pad-s {
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  #app > .container > section.columns.b-pad-s {
    margin-bottom: 42px;
  }
}
#app > .container > section.columns.t-pad-t {
  margin-top: 75px;
}
@media screen and (max-width: 1023px) {
  #app > .container > section.columns.t-pad-t {
    margin-top: 45px;
  }
}
#app > .container.is-content, body.woocommerce-order-received #app > .container {
  max-width: 840px;
  margin-top: 90px;
}
@media screen and (max-width: 1023px) {
  #app > .container.is-content, body.woocommerce-order-received #app > .container {
    margin-top: 30px;
  }
}
body.single-magazin #app > .container {
  margin-top: 0;
}
section.section {
  padding-top: 0;
  padding-bottom: 0;
}
.v-center {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  height: 100%;
}
.columns.is-variable.is-10 {
  --columnGap: 3.4rem;
}
.column.is-auto {
  width: auto;
}
.round-bg-image {
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.round-bg-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.modal-content {
  color: #ffffff;
}
.page-404 {
  text-align: center;
}
.page-404 h1 {
  font-size: 100px;
}
.search-wrapper > h1 {
  font-size: 25px !important;
  text-align: center;
  font-weight: 400;
  font-style: italic;
}
.search-wrapper .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-wrapper .search-form input.input, .search-wrapper .search-form button.button {
  min-height: 47px;
}
.search-wrapper .search-form button.button {
  padding: 5px 18px;
}
.search-wrapper #searchform {
  margin: 0 auto;
}
.search-wrapper .search-results {
  margin-top: 70px;
}
.search-wrapper .search-results .article-teaser__img {
  background-color: rgba(1, 129, 116, 0.5);
}
div.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
div.bg-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .is-content, body.single .tab-content, body.single.content, body .is-content, body .tab-content, body.content {
  /*
    blockquote:before {
        display: block;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: -10px;
        top: -10px;
        color: #7a7a7a;
    }

    blockquote:after {
        display: block;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        right: -10px;
        top: -10px;
        color: #7a7a7a;
    }
    */
}
body.single .is-content .content-img-wrap, body.single .is-content figure.wp-caption, body.single .tab-content .content-img-wrap, body.single .tab-content figure.wp-caption, body.single.content .content-img-wrap, body.single.content figure.wp-caption, body .is-content .content-img-wrap, body .is-content figure.wp-caption, body .tab-content .content-img-wrap, body .tab-content figure.wp-caption, body.content .content-img-wrap, body.content figure.wp-caption {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: 1020px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
body.single .is-content .content-img-wrap img, body.single .is-content figure.wp-caption img, body.single .tab-content .content-img-wrap img, body.single .tab-content figure.wp-caption img, body.single.content .content-img-wrap img, body.single.content figure.wp-caption img, body .is-content .content-img-wrap img, body .is-content figure.wp-caption img, body .tab-content .content-img-wrap img, body .tab-content figure.wp-caption img, body.content .content-img-wrap img, body.content figure.wp-caption img {
  max-width: 100%;
  width: 100%;
}
body.single .is-content .content-img-wrap .wp-caption-text, body.single .is-content figure.wp-caption .wp-caption-text, body.single .tab-content .content-img-wrap .wp-caption-text, body.single .tab-content figure.wp-caption .wp-caption-text, body.single.content .content-img-wrap .wp-caption-text, body.single.content figure.wp-caption .wp-caption-text, body .is-content .content-img-wrap .wp-caption-text, body .is-content figure.wp-caption .wp-caption-text, body .tab-content .content-img-wrap .wp-caption-text, body .tab-content figure.wp-caption .wp-caption-text, body.content .content-img-wrap .wp-caption-text, body.content figure.wp-caption .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  width: 100%;
  max-width: 840px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  padding-top: 13px;
  box-sizing: content-box;
}
body.single .is-content blockquote, body.single .tab-content blockquote, body.single.content blockquote, body .is-content blockquote, body .tab-content blockquote, body.content blockquote {
  font-style: italic;
  font-size: 90%;
  position: relative;
  box-sizing: border-box;
  border-left: 3px solid #018174;
  padding-left: 18px;
  margin-bottom: 30px;
}
body.single .is-content ul, body.single .tab-content ul, body.single.content ul, body .is-content ul, body .tab-content ul, body.content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
body.single .is-content ul li, body.single .tab-content ul li, body.single.content ul li, body .is-content ul li, body .tab-content ul li, body.content ul li {
  padding-left: 18px;
  position: relative;
}
body.single .is-content ul li:before, body.single .tab-content ul li:before, body.single.content ul li:before, body .is-content ul li:before, body .tab-content ul li:before, body.content ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d32121;
}
body.single .is-content p:last-child, body.single .tab-content p:last-child, body.single.content p:last-child, body .is-content p:last-child, body .tab-content p:last-child, body.content p:last-child {
  margin-bottom: 0;
}
body.single .is-content .responsive-container, body.single .tab-content .responsive-container, body.single.content .responsive-container, body .is-content .responsive-container, body .tab-content .responsive-container, body.content .responsive-container {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
body.single .is-content .responsive-container:before, body.single .tab-content .responsive-container:before, body.single.content .responsive-container:before, body .is-content .responsive-container:before, body .tab-content .responsive-container:before, body.content .responsive-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.single .is-content .responsive-container > .content, body.single .tab-content .responsive-container > .content, body.single.content .responsive-container > .content, body .is-content .responsive-container > .content, body .tab-content .responsive-container > .content, body.content .responsive-container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single .is-content .responsive-container iframe, body.single .tab-content .responsive-container iframe, body.single.content .responsive-container iframe, body .is-content .responsive-container iframe, body .tab-content .responsive-container iframe, body.content .responsive-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* CONTENT */
.container.is-content p, .container.is-content ul li {
  font-size: 18px;
}
body.single .container.is-content p, body.single .container.is-content ul li {
  font-size: 16px;
}
.this-categories {
  margin: 40px 0;
  font-size: 14px;
}
.this-categories a {
  color: #018174;
  font-style: italic;
  text-decoration: underline;
}
.this-categories a:last-child {
  text-decoration: none;
}
.product-button-teaser {
  margin: 40px 0;
  text-align: center;
}
.end-content {
  margin-top: 40px;
}
.end-content h3.sm, .end-content .rating-info {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 300;
  text-align: center;
}
.end-content .blog-rating {
  margin-top: 20px;
  text-align: center;
}
.single .wp-block-gallery li:before {
  display: none;
}
/* TINY */
body.content {
  background-color: transparent;
  max-width: 840px;
  margin: 0 auto;
}
/* BASIC ELEMENTS */
a {
  transition: color 0.2s ease;
}
/* figure */
.content figure:not(:first-child) {
  margin-top: 5px;
}
.content figure:not(:last-child) {
  margin-bottom: 15px;
}
.content figure {
  margin-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 15px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .content figure {
    max-width: 500px;
  }
}
@media screen and (max-width: 479px) {
  .content figure {
    width: 100% !important;
  }
  .content figure img {
    width: 100% !important;
  }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.content figure figcaption {
  text-align: left;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}
/* Icons */
.gallery .gallery-item {
  float: left;
}
.gallery:after, .gallery:before {
  content: "";
  display: table;
  clear: both;
}
/* pageinatin */
.pagination-next-wrapper {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.pagination-next-wrapper a {
  padding: 8px 16px;
  display: inline-block;
  background: #9f1e3a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
ul.pagination {
  justify-content: center;
}
ul.pagination li {
  list-style: none;
  display: inline-block;
  padding: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
ul.pagination li:before {
  display: none;
}
ul.pagination li.current a {
  background: #3e3f44;
  color: #ffffff;
}
ul.pagination li a {
  padding: 8px 16px;
  color: #3e3f44;
  display: inline-block;
  background: #f0f0f0;
  font-size: 15px;
  font-weight: 500;
}
/* Lists and spaces in columns */
.wp-block-columns ul {
  list-style: inherit;
  margin-bottom: 30px;
}
footer .wp-block-columns ul {
  margin-bottom: revert;
}
#main .stk-block-content a:not(.wp-block-button__link):not(.button):not(.stk-button):not(.woocommerce-loop-product__link):not(.stk-block-posts__items a):not(#cspml_container a), #main p a:not(.wp-block-button__link):not(.button):not(.stk-button):not(.woocommerce-loop-product__link):not(.stk-block-posts__items a):not(#cspml_container a) {
  text-decoration: underline !important;
}
/*--- Fade-in Animation for Images  ---*/
.fade-in-on-scroll {
  opacity: 0;
}
/* General & one page checkout forms */
form:not(#registerform):not(#loginform) {
  /*input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  textarea,
  select,
  .select2-selection--single {
    border: 1px solid #ccc;
    min-height: 20px;
    width: 100%;
    padding: 10px 10px;
    box-sizing: content-box;
    border-radius: 2px !important;
    font-size: $font-size-xs;
    background: $color-white;

    .wpcf7 & {
      margin-bottom: 10px;
    }

    &.wpcf7-not-valid {
      border: 2px solid #ff0033;
    }
  }*/
}
form:not(#registerform):not(#loginform) label {
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
  display: inline-block;
}
.wpcf7 form:not(#registerform):not(#loginform) label {
  margin-bottom: 2px;
}
form:not(#registerform):not(#loginform) .optional {
  display: none;
}
form:not(#registerform):not(#loginform) .select2-selection--single {
  border-radius: 2px !important;
}
form:not(#registerform):not(#loginform) .select2-selection__rendered {
  line-height: 20px !important;
  font-size: 15px;
}
form:not(#registerform):not(#loginform) textarea {
  height: calc(100% - 7px);
  resize: none;
}
form:not(#registerform):not(#loginform) input[type="checkbox"] {
  display: inline;
  position: relative;
  width: auto;
  cursor: pointer;
  outline: 0;
  /*&:before {
      position: relative;
      display: block;
      width: 28px;
      height: 28px;
      border: 2px solid $color-red;
      content: "";
      background: $color-white;
      top: -7px;
    }*/
}
form:not(#registerform):not(#loginform) input[type="checkbox"]:checked:before {
  background-color: #d32121;
}
form:not(#registerform):not(#loginform) input[type="checkbox"]:active {
  outline: 0;
}
form:not(#registerform):not(#loginform) .wpcf7-list-item-label {
  display: inline;
  float: none;
  display: inline-block;
  margin-left: 30px;
  margin-right: 20px;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-left: 10px;
}
form:not(#registerform):not(#loginform) span.wpcf7-list-item {
  margin-left: 0;
  float: none;
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
form:not(#registerform):not(#loginform) input[type="submit"] {
  width: auto;
  background-color: #9f1e3a;
  color: #ffffff;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  outline: 0;
  border: 0;
}
form:not(#registerform):not(#loginform) .wpcf7-not-valid-tip {
  display: none !important;
}
form:not(#registerform):not(#loginform) div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border-color: #ff0033;
}
.wpcf7-checkbox, .radio {
  display: inline;
  margin: 10px 0 0;
}
.wpcf7-checkbox .wpcf7-list-item, .radio .wpcf7-list-item {
  display: inline-block;
  line-height: 0;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item input[type=radio], .radio .wpcf7-list-item input[type=checkbox], .radio .wpcf7-list-item input[type=radio] {
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  vertical-align: middle;
  position: absolute;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before, .radio .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  color: #d32121;
  background-color: #d32121;
}
.wpcf7-checkbox .wpcf7-list-item-label, .radio .wpcf7-list-item-label {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  margin-top: 0;
  line-height: 30px;
  pointer-events: none;
  padding-left: 29px;
}
.wpcf7-checkbox .wpcf7-list-item-label::before, .radio .wpcf7-list-item-label::before {
  background: #ffffff;
  border: 2px solid #d32121;
  border-radius: 0;
  content: "";
  height: 30px;
  top: 0;
  left: 0;
  position: absolute;
  width: 30px;
  pointer-events: none;
}
.wpcf7-checkbox .wpcf7-list-item-label:hover, .radio .wpcf7-list-item-label:hover {
  cursor: pointer;
}
.radio .wpcf7-list-item-label::before {
  border-radius: 100%;
}
.wpcf7-response-output {
  border: 0 !important;
}
.wpcf7-response-output:not(.wpcf7-validation-errors) {
  border-left: 2px solid #d32121 !important;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border-left: 2px solid #ff0033 !important;
}
.select2-results__options {
  font-size: 15px;
}
.woocommerce form .form-row {
  padding-left: 0;
  padding-right: 0;
}
/* Contact form */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="password"], .wpcf7 textarea, .wpcf7 select {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.wpcf7 .column.is-12:not(:last-child), .wpcf7 .column.is-6:not(:last-child) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.wpcf7 select {
  height: 40px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  font-weight: normal;
  display: inline;
}
body.forum-archive div.bbp-breadcrumb, body.forum-archive div.bbp-topic-tags, body.forum-archive #bbpress-forums ul.bbp-lead-topic, body.forum-archive #bbpress-forums ul.bbp-topics, body.forum-archive #bbpress-forums ul.bbp-forums, body.forum-archive #bbpress-forums ul.bbp-replies, body.forum-archive #bbpress-forums ul.bbp-search-results {
  font-size: 18px;
}
body.forum-archive #bbpress-forums #bbp-search-form #bbp_search {
  box-sizing: border-box;
}
body.forum-archive footer .ct-container-full article {
  --has-boxed: var(--false)!important;
}
@media screen and (min-width: 769px) {
  /*a.stk-link.stk-button.stk--hover-effect-darken.active-btn{
    background: #678538!important;
  }*/
  /*a.stk-link.stk-button.stk--hover-effect-darken.active-btn span.has-text-color{
    color: #fff!important;
    //font-weight: 500;
  }*/
  a.stk-link.stk-button.stk--hover-effect-darken.active-btn svg path {
    fill: #fff !important;
  }
  .block-header-image .content__inner {
    max-width: 750px;
  }
  .block-header-image .inner {
    height: 740px;
  }
  .block-header-image .content a.btn {
    min-width: 94px;
    padding: 8px 32px;
    border-radius: 4px;
  }
  .content h1 {
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  h2 span.stk-highlight:last-child {
    text-decoration: underline;
  }
  .block, .block:not(:last-child) {
    margin-bottom: 0;
  }
  .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
    margin-bottom: 0;
  }
  .block-header-image .content h1 {
    margin-block-end: 20px;
  }
  .block-header-image .content p {
    margin-block-end: 20px;
  }
}
.stk-block .stk-button-group:not(.stk-collapse-on-desktop) {
  justify-content: space-between;
}
/* Breadcrumbs */
.ct-breadcrumbs {
  margin-top: 30px;
  text-transform: none;
}
.ct-breadcrumbs span {
  color: #3e3f44;
}
.ct-breadcrumbs span.last-item span {
  color: #6e6e6e;
}
.dynamic_pricing_table .woocommerce-Price-currencySymbol {
  display: none;
}
.dynamic_pricing_table .woocommerce-Price-amount {
  font-size: 13px;
}
.product-entry-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-entry-wrapper .entry-summary {
  max-width: 100%;
}
.product-entry-wrapper .entry-summary #product_total_price {
  margin-bottom: 10px;
}
.product-entry-wrapper .entry-summary #product_total_price .price-note {
  font-size: 14px;
}
.product-entry-wrapper .entry-summary .stock-status {
  margin-bottom: 12px;
}
body.woocommerce .floating-bar-content div[itemprop="offers"] > span {
  display: none;
}
body.woocommerce .ct-floating-bar-actions div[itemprop="offers"] > span {
  display: none;
}
body.woocommerce .ct-floating-bar-actions form {
  margin-left: 10px;
}
body.woocommerce .ct-floating-bar-actions .single_add_to_cart_button {
  width: auto;
  margin-left: 5px;
}
.ct-floating-bar form.cart {
  align-items: center;
}
.woocommerce-variation.single_variation {
  display: none !important;
}
table.variations label {
  display: none !important;
}
form.variations_form table.variations select {
  width: auto;
  margin-right: 10px;
}
body.woocommerce .single_add_to_cart_button {
  max-width: 200px;
}
div.quantity[data-type] input[type="number"] {
  padding: 0 !important;
}
.ct-default-gallery .entry-summary > form.cart, .ct-stacked-gallery .entry-summary > form.cart {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}
/* Cart Button */
.ct-cart-actions {
  max-width: 400px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.product-entry-wrapper {
  /* spacing */
  padding: 25px 0 50px 0;
  /* Center Layout */
  display: flex;
  align-items: center;
  /* Hide Metas */
}
.product-entry-wrapper .product_meta {
  display: none;
}
/* Product Galery */
.woocommerce-product-gallery .flexy .flexy-items img {
  max-height: 380px;
  margin: 0 auto;
  object-fit: contain;
}
/* Tabs (deprecated) */
.woocommerce-tabs .tabs {
  display: flex;
  justify-content: space-between !important;
  box-shadow: none;
  border-bottom: 1px solid #b0a384;
  border-color: #b0a384 !important;
}
.woocommerce-tabs .tabs > li a {
  text-transform: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  box-shadow: none;
}
.woocommerce-tabs article {
  /*.woocommerce-Tabs-panel {
      > p, > h1, > h2, > h3, > h4, > h5, > h6 {
        max-width: $layout-content-width;
        margin-left: auto;
        margin-right: auto;
      }
    }*/
}
/* Counter */
.shipping-notice {
  max-width: 400px;
  box-sizing: border-box;
  width: 100%;
  background: rgba(184, 184, 184, 0.07);
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* main */
  color: #494b55;
}
.shipping-notice .time-remaining-class {
  font-weight: bold;
  font-size: 120%;
}
/* Dynamic Pricing table */
.dynamic-pricing-title {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}
.dynamic_pricing_table {
  max-width: 355px;
  margin-bottom: 25px !important;
  font-size: 13px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
  border-bottom: 0;
  border-left: 0;
}
.dynamic_pricing_table, .dynamic_pricing_table th, .dynamic_pricing_table tr, .dynamic_pricing_table td {
  border: 1px solid #f0f0f0;
}
.dynamic_pricing_table td {
  border-bottom: 0;
}
.dynamic_pricing_table td .woocommerce-Price-amount bdi {
  margin-left: -4px;
}
.dynamic_pricing_table td, .dynamic_pricing_table th {
  border-top: 0;
  border-left: 0;
  text-align: left;
  background-color: #fff;
  padding: 2px 6px;
  color: #3e3f44;
  border-collapse: collapse;
  border-spacing: 0;
}
.dynamic_pricing_table td:last-child, .dynamic_pricing_table th:last-child {
  border-right: 0;
}
@media screen and (max-width: 479px) {
  .dynamic_pricing_table td, .dynamic_pricing_table th {
    padding: 2px 2px;
  }
}
.dynamic_pricing_table td b, .dynamic_pricing_table th b {
  font-weight: 500;
}
.dynamic_pricing_table tr:nth-child(2n) td {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .dynamic_pricing_table, .dynamic_pricing_table tbody td, .dynamic_pricing_table span.woocommerce-Price-amount {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .dynamic_pricing_table, .dynamic_pricing_table tbody td, .dynamic_pricing_table span.woocommerce-Price-amount {
    font-size: 10px;
  }
}
/* Health Claims */
.health-claims {
  padding-top: 15px;
  margin-bottom: 0 !important;
  /*@include until($tablet) {
    padding-top: $spacer-m;
  }

  @include until($mobile) {
    padding-top: $spacer-s;
  }*/
}
.health-claims__wrapper {
  display: box;
  margin: 0;
}
.health-claims__column {
  max-height: 145px;
  position: relative;
  transition: all 0.3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  flex-grow: 0;
}
.health-claims__column .health-claims__title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.health-claims__column .health-claims__column_inner {
  padding: 5px 8px;
}
.health-claims__column--small {
  max-height: 88px;
}
.health-claims__column.collapsed {
  max-height: 2000px;
}
.health-claims__column.collapsed .health-claims__collapse:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.health-claims__column_inner {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #f3f3f3;
  padding: 2px 12px;
  background-position: right -22px top -22px;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.health-claims__collapse {
  display: none;
  background: var(--wp--preset--color--palette-color-1);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  bottom: 8px;
  opacity: 0.5;
  transform: scale(1);
  transition: all 0.3s ease;
  cursor: pointer;
}
.health-claims__collapse:hover {
  transform: scale(1.1);
}
.health-claims__collapse:after {
  content: " ";
  height: 6px;
  width: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.health-claims__collapse:before {
  content: " ";
  height: 1px;
  width: 6px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.health-claims__title {
  font-size: 16px;
}
.health-claims__claim {
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.health-claims__claim:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: " ";
  width: 12px;
  height: 12px;
  background-image: url("../images/icons/check-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.health-claims__claims {
  display: none;
}
.ct-popup-inner .health-claims__claims {
  display: block;
}
/* Divider Menu */
html {
  scroll-behavior: smooth;
}
.divider-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #ffffff;
  height: 50px;
  --box-shadow: 0px 10px 10px rgba(44, 62, 80, 0.1);
}
.divider-menu .inner {
  max-width: var(--block-max-width, var(--normal-container-max-width));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  overflow-x: scroll;
}
.divider-menu .inner a {
  color: #3e3f44;
  font-weight: 500;
  padding: 10px 25px;
  white-space: nowrap;
}
.divider-menu.fixed-menu {
  position: fixed;
  top: calc(var(--floating-bar-height) + var(--admin-bar, 0px) + var(--frame-size, 0px) + var(--header-sticky-offset, 0px) + var(--header-sticky-height-animated,
          var(--header-sticky-height, 0px) * (var(--sticky-shrink, 100) / 100)));
  width: 100%;
  z-index: 6;
  box-shadow: var(--box-shadow);
}
.divider-menu.fixed-menu .inner {
  border-bottom: 0;
}
.divider-menu a.active {
  color: var(--wp--preset--color--palette-color-5);
}
#menu-placeholder {
  height: 50px;
}
.gutenberg-content, .woocommerce-tabs article, body.single:not(.single-product):not(.single-post):not(.single-lexikon):not(.single-magazin) article, body.single-product #main .entry-content {
  padding-top: 50px;
  --block-max-width: 900px;
}
.single-product .stk-block-text__text a, .single-product .stk-block-content a {
  text-decoration: underline;
}
.ct-floating-bar .added_to_cart {
  color: #494b55;
  background-color: #e0e5eb;
}
.ct-floating-bar .added_to_cart:hover {
  background-color: rgba(224, 229, 235, 0.6);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ct-floating-bar {
    height: 75px;
  }
}
@media (min-width: 768px) {
  .ct-floating-bar img {
    height: 50px;
    width: 50px;
  }
}
.hide {
  display: none;
}
.single-product .entry-summary {
  margin-inline-start: unset;
}
@media (min-width: 1024px) {
  .single-product .entry-summary {
    padding-left: 40px;
  }
}
/*--- Reviews ---*/
.single-product h1#reviews {
  width: min(1290px, 90vw);
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-product h1#reviews {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .single-product h1#reviews {
    width: 88vw;
  }
}
body.logged-in .price del, body.logged-in .product-price del, body.logged-in .product-data del {
  display: none;
}
body.woocommerce .price-cart-row .price, body.woocommerce .price-cart-row .bottom-wrapper {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
body.woocommerce .price-cart-row .price form, body.woocommerce .price-cart-row .bottom-wrapper form {
  display: flex;
}
body .product-info-icon {
  display: none;
}
.price-cart-wrapper a.woocommerce-LoopProduct-link {
  align-items: flex-start;
}
.price-cart-wrapper a.woocommerce-LoopProduct-link .sale-price {
  align-items: flex-start;
  justify-content: flex-start;
}
#bundle-header .stk-img-wrapper::after {
  border-radius: 4px;
}
@media only screen and (max-width: 766px) {
  #bundle-header .stk-row.stk-inner-blocks {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -ms-overflow-style: none !important;
  }
  #bundle-header .stk-row.stk-inner-blocks::-webkit-scrollbar {
    display: none !important;
  }
  #bundle-header .wp-block-stackable-column {
    flex-shrink: 0 !important;
  }
}
.wcpf-filter {
  margin-bottom: 30px;
}
.wcpf-filter-inner {
  display: flex;
  justify-content: flex-start;
}
.wcpf-filter-inner .wcpf-field-item {
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .wcpf-filter-inner .wcpf-field-item {
    min-width: 250px;
  }
}
.wcpf-filter-inner .wcpf-heading-label {
  background: #f6f6f6;
  padding: 4px 28px 4px 14px;
  border-radius: 4px;
}
.wcpf-filter-inner .wcpf-heading-label .box-toggle {
  top: 46% !important;
  color: #3e3f44;
}
.wcpf-filter-inner .text {
  text-transform: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  white-space: nowrap;
  color: #3e3f44;
}
.wcpf-filter-inner .wcpf-inner {
  position: relative;
}
.wcpf-filter-inner .field-input-container {
  top: 26px;
  width: 250px;
  position: absolute;
  z-index: 100;
  border-radius: 3px;
  overflow: auto;
  max-height: 60vh;
  padding: 15px;
  background: #f6f6f6;
  box-shadow: 0px 5px 24px -5px rgba(0, 0, 0, 0.3);
}
.wcpf-filter-inner .wcpf-checkbox-list {
  font-size: 14px;
}
@media (max-width: 768px) {
  /* Universal styles for dropdown containers */
  /* Styles targeting each filter by ID */
  /* Styles for smallest devices such as iPhone 4 / 5 */
  .wcpf-filter-inner {
    margin-bottom: 0px !important;
  }
  .wcpf-filter-inner .wcpf-filter.wcpf-front-element-28590 {
    margin: 0 !important;
  }
  .wcpf-filter-inner .sort-by-dropdown {
    text-align: right;
  }
  .wcpf-filter-inner .sort-by-dropdown select {
    position: relative;
    top: -4px;
    font-size: 0;
    background-size: 16px;
  }
  .wcpf-filter-inner .sort-by-dropdown select {
    padding-left: 0 !important;
  }
  .wcpf-filter-inner .wcpf-inner .field-input-container {
    width: auto;
    min-width: 150px;
  }
  .wcpf-front-element-28592 .field-input-container {
    left: 0 !important;
  }
  .wcpf-front-element-28593 .field-input-container {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .wcpf-front-element-28594 .field-input-container {
    left: auto !important;
    right: 0 !important;
  }
}
@media (max-width: 768px) and (max-width: 380px) {
  .wcpf-filter-inner .wcpf-field-item {
    margin-right: 7.5px;
  }
  .wcpf-filter-inner .wcpf-field-item .wcpf-heading-label {
    padding: 3px 17px 3px 6px;
  }
  .wcpf-filter-inner .wcpf-field-item .wcpf-heading-label .box-toggle {
    right: 2px;
  }
  .wcpf-filter-inner .wcpf-field-item .wcpf-heading-label .text {
    font-size: 12px !important;
  }
  .wcpf-filter-inner .field-input-container {
    width: 200px;
  }
  .wcpf-filter-inner .wcpf-title {
    font-size: 12px !important;
  }
}
/* Copied from customizer */
/* Styles for desktop and larger devices */
#remove-filters-button {
  background: none;
  border: none;
  color: #A9A9A9;
  /* Grey color */
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
#remove-filters-button:hover {
  color: #B33E2D;
}
/* Styles for mobile and smaller devices */
.sort-by-dropdown {
  margin-top: 10px;
  /* Adds some space above the sort by dropdown */
}
#remove-filters-button {
  margin: auto;
}
/* Increasing the size of the wishlist icon */
.ct-wishlist-button-archive svg {
  width: 18px;
  height: 18px;
}
/* Adjust the margin and padding of the button */
.woocommerce li.product .button {
  margin: 0;
  /* Remove any existing margins */
  padding: 0;
  /* Remove any existing paddings */
}
#remove-filters-button {
  display: flex;
  align-items: center;
  /* Vertically center align */
  justify-content: center;
  /* Horizontally center align */
  height: 35px;
}
.wcpf-filter-inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
}
.sort-by-dropdown {
  order: 2;
}
.sort-by-dropdown {
  width: auto;
  height: 35px;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  margin-left: auto;
}
.sort-by-dropdown select {
  width: auto;
  height: 35px;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  margin-left: auto;
  text-align-last: right;
  border: none;
  background-image: url("../images/icons/sort-by.svg");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 12px;
}
/* Style for the opened dropdown: text is left-aligned */
.sort-by-dropdown select:focus {
  text-align-last: center;
}
@media (max-width: 768px) {
  .sort-by-dropdown {
    width: 100%;
    margin-top: 20px;
  }
}
.bottom-wrapper form.cart.qty-cart {
  display: flex;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid rgba(73, 75, 85, 0.07);
  border-radius: 4px;
  padding: 10% 10% 0% 10%;
}
.woocommerce ul.products li.product figure, .woocommerce-page ul.products li.product figure {
  position: static;
}
.woocommerce ul.products li.product .price-cart-wrapper, .woocommerce-page ul.products li.product .price-cart-wrapper {
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .button-disabled, .woocommerce-page ul.products li.product .button-disabled {
  padding: 0 10px;
}
li.product .price-cart-wrapper .price, li.product .price-cart-wrapper .price-dots {
  flex-basis: 0;
  cursor: crosshair;
}
li.product .price-cart-wrapper .price {
  flex-grow: 0;
}
li.product .price-cart-wrapper .price-dots {
  flex-grow: 1;
  height: 100%;
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
li.product .price-cart-wrapper .price:hover + .price-dots + .price-dots-collapse, li.product .price-cart-wrapper .price-dots:hover + .price-dots-collapse {
  opacity: 1;
}
li.product .price-dots-collapse {
  pointer-events: none;
  position: absolute;
  bottom: -18px;
  opacity: 0;
  transition: all 0.3s ease;
}
li.product .price-dots-collapse .dynamic_pricing_table {
  background: white;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.05);
}
li.product .price-dots-collapse th:first-child, li.product .price-dots-collapse td:first-child {
  display: none;
}
/* Adjust OnePageCheckout */
@media screen and (max-width: 768px) {
  body.woocommerce-onepage-checkout .onepage_checkout__column__cart .woocommerce-cart-form table.shop_table td.actions .coupon .input-text {
    height: auto;
  }
}
body.woocommerce-onepage-checkout .woocommerce-cart-form__contents .coupon {
  flex-direction: row !important;
}
body.woocommerce-onepage-checkout #custom_subtotal {
  font-size: 12px;
}
body.woocommerce-onepage-checkout .onepage_checkout_header__features h4 {
  margin-top: 0 !important;
}
body.woocommerce-onepage-checkout .onepage_banner .inner .feature h4 {
  color: #fff;
}
body.woocommerce-onepage-checkout .onepage_banner .inner .feature img {
  filter: brightness(0) invert(1);
}
body.woocommerce-onepage-checkout .woocommerce-checkout-payment .place-order {
  margin-top: 0;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .wc_payment_methods li {
  display: flex;
  align-items: center;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .wc_payment_methods li input {
  margin-right: 0;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .wc_payment_methods li label {
  position: relative;
  top: 2px;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .wc_payment_methods li label img {
  top: 0;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .wc_payment_methods label {
  font-size: 12px !important;
}
body.woocommerce-onepage-checkout .woocommerce-shipping-totals {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-onepage-checkout .woocommerce-shipping-totals th, body.woocommerce-onepage-checkout .woocommerce-shipping-totals td {
  width: 100%;
  display: block;
}
body.woocommerce-onepage-checkout .woocommerce-shipping-totals #shipping_method {
  padding-inline-start: 0;
}
body.woocommerce-onepage-checkout .woocommerce-shipping-totals #shipping_method li {
  position: relative;
  flex-direction: row;
}
body.woocommerce-onepage-checkout .woocommerce-shipping-totals #shipping_method li label {
  position: absolute;
  left: 20px;
  text-align: left;
  white-space: nowrap;
}
body.woocommerce-onepage-checkout .woocommerce-shipping-totals #shipping_method li input {
  margin-left: 0;
  margin-right: 20px;
}
body.woocommerce-onepage-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: center !important;
}
body.woocommerce-onepage-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 5px;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .custom_overview table.shop_table tfoot tr.order-total .includes_tax {
  font-size: 11px;
  letter-spacing: -0.25px;
}
body.woocommerce-onepage-checkout ul#shipping_method li {
  display: flex;
  align-items: center;
}
body.woocommerce-onepage-checkout form .form-row label, body.woocommerce-onepage-checkout form .form-row label span, body.woocommerce-onepage-checkout label.woocommerce-form__label, body.woocommerce-onepage-checkout label.woocommerce-form__label span {
  font-size: 12px !important;
  font-weight: 500 !important;
}
body.woocommerce-onepage-checkout .wc_coupon_message_wrap {
  padding: 0 !important;
}
body.woocommerce-onepage-checkout .wc_coupon_message_body {
  border-radius: 4px;
  background: #f6f6f6;
  padding: 4px 10px;
  margin-bottom: 15px;
}
body.woocommerce-onepage-checkout .wc_coupon_message_body p {
  font-size: 12px;
  color: #3e3f44;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.woocommerce-onepage-checkout #coupons_list {
  padding-bottom: 15px;
}
body.woocommerce-onepage-checkout #coupons_list h3 {
  font-size: 12px !important;
  color: #3e3f44;
  text-transform: none;
  font-weight: 400;
  margin: 8px 0px;
}
body.woocommerce-onepage-checkout #all_coupon_container {
  --sc-color2: #F6F6F6;
  --sc-color3: #3e3f44;
}
body.woocommerce-onepage-checkout .woocommerce-cart-form__contents .coupon label {
  display: none !important;
}
body.woocommerce-onepage-checkout .showlogin {
  padding: 0;
  background: none;
  display: inline-block;
  line-height: 100%;
  margin-inline-start: unset !important;
  min-height: 0 !important;
}
body.woocommerce-onepage-checkout .onepage_checkout__column .woocommerce-shipping-totals label {
  font-size: 12px !important;
  line-height: 100% !important;
  font-weight: 500 !important;
}
body.woocommerce-onepage-checkout .woocommerce-Price-amount {
  font-size: inherit;
}
body.woocommerce-onepage-checkout ul#shipping_method li input {
  margin-top: -4px;
  margin-right: 0;
  margin-left: 10px;
}
body.woocommerce-onepage-checkout .woocommerce-shipping-totals th, body.woocommerce-onepage-checkout .woocommerce-shipping-totals td {
  padding-top: 14px !important;
}
body.woocommerce-onepage-checkout .woocommerce-form__input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: inline-block !important;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__inner p {
  margin-bottom: 0 !important;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__address .woocommerce-shipping-fields #ship-to-different-address span {
  margin-left: 0 !important;
}
body.woocommerce-onepage-checkout *#theme_custom_mc {
  margin-right: 8px;
  /*appearance: none;
    width: 16px;
    height: 16px;
    border-width: var(--form-selection-control-border-width, var(--form-field-border-width, 1px));
    border-style: solid;*/
}
body.woocommerce-onepage-checkout .onepage_checkout__column__address .woocommerce-shipping-fields #ship-to-different-address span {
  font-weight: 400;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__cart .woocommerce-cart-form table.shop_table {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 17px;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__cart .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item td.product-price {
  position: absolute;
  left: 50px;
  top: 17px;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 400;
}
body.woocommerce-onepage-checkout table.woocommerce-cart-form__contents {
  font-size: 12px;
}
body.woocommerce-onepage-checkout table.woocommerce-cart-form__contents .woocommerce-Price-amount {
  font-size: 12px;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__cart .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item td.product-name a {
  font-size: 12px;
  font-weight: bold;
}
body.woocommerce-onepage-checkout input.qty, body.woocommerce-onepage-checkout .quantity .qty {
  background: none;
}
body.woocommerce-onepage-checkout .quantity[data-type=type-2] {
  width: 100%;
}
body.woocommerce-onepage-checkout div.quantity {
  height: 100%;
}
body.woocommerce-onepage-checkout #coupons_list {
  padding-bottom: 10px;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .custom_overview table.shop_table tr.cart_item {
  font-size: 14px !important;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .custom_overview table.shop_table td {
  font-size: 12px !important;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay tr.cart-discount th, body.woocommerce-onepage-checkout .onepage_checkout__column__pay tr.cart-discount td {
  padding-top: 10px;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay tr.cart-discount, body.woocommerce-onepage-checkout .onepage_checkout__column__pay tr.cart-discount * {
  font-size: 12px !important;
}
body.woocommerce-onepage-checkout .onepage_checkout__column__pay .custom_overview #payment #place_order, body.woocommerce-onepage-checkout [type=submit] {
  background-color: #b0a384;
}
body.woocommerce-onepage-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0;
}
body.woocommerce-onepage-checkout .woocommerce-privacy-policy-text {
  margin-bottom: 10px;
}
body.woocommerce-onepage-checkout .entry-content > * {
  margin-bottom: 0;
}
body.woocommerce-onepage-checkout #checkout_payments .wc_payment_methods label {
  margin-bottom: -5px;
}
.woocommerce-cart-form__contents td.actions {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.woocommerce-cart-form__contents #coupon_code {
  max-width: 120px;
}
.onepage_checkout__column__cart .woocommerce-cart-form table.shop_table td.actions .coupon {
  box-shadow: none !important;
}
.onepage_checkout__column__cart .woocommerce-cart-form table.shop_table td.actions .coupon .button {
  border: 0 !important;
  background: #f6f6f6 !important;
}
[data-vertical-spacing*="top"] {
  padding-top: 0 !important;
}
body.single-post #main-container #main [data-vertical-spacing*="top"], body.single-lexikon #main-container #main [data-vertical-spacing*="top"], body.single-magazin #main-container #main [data-vertical-spacing*="top"] {
  padding-top: var(--theme-content-vertical-spacing) !important;
}
form.woocommerce-checkout {
  display: block;
}
body.woocommerce-onepage-checkout #coupons_list h3 {
  font-size: 14px;
}
.onepage_checkout__column__address #coupons_list {
  display: none !important;
}
.onepage_checkout__column__address .wc_coupon_message_wrap {
  display: none !important;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
p#billing_email_field, p#shipping_zu_handen_field {
  width: 100%;
}
p#shipping_postcode_field, p#shipping_zu_handen_field, p#shipping_city_field {
  width: 48% !important;
}
.onepage_checkout__column__inner p {
  margin-bottom: 10px;
}
.onepage_checkout_header__logo img {
  max-height: 40px;
  margin: 10px 0;
}
/* Validator */
.address-reminder-message, .post-office-error-message {
  font-size: 10px;
  color: darkred;
  padding: 2px 1px 0px 1px;
  line-height: 115%;
}
.confirm-address {
  cursor: pointer;
  text-decoration: underline;
  color: black;
}
.custom-filters {
  margin: 40px 0;
  /*&__right {
        //width: 280px;
    }*/
}
@media (max-width: 767px) {
  .custom-filters {
    margin: 25px 0;
  }
  .custom-filters .custom-filters__icon {
    display: none;
  }
  .custom-filters .custom-filters__top {
    margin-top: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-filters .custom-filters__dropdowns {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.custom-filters__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.custom-filters__left {
  flex: 1;
  min-width: 0;
}
.custom-filters__top {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-filters__top {
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .custom-filters__top {
    flex-wrap: wrap;
    overflow: visible;
    gap: 10px;
  }
}
.custom-filters__top .custom-filters__btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-filters__top .custom-filters__btn--special, .custom-filters__top .custom-filters__btn span {
  white-space: nowrap;
}
.custom-filters__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
.custom-filters__icon svg {
  width: 20px;
  height: 18px;
}
.custom-filters__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 14px;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  color: #3E3F44;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  min-height: 33px;
}
.custom-filters__btn:hover {
  border-color: #478673;
}
.custom-filters__btn--active {
  background-color: #478673;
  color: white;
  border-color: #478673;
}
.custom-filters__btn--active svg path {
  stroke: white;
  display: none;
}
.custom-filters__btn--special {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6.5px 14px !important;
  box-sizing: border-box;
  min-width: fit-content;
}
.custom-filters__btn--special span {
  white-space: nowrap;
  overflow: visible;
  flex-shrink: 0;
}
.custom-filters__btn--special svg {
  margin-left: 15px;
  flex-shrink: 0;
  width: 16px !important;
  height: 16px !important;
  position: relative;
}
.custom-filters__btn--special .custom-filters__btn-reset {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: inherit;
  display: none;
}
.custom-filters__btn--special.custom-filters__btn--active {
  background-color: #3E3F44;
  border-color: #3E3F44;
  color: white;
}
.custom-filters__btn--special.custom-filters__btn--active svg path {
  fill: white;
}
.custom-filters__btn--special.custom-filters__btn--active .custom-filters__btn-reset {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.custom-filters__btn--special.aktion.custom-filters__btn--active {
  background-color: #B33E2D;
  border-color: #B33E2D;
}
.custom-filters__btn:not(.custom-filters__btn--special) {
  padding: 6.5px 14px !important;
}
.custom-filters__dropdowns {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
  /*@media (max-width: 640px) {
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
        }*/
}
@media (max-width: 991px) {
  .custom-filters__dropdowns {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.custom-filters__dropdown {
  position: relative;
  min-width: 158px;
}
@media (max-width: 640px) {
  .custom-filters__dropdown {
    width: 100%;
  }
}
.custom-filters__dropdown-header {
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #F6F6F6;
  padding: 3px 12px;
  border-radius: 4px;
  height: 31px;
}
.custom-filters__dropdown-header svg {
  width: auto;
  height: auto;
}
.custom-filters__dropdown-header span {
  font-size: 14px;
  color: #3E3F44;
  flex: 1;
}
.custom-filters__dropdown-header:hover {
  opacity: 0.8;
}
.custom-filters__dropdown-plus {
  margin-left: auto;
  width: 13px !important;
  height: 13px !important;
}
.custom-filters__dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: white;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 8px;
}
@media (max-width: 640px) {
  .custom-filters__dropdown-content {
    width: 100%;
    position: relative;
  }
}
.custom-filters__dropdown-content--active {
  display: block;
}
.custom-filters__dropdown-search {
  padding: 12px;
  border-bottom: 1px solid #D0D0D0;
}
.custom-filters__dropdown-items {
  max-height: 300px;
  overflow-y: auto;
  padding: 12px;
}
.custom-filters__dropdown-item {
  margin-bottom: 8px;
}
.custom-filters__dropdown-item:last-child {
  margin-bottom: 0;
}
.custom-filters__dropdown-item--unavailable {
  opacity: 0.5;
  pointer-events: none;
}
.custom-filters__dropdown-item--unavailable .custom-filters__checkbox {
  cursor: default;
}
.custom-filters__dropdown[data-filter-group="lagernd"] .custom-filters__dropdown-header {
  cursor: pointer;
}
.custom-filters__dropdown[data-filter-group="lagernd"] .custom-filters__dropdown-header:hover {
  opacity: 0.8;
}
.custom-filters__dropdown[data-filter-group="lagernd"] .custom-filters__dropdown-header.custom-filters__dropdown--active-filter {
  background-color: #3E3F44;
}
.custom-filters__dropdown[data-filter-group="lagernd"] .custom-filters__dropdown-header.custom-filters__dropdown--active-filter span {
  color: white;
}
.custom-filters__dropdown[data-filter-group="lagernd"] .custom-filters__dropdown-header.custom-filters__dropdown--active-filter svg path {
  fill: white;
}
.custom-filters__dropdown[data-filter-group="lagernd"] .custom-filters__dropdown-header.custom-filters__dropdown--active-filter .custom-filters__dropdown-reset {
  display: block !important;
  color: white;
}
.custom-filters__dropdown[data-filter-group="lagernd"] .custom-filters__dropdown-plus {
  display: none;
}
.custom-filters__dropdown[data-filter-group="lagernd"] .custom-filters__dropdown-content {
  display: none !important;
}
.custom-filters__active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: 10px;
}
.custom-filters__active-filter {
  display: inline-flex;
  align-items: center;
  background: #478673;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.custom-filters__active-filter-remove {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 0 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-filters__checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
}
.custom-filters__checkbox input[type="checkbox"] {
  display: none;
}
.custom-filters__checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #D0D0D0;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s ease;
}
.custom-filters__checkbox-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .custom-filters__checkbox-custom {
  background-color: #478673;
  border-color: #478673;
}
input[type="checkbox"]:checked + .custom-filters__checkbox-custom:after {
  display: block;
}
.custom-filters__checkbox-label {
  font-size: 14px;
  color: #3E3F44;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
}
.custom-filters__controls {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}
.custom-filters__search {
  display: flex;
  width: 100%;
  max-width: 240px;
  position: relative;
}
@media (max-width: 1023px) {
  .custom-filters__search {
    max-width: 175px;
  }
}
.custom-filters__search-field {
  flex: 1;
  padding: 9px 16px;
  background: #F6F6F6;
  border: none;
  border-radius: 4px;
  border-color: #c6c6c6 !important;
  color: #3E3F44;
  font-size: 15px;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  width: 100%;
}
.custom-filters__search-field::placeholder {
  color: rgba(62, 63, 68, 0.6);
}
.custom-filters__search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-filters__sort {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 200px;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  position: relative;
}
.custom-filters__sort-container {
  position: relative;
  width: 100%;
}
.custom-filters__sort-select {
  text-align: right;
  padding: 8px 12px;
  border: none;
  background: transparent;
  color: #3E3F44;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  font-family: "HCo Gotham Narrow", "Gotham Narrow", Arial, Helvetica, sans-serif;
  appearance: none;
  padding-right: 28px;
}
.custom-filters__sort-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-filters__loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.custom-filters__spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #F6F6F6;
  border-top: 4px solid #478673;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.custom-filters__mobile-header {
  display: none;
  align-items: center;
  padding: 0;
  gap: 15px;
  background: white;
}
@media (max-width: 767px) {
  .custom-filters__mobile-header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 2;
  }
}
.custom-filters__mobile-trigger {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  flex-shrink: 0;
}
.custom-filters__mobile-trigger svg {
  width: 20px;
  height: 18px;
  position: relative;
  bottom: -2px;
}
.custom-filters__mobile-search {
  flex: 1;
  max-width: 150px;
  margin: 0 auto;
}
.custom-filters__mobile-search .custom-filters__search-field {
  width: 100%;
  padding: 9px 12px 8px 12px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  font-size: 16px;
}
.custom-filters__mobile-sort {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.custom-filters__mobile-sort select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.custom-filters__mobile-sort svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .custom-filters__wrapper {
    display: none;
  }
  .custom-filters__wrapper--active {
    display: block;
  }
  .custom-filters__top, .custom-filters__dropdowns {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    margin: 15px;
  }
  .custom-filters__top::-webkit-scrollbar, .custom-filters__dropdowns::-webkit-scrollbar {
    display: none;
  }
  .custom-filters__right {
    display: none;
  }
}
@media (max-width: 767px) {
  .products.columns-3 li.product {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-filters__dropdown--active-filter .custom-filters__dropdown-header {
  background-color: #3E3F44;
  color: #ffffff;
  position: relative;
}
.custom-filters__dropdown--active-filter .custom-filters__dropdown-header span {
  color: #ffffff;
}
.custom-filters__dropdown--active-filter .custom-filters__dropdown-header svg path {
  stroke: #ffffff;
  fill: none;
}
.custom-filters__dropdown--active-filter .custom-filters__dropdown-header .custom-filters__dropdown-plus {
  display: none;
}
.custom-filters__dropdown--active-filter.custom-filters__dropdown[data-filter-group="form"] svg path, .custom-filters__dropdown--active-filter.custom-filters__dropdown[data-filter-group="label"] svg path {
  fill: #ffffff;
  stroke: none;
}
.custom-filters__dropdown--active-filter .custom-filters__dropdown-reset {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-45%);
  color: #ffffff;
  background: none;
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
}
li.product.skeleton-loader--loading .jdgm-widget, li.product.skeleton-loader--loading .ct-woo-card-extra, li.product.skeleton-loader--loading .ct-woo-card-actions, li.product.skeleton-loader--loading img {
  opacity: 0 !important;
}
li.product.skeleton-loader--loading .ct-media-container, li.product.skeleton-loader--loading .woocommerce-loop-product__title, li.product.skeleton-loader--loading .price {
  overflow: hidden;
  position: relative;
  background-color: #DDDBDD;
  border-radius: 4px;
  flex-grow: 1 !important;
}
li.product.skeleton-loader--loading .ct-media-container, li.product.skeleton-loader--loading .ct-media-container *, li.product.skeleton-loader--loading .woocommerce-loop-product__title, li.product.skeleton-loader--loading .woocommerce-loop-product__title *, li.product.skeleton-loader--loading .price, li.product.skeleton-loader--loading .price * {
  color: transparent !important;
}
li.product.skeleton-loader--loading .ct-media-container::after, li.product.skeleton-loader--loading .woocommerce-loop-product__title::after, li.product.skeleton-loader--loading .price::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 1.5s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
body.custom-filters--loading {
  cursor: wait !important;
}
body.custom-filters--loading * {
  cursor: wait !important;
}
.custom-filters--special-active .custom-filters__dropdown {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.custom-filters--special-active .custom-filters__btn:not(.custom-filters__btn--special) {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.custom-filters__dropdown--disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.custom-filters__btn--disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.custom-filters__no-results {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: 20px;
  text-align: center;
}
.custom-filters__no-results p {
  margin: 0 0 10px;
  color: #3E3F44;
  font-size: 14px;
}
.custom-filters__no-results .custom-filters__search-all {
  background: #478673;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.custom-filters__no-results .custom-filters__search-all:hover {
  opacity: 0.9;
}
.ct-cart-content .mini_cart_item img {
  max-height: 55px;
}
.ct-cart-content .woocommerce-mini-cart__buttons .button {
  font-size: 12px;
  padding: 0px;
  font-weight: 600;
}
.ct-cart-content .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-cart-content .woocommerce-mini-cart-item li {
  margin-bottom: 0;
}
.reduce-16-7 img {
  aspect-ratio: 2.2857142857 !important;
}
@media screen and (max-width: 768px) {
  .reduce-16-7 img {
    aspect-ratio: 1.7777777778 !important;
  }
}
.comparison-table-product-page {
  border-collapse: collapse;
}
.comparison-table-product-page td, .comparison-table-product-page th {
  border-left: none;
  border-right: none;
}
.comparison-table-product-page tr td:nth-child(2), .comparison-table-product-page tr th:nth-child(2), .comparison-table-product-page tr td:nth-child(3), .comparison-table-product-page tr th:nth-child(3) {
  min-width: 50px;
}
.reseller-toolbox-product-page .stk-img-wrapper {
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature-block-product-page .wp-block-image img, .feature-block-about-page .wp-block-image img {
    height: 35vh;
  }
}
@media (max-width: 767px) {
  .entrance-block-product-page .wp-block-image img {
    height: 40vh;
  }
}
.nutrition-table-product-page table {
  border-collapse: separate;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .single-product .stk-block-background:not(.stk--no-padding) {
    --stk-block-background-padding: 0px;
  }
}
@media (max-width: 1433px) {
  .table-of-contents-downloads-page .stk-column-wrapper {
    max-width: 90vw;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .table-of-contents-downloads-page .stk-column-wrapper .wp-block-stackable-column {
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .downloads-menu-downloads-page nav .wp-block-navigation-item__label {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .downloads-menu-downloads-page nav .wp-block-navigation-item__label {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  header .default-logo {
    padding: 6px 0 !important;
  }
}
@media (min-width: 1000px) and (max-width: 1329px) {
  header .stk-row .stk-block-heading__text, header .menu-item a, header .selected-options {
    font-size: 14px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1229px) {
  header .stk-row .stk-block-heading__text, header #stars-header {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1229px) {
  header #review-header {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1229px) {
  header .widget_block div[data-id="widget-area-1"] .wp-block-columns {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1229px) {
  header .widget_block .wp-block-columns {
    gap: 5px;
  }
}
header .vital-test-menu-item a {
  background-image: url("../images/icons/vital-test-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  padding-left: 20px;
}
header .affiliate-portal-menu-item a {
  background-image: url("../images/icons/affiliate-portal-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  padding-left: 20px;
}
header #menu-shop-menu > li.shop-menu-first-item.menu-item:first-child > .ct-menu-link {
  padding-left: 0;
}
header .woocommerce-Price-amount.amount {
  font-weight: 500;
  font-size: 14px;
  color: #494B55;
}
header p.stk-block-text__text.has-text-color {
  white-space: nowrap;
}
header .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.current-menu-item > a {
  font-weight: bold;
}
header #menu-utility-menu-reseller a, header #menu-utility-menu a, header #menu-utility-menu-reseller-en a, header #menu-utility-menu-en a {
  color: #626262;
  font-size: 15px;
  font-weight: 500;
}
header #menu-utility-menu-reseller li, header #menu-utility-menu li, header #menu-utility-menu-reseller-en li, header #menu-utility-menu-en li {
  margin: 0 10px;
}
@media (min-width: 1000px) and (max-width: 1329px) {
  header #menu-utility-menu-reseller li, header #menu-utility-menu li, header #menu-utility-menu-reseller-en li, header #menu-utility-menu-en li {
    margin: 0 5px;
  }
}
header #menu-utility-menu-reseller .menu-item a, header #menu-utility-menu .menu-item a, header #menu-utility-menu-reseller-en .menu-item a, header #menu-utility-menu-en .menu-item a {
  white-space: nowrap;
}
header #menu-utility-menu-reseller li:last-child, header #menu-utility-menu li:last-child, header #menu-utility-menu-reseller-en li:last-child, header #menu-utility-menu-en li:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) {
  header [data-row="top"] {
    background-color: #EEEEEE;
  }
  header .show-cart-drawer {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1024px) {
  header [data-row="top"] {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  header {
    /*Use only when mobile header is sticky
    [data-row="bottom"] {
      div[data-column="middle"] {
        margin-top: 44px; // Adjust based on the actual height of the sticky header
      }
    }*/
  }
  header .ct-sticky-container {
    height: 75.6667px !important;
  }
  header [data-row="middle"] {
    padding-top: 27px;
    padding-bottom: 18.32px;
  }
  header div[data-sticky="yes:shrink"] div[data-row="middle"] {
    padding-top: 12px;
    padding-bottom: 3.32px;
  }
}
header .ct-header-text[data-width="stretch"] {
  width: auto;
}
@media screen and (max-width: 999px) {
  header {
    /*[data-row="middle"] {
      display: none;
    }*/
  }
  header [data-row="bottom"] .ct-container {
    width: 100%;
  }
  header [data-column="middle"] ul.menu li:first-child {
    margin-left: 5vw;
  }
  header [data-column="middle"] ul.menu {
    overflow-y: hidden;
    align-items: center;
    padding: 8px 0;
  }
  header [data-column="middle"] ul.menu ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header [data-column="middle"] ul.menu ul ::-webkit-scrollbar {
    display: none;
  }
  header [data-column="middle"] ul.menu li {
    margin: 0 12px;
  }
  header [data-column="middle"] ul.menu a {
    color: #47382A;
    font-size: 15px;
    white-space: nowrap;
    text-align: left;
  }
  header [data-column="middle"] ul.menu .shop-menu-first-item {
    margin: 0px;
  }
}
header#header .widget-columns .wp-block-columns, #offcanvas .widget-columns .wp-block-columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
header#header .widget-columns .wp-block-column, #offcanvas .widget-columns .wp-block-column {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto !important;
  max-width: none;
  box-sizing: border-box;
  width: auto;
}
header#header .widget-columns .stk-block-icon-label .stk-row, #offcanvas .widget-columns .stk-block-icon-label .stk-row {
  white-space: nowrap;
}
header#header #stars-header .ugb-custom-icon, #offcanvas #stars-header .ugb-custom-icon {
  height: 15px !important;
}
header#header div[data-device="mobile"] div[data-row="top"] div[data-items="primary"], #offcanvas div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] {
  display: block;
}
header#header div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .ct-header-content-block, #offcanvas div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .ct-header-content-block {
  margin: 0;
}
header#header div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .top-header.wp-block-stackable-columns a, #offcanvas div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .top-header.wp-block-stackable-columns a {
  text-decoration: none;
}
@media (max-width: 767px) {
  header#header div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .top-header.wp-block-stackable-columns .wp-block-stackable-column, #offcanvas div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .top-header.wp-block-stackable-columns .wp-block-stackable-column {
    width: auto;
    flex: 0 0 auto !important;
  }
  header#header div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .top-header.wp-block-stackable-columns .wp-block-stackable-column.reviews-column, #offcanvas div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .top-header.wp-block-stackable-columns .wp-block-stackable-column.reviews-column {
    flex: 1 0 auto !important;
  }
}
header#header div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .top-header.wp-block-stackable-columns .wp-block-stackable-columns .wp-block-stackable-column, #offcanvas div[data-device="mobile"] div[data-row="top"] div[data-items="primary"] .top-header.wp-block-stackable-columns .wp-block-stackable-columns .wp-block-stackable-column {
  width: auto;
  flex: 0 0 auto !important;
}
header#header .ct-panel-content-inner, #offcanvas .ct-panel-content-inner {
  padding-top: 0;
}
header#header .ct-panel-content .ct-header-text, #offcanvas .ct-panel-content .ct-header-text {
  margin: 0;
}
header#header .ct-panel-actions, #offcanvas .ct-panel-actions {
  padding-bottom: 20px;
}
header#header a, #offcanvas a {
  color: var(--wp--preset--color--palette-color-3);
}
#menu-utility-menu-reseller-1, #menu-utility-menu-1, #menu-utility-menu-reseller-en-1.menu, #menu-utility-menu-1-en.menu {
  padding-inline-start: 0;
}
#menu-utility-menu-reseller-1 a, #menu-utility-menu-1 a, #menu-utility-menu-reseller-en-1.menu a, #menu-utility-menu-1-en.menu a {
  font-size: var(--theme-font-size);
  font-weight: 400;
}
#menu-utility-menu-reseller-1 li, #menu-utility-menu-1 li, #menu-utility-menu-reseller-en-1.menu li, #menu-utility-menu-1-en.menu li {
  display: block;
  margin-bottom: 24px;
}
#menu-utility-menu-reseller-1.menu, #menu-utility-menu-1.menu, #menu-utility-menu-reseller-en-1.menu, #menu-utility-menu-1-en.menu {
  display: block;
}
#mobile-header-offcanvas p.stk-block-text__text.has-text-color {
  white-space: nowrap;
}
#mobile-header-offcanvas .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.current-menu-item > a {
  font-weight: bold;
}
#mobile-header-offcanvas {
  width: 90vw;
}
@media (min-width: 690px) {
  #mobile-header-offcanvas {
    width: 65vw;
  }
}
#mobile-header-offcanvas {
  margin: 0 -25px -25px -25px;
}
.ct-panel-inner {
  position: relative;
}
@media (min-width: 690px) {
  #mobile-header-offcanvas {
    margin: -35px -35px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 690px) {
  #multicountry-wrapper {
    position: absolute;
    top: 13px;
    left: 25px;
  }
}
@media (min-width: 690px) and (max-width: 1000px) {
  #multicountry-wrapper {
    position: absolute;
    top: 22px;
    left: 35px;
  }
}
#multicountry-wrapper .selected-options.country, #multicountry-wrapper .selected-options.lang, #multicountry-wrapper .selected-options .divider {
  color: #626262;
  font-weight: 500;
}
@media (max-width: 690px) {
  .ct-panel-content {
    padding-top: 0px;
  }
}
#mobile-header-offcanvas .ct-header-trigger {
  margin-left: 6px;
}
#multicountry-wrapper #multicountry-switcher-caller {
  white-space: nowrap;
  width: auto;
}
#multicountry-wrapper .selected-options {
  white-space: nowrap;
}
header #multicountry-wrapper img, .ct-header #multicountry-wrapper img {
  width: 16px;
  position: relative;
  top: -1px;
}
header #multicountry-wrapper span, .ct-header #multicountry-wrapper span {
  font-weight: 500;
}
header #multicountry-wrapper #multicountry-switcher, .ct-header #multicountry-wrapper #multicountry-switcher {
  display: none !important;
}
body.page:not(.woocommerce-checkout) article .entry-content > :first-child {
  margin-top: 50px;
}
article.page {
  --block-max-width: 900px;
}
a.stk-link.stk-button {
  font-weight: var(--theme-button-font-weight);
  font-size: var(--theme-button-font-size);
}
body.zone-ch .cookie-notification {
  display: none !important;
}
@media (max-width: 1023px) {
  .stk-block-feature > * > .stk-row {
    flex-direction: column !important;
    margin-inline: auto;
    width: min(1290px, 90vw);
    margin-inline: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .stk-block-feature > * > .stk-row {
    width: 90vw;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .stk-block-feature > * > .stk-row {
    width: 88vw;
  }
}
/*.stk-img-wrapper{height:120px !important;--stk-gradient-overlay:0.49 !important}
.stk-img-wrapper img{border-radius:4px !important}
.stk-img-wrapper::after{background-image:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgb(73,75,85) 88%) !important}:where(.stk-hover-parent:hover,.stk-hover-parent.stk--is-hovered)
.stk-img-wrapper::after{background-image:linear-gradient(#000000B3 0%,#000000B3 100%) !important}@media screen and (max-width:1023px){
.stk-img-wrapper{height:8vh !important}}@media screen and (max-width:767px){
.stk-img-wrapper{height:10vh !important}*/
footer .custom-link-style-footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
footer .custom-link-style-footer a:hover {
  color: white;
}
footer .custom-link-style-email-footer a {
  color: white;
  text-decoration: none;
}
footer .custom-link-style-email-footer a:hover {
  color: white;
}
footer .wp-block-stackable-icon-label {
  white-space: nowrap;
}
footer p.has-text-color.copyright-notice {
  color: white;
}
@media (max-width: 1023px) {
  footer p.has-text-color.copyright-notice {
    margin-top: 24px;
  }
}
footer .desktop-columns {
  justify-content: space-between;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
footer .desktop-footer-bottom .stk-block.stk-block-column.stk-column > .stk-column-wrapper {
  margin: 0;
}
footer .tablet-columns {
  justify-content: space-between;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-columns.desktop-columns.wp-block-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-columns.desktop-columns.wp-block-columns .wp-block-column {
  flex: 0 0 auto;
  display: inline-block;
  width: auto;
  max-width: 20%;
}
footer .footer-columns.desktop-columns.wp-block-columns .stk-block {
  width: auto !important;
}
@media (max-width: 1023px) {
  footer .copyright-notice {
    margin-block-start: 0;
  }
}
footer .copyright-notice p {
  margin-block-end: 0;
}
@media (max-width: 1023px) {
  footer .copyright-notice p {
    margin-top: 24px;
  }
}
footer .jdgm-verified-badge--style-branded {
  justify-content: start;
  margin: 0;
}
footer .jdgm-verified-badge--style-branded .jdgm-verified-by__text {
  white-space: nowrap;
  font-size: var(--wp--preset--font-size--normal);
}
footer .jdgm-verified-badge--style-branded .jdgm-verified-by__image {
  display: flex;
  align-items: center;
}
footer .jdgm-verified-badge--style-branded .jdgm-verified-by__image .jdgm-svg__mono {
  height: auto;
}
footer .jdgm-verified-badge--style-branded .jdgm-verified-by__image svg {
  height: 25px !important;
  width: auto;
}
footer .jdgm-verified-badge--style-branded .jdgm-verified-badge__wrapper {
  width: auto;
  margin: 0 8px 0 0;
}
footer .jdgm-verified-badge--style-branded .jdgm-verified-badge__total {
  font-size: 20px;
  top: 27%;
}
footer .jdgm-verified-badge--style-branded .jdgm-verified-badge__image svg {
  width: 90px;
  height: 90px;
}
.home .wp-block-stackable-posts .stk-container-padding {
  padding: 0px;
}
.home .testimonials-homepage {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.home .ambassadors-homepage .stk-img-wrapper::after {
  border-radius: 4px;
}
@media (max-width: 999px) {
  .home .ambassadors-homepage .stk-row > .stk-block-column:first-child .stk-column-wrapper {
    margin-left: 5vw;
  }
  .home .ambassadors-homepage .stk-row > .stk-block-column:last-child .stk-column-wrapper {
    margin-right: 5vw;
  }
}
.home #bundles-homepage-1 .entry-content .wp-block-stackable-columns.stk-block-columns {
  padding: 0 !important;
}
.home #bundles-homepage-1 #bundle-header {
  margin: auto;
}
.home #bundles-homepage-1 article > .entry-content > *:not(.alignfull):not(.alignleft):not(.alignright) {
  width: 100%;
}
@media (min-width: 768px) {
  .home #bundles-homepage-1 .bundles-header-inner-column .stk-block-content.stk-inner-blocks {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .home #bundles-homepage-1 #bundle-header {
    padding-left: 8px !important;
  }
  .home #bundles-homepage-1 #bundle-header .wp-block-stackable-column:first-child {
    margin-left: 5vw;
  }
  .home #bundles-homepage-1 #bundle-header .wp-block-stackable-column:last-child {
    margin-right: 5vw;
  }
  .home #bundles-homepage-1 #bundle-header .stk-img-wrapper {
    height: 15vh !important;
  }
}
@media (min-width: 767px) and (max-width: 1433px) {
  .home #bundles-homepage-1 #bundle-header {
    width: 90vw;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media (min-width: 1434px) {
  .home #bundles-homepage-1 #bundle-header {
    width: 1290px;
  }
}
@media (max-width: 1000px) {
  .home #news-homepage .stk-block-posts__items {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -ms-overflow-style: none !important;
  }
  .home #news-homepage .stk-block-posts__items::-webkit-scrollbar {
    display: none !important;
  }
  .home #news-homepage .stk-block-posts__item {
    flex-shrink: 0 !important;
  }
  .home #news-homepage .stk-block-posts__item:first-child {
    margin-left: 5vw;
  }
  .home #news-homepage .stk-block-posts__item:last-child {
    margin-right: 5vw;
  }
}
.home #news-homepage .stk-img-wrapper img {
  height: 100%;
  /* This sets a fixed height for all images */
  width: 100%;
  /* This will maintain the natural aspect ratio of the image */
  aspect-ratio: 1;
  object-fit: cover;
  /* This will cover the area of the container without distortion */
  object-position: center;
}
@media (max-width: 689px) {
  .home #categories-homepage .stk-row.stk-inner-blocks {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -ms-overflow-style: none !important;
  }
  .home #categories-homepage .stk-row.stk-inner-blocks::-webkit-scrollbar {
    display: none !important;
  }
  .home #categories-homepage .wp-block-stackable-column {
    flex-shrink: 0 !important;
  }
  .home #categories-homepage .wp-block-stackable-column:first-child {
    margin-left: 5vw;
  }
  .home #categories-homepage .wp-block-stackable-column:last-child {
    margin-right: 5vw;
  }
}
.post-type-archive-lexikon .entries {
  margin-top: 25px;
}
.post-type-archive-lexikon .entry-card {
  justify-content: center;
  cursor: pointer;
}
/*======================================
  *** Archive Page Styles ***
======================================*/
.post-type-archive-magazin .entries {
  margin-top: 25px;
}
/*======================================
  *** Single Page Styles ***
======================================*/
body.single-magazin .wp-block-woocommerce-single-product .product.woocommerce.add_to_cart_inline {
  display: none;
}
@media (max-width: 767px) {
  #buttons-about-us {
    display: flex;
    overflow-x: auto;
    max-width: 100vw;
    /* Prevents content from overflowing */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Hides scrollbar in Firefox */
  }
  #buttons-about-us > .stk-row {
    display: flex;
    flex-wrap: nowrap;
    margin-inline: max(5vw, (100vw - 1290px) / 2);
  }
  #buttons-about-us::-webkit-scrollbar {
    display: none;
    /* Hides scrollbar in Chrome, Safari */
  }
  :is(#buttons-about-us .entry-content) .stk-block .stk-content-align, :is(#buttons-about-us .site-content) .stk-block .stk-content-align {
    width: 100vw;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  #buttons-about-us > .stk-row {
    margin-inline: 5vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #buttons-about-us > .stk-row {
    margin-inline: 6vw;
  }
}
.about-page-values .stk-block-icon-box__content > :not(.stk-block-icon-label) {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .about-page-values.stk--has-background-overlay {
    overflow: visible;
  }
}
@media (max-width: 1023px) {
  .about-page-values-columns .stk-row {
    flex-wrap: nowrap;
  }
  article > .entry-content .feature-block-about-page {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #about-page-values .stk-row.stk-inner-blocks {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -ms-overflow-style: none !important;
  }
  #about-page-values .stk-row.stk-inner-blocks::-webkit-scrollbar {
    display: none !important;
  }
  #about-page-values .wp-block-stackable-column {
    flex-shrink: 0 !important;
  }
  #about-page-values .wp-block-stackable-column:first-child {
    margin-left: calc(5vw - 8px);
  }
  #about-page-values .wp-block-stackable-column:last-child {
    margin-right: calc(5vw - 8px);
  }
  .about-page-values.wp-block-stackable-columns.alignfull > .stk-row:not(.alignfull) {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reviews-query-loop .wp-block-post-template {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 60px;
  }
  .reviews-query-loop .stk-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .reviews-query-loop .wp-block-post-template {
    gap: 50px !important;
  }
  .reviews-query-loop .stk-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .pagination-review-page {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -ms-overflow-style: none !important;
  }
  .pagination-review-page::-webkit-scrollbar {
    display: none !important;
  }
  .pagination-review-page .stk-button-group {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .pagination-review-page .stk-button:first-child {
    margin-left: 5vw;
  }
  .pagination-review-page .stk-button:last-child {
    margin-right: 5vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pagination-review-page .stk-button:first-child {
    margin-left: auto;
  }
  .pagination-review-page .stk-button:last-child {
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .pagination-review-page .stk-button-group {
    justify-content: center !important;
  }
}
@media (max-width: 1433px) {
  .news-post-grid-columns {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.news-intro-text .stk--is-gradient a {
  -webkit-text-fill-color: initial;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #production-page-gradient-section:before {
    opacity: 0.9 !important;
    background-image: linear-gradient(90deg, #3e3f44 11%, rgba(62, 63, 68, 0.6) 99%) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature-block-quality-page .wp-block-image img {
    width: 1024px;
  }
}
.quality-page-contact .stk-row {
  white-space: nowrap;
}
.product-info-page-table table {
  border-collapse: separate;
  border-radius: 4px;
}
.ingredient-origin-page-table thead tr th {
  background-color: #D8D2BD;
}
.ingredient-origin-page-table tbody tr:nth-child(odd) td {
  background-color: #F3F1EB;
}
/*======================================
  *** Archive Page Styles ***
======================================*/
/*--- Video Loop ---*/
.post-type-archive-botschafter video {
  border-radius: 4px;
}
/*--- Filters ---*/
.post-type-archive-botschafter .ambassadors-filters {
  padding-bottom: 30px;
  background-color: #ffffff;
}
.post-type-archive-botschafter .ambassadors-filters .filters-row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .post-type-archive-botschafter .ambassadors-filters .filters-row {
    max-width: 88vw;
    margin-inline: auto;
  }
}
.post-type-archive-botschafter .ambassadors-filters .filters-row .filter-item {
  min-width: 200px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-type-archive-botschafter .ambassadors-filters .filters-row .filter-item {
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-botschafter .ambassadors-filters .filters-row .filter-item {
    min-width: 45%;
    flex: 1 1 auto;
  }
  .post-type-archive-botschafter .ambassadors-filters .filters-row .filter-item.origin {
    min-width: 30%;
  }
}
.post-type-archive-botschafter .ambassadors-filters .filters-row .filter-item .filter-select {
  width: 100%;
  padding: 8px 14px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  font-size: 14px;
}
.post-type-archive-botschafter .ambassadors-filters .reset-button-row {
  justify-content: center;
  display: flex;
  margin-top: 15px;
}
.post-type-archive-botschafter .ambassadors-filters .reset-button-row .reset-button {
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--wp--preset--color--palette-color-3);
}
.post-type-archive-botschafter .ambassadors-filters .reset-button-row .reset-button .reset-icon {
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-type-archive-botschafter .entries.loading {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post-type-archive-botschafter .entries.loading .spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
}
.post-type-archive-botschafter .entries.loading .spinner-wrapper .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #bbbbbb;
  border-top: 3px solid var(--wp--preset--color--palette-color-3);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*--- Ambassadors Section ---*/
.post-type-archive-botschafter main {
  padding-top: 30px;
}
/*--- Ambassadors Card ---*/
.post-type-archive-botschafter .entry-card {
  cursor: pointer;
}
/*--- Hover Image ---*/
.post-type-archive-botschafter article .ambassadors-image-hover-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.post-type-archive-botschafter article .ambassadors-image-hover-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.post-type-archive-botschafter article .ambassadors-image-hover-wrapper .ambassadors-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.post-type-archive-botschafter article .ambassadors-image-hover-wrapper:hover .ambassadors-hover-image {
  opacity: 1;
}
.post-type-archive-botschafter article .ambassadors-image-hover-wrapper:hover .ambassadors-hover-image {
  opacity: 1;
}
.post-type-archive-botschafter article .ambassadors-image-hover-wrapper:hover .ambassadors-hover-image ~ .ambassadors-default-image {
  opacity: 0;
}
/*--- Statement Text ---*/
.post-type-archive-botschafter article .ambassadors-statement {
  margin-bottom: 20px;
  hyphens: auto;
}
/*--- Favorites Title ---*/
.post-type-archive-botschafter article .favorites-title {
  margin-bottom: 10px;
}
/*--- Products ---*/
/* Grid container for related products */
.post-type-archive-botschafter article .related-products-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 5 equal columns */
  gap: 10px;
  /* Space between items */
  justify-content: center;
  /* Center alignment */
  /* Ensure all product items have equal width */
}
.post-type-archive-botschafter article .related-products-container .related-product-item {
  position: relative;
  text-align: center;
  width: 100%;
  /* Forces equal width in the grid */
  cursor: pointer;
  /* Hidden products before expanding */
  /* Ensure images are properly contained */
  /* Product title styling */
}
.post-type-archive-botschafter article .related-products-container .related-product-item.hidden-product {
  display: none;
}
.post-type-archive-botschafter article .related-products-container .related-product-item .related-product-image-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid #d8d2bd;
  border-radius: 4px;
}
.post-type-archive-botschafter article .related-products-container .related-product-item .related-product-image-wrapper.overlay::after {
  content: "+";
  /* Plus symbol */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center it */
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--palette-color-3);
  opacity: 0.8;
  /* 80% opacity */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #ffffff;
  border-radius: 3px;
  /* Ensures consistent rounded corners */
}
.post-type-archive-botschafter article .related-products-container .related-product-item .related-product-image-wrapper img {
  width: 100%;
  /* Forces images to take full width of container */
  height: auto;
  object-fit: contain;
  /* Prevents distortion */
}
.post-type-archive-botschafter article .related-products-container .related-product-item .related-product-title {
  display: block;
  width: 100%;
  /* Ensures text does not overflow */
  font-size: 12px;
  line-height: 1.5;
  white-space: normal;
  /* Allows text to wrap */
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  /* Breaks words properly */
  margin: 0 auto;
  /* Centers text */
}
.post-type-archive-botschafter article .related-products-container .related-product-item .overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--- Read More Button ---*/
.post-type-archive-botschafter article .entry-button {
  padding: 8px 30px;
}
/*======================================
  *** Single Page Styles ***
======================================*/
/*--- General ---*/
.single-botschafter div.alignfull {
  margin-bottom: 0;
}
.single-botschafter main > div {
  padding-bottom: 0;
}
/*--- Info ---*/
.single-botschafter .info .hidden-content {
  display: none;
}
.single-botschafter .info .toggle-button {
  cursor: pointer;
  color: #478673;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .single-botschafter .info .stk-row {
    flex-direction: column;
  }
  .single-botschafter .info .stk-block-column {
    width: 100%;
  }
}
.single-botschafter .info .social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two equal columns */
  column-gap: 30px;
  /* Space between columns */
  row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-botschafter .info .social-links {
    grid-template-columns: 1fr;
  }
}
.single-botschafter .info .social-link, .single-botschafter .info .info-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.single-botschafter .info .additional-info h4 {
  margin-bottom: 10px;
}
.single-botschafter .info .additional-info ul {
  list-style: none;
  padding-left: 0;
}
.single-botschafter .info .additional-info ul li {
  margin-bottom: 10px;
}
/*--- Products ---*/
.single-botschafter .ambassador-products-slider-wrapper {
  overflow: hidden;
}
.single-botschafter .ambassador-products-slider-wrapper .woocommerce {
  margin-bottom: 0;
}
.single-botschafter .ambassador-products-slider-wrapper .woocommerce ul.products {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
}
.single-botschafter .ambassador-products-slider-wrapper .woocommerce ul.products::-webkit-scrollbar {
  display: none;
}
.single-botschafter .ambassador-products-slider-wrapper .woocommerce ul.products li.product {
  padding: calc(0.1 * (min(1290px, 90vw) / 3 - 40px));
  padding-bottom: 0%;
  flex: 0 0 calc((100% - 2 * var(--grid-columns-gap)) / 3);
  margin-bottom: 30px;
  max-width: calc((var(--theme-block-width) - 2 * var(--grid-columns-gap)) / 3);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-botschafter .ambassador-products-slider-wrapper .woocommerce ul.products li.product {
    padding: calc(0.1 * (90vw / 2 - 20px));
    padding-bottom: 0%;
    flex: 0 0 calc((100% - var(--grid-columns-gap)) / 2);
    max-width: calc((var(--theme-block-width) - var(--grid-columns-gap)) / 2);
  }
}
@media (max-width: 767px) {
  .single-botschafter .ambassador-products-slider-wrapper .woocommerce ul.products li.product {
    padding: calc(0.1 * 88vw);
    padding-bottom: 0%;
    flex: 0 0 100%;
    max-width: var(--theme-block-width);
  }
}
@media (max-width: 1023px) {
  .single-botschafter .ambassador-products-slider-wrapper .woocommerce ul.products li.product {
    margin-bottom: 20px;
  }
}
.single-botschafter .ambassador-products-slider-wrapper .carousel-controls {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.single-botschafter .ambassador-products-slider-wrapper .carousel-controls .arrow {
  color: var(--wp--preset--color--palette-color-5);
  border: none;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s ease-in-out;
  background-color: transparent !important;
  line-height: 1;
  font-weight: 700;
}
/*--- Career Highlights ---*/
@media (max-width: 1023px) {
  .single-botschafter .career-highlights .stk-row {
    flex-direction: column;
  }
  .single-botschafter .career-highlights .stk-block-column {
    width: 100%;
  }
}
/*--- Image Carousel ---*/
.single-botschafter .ambassadors-image-carousel {
  margin-top: 100px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-botschafter .ambassadors-image-carousel {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .single-botschafter .ambassadors-image-carousel {
    margin-top: 50px;
  }
}
.single-botschafter .ambassadors-image-carousel .wp-block-stackable-heading {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .single-botschafter .ambassadors-image-carousel .wp-block-stackable-heading {
    margin-bottom: 20px;
  }
}
.single-botschafter .ambassadors-image-carousel .ambassadors-carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: min(1290px, 90vw);
  margin: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-botschafter .ambassadors-image-carousel .ambassadors-carousel-wrapper {
    max-width: 88vw;
  }
}
.single-botschafter .ambassadors-image-carousel .ambassadors-carousel-content {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
  white-space: nowrap;
  /* Ensures items stay in a row */
}
.single-botschafter .ambassadors-image-carousel .ambassadors-carousel-content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-botschafter .ambassadors-image-carousel .ambassadors-carousel-content {
    gap: 20px;
  }
}
.single-botschafter .ambassadors-image-carousel .ambassadors-carousel-item {
  flex: 0 0 calc(25% - (90px / 4));
  /* 4 items per row */
  display: inline-block;
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-botschafter .ambassadors-image-carousel .ambassadors-carousel-item {
    flex: 0 0 calc((100% / 3) - (40px / 3));
  }
}
@media (max-width: 767px) {
  .single-botschafter .ambassadors-image-carousel .ambassadors-carousel-item {
    flex: 0 0 100%;
  }
}
.single-botschafter .ambassadors-image-carousel .ambassadors-carousel-item article {
  padding-top: 0 !important;
}
.single-botschafter .ambassadors-image-carousel .ambassadors-carousel-item.stk-block {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .single-botschafter .ambassadors-image-carousel .ambassadors-carousel-item.stk-block {
    margin-bottom: 20px;
  }
}
.single-botschafter .ambassadors-image-carousel .ambassadors-carousel-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 4px;
}
.single-botschafter .ambassadors-image-carousel .carousel-controls {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* Space between arrows */
}
.single-botschafter .ambassadors-image-carousel .carousel-controls .arrow {
  color: var(--wp--preset--color--palette-color-5);
  border: none;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s ease-in-out;
  background-color: transparent !important;
  line-height: 1;
  font-weight: 700;
}
/*--- Image Carousel Lightbox ---*/
.single-botschafter #glightbox-body h4.gslide-title {
  display: none;
}
/*--- Portrait Video ---*/
.single-botschafter .ambassadors-portrait-videos-wrapper {
  max-width: 850px;
  margin-inline: auto;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .single-botschafter .ambassadors-portrait-videos-wrapper {
    margin-top: 30px;
  }
}
.single-botschafter .ambassadors-portrait-videos-wrapper .ambassadors-portrait-video span.stk-img-wrapper {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .row-bank-details-page {
    display: flex;
  }
}
@media (min-width: 768px) {
  .column-bank-details-page {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .column-bank-details-page:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .column-bank-details-page:nth-of-type(1) {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .column-bank-details-page:nth-of-type(2) {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .bank-details-form {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bank-details-form {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .bank-details-form {
    margin-top: 30px;
  }
}
.bank-details-form .fields-group-bank-details-form {
  display: flex;
}
.bank-details-form .fields-group-bank-details-form .first-field-bank-details-form {
  padding-right: 11.5px;
}
.bank-details-form label {
  margin: 24px 0;
}
.bank-details-form p {
  margin: 0;
}
.bank-details-form .acceptance-bank-details-page {
  margin-bottom: 24px;
}
.bank-details-form .acceptance-bank-details-page .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px !important;
  font-weight: 500 !important;
  display: inline !important;
}
.bank-details-form .wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #bda7a5 !important;
}
.bank-details-form input[type=email], .bank-details-form input[type=text] {
  border-color: #304653;
}
.voucher-validation-form .wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #bda7a5 !important;
}
.voucher-validation-form input[type=email], .voucher-validation-form input[type=text] {
  border-color: #304653;
}
.voucher-validation-section .wpcf7 form.sent .wpcf7-response-output, .voucher-payment-section .wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  border-left: 0 !important;
  padding-left: 30px;
}
.voucher-validation-section .wpcf7 form.sent .wpcf7-response-output::before, .voucher-payment-section .wpcf7 form.sent .wpcf7-response-output::before {
  content: url("../images/icons/valid-voucher-checkmark.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.woocommerce-checkout.woocommerce-page .gift-certificate.sc_info_box {
  display: none;
}
.single-map_locations footer, .single-map_locations #header {
  display: none;
}
@media (max-width: 767px) {
  #cspm_single_post_modal {
    max-width: 90% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #cspm_single_post_modal {
    max-width: 70% !important;
  }
}
.map-sales-points-page .thumb {
  height: 100%;
  /* This sets a fixed height for all images */
  width: 100%;
  /* This will maintain the natural aspect ratio of the image */
  aspect-ratio: 1.5789473684;
  object-fit: cover;
  /* This will cover the area of the container without distortion */
  object-position: center;
  /* This centers the image within its container */
}
.map_locations-template-default .item-icons p {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.map_locations-template-default .item-icon {
  display: flex;
  align-items: center;
}
.map_locations-template-default .item-icon svg {
  height: 24px;
  width: 24px;
}
.map_locations-template-default .entry-meta {
  display: none;
}
.map-sales-points-page .cspml-custom-button {
  width: 100%;
  background-color: var(--wp--preset--color--palette-color-1);
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px, inset 0 -1px 0 0 rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--theme-font-family);
}
.map-sales-points-page .cspml_fs_title {
  display: none;
}
.map-sales-points-page .cspml_nbr_items {
  padding: 0 !important;
  color: #626262 !important;
  font-style: italic !important;
}
.map-sales-points-page .cspml_nbr_items.text-center {
  text-align: left;
}
.map-sales-points-page .cspml_nbr_items.cspml_nbr_items {
  box-shadow: none;
}
.map-sales-points-page #cspml_container .margin-top-30 {
  margin-top: 20px !important;
}
.map-sales-points-page #cspml_container div[class^="cspml_options_bar"] {
  margin-bottom: 20px;
}
.map-sales-points-page #cspml_container #cspml_listings_container .margin-bottom-10, .map-sales-points-page #cspml_container #cspml_listings_container .margin-top-10 {
  margin: 0 !important;
}
@media (min-width: 768px) {
  div.author-box .column-with-image {
    flex: 0 0 auto !important;
  }
}
div.author-box .author-img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50px;
}
@media (max-width: 767px) {
  div.author-box .author-img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 75px;
  }
}
div.author-box p {
  margin-bottom: 0;
}
body.archive.author .entries {
  margin-top: 25px;
}
body.author {
  display: block;
}
.home .reviews-homepage .jdgm-carousel-wrapper {
  padding: 0;
}
.home .reviews-homepage .jdgm-carousel--compact-theme.jdgm-carousel {
  width: 100%;
}
.home .reviews-homepage .jdgm-carousel-item {
  background-color: white;
  margin: 12px;
  box-sizing: border-box;
  width: calc(33.33% - 24px);
  border-radius: 4px;
  padding: 20px 8px 32px 8px;
}
.home .reviews-homepage .jdgm-carousel-item div.jdgm-carousel-item__reviewer-name {
  margin-bottom: 5px;
}
.home .reviews-homepage .jdgm-carousel-item div.jdgm-carousel-item__timestamp {
  color: grey;
}
.home .reviews-homepage .jdgm-carousel__left-arrow, .home .reviews-homepage .jdgm-carousel__right-arrow {
  width: 12px;
  height: 12px;
  border-color: var(--theme-palette-color-5);
}
.home .reviews-homepage .jdgm-carousel__arrows {
  margin: 30px 0 0 0;
}
.home .reviews-homepage section.jdgm-widget {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home .reviews-homepage .jdgm-carousel-item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .home .reviews-homepage .jdgm-carousel-item {
    width: calc(66.66% - 24px);
  }
  .home .reviews-homepage .jdgm-carousel--compact-theme.jdgm-carousel {
    width: 100vw;
  }
  .home .reviews-homepage .jdgm-carousel-item {
    margin: 12px 24px 12px 0px;
  }
  .home .reviews-homepage .jdgm-carousel-item__review-body.jdgm-line-clamp {
    -webkit-line-clamp: 5 !important;
  }
  .home .reviews-homepage .jdgm-carousel__item-wrapper {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-checkout .woocommerce-order, .woocommerce-account .woocommerce-order {
    width: var(--theme-narrow-container-max-width);
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce-checkout .woocommerce-thankyou-order-details, .woocommerce-account .woocommerce-thankyou-order-details {
  border-radius: 4px;
}
.woocommerce-checkout .woocommerce-thankyou-order-details li:nth-child(-n + 4), .woocommerce-account .woocommerce-thankyou-order-details li:nth-child(-n + 4) {
  border-bottom: 1px solid var(--theme-border-color);
}
.woocommerce-checkout .woocommerce-thankyou-order-details li:nth-child(5), .woocommerce-checkout .woocommerce-thankyou-order-details li:nth-child(6), .woocommerce-account .woocommerce-thankyou-order-details li:nth-child(5), .woocommerce-account .woocommerce-thankyou-order-details li:nth-child(6) {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce-thankyou-order-details .woocommerce-Price-amount, .woocommerce-account .woocommerce-thankyou-order-details .woocommerce-Price-amount {
  font-weight: 500;
  color: var(--theme-text-color);
  font-size: var(--theme-font-size);
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-order-overview__placeholder, .woocommerce-account .woocommerce-order-overview__placeholder {
    display: none;
  }
}
.woocommerce-checkout .woocommerce-customer-details address, .woocommerce-account .woocommerce-customer-details address {
  background-color: #f3f1eb;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-table--order-details span, .woocommerce-account .woocommerce-table--order-details span {
    width: 30px !important;
  }
  .woocommerce-checkout .woocommerce-table--order-details img, .woocommerce-account .woocommerce-table--order-details img {
    width: 20px !important;
  }
}
.woocommerce-checkout .woocommerce-table--order-details td, .woocommerce-account .woocommerce-table--order-details td {
  font-weight: var(--theme-font-weight) !important;
  color: #808080 !important;
}
.woocommerce-checkout .woocommerce-order h2, .woocommerce-account .woocommerce-order h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .woocommerce-checkout .woocommerce-order h2, .woocommerce-account .woocommerce-order h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-order h2, .woocommerce-account .woocommerce-order h2 {
    font-size: 20px;
  }
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details h2, .woocommerce-account .woocommerce-order .woocommerce-customer-details h2 {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .col2-set:after, .woocommerce-checkout .woocommerce-order .woocommerce-customer-details .col2-set:before, .woocommerce-account .woocommerce-order .woocommerce-customer-details .col2-set:after, .woocommerce-account .woocommerce-order .woocommerce-customer-details .col2-set:before {
  display: none;
}
.woocommerce-checkout .woocommerce-order p.custom-message, .woocommerce-account .woocommerce-order p.custom-message {
  margin-bottom: 0px;
}
.woocommerce-checkout .woocommerce-order .order-details-wrapper, .woocommerce-checkout .woocommerce-order table.woocommerce-table, .woocommerce-account .woocommerce-order .order-details-wrapper, .woocommerce-account .woocommerce-order table.woocommerce-table {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .woocommerce-order-downloads td.download-product span {
    display: inline !important;
    float: none !important;
    padding-right: 10px;
  }
  .woocommerce-order-downloads td.download-product img {
    width: 20px !important;
  }
  .woocommerce-order-downloads td.download-file a {
    width: 100%;
    margin-top: 5px;
  }
}
.woocommerce-order-downloads td.download-file a {
  border-radius: 4px;
}
