.elementor-334046 .elementor-element.elementor-element-498d1e7{--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-334046 .elementor-element.elementor-element-498d1e7 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}/* Start custom CSS */button.mwh-product-filters__group-title {
  background-color: #fff !important;
  color: #1C6155 !important;
}

button.mwh-product-filters__group-title
  .mwh-product-filters__group-title-text {
  color: #1C6155 !important;
}

/* Hover, Fokus, Klick und geöffneter Zustand */
button.mwh-product-filters__group-title:hover,
button.mwh-product-filters__group-title:focus,
button.mwh-product-filters__group-title:active,
button.mwh-product-filters__group-title[aria-expanded="true"] {
  background-color: #E5FE77 !important;
  color: #1C6155 !important;
}

input
{
    border-radius: 64px!important;
}

@media (max-width: 767px) {
  .mwh-product-filters__group-title {
    padding: 16px!important;
    margin-bottom: -16px!important;
    margin-top: -16px!important;
  }
  .mwh-product-filters__group-title-text
  {
    font-size: 14px!important;

  }
  button.mwh-product-filters__group-title {
  background-color: white !important;
  color: #1C6155 !important;
}
.mwh-product-filters__search
{
    width: 90%!important;
}
}


@media (max-width: 1024px) {
  #filter-div {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }

  #filter-div.filter-open {
    max-height: 1000px;
    opacity: 1;
  }
}

.mwh-cart-button__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}/* End custom CSS */