/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1779203786
Updated: 2026-05-19 15:16:26

*/

.wcdp-row > label, .wcdp-variation-heading {
  margin-bottom: 15px;
  margin-top: 20px;
}

.wcdp_options > li > label {
  padding: 15px !important;
  border-radius: 8px;
  font-size: 22px;
	box-shadow:none;
	background-color: transparent !important;
	border: 2px solid #ccc;
}
ul.wcdp_options > li > input:checked + label,.wcdp_options > li > label:hover {
  background-color: #0a2749 !important;
	color: #fff !important;
	border-color: #0a2749;
}
.wcdp_options > li > input:checked + label::after{display:none}

.button-row .wcdp-button{
	background-color: #0a2749;
	color:#fff;
}
.button-row .wcdp-button {
  background-color: #0a2749 !important;
  color: #fff !important;
  padding: 14px 20px !important;
}
.wcdp-row .wcdp_amount{
	grid-template-columns: 1fr 1fr !important;
}
.product_title.wcdp-title{font-size:26px;font-weight:600;}
.donation-list .woocommerce .products .product .woocommerce-loop-product__link {
  color: #000;
}
.donation-list .woocommerce  .products .product .button {
  display: none;
}
.woocommerce.single-product div.product{padding-top:50px}
.woocommerce.single-product div.product div.summary .product_meta , .woocommerce.single-product .woocommerce-breadcrumb, .woocommerce.single-product div.product .related.products {
  display: none;
}

.elementor .e-flexbox-base{padding:0 !important;}
@media (max-width: 1024px) {
	.wcdp_options > li > label {
  padding: 12px !important;
  font-size: 20px;
}
.button-row .wcdp-button {
  padding: 12px 18px !important;
}
.product_title.wcdp-title{font-size:20px;}

}
@media (max-width: 767px) {
	.wcdp_options > li > label {
  padding: 10px !important;
  font-size: 18px;
}
.button-row .wcdp-button {
  padding: 10px 16px !important;
}
.product_title.wcdp-title{font-size:18px;}

}