/*
|--------------------------------------------------------------------------
| BREAKDOWN
|--------------------------------------------------------------------------
*/

.wbss-breakdown {

    display: block;

    margin-top: 8px;

    font-size: 13px;

    color: #666;

    line-height: 1.8;
}

.wbss-breakdown div {

    margin-top: 2px;
}

/*
|--------------------------------------------------------------------------
| BLOCK PLACE ORDER BUTTON
|--------------------------------------------------------------------------
*/

body.wbss-non-au
.wc-block-checkout__actions_row button,

body.wbss-non-au
.wc-block-components-checkout-place-order-button {

    opacity: 0.45 !important;

    pointer-events: none !important;

    cursor: not-allowed !important;

    filter: grayscale(1);
}

/*
|--------------------------------------------------------------------------
| OPTIONAL MESSAGE
|--------------------------------------------------------------------------
*/

body.wbss-non-au
.wc-block-checkout__actions_row::before {

    content:
        "Shipping outside Australia is unavailable.";

    display: block;

    margin-bottom: 12px;

    color: #cc0000;

    font-weight: 600;
}

