table.cart {
  width: 100%;
}

table.cart th,
table.cart td {
  padding: 12px 16px;
  line-height: 1.2;
}

table.cart td.product-name .amount {
  margin-top: 10px;
  font-weight: 400;
  display: block;
}

table.cart td.product-name .quantity {
  width: 100px;
}

table.cart td.product-name .quantity input.qty {
  max-width: 100%;
  min-height: auto;
  padding: 12px 16px !important;
}

table.cart td.product-name .remove {
  font-size: 12px;
}
