.pay_only_deposit_radio label {
	position: relative !important;
	display: inline-block !important;
	margin: 0 10px 0 0 !important;
	background: #fff;
	font-size: 18px !important;
	border-radius: 4px;
	padding: 3px 20px !important;
	cursor: pointer;
	pointer-events: auto !important;
	color: #4B4F58;
}

.pay_only_deposit_radio input {
	display: none !important;
}

.pay_only_deposit_radio label:hover {
	background: #d6d6d6;

}

.pay_only_deposit_radio input:checked+label {
	background: #e61e23;
	color: #fff !important;
}

#deposit_notice {
	display: none;
	line-height: 1.5;
	background: rgb(213 61 44 / 19%);
	padding: 14px 20px;
	border-radius: 7px;
	font-size: 15px;
}
