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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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-wishlist:before {
  content: "\e900";
}
.icon-search_icon-1:before {
  content: "\e901";
}
.icon-download:before {
  content: "\e902";
}
.icon-plus:before {
  content: "\e903";
  color: #56d26a;
}
.icon-minus:before {
  content: "\e904";
  color: #56d26a;
}
