body#menu .sidenav #sidebar-logo {
    background: #fff;
	border: 4px solid #fff;
    border-radius:10%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    display: block;    
    margin-top: 30px;
    margin-bottom: 40px;
}
body#menu .sidenav #sidebar-logo.immagine-attiva {
	position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -95px);
    margin: 0;
}
body#menu .sidenav #immagine-attivita img{
	visibility: hidden;
}
#immagine-attivita::after{
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(28,43,45,1) 100%);
}
body#menu .sidenav #nome-attivita{
	margin-bottom: 20px;
	font-size: 20px;
}
body#menu .sidenav #nome-attivita a{
	color: #ebcfa9;
}
body#menu .sidenav hr{
	margin-left: 15px;
	margin-right: 15px;
	border-color: #ebcfa9;
}
body#menu .sidenav {
	display: block;
	height: 100%; /* 100% Full-height */
	width: 300px; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: -100%;
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	overflow-y: auto;
	text-align: center;
	background-color: #1c2b2d;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 110%;
}
body#menu .sidenav #sidenav-content{
	background-color: #1c2b2d;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}

body#menu .sidenav #categorie a {
	padding: 10px 15px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: 0.3s;
	text-align: center;
	font-family: 'Dolce Vita';
	letter-spacing: 1.3px;
}
body#menu .sidenav  #categorie  a:hover,
body#menu .sidenav  #categorie  a.active {
	color: #ebcfa9;
}

body#menu .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 36px;
	color: #fff;
	display: block;
	text-shadow: 1px 1px 0px #000;
}
#main {
  transition: margin-left .5s;
  padding: 20px;
}
#header {
	position: relative;
}
#header .open-sidenav{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 20px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#header .open-sidenav span {
	background-color: #ebcfa9;
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#header .open-sidenav span:nth-child(1) {
	top: 0px;
}

#header .open-sidenav  span:nth-child(2) {
	top: 10px;
}

#header .open-sidenav  span:nth-child(3) {
	top: 20px;
}

body#menu .sidenav{
	z-index: 10000;
}
body#menu.sidenav-open .closebackdrop{
	opacity: 0;
}

.prodotto{
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.prodotto a.info-prodotto{
	display: block;
}
.prodotto .info-prodotto.row{
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.prodotto a.info-prodotto:hover,
.prodotto a.info-prodotto:focus{
	color: #444;
}
.prodotto .img-prodotto{
	margin: 0 auto;
}
.prodotto .nome-prodotto{
	margin-top: 20px;
	font-weight: 400;
	font-family: 'Open Sans';
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #1c2b2d;
}
.prodotto .descrizione-prodotto{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}
.prodotto .prezzo-prodotto{
	color: #d4b994;
	font-family: 'Dolce Vita';
/* 	font-style: italic; */
	margin-bottom: 20px;
	font-size: 30px;
	margin-top: 40px;
	text-align: right;
}
.prodotto .btn-add{
	margin-top: 20px;
	text-align: center;
	display: block;
	
}
.prodotto .btn-add span{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
/*
.prodotto .img-prodotto{
	height: 0;
	padding-bottom: 90%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
*/


@media screen and (max-height: 450px) {
  body#menu .sidenav {padding-top: 15px;}
  body#menu .sidenav #categorie a {font-size: 18px;}
}
@media( max-width: 767px ){
	body#menu .sidenav {
		left: -300px;
	}
	body#menu.sidenav-open .sidenav {
		left: 0px;
		box-shadow: 0px 0px 5px #444;
	}
	body#menu.sidenav-open .closebackdrop{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #000;
		opacity: .5;
		transition-delay: 300;
		z-index: 9999;
	}
	.prodotto{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.prodotto .nome-prodotto {
	    margin-top: 20px;
	    line-height: 1.4;
	    margin-bottom: 10px;
	    font-size: 16px;
	    text-transform: uppercase;
	    font-weight: bold;
	}
	.prodotto .descrizione-prodotto{
		margin-bottom: 10px;
	}
	.prodotto .prezzo-prodotto{
		margin: 0;
		line-height: 1;
		margin-top: 20px;
	}
	.prodotto .btn-add{
		width: 100%;
	}
}
@media( min-width: 768px ){
	body#menu .sidenav{
		left: 0px !important;
	}
	body#menu .sidenav .closebtn {
		visibility: hidden;
	}
	body#menu .open-sidenav{
		display: none;
	}
	body#menu #wrapper{
		padding-left: 300px;
	}
}
@media( min-width: 768px ) and ( max-width: 1199px){
	.prodotto .nome-prodotto{
		font-size: 17px;
		margin-top: 10px;
	}
}
@media( min-width: 768px ){
	
	.prodotto.descrizione-no .prezzo-prodotto,
	.prodotto.immagine-no .prezzo-prodotto{
		margin-top: 0px;
	}
}

.modal-header{
	border-bottom: none;
}