﻿#HzMenu {
    background-color: #ED7019;
    color: white;
    font-size: 17px;
    padding: 0px 30px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure this is above other content */
}
#HzMenu .dropdown {
    display: inline-block!important;
}
#TopBarMenu a.nav-link {
    color: white !important;
    font-size: 1.1em;
    margin: 0 20px 0 0;
}
#LoginMenu {
    padding: 15px 0;
    font-size: 1.1em;
}
#LoginMenuForm {
    width: 300px !important;
}
#MenuCartPanel {
   min-width: 300px !important;
}
.navbar-toggler, .navbar-toggler-icon {
    color: white!important;
}
#CartMenu  {
    padding: 15px 0;
    font-size: 1.1em;
}