/* Porto assigns red to both star layers on product pages. Magento clips the
   filled layer to the real percentage; the unfilled layer must remain gray. */
.product-info-main .product-reviews-summary .rating-summary .rating-result:before {
    color: #c3c5c9;
}

.product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
    color: #ff5b5b;
}
