.woocommerce ul.products li.product .wssv-label {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em -.5em 0 0;
}

.woocommerce span.wssv-label {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .400em;
    font-size: 0.8em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}