@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
/*YILDIZ*/
#rating-value{}
.rating-wrap{
    width: 140px;
}
.rating > input{
    display: none;
}
.rating>label:before {
    content: '\f005';
    font-family: FontAwesome;
    margin:2px 3px;
    display: inline-block;
    cursor: pointer;
    /*width: 5px;*/

}
.rating>.half:before {
    content: '\f089';
    position: absolute;
    cursor: pointer;
    /*width: 20px;*/
}
.rating>label {
    color: #A0ACB5;
    float: right;
    cursor: pointer;
}
.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFDA22;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FFED85
}
/*yıldız*/