
@media screen and (max-width:1100px) {
    /*Order-history*/
    #main-subcontainer-order-history{
        padding-top: 185px !important;
    }
    #filters-container-OH{
        flex-direction: column;
    }
    #inputEstatus{
        margin-bottom: 0;
    }

    #input-no-order, #input-search{
        margin-bottom: 0;
    }

    .container-search{
        width: 100%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .container-options{
        width: 100%;
        margin-left: 1%;
        margin-bottom: 10px;
    }

    .elements-to-show{
        margin-bottom: 10px;
    }

    #exampleModalCenter .modal-dialog{
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        width: 95%;
    }
    #exampleModalCenter{
        top: 200px;
    }

    .bodytb-invoice{
        overflow-y: auto;
    }

    #toggle-mobile-menu{
        display: none;
    }

    /*special*/
    #orderdataTable td:before {
        content: none;
        font-weight: 400;
        width: 40%;
        font-size: 12px;
        display: inline-block;
        left: 0;
        text-align: left;
        padding-left: 15px;
        color: #212424;
    }


    /*Order-detail*/
    #main-subcontent-order-detail{
        padding-top: 185px !important;
    }

    .table-details-order tbody tr td {
        font-size: 13px !important;
    }

    #resumen-pedido tbody tr td{
        font-size: 13px !important;
    }

    #resumen-pedido tfoot tr td{
        font-size: 13px !important;
    }

    #resumen-pedido tfoot tr td span{
        font-size: 13px !important;
    }
    
    .purchase-address-sec tbody tr td{
        font-size: 13px !important;
    }

    /*items order*/
    #contentModalItemsOrder{
        width: auto;
    }

    .footer-order-detail{
        z-index: 0 !important;
    }

}