.title-search-result {
    position: relative;
    display: none;
    overflow: hidden;
    z-index: 999;
    background-color: #fff;
    border-radius: 8px;
    filter: drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.15));
    padding: 30px 20px 30px 0;
}

.title-search-result::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;

    background-color: #D3E0A7;
}

.bx_searche-close {
    cursor: pointer;
    position: absolute;
    stroke: #D3E0A7;
    top: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 3;
}

.bx_searche-close .icon-close {
    stroke: #D3E0A7;
    width: 100%;
    height: 100%;
}

.bx_searche-link {
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    float: right;
    color: #626262;
}

.bx_item_block {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.bx_item_block .bx_img_element {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
    padding: 0 15px;
    margin-right: 12px;
}

.bx_item_element .bx_item_element-title {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    color: #000000;
    margin-bottom: 8px;
}

.bx_item_element .bx_item_element-title:hover {
    text-decoration: none;
}

.bx_item_element .bx_price {
    font-size: 16px;
    font-weight: 600;
}

.bx_item_element .bx_price .old {
    padding-left: 5px;
    color: #9cc218;
    text-decoration: line-through;
}

.all_result,
.others_result {
    border: none;
}

.all_result {
    margin-bottom: 0;
}