.mrp-custom-full-star {
background: url(https://harvesthub.decorexpro.com/wp-content/uploads/2018/10/rating_on.gif) no-repeat;
width: 23px;
height: 22px;
background-size: 23px 22px;
image-rendering: -moz-crisp-edges;
display: inline-block;
}
.mrp-custom-half-star {
background: url(https://harvesthub.decorexpro.com/wp-content/uploads/2018/10/rating_half.gif) no-repeat;
width: 23px;
height: 22px;
background-size: 23px 22px;
image-rendering: -moz-crisp-edges;
display: inline-block;
}
.mrp-custom-empty-star {
background: url(https://harvesthub.decorexpro.com/wp-content/uploads/2018/10/rating_off.gif) no-repeat;
width: 23px;
height: 22px;
background-size: 23px 22px;
image-rendering: -moz-crisp-edges;
display: inline-block;
}
.mrp-custom-hover-star {
background: url(https://harvesthub.decorexpro.com/wp-content/uploads/2018/10/rating_over.gif) no-repeat;
width: 23px;
height: 22px;
background-size: 23px 22px;
image-rendering: -moz-crisp-edges;		
display: inline-block;		
}
.mrp-star-hover {
color: #ffba00 !important;
}
.mrp-star-full, .mrp-star-half, .mrp-star-empty {
color: #ffd700;
}
.mrp-error {
color: #EC6464;
}