@media only screen and (min-width: 1024px) {
body{
  font-size: 14px;
}
#top_logo{
display: block;
}
#logo_mobile{
display: none;
}
#top_content{
margin-left: 240px;
padding-right: 25px;
}

#menu{
display: block;
}

#content {
  padding: 0px 0px 80px 25px;
}


.flex{
display: flex;
}
/*
.div_25, .div_33, .div_50, .div_66, .div_75, .div_100{
margin: 15px;
}
*/
.div_20{
/*width: calc(25% - 25px);*/
width: 20%;
}
.div_25{
/*width: calc(25% - 25px);*/
width: 25%;
}
.div_33{
/*width: calc(33% - 25px);*/
width: 33%;
}
.div_50{
/*width: calc(50% - 25px);*/
width: 50%;
}
.div_66{
/*width: calc(66% - 25px);*/
width: 66%;
}
.div_75 {
/*width: calc(75% - 25px);*/
width: 75%;
}

.box_card{
width: 180px;
margin-right: 70px;
margin-bottom: 0px;
}

#type_list{
display: block;
}
.item_prodotto {
width: 25%;
}

#box_carrello{
font-size: 16px;
}

#box_carrello span.carrello_totale{
width: 130px;
}

#box_carrello a.carrello_procedi{
padding: 10px 30px ;
}

.box_qt_carello{
 text-align:right; margin-bottom:0px
}
.box_qt_carello div{
 text-align:center; float:right;
}

 .item_dashboard{
width: calc(24% - 30px);
}

.item_dashboard a{
font-size: 11px;
padding: 20px 10px;
}

.item_dashboard a h1{
font-size: 20px;
}
#box_prodotto{
top: 70px;
font-size: 15px;
padding-left: 0px;
}
#box_faq{
width: 25%;
top: 70px;
}


#login_b2b_sx{
background-color: #fff;
margin: 0px;
position: fixed;
bottom: 0px;
top: 0px;
width: 25%;
padding: 30px ;
  box-sizing: border-box;
}

#login_b2b_dx{
background-image: url(../img/bg_login.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;

position: fixed;
bottom: 0px;
top: 0px;
width: 75%;
margin-left: 25%;
height: auto;
}

#box_prodotto{
top: 147px;
font-size: 15px;
padding-left: 0px;
}

.prodotto_prezzo{
 font-size: 15px;
  background-color: #F1F5FA;
 text-align: center;
 padding: 30px 0px;
 width: 200px;
 color: #4D79F6;
 float: right;
}


.mobile{
display: none;
}
.desktop{
display: block;
}
.mobile_inline{
display: none !important;
}
.desktop_inline{
display: inline-block !important;
}
  
}      

@media only screen and (min-width: 1367px) {
.item_prodotto {
min-height: 650px;
}


.prodotto_titoli{
font-size: 17px
}

.item_dashboard{
width: calc(24% - 50px);
margin: 25px;
}

.item_dashboard a{
font-size: 14px;
padding: 30px 20px;

} 

.item_dashboard a h1{
font-size: 25px;
}





}