.btn {
	font-size: 18px;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 35px;
	border-radius: 20px;
	margin-top: 25px;
	display: inline-block;
}

.btn-green {
	background: #55EBA3;
}

.btn-blue {
	background: #8fb4e7;
}

.button.alt {
	padding: 12px 0;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	background: #007a5f;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none;
	border-radius: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	display: inline-block;
	border: 0;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	outline: none;
}

ul.wc_payment_methods.payment_methods.methods,
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout-review-order-table {
	display: none !important;
}

.buy_terms,
.req {
	font-size: 11.5px;
}

#zgoda_1_field span.to,
#zgoda_2_field span.to {
	border: 1px solid;
	border-radius: 50%;
	text-align: center;
	width: 12px;
	height: 12px;
	display: inline-block;
	font-size: 10px;
	margin-left: 2px;
}

#zgoda_1_field,
#zgoda_2_field {
	font-size: 11.5px;
	position: relative;
}

#zgoda_1_field .optional,
#zgoda_2_field .optional {
	display: none;
}

#zgoda_2_field {
	margin-bottom: 15px;
}

#zgoda_1_field:after {
	content: 'dla potrzeb niezbędnych do realizacji darowizny i obsługi mnie, jako darczyńcy (zgoda wymagana).';
	position: absolute;
	top: 0px;
	left: 20px;
	background: #fff;
	display: block;
	padding: 5px;
	display: none;
	z-index: 10;
}

#zgoda_1_field:hover:after {
	display: block;
}

#zgoda_2_field:after {
	content: 'w celach informacyjnych, edukacyjnych i marketingowych, związanych z prowadzonymi projektami w ramach działalności statutowej Fundacji ADRA Polska, za pomocą poczty oraz e-maila.';
	position: absolute;
	top: 0px;
	left: 20px;
	background: #fff;
	display: block;
	padding: 5px;
	display: none;
	z-index: 10;
}

#zgoda_2_field:hover:after {
	display: block;
}

.woocommerce-billing-fields__field-wrapper label {
	display: none
}

.custom-form-content .input-content {
		display: flex;
		gap: 5px;
}

.custom-form-content .input-content .price {
	font-size: 2rem;
	white-space: nowrap;
	min-width: 180px;
	text-align: right;
}

.custom-form-content .input-content input {
	width: 80px;
	padding: 10px 0;
	text-align: center;
	color: #252525;
	font-size: 18px;
	border: 1px solid #a6a6a6;

}

.woocommerce-billing-fields__field-wrapper p.form-row {
	width: 100%;
	float: left;
}

.woocommerce-billing-fields__field-wrapper input {
	padding: 10px 15px;
	text-align: left;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	margin: 0 auto;
	margin-top: 8%;
	background-color: rgba(254, 254, 254, 0.90);
	padding: 0px;
	width: 100%;
	max-width: min(700px, 95vw);

}

.modal-content .woocommerce {
	padding: 20px;
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	margin-right: 6px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


.custom-form-content {
	display: inline-block;
}

.product--quantity .custom-form-content .button-content {
	display: block;
	margin-left: 4px;
	width: 32px;
	float: left;
}

.product--quantity .custom-form-content .input-content {
	display: flex;
}

.product--quantity .custom-form-content .input-content input {
	z-index: 1;
}

.product--quantity .custom-form-content .button-content a {
	text-align: center;
	width: 100%;
	background: #1c1c1c;
	color: #FFF;
	text-decoration: none;
	padding: 1px;
	display: block;
}

.product--quantity .number_plus {
	margin-bottom: 1px;
}

.product--custom .custom-form-content {
	display: flex;
	max-width: none;
	align-items: center;
}

.product--custom .custom-form-content .btn {
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
}

.product--custom .custom-form-content .custom-form-content-box {
	margin-left: 0;
	margin-top: 0;
}

.added_to_cart {
	padding: 10px 20px;
	display: block;
	margin-top: 10px;
	width: 215px;
	background: #9a1919;
	border-radius: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.product {
	display: inline-block;
	width: 100%;
	margin-top: 20px;

}

.product_img_box {
	width: 190px;
	float: left;
	display: block;
}

.product_img {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background: #fff;
	overflow: hidden;
}

.product_img img {
	max-width: 90%;
	margin-left: 5%;
	margin-top: 27px;
}

.custom-form-content-box {
	max-width: 85%;
	margin-left: 7.5%;
	margin-top: 25px;
	display: inline-block;
}

.custom-form-content .btn {
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

.modal-content {
	position: relative;
}

ul.woocommerce-error {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;

}

ul.woocommerce-error li {
	list-style: none;
	color: red;
	text-align: center;
}

p.form-row {
	margin-block-start: 0em;
	margin-block-end: 0;
	margin-bottom: 7px;
	margin-top: 7px;
}

.mobile_display,
.mobile_display_768 {
	display: none;
}

@media screen and (max-width: 1280px) {
	.btn {
		font-size: 15px;
	}
}

@media screen and (max-width: 1050px) {
	.btn {
		font-size: 14px;
	}
}

#zgoda_1_field.error-input {
	color: red;
}

#zgoda_2_field.error-input {
	color: red;
}

.woocommerce form .form-row .input-checkbox {
	appearance: auto;
}