/* ========================= STYLE FOR QUICKSHOP =========================== */

#em_quickshop_handler {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	display:inline-block;
	background: #000;
	width:100px;
	text-align:center;
}

#em_quickshop_handler span span {
	padding:5px 0;
	display:inline-block;
}

.pp_woocommerce .product span.onsale, 
html .woocommerce .pp_woocommerce .product span.onsale, 
html .woocommerce-page .pp_woocommerce .product span.onsale {
	top:6px;
}

.pp_woocommerce table.group_table td.price .amount {
	position:relative;
	top:2px;
}

.pp_woocommerce table.variations td.label label {
	position:relative;
	top:3px;
}