$iconSpacing: 4px;

.rating:before {
    content: '\2605\2605\2605\2605\2605';
    letter-spacing: $iconSpacing;
    color: $gray !important;
}

.rating:after {
    content: ' ';
    letter-spacing: $iconSpacing;
    position: absolute;
    left: 0;
}

.rating--1:after {
    content: '\2605';
}

.rating--2:after {
    content: '\2605\2605';
}

.rating--3:after {
    content: '\2605\2605\2605';
}

.rating--4:after {
    content: '\2605\2605\2605\2605';
}

.rating--5:after {
    content: '\2605\2605\2605\2605\2605';
}