.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.max-width-170 {
  max-width: 170px;
}

.min-width-170 {
  min-width: 170px;
}

.hide {
  display: none !important;
}

.color-black {
  color: black !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.border-width-3 {
  border-width: 3px;
}

.border-bottom-0, .border-bottom-0 h2, .border-bottom-0 span {
  border-bottom: 0px !important;
}

.z-index-10 {
  z-index: 10;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

.info-banner {
  color: black !important;
  padding: 1em 2em 1em 1.5em !important;
  border: 1px solid #e9e9e9 !important;
  border-left: 5px solid #0c4485 !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(232, 232, 232, 0.6) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(232, 232, 232, 0.6) !important;
  box-shadow: 0px 0px 5px 0px rgba(232, 232, 232, 0.6) !important;
  border-top: none !important;
  background-color: #f7f6f7 !important;
}

body.version-2 .info-banner {
  background-color: #021858 !important;
}

.emphasized-text,
.emphasized-text *:not(a.button) {
  font-size: 1.55rem !important;
  color: black !important;
  text-align: justify !important;
}
.emphasized-text a.button,
.emphasized-text *:not(a.button) a.button {
  text-decoration: none !important;
  font-size: 1.55rem !important;
  text-align: justify !important;
  text-transform: unset !important;
  margin: 0px !important;
  vertical-align: unset !important;
  display: inline !important;
  padding: unset !important;
}
.emphasized-text a.button:before,
.emphasized-text *:not(a.button) a.button:before {
  content: unset !important;
}

.nachbestellliste-container .cwginstock-subscribe-form,
.nachbestellliste-container .stock:not(.out-of-stock) {
  display: none;
}
.nachbestellliste-container button.single_add_to_cart_button {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 992px) {
  .nachbestellliste-container tr th:first-child,
.nachbestellliste-container tr td:first-child {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .nachbestellliste-container tr td:nth-child(2),
.nachbestellliste-container tr th:nth-child(2) {
    max-width: 182px;
  }
}
.nachbestellliste-container td.buyDate, .nachbestellliste-container th.buyDate {
  width: 15% !important;
}
.nachbestellliste-container form.cart {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.nachbestellliste-container form.cart a,
.nachbestellliste-container form.cart button {
  white-space: nowrap;
}
.nachbestellliste-container .actions {
  text-align: right;
  padding-right: 0px !important;
}
.nachbestellliste-container #DataTables_Table_0 {
  width: 100% !important;
}
.nachbestellliste-container .price {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .nachbestellliste-container .price {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .nachbestellliste-container .display-mob {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .nachbestellliste-container .icon-shopping-basket {
    margin-right: 0px !important;
  }
}
.nachbestellliste-container .icon-shopping-basket::after {
  display: none;
}
.nachbestellliste-container a.ajax_add_to_cart {
  text-decoration: none !important;
  margin-bottom: 0px !important;
}
.nachbestellliste-container .added_to_cart.wc-forward {
  display: none !important;
}
.nachbestellliste-container .add_to_cart_button.added {
  display: inline-block !important;
}
.nachbestellliste-container.loading .table-wrapper {
  display: none;
}
.nachbestellliste-container.loading::after {
  -webkit-animation-name: "spin" !important;
  animation-name: "spin" !important;
  -webkit-animation-duration: 1.1s !important;
  animation-duration: 1.1s !important;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  width: 32px !important;
  height: 32px !important;
  border: 3px solid white !important;
  border-top-color: #0c4485;
  border-top-style: solid;
  border-top-width: 3px;
  border-radius: 50% !important;
  border-top: 3px solid #0c4485 !important;
  content: "" !important;
  left: 44%;
  display: flex;
  margin-top: 10%;
  position: absolute;
}
@media only screen and (max-width: 850px) {
  .nachbestellliste-container.loading::after {
    margin-top: 0%;
  }
}
.nachbestellliste-container .allowed_1 {
  background-color: #d9ffd9;
}
.nachbestellliste-container .allowed_0 {
  background-color: #ffe8e8;
}
@media only screen and (max-width: 500px) {
  .nachbestellliste-container a.ajax_add_to_cart {
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.nachbestellliste-container .dataTables_wrapper .dataTables_filter {
  text-align: right !important;
  margin-top: -48px !important;
}
@media only screen and (max-width: 500px) {
  .nachbestellliste-container .dataTables_wrapper .dataTables_filter {
    margin-top: 0px !important;
    text-align: left !important;
  }
}
.nachbestellliste-container .dataTables_wrapper .dataTables_filter input[type=search] {
  max-width: 200px;
  padding: 0px 10px;
  color: unset !important;
  font-weight: normal !important;
}
.nachbestellliste-container .dataTables_paginate {
  cursor: pointer !important;
}
.nachbestellliste-container .dataTables_wrapper .dataTables_info,
.nachbestellliste-container .dataTables_wrapper .dataTables_info a,
.nachbestellliste-container .dataTables_wrapper .dataTables_paginate,
.nachbestellliste-container .dataTables_wrapper .dataTables_paginate a.paginate_button,
.nachbestellliste-container .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  color: #0c4485 !important;
  font-size: 13pt !important;
}
.nachbestellliste-container .dataTables_wrapper .dataTables_paginate a.paginate_button {
  padding: 0.2em 0.7em !important;
}
.nachbestellliste-container .dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
.nachbestellliste-container .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  border-color: #0c4485 !important;
  background: transparent !important;
  cursor: pointer !important;
}
.nachbestellliste-container .dataTables_wrapper .dataTables_paginate {
  padding-top: 0.7em !important;
}
.nachbestellliste-container .dt-buttons {
  margin-bottom: 20px;
}
.nachbestellliste-container .date-label {
  color: white;
  font-size: 13px;
  background-color: #55565B;
  padding: 2px 6px;
  display: inline;
  white-space: nowrap;
}

body.version-2 .nachbestellliste-container.loading::after {
  border-top-color: #021858;
  border-top: 3px solid #021858 !important;
}
body.version-2 .dataTables_wrapper .dataTables_paginate a.paginate_button:hover,
body.version-2 .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  border-color: #021858 !important;
}
body.version-2 .dataTables_wrapper .dataTables_info,
body.version-2 .dataTables_wrapper .dataTables_info a,
body.version-2 .dataTables_wrapper .dataTables_paginate,
body.version-2 .dataTables_wrapper .dataTables_paginate a.paginate_button,
body.version-2 .dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  color: #021858 !important;
}

.already-bought {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.already-bought span,
.already-bought-detail {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #0c4485;
  border-radius: 20px;
  padding: 1px 9px;
  font-size: 10px;
}

body.version-2 .already-bought span,
body.version-2 .already-bought-detail {
  background-color: #021858;
}

.already-bought-detail {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
}

.mobile-menu-lang-item {
  display: none !important;
}

body.version-1 .gtransl,
body.woocommerce-cart .gtransl,
body.woocommerce-page .gtransl,
body.woocommerce .gtransl {
  display: none !important;
}
body.version-1 .mobile-menu-lang-item,
body.woocommerce-cart .mobile-menu-lang-item,
body.woocommerce-page .mobile-menu-lang-item,
body.woocommerce .mobile-menu-lang-item {
  display: block !important;
}

.hide-preislisten > a.nav-top-link {
  background-color: var(--fs-color-secondary);
  color: white !important;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 10px;
  border-radius: 99px;
}
.hide-preislisten > a.nav-top-link::before {
  background-color: unset !important;
}

.gtransl {
  margin-left: 0px !important;
}
.gtransl > a {
  margin-right: 10px;
}

html[lang=fr] .nav .pagebreak,
html[lang=it] .nav .pagebreak {
  display: none;
}
html[lang=fr] .gtransl,
html[lang=it] .gtransl {
  margin-left: 10px !important;
}

.aws-main-filter {
  display: none !important;
}

.aws-search-result .aws_results .aws_result_item {
  padding: 10px 8px !important;
}
.aws-search-result .aws_result_image {
  display: block;
  height: 100%;
  float: left;
  padding: 0 10px 0 0;
}
.aws-search-result .aws_result_image img {
  width: 50px;
  height: auto;
  box-shadow: none;
}
.aws-search-result .aws_result_title {
  display: block;
  font-weight: normal;
  margin-bottom: 3px;
  color: #21759b;
}
.aws-search-result .aws_result_head {
  margin-bottom: 0px !important;
}
.aws-search-result .aws_result_price {
  text-align: left !important;
}

body:not(.logged-in):not(.version-2) .header-nav .cart-item,
body:not(.logged-in):not(.version-2) .header-nav .header-wishlist-icon,
body:not(.logged-in):not(.version-2) .wishlist-icon {
  display: none !important;
}

body.logged-in.version-1 .cart-item {
  margin-left: 40px !important;
}

body.version-2:not(.logged-in) .header-nav .header-wishlist-icon,
body.version-2:not(.logged-in) .header-divider,
body.version-2:not(.logged-in) .wishlist-icon {
  display: none !important;
}

header .html.custom.html_topbar_left,
header #top-bar {
  height: 20px;
}
@media only screen and (max-width: 1050px) {
  header .html.custom.html_topbar_left,
header #top-bar {
    height: 15px;
  }
}
@media only screen and (max-width: 880px) {
  header .html.custom.html_topbar_left,
header #top-bar {
    display: none !important;
  }
}
header #top-bar .nav {
  padding-top: 5px;
}
header .html.custom.html_topbar_left {
  display: flex;
  justify-content: flex-end;
}
header .html.custom.html_topbar_left img {
  margin: 0 10px;
  cursor: pointer;
}

body.version-1 #logo {
  width: unset;
  display: flex;
  align-items: center;
}
body.version-1 #logo .claim {
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  font-size: 25px;
  margin-left: 40px;
  margin-bottom: 0px;
  max-width: 640px;
}
@media only screen and (max-width: 1279px) {
  body.version-1 #logo .claim {
    display: none !important;
  }
}

a {
  text-decoration: underline !important;
}

a.button.wc-backward,
a.accordion-title,
a.cc-btn.cc-dismiss,
.menu-item a,
.product-categories a,
.breadcrumbs > a,
.box-text.box-text-products a,
#masthead a,
#wide-nav a,
.widget_recently_viewed_products a,
#tab-title-description a,
a.woocommerce-Button,
.row-masonry a,
body.category a.plain,
body.page-id-514 a.plain,
h5.post-title a,
.return-to-shop a,
.recent-blog-posts-li a,
.wc-proceed-to-checkout a,
a.button-continue-shopping,
.woocommerce-MyAccount-navigation-link a,
#my-account-nav a,
.wishlist-account-element a,
a.woocommerce-button,
.recent-blog-posts a,
.cat-item a,
.nav-next a,
.nav-previous a,
a.tag-cloud-link,
.widget_archive a,
.wishlist-items-wrapper .product-add-to-cart a,
a.woocommerce-terms-and-conditions-link,
a.page-number,
#wpadminbar a,
a.filter-button,
a.add_to_wishlist,
a.aws_result_link,
.wishlist-popup a,
a.remove {
  text-decoration: none !important;
}

@media screen and (max-width: 414px) {
  .product-category.col.product .box > .box-text {
    padding-bottom: 0.5em !important;
  }
}

.product-uvp {
  display: flex;
}
.product-uvp .uvp {
  margin-right: 5px !important;
}

del bdi {
  color: gray;
}

.product-summary .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
  vertical-align: inherit !important;
  margin-top: inherit !important;
}

.widget_recently_viewed_products .product-login-mention,
.widget_recently_viewed_products .product-uvp .uvp,
.widget_recently_viewed_products .woocommerce-price-suffix {
  display: none !important;
}
.widget_recently_viewed_products .product-variant {
  margin-bottom: 0.3em !important;
}

.logged-in .product_list_widget .product-uvp {
  display: none !important;
}

body:not(.home) ul.product_list_widget li img,
body:not(.home) .col.product:not(.product-category) .box-image img {
  object-fit: contain !important;
}

ul.nav.header-nav .gtransl {
  right: -80px;
  position: absolute;
}
ul.nav.header-nav .gtransl a {
  padding-right: 10px;
}

.stock.out-of-stock.low-stock {
  color: red;
}

.new-search-submit {
  position: relative;
}
.new-search-submit input {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: 24px;
  height: 24px;
}
.new-search-submit .icon-search {
  position: absolute;
  left: 6px;
  top: 6px;
  pointer-events: none;
}

.search-results .product-uvp {
  display: none;
}
.search-results .products .product-uvp {
  display: block;
}

.header-language-dropdown .image-icon, .header-language-dropdown .icon-image {
  display: none;
}

.my-account-info .mr-half {
  margin-right: 0 !important;
  width: 100%;
}
.my-account-info .mr-half img {
  display: block;
  margin: 0 auto;
}
.my-account-info .user-name {
  width: 100%;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.my-account-info .user-name span.user-id {
  color: #000;
}

.account-link.account-login {
  min-width: 90px;
}
.account-link.account-login .header-account-title {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.account-link.account-login .image-icon {
  display: none;
}

.aws-search-form {
  height: 2.507em !important;
}
.aws-search-form .aws-search-field {
  border-radius: 50px !important;
  padding: 6px 40px 6px 15px;
}
.aws-search-form .aws-search-btn {
  background: transparent !important;
  border: none !important;
  position: absolute !important;
  right: 5px;
  width: 15px !important;
  height: 100%;
  transform: rotate(90deg);
  z-index: 99999;
}
.aws-search-form .aws-search-btn svg {
  width: 18px !important;
}
.aws-search-form .aws-search-clear {
  right: 20px !important;
}
.aws-search-form .aws-loader {
  right: 30px !important;
}

.wide-nav .flex-left {
  max-width: 80%;
}
.wide-nav .account-item, .wide-nav .header-language-dropdown {
  height: 104px;
}
.wide-nav .header-language-dropdown .nav-dropdown {
  padding: 10px;
  min-width: 40px;
}

.woocommerce-form-row--first .required,
.shop-sub-nav {
  display: none !important;
}

.woocommerce-shop #shop-sidebar #woocommerce_price_filter-9, .woocommerce-wishlist .checkout-page-title {
  display: none !important;
}

body.version-1 .woocommerce-NoticeGroup {
  max-width: 58.33333%;
}

@media screen and (min-width: 850px) {
  body.version-2 .woocommerce-NoticeGroup {
    max-width: 50%;
    flex-basis: 50%;
  }
}

body.version-1 .wpml-ls-item, .woocommerce-page .wpml-ls-item, .error404 .wpml-ls-item {
  display: none;
}
body.version-1 #header .header-wrapper, .woocommerce-page #header .header-wrapper, .error404 #header .header-wrapper {
  padding-bottom: 0 !important;
}
body.version-1 .first-item, .woocommerce-page .first-item, .error404 .first-item {
  margin-left: -15px !important;
  padding-left: 15px !important;
}
body.version-1 .shop-sub-nav, .woocommerce-page .shop-sub-nav, .error404 .shop-sub-nav {
  display: block !important;
  margin: 0;
  padding: 0px 10px;
}
body.version-1 .shop-sub-nav ul li ul li, .woocommerce-page .shop-sub-nav ul li ul li, .error404 .shop-sub-nav ul li ul li {
  font-size: 12px;
}
body.version-1 .shop-sub-nav .nav-top-link, .woocommerce-page .shop-sub-nav .nav-top-link, .error404 .shop-sub-nav .nav-top-link {
  color: #fff;
}
body.version-1 .shop-sub-nav .sub-nav-img, .woocommerce-page .shop-sub-nav .sub-nav-img, .error404 .shop-sub-nav .sub-nav-img {
  min-width: 200px;
  display: table-cell;
}
body.version-1 .shop-sub-nav .sub-nav-img a, .woocommerce-page .shop-sub-nav .sub-nav-img a, .error404 .shop-sub-nav .sub-nav-img a {
  color: transparent !important;
  margin: 0;
  padding: 0;
}

.error404 .shop-sub-nav {
  display: none !important;
}
.error404 .header-language-dropdown {
  display: none !important;
}

.wpml-ls-item.has-dropdown {
  position: absolute !important;
  right: 0;
}
.wpml-ls-item.has-dropdown .sub-menu {
  min-width: 40px !important;
  padding: 10px !important;
}

.nav-vertical li li {
  padding-left: 0px !important;
}

.flex-basis-full {
  flex-basis: 100%;
}

.mobile-menu-children > li > a {
  font-size: 13px;
  border-left: 1px solid #c8c8c8;
  margin-left: 20px;
}

#header > .header-wrapper {
  padding-bottom: 10px;
}

.mobile-li {
  padding-bottom: 15px;
}

.nav.header-nav {
  padding-right: 60px !important;
}

.header-sub-cat-bg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 52px;
  background-color: #83ce06;
  bottom: 0;
  left: 0;
  z-index: 0;
}

body.version-2 .header-sub-cat-bg {
  background-color: #d773d5;
}

.shop-page-title .page-title-inner {
  padding: 0 15px !important;
  min-height: 40px !important;
}
@media screen and (max-width: 849px) {
  .shop-page-title .page-title-inner {
    padding: 10px 15px !important;
  }
}
.shop-page-title .page-title-inner .category-filter-row {
  padding: 0px;
  padding-top: 10px;
}
.shop-page-title .page-title-inner .woocommerce-breadcrumb {
  font-size: 14px;
}
.shop-page-title .page-title-inner .woocommerce-ordering .orderby {
  max-height: 25px !important;
  margin: 0;
  font-size: 12px !important;
  padding: 0 0 0 10px;
}

.woocommerce-form-coupon-toggle, .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

body:not(.version-2) .cart-sidebar .woocommerce-shipping-totals.shipping {
  display: none;
}
body:not(.version-2) .cart-sidebar .checkout_coupon h3 {
  color: #777;
  line-height: 1.05em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
body:not(.version-2) .cart-sidebar .checkout_coupon h3 .icon-tag {
  display: none;
}

.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
  margin-bottom: 0;
}

.woocommerce .row .large-7 > p {
  display: none;
}

.box-image .out-of-stock-label {
  background: #dfdfdf !important;
  opacity: 0.7 !important;
  top: 92px !important;
  padding: 22px 0 !important;
}

@media screen and (min-width: 1140px) {
  .menu-item .sub-menu .nav-dropdown-col {
    min-width: 180px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1040px) {
  .header-inner #logo {
    width: 150px;
  }
  .header-inner .nav.header-nav .menu-item {
    font-size: 11px;
  }

  .account-item a {
    color: #fff !important;
  }

  .menu-item {
    font-size: 14px;
    margin: 0 4px;
  }

  .wide-nav .account-item, .wide-nav .header-language-dropdown {
    height: auto;
  }

  .wide-nav .flex-left {
    max-width: 90%;
  }
}
@media screen and (min-width: 850px) and (max-width: 1000px) {
  .menu-item .sub-menu .nav-dropdown-col {
    min-width: 100px;
    width: 130px;
  }
}
@media screen and (min-width: 850px) {
  .shop-sub-nav .menu-item-0 {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  .account-item .header-account-title {
    margin: 0 !important;
    width: auto !important;
    text-align: left !important;
  }
}
.header-newsletter-item {
  display: none !important;
}

.cwginstock-subscribe-form .panel-primary {
  border: none !important;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
  background-color: white !important;
  border: none !important;
  padding-left: 0px !important;
}

.cwginstock-panel-heading h4 {
  color: rgba(17, 17, 17, 0.85) !important;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  text-align: left !important;
  margin-bottom: 0px !important;
}

.cwginstock-subscribe-form .panel {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
}

.cwginstock-subscribe-form .row > .col-md-12,
.cwginstock-subscribe-form .panel-body {
  padding-left: 0px !important;
}

.cwginstock-subscribe-form .panel-body {
  padding-top: 0px !important;
}

.cwginstock-subscribe-form .panel-body .form-group {
  margin-bottom: 0px !important;
}

section.cwginstock-subscribe-form {
  margin-top: 50px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}

.cwginstock-subscribe-form .row > .col-md-12 {
  width: 83% !important;
}
@media screen and (max-width: 849px) {
  .cwginstock-subscribe-form .row > .col-md-12 {
    width: 100% !important;
  }
}

.cwgstock_email {
  text-align: left !important;
}

.product_meta {
  margin-top: 30px;
}

.error404 #wide-nav .flex-row.container {
  align-items: flex-start;
}

body.category h1.page-title {
  text-align: left;
}

.product_meta,
.tiered-pricing-wrapper {
  width: fit-content;
}

.tiered-pricing-wrapper {
  min-width: 317px;
}

.product_meta > span {
  width: auto;
}

.header-search-form {
  max-width: 300px;
}

#masthead .header-inner > div > ul.header-nav {
  justify-content: center !important;
}

.cwginstock-subscribe-form {
  max-width: 400px;
}

#variantDropdown {
  width: auto;
}

.benefits-row {
  margin-top: 100px;
}

.wishlist-icon:not(.always-show) {
  opacity: 0;
}
.wishlist-icon.displayHeart {
  opacity: 1 !important;
}
.wishlist-icon.displayHeart .wishlist-button {
  background-color: #b40505;
  border-color: #b40505;
}
.wishlist-icon.displayHeart .icon-heart {
  color: white;
}
.wishlist-icon .yith-wcwl-add-button .separator,
.wishlist-icon .yith-wcwl-add-button .view-wishlist {
  display: none;
}

#yith-wcwl-icon-heart-outline {
  display: none;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}

.product-images.has-hover:hover .wishlist-icon,
.product-small.has-hover:hover .wishlist-icon {
  opacity: 1 !important;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.load-add-to-cart-button::after {
  -webkit-animation-name: "spin" !important;
  animation-name: "spin" !important;
  -webkit-animation-duration: 1.1s !important;
  animation-duration: 1.1s !important;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
  width: 32px !important;
  height: 32px !important;
  border: 3px solid white !important;
  border-top-color: #83ce06;
  border-top-style: solid;
  border-top-width: 3px;
  border-radius: 50% !important;
  border-top: 3px solid #83ce06 !important;
  content: "" !important;
  display: flex;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .load-add-to-cart-button::after {
    margin-top: 0%;
  }
}

body.version-2 .load-add-to-cart-button::after {
  border-top-color: #d773d5 !important;
  border-top: 3px solid #d773d5 !important;
}

.account-container .close,
.mfp-close {
  display: none;
}

.mfp-content #customer_login .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #c40000;
  padding: 5px;
  border-radius: 50%;
  display: block !important;
  cursor: pointer;
}

body.version-2 .woocommerce-password-hint,
body.version-2 small.includes_tax {
  display: none;
}
body.version-2 .woocommerce-password-strength {
  font-size: 12px !important;
}

.color-black {
  color: black;
}

body:not(.logged-in) .hide-preislisten .sub-menu {
  display: none !important;
}
body:not(.logged-in) .hide-preislisten::before, body:not(.logged-in) .hide-preislisten::after,
body:not(.logged-in) .hide-preislisten .icon-angle-down, a body:not(.logged-in) .hide-preislisten::before {
  display: none !important;
}

#masthead .header-inner > div > ul.header-nav.nav-right > .header-divider {
  display: none !important;
}

body.version-1 #masthead .header-inner > div > ul.header-nav {
  justify-content: flex-end !important;
  padding-right: 0px !important;
}
body.version-1 .nav.header-nav {
  padding-right: 0px !important;
}

.is-on-sale ins span.amount,
.is-on-sale ins bdi {
  font-size: 17px !important;
  color: #ec0000 !important;
}

td.price ins bdi,
.aws_result_content ins bdi {
  color: #ec0000;
}

.aws_result_content ins {
  padding-left: 0px !important;
}
.aws_result_content ins bdi {
  font-size: 14px !important;
}

.wdp-ribbon.wdp-ribbon-two {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  position: absolute;
  left: 0px;
  top: 20px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  background-color: #ec0000 !important;
  color: white;
  font-weight: 600;
  z-index: 1;
}
.wdp-ribbon.wdp-ribbon-two span {
  margin-left: 2px;
}
.wdp-ribbon.wdp-ribbon-two::before {
  border-color: #ec0000;
  border-right-color: transparent !important;
  right: -9px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  border: 9px solid #ec0000;
  border-width: 12px 8px;
}

body:not(.version-2).woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body:not(.version-2).woocommerce-checkout .woocommerce-shipping-fields,
body:not(.version-2).woocommerce-checkout #billing_country_field,
body:not(.version-2).woocommerce-checkout .required,
body:not(.version-2).woocommerce-checkout .optional {
  display: none;
}
body:not(.version-2).woocommerce-checkout .woocommerce-billing-fields {
  padding-bottom: 30px;
}
body:not(.version-2).woocommerce-checkout #order_comments_field label {
  display: none;
}
body:not(.version-2).woocommerce-checkout #billing_first_name_field,
body:not(.version-2).woocommerce-checkout #billing_last_name_field,
body:not(.version-2).woocommerce-checkout #billing_company_field,
body:not(.version-2).woocommerce-checkout #billing_abteilung_field,
body:not(.version-2).woocommerce-checkout #billing_address_1_field,
body:not(.version-2).woocommerce-checkout #billing_address_2_field,
body:not(.version-2).woocommerce-checkout #billing_postcode_field,
body:not(.version-2).woocommerce-checkout #billing_city_field,
body:not(.version-2).woocommerce-checkout #billing_country_field,
body:not(.version-2).woocommerce-checkout #billing_phone_field,
body:not(.version-2).woocommerce-checkout #billing_email_field {
  width: unset;
  margin: unset;
}
body:not(.version-2).woocommerce-checkout #billing_first_name_field label,
body:not(.version-2).woocommerce-checkout #billing_last_name_field label,
body:not(.version-2).woocommerce-checkout #billing_company_field label,
body:not(.version-2).woocommerce-checkout #billing_abteilung_field label,
body:not(.version-2).woocommerce-checkout #billing_address_1_field label,
body:not(.version-2).woocommerce-checkout #billing_address_2_field label,
body:not(.version-2).woocommerce-checkout #billing_postcode_field label,
body:not(.version-2).woocommerce-checkout #billing_city_field label,
body:not(.version-2).woocommerce-checkout #billing_country_field label,
body:not(.version-2).woocommerce-checkout #billing_phone_field label,
body:not(.version-2).woocommerce-checkout #billing_email_field label {
  display: none;
}
body:not(.version-2).woocommerce-checkout #billing_first_name_field input,
body:not(.version-2).woocommerce-checkout #billing_last_name_field input,
body:not(.version-2).woocommerce-checkout #billing_company_field input,
body:not(.version-2).woocommerce-checkout #billing_abteilung_field input,
body:not(.version-2).woocommerce-checkout #billing_address_1_field input,
body:not(.version-2).woocommerce-checkout #billing_address_2_field input,
body:not(.version-2).woocommerce-checkout #billing_postcode_field input,
body:not(.version-2).woocommerce-checkout #billing_city_field input,
body:not(.version-2).woocommerce-checkout #billing_country_field input,
body:not(.version-2).woocommerce-checkout #billing_phone_field input,
body:not(.version-2).woocommerce-checkout #billing_email_field input {
  margin: unset;
  border: none;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  padding: 0px !important;
  box-shadow: unset;
  width: auto;
  height: unset;
}

body.version-2.woocommerce-account #billing_country_field .required,
body.version-2.woocommerce-account span.optional,
body.version-2.woocommerce-account .woocommerce-shipping-fields, body.version-2.woocommerce-checkout #billing_country_field .required,
body.version-2.woocommerce-checkout span.optional,
body.version-2.woocommerce-checkout .woocommerce-shipping-fields {
  display: none;
}
body.version-2.woocommerce-account abbr.required, body.version-2.woocommerce-checkout abbr.required {
  color: red;
}
body.version-2.woocommerce-account #billing_postcode_field, body.version-2.woocommerce-checkout #billing_postcode_field {
  display: inline-block;
  width: 20%;
  margin-right: 20px;
}
body.version-2.woocommerce-account #billing_address_2, body.version-2.woocommerce-checkout #billing_address_2 {
  max-width: 140px !important;
}
body.version-2.woocommerce-account #billing_city_field, body.version-2.woocommerce-checkout #billing_city_field {
  display: inline-block;
  width: calc(80% - 20px);
}
body.version-2.woocommerce-account #billing_country_field label, body.version-2.woocommerce-checkout #billing_country_field label {
  margin-bottom: 0px !important;
}
body.version-2 .cart-subtotal th, body.version-2 .cart-subtotal td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link--cwg-unsubscribe,
.woocommerce-account .woocommerce-Address a.edit {
  display: none;
}
.woocommerce-account .order-again a {
  background-color: #0c4485;
  text-decoration: none !important;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions .order-again a {
  margin-bottom: 0px !important;
  white-space: nowrap;
  margin-right: 0px !important;
}
@media only screen and (max-width: 1020px) {
  .woocommerce-account .woocommerce-orders-table td:nth-child(2),
.woocommerce-account .woocommerce-orders-table th:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-orders-table td:nth-child(3),
.woocommerce-account .woocommerce-orders-table th:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-orders-table .order-again a {
    font-size: 11px !important;
    padding: 0px 8px !important;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-account .woocommerce-orders-table.fr .order-again a {
    line-height: 1.6;
    padding: 2px 8px !important;
    white-space: unset !important;
  }
}
.woocommerce-account .touch-scroll-table {
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}

body.version-2.woocommerce-account .order-again a {
  background-color: #021858;
}
body.version-2.woocommerce-account .woocommerce-Address a.edit {
  display: block !important;
}
body.version-2.woocommerce-account .woocommerce-address-fields__field-wrapper {
  max-width: 600px;
}

@media only screen and (min-width: 768px) {
  body.home .product-category.term-2729 .box-text-inner .count::after,
body.version-1.home .product-category.term-3733 .box-text-inner .count::after,
body.version-2.home .product-category.term-3735 .box-text-inner .count::after {
    content: "Placeholder";
    visibility: hidden;
  }
}

body.home .banner {
  background-color: unset !important;
}
body.home .slider-wrapper a.button {
  text-decoration: none !important;
}
body.home .flickity-page-dots .dot {
  border-width: 2px !important;
}
body.home .custom-product-slider .image-cover img {
  object-fit: contain !important;
}
body.home .custom-product-slider .show-on-hover {
  display: none !important;
}
body.home .custom-product-slider a {
  text-decoration: none !important;
}
@media only screen and (max-width: 549px) {
  body.home.version-1 .col.col-no-pad-bot-mobile {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 549px) {
  body.home.version-1 h3 {
    font-size: 12pt !important;
  }
}
@media only screen and (max-width: 730px) {
  body.home.version-1 .remove-gap-730 {
    display: none !important;
  }
}
@media only screen and (max-width: 549px) {
  body.home .box-text.show-on-hover.hover-bounce.text-left.is-small {
    padding-left: 5px !important;
  }
}
body.home .nav.header-nav {
  padding-right: 0px !important;
}
body.home .flickity-prev-next-button {
  width: 50px !important;
}
@media only screen and (max-width: 767px) {
  body.home .kacheln-home > .col {
    padding-bottom: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.home .kacheln-home > .col:nth-child(odd) {
    padding-right: 7px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.home .kacheln-home > .col:nth-child(even) {
    padding-left: 7px !important;
  }
}

@media only screen and (max-width: 450px) {
  body.page-id-414033 #trApp {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.page-id-188292 header #top-bar,
.page-id-390 header #top-bar {
  display: none !important;
}
.page-id-188292 .row > div .img .img-inner,
.page-id-390 .row > div .img .img-inner {
  position: relative;
  overflow: hidden;
  height: 130px !important;
  display: flex;
  justify-content: center;
}
.page-id-188292 .row > div .img .img-inner img,
.page-id-390 .row > div .img .img-inner img {
  width: auto;
  object-fit: contain;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .page-id-188292 .gap-element,
.page-id-390 .gap-element {
    display: none !important;
  }
}

body.woocommerce-order-received p.order-again {
  display: none;
}
body.woocommerce-order-received.version-2 .cart_subtotal th, body.woocommerce-order-received.version-2 .cart_subtotal td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
body.woocommerce-order-received.version-2 .order_total th, body.woocommerce-order-received.version-2 .order_total td {
  color: black;
  font-size: 13pt;
}

body.version-2.woocommerce-cart .order-total th, body.version-2.woocommerce-cart .order-total td {
  color: black;
  font-size: 13pt;
}

#content.interner-bereich .row {
  padding: 0px 15px;
}
#content.interner-bereich ul {
  list-style-type: none !important;
}
#content.interner-bereich .file-icon {
  width: 20px;
  align-self: center;
  margin-right: 5px;
}
#content.interner-bereich .flex {
  display: flex;
}
#content.interner-bereich .items-center {
  align-items: center;
}
#content.interner-bereich .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: space-between;
  align-items: stretch;
  gap: 30px;
}

body.single-product div.woocommerce-tabs ul.tabs > li > a {
  text-decoration: none !important;
}
body.single-product div.woocommerce-tabs .tab-panels li {
  margin-bottom: 0px;
}
body.single-product div.woocommerce-tabs .tab-panels li > ul {
  margin: 0px !important;
  list-style-type: none !important;
}
body.single-product div.woocommerce-tabs .tab-panels li > ul > li {
  margin-left: 0px !important;
  list-style-type: none !important;
  margin-bottom: 0px;
}
body.single-product div.woocommerce-tabs .tab-panels h2:not(:first-child) {
  margin-top: 20px !important;
}
body.single-product div.woocommerce-tabs .tab-panels h3:not(:first-child), body.single-product div.woocommerce-tabs .tab-panels h4:not(:first-child), body.single-product div.woocommerce-tabs .tab-panels h5:not(:first-child), body.single-product div.woocommerce-tabs .tab-panels h6:not(:first-child) {
  margin-top: 12px !important;
}
body.single-product div.woocommerce-tabs .tab-panels ul {
  margin-bottom: 1em !important;
}
body.single-product div.woocommerce-tabs .tab-panels p {
  margin-bottom: 0.7em !important;
}
body.single-product #checkmark-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 5px;
  column-gap: 10px;
}
body.single-product ul > li.bullet-checkmark:first-child {
  padding-top: 0px !important;
}
body.single-product li.bullet-checkmark {
  padding-top: 0px !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
body.single-product .woocommerce-product-gallery__image img {
  object-fit: contain;
  max-height: 400px;
}
@media only screen and (max-width: 767px) {
  body.single-product .woocommerce-product-gallery__image img {
    max-height: 300px;
  }
}
body.single-product .product-info .is-on-sale ins span.amount, body.single-product .product-info .is-on-sale ins bdi {
  font-size: 19px !important;
}

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