table.views-table tbody tr,
div.field--name-total-price,
th.views-field-field-item-type,
td.views-field-field-item-type {
  display: none;
}

table.views-table tbody tr.show {
 /* background-color: #b8daff;*/
}

div.view-commerce-cart-form .order-total-line-label {
  display: inline-block;
  padding-right: 2em;
}

/* doesnt go here */
div.messages--status {
  display: none;
}

.view-cart-quote-modal .form-actions {
  display: none;
}
