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

#homecategoriez img {
    border: 1px solid #D1D1D1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
}
#homecategoriez li.out-sale img {
    border: 1px solid #D1D1D1;
    height: 118px;
    padding: 2%;
}
#homecategoriez a:hover img {
    
    padding: 0;
    /*border: 1px solid red; */
}

#homecategoriez .category-title {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 11px;
    text-align: center;
    margin-bottom: 0;
    background: #000;
}
/*
#homecategoriez a:hover .category-title {
    
    background: red;
    opacity: 0.8;
}
*/
#homecategoriez a:hover {
    
  
    opacity: 0.8;
}
#homecategoriez a{
    
    color: #fff;
}
#homecategoriez a:hover .category-title {
    
    color: #fff;
}

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

#homecategoriez .category-description a {
    font-size: 12px;
    color: #232323;
     display: none;
}
/*
#homecategoriez li {
    padding-left: 5px;
    padding-right: 5px;
}
*/
#homecategoriez li {
    padding-top:5px;
}

#homecategoriez li.out-sale h5 {
    display: none;
}