#spe-wc-stripe-payment-request-wrapper {
    display: none;
}

div.cart_container #spe-wc-stripe-payment-request-button-separator {
    align-items: center;
	justify-content: center;
}

.express-checkout .wcppec-checkout-buttons {
    margin: 0;
}

.paypal-loader-overlay {
    display: none;
}

@media only screen and (min-width: 768px) {
    .express-checkout {
        width: 100%;
        padding: 30px 35px;
        border: 1px solid rgba(125, 125, 125, 0.26);
    }

    .express-checkout > h3 {
        margin: 0;
        position: absolute;
        left: calc(50% - 105px);
        width: 210px;
        margin-top: -43px !important;
        background: #f8f8f8;
        text-align: center;
    }

    #spe-wc-stripe-payment-request-button {
        width: 100%;
    }

    .speero_separator_center_line {
        background: linear-gradient(180deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px));
    }

    #spe-wc-stripe-payment-request-button-separator {
        margin: 0;
        position: absolute;
        left: calc(50% - 29px);
        margin-top: 17px;
        background: #f8f8f8;
        width: 58px;
        text-align: center;
    }

    #spe-wc-stripe-payment-request-wrapper ~ #wc-stripe-payment-request-wrapper {
        display: none !important;
    }

    .cart_container #wc-stripe-payment-request-wrapper,
    .cart_container #wc-stripe-payment-request-button-separator {
        display: none !important;
    }
    
    .cart_container #spe-wc-stripe-payment-request-wrapper,
    .cart_container #spe-wc-stripe-payment-request-button-separator {
        display: none !important;
    }
    
    #spe-wc-stripe-payment-request-wrapper + #spe-wc-stripe-payment-request-wrapper {
        display: none !important;
    }

    div.cart_container #spe-wc-stripe-payment-request-wrapper {
		margin-bottom: 30px;
	}

    /* Express checkout Moved to top */
    .express-checkout {
        margin: 40px 0 20px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 30px;
        justify-content: center;
        position: relative;
    }

    .express-checkout > h3 {
        flex: 1 0 100%;
        background: #fff;
    }

    #spe-wc-stripe-payment-request-button-separator {
        display: none !important;
    }

    .express-checkout .woo_pp_cart_buttons_div,
    .express-checkout #spe-wc-stripe-payment-request-wrapper {
        flex: 1 0 50%;
        max-width: 300px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    #spe-wc-stripe-payment-request-wrapper {
        width: 100%;
    }

    .express-checkout h3 {
        font-size: 16px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    #spe-wc-stripe-payment-request-button {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .speero_separator_center_line {
        background: linear-gradient(180deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px));
    }

    .cart_container #wc-stripe-payment-request-wrapper,
    .cart_container #wc-stripe-payment-request-button-separator {
        display: none !important;
    }
    
    .cart_container #spe-wc-stripe-payment-request-wrapper,
    .cart_container #spe-wc-stripe-payment-request-button-separator {
        display: none !important;
    }

    .speero_separator_center_line p {
        background: #fff;
        text-align: center;
        margin: 0.5em auto 1.5em auto;
        max-width: 54px;
    }

	div.cart_container #spe-wc-stripe-payment-request-button-separator {
	    align-items: center;
	    position: relative;
	    margin-top: 0px;
	}
	
	div.cart_container #spe-wc-stripe-payment-request-button-separator::before,
	div.cart_container #spe-wc-stripe-payment-request-button-separator::after {
	    content: '';
	    flex-grow: 1;
	    background: #c6c6c6;
	    height: 1px; 
	    margin: 0 15px;
	}
	
	div.cart_container #spe-wc-stripe-payment-request-button-separator::before {
	    margin-left: 0;
	}
	
	div.cart_container #spe-wc-stripe-payment-request-button-separator::after {
	    margin-right: 0;
	}
}