/*!
 * NECOX Product Showcase - Font Awesome 5 Minimal Subset
 * Sadece pluginde kullanılan ikonlar dahil edilmiştir.
 * Kaynak: Font Awesome Free 5.15.4 (https://fontawesome.com)
 * Lisans: Icons: CC BY 4.0, Fonts: SIL OFL 1.1
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/fa-solid-900-subset.woff2') format('woff2'),
         url('../fonts/fa-solid-900-subset.ttf') format('truetype');
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fa-brands-400-subset.woff2') format('woff2'),
         url('../fonts/fa-brands-400-subset.ttf') format('truetype');
}
.fas,.far,.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; }
.fas { font-family:'Font Awesome 5 Free'; font-weight:900; }
.fab { font-family:'Font Awesome 5 Brands'; font-weight:400; }
.fa-chevron-left::before  { content:"\f053"; }
.fa-chevron-right::before { content:"\f054"; }
.fa-times::before         { content:"\f00d"; }
.fa-play-circle::before   { content:"\f144"; }
.fa-images::before        { content:"\f302"; }
.fa-phone::before         { content:"\f095"; }
.fa-map-marker-alt::before{ content:"\f3c5"; }
.fa-info-circle::before   { content:"\f05a"; }
.fa-plug::before           { content:"\f1e6"; }
.fa-whatsapp::before      { content:"\f232"; }
