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

@media only screen and (min-width: 768px) {
    #spe-wc-stripe-payment-request-wrapper{
        width: 100%;
        padding: 30px 35px;
        border: 1px solid rgba(125, 125, 125, 0.26);
    }

    #spe-wc-stripe-payment-request-wrapper > h3 {
        margin: 0;
        position: absolute;
        left: calc(50% - 105px);
        width: 210px;
        margin-top: -43px;
        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-wrapper > p {
        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;
    }
}

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

    #spe-wc-stripe-payment-request-wrapper 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;
    }
}