.hamburger{width:30px;height:30px;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative}.hamburger-init{-webkit-appearance:none!important;-moz-appearance:none;position:absolute!important;width:100%!important;height:100%!important;z-index:2;cursor:pointer!important;outline:none!important;background:#fff0}.hamburger input[type=checkbox]{display:inline-block;background-color:#fff0;box-shadow:inset 0 1px 2px #fff0!important;border:none}.hamburger input[type=checkbox]:checked:before{content:"";margin-bottom:-1px;color:#13aff000!important;font-weight:600}.menu{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.menu .bar1,.menu .bar2,.menu .bar3{width:100%;height:1px;background:#000;transition:all .3s}.hamburger-init:checked+.menu .bar1{transform:translateY(10px) rotate(45deg)}.hamburger-init:checked+.menu .bar2{opacity:0}.hamburger-init:checked+.menu .bar3{transform:translateY(-10px) rotate(-45deg)}