.aw-stock-count-wrapper {
    position: relative;
    display: inline-block;
}

.aw-stock-count-wrapper .aw-stock-count {
    position: relative;
    display: inline-block;
    line-height: 1rem;
    font-family: "Ubuntu", Sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin: 7px 0;
    text-align: center;
}

.aw-stock-count-wrapper .aw-stock-count .woocommerce-price-suffix {
    font-size: 0.5em;
}

.aw-stock-count-wrapper .aw-stock-count:before {
    content: ' ';
    height: 15px;
    width: 15px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 25px;
}

.aw-stock-count-wrapper .aw-stock-count-in-stock::before {
    background-color: #07ba07;
}

.aw-stock-count-wrapper .aw-stock-count-one::before,
.aw-stock-count-wrapper .aw-stock-count-backorder:before  {
    background-color: rgb(249, 174, 12);
}

.aw-stock-count-wrapper .aw-stock-count-out-of-stock::before{
    background-color: red;
}

/* Levertijdmelding (module awcf_levertijd_melding) */
.aw-stock-count-wrapper .aw-stock-count-levertijd {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    margin: 4px 0;
}

.aw-stock-count-wrapper .aw-stock-count-levertijd::before {
    background-color: #1e73be;
    vertical-align: middle;
}

.aw-stock-count-wrapper .aw-stock-count-levertijd-plain::before {
    display: none;
}
