.bx-rating {
	color: #b8b8b8;
	font-size: 14px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 35px;
}
.bx-rating__title{
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.bx-rating__image{
	width: 30px;
	height: 30px;
}
.bx-rating__image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	margin: 0;
}
.bx-rating i.fa {
	cursor: pointer;
	margin-right: 5px;
	font-size: 18px;
}
.fa.bx-star-active {
	color: #1485CE;
}

