/*!
Theme Name: Monstroid2 Child
Theme URI:
Author: Zemez
Author URI:
Description: Monstroid2 child theme.
Template: monstroid2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monstroid2-child
*/

/* Button Background*/
.elementor-widget-wp-widget-woocommerce_product_search button, .widget_product_search button, .added_to_cart.wc-forward, .woocommerce .button, .elementor-widget-wp-widget-woocommerce_widget_cart .button, .elementor-widget-wp-widget-woocommerce_product_search .button{
   background-color: #2e88c5 !important;
}
.woocommerce-cart table tr td.actions > .button {
    color: #fff !important;
}
.page-header {
    padding-top: 30px;
}
.woocommerce-cart .cart-collaterals table tr.order-total .amount  {
    color: #2e88c5 !important;
}
.woocommerce-Price-amount.amount {
    color: 
    #000 !important;
}
.orderby {
    cursor: pointer;
}
.products.products-grid .added_to_cart {
    background-color: #15a04a !important;
}
.price del {
    color: #242323;
   }
   del .woocommerce-Price-amount.amount {
    color: red !important;
}
ins .woocommerce-Price-amount.amount {
    color: #15a04a !important;
}
.widget_shopping_cart_content .elementor-button.elementor-button--checkout.elementor-size-md {
    background-color: red;
}
.elementor-menu-cart__product-price .quantity {
    color: black;
}