.msearch-res-flex {
    display: flex;
}
.msearch-res-img {
    max-width: 55px;
    height: 50px;
}
.msearch-res-cont {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.msearch-res-cont__name p{
    white-space: nowrap;
    margin: 0;
    font-size: 12px;
    line-height: 1.1;
}
.msearch-res-cont-price {
    font-size: 12px;
    line-height: 1.1;
}
#mse2_filters .mse2_number_inputs label {
    display: flex;
}
#mse2_filters .mse2_number_slider {
    margin-bottom: 10px;
    height: 2px;
    background: #E1CBA1;
}

.ui-slider-horizontal .ui-slider-range {
    background: #D1AB66;
    /* border: 1px solid #c5c5c5;
    border-bottom-color: rgb(51,51,51);
    border-top-color: rgb(51,51,51); */
    height: 2px;
    top: -1px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: none;
    background: #D1AB66;
}
button.in_bask {
    background: none;
    border: none;
    font-size: 18px;
    padding-left: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.847);
} 
button.in_bask:hover{
    text-decoration: none;
    color: #828282;
}
#mse2_mfilter .btn_more {
    width: 200px;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    background: #D1AB66;
    padding: 8px 17px;
    text-align: center;
    display: block;
    border: none;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    border-radius: 5px;
}
#mse2_mfilter .btn_more:hover {
    background: #E1CBA1;
}
.product-list-img {
    width: 100%;
}
.catalog.catalog-search {
    margin-top: 10px;
}
.catalog.catalog-search .wrap_title {
    margin-bottom: 10px;
}
.catalog.catalog-search .h3 {
    font-size: 56px;
    line-height: 63px;
}
.catalog-search .search-res {
    width: 100%;
}
.catalog-search .search-res form input{
    border: none;
outline: none;
border-radius: 2px;
background: #F2F2F2;
height: 35px;
width: 100%;
padding-left: 20px;
}
.search-res-wrap {
    margin-bottom: 30px;
}
@media(max-width: 480px) {
    #ui-id-1 {
        z-index: 99999;
    }
}