File: /home/www/web115/wordpress/wp-content/themes/nt-landium/woocommerce-single.php
<?php
get_header();
get_template_part('index-header');
$nt_landium_postlayout = ot_get_option( 'nt_landium_postlayout' );
?>
<div id="start-screen" class="template-cover template-cover-style-2 js-full-height-off section-class-scroll index-header start-screen start-screen--static-bg start-screen--static-bg--style-1" data-stellar-background-ratio="0.5">
<div class="template-overlay"></div>
<div class="template-cover-text">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-12 col-xs-12 center">
<div class="template-cover-intro">
<h2 class="uppercase lead-heading"><?php echo esc_html__( 'Product','nt-landium' );?></h2>
<?php if ( ot_get_option( 'nt_landium_bread' ) != 'off' && function_exists('bcn_display') ) : ?>
<p class="breadcrubms"><?php bcn_display(); ?></p>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="blog">
<div class="container has-margin-bottom">
<div class="row">
<div class="col-md-12-off has-margin-bottom-off">
<?php if( ( $nt_landium_postlayout ) == 'right-sidebar' || ( $nt_landium_postlayout ) == '') { ?>
<div class="col-lg-9 col-md-9 col-sm-12 index float-right posts">
<?php } elseif( ( $nt_landium_postlayout ) == 'left-sidebar') { ?>
<?php get_sidebar(); ?>
<div class="col-lg-9 col-md-9 col-sm-12 index float-left posts">
<?php } elseif( ( $nt_landium_postlayout ) == 'full-width') { ?>
<div class="col-xs-12 full-width-index v">
<?php } ?>
<?php woocommerce_content(); ?>
</div><!-- #end sidebar+ content -->
<?php if( ( $nt_landium_postlayout ) == 'right-sidebar' || ( $nt_landium_postlayout ) == '') { ?>
<?php get_sidebar(); ?>
<?php } ?>
</div>
</div>
</div>
</section>
<?php get_footer(); ?>