/**
 * 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;
}
#featuredCategories .block .block-content {
}
.category-list .category-block {
    margin-bottom: 1.5rem;
}
.category-container {
    text-align: center;
}
.category-block .category-container .category-image a img {
    margin: 0 auto;
    max-width: 60%;
}
.category-block .category-container .category-image a img:hover {
    max-width: 65% !important;
    margin-bottom: -12px;
    transition: 0.3s;
}
.category-name {
    margin-top: 0.7rem;
}
.subcategory-name {
    color: #22161C;
}
.category-name a {
    font-size: 16px;
    color: #22161C;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.js-featured-categories-slider .slick-arrow {
    opacity: 0.5;
    height: 63px;
    border: none;
}
.js-featured-categories-slider:hover .slick-arrow {
    opacity: 1;
}
.js-featured-categories-slider:hover .slick-arrow:hover {
    color: #8DC643;
}
.js-featured-categories-slider .btn-slick-left {
    position: absolute;
    left: 0;
    z-index: 1;
    background: none;
    outline: none;
    top: 65px;
    bottom: 0;
}
.js-featured-categories-slider .btn-slick-right {
    position: absolute;
    right: 0;
    z-index: 1;
    background: none;
    outline: none;
    top: 60px;
    bottom: 0;
}
#featuredCategories h2 {
    margin-bottom: 1rem;
    display: none;
}
.js-featured-categories-slider .btn-slick-right span, .btn-slick-left span {
    font-size: 3rem;
}
.js-featured-categories-slider .btn-slick-right:focus, .btn-slick-left:focus {
    outline: none !important;
}
.js-featured-categories-slider .slick-list {
    margin-left: -7px;
    margin-right: -7px;
}
.js-featured-categories-slider .slick-slide {
    margin: 0 7px;
}
.js-featured-categories-slider:not(.slick-initialized) {
    display: flex;
    opacity: 0;
}
@media (max-width: 768.98px) {
    .js-featured-categories-slider {
        padding: 0rem;
        max-width: 90% !important;
    }
    .js-featured-categories-slider .slick-slide {
        margin-left: 0 !important;
        margin-right: 0px !important;
        margin-top: -30px;
    }
    .js-featured-categories-slider .slick-list {
        margin-left: 0px;
        margin-right: -10px;
    }
    .category-list .category-block {
        padding: 0.5rem;
        width: 18% !important;
        display: inline-flex;
        margin-right: 0;
        margin-left: 0;
    }
    .category-list .category-block {
        margin-bottom: 0.5rem;
    }
    .category-list .category-block .category-container .category-name a {
        font-size: 10px !important;
        color: #8A8F8C;
    }
}
@media (max-width: 768.98px) {
    .category-block .category-container .category-image a img {
        max-width: 100%;
    }
    .category-block .category-container {
    }
}
@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;
    }
}
