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

[class^="ff-icon-"], [class*=" ff-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;
}

.ff-icon-email:before {
  content: "\e904";
}
.ff-icon-heart:before {
  content: "\e900";
  color: #000000;
}
.ff-icon-heart-alt:before {
  content: "\e901";
  color: #000000;
}
.ff-icon-close:before {
  content: "\e902";
}
.ff-icon-add-to-cart:before {
  content: "\e903";
}
