.shopproducts-filter {
  display: none;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
  .shopproducts-filter {
    display: block;
  }
}
.shopproducts-filter .parameters {
  position: relative;
}
.shopproducts-filter .parameters h4 {
  width: 100%;
  font-weight: 500;
  font-size: 1em;
}
.shopproducts-filter .par-group {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .shopproducts-filter .par-group {
    float: left;
    padding-left: 40px;
    margin-left: 35px;
    border-left: 1px solid #F5F0EB;
  }
  .shopproducts-filter .par-group:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
.shopproducts-filter .par-group:last-child {
  margin-bottom: 0;
}
.shopproducts-filter .checkbox {
  display: inline-block;
  margin-right: 20px;
}
.shopproducts-filter .checkbox:last-child {
  margin-right: 0;
}
.shopproducts-filter .checkbox label {
  font-weight: 400;
  font-size: 0.95em;
  padding: 3px 0 0 38px;
}
.shopproducts-filter .reset-filter {
  display: none;
}
