@media (min-width:993px){#shop-sidebar{position:relative;left:0;width:300px}}@media (max-width:992px){#shop-sidebar{position:fixed;top:0;left:-300px;width:300px;height:100%;background:#fff;z-index:1000;overflow-y:auto;padding:20px;transition:left 0.3s ease}#shop-sidebar.active{left:0}}.shop-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity 0.3s ease;z-index:900}.shop-overlay.active{opacity:1;visibility:visible}