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

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

.bbicon-arrow:before {
  content: "\e906";
}
.bbicon-cross:before {
  content: "\e907";
}
.bbicon-box:before {
  content: "\e900";
}
.bbicon-cart:before {
  content: "\e901";
}
.bbicon-heart:before {
  content: "\e902";
}
.bbicon-phone:before {
  content: "\e903";
}
.bbicon-search:before {
  content: "\e904";
}
.bbicon-user:before {
  content: "\e905";
}
.bbicon-star:before {
  content: "\2605";
}
