.woocommerce span.soldout, .woocommerce-page span.soldout {
min-height: 52px;
min-width: 52px;
padding: 4px;
font-size: 10px;
font-weight: bold;
position: absolute;
text-align: center;
line-height: 52px;
top: 6px;
left: 6px;
margin: 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 40px;
background: #C11B17;
background: -webkit-gradient(linear,left top,left bottom,from(#C11B17),to(#7E2217));
background: -webkit-linear-gradient(#C11B17,#7E2217);
background: -moz-linear-gradient(center top,#C11B17 0,#7E2217 100%);
background: -moz-gradient(center top,#C11B17 0,#7E2217 100%);
text-shadow: 0 -1px 0 #7E2217;
color: #fff;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),inset 0 -1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),inset 0 -1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),inset 0 -1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2);
}
.woocommerce ul.products li.product .soldout, .woocommerce-page ul.products li.product .soldout {
top: 0;
right: 0;
left: auto;
margin: -6px -6px 0 0;
}