.star-rating.star1:after {
  font-family: FontAwesome;
  color: orange;
  content: "\f005";
}

.star-rating.star2:after {
  font-family: FontAwesome;
  color: orange;
  content: "\f005\f005";
}

.star-rating.star3:after {
  font-family: FontAwesome;
  color: orange;
  content: "\f005\f005\f005";
}

.star-rating.star4:after {
  font-family: FontAwesome;
  color: orange;
  content: "\f005\f005\f005\f005";
}

.star-rating.star5:after {
  font-family: FontAwesome;
  color: orange;
  content: "\f005\f005\f005\f005\f005";
}