.subtitle_popup {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.half_field,
.two_third_field,
.one_third_field {
	padding-left: 4px;
	padding-right: 4px;
	float: left;
}

.half_field {
	width: 50%;
}

.two_third_field {
	width: 66.66666667%;
}

.one_third_field {
	width: 33.33333333%;
}

.form_row {
	margin-left: -4px;
	margin-right: -4px;
}

section.checkout_section {
	overflow: hidden;
	margin-bottom: 0;
}

.membership_payment_remark {
	margin-top: 10px;
}

.previus_step {
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 0;
}

.form_footer {
	overflow: hidden;
}

.step {
	color: var(--light-blue);
	line-height: 42px;
	float: left;
}

.previus_step {
	float: left;
	line-height: 42px;
}

.button.continue {
	float: right;
	width: auto;
	margin: 0;
}

ul.wc_payment_methods {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.wc_payment_methods li {
	padding: 0;
}

ul.wc_payment_methods label {
	display: none;
}

.place-order {
	display: none;
}

.woocommerce-message {
	display: none;
}

section.payment_bottom {
	margin-bottom: 0;
}

.blockUI {
	display: none !important;
}

section.checkout_section .subtitle_popup {
	color: var(--dark-blue);
}

.price_subscription {
	font-size: 12px;
	line-height: 16px;
	margin-top: 7px;
	margin-bottom: 10px;
}

.price_subscription strong {
	color: var(--dark-blue);
}

.checkout .form_row {
	margin-left: -4px;
	margin-right: -4px;
}
