@charset "UTF-8";
:root {
  --star-size: 15px;
  --star-color: #999;
  --star-background: #BEA334;
}

.wc-reviews-sc__heading {
  text-align: center;
  margin-bottom: 10px;
}
.wc-reviews-sc__heading h3 {
  margin: 0;
}
.wc-reviews-sc__carousel {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .wc-reviews-sc__carousel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wc-reviews-sc__carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  left: 0;
  right: 0;
  height: 30px;
}
.wc-reviews-sc__carousel .owl-nav button {
  border: 0;
  background: none;
}
.wc-reviews-sc__carousel .owl-nav button:hover {
  border: 0 !important;
  background: none !important;
  color: #000 !important;
}
.wc-reviews-sc__carousel .owl-nav svg {
  width: 20px;
  height: auto;
}
.wc-reviews-sc__carousel .owl-nav .owl-prev {
  float: left;
}
.wc-reviews-sc__carousel .owl-nav .owl-next {
  float: right;
}
.wc-reviews-sc__verified-check {
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.wc-reviews-sc__verified-check path {
  fill: #1cc286;
}
.wc-reviews-sc__header-green {
  color: #1cc286;
}
.wc-reviews-sc__carousel-item {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 25px;
}
.wc-reviews-sc__customer-details {
  margin-top: 10px;
}
.wc-reviews-sc__customer-details .wc-reviews-sc__average_star {
  float: left;
}
.wc-reviews-sc__customer-details:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.wc-reviews-sc__profile {
  display: flex;
  float: right;
}
.wc-reviews-sc__date {
  font-size: 80%;
}
.wc-reviews-sc__average_star .wcr-stars {
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.wc-reviews-sc__average_star .wcr-stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wc-reviews-sc__avatar {
  margin-right: 10px;
}
.wc-reviews-sc__avatar img {
  border-radius: 50%;
  height: 48px;
  width: auto;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

/*# sourceMappingURL=wc-reviews-sc-public.css.map */
