.woo-wallet-my-wallet-container .woo-wallet-sidebar{display: none !important;}
.woo-wallet-my-wallet-container .woo-wallet-content { width: 100% !important;}
.wc_payment_method.payment_method_wallet{display:none}
.credit-score-row .availablebalance{ font-weight:bold;color:#000 }
.success{color: green;}
.fontbold{font-weight: bold;}

#order_review .fee td { color: green; }
#order_review .fee td bdi{ font-weight:bold; }


 #obt_remove_store_credit {
        background-color: #721c24;
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
    }
    #obt_remove_store_credit:hover {
        background-color: #510209;
    }