/* Print Styles */

body {
    font-size: 12px;
}

.print-cart-table .upr {
    text-align: left;
}
.print-cart-table .qty {
    text-align: center;
    white-space: nowrap;
}
.print-cart-table .npr {
    text-align: right;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}