/* Fallback for missing local annimex-icons / FontAwesome font files.
   Loads via Font Awesome 4.7 CDN linked in HTML. */

.anm {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.anm-search-l:before { content: "\f002"; }
.anm-bag-l:before { content: "\f290"; }
.anm-times-l:before { content: "\f00d"; }
.anm-plus-l:before,
.anm-plus-r:before { content: "\f067"; }
.anm-minus-r:before { content: "\f068"; }
.anm-heart-l:before { content: "\f004"; }
.anm-random-r:before { content: "\f074"; }
.anm-search-plus-r:before { content: "\f00e"; }
.anm-edit:before { content: "\f040"; }
.anm-bars-r:before { content: "\f0c9"; }
.anm-user-al:before { content: "\f007"; }
.anm-envelope-l:before { content: "\f0e0"; }
.anm-phone-s:before { content: "\f095"; }
.anm-map-marker-al:before { content: "\f041"; }
.anm-angle-down-l:before { content: "\f107"; }
.anm-angle-right-l:before { content: "\f105"; }
.anm-angle-up-r:before { content: "\f106"; }
