/**
* Theme Name: amino Child
* Description: This is a child theme of amino, generated by Rdt WP.
* Author: <a href="http://plazathemes.com/">Plaza-Themes</a>
* Template: amino
* Version: 1.0.2
*/
/* 
.action-links li:not(.product-cart) {
    display: none !important;
}

.action-links .product-cart a.button.add_to_cart_button,
.woocommerce ul.products li.product .woocommerce-loop-add-to-cart-link {
    display: block !important;
    visibility: visible !important;
}
.action-links .shopengine_add_to_list_action,
.action-links [class*="shopengine-"] {
    display: none !important;
} */
/* 
table.shop_table.woocommerce-checkout-review-order-table,
table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
    background-color: #1a1a1a !important; /* your dark color */
/*     color: #fff !important;
} */ 

.shopengine-checkout-review-order, 
.shopengine-checkout-review-order table, 
.shopengine-checkout-review-order table :is(th, td, tr) {
    background-color: transparent !important;
    color: #ffffff !important;
}