.buy_error_tip {
    background-color: white;
    color: black;
    display: none;
    position: relative;
    width:80%;
    top: -30px;
    padding: 5px 7px;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    border: 2px solid #b00;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 500
}
.buy_error_tip:after {
    content: attr(data-content);
}

.button-prevent{
    cursor: pointer;
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 99999
}

.payment-method #bread-checkout-btn[data-bread-default-size="true"] {
    width: 200px;
    height: 50px;
    padding: 0;
}

#bread-btn-cntnr{
    display: inline-block;
    position: relative
}

#bread-btn-cntnr-minicart{
    display: inline-block;
    position: relative
}

#bread-checkout-btn-minicart {
    margin-top: 20px;
}

.button-prevent:hover span.buy_error_tip {
    display: block;
}

.checkout_error_tip {
    background-color: white;
    color: black;
    width:80%;
    top: -30px;
    padding: 5px 7px;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    border: 2px solid #b00;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Mageplaza One Step Checkout plugin compatibility 
   https://github.com/mageplaza/m2-one-step-checkout-releases/blob/e9de9ee0595e585cf726fd9339a66efaa30a9c59/m2-one-step-checkout-v2.0.1-v2.1.0-patch.sh#L6176
*/
.payment-method-content .actions-toolbar {
    display: block !important;
}