/* Hide Store List Map Completely */
#wcfmmp-store-list-map{
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}



/* Hide Store Sorting Dropdown Completely */
form.wcfm-woocommerce-ordering{
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}



/* ================================
   HIDE STORE SORTING + RESULT ROW
   ONE COMPLETE SAFE BLOCK
================================ */

.wcfmmp-store-lists-sorting,
form.wcfm-woocommerce-ordering{
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Remove leftover spacing from parent */
.wcfmmp-store-lists{
    margin-top: 0 !important;
    padding-top: 0 !important;
}







@media(max-width:768px){
  #wcfmmp-store-lists-sidebar{
    display:none !important;
    height:0 !important;
    overflow:hidden !important;
  }
}







/* MOBILE FILTER BUTTON BAR (Content start ke just neeche) */
@media (max-width: 768px){

/* Filter toggle bar */
#mobile-filter-toggle{
    width: 100%;
    background: #00a79d;
    color: #fff;
    padding: 12px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
}

/* Drawer container */
#mobile-filter-drawer{
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    transition: max-height 0.4s ease;
    border-bottom: 1px solid #ddd;
}

/* Open state */
#mobile-filter-drawer.open{
    max-height: 80vh;
    overflow-y: auto;
}

/* Inner padding */
#mobile-filter-content{
    padding: 12px;
}

/* Header inside drawer */
.filter-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #f1f1f1;
    font-weight: 600;
}

/* Close icon */
#close-filter{
    font-size: 18px;
    cursor: pointer;
}
}









