.form-row.place-order .form-row.terms:after {
	clear: none !important;
}

.form-row.place-order .form-row.terms {
	margin: 0 !important;
	padding: 0 !important;
}

.form-row.place-order .form-row.terms label {
	padding: 0 !important;
}

.woocommerce td.product-name dl.variation dt {
	line-height: 30px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.woocommerce td.product-name dl.variation dd {
	margin: 0px;
	padding: 0px;
}

.woocommerce td.product-name dl.variation dd p:last-child {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

.is_patient {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.is_patient:first-of-type {
	margin-top: 20px;
}

.is_patient:last-of-type {
	margin-bottom: 20px;
}

.is_patient, .is_patient input {
	cursor: pointer;
}

.is_patient input {
	margin-right: 5px !important;
	position: relative;
	top: -2px;
}

@media (max-width: 960px) {
	.form-row.place-order .form-row.terms {
		clear: both !important;
		text-align: center !important;
	}
	
	.form-row.place-order .form-row.terms .input-checkbox {
		margin: 0 !important;
	}
	
	#place_order {
		width: 100%;
	}
}

#billing_pesel_field + .clear {
	display: none
}
