/* product review section starst here */
.product-review {
  padding: 60px 0px;
  background-image: url("../img/detail-bg.png");
  background-size: 100%;
}

.product-review h2 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  color: #001c1a;
}

.product-review .review-wrapper {
  padding: 60px 100px 43px;
  background: #fbfbfb;
  border-radius: 38px;
  text-align: center;
  border: 2px solid #e4f3ff;
  margin-top: 40px;
}
.product-review .review-wrapper .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.product-review .review-wrapper .img-wrapper img.user-img {
  height: 56px;
  width: 56px;
  border: 2px solid #07a8c4;
  border-radius: 50%;
}

.review-name-wrapper h2.user-name {
  font-size: 22px;
  font-family: "visby-med";
  line-height: 20px;
  margin: 6px 1px 0px;
}

.review-name-wrapper {
  margin-left: 10px;
}

.product-review .review-name-wrapper h6 {
  color: #07a8c4;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
}

.product-review .review-wrapper p.review-des {
  font-family: "Poppins";
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
}

.product-review .review-wrapper p.review-des {
  font-family: "Poppins";
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 300;
}

.review-wrapper p.date {
  color: #534f4f;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}

.product-review ul.rate {
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product-review ul.rate i {
  margin: 0px 5px;
  color: #fdb813;
}