@media (max-width: 1400px) { 
    .orders{
        padding: 10px;
    }

    .orders .inner{
        padding-left: 80px !important;
    }
    
    .orders .rightmenu a svg{
        width: 45px !important;
    }

    .orders .inner .boxs .items h2 .prepare{
        float: left;
        width: 100%;
        padding: 5px 0;
        position: relative;
    }
    .orders .inner .boxs .items h2 .prepare em{
        display: inline-block;
        font-size: 14px;
    }
    .orders .inner .boxs .items h2 .prepare em svg{
        width: 18px;
    }

    .orders .inner .boxs, .orders .inner .boxs .order{
        padding: 0 5px;
    }
    .orders .inner .boxs .items{
        padding: 10px 5px;
    }
    .orders .inner{
        padding-right: 5px;
    }
    .orders .rightmenu{
        width: 86px;
    }
    .modal-dialog.orderDetails{
        max-width: 95%;
    }
    

    .orders .inner .boxs .items h4{
        margin-bottom: 0;
    }

    .orders .inner .boxs .items h4 span {
        float: unset;
        display: block;
        text-align: right;
        margin-top: 15px;
    }
    .orders .inner .boxs .items h3 img{
        display: none;
    }
    button{
        padding: 5px 10px;
    }

    .orders .inner .boxs .items h4 svg {
        position: absolute;
        right: 0px;
        bottom: 47px;
        width: 37px;
    }
    .orders .inner .boxs .items h4 span.chnnelImg{
        display: inline;
    }

    .allModal fieldset legend{
        background: #fff;
    }
    
}

@media (max-width: 1024px) { 
    
    .orderDetails p button {
        margin-right: 10px;
        padding: 4px 6px;
        font-size: 15px;
    }
    .orders .inner .boxs h1{
        font-size: 18px;
    }
    .orders .inner .boxs h1 span {
        height: 31px;
        width: 31px;
    }

    .orderDetails .print{
        top:-15px;
    }

    .orderDetails .print svg{
        width: 36px;
    }
}