@import url('https://fonts.googleapis.com/css2?family=Days+One&display=swap');

:root {
	--primary-color: #2a1551;
	--secondary-color: #222222;
	--primary-red: #73b8b7;
	--light-beige: #F5F5DB;
	--white-color: #ffffff;
	--lightgray-color: #888888;
  }

.days-one-regular {
  font-family: "Days One", serif;
  font-weight: 400;
  font-style: normal;
}

.variations-list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.variation-item {
	border: 1px solid #dddddd;
	padding: 20px;
	border-radius: 12px;
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.variation-price {
	font-weight: bold;
	color: var(--primary-color);
}

.other-amount-container {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
}

.other-amount-container input {
	padding: 15px;
	border-radius: 6px;
	border: 1px solid #dddddd;
}

.variation-item.selected {
	background: #f1f1f1;
}

.variable-product-custom-price button {
	width: 100%;
	border-radius: 12px;
	border: none;
	text-transform: uppercase;
	background: black;
	color: white;
}

span.woocommerce-Price-amount.amount {
	font-size: unset;
}

.woocommerce a.remove {
	font-size: unset;
	text-align: left;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background: black;
	border-radius: 100px;
	color: var(--primary-color);
}

.gift-aid-container {
	padding: 10px;
	background: var(--primary-color);
	position: relative;
	display: flex;
	border-radius: 10px;
}

.gift-aid-container input[type="checkbox"] {
	font-size: 16px;
	width: 20px;
	height: 20px;
}

.gift-aid-container label {
	padding: 0 10px;
	font-size: 18px;
	color: white;
}

/** Custom CSS */
.checkout .e-checkout__column .woocommerce-billing-fields {
	background: #ffffff;
	border: 2px solid black;
	padding: 20px;
	border-radius: 15px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	border-radius: 12px;
}

.wc_payment_method label {
	font-size: 18px;
	color: #000000 !important;
}

.checkout .payment_method_stripe .Input {
	border-radius: 5px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--primary-color);
	color: #000000;
}

select[name="custom_currency"] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.woocommerce-cart-form input[type=checkbox] {
	position: relative;
	border: 2px solid black;
	border-radius: 6px;
	background: white;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	appearance: none;
}

.woocommerce-cart-form input[type=checkbox]:hover {
	opacity: 1;
}

.woocommerce-cart-form input[type=checkbox]:checked {
	background-color: var(--primary-color);
	opacity: 1;
	border: solid white;
}

.woocommerce-notices-wrapper {
	display: none;
}
.custom-product-list .woocommerce-notices-wrapper {
	display: block !important;
}

.woocommerce-cart-form input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 4px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

.woocommerce-page .cart-collaterals .cart_totals {
	text-align: right;
}

.woocommerce .woocommerce-customer-details,
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details {
	display: none;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce h2 {
	margin-bottom: 5px;
}

.e-wc-error-notice .woocommerce-error {
	border-color: var(--primary-color);
	background-color: #f1f1f1;
}

.e-wc-error-notice .woocommerce-error:before {
	color: var(--primary-color);
}



.btn-container {
	text-align: center;
	width: 100%;
}

.btn-container button {
	background-image: linear-gradient(180deg, #760909 0%, #550001 100%);
	border-style: none;
	color: white;
	padding: 10px 20px 10px 20px;
	border-radius: 100px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
}

/* ==========================================================================
   Image Radio Buttons
   ========================================================================== */
   .image_radio_button_control .radio-button-label > input {
    display: none;
  }
  
  .image_radio_button_control .radio-button-label > img {
    cursor: pointer;
    border: 3px solid #ddd;
  }
  
  .image_radio_button_control .radio-button-label > input:checked + img {
    border: 3px solid var(--primary-color);
  }
  
  #customize-controls .image_radio_button_control .radio-button-label > img {
    max-width: 70px;
  }

/* ==========================================================================
   Woocoommerce
   ========================================================================== */
   .elementor-widget-woocommerce-purchase-summary .woocommerce h2 {
		font-size: 35px !important;
		color: var(--primary-color) !important;
		font-weight: 500 !important;
   }
   .woocommerce .woocommerce-order {
	text-align: center !important;
   }
   .checkout-button {
    display: inline-block;
    z-index: 9999;
}
   .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details {
    display: none !important;
  }
  .product-summary-wrapper {
	display: flex;
	gap: 10px;
	justify-content: space-between;
  }
  .product-summary-wrapper div:nth-child(2) {
	flex-grow: 4;
	text-align: left;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart td {
	padding: 5px 0 0 0 !important;
  }
  .product-name {
	display: flex;
	flex-direction: column;
  }
  .elementor-widget-woocommerce-checkout-page .e-checkout__container {
	grid-row-gap: 0 !important;
  }

  .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment, .checkout .e-checkout__column .woocommerce-billing-fields, .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review {
	border-radius: 15px !important;
	padding: 20px !important;
  }
  /* .elementor-kit-6 .elementor-button {
	padding: 0px 30px 5px 30px !important;
  } */
	  .elementor-widget-woocommerce-cart .woocommerce .product-name .variation {
		display: flex;
		gap:5px;
		margin-bottom: 0;
	  }
	  .elementor-widget-woocommerce-cart .woocommerce .product-name .variation dt {
		font-size: 14px;
		font-weight: 500;
	  }
	  .elementor-widget-woocommerce-cart .woocommerce .product-name .variation dd {
		font-size: 14px;
		font-weight: 400;
		margin: 0;
	  }
	  .elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove {
		font-size: 25px;
		color: var(--primary-red) !important;
	  }
	 .cart-counter .elementor-shortcode {
		background: var(--secondary-color);
		color: var(--primary-color);
		width: 22px;
		height: 22px;
		border-radius: 100px;
		text-align: center;
	 }
	 .donation-summary {
		color: #C2B59B;
		font-size: 24px;
	}

	.back-to-home-btn {
		padding: 15px 30px;
		border-radius: 100px;
		background: var(--primary-color);
		color: white !important;
	}
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
		color: var(--secondary-color);
		padding: 15px 30px;
		border: solid 2px var(--primary-color);
		border-radius: 100px;
	}
	.elementor-25 .elementor-element.elementor-element-58ec5af .woocommerce-checkout-review-order-table .cart_item .product-name {
		display: flex;
		flex-direction: row;
	}

	.donation-total {
		border: solid 2px black;
		background: white;
		padding: 20px;
		border-radius: 15px;
		margin-bottom: 24px;
	}
	.donation-total h3 {
		margin-bottom: 20px !important;
	}

	.donation-total .woocommerce-checkout-review-order-table {
		border: solid 2px black !important;
		padding: 20px !important;
		border-radius: 15px !important;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart {
		padding: 20px;
	}


/* ==========================================================================
   Hero Products 
   ========================================================================== */
	.elementor-element-422437b.hero-wrapper {
		width: fit-content !important;
	}


.hero-form-container, .donation-amount-container {
	display: flex;
	flex-direction: row;
	align-items: center !important;
	justify-content: center;
}
.hero-form-container {
	gap: 10px;
}
.donation-amount-container {
	gap: 1px;
}

#custom-price-section #custom_price{
	padding: 14px !important;
	width: 180px;
	border: none !important;
	background: #f1f1f1;
	-webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
	font-weight:300;
	border-radius: 100px 0 0 100px;

}

#custom-price-section #donate-now {
	background: #73B8B7;
	border: none !important;
	color: white;
	font-weight: 700;
	font-size:18px;
	padding: 13px !important;
	width: 150px;
	text-transform: uppercase;
	border-radius: 0 100px 100px 0;
}


#donation-form select {
	-webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
	padding: 14px 80px 14px 30px;
	width: fit-content;
	block-size: fit-content;
	 background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='35' viewBox='0 0 35 35' width='35' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  	background-repeat: no-repeat;
	background-size: 55px 55px;
  	background-position-x: 100%;
  	background-position-y: 8px;
	background-color: #f1f1f1;
	cursor: pointer;
	color: var(--secondary-color);
	font-weight:700;
	font-size:16px;
	border-radius: 100px;
	border: none !important;	
}



/* Custom variation grid */
.variations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-gap: 20px; /* Space between items */
}

.variation-item {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.variation-name {
    font-weight: bold;
}

.variation-price {
    color: #007cba;
}

.variation-radio {
    margin-top: 10px;
    cursor: pointer;
}

/* Show the custom price input field */
#custom-price-wrapper {
    margin-top: 20px;
    display: none;
}


