.item-quantity {
  width: 20px;
}

.item-name {
  width: 50%;
}

.item-increment {
  width: 20px;
}

.item-decrement {
  width: 20px;
}

.itemRow {
  padding-top: 20px;
  border-bottom: solid 1px #ccc;
}

.item-remove {
  padding-top: 20px;
  padding-bottom: 20px;
  color: red;
}

.headerRow {
  height: auto;
  border-bottom: solid 1px #ccc;
}
/*
.headerRow .item-remove {
  display: none;
}
  */

.opencart {
  cursor: pointer;
}

