@font-face {
  font-family: 'lwicons';
  src:  url('../fonts/lwicons.eot?yndws5');
  src:  url('../fonts/lwicons.eot?yndws5#iefix') format('embedded-opentype'),
    url('../fonts/lwicons.ttf?yndws5') format('truetype'),
    url('../fonts/lwicons.woff?yndws5') format('woff'),
    url('../fonts/lwicons.svg?yndws5#lwicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lwicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star-full:before {
  content: "\e900";
  color: #FFB703;
}
.icon-star-none:before {
  content: "\e901";
  color: #f6f6f8;
}
.icon-star-half .path1:before {
  content: "\e902";
  color: rgb(246, 246, 248);
}
.icon-star-half .path2:before {
  content: "\e903";
  margin-left: -1.0556640625em;
  color: #FFB703;
}
