@font-face {
    font-family: 'icons';
    src:  url('/fonts/icons/icon-font/icons.eot?mno5z0');
    src:  url('/fonts/icons/icon-font/icons.eot?mno5z0#iefix') format('embedded-opentype'),
          url('/fonts/icons/icon-font/icons.ttf?mno5z0') format('truetype'),
          url('/fonts/icons/icon-font/icons.woff?mno5z0') format('woff'),
          url('/fonts/icons/icon-font/icons.svg?mno5z0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !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;
  }
  
  .icon-heart-filled:before {
    content: "\e90a";
  }
  .icon-arrow:before {
    content: "\e904";
  }
  .icon-arrow-double:before {
    content: "\e909";
  }
  .icon-minus:before {
    content: "\e908";
  }
  .icon-bag:before {
    content: "\e900";
  }
  .icon-chevron:before {
    content: "\e901";
  }
  .icon-eye:before {
    content: "\e902";
  }
  .icon-heart:before {
    content: "\e903";
  }
  .icon-plus:before {
    content: "\e905";
  }
  .icon-search:before {
    content: "\e906";
  }
  .icon-tick:before {
    content: "\e907";
  }
  .icon-ellipsis:before {
    content: "\e90c";
  }
  .icon-download:before {
    content: "\e90b";
  }
  .icon-calendar:before {
    content: "\e90d";
  }
  .icon-eye-open:before {
    content: "\e90e";
  }
  
.icon-source-app:before,
.sourceApp.ConsumerApp:before  {
  content: "\e910"; }

.icon-source-store:before,
.sourceApp.Store:before   {
  content: "\e911"; }

.icon-warning:before {
  content: "\e912"; }

.icon-warning-filled:before {
  content: "\e913"; }
