/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.stock.in-stock .stock-negozio {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.stock.in-stock .stock-fornitore {
    display: block;
    font-size: 14px;
    color: #2196F3;
    margin-bottom: 5px;
}
.stock.in-stock .stock-totale {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e0e0e0;
}