
.rate_wrapper{
    /*background: #585858;*/
    /*border: 1px solid #e0e0e0;*/
    padding: 5px 5px;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    display: inline-block;
}

.rate_wrapper > img{
    width: 23px;
}

.rate_wrapper_parent > a{
    font-size: 12px;
}

.all_review_lbl{
    font-family: LatoSemiBold;
    color: #00AFF0!important;
    text-decoration: none!important;
    cursor: pointer!important;
}

.rating {
    border: none;
    float: left;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    background:url('../images/rating/star.png');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}

.rating > label {
    color: #ddd;
    float: right;
    background:url('../images/rating/star_grey.png');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    margin-right: 10px;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    background:url('../images/rating/star.png');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    background:url('../images/rating/star.png');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}

@media (max-width: 767px){
    .rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        background:url('../images/rating/star.png');
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .rating > label {
        color: #ddd;
        float: right;
        background:url('../images/rating/star_grey.png');
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        margin-right: 10px;
    }

    .rating > input:checked ~ label,
    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        background:url('../images/rating/star.png');
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked ~ label:hover,
    .rating > label:hover ~ input:checked ~ label,
    .rating > input:checked ~ label:hover ~ label {
        background:url('../images/rating/star.png');
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
}
