<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 992px){
  .webshop #leftNav{
    margin-top:100px;
  }
}
@media only screen and (max-width: 991px){
  #leftNav {
    padding-top: 0px;
  }
}
.filter{
  margin-bottom:40px;
}
.filterTitle{
  color: #fff;
  background: #fd5000;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}
.filterTitle .fa{
  color: #000;
  padding-right:3px;
}
.filters__item .filters__label:after {
  left: -2px;
}</pre></body></html>