.naghdi_ghesti {
    margin: 20px;
    font-size: 17px;
}
.ghesti_content {
    position: relative;
}
.ghesti_form_all{
    margin-bottom: 100px;
    padding: 10px;
}
.ghest_select {
    flex-direction: row!important;
    flex: 2 0 70%;
    align-items: start;
    padding: 10px;
    margin-bottom: 30px;
}
.partone {
    flex: 2 0 60%!important;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 430px;
}
.partone label {
    margin-left: 35px;
    border: 1px solid #acacac;
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 15px;
}
.parttwo {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    flex-direction: column;
    padding: 10px 30px;
}
.ghest_select h6 {
    font-weight: bold;
    font-size: 17px;
    margin: 30px 0;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}


.aghasat_row {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.ghesti_info .aghasat_row:last-child {
    border-bottom: 0;
}

.aghasat_row .ghest_number {
    font-weight: bold;
    color: #ff8419;
}

.aghasat_row span {
    font-weight: bold;

}

.aghasat_row .mablagh-n, .aghasat_row .mablagh-h {
    color: #b3b3c2;
}

.aghasat_row .partbandi {
    display: inline-block;
    min-width: 240px;
    border-left: 1px solid #eeeeee;
    margin-left: 20px;
}



.prepayments , .monthslabel, .payment_type{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.checkout_all .total_box {
    flex:unset;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 50%;
}


@media (max-width: 1140px){

    .checkout_all .total_box { 
        flex: 2 0 25%;
    }
    .prepayments label {
        width: 40%;
        margin: 0;
        margin-top: 10px;
        margin-left: 10px;
        font-size: 12px;
        padding: 6px;
    }
    .payment_type label {
        width: 40%;
        margin: 0;
        margin-top: 10px;
        margin-left: 10px;
        font-size: 12px;
        padding: 6px;
    }
    .monthslabel label{
        width: 24%;
        margin: 0;
        margin-top: 10px;
        margin-left: 10px;
        font-size: 12px;
        padding: 6px;
    }
    .aghasat_row .partbandi {
        border: 0;
        margin: 0;
        display: block;
    }
    
    .aghasat_row {
        text-align: center;
        line-height: 2;
    }
    
    .partbandi>span {
        display: block;
    }
    
    .aghasat_row>span {
        display: block;
    }

.checkout_all .total_box {
    z-index: 99999;
}
.order-total.totalprofit {
    position: unset;
}


.order-total.normal {
    position: unset;
}

}




