#stamped-reviews-widget[data-widget-type="carousel"] {
  background: #f8f8f8 !important;
  max-width: 100% !important;
  padding: 0 40px 40px !important;
}
@media screen and (max-width: 990px) {
  #stamped-reviews-widget[data-widget-type="carousel"] {
    width: 100% !important;
  }
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-stars-wrapper
  i,
#stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-rating i {
  color: #000 !important;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-stars-wrapper
  i:before,
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-reviews-rating
  i:before {
  font-size: 20px !important;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-reviews-product-title {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 16px !important;
  margin: 15px 0 !important;
  text-align: center;
}
#stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-title {
  color: #616161 !important;
  display: inline-block !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin: 10px 0 15px !important;
}
#stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-date {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  padding-top: 9px !important;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-scroll-wrapper {
  max-width: 95% !important;
  transform: translateX(40px) !important;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-scroll:before {
  border: none !important;
}
#stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll {
  min-height: 320px;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-scroll
  .block {
  background: #fff !important;
  border-radius: 12px !important;
  margin-right: 20px;
  min-height: 320px !important;
  overflow: hidden;
  padding: 15px !important;
  width: calc(34% - 20px) !important;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-scroll
  .stamped-reviews-message-block {
  color: #000 !important;
  font-size: 14px !important;
  font-style: normal !important;
  line-height: 16px !important;
}
#stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-image {
  border: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
}
#stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-image a {
  height: 80px !important;
  position: relative;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-reviews-image
  img {
  border-radius: 8px !important;
  height: 100% !important;
  object-fit: cover !important;
  padding: 0 !important;
  width: 100% !important;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-buttons
  div {
  height: 16px !important;
  width: 22px !important;
}
#stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons {
  width: 60px !important;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-button-right {
  position: relative;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-button-right:before {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  content: "" !important;
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: rotate(135deg) translate(-50%, -50%);
  width: 12px;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-button-left {
  position: relative;
}
#stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-carousel-button-left:before {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  content: "" !important;
  display: block;
  height: 12px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  width: 12px;
}
