Filtry nad produkty - Jen částečně funkční :/

<script>
if($(window).width() >= 992) {
$( "<h4>Dostupnosti, akce, novinky</h4>" ).prependTo( ".param-filter-top" );       
$( ".box.box-sm.box-filters" ).appendTo( "#filters-wrapper" );       
$("#filters h4").click(function(){ 
$(this).next().toggle();       
$(this).next().next('form').toggle();
}); 
}
</script>

 

@media (min-width:992px) {
#filters {background: #231f20;}
.category-header {margin-bottom:0;}
.box.box-sm.box-filters {padding: 0;}
.filters-wrapper {width: 100%;margin-left: 0px;}
#filters h4 + form,
#filters h4 + form + form {display:none;}
#filters h4 {margin-bottom:0;cursor:pointer;display: block; width: 100%;}
#filters h4:after {content: '+';font-weight: 600;font-size: 22px;margin-left: 15px;color: #f77136;}
.slider-wrapper h4 {text-align:left;margin-bottom: 10px;}
.slider-wrapper h4:after {display:none;}
#filters h4 + form fieldset, #filters h4 + form + form fieldset {padding: 10px 0;}
.param-filter-top {display: flex;flex-wrap: wrap;}
.param-filter-top form:nth-child(2) {width: 25%;}
.param-filter-top form:nth-child(2) fieldset div {width: 100% !important;}
.param-filter-top form:nth-child(3) {width: 75%;}
.param-filter-top form:nth-child(3) fieldset div {width: 33.3333%;}
.slider-wrapper {max-width: 250px;margin: 0 auto 0 10px;}
}