.rating-stars {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
.rating-stars i {
  color: #FFC100;
  font-size: 16px;
  line-height: 16px;
  margin: -1px;
}
.rating-stars i.half {
  position: relative;
}
.rating-stars i.half:after {
  content: '\f005';
  position: absolute;
  z-index: 1;
  background: white;
  width: 48%;
  height: 100%;
  left: 0;
  overflow: hidden;
}
.rating-stars.no-valorado i {
  color: #eaeaea;
}
