';
if ( is_shop() || is_product_category() || is_product_tag() || is_product_taxonomy() ) {
echo '
';
echo '
';
do_action( 'hestia_before_woocommerce_content' );
echo '';
$shop_ordering_class = 'col-xs-12 col-sm-3';
if ( is_active_sidebar( 'sidebar-woocommerce' ) && ! is_singular( 'product' ) && $sidebar_layout !== 'full-width' ) {
$shop_ordering_class = 'shop-sidebar-active col-xs-9 col-sm-9';
hestia_render_sidebar_toggle( 'mobile' );
}
echo '
';
do_action( 'hestia_woocommerce_custom_reposition_right_shop_elements' );
echo '
';
hestia_render_sidebar_toggle( 'desktop' );
echo '
';
echo '
';
echo '';
echo '
';
}
/**
* Change the layout after the shop page main content
*/
function hestia_woocommerce_after_main_content() {
$hestia_page_sidebar_layout = hestia_get_shop_sidebar_layout();
?>