/* Hodnotenie obchodu - oprava rozostupov bez zmeny typu hviezd */

#hodnoceniobchodu .vote-rating .stars,
#hodnoceniobchodu .shop-eval-stars .stars {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1px !important;
  height: 15px !important;
  width: 82px !important;
  min-width: 82px !important;
  max-width: 82px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

#hodnoceniobchodu .vote-rating .stars .star,
#hodnoceniobchodu .shop-eval-stars .stars .star {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 15px !important;
  min-width: 15px !important;
  max-width: 15px !important;
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  flex: 0 0 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  font-size: 15px !important;
  line-height: 15px !important;
  text-indent: 0 !important;
  color: inherit !important;
}

#hodnoceniobchodu .vote-rating .stars .star::before {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 15px !important;
  text-indent: 0 !important;
}

#hodnoceniobchodu .vote-rating .stars .star::after {
  display: none !important;
  content: none !important;
}

#hodnoceniobchodu .vote-delimiter {
  margin: 0 8px !important;
}

/* Vlastne upravy filtra, cien a produktov */

#filters {
  display: none;
}

#filters.visible {
  display: block;
}

.filter-section.filter-section-boolean {
  display: none;
}

.type-product .rTotal {
  display: none;
}

.products-block .price-final {
  flex-basis: auto !important;
}

.price-standard {
  color: #fdbcb4;
}

.price-save {
  display: none;
}

.price-standard strong {
  font-weight: normal;
}

span.standard-price-label {
  display: none;
}

@media only screen and (max-width: 1425px) {
  .products-block .price-final {
    flex-basis: auto !important;
  }
}

.flag.flag-discount {
  display: none;
}