/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.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-bars::before {
  content: "\f0c9";
}

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

.fa-chevron-down::before {
  content: "\f078";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

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

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

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

.fa-youtube::before {
  content: "\f167";
}

.fa-linkedin::before {
  content: "\f08c";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-clock::before {
  content: "\f017";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.fab {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Regular";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}

.fa-regular {
  font-family: "Font Awesome 5 Regular", sans-serif;
  font-style: normal;
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Solid";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff");
}

.fa,
.fas, .fa-solid {
  font-family: "Font Awesome 5 Solid", sans-serif;
  font-weight: 900;
  font-style: normal;
}
