/* USER ACCOUNT */
.myorder-products .myorder-product-name {
	flex-direction: column;
}
.myorder-products .myorder-product-name .dfp-donation-details {
	color: gray;
	font-size: 14px;
	margin-top: 5px;
}
.myorder-products .myorder-product-name .dfp-donation-details .qty {
	font-weight: bold;
}

/* CART */
.cart .dfp-donate-option {
	display: flex;
	white-space: nowrap;
	justify-content: space-between;
}
.cart .dfp-donate-option label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}

.cart .dfp-donate-option label span {
	font-size: 14px;
	color: gray;
	transition: color 0.4s;
}
.cart .dfp-donate-option label input:checked ~ span {
	color: #82c177;
}
.cart .dfp-donate-option label a {
	position: relative;
	top: -4px;
	font-size: 12px !important;
}

/* CHECKOUT */
.woocommerce-checkout-review-order .dfp-donation-details {
	font-size: 14px;
}
.woocommerce-checkout-review-order .dfp-donation-details .name {
	font-weight: 500;
	color: #8f8f8f;
}
.woocommerce-checkout-review-order .dfp-donation-details .qty {
	color: #313131;
	font-weight: 700;
}
