Go to file:
/oc-content/themes/zara/item-post.php
Find:
<?php ItemForm::currency_select(); ?>
Replace with:
<div class="price-wrp"><?php ItemForm::currency_select(); ?></div>
Now go to style.css (theme folder)
at start add line:
.price-wrp {float: left; width: 30px; height: 29px; line-height: 29px; text-align: center; background: #eee; border: 1px solid #ccc; border-left: none; margin-left: -2px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}