/*
 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.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
*/
.header-category{
	font-size:2rem;
}


/* Etiqueta envíos en ficha producto */
.shipping-single-product-label{
    font-size: 1.1em;
    color: white;
    background-color: #008000ad;
    padding: 5px 10px;
}

/* Etiqueta envio gratis layout productos */
img.freeshipping {
    width: 55px !important;
	position: absolute;
    right: 10px;
    bottom: 40px;
    z-index: 100;
}