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


.block_home {
    padding: 2rem 0;
}
.block_home .title-block span {
    text-transform: none;
    font-weight: 500;
}
.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 {
    border-radius: 7px;
}
.desktop-version .block_home .title-block {
  margin-bottom: 1rem;
}
.mobile-version .block_home .title-block {
    margin-bottom: .5rem;
}

@media (max-width: 991.98px) {
    .block_home {
        padding: 1rem 0;
    }
    .block_home .title-block span {
        font-size: 24px;
    }
    .block_home .view-all-link a {
        font-size: 12px;
    }
}

.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-container {
    text-align: center;
}
.category-name a{
    color: #22161c;
    text-decoration: none;
    line-height: 19px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
}
.category-image {
    overflow: hidden;
    border-radius: 7px;
}
.category-image img:hover, .banners-home img:hover {
    transform: scale(1.02);
}
.category-image img, .banners-home img {
    will-change: transform;
    transition: transform 1s ease-out;
    object-fit: cover;
}
.banners-home a, .category-name a {
    display: block;
    overflow: hidden;
    border-radius: 7px;
}

@media (max-width: 768.98px) {
    .js-featured-categories-slider {
        padding: 0rem;
    }

    .category-name a {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        display: block;
    }
}

@media (max-width: 500px) {
    .category-name a {
        font-size: 16px;
    }
}

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


#home_blocks_lazy {
    user-select: none;
    height: calc(100vh - 114px - 24px - 48px);
    display: flex;
    justify-content: center;
    align-items: center;
}



.block_home .view-all-link a {
    font-size: 14px;
    color: #c9c9c9;
    text-transform: lowercase;
}
.block_home .view-all-link a:hover {
    color: #212121
}