
    .cart-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        font-family: Arial, sans-serif;
    }
    .cart-table th, .cart-table td {
        padding: 12px 20px; /* Adjusted padding */
        text-align: left;   /* Ensure left alignment */
    }
    .cart-table th {
        background-color: #f5f5f5;
        font-weight: bold;
    }
    .cart-table td {
        background-color: #ffffff;
        border-top: 1px solid #ddd;
    }
    .cart-table .order-total th,
    .cart-table .order-total td {
        background-color: #e6f7ff;
        font-weight: bold;
    }
    .cart-table .amount {
        color: #333;
        font-size: 16px;
        font-weight: normal;
    }
    .cart-table .amount b {
        font-weight: bold;
    }
    .cart-table .subtotal, .cart-table .tax, .cart-table .delivery {
        border-bottom: 1px solid #ddd;
    }
.wallet {
    margin-top: -70px !important;
  }
@media only screen and (max-width: 600px) {
      .wallet {
        margin-top: 15px !important;
      }
 }  
 .saving-price {
    background: #17a2b8  none repeat scroll 0 0 !Important;
    color: #ffffff; 
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
	border: 0;	
}