/*
 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.2.3
 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
*/
.footer-bottom-widgets {
    background-color: #FFEAF4 !important;
}


tr.woocommerce-shipping-totals.shipping {
    display: none;
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

    .woocommerce-order-pay .order_details,
    .woocommerce-order-pay .qr-code-area,
    .woocommerce-order-pay input.muppay-btn {
        width: 100% !important;
    }

}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 370px) {

    .products-carousel-tabs .nav-link {
        font-size: 15px;
    }
    
}




.single-product .loop-product-tags, .single-product .loop-product-tags a {
    color: #8f8e94;
}