/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

.attribute-item.product-quantities > span {
    font-weight: bold;
    background-color: #96bf0d;
    color: white;
    font-size: 1.1em;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

span.product-availability.product-available {
    display: none;
}

div.product-availability-top {
    margin-right: 0;
}

span.product-availability.product-available-order {
    background-color: #d88b17;
    color: white;
}
