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

/* CSS */
 
.soldout {
padding: 3px 8px;
text-align: center;
background-color:#009999;
z-index:10;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 16px;
}

.single-product .woocommerce-variation-availability p.stock {
display: block;
}

.single-product .product-type-variable .availability { 
display: none;
}




