/*
 Theme Name:    Electro Child
 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:       2.0.9
 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
*/
/* WooCommerce show/hide password icon */
/* Default state → show eye icon */
/* .password-input .show-password-input::before {
 font-family: "Font Awesome 6 Free";
    content:"\f070" !important;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
}
  */
/* When clicked (password visible) → eye-slash icon */
/* .password-input .show-password-input.display-password::before {
font-family: "Font Awesome 6 Free";
    content: "\f06e" !important;  
} */

/* Default: password hidden → eye icon */

.show-password-input::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    content: "\f070 " !important; 
    speak: none;

}
 
/* Password visible → eye slash icon */

.show-password-input.display-password::before {

   font-family: "Font Awesome 6 Free" !important;
   content: "\f06e" !important; /* fa-eye-slash */

}

#home-image-center {
    justify-content: center !important;
}