#storePickupApp input[type="text"] {
  padding-top: 0;
  padding-bottom: 0;
/*    height: 35px ;  */
  
}
 
#storePickupApp {
  display: inline-flex;
  width: 95%;
}

.cart--notes {
 align-self: flex-start; 
}