body { overflow-x: hidden; } 

@media (min-width: 800px) {
    .theme-header {
        background: black !important;
        box-shadow: 0 0 3px RGBA(0, 0, 0, 0.1);
    }
}

.theme-header {
    background: black !important;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu {
    background: black !important;
}

.home-sticky{
  position: sticky;
  top: 0;
  z-index: 9999; /* Keeps it above other content */
}