/**
* 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.
*/
.hookhome .categoryHome-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, max-content));
    justify-content: center;
    grid-column-gap: 36px;
}

ul.categoryHome-content .info h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
/*    display: flex;*/
    align-items: center;
    text-align: center;
    display: block;
}
#home_categories.categoryHome ul.miniature-menu-block li.miniature-menu .category-image {
    width: 145px;
    height: 145px;
    margin: 0 auto;    
    display: flex;
    align-items: center;
}
#home_categories.categoryHome ul.miniature-menu-block li.miniature-menu div.info {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    
}
#home_categories.categoryHome ul.category-online-content.miniature-menu-block li.miniature-menu div.info {
    color: var(--btn-primary);
}
#home_categories.categoryHome ul.category-tienda-fisica-content.miniature-menu-block li.miniature-menu div.info {
    color: var(--btn-secondary);
}

#home_categories.categoryHome ul.miniature-menu-block li.miniature-menu .category-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-height: 60px;
    max-width: 90px;
    object-fit: contain;
}

.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 > div {
    margin: 10px 0px;
}
.homeCategory-body a {
    font-size: 15px;
    font-weight: 400;
    color: #353535;
}
.categoryHome.container.hookcategory {
    position: relative;
}
.hookcategory ul.categoryHome-content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom:  0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0px 30px 0px;
    overflow: hidden;
    margin-bottom: 30px;
    /* min-height: 100px; */
}
.hookcategory ul.categoryHome-content li {
    scroll-snap-align: start;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 25px;
}
#category .hookcategory ul.categoryHome-content li a + .homeCategory-body {
    display: none
}
.hookcategory ul.categoryHome-content li .category-image {
    width: 145px;
}
.hookcategory ul.categoryHome-content li .category-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius:  50%;
}
.hookcategory ul.categoryHome-content li .category-image div.info {
    width: 100%;
    max-width: 100%;
    margin: 22px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #1d1d1b;
}
.categoryHome.container.hookcategory {
    padding: 0px 30px 0px;
    overflow: hidden;
    margin-bottom: 55px;
    /* min-height: 100px; */
}

.hookcategory ul.arrows {
    display: none;
}

#home_categories.categoryHome div.h2 {
    text-align: center;
    text-transform: initial;
    margin-bottom: 10px;
    font-family: 'Albert Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 38px;    
}

#home_categories.categoryHome .parent-online div.h2 {
    color: var(--btn-primary);
}

#home_categories.categoryHome .parent-tienda-fisica div.h2 {
    color: var(--btn-secondary);
}

#home_categories.categoryHome ul.miniature-menu-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 50px;
}

#home_categories.categoryHome ul.miniature-menu-block li.miniature-menu {
    
}

/* media queries */
@media(max-width: 991px){
    .hookcategory ul.categoryHome-content li {
        width: 145px;
        padding: 0 20px;
    }
    #home_categories.categoryHome ul.miniature-menu-block {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }
    #home_categories.categoryHome div.h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }
    #home_categories.categoryHome ul.miniature-menu-block li.miniature-menu .category-image {
        
    }
    #home_categories.categoryHome ul.miniature-menu-block li.miniature-menu .category-image img {
        max-height: 80px;
        max-width: 95px;
    }
    .categoryHome.container.hookcategory {
        margin-bottom: 40px;
    }
    .hookcategory ul.categoryHome-content {
        padding: 0;
        overflow-x: auto!important;
        padding-bottom: 20px;
        position: relative;
        overflow: hidden;
        margin: 0;
    }
    .hookcategory ul.categoryHome-content li .category-image {
        width: 100%;
        min-width: 85px;
    }
}

@media (max-width: 767px) {
    .categoryHome-content, .hookhome .categoryHome-content {
        grid-template-columns: repeat(2, minmax(0, max-content));
    }
    .categoryHome .titleHome {
        font-size: 22px;
    }
    .hookcategory ul.categoryHome-content li {
    }
    .hookcategory .arrows{
        display: none
    }
    .categoryHome.container.hookcategory{
        padding: 0px;
        min-height: auto;
        overflow: initial;
        margin: 20px 0 35px;
    }
    .categoryHome.container.hookcategory ul li .info h4{
        font-size:13px;
    }
    #home_categories.categoryHome div.h2 {
        margin-bottom: 5px;
    }
    .hookcategory ul.categoryHome-content {
        justify-content: left;
    }
    .hookcategory ul.categoryHome-content li .category-image {
        
    }
}

@media (min-width: 992px) {
    .hookhome .categoryHome-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, max-content));
        justify-content: center;
        grid-column-gap: 75px;
    }
}

/* end media queries */
