.bapp-min-order {
    margin: 0 0 1.5em;
    padding: 1em 1.25em;
    border: 1px solid #e2e4e7;
    border-radius: 6px;
    background: #fbfbfc;
}

.bapp-min-order__message {
    margin: 0 0 .75em;
    font-size: .95em;
    line-height: 1.4;
}

.bapp-min-order__track {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e6e8ea;
}

.bapp-min-order__fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: #2271b1;
    transition: width .3s ease;
}

.bapp-min-order--reached {
    border-color: #b7e3bf;
    background: #f4fbf5;
}

.bapp-min-order--reached .bapp-min-order__fill {
    background: #46b450;
}

/* Mini cart: keep the bar compact inside the dropdown. */
.widget_shopping_cart .bapp-min-order,
.woocommerce-mini-cart__buttons + .bapp-min-order {
    margin-bottom: 1em;
    padding: .75em .85em;
}

/* Disabled checkout buttons, wherever the theme puts them. */
.bapp-min-order-disabled,
#place_order:disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}
