.button-area-line {
	margin: 5px 5px 5px 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}

div.inputWrapper {
	width: 75%;
	display: inline-block;
	margin-bottom: 10px;
}

	div.inputWrapper input.renderAssProd {
		min-width: 68px;
		background-color: lightgray;
		padding: 0.5em;
		font-size: 0.8em;
		margin: 0px;
		margin-top: 0px;
		color: black;
		text-decoration: none;
		flex-grow: 1;
		text-align: center;
		max-width: 50%;
		border: none;
		margin-top: 4px;
	}

		div.inputWrapper input.renderAssProd.active {
			background-color: darkgrey;
		}

.additional-details {
	min-height: 16px;
}

.add-to-cart-buttons-wrapper {
	margin-bottom: 25px;
}

#midStock {
	background: orange;
	color: white;
}

#lowStock {
	background-color: #ff5a5a;
	color: white;
}

#highStock {
	background: green;
	color: white;
}
