@charset "UTF-8";

@font-face {
  font-family: "pppiconstar";
  src:url("../fonts/pppiconstar.eot");
  src:url("../fonts/pppiconstar.eot?#iefix") format("embedded-opentype"),
    url("../fonts/pppiconstar.woff") format("woff"),
    url("../fonts/pppiconstar.ttf") format("truetype"),
    url("../fonts/pppiconstar.svg#pppiconstar") format("svg");
  font-weight: normal;
  font-style: normal;

}

.icon-rating:before {
  content: "\e000";
  font-family: "pppiconstar" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;    
}
.icon-rating-o:before {
  content: "\e001";    
  font-family: "pppiconstar" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;    
}
