/**
* 2007-2018 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-2018 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.
*/
.categoryHome {
    margin-bottom: 50px
}

.hookhome .categoryHome-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.hookhome .categoryHome-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.hookhome ul.categoryHome-content li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
}

.categoryHome.container.hookhome ul li .category-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.categoryHome.container.hookhome ul li > a {
    width: 100%;
}

.categoryHome.container.hookhome ul li .category-image .info {
    margin: auto 20px;
}

.categoryHome.container.hookhome ul li .category-image img {
    max-width: 165px
}

.categoryHome-content li > a:hover .info p {
    color: #FA952A;
}

.categoryHome-content .info p {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #000;
}

body#category .categoryHome-content .info h4 {
    text-align: center;
}

.category-image img {
    display: block;
    /*margin: auto;*/
    width: 100%;
    height: auto;
}

.categoryHome .titleHome h3 {
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #000;
    margin-top: 50px;
}

.homeCategory-body {
    width: 60%;
    margin: auto;
}

.homeCategory-body a {
    font-size: 15px;
    font-weight: 400;
}

.hookcategory ul.categoryHome-content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.hookcategory ul.categoryHome-content li .category-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hookcategory ul.categoryHome-content li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.hookcategory ul.categoryHome-content li:hover .info h4 {
    color: #FA952B;
}

.categoryHome.container.hookcategory ul li .category-image img {
    width: 150px;
}

.categoryHome.container.hookcategory ul li .info h4 {
    font-size: 22px;
    font-weight: 300;
    text-transform: initial;
    padding-top: 20px;
}

.categoryHome .h2 {
    margin: 2.5rem 0;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 992px) {
    .hookhome .categoryHome-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .categoryHome.container.hookhome ul li .category-image img {
        max-width: 120px
    }

    .categoryHome.container.hookhome ul li .info h4 {
        font-size: 16px;
    }

    .categoryHome .titleHome {
        font-size: 22px;
    }

    .hookcategory ul.categoryHome-content {
        /*position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(100px, auto);*/
    }
    .hookcategory ul.categoryHome-content {
        display: flex;
        flex-wrap: wrap;
        gap:10px;
    }
    .hookcategory ul.categoryHome-content li {
        width: 100%;
        max-width: calc(calc(100% / 2) - 5px);
    }
    .categoryHome.container.hookcategory ul li .category-image img {
        max-width: 100px;
    }

    .categoryHome.container.hookcategory ul li .info h4 {
        font-size: 13px;
    }
    .categoryHome-content .info p {
        text-align: center;
        margin: 0px;
    }
}

@media (max-width: 575px) {
    .categoryHome.container.hookhome ul li .category-image .info {
        margin: auto 10px;
    }
}
