/* NOVELTY BEGIN */
@media (min-width: 992px){
    .novelty_container > .row {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
}

.novelty_container .tab_containers_wrap {
    height: 100%;
}

.novelty_container .product_list_container {
    height: 100%;
    background: #fff;
    border: none;
}
.novelty_container .product_list_container.product_list_container_inactive {
    display: none;
    border: 1px solid #eaeaea;
}
.novelty_container .product_list_container.product_list_container_loading {
    border: 1px solid #eaeaea;

    background-image: url(/images/gif/loader-128-128.png);
    background-position: center;
    background-repeat: no-repeat;
}
/* NOVELTY END */

.cb {
    clear: both;
}

@media(max-width: 760px) {
    .slider {
         margin-bottom: 15px;
     }
}
.home-h1 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
}