/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
/* CSS pourcentage promotion WooCommerce */

.pourcentage {
	background-color: #FF0000;
	display: block;
	width:25%;
	margin:auto;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	text-align:center;
	border-radius: .25em;
}

/* affiche rupture stock 
 * 
 */
 
/* affiche rupture stock obsolète : voir theme parents pluin "swift framework"->"swift-framework.php"-> badge product
 * 

 
.soldout {
	position: absolute;
	display: inline-block;
	border-radius: 0;
	top: 15px;
	left: 15px;
	padding: 15px 15px;
	background: #000;
	color: #ff0000;
	z-index: 10;
	font-size: .9em;
	line-height: 1;
	min-height: 0;
	margin: -.5em -.5em 0 0;
}
 */


/* arrondi bouton*/
a.sf-button.sf-button-rounded {
    border-radius: 5px;
}

/*Modifier la typo dans le dérouleur de taille en page article*/
.variations  {
	font-family: Arial,sans-serif; }



/*Centrer les titres des element, colonne, bloc texte etc*/
h3.spb-heading {
    text-align: center;
}
.title-wrap .spb-heading  { 
	float: none;	}
	
	
	
p.demo_store {
background: #c50000!important;
color: white;
font-weight: bold;
}