/*
Theme Name: Naturya Child
Theme URI: http://naturya.novaworks.net
Description: This is a child theme for Naturya Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: naturya
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/*cart page buttons*/

.woocommerce-cart.woocommerce-page.wp-theme-naturya.wp-child-theme-naturya-child .button[name="update_cart"]:enabled,
.woocommerce-cart.woocommerce-page.wp-theme-naturya.wp-child-theme-naturya-child .button[name="update_cart"]:disabled {
  color: #fcfcfc;
  background-color: #329408;
  border: 1px solid #329408;
  border-radius: 2px !important;
  transition: none;
  pointer-events: none;
}



.woocommerce-cart.woocommerce-page.wp-theme-naturya.wp-child-theme-naturya-child .button[name="update_cart"]:enabled:hover,
.woocommerce-cart.woocommerce-page.wp-theme-naturya.wp-child-theme-naturya-child .button[name="update_cart"]:disabled:hover {
  color: #329408;
  transition: none;
  background-color: #fcfcfc;
  border-color: #329408 !important;
}

body .woocommerce-message,
body .woocommerce-info {
  background: #d7f3dc !important;
  color: #0f0f0f !important;
}

body .woocommerce-message a,
body .woocommerce-info a {
  color: #0f0f0f !important;
}


.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button:not(.checkout):hover{
  background-color: #329408 !important;
    color: #fcfcfc !important;
    border-color: #329408 !important;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
