.section-two-columns {
    padding-bottom: 50px !important;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.product-similar-slider {
    position: sticky;
    top: 20px;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.scheme-products-with-search {

}

.scheme-products-search {
    margin-bottom: 10px;
}
.scheme-products-search form {
    display: flex;
    margin: 0;
}
.scheme-products-search-query {
    flex-basis: 100%;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    margin-bottom: 0 !important;
    width: auto;
}
.scheme-products-search-query:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
}

.scheme-products {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 50px;
    overflow-x: auto;
}
.scheme-product-not-found {
    display: flex;
    width: calc(100% - 2px);
    position: absolute;
    z-index: 1;
    padding: 15px 0;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}
.scheme-product {
    display: flex;
    width: 100%;
    /*border-bottom: 1px solid #E2E4D9;*/
    border-bottom: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 2;
}
.scheme-product:last-child {
    border-bottom: none;
}
.scheme-product:hover {
    background-color: #fff;
    border-radius: 5px;
    /*border-bottom-color: #fff;*/
}
.scheme-product-link {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 208px;
}
.scheme-product-photo {
    max-width: 64px;
    min-width: 64px;
}
.scheme-product-photo img {
    object-fit: contain;
    border-radius: 5px;
}
.scheme-product-info {
    padding-left: 10px;
    /*overflow: hidden;*/
}
.scheme-product-article {

}
.scheme-product-name {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.scheme-product-price-amount-sum {
    display: flex;
}
.scheme-product-price {
    display: flex;
    align-items: center;
    justify-content: end;
    min-width: 80px;
    white-space: nowrap;
}
.scheme-product-amount {
    display: flex;
    align-items: center;
    justify-content: end;
    min-width: 140px;
    white-space: nowrap;
}
.scheme-product-sum {
    display: flex;
    align-items: center;
    justify-content: end;
    min-width: 80px;
    white-space: nowrap;
}
.scheme-product-sum span ~ span {
    display: none;
}
.scheme-product-sum span[v-cloak] ~ span {
    display: inline;
}
.scheme-product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}
.scheme-product-action .add-button {
    position: relative;
    line-height: normal;
}
.scheme-product-action .flaticon-shopping-bag {
    font-size: 32px;
}

@media (max-width: 1399px) {
    .scheme-product-photo {
        max-width: 80px;
        min-width: 80px;
    }
    .scheme-product-price-amount-sum {
        flex-direction: column;
        align-items: center;
    }
    .scheme-product-price {
        justify-content: center;
    }
    .scheme-product-amount {
        justify-content: center;
        padding: 5px 0;
        min-width: 126px;
    }
    .scheme-product-amount .input-number-decrement {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .scheme-product-amount .input-number {
        height: 30px !important;
        padding: 0 6px !important;
    }
    .scheme-product-amount .input-number-increment {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .scheme-product-sum {
        justify-content: center;
    }
}

/*@media (max-width: 1199px) {*/
/*    .scheme-products {*/
/*        overflow-x: scroll;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    .scheme-products {
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    .scheme-products-with-search {
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 5px;
    }
    .scheme-products {
        overflow-x: auto;
    }
    /*.scheme-product {*/
    /*    padding-top: 8px;*/
    /*    padding-bottom: 8px;*/
    /*}*/
    /*.scheme-product:last-child {*/
    /*    padding-bottom: 0;*/
    /*}*/
    /*.scheme-product-photo {*/
    /*    max-width: 60px;*/
    /*    min-width: 60px;*/
    /*}*/
}

/*@media (max-width: 594px) {*/
/*    .scheme-products {*/
/*        overflow-x: scroll;*/
/*    }*/
/*}*/

@media (max-width: 414px) {
    .scheme-products {
        overflow-x: scroll;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/

.middle-header {
    background: #fff;
    width: auto;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.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;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.section-footer {
    margin-top: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .row.row-sm-fluid {
        margin-left: 0;
        margin-right: 0;
    }

    .product-similar-slider {
        position: relative;
        top: 0;
        padding-left: 3px;
        padding-right: 3px;
    }

    .similar_products {
        padding-top: 15px;
    }
    .products-holder {
        padding: 0 15px;
    }
    .products-holder.related-products .row {
        padding: 0;
    }
}
