.product-list-item .product-extra li:before {
  bottom: -4px;
}
.feed__categories-list{
  margin-bottom: 10px;
}
.feed__categories-list .feed__categories-item {
  padding-right: 10px;
  color: #0098d3;
  cursor: pointer;
  font-size: 16px;
}
.feed__categories-list .feed__categories-item.active {
font-weight:bold;
}
.catalog-container.section-catalog-container {
  width: 100%;
  padding: 0 25px;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .catalog-container.section-catalog-container {
    padding: 0;
    margin: 0 0 60px;
  }
}