@charset "utf-8";
.block3{
	width: 100%;
}
.block3 .not_available{
	color: grey;
}
.block3 .sottotitolo {
	font-size: 20px;
}
.block3 .text{
	line-height: 26px;
}
.block3 .line {
    background-color: #00450b;
    height: 1px;
}
.ico_carrello_little{
	width:25px; 
	vertical-align:middle;
	cursor: pointer;
}
.price_std_w{
	display: inline-block;
	text-align: right !important;
}
.gallery{
	justify-content: flex-start;
}
.gallery .item{
	width: 33.3333%;
	box-sizing: border-box;
	padding: 10px;
}
.gallery .item figure{
    padding-bottom: 100%;
    width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.gallery .item figure img{
    transition: 400ms;
}
.gallery .item:hover figure img{
    transform: scale(1.1);
}

.navbar a{
	color: #967d4a;
}
.navbar .w50{
	margin: unset;
}
/*.navbar .bk_color{
	background-color: rgba(33,67,32,.08);
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
	color: #214320;
}*/
.navbar p span{
	font-size: 25px;
	color: #967d4a;
	display: block;
	width: 100%;
}
.navbar .left p{
	padding-left: 15px;
	justify-content: flex-start;
}
.navbar .right p{
	padding-right: 15px;
	justify-content: flex-end;
}

.navbar a{
	font-size: 25px;
}
.navbar a .material-icons{
	font-size: 20px;
	display: flex;
}