.shop-filter__head {
    padding: 13px 16px;
    background: #2f4578;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Реальная разметка mFilter2 */
#mse2_filters fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.22);
}

#mse2_filters fieldset > h4.filter_title {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 38px 12px 42px;
    background: #2f4578;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
}

#mse2_filters fieldset > h4.filter_title::before {
    content: '☉';
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff7800;
    font-size: 18px;
    line-height: 1;
}

#mse2_filters fieldset > h4.filter_title::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #ff7800;
    border-bottom: 2px solid #ff7800;
    transform: rotate(45deg);
}

#mse2_filters fieldset.is-collapsed > h4.filter_title::after {
    transform: rotate(-135deg);
    margin-top: -2px;
}

#mse2_filters .shop-filter__body {
    padding: 11px 16px 13px;
    background: #fff;
}

#mse2_filters fieldset.is-collapsed .shop-filter__body {
    display: none;
}

#mse2_filters br {
    display: none;
}

#mse2_filters label {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: 0 0 8px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.22;
    text-transform: uppercase;
}

#mse2_filters label.disabled {
    opacity: .65;
}

#mse2_filters input[type="checkbox"],
#mse2_filters input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    width: 11px;
    height: 11px;
    margin: 2px 0 0;
    border: 2px solid #000;
    border-radius: 50%;
    background: transparent;
    position: relative;
    box-sizing: border-box;
}

#mse2_filters input[type="checkbox"]:checked::after,
#mse2_filters input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
    margin-top: -2.5px;
    border-radius: 50%;
    background: #ff7800;
}

#mse2_filters sup {
    margin-left: 4px;
    font-size: 10px;
    line-height: 1;
    color: rgba(255,255,255,.85);
    text-transform: none;
}

.shop-filter-more {
    display: inline-block;
    margin-top: 3px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.shop-filter-more:hover {
    color: #ff7800;
}

.shop-filter-hidden {
    display: none;
}

.shop-filter-reset {
    display: block;
    width: calc(100% - 32px);
    margin: 16px;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #ff7800;
    background: #ff7800;
    color: #fff;
}
