.tps_productRating s {
	background: url(/wp-content/themes/tps-blog/templates/product-card/product-rating/star0.svg);
	background-size: cover;
}

.tps_productRating b {
	background: url(/wp-content/themes/tps-blog/templates/product-card/product-rating/star1.svg);
	background-size: cover;
}

.tps_productRating i {
	background: url(/wp-content/themes/tps-blog/templates/product-card/product-rating/star0-5.svg);
	background-size: cover;
}

.tps_productDetailHeader_reviewCount {
	color: #62564a;
	padding-left: 5px;
}


.tps_productRating {
	display: flex;
	margin-bottom: 4px;
}

.tps_productRating * {
	width: 16px;
	height: 16px;
}

.tps_productRatingBox {
	display: flex;
	font-size: 13px;
	align-items: center;
	margin-left: 10px;
}

@media (min-width: 768px) {
	.tps_productRating * {
		margin-right: 3px;
		width: 18px;
		height: 18px;
	}
}
