@media (min-width: 768px) {
    .fp-community-design.fp-page-category .filterDiv > .fp-filter-floater-slot {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .fp-community-design.fp-page-category .filter-live-summary.fp-filter-floater-active {
        position: fixed !important;
        top: var(--fp-floater-top, 12px) !important;
        bottom: auto !important;
        left: var(--fp-floater-left) !important;
        width: var(--fp-floater-width) !important;
        margin: 0 !important;
        z-index: 100;
        border: 1px solid #e98435;
        background: #fff !important;
        border-radius: 20px !important;
        box-shadow: 0 10px 32px rgba(0, 0, 0, .22), 0 0 0 5px rgba(255, 255, 255, .8);
    }
}
