';
}
$business_store_menu_width = 'col-md-9 col-sm-9';
$business_store_show_cart = false;
if (!class_exists( 'WooCommerce' ) || $business_store_option['woocommerce_header_cart_hide']){
//if woocommerce not available or cart not shown increase main menu width
$business_store_menu_width = 'col-md-12 col-sm-12';
} else {
$business_store_show_cart = true;
}
?>