/*
Theme Name: Alukas Child
Theme URI: https://alukas.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Alukas
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: alukas
Text Domain: pls-theme-child
*/

.pls-header-cart .pls-header-cart-icon::before {
font-family: 'presslayouts-font' !important;
content: "\e90d" !important;
}

.pls-minicart-slide .cart-empty-icon:before {
font-family: 'presslayouts-font' !important;
content: "\e90d" !important;
}


//////////////
//Adicionar o import do Manifest.json 
///////////////

add_action( 'wp_head', 'inc_manifest_link' );

// Creates the link tag
function inc_manifest_link() {   
        $theme_child = 'link-brazil';
        echo '<link rel="manifest" href="'.home_url().'/wp-content/themes/'.$theme_child.'/appconfig.php">';
}