/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */



/* WooCommerce cart - fix product title link color (remove pink) */
/* Classic cart */
.woocommerce-cart .cart_item .product-name a,
.woocommerce-cart td.product-name a,
.woocommerce td.product-name a {
  color: #1A1410 !important;
  text-decoration: none;
}
.woocommerce-cart .cart_item .product-name a:hover,
.woocommerce td.product-name a:hover {
  color: #D4A83C !important;
}
/* Block cart */
.wc-block-components-product-name,
.wc-block-components-product-name a {
  color: #1A1410 !important;
  text-decoration: none;
}
.wc-block-components-product-name a:hover {
  color: #D4A83C !important;
}

/* WooCommerce - gold buttons (Add to Cart, Proceed to Checkout, etc.) */
/* Classic WooCommerce */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .proceed-to-checkout a.checkout-button {
  background-color: #D4A83C !important;
  color: #ffffff !important;
  border-color: #D4A83C !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .proceed-to-checkout a.checkout-button:hover {
  background-color: #b8891f !important;
  color: #ffffff !important;
  border-color: #b8891f !important;
}
/* Block-based WooCommerce buttons */
.wc-block-cart__submit-button,
.wc-block-components-button.wc-block-cart__submit-button,
.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background-color: #D4A83C !important;
  color: #ffffff !important;
  border-color: #D4A83C !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background-color: #b8891f !important;
  color: #ffffff !important;
  border-color: #b8891f !important;
}
/* Add to Cart block button */
.wp-block-button .wp-block-button__link,
.wc-block-components-product-add-to-cart .wp-block-button__link {
  background-color: #D4A83C !important;
  color: #ffffff !important;
}