.option-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.quantity:before {
  background: transparent;
}

.quantity:after {
  box-shadow: none;
  border-bottom: 1px solid #222;
}

.quantity{
  min-height: unset;
}