.reviews {
  background: radial-gradient(101.57% 61.47% at 53.7% -6.87%, #e8e8e8e5 0%, rgba(255, 255, 255, 0.89) 100%);

  overflow: hidden;
  padding: 90px 0 90px;
}
/* .yotpo-reviews li:hover{
  border: 2px solid #ACDA49;
  cursor:;
} */
.reviews h2 {
  /* font-style: italic; */
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .reviews h2 {
    font-size: 30px;
  }
}
.reviews h2 span {
  display: block;
  font-size: 4.2rem;
  color: #221e1d;
  -webkit-text-stroke: 2px #fff
}

.reviews .yotpo-reviews {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-width: 100%;
  -webkit-animation: scroll-x 60s linear infinite;
  animation: scroll-x 60s linear infinite;
  list-style: none
}

.reviews .yotpo-reviews.reverse {
  animation-direction: reverse
}

.reviews .yotpo-review {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  position: relative;
  background: radial-gradient(101.57% 61.47% at 53.7% -6.87%, #ffffff 0%, rgb(255, 255, 255) 100%);
  border: 1px solid #000000;
  padding: 20px;
  width: 240px;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  border-radius: 25px;
  min-height: 250px
}

.reviews .yotpo-review__author {
  font-weight: 700;
  vertical-align: text-top;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #000000 !important;

}

.reviews .yotpo-review__author--verified {
  color: #000000 !important;
  font-weight: 400;
  /* margin-left: 8px; */
  font-size: 16px;
}

.reviews .yotpo-review__author--verified svg {
  width: 17px;
  top: -1px;
  position: relative
}

.reviews .yotpo-review__date {
  position: absolute;
  right: 8px;
  color: #c5c5c5;
  font-size: 16px;
  bottom: 20px
}

.reviews .yotpo-review__rating {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.reviews .yotpo-review__rating svg {
  width: 20px;
  fill: #fbc228
}

.reviews .yotpo-review__title {
  font-size: 16px;
  /* font-weight: 700; */
  color: #fff;
  margin-bottom: 6px;
  margin-top: 10px
}

.reviews .yotpo-review__content {
  color: #99a1be;
}

.reviews .yotpo-review .read-more {
  color: #827b79
}

.reviews .yotpo-review .read-more:hover {
  text-decoration: none;
  color: #aea9a8
}

.reviews .yotpo-pagination {
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
}

.reviews .yotpo-pagination .page-num {
  padding-left: 6px;
  padding-right: 6px;
  color: #6a6665
}

.reviews .yotpo-pagination a.page-num {
  color: #aea9a8
}

.reviews .yotpo-pagination a.page-num:hover {
  text-decoration: none
}

.reviews .yotpo-pagination .page-next svg,.reviews .yotpo-pagination .page-prev svg {
  width: 25px;
  top: -2px;
  position: relative
}

@-webkit-keyframes scroll-x {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  to {
      -webkit-transform: translateX(calc(-100% - 2rem));
      transform: translateX(calc(-100% - 2rem))
  }
}

@keyframes scroll-x {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  to {
      -webkit-transform: translateX(calc(-100% - 2rem));
      transform: translateX(calc(-100% - 2rem))
  }
}

.review-string {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.review-string span {
  font-weight: 700;
  font-size: 16px;
}

.review-string .stars {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: 124px;
  padding: 0 4px 0 0;
  margin-left: auto;
  margin-right: auto;
  vertical-align: baseline
}

.review-string .stars svg {
  width: 25px;
  display: inline-block;
  margin-left: 0
}

.review-string .cover {
  background: #000;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: 2px
}

.review-string svg {
  fill: #fbc228
}

.review-string .btn {
  background: #e73a04;
  color: #fff;
  font-size: 1rem;
  padding: 7px 26px;
  width: auto;
  border-radius: 2px;
  margin-top: 10px;
  margin-left: 0
}

.review-string .btn:hover {
  background: #e73a04;
  opacity: .9
}

.review-string__long .stars {
  display: block
}

.review-string__short {
  font-size: .8rem;
  margin-bottom: 0!important
}

.review-string__short span {
  font-weight: 400;
  font-size: .8rem
}

.review-string__short .stars {
  vertical-align: text-bottom
}
.reviews .yotpo-review {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px
}

.reviews .yotpo-review__date {
  bottom: auto;
  top: 8px;
  font-weight: 500;
}
/* .review-string {
  margin-top: 40px;
  margin-bottom: 80px;
} */
.review-string .stars {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: 150px;
  padding: 0 4px 0 0;
  margin-left: auto;
  margin-right: auto;
  vertical-align: baseline;
}

