.filter-content {
  flex-direction: column;
}

#sticky-wrapper > div > div.toolbar-sorter.sorter {
  display: none !important;
}

.filter-wrapper {
  margin-bottom: 20px;
}

.message.notice {
  background: #7d2b94;
  color: #ffffff;
}

.message.notice > *:first-child:before {
  color: #ffffff;
}

.toolbar-products {
  width: 100%;
  float: left;
}

.filter-options-content button {
  margin: 0 12px 10px auto;
  border: none;
  background: #7d2b94;
  color: #ffffff;
  font-size: 110%;
  line-height: 14px;
  padding: 8px 12px;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
}

.filter_mob_btn {
  margin-top: 20px;
}

.results .block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (max-width: 767px) {
  .results .block {
    margin: 0 -10px;
  }
}
.results .title {
  width: 100%;
  padding: 0 15px;
  font-family: "montserrat-medium", "montserrat-arm-medium";
  font-size: 16px;
  line-height: 20px;
}
.results .item {
  padding: 0 15px;
}
.results .item a {
  color: #333333;
  font-size: 140%;
  line-height: 19px;
}

@media screen and (max-width: 767px) {
  .page-title-wrapper {
    padding-bottom: 20px;
  }
  .page-products .columns {
    padding-top: 0;
  }
}

/*# sourceMappingURL=search.css.map */
