/*!
 * Font Awesome Free 6.4.0 (Custom Build)
 */
.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(webfonts/fa-brands-400.woff2) format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(webfonts/fa-regular-400.woff2) format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(webfonts/fa-solid-900.woff2) format("woff2");
}

/* ICONS */

.fa-search:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002";
}

/* Cart Icon (New & Old Support) */
.fa-cart-shopping:before,
.fa-shopping-cart:before,
.fa-shopping-basket:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f07a";
}

.fa-phone-alt:before,
.fa-phone:before {
    content: "\f879";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-times:before,
.fa-xmark:before {
    content: "\f00d";
}

.fa-check:before {
    content: "\f00c";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-expand:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f065";
}