#mse2_sort a.active, #mse2_tpl a.active {
    text-decoration: none;
    cursor: default;
	color: #999;
}
#mse2_mfilter .hidden {
    display: none;
}
#mse2_filters .disabled {
    color: #aaa;
}
#mse2_filters .mse2_number_slider {
    font-size: .7em;
    margin-bottom: 10px;
}
#mse2_filters .mse2_number_inputs label {
    display: inline-block;
}
#mse2_selected_wrapper {
    min-height: 2em;
    margin: 10px 0;
}
#mse2_selected {
    display: none;
    background: #f9f9f9;
    padding: 5px 0 5px 5px;
    border-radius: 3px;
}
#mse2_selected .mse2_selected_link em { color: #000; }

.mSearchLog, .mFilterLog {
    width: 100%;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}
#mse2_sort .sort span { color: #000000; }
#mse2_sort .sort.active[data-dir="asc"] span:after { content: "↑"; }
#mse2_sort .sort.active[data-dir="desc"] span:after { content: "↓"; }
#mse2_mfilter .btn_more {
    width: 150px;
    display: block;
    margin: auto;
}
#mse2_mfilter .spinner {
    display: none;
    width: 32px;
    height: 32px;
    background: url('spinner.gif') no-repeat;
    background-size: 32px;
}
#mse2_mfilter.loading .spinner {
    display: block;
    margin: 20px auto 10px auto;
}
.ui-autocomplete-loading {
    background: white url('jquery-ui/images/ui-anim_basic_16x16.gif') right 1rem center no-repeat;
}

/* форма поиска в шапке сайта */
.mse2-ac-wrapper {
    background: #fff;
    overflow: hidden;
}
.mse2-ac-wrapper:first-of-type {
    margin-top: 0.25rem !important;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.mse2-ac-wrapper:not(:last-of-type) {
    margin-bottom: -1px !important;
}
.mse2-ac-wrapper:not(:last-of-type) .mse2-ac-item {
    border-bottom: 1px solid #eee;
}
.mse2-ac-item .image {
    height: 5rem;
    width: 5rem;
    padding: 0.5rem;
}
@media screen and (max-width: 991px) {
    .mse2-ac-item .image {
        height: 3.25rem;
        width: 3.25rem;
        padding: 0.25rem;
    }
}
.mse2-ac-item .image img {
    height: 100%;
    border-radius: 0.5rem;
    mix-blend-mode: multiply;
}
.mse2-ac-item .title {
    font-weight: 500;
}
@media screen and (max-width: 991px) {
    .mse2-ac-item .title {
        font-size: 0.75rem;
    }
}
.mse2-ac-item .price {
    letter-spacing: .05rem;
}
@media screen and (max-width: 991px) {
    .mse2-ac-item .price {
        font-size: 0.75rem;
    }
}

/* перекрытия стандартных стилей jQueryUI */
.mse2-ac-wrapper .ui-menu-item-wrapper {
    padding: 0 !important;
}
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: unset !important;
}

.ui-widget-content {
    background: transparent !important;
}
.ui-widget.ui-widget-content.ui-autocomplete { /* блок автодополнения jquery-ui (костыль) */
    box-shadow: none;
    border: 0;
    border-radius: 0.5rem;
    z-index: 1055; /* костыльный z-index */
}
.mse2-ac-wrapper .ui-state-active { /* выделенный пункт автодополнения jquery-ui (костыль) */
    color: #333 !important;
    background-color: #eee !important;
    border: 0 !important;
    margin: 0 !important;
    font-weight: unset !important;
}