/**
* 2007-2019 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-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#homecategories h4 {
    font-size: 1.375rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

#homecategories .featured-category {
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    float: left;
    width: 100%;
    padding: 1.25rem 1.25rem .5rem;
}

#homecategories ul li {
    margin-bottom: 15px;
}

#homecategories .category_name {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 11px;
    text-align: center;
    margin-bottom:0px;
}

#homecategories .category_name a {
    width: 100%;
    float: left;
}

#homecategories .category_desc {
    text-align: center;
    height: auto;
    line-height: 15px;
}

#homecategories .category_desc a {
    font-size: 12px;
    color: #232323;
    width: 100%;
    float: left;
}

/*special hooks*/
.homecategories_displayFooterBefore h4 {
    text-align: left !important;
}

.homecategories_displayFooter {
    clear: both;
}