@font-face {
  font-family: "RobotoRegular";

  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;

  font-display: swap;
}
@font-face {
  font-family: "ProximaNovaExtrabld";

  src: url("../fonts/ProximaNovaExtrabld/ProximaNovaExtrabld.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;

  font-display: swap;
}
@font-face {
  font-family: "ProximaNovaRegular";

  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;

  font-display: swap;
}
@font-face {
  font-family: "ProximaNovaBold";

  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;

  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";

  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;

  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-star:before {
  content: "\f005";
}
.checked {
  color: orange;
}
.fa_custom {
  color: #0099cc;
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-phone:before {
  content: "\f095";
}
.fa-picture:before {
  content: "\f03e";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-comments:before {
  content: "\f086";
}
