/**
* 2007-2024 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-2024 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.
*/

.homepage-caticons .ccont{
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
}
.homepage-caticons {
    background: #f7f7f8;
    padding: 10px 0
}

.homepage-caticons .slick-list {
    margin: 0 -10px !important
}

.homepage-caticons .slick-slide {
    margin: 0 10px !important
}

.homepage-caticons .cats-flex {
    margin-bottom: 70px;
    position: relative;

}
.homepage-caticons .cats-flex a img{
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.homepage-caticons .cats-flex a {
    transition: .3s all ease;
    width: calc(11.11111111%);
    color: #5e6986;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    padding: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.nx {
    right: -25px;
}
.pr{
    left: -25px;
}
.nx:before{
    content: "→";
}
.pr:before{
    content: "←";
}
.homepage-caticons .slick-arrow.slick-disabled{
    opacity: 0 !important;
}

.homepage-caticons .cats-flex a .my-icon {
    max-height: 74px;
    fill: #5e6986;
    position: relative;
    transition: .3s all ease
}

.homepage-caticons .cats-flex a:hover {
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 34px -13px rgba(25,42,83,.23)
}



.homepage-caticons .cats-flex a:hover span {
    color: #192a53
}

.homepage-caticons .cats-flex a span {
    display: block
}

@media (min-width: 768px) {
    .homepage-caticons {
        padding:40px 0
    }
}

@media (max-width: 1570px) {
    .homepage-caticons .cats-flex {
        padding-bottom:10px
    }

    .homepage-caticons .cats-flex .slick-arrow {
        display: none !important
    }
}
.homepage-caticons .cats-flex a span.icon{
    width: 75px;
    height: 75px;
    display: block;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 15px;*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.cats-flex button{

}

.cats-flex button{
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;

    cursor: pointer;
    background: 0 0;
    /*color: transparent;*/
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
@media (max-width: 640px) {
    .homepage-caticons .cats-flex{
        margin-bottom: 10px;
    }
    .homepage-caticons{
        padding:20px 0;
    }
}