@media print {
    body {
        background: none;
    }

	.container { max-width: 100% !important; }
	.conntenitoreprofilo{font-size:2.2em;}
	.product_list_item {font-size: 1.1em;}
	.product_list_item .red{margin-top:30px;}
	.product_list_item p {line-height: 1.3;font-size: 0.9em;font-family:Arial}
	.product_list_item .txt { width: calc( 100% - 290px); margin-left: 0px; }
    

    /* oggetti sulla header */
    .row.desc.red,
    #top,
    #header_lang,
    .header_prefer,
    #header_rivenditori,
    #header_search {
        display: none !important;
    }
	.popup_answer{display: none !important;}
    /*header img{width: 50px;}*/
    footer {
        display: none !important;
    }

    .navibar {
        display: none !important;
    }

    .step_title_container {
        margin-top: 1%;
    }

    .icon_close {
        display: none;
    }

    #list_container {
        overflow: visible;
        width: 100%;
        padding: 20px;
    }

    .product_list_item {
        width: 100%;
        border-bottom: 1px #ddd solid;
    }

    .product_list_item img {
        width: 250px;
    }

    #reset_container {
        display: none !important;
    }

    .wl_puls.requestlogin {
        display: none !important;
    }

    .cuore_no_link,
    .cuore_link {
        display: none !important;
    }

	/* PRINT WISHLIST LOGGED */
	#popup,
	#header_profilo,
	#header_myname_desktop,
	#header_white,
	#header_perlatuamoto,
	body#profile #img-profile-config,
	body#profile .profile-section,
	body#profile .product_list_item .icon_close,
	body#profile .profile-section#dash_wishlist .freccina,
	body#profile .product_list_item .move_wl_to_prod
	{
		display:none !important;
	}
	
	body#profile .product_list_item  p{
		color:black !important;    
	}	
	body#profile .profile-section-intro{
		color:black !important;    
		background-color: white !important;
		font-weight: bold !important;
	}
	
	body#profile .profile-section#dash_wishlist,
	body#profile .profile-section#dash_wishlist .profile-section-content
	{
		display:block !important;
	}

}

