a.menu-link {
    display: block;
    text-decoration: none;
    color: #fff;
    float: right;
    margin: 25px 30px 0 10px;
}
.menu-link span {
    display: inline-block;
    height: 4px;
    margin: 0 5px -3px 0;
    width: 30px;
}
.menu-link:hover span {
    border-color: #666;
}
.menu,
.menu > ul,
.menu > ul ul {
    float: right;
    display: flex;
    flex-flow: column;
    margin: 0;
    position: relative;
    z-index: 3;
}
.menu.active {
    background: #f9f9f9;
    max-height: 55em;
    width: 100%;
}
.js .menu > ul ul.active {
    margin: 0;
    max-height: 55em;
    padding: 0;
}
.menu > ul {
    padding: 0;
}
nav li {
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 100;
    line-height: 43px;
    float: left;
}
.menu li a {
    display: inline-block;
    text-decoration: none;
    padding: 0px 20px;
    display: block;
    color: #E1E1E1;
    transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
    letter-spacing: 1px;
}
.menu ul ul li a i {
    padding-right: 3px;
}
.menu li a:hover {
    color: #8bc34a;
}
.menu ul ul li {
    border-bottom: 1px solid #8ed442;
    width: 100%;
}
.menu ul ul li a {
    background: #8bc34a;
    padding: 20px 25px 20px 26px !important;
    line-height: 0;
    color: #fff;
    border-left: none;
    border-right: none;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
span.has-subnav {
    display: block;
    font-size: 1em;
    line-height: 2.5em;
    position: absolute;
    right: 20px;
    padding: 0 0.5em;
    top: 0;
}
.menu li li a:hover {
    background: #619c1d!important;
    color: #fff!important;
}
a.active-menu {
    color: #8bc34a!important;
    position: relative;
}
ul.level-2 a.active-menu {
    color: #!important;
    position: relative;
    border-top: none;
}
ul.level-2 a.active-menu:after {
    display: none;
}
nav ul>li:hover>a:before,
a.active-menu:before {
    position: absolute;
    content: "\f141";
    font-family: FontAwesome;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
}
.menu li li:hover a:before,
.menu li li a.active-menu:before {
    display: none;
}
a.shopping {
    background: #f2f2f2;
    color: #333;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 5px;
    line-height: 30px;
    text-align: center;
    float: right;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    margin-right: 65px;
}
a.shopping:hover {
    background: #8bc34a;
    color: #fff;
}
.wide a.active-menu {
    background: #619c1d!important;
    color: #fff !important;
}
@media screen and (max-width: 1200px) {
    .menu,
    .menu > ul ul {
        margin: 0;
        max-height: 0;
        overflow: hidden;
    }
    .menu ul ul li a {
        background: none;
        color: #000;
    }
    .menu,
    .menu > ul,
    .menu > ul ul {
        clear: both;
        float: inherit;
        width: 100%;
    }
    nav li {
        display: block;
        clear: both;
        width: 100%;
    }
    .menu li a {
        display: block;
        padding-left: 15px;
        display: block;
        padding-left: 15px;
        background: #f8f8f8;
        border-right: none;
        border-left: none;
        color: #666;
        padding: 20px 30px;
        line-height: 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .menu ul ul li {
        border: none;
    }
    .menu li li a {
        padding-left: 50px;
    }
    .menu li:last-child a {
        border: none;
    }
    .menu li li:last-child a {
        border-bottom: 1px solid #d8d8d8;
    }
    .menu ul ul li a {
        padding: 20px 25px 20px 40px !important;
    }
    .menu li:hover {
        background: #EDEDED;
    }
    a.menu-link.active {
        color: #fff;
        float: right;
        margin: 25px 30px 0 10px;
    }
    .sub-menu-button {
        position: relative;
    }
    .sub-menu-button:after {
        content: "\f107" !important;
        font-family: FontAwesome;
        right: 20px !important;
        position: absolute !important;
        top: 22px !important;
        float: right !important;
        left: inherit !important;
        text-align: right;
    }
    .menu li a:hover {
        background: #8bc34a!important;
        color: #fff!important;
    }
    .menu.active {
        border-top: 1px solid #ccc;
    }
    .wide a.active-menu {
        background: none!important;
        color: #619c1d !important;
    }
}
@media screen and (min-width: 1200px) {
    a.menu-link {
        display: none;
    }
    .js .menu,
    .js .menu > ul ul {
        max-height: none;
        overflow: visible;
    }
    .js .menu > ul li:hover > ul {
        display: block;
    }
    .menu ul {
        display: flex;
        flex-flow: row;
        height: 44px;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }
    .menu span.has-subnav {
        display: none;
    }
    .menu li li a:hover {
        background: rgba(164, 208, 94, 0.1);
        color: #000;
    }
    .menu ul ul {
        display: none;
        height: auto;
        overflow: hidden;
        padding-top: 31px!important;
        position: absolute;
        text-align: left;
        top: 98%;
        width: 150px;
        z-index: 999;
    }
    .chrome .js .menu > ul ul {
        top: 43px;
    }
    .menu ul ul.wide {
        width: 230px;
    }
    .menu ul ul li {
        display: inline-block;
        position: relative;
    }
    .menu > ul ul li:last-child {
        border-bottom: none;
    }
    .menu ul ul li a {
        display: block;
        padding-left: 10px;
    }
    .menu.active {
        border-top: 1px solid #ccc;
    }
}