/**
 * Copyright since 2011 BEST FOR NET s.r.o.
 *
 * COPYRIGHT NOTICE / UPOZORNĚNÍ NA AUTORSKÁ PRÁVA
 *
 * This code is protected by copyright and may not be distributed without prior written consent of the author.
 * Under the license terms, you may use and modify this code only for your own needs.
 * For any questions or further information, please contact us.
 *
 * Tento software je chráněn autorským právem a jeho šíření bez předchozího písemného souhlasu autora není povoleno.
 * Tento kód smíte v souladu s licencí používat a upravovat jen pro své vlastní účely.
 * V případě dotazů nebo zájmu o další informace nás neváhejte kontaktovat.
 *
 * @author    BEST FOR NET s.r.o. <info@bestfornet.cz>
 * @copyright Since 2011 BEST FOR NET s.r.o.
 * @license   Komerční licence – použití, šíření a úpravy tohoto software jsou možné pouze na základě individuální smlouvy s autorem. Pro více informací kontaktujte info@bestfornet.cz
 */

@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.heureka_reviews--show-reviews-only .heureka_reviews--items {
  flex-basis: 100%;
}
.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;
}