.product--listing-inner{
	width: 100%;
}

/*REVIEWS*/
.product--listing-rating{
	color: #8d8d8a;
	font-size: 0.815rem;
	margin-bottom: 8px;
}
.product--listing-rating b{
	display: inline-block;
	width: 1px;
	height: 15px;
	font-size: 0;
	background: #bbbbbb;
	margin: 0px 8px;
	line-height: normal;
	vertical-align: middle;
}
.product--listing-rating i{
	font-style: normal;
	color: #e7e560;
	font-size: 0.95rem;
	margin-left: 0.20rem;
}
.product--listing-rating i:first-of-type{
	margin-left: 0;
}
.product--listing-rating a{
	text-decoration: underline;
}
.product--listing-rating > span{
	margin-right:5px;
}

/* SALE PRICE COLOR*/
span.product-listing--sale-price {
    color: #af2c50;
}
