.menu_mobi .cart-hover{
    top: 25px;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0
}
.navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}
@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
}
.ml-auto{
    margin-left: auto !important
}
@media print {
    .navbar {
        display: none
    }
}
@-webkit-keyframes menu-float-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes menu-float-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0
}
.menu:not(.menu-sub) {
    border-bottom: 1px solid #aaa
}
.menu-item {
    position: relative;
    border-top: 1px solid #aaa
}
.menu-link {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 43px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
ul.menu-root li ul a{
    color: #000;
}
.menu-link:hover {
    color: inherit;
    text-decoration: none
}
.menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 44px;
    border-left: 1px solid #aaa;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}
.menu-toggle::before {
    content: "\f105";
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 18px;
    border-radius: 40px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}
.menu-toggle.active::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.menu-sub {
    display: none;
    background-color: rgba(21, 25, 30, .08)
}
.menu-sub .menu-link {
    padding-left: 35px;
    position: relative
}
.menu-sub-2 .menu-link {
    padding-left: 45px
}
.menu-sub-3 .menu-link {
    padding-left: 55px
}
.menu-root>.menu-item>.menu-link {
    font-weight: 700;
    font-size: 14px;
}
@media (min-width:1200px) {
    .menu:not(.menu-sub) {
        border: 0
    }
    .menu-item {
        border: 0
    }
    .menu-root {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0
    }
    .menu-root>.menu-item {
        position: relative
    }
    .menu-root>.menu-item>.menu-toggle {
        display: none
    }
    .menu-root>.menu-item>.menu-link {
        padding: 0 13px !important
    }
    .menu-root>.menu-item>.menu-link.active {
        color: #000 !important;
    }
    .menu-root>.menu-item>.menu-link:hover{
        color: #000 !important;
    }
    .menu-root>.menu-item:hover>.menu-link {
        color: #000;
    }
    .menu-root>.menu-item-group .menu-item:hover>.menu-link {
        background-color: rgba(242, 101, 34, .1)
    }
    .menu-root>.menu-item-group .menu-sub {
        min-width: 200px;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        position: absolute;
        z-index: 2;
        top: 0;
        left: 100%;
        border-radius: 4px;
        -webkit-transform-origin: 0 4px;
        transform-origin: 0 4px;
        background-color: #fff
    }
    .menu-root>.menu-item-group .menu-sub-right {
        left: auto;
        right: calc(100% + 4px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    .menu-root>.menu-item-group .menu-sub-right::before {
        right: auto;
        left: 100%
    }
    .menu-root>.menu-item-group>.menu-sub {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        top: 100%;
        left: 0
    }
    .menu-root>.menu-item-group .menu-sub .menu-toggle {
        width: 30px;
        height: 35px;
        border-left: 0;
        pointer-events: none
    }
    .menu-root>.menu-item-group .menu-sub .menu-link {
        padding-left: 20px;
        line-height: 35px;
        font-size: 15px;
        font-weight: normal;
    }
    .menu-root>.menu-item-group .menu-item-group>.menu-link {
        padding-right: 30px
    }
    .menu-root>.menu-item-group .menu-item-group:hover>.menu-sub,
    .menu-root>.menu-item-group:hover>.menu-sub {
        display: block;
        -webkit-animation: menu-float-show .2s ease-out;
        animation: menu-float-show .2s ease-out
    }
    .menu-item-mega {
        position: static
    }
}
.navbar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 101vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: -100%;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}
.navbar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}
.navbar__title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1
}
.navbar__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto
}
.navbar__backdrop {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    -webkit-transition: left 0s .3s, opacity .3s;
    transition: left 0s .3s, opacity .3s
}
.navbar.is-show .navbar__wrapper {
    left: 0
}
.navbar.is-show .navbar__backdrop {
    left: 0;
    opacity: .5;
    -webkit-transition: left 0s, opacity .3s;
    transition: left 0s, opacity .3s
}
.logodesktop{
    display: none;
}
@media (min-width:1200px) {
    .navbar {
        display: block;
        position: static
    }
    .navbar__wrapper {
        display: block;
        width: auto;
        height: auto;
        position: static;
        background: 0;
        z-index: 0;
        top: auto;
        left: auto;
        -webkit-transition: unset;
        transition: unset
    }
    .navbar__body {
        padding: 0;
        overflow: visible
    }
    .navbar__backdrop,
    .navbar__header {
        display: none
    }
    .logodesktop{
        display: block;
    }
    .logodesktop img{
        filter: brightness(0) invert(1);
    }
    .navbar__body{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu_mobile{
        display: none;
    }
    .menu_header{
        padding: 10px 0 5px;
    }
}
.logodesktop img{
    width:revert-layer;
}
.navbar-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background: 0;
    line-height: 1;
    font-size: 24px;
    padding-left: 25px;
}
.navbar-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
    border-radius: 2px;
    -webkit-transition: .4s;
    transition: .4s
}
.navbar-toggle.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}
.navbar-toggle.active span:nth-child(2) {
    opacity: 0
}
.navbar-toggle.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}
.logomobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0
}
.logomobile img {
    height: auto;
}
@media (min-width:1200px) {
    .logomobile img {
        height: 75px
    }
}
.header {
    position: relative;
    z-index: 100;
}
.header__wrapper {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background: linear-gradient(to bottom, #fff, #fff);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-transition: .4s;
    transition: .4s;
    position: fixed;
    top: 0;
    left: 0
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}
.header__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}
.menu_mobile .logo{
    display: none;
}
.cart-hover{
    top: 3px;
}
.menu-arrow .fa{
    font-size: 17px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.menu-link{
    color: #000;
}
ul.menu.menu-root > li > a{
   text-transform: uppercase; 
}
.nav_login{
    display:none !important;
}
@media (max-width:1199px) {
    .menu-arrow .fa{
        display: none;
    }
    .menu_header{
        display: block;
    }
    .menu_mobile .logo{
        display: block;
    }
    .menu-link{
        color: #333;
    }
    .navbar-toggle.active span{
        background-color:#000;
        height: 2px;
    }    
    .cart-hover{
        top: 0;
    }
    .menu_mobile .logo{
        margin: 5px 0;
    }
    .menu_mobile .logo a img {
        max-height: 50px;
        display: block;
    }
    .menu-sub.active{
        display: block;
    }
    .menu-sub .menu-link {
        font-weight: normal;
    }
}