@media (max-width: 767px) {
  #heurekaTableft {
    display: none !important;
  }
}

.heureka_reviews {
  padding: 70px 0;
  margin-bottom: 70px;
  background-color: #f5f5f5;
}
.heureka_reviews .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.heureka_reviews--logo {
  text-align: center;
  padding: 0 30px;
  flex-basis: 30%;
}
.heureka_reviews--items {
  flex-basis: 70%;
}
.heureka_reviews--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
#product .heureka_reviews--list {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .heureka_reviews--list {
    flex-direction: column;
  }
  .heureka_reviews--logo {
    flex-basis: 100%;
  }
  .heureka_reviews .container {
    justify-content: center;
  }
  .heureka_reviews--logo {
    margin-bottom: 15px;
  }
}
.heureka_reviews--list_item {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
  flex-basis: 220px;
}
.heureka_reviews--list_item .author {
  font-weight: 500;
  display: block;
}
.heureka_reviews--list_item .date {
  display: block;
  margin-bottom: 20px;
}
.heureka_reviews--list_item ul li {
  list-style: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  font-size: 15px;
  line-height: 18px;
  background-position: 0px 2px;
  padding-left: 19px;
}
.heureka_reviews--list_item ul li.plus {
  background-image: url(../../img/plus.svg);
}
.heureka_reviews--list_item ul li.minus {
  background-image: url(../../img/minus.svg);
}
.heureka_reviews--list_item ul li.summary {
  padding-left: 0px;
}
.heureka_reviews--logo img {
  max-width: 140px;
  height: auto;
}
.heureka_reviews--desc {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}
.rating {
  height: 20px;
  overflow: hidden;
  width: 100px;
  display: block;
  margin: 5px 0px 10px 0px;
}
.rating .hidden {
  display: none
}
.rating .over {
  background: transparent url("../../img/stars_pl_20.gif") no-repeat scroll 0 -20px;
  display: block;
  height: 20px;
  width: 100px;
  float: left
}
.rating span span, .rating .over span {
  float: left;
  height: 20px;
  background: url("../../img/stars_pl_20.gif") no-repeat scroll 0 0;
}
.heureka-checkbox__wrapper {
  background: #fff;
  padding: 1rem;
  margin-top: 1rem;
}
.heureka-checkbox__wrapper .checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.heureka-checkbox__wrapper .checkbox label {
  padding: 0;
  margin: 0;
}