
.category-container, .category-container > .row > div:first-child{
  padding-left: 0;
  /* width: auto; */
}

.category-container {
  padding: 0;
}

.category-container, .category-container > .row > div:last-child {
  padding-right: 15px;
}

.category-container ~ .container {
  padding: unset;
  margin: unset;
  width: auto;
}

@media screen and (max-width: 991px) {
  .category-container {
    padding: 0;
  }
  .category-container > .row > .col-sm-12 {
    padding: 0;
  }
}

.category-container > .row > .col-sm-3:after, .category-container > .row > .col-sm-3:before,
.category-container.container .row:after, .category-container.container .row:before,
.category-container.container:after, .category-container.container:before {
  content: "";
  clear: both;
  display: flex;
}

.listing-header {
  display: flex;
  justify-content: space-between;
  min-height: 44px;
  margin: 0 0 20px;
  background: var(--sm-grey-color);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.listing-header .row {
  margin: 0;
}

.dd_select {
  display: flex;
  justify-content: start;
  align-items: center;
}

.dd_select:first-child {
  padding-left: 0;
}
.dd_select:last-child {
  justify-content: end;
  padding: 0;
}
.listing-header .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .listing-header .row {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
  }

  .listing-header .row > div {
    width: auto;
    padding: 0;
  }

  .dd_select:last-child {
    justify-content: start;
  }
}

.row_catalog_products.row:before, .row_catalog_products.row:after,
.listing-header .row:before, .listing-header .row:after,
.listing-header:before, .listing-header:after {
  display: none !important;
}

.listing-header-punkt {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.listing-header-punkt a i {
  font-size: 14px;
}


.dd_select .selectize-control.single .selectize-input {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.dd_select {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 991px) {
  .dd_select {
    gap: 20px;
  }
}

.dd_select .selectize-control.single {
  display: flex;
  min-height: 44px;
  padding: 10px;
  border-radius: 4px;
  background-color: var(--color-light);
}

.dd_select.pl_sort .selectize-control.single .selectize-input, .dd_select.pl_sort .selectize-control.single {
  width: auto;
  min-width: 150px;
}

.magazine_articles {

  margin: 40px 0 90px;
}
.magazine_articles img {
  display: none;
}

.magazine_articles h2 {
  color: var(--sm-text-color) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}

[data-page-name="index_products"] .row_catalog_products {
  margin-bottom: 20px;
}