/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2017 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.zerofeaturedcategories .category-list {
	margin-left: -2.5%;
	font-size: 0px;
}
.zerofeaturedcategories .category-list .category-block {
	display: inline-block;
	float: none;
	margin: 0 0 2.5% 2.5%;
	vertical-align: top;
	padding: 0;
	font-size: 13px;	
	width: 97.5%;
}
@media only screen and (min-width: 480px) {
	.zerofeaturedcategories .category-list.per-row-6 .category-block, .zerofeaturedcategories .category-list.per-row-5 .category-block, .zerofeaturedcategories .category-list.per-row-4 .category-block, .zerofeaturedcategories .category-list.per-row-3 .category-block, .zerofeaturedcategories .category-list.per-row-2 .category-block {
		width: 47.5%;
	}
}
@media only screen and (min-width: 768px) {
	.zerofeaturedcategories .category-list.per-row-6 .category-block, .zerofeaturedcategories .category-list.per-row-5 .category-block, .zerofeaturedcategories .category-list.per-row-4 .category-block, .zerofeaturedcategories .category-list.per-row-3 .category-block {
		width: 30.83333%;
	}
}
@media only screen and (min-width: 992px) {
	.zerofeaturedcategories .category-list.per-row-6 .category-block, .zerofeaturedcategories .category-list.per-row-5 .category-block, .zerofeaturedcategories .category-list.per-row-4 .category-block {
		width: 22.5%;
	}
}
@media only screen and (min-width: 1200px) {
	.zerofeaturedcategories .category-list.per-row-6 .category-block {
		width: 14.16667%;
	}
	.zerofeaturedcategories .category-list.per-row-5 .category-block {
		width: 17.5%;
	}
}
.zerofeaturedcategories.zerofeaturedcategories-sidebar .category-list .category-block {
	width: 97.5%;
}
.zerofeaturedcategories .category-block .category-name {
	text-align: center;
	background: #f6f6f6;
	padding: 10px 0;
	margin-top: 0;
}
.zerofeaturedcategories .category-block .category-image a {
	display: block;
	padding: 9px;
	border: 1px solid #d6d4d4;
}
.zerofeaturedcategories .category-block .category-image img {
	margin: auto;
}
.zerofeaturedcategories .category-block .category-image:hover a {
	border: 5px solid #d6d4d4;
	padding: 5px;
}
.zerofeaturedcategories .category-block .sub-categories {
	text-align: left;
	margin-top: 15px;
}
.zerofeaturedcategories .category-block .sub-categories li {
	padding: 5px;
}
.zerofeaturedcategories .category-block .sub-categories li a:before {
	content: "\f105";
	display: inline;
	font-family: "FontAwesome";
	color: #333333;
	padding-right: 8px;
}
@media only screen and (min-width: 1200px) {
	.zerofeaturedcategories .per-row-3 .category-block .sub-categories li, .zerofeaturedcategories .per-row-2 .category-block .sub-categories li {
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width: 992px) {
	.zerofeaturedcategories .per-row-2 .category-block .sub-categories li {
		width: 50%;
		float: left;
	}
}
