/* CSS */
@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        width: 100%;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
}

.google-pay-button {
    background: url('/public_web/img/googlepayw.svg') no-repeat center;
    background-color: black !important;
}

.google-pay-button:before {
    display: none !important;
}