/*!
 * Font Awesome Free 7.1.0 (Full TODEX.PL Fix)
 * Zawiera pełne ścieżki URL i definicje wszystkich ikon
 */

/* PODSTAWOWE STYLE */
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    width: 1.25em;
    text-align: center;
}

/* DEFINICJE CZCIONEK - PEŁNE ADRESY (OMINIĘCIE BŁĘDÓW ŚCIEŻEK) */
@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("https://todex.pl/assets/fa/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://todex.pl/assets/fa/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://todex.pl/assets/fa/webfonts/fa-brands-400.woff2") format("woff2");
}

/* POWIĄZANIE KLAS Z CZCIONKAMI */
.fas, .fa-solid { font-family: "Font Awesome 7 Free"; font-weight: 900; }
.far, .fa-regular { font-family: "Font Awesome 7 Free"; font-weight: 400; }
.fab, .fa-brands { font-family: "Font Awesome 7 Brands"; font-weight: 400; }

/* LISTA IKON (KAŻDA DODANA TUTAJ LINIA TO JEDNA DZIAŁAJĄCA IKONA) */
.fa-gem:before { content: "\f3a5"; }           /* Naszyjniki / Klejnot */
.fa-star:before { content: "\f005"; }          /* Kolczyki / Gwiazda */
.fa-certificate:before { content: "\f0a3"; }   /* Broszki / Odznaka */
.fa-ring:before { content: "\f70b"; }          /* Bransoletki / Pierścień */
.fa-leaf:before { content: "\f06c"; }          /* Zawieszki / Listek */
.fa-gift:before { content: "\f06b"; }          /* Komplety / Prezent */
.fa-tag:before { content: "\f02b"; }           /* Metka */
.fa-tags:before { content: "\f02c"; }          /* Kategorie */
.fa-user:before { content: "\f007"; }          /* Konto użytkownika */
.fa-shopping-cart:before { content: "\f07a"; } /* Koszyk */
.fa-cart-shopping:before { content: "\f07a"; } /* Koszyk v6 */
.fa-bars:before { content: "\f0c9"; }          /* Menu (Hamburger) */
.fa-phone:before { content: "\f095"; }         /* Telefon */
.fa-envelope:before { content: "\f0e0"; }      /* Email */
.fa-facebook:before { content: "\f09a"; }      /* Ikona Facebook */
.fa-instagram:before { content: "\f16d"; }     /* Ikona Instagram */
.fa-chevron-down:before { content: "\f078"; }  /* Strzałka w dół */
.fa-chevron-right:before { content: "\f054"; } /* Strzałka w prawo */
.fa-check:before { content: "\f00c"; }         /* Potwierdzenie */
.fa-heart:before { content: "\f004"; }         /* Serce / Ulubione */
.fa-search:before { content: "\f002"; }        /* Szukaj */
.fa-map-marker-alt:before { content: "\f3c5"; } /* Lokalizacja */
.fa-truck:before { content: "\f0d1"; }         /* Dostawa */

/* POMOCNICZE WŁAŚCIWOŚCI */
.fa-lg { font-size: 1.25em; }
.fa-2x { font-size: 2em; }
.fa-fw { width: 1.25em; text-align: center; }