/*
Theme Name: eStore Child Theme
Theme URI: http://themegrill.com/themes/estore/
Description: Estore Child Theme
Author: ThemeGrill
Author URI: http://themegrill.com
Template: estore
Version: 1.0
*/
/* =Theme customization starts here
------------------------------------------------------- */

/**** Rupture de stock ****/
.soldout {
	padding: 3px 8px;
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 12px;
}