/* Linee separatrici news */
.items-row {overflow: hidden; margin-bottom: 25px !important;}
.cols-1 {display: block; float: none !important; border-bottom: thin solid #FFCC09; margin: 0px;}

/* Titolo prodotti */
.titolo {
font-family: "Istok Web","Open Sans",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 16px;
margin: 10px 0px 0px;
font-weight: normal;
font-style: normal;
cursor: default;
font-weight: 700;
}
.titolo a {
color: #000;
}
.titolo a:hover {
color: #515151;
}
.titolo a:visited {
text-decoration: none;
}

/* Leggi tutto prodotti*/
.leggi-tutto {
font-family: "Istok Web","Open Sans",Helvetica,Arial,sans-serif;
line-height: 22px;
font-size: 13px;
text-rendering: optimizelegibility;
}
.leggi-tutto a {
color: #000;
}
.leggi-tutto a:hover {
transition: color 0.5s linear 0s;
color: #515151;
}
.leggi-tutto a:visited {
text-decoration: none;
}

/* Copertine prodotti */
.cover {
/*border: 5px solid #FFF;*/
width: 100%;
}
.cover img{
max-width: 200%;
width: 100%;
}