/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author     Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */

#featuredCategories {
    padding: 2rem 0;
}
.category-container {
    text-align: center;
}
.category-name a{
    font-size: 16px;
    color: #22161c;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-top: 14px;
}

.js-featured-categories-slider {
    padding: 0rem 1.5rem;
}
.js-featured-categories-slider:not(.slick-initialized) { 
    display: flex;
    opacity: 0;
}
@media (max-width: 768.98px) {
    .js-featured-categories-slider {
        padding: 0rem;
    }
    .js-featured-categories-slider .slick-slide {
        margin: 0 10px;
    }
    .js-featured-categories-slider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .category-name a {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        display: block;
    }
}
@media (max-width: 991.98px) {
    .categories-mobile-slider {
        padding: 0rem 0rem;
    }
    .categories-mobile-slider .slick-slide {
        margin: 0 10px;
    }
    .categories-mobile-slider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .categories-mobile-slider .category-name a {
        font-size: 10px;
        line-height: 14px;
        display: block;
        margin-top: 10px;
    }
    .categories-mobile-slider {
        display: flex;
        flex-wrap: nowrap;
        justify-content: left;
        overflow-x: scroll;
        overflow-y: hidden;
        touch-action: auto;
    }
    .categories-mobile-slider::-webkit-scrollbar {
        width: 0;
    }
}
