Troubleshooting: The Dawn theme's quantity selector on mobile takes 2 seconds to center.

I’m using dawn theme latest version in that mobile version all the info are centered, but the quantity selector alone takes 2 seconds of time to be aligned in center. This is the drive where I uploaded the video of how it looks Link

website: https://rugd-in.myshopify.com/

password: rugged

Hello! @Sivadarshan Please follow these steps to add this CSS code:

  1. Go to your Online Store
  2. Click on “Themes”
  3. Select “Edit code”
  4. Open your CSS file. If you have a custom CSS file, open that instead.
  5. If you can’t find your custom CSS file, open “base.css”
  6. Add the following code at the First of the file.
@media only screen and (max-width: 749px){
     body .price-per-item__container {
        justify-content: center !important;
    }
}

If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
K.K