.heurekaShopReviewsCarousel .vc-rating-metadata-logo .logo {
  display: none !important;
}

.ameticaReviewsCarouselTopContainer .goLeftButton,
.ameticaReviewsCarouselTopContainer .goRightButton,
.ameticaReviewsCarouselContainer {
  background: var(--secondary);
}

.vc-rating-author {
  font-size: 12px;
  margin: 0;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc-rating-stars {
  margin: 6px 0 0;
}

body .heurekaShopReviewsCarousel ul li {
  border-radius: var(--radius-m) !important;
  width: 265px !important;
}

.vc-rating-stars, .vc-rating-stars-rating, .star-rating {
  height: 15px;
  width: 79px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2022/07/ratings-stars.cachehash56d01b30.svg);
}

.vc-rating-stars-rating, .star-rating {
  background-position: 0 0;
  position: absolute;
  top: 0;
}

.vc-rating-stars-rating-0, .star-rating-0 {
  width: 0%;
}

.vc-rating-stars-rating-5, .star-rating-5 {
  width: 10%;
}

.vc-rating-stars-rating-10, .star-rating-10 {
  width: 20%;
}

.vc-rating-stars-rating-15, .star-rating-15 {
  width: 30%;
}

.vc-rating-stars-rating-20, .star-rating-20 {
  width: 40%;
}

.vc-rating-stars-rating-25, .star-rating-20 {
  width: 50%;
}

.vc-rating-stars-rating-30, .star-rating-30 {
  width: 60%;
}

.vc-rating-stars-rating-35, .star-rating-35 {
  width: 70%;
}

.vc-rating-stars-rating-40, .star-rating-40 {
  width: 80%;
}

.vc-rating-stars-rating-45, .star-rating-45 {
  width: 90%;
}

.vc-rating-stars-rating-50, .star-rating-50 {
  width: 100%;
}

.dp_reviews_3_col .elementor-widget-wrap {
  display: flex;
}

.dp_reviews_3_col .elementor-widget-html {
  flex: 1 1 33%;
  max-width: 33%;
}

/* amtcReviews upravy */
.heurekaShopReviews ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.heurekaShopReviews ul > li {
  flex: 0 0 50%;
  max-height: 500px;
  opacity: 1;
  transition: ease-in-out 0.1s;
  overflow: hidden;
}

.heurekaShopReviews.heurekaShopReviewsLongBottom ul > li {
  flex: 0 0 33%;
  max-height: 500px;
  opacity: 1;
  transition: ease-in-out 0.1s;
  overflow: hidden;
}

.heurekaShopReviews ul > li.hidden {
  opacity: 0;
  max-height: 0px;
}

.heurekaShopReviewsShort ul > li:nth-child(odd) .vc-rating-item, .heurekaShopReviewsLongTop ul > li:nth-child(odd) .vc-rating-item {
  padding-left: 0px;
}

.heurekaShopReviewsShort ul > li:nth-child(even) .vc-rating-item, .heurekaShopReviewsLongTop ul > li:nth-child(even) .vc-rating-item {
  padding-right: 0px;
}

.heurekaShopReviews.heurekaShopReviewsLongBottom ul > li:nth-child(3n+1) .vc-rating-item {
  padding-left: 0px;
}

.heurekaShopReviews.heurekaShopReviewsLongBottom ul > li:nth-child(3n+3) .vc-rating-item {
  padding-right: 0px;
}

.heurekaShopReviews button.loadMoreReviews, .heurekaShopReviews button.goToAllReviews {
  font-size: 1em;
  background-color: #21a73f;
  padding: 0.5em 1.3em 0.5em 1.3em;
  float: right;
  color: white;
  font-weight: 500;
  transition: ease-in-out 0.1s;
  border: 0;
  border-radius: 0.2em;
  align-self: flex-end;
  cursor: pointer !important;
}

.heurekaShopReviews button.loadMoreReviews:hover, .heurekaShopReviews button.goToAllReviews:hover {
  background-color: #179433 !important;
  color: #fff !important;
}

@media only screen and (max-width: 489px) {
  .heurekaShopReviews ul > li {
    flex: 0 0 100% !important;
  }
  .heurekaShopReviews ul > li .vc-rating-item {
    padding: 0;
  }
}
.heurekaShopReviewsLongBottom {
  overflow: hidden;
  transition: ease-in-out 0.2s;
  display: flex;
  flex-direction: column;
}

.heurekaShopReviews .loadingIndicator {
  display: none;
  align-self: center;
}

.heurekaShopReviews.loading .loadingIndicator {
  display: block;
}

.heurekaShopReviewsLongBottom.hidden {
  max-height: 0px;
  opacity: 0px;
}

.heurekaShopReviewsLongBottom h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vc-rating-stars-rating {
  background-position: 0 0;
  position: absolute;
  top: 0;
}
