@media (max-width: 1350px) and (min-width: 992px) {
    .app-header .menu-search {
        width: 220px;
    }

    ul li.li-row {
        width: 152px;
        height: 152px;
    }

    .no-image .product-list-box {
        height: 152px;
    }

    .product-list-box .product-list-image {
        width: 100%;
        height: 118px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .customer-list.customerlist-tab li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .customer-list.customerlist-tab .customer-box .customer-image,
    .customer-list.customerlist-tab .customer-profile-pic .customerImage {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 26px;
    }
}

@media (min-width: 576px) {
    .calculator-modal .modal-dialog {
        max-width: 380px;
    }
}






@media (min-width: 1240px) {
    .card-header-action .mainsearch-form .form-control {
        width: 350px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .main-sidebar {
        position: fixed !important;
        margin-top: 0 !important;
        z-index: 891;
    }
}

@media (max-width: 991px) {
    .navbar, .fixed-bottom {
        left: 0px;
        right: 0;
    }

        .navbar .navbar-nav {
            flex-direction: row;
        }

    body.sidebar-show {
        overflow: hidden;
    }

        body.sidebar-show:before {
            content: "";
            position: fixed;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: 0;
            z-index: 891;
            -webkit-animation-name: fadeinbackdrop;
            animation-name: fadeinbackdrop;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

    @-webkit-keyframes fadeinbackdrop {
        to {
            opacity: 0.6
        }
    }

    @keyframes fadeinbackdrop {
        to {
            opacity: 0.6
        }
    }

    .main-content {
        padding-left: 0px;
        padding-right: 0px;
        width: 100% !important;
    }

    .dataTables_length label {
        font-size: 0px;
    }
    .patination-box {
        margin-left: 201px;
        margin-right: 292px;
    }
    .receipt-totalaction {
        width: 239px;
    }
    .receipt-action .btn {
        font-size: 11px;
    }
    .footpanel-action-btn {
        padding: 14px 4px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .app-header .menu-search {
        width: 200px;
    }

    .tablemanage {
        margin-left: 0px;
    }

    .app-header .header-brand {
        margin-left: 0;
    }

    .tableorder-row .tablerow-area {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .bg-office {
        padding: 8px 10px;
    }

    .nav-link.btn-square-header {
        padding: 2px 10px;
    }

    .right-sidemenu {
        width: 240px;
    }

    .receipt-action .btn {
        padding: 10px 3px;
    }

    .receiptwrapper {
        /* height: calc(100vh - 455px); */
        /* height: -webkit-calc(100vh - 455px); */
        height: calc(var(--vh, 1vh) * 100 - 455px);
    }

    .app-content {
        position: relative;
        height: 100%;
        margin-left: 200px;
        margin-right: 292px;
    }

    .main-area ul li.li-row {
        width: 118px !important;
        height: 118px !important;
        margin: 5px 5px 5px 5px;
    }

    .no-image .product-list-box {
        height: 118px !important;
    }

    .product-list-box .product-list-image {
        height: 82px !important;
    }

    .panel-area {
        right: 290px;
    }

    .customer-list.customerlist-tab li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout-drawer {
        left: 0px;
    }

    .right-sidemenu-orders .order-statusbox li:first-child .menu-orders {
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    .auth-wrapper .footer-cont {
        bottom: 40px;
    }

    .card .card-header {
        display: block;
    }

        .card .card-header h4 {
            margin-bottom: 10px;
        }

    .card-header-action .mainsearch-form select.form-control {
        width: 100px;
    }

    .mainsearch-form {
        display: block;
        margin-bottom: 10px;
    }

    .customLengthContainer,
    .customPaginationContainer {
        text-align: center;
    }

        .customPaginationContainer .pagination {
            float: none;
            margin: 0px;
            text-align: center;
            display: inline-block;
        }

            .customPaginationContainer .pagination > li {
                display: inline-block;
            }

    .notification-btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 650px) {
    .auth-wrapper .auth-content {
        width: 100%;
        padding: 40px 0px;
    }

    .card-content .dash-title-t1 {
        font-size: 13px;
    }

    .card-content .dash-title-t2 {
        font-size: 24px;
    }
}

/*@media (max-width: 1100px) {
    .first-sidemenu .first-sidemenu-area {
        height: calc(var(--vh, 1vh) * 100 - 160px);
    }

    .second-sidemenu .second-sidemenu-area {
        height: calc(var(--vh, 1vh) * 100 - 172px);
    }

    .main-area {
        height: calc(var(--vh, 1vh) * 100 - 225px);
    }

    .receiptwrapper {
        height: calc(var(--vh, 1vh) * 100 - 575px);
    }
}
@media (max-width: 800px) {
    .first-sidemenu .first-sidemenu-area {
        height: calc(var(--vh, 1vh) * 100 - 215px);
    }

    .second-sidemenu .second-sidemenu-area {
        height: calc(var(--vh, 1vh) * 100 - 178px);
    }

    .main-area {
        height: calc(var(--vh, 1vh) * 100 - 226px);
    }

    .receiptwrapper {
        height: calc(var(--vh, 1vh) * 100 - 560px);
    }
}*/
