.ratting_main .rate .wrcc_star_s.fill{
        color: #FF7A28;
    }
.ratting_main.vrcc_fix_star_width{
	width: 100%;
    padding: 5px 0px;
}
.rate {
    position: relative;
    display: flex;
}
.rate:not(:checked) > input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.rate:not(:checked) > label {
    width: 18px;
    height: 18px;
    overflow: hidden;
    cursor: pointer;
    font-size: 3px;
    color: #fff;
}

/*.rate:not(:checked) > label::before {*/
/*    content: "★  ";*/
/*}*/
.rate > input:checked ~ label {
    color: #FF7A28;
}
.wrcc_star_s {
    background-color: #252e46;
    border-radius: 3px;
    margin-right: 6px;
    text-align: center;
}
.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
    color: #FF7A28;
}

.ratting_main.vrcc_fix_star_width .rate{
    align-items: center;
}
.wrcc_count_review span{
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
