@font-face {
  font-family: 'WooCommerce';
  src: url('../fonts/woocommerce/WooCommerce.eot');
  src: url('../fonts/woocommerce/WooCommerce.eot?iefix') format('eot'),
  url('../fonts/woocommerce/WooCommerce.woff') format('woff'),
  url('../fonts/woocommerce/WooCommerce.ttf') format('truetype'),
  url('../fonts/woocommerce/WooCommerce.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}


.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star
}

.star-rating:before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0
}

.stars a:before, .stars a:hover ~ a:before {
  content: '\e021'
}

.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none
}

.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  text-indent: 0
}

.stars.selected a.active:before, .stars:hover a:before {
  content: '\e020'
}

.stars.selected a.active ~ a:before {
  content: '\e021'
}

.stars.selected a:not(.active):before {
  content: '\e020'
}