/* Carmo DAP notice (carmouk): friendly "ships from the Netherlands" panel on checkout_payment */
.carmo-dap-notice h4 {
	margin-bottom: 6px;
}
.carmo-dap-notice .carmo-dap-box {
	background: #fff7f0;
	border: 1px solid #ffd9b3;
	border-left: 4px solid #ff6600;
	border-radius: 6px;
	padding: 14px 16px;
	margin: 4px 0 18px;
}
.carmo-dap-notice .carmo-dap-desc {
	margin-bottom: 10px;
	line-height: 1.55;
	color: #333;
}
.carmo-dap-notice input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: middle;
}
.carmo-dap-notice .checkboxLabel {
	font-weight: bold;
	color: #d24600;
	cursor: pointer;
}
