/*
 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:       3.6.2
 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
*/
@import url("css/all.min.css"); /* Using a url */

.add-to-compare-link {
	display: none;
}
.copyright-bar {
    background: #FDD613;
    color: #2C398A;
}
.footer-bottom-widgets {
    background-color:  #2C398A;
    color: white;
}
.footer-bottom-widgets ul>li>a , .footer-social-icons .social-icons>li+li {
    color: white;
}
.footer-social-icons .social-icons a {
      color: white;
} 
.copyright-bar .container{
	    justify-content: center;
    display: flex;
}
.handheld-footer ,.handheld-footer .handheld-footer-bar {
    background-color: #e0e0e0;
    color: #2c398a;
}
.handheld-footer .footer-social-icons .social-icons-color li a{
	 color: white;
}
.mobile-header-v2{
	background-color:#2c398a !important;
	color:white !important;
}
.mobile-handheld-department ul.nav li a{
	color:white;
}
/** icon lfou9 **/
.mobile-header-v2-inner .handheld-header-links>ul li>a , .off-canvas-navigation-wrapper .navbar-toggler, .off-canvas-navigation-wrapper button{
color:white;
}
.widget-column:has(> #custom_html-3) {
  width: 100%; /* la largeur que tu veux */
}
#menu-vide{
	display:none;
}
@media screen and (max-width:600px){
	.desktop-footer .footer-widgets .widget-column:last-child {
  display: block;
}
}
