
/* 
 Theme Name:     Anticipate DIVI Child
 Author:         Govard-Jan de Jong voor Anticipate
 Author URI:     http://www.anticipate.nl
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.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';
}
