@media screen and (min-width:0px){
a#nav-offcanvas-categories{background:#fff; position:fixed; top:137px; left:auto; right:20px; padding:5px; color:#000; z-index:9999; border-radius:0 0 5px 5px; transition:all .4s ease;}
a#nav-offcanvas-categories.active{top:15px;}
a#nav-offcanvas-categories img{max-width:25px; height:auto; margin:0 5px 0 0;}
}
@media screen and (min-width:1060px){
a#nav-offcanvas-categories{background:transparent; color:#fff; top:110px; left:20px; right:auto; border-radius:5px;}
a#nav-offcanvas-categories.active{top:-6px;}
a#nav-offcanvas-categories img{filter:brightness(0) invert(1);}
}