.category-card{
	border-radius: 20px;
	border: 1px dashed #d6d2d2;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	margin-bottom: 20px;
}
.category-card-img-block{
	position: relative;
	z-index: 5;
}
.category-card-img-block img{
	width: 100%;
	height: auto;border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.category-card .card-body{
	height: 60px;
	padding:0.6rem 0.3rem 0.3rem;
}
.category-card .categroy-title{
	color: #000;
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 600;
}
.clear-button{
	border: 0;
	background: transparent;
	border: 1px solid #d6d2d2;
	padding:0 10px;
	margin-bottom: 10px;
}