/**
 * Add store view specific css here
 */

.cart-table .product-name {
    font-size: 1em;
    font-weight: bold;
}


.data-table tr.odd td, .data-table tr.odd th {
    border-right: 0px solid #f5f5f5;
}

.data-table tr.even td, .data-table tr.even th {
    border-right: 0px solid #f5f5f5;
}

.data-table tr.even {
    background: none;
}

.data-table tr{
    border-bottom: 1px solid #f5f5f5;
}

.cart-table thead tr {
    border-top: 1px solid #e5e5e5;
}

.additional-bg-color, .block-layered-nav .currently, .block-layered-nav .actions, .cart .totals, .checkout-agreements li {
    background: none;
}

.cart .totals {
    background: none;
}
span.item-discounts, span.item-discounts-prices{
    display: inline-flex;
}
