.quantity {
    display: inline-flex !important;
    align-items: stretch;
	gap: 11px;
}
.wpt-qty-btn {
    width: 40px;
    height: 100%;
    min-width: 40px;
}
/* Hide default arrows */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input.qty {
    -moz-appearance: textfield;
    text-align: center;
}