.filter-section:has(input[type="checkbox"]:disabled){ display: none; }
.filter-section:has(input[type="checkbox"]:not(:disabled)){ display: block; }

@media only screen and (max-width: 768px) {
    #content #filters-wrapper .filters-wrapper>div:first-of-type {
        text-align: left;
    }

    #filters-wrapper .filter-sections {
        background-color: unset;
    }

    .bckgrnd-filtrovat {
        background-color: #fdf7ed !important;
    }
    .category-header {
        margin-bottom: 10px;
    }
    .category-header .products-listing-order-heading{
        display: none;
    }
    #filters-wrapper {
        margin-bottom: 22px;
    }
    #filters-wrapper .slider-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    #filters-wrapper .param-filter-top form fieldset div {
        clear: both;
    }
    #filters-wrapper .filter-sections {
        padding-left: 20px;
        padding-right: 20px;
    }
    #filters-wrapper span.filter-count {
        background-color: #26a3d4;
        color: white;
    }
    #filters-wrapper .filter-section, #filters-wrapper .param-filter-top form{
        border: unset !important;
    }
    #filters-wrapper .param-filter-top form:first-child{
        border: unset !important;
        padding-bottom: 0px !important;
    }
    #filters-wrapper .filter-section form{
        padding-bottom: 22px;
    }
    #filters-wrapper .filter-total-count{
        display: none;
    }
}

#manufacturer-filter>h4 {
    cursor: pointer;
}

.chevron::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: "";
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    margin-right: 1em;
    margin-top: 5px;
}

.chevron.bottom:before {
    top: 0;
    transform: rotate(135deg);
}

#dropdown-filtrovat {
    width: 100%;
    border: 1px solid rgb(207, 207, 207);
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

#dropdown-filtrovat>span {
    float: right;
    line-height: inherit;
}