/*
 Theme Name:    Electro Child 63
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.4.4
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

/* ---------------------------------------------------------------
   Fix: X/Twitter icon — FA6 brand icon used with old "fa" prefix.
   The v4-shims don't cover new FA6-only icons like fa-x-twitter
   and fa-square-x-twitter, so force Brands font explicitly.
--------------------------------------------------------------- */
.fa-x-twitter::before,
.fa-square-x-twitter::before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    content: "\e61b";   /* fa-x-twitter */
}
.fa-square-x-twitter::before {
    content: "\e61a";   /* fa-square-x-twitter */
}

