.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
    position: relative;
}

.awcf-uitverkocht-label {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 9;
    display: inline-block;
    padding: 6px 12px;
    background: #2c2c2c;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

li.product.outofstock .price {
    text-decoration: line-through;
    opacity: 0.6;
}
