
.buttonDisabled {
	opacity: .2;
}

.apple-pay-button {
	-apple-pay-button-type: checkout;
	-webkit-appearance: -apple-pay-button;
	display: inline-block;
	width: 100%;
}

.apple-pay-button-black {
	-apple-pay-button-style: #000;
}

.apple-pay-button-white {
	-apple-pay-button-style: #fff;
}

.apple-pay-button-white-with-line {
	-apple-pay-button-style: white-outline;
}
