.highlight-box {
	-webkit-box-shadow: 4px 4px 7px 0 rgb(0 0 0 / 5%);
	-moz-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 4px 4px 7px 0 rgb(0 0 0 / 5%);
}

.bg-light {
	background-color: #fff !important;
}

.text-gray {
	color: #888 !important;
}

.text-gray-light {
	color: rgba(73, 82, 95, 0.5) !important;
}

.fnz-14 {
	font-size: 0.875rem !important;
}

.fnz-17 {
	font-size: 1.0625rem !important;
}

.fnz-22 {
	font-size: 1.375rem !important;
}

.fnz-24 {
	font-size: 1.5rem !important;
}

.w-full {
	width: 100% !important;
}

/*  One step
	Multi step payment
	Change Payment Method styles */
.mmg-payment-cards__radios {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 10px;
}

.mmg-payment-cards__radios>div {
	width: 28%;
	flex: 1 0 90px;
}

.mmg-payment-cards__label {
	display: flex;
	align-items: center;
}

.mmg-payment-cards__label:after,
.mmg-payment-cards__label:before {
	top: 50% !important;
	transform: translateY(-50%);
}

.mmg-payment-cards__imgs {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mmg-payment-cards__imgs img {
	flex-shrink: 0;
	height: auto !important;
	max-height: 16px;
	width: auto;
	vertical-align: top;
}

.mmg-payment-cards__label-google .mmg-payment-cards__imgs img {
	max-height: 26px;
}

.mmg-recurly-card,
.mmg-recurly-card .recurly-element-card {
	height: 50px;
}

.mmgs-payment-methods-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Submit buttons */
.mmg-submit-buttons {
	position: relative;
	margin-top: 20px;
}

.mmg-submit-buttons .mmg-loading-for-btn {
	text-align: center;
}

.mmg-submit-buttons .mmg-loading-for-btn .mmg-loader {
	height: 40px;
}

.mmg-submit-buttons button {
	min-height: 40px;
}

.mmg-submit-buttons button[disabled] {
	cursor: no-drop;
	opacity: .5;
}

.mmgs-preloader {
	position: relative;
}

.mmgs-preloader::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../gif/spinner-gray.gif) center center no-repeat;
	width: 100%;
	height: 100%;
	background-size: 60px;
	background-color: #ffffffa8;
	z-index: 1;
	cursor: auto;
}

button.mmgs-preloader::before {
	background-size: 45px;
}

#mmg-msc-previous-step::before {
	content: none;
}

/* Apple Pay button styles */
.mmg-apple-pay-button {
	background-color: #000;
}

.mmg-apple-pay-button,
.apple-pay-button {
	padding: 7px 20px !important;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	color: #ffffff;
}

.apple-pay-button img,
.mmg-apple-pay-button img {
	height: 17px;
}

.apple-pay-button *,
.mmg-apple-pay-button * {
	vertical-align: middle;
}

@supports (-webkit-appearance: -apple-pay-button) {
	.apple-pay-button {
		display: inline-block;
		-webkit-appearance: -apple-pay-button !important;
	}

	.apple-pay-button-subscribe {
		-apple-pay-button-type: subscribe;
	}

	.apple-pay-button-black {
		-apple-pay-button-style: black;
	}
}

@supports not (-webkit-appearance: -apple-pay-button) {
	.apple-pay-button-black {
		background-image: -webkit-named-image(apple-pay-logo-white);
		background-color: black;
	}
}

.apple-pay-button-hidden {
	display: none !important;
}

.apple-pay-connected-notice {
	background: #fff;
	padding: 20px 25px;
	box-shadow: 3px 3px 14px #d3d3d3;
	border-radius: 2px;
	margin-bottom: 10px;
}

.apple-pay-connected-notice * {
	vertical-align: middle;
}

.apple-pay-connected-notice img {
	height: 17px;
}

#mmg-cpm-change-apple-pay-note {
	text-align: center;
}

/* Paypal button styles */
.mmg-paypal-button {
	background: #ffc439;
	border-radius: 4px;
	padding: 8px;
	text-align: center;
	cursor: pointer;
}

.mmg-paypal-button,
.mmg-paypal-button * {
	vertical-align: middle;
}

.mmg-paypal-button img {
	height: 20px;
}

.mmg-paypal-note {
	font-size: 10px;
	font-family: 'Segoe UI', sans-serif;
	margin-top: 2px;
	text-align: center;
}

/* Google pay  */
.google-pay-button-container button {
	width: 100%;
}

.google-pay-connected-notice {
	display: flex;
	align-items: center;
}

.google-pay-connected-notice img {
	width: 50px;
	flex-shrink: 0;
}

/* Recurly card element styles. */
.recurly-element,
.recurly-hosted-field {
	background-color: #fff;
	border: 1px solid #9e9ea3;
	border-radius: 3px;
	margin-top: 10px;
	height: 2em;
	box-sizing: border-box;
	padding: 0 8px;
}

.recurly-element-focus,
.recurly-hosted-field-focus {
	outline: 1px solid #9e9ea3;
}

/*.recurly-element-invalid, .recurly-hosted-field-invalid {*/
/*	border: 1px solid #e35256*/
/*}*/
.recurly-element-number,
.recurly-hosted-field-number {
	width: 12em;
}

.recurly-element-cvv,
.recurly-element-month,
.recurly-element-year,
.recurly-hosted-field-cvv,
.recurly-hosted-field-month,
.recurly-hosted-field-year {
	width: 4em;
}

/* Subscription simple */
.mmg-msr-simple-container .mmg-account-form-holder {
	margin: 0 auto;
}

/*3 Step Subscription ---step 2*/
.mmg-msc,
.mmg-msr-simple {
	padding-top: 30px;
	padding-bottom: 70px;
}

@media (min-width: 769px) {

	.mmg-msc,
	.mmg-msr-simple {
		padding-top: 90px;
	}
}

.mmg-msc-container,
.mmg-msr-simple-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px !important;
}

.mmg-register__step-level,
.mmg-multistep-level {
	letter-spacing: 2px;
	font-size: 13px;
	font-family: 'Specter', sans-serif;
	font-weight: 700;
}

.mmg-register__step-level span,
.mmg-multistep-level span {
	font-weight: 500;
}

.mmg-multistep__title {
	font-size: 28px;
	letter-spacing: 2px;
}

.mmg-multistep__title mark {
	color: var(--wp--preset--color--mmg-primary);
	background: none;
}

.mmg-msc__step-2 .mmg-multistep-level {
	text-align: center;
}

.mmg-msc__step-2 .mmg-msc-pricing-list {
	margin-bottom: 40px;
}

.mmg-msc__step-3,
.mmg-msr-simple-container .mmg-account-form-holder,
.mmg-msc__header,
.mmg-msc__offer-banner {
	max-width: 490px;
}

.mmg-msc__step-3,
.mmg-msr-simple-container .mmg-account-form-holder,
.mmg-msc__header {
	margin: 0 auto;
}

.mmg-msc__step-3 {
	padding-top: 40px;
	background: #fff;
	margin-left: -16px;
	margin-right: -16px;
}

@media (min-width: 576px) {
	.mmg-msc__step-3 {
		margin-left: auto;
		margin-right: auto;
	}
}

.mmg-msc__descr {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 32px !important;
}

/* Offer Banner */
.mmg-msc__offer-banner {
	border: 2px solid var(--wp--preset--color--mmg-secondary);
	display: flex;
	align-items: center;
	margin: 0 auto 50px;
	border-radius: 10px;
	padding: 10px 20px;
}

.mmg-msc__offer-banner em {
	font-size: 25px;
	padding: 0 8px;
	font-style: normal;
	font-weight: bold;
	font-family: 'Specter', sans-serif;
	color: var(--wp--preset--color--mmg-secondary);
}

.mmg-msc__offer-banner svg {
	width: 42px;
	height: 42px;
}

.mmg-msc__offer-banner svg path {
	fill: var(--wp--preset--color--mmg-secondary);
}

.mmg-msc__offer-banner p {
	display: flex;
	align-items: center;
	border-left: 2px solid #f2633d7d;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 1.2;
}

.mmg-msc__top-selects-outer,
.mmg-osp__top-selects-outer {
	display: flex;
	justify-content: center;
	margin-bottom: 53px;
	gap: 16px;
}

.mmg-msc__currency-label,
.mmg-msc__country-label,
.mmg-osp__currency-label,
.mmg-osp__country-label {
	color: #ccd0d5;
	font-size: 13px;
	text-transform: capitalize;
	position: absolute;
	top: 12px;
	left: 0;
}

.mmg-msc__currency-label,
.mmg-msc__country-label,
.mmg-osp__currency-label,
.mmg-osp__country-label,
.mmg-msc__country-select,
.mmg-msc__currency-select,
.mmg-osp__country-select,
.mmg-osp__currency-select,
.mmg-msc__selected-plan-holder select {
	padding-left: 16px !important;
}

.mmg-msc__country-select,
.mmg-msc__currency-select,
.mmg-osp__country-select,
.mmg-osp__currency-select {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mmg-msc__country.mmg-cstm-select-holder:after,
.mmg-msc__currency.mmg-cstm-select-holder:after,
.mmg-osp__country.mmg-cstm-select-holder:after,
.mmg-osp__currency.mmg-cstm-select-holder:after,
.mmg-msc__selected-plan-holder.mmg-cstm-select-holder:after {
	border-color: currentColor;
	right: 16px;
}

.mmg-msc__selected-plan-holder {
	min-width: 250px;
}

.mmg-msc__selected-plan-holder select {
	font-size: 13px;
	height: 36px;
	width: 100%;
}

input.mmg-msc-coupon__form-control::placeholder {
	color: #8e8e8e;
	opacity: 1;
	text-transform: uppercase;
}

input.mmg-msc-coupon__form-control:-ms-input-placeholder {
	color: #8e8e8e;
	text-transform: uppercase;
}

input.mmg-msc-coupon__form-control::-ms-input-placeholder {
	color: #8e8e8e;
	text-transform: uppercase;
}

.mmg-msc__top-selects-outer .mmg-msc__country,
.mmg-msc__top-selects-outer .mmg-msc__currency,
.mmg-osp__top-selects-outer .mmg-osp__country,
.mmg-osp__top-selects-outer .mmg-osp__currency,
.mmg-msc__selected-plan-holder.mmg-cstm-select-holder {
	border: 2px solid #E6EAEE;
	border-radius: 10px;
	color: inherit;
}

.mmg-msc__top-selects-outer .mmg-msc__country,
.mmg-osp__top-selects-outer .mmg-osc__country,
.mmg-msc__top-selects-outer .mmg-msc__currency,
.mmg-osp__top-selects-outer .mmg-osp__currency {
	max-width: calc(50% - 8px);
	flex: 0 0 calc(50% - 8px);
}

.mmg-msc__currency-select,
.mmg-msc__country-select,
.mmg-osp__country-select,
.mmg-osp__currency-select {
	font-size: 13px;
	width: 100%;
	height: 64px;
	padding-top: 30px;
}

.membership-plan,
.mmg-msc-coupon {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.mmg-msc-coupon {
	box-shadow: 4px 4px 7px 0 rgb(0 0 0 / 5%);
	padding: 15px 28px 30px;
	margin: 0 auto 40px;
}

.mmg-msc-coupon__msg {
	font-size: 14px;
	left: 0;
	top: 96%;
}

.mmg-msc-coupon__msg.error,
.block-message {
	color: #fb0909;
}

.mmg-msc-coupon__msg.success {
	color: #05a940;
}

.mmg-msc-coupon__title {
	margin-bottom: 25px;
	font-size: 17px;
}

input.mmg-msc-coupon__form-control {
	background: #f3f3f3;
	border: 1px solid #e5e5e5;
	color: #8e8e8e;
	font-size: 14px;
	height: 42px;
	padding: 6px 12px;
	width: 100%;
}

@media (min-width: 576px) {
	.mmg-msc-coupon__title {
		margin-bottom: 0;
	}
}

.mmg-msc_section,
.mmg-msc__header {
	padding-left: 4%;
	padding-right: 4%;
}

.mmg-msc__header {
	position: relative;
}

.mmg-msc_section {
	border-top: 2px solid #E6EAEE;
	padding-top: 28px;
	padding-bottom: 44px;
}

.mmg-msc_section-title {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.mmg-msc_section-list {
	font-size: 14px;
	margin-bottom: 30px;
}

.mmg-msc_section-list li {
	margin-bottom: 24px;
}

.mmg-msc_section-list svg {
	margin-right: 16px;
}

/* 3 Step Subscription ---step 3 */
.mmg-msc__step-3 .mmg-msc__top-selects-outer,
.mmg-msc__step-3 .mmg-osp__top-selects-outer {
	margin-bottom: 44px;
}

.mmg-msc__step-3-country-select-container {
	flex-grow: 1;
}

.mmg-msc__step-3 p {
	font-size: 14px;
	line-height: 2;
}

.mmg-msc__step-3 .mmg-msc__coupon-btn {
	padding-top: 8px;
	padding-bottom: 8px;
}

.mmg-msc-card,
.mmg-osp-cards {
	margin-bottom: 15px;
}

.mmg-msc-cards .dynamic-label,
.mmg-osp-cards .dynamic-label {
	opacity: 0.5;
	pointer-events: none;
	font-size: 13px;
}

.mmg-msc-cards .recurly-hosted-field.recurly-hosted-field-card:not(.error),
.mmg-osp-cards .recurly-hosted-field.recurly-hosted-field-card:not(.error) {
	border-radius: 5px;
	border-color: var(--wp--preset--color--mmg-primary);
	margin-bottom: 0;
}

.msc-checkout-order-info-holder {
	padding-left: 48px;
	padding-top: 14px;
	position: relative;
}

.msc-checkout-order-info-holder:before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: -16px;
	height: 114%;
	border-left: 2px solid;
}

.mmg-msc-subscription-info {
	gap: 16px;
}

.mmg-msc-subscription-info__title {
	font-size: 16px !important;
	margin-bottom: 6px;
}

.mmg-msc-subscription-info__subtitle {
	font-size: 13px !important;
}

.msc-checkout-order-info {
	width: 100%;
	font-size: 13px;
}

.msc-checkout-order-info,
.msc-checkout-order-info td,
.mmg-osp-checkout-order-info,
.mmg-osp-checkout-order-info td {
	border: 0;
}

.msc-checkout-order-info td,
.mmg-osp-checkout-order-info td {
	vertical-align: middle;
}

.msc-checkout-order-info td:first-child,
.mmg-osp-checkout-order-info td:first-child {
	width: 64%;
}

.mmg-msc-email-reminder {
	border: 2px solid #E8ECEF;
	border-radius: 4px;
	padding: 16px;
}

.mmg-msc-email-reminder__title {
	font-size: 14px;
}

.mmg-msc-email-reminder__header,
.mmg-msc-email-reminder__info {
	gap: 16px
}

.mmg-msc-email-reminder__header {
	margin-bottom: 16px;
}

.mmg-msc-email-reminder__header svg,
.mmg-msc-email-reminder__info-icon-holder,
.mmg-msc-email-reminder__info-icon-holder svg {
	flex-shrink: 0;
}

.mmg-msc-email-reminder__info-icon-holder {
	border: 2px solid #EAEDF0;
	border-radius: 8px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 769px) {

	.mmg-msc,
	.mmg-msr-simple {
		padding: 60px 0;
	}

	.mmg-msc-plan__label {
		padding: 20px;
	}

	.mmg-msc-plan__price {
		font-size: 2.8rem;
	}

	.mmg-osp-container {
		max-width: 900px;
	}

	.mmg-msc__offer-banner {
		max-width: 660px;
		width: fit-content;
	}
}

@media (max-width: 768px) {
	.mmg-msc-plan__price .fnz-28 {
		font-size: 22px;
	}

	.mmg-msc-plan__price .fnz-18 {
		font-size: 15px;
	}
}

.mmg-osp-cards,
.mmg-osp-checkout-order,
.mmg-osp-shipping-fields {
	padding: 28px 20px;
	border-radius: 5px;
}

.mmg-msc__back {
	position: absolute;
	left: 6%;
	top: 0;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0;
	opacity: .55;
}

.mmg-msc__back svg {
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

.mmgs-credit-cards {
	align-items: center;
	background-color: #fff;
	margin-bottom: 1.5rem;
}

.mmg-msc-cards__radios,
.mmg-osp-cards__radios {
	align-items: center;
	display: flex;
	margin-bottom: 15px;
	margin-top: 20px;
}

.mmg-msc-cards img+img,
.mmg-osp-cards img+img {
	margin-left: 15px;
}

.mmg-msc-cards_or,
.mmg-osp-cards_or {
	margin: 0 10%;
}

.paypal-connect-note {
	display: none;
	max-width: 315px;
	color: #c26760;
	font-size: 14px;
	font-family: 'Segoe UI', sans-serif;
	line-height: 1.2em;
}

.tax-text {
	display: inline-block;
}

/*One Step Checkout*/
.mmg-osp {
	padding-top: 40px;
}

.mmg-osp-shipping-fields,
.mmg-osp-checkout-order {
	margin-bottom: 15px;
}

.mmg-osp-shipping-fields__title,
.mmg-osp-checkout-order__title {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.mmg-osp__top-selects-outer .mmg-osp__country {
		width: 95%;
	}

	.mmg-osp__top-selects-outer>div:first-child {
		flex: auto;
	}

	.mmg-osp-checkout-order {
		min-height: 253px;
	}
}

/* Account Form */
.mmg-account-form {
	padding-bottom: 0 !important;
}

.mmg-account-form-holder {
	padding: 30px 20px 40px 20px;
}

.mmg-account-form-descr {
	font-size: 19px;
}

.mmg-account-form__form-control.mmg-cstm-select-holder {
	border-radius: 5px;
}

.mmg-account-form__form-control.mmg-cstm-select-holder select {
	width: 100%;
	height: 42px !important;
	padding: 16px 10px 2px;
}

.mmg-account-form__btn {
	color: #fff;
	min-width: 200px;
}

.mmg-account-form-steps-labels {
	display: flex;
	margin-bottom: 15px !important;
}

.mmg-account-form-steps-labels__item {
	align-items: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	display: flex;
	font-size: 15px;
	height: 32px;
	justify-content: center;
	position: relative;
	width: 32px;
}

.mmg-account-form-steps-labels__item+.mmg-account-form-steps-labels__item {
	margin-left: 48px;
}

.mmg-account-form-steps-labels__item+.mmg-account-form-steps-labels__item:before {
	border-top: 1px solid currentColor;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	right: calc(100% + 18px);
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.mmg-account-form__have-account {
	margin-bottom: 1rem;
}

@media (min-width: 782px) {
	.mmg-account-form__row {
		display: flex;
	}

	.mmg-account-form__col {
		--col-space: 14px;
		flex-basis: calc(50% - var(--col-space) / 2);
		max-width: calc(50% - var(--col-space) / 2);
	}

	.mmg-account-form__col:first-child {
		margin-right: var(--col-space);
	}
}

.mmg-account-form__agree {
	color: rgba(87, 95, 110, 0.6);
	font-size: 13px;
}

.mmg-account-form .form-control,
.editor-styles-wrapper .mmg-account-form .form-control {
	padding: 16px 10px 2px;
}

.mmg-account-form .form-control {
	height: 53px;
}

.mmg-account-form .form-control.not-empty~.dynamic-label,
.mmg-account-form select.form-control~.dynamic-label,
.mmg-account-form .mmg-cstm-select-holder~.dynamic-label,
.mmg-account-form .form-control:focus~.dynamic-label {
	top: 25%;
	font-size: 11px;
}

.mmg-account-form .g-recaptcha {
	margin-bottom: 7px;
}

.mmg-account-form .g-recaptcha>div:first-of-type {
	display: inline-block;
}

.mmg-account-form .g-recaptcha>div:first-of-type>div>iframe {
	transform: scale(0.95);
	transform-origin: left center;
}

@media (min-width: 400px) {
	.mmg-account-form .g-recaptcha>div:first-of-type>div>iframe {
		transform: scale(1);
	}
}

.mmg-account-form-overtitle {
	background: var(--wp--preset--color--mmg-secondary);
	font-size: 1.5rem;
	padding: 6px;
	transform: translate(-20px);
	width: calc(100% + 2 * 20px);
}

@media (min-width: 782px) {
	.mmg-account-form-holder {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mmg-account-form-overtitle {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		transform: translate(calc(-16px - 30px));
		width: calc(100% + 2 * 16px + 2 * 30px);
	}

	.mmg-account-form-overtitle:before,
	.mmg-account-form-overtitle:after {
		border-style: solid;
		bottom: 100%;
		content: '';
		display: inline-block;
		height: 0;
		position: absolute;
		width: 0;
	}

	.mmg-account-form-overtitle:before {
		border-width: 0 0 16px 16px;
		border-color: transparent transparent #b94526 transparent;
		left: 0;
	}

	.mmg-account-form-overtitle:after {
		border-width: 16px 0 0 16px;
		border-color: transparent transparent transparent #b94526;
		right: 0;
	}
}

/* Account Form Primary & Account Form Primary Dark */
.mmg-account-form-holder--primary,
.mmg-account-form-holder--primary-dark {
	color: #fff;
	text-align: center;
}

.mmg-account-form-holder--primary a,
.mmg-account-form-holder--primary-dark a {
	color: inherit;
}

.mmg-account-form-holder--primary .mmg-account-form-steps-labels,
.mmg-account-form-holder--primary-dark .mmg-account-form-steps-labels {
	justify-content: center;
}

.mmg-account-form-holder--primary .mmg-account-form-steps-labels__item,
.mmg-account-form-holder--primary-dark .mmg-account-form-steps-labels__item {
	color: #fff;
}

.mmg-account-form-holder--primary .mmg-account-form-steps-labels__item--active,
.mmg-account-form-holder--primary-dark .mmg-account-form-steps-labels__item--active {
	background: #fff;
	border-color: #fff;
}

/* Account Form Primary */
.mmg-account-form-holder--primary {
	background: var(--wp--preset--color--mmg-primary);
}

.mmg-account-form-holder--primary .mmg-account-form-steps-labels__item--active {
	color: var(--wp--preset--color--mmg-primary);
}

.mmg-account-form-holder--primary .form-control {
	border: solid 1px #00abd3;
	box-shadow: inset 1px 1px 4px rgb(0 0 0 / 50%);
}

/* 1. added editor-styles-wrapper selector to make overwritten styles work on gutenberg editor too */
.mmg-account-form-holder--primary .mmg-account-form__btn,
.editor-styles-wrapper .mmg-account-form-holder--primary .mmg-account-form__btn

/* 1 */
	{
	background: var(--wp--preset--color--mmg-secondary) !important;
	border: 1px solid #fff;
	font-size: 14px;
	padding: 18px;
	min-width: 252px;
	position: relative;
	width: fit-content !important;
}

@media (min-width: 782px) {

	.mmg-account-form-holder--primary,
	.mmg-account-form-holder--primary-dark {
		border-radius: 10px;
	}
}

/* Account Form Primary Dark */
.mmg-account-form-holder--primary-dark {
	background-color: #01476f;
}

.mmg-account-form-holder--primary-dark .mmg-account-form-title {
	font-size: 24px;
}

.mmg-account-form-holder--primary-dark .mmg-account-form__have-account {
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.mmg-account-form-holder--primary-dark .mmg-account-form-steps-labels__item--active {
	color: #001225 !important;
}

.mmg-account-form-holder--primary-dark .form-control {
	border-color: #d8d8d8;
	box-shadow: none;
	color: #001225 !important;
}

.mmg-account-form-holder--primary-dark .mmg-account-form__btn,
.editor-styles-wrapper .mmg-account-form-holder--primary-dark .mmg-account-form__btn {
	background: var(--wp--preset--color--mmg-secondary) !important;
	border: none;
	font-family: 'Museo Sans Bold', sans-serif;
	font-size: 16px;
	letter-spacing: 0.4px;
	padding: calc(0.9em + 2px) calc(2.8em + 2px);
	width: 100% !important;
}

@media (min-width: 782px) {
	.mmg-account-form-holder--primary-dark {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	}
}

/* Account Form Secondary */
.mmg-account-form-holder--secondary {
	background: #fff;
	color: var(--wp--preset--color--mmg-text-dark);
}

.mmg-account-form-holder--secondary .mmg-account-form-steps-labels__item {
	color: var(--wp--preset--color--mmg-primary);
}

.mmg-account-form-holder--secondary .mmg-account-form-steps-labels__item--active {
	background: var(--wp--preset--color--mmg-primary);
	border-color: var(--wp--preset--color--mmg-primary);
	color: #fff;
}

.mmg-account-form-holder--secondary .mmg-account-form__have-account a {
	color: var(--wp--preset--color--mmg-primary);
}

/* Account Form Secondary Orange*/
.mmg-account-form-holder--secondary-orange .mmg-account-form__btn,
.editor-styles-wrapper .mmg-account-form-holder--secondary-orange .mmg-account-form__btn {
	background: var(--wp--preset--color--mmg-secondary) !important;
	border-radius: 2px;
	box-shadow: 3px 3px 1px -1px var(--wp--preset--color--mmg-text-dark-blue);
	font-size: 21px;
	width: 100%;
	position: relative;
}

.mmg-account-form-holder--secondary-orange .mmg-account-form-steps-labels__item {
	color: var(--wp--preset--color--mmg-secondary);
}

.mmg-account-form-holder--secondary-orange .mmg-account-form-steps-labels__item--active {
	background: var(--wp--preset--color--mmg-secondary);
	border-color: var(--wp--preset--color--mmg-secondary);
	color: #fff;
}

.mmg-account-form-holder--secondary-orange .mmg-account-form__btn:hover {
	box-shadow: 3px 3px 4px 0 var(--wp--preset--color--mmg-text-dark-blue);
}

.mmg-account-form-holder--secondary-orange .mmg-account-form-title {
	color: var(--wp--preset--color--mmg-secondary);
	font-size: var(--wp--preset--font-size--2-x-large);
	margin-bottom: 1.3rem;
}

.mmg-account-form-holder--secondary-orange .mmg-account-form__have-account a,
.mmg-account-form-holder--secondary-orange .recaptcha-info a {
	color: var(--wp--preset--color--mmg-secondary);
}

/* Account Form Second Chance */
.mmg-account-form-holder--second-chance {
	border-radius: 10px;
	height: 100%;
}

.mmg-account-form-holder--second-chance .mmg-account-form__have-account-logged-in-txt {
	margin-bottom: 0.5rem;
	word-break: break-all;
}

.mmg-account-form-holder--second-chance .mmg-account-form-title {
	font-size: 22px;
	margin-bottom: 1.2rem;
}

.mmg-account-form-holder--second-chance .mmg-account-form__btn {
	font-family: 'Museo Sans Bold', sans-serif;
	font-size: 17px;
	margin-bottom: 0.6rem;
}

.mmg-account-form-holder--second-chance .mmg-account-form__agree a {
	color: var(--wp--preset--color--mmg-primary);
}

@media (min-width: 769px) {
	.mmg-account-form-holder--second-chance .mmg-account-form-title {
		font-size: 30px;
		margin-bottom: 1.8rem;
	}
}

/* Account Form Restyle 1 */
.mmg-account-form-restyle1 .block-mmbship-submit-btn,
.mmg-account-form-restyle1 .mmg-account-form__btn {
	background: var(--wp--preset--color--mmg-secondary) !important;
	max-width: 270px !important;
	border-radius: 5px;
	font-family: Specter, sans-serif;
	font-weight: 500;
	padding-top: 16px;
	padding-bottom: 16px;
}

.mmg-account-form-restyle1 .nsl-container-buttons {
	display: flex !important;
	flex-wrap: wrap;
	column-gap: 20px;
}

.mmg-account-form-restyle1 div.nsl-container .nsl-button-default div.nsl-button-label-container {
	font-size: 13px;
	margin-left: 0;
	margin-right: 10px;
}

.mmg-account-form-restyle1 .nsl-container {
	margin-top: 10px;
	padding-top: 24px;
}

.mmg-account-form-restyle1 .nsl-container:after {
	width: 80px;
}

.mmg-account-form-restyle1 .nsl-container:before {
	left: 18px;
	transform: translateX(0);
	color: #8d8d8d;
}

.mmg-account-form-restyle1 div.nsl-container-block-fullwidth .nsl-container-buttons a,
.mmg-account-form-restyle1 div.nsl-container-block .nsl-container-buttons a,
.mmg-account-form-restyle1 div.nsl-container .nsl-button {
	width: fit-content;
	flex-grow: 0;
	min-width: 200px;
}

.mmg-account-form-restyle1 .nsl-button {
	height: 40px;
	border: 1px solid #aab2ad;
}

.mmg-account-form-restyle1 div.nsl-container .nsl-button-google[data-skin="light"] {
	box-shadow: none;
}

.mmg-account-form-restyle1 .mmg-account-form-title {
	margin-bottom: 10px;
}

.mmg-account-form-restyle1 .mmg-account-form__have-account {
	line-height: 1;
}

/* Account Form No Spaces */
.mmg-account-form-no-sp .mmg-account-form-holder {
	padding: 0 !important;
	background: transparent;
}

/* Registration Socials */
.nsl-container {
	margin-top: 15px;
	padding-top: 30px;
	position: relative;
}

.nsl-container:before,
.nsl-container:after {
	position: absolute;
	display: block;
}

.nsl-container:before {
	background: #fff;
	content: "OR";
	left: 50%;
	font-size: 14px;
	transform: translateX(-50%);
	top: 0;
	width: 45px;
	z-index: 2;
}

.mmg-account-form-holder--primary .nsl-container:before {
	background: var(--wp--preset--color--mmg-primary);
}

.mmg-account-form-holder--primary-dark .nsl-container:before {
	background-color: #01476f;
}

.mmg-account-form-holder--secondary .nsl-container:before {
	background-color: #fff;
}

.nsl-container:after {
	content: "";
	border-top: 1px solid #e1e1e1;
	display: block;
	left: 0;
	position: absolute;
	top: 12px;
	width: 100%;
	z-index: 1;
}

.nsl-container-buttons {
	width: 100%;
}

.nsl-button,
.registration-form-container .nsl-container .nsl-button-default:hover {
	background-color: transparent !important;
}

.nsl-button {
	align-items: center;
	border: 1px solid;
	border-radius: 5px !important;
	display: flex !important;
	height: 50px;
	justify-content: center;
	transition: .2s;
}

.nsl-button:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, .12) inset !important;
}

.registration-form-container .nsl-button:hover {
	box-shadow: 0 3px 6px -3px rgba(0, 0, 0, .15) !important;
}

div.nsl-container .nsl-button-default,
.nsl-button:hover div.nsl-container .nsl-button-default {
	color: inherit !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
	flex-grow: unset !important;
}

.nsl-button-apple[data-skin="light"] svg rect {
	fill: transparent;
}

.mmg-account-form-holder--primary-dark .nsl-button-apple[data-skin="light"] svg path {
	fill: #fff;
}

div.nsl-container .nsl-button-apple[data-skin=light]:not(:hover) {
	box-shadow: none !important;
}

.nsl-button-facebook .nsl-button-svg-container svg,
.nsl-button-facebook .nsl-button-svg-container svg path {
	fill: #1b74e4;
}

div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
	background: transparent !important;
}

/*End Registration Socials */

.grecaptcha-badge {
	visibility: hidden;
}

.recaptcha-info {
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 0;
}

.recaptcha-info a,
.blue-text {
	color: var(--wp--preset--color--mmg-primary);
}

.mmg-account-form-holder--secondary .recaptcha-info a {
	color: var(--wp--preset--color--mmg-primary);
}

.red-border {
	border-color: #fb0909;
}

/* Temp */
.form-have-account-hidden .mmg-account-form__have-account {
	display: none !important;
}

.currency-format {
	font-size: 50%;
}

.currency-inline {
	display: inline-table;
}

del:not(.show-currency) .currency-format {
	display: none;
}

.disable-checkout {
	position: relative;
	opacity: 0.4;
	pointer-events: none;
}

.lets-encrypt-img {
	width: 150px;
	max-width: 100%;
}

/** Terms and Conditions checbox */
.mmg-msc-terms-conditions-checkbox abbr,
.mmg-osp-terms-conditions-checkbox abbr {
	color: #fb0909;
}

.mmg-osp-terms-conditions-checkbox .text-underline {
	text-decoration: underline;
}