/* 
 Theme Name:     Use this One
 Template:       Divi 
 Version:        1.0.0 
*/ 


.woo-thumbnail-wrap { position: relative; }
.outofstock .woo-thumbnail-wrap:before {
	content: "";
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
}

.outofstock .woo-thumbnail-wrap:after {
	content: "Sold";
	color: white;
	position: absolute;
	background: rgba(223, 42, 31);
	border-radius: 5%;
	text-align: center;
	width: 80px;
	height: 40px;
	top: calc(12% - 35px);
	left: calc(76% - 35px);
	font-size: 1.6em;
	font-weight: normal;
	display: inherit;
	align-items: center;
}