@font-face {
  font-family: 'icomoon';
  src: url('../svg/icomoon.svg#icomoon') format('svg'),
       url('../ttf/icomoon.ttf') format('truetype'),
       url('../woff/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'star';
  src: url('../eot/star.eot');
  src: url('../eot/stard41d.eot#iefix') format('embedded-opentype'),
       url('../woff2/star.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.woocommerce .star-rating:before, .woocommerce .star-rating span:before {
    content: '\53\53\53\53\53';
	font-family: 'star';	
}


.star-rating span:before,
.star-rating::before,
p.stars a:hover:after, 
p.stars a:after {
    color: #ff0000 !important;
    letter-spacing: 1px; 
}