.sticky-tabs{margin-top:-300px;opacity:0;transition:opacity .3s ease}.fixed.sticky-tabs{left:0;margin:0;opacity:1;position:fixed;top:50px;transition:opacity .3s ease-in-out;z-index:9}.sticky-lwrap{align-items:center;border-bottom-right-radius:5px;border-top-right-radius:5px;cursor:pointer;display:flex;height:74px;justify-content:center;position:absolute;right:0;transition:right .3s ease;width:74px}.sticky-lwrap .line{background-color:#fff;display:inline-block;height:2px;margin:0 auto;width:35px}.sticky-lines{align-items:center;display:flex;flex-wrap:wrap;height:25px;justify-content:center;position:absolute;text-align:center;width:60px}.sticky-lists ul li a{color:#fff;display:block;padding:10px 15px}.sticky-lists ul li:not(:last-child) a{border-bottom:1px solid #fff}.sticky-lists ul li a:hover{text-decoration:none}.sticky-box{transform:translateX(-74%);transition:transform .6s ease;width:274px}.sticky-lists{border-bottom-right-radius:5px;border-top-right-radius:5px;padding:10px 0;text-align:center;width:calc(100% - 74px)}.showslist.sticky-box{transform:translateX(0);transition:transform .3s ease-in-out}@media(max-width:767px){.sticky-lines{width:25px}.sticky-lwrap{height:50px;width:50px}.sticky-lists{width:calc(100% - 50px)}.sticky-box{transform:translateX(-80%);width:250px}}