/* Star Rating Fix for FontAwesome 4.7.0 */

/* Fix star rating display */
.star-rating::before {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

.star-rating span::before {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

/* Fix comment form rating stars */
.comment-form-rating a::after {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

.comment-form-rating a.active::after {
  font-weight: normal !important;
}

.comment-form-rating .star-2::after {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

.comment-form-rating .star-2.active::after {
  font-weight: normal !important;
}

.comment-form-rating .star-3::after {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

.comment-form-rating .star-3.active::after {
  font-weight: normal !important;
}

.comment-form-rating .star-4::after {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

.comment-form-rating .star-4.active::after {
  font-weight: normal !important;
}

.comment-form-rating .star-5::after {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

.comment-form-rating .star-5.active::after {
  font-weight: normal !important;
}

/* Fix WooCommerce block ratings */
.wc-block-grid__products .wc-block-grid__product-rating .star-rating::before,
.wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars::before {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

.wc-block-grid__products .wc-block-grid__product-rating .star-rating span::before,
.wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars span::before {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
} 