.more-inside-menu {
    display: block;
    border-top: 1px solid #ccc;
    background: #fff;
}

.nav-header a.active {
    background: none;
}

.nav-header {
    background: none;
    border: none;
    min-height: auto;
    margin: 0px;
}

.nav-header li>ul {
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    top: 0;
}

.nav-header .navbar-brand {
    display: none;
}
.product-child .child>h2 {
    /*background: #04acfb;*/
    /*color: #fff !important;*/
    width: 500px;
    max-width: 100%;
    padding: 5px 0px;
    display: inline-block !important;
}
/*.product-child .list-218>h2 {
    background: #0404bb;
}
.product-child .list-219>h2 {
    background: #009300;
}
.product-child .list-220>h2 {
    background: #f90e0e;
}
*/.product-child .ul-tab li{
    list-style: none;
    display: inline-block;
    /*width: 280px;*/
    background: #d9d9d9;
    padding: 10px;
    margin: 5px 10px;
    max-width: 100%;
    font-size: 1em;
    text-transform: uppercase;
}
.product-child .ul-tab li:hover{
    background: #cfcfcf;
}
.product-child .ul-tab li a{
    text-decoration: none;
    color: #000;
}
.nav-header ul.level_1>li>a, .nav-header ul.level_1>li>span{
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .nav-header .hidden-sm-menu {
        display: none !important;
    }
    /*.nav-header ul.level_1>li.first{ display: none; }*/
}

@media screen and (min-width: 992px) {
    .nav-header ul.level_1>li>a.active:before,
    .nav-header ul.level_1>li:hover>a:before,
    .nav-header ul.level_1>li>span:before {
        width: 70%;
        left: 15%;
        right: 0;
    }
    .nav-header.navbar-default ul.level_1 > li.active:before, .nav-header.navbar-default ul.level_1 > li:before {
        content: "";
        position: absolute;
        display: block;
        opacity: 1;
        background: #F1FA50;
        width: 100%;
        height: 0%;
        top: -2px;
        z-index: -1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .nav-header.navbar-default ul.level_1 > li.active:before, .nav-header.navbar-default ul.level_1 > li:hover:before {
        height: calc(100% + 6px);
        z-index: auto;
    }
/*    .nav-header ul.level_1>li>a:before,
    .nav-header ul.level_1>li>span:before {
        content: "";
        height: 2px;
        width: 0;
        background: #0404bb;
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }*/
    .nav-header ul.level_1 {
        padding: 0px;
        margin: 0px;
    }
    .nav-header .navbar {
        min-height: inherit;
        margin: 0px;
    }
    .nav-header ul.level_1 li {
        position: relative;
    }
    .nav-header ul.level_1>li {
        padding: 0px;
        margin: 0px;
        display: inline-block;
        margin-left: 40px;
        margin-right: 40px;
        vertical-align: top;
        font-size: 15px;
    }
    .nav-header .level_1 .level_1>.last{
        margin-left: 0px;
    }
    /*.nav-header ul.level_1>li:after{content:""; position: absolute; display: block; top:30%; bottom:30%; right:1px; width: 0px;    border-right: 1px solid #000; }*/
    .nav-header ul.level_1>li.last:after {
        display: none;
    }
    .nav-header ul.level_1>li.first {
        /*margin-left: 0px;*/
    }
    .nav-header ul.level_1>li.last {
        background: none;
        padding-right: 0px;
        box-shadow: none;
    }    .nav-header ul.level_1 a {
        z-index: 11;
        padding: 7px;
        color: #fff;
        font-size: 1.1em;
        display: block;
    }
    .nav-header ul.level_1 li li a {
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #7c7c7c;
        background: #101010b0;
        margin-bottom: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav-header ul.level_1>li>a,
    .nav-header ul.level_1>li>span {
        color: #fff;
        /*background: url(/files/system/img/general/bg-nav.png) top left no-repeat;*/
        z-index: 101;
        position: relative;
        font-size: 1em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-right: 10px;
        /*width: 140px;*/
        /*height: 38px;*/
        text-align: center;
        margin: 0px;
        padding: 6px 5px 0px 5px;
        /*text-shadow: 1px 1px 1px #fff;*/
        transition: all .60s ease;
        font-weight: bold;
        /*animation: moveToBottom 2s ease-in-out;*/
        /*animation-delay: 1000ms;*/
    }
     /*   @keyframes moveToBottom {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(10px);
      }
    }*/
    .nav-header ul.level_1 li>ul a {
        padding-top: 6px;
        padding-bottom: 6px;
        min-width: 150px;
    }
    .nav-header ul.level_1 a.active,
    .nav-header ul.level_1 span.active,
    .nav-header ul.level_1 a:hover,
    .nav-header ul.level_1 a:focus,
    .nav-header ul.level_1 a.active,
    .nav-header .open>a,
    .nav-header .open>a:focus,
    .nav-header .open>a:hover,
    .nav-header ul.level_1>li:hover>a {
        color: #000;
        /*background: url(/files/system/img/general/bg-nav-hover.png) top left no-repeat;*/
        background: none;
        /*padding: 5px 5px*/
        border-radius: 5px;
    }
    .nav-header ul.level_1 ul a.active,
    .nav-header ul.level_1 ul span.active,
    .nav-header ul.level_1 ul a:hover,
    .nav-header ul.level_1 ul a:focus,
    .nav-header ul.level_1 ul a.active,
    .nav-header ul.level_1 ul .open>a,
    .nav-header ul.level_1 ul .open>a:focus,
    .nav-header ul.level_1 ul .open>a:hover {
        background: #03a9f4;
        color: #fff;
    }

    .nav-header .level_1 .level_1>li>a.active,
    .icon-home .nav-header ul.level_1>li>.icon-home {
        background: #0096dc;
        color: #fff;
    }
    .nav-header ul.level_1>li>a.icon-home,
    .nav-header ul.level_1>li>span.icon-home {
        text-indent: -9999px;
        text-align: left;
        width: 50px;
        position: relative;
    }
    .nav-header ul.level_1>li>a.icon-home:before,
    .nav-header ul.level_1>li>span.icon-home:before {
        font-family: "fontdl";
        content: "\E81C";
        font-size: 1.5em;
        text-align: center;
        text-indent: 0px;
        height: 100%;
        width: 100%;
        padding: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: center !important;
        -moz-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .nav-header .navbar-brand {
        display: none;
    }
    .nav-header .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav-header li>ul {
        background-color: inherit;
        left: 0px;
        top: 0px;
        opacity: 0;
        z-index: -9999;
        position: absolute;
        display: block;
        padding: 0px;
        list-style: none;
        border: none;
        box-shadow: none;
        box-shadow: 0px 0px 2px 0px #fff;
        margin-bottom: 0px;
        padding-bottom: 0px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .nav-header li:hover>ul {
        display: block;
        z-index: 9999;
        opacity: 1;
        margin-top: 0px;
        padding-top: 0px;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .nav-header ul.level_1 ul>li:hover ul {
        top: 0px;
        left: 100%;
    }
    .nav-header ul.level_1>li:hover>ul {
        top: 100%;
        left: 1px;
    }
    .nav-header ul.level_1 ul li {
        position: relative;
    }
    .nav-header .caret-icon {
        margin-left: 0px;
        font-size: 10px;
        float: right;
        margin-top: 4px;
    }
    .nav-header ul.level_1 li li.submenu a,
    .nav-header ul.level_1 li li.submenu span {
        padding-right: 40px;
    }
    .nav-header ul.level_1 li li.submenu a .caret-icon,
    .nav-header ul.level_1 li li.submenu span .caret-icon {
        font-size: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        margin-top: 0px;
    }
    .nav-header ul.level_1>li>a .caret-icon,
    .nav-header ul.level_1>li>span .caret-icon {
        margin-left: 0px;
        margin-top: 2px;
        display: none !important;
    }
    .nav-header ul.level_1>li>a>.caret-icon:before {
        content: "\f0dd";   
    }
    .nav-header ul.level_1>li>a .caret-icon,
    .nav-header ul.level_1>li>span .caret-icon {
        display: inline-block;
        vertical-align: top;
    }
    .nav-header .icon-tree {
        display: none;
    }
    .nav-header li.hidden-md-menu-child {
        display: none !important;
    }
    .nav-header .hidden-md-menu {
        display: none;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .nav-header .navbar-toggle {
        background: url(/files/system/img/general/resp_menu_btn.png) center center no-repeat;
        background-size: 48px 48px;
        border-color: transparent;
        color: #fff;
        position: relative;
        width: 48px;
        height: 48px;
        padding: 0px;
        text-indent: -99999px;
        margin: 0px;
        margin-left: 5px;
        margin-right: 10px;
        display: inline-block;

        /*border: 1px solid #ccc;*/
    }
    .nav-header .navbar-toggle:focus,
    .nav-header .navbar-toggle:hover {
        background-color: #ffffff73;
        box-shadow: none;
    }
    .nav-header .navbar-collapse {
        /*display: none !important;*/
        /*position: absolute;*/
        /*min-width: 300px;*/
        /*text-align: left;*/
        /*top: 99%;*/
        /*z-index: 9999;*/
    }
    .nav-header .navbar-collapse.in {
        display: block !important;
        background: none;
        padding: 0px;
        margin-bottom: 15px;
    }
    .nav-header li{
            display: inline-block;
    }
    .nav-header .navbar-header {
        float: right;
        display: block;
        position: relative;
        display: none;
    }
    .nav-header ul a {
        color: #fff;
        background: #03a9f4;
        border-bottom: 1px solid #03a9f4;
        position: relative;
    }
    .nav-header ul span,
    .nav-header ul a.active,
    .nav-header ul a:hover,
    .nav-header .open>a,
    .nav-header .open>a:focus,
    .nav-header .open>a:hover {
        background: #f1fa50;
        color: #000;
    }
    .nav-header ul a.dropdown-toggle,
    .nav-header ul span.dropdown-toggle {
        padding-right: 50px !important;
    }
    .nav-header .dropdown-menu , .navbar-collapse ul li .mod_newsmenu{
        position: relative;
        left: 0px;
        width: 100%;
        padding: 0px;
        float: inherit;
        margin: 0px;
        border: none;
        margin-bottom: 0px;
        background: none;
    }
    .nav-header ul.level_1>li>a,
    .nav-header ul.level_1>li>span {
        padding-right: 11px;
        padding-left: 11px;
        font-size: 0.7em;
    }
    .nav-header ul.level_1 ul a,
    .nav-header ul.level_1 ul span {
        padding: 10px;
        padding-right: 152px;
    }
    .nav-header .dropdown-submenu>.dropdown-menu {
        left: 0px;
        margin-left: 0px;
    }
    .nav-header .caret-icon {
        position: absolute;
        right: 0px;
        width: 40px;
        text-align: center;
        height: 100%;
        z-index: 1;
        background: rgba(202, 202, 202, 0.19);
        top: 0px;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: center !important;
        -moz-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .nav-header .navbar-collapse.in {
        /*right: 0px;*/
    }
    .mod_product-cart-button{
        float: right !important;
    }

}

@media screen and (max-width: 1330px) and (min-width: 992px) {
    .nav-header ul.level_1>li>a,
    .nav-header ul.level_1>li>span {
        padding-left: 4px;
        padding-right: 3px;
        padding: 6px 10px;
    }
}

@media screen and (min-width: 1330px) {
    .nav-header ul.level_1>li>a,
    .nav-header ul.level_1>li>span {
        padding-left: 7px;
        padding-right: 7px;
        margin-right: 0px;
        font-weight: bold;
        padding: 6px 10px;
    }
    .nav-header .hidden-lg-menu {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .logo-mobile {
        /*max-width: 105px !important;*/
        /*position: absolute;*/
        z-index: 9999;
        /*left: calc(50% - 50px);*/
        /*top: 20px;*/
        /*margin-top: 5px;*/
    }
    .background-header::before {
        display: none;
    }
    .nav-header {
        border: none;
        background: none;
        margin: 0px;
        text-align: left;
        padding: 0px;
        position: relative;
        background: none;
        padding-right: 30px;
    }
    .nav-header .navbar-collapse,
    .nav-header .navbar-form {
        margin-bottom: 0px;
        padding: 0px;
        border: none;
        margin-right: 0px;
        margin-left: 0px;
        background: #03a9f4;
        /*text-align: center;*/
        margin-top: 5px;
        display: block;
        text-align: center;
    }
    .nav-header .navbar-toggle {
        background: url(/files/system/img/general/resp_menu_btn.png) center center no-repeat;
        background-size: 40px 40px;
        border-color: transparent;
        color: #fff;
        position: relative;
        width: 40px;
        height: 40px;
        padding: 0px;
        text-indent: -99999px;
        margin-left: 10px;
        /*border: 1px solid #16509a;*/
        float: initial;
        border-radius: 0;
        top: -12px;
        padding: 4%;
       /* display: none;*/
    }
    .nav-header .navbar-toggle span {
        display: none;
    }
    .nav-header .navbar-toggle:focus,
    .nav-header .navbar-toggle:hover {
        background-color: transparent;
        box-shadow: none;
    }
        .nav-header .navbar-toggle{
    top: 5px;
    margin: 0px;
    color: #fff0;
    padding: 5px 0px;
    }
    .nav-header a.active,
    .nav-header li>a:focus,
    .nav-header li>a:hover,
    .nav-header .open>a,
    .nav-header .open>a:focus,
    .nav-header .open>a:hover {
    color: #FFED1D;
    /*background: url(/files/system/img/general/bg-nav-hover.png) top left no-repeat;*/
    background: #0487c2;
    /*width: 100%;*/
    /*text-align: left;*/
    /*padding-left: 30px;*/

    }
    .nav-header .navbar-toggle .icon-bar {
        background: #fff;
    }
    .nav-header .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
        /*border-top: 1px solid #ccc;*/
        background: #03a9f4;
        height: 35px;
        display: none;
    }
    .nav-header .dropdown-menu {
        display: none;
        left: 0px;
        background: none;
        border: none;
        position: relative;
        float: inherit;
        box-shadow: none;
    }
    .nav-header .open>.dropdown-menu {
        display: block;
    }
    .nav-header .dropdown-submenu>.dropdown-menu {
        left: 0px;
        margin-top: 0px;
        margin-left: 5px;
        top: auto;
    }
    .nav-header .caret-icon {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        position: absolute;
        right: 5px;
        display: block;
        line-height: 22px;
        text-align: center;
        font-size: 13px;
        bottom: 1px;
        color: #ffed1d;
        /*display: none;*/
    }
    .nav-header .icon-tree {
        display: none;
    }
    .nav-header li ul {
        padding-left: 15px;
    }
    .nav-header li {
        position: relative !important;
        border-bottom: 1px solid #ccc;
        /*display: inline-block;*/
        /*background: #14b4ff;*/
        display: inline-block;
        margin: 0px 10px;
    }
    .nav-header li.last {
        /*border: none;*/
        box-shadow: none;
    }
    .nav-header li a {
    position: relative !important;
    background: none;
    color: #fff;
    margin-bottom: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px;
    color: #fff;
    background: url(/files/system/img/general/bg-nav.png) top left no-repeat;
    z-index: 101;
    position: relative;
    font-size: 0.7em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 10px;
    width: 80px;
    height: 38px;
    text-align: center;
    margin: 0px;
    padding: 6px 5px 0px 5px;
    text-shadow: 1px 1px 1px #000;
    transition: all .60s ease;
    font-weight: bold;
    }
    .nav-header .dropdown-submenu a,
    .nav-header .dropdown-menu a {
        white-space: normal;
        background: none;
    }
      .nav-header li a {
        background: none;
        /*width: 100%;*/
    /*text-align: left;*/
    /*padding-left: 30px;*/
            /* background-size: 100%; */
    /*font-size: 0.6em;*/
    /*width: 100%;*/
    /* background-image: linear-gradient(red, #004afb, green); */
    /*background-image: linear-gradient(#8dccf4, #00afe7, #56c8ed);*/
    /*height: 30px;*/
    /*margin-bottom: 9px;*/
    /* text-shadow: 1px 1px 1px #000; */
    /*box-shadow: antiquewhite;*/
    /*-webkit-box-shadow: 0px 8px 9px -6px #000000;*/
    /*box-shadow: 0px 8px 9px -6px #000000;*/
      }
}

.icon-home:before {
    background: none !important;
}


.dl-sort-down:before {
    content: "\f0dd";
}