/** 
 * CM Featured Categories module
 * PrestaShop 1.7.x & 8.x
 * CSS
 * Front-office
 */
 
 #cm_featured_categories h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

#cm_featured_categories img {
  border: 1px solid #D1D1D1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#cm_featured_categories .category-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 11px;
  text-align: center;
  margin-bottom: 0;
  display: block;
  min-height: 80px;
}

#cm_featured_categories .img_padding {
  padding: 10px;
  background-color: #ffffff;
}
 
#cm_featured_categories .category-description {
  text-align: center;
  height: auto;
  line-height: 15px;
}

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

#cm_featured_categories li {
  display: table-cell;
}
