@font-face {
  font-family: 'apicart-icons';
  src: url('fonts/apicart-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.apicart-icon-image:before {
  content: "\e902";
}
.apicart-icon-x:before {
  content: "\e907";
}
.apicart-icon-minus:before {
  content: "\e900";
}
.apicart-icon-plus:before {
  content: "\e901";
}
.apicart-icon-arrow-left-circle:before {
  content: "\e903";
}
.apicart-icon-arrow-right-circle:before {
  content: "\e904";
}
.apicart-icon-shopping-bag:before {
  content: "\e905";
}
