/* ------------------------------ */
/* Orders Box Page Styling Start */
/* ---------------------------- */

#orders-box .container{
    max-width: 1250px !important
}

#orders-box .container{
    max-width: 1250px !important;
    min-height: 500px;
}

.product-img img{
    height: 50px;
    width: auto;
}

.orders-total{
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    border: 3px solid #EFEFEF;
    width: 100%;
}

.order-btn{
    background-color: #02123a !important;
    padding: 10px 20px !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.quantity-input{
    flex: 0 1 auto !important;
    width: 60px !important;
}

.orders-total .table th{
    border-top: 0px !important;
}