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

#categories{
    background-color: #F0F0F2;
    padding: 50px 0px;
    /*border-top: 1px solid rgba(45, 44, 66, 0.1);*/
}
.category-container{
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*max-width: 1800px;*/
    /*padding: 0px 96px;*/
}

@media (max-width: 991px) {
    .category-container{
        padding: 0px 15px;
    }


}

.category-item .category-inner .categories-links h2 a{
    direction: ltr;

    word-break: break-word;
    white-space: initial;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    display: inline-block;

}

.category-title .v1 {
    font-size: 1.25rem;
    text-align: left;
    margin: 30px auto 40px auto;
    margin-top: 0px;
    color: #2D2C42;
}
.flex-categories{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.category-title{
    flex-basis: 100%;
    max-width: 100%;
    padding: 0px 4px;

}

.flex-categories .category-item{
    padding: 0px 4px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    margin-bottom: 8px;
}

.flex-categories .category-item{
    flex-basis: 33.33%;
    max-width: 33.33%;
}
.category-item .category-inner{
    height: 100%;
    padding: 20px 15px;
    position: relative;
    background-color: #fff;
    background-size: 43% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: 0.15s ease-out;
}

.category-item .category-inner .categories-links{
    padding: 0px 4px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 50%;
    max-width: 50%;
}

.category-item .category-inner .categories-links h2{
    margin: 10px 0px 30px 0px;
}
.category-item .category-inner .categories-links h2,
.category-item .category-inner .categories-links h2 a{

    color: #000;
    font-size: 1.25rem;
}
.category-item .category-inner .categories-links ul li h3 a:hover{
    color: #2196f3;
}
.category-item .category-inner .categories-links ul li h3 a:hover,
.category-item .category-inner .categories-links ul li h3 a:focus,
.category-item .category-inner .categories-links ul li h3 a:active{
    text-decoration: none;
    cursor: pointer;
}

.category-item .category-inner .categories-links ul li h3 {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.category-item .category-inner .categories-links ul li h3 a {
    color: #000;
}

.category-item .category-inner{
    height: 100%;
    padding: 20px 15px;
    background-color: #fff;
    background-size: 43% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: 0.15s ease-out;
    border-radius: 8px;
}

.category-item .category-inner:hover {
    background-color: #fff;
    background-size: 44% auto;
    /*box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);*/
}
.category-item .category-inner .categories-links ul li:last-of-type {
    font-weight: bold;

}

.category-item .category-inner .categories-links ul li:last-of-type a{
    color: #000;
}


.category-item .category-inner .categories-links ul li:last-of-type a:hover{
    color: #2196f3;
}



@media (max-width: 1200px) {
    .category-item .category-inner .categories-links{
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 991px) {
    .category-item .category-inner{
background-size: 32% auto;
    }
}

@media (max-width: 991px) {
    .flex-categories .category-item{
        flex-basis: 50%;
        max-width: 50%;
    }

    .category-item .category-inner .categories-links h2,
    .category-item .category-inner .categories-links h2 a{
        font-size: 17px;
    }

    .category-item .category-inner .categories-links ul li h3 a{
        font-size: 13px;
        color: #232323;
    }

    .category-item .category-inner .categories-links ul li:last-of-type{
        margin-top: 15px;
    }

    .category-item .category-inner .categories-links{
        flex-basis: 100%;
        max-width: 100%;
    }
    .category-item .category-inner{
        background-size: 35% auto;
    }
}



@media (max-width: 767px) {
    .category-list ul{
        margin: 0;
    }
    .category-list{
        margin-bottom: 50px;
    }
    .category-item .category-inner .categories-links
    {
        padding: 0;
    }
    .category-item .category-inner .categories-links h2, .category-item .category-inner .categories-links h2 a{
        font-size: 14px;
    }
    .category-item .category-inner .categories-links ul li h3{
        padding: 3px 0;
    }
    .category-item .category-inner .categories-links h2{
        margin: 10px 0px 15px 0px;
    }
    .flex-categories .category-item{
        flex-basis: 55%;
        max-width: 55%;
        min-width: 55%;
    }
    .category-item .category-inner .categories-links ul li:last-of-type a
    {
        font-size: 12px;

    }
    .category-item .category-inner .categories-links ul li:last-of-type{
        /*margin-top: 6px ;*/
        position: absolute;
        bottom: 0px;
        padding: 15px 0;
    }
    .category-item .category-inner .categories-links ul li:last-of-type a:hover{
        /*font-weight: normal;*/
        font-size: 12px;
        letter-spacing: 1px;
    }
    #categories{
        padding: 20px 0;
    }
    .category-item .category-inner{
        background-image: unset !important;
    }
    .flex-categories{
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;

        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap:unset;

    }
    .category-title .v1{ font-size: 17px;
        text-align: center;
        font-weight: 400;
        text-align: left;
        margin: 20px auto 22px auto;
        margin-top: 0px;
        color: #2D2C42;
    }
}

@media (max-width: 676px) {
    .category-item .category-inner{
        background-size: 35% auto;
    }
    .flex-categories .category-item{
        /*padding: 0;*/
    }
    .category-container{
        padding: 0px 10px;
    }


}