.north-bricks-product-quantity {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.north-bricks-product-quantity input[type="text"] {
  text-align: center;
  width: 75px;
}

.north-bricks-product-quantity button {
  width: 30px;
  text-align: center;
}
