.woocommerce span.soldout, .woocommerce-page span.soldout {
	font-family: "Josefin Sans Std", "Josefin Sans", "Gill Sans", "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	min-height: 60px;
	min-width: 80px;
	padding: 6px;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 60px;
	top: 0px;
	left: 0px;
	margin: 0;
	background: rgba(132, 207, 200, 0.9);
	color: #fff;
	letter-spacing: 3px;
}