:root {
  line-height: 1;
  --fa-primary-color: #808080;
  --fa-secondary-color: #1E3050;
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 0.4;
}

.fa,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-sharp,
.fa-sharp-solid,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fasl,
.fasr,
.fass,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.fa-search:before {
    content: "\f002"; 
}

.fa-xmark:before {
  content: "\f00d"; 
}
    
.fa-arrow-right:before{
  content: "\f061"; 
}

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

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

.fa-credit-card:before{
  content:  "\f09d";
}

.fa-money-bill-transfer:before{
  content:  "\e528";
}

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

.fa-caret-right:before{
  content:  "\f0da";
}

.fa-chevron-left:before{
  content:  "\f053";
}

.fa-chevron-right:before{
  content:  "\f054";
}

.fa-download:before{
  content:  "\f019";
}

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

:host,
:root {
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../fonts/fa-light-300.woff2) format("woff2"), url(../fonts/fa-light-300.ttf) format("truetype");
}
.fa-light,
.fal {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}
:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype");
}
.fa-regular,
.far {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}
:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
:host,
:root {
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url(../fonts/fa-thin-100.woff2) format("woff2"), url(../fonts/fa-thin-100.ttf) format("truetype");
}
.fa-thin,
.fat {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }
