/**
 * 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 {
    margin-left: -10px;
    margin-right: -10px;
}
.block_home {
    padding: 2rem 0;
}
.brand-list-wrapper .brand-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.js-home-block-slider:not(.slick-initialized) { 
    display: flex;
    opacity: 0;
   }
@media (max-width: 991.98px) {
    .block_home {
        padding: 1rem 0;
    }
}
.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;
}