﻿.floating-menu{position:fixed;top:0;left:0;z-index:1001;}.floating-menu .menu-btn{position:fixed;top:120px;left:20px;border-radius:50%;width:50px;height:50px;background:#fff;border:0;cursor:pointer;z-index:1050;display:none;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,.2);}.floating-menu .menu{background:#fff;position:fixed;top:0;left:0;z-index:1001;height:100%;left:-425px;min-width:425px;padding-top:15px;transition:left .3s ease-in-out;z-index:1100;}@media(max-width:575.98px){.floating-menu .menu{left:-576px;width:100%;}}.floating-menu .menu .menu-header{display:flex;align-items:center;justify-content:space-between;}.floating-menu .menu .menu-header .close-btn{position:relative;right:10px;font-size:36px;background:none;border:0;color:#000;cursor:pointer;}.floating-menu .menu ul{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;justify-content:space-between;overflow-x:auto;overflow-y:hidden;white-space:nowrap;}.floating-menu .menu ul::-webkit-scrollbar{display:none;}.floating-menu .menu ul li a{display:inline-block;padding:10px;}.floating-menu .menu.open{left:0;}