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

[class^="reviews-icon-"], [class*=" reviews-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'reviews-icon' !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;
}

.reviews-icon-arrow-right:before {
  content: "\e911";
  color: #26422a;
}
.reviews-icon-arrow-left:before {
  content: "\e910";
  color: #26422a;
}
.reviews-icon-star-converted:before {
  content: "\e909";
  color: #26422a;
}
