.df {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-products {
  width: 100%;
}
.filter-products__selects {
  width: 100%;
}
#filter-form {
  width: 100%;
}
.filter-products__submit {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .right-sidebar .content-area {
    width: 100% !important;
    float: none;
  }
}
.found-products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 65px;
}
.found-products .found-products__item {
  display: flex;
  flex-direction: column;
  width: 32%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 11px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
}
.found-products .found-products__item:empty {
  height: 0;
  visibility: hidden;
}
.found-products .found-products__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.found-products .found-products__item .found-products__item-descr {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.found-products .found-products__item .found-products__item-descr h3 {
  margin: 10px;
}
.product-category-podbor .posted_in {
  display: none !important;
}
.result-select > span {
  width: 32%;
}
