.category{margin-top:60px;}
.catalog-section-header{
    display: flex;
    justify-content: space-between;
}
.catalog-section-header h4{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #13100D; 
	margin: 0;
}
.catalog-section-header a{
	text-decoration:none;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: #EE1C24;
	background: #EBEBEB;
}
.catalog-section-header a:hover{background: #FFFFFF;}
.category-list{
	display:flex;
	justify-content:center;
}
.category-list-item{
	width: 187px;
	height: 200px;
}
.category-list-inner{
	width: 100%;
	height: 100%;
	display:block;
}
.category-list-item a{
	width: 100%;
	height: 100%;
	display:block;
	position:relative;
	overflow:hidden;
}
.category-list-item span{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:left;
	width:100%;
	z-index:1;
}
.category-list-item h3{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #13100D;
	padding:10px;margin:0;
}
.category-list-item  a:hover h3{color:#EE1C24;}
.category-list-item img{
position: absolute;
    right: -60%;
    bottom: -9%;}


