@font-face {
  font-family: 'rs-icon-font';
  src:
    url('fonts/rs-icon-font.ttf?zi9flp') format('truetype'),
    url('fonts/rs-icon-font.woff?zi9flp') format('woff'),
    url('fonts/rs-icon-font.svg?zi9flp#rs-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.rs-icon-chevron-left:before {
  content: "\e903";
}
.rs-icon-chevron-right:before {
  content: "\e904";
}
.rs-icon-close:before {
  content: "\e902";
}
.rs-icon-search:before {
  content: "\e901";
}
.rs-icon-shopping-cart:before {
  content: "\e900";
}
