How can I move the Add To Cart button below the price without an app?

This is my Shopify store - https://uniquestoreall.myshopify.com/collections/all

Pasw - 1234

I want to move the AddToCart button to the below price.

How can I do it without the app?

On which liquid file can I find these codes?

@Mukta_92 your store has password protected. What’s it so I can check and give your the solution

If you edit your template and go to product pages (drop down box at middle top on desktop - defaults to Home but click for more choices including Products ). Within the product page click on the boxes you want to reorganize and you should be able to reorder the items as long as they are in the same group of objects.

Psw - 1234

Please add this code at the bottom of your theme.scss.liquid file

.dbtfy-collection_addtocart { order: 3; }