﻿.star-rating {
    padding-top: 10px;
    font-size: 0;
}

.star-rating_wrap {
    display: inline-block;
    font-size: 1rem;
}

.star-rating_wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating_ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #d9d8d4;
}

.star-rating_ico:last-child {
    padding-left: 0;
 }

.star-rating_input {
    display: none;
}

.star-rating_ico:hover:before,
.star-rating_ico:hover ~ .star-rating_ico:before,
.star-rating_input:checked ~ .star-rating_ico:before {
    color: #FFB300;
}