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

.category-tile-block-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.no-flexbox .category-tile-block-inner {
    display: block;
    font-size: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.category-tile-block-inner .category-tile-item {
    position: relative;
    background-color: #111;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

.no-flexbox .category-tile-block-inner .category-tile-item {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    vertical-align: top
}

@media (min-width:64em) {
    .category-tile-block-inner .category-tile-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -moz-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%
    }
    .no-flexbox .category-tile-block-inner .category-tile-item {
        display: inline-block;
        width: 25%;
        font-size: 16px;
        vertical-align: top
    }
}

.category-tile-block-inner .category-tile-item.double-tile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.no-flexbox .category-tile-block-inner .category-tile-item.double-tile {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    vertical-align: top
}

@media (min-width:64em) {
    .category-tile-block-inner .category-tile-item.double-tile {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
    .no-flexbox .category-tile-block-inner .category-tile-item.double-tile {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        vertical-align: top
    }
}

@media (max-width:63.99em) {
    .category-tile-block-inner .category-tile-item:nth-child(4),
    .category-tile-block-inner .category-tile-item:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:64em) {
    .category-tile-block-inner .category-tile-item:nth-child(4),
    .category-tile-block-inner .category-tile-item:nth-child(5),
    .category-tile-block-inner .category-tile-item:nth-child(6) {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .category-tile-block-inner .category-tile-item:nth-child(4) img,
    .category-tile-block-inner .category-tile-item:nth-child(5) img,
    .category-tile-block-inner .category-tile-item:nth-child(6) img {
        height: 100%
    }
}

.category-tile-block-inner .category-tile-item img {
    width: 100%;
    will-change: opacity
}

@media (min-width:64em) {
    .category-tile-block-inner .category-tile-item:hover img {
        opacity: .7
    }
    .category-tile-block-inner .category-tile-item:hover .category-tile-item-desc {
        top: 48%
    }
    .category-tile-block-inner .category-tile-item:hover .arrow-link {
        opacity: 1
    }
}

.category-tile-block-inner .category-tile-item-inner {
    display: block;
    width: 100%;
    height: 100%
}

.category-tile-block-inner .category-tile-item-desc {
    will-change: top;
    position: absolute;
    top: 54%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transition: top .2s;
    transition: top .2s
}

.category-tile-block-inner .category-tile-item-desc span {
    display: block
}

.category-tile-block-inner .category-tile-item-desc .text-wrapper {
    font-weight: 500;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.25rem
}

@media (min-width:48em) {
    .category-tile-block-inner .category-tile-item-desc .text-wrapper {
        font-size: 1.875rem
    }
}

.category-tile-block-inner .category-tile-item-desc .arrow-link {
    will-change: opacity;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0
}

.arrow-link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #111
}

.arrow-link.arrow-link-right-white:after,
.arrow-link.arrow-link-right:after {
    content: '\e939';
    font-family: 'icomoon';
    margin-left: .313rem;
    position: relative;
    display: inline-block;
    height: .563rem;
    width: 1.25rem;
    -webkit-background-size: 1em 1em;
    background-size: 1em 1em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%;
    -webkit-background-size: 1em auto;
    background-size: 1em auto;
    will-change: background-position;
    -webkit-transition: background-position .2s cubic-bezier(.3, .48, .56, .74);
    transition: background-position .2s cubic-bezier(.3, .48, .56, .74)
}

.arrow-link.arrow-link-right-white:hover:after,
.arrow-link.arrow-link-right:hover:after {
    background-position: center right 0
}

.arrow-link.arrow-link-right-white {
    color: #fff


}
.title-categories{
    display: inline-block;
    text-align: center;
    padding: 40px 0;
    width: 100%;
}

.title-categories h3{
    font-size: 23px;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-categories h3:before {
    content: '';
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    height: 5px;
    background: #d72b00;
}