.type-product .p-detail-tabs-wrapper {
  margin-bottom: 30px;
}

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

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

.type-product .hodnoceni > a {
  display: none;
}

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

.type-product .hodnoceni .cz {
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.type-product .review__wrapper-left {
  width: 25%;
}
.type-product .hodnoceni .votes-wrap {
  width: 75%;
  gap: 20px;
  padding: 0px !important;
  border: 0;
  background-color: transparent;
}

.type-product .review-left__title {
  margin: 0;
  margin-bottom: 7px;
  font-size: 34px;
}
.type-product .review-left__description {
  font-size: 20px;
  text-decoration: underline;
}
.type-product .review-left__image {
  width: 120px;
}

.type-product .review-left__heureka-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
}
.type-product .review-left__heureka-description {
  margin: 0;
  font-size: 12px;
}
.type-product .review-left__heureka-link {
  font-size: 12px;
  text-decoration: underline;
}
.type-product .review-left__wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.type-product .vote-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px) / 3);
  margin: 0;
  gap: 20px;
  padding: 20px 25px;
  border: 2px solid #adadad;
  border-radius: 20px;
  background-color: white;
}
.type-product .vote-content {
  font-size: 13px;
  line-height: 20px;
}
.type-product .review__card-avatar {
  width: 60px;
  height: 60px;
  background-image: url("https://www.moderninakup.cz/user/documents/upload/rating-block/avatar.png");
  background-size: cover;
  background-position: center;
}

.type-product .review__card-top {
  margin-bottom: 0px;
}

.type-product .vote-wrap .vote-content {
  margin-top: 5px;
}
.type-product .review__card-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.type-product .review__user-title {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 5px;
  gap: 5px;
  font-size: 18px;
}
.type-product .review__card-verification {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("https://www.moderninakup.cz/user/documents/upload/rating-block/verification.png");
  background-size: cover;
}

.type-product .vote-time {
  margin: 0;
  font-size: 12px;
  color: #808285;
}
.type-product .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 5px;
}
.type-product .star {
  width: 22px;
  height: 22px;
}

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

.type-product .vote-header .vote-name {
  display: none;
}

@media (max-width: 1440px) {
  .type-product .review-left__wrapper {
    gap: 5px;
  }
  .type-product .review-left__title {
    font-size: 28px;
  }
  .type-product .review-left__description {
    font-size: 16px;
  }
  .type-product .review-left__image {
    width: 85px;
  }
  .type-product .review-left__heureka-title {
    font-size: 18px;
  }
  .type-product .review-left__heureka-description {
    font-size: 12px;
  }
  .type-product .review-left__heureka-link {
    font-size: 12px;
  }
  .type-product .review__user-title {
    font-size: 14px;
  }
  .type-product .vote-wrap {
    padding: 15px 20px;
  }
  .type-product .review__card-avatar {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .type-product .hodnoceni .cz {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .type-product .review__wrapper-left {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    width: 100%;
  }
  .type-product .hodnoceni .votes-wrap {
    width: 100%;
  }

  .type-product .review-left__title {
    font-size: 44px;
  }

  .type-product .review-left__description {
    font-size: 26px;
  }

  .type-product .review-left__wrapper {
    margin-top: 0;
  }

  .type-product .review-left__image {
    width: 150px;
  }
  .type-product .review-left__heureka-title {
    font-size: 26px;
  }

  .type-product .review-left__heureka-description {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .type-product .review-left__heureka-link {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .type-product .hodnoceni .votes-wrap {
    justify-content: center;
  }
  .type-product .vote-wrap {
    width: calc((100% - 20px) / 2);
  }
  .type-product .hodnoceni .vote-wrap:nth-child(n + 3) {
    display: none;
  }
  .type-product .review-left__title {
    font-size: 30px;
  }
  .type-product .review-left__description {
    font-size: 20px;
  }
  .type-product .review__wrapper-left {
    justify-content: space-between;
    gap: 20px;
  }
  .type-product .review-left__image {
    width: 120px;
  }
  .type-product .review-left__heureka-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .type-product .review-left__heureka-description {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .type-product .review-left__heureka-link {
    font-size: 16px;
  }
}

@media (max-width: 865px) {
  .type-product .type-product .hodnoceni .cz {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .type-product .review-left__wrapper {
    margin-top: 0;
  }
}
@media (max-width: 710px) {
  .type-product .review__wrapper-left {
    padding: 0 5px;
    gap: 10px;
  }
  .type-product .review-left__title {
    font-size: 24px;
  }

  .type-product .review-left__description {
    font-size: 14px;
  }

  .type-product .review-left__image {
    width: 100px;
  }
  .type-product .review-left__heureka-title {
    font-size: 16px;
  }

  .type-product .review-left__heureka-description {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .type-product .review-left__heureka-link {
    font-size: 14px;
  }

  .type-product .review__user-title {
    font-size: 14px;
  }

  .type-product .review__card-verification {
    width: 12px;
    height: 12px;
  }

  .type-product .review__card-avatar {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 500px) {
  .type-product .hodnoceni {
    margin: 0;
  }
  .type-product .hodnoceni .cz {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .type-product .hodnoceni .votes-wrap {
    display: none !important;
  }
  .type-product .review__wrapper-left {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .type-product .review-left__wrapper {
    gap: 5px;
  }

  .type-product .review-left__title {
    font-size: 28px;
  }

  .type-product .review-left__description {
    font-size: 18px;
  }

  .type-product .review-left__image {
    width: 100px;
  }
  .type-product .review-left__heureka-title {
    font-size: 18px;
  }

  .type-product .review-left__heureka-description {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .type-product .review-left__heureka-link {
    font-size: 13px;
  }
}
