/* Product title and subtitle font size override */
table.cart td h3,
table.cart td .subtitle {
    font-size: 18px;
}
/* Cart page overrides */
table.cart tr.subtotal th:first-child {
    text-align: right;
}
