.table_desc .cart_page table thead tr th {
    border-bottom: none;
    font-weight: bolder;
    padding: 20px;
}

.cart-detail span, .order_table th, .order_table td{
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}
.cart-detail-inner hr{
    margin: 5px;
}
.cart-detail-inner hr:not([size]){
    height: 2px;
}
.cost-delivery{
    font-size: 10px !important;
}

button:disabled {
    background: #dddddd;
}



.order_table table tfoot tr td, .order_table table tfoot tr th {
    min-width: 50%;
    text-align: left;
    padding: 7px 0;
    border-bottom: 1px solid #00000047;
}