@charset "utf-8";
.w_large_mobile{
	width: 100%;
}
.second_menu{
	height: 70px;
}
.card_preview{
	position: relative;
    /*min-height: 463px;*/
    margin-bottom: 50px;
	width: 100%;
}
.card_preview .bck_color {
    background-color: rgba(3,13,25,.08);
    height: 100%;
    box-sizing: border-box;
    padding: 7.5%;
}
.card_preview .img_product {
    width: 100%;
	max-height: 250px;
    text-align: center;
}
.card_preview .info {
    max-width: 600px;
}
.card_preview .info .title{
	font-size: 25px;
	margin-top: 15px;
}
.card_preview .info .prezzo {
    font-weight: 200;
	font-size: 25px;
}


