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




#homecategoriez img {
  --g: 0px;     /* the gap */
  --b: 1px;    /* border thickness*/
  --c: #ccc; /* the color */
  
  
  padding: calc(var(--g) + var(--b));
  --_c: #0000 0 25%, var(--c) 0 50%;
  --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
  --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
  background:
    var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
    var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
  background-size: 200% var(--b),var(--b) 200%;
  cursor: pointer;
  filter: grayscale(50%);
  transition: .3s;
}

#homecategoriez img:hover {
  --g:-1px;
  --_p: 75%;
  --b:2px;
  --c:#273353;
  filter: grayscale(0%);
}






#homecategoriez img {
   
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#homecategoriez .category-title {

	text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
   width:100%;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
}

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

#homecategoriez .category-description a {
    font-size: 12px;
    color: #232323;
}

#homecategoriez li {
	overflow:hidden;
	padding:10px;
    display: table-cell;
}
