:root{--ul-height:40px}#page_navigation{width:100%;max-width:100%;height:40px;margin:10px 0}#page_navigation ul{display:flex;height:var(--ul-height);align-items:center;margin-bottom:0}#page_navigation li{display:inline-block;margin-bottom:0;padding:10px;cursor:pointer}#page_navigation_sticky_header{width:100%;max-width:100%;height:var(--ul-height);background:#fff;box-shadow:0 0 5px #bdbdbd;position:fixed;z-index:777;transition:top 1s;top:-50px}#page_navigation_sticky_header .header.content{padding:0}#page_navigation_sticky_header ul{display:flex;height:var(--ul-height);align-items:center}#page_navigation_sticky_header li{display:inline-block;margin-bottom:0;padding:10px;cursor:pointer}@media (min-width:768px) and (max-width:1200px){header.page-header .header-wrapper-content.sticky-menu.active{position:fixed !important}}@media (max-width:767px){#page_navigation{display:none}#page_navigation_sticky_header{top:-40px}#page_navigation_sticky_header ul{overflow:auto;white-space:nowrap}#page_navigation_sticky_header ul::-webkit-scrollbar{display:none}}