/**
 * 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
 */

.js-home-block-slider .slick-list, .js-featured-categories-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.block_home {
    padding: 2rem 0;
}
.product_with_banner .product-miniature {
    box-shadow: none;
    padding: 0;
}
.product_with_banner .product-miniature .img-fluid {
 width: 100%;
}
.product_with_banner .product-miniature {
    margin-bottom: 0px !important;
}
.block_home img {
    display: block;
}

.block_home img:not(.js-lazy) {
    height: auto;
}
.js-home-block-slider:not(.slick-initialized) { 
    display: flex;
    opacity: 0;
   }
@media (max-width: 991.98px) {
    .block_home {
        padding: 1rem 0;
    }
    .category-block {
        padding: 10px !important;
    }
}
@media (max-width: 500px) {
    .category-block {
        padding: 0px !important;
    }
}
.ps-tabs .nav-tabs .nav-item .nav-link {
    padding-left: 0;
}
.ps-tabs .nav-tabs .nav-item .nav-link.active {
    font-weight: 500;
}
.block_home .product-list .product_with_banner .product-miniature {
    margin-bottom: 30px;
}

.category-block {
    padding: 0 12px;
}
.category-container {
    text-align: center;
}
.category-name a{
    font-size: 13px;
    color: #22161c;
    font-weight: 500;
    text-decoration: none;
    line-height: 19px;
    display: block;
    margin-top: 12px;
    text-transform: uppercase;
}


.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: 15px;
        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;
    }
}
@media (max-width: 500px) {
    .category-name a {
        font-size: 16px;
    }
}

.brand-base .logo img {
    margin: auto;
}

.brand-mobile-slider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    overflow-x: scroll;
    overflow-y: hidden;
    touch-action: auto;
}
.brand-mobile-slider::-webkit-scrollbar {
    width: 0;
  }