@charset "UTF-8";

@font-face {
  font-family: "relae";
  src:url("../fonts/relae.eot");
  src:url("../fonts/relae.eot?#iefix") format("embedded-opentype"),
    url("../fonts/relae.woff") format("woff"),
    url("../fonts/relae.ttf") format("truetype"),
    url("../fonts/relae.svg#relae") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "relae" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "relae" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-cookhat:before {
  content: "a";
}
.icon-ingredients:before {
  content: "b";
}
.icon-shopping-cart:before {
  content: "d";
}
.icon-time:before {
  content: "e";
}
.icon-search:before {
  content: "c";
}
.icon-utensils:before {
  content: "g";
}
.icon-zoom-in:before {
  content: "h";
}
.icon-clock:before {
  content: "i";
}
.icon-calendar:before {
  content: "j";
}
.icon-phone:before {
  content: "k";
}
.icon-users:before {
  content: "l";
}
.icon-arrow-left:before {
  content: "m";
}
.icon-arrow-right:before {
  content: "n";
}
.icon-wishlist:before {
  content: "p";
}
.icon-user:before {
  content: "q";
}
.icon-wishlist-full:before {
  content: "f";
}