@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), 
       url(../webfonts/fa-solid-900.woff2) format("woff2"), 
       url(../webfonts/fa-solid-900.woff) format("woff"), 
       url(../webfonts/fa-solid-900.ttf) format("truetype"), 
       url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), 
       url(../webfonts/fa-brands-400.woff2) format("woff2"), 
       url(../webfonts/fa-brands-400.woff) format("woff"), 
       url(../webfonts/fa-brands-400.ttf) format("truetype"), 
       url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-size: 2em; /* Adjust this value to change the size of the icons */
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-1x:before {
  content: "\f067";
}

.fa-facebook:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-linkedin:before {
  content: "\f08c";
}
.fa-map-pin {
  font-family: "Font Awesome 5 Free";
  font-size: 2em; /* Adjust this value to change the size of the icon */
}

.fa-map-pin:before {
  content: "\f276";
}
