.meb2b-cart-buttons {
	margin-top: 20px;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.meb2b-cart-buttons .button {
	margin-right: 10px;
	margin-bottom: 10px;
}

.meb2b-cart-buttons .button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

