#direct-payment-wrapper {
    display: block;
    width: 100%;
    text-align: center !important;
}

.cart #direct-payment-wrapper {
    float: left;
    text-align: left !important;
}

#direct-payment-wrapper a.direct-payment-button,
#direct-payment-wrapper button.direct-payment-button {
    display: inline-block !important;
    padding: 0 !important;
    width: 100% !important;
    text-transform: initial !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
    background: #0094FF !important;
}

#direct-payment-wrapper button.direct-payment-button.product-page {
    max-width: 250px !important;
}

#direct-payment-wrapper a.direct-payment-button:hover,
#direct-payment-wrapper button.direct-payment-button:hover,
#direct-payment-wrapper a.direct-payment-button:focus,
#direct-payment-wrapper button.direct-payment-button:focus {
    text-decoration: none !important;
}

#direct-payment-wrapper a.direct-payment-button img,
#direct-payment-wrapper button.direct-payment-button img {
    padding: 5px 0 !important;
    width: calc(100% - 30px) !important;
    max-width: 250px !important;
    height: auto !important;
    margin: auto !important;
}

.woocommerce-variation-add-to-cart-disabled #direct-payment-wrapper button[name="add-to-cart-direct"] {
    opacity: 0.2 !important;
    pointer-events: none !important;
}

.product #direct-payment-wrapper button.direct-payment-button {
    margin-top: 20px !important;
}

.woocommerce-cart #direct-payment-wrapper a.direct-payment-button {
    margin: 20px auto 0 !important;
}

.woocommerce-checkout #direct-payment-wrapper a.direct-payment-button {
    margin: 0 auto 20px !important;
}

button.direct-payment-button.button.alt,
a.direct-payment-button.button.alt,
button.direct-payment-button.button.alt:hover,
a.direct-payment-button.button.alt:hover {
    background: #0094FF !important;
    font-size: 0;
}

button.direct-payment-button.button.alt::after,
a.direct-payment-button.button.alt::after,
button.direct-payment-button.button.alt:hover:after,
a.direct-payment-button.button.alt:hover:after {
    display: none !important;
    font-size: 0 !important;
    opacity: 0 !important;
}
