not required now any details I will manage can you please add below code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product__quantity.product__quantity--button {
position: absolute;
margin-top: -25px;
}
.product-single__meta .payment-buttons .cartbutton {
display: inline-block;
width: calc(100% - 110px);
margin-left: 110px;
}
.product-single__meta .js-qty__num {
padding: 11px 25px;
}