/home/sylamedg/www/wp-content/themes/neom-blog/sidebar-woocommerce.php
<?php if ( ! is_active_sidebar( 'neom-woocommerce-sidebar' ) ) {
	return;
} ?>
<div id="awp-second-content" class="theme-column-4 mb-6 mb-av-0 wow fadeInUp">
	<section class="sidebar">
		<?php dynamic_sidebar( 'neom-woocommerce-sidebar' ); ?>
	</section>
</div>