/* Label: WooCommerce Backorder */

/* --------------------------------------------------------------
   BACKORDER / PREORDER
-------------------------------------------------------------- */

.backorder_notification,
.available-on-backorder {
    display: none !important;
}

/* Custom backorder message */
.backorder_notification.custom {
    display: block !important;
    font-size: 13px !important;
    font-style: italic !important;
    line-height: 1.5 !important;
    margin: 8px 0 10px !important;
}

/* Cart preorder message */
.woocommerce-cart .preorder-message {
    display: block !important;
    font-size: 12px !important;
    font-style: italic !important;
    margin-top: 5px !important;
}

.preorder-message a {
    font-weight: bold !important;
}

/* Mini-cart preorder tag */
.mini-preorder-message {
    color: darkgreen !important;
    font-weight: bold !important;
    font-size: 12px !important;
}
