p.payment_module.eanpayment a {
	padding-left: 15px;
}
p.payment_module.eanpayment img {
	margin: 1px 2px 1px 0px;
}
p.payment_module.eanpayment a:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 15px;
	margin-top: -11px;
	top: 50%;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777;
}

/* New override style */
.new-myaccount .right-box h6 {
	font-weight: 300;
	line-height: 1.5;
}

form#ean-customer-form label {
	font-size: 15px;
	font-weight: 300;
}

body#module-eanpayment-setting #option-payment {
	display: flex;
	align-items: center;
	margin-top: 0px;
	gap:15px;
}

form#ean-customer-form button.btn.btn-primary.form-control-submit.float-xs-right{
	background: #02ac7d;
	border-radius: 50px;
	border: none;
	color: #fff;
	font-weight: 300;
}

body#module-eanpayment-setting #option-payment p{
	margin: 0;
}