.amsearch-products-section .product-item-details .product-item-link {
  min-height: 50px;
}
.amsearch-products-section .action.tocart {
  padding: 0 10px;
  margin: 10px 0 4px 0;
}
.amsearch-products-section .action.tocart:hover {
  background: #005899;
}
.amsearch-search-page .result-form form#enquire_form {
  margin: 30px auto;
  width: max-content;
}
.catalog-category-view .columns .column.main .search.results {
  width: calc(80% - 50px);
  order: 3;
  margin-top: 30px;
}
.catalog-category-view .columns .column.main .search.results #amasty-shopby-product-list {
  width: 100%;
}
.catalog-category-view .columns .column.main .search.results ol li {
  border: 1.6px solid #f1f1f1;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.catalog-category-view .columns .column.main .search.results ol li .df-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.catalog-category-view .columns .column.main .search.results ol li .df-card__content .df-card__title {
  font-size: 18px;
  font-weight: 700;
}
.catalog-category-view .columns .column.main .search.results ol li .df-card__content .df-card__price {
  color: #e94e1b;
}
@media (max-width: 480px) {
  .catalog-category-view .columns .column.main .search.results {
    width: 100%;
    margin-top: 0px;
  }
  .catalog-category-view .columns .column.main .search.results #amasty-shopby-product-list {
    max-width: 90%;
  }
  .catalog-category-view .columns .column.main .search.results #amasty-shopby-product-list .toolbar .pages {
    margin-bottom: 0;
  }
  .catalog-category-view .columns .column.main .search.results #amasty-shopby-product-list .toolbar-amount {
    float: unset;
    text-align: center;
  }
  .catalog-category-view .columns .column.main .search.results #amasty-shopby-product-list .field.limiter {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .catalog-category-view .columns .column.main .search.results #amasty-shopby-product-list .df-box-item-1 {
    text-align: center;
  }
}
