/*
Theme Name: The Retailer Child
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 1.0
*/

/* Nasconde il badge/testo out of stock nella pagina del singolo prodotto */
.single-product .out-of-stock, 
.single-product .stock.out-of-stock {
    display: none !important;
}

.single-product .product_meta .sku_wrapper {
    display: none !important;
}