/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Styles
 * @author     Michael
 * @copyright  Copyright (c) virtualglue.com.au
 */

@import url(category_layout-2.css);

#category-layout {
  margin-left: 0;
  margin-right: 0;
}

#category-layout .layout-section.type-subcategories-list .component.picture img {
  height: auto;
}

#category-layout .layout-section.type-subcategories-list .components .component.picture,
#category-layout .layout-section.type-subcategories-list .components .component.content {
  width: 100%;
}

@media (max-width: 576px) {

  #category-layout .layout-section.type-subcategories-list .per-line-1 .custom-category,
  #category-layout .layout-section.type-subcategories-list .per-line-2 .custom-category,
  #category-layout .layout-section.type-subcategories-list .per-line-3 .custom-category,
  #category-layout .layout-section.type-subcategories-list .per-line-4 .custom-category,
  #category-layout .layout-section.type-subcategories-list .per-line-5 .custom-category,
  #category-layout .layout-section.type-subcategories-list .per-line-6 .custom-category {
    width: 100%;
  }
}

#category-layout .layout-section.type-category-products {
  margin-left: 0;
  margin-right: 0;
}
