
/**
 * Paypal Button Style
*/
body.woocommerce-checkout.tmpcoder-single-checkout .place-order .button.paypal-button {
    background: #ffc439 !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none;
}
body.woocommerce-checkout.tmpcoder-single-checkout .place-order .button.paypal-button:hover {
    background: #ffc439 !important;
    filter: brightness(0.95);
}
body.woocommerce-checkout.tmpcoder-single-checkout .place-order .button.paypal-button img {
    height: 24px;
}