
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-share-from-square:before,.fa-share-square:before {
    content: "\f14d"
}
.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before {
    content: "\f00d"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-90:before {
    content: "\e08d"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-duotone.fa-angle-right:after,.fad.fa-angle-right:after {
    content: "\f105\f105"
}

.fa-angle-up:before {
    content: "\f106"
}
:host,:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}



.fa-cart-shopping:before,.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-door-open:before {
    content: "\f52b"
}
.fa-add:before,.fa-plus:before {
    content: "\2b"
}

.fa-plus-minus:before {
    content: "\e43c"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-location-dot:before,.fa-map-marker-alt:before {
    content: "\f3c5"
}
.fa-comment-alt-dots:before,.fa-message-dots:before,.fa-messaging:before {
    content: "\f4a3"
}
.fa-phone:before {
    content: "\f095"
}
: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: swap;
    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"
}

.fa-eye:before {
    content: "\f06e"
}
.fa-angle-double-right:before,.fa-angles-right:before {
    content: "\f101"
}
.fa-angle-double-left:before,.fa-angles-left:before {
    content: "\f100"
}
.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"
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
}

.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"
}


.fa-thin,.fat {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100
}




