.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
 border: none;
}

.table-striped>tbody>tr:nth-of-type(odd) {
 background-color: #f4f4f4;
}

.cha-ala-cart-heading {
 background: #963CBD;
 padding: 15px 0;
 border-radius: 5px 5px 0 0;
}

.cha-ala-cart-heading h4 {
 color: #ffffff;
 margin: 0 auto;
}

.cha-ala-cart-footer {
 background: #963CBD;
 padding: 15px 0;
 border-radius: 0 0 5px 5px;
}

.cha-ala-cart-footer h6 {
 color: #ffffff;
 margin: 0 auto;
}

.table {
 margin-bottom: 0;
}