/* Filled rating distribution stars in the product review summary. */
html.route-product-product .nenashi-rating-star {
  font-size: 0 !important;
  color: #fff !important;
}

html.route-product-product .nenashi-rating-star::before {
  content: "\2605";
  display: inline-block;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .08);
}
