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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icomoons' !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-phone:before {
  content: "\e901";
}
.icon-Icon:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e904";
  color: #2bace2;
}
.icon-store:before {
  content: "\e906";
  color: #2bace2;
}
