.navbar{z-index:1000;width:100vw;height:88px;font-family:var(--font-open-sans);padding:0;display:flex;position:fixed;top:0;left:0;box-shadow:0 3px 6px #0000001f;background-color:#fff!important}.navbar .spacing{width:8%}.navbar .ham{display:none}.navbar .ham .hamburger_class{align-items:center;height:88px;display:flex}.navbar .foodies_img{cursor:pointer;width:150px;height:88px}.navbar .nav_titles{color:#000;justify-content:space-evenly;width:50%;height:100%;margin-left:5%;display:flex}.navbar .nav_titles .nav_ul{text-align:center;font-weight:600;font-family:var(--font-open-sans);justify-content:space-between;align-items:center;width:90%;display:flex;color:#000!important}.navbar .nav_right{width:20%;height:100%;font-size:12px;font-family:var(--font-open-sans);justify-content:space-evenly;display:flex}.navbar .nav_right .accessibility_btn{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:88px;display:flex}.navbar .nav_right .accessibility_btn .acc_img{width:48px;height:48px}.navbar .nav_right .search_btn{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:88px;display:flex}.navbar .nav_right .search_btn .search_logo_class{width:48px;height:48px}.navbar .nav_right .profile_btn{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:88px;display:flex}.navbar .nav_right .profile_btn .profile_logo_btn{width:48px;height:48px}@media only screen and (max-width:768px){.navbar .spacing{display:none}.navbar .ham{display:inline}.navbar .nav_titles .nav_ul{display:none}.navbar .nav_right{justify-content:flex-end}.navbar .nav_right .acc_text,.navbar .nav_right .search_text,.navbar .nav_right .profile_logo_text{display:none}}@media only screen and (max-width:350px){.navbar .nav_right .accessibility_btn,.navbar .nav_right .search_btn,.navbar .nav_right .profile_btn{width:36px}}
