.jtpl-mobile-navigation .j-nav-level-0 li, .jtpl-mobile-navigation .j-nav-level-1 li, .jtpl-mobile-navigation .j-nav-level-2 li {
    display: block;
    position: relative;
    text-align: left;
}
.jmd-nav__toggle-button::after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.jmd-nav__toggle-button {
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    position: absolute;
    right: 0;
    outline: 0;
    cursor: pointer;
    border: none;
    background-color: #333;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    display: block;
    border-radius: 0;
    top: 0;
    top: 0;
}
.jmd-nav__toggle-button::after, .jmd-nav__toggle-button::before {
    content: "";
    position: absolute;
    border-radius: .1rem;
    width: 16px;
    width: 1.6rem;
    height: 2px;
    height: .2rem;
    left: 12px;
    left: 1.2rem;
    top: 19px;
    top: 1.9rem;
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.jmd-nav__item--last-opened > .jmd-nav__toggle-button::after, .jmd-nav__item--last-opened > .jmd-nav__toggle-button::before {
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.jtpl-mobile-navigation .j-nav-level-1 {
	display: block;
	border-top: solid 1px #fff;
	border-bottom: none;
}
.jtpl-mobile-navigation .j-nav-has-children > ul {
    display: none;
}
.jtpl-mobile-navigation .jmd-nav__item--last-opened > ul {
    display: block;
}