.box-menu-loggato{
width:300px;
height:100vh;
overflow-y: auto;
position:absolute;
right:-300px;
z-index:99999;
position:fixed;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b6cb+0,00d7ef+100 */
background: #00b6cb; /* Old browsers */
background: -moz-linear-gradient(top,  #00b6cb 0%, #00d7ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00b6cb 0%,#00d7ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00b6cb 0%,#00d7ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6cb', endColorstr='#00d7ef',GradientType=0 ); /* IE6-9 */

}

.block-screen {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 9999;
}

.no-scroll{
	overflow-y:hidden;
}
.logo-netshop-bianco{
	width:100%;
	margin:20px 0;
}
/*.container-box-menu-loggato{
	color:#ffffff;!important
}*/
.box-menu-loggato a, .box-menu-loggato i{
	color:#ffffff;
}
.closeButton-box-menu-loggato {
    color: #ffffff;
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
}