/*===== CHECKOUT-REVIEWS1 =====*/
.checkout-reviews1 {
  margin: 15px 0;
}
.checkout-reviews1 .container {
  width: auto;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 20px;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head {
  border-bottom: 1px solid lightgray;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head .rating-stars {
  margin-right: 5px;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head .rating-stars img {
  width: 75px;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head .name {
  font-size: 1.2rem;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head .date {
  margin-left: auto;
  font-size: 1.2rem;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-body {
  margin-top: 15px;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-body .body-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-body .body-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .owl-dot {
  zoom: 1;
}
.checkout-reviews1 .container .checkout-reviews1-carousel .active span {
  background-color: var(--primary-color);
}

@media (min-width: 600px) {
  .checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head .rating-stars {
    margin-right: 15px;
  }
  .checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head .rating-stars img {
    width: 115px;
  }
  .checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head .name {
    font-size: 1.5rem;
  }
  .checkout-reviews1 .container .checkout-reviews1-carousel .checkout-review .review-head .date {
    margin-left: auto;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .checkout-reviews1 {
    max-width: 1170px;
    margin: 0 auto;
  }
  .checkout-reviews1 .container {
    margin: 15px 0;
  }
}

/*# sourceMappingURL=checkout-reviews1.css.map */
