body {
  color: #585857;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  text-rendering: optimizelegibility;
  color: #585857;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2.2rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.75rem;
}

h5, .h5 {
  font-size: 1rem;
}

h5, .h6 {
  font-size: 1rem;
}

.container-max {
  max-width: 1400px;
  z-index: auto;
}

#ppButton {
  padding: 1rem 0;
}

.widget-item-list .widget-caption {
  border-bottom: 1px solid #585857;
  background-color: transparent !important;
  color: #585857 !important;
  align-items: flex-end;
  padding: 0.5rem 0;
}
.widget-item-list .widget-caption a {
  color: #585857 !important;
}

.widget-title-bar .widget-inner {
  border-bottom: 1px solid #585857;
  background-color: transparent !important;
  color: #585857 !important;
}
.widget-title-bar .widget-inner h2 {
  font-size: 1.75rem;
}
.widget-title-bar .widget-inner h3 {
  font-size: 1.5rem;
}

.widget-navigation-tree .nav-item a[href*=marke] {
  display: none;
}

.sf-filter .filter-badge {
  display: none;
}
.sf-filter .widget-filter-price .item-filter-price {
  padding-bottom: 1.5rem;
}
.sf-filter .widget-filter-price .item-filter-price .input-group-prepend {
  display: none;
}
.sf-filter .widget-filter-manufacturer {
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #7d963a #e6e4e4;
  /* Works on Chrome, Edge, and Safari */
}
.sf-filter .widget-filter-manufacturer .title {
  display: none;
}
.sf-filter .widget-filter-manufacturer .card {
  overflow: scroll;
  max-height: 400px;
  padding-bottom: 1.5rem;
  padding-top: 0 !important;
}
.sf-filter .widget-filter-manufacturer ::-webkit-scrollbar {
  width: 12px;
}
.sf-filter .widget-filter-manufacturer ::-webkit-scrollbar-thumb {
  background-color: #7d963a;
  border-radius: 20px;
  border: 3px solid #fff;
}
.sf-filter.filter-size .card {
  display: inline-block;
  padding: 1rem 1rem 1.5rem 1rem;
  width: 100%;
}
.sf-filter.filter-size .card .form-check-wrapper {
  width: 23%;
  float: left;
  margin: 1%;
}
.sf-filter.filter-size .card .form-check-wrapper .form-check-label {
  border: 1px solid #898985;
  border-radius: 5px;
  text-align: center;
  padding: 0.5rem;
}
.sf-filter.filter-size .card .title {
  padding: 0;
}

.sf-filter-bar a[aria-controls*=filter] {
  font-size: 1.5rem;
}

.widget-selected-filter .selected-filters .selected-filter {
  font-size: 15px;
}

#sfCarousel .carousel-control-next {
  right: -8rem;
}
#sfCarousel .carousel-control-prev {
  left: -8rem;
}

@media (max-width: 768px) {
  #sfCarousel .carousel-item > div {
    display: none;
  }
  #sfCarousel .carousel-item > div:first-child {
    display: block;
  }
}
#sfCarousel .carousel-item.active,
#sfCarousel .carousel-item-next,
#sfCarousel .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {
  #sfCarousel .carousel-item-right.active,
  #sfCarousel .carousel-item-next {
    transform: translateX(25%);
  }
  #sfCarousel .carousel-item-left.active,
  #sfCarousel .carousel-item-prev {
    transform: translateX(-25%);
  }
}
#sfCarousel .carousel-item-right,
#sfCarousel .carousel-item-left {
  transform: translateX(0);
  background: #fff;
}

.sf-custom-sbs .nav-item {
  min-height: auto;
  background-color: transparent;
}
.sf-custom-sbs .nav-item .nav-text {
  background-color: transparent;
}

.btn {
  border-radius: 0;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
}

.basket-preview-footer .btn-primary,
.basket-preview-footer .btn-outline-primary:hover {
  color: #fff !important;
}

.page-header .topbar img {
  vertical-align: top;
}
.page-header .topbar a {
  color: #585857;
}
.page-header .topbar .fa-heart {
  color: #cd2a18;
}
.page-header .brand-box .brand-box-inner img {
  height: 4rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 374px) {
  .page-header .brand-box .brand-box-inner img {
    height: 2.5rem;
  }
}
.page-header .navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-header .menu-icon {
  display: inline-block;
  margin: 0;
  padding-top: 1rem;
}
.page-header .menu-icon span {
  background-color: #585857;
  display: block;
  height: 4px;
  margin-bottom: 10px;
  width: 50px;
}
.page-header .menu-icon span :last-child {
  margin-bottom: 0px;
}
.page-header .cmp-search-box .search-input {
  background: #e6e4e4;
  border-radius: 3px;
  line-height: 2;
  font-size: 1rem;
}
.page-header .cmp-search-box .search-submit {
  background-color: #7d963a;
  border-width: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
}
.page-header .cmp-search-box .search-submit:hover {
  color: #fff;
}
.page-header .control-list .list-inline-item {
  margin: 0;
}
.page-header .control-list .badge-right {
  background: #cd2a18;
  border-radius: 20px;
  bottom: 0px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  right: 5px;
  line-height: 1.1;
  padding: 0.2em 0.4em 0.1rem;
  position: absolute;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.page-header .navbar {
  border: 0;
}
.page-header .navbar a {
  color: #585857;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: normal;
}
.page-header .navbar ul.mainmenu > li {
  background: transparent;
  border-bottom: 2px solid transparent;
}
.page-header .navbar ul.mainmenu > li:hover {
  border-bottom: 2px solid #7d963a;
}
.page-header .navbar ul.mainmenu > li a {
  color: #585857 !important;
  padding: 0.5rem 1.3rem;
}
.page-header .navbar ul.mainmenu > li .level1 a:hover {
  text-decoration: underline;
}
.page-header .navbar ul.collapse-inner li a {
  padding: 0.5rem;
}
.page-header .navbar .collapse {
  z-index: 100;
  margin-top: 0.2rem;
  border-color: #7d963a;
  border-width: 0 2px 2px 2px;
  border-style: solid;
}
.page-header .navbar .collapse li.bt-more a {
  color: #7d963a !important;
}
.page-header .navbar .main-navbar-collapsable .ddown > a::after {
  display: none;
}

.mobile-navigation {
  background: #fff;
  color: #585857;
}
.mobile-navigation ul.mainmenu li {
  border-bottom: 1px solid #898985;
}
.mobile-navigation ul.mainmenu li a {
  color: #585857;
}
.mobile-navigation ul.mainmenu li a:hover {
  color: initial;
}
.mobile-navigation ul .navdirection {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  padding: 1rem;
  text-align: center;
}
.mobile-navigation ul .navdirection.up {
  flex: none !important;
}
.mobile-navigation ul.breadcrumb {
  background: #e6e4e4;
  border-radius: 0;
  padding: 1rem;
}

@media (min-width: 768px) {
  .page-header .brand-box .brand-box-inner img {
    height: 4rem;
  }
}
@media (min-width: 992px) {
  .page-header .brand-box .brand-box-inner img {
    height: 10rem;
  }
}
@media (max-width: 991px) {
  .basket-preview-wrapper .totals div {
    font-size: 90% !important;
  }
  .basket-preview-wrapper .totals .h3 {
    font-size: 1.4rem !important;
  }
}
.availability {
  width: 15px;
  height: 15px;
  color: #585857;
}
.availability span {
  margin-left: 15px;
}

.single .price {
  float: none;
}
.single .base-price {
  display: none;
}
.single .nav-tabs {
  border-bottom: 1px solid #585857;
}
.single .nav-tabs .nav-link {
  border: 0;
}
.single .nav-tabs .nav-link.active, .single .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 2px solid #7d963a;
  background: transparent;
  color: #7d963a !important;
}

.custom-accordion .card {
  border: 0;
}
.custom-accordion .card-header {
  background-color: #f8f9fa;
}

#Groessentabelle .modal-dialog {
  max-width: 1000px;
}

.lb-data .lb-close {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 100;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1 !important;
}

.custom-itemlist .owl-carousel .owl-dots,
.custom-itemlist .owl-carousel .owl-next,
.custom-itemlist .owl-carousel .owl-prev {
  display: none;
}
.custom-itemlist .wishlist,
.custom-itemlist .add-to-basket-lg-container,
.custom-itemlist .store-special-container,
.custom-itemlist .thumb-content {
  display: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #7d963a;
  background: white;
}

.wishlist .wl-title {
  display: none;
}

.cmp-product-thumb .thumb-title {
  color: #585857;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: normal;
}
@media (max-width: 576px) {
  .cmp-product-thumb .wishlist {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
  }
}
@media (max-width: 576px) {
  .cmp-product-thumb .thumb-image {
    float: none;
    width: 100%;
  }
  .cmp-product-thumb .thumb-content {
    width: 100%;
  }
}

.store-special-container {
  height: 35px;
}
.store-special-container .special-tags {
  position: relative;
  text-align: center;
}
.store-special-container .special-tags .badge {
  padding: 0.4rem 1rem;
}

.widget-navigation-tree ul li.active > a,
.sidebar-categories ul li.active > a {
  background: #fff;
  text-decoration: underline;
}
.widget-navigation-tree ul li a[href]:hover,
.sidebar-categories ul li a[href]:hover {
  background: #fff;
  text-decoration: underline;
}
.widget-navigation-tree .category-title,
.sidebar-categories .category-title {
  display: none;
}

.breadcrumbs,
.breadcrumb {
  background: transparent;
}

.footer a {
  color: #585857 !important;
}

.page-content.myaccount {
  margin-bottom: 3rem;
}

.footer .h4, .footer h4 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.footer ul li {
  padding: 0.3rem 0;
}
.footer a:hover {
  text-decoration: underline;
}
.footer img {
  border-radius: 5px;
}
.footer .cookie-bar button[data-testing=cookie-bar-accept-all] {
  color: #fff;
  background-color: #7d963a;
  border-color: #7d963a;
}