.quantity_container { display: flex; justify-content: space-between; align-items: center; margin: 0 12px; font-size: 24px; line-height: 28px; background: #f2f2f2; border-radius: 20px; label { display: none; } .spwn-amount { display: block; padding: 5px 20px; cursor: pointer; } input { width: 100px; text-align: center; font-size: 24px; line-height: 28px; font-weight: 700; background: transparent; border: none; } }