.bx_searche.scrollbar{
    background: #ffff;
    padding: 10px;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    -webkit-box-shadow: 0 0 32px #00000014;
    box-shadow: 0 0 32px #00000014;
    border-radius: 6px;
}
.bx_item_block .maxwidth-theme{
    display: flex;
    align-items: center;
    gap: 20px;
}

.bx_item_block .maxwidth-theme .bx_item_element{
    display: flex;
    gap: 20px;
}
.bx_item_block .maxwidth-theme .bx_item_element span{
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    color: #130F0E;
}
.price.cost.prices{
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #130F0E;
    text-wrap: nowrap;
}


.bx_item_block .maxwidth-theme .bx_item_element b{
    background: #f7ef3a;
}
.all_result_title-custom{
    border-radius: 2px;
    padding: 15px 65px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    cursor: pointer;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color:#130F0E !important;
    border: 1px solid #f7ef3a;
    background: #ffffff;
}
.all_result_title-custom:hover, .all_result_title-custom:active, .all_result_title-custom:focus {
    color:#130F0E !important;
    border-color: #f7ef3a;
    background: #f7ef3a;
}
.bx_img_element{
    width: 43px;
    height: 43px;
}
.bx_img_element img{
    object-fit: contain;
}

.bx_item_block .maxwidth-theme .bx_item_element{
    width: 100%;
    justify-content: space-between;
}
.title-search-result.title-search-input_fixed .bx_item_block{
    width:100%;
}

.title-search-result.title-search-input_fixed .all_result_title-custom{
    margin: 0 auto;
}