.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;
}