a.back_link {
    position: absolute;
    margin-top: 90px;
    border-bottom: 1px solid;
    cursor: pointer;
}
.container.back {
    position: relative;
    z-index: 2;
}
div.title-search-result {
	z-index:99999;
}

.title-search-result {
    background: none !important;
    border: none !important;
}

.bx_item_block.others_result {
    display: none;
}

.bx_searche .bx_img_element {
    background: none;
}

span.all_result_title a {
    color: #000 !important;
    text-decoration: underline !important;
}
.section-item-marker{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px;
    order: 5;
}

.catalog_filter_list_item {
    margin-bottom: 5px;
}
.collapse .show a.active {
    text-decoration: underline;
    color: #000000;
}

@media screen and (max-width: 769px) {
    a.back_link {
        margin-top: 70px;
    }
}