/** Gateway styles **/
/*-----------------------------------------------------------------------------------
 All of the CSS for your public-facing functionality should be included in this file.
---------------------------------------------------------------------------------- */
div.wbp-westernbid-redirect-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    font-size: 16px;
}
div.wbp-westernbid-redirect-block > p {
    margin-top: 4%;
    font-size: 20px;
    font-family: 'Sans-serif';
    color: #333;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    max-height: 50px;
}