.cart-stock-wrapper {
    margin-top: 5px;
    font-family: inherit;
}

.cart-stock-qty {
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
}

.cart-stock-bar {
    background: #eee;
    border-radius: 4px;
    width: 100%;
    height: 6px;
    overflow: hidden;
    margin-bottom: 3px;
}

.cart-stock-bar-fill {
    height: 100%;
    border-radius: 4px;
}

.low-stock-text {
    color: #d9534f; /* Bootstrap red */
    font-weight: bold;
    font-size: 0.9em;
}

.out-of-stock-text {
    color: gray;
    font-weight: bold;
}
