Hello Rahul,
If you want to move some "block" of your product page I think that
this
thread will help you.
You can do that by swapping the different block of code of the file "show" of the view "product" via the menu Display->Views.
If you want to change the size of your Add_to_cart button, I think that you can change the size of the Add_to_cart button's
picture and set the new picture through the CSS.
.hikashop_product_quantity_main .hikashop_product_stock .button {
background-image: url(../images/add_cart.png);
}
with
add_cart.png as the new picture of your Add_to_cart button.
Hope this will help you.