#homecategoriez h4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
	display:none;
}

#homecategoriez img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#homecategoriez .row {
   width: 100%;
}
#homecategoriez li {
}
#homecategoriez .category-title {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 11px;
    text-align: center;
    margin-bottom: 0;
	
}

#homecategoriez .category-description {
    text-align: center;
    height: auto;
    line-height: 15px;
	
}

#homecategoriez .category-description a {
    font-size: 12px;
    color: #232323;
	display:none;
}
#homecategoriez {
     max-width: 1140px;
	 padding:15px;
	 margin-left:auto;
	 margin-right:auto;
}