.bx-rating {
	color: #b8b8b8;
	font-size: 20px;
	white-space: nowrap;
	margin-top: 12px;
}
.bx-rating i.fa {
	cursor: pointer;
	margin-right: 3px;

}
.fa.bx-star-active, .bx-rating i.fa:hover {
	color: #ffc600;
}

.bx-rating i.fa-star {color:#ffc600}