@import url('/css/midw.v2/screen.css');
@media screen and (min-width: 1024px) {
    header .submenu.accounttab {
        width: 800px;
    }
}
@media screen and (min-width: 768px) {
    header .accounttab {
        background-color: #FFF;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 42px;
        max-width: auto;
        z-index: -1;
        background: white;
    }
}

@media screen and (min-width: 768px) {
    header .moreitems {
        background-color: #FFF;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 42px;
        width: auto;
        z-index: -1;
        background: white;
    }
}

@media screen and (min-width: 768px) {
    header .producttab {
        background-color: #FFF;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 42px;
        right: unset;
        width: auto;
        z-index: -1;
        background: white;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 750px !important;
    }
}
@media screen and (max-width: 1199px) {

    .navitem {
        display: none;
    }

}
@media (min-width: 768px) {
    .container {
        min-width: 800px;
    }
}