/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* CSS Affichage nombre de produits vendus */



.stock.in-stock {
    font-weight: bold; /* On met le texte en gras */
	background-color: #ffffff; /* On met une couleur de fond grise */
	text-align:center; /* On centre le texte */
	padding-top:5px; /* On met une marge interne supérieure de 10pixels */
	margin-bottom:10px; /* On met une marge externe inférieure de 10pixels  */
    color:black; 

} 
.woocommerce div.product p.stock { 
font-size: 2em;
}
