 .soldout {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	padding: 3px 8px;
	text-align: center;
	background: #222;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 40%;
	right: 40%;
	font-size:15px;
	z-index:2;
	border-radius: 50%;
}
.soldout-single {
	display:flex;
	align-items:center;
	width:60px;
	height:60px;
	padding: 3px 8px;
	margin:10px 0 30px 0;
	text-align: center;
	background: #222;
	color: white;
	font-weight: bold;
	border-radius: 50%;
}
.soldout-single-product {
	margin:auto;
}