@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/fa-brands-400.woff2") format("woff2"), 
  url("fonts/fa-brands-400.woff") format("woff"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.woff2") format("woff2"), 
  url("fonts/fa-regular-400.woff") format("woff"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), 
  url("fonts/fa-solid-900.woff") format("woff"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-phone:before {
  content: "\f095";
}
.fa-map-marker-alt:before{
	content:"\f3c5";
}
.fa-shopping-cart:before{
	content:"\f07a";
}
.fa-bars:before{
  content:"\f0c9";
}
.fa-calendar-alt:before{
  content:"\f073";
}
.fa-search:before{
  content:"\f002";
}
.fa-exclamation-triangle:before{
  content:"\f071";
}
.fa-check-circle:before{
  content: "\f058";
}
.fa-user:before{
  content: "\f007";
}
.fa-sign-out-alt:before{
  content:"\f2f5";
}
.fa-minus:before{
  content:"\f068";
}
.fa-plus:before{
  content:"\f067";
}