.buy_error_tip {
    color: #b00;
    display: none;
    position: relative;
    width:100%;
    top: 20px;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    text-indent: 0;
    text-align: left;
    margin: 0 auto;
}
.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;
    color: #282828;
    font-size: 13px;
}

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

#bread-btn-cntnr{
    display: flex;
    position: relative;
    width:100%;
    font-size: 13px;
    gap: 4px;
}

#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);
}

#bread-checkout-btn {
    @apply h-21px;
}
span#bread_btn_image:after {
    background-repeat: no-repeat;
    background: url(../../images/breadpay.svg);
    background-position: center;
    background-size: 100% 100%;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    width: 42px;
    vertical-align: text-bottom;
    content: '';
    margin-left: 5px;
}