/**
 * Featured Categories Module Pro - Module
 * 
 * @author  CuisPi
 * @version 2.3.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 #ddd;
  margin-bottom: 20px;
  overflow: auto;
  padding-top: 20px;
}
.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;
}
.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: #eee;
  color: #888;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}
.featured-categories-skin-default .category-thumb .button-group .view-all:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@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;
}
