  
  
.css-sticky.sticky-menu {
  position: fixed;box-shadow: 5px 1px 7px 2px #181819;
  right: 0;
  z-index: 99999;
  left: 0;
  top: 0;  
    display: table;
    width: 100%;
    
}
 