.mollie-gateway-icon {
vertical-align: bottom;
}
label .mollie-gateway-icon {
float: right;
max-height: 24px !important;
}
.mollie-gateway-icon svg {
float: right;
}
.mollie_custom_icon {
padding: 1em;
}
#mol-paypal-settings-icon {
margin-left: 1em;
}
#mol-icons-container {
background: white;
}
.mol-responsive-table-3 {
display: flex;
flex-wrap: wrap;
background: white;
padding: 10px;
}
.mol-responsive-table-3 > * {
width: 100%;
padding-top: 8px;
}
@media (min-width: 768px) {
.mol-responsive-table-3 > * {
width: 33.3333333333%;
}
}.custom-input {
margin-bottom: 1.5em;
display: flex;
flex-direction: column;
}
.custom-input label {
margin-bottom: 0.5em;
font-weight: bold;
}
#billing-birthdate,
#billing-phone-in3 {
width: 100%;
padding: 0.75em;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 1em;
margin-bottom: 1.25em;
}
#billing-birthdate {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}.buttonDisabled {
opacity: 0.2;
}
.apple-pay-button {
display: inline-block;
width: 100%;
-webkit-appearance: -apple-pay-button;
-apple-pay-button-type: checkout; }
.apple-pay-button-black {
-apple-pay-button-style: black;
}
.apple-pay-button-white {
-apple-pay-button-style: white;
}
.apple-pay-button-white-with-line {
-apple-pay-button-style: white-outline;
}