
.order-block{
    display: flex;
    column-gap: 2rem;
    border-bottom: 1px solid rgba(220, 220, 220, 0.466);
    padding: 10px 0;
}

.orders h3{
    font-weight: 700;
    font-size: 1.75rem;
    color: #FF5F00;
}

.orders .left img{
    border-radius: 10px;
    height: 150px;
    width: 220px;
}

.orders .right{
    padding-top: 5px;
}

.orders .right h2{
    color: #FF5F00;
}

.orders .right p{
    padding-top: 5px;
}

.orders .right button{
    margin-top: 15px;
}

.orders .right i{
    padding: 5px;
}

.orders .right #f_cat{
    width: 20px;
    height: 20px;
    padding: 5px;
}

/* .order-details{
    
} */

.order-details h5{

    font-weight: 500;
    font-size: 15px;
    color: #212529;
    line-height: 1.5rem;
    
}

.order-details .row{
    row-gap: 2rem;
}

.order-details table{
    width: 80%;
    margin-top: 2%;
}

.order-details table th, .order-details table td {
    padding: 2%;
    border: 1px solid gainsboro;
}

.orders h4{
    font-size: 18px;
    color: #212529;
    text-transform: capitalize;
}

.orders .badge{
    padding: 5px;
    background-color: #FF5F00;
    font-size: 10px;
    font-weight: 500;
}

.orders #menu-img{
    border-radius: 8px;
    height: 70px;
    width: 70px;
}

.orders hr{
    width: 100%;
    text-align: center;
    margin: auto;
    opacity: .1;
    margin-bottom: 5px;
}

.orders .total{
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    /* float: right; */
    padding: 20px 0;
    position: relative;
    display: flex;
    justify-content: end;
}

.orders .total .text{
    
    text-align: right;
}

.orders .total h4{
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    line-height: 2rem;
}