.shop_table tbody{
  display: none !important;
}
tfoot tr.cart-subtotal {
    display: none;
}
h3#order_review_heading {
    display: none;
}
.woocommerce-checkout-review-order-table {
    display: none;
}
.lc_donation_container {
    background-color: #eeab46;
    padding: 22px 40px 30px;
    background: #eeab46;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    color: #fff;
    text-transform: uppercase;
    margin: 45px auto;
    width: 35%;
}
input#lc_donation {
    width: 80%;
    height: 43px;
    padding: 4px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #dadada;
}
.lc_donation_title{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
span.lc_donation_rs {
    float: left;
    width: 8%;
    margin-right: 15px;
}
