.section-two-columns {
    padding-bottom: 50px !important;
}

.product-title {
    padding-bottom: 12px;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.scheme-brands {

}
.scheme-brand {
    display: inline-block;
    margin: 0 8px 8px 0;
}
.scheme-brand:last-child {
    margin-right: 0;
}
.scheme-brand-link {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    background: #fff;
    white-space: nowrap;
}
.scheme-brand-link:hover,
.scheme-brand-link.active {
    background: #e31e24;
    color: #fff;
    border-color: #e31e24;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.products-holder {
    padding: 0;
}
.products-holder .product-block:not(:nth-child(6n+1)):after {
    display: none;
}
.products-holder .product-block:hover {
    background-color: transparent;
    box-shadow: none;
    z-index: 1000;
}
.products-holder .product-item {
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
}
.products-holder .product-item:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}
.row .product-item img {
    border-radius: 5px 5px 0 0;
}
.products-holder .product-item h2 {
    padding: 15px;
    min-height: auto;
}
.products-holder .product-item h2 b {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #000;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.load-more-holder {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.section-footer {
    margin-top: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .scheme-brands {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 0 15px 7px 15px;
        padding-bottom: 14px;
        align-items: center;
    }
    .scheme-brand {
        margin: 0 5px 0 0;
    }
    .scheme-brand:last-child {
        margin: 0;
    }

    .products-holder {
        padding: 0 15px;
    }

    .load-more-holder {
        margin-top: 0;
    }
}
