
/* Customer rating shown on the product card */
.fu-product-rating{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin:7px 0 10px!important;
  line-height:1!important;
  font-size:13px!important;
}
.fu-product-rating .fu-stars{
  color:#f5b301!important;
  letter-spacing:1px!important;
  font-size:15px!important;
  text-shadow:0 1px 3px rgba(245,179,1,.18)!important;
}
.fu-product-rating .fu-rating-number{
  font-weight:700!important;
  color:#555!important;
  font-size:12px!important;
}
.fu-product-rating .fu-review-count{
  color:#888!important;
  font-size:11px!important;
}
