.product-quantity-selector {
  display: inline-flex;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}

.product-quantity-selector button {
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  background-color: #eff0f3;
}

.product-quantity-selector input {
  width: 42px;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
