.type-product .hodnoceni::before {
  display: none;
}
.type-product .hodnoceni {
  margin: 20px 0;
}
.hodnoceni .votes-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
  border: 0;
  width: 100%;
  max-width: none;
  padding: 10px 0;
  background-color: transparent;
}

.type-product .hodnoceni h2 {
  text-align: center;
}

.type-product .hodnoceni h2 > a {
  text-decoration: none;
  font-size: 26px;
}

.type-product .hodnoceni .rate-average-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.type-product .hodnoceni .rate-average {
  width: unset;
  height: unset;
  font-size: 14px !important;
  line-height: normal;
  background-color: transparent;
  color: #000;
  margin-right: 5px;
}

.type-product .hodnoceni .rate-star-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-bottom: 0;
}

.type-product .hodnoceni .shop-eval-stars .stars {
  margin-right: 0;
}

.type-product .hodnoceni .stars-label {
  font-size: 14px;
  line-height: normal;
  margin-left: 5px;
}

.type-product .hodnoceni .vote-wrap:not(.admin-response .vote-wrap) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.type-product .hodnoceni .vote-wrap {
  display: block !important;
  border: none;
  padding: 15px !important;
  border-radius: 8px;
  margin: 7.5px;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
}

.type-product .hodnoceni .vote-wrap:nth-child(n + 5) {
  display: none !important;
}

.type-product .hodnoceni .vote-wrap::before {
  display: none;
}

.type-product .hodnoceni .vote-summary {
  height: auto;
  display: flex;
}

.type-product .hodnoceni .vote-wrap .vote-header {
  margin: 0 !important;
}

.type-product .hodnoceni .vote-wrap .vote-header .vote-rating .vote-delimeter {
  display: block;
}

.type-product .hodnoceni .vote-rating .vote-time {
  display: block !important;
  margin: 0;
  font-size: 14px;
  color: #666;
}

.type-product .hodnoceni .vote-wrap > *:not(.no-display) {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 100% !important;
  text-align: left;
  margin-top: 16px;
  font-size: 14px !important;
  line-height: 150% !important;
}

.type-product .hodnoceni > a {
  display: block;
  text-align: center;
  padding-top: 0px;
  padding: 10px 20px;
  transition: 300ms;
  background-color: #ebe0dd !important;
  color: #fff;
  border-color: #ebe0dd !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: normal;
  min-height: 50px;
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  font-size: 16px;
  appearance: none;
  cursor: pointer;
  letter-spacing: 2px;
  height: 52px;
  background: #f5f5f5;
}
.type-product #content .hodnoceni > a:hover {
  background-color: #4d4768 !important;
  border-color: #4d4768 !important;
}
#content .hodnoceni > a[href]:not(:has(img)):not(.btn):hover {
  color: #fff !important;
}

.hodnoceni > a:after {
  content: "";
}

@media (min-width: 1200px) {
  .type-product .hodnoceni .vote-wrap {
    width: calc(25% - 7.5px * 2);
  }
}
@media (max-width: 1199px) {
  .type-product .hodnoceni .vote-wrap {
    width: calc(50% - 7.5px * 2);
  }
}
@media (max-width: 600px) {
  .type-product .hodnoceni .vote-wrap {
    width: calc(100% - 7.5px * 2);
  }
}
