Hi,
The CSS for these comes from the file media/com_hikashop/css/vex.css
You need to be careful of the order of the CSS files in the header of your pages.
If the file media/com_hikashop/css/vex.css is listed after the file where you added your custom CSS, then the default CSS of vex.css will override your CSS code.
In that case, to circumvent the issue, you can use the !important CSS trick to override the CSS code placed after yours.
www.w3schools.com/css/css_important.asp
And yes, with the correct CSS, you'll be able to move the buttons, change their colors, etc.