.soldout {
padding: 3px 8px;
text-align: center;
background: #222;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 12px;
}
body.single-product.verkocht .woocommerce-Price-amount {
text-decoration: line-through;
}
body.single-product.verkocht p.price::after {
content: ' Verkocht';
}
li.product.outofstock .woocommerce-Price-amount {
text-decoration: line-through;
}
li.product.outofstock span.price::after {
content: ' Verkocht';
}