
.promo-product__rating td,
.product-item__rating td{
	vertical-align: middle;
	text-align: right;
}
.promo-product__rating .bx_item_rating,
.product-item__rating .bx_item_rating{
	text-align: right;
}
.promo-product__rating .bx_stars_container,
.product-item__rating .bx_stars_container{
	position: relative;
	width: 68px;
	height: 15px;
	background: #dadada;
	background-size: 100% 100%;
}
.promo-product__rating .bx_stars_bg,
.product-item__rating .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url(images/stars.png) no-repeat center;
}

.promo-product__rating .bx_stars_progress,
.product-item__rating .bx_stars_progress{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #57b24f;
}
.promo-product__rating .bx_stars_rating_votes,
.product-item__rating .bx_stars_rating_votes{
	color: #8d8d8d;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}

