.products-upsell .product-item-info .product-item-details .price-box {
  display: none;
}
.products-upsell .product-item-info .product-item-details .price-box:first-child {
  display: block;
}
a:visited {
  color: #313131;
}
.sub-cat-item {
  padding: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  flex-basis: calc(20% - 10px);
  max-width: calc(20% - 10px);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sub-cat-item {
    flex-basis: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .sub-cat-item {
    flex-basis: calc(33.334% - 10px);
    max-width: calc(33.334% - 10px);
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .sub-cat-item {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 319px) {
  .sub-cat-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.sub-cat-content {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 100%;
}
.sub-cat-content:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0);
}
.sub-cat-link {
  display: flex;
  padding: 15px;
  font-size: 14px;
  color: #313131;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sub-cat-link:visited {
  color: #313131;
}
.sub-cat-link img {
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: 100px;
  margin: auto;
}
.sub-cat-link > span {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  line-height: 1.3;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .products-list .product-item-right-wrapper {
    margin: 0;
  }
  .products-list .product-image-photo {
    width: auto;
    max-height: 300px;
  }
}
.products-list .product-item {
  transition: 0.2s ease;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.products-list .product-item:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}
.products-list .product-item-info {
  flex-wrap: wrap;
  padding: 30px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .products-list .product-item-info {
    padding: 0 0 20px 0;
  }
}
.products-list .product-item-photo {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .products-list .product-item-photo {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .products-list .product-item-photo {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.products-list .product-item-details {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .products-list .product-item-details {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 960px) {
  .products-list .product-item-details {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
.products-list .product-item-price {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .products-list .product-item-price {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 33px;
  }
}
@media (min-width: 960px) {
  .products-list .product-item-price {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 767px) {
  .products-list .product-item-price {
    margin-top: 20px;
  }
}
.products-list .actions-primary .tocart {
  width: 100%;
}
.products-list .product-item-price .price-box > span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.products-list .product-item .price-box .price-label {
  font-size: 14px;
  color: #919191;
}
.products-list .product-item .price-box .price {
  font-size: 20px;
  font-weight: 700;
  color: #db1420;
}
.products-list .product-item .old-price .price {
  font-size: 14px;
  font-weight: 400;
  color: #919191;
}
.products-list .product-item .old-price .price-label {
  display: block;
}
.products-list .special-price .price-label {
  display: block;
  width: auto;
  height: auto;
  position: relative;
}
.products-list .price-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.products-list .product-item-actions {
  margin-top: 30px;
}
.products-list .product-item-name a {
  white-space: normal;
}
.products-list .product-item .tocart:before {
  display: none;
}
.price-vat {
  font-size: 12px;
  line-height: 16px;
  color: #919191;
  text-align: right;
}
.delivery-time {
  font-size: 14px;
  font-weight: bold;
}
.delivery-time .default {
  color: #669200;
}
.delivery-time .default.out-stock {
  color: #222529;
}
.delivery-time .default:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #669200;
  vertical-align: middle;
}
.delivery-time .default.out-stock:before {
  background-color: #222529;
}
.delivery-time .custom:before {
  content: '\e87a';
  font-family: 'porto-icons';
  font-size: 22px;
  vertical-align: middle;
  margin-right: 15px;
}
/* Header */
.page-header.type22 .header-bottom a {
  color: #fff;
  font-size: 16px;
}
.page-header.type22 .header-bottom .header-left {
  flex: 1;
}
@media (min-width: 992px) {
  .page-header.type22 .header-bottom .search-area {
    margin-left: 10px;
    margin-right: 40px;
  }
}
.page-header .panel.wrapper .header-right {
  flex: 1;
}
@media (max-width: 991px) {
  .main-panel-top {
    display: none;
  }
  body .page-header.type22 .header-bottom .header-row .header-right {
    top: 17px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  body .page-header.type22 .header-contact .my-account > svg,
  body .page-header.type22 .minicart-wrapper .action.showcart > svg {
    margin-right: 0;
    max-width: 32px;
  }
}
.top-link-block {
  display: flex;
  text-align: center;
  align-items: center;
}
.top-link-block a {
  font-size: 11px;
  font-weight: 600;
}
.top-link-block a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.top-badges {
  display: flex;
}
.top-badges .image-seal {
  width: 42px;
  height: 36px;
  margin-left: 10px;
}
.page-header.type22 .header-contact .my-account {
  /*background-image: url(../images/icon-account.svg);
	background-position: left center;
	background-repeat: no-repeat;*/
}
.page-header.type22 .header-contact .my-account > svg {
  margin-right: 4px;
  max-width: 36.58px;
  width: 100%;
}
.page-header.type22 .header-contact .my-account > span {
  color: #222;
}
@media (max-width: 991px) {
  .page-header.type22 .header-contact .my-account > span {
    display: none;
  }
}
.page-header.type22 .minicart-wrapper .action.showcart {
  /*background-image: url(../images/icon-cart.svg);
	background-position: left center;
	background-repeat: no-repeat;*/
}
.page-header.type22 .minicart-wrapper .action.showcart > svg {
  width: 100%;
  max-width: 36.58px;
  margin-right: 4px;
}
@media (min-width: 992px) {
  .page-header.type22 .minicart-wrapper .action.showcart .text {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    color: #222;
  }
}
@media (min-width: 992px) {
  header.page-header.sticky-header .minicart-wrapper {
    position: relative;
    transform: none;
  }
  .page-header.type22.sticky-header .header-bottom {
    padding: 10px 0;
  }
}
.porto-sicon-phone {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: -3px;
  background-image: url(../images/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-footer .footer-middle .porto-sicon-phone {
  margin-right: 14px !important;
  margin-top: 0px !important;
}
/* Footer */
.footer .top-badges .image-seal {
  margin-left: 0;
  margin-right: 10px;
}
ul.payment-method-logos li {
  display: inline-block;
  box-sizing: border-box;
  height: 44px;
  width: 70px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 1px 1px;
  padding: 1px;
}
ul.payment-method-logos li:first-child {
  margin: 0 1px 1px 0;
}
ul.payment-method-logos li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  transition: all 0.2s;
}
ul.payment-method-logos li a:hover {
  transition: all 0.2s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  z-index: 10;
}
ul.payment-method-logos li a img {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
  max-width: 100%;
}
.footer h6.block-header {
  margin-bottom: 18px;
}
.footer .column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.footer a.footer-link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.footer .faq:before {
  display: inline-block;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url(../images/icon-technical-support.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 14px;
}
@media (max-width: 991px) {
  .footer .m-collapsible .footer-block-content {
    display: none;
  }
  .footer .m-collapsible .block-header {
    border-top: 1px solid #e1e1e1;
    padding: 22px 0;
    margin-bottom: 0;
    cursor: pointer;
  }
  .footer .m-collapsible .block-header:after {
    content: '\e81c';
    font-family: 'porto-icons';
    display: block;
    float: right;
    margin-right: 14px;
    font-size: 18px;
  }
  .footer .m-collapsible.active .footer-block-content {
    display: block;
    padding-bottom: 30px;
  }
  .footer .m-collapsible.active .block-header:after {
    content: '\e81b';
  }
  .footer-top .custom-block > .w-100 > .row > div:first-child {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .footer-middle {
    padding-bottom: 40px;
  }
}
.footer-middle-2 {
  padding-top: 50px;
  padding-bottom: 0;
}
.footer-middle-2 p {
  line-height: 18px;
  margin-bottom: 10px;
}
.footer-top .custom-block:before,
.footer-top .custom-block::after {
  border: none;
}
.footer-bottom .partners-images img {
  border: 1px solid #e1e1e1;
  padding: 2px;
  background: #fff;
  max-height: 41px;
  margin-right: 5px;
}
.footer .follow-us .share-links a {
  border: 0;
  background: none;
  border-radius: 0;
  width: 22px;
  height: 22px;
  margin: 0 20px 0 0;
}
.footer .follow-us .share-links a:not(:hover) {
  color: #717171;
}
.footer .follow-us .share-links a:hover {
  color: #313131;
  opacity: 1;
}
.footer .follow-us .share-links a:before {
  font-size: 24px;
}
.footer .follow-us .share-links a.share-facebook:before {
  content: "\f082";
}
.footer .follow-us .share-links a.share-facebook:hover {
  color: #3b5a9a;
}
.footer .follow-us .share-links a.share-instagram:hover {
  color: #7c4a3a;
}
.footer .follow-us .share-links a.share-youtube:hover {
  color: #c3191e;
}
.footer-middle a {
  color: #717171;
}
.footer-middle a:hover,
.footer-middle a:focus {
  color: #313131;
  text-decoration: none;
}
.footer-bottom address {
  order: 0;
  padding: 10px 0;
  flex: none;
}
.footer-bottom .custom-block:first-child {
  order: 1;
}
.footer-bottom-links {
  line-height: 20px;
}
.footer-bottom-links a {
  text-decoration: underline;
}
.porto-home-products .slider-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.porto-home-products .products-grid .product-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.porto-home-products .products-grid .product-item .product-item-info {
  border: 1px solid #e1e1e1;
  padding: 15px;
  border-radius: 4px;
  transition: 0.2s ease;
}
.porto-home-products .products-grid .product-item .product-item-info:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
.porto-home-products .products-grid .product-item .product-item-info .product-item-photo {
  margin-bottom: 5px;
}
.porto-home-products .products-grid .product-item .product-item-info .product-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 56px;
  white-space: normal;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.porto-home-products .products-grid .product-item-info.type3 .product-reviews-summary {
  margin-bottom: 15px;
}
.porto-home-products .products-grid .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.porto-home-products .products-grid span.price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.porto-home-products .products-grid .product-item .price-box .price-label {
  font-size: 13px;
  color: #919191;
  font-weight: 400;
}
.porto-home-products .products-grid .price-box {
  height: 36px;
}
.porto-home-products .products-grid .price-box .price {
  font-size: 17px;
  font-weight: 600;
  color: #db1420;
}
.porto-home-products .products-grid [data-price-type="oldPrice"] .price {
  font-size: 13px;
  font-weight: 400;
  color: #919191;
}
.porto-home-products .products-grid .old-price,
.porto-home-products .products-grid .special-price,
.porto-home-products .products-grid .old-price .price-label {
  display: block;
}
.porto-home-products .products-grid .old-price {
  margin-right: 0;
  margin-bottom: 5px;
}
.porto-home-products .products-grid .special-price .price-label {
  width: auto;
  height: auto;
  position: relative;
}
.porto-home-products .products-grid .product-item-info.type3 .product-item-actions .tocompare {
  top: 0;
  right: 0;
}
.porto-home-products .products-grid .product-item-info.type3 .product-item-actions .actions-primary .tocart {
  top: 0;
  right: 46px;
}
.porto-home-products .products-grid .slider-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.porto-home-products .products-grid .owl-carousel .product-item {
  padding-left: 5px;
  padding-right: 5px;
}
.porto-home-products .products-grid .owl-carousel .owl-nav {
  top: 40%;
}
@media (max-width: 991px) {
  .porto-home-products .products-grid .owl-carousel .owl-nav {
    display: none;
  }
}
.porto-home-products .products-grid .owl-carousel .owl-nav button[class*='owl-'] {
  background: transparent;
  border: 2px solid #313131;
  border-radius: 2px;
  color: #313131;
}
.porto-home-products .products-grid .owl-carousel .owl-nav button[class*='owl-']:hover {
  background-color: #313131;
  color: #fff;
}
.porto-home-products .products-grid .owl-carousel .owl-nav .owl-prev {
  left: 20px;
}
.porto-home-products .products-grid .owl-carousel .owl-nav .owl-next {
  right: 20px;
}
@media (max-width: 991px) {
  .home-block.home-article-block .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .home-block.home-article-block .row > .col-md-4 {
    min-width: calc(((100% / 12)*9) - 8px);
    scroll-snap-align: start;
    margin-bottom: 0;
  }
  .home-block.home-article-block .row::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .home-block.home-article-block .row::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 10px;
  }
  .home-block.home-article-block .row::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .home-block.home-article-block .article-image {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu > ul > li.level0 {
    width: calc(33% - 2px);
  }
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu > ul > li.level0:not(:nth-child(3n)) {
    margin-right: 6px;
  }
}
.main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > a {
  color: #313131 !important;
}
.main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > a.level-top {
  text-transform: none;
}
@media (max-width: 991px) {
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > a.level-top {
    padding: 3px 11px;
    width: 100%;
    align-items: center;
    display: flex;
  }
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > a.level-top > span {
    flex: 1;
  }
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > a.level-top img.menu-thumb-icon {
    margin-right: 14px;
    width: 54px;
    max-height: 54px;
    order: 2;
  }
}
@media (min-width: 992px) {
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > a.level-top img.menu-thumb-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > a:after {
    display: none;
  }
}
.main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
  display: none;
}
.main-sidebar-menu .sw-megamenu.navigation.side-megamenu li.level0 > .open-children-toggle {
  display: none;
}
.side-nav-wrap .ui-menu-item.level0 > .level-top > img.menu-thumb-icon {
  display: none;
}
.side-nav-wrap .ui-menu-item a > img.menu-thumb-icon {
  display: none;
}
.checkout-cart-index .cart.table-wrapper {
  overflow-x: hidden;
}
.product-label.featured-label {
  background-color: #67a125;
}
.product-labels {
  left: 0;
  width: 100%;
}
.product-labels .product-label {
  float: left;
  font-size: 12px;
  padding: 6px 10px;
}
.product-labels .product-label.sale-label {
  float: right;
  background-color: #db1420;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    min-height: 508px;
  }
}
.porto-home-products .products-grid .product-item .special-price .price-label:after,
.porto-home-products .products-grid .product-item .price-box > .price-final_price > .price-label:after {
  content: 'Ihr Preis';
  font-size: 13px;
  color: #919191;
  font-weight: 400;
}
.porto-home-products .products-grid .product-item .price-box > .price-final_price > .price-label,
.porto-home-products .products-grid .product-item .special-price .price-label {
  font-size: 0;
}
.porto-home-products .products-grid .product-item .price-box > .price-final_price > .price-label,
.porto-home-products .products-grid .product-item .price-box > .price-final_price > .price-wrapper {
  margin-top: 19px;
}
.customer-account-create .form-create-account .fieldset-fullname .field-name-prefix,
.customer-account-create .form-create-account .field-name-firstname,
.customer-account-create .form-create-account .field-name-lastname {
  width: 100%;
}
.customer-account-create .fieldset.create.info > .field.fullname > .label {
  display: none;
}
.customer-account-create select,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
.customer-account-create .form.create.account .actions-toolbar > .primary .action {
  background: #fff;
  border: 1px solid #222529;
  color: #222529;
}
.catalog-product-view .page-wrapper .page-main button.action.primary,
.catalog-category-view .page-wrapper .page-main button.action.primary,
.checkout-cart-index .page-wrapper .page-main button.action.primary.checkout {
  border: 1px solid #67a125 !important;
}
.catalog-product-view .page-wrapper .page-main button.action.primary:hover,
.catalog-category-view .page-wrapper .page-main button.action.primary:hover,
.checkout-cart-index .page-wrapper .page-main button.action.primary.checkout:hover {
  background-color: #fff !important;
  color: #67a125 !important;
}
body.account .sidebar-content .nav.items .item {
  width: 100%;
}
body.account .page-main {
  padding-top: 60px;
}
.actions-toolbar .action.btn-v-dark {
  background-color: #373737 !important;
  border-color: #373737 !important;
  color: #fff !important;
  border-radius: 0.25em !important;
  border-width: 1px !important;
  border-style: solid !important;
}
.actions-toolbar .action.btn-v-dark:hover {
  background-color: #fff !important;
  border-color: #373737 !important;
  color: #373737 !important;
}
.modal-popup.confirm .modal-footer button:not(.primary) {
  padding: 7px 15px;
  outline: none;
}
.modal-popup.confirm .modal-footer button:not(.primary):focus,
.modal-popup.confirm .modal-footer button:not(.primary):active {
  background: #67a125;
  border-color: #67a125;
}
.modal-popup .action-close {
  z-index: 1;
}
/*Custom search-box*/
body .page-header.type22 .block-search input {
  width: 100%;
  height: 42px;
  outline: 0;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 45px 8px 8px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-clip: padding-box;
  border: 1px solid transparent;
  color: #313131;
  border-radius: 5px;
}
body .page-header.type22 .block-search input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.page-header .aa-InputWrapperPrefix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header #algoliaAutocomplete .aa-SubmitButton svg path {
  fill: #fff;
}
.page-header #algoliaAutocomplete .aa-SubmitButton {
  top: 0;
  padding: 12px 12px;
  height: 42px;
  background: #f60;
  border-radius: 0 5px 5px 0;
  z-index: 1;
}
.page-header #algoliaAutocomplete .aa-SubmitButton:focus {
  outline: none;
}
.aa-Panel.productColumn1,
.aa-Panel.productColumn2 {
  top: 52px;
  z-index: 31;
  font-size: 14px;
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 15px 8px 0;
  border-radius: 4px;
  color: #919191;
  background: #fff;
  border: 0;
  margin-top: 4px;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.04) 0px 2px 15px 4px, rgba(0, 0, 0, 0.08) 0px 6px 11px 1px;
}
.aa-Panel.productColumn2 {
  padding: 0;
}
.aa-LoadingIndicator {
  position: relative;
  top: 11px;
  right: 12px;
}
.aa-Panel .aa-PanelLayout section .aa-SourceHeader {
  margin: 0 0 10px;
  color: #313131;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}
.aa-SourceHeader:not(.custom) {
  display: none;
}
.home-banner-slider .slide .col-md-6 img {
  max-width: 380px;
  margin: auto;
}
body .home-banner-slider .slide {
  min-height: 400px;
  max-height: 400px;
}
.aa-List + .aa-SourceNoResults {
  display: none;
}
.aa-Panel mark {
  padding: 0;
}
.aa-Panel .algoliasearch-autocomplete-hit .info {
  color: #666666;
  font-size: 14px;
  width: calc(100% - 63px);
  word-break: break-all;
  white-space: normal;
}
.aa-Panel .algoliasearch-autocomplete-price {
  display: none;
}
.aa-Panel .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
  display: none;
}
.aa-Panel.productColumn1 section:nth-child(1) .aa-List li,
.aa-Panel.productColumn1 section .aa-List li,
.aa-Panel.productColumn2 section:nth-child(2) .aa-List li,
.aa-Panel.productColumn2 section .aa-List li {
  width: 100%;
  text-align: left;
}
.aa-Panel .algoliasearch-autocomplete-hit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info,
.aa-Panel .algoliasearch-autocomplete-hit .info {
  margin-left: 15px;
}
.aa-SourceFooter {
  display: none;
}
.aa-Panel .aa-PanelLayout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-top: 15px;
}
.aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(1) {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  width: auto !important;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 15px;
  border-right: 1px solid #BBB;
}
.aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(2) {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin-left: 0 !important;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
  border-left: 0;
}
.aa-Panel .aa-PanelLayout section:nth-child(3) {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding: 20px;
  background: #f8f8f8;
}
.aa-Panel .aa-PanelLayout section:nth-child(3) .aa-List {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.aa-Panel .aa-PanelLayout section:nth-child(3) li.aa-Item {
  display: inline-flex;
}
a.right-side-open {
  display: none !important;
}
.aa-Panel.productColumn2 .aa-PanelLayout section:nth-child(2),
.aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
  min-width: 0 !important;
}
.aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
  margin-left: 0 !important;
  border: 0;
}
body .home-banner-slider .slide h2 {
  font-weight: 700;
}
body .amgdprcookie-modal-template .amgdprcookie-link,
body .amgdprcookie-modal-template .amgdprcookie-policy a,
body .amgdprcookie-bar-container .amgdprcookie-policy a {
  color: #313131;
  text-decoration: underline;
}
.cms-planung-beratung .page-main .owl-carousel .owl-item img,
.cms-techniker-installation .page-main .owl-carousel .owl-item img {
  max-height: 400px;
}
.award .award_images a {
  max-width: 75px;
}
.home-banner-slider .slide .banner-bg.blur img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
body .home-banner-slider .slide .banner-bg {
  width: calc(100% + 1px);
}
@media (min-width: 769px) {
  .aa-Panel.productColumn1 section:nth-child(1) .aa-List,
  .aa-Panel.productColumn2 section:nth-child(2) .aa-List {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  #algolia-autocomplete-container .aa-dropdown-menu,
  body .aa-Panel {
    min-width: initial !important;
  }
}
@media (min-width: 992px) {
  body .page-header.type22 .search-area .block.block-search {
    max-width: 846px;
    margin: 0 auto;
  }
  body #algolia-autocomplete-container .aa-dropdown-menu,
  body .aa-Panel {
    min-width: initial !important;
  }
}
@media (max-width: 991px) {
  body .search-area.show-icon-tablet .block.block-search {
    min-width: 335px;
  }
}
@media (max-width: 767px) {
  .aa-Panel .aa-PanelLayout {
    display: block;
  }
  .aa-Panel .aa-PanelLayout section:nth-child(3) .aa-List {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id="categories"] {
    display: none;
  }
  .home-banner-slider .slide .col-md-6 img {
    max-height: 100%;
    max-width: 230px;
    width: auto;
    height: auto;
  }
  body .home-banner-slider .slide .btn {
    margin-top: 10px;
    height: 42px !important;
    line-height: 8px;
  }
  .home-banner-slider .slide .row .col-md-6:last-child {
    padding-top: 20px;
  }
  body .home-banner-slider .slide .row .col-md-6.col-order-2 {
    padding: 30px 40px 52px 40px;
    margin-bottom: 0;
    margin-top: 0;
    display: table;
  }
  body .home-banner-slider .slide .row {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.checkout-onepage-success .checkout-success .contact-image img {
  border-radius: 0.5em;
  max-width: 140px;
}
.checkout-onepage-success .checkout-success .contact-image {
  text-align: right;
  padding-right: 10%;
}
body.checkout-onepage-success .checkout-success .list-contact {
  vertical-align: bottom;
}
.checkout-onepage-success .checkout-success p.content.bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  .checkout-onepage-success .checkout-success .contact-image {
    text-align: left;
    padding-right: 0;
    padding-top: 20px;
  }
}
/* 4_1_2023 */
.action.more {
  display: none;
}
.products-list .product-item-name a {
  margin-bottom: 0;
}
.product-item-sku {
  margin-bottom: 0.45rem;
  display: block;
}
.catalog-category-view .price-box .special-price .price-including-tax,
.catalog-category-view .price-box > .price-final_price .price-including-tax,
.catalog-category-view .price-box .price-including-tax + .price-excluding-tax:before,
.catalog-product-view .price-box .special-price .price-including-tax,
.catalog-product-view .price-box > .price-final_price .price-including-tax,
.catalog-product-view.page-product-configurable .price-box > .normal-price .price-label,
.catalog-product-view.page-product-configurable .price-box > .normal-price .price-including-tax,
.catalog-product-view .price-box .price-including-tax + .price-excluding-tax:before,
body:not(.catalog-product-view):not(.catalog-category-view):not(.checkout-cart-index) .price-box .special-price .price-including-tax,
body:not(.catalog-product-view):not(.catalog-category-view):not(.checkout-cart-index) .price-box > .price-final_price .price-including-tax,
body:not(.catalog-product-view):not(.catalog-category-view):not(.checkout-cart-index) .price-box .price-including-tax + .price-excluding-tax:before,
.checkout-cart-index .crosssell .price-box .special-price .price-including-tax,
.checkout-cart-index .crosssell .price-box > .price-final_price .price-including-tax,
.checkout-cart-index .crosssell .price-box .price-including-tax + .price-excluding-tax:before {
  display: none !important;
}
.catalog-product-view .product-info-price .price-incl-excl.price-box .price-including-tax + .price-excluding-tax .price {
  font-size: 32px;
}
.catalog-product-view .sidebar .products-grid.products-related {
  display: none;
}
@media (max-width: 374px) {
  body .search-area.show-icon-tablet .block.block-search {
    min-width: auto;
  }
}
/* 03_12_2023 */
.checkout-payment-method#payment .payment-method-title label[for="cashpresso"] > span:first-child:after {
  background: url('../images/cashpresso.png') no-repeat;
  background-size: contain;
  background-position: center;
  height: 33.75px;
  width: 45px;
  display: inline-block;
  position: absolute;
  right: -45px;
  content: '';
}
.checkout-payment-method#payment .payment-method-title label[for="cashpresso"] > span:first-child {
  position: relative;
}
/* 05_12_2023 */
.cashpresso-block {
  height: auto;
  width: 280px;
  vertical-align: middle;
  margin: 20px 0;
  position: relative;
  display: block;
  padding: 10px 10px 10px 65px;
  box-sizing: border-box;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #002c5a;
  text-decoration: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px; */
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}
.cashpresso-block div[data-content-type='text'] > *:last-child {
  margin-bottom: 0;
}
.cashpresso-block:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 10px;
  background: url(../images/cashpresso.png) no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
/* 15_12_2023 */
.opc-wrapper .opc > li#payment .payment-method.cashpresso._active .payment-method-content {
  display: block;
}
/* 02_02_2024 */
.checkout-cart-index .product-item-info .product-item-details .product-item-actions .actions-secondary .towishlist {
  display: none;
}
/* 22_03_2024 */
.swatch-option-tooltip,
.catalog-product-view.page-product-configurable .product-info-price .price-box .old-price,
.products-list .product-item.configurable .price-box .price-including-tax {
  display: none !important;
}
.catalog-product-view.page-product-configurable .product-info-main .product-add-form {
  margin-top: 25px;
}
.products-list .product-item.configurable .price-container {
  justify-content: end;
}
/* 26_03_2024 */
.page-product-configurable .product-add-form .product-options-wrapper .swatch-attribute-options {
  width: 100%;
  padding-left: 0;
}
.page-product-configurable .product-add-form .product-options-wrapper .swatch-attribute-label {
  font-size: 16px;
}
.page-product-configurable .product-add-form .swatch-option.text {
  padding: 8px 16px;
  font-size: 16px;
}
/* 13_05_2024 */
.modal-popup.amgdprcookie-bar-container .action-close {
  display: none;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  width: 100%;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: inline-block;
  width: 100%;
}
button.amgdprcookie-button.-allow.-save {
  width: 100%;
  display: block;
}
.amgdprjs-bar-template.-popup {
  pointer-events: none;
}
.amgdprjs-bar-template.-popup * {
  pointer-events: auto;
}
