


.category-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.category-list li {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
}

.category-list li:hover {
    background-color: #f7f7f7;
}


.multi-thumbnail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    position: static;
}
.multi-image {
    max-width: 100%;
    max-height: 100%;
}

.multi-snippet {
    color: rgba(0,0,0,.55);
    margin-top: 5px;
    cursor: text;
}
.multi-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.multi-thumbnail, a.multi-item, div.multi-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.container-search{
    display: flex;
}
.ress{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: nowrap;

}
#category-filter{
    flex: 1;
    list-style: none;
    padding: 0;
}
#category-filter li:hover .span-count{
    background: #f6b130; /* Цвет фона для подсветки */
    cursor: pointer;
}
#category-filter li{
    cursor: pointer;
    padding: 6px;
    border-bottom: 1px solid #ccb3b3;
}

@media (max-width: 768px) { /* или другое значение, в зависимости от вашего определения "мобильной версии" */
    #category-filter {
        order: -1; /* Это установит список категорий перед #search-results */
    }

    .ress {
        flex-direction: column; /* Это переключает основное направление на вертикальное, так что элементы идут один под другим */
    }
}

#search-results{
    flex: 6;
}
.selected-category .span-count {
    background-color: #f6b130; /* Цвет фона для подсветки */

}

#search-results {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.search-result-item {
    margin-right: 10px;
    /* display: flex; */
    /* order: 1; */
    width: 100%;
    max-width: 200px;
    text-align: center;
}
.search-result-item img{
    max-width: 150px;
    width: 100%;
}
.search-result-item a{
    color: black;
    text-decoration: none;
}
#category-title{
    display: block;
    text-align: center;
}
#search-input-find{
    /*width: 1300px;*/
}
.translit-wo{
    display: flex;
}
.translit-wo span{
    font-style: italic;
    font-weight: 700;
    display: block;
}
#recent-searches {
    display: none;
    cursor: pointer;
    list-style: none;
    padding: 0;
    font-size: 14px;
    font-style: italic;
}
#recent-searches-blok{
    display: none;
}
#next-page{
    cursor: pointer;
    border: none;

    width: 64px;
    height: 64px;
    display: block;
    position: relative;
}
#prev-page {
    cursor: pointer;
    border: none;

    width: 64px;
    height: 64px;
    display: block;
    transform: rotate(180deg);
}

#span-num-page{

     border-radius: 3px;
     background: #ffa700;
     padding: 3px;
     top: 1px;

     right: -12px;


}
.span-count{
    background: #e1ded6;

    border-radius: 4px;

    padding-left: 8px;
    padding-right: 8px;
}

#search-input-multi {
    width: 100%;
    height: 67px;
    border-radius: 5px;
    margin: auto;
    display: block;
    border: none;
    background: beige;
    padding-left: 112px;
    padding-right: 30px;
    outline: none;
    font-size: 18px;
}

@media (max-width: 768px) { /* или другое значение, в зависимости от вашего определения "мобильной версии" */
    #search-wrapper{
        overflow-x: hidden;
    }

    #span-num-page {
        border-radius: 3px;
        background: #ffa700;
        padding: 3px;
        top: unset;
        right: 9px;
        position: absolute;
        bottom: 43px;
        z-index: 1;;
}
#next-page {


    position: absolute;
    bottom: 8px;
    right: 10px;
}
#prev-page {


    position: absolute;
    bottom: 8px;

}
#search-results{
    padding-bottom: 100px;
    position: relative;
}
}
.multiPrice{
display: block;
}

