@media screen and (max-width: 768px) {

    /* JIRA MRB-30: Responsive */
    .woocommerce-page table.shop_table_responsive tr td.product-quantity {
        display: inline-block;
        width: 100%;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
        height: 33px;
        position: relative;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
        display: block !important;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu {
        display: none !important;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu {
        display: none;
        height: auto !important;
        padding-top: 48px !important;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:before, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
        content: " ";
        display: table;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        float: left;
        width: 100%;
    }

    main.the-content .dokan-dashboard-content {
        padding: 0 15px;
    }

    .dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap {
        width: 100%;
    }

    .dokan-settings-content .dokan-settings-area .dokan-update-setting-top {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 479px) {
    .mobile-menu {
        top: 56px;
    }

    body.admin-bar .mobile-menu {
        top: 102px;
    }

    .logo img {
        width: auto;
        height: 45px;
    }

    /* JIRA MRB-30: Responsive */
    .separate-containers .inside-article {
        padding: 0;
    }

    .woocommerce ul#shipping_method {
        list-style: none outside;
        margin: 0;
        padding: 0;
        display: inline-block;
        text-align: left;
        width: 100%;
        padding-top: 12px;
    }
    /* end JIRA MRB-30: Responsive */
}