.mobile-menu__list.slinky-menu {
    /*height: auto!important;*/
    height: 100%;
}

.mobile-menu {
    overflow: hidden;
    display: block;
    height: 0;
    padding: 0;
}

.mobile-menu.active {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
}

.slinky-menu .header {
    position: relative;
    background-color: transparent;
}

.mobile-menu__list.slinky-theme-default .next::after {
    background-size: inherit;
}

.mobile-menu .top-level__item > a:not(.back) {
    padding: 17px 40px 17px 58px;
}

.mobile-menu .top-level__item.noicon > a:not(.back) {
    padding-left: 20px;
}

.mobile-menu .slinky-theme-default a:not(.back) {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
}

.mobile-menu .slinky-theme-default .next::after,
.mobile-menu .slinky-theme-default .back::before {
    content: "";
    width: 8px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="15" viewBox="0 0 8 15"><path d="M.94 14.641c-.102.102-.229.153-.369.153-.14 0-.266-.051-.368-.153-.203-.203-.203-.533 0-.736L6.68 7.429.203.952C0 .75 0 .42.203.216.406.013.737.013.94.216L7.784 7.06c.203.203.203.534 0 .737L.94 14.64z"/></svg>');
    background-repeat: no-repeat;
    right: 19px;
    top: calc(50% - 7px);
}

.mobile-menu .slinky-theme-default .back::before {
    background-size: inherit;
}

.slinky-theme-default a:not(.back) {
    padding: 0.7em;
}
