.b65-menu-overlay {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
}
.b65-menu-toggle-wrap {
    cursor: pointer;
}
.b65-menu-toggle {
    display: inline-block;
    width: 56px;
    height: 29px;
    position: relative;
    margin-bottom: -3px;
    margin-left: 5px;
}
.b65-menu-toggle span {
    display: block;
    width: 56px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.b65-menu-toggle span:nth-of-type(2) {
    width: 25px;
    top: 11px;
}
.b65-menu-toggle span:nth-of-type(3) {
    width: 38px;
    top: 22px;
}
.b65-menu-wrap {
    display: block;
    width: 482px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 767px) {
    .b65-menu-wrap {
        width: 100vw;
    }
}
.b65-menu .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    padding: 0;
    margin-bottom: 0;
    border: 0;
}
.b65-menu .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
    text-align: left;
}
.b65-menu .b65-menu-main ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.b65-menu .menu-item a {
    display: inline-block;
    width: 100%;
}
.b65-menu-close {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
}
.b65-menu-close span {
    display: block;
    width: 56px;
    height: 4px;
    border-radius: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: -6px;
    top: 20px;
}
.b65-menu-close span:nth-of-type(2) {
    transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
    .b65-menu-title {
        display: none;
    }
}