@media (min-width: 1024px) {
  .store-sortlist {
    display: none;
  }
}

.sidebar-productlist {
  display: block;
}

@media (min-width: 768px) {
  .box__heading {
    padding: 15px 0 20px;
  }
}

.box__title {
  font-weight: normal;
}

@media (min-width: 768px) {
  .box__body--border {
    padding: 30px;
  }
}

.box__title-result {
  color: #888;
}

.form-filter-simple .form__field {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .radiobtn__item--filter {
    display: none;
  }
}

.result__no-box {
  border: 1px solid #ddd;
}

/*# sourceMappingURL=pg_storelist.css.map */