div.title-search-result_mobile{
    font-family: "Golos Text VF";
    border-bottom: 1px solid #E6E8EC;
    background: #FFF;
    padding: 12px 16px;
    bottom: 139px;
    left: 0;
    top:0;
    right: 0;
    z-index: 9;
    display:none;
    overflow: auto;
}
div.title-search-result_mobile .block-search{
    display: flex;
    flex-direction: column;
}
div.title-search-result_mobile .block-search .block-search--top, #search_mobile .block-search .block-search--top {
    display: flex;
    justify-content: space-between;
}
div.title-search-result_mobile .block-search .block-search--top span{
    color: #5A616C;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
div.title-search-result_mobile hr{
    margin-left: -100%;
    margin-right: -100%;
    border-bottom: 1px solid #E6E8EC;
}

.block_bestsellers--items .item{
    display: flex;
    gap: 16px;
    padding: 14px 12px;
    align-items: center;
}
.block_bestsellers--items .item img{
    width: 52px;
    object-fit: cover;
    height: 52px;
}
.block_bestsellers--items .item .title{
    font-size: 18px;
    color: #111827;
}
.block_bestsellers--items .item .chapter{
    color: #5A616C;
    font-size: 13px;
}

#search_mobile{
    display: none;
    position: fixed;
    bottom: 64px;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    padding: 12px;
    border-bottom: 1px solid #E6E8EC;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    justify-content: flex-end;
}

#search_mobile.active{
    display: flex;
}

#title-search-input_mobile{
    border-radius: 10px;
    border: 2px solid #E6E8EC;
    background: #FFF;
    padding: 12px 16px;
    width: 518px;
    color: #111827;
    font-size: 16px;
}
#title-search-input_mobile:focus{
    border: 1.5px solid #F17F1B;
}
#search_mobile form{
    position:relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

#search_mobile input[type=submit]{
    display: none;
    font-size: 0;
    border: 0;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.0004 21L16.6504 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%239299A5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") ;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#search_mobile .block-search--result{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 24px;
}

#search_mobile .block-search--top span{
    font-weight: 500;
}

#search_mobile .block-search--top span.clear{
    font-size: 13px;
}

#search_mobile .title-search-all.history{
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    background: #F0F2F5;
}
#search_mobile .title-search-all.history a{
    color: #111827;
    font-size: 13px;
}
#search_mobile .title-search-all.history .clear{
    height: 14px;
    display: flex;
}
#search_mobile .block_bestsellers--items{
    text-align: left;
}

#search_mobile .block_bestsellers--top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

#search_mobile .block_bestsellers--top a{
    font-size: 13px;
    color: #F17F1B;
}
#search_mobile .block_info-search{
    width: 100%;
}

.block-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 48px;
    border-radius: 12px;
    background: #F5F5F5;
    font-size: 20px;
    color: #5A616C;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 28px;
}

@media(max-width: 1500px) {
    #title-search-input_mobile{
        width: 100%;
    }
}
@media(max-width: 768px) {
    .title-search-item{
        padding: 9px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }
    .title-search-item a{
        color: #111827;
        font-size: 16px;
        text-overflow: ellipsis;
    }
    .title-search-item svg{
        min-width: 20px;
    }
    .block_bestsellers--items .item{
        padding: 9px 16px;
        gap: 12px;
    }
    .block_bestsellers--items .item img{
        width: 32px;
        height: 32px;
    }
    .block_bestsellers--items .item .title{
        font-size: 16px;
    }
    .block_bestsellers--items .item .chapter{
        font-size: 12px;
    }
}