<?php
get_header();
?>
<div class="hero-unit-small">
  <div class="container">
    <div class="row-fluid about_space">
	 <div class="span8">
      <h2 class="page_head">
			<?php esc_attr_e('Shop','rambo' ); ?>
	  </h2>
	  </div>
	  <div class="span4">
		  <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
			<div class="input-append search_head pull-right">
			  <input type="text" name="s" id="s" placeholder="<?php esc_attr_e('Search','rambo' ); ?>" />
			  <button type="submit" class="Search_btn" name="submit" ><?php esc_attr_e("Go", 'rambo' ); ?></button>
			</div>
		  </form>
	  </div>
    </div>
  </div>
</div>
<!-- /Page Title Section -->
<div class="clearfix"></div>
<!-- Blog Section with Sidebar -->
<div class="container">
	<div class="row">
		
			<!-- Blog Area -->
			<div class="span<?php echo (  is_active_sidebar('woocommerce') ? '8' : '12' ); ?>">
				<div id="post-<?php the_ID(); ?>">
					<?php woocommerce_content(); ?>
				</div>	
			</div>
			<!--/End of Blog Detail-->	
			<!--Sidebar Area-->
			<?php get_sidebar('woocommerce'); ?>
			<!--Sidebar Area-->
	</div>
</div>
<!-- /Blog Section with Sidebar -->
<?php get_footer(); ?>