/**
 * Featured Categories Module Pro - Module
 * 
 * @author  Cuispi
 * @version 2.5.0
 * @license Commercial License
 * @package catalog
 * @subpackage  catalog.view.theme.default.stylesheet.featured_categories
 */
/* Table of Content
==================================================
  #General
  #Default Skin
  #Misc


/* #General
================================================== */
.featured-categories {
  /* */
}

/* #Default Skin
================================================== */
.featured-categories-skin-default .category-thumb {
  border: 1px solid #257738;
  margin-bottom: 20px;
  overflow: auto;
  padding-top: 20px;
}
.featured-categories-skin-default .category-thumb a{
color:#000;
}
.featured-categories-skin-default .category-thumb .title {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 10px;
}
.featured-categories-skin-default .category-thumb .subtitle {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px;
}
.featured-categories-skin-default .category-thumb .description {
  font-size: 13px;
  margin: 0 0 10px;
}
.featured-categories-skin-default .category-thumb .image {
  text-align: center;
}
.featured-categories-skin-default .category-thumb .image a {
  display: block;
}
.featured-categories-skin-default .category-thumb .image a:hover {
  opacity: 0.8;
}
.featured-categories-skin-default .category-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.featured-categories-skin-default .category-thumb h4 {
  font-weight: bold;
}
.featured-categories-skin-default .category-thumb .caption {
  padding: 10px 20px;
  min-height: 60px;
  max-height:165px;
  overflow:hidden;
}
.featured-categories-skin-default .category-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.featured-categories-skin-default .category-thumb .button-group .view-all {
  width: 100%;
  border: none;
  display: inline-block;
  float: left;
  background-color:#257738;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  transition:0.3s all ease;
}
.featured-categories-skin-default .category-thumb .button-group .view-all:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  cursor: pointer;
}
.featured-categories-skin-default .category-thumb .description{
  color:#000 !important;
  text-align:left !important;
  
  
  
}
@media (min-width: 768px) {
  #column-left .featured-categories-skin-default .category-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .featured-categories-skin-default .category-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .featured-categories-skin-default .category-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .featured-categories-skin-default .category-layout .col-md-3 {
    width: 100%;
  }
}
/* #Misc
================================================== */
.featured-categories-skin-default .category-thumb .cycle-slideshow {
  margin-left: auto;
  margin-right: auto;
}
