@media (max-width: 767px) {
    .modal-product .modal-dialog, .modal-client .modal-dialog {
        width:auto;
    }
    .sort-order-wrap {
        margin-bottom: 0px;
    }
    .sort-order-wrap .order-heading-left,
    .sort-order-wrap .order-heading-right,
    .detail-order-heading .order-heading-left,
    .detail-order-heading .order-heading-right  {
        float: none;
    }
    .sort-order-wrap .sort-order {
        margin-bottom: 20px;
    }
    .detail-order-heading { margin: 0; }
    .sort-order-wrap .btn,
    .detail-order-heading .btn {
        display: block;
        margin-bottom: 15px;
    }
    .detail-order-heading .btn { width: 100%; }
    .sort-order span {
        margin: 0 29%;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        margin-top: 20px;
    }
    .action { width: 100px; }
    .order-detail-table .order-table { margin-top: 0px !important; }
    .order-detail-table {
        width: 1100px !important;
        max-width: 1100px !important;
    }
    .coupon-code { margin-top: 0 !important; }
    .coupon-code .voucer-btn {
        margin-left: 10px;
    }
    .total-order { margin-top: 10px; }
    .mobile-left { text-align: left; }
    .order-client { display: block; padding: 10px 0; }
    .pdf-responsive { 
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .pdf-responsive .box { margin: 0; }
    .detail-order-pdf {
        width: auto !important; 
    }
    .detail-order-status {
        top: 10px;
        margin-left: 0;
    }
}