.single-cat svg{
    width: 35%;

}
.single-cat img{
    width: 35%;
}
.single-cat .st0{
    transition: fill 0.3s ease-in-out;
    clip-path: unset;
}
.single-cat:hover .st0{
    fill:#ec0824;
}
.single-cat{
    padding: 20px 0;
}

.title-catprodotto {
    font-size: 18px;
	font-weight: 600;
	color: #fff
}