<div class="wp-block product">
    <figure>
        <img alt="" src="images/prv/product-1.jpg" class="img-responsive img-center">
    </figure>
    <h2 class="product-title"><a href="">Nikon Coolpix L320</a></h2>
    <p>
    Lorem ipsum dolor sit amet consectetur adipisg elitm Ut tincidunt purus iaculis
    </p>
    <div class="wp-block-footer">
        <span class="price pull-left">$233.33</span>
        <a href="#" class="btn btn-sm btn-base btn-icon btn-cart pull-right">
            <span>Add to cart</span>
        </a>
    </div>
</div>
 
                            
                            
<div class="wp-block product style-2">
    <figure>
        <img alt="" src="images/prv/shop/fashion-img-2.jpg" class="img-responsive img-center">
    </figure>
    <div class="wp-block-body">
        <h2 class="product-title">
        	<a href="">Flocked sweatshirt with hood</a>
        </h2>
    </div>
    <div class="wp-block-footer ">
        <span class="cell price-wr">
        	<span class="price">£233.33</span>
        </span>
        <span class="cell width-20 add">
        	<a href="#">
        		<i class="fa fa-shopping-cart"></i>
        	</a>
        </span>
        <span class="cell width-20 whishlist">
        	<a href="#">
        		<i class="fa fa-heart"></i>
        	</a>
        </span>
        <span class="cell width-20 compare">
        	<a href="#">
        		<i class="fa fa-bars"></i>
        	</a>
        </span>
    </div>
</div>