#checkout_form_wrapper {
	background-color: #FFFFFF !important;
}

#checkout_form_wrapper p {
	margin-bottom:2px !important;
}


input {
	max-width: 96% !important;
	background-color: #FFFFFF !important;
	border: 1px solid #CCCCCC !important;
	border-radius:6px !important;
}

input:focus {
	border: 2px solid #A71A2D !important;
}

select {
	max-width: 96% !important;
	background-color: #FFFFFF !important;
	border: 1px solid #CCCCCC !important;
	border-radius:6px !important;
}

.width30p select {
	max-width: 90% !important;
}

.width50p {
	width: 50% !important;
	margin: 0 !important;
	padding-bottom:16px !important;
	float: left !important;
}

.width30p {
	width: 32.3% !important;
	margin: 0 !important;
	padding-bottom:16px !important;
	float: left !important;
}

.width15p {
	width: 15.5% !important;
	margin: 0 !important;
	padding-bottom:16px !important;
	float: left !important;
}

.clearboth {
	clear: both !important;
}

.checkout_spacer {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.response {
	margin: 0 !important;
	display: block !important;
	clear: both !important;
	width: 100% !important;
}

span.green_txt {
	color: #000000 !important;
	font-weight: bold !important;
}

.checkout_checkout-h3-msg a {
	text-decoration: underline !important;
}

#checkout_form_wrapper hr {
	background-color: #CCCCCC !important;
}

h4 {
	display: block !important;
	clear: both !important;
	padding-top: 10px !important;
}

h5 {
	font-family: sans-serif !important;
	display: block !important;
	clear: both !important;
	padding-top: 10px !important;
	margin-top: 0 !important;
}

.login-submit input {
	background-color: #A71A2D !important;
}

.login-submit input:hover {
	border: 3px solid #000000 !important;
}

.checkout_btn {
	text-transform: uppercase !important;
}

.login-submit {
	font-size: 20px !important;
	padding-bottom:25px;
}

#checkout_form_wrapper {
	    font-family: Albert Sans,"Helvetica",sans-serif !important;
}

#checkout_form_wrapper label {
		    font-family: Albert Sans,"Helvetica",sans-serif !important;
}

#checkout_form_wrapper h3 {
		    font-family: Albert Sans,"Helvetica",sans-serif !important;
}

#checkout_form_wrapper h4 {
		    font-family: Albert Sans,"Helvetica",sans-serif !important;
			font-weight:bold !important;
}

#checkout_form_wrapper h5 {
		    font-family: Albert Sans,"Helvetica",sans-serif !important;
}

.center_btn {
	margin: 0 auto !important;
	text-align: center !important;
	padding: 15px 0 !important;
}

.jquery-modal::before {
	display: none !important;
}

input::placeholder {
	color: #000000 !important;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    overflow: auto;
    z-index: 999999 !important;
    padding: 20px;
    box-sizing: border-box;
    /***background-color: #2f77b5 !important;***/
    /***background-color: rgba(0,0,0,0.75);***/
	background-color: rgba(8, 80, 189, .75) !important;
    text-align: center;
}

.modal {
    display: none;
    vertical-align: middle !important;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
    width: 100% !important;
    background: #FFFFFF !important;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

@media only screen and (min-width: 600px) {
	#checkout_form_wrapper {
		min-width:600px !important;
	}
}

/*
	Username & email checks
*/
.not-exists{ 
  color: green; 
} 
.exists{ 
  color: red; 
}

/*---------------------------------------
	Buttons
---------------------------------------*/
.subscribe-button:hover {
    color: #FFF !important;
}


.checkout_btn, .checkout_btn:link, .checkout_content_message a, .checkout_content_message a:link {
	background-color: #A71A2D !important;
	background-image: none;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-top: 10px !important;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.checkout_btn:focus, .checkout_content_message a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkout_btn:hover,
a.checkout_btn:hover,
.entry-content a.checkout_btn:hover,
.checkout_btn:focus,
.checkout_checkout .checkout_btn:hover,
.checkout_checkout .checkout_btn:focus,
.checkout_content_message a:focus,
.checkout_content_message a:hover {
	-webkit-box-shadow: none;
	border-color: #D6D6D6;
	box-shadow: none;
	text-decoration: none;
}
.checkout_btn:active,
.checkout_btn.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	outline: 0;
}
.checkout_btn.disabled,
.checkout_btn[disabled],
fieldset[disabled] .checkout_btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.checkout_btn.checkout_btn-cancel,
.checkout_btn.checkout_btn-cancel:link,
.checkout_btn.checkout_btn-cancel:hover,
.entry-content a.checkout_btn.checkout_btn-cancel:hover {
	background: none;
	border: none;
	box-shadow: none;
    color: #666;
    text-decoration: underline;
}
.checkout_btn.checkout_btn-submit-checkout {
	width: auto;
}

input[type="button"]#discount_code_button,
input[type="button"]#discount_code_button:hover,
input[type="button"]#discount_code_button:focus,
input[type="button"]#other_discount_code_button,
input[type="button"]#other_discount_code_button:hover,
input[type="button"]#other_discount_code_button:focus,
button[type="button"]#other_discount_code_toggle,
button[type="button"]#other_discount_code_toggle:hover,
button[type="button"]#other_discount_code_toggle:focus {
	-webkit-appearance: none;
    -moz-appearance: none;
	background: none;
    border: none;
	box-shadow: none;
	color: inherit;
    cursor: pointer;
	display: inline-block;
	font-family: inherit;
    font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: none;
    padding: 0;
	text-align: center;
    text-decoration: underline;
	text-transform: none;
	transform: none;
}

/*---------------------------------------
	Forms
---------------------------------------*/
form.checkout_form .checkout_checkout-fields div,
#loginform p {
	margin: 0 0 1em 0;
}
form.checkout_form label,
#loginform label {
	font-weight: 700;
	display: block;
	margin: 0;
	text-align: left;
}
form.checkout_form label.checkout_label-inline {
	display: inline-block;
}
form.checkout_form label.checkout_clickable {
	cursor: pointer;
}
form.checkout_form .checkout_asterisk abbr {
	border: none;
	text-decoration: none;
}
form.checkout_form .lite {
	color: #666;
}
form.checkout_form .checkout_captcha div {
	clear: none;
	margin: 0;
}
form.checkout_form .checkout_submit {
	margin-top: 1em;
}
form.checkout_form #checkout_processing_message {
	color: #999;
	display: block;
	font-style: italic;
	margin: 1em 0 0 0;
	text-align: left;
}

/** General Field Types **/
form.checkout_form input[type=text],
form.checkout_form input[type=password],
form.checkout_form input[type=email],
form.checkout_form input[type=number],
form.checkout_form textarea,
form.checkout_form select,
#loginform input[type=text],
#loginform input[type=password] {
	display: inline-block;
	max-width: 90%;
	min-height: 1.5rem;
}

/** Checkbox-specific field type **/
form.checkout_form .checkout_checkout-field-checkbox label {
	cursor: pointer;
	display: inline;
	width: auto;
}
form.checkout_form .checkout_checkout-field-checkbox input[type=checkbox] {
	opacity: 1;
}
form.checkout_form .checkout_checkout-field-checkbox_grouped ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
form.checkout_form .checkout_checkout-field-checkbox_grouped li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

/** Radio-specific field type **/
form.checkout_form .checkout_checkout-fields .checkout_checkout-field-radio-item {
	margin-bottom: 0;
}
form.checkout_form .checkout_checkout-field-radio-item label {
	cursor: pointer;
	display: inline-block;
	width: auto;
}
form.checkout_form .checkout_checkout-field-radio-item input[type=radio] {
	opacity: 1;
}

/** Select-specific field type **/
form.checkout_form .checkout_checkout-field-select select {
	min-width: 50%;
}

/** Date-specific field type **/
form.checkout_form .checkout_checkout-field-date select {
	max-width: unset;
	width: unset;
}
form.checkout_form .checkout_checkout-field-date input[type=text] {
	margin-left: 5px;
	max-width: unset;
	width: unset;
}

/** Membership Checkout and Billing-specific Fields **/
form.checkout_form #checkout_payment_information_fields .checkout_checkout-fields label {
	display: block;
	float: none;
	max-width: initial;
	min-width: initial;
	text-align: left;
	width: auto;
}
form.checkout_form .checkout_checkout-field-bcity_state_zip .input,
form.checkout_form .checkout_checkout-field-bcity_state_zip select {
	max-width: 30%;
}
form.checkout_form .checkout_payment-cvv .input,
form.checkout_form .checkout_payment-discount-code .input,
form.checkout_form #other_discount_code.input {
	max-width: 40%;
}
form.checkout_form #discount_code.input,
form.checkout_form #other_discount_code.input {
	margin-right: .5em;
}
form.checkout_form input[type=checkbox]#tos {
	width: auto;
}

/* Lost Password Frontend Form */
form.checkout_form .checkout_lost_password-fields div {
	margin: 0 0 1em 0;
}

/* Member Profile Edit Frontend Form */
form.checkout_form .checkout_member_profile_edit-fields > div {
	margin: 0 0 1em 0;
}

/* Change Password Frontend Form */
form.checkout_form .checkout_change_password-fields div {
	margin: 0 0 1em 0;
}

/* Password Strength Meter on Frontend Forms */
.checkout_reset_password_wrap form.checkout_form #pass-strength-result,
form.checkout_form .checkout_change_password-fields #pass-strength-result {
	display: inline-block;
	max-width: 150px;
}
.checkout_reset_password_wrap form.checkout_form .lite,
form.checkout_form .checkout_change_password-fields .lite {
	margin-top: 10px;
}

/*--------------------------------------------------
	Messages - Success, Error, Alert
----------------------------------------------------*/
.checkout_message {
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #31708f;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	margin: .5em 0;
	padding: 10px 15px;
	text-align: left;
}
.checkout_success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.checkout_error,
input[type="text"].checkout_error,
input[type="email"].checkout_error,
input[type="url"].checkout_error,
input[type="password"].checkout_error,
input[type="number"].checkout_error,
input[type="tel"].checkout_error,
input[type="range"].checkout_error,
input[type="date"].checkout_error,
input[type="month"].checkout_error,
input[type="week"].checkout_error,
input[type="time"].checkout_error,
input[type="datetime"].checkout_error,
input[type="datetime-local"].checkout_error,
input[type="color"].checkout_error,
textarea.checkout_error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.checkout_alert {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.checkout_content_message a,
.checkout_content_message a:link {
	margin: 10px 10px 0 0;
}
.checkout_message a {
	color: #245269;
	text-decoration: underline;
}
.checkout_success a {
	color: #2b542c;
}
.checkout_error a {
	color: #843534;
}
.checkout_alert a {
	color: #66512c;
}
input.checkout_error {
	background-image: none;
}
select.checkout_error {
	background-image: none;
}
.checkout_message p:last-child {
	margin-bottom: 0;
}

#checkout_message_bottom {
	margin-bottom: 1em;
}

/*---------------------------------------
	Display Price Parts
---------------------------------------*/
.checkout_price_part_span {
	display: block;
}
.checkout_price_part-total {
	border-top: 1px solid #CCC;
	margin-top: 5px;
	padding-top: 5px;
}
.checkout_price_part_label:after {
	content: ": ";
}
.checkout_price_part_sub {
	font-size: 75%;
}
span.checkout_price_part_sub:before {
	content: "\2022";
	padding-right: 5px;
}

/*---------------------------------------
	Membership Checkout
---------------------------------------*/
#checkout_form .checkout_checkout h2 {
	margin: 1em 0 0 0;
	padding: 0;
}
.checkout_checkout h2 span.checkout_checkout-h2-name {
	display: inline-block;
	margin: 0 .5rem 1rem 0;
}
.checkout_checkout h2 span.checkout_checkout-h2-msg {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
}
#checkout_payment_method span.gateway_paypalexpress {
	margin-left: 2em;
}
#checkout_payment_information_fields .checkout_checkout-fields-display-seal {
	clear: both;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 3fr 1em 1fr;
	grid-template-columns: 3fr 1fr;
	grid-column-gap: 1em;
	grid-template-areas:
		"leftcol rightcol";
}
#checkout_payment_information_fields .checkout_checkout-fields-display-seal .checkout_checkout-fields-leftcol {
	grid-area: leftcol;
}
#checkout_payment_information_fields .checkout_checkout-fields-display-seal .checkout_checkout-fields-rightcol {
	grid-area: rightcol;
}
#checkout_license {
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	height: 200px;
	margin: 3px;
	overflow: auto;
	padding: 5px;
}

/* Stripe gateway Membership Checkout specific styles. */
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_checkout-field-payment-request-button {
	grid-area: paymentrequestbutton;
}
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_checkout-field-payment-request-button h4 {
	margin-top: 1em;
}
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_checkout-fields-display-seal  {
	grid-template-areas:
		"paymentrequestbutton rightcol"
		"leftcol rightcol";
}
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_checkout-fields,
.checkout_billing_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_checkout-fields {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 1em auto 1em auto;
	grid-template-areas:
		"AccountNumber AccountNumber"
		"Expiry CVV"
		"DiscountCode DiscountCode";
	grid-column-gap: 1em;
	-ms-grid-columns: 1fr 1em 1fr;
	grid-template-columns: 1fr 1fr;
}
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields div#AccountNumber,
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields div#Expiry,
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields div#CVV,
.checkout_billing_gateway-stripe form.checkout_form #checkout_payment_information_fields div#AccountNumber,
.checkout_billing_gateway-stripe form.checkout_form #checkout_payment_information_fields div#Expiry,
.checkout_billing_gateway-stripe form.checkout_form #checkout_payment_information_fields div#CVV {
	color: #666;
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0;
	padding: 0.625em 0.4375em;
}
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_payment-account-number,
.checkout_billing_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_payment-account-number {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: AccountNumber;
}
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_payment-expiration,
.checkout_billing_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_payment-expiration {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: Expiry;
}
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_payment-cvv,
.checkout_billing_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_payment-cvv {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: CVV;
}
.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields .checkout_payment-discount-code {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: DiscountCode;
}

/*---------------------------------------
	Membership Confirmation
---------------------------------------*/

/*---------------------------------------
	Membership Invoice
---------------------------------------*/
.checkout_invoice_details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.checkout_invoice_details .checkout_invoice-billing-address,
.checkout_invoice_details .checkout_invoice-payment-method,
.checkout_invoice_details .checkout_invoice-total {
	-webkit-box-flex: 3;
	    -ms-flex: 3 1 33%;
	        flex: 3 1 33%;
}
.checkout_invoice_details .checkout_invoice-billing-address,
.checkout_invoice_details .checkout_invoice-payment-method {
	padding-right: 10px;
}

.checkout_invoice-field-billing_name,
.checkout_invoice-field-billing_street,
.checkout_invoice-field-billing_country,
.checkout_invoice-field-billing_phone {
	display: block;
}

.checkout_invoice-field-billing_city:after {
	content: ',';
}

/*---------------------------------------
	Membership Account
---------------------------------------*/
#checkout_account .checkout_box {
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 1em 0;
}
#checkout_account .checkout_box h2 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#checkout_account .checkout_box p {
	margin: .5em 0 0 0;
	padding: 0;
}
#checkout_account .checkout_box ul {
	margin-bottom: 0;
}
#checkout_account #checkout_account-membership { }
#checkout_account #checkout_account-profile { }
#checkout_account #checkout_account-billing { }
#checkout_account #checkout_account-invoices { }
#checkout_account #checkout_account-links { }

#checkout_account #checkout_account-membership .checkout_table td:nth-child(1) {
	min-width: 200px;
}
#checkout_account #checkout_account-profile .checkout_actionlinks {
	margin-top: .5em;
}

.checkout_actionlinks a {
	display: inline-block;
	text-decoration: none;
}
.checkout_actionlinks a:last-child {
	margin-right: 0;
}
.checkout_hidden {
	display: none;
}
li.checkout_more {
	list-style-type: none;
	margin-left: -20px;
	padding-left: 0;
	text-align: center;
}

/*---------------------------------------
	Membership Billing Page
---------------------------------------*/
.checkout_billing_wrap {
	margin-bottom: 1em;
}

/*---------------------------------------
	Log In and Password Reset Pages
---------------------------------------*/
.checkout_login_wrap,
.checkout_lost_password_wrap,
.checkout_reset_password_wrap {
	margin-bottom: 1em;
}

/*---------------------------------------
	This section based on similar rules
	in wp-admin/css/forms.css
---------------------------------------*/
#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	margin: -1px 1px 5px;
	padding: 3px 5px;
	text-align: center;
	width: 25em;
	box-sizing: border-box;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

.pass1.short, .pass1-text.short {
	border-color: #e35b5b;
}

.pass1.bad, .pass1-text.bad {
	border-color: #f78b53;
}

.pass1.good, .pass1-text.good {
	border-color: #ffc733;
}

.pass1.strong, .pass1-text.strong {
	border-color: #83c373;
}

.pw-weak {
	display: none;
}

.indicator-hint {
	padding-top: 8px;
}

.wp-pwd [type="text"],
.wp-pwd [type="password"] {
	margin-bottom: 0;
	/* Same height as the buttons */
	min-height: 30px;
}

/* Hide the Edge "reveal password" native button */
.wp-pwd input::-ms-reveal {
	display: none;
}

.pass1-text,
.show-password #pass1 {
	display: none;
}

.pass1-text::-ms-clear {
	display: none;
}

.show-password #pass1-text {
	display: inline-block;
}

/*---------------------------------------
	Member Profile Edit Page
---------------------------------------*/
.checkout_member_profile_edit_wrap,
.checkout_change_password_wrap {
	margin-bottom: 1em;
}
/*---------------------------------------
	Membership Levels
---------------------------------------*/
#checkout_levels_table { }
#checkout_levels_table td:nth-child(1) {
	min-width: 200px;
}
#checkout_levels_table .checkout_btn {
	display: block;
}
/*---------------------------------------
	Misc
---------------------------------------*/
.checkout_actions_nav {
	text-align: center;
}
.checkout_actions_nav-left {
	display: block;
	float: left;
	width: 48%;
	text-align: left;
}
.checkout_actions_nav-right {
	display: block;
	float: right;
	width: 48%;
	text-align: right;
}
.pmpro-levels .checkout_actions_nav {
	text-align: left;
}
.checkout_a-right {
	float: right;
	font-size: 11px;
	text-align: right;
	text-decoration: underline;
	width: auto;
}
.checkout_a-print {
	background: url(../images/printer-icon.svg) top left no-repeat;
	color: #345395;
	cursor: pointer;
	float: right;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 0px 2px 20px;
	text-decoration: none;
	width: auto;
}
.checkout_red {
	color: #CC0000;
}
.checkout_grey {
	color: #999;
}
.top1em {
	margin-top: 1em;
}
.bot1em {
	margin-bottom: 1em;
}
.bot0em {
	margin-bottom: 0em;
}
.clear {
	clear: both;
}
.checkout_small {
	font-size: .8em;
}

.checkout_submit {
	margin-top: 15px !important;
}

/*---------------------------------------
	Responsive Styles
---------------------------------------*/
@media only screen and (min-width: 1160px) {
	.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields #payment-request-button {
		max-width: 50%;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.checkout_checkout_gateway-stripe form.checkout_form #checkout_payment_information_fields #payment-request-button {
		max-width: 50%;
	}
}
@media (max-width:768px) {
	#checkout_account #checkout_account-membership .checkout_table td:nth-child(1),
	#checkout_levels_table td:nth-child(1) {
		min-width: unset;
	}
	.checkout_checkout h2 span.checkout_checkout-h2-name {
		display: block;
	}
	.checkout_checkout h2 span.checkout_checkout-h2-msg {
		display: block;
		margin-bottom: 1em;
	}
	form.checkout_form input[type=text].input,
	form.checkout_form input[type=password].input,
	.checkout_login_wrap form#loginform input[type=text].input,
	.checkout_login_wrap form#loginform input[type=password].input {
		width: 90%;
	}
	/* Password Strength Meter on Frontend Forms */
	.checkout_reset_password_wrap form.checkout_form #pass-strength-result,
	form.checkout_form .checkout_change_password-fields #pass-strength-result {
		max-width: 90%;
	}
	form.checkout_form input[type=text]#other_discount_code, form.checkout_form input[type=text]#CVV, form.checkout_form input[type=text]#discount_code {
		width: 40%;
	}
	#checkout_payment_information_fields .checkout_checkout-fields-display-seal {
		display: block;
	}
	form.checkout_form .checkout_btn,
	.checkout_login_wrap #loginform input[type=submit] {
		display: block;
		width: 100%;
	}
	form.checkout_form #checkout_processing_message {
		text-align: center;
	}
	.checkout_invoice_details {
		display: block;
	}
}