.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-size: 15px;
    margin: 7px 0;
    text-align: center;
}

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