@media screen and (max-width: 1620px) {
    .menu-left div{
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
        position: relative;
    }

    body {
        width: 100%;
    }

    .menubar {
        flex-wrap: wrap;
    }

    .nav-item.dropdown {
        order: 1;
    }

    .divider {
        order: 2;
    }

    .logo {
        order: 3;
        width: 25%;
    }

    .nav-item.py-2.py-lg-1.col-12.col-lg-auto {
        order: 4;
        padding-top: 0px !important;
        margin-top: -7px;
        padding-bottom: 0px !important;
    }

    div#menu_slider {
        order: 5;
    }

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0px !important;
        margin-top: var(--bs-dropdown-spacer);
    }

    .filter-options {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-options .mr-auto {
        max-width: 44%;
    }

    .col-2.mobileNone.sideMenuMobile {
        position: absolute;
    }

    .col-10.leftSideTable {
        width: 100%;
        margin: 0px !important;
        padding: 0px;
    }

    div#mobileOnlySearch {
        display: none;
        margin-top: 10px;
        margin-left: 0 !important;
    }

    .mr-auto.mobileOnlySearch {
        background: #210a0e;
        border-radius: 4px;
        padding: 6.89px;
    }

    .mr-auto.mobileOnlySearch *,
    .mr-auto.mobileOnlyorderMenu * {
        color: #210a0e;
    }

    button.sidemenu-button {
        background: transparent;
        padding: 8px;
        border-radius: 0;
    }

    i.bi.bi-calendar4-range {
        font-size: 22px;
        color: white;
    }

    .sidemenu-button i.bi {
        font-size: 22px;
        color: #210a0e;
    }

    button.sidemenu-button {
        border-right: 1px solid #d1d1d2;
    }

    .row.tablerow {
        position: relative;
    }

    .col-2.mobileNone.sideMenuMobile {
        position: absolute;
        width: 100%;
        top: 155px;
        display: none;
    }

    .mr-auto.mobileOnlySearch,
    .mr-auto.mobileOnlyorderMenu {
        display: block;
    }

    .mmr-1 {
        margin-right: 5px;
    }

    .mmr-2 {
        margin-right: 10px;
    }

    .mmr-3 {
        margin-right: 15px;
    }

    .mmt-1 {
        margin-top: 5px;
    }

    .mmt-2 {
        margin-top: 10px;
    }

    .mmt-3 {
        margin-top: 15px;
    }

    .divider-vcal,
    .sideOpener {
        display: none;
    }

    .dropdown-toggle {
        margin: 0px !important;
        padding: 0px !important;
    }

    .menubar .divider .line {
        height: 45px;
    }


}
@media screen and (max-width: 980px) {
    .menu-left {
        margin: 20px auto 0;
    }
    .ms-auto {
        margin-left: inherit !important;
    }
}
@media screen and (max-width: 345px) {
    .mobileOnlyorderMenu {
        margin-top: 10px;
        margin-bottom: -8px;
    }
    .das-startus-block .icon {
        margin-bottom: 5px;
    }
    .panel-heading {
        display: flex;
        flex-wrap: wrap;
    }
    button.btn.btn-default {
        font-size: 12px;
    }
    h3.panel-title {
        margin-bottom: 10px;
    }
}
