/*Hide rating elements*/
body.type-product .stars-wrapper .sr-only, body.type-product .stars-wrapper .stars-link.show-ratings {
	display: none;
}

.product.able-product .ratings-wrapper .sr-only {
	display: none;
}

body.type-product.type-detail #ratingWrapper .sr-only {
	display: none;
}

body.type-product.type-detail #ratingWrapper .votes {
	display: none;
}

body.type-product.type-detail .votes-wrap .sr-only {
	display: none;
}
