.hertz-btn img:nth-child(2)  {
  display: none;
}

.product-blog-info .price label {
  font-size: 15px;
}

.hero-logo-row .hertz-btn {
  background-color: #dcdcdc !important;
}

.hero-logo-row .hertz-btn:hover {
  background-color: #005EB8 !important;
}

.btn-group, .product-filter-div p {
  display: none;
}

.opening-hours {
  width: 100%;
  margin: 10px auto;
}

.opening-hours table {
  width: 100%;
  border-collapse: collapse;
}

.opening-hours th, .opening-hours td {
  padding: 2px 0;
  text-align: left;
}

/* Responsive Anpassungen mit Media Queries */
@media (max-width: 600px) {
  .opening-hours {
    width: 100%;
    padding: 2px 0;
  }

  .opening-hours th, .opening-hours td {
    padding: 2px 0;
  }
}

.main-menu > .current-menu-item > a {
  color: var(--sk-secondary);
}

.filter_str {
  font-weight: 700;
}