.star-product-rating-overall {
    font-size: 15px;
    cursor: pointer;
    direction: ltr;
    display: inline-block;
}

[dir="rtl"] .star-product-rating-overall {
    direction: rtl !important;
}

.star-product-rating-overall .fa-star {
    color: #ccc;
}

.star-product-rating-overall .fa-star.checked {
    color: #ffd700;
}

.star-product-rating-overall .fa-star-half-o.checked {
    color: #ffd700;
}

.fa-star-font-size {
    font-size: 13px;
}

.rating-text {
    color: #888888;
    font-weight: 500;
}