/* CSS File of class  catalog_old_category */


.catalog_old_category{
	
display:grid;
width:100%;
grid-gap:1em 1em;
justify-items:stretch;	
grid-template-columns: repeat(auto-fit, 134px);	
justify-content: space-between;

}


.catalog_old_category__title{}

.catalog_old_category__img{display:block;}


.catalog_old_category__img:hover{
	
filter: brightness(150%);
	
}


.catalog_old_category__ref{
	
display:block;
text-decoration:none;
color:black
		
}

.catalog_old_category__titlecont{
	
text-align:center;	
display:flex;
flex-direction:column;
align-items: center;
justify-content: center;
line-height:1.3em;
	
}
.catalog_old_category__title:first-child:first-letter{
   text-transform: uppercase;
}

.catalog_old_category__title:first-child{
	
font-size:1.1em;
text-align:center;		
color:black;
font-weight:bold;

}

.catalog_old_category__title:last-child{
text-align:center;	
font-size:0.9em;
font-weight:normal;
word-break: break-all;
word-wrap:break-word
	
}


@media  all and (min-width: 950px) {
	
.catalog_old_category{
justify-content: space-between;

}
}

@media  all and (max-width: 950px) {
	

.catalog_old_category{
justify-content: space-around;
}

}