.quickAddButtonWrapper {
  background-color: var(--backgroundColor);
  border-radius: 20px;
  border: 1px solid var(--primaryColor);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.numberOfItemsWrapper {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.numberOfItems {
  color: var(--textDarkColor);
  padding: 0px 5px;
  font-weight: bold;
  font-size: 0.9rem;
}
