.stock-qty {
    margin-top: 18px;
    display: block;
}

.in-stock-item {
    color: #5bb300;
    font-weight: 700;
}
.out-of-stock{
    color: #fed700;
    font-weight: 700;
}