.sticky-menu{border-radius:10px 0 0 10px;position:fixed;right:0;top:50%;z-index:999}.sticky-item{align-items:center;background:#e30513;display:flex;margin-left:auto;padding:12px 25px;width:70px}.sticky-item:first-child{border-radius:10px 0 0 0}.sticky-item:last-child{border-radius:0 0 0 10px}.sticky-item img{height:20px;width:20px}.sticky-item a{color:#fff;display:none;line-height:normal;margin-left:15px;width:0}.sticky-item:hover{border-radius:10px 0 0 10px;width:fit-content}.sticky-item:hover a{display:inline-flex;min-width:140px;width:100%}.sticky-item.show{border-radius:10px 0 0 10px;width:fit-content}.sticky-item.show a{display:inline-flex;min-width:140px;width:100%}@media (max-width:600px){.sticky-menu{bottom:0;display:flex;justify-content:center;left:50%;right:auto;top:unset;transform:translate(-50%)}.sticky-item{width:fit-content}.sticky-item:first-child{border-radius:10px 0 0 10px}.sticky-item:last-child{border-radius:0 10px 10px 0}.sticky-item a{display:block;margin-right:15px;width:100%}.sticky-item.show a{margin-right:15px;min-width:100%}}