
#main ul.products.columns-3 {
    width: calc(100% + 50px);
    margin: 0 -25px;
}
#main ul.products.columns-3 > .product{
    width: 100%;
    margin: 0;
    padding: 0 25px 50px;
}

@media screen and (min-width: 640px){
    #main ul.products.columns-3 > .product {
        width: 50%;
    }
}
@media screen and (min-width: 1024px){
    #main ul.products.columns-3 > .product {
        width: 33.333%;
    }
}

.woocommerce-ordering{
    display:none;
}

/* The container <div> - needed to position the dropdown content */
.Isotope-filterList--multiple {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.Isotope-filterList--multiple > * {
    margin-right: 1rem;
}


.Isotope-filterList--multiple {
    margin-bottom: 50px;
    justify-content: center;
}
.Isotope-filterList--multiple {
    background-color: #f1f1f1;
    padding: 1rem 2rem 0;
    justify-content: space-between;
}
.Isotope-filterList--multiple .button {
    padding: 0.2rem 0.5rem;
    color: #808080;
}
.Isotope-filterList--multiple .button:hover,
.Isotope-filterList--multiple .button:active,
.Isotope-filterList--multiple .button:focus,
.Isotope-filterList--multiple .button.active {
    background-color: transparent;
    color: #111;
    border-color: #111;
}
.Isotope-filterList--multiple .button.Isotope-select {
    background-color: #fff;
    border-color: #fff;
}
.Isotope-filterList--multiple .button.Isotope-select:hover,
.Isotope-filterList--multiple .button.Isotope-select:active,
.Isotope-filterList--multiple .button.Isotope-select:focus,
.Isotope-filterList--multiple .button.Isotope-select.active {
    background-color: #fff;
    border-color: #fff;
}
.Isotope-filterList--multiple .button.Isotope-select:after {
    background-image: url("assets/img/icons/arrow_grey.svg");
    width: 0.8em;
    height: 0.8em;
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: center;
    content: "";
}
.Isotope-filterList--multiple .button--remove:hover,
.Isotope-filterList--multiple .button--remove:active,
.Isotope-filterList--multiple .button--remove:focus,
.Isotope-filterList--multiple .button--remove.active {
    border-color: transparent;
}
.Isotope-filterList--multiple .button--remove:hover .close,
.Isotope-filterList--multiple .button--remove:active .close,
.Isotope-filterList--multiple .button--remove:focus .close,
.Isotope-filterList--multiple .button--remove.active .close {
    border-color: #111;
}
.Isotope-filterList--multiple > * {
    margin-right: 0;
}
.Isotope-filterList--multiple * {
    font-size: 0.8rem;
}
.Isotope-filterList--multiple input[type="text"].Isotope-select-search {
    font-size: 0.8rem;
    margin: 0;
}
.Isotope-select-title {
    text-transform: uppercase;
    font-weight: bold;
}
.Isotope-select-content a {
    padding: 7px 14px;
}


/*
    select
 */
.Isotope-select{
    color: #43454b;
    font-weight: normal;
}

.Isotope-select:after {
     content: '\276D';
     display: inline-block;
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
     margin-left: 10px;
 }

.Isotope-select-container{
    display: inline-block;
}

/* The search field */
.Isotope-select-search {
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.Isotope-select-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
}

/* Links inside the dropdown */
.Isotope-select-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

/* Change color of dropdown links on hover */
.Isotope-select-content a:hover {
    background-color: #f1f1f1
}

/*
    TEST
 */
.Isotope-filter-checkbox:before{
    content: '\2610';
    padding-right: 5px;
}
.Isotope-filter-checkbox.active:before{
    content: '\2611';
}
.Isotope-filter.disabled{
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: .5;

    display: none;
}

/* Styles fehlen nach WooCommerce Update 7.6.0 */
.button.Isotope-filter.Isotope-filter--simple.active {
    font-size: 100%;
    margin: 0;
    margin-bottom: 0px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: .9rem 1.1rem;
}

.button.Isotope-filter.Isotope-filter--simple {
    font-size: 100%;
    margin: 0;
    margin-bottom: 0px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: .9rem 1.1rem;
}

.wc-block-product-template__responsive.columns-3 li {
    width: 33.3333%;
    padding-left: 25px;
}

.wc-block-product span.button {
    display: block;
    width: fit-content;
    margin: 0 auto 1rem;
    text-align: center;
}
