nav {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 99;
    background: #fff
}

.menu-desktop .nav>li {
    display: inline-block;
    width: 100%
}

.menu-desktop .nav> .active a {
    background-color: #cc9933;
    /* position: relative; */
    z-index: 1;
    /* border-color: #eee; */
    color: #ffffff;
}

.mega-menu-category>ul>li.has-sub.wide.active a {
    background-color: #bf570c;
    /* position: relative; */
    z-index: 1;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.menu {
    list-style: none;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    margin-left: -30px
}

.menu>li {
    float: left
}

.menu>li>a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding: 8px 24px;
    border-left: 1px solid #d9d9d9
}

.menu>li:first-child>a {
    border-left: 0
}

.menu>li.active>a,.menu>li>a:focus,.menu>li>a:hover {
    text-decoration: none;
    color: #0083c1
}

.category-page .mega-menu-category,.error-page .mega-menu-category,.faq-page .mega-menu-category,.multiple-addresses-page .mega-menu-category,.shopping-cart-page .mega-menu-category {
    display: none
}

.mega-container {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
}

.navleft-container {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: -3px;
}

.mega-menu-title {
    display: inline-block;
    width: 100%;
}

.minify-header .mega-menu-title {
    transition: .7s;
    opacity: 0
}

.nav-icon {
    padding-left: 0;
    padding-right: 0
}

.mega-menu-title i {
    margin-right: 2px;
    vertical-align: 0px;
    color: #fe121a;
}

.mega-menu-title h3 {
    font-size: 19px;
    color: #4a60c1;
    display: block;
    margin-bottom: 0px;
    width: 100%;
    line-height: 29px;
    cursor: pointer;
    padding: 5px 20px 7px 16px;
    border-radius: 6px 6px 0px 0px;
    font-weight: 700;
    background: #ffffff;
    box-shadow: 0 -3px 14px -10px #000;
}

.mega-menu-category {
    border-top: 0;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 6%);
    overflow-y: auto;
}

@media (max-width: 1200px) {
    .mega-menu-category {
        border-top:0;
        height: 229px;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 991px) {
    .mega-menu-category {
        border-top:0;
        max-height: 395px;
        overflow: hidden
    }
}

.mega-menu-category ul {
    padding: 0;
    margin: 0px 0 0 0;
    border-top: none;
    background-color: #ffffff;
    border: none;
    border-top: none;
    text-align: left;
}

.mega-menu-category>.nav>li>a {
    color: #000000;
    padding: 3px 3px 6px 9px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    transition: .5s;
    border-bottom: 1px solid rgb(255 255 255 / 0%);
    border-top: 1px solid rgb(255 255 255 / 18%);
    position: relative;
}

.mega-menu-category>.nav>li>a:hover {
    /* position: relative; */
    z-index: 1;
    background: #ffffff;
    color: #4963c4;
    border-bottom: 1px solid rgb(187 187 187 / 15%);
    border-top: 1px solid rgb(187 187 187 / 15%);
}

.mega-menu-category>.nav>li>a:hover img {
    transition: .5s
}

.mega-menu-category>.nav>li>a img {
    vertical-align: -7px;
    margin-right: 4px;
    z-index: 999;
    position: relative;
    width: 25px;
    image-rendering: pixelated;
}

.menu-desktop .nav> .active a:before {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    right: 0px;
    top: 0px;
    /* background: red; */
}

@media (max-width: 1200px) {
    .mega-menu-category>.nav>li>a {
        color: #fff;
        padding: 2.5px 10px 2.5px 10px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 991px) {
    .mega-menu-category>.nav>li>a {
        color:#000;
        padding: 9.2px 10px 9.2px 10px;
        font-size: 13px;
        font-weight: 600;
        border-bottom: 1px solid #ddd
    }
}

.mega-menu-category>.nav>li>a .fa {
    width: 20px;
    font-size: 13px
}

.custom-offer a {
    font-weight: 700!important;
    border-bottom: none!important
}

.mega-menu-category ul li ul {
    border: none;
}

.mega-menu-category>.nav>li>a .fa.fa-child,.mega-menu-category>.nav>li>a .fa.fa-gift,.mega-menu-category>.nav>li>a .fa.fa-home {
    font-size: 15px
}

.mega-menu-category>.nav>li>a:hover .fa {
    color: #333
}

.mega-menu-category>.nav>li>a:after {
    content: "\0000BB";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 10px;
    background: #e6e6e6;
    width: 20px;
    text-align: center;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
    color: #091009;
    display: none
}

.mega-menu-category>.nav>li.nosub>a:after {
    display: none
}

.mega-menu-category>.nav>li.view-more-cat>a {
    border-bottom: 0
}

.mega-menu-category>.nav>li.view-more-cat>a:after {
    content: ""
}

.mega-menu-category>.nav>li.active>a,.mega-menu-category>.nav>li>a:focus,.mega-menu-category>.nav>li>a:hover {
    /* position: relative */
}

.menu-hide {
    display: none!important
}

.wrap-popup {
    width: 250px;
    position: absolute;
    left: 100%;
    top: 36px;
    max-width: 793px;
    background: #d7610c;
}

@media (max-width: 1200px) {
    .wrap-popup {
        position:absolute;
        left: 100%;
        top: 36px;
        width: 630px;
    }
}

.wrap-popup.column2 {
    width: 400px
}

.wrap-popup.column1 {
    width: 310px;
}

.wrap-popup.column1:hover .mega-menu-category>ul>li.has-sub.wide.active a {
    background-color: red;
}

.popup {
    background-color: #ffffff;
    display: none;
    text-align: left;
    padding: 0px 15px 0px 20px;
    height: 173px;
    overflow-y: auto;
    box-shadow: 0 1px 10px -3px rgb(0 0 0 / 19%);
    z-index: 1;
    background-position: right bottom;
    background-size: initial;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .popup {
        background-color: #fff;
        display: none;
        text-align: left;
        padding: 0px 15px 0px 20px;
        height: 291px;
        overflow-y: auto;
        box-shadow: 0 1px 10px -3px rgb(0 0 0 / 19%);
        z-index: 1;
        background-position: right bottom;
        background-size: initial;
        background-repeat: no-repeat;
    }
}

.popup:before {
    content: "";
    position: absolute;
    /* background-color: rgba(255,255,255,.85); */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .popup {
        padding:12px
    }

    .wrap-popup {
        width: 565px
    }
}

.popup h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 4px;
    letter-spacing: normal;
    color: #333
}

.popup h3 a {
    color: #333
}

.popup .nav>li>a {
    font-size: 15px;
    color: #ffffff;
    padding: 1px 7px 1px 10px;
    letter-spacing: normal;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 23px;
}

.popup .nav>li>a:focus,.popup .nav>li>a:hover {
    color: #000000 !important;
    background-color: transparent;
}

.box-banner {
    padding-bottom: 10px
}

.box-banner+.box-banner {
    margin-top: 10px
}

.box-banner:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.box-banner h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0
}

.box-banner .price-sale {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300
}

.box-banner .price-sale sub,.box-banner .price-sale sup {
    font-size: 16px;
    font-weight: 700
}

.box-banner .price-sale sub {
    bottom: 3px;
    left: -22px
}

.box-banner .price-sale sup {
    top: -17px;
    left: -8px
}

.box-banner a {
    text-transform: capitalize;
    color: #fff;
    text-decoration: underline
}

.box-banner {
    position: relative
}

.box-banner .add-right {
    margin-top: 3px
}

.add-desc {
    position: absolute;
    top: 12%;
    left: 10%
}

.box-banner a:hover {
    color: #0083c1
}

.has-sep:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -10px
}

.navbar-primary {
    background-color: #0083c1;
    margin: 0;
    border: 0
}

.navbar-brand {
    margin-top: 0;
    margin-bottom: 0
}

.navbar-primary .navbar-brand {
    color: #fff;
    font-weight: 700
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover,.navbar-nav>li.active>a,.navbar-nav>li>a:focus,.navbar-nav>li>a:hover {
    background-color: transparent;
    color: #000
}

.nav-container {
    margin: auto
}

.features-block a {
    color: #ffffff;
    font-size: 15px;
    transition: .5s;
    position: relative;
    display: inline-block;
    padding: 5px 20px 6px 20px;
    line-height: 27px;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
}

.features-block a i {
    vertical-align: 0px;
}

.features-block a:hover {
    transition: .5s;
    border-color: #ffffff;
    color: #d8d8d8;
    background: #527fda;
}

.our-features-box>div>div>a:first-child {
    margin-left: 0em;
    z-index: 1;
}

.our-features-box>div>div>a:first-child:before {
    content: "";
    position: absolute;
    top: -9px;
    left: -20px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .our-features-box>div>div>a:first-child {
        /* margin-left: 0em; */
    }
}

.dropdown-item {
    display: block!important;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    border-top: 1px solid #eee;
    margin: 0!important
}

.dropdown-menu.show {
    top: 14px;
    /* padding: 0; */
}

.mm-toggle-wrap {
    display: none
}

@media only screen and (max-width: 479px) and (min-width:320px) {
    .mm-toggle-wrap {
        display:inline-block;
        position: absolute;
        right: 10px;
        top: 19px
    }
}

span.btn-lateral a {
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
    background: #0072bb
}

.telefon-contact {
    float: right
}

.telefon-contact a {
    border-radius: 30px;
    font-size: 12px;
    color: #f3f3f3;
    font-weight: 600;
    transition: .5s;
    border: 1px solid #ddd;
    color: #ff9800
}

@media (max-width: 991px) {
    .telefon-contact a {
        font-size:14px;
        padding: 2px 10px;
        position: relative;
        right: -25px;
        top: 1px
    }
}

.menu-desktop {
    transition: .3s;
    position: relative;
    display: block;
    background: #3985e0;
    background-image: linear-gradient(to right,#4a60c1 10%,#3985e0);
}

.show_menu {
    transition: .5s;
    opacity: 1;
    margin-top: 0
}

.minify-header .menu-desktop {
    background-color: rgba(45,46,48,.87);
    padding: 0 0;
    margin-top: 5px;
    transition: .5s;
    overflow: hidden;
    opacity: 0;
    margin-top: -15px;
    z-index: -4;
    position: relative
}

@media (max-width: 991px) {
    .menu-desktop {
        padding:5px 0;
        display: none;
    }
}

@media (max-width: 991px) {
    .desktop-show {
        display:none
    }
}

.minidisplay-show {
    display: none
}

@media (max-width: 991px) {
    .minidisplay-show {
        display:inline-flex;
        width: 100%;
        align-items: center
    }
}

.expandsub .open {
    color: red
}

.mobile-menu .expand:after {
    content: "\f068";
    position: absolute;
    transform: rotate(90deg);
    transition: .4s;
    right: 10px
}

.mobile-menu .open:after {
    content: "\f068";
    position: absolute;
    transform: rotate(0);
    transition: .4s
}

.show {
    display: inline-block;
}

.common-home .mega-menu-category.inchis {
    display: block !important;
}

.mega-menu-category.inchis {
    display: none;
}

.left-menu-side {
    width: 25%
}

.right-menu-side {
    width: 75%
}

.cat2tilte {
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    margin: 3px 0 3px 0;
    font-weight: 600;
    transition: .5s;
    background-color: transparent!important;
    color: black;
}

.cat2tilte:hover {
    color: #f53803;
    transition: .5s
}

.cat2tilte:first-letter {
    text-transform: capitalize
}

.popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.popup::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

.popup::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555
}

.mega-menu-category::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

.mega-menu-category::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

.mega-menu-category::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555
}

.all-in-menu {
    /* column-count: 3; */
    column-rule: 1px groove #fff;
    padding: 10px 10px;
}

.all-in-menu a {
    color: #fff !important;
}

.all-in-menu a:hover {
    color: #dfdfdf !important;
}

@media (max-width: 1200px) {
    .all-in-menu {
        column-count: 2 !important;
        column-rule: 3px groove #ddd;
        padding: 10px 10px;
    }
}

.categ-ories {
    display: inline-block;
    padding-right: 0px;
    padding-left: 5px;
}

#menunomob .mega-menu-category > ul > li:last-child a {
    border-bottom: none
}

.img_fundal {
    max-height: 427px;
}

.inside-col {
    padding: 7px 0px 0px 0px;
}

.inside-col li a {
    color: #000 !important;
    padding: 1px 0px !important;
    background-color: #d7610c00 !important;
}

.column-auto {
    max-width: 500px;
}

.categ-ories-in a {
    color: #e43226;
    background-color: #ff000000 !important;
}

.mega-menu-category>.nav>li i {
	right: 8px;
    position: absolute;
    top: 9px;
}

.mega-menu-category>.nav>li span {
position: absolute;
    left: 26px;
    top: 1px;
}