How can I adjust the placement and size of my cart quantity selector?

Thanks for the response.

It doesnt seem to be working this is my current code

.quantity:after {
border-radius: 5px !important;
}

quantity-input.quantity {
width: 60px !important;
}

.product-form__submit {
background: #db4a2b !important;
color: #ffffff !important;
}

h1, h2, h3 {
font-size: 25px !important;
}

.slider-buttons.no-js-hidden.quick-add-hidden {
display: none;
}

.price__container {
font-size: 20px;
}

svg.icon.icon-minus {
display: none;
}

button.quantity__button.no-js-hidden {
display: none;
}

.product-form__input.product-form__quantity label.form__label {
font-weight: bold;
}

.button {
font-weight: bold;
}

Also any chance you able to include the up and down arrows :slightly_smiling_face: