@media (max-width: 640px) {
html {
  font-size: 15px;
}
body{  
/*BEGIN FZEY module-generated variables*/
--f-130-142: 400 55px/70px "Stolzl", sans-serif;
--f-80-90: 400 55px/70px "Stolzl", sans-serif;
--f-80-90-400: 400 55px/70px "Stolzl", sans-serif;
--f-26-33: 400 24px/36px "Stolzl", sans-serif;
--f-16-24: 400 15px/24px "Stolzl", sans-serif;
--f-16-30-400: 400 15px/28px "Stolzl", sans-serif;
--f-130-142-400: 400 55px/70px "Stolzl", sans-serif;
--f-26-33-700: 700 22px/34px "Stolzl", sans-serif;
--f-16-24-400: 400 15px/24px "Stolzl", sans-serif;
--f-40-56: 400 32px/42px "Stolzl", sans-serif;
--f-40-56-400: 400 32px/42px "Stolzl", sans-serif;
--f-16-20: 400 15px/20px "Stolzl", sans-serif;
--f-15-22: 400 14px/20px "Stolzl", sans-serif;
--f-16-20-400: 400 15px/20px "Stolzl", sans-serif;
--f-16-24-400: 400 15px/22px "Stolzl", sans-serif;
--f-15-22-400: 400 14px/20px "Stolzl", sans-serif;
--f-20-36: 400 18px/30px "Stolzl", sans-serif;
--f-20-36-400: 400 18px/30px "Stolzl", sans-serif;
--f-55-65-400: 400 36px/44px "Stolzl", sans-serif;
--f-26-35-400: 400 24px/36px "Stolzl", sans-serif;
--f-13-18-400: 400 12px/17px "Stolzl", sans-serif;
--f-13-18-700: 700 12px/17px "Stolzl", sans-serif;
--f-13-16-400: 400 13px/16px "Stolzl", sans-serif;
--f-32-38-700: 700 26px/32px "Stolzl", sans-serif;
--f-16-20-700: 700 15px/20px "Stolzl", sans-serif;
--f-18-22-700: 700 14px / 18px "Stolzl", sans-serif;
--w-1440: 100%;
--w-1280: 100%;
--w-953: 100%;
/*END FZEY module-generated variables*/
  background:var(--color-white);
  color:var(--color-black);
  margin:0;
  padding:0;
  font: 300 15px/28px 'Stolzl', sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  -moz-osx-font-smoothing:grayscale;
  position:relative;
  border:none;
  font-size: 15px;
}
p + p {
  margin-top: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  line-height: 1.1;
}
.h2, h2 {
  font-size: 18px;
}
.h3, .h4, h3, h4 {
  font-size: 16px;
}
.h5, h5 {
  font-size: 14px;
}
.label, label {
  font-size: 12px;
  color: #000;
  text-align: left;
  line-height: 17px;
  margin-bottom: 0px;
}
.f-color-w {color:var(--color-white);}
.btn {
  text-transform: uppercase;
  border-radius: 25px;
  height: 40px;
  padding: 12px 20px 13px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.layoutMain {overflow: hidden;}

body > main {
  background: inherit;
  width: 100vw;
  overflow: hidden;
}
nav.navMain {
  display: flex;
  width: 100vw;;
  background: #d7d7d7;
  flex-direction: column;
  transform: translateX(-105%);
  transition: transform 0.3s ease-in-out;
  left: 0px;
  top: 62px;
}
nav.navMain.navactive {
  transform: translateX(0%);
  overflow: auto;
  height: calc(100vh - 62px);
  display: flex;
  background: transparent;
  padding-bottom: 100px;
}
nav.navMain:before {
  display: none;
}
nav.navMain>ul {
  width: 100%;
  z-index: 10009;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
nav.navMain > ul:first-child {
  padding-left: 0;
  padding-top: 26px;
  padding-bottom: 30px;
  background: #FADADA;
}
nav.navMain > ul:first-child::before {
  content: '';
  display: none;
  height: 1px;
  width: 100%;
  background-color: #00000014;
  position: absolute;
  top: 0px;
}
nav.navMain > ul:last-child {
  padding-left: 0px;
  padding-top: 25px;
  padding-bottom: 30px;
  background: #FFF4C6;
}
nav.navMain>ul>li {
  display: block;
  width: calc(100% - 20px);
  min-height: 40px;
  font-size: 14px;
  line-height: 15px;
  padding-top: 0 !important;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #00000000;
  padding-top: 0px !important;
  margin-top: 6px;
}
nav.navMain>ul>li.more_nav>span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 31px;
  width: 31px;
  height: 31px;
  background-color: transparent;
  border-color: #000;
  color: #000;
  position: absolute;
  border: 1px solid #000;
  right: 4px;
  top: 3px;
  border-radius: 50%;
  z-index: 100;
}
nav.navMain > ul > li + li {
  margin-left: 10px;
}
nav.navMain > ul > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  right: 0;
  bottom: 1px;
  background: #00000000;
  border: 1px solid #000;
  border-radius: 17px;
  z-index: -1;
  opacity: 1;
  transition: background 0.2s;
  height: 28px;
}
nav.navMain > ul > li > a.active:before {
  background: #000;
  border: 1px solid #000;
  border-radius: 17px;
}
nav.navMain > ul > li:hover > a {
  color:#000!important
}
nav.navMain > ul > li > a.active {
  color: #fff!important;
}
nav.navMain ul ul,nav.navMain>ul>li>ul {
  display: block;
  width: 100% !important;
  min-height: auto;
  padding: 15px 10px;
  column-count: 2;
  column-gap: 15px;
  border-bottom: 1px solid #0000001c;
  margin-bottom: 15px;
  height: auto;
  display: none;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  top: unset;
  box-shadow: none;
}
nav.navMain>ul:first-child>li>ul:before {display: none !important;}
nav.navMain > ul > li > a {
  padding: 11px 13px 9px;
}
nav.navMain > ul > li a {
  color: #000!important;
}
nav.navMain > ul > li > a:hover {
  color: #000!important;
}
nav.navMain > ul > li:hover ul {
  top: unset;
  left: unset;
  position: relative;
  width: 100% !important;
  background: transparent;
  display: block;
  height: auto;
  min-height: auto;
  padding: 15px 10px;
  align-items: unset;
  display: none;
  box-shadow: none;
}
nav.navMain > ul:first-child > li:hover ul:before {
  display: none;
}
nav.navMain > ul > li > ul.has3 > li {
  width: 161px;
  overflow: hidden;
  display: block;
}
nav.navMain > ul > li > ul > li {
  display: block;
  margin-bottom: 33px;
}
nav.navMain>ul>li li {
  width: 161px!important;
  display: block;
}
.menuContent4 {
  padding-right: 0;
  display: block;
}
.menuContent2 {
  display: block;
  flex-wrap: wrap;
}
.menuContent4 a {display: block;}
.menuContent4 a + a {
  margin-top: 10px;
}
.menuContent2 > div {
  position: relative;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0;
}
.menuContent2 > div + div {
  margin-top: 10px;
}
.menuContent2 > div > a:first-child {
  display: none;
}
nav.navMain>ul:first-child .menuContent2>div>a:first-child {display: none;}
.menuContent2 a.btn {
  position: relative;
  left: unset;
  bottom: unset;
  font-size: 14px;
  line-height: 15px;
  padding: 0;
  background: transparent;
  color: #000 !important;
  height: auto;
  text-transform: none;
}
.menuContent > h3, .menuContent > span.uh3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
}
nav.navMain > ul > li > ul.has1 > li {
  display: block;
}
.menuContent3 {
  width: auto;
  width: auto;
  margin-right: 0px;
  margin-right: 0;
  position: relative;
  margin-bottom: 0;
  margin-bottom: 0px;
  height: auto;
}
.menuContent3 img {
  display: none;
}
.menuContent3 a.btn {
  position: relative;
  left: unset;
  bottom: unset;
  font-size: 14px;
  line-height: 15px;
  padding: 0;
  background: transparent;
  color: #000 !important;
  height: auto;
  text-transform: none;
}
nav.navMain>ul:last-child>li>ul {
  width: 100%;
  padding: 0px 0px;
  column-count: unset;
  column-gap: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
nav.navMain>ul:last-child>li>ul>li {
  display: block;
  width: 100%!important;
  padding: 25px 10px;
  column-count: 2;
  column-gap: 15px;
  border-bottom: 1px solid #0000001c;
  margin-bottom: 15px;
  height: auto;
  position: relative;
}
nav.navMain>ul:last-child>li>ul>li>div {
  width: 161px!important;
  display: block;
  padding: 0px!important;
}
nav.navMain>ul:last-child>li>ul>li>div+div {
  margin-top: 10px;
}
nav.navMain>ul:last-child>li:nth-last-child(2)>ul>li{
  column-count: 1;
  column-gap: 0px;
}
nav.navMain>ul:last-child>li:last-child>ul>li {
  display: block;
  width: 100%!important;
  padding: 25px 10px;
  column-count: 1;
  column-gap: 0px;
  border-bottom: 1px solid #0000001c;
  margin-bottom: 15px;
  height: auto;
  position: relative;
}
nav.navMain>ul:last-child>li:last-child>ul>li>div {width: 100%!important;}
nav.navMain>ul:last-child>li:last-child>ul>li>div.menuContent1>a:first-child {
  display: none;
}
.menuContent5 div.menuTileLink {
  width: 100%;
}
.menuContent5 div.menuTileLink + div {margin-top: 10px;}
.menuContent5 .menuTileLink h3, .menuContent5 .menuTileLink span.uh3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 2px;
  display: block;
}
nav.navMain>ul:last-child>li:last-child>ul>li>div span.uh3 {
  margin-bottom: 2px;
}
.menuContent5 .menuTileLink a {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}
.menuContent1 a:last-child {
  font-size: 14px;
  line-height: 15px;
}
nav.navMain>ul a {
  font-size: 14px;
  line-height: 15px;
}
.menuContent.menuContent5 .btn {
  background: rgba(0, 0, 0, .5);
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 11px 19px 12px;
  margin: 20px auto 0;
}
nav.navMain > ul:last-child>li:first-child>ul>li>div span.uh3 {
  display: none;
}
#header a:hover {
  color: #000;
  text-decoration: none;
}
.navMain a.active {
  font-weight: 700;
}
nav.navMain > ul > li > a.active, nav.navMain > ul > li > a:hover {
  font-weight: 400;
}
/*BEGIN FZEY Warenkorb*/
.fzeyCartInner {
  padding: 70px 17px 170px 18px;
  max-width: 100%;
  margin: 0 auto;
}
.fzeyCartLeft, .fzeyCartRight {
  width: 100%;
}
.fzeyCartRight {
  margin-top: 30px;
}
.fzeyCartItem .product-line-grid {
  flex-wrap: wrap;
}
.fzeyCartItem .product-line-grid-left {
  width: 80px;
}
.fzeyCartItem .product-image {
  display: inline-block;
  width: 80px;
  height: 121px;
}
.fzeyCartItem .product-line-grid-body {
  width: calc(100% - 100px);
  margin-bottom: 0px;
}
.fzeyCartItem .product-line-grid-body > .product-line-info > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}
.fzeyCartItem .product-line-grid-right {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 15px;
}
.fzeyCartItem .product-line-grid-body > .product-line-info.product-price {
  margin-top: 20px;
}
.material-icons {
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 20px;
}
.fzeyCartItem .product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical i {
  top: unset;
  left: unset;
  font-size: 21px;
  color: #000;
  position: relative;
}
.fzeyCartItem .product-line-grid-right .bootstrap-touchspin {
  display: block;
  float: left;
  width: 80px;
  height: 40px;
  border: 1px solid #bcbbba;
  border-radius: 7px;
}
.fzeyCartItem .product-line-grid-right .bootstrap-touchspin input.form-control, .fzeyCartItem .product-line-grid-right .bootstrap-touchspin input.input-group {
  float: left;
  width: calc(100% - 30px);
  height: 40px;
  padding: 5px 5px;
  color: #000;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  text-align: center;
}
.fzeyCartItem .product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical {
  float: left;
  width: 30px;
  height: 38px;
  color: #232323;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.fzeyCartItem .product-line-grid-right .product-price {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  width: 55%;
  margin-left: 20px;
  color: #000;
  padding: 6px 0;
  border-top: 1px solid #bcbbba;
  border-bottom: 1px solid #bcbbba;
  margin-top: 0px;
  height: 30px;
}
.fzeyCartItem .product-line-grid-right .cart-line-product-actions {
  flex: auto;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  line-height: 30px;
}
.fzeyCartLeft a.btn {
  margin-top: 10px;
}
.fzeyCartItem .cart-summary-line .label, .fzeyCartItem .cart-summary-line .value {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}
.fzeyCartItem .cart-detailed-subtotals {
  margin: 14px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.fzeyCartItem .cart-summary-totals {
  margin: 14px 0 20px;
  padding: 0px 0 14px;
  border-bottom: 1px solid #ddd;
}
.fzeyCartItem .block-promo .promo-input {
  width: calc(100% - 67px);
  height: 40px;
  margin-right: 0;
  text-indent: unset;
  border: none;
  padding: 0 22px;
  font-size: 14px;
  color: #000;
  background-color: #00000014;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}
.fzeyCartItem .block-promo .promo-input + button {
  margin-top: 0px;
  margin-left: 0px;
  text-transform: capitalize;
  border: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 67px;
}
.alert {
  font-size: 14px;
  line-height: 18px;
  padding: 10px !important;
  margin-bottom: 0px;
  background-color: #fadbdc;
  color: #000;
  border-color: #e1bbbc;
}
.block-promo .promo-code .alert-danger {
  position: relative;
  display: none;
  margin-top: 10px;
  color: #000;
  background: #fadadb;
  border-radius: 5px;
}
.fzeyCartItem .block-promo .promo-code .alert-danger > .material-icons {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  position: absolute;
  left: 8px;
  top: 14px;
}
.fzeyCartItem .block-promo .promo-code .alert-danger > span {
  margin-left: 15px !important;
  width: 100%;
  display: block;
  padding: 4px 10px 0px;
  font-size: 14px;
  line-height: 22px;
}
.card-block {
  padding: 0;
  margin-top: 30px;
  text-align: center;
  min-height: 0px;
  margin-bottom: 70px;
}
/*END FZEY Warenkorb*/

/*BEGIN FZEY Checkout*/
.fzeyCheckoutInner {
  padding: 40px 17px 160px 18px;
  max-width: 100%;
  margin: 0 auto;
}
body#checkout section.checkout-step {
  padding: 0;
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #ddd;
}
.fzeyCheckoutLeft {
  width: 100%;
  border-top: none;
}
body#checkout section.checkout-step .step-title {
  padding-bottom: 15px;
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  border-bottom: 0px solid #ddd;
}
.fzeyCheckoutRight {
  width: 100%;
  border-top: none;
  order: -1;
  margin-bottom: 40px;
}
.fzeyCheckoutItem .block-promo .promo-input {
  width: calc(100% - 67px);
  height: 40px;
  margin-right: 0;
  text-indent: unset;
  border: none;
  padding: 0 22px;
  font-size: 14px;
  color: #000;
  background-color: #00000014;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}
.fzeyCheckoutItem .block-promo .promo-input + button {
  margin-top: 0px;
  margin-left: 0px;
  text-transform: capitalize;
  border: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 67px;
}
body#checkout section.checkout-step.-reachable.-current .step-number, body#checkout section.checkout-step .step-number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-left: 0px;
  font-size: 22px;
  line-height: 33px;
  border: 0;
  border-radius: 50%;
}
body#checkout ul.nav-inline.my-2 {
  margin-top: 0px!important;
  margin-bottom: 30px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
body#checkout .nav-inline .nav-item + .nav-item, body#checkout .nav-inline .nav-link + .nav-link {
  margin-left: 0px;
}
body#checkout .nav-inline .nav-item .nav-link {
  cursor: default;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #000 !important;
  text-align: center;
}
body#checkout .nav-inline .nav-item .nav-link span.btn {
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
  margin-top: 15px;
  width: auto;
  background: #00000080;
  display: inline-block;
  font-size: 12px;
}
.tab-content > .tab-pane h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
form .form-control-label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  padding-top: 0px;
  margin-bottom: 6px;
}
.form-group.lastname, .form-group.firstname {
  width: 100%;
}
.form-informations-option {
  display: block;
  position: absolute;
  padding: 5px 8px 4px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  top: 0px;
  right: 0px;
  border-top-right-radius: 5px;
}
.form-informations-title {
  font-size: 18px;
  line-height: 24px;
}
.pw-information .text-muted {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
.input-group .input-group-btn {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 3;
}
.input-group .input-group-btn > svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-promo {
  margin-bottom: 10px;
}
.form-control {
  padding: 8px 11px 9px;
  color: #000;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px !important;
}
.progress {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 20px !important;
  background: #fff;
}
.password-requirements p i {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -6px;
  left: 0px;
}
.password-requirements p i.daumen {
  width: 22px;
  height: 22px;
}
.password-requirements p i.daumen > svg {
  width: 100%;
  height: auto;
}
.password-requirements p span {
  display: block;
  width: 100%;
  padding-left: 32px;
  font-size: 14px;
  line-height: 22px;
}
.form-group.psgdpr, .form-group.newsletter, .form-group.customer_privacy {
  margin-bottom: 0px;
  margin-top: 15px;
}
#customer-form .custom-checkbox > label, body#checkout .custom-checkbox > label {
  padding-left: 40px !important;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 0;
  cursor: pointer;
  opacity: 0;
  top: -5px;
  left: 0px;
}
#customer-form .custom-checkbox span, body#checkout .custom-checkbox span {
  position: absolute;
  top: 0px !important;
  left: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: auto;
  margin-top: 0px;
  width: 20px;
  height: 20px;
  border: none;
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  margin-top: 0px !important;
}
#customer-form .custom-checkbox span i svg, body#checkout .custom-checkbox span i svg {
  width: 20px;
  height: 20px;
}
.input-group .input-group-btn > .btn[data-action="show-password"] {
  padding: 0px;
  background: transparent;
  width: 25px;
  height: 25px;
  border-radius: 0px;
  overflow: hidden;
  font-size: 1px;
  color: #ffffff00;
  z-index: 2;
  opacity: 0;
  margin-top: 0px !important;
}
body#checkout section.checkout-step .btn {
  width: 100%;
  background: #6D9B78;
  margin-top: 40px;
}
body#checkout section.checkout-step.-current + .checkout-step .step-title {
  padding-top: 20px;
  border-top: none;
}
body#checkout section.checkout-step .not-allowed, body#checkout section.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.4;
  border-bottom: none;
  padding-top: 10px;
}
body#checkout section.checkout-step .forgot-password {
  margin-left: auto;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
}
body#checkout section.checkout-step.-current {
  padding-bottom: 30px;
  padding-top: 0px;
}
body#checkout section.checkout-step #delivery-address {
  margin-top: 30px;
}
#delivery-address .form-group {
  width: 100%;
}
body#checkout section.checkout-step.-complete:first-of-type .step-title {
  padding-top: 20px;
}
body#checkout section.checkout-step.-reachable.-complete h1 > i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #6d9b78;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
body#checkout section.checkout-step .delivery-options .delivery-option {
  min-height: 80px;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  line-height: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.custom-radio {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.custom-radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.custom-radio input[type="radio"] + span {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #0000001a;
  border-radius: 50%;
}
.custom-radio input[type="radio"]:checked + span {
  background-color: #6D9B78;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.custom-radio input[type="radio"]:checked + span::after {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
body#checkout section.checkout-step .delivery-options .delivery-option label {
  margin-bottom: 0;
  text-align: inherit;
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}
.carrier-logo {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}
.carriere-name-container {
  margin-right: 15px;
}
.h6, body#checkout section.checkout-step .add-address a i, h6 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
#delivery label {
  margin-bottom: 10px;
  text-transform: uppercase;
}
body#checkout #delivery textarea, body#checkout #gift_message textarea {
  max-width: 100%;
  margin-bottom: 10px;
  width: 100%;
  background-color: #f2f2f2;
  min-height: 110px;
  border-radius: 5px !important;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
}
.adress_single {
  width: 100%;
}
body#checkout #order-summary-content h4.addresshead {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.adress-block {
  font-size: 14px;
  line-height: 22px;
}
.pruefen .h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}

.fzeyCheckoutItem .cart-summary-products > p, .fzeyCheckoutItem .cart-summary-products > p a {
  font-size: 13px;
  line-height: 16px;
}
.fzeyCheckoutItem .cart-summary-products {
  padding: 0px 0 10px;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line {
  padding: 15px 0 0;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
  font-size: 13px;
  float: unset;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  flex: auto;
}
.fzeyCheckoutItem .cart-summary-totals {
  margin: 0px 0 20px;
  padding: 0px 0 15px;
  border-bottom: 1px solid #ddd;
}
.fzeyCheckoutItem .card-block.cart-summary-totals .cart-summary-line {
  padding: 10px 0 0;
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .label, .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-size: 16px;
  line-height: 24px;
}
.card-block.cart-summary-totals .cart-summary-line span.sub {
  float: none;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
}
.fzeyCheckoutItem .media-list {
  width: 100%;
}
.fzeyCheckoutItem .media-left {
  width: 50px;
  padding-right: 0px;
  margin-right: 10px;
}
body#checkout #cart-summary-product-list img {
  width: 100%;
  border: #f6f6f6 1px solid;
}
.fzeyCheckoutItem .media-body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 70px);
}
.fzeyCheckoutItem .media-body .product-name {
  width: 250px;
}
.fzeyCheckoutItem .media, .fzeyCheckoutItem .media-body {
  overflow: hidden;
  font-size: 13px;
  text-align: left;
  line-height: 18px;
}
.text-muted {
  font-size: 13px;
  color: #000 !important;
}
body#checkout section.checkout-step .step-edit .edit {
  font-size: 16px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  float: none;
  text-align: left;
  margin-top: -8px;
  margin-left: 0px;
  padding-left: 49px;
}
body#checkout section.checkout-step .payment-options label {
  display: table-cell;
  padding-top: 2px;
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
  width: 20px;
  height: 20px;
}
body#checkout .condition-label label {
  padding-left: 35px;
}
body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 15px;
}
body#checkout .additional-information {
  margin-left: 35px;
  font-size: 13px;
  margin-top: 0px;
}
body#checkout #order-summary-content .summary-selected-carrier > .row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 14px;
  line-height: 20px;
}
#order-items .order-line {
  margin-top: 0px;
}
#order-items .order-line + .order-line {
  margin-top: 15px;
}
.fzeyCartInner h1 {
  margin-bottom: 20px;
}
.fzeyCartItem .product-line-grid-body > .product-line-info > span.label, .fzeyCartItem .product-line-grid-body > .product-line-info > span.value {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
  display: inline-block;
  margin-top: 0px;
  color: #232323;
  width: 28px;
  height: 28px;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart svg, .product-line-grid-right .product-price .remove-from-cart svg {
  width: 100%;
  height: auto;
  margin-top: -6px;
}
.fzeyCartItem .cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 15px 0 15px;
  margin-bottom: 0px;
}
.fzeyCheckoutItem .media {
  margin-top: 15px;
}
body#checkout .form-group {
  margin-bottom: 12px;
}
body#checkout .form-group + .form-group {
  margin-bottom: 12px;
}
.page-authentication #content, .page-registration #content, #password #content {
  padding: 15px !important;
  background: #f2f2f2 !important;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 15px;
  line-height: 22px;
  border-radius: 10px;
}
.forgotten-password .form-fields .center-email-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.forgotten-password .form-fields label.required {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
.forgotten-password .form-fields .email {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.page-customer-account #content .btn {
  width: calc(100% - 15px);
  margin-bottom: 30px;
  margin-top: 30px;
  margin: 30px auto;
}
.forgotten-password .form-fields .center-email-fields button, .forgotten-password .form-fields .email input {
  height: 38px;
}
#authentication #main > h2, #registration #main > h2, #password #main > h2 {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.page-footer .account-link {
  margin-right: auto;
  margin-top: 15px;
  display: inline-block;
}
#order-items .h3, .page-addresses .address .address-footer a i, .page-addresses .addresses-footer a i, .page-footer .account-link i {
  font-size: 18px;
}
.page-footer .account-link span {
  font-size: 16px;
  vertical-align: middle;
}
.page-customer-account #content .forgot-password {
  padding-bottom: 0px;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}
.page-customer-account #content .no-account {
  font-size: 15px;
  text-align: center;
}
.fzeyCheckoutItem .block-promo .promo-code .alert-danger > span {
  margin-left: 15px !important;
  width: 100%;
  display: block;
  padding: 4px 10px 0px;
  font-size: 14px;
  line-height: 22px;
}
.fzeyCheckoutItem .block-promo .promo-code .alert-danger > .material-icons {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  position: absolute;
  left: 8px;
  top: 14px;
}
.field-password-policy {
  padding: 0px 20px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -10px;
  width: 100%;
  margin-bottom: 20px;
}
.pw-information {
  padding: 20px;
  background-color: #FADADB;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
  width: 100%;
}
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}
#delivery-address .form-group.sameadress {
  padding-top: 20px;
}
body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses, body#checkout section.checkout-step .add-address {
  margin-top: 20px;
}
body#checkout section.checkout-step .address-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 100%;
  margin-bottom: 20px;
  background: transparent;
  border: none;
}
body#checkout section.checkout-step .address-item.selected {
  cursor: unset;
  text-indent: unset;
  font-family: unset;
}
body#checkout section.checkout-step .address-item.selected::after, body#checkout section.checkout-step .address-item.selected::before {display: none;}
body#checkout section.checkout-step .address-alias {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}
body#checkout section.checkout-step .address {
  margin-left: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
body#checkout section.checkout-step .address-footer {
  padding: 0;
  text-align: center;
  background: transparent;
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
}
body#checkout section.checkout-step .delete-address .delete, body#checkout section.checkout-step .delete-address .edit, body#checkout section.checkout-step .edit-address .delete, body#checkout section.checkout-step .edit-address .edit {
  font-size: 15px;
}
body#checkout section.checkout-step .radio-block {
  padding: 0px 0 15px 40px;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
#invoice-address > .js-address-form > .form-fields .form-group {
  width: 100%;
}
.delivery-options {
  width: 100%;
  margin-bottom: 30px;
}
body#checkout .payment-options > div {
  margin-bottom: 20px;
}
body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 10px;
}
body#checkout #order-summary-content {
  padding-top: 40px;
}
.h4_pruefen {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.h4_pruefen span {
  font-size: 13px;
  color: #000;
}
body#checkout #order-summary-content .summary-selected-carrier > .row .logo-container {
  width: 30px;
  height: 30px;
  margin-right: 25px;
  margin-bottom: 10px;
}
body#checkout #order-summary-content #order-items h3.h3 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
}
#order-items .order-line .p_bild {
  width: 80px;
}
.order-confirmation-table picture {
  display: block;
  max-width: 80px;
}
#order-items .image img {
  width: 100%;
  margin-bottom: 0;
  border: none;
}
#order-items .details, #order-items .qty {
  margin-bottom: 0px;
}
#order-items .details {
  width: calc(100% - 80px);
  padding-left: 15px;
}
#order-items .qty {
  width: calc(100% - 80px);
    margin-top: 15px;
    padding-left: 15px;
}
#order-items .qty > div.row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#order-items .qty > div.row > div {
  order: 2;
  width: auto;
  padding-right: 15px;
}
#order-items .qty > div.row > div.quantity {
  order: 1;
}
#order-items .qty > div.row > div.quantity::after {
  content: 'x';
  display: inline-block;
  position: relative;
}
#order-items .qty > div.row > div.pricetotal {
  flex: auto;
  text-align: right;
  padding-right: 0px;
}
#order-items table tr td {
  padding: 5px 0px;
  font-size: 15px;
  line-height: 18px;
}
body#checkout .payment-options > div > section {
  margin-top: -20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
#my-account #main {
  padding: 60px 15px 190px 15px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F4F7F6;
}
.page-my-account #content .links {
  margin-top: 30px;
}
.page-my-account #content .links a {
  width: 100%;
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-transform: none;
  transform: scale(1)!important;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0px 0px 0px 0px #00000000!important;
}
.page-my-account #content .links a i {
  width: 100%;
  padding-bottom: 40px;
  font-size: 32px;
}
#identity #main .field-password-policy {
  padding: 15px 15px 15px;
  border-radius: 5px;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 15px;
}
#identity #main, #addresses #main, #address #main, #order-slip #main, #discount #main, #module-psgdpr-gdpr #main {
  padding: 40px 17px 180px 17px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#history #main, #order-detail #main {
  padding: 40px 17px 180px 17px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#history #main table, #order-detail #main table {display: none;}
address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: inherit;
}
.page-customer-account #content {
  padding: 0;
  background: transparent;
  font-size: 15px;
  color: #000;
}
#order-detail .order-message-form .form-fields {
  max-width: 100%;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 20px;
  margin: 20px 0; 
}
#address .form-group {
  margin-bottom: 8px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/*END FZEY Checkout*/

/*Begin FZEY Produktliste*/
#menu-left {
  display: none;
}
#js-product-list-header {
  margin-top: 30px;
}
.product-miniature .thumbnail-container {
  width: 390px;
}
.block-category h1 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 32px;
}
.block-category .block-category-inner #category-description .page-content.page-cms ul:first-child, .block-category .block-category-inner #category-description p:first-child, .page-content.page-cms .block-category .block-category-inner #category-description ul:first-child {
  margin-bottom: 0;
}
.textstyle p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 0px;
}
#category #main,#manufacturer #main, #search #main {
  padding: 0 17px;
}
#products .products, .featured-products .products, .product-accessories .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#search #products .products {
  width: 100%;
  justify-content: space-between;
}
#js-product-list .products .product {
  margin-top: 20px;
  width: calc(50% - 8px);
}
body#search #products .product {
  margin-right: 0px;
}
.product-flags li.product-flag {
  padding: 2px 4px;
  margin-top: 0;
  font-size: 10px !important;
  line-height: 11px !important;
  margin-left: 2px;
  font-weight: 400;
}
.product-miniature .product-description {
  position: relative;
  bottom: 0;
  height: auto;
  padding: 10px 0px 0px;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.product-miniature .product-description .product-manufacturer {
  text-transform: uppercase;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 10px;
  line-height: 14px;
  order: 1;
}

.product-manufacturer {
  text-transform: uppercase;
}
.product-miniature .product-title a {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
  text-align: left;
  text-decoration: none;
  width: 100%;
  min-height: 38px;
  max-height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-miniature .product-title {
  text-align: left;
  width: 100%;
  margin-top: 3px;
  order: 2;
  font-size: 13px;
  line-height: 19px;
}
.product-miniature .product-price-and-shipping {
  display: flex;
  width: 100%;
  padding-left: 0;
  text-align: left;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5px;
  overflow: hidden;
  order: 3;
}
.product-miniature .product-price-and-shipping > span {
  font-size: 15px;
  line-height: 18px;
}
.product-miniature .product-price-and-shipping > span.price {
  font-size: 15px;
  line-height: 18px;
  padding-right: 6px;
}
.nxtal-variant-text {
  opacity: 1;
}

.product-miniature .nxtal-variant-text div, .product-container .nxtal-variant-text div {
  text-transform: uppercase;
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
}
#search_filters_wrapper{
  display: flex;
  position: fixed;
  top: 62px;
  left: 15px;
  width: calc(100% - 30px);
  max-width: 100%;
  height: calc(100vh - 0px);
  z-index: 1000;
  background: #ffffffb3;
  flex-wrap: wrap;
  flex-direction: column;
  transform: translateX(-0%);
  transition: transform 0.3s ease-in-out;
}
#search_filters_wrapper.hidden-sm-down {
  transform: translateX(-120%);
  transition: transform 0.3s ease-in-out;
}
#search_filters section.facet {
  width: 100%;
}
#search_filters .facet .title:hover, #search_filters .facet .title.open {
  z-index: 1;
}
.filter-attributes {
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  max-height: 240px;
  width: 290px;
  overflow: auto;
  background-color: #fff;
  padding: 0px 10px;
  box-shadow: 3px 3px 10px 0px #00000033;
  border-radius: 5px;
  z-index: 1;
}
#search_filters .facet .title {
  background-color: #0000007f;
  color: #fff;
  padding: 9px 37px 10px 21px !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 6px;
  justify-content: center;
  box-shadow: 3px 3px 10px 0px #00000033;
}
#search_filters .facet .title::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  top: 11px!important;
  right: 20px!important;
}
#search_filters, #search_filters_brands, #search_filters_suppliers {
  padding: 15px;
  margin-bottom: 0px;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  background: #dddddd;
  margin-top: 20px;
  border-radius: 10px;
}
#search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  display: none;
  margin: 0px;
  font-size: 20px;
}
#search_filters .facet .facet-label .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  display: block;
}
#js-product-list-top {
  min-height: 70px;
  width: 100%;
}
.products-selection .filter-button {
  display: block;
}
.products-selection .sort-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.products-selection .sort-by-row::after {display: none;}
.products-selection .title {
  padding: 9px 37px 10px 21px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 20px;
}
.products-selection .title::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  top: 11px;
  right: 20px;
}
.products-sort-order .accord2_content {
  position: absolute;
  top: 40px;
  left: 5px;
  transform: translateX(0%);
  height: auto;
  max-height: 300px;
  width: 280px;
  padding: 0px 10px;
  box-shadow: 3px 3px 10px 0px #00000033;
  border-radius: 5px;
  z-index: 3;
}
.products-selection .filter-button .btn {
  padding: 9px 21px 10px 21px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 20px;
  height: 35px;
}
.products-sort-order a.select-list {
  padding: 10px 0 10px;
  border-top: 1px solid #00000024;
  font-size: 14px;
  line-height: 14px;
}
.products-sort-order a.select-list::before {
  content: '';
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border: 1px #bfbfbf solid;
}
.products-sort-order a.select-list .material-icons {
  font-size: 20px;
  left: 5px;
  top: 17px;
}
#search_filters .facet .facet-label a {
  width: calc(100% - 30px);
  margin-top: 3px;
  font-size: 14px;
  line-height: 14px;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
  top: 0;
  margin-right: 6px;
}
#search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] + span {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border: 1px #bfbfbf solid;
}
#search_filter_controls {
  display: block;
  text-align: right;
  padding-top: 15px;
  order: 2;
}
#search_filter_controls .btn {
  background: #6D9B78;
}
.active_filters {
  justify-content: flex-start;
  width: 100%;
}
.active_filters ul {
  width: 100%;
  justify-content: flex-start;
}
.active_filters .filter-block {
  display: inline-block;
  padding: 0;
  margin-left: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  font-size: 14px;
}
.active_filters .filter-block a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 3px 3px 5px;
  border: 1px solid #000;
  text-decoration: none !important;
}
.active_filters .filter-block .close {
  margin-top: 2px;
  margin-left: 4px;
  font-size: 16px;
}
.textstyle2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}
.pagination_list {
  background-color: #00000080;
  position: relative;
  display: flex;
  padding-left: 0;
  border-radius: 0;
  width: auto;
  height: 43px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 30px 15px 20px 15px;
  transform: translateX(0%);
  border-radius: 22px;
  overflow: hidden;
  justify-content: space-between;
}
.pagination_list > span {
  display: inline-flex;
  height: 43px;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 30px;
  text-align: center;
  font-size: 14px;
}
.pagination_list > a.previous + span {
  padding-left: 15px;
}
#products .up {
  margin-bottom: 1rem;
  display: none;
}
.textstyle2 h2 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 13px;
}
.textstyle2 p {
  font-size: 13px;
  line-height: 23px;
  margin-top: 0px;
}
.textstyle2 ul {
  list-style: disc!important;
  padding-inline-start: 20px;
}
.textstyle2 p + p, .textstyle2 * + ul, .textstyle2 * + ol, .textstyle2 ul + *, .textstyle2 ol + * {
  margin-top: 15px!important;
}
.textstyle2 * + h2, .textstyle2 * + h3, .textstyle2 * + h4 {
  margin-top: 20px!important;
}
.textstyle2 h3,.textstyle2 h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
/*End FZEY Produktliste*/

.category-additional-description h2[role="button"]::after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDE1VjE5SDI1VjIxSDIxVjI1SDE5VjIxSDE1VjE5SDE5VjE1SDIxWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==") no-repeat center;
	background-size: contain;
	background-position: center center;
	position: absolute;
	right: -10px;
	top: -4px;
}

.category-additional-description h2[role="button"].active::after {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1IDE5VjIxSDE1VjE5SDI1WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==") no-repeat center;
	background-size: contain;
	background-position: center center;
}

.accordeon_content3 {
	display: none;
}
.category-additional-description h2[role="button"] {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  padding-right: 26px;
  font-weight: 400;
}

/*Start FZEY Produktsinglepage*/
.product-container.w-1440 {
  padding-top: 0;
}
.product-container-left {
  padding: 0 17px 0 17px;
  width: 100%;
}
.product-container-right {
  padding: 0 17px 0 17px;
  width: 100%;
  margin-top: 40px;
}
.product-images-large {
  position: relative;
  margin-bottom: 0px;
  width: 300px;
  height: 450px;
  order: 2;
  overflow: hidden;
  cursor: crosshair;
  -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    -webkit-touch-callout: all;
    -khtml-user-select: all;
}
.product-image-large picture { display: block; width: 300px; height: 450px; overflow: hidden;}
.product-image-large { display: block; width: 300px; height: 450px;}
.product-image-large img {transform: none!important;}
.product-image-thumb { width: 40px !important; height: 60px !important; margin: 0vw 0; cursor: pointer;}
.product-image-thumb+.product-image-thumb {
  margin-top: 0.2vw;
}
.images-container-neu .layer {display: none;}
.product-images-thumbs {
  width: 40px;
  height: 453px;
  overflow: hidden;
  order: 1;
  margin-top: -3px;
}
.product-images-thumbs .slick-list { height: 453px !important; padding: 2px !important;}
.product-images-thumbs .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
  background-size: contain;
  background-position: center center;
}
.product-images-thumbs .slick-next {
  top: unset;
  bottom: 5px;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.product-image-thumb img {
  border: 1px solid #fff;
  width: calc(100% - 2px);
  height: auto;
  transition: all 0.3s;
}
.product-container-left .page-content {
  position: relative !important;
  top: 0;
}
.product-container-right .h1, .product-container-right h1 {
  margin: 0 0 10px;
  color: #000;
}
.product-prices {
  margin-top: 10px;
}
.product-actions {
  margin-top: -5px;
}
.product-actions .add-to-cart {
  height: 54px;
  width: 341px;
  padding-top: unset;
  line-height: 24px;
  font-size: 18px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
}
.product-customization .product-customization-item, .product-variants > .product-variants-item {
  margin: 25px 0;
}
.product-quantity > div[data-container-express-checkout]{
  margin: 10px 0 0 !important; 
}
.product-prices .tax-shipping-delivery-label {
  font-size: 13px;
  color: #7b7b7b;
  word-wrap: break-word;
}
#product-availability {
  display: inline-flex;
  margin-top: 4px;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.product-actions .control-label.accord_trigger {
  display: inline-flex;
  width: auto;
  height: 38px;
  padding: 10px 16px 11px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-actions .control-label {
  margin-bottom: 12px;
}
.product-variants>.product-variants-item ul li {
  margin-right: 5px;
}
.product-variants>.product-variants-item ul li label {
  display: inline-block;
  margin-bottom: 5px;
}
.product-variants .radio-label {
  display: flex;
  height: 38px;
  padding: 10px 16px 11px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #000;
  background-color: #0000000d;
  border: 1px solid #0000000d;
  border-radius: 25px;
  transition: border 0.2s;
  cursor: pointer;
}
#product-availability .product-last-items, #product-availability .product-unavailable {
  color: #F04F4F;
  margin-right: 8px;
}
.product-description.accordeon p, .product-description.accordeon span {
  font-size: 15px !important;
}
.product-description.accordeon.noactive {
  padding-bottom: 20px;
}
.sharebox, .mailbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}
.sharebox h2, .mailbox h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  flex: auto;
  margin-bottom: 0px;
}
.sharebox a {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.mailbox a {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.uspbox {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #0000001a;
  padding: 25px 0px;
  position: relative;
}
.uspbox p {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.uspbox.isbio p {
  color: #6D9B78;
  padding-right: 60px;
}
.uspbox p svg {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}
.uspbox.isbio a.gotssiegel {
  position: absolute;
  top:0px;
  right: 0px;
}
.uspbox.isbio a.gotssiegel svg,.uspbox.isbio a.gotssiegel img {
  width: 50px;
  height: auto;
}

.products-same-category {
  margin-top: 80px;
  width: 100%;
  padding: 70px 0 340px;
  background-color: #DCE1EA;
}
.products-same-category h2 {
  margin: 0 auto 40px;
  padding: 0 17px;
}
.products-same-category .products.noslider {
  max-width: 100%;
  padding-left: 0px;
  justify-content: flex-start;
}
.product-accessories.products-same-category {
  background-color: #e39d93;
  padding-bottom: 80px;
}
.products-same-category + .products-same-category {
  margin-top: 0px;
}
.product-same-category {
  margin: 0 8px;
  max-width: 293px;
}
.products-same-category .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -63px;
  right: 15px;
  display: block;
  width: 44px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  border-radius: 0;
  opacity: 0.5;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0NCA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI3Xzg3MSkiPgo8cGF0aCBkPSJNMCAwSDIyLjVDMzQuMzc0MSAwIDQ0IDkuNjI1ODggNDQgMjEuNUM0NCAzMy4zNzQxIDM0LjM3NDEgNDMgMjIuNSA0M0gwVjBaIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIxIi8+CjxwYXRoIGQ9Ik0yMy4yMDUgMjQuODZMMjIuMDIgMjMuNjZMMjQuMTY1IDIxLjYwNUgxNi4yM1YxOS44OTVIMjQuMTVMMjIuMDIgMTcuODU1TDIzLjIwNSAxNi42NTVMMjcuMzE1IDIwLjc1TDIzLjIwNSAyNC44NloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjdfODcxIj4KPHJlY3Qgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQzIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat center;
  background-size: contain;
  background-position: center center;
  transition: opacity 0.3s;
}
.products-same-category .slick-prev {
  right: 59px;
  transform: rotate(180deg);
}
.products-same-category .slick-track {
  margin-left: 15px;
}
.products-same-category h2.product-title {
  margin: 0 auto 40px;
  padding: 0px 0px;
  margin-top: 0px;
}
.nxtal-variant-box, .quickview .nxtal-variant-box {
  margin: 10px 0px 20px;
}
.nxtal-variant-label, .quickview .nxtal-variant-label {
  width: 100%;
  border-top: solid 1px #ddd;
  padding: 12px 0px;
  cursor: auto;
  pointer-events: none;
}
.nxtal-variant-label .variant-group-value, .quickview .nxtal-variant-label .variant-group-value {
  min-height: 16px;
  max-height: 16px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nxtal-variant-label .variant-group-value{display: none;}
.nxtal-variant-attributes, .quickview .nxtal-variant-attributes {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: auto;
}
.nxtal-variant-attributes li, .quickview .nxtal-variant-attributes li {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  display: grid;
  font-size: 14px;
}
.quickview .product-additional-info .nxtal-variant-box div.showmore, #product .product-additional-info .nxtal-variant-box div.showmore, .quickview .product-additional-info .nxtal-variant-box [data-image="1"] .nxtal-variant-attributes li a, #product .product-additional-info .nxtal-variant-box [data-image="1"] .nxtal-variant-attributes li a {
  height: 94.8px !important;
  width: 63.2px !important;
  min-height: 94.8px !important;
  min-width: 63.2px !important;
}
.quickview .nxtal-variant-attributes li a, #product .product-additional-info .nxtal-variant-attributes li a {
  padding: 0px;
  margin: 0px 5px 5px 0px;
}
.product-actions .control-label.accord_trigger > b {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0 5px 6px;
}
.product-information #tab-content {
  margin-top: 0px;
}
.product-information .delivery-information + #tab-content {
  margin-top: 25px;
}
.product-information > div.delivery-information > svg {
  width: 38px;
  height: 38px;
  margin-right: 18px;
}
.product-information > div.delivery-information > span > strong:nth-child(2)::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #A4D29D;
  border-radius: 50%;
  margin-right: 5px;
}
.product-description.accordeon h2 {
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.product-description.accordeon h2::after {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
}
/*End FZEY Produktsinglepage*/

/*Anfang FZEY Header + Menue */
#wrapper {
  padding-top: 62px;
  background: transparent;
}
header#header {
  height: 62px;
  z-index: 1900;
}
body.minimized header#header {
  height: 62px;
}
body#index.bnavactive header#header {
  background: #fff;
}

.layoutLogo {
  left: 18px!important;
  top: 15px!important;
}
.layoutLogo img, .layoutLogo svg {
  width: 98px!important;
}
body#index.bnavactive .layoutLogo svg [fill] {
  fill: #000;
  transition: fill .2s;
}
#header .logo {
  height: 32px;
  width: auto;
}
nav.navOptions {
  right: 66px;
  top: 19px;
}
body.minimized nav.navOptions{
  right: 66px;
  top: 19px;
}
nav.navOptions svg {
  width: 24px;
  height: 24px;
}
body#index.bnavactive nav.navOptions svg path {
  stroke: #000 !important;
}
.blockcart.cart-preview .cart-products-count {
  position: absolute;
  right: -10px;
  top: -8px;
  font-size: 11px;
  line-height: 12px;
  background: #6D9B78;
  color: #fff;
  display: inline-block;
  padding: 3px 5px 2px;
  border-radius: 9px;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.navOptions > div + div {
  margin-left: 15px;
}
#search_widget {
  margin-bottom: 0px;
  overflow: auto;
}
.user-info > a.islogged svg path {
  stroke: #6D9B78 !important;
}
.user-info > a + a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translate(72px, 154%);
  font-size: 11px;
  display: none;
  background: #000;
  color: #fff !important;
  padding: 0 8px;
}
#my-account .user-info > a + a,#identity .user-info > a + a,#addresses .user-info > a + a,#address .user-info > a + a,#history .user-info > a + a,#order-detail .user-info > a + a,#discount .user-info > a + a,#module-psgdpr-gdpr .user-info > a + a {
  display: block!important;
}

.user-info > a + a:hover {
  color: #fff!important;
}
.menu-button {
  display: block;
  position: absolute;
  right: 17px;
  top: 20px;
  width: 24px;
  height: 26px;
  background: transparent;
  line-height: 10px;
  text-align: center;
  speak: none;
  font-weight: 700;
  cursor: pointer;
  text-indent: -9000px;
  font-family: Arial;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s
}

.menu-button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  color: #000;
  margin-top: 0;
  left: 0%;
  top: 12px;
  box-shadow: 0 -7px #000,0 7px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
#index .menu-button:after {
  background: #fff;
  color: #fff;
  box-shadow: 0 -7px #fff,0 7px #fff;
}
#index.minimized .menu-button:after {
  background: #000;
  color: #000;
  box-shadow: 0 -7px #000,0 7px #000;
}
#index.bnavactive .menu-button:after {
  background: #000;
  color: #000;
  box-shadow: 0 -7px #000,0 7px #000;
}
.menu-button:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  color: #000;
  margin-top: 0;
  left: 0%;
  top: 12px;
  box-shadow: 0 -7px #000,0 7px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
#index .menu-button:before {
  background: #fff;
  color: #fff;
  box-shadow: 0 -7px #fff,0 7px #fff;
}
#index.minimized .menu-button:before {
  background: #000;
  color: #000;
  box-shadow: 0 -7px #000,0 7px #000;
}
#index.bnavactive .menu-button:before {
  background: #000;
  color: #000;
  box-shadow: 0 -7px #000,0 7px #000;
}
.selected {
  background: transparent;
  line-height: 10px;
  text-align: center;
  speak: none;
  font-weight: 700;
  cursor: pointer;
  text-indent: -9000px;
  font-family: Arial;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.selected:before,.selected:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  color: #000;
  margin-top: 0;
  left: 0%;
  top: 12px;
  box-shadow: none!important;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.selected:after,.selected:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  color: #000;
  margin-top: 0;
  left: 0%;
  top: 12px;
  box-shadow: none!important;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
#search_widget .search_form {
  position: fixed;
  left: 0px;
  top: 62px;
  transform: translateX(0);
  opacity: 0;
  visibility: hidden;
  z-index: 100000;
  width: 100vw;
  display: none;
  background-color: #6d9b78;
  padding: 15px;
}
body.minimized #search_widget .search_form {
  top: 62px; 
}
#search_widget.active .search_form {
  opacity: 1;
  visibility: visible;
  display: block;
}
#search_widget form input[type="text"] {
  width: 100%;
  height: 43px;
  background: #fff;
  border-top-left-radius: 21px !important;
  border-bottom-left-radius: 21px !important;
}
#search_widget form input[type="submit"] {
  width: 120px;
  height: 43px;
  background: #000;
  border-top-right-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
  padding: 13px 5px 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: normal;
}
#search_widget form input[type="submit"] {
  width: 120px;
  height: 43px;
  background: #000;
  border-top-right-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
  padding: 14px 5px 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
}
/*End FZEY Header + Menue */
/*Begin FZEY Warenkorb overlay */
#blockcart-modal .modal-dialog {
  width: calc(100% - 20px);
  max-width: 1140px;
  top: 80px;
}
#blockcart-modal .modal-body > div.row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#blockcart-modal .modal-body > div.row > div {
  width: 100%;
}
#blockcart-modal .modal-body > div.row > div.divide-right > div.row > div:first-child {
  width: 30%;
}
#blockcart-modal .modal-body > div.row > div.divide-right > div.row > div + div {
  padding: 10px 10px 10px;
  flex: auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#blockcart-modal .modal-body .divide-right span {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#blockcart-modal .modal-body > div.row > div.divide-left {
  padding: 20px 10px;
}
#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, #blockcart-modal .cart-content p.cart-products-count, .page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  font-size: 12px;
  line-height: 16px;
}
.cart-content-btn {
  margin-top: 15px !important;
  flex: auto;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-end;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
#blockcart-modal .cart-content .cart-content-btn button {
  margin-right: 0px;
  margin-bottom: 15px;
  background: #0000001a;
  color: #000;
  min-width: 100%;
}
#blockcart-modal .cart-content a.btn {
  margin-bottom: 0px;
  background: #6D9B78;
  color: #fff;
  min-width: 100%;
  transition: all 0.3s;
}
#blockcart-modal .modal-header {
  background: #6D9B78;
  color: #fff;
  border-bottom: none;
  padding: 8px 15px 9px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#blockcart-modal .modal-header .close {
  position: absolute;
  right: 8px;
  top: 8px;
}
#blockcart-modal .modal-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
#blockcart-modal .product-name, #blockcart-modal .product-price {
  padding: 0;
}
.brand_header {
  margin-left: -17px;
  margin-bottom: 40px;
}
.brand-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 17px 40px 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.brand-img {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0.13;
}
.manufacturer_text h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 15px;
}
#manufacturer #main ul.product-flags{
  justify-content: flex-end;
}
#pagenotfound .page-not-found h4, #products .page-not-found h4 {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
}
#pagenotfound .page-not-found p, #products .page-not-found p {
  padding-bottom: 0px;
}
#search h1#js-product-list-header {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}
/* hier kommt footer und newsletter */
#content > *:last-child {
  padding-bottom: 160px;
}
body#category section#main > *:last-child {
  padding-bottom: 160px;
}
body#manufacturer section#main > *:last-child {
  padding-bottom: 160px;
}
body#search section#main > *:last-child {
  padding-bottom: 160px;
}
body#pagenotfound section#main > *:last-child {
  padding-bottom: 160px;
}
#footer {
  padding-top: 0;
  width: 100vw;
  padding: 0 17px;
}
#footer .block_newsletter {
  width: 100%;
  border-radius: 15px;
  padding-top: 0px;
}
#blockEmailSubscription_displayFooterBefore {
  position: relative;
  top: -104px;
}
.block_newsletterImg {
  width: 100%;
}
.block_newsletterImg img {
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
}
.block_newsletterData {
  width: 100%;
  padding: 20px 30px 40px;
}
.block_newsletterData h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 12px;
  hyphens: auto;
  hyphenate-character: auto;
}
.block_newsletterData h3::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 0px;
  position: absolute;
}
.block_newsletterData p {
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 20px;
  margin-top: 0px;
  padding-top: 0px!important;
}
#footer .block_newsletter input[type="email"] {
  width: calc(100% - 119px) !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 9px 11px 10px 16px;
  height: auto;
}
#footer .block_newsletter input[type="submit"] {
  width: 119px !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  padding: 13px 5px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  height: auto;
  display: inline-block!important;
  overflow: hidden!important;
  
}
.generalFooterLinks {
  position: relative;
  padding: 0 0;
  flex-direction: column;
  justify-content: flex-start;
}
.generalFooterLinksCol:nth-child(1) {
  margin-right: 0;
}
.generalFooterLinksImg {
  position: relative;
  left: unset;
  top: unset;
  transform: translateX(-0%);
  margin: 30px auto 0;
}
.generalFooterLinksCol {border-bottom: 1px solid #ffffff80;width: 100%;}
.generalFooterLinksCol:first-child {border-top: 1px solid #ffffff80;}
.generalFooterLinksCol + .generalFooterLinksCol {
  margin-top: 0px;
}
.generalFooterLinksCol h4, .generalFooterLinksCol>span {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff80;
  margin-bottom: 0px;
  display: block;
}
.generalFooterLinksCol ul {display: none;padding-bottom: 30px;}
.generalFooterLinksCol span {display: flex;width: 100%;padding: 20px 20px 20px 0px;justify-content: space-between;align-items: center;}
.generalFooterLinksCol span::after {
  content: '+';
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.generalFooterLinksCol span.isopen::after {
  content: '-';
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.generalFooterLogos {
  background: #FADADB;
  border-radius: 25px;
  margin: 30px 0px 0;
  padding: 18px 15px 30px;
}
nav.navSocial {
  position: relative;
  right: auto;
  top: auto;
  margin-top: 25px;
  width: 100%;
}
nav.navSocial svg {
  width: 50px;
  height: auto;
}
footer a.toTop {
  position: absolute;
  right: 25px;
  top: auto;
  bottom: 30px;
}
.generalFooterCopyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #ffffff80;
  margin: 25px 0px 35px;
  text-align: center;
}
.generalFooterGreetings {
  background: #00000019;
  color: #FADADB;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 10px 17px 24px;
  width: 100vw;
  margin-left: -17px;
}
.generalFooterLogosList {
  justify-content: center;
}
.generalFooterLogosList:first-child {
  justify-content: center;
}
.generalFooterLogosEntry + .generalFooterLogosEntry {
  margin-left: 0px;
}
.generalFooterLogosList:first-child .generalFooterLogosEntry {
  margin: 20px 10px 0px;
}
.generalFooterLogosList + .generalFooterLogosList {
  margin-top: 20px;
}
.generalFooterLogosList + .generalFooterLogosList .generalFooterLogosEntry {
  margin-top: 10px;
}
.generalFooterLogosList + .generalFooterLogosList .generalFooterLogosEntry {
  padding: 0 8px;
}
.generalFooterLogosList + .generalFooterLogosList .generalFooterLogosEntry:nth-child(1),.generalFooterLogosList + .generalFooterLogosList .generalFooterLogosEntry:nth-child(2),.generalFooterLogosList + .generalFooterLogosList .generalFooterLogosEntry:nth-child(3){
  width: 100%;
  text-align: center;
  padding: 0;
}

#order-confirmation #wrapper {
  max-width: 1220px;
  margin: 30px auto 160px;
}
#order-confirmation #main {
  padding: 15px;
  background: #F4F7F6;
  border-radius: 20px;
  margin: 10px;
  font-size: 13px;
  line-height: 18px;
}
#order-confirmation .card-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

#order-confirmation #content-hook_order_confirmation .card-block .card-title {
  font-size: 20px;
  line-height: 26px;
}
#order-confirmation #order-items table tr td {
  padding: 5px 0px;
  font-size: 13px;
  line-height: 18px;
}
#order-confirmation .definition-list dl {
  margin: 20px 0;
  width: 100%;
}
#order-confirmation .card-block {
  padding: 0;
  margin-top: 30px;
  text-align: left !important;
  min-height: 0px;
  margin-bottom: 30px;
}
#order-confirmation .definition-list dl dd, .definition-list dl dt {
  background: #fff !important;
  font-size: 14px;
  margin: 2px;
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#order-confirmation .definition-list dl dt {
  background: transparent !important;
}
#content-hook_order_confirmation .card-block {
  text-align: center !important;
}
#content-hook-order-confirmation-footer {
  display: none;
}
.slick-slider {
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
}
