<script type="text/javascript">
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
</script>
<link rel='stylesheet' id='awl-pfg-filter-css-css' type='text/css' media='all' />
<script type="text/javascript">
jQuery( document ).ready( function() {
var ajaxurl = 'https://raficentenary.com/wp-admin/admin-ajax.php';
if ( 0 < jQuery( '.fusion-login-nonce' ).length ) {
jQuery.get( ajaxurl, { 'action': 'fusion_login_nonce' }, function( response ) {
jQuery( '.fusion-login-nonce' ).html( response );
});
}
});
</script>
<script>
jQuery( document ).ready( function() {
var $ul = jQuery( '#wp-admin-bar-awb-form-group' ),
$formEditLinks = $ul.children( 'li' );
if ( 0 < $formEditLinks.length ) {
$formEditLinks.each( function() {
var formId = this.id.replace( 'wp-admin-bar-fb-edit-form', 'fusion-form' );
if ( ! jQuery( '.' + formId ).length ) {
this.remove();
}
} );
// Remove empty Ul.
if ( $ul.length && ! $ul.children().length ) {
$ul.remove();
}
}
} )
</script>
<script>
jQuery( document ).ready( function() {
var $ul = jQuery( '#wp-admin-bar-awb-off-canvas-group' ),
$offCanvasEditLink = $ul.children( 'li' );
if ( 0 < $offCanvasEditLink.length ) {
$offCanvasEditLink.each( function() {
var offCanvasId = this.id.replace( 'wp-admin-bar-fb-edit-off-canvas', 'awb-oc' );
if ( ! jQuery( '#' + offCanvasId ).length ) {
this.remove();
}
} );
// Remove empty Ul.
if ( $ul.length && ! $ul.children().length ) {
$ul.remove();
}
} else {
}
} )
</script>
<script>
jQuery( document ).ready( function() {
var $ul = jQuery( '#wp-admin-bar-awb-mega-menus-group' ),
$offCanvasEditLink = $ul.children( 'li' );
if ( 0 < $offCanvasEditLink.length ) {
$offCanvasEditLink.each( function() {
var megaMenuId = this.id.replace( 'wp-admin-bar-fb-edit-mega-menu', 'awb-mega-menu' );
if ( ! jQuery( '#' + megaMenuId ).length ) {
this.remove();
}
} );
// Remove empty Ul.
if ( $ul.length && ! $ul.children().length ) {
$ul.remove();
}
} else {
}
} )
</script>