/* APM Quantity UI: label + hide/show quantity box */

.quantity.is-hidden {
    display: none !important;
}

.qty-messages {
	font-size: 16px;
    margin-bottom: .75rem;
}

.qty-messages .stock-badge {
    display: inline-block;
}

.woocommerce div.product form.cart {
	margin-bottom: 1em;
}