/*
heme Name: Abilene Hosanna Church
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.center-colum {
    margin-bottom: -70px !important;
    z-index: 99;
}

/* checkout page button  */
.wc-block-components-checkout-place-order-button.contained {
  background-color: #8B6BAA;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #7a5a98; /* slightly darker for hover effect */
}

.wc-block-components-checkout-place-order-button__text {
  color: white;
}


/* cart product name */
.woocommerce-cart-form .product-name a {
  color: purple !important;
}

