/* CSS for styling the discount total in the mini-cart */
.widget_shopping_cart p.total.discounts-total {
    color: #018342;
    font-size: 15px;
    margin-bottom: -1.2em; /* Default was -1.2em */
    order: 1;
    border-top: 1px solid #e2e2e2 !important; /* Manually added for design issue */
}
.widget_shopping_cart p.total.discounts-total strong {
    font-weight: normal;
}
.shoptimizer-mini-cart-wrap .widget_shopping_cart .discounts-total .amount {
    margin: 0;
    font-weight: normal;
    color: #018342;
}
.shoptimizer-mini-cart-wrap .widget_shopping_cart .discounts-total .amount bdi {
    color: #018342;
}
.widget_shopping_cart p.total {
    order: 2;
    border-top: none !important; /* Manually added for design issue */
}
.widget_shopping_cart p.buttons {
    order: 3;
}
.shoptimizer-mini-cart-wrap .cart-drawer-below {
    order: 4;
}

/* CSS for the discount row on cart and checkout pages */
.cart-discount-total, .cart-discount-total th, .cart-discount-total td {
    color: #018342 !important;
}
.cart-discount-total th {
    font-weight: normal; /* To match mini-cart style */
}