/*
 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.5.6
 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
*/


@media (min-width: 1430px) {
    .container {
        /* width: 1430px;
        max-width: 1430px; */
    }
}

body.page-template-template-homepage-v2 .content-area{
    width: 100%;
}
.footer-bottom-widgets {
    background-color: #0a77a7;
}
.copyright-bar{
    background-color: #005a81;
    color: #fff;
}
.copyright-bar a {
    color: #fff;
}
footer {
    color: #fff;
}
.footer-social-icons .social-icons a,
footer a{
    color: #fff;
}
.product .product-outer.product-item__outer{
    border: 1px solid #ccc;
}
.fix_tel{
    left: unset;
    right: 5px;
}
.fix_chatZalo{
    right: 2%;
    left: unset;
}
.social-icons-color .fa-instagram{
    color: #fff;
}
@media (max-width: 768px) {
    footer .handheld-footer{
        background-color: #0a77a7;
    }
    .handheld-footer.v2 .handheld-widget-menu .columns{
        width: 100%;
    }
}