/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.homecat-container .homecat-outer {
    padding: 5px;
}


/* .homecat-container .homecat-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 290px;
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.homecat-container .homecat-inner .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #3a8a5e, #0a6d36);
    opacity: 0;
    transition: .2s;
    z-index: 1;
}

.homecat-container .homecat-inner:hover .hover {
    opacity: .7;
}

.homecat-container .homecat-inner .content {
    opacity: 0;
    transition: .2s;
    z-index: 2;
    padding: 15px;
    text-align: center;
}

.homecat-container .col-md-12 .homecat-inner .content {
    max-width: 40%;
}

.homecat-container .homecat-inner:hover .content {
    opacity: 1;
}

.homecat-container .homecat-inner .content h2 {
    color: #ffffff;
    font-size: 2rem;
}

.homecat-container .homecat-inner .content p {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.5;
}

.homecat-container .homecat-inner .content a {
    background: #00a24f;
    color: #ffffff;
    padding: 8px 15px;
    border: 1px solid #00a24f;
    transition: .2s;
}

.homecat-container .homecat-inner .content a:hover {
    background: #00a24f;
    border-color: #00a24f;
} */

.homecat-container .homecat-title {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.homecat-container .homecat-title h2 {
    font-size: 40px;
    color: #036cb4;
}

.homecat-container .homecat-title h2+p {
    margin-left: 20px;
    border-left: 2px solid #232323;
    padding-left: 20px;
}

.container.homecat-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.homecat-container .overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 10px;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.2);
}

.homecat-container .overlay h2 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
}

.homecat-container.prodotti img {
    padding: 30px;
}