html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.product-name {
    font-weight: 500;
    height: 3rem;
    overflow: hidden;
}

.number-input > .quantity {
    width: 70px;
}