@media (max-width:768px){

/* Sidebar hide */
.lft.left_sidebar.widget-area.sidebar{
  display:none !important;
}

/* Filter Button */
.wtg-filter-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px 14px;
  background:#16a34a;
  color:#fff;
  border-radius:6px;
  font-size:13px;
  font-weight:600;
  width:90px;
  height:32px;
  margin:6px 0;
}

/* Drawer */
.wtg-filter-drawer{
  position:fixed;
  bottom:-50vh;
  left:0;
  width:100%;
  height:50vh;
  background:#fff;
  z-index:100000;
  transition:bottom .35s cubic-bezier(.4,0,.2,1);
  overflow-y:auto;
  padding:8px 12px;
  border-radius:14px 14px 0 0;
  box-shadow:0 -6px 20px rgba(0,0,0,.25);
  -webkit-overflow-scrolling:touch;
}

/* Active */
.wtg-filter-drawer.active{
  bottom:60px;
}

/* Overlay */
.wtg-filter-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.35);
  z-index:99999;
  display:none;
}
.wtg-filter-overlay.active{
  display:block;
}

/* Close Button */
.wtg-filter-close{
  position:sticky;
  top:0;
  background:#fff;
  padding:6px;
  text-align:right;
  font-weight:600;
  font-size:13px;
  cursor:pointer;
  z-index:5;
}

/* Search spacing compact */
.wtg-filter-drawer .woocommerce-product-search{
  margin:0 0 6px 0;
}
.wtg-filter-drawer .woocommerce-product-search input{
  height:32px;
  font-size:13px;
}

/* Headings remove */
.wtg-filter-drawer .sidebar_heading{
  display:none !important;
}

/* Category clean UI */
.wtg-filter-drawer .categories_list ul{
  padding:0;
  margin:0;
  list-style:none;
}
.wtg-filter-drawer .categories_list li{
  padding:8px 4px;
  border-bottom:1px solid #eee;
  font-size:13px;
}
.wtg-filter-drawer .categories_list a{
  color:#111;
  text-decoration:none;
  display:block;
}

}
