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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: 'Font Awesome 5 Free','icomoon';
}
.icon-chevron-circle-up:before,
.fa-chevron-circle-up:before, {
  content: "\f106";
}
.icon-home:before,
.fa-home:before {
  content: "\f015";
}
.icon-user:before,
.fa-user:before {
  content: "\f007";
}
.icon-shopping-cart:before, 
.fa-shopping-cart:before{
  content: "\f07a";
}
.icon-angle-down:before,
.fa-angle-down:before {
  content: "\f107";
}
.icon-times:before,
.fa-times:before {
  content: "\f00d";
}
.icon-angle-right:before,
.fa-angle-right:before {
  content: "\f105";
}
.icon-phone-alt:before {
  content: "\f879";
}
