@font-face {
  font-family: 'shopfonts';
  src:  url("/javax.faces.resource/javax.faces.resource/fonts/shopfonts.eot");
  src:  url("/javax.faces.resource/javax.faces.resource/fonts/shopfonts.eot#iefix") format('embedded-opentype'),
    url("/javax.faces.resource/javax.faces.resource/fonts/shopfonts.ttf") format('truetype'),
    url("") format('woff'),
    url("#shopfonts") format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.b2b-big-list:before {
  content: "\e900";
}
.b2b-grid:before {
  content: "\e901";
}
.b2b-grid-small:before {
  content: "\e902";
}
.b2b-list:before {
  content: "\e903";
}
.b2b-add-to-cart:before {
  content: "\e904";
}
.b2b-cart:before {
  content: "\e905";
}
