/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../../../font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

  @font-face {
    font-family: 'fontello';
    src: url('../../../font/fontello.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    }
  
  [class^="icon-"], [class*=" icon-"] {
  /* .fontello-icons {     */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontello' !important;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

  .icon-star:before {
    content: "\e800";
  }

  .icon-history:before {
    content: "\e801";
  }

  .icon-home:before {
    content: "\e802";
  }

  .icon-delivery:before {
    content: "\e803";
  }  

  .icon-settings:before {
    content: "\e805";
  }    