.browser-Firefox div.quantity input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

div.quantity.hidden {
	display: none !important;
}

.form-style-underlined div.quantity input[type="number"], .form-style-underlined div.quantity input[type="text"] {
	border-top-style: solid;
}