
.menu-opened,
.menu-opened .dji-mobile {
    overflow: hidden;
    height: 100%;
}

nav.index-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
    transition: all .5s ease;
    background-color: transparent;
}

.menu-opened nav {
    height: 100%;
    background: #fff;
}

nav.index-nav .navbar-container {
    transition: all .5s ease 0s;
    height: 68px;
}

.menu-opened .navbar-header {
    border-bottom: 1px solid #f2f2f2;
}

nav.index-nav .navbar-header {
    height: 50px;
    padding-left: 17px;
    padding-right: 17px;
    text-align: center;
    float: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

nav.index-nav .navbar-content {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all .4s;
    visibility: hidden;
*overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

nav.index-nav .shopping-content {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

nav.index-nav a.navbar-control {}

nav.index-nav .control-icon {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all .4s ease;
}

.index-nav.header-opened .control-icon:nth-child(1) {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.index-nav.header-opened .control-icon:nth-child(1):before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index-nav.header-opened .control-icon:nth-child(2) {
    opacity: 0;
}

.index-nav.header-opened .control-icon:nth-child(3) {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.index-nav.header-opened .control-icon:nth-child(3):before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body nav.index-nav.header-closed .navbar-control .control-icon:before {
    background-color: #fff;
}

nav.index-nav .control-icon:before,
nav.index-nav a.navbar-shopingbag:after,
nav.index-nav a.navbar-shopingbag:before {
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    background-color: #303233;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: transform .4s ease .2s, background-color .5s ease 0s;
    transition: transform .4s ease .2s, background-color .5s ease 0s, -webkit-transform .4s ease .2s;
}

nav.index-nav .navbar-logo {}

nav.index-nav a.navbar-dji-icon {
    display: block;
    color: #303233;
    font-size: .5rem;
}

body nav.index-nav a.navbar-dji-icon,
    body nav.index-nav a.navbar-shopingbag span.shopingbag-icon {
    transition: all .5s ease 0s;
}

body nav.index-nav.header-closed a.navbar-dji-icon {
    color: rgba(0, 0, 0, 0);
}

nav.index-nav a.navbar-shopingbag {
    position: relative;
    transition: all .4s ease;
}

nav.index-nav a.navbar-shopingbag:after,
nav.index-nav a.navbar-shopingbag:before {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
}

nav.index-nav a.navbar-shopingbag:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body nav.index-nav a.navbar-shopingbag:after,
    body nav.index-nav a.navbar-shopingbag:before {
    transition: all .1s ease;
}

.index-nav.header-opened a.navbar-shopingbag,
.index-nav.shopping-opened .control-icon {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

nav.index-nav a.navbar-shopingbag span.shopingbag-icon {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    background-position: center center;
    transition: all .4s ease .2s;
}

body nav.index-nav.header-closed a.navbar-shopingbag span.shopingbag-icon {
    background-image: url(../../images/index/nav_01.png);
}

body nav.index-nav.sticky-nav .navbar-container {
    height: 50px;
    background-color: #fff;
}

body nav.index-nav.sticky-nav .navbar-control .control-icon:before {
    background-color: #303233;
}

body nav.index-nav.sticky-nav a.navbar-dji-icon {
    color: #303233;
}

body nav.index-nav.sticky-nav a.navbar-shopingbag span.shopingbag-icon {
    background-image: url(../../images/index/nav_02.png);
}

.index-nav.header-opened .navbar-content {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}
nav.index-nav a.navbar-group-head:before,nav.index-nav a.navbar-menu-item:before {
    position: absolute;
    left: 20px;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
}
.index-nav a.navbar-group-head {
    position: relative;
    right: 0;
    display: block;
    width: 100%;
    padding: 23px 20px 22px;
    font-size: 16px;
    color: #303233;
    overflow: hidden;
    z-index: 700;
    transition: all .4s;
}

.index-nav .navbar-group:first-child a.navbar-group-head,
.index-nav ul.navbr-menu li:first-child a.navbar-menu-item {
    padding-top: 22px;
}

.index-nav a.navbar-group-head h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.index-nav span.navbar-arrow-right,
.index-nav span.navbar-language-icon {
    display: block;
    width: 6px;
    height: 10px;
    background-size: cover;
    background-position: center center;
    background-image: url(../../images/index/nav-arrow-right.svg);
}

.index-nav a.navbar-group-head span.navbar-arrow-right {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}

nav.index-nav .navbr-group-menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 50px;
    transition: left .4s;
    left: 100%;
    z-index: 800;
}

nav.index-nav.header-opened .navbar-content {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

nav.index-nav .show-navbar-group a.navbar-group-head {
    right: 100%;
    opacity: 0;
}

nav.index-nav .navbr-group-menu ul {
    transition: all .4s;
    opacity: 0;
}

nav.index-nav .navbr-group-menu a.menu-back {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 16px;
    color: #303233;
    background-color: #ebeff2;
    transition: all .4s;
    opacity: 0;
    font-weight: 600;
}

nav.index-nav .navbar-group-active .navbr-group-menu a.menu-back,
nav.index-nav .navbar-group-active .navbr-group-menu ul {
    opacity: 1;
}

nav.index-nav a.navbar-menu-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 23px 20px 22px;
    font-size: 16px;
    line-height: 20px;
    color: #303233;
    overflow: hidden;
    font-weight: 600;
}

nav.index-nav .navbar-group:first-child a.navbar-group-head,
nav.index-nav ul.navbr-menu li:first-child a.navbar-menu-item {
    padding-top: 22px;
}

nav.index-nav .navbar-group-active .navbr-group-menu {
    position: absolute;
    left: 0;
    top: 0;
}
nav.index-nav .navbr-group-menu a.menu-back span, nav.index-nav .shopping-content a.navbar-store-link span {
    display: inline-block;
    vertical-align: middle;
}
nav.index-nav .navbr-group-menu a.menu-back span.navbar-arrow-right {
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}