nav.nav-mob {
    position: fixed;
    top: 0;
    right: -211px;
    bottom: 0;
    width: 210px;
    z-index: 10000;
    background-color: #f1efec;
    padding: 100px 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #8e8270;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.nav-mob.open {
    right: 0;
}

nav.nav-mob a {
    color: #8e8270;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}