/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.columns {
  max-width: 1170px;
}
@media (min-width: 767px) {
  .navigation {
    max-width: 1170px;
    margin: 0 auto;
  }
}
/*
@media (max-width: @screen__m) {
  .filter-title strong {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2;
  }
}
*/
.block-search .control {
  margin: -1px 0 0 0;
}
/* GRAY THEME
//  Color nesting
@page__background-color: @color-gray20;
@sidebar__background-color: @color-gray40;
@primary__color: @color-gray80;
@border-color__base: @color-gray76;

@link__color: @color-gray56;
@link__hover__color: @color-gray60;

//  Buttons
@button__color: @color-gray20;
@button__background: @color-gray80;
@button__border: 1px solid @border-color__base;

//  Primary button
@button-primary__background: @color-orange-red1;
@button-primary__border: 1px solid @color-orange-red2;
@button-primary__color: @color-white;
@button-primary__hover__background: darken(@color-orange-red1, 5%);
@button-primary__hover__border: 1px solid @color-orange-red2;
@button-primary__hover__color: @color-white;

//  Navigation
@navigation-level0-item__color: @color-gray80;
@submenu-item__color: @color-gray80;
*/
/*
@navigation-desktop-level0-item__color: @color-gray80;
@navigation-desktop-level0-item__hover__color: @color-gray34;
@navigation-desktop-level0-item__active__color: @navigation-desktop-level0-item__color;

//  Tabs
@tab-control__background-color: @page__background-color;

//  Forms
@form-element-input__background: @color-gray89;
@form-element-input-placeholder__color: @color-gray60;

//  Header icons
@header-icons-color: @color-gray89;
@header-icons-color-hover: @color-gray60;

// Header Panel
*/
.toolbar-products {
  padding: 0;
}
.footer .footer-socialicons ul {
  float: right;
}
.footer .footer-socialicons ul li a i {
  color: #7a7a7a;
}
.block-compare .block-title strong,
.block-wishlist .block-title strong {
  font-size: 1.8rem;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
  display: block;
  margin-bottom: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
}
.filter-options .filter-options-title {
  margin: 0;
}
@media (min-width: 768px) {
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
}
.filter-options {
  cursor: pointer;
  /*
  .filter-options-item {
      &:hover {
          // color: @color-orange;
      }
  }
  */
}
.filter-options .count {
  float: right;
}
.filter-options .filter-options-content {
  margin: 0 0 26.25px 10px;
}
.filter-options-title::after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.filter-options-title {
  font-weight: 400 !important;
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 10px 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
body.page-products main.page-main {
  background-color: #ffffff;
  padding-top: 60px;
}
.abs-discount-block > .title::after,
.cart-summary .block > .title::after,
.paypal-review-discount .block > .title::after {
  font-size: 16px;
  right: 0;
  top: 6px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price::after,
.cart-totals .totals-tax-summary .amount .price::after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
  top: 0;
  font-size: 16px;
}
.abs-shopping-cart-items .action.update::before,
.block-cart-failed .action.update::before,
.cart-container .form-cart .action.update::before,
.opc-block-summary .items-in-cart > .title::after,
.opc-block-shipping-information .shipping-information-title .action-edit::before {
  font-size: 16px;
}
@media (max-width: 768px) {
  .navigation .parent .level-top::after {
    top: 8px;
    font-size: 16px;
  }
}
.block-search .label:before {
  font-size: 22px;
}
.minicart-wrapper .action.showcart:before {
  font-size: 22px;
  color: #7a7a7a;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #75a121;
}
.block-search .action.search::before {
  font-size: 16px;
}
.sorter-action:hover:before {
  color: #75a121;
}
.sorter-action:before {
  font-size: 16px;
  color: #7a7a7a;
}
.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before {
  font-family: luma-icons;
}
.product-social-links .action.tocompare::before {
  font-family: luma-icons;
}
.abs-actions-addto-gridlist:hover::before,
.product-item-actions .actions-secondary > .action:hover::before,
.table-comparison .wishlist.split.button > .action.split:hover::before,
.product-items .wishlist.split.button > .action.split:hover::before,
.product-items .action.towishlist:hover::before,
.products.list.items .action.towishlist:hover::before,
.table-comparison .action.towishlist:hover::before {
  color: #75a121;
}
.abs-actions-addto-gridlist::before,
.product-item-actions .actions-secondary > .action::before,
.table-comparison .wishlist.split.button > .action.split::before,
.product-items .wishlist.split.button > .action.split::before,
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before,
.abs-actions-addto::before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action::before,
.product-item-actions .actions-secondary > .action::before,
.product-social-links .action.tocompare::before,
.wishlist.split.button > .action.split::before,
.product-social-links .action.mailto.friend::before,
.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before,
.product-social-links .action.tocompare::before,
.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before,
.product-social-links .action.mailto.friend::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  width: 18px;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.product-social-links {
  text-align: left;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.product-item .tocompare::before {
  content: '\e61e';
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.product-item-actions .actions-primary + .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-primary {
  display: block;
}
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before {
  content: '\e600';
}
._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #7a7a7a;
}
.pages .action.next:before,
.pages .action.previous:before {
  font-size: 20px;
}
.logo {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .logo {
    margin-top: 0;
  }
}
.product-lieferzeit {
  margin: 10px 0;
}
.pagebuilder-button-primary {
  font-size: 1.7rem;
  background-color: #75a121;
  border-color: #75a121;
  font-weight: 400;
}
.pagebuilder-button-primary .pagebuilder-button-primary:before {
  content: "\f073";
  padding-right: 10px;
  font-family: 'Font Awesome 5 Free';
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
