.cart-section {
  padding: 7rem 0;
  background-color: #eff2f1;
}
table {
  min-width: 700px;
  overflow: hidden;
  width: 100%;
}
.table-head {
  border-bottom: 3px solid black;
}
.thead-title {
  font-size: 20px;
  padding-bottom: 25px;
}
.table-items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid gainsboro;
}
.quantity-input {
  text-align: center;
  width: 50px;
  height: 50px;
}
