#CartDrawer .drawer__footer .checkout_btns {
    background:#398377;
}
#CartDrawer .drawer__footer .list-payment {
justify-content:center;
    
}
#CartDrawer .drawer__footer .list-payment li{
    max-width: 43px;
}
#CartDrawer .drawer__footer .discount_price .totals__subtotal,
#CartDrawer .drawer__footer .discount_price .totals__subtotal-value {
    color: rgb(var(--color-product-price-sale));
}