
.ppress-hint-wrap[class*=hint--] {
	display: inline-block;
	position: relative;
}

.ppress-hint-wrap[class*=hint--]:after, .ppress-hint-wrap[class*=hint--]:before {
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: all .3s;
	position: absolute;
	transform: translate(0, 0);
}

.ppress-hint-wrap[class*=hint--]:hover:after, .ppress-hint-wrap[class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	transition-delay: .1s;
}

.ppress-hint-wrap[class*=hint--]:before {
	content: "";
	z-index: 1000001;
	background: 0 0;
	border: 6px solid rgba(0, 0, 0, 0);
	position: absolute;
}

.ppress-hint-wrap[class*=hint--]:after {
	color: #fff;
	white-space: nowrap;
	text-shadow: 0 -1px #000;
	background: #383838;
	padding: 8px 10px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}

.ppress-hint-wrap[class*=hint--][aria-label]:after {
	content: attr(aria-label);
}

.ppress-hint-wrap[class*=hint--][data-hint]:after {
	content: attr(data-hint);
}

.ppress-hint-wrap[aria-label=""]:after, .ppress-hint-wrap[aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
	display: none !important;
}

.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--top:before {
	border-top-color: #383838;
}

.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #383838;
}

.ppress-hint-wrap.hint--top:after, .ppress-hint-wrap.hint--top:before {
	bottom: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--top:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--top:after {
	transform: translate(-50%);
}

.ppress-hint-wrap.hint--top:hover:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--top:hover:after {
	transform: translate(-50%) translateY(-8px);
}

.ppress-hint-wrap.hint--bottom:after, .ppress-hint-wrap.hint--bottom:before {
	top: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--bottom:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--bottom:after {
	transform: translate(-50%);
}

.ppress-hint-wrap.hint--bottom:hover:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--bottom:hover:after {
	transform: translate(-50%) translateY(8px);
}

.ppress-hint-wrap.hint--right:before {
	border-right-color: #383838;
	margin-bottom: -6px;
	margin-left: -11px;
}

.ppress-hint-wrap.hint--right:after {
	margin-bottom: -14px;
}

.ppress-hint-wrap.hint--right:after, .ppress-hint-wrap.hint--right:before {
	bottom: 50%;
	left: 100%;
}

.ppress-hint-wrap.hint--right:hover:after, .ppress-hint-wrap.hint--right:hover:before {
	transform: translate(8px);
}

.ppress-hint-wrap.hint--left:before {
	border-left-color: #383838;
	margin-bottom: -6px;
	margin-right: -11px;
}

.ppress-hint-wrap.hint--left:after {
	margin-bottom: -14px;
}

.ppress-hint-wrap.hint--left:after, .ppress-hint-wrap.hint--left:before {
	bottom: 50%;
	right: 100%;
}

.ppress-hint-wrap.hint--left:hover:after, .ppress-hint-wrap.hint--left:hover:before {
	transform: translate(-8px);
}

.ppress-hint-wrap.hint--top-left:after, .ppress-hint-wrap.hint--top-left:before {
	bottom: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--top-left:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--top-left:after {
	margin-left: 12px;
	transform: translate(-100%);
}

.ppress-hint-wrap.hint--top-left:hover:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--top-left:hover:after {
	transform: translate(-100%) translateY(-8px);
}

.ppress-hint-wrap.hint--top-right:after, .ppress-hint-wrap.hint--top-right:before {
	bottom: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--top-right:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--top-right:after {
	margin-left: -12px;
	transform: translate(0);
}

.ppress-hint-wrap.hint--top-right:hover:after, .ppress-hint-wrap.hint--top-right:hover:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--bottom-left:after, .ppress-hint-wrap.hint--bottom-left:before {
	top: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--bottom-left:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--bottom-left:after {
	margin-left: 12px;
	transform: translate(-100%);
}

.ppress-hint-wrap.hint--bottom-left:hover:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--bottom-left:hover:after {
	transform: translate(-100%) translateY(8px);
}

.ppress-hint-wrap.hint--bottom-right:after, .ppress-hint-wrap.hint--bottom-right:before {
	top: 100%;
	left: 50%;
}

.ppress-hint-wrap.hint--bottom-right:before {
	margin-top: -11px;
	left: calc(50% - 6px);
}

.ppress-hint-wrap.hint--bottom-right:after {
	margin-left: -12px;
	transform: translate(0);
}

.ppress-hint-wrap.hint--bottom-right:hover:after, .ppress-hint-wrap.hint--bottom-right:hover:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--large:after, .ppress-hint-wrap.hint--medium:after, .ppress-hint-wrap.hint--small:after {
	white-space: normal;
	word-wrap: break-word;
	line-height: 1.4em;
}

.ppress-hint-wrap.hint--small:after {
	width: 80px;
}

.ppress-hint-wrap.hint--medium:after {
	width: 150px;
}

.ppress-hint-wrap.hint--large:after {
	width: 300px;
}

.ppress-hint-wrap.hint--error:after {
	text-shadow: 0 -1px #592726;
	background-color: #b34e4d;
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before {
	border-top-color: #b34e4d;
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before {
	border-left-color: #b34e4d;
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before {
	border-right-color: #b34e4d;
}

.ppress-hint-wrap.hint--warning:after {
	text-shadow: 0 -1px #6c5328;
	background-color: #c09854;
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before {
	border-top-color: #c09854;
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #c09854;
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before {
	border-left-color: #c09854;
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before {
	border-right-color: #c09854;
}

.ppress-hint-wrap.hint--info:after {
	text-shadow: 0 -1px #1a3c4d;
	background-color: #3986ac;
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before {
	border-top-color: #3986ac;
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before {
	border-left-color: #3986ac;
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before {
	border-right-color: #3986ac;
}

.ppress-hint-wrap.hint--success:after {
	text-shadow: 0 -1px #1a321a;
	background-color: #458746;
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before {
	border-top-color: #458746;
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before, .ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before {
	border-bottom-color: #458746;
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before {
	border-left-color: #458746;
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before {
	border-right-color: #458746;
}

.ppress-hint-wrap.hint--always:after, .ppress-hint-wrap.hint--always:before {
	opacity: 1;
	visibility: visible;
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after {
	transform: translate(-50%) translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after {
	transform: translate(-100%) translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before {
	transform: translateY(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after {
	transform: translate(-50%) translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after {
	transform: translate(-100%) translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before {
	transform: translateY(8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before {
	transform: translate(-8px);
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after, .ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before {
	transform: translate(8px);
}

.ppress-hint-wrap.hint--rounded:after {
	border-radius: 4px;
}

.ppress-hint-wrap.hint--no-animate:after, .ppress-hint-wrap.hint--no-animate:before {
	transition-duration: 0s;
}

.ppress-hint-wrap.hint--bounce:after, .ppress-hint-wrap.hint--bounce:before {
	-webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	-moz-transition: opacity .3s, visibility .3s, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s, visibility .3s, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}

.ppress-hint-wrap.hint--no-shadow:after, .ppress-hint-wrap.hint--no-shadow:before {
	text-shadow: initial;
	box-shadow: initial;
}

.ppress-checkout__form * {
	--ppress-heading-fs: 22px;
	--ppress-body-fs: 16px;
	--ppress-btn-color: #2563eb;
	box-sizing: border-box;
	font-size: var(--ppress-body-fs);
}

.ppress-checkout__form {
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	margin: 1px auto 10px;
	line-height: 20px;
	display: flex;
	position: relative;
}

.ppress-checkout__form p {
	margin: 0 0 5px;
	padding: 0;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__social_login_wrap {
	padding: 5px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap {
	flex-wrap: wrap;
	display: flex;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap {
	margin: 5px 0 10px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item {
	background-color: #eff6ff;
	border-radius: 6px;
	padding: 14px 16px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item p, .ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item a {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
	margin-bottom: 5px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item:last-of-type {
	margin-bottom: 15px;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item.ppress-login-submit-btn p {
	margin: 10px 0;
	padding: 0;
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_side_section {
	order: 2;
	width: 35%;
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main {
	order: 1;
	width: 65%;
	padding: 0 30px 0 0;
}

.ppress-checkout__form .ppress-checkout_order_summary {
	border: 1px solid #e5e7eb;
	border-radius: 5px;
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_name {
	font-size: var(--ppress-body-fs);
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 20px;
	font-weight: 700;
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_price {
	font-size: 14px;
	font-weight: 500;
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details * {
	font-size: var(--ppress-body-fs);
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details .checkout_order_summary__fee_structure__item dd a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt .checkout_order_summary__fee_structure__item__trial_term {
	background: unset;
	margin-left: 0;
	padding-left: 0;
	font-weight: 600;
	display: block;
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details, .ppress-checkout__form .ppress-checkout_order_summary__plan_description {
	padding: 10px 20px;
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_description {
	line-height: 1.7;
	font-size: var(--ppress-body-fs);
	border-bottom: 1px solid #e5e7eb;
	padding: 20px;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item {
	font-size: var(--ppress-body-fs);
	flex-wrap: nowrap;
	padding: 5px 0;
	display: flex;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt {
	text-align: left;
	width: 60%;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dd {
	text-align: right;
	width: 40%;
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt span {
	color: #4b5563;
	letter-spacing: .35px;
	background-color: #e5e7eb;
	border-radius: 9999px;
	margin-left: 5px;
	padding: 2px 6px;
	font-size: 12px;
}

.ppress-checkout__form .ppress-main-checkout-form__block fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset {
	border: 0;
	margin: 10px 0 0;
	padding: 20px 0 0;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:first-of-type {
	border: 0;
	margin-top: 10px;
	padding-top: 0;
}

.ppress-checkout__form .ppress-main-checkout-form__block legend {
	color: #000;
	font-size: var(--ppress-heading-fs);
	background: 0 0;
	border: 0;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 5px;
	font-weight: 700;
	line-height: 1.7;
	position: static;
}

.ppress-checkout__form .ppress-main-checkout-form__block legend span {
	font-size: var(--ppress-heading-fs);
}

.ppress-checkout__form .ppress-main-checkout-form__block a.ppress-checkout-show-login-form {
	cursor: pointer;
	float: right;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
}

.ppress-checkout__form .ppress-checkout_order_summary__discount {
	margin: 0 0 5px;
}

.ppress-checkout__form .ppress-checkout_order_summary__discount p {
	font-size: 14px;
}

.ppress-checkout__form .ppress-checkout__link {
	cursor: pointer;
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
}

.ppress-checkout__form a.ppress-checkout-show-login-form {
	cursor: pointer;
	float: right;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
	width: calc(100% - 5px);
	margin-bottom: 15px;
	padding: 5px;
	display: inline-block;
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
	margin-bottom: 10px;
}

.ppress-checkout-form__payment_method__content_wrap .ppress-main-checkout-form__block__item:first-of-type {
	margin-top: 15px;
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__item:last-of-type {
	margin-bottom: 0;
}

.ppress-checkout__form .ppress-required {
	color: #ef4444;
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-co-half {
	width: calc(50% - 5px);
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-two-third {
	width: calc(66.6667% - 5px);
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-one-third {
	width: calc(33.3333% - 5px);
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-expiry-date {
	width: calc(40% - 5px);
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-cc-cvc {
	width: calc(60% - 5px);
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date {
	flex-wrap: wrap;
	width: 100%;
	display: flex;
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MjgzNGQzMC03MmY4LTRkM2MtYTU4NC1lNzMzZDE1YjU2NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJGMzNGODgwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJGMzNGODcwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzAzN2MxMy01N2VhLTRiN2UtYjg3Yi04OGZhODk2NDYzZTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMTI0MmMzNy1mZTljLTExNzktYWE3NC1kYzYxZWJhMDdhNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ItaH1AAABFklEQVR42uzZuw3CMBAG4NhiAFiDAsahp0sqJOaghQ5mIkgwBmwQzlJAoLz8OCe29Z90urMb65MfjUVVVVkKIbNEAhBAAAEEEEAAoZjdyseG6olyEanhSZmL8npXzTzyDXnJRI6XVIhdApCdXK2XF2qKiBGFMojPiO5KTuUYIUI9VJn4nY0M80U0IBFh/hCtkAgwDUQnJGBMK6IXEiCmEzEICQjTi9CCBIAZRGhDJsRoIYwgE2C0EcaQETFGCCvICBhjhDXEI8YK4QTxgLFGOEMYMU4IFggDxhnBBnHAsCBYIRYYNgQ7xADDivAC0cCwI7xBejBeEF4hNWZL5VAP94Q4+1pL4FcXEEAAAQQQQAABxFu8BRgA2gaBhwO0rwAAAAAASUVORK5CYII=");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 10px;
	margin: 0 5px 0 0;
	width: calc(50% - 5px) !important;
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select.nitro-lazy {
	background-image: none !important;
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select:last-of-type {
	margin-right: 0;
}

.ppress-checkout__form label.checkout_order_summary__discount__label {
	width: 100%;
	line-height: 20px;
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap {
	margin-bottom: 20px;
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__place_order_wrap {
	margin: 20px 0 10px;
}

.ppress-checkout__form .ppress-checkout-section #ppress-paypal-button-element {
	margin: 16px 0 0;
}

.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]), .ppress-checkout__form .ppress-checkout-section select, .ppress-checkout__form .ppress-checkout-section textarea, .ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
	background-color: #fff;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	width: 100%;
	height: auto;
	padding: 8px 12px;
	line-height: 20px;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .05);
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ppress-checkout__form .ppress-checkout-section textarea {
	min-height: 100px;
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit] {
	background: var(--ppress-btn-color);
	background: var(--ppress-btn-color);
	background-color: var(--ppress-btn-color);
	color: #fff;
	box-shadow: none;
	text-align: center;
	-webkit-appearance: none;
	border-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: auto;
	padding: 12px 16px;
	font-weight: 500;
	display: block;
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit]:disabled {
	opacity: .65;
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox], .ppress-checkout__form .ppress-checkout-section input[type=radio] {
	vertical-align: middle;
	color: #4f46e5;
	border: 1px solid #d1d5db;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0 5px;
	display: inline-block;
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox] {
	cursor: pointer;
	border-radius: 0;
}

.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]):focus, .ppress-checkout__form .ppress-checkout-section textarea:focus, .ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element:focus {
	outline-offset: 2px;
	box-shadow: 0 0 0 0 #fff, 0 0 0 calc(1px + 0px) var(--ppress-btn-color), 0 0 rgba(0, 0, 0, 0);
	border-color: #2563eb;
	outline: 2px solid rgba(0, 0, 0, 0);
}

.ppress-checkout__form .ppress-checkout-section input[type=submit]:hover {
	filter: brightness(85%);
}

.ppress-checkout__form .ppress-checkout-section label {
	vertical-align: baseline;
	font-weight: 500;
	line-height: 25px;
	display: block;
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap label, .ppress-checkout__form .ppress-checkout-section .pp-radio-wrap label {
	display: inline-block;
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap .ppress-checkout-field__input, .ppress-checkout__form .ppress-checkout-section .pp-radio-wrap .ppress-checkout-field__input {
	margin-right: 5px;
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap input[type=text].checkout_order_summary__discount__input {
	width: 68%;
	display: inline-block;
}

.ppress-checkout__form .ppress-checkout-section input[type=submit].ppress-apply-discount-btn {
	color: #4b5563;
	background-color: #d1d5db;
	border: 0;
	border-radius: 6px;
	width: 25%;
	margin-left: 10px;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
}

.ppress-checkout__form .ppress-checkout_charge_details {
	padding: 10px 20px;
}

.ppress-checkout__form .ppress-checkout_charge_details span {
	font-weight: 700;
}

.ppress-checkout__form .ppress-checkout-form__payment_methods_wrap {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 5px 0 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	overflow: visible;
}

.ppress-checkout__form .ppress-checkout-form__payment_method {
	border-top: 1px solid #ddd;
	padding: 0;
}

.ppress-checkout__form .ppress-checkout-form__payment_method:first-of-type {
	border-top: none;
	border-bottom: none;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap {
	background: #fff;
	margin: 0;
	padding: 16px 8px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap:first-of-type {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__title_wrap {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__payment_method__title_wrap label {
	cursor: pointer;
	width: calc(100% - 30px);
	margin: 0;
	padding-top: 2px;
	padding-left: 5px;
	line-height: 1;
	display: inline-block;
	position: relative;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons {
	position: absolute;
	top: -5px;
	right: 20px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons img, .ppress-checkout__form .ppress-checkout-form__payment_method__icons svg {
	max-height: 22px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
	margin: 0 !important;
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap {
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	padding: 20px 10px;
	display: none;
	margin: 0 !important;
}

.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__content_wrap {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.25;
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__title_wrap input[type=radio] {
	vertical-align: bottom;
}

.ppress-checkout__form .ppress-checkout-form__payment_method.ppress-active .ppress-checkout-form__payment_method__content_wrap {
	display: block;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap label {
	line-height: 20px;
}

.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap .ppress-checkout-form__payment_method__heading {
	font-size: var(--ppress-body-fs);
	border-bottom: 1px solid #e4e4e4;
	margin: 15px 0;
	padding: 10px 5px;
	font-weight: 700;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap, .ppress-checkout__form .ppress-checkout-form__before_button_wrap {
	border: 0;
	margin: 0;
	padding: 40px 0 0;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap+.ppress-checkout-form__before_button_wrap {
	padding-top: 0;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap .ppress-checkout-form__terms_condition__checkbox__label span, .ppress-checkout__form .ppress-checkout-form__before_button_wrap .ppress-checkout-form__before_button__checkbox__label span {
	vertical-align: middle;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition__content {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	max-height: 200px;
	margin: 0 0 20px;
	padding: 20px;
	display: none;
	overflow: auto;
}

.ppress-checkout__form .ppress-checkout-form__terms_condition__checkbox_wrap, .ppress-checkout__form .ppress-checkout-form__before_button__checkbox_wrap {
	margin: 0 0 20px;
}

.ppress-checkout__form .ppress-checkout__form__preloader {
	z-index: 99995;
	background: rgba(250, 250, 250, .9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ppress-checkout__form .ppress-checkout__form__spinner {
	text-align: center;
	width: 85px;
	height: 85px;
	margin: auto;
	display: block;
	position: fixed;
	top: 40%;
	right: 50%;
}

.ppress-checkout__form .ppress-checkout__form__spinner:after {
	content: " ";
	border: 6px solid #212529;
	border-color: #212529 rgba(0, 0, 0, 0);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: 8px;
	animation: 1.2s linear infinite ppress-dual-ring;
	display: block;
}

@keyframes ppress-dual-ring {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.ppress-checkout__form .ppress-checkout-alert, .ppress-checkout__form .ppress-alert {
	border-radius: 6px;
	width: 100%;
	margin: 10px 0;
	padding: 12px 16px;
}

.ppress-checkout__form .ppress-checkout-alert ul, .ppress-checkout__form .ppress-alert ul {
	margin: 0 0 0 16px;
	padding: 0;
	list-style-type: disc;
}

.ppress-checkout__form .ppress-checkout-alert li, .ppress-checkout__form .ppress-alert li, .ppress-checkout__form .ppress-checkout-alert p, .ppress-checkout__form .ppress-alert p, .ppress-checkout__form .ppress-checkout-alert li strong, .ppress-checkout__form .ppress-alert li strong {
	font-size: var(--ppress-body-fs);
	font-weight: 400;
	line-height: 22px;
	margin: 0 !important;
	padding: 0 !important;
}

.ppress-checkout__form .ppress-checkout-alert li strong, .ppress-checkout__form .ppress-alert li strong {
	font-weight: 700;
}

.ppress-checkout__form .ppress-checkout-alert.ppress-error, .ppress-checkout__form .ppress-alert.ppress-error {
	color: #b91c1c;
	background-color: #fef2f2;
}

.ppress-checkout__form .ppress-checkout-alert.ppress-success, .ppress-checkout__form .ppress-alert.ppress-success {
	color: #065f46;
	background-color: #ecfdf5;
}

.ppress-checkout-alert.ppress-warning, .ppress-alert.ppress-warning {
	color: #a16207;
	background-color: #fefce8;
	border-left: 4px solid #facc15;
	border-radius: 0;
}

.ppress-checkout__form .ppress-checkout-alert p, .ppress-checkout__form .ppress-alert p {
	font-weight: 500;
}

.ppress-checkout__form .ppress-checkout_order_summary #ppress-checkout-coupon-code-wrap {
	display: none;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	display: flex !important;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span_wrap {
	align-items: center;
	padding-left: 10px;
	display: flex;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span {
	flex-direction: column;
	font-size: 1rem;
	line-height: 20px;
	display: flex;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__title {
	font-weight: 500;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_wrap {
	order: 2;
	margin-top: 0;
	margin-left: auto;
	font-size: 1rem;
	line-height: 20px;
	display: flex;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_amount {
	font-weight: 500;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_duration {
	margin-left: 4px;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:not(:first-child) {
	margin-top: 16px;
	margin-bottom: 0;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label input[type=radio] {
	height: auto !important;
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:has(input[type=radio]:checked) {
	border-width: 2.5px;
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
	width: 100%;
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
	order: 1;
	margin-bottom: 15px;
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main, .ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
	order: 2;
	padding-right: 0;
}

.ppress-checkout__form.ppressui340 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item, .ppress-checkout__form.ppressui500 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item, .ppress-checkout__form.ppressui768 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
	width: 100%;
}

.profilepress-myaccount-orders-subs, .profilepress-myaccount-orders-subs * {
	font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-top: 16px;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .05);
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap:first-child {
	margin-top: 0;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header p {
	margin-bottom: 8px;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header-wrap {
	border-color: #e5e7eb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 8px;
	padding: 16px;
	display: grid;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details {
	grid-column: span 2/span 2;
	grid-template-columns: auto auto auto;
	column-gap: 16px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	display: grid;
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-header--actions a:not(a:first-child) {
	margin-left: 8px;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dt {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd {
	margin: 4px 0 0;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions {
	grid-column: span 2/span 2;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a, .profilepress-myaccount-orders-subs a.ppress-myac-action {
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	padding: 6px 8px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .05);
}

.profilepress-myaccount-orders-subs a.ppress-myac-action {
	margin-right: 5px;
	display: inline-block;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content {
	flex: 1;
	align-items: flex-start;
	padding: 16px;
	font-size: 14px;
	line-height: 20px;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header {
	justify-content: space-between;
	font-weight: 500;
	display: flex;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-product-name {
	font-size: 14px;
	font-weight: 500;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap p.ppress-my-account-order-sub-product-price {
	margin-top: 0 !important;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content p {
	margin: 8px 0 0;
	display: block;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-wrap {
	align-items: flex-start;
	display: flex;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd span {
	color: #1f2937;
	background-color: #f3f4f6;
	border-radius: 6px;
	margin: 0;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 500;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .active span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .trialling span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .completed span {
	color: #166534;
	background-color: #dcfce7;
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .refunded span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .expired span, .profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .cancelled span {
	color: #991b1b;
	background-color: #fee2e2;
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap {
	text-align: right;
	padding: 10px 0;
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers {
	border: 1px solid #d1d5db;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 20px;
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers.current {
	color: #6b7280;
	background-color: #eeeeec;
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .ppress-material-icons {
	vertical-align: middle;
	margin: 0;
}

table.ppress-details-table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, .05);
}

.ppress-details-table thead {
	background-color: #f9fafb;
}

.ppress-details-table thead tr th {
	text-align: left;
	background-color: #f9fafb;
	padding: 14px 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.ppress-details-table thead th, .ppress-details-table tr td {
	border: 1px solid #e5e7eb;
	padding: 16px;
}

.ppress-details-table thead th {
	text-align: left;
	vertical-align: bottom;
	background: #e5e7eb;
}

.ppress-details-table-wrap .ppress-details-table tr:nth-of-type(odd) {
	background-color: #f9fafb;
}

.ppress-details-table tr td:first-child {
	font-weight: 700;
}

.ppress-details-table td:last-child {
	width: 70%;
}

.ppress-details-table p {
	margin: 5px 0 0;
}

.ppress-details-table p:first-child {
	margin-top: 0;
}

.ppress-details-table .ppress-billing-title {
	font-weight: 500;
}

.ppress-details-table .ppress-sub-info {
	color: #4b5563;
	background-color: #e5e7eb;
	border-radius: 9999px;
	margin-left: 5px;
	padding: 4px 8px;
	font-size: 14px;
}

.ppress-material-icons, .pp-form-field-wrap .pp-form-material-icons, #profilepress-myaccount-wrapper .ppmyac-icons {
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
	direction: ltr;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	font-family: Material Icons !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	display: inline-block !important;
}

.pp-tab-widget-avatar img {
	text-align: center;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	padding: 2px;
	display: block;
	float: none !important;
	margin: 0 auto 10px !important;
}

.pp-user-panel {
	text-align: center;
	border-radius: 6px;
}

.pp-user-panel-title {
	margin: 0;
	font-size: 20px;
}

.pp-user-panel p {
	margin-bottom: 23px;
	font-size: 15px;
}

.pp-tabbed-btn {
	-webkit-font-smoothing: subpixel-antialiased;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.pp-tabbed-btn-inverse {
	background-color: #34495e;
	color: #fff !important;
}

.pp-password-reset-handler-wrap .pp-reset-password-form {
	max-width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 40px;
}

.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
	color: #444;
	margin: 0 auto 40px;
	font-weight: 300;
}

.pp-password-reset-handler-wrap .pp-reset-password-form label {
	color: #444;
	font-size: 15px;
}

.pp-password-reset-handler-wrap .pp-reset-password-form label .req {
	color: red;
	margin: 2px;
}

.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
	opacity: 0;
}

.pp-password-reset-handler-wrap .pp-reset-password-form input {
	box-sizing: border-box;
	background: 0 0;
	border: 1px solid #a0b3b0;
	border-radius: 0;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding: 5px 10px;
	font-size: 22px;
	transition: border-color .25s, box-shadow .25s;
	display: block;
}

.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
	border-color: #1ab188;
	outline: 0;
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	-webkit-appearance: none;
	text-shadow: none;
	box-shadow: none;
	background: #1ab188;
	border: 0;
	border-radius: 0;
	outline: none;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 600;
	transition: all .5s;
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover, .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus {
	background: #179b77;
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
	width: 100%;
	display: block;
}

.pp-password-reset-handler-wrap .profilepress-reset-status {
	max-width: 420px;
	margin-left: 40px;
}

#pp-pass-strength-result {
	color: #23282d;
	text-align: center;
	box-sizing: border-box;
	background-color: #eee;
	border: 1px solid #ddd;
	width: 100%;
	padding: 3px 5px;
}

#pp-pass-strength-result.short {
	opacity: 1;
	background-color: #f1adad;
	border-color: #e35b5b;
}

#pp-pass-strength-result.bad {
	opacity: 1;
	background-color: #fbc5a9;
	border-color: #f78b53;
}

#pp-pass-strength-result.good {
	opacity: 1;
	background-color: #ffe399;
	border-color: #ffc733;
}

#pp-pass-strength-result.strong {
	opacity: 1;
	background-color: #c1e1b9;
	border-color: #83c373;
}

.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
	color: red;
	font-weight: 400;
}

.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {
	cursor: pointer;
}

.pp-form-wrapper p {
	margin: 0 0 5px !important;
	padding: 0 !important;
}

.pp-form-wrapper textarea, .pp-form-wrapper select, .pp-form-wrapper input[type=text], .pp-form-wrapper input[type=password], .pp-form-wrapper input[type=email], .pp-form-wrapper input[type=url], .pp-form-wrapper input[type=search], .pp-form-wrapper input[type=tel], .pp-form-wrapper input[type=number], .pp-form-wrapper input[type=datetime] {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #dedee5;
	outline: none;
	width: 100%;
	padding: 13px 15px;
	line-height: 1;
}

.pp-form-wrapper select {
	border: 1px solid #dedee5;
	outline: none;
	width: 100%;
	padding: 13px 15px;
	line-height: 1;
	appearance: none !important;
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/frontend/arrow-down.png") !important;
	background-position: right 20px center !important;
	background-repeat: no-repeat !important;
	background-size: 10px !important;
}

.pp-form-wrapper select.nitro-lazy {
	background-image: none !important;
}

.pp-form-wrapper .pp-form-label-wrap {
	margin: 0 0 4px;
	padding: 0;
}

.pp-form-wrapper .pp-form-label {
	text-transform: none;
	text-align: left;
	float: none;
	cursor: pointer;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	display: inline;
}

.pp-form-wrapper .pp-checkbox-wrap, .pp-form-wrapper .pp-radio-wrap {
	text-align: left;
	margin: 5px 0;
	padding: 0;
	line-height: normal;
	display: block;
}

.pp-form-wrapper .pp-checkbox-wrap label, .pp-form-wrapper .pp-radio-wrap label {
	margin-left: 5px;
}

.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {
	vertical-align: baseline;
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	width: 14px !important;
	height: 14px !important;
}

.pp-form-wrapper .ppress-pf-profile-connect {
	padding: 5px 0 10px;
}

.pp-form-wrapper a.ppress-pf-social-icon {
	width: 100%;
	height: 100%;
	display: inline;
}

.pp-form-wrapper .ppress-pf-social-icon svg {
	vertical-align: middle;
	width: 40px;
	height: 40px;
}

.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-github svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-threads svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-bluesky svg, .pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg {
	padding: 3px;
}

a.pp-button-social-login:focus {
	outline-color: rgba(0, 0, 0, 0);
}

a.pp-button-social-login:focus .ppsc, a.pp-button-social-login:hover .ppsc {
	background-color: rgba(255, 255, 255, .75);
}

a.pp-button-social-login:visited {
	color: #fff;
}

a.pp-button-social-login {
	vertical-align: middle;
	white-space: nowrap;
	box-sizing: content-box;
	cursor: pointer;
	background: #333;
	border: 1px solid #333;
	border-radius: 2px;
	height: 2.5em;
	margin: 6px 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: 700;
	line-height: 2.5em;
	display: inline-block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	color: #fff !important;
	text-decoration: none !important;
}

a.pp-button-social-login .ppsc {
	text-transform: none;
	vertical-align: top;
	text-align: center;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 1.8em 1.8em;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	width: 2.5em;
	height: 2.5em;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	left: 0;
}

a.pp-button-social-login span.ppsc-text {
	margin-left: 40px;
	padding: .5em;
	color: #fff !important;
}

a.pp-button-social-login {
	min-width: 220px;
}

a.pp-button-social-login .ppsc-google {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/google.svg");
}

a.pp-button-social-login .ppsc-google.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login.pp-button-social-login-google {
	background: #4285f4;
	border-color: #4285f4;
}

a.pp-button-social-login.pp-button-social-login-facebook {
	background: #3b5998;
	border-color: #3b5998;
}

a.pp-button-social-login.pp-button-social-login-twitter {
	background: #000;
	border-color: #000;
}

a.pp-button-social-login.pp-button-social-login-linkedin {
	background: #0077b5;
	border-color: #0077b5;
}

a.pp-button-social-login.pp-button-social-login-microsoft {
	background: #404040;
	border-color: #404040;
}

a.pp-button-social-login.pp-button-social-login-amazon {
	background: #f9991d;
	border-color: #f9991d;
}

a.pp-button-social-login.pp-button-social-login-vk {
	background: #4a76a8;
	border-color: #4a76a8;
}

a.pp-button-social-login.pp-button-social-login-wordpresscom {
	background: #0675c4;
	border-color: #0675c4;
}

a.pp-button-social-login.pp-button-social-login-yahoo {
	background: #430297;
	border-color: #430297;
}

a.pp-button-social-login.pp-button-social-login-github {
	background: #24292e;
	border-color: #24292e;
}

a.pp-button-social-login .ppsc-vk {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg");
}

a.pp-button-social-login .ppsc-vk.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-microsoft {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/microsoft.svg");
}

a.pp-button-social-login .ppsc-microsoft.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-amazon {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/amazon.svg");
}

a.pp-button-social-login .ppsc-amazon.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-yahoo {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/yahoo.svg");
}

a.pp-button-social-login .ppsc-yahoo.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-wordpresscom {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/wpcom.svg");
}

a.pp-button-social-login .ppsc-wordpresscom.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-facebook {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/facebook.svg");
}

a.pp-button-social-login .ppsc-facebook.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-twitter {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/x.svg");
}

a.pp-button-social-login .ppsc-twitter.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-linkedin {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/linkedin.svg");
}

a.pp-button-social-login .ppsc-linkedin.nitro-lazy {
	background-image: none !important;
}

a.pp-button-social-login .ppsc-github {
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/github-fa.svg");
}

a.pp-button-social-login .ppsc-github.nitro-lazy {
	background-image: none !important;
}

.pp-form-container *, .pp-form-container .pp-form-wrapper, .pp-form-container .pp-form-wrapper * {
	box-sizing: border-box;
}

html .pp-form-container .select2 input.select2-search__field {
	border: 0 !important;
}

.pp-form-container form input[type=submit] {
	-webkit-appearance: none !important;
}

.pp-form-container form {
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .pp-form-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pp-form-container form input, .pp-form-container form select, .pp-form-container form textarea {
	float: none;
	height: auto;
	box-shadow: none;
	text-shadow: none;
	text-transform: none;
	resize: vertical;
	background-image: none;
	outline: none;
	text-decoration: none;
	position: static;
}

.pp-form-container form input.nitro-lazy, .pp-form-container form select.nitro-lazy, .pp-form-container form textarea.nitro-lazy {
	background-image: none !important;
}

.pp-form-container form p {
	margin: 0 0 .5em;
}

.pp-form-container form input[type=submit] {
	cursor: pointer;
	text-shadow: none;
}

.pp-form-container form input[type=submit]:focus {
	outline: 0;
}

.pp-form-container .pp-user-avatar {
	text-align: center !important;
	border-radius: 50% !important;
	margin: 0 auto 10px !important;
	display: block !important;
}

.pp-form-container img.pp-user-cover-image {
	width: 100% !important;
	height: auto !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox], #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
	color: #555 !important;
	clear: none !important;
	cursor: pointer !important;
	text-align: center !important;
	vertical-align: middle !important;
	-webkit-appearance: none !important;
	background: #fff !important;
	border: 1px solid #7e8993 !important;
	border-radius: 4px !important;
	outline: 0 !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	transition: border-color 50ms ease-in-out !important;
	display: inline-block !important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio], .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
	border-radius: 50% !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked:before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked:before {
	position: static;
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E") !important;
	width: 20px !important;
	height: 20px !important;
	margin: -3px 0 0 -4px !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked:before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked:before {
	content: "";
	background-color: #000 !important;
	border-radius: 50% !important;
	width: 8px !important;
	height: 8px !important;
	margin: 3px !important;
	line-height: 1.14286 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked:before, #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked:before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked:before, .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked:before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: none;
	float: left !important;
	vertical-align: middle !important;
	display: inline-block !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch, .pp-form-container .pp-form-wrapper.ppBuildScratch * {
	font-family: Merriweather, sans-serif;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline, .pp-form-container .pp-form-wrapper.ppBuildScratch h1, .pp-form-container .pp-form-wrapper.ppBuildScratch h2, .pp-form-container .pp-form-wrapper.ppBuildScratch h3, .pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: 700;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
	text-align: center;
	margin-top: 0;
	margin-right: 6.387%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
	opacity: .5;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch {
	color: #222;
	background: #fff;
	border-radius: 3px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 6% 0 6% 6%;
	font-size: 14px;
	position: relative;
	box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px rgba(50, 55, 90, .2);
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
	box-shadow: none;
	border-radius: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
	vertical-align: top;
	width: 100%;
	padding: 0 6.387% 4% 0;
	display: inline-block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
	padding-bottom: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
	margin: 0 0 5px;
	padding: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description {
	display: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description {
	display: block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description {
	display: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {
	font-weight: 400;
	display: inline;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {
	vertical-align: top;
	margin: 0;
	padding: 0;
	font-size: 110%;
	display: inline;
	position: relative;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {
	position: relative;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
	z-index: 2;
	position: absolute;
	top: 5px;
	left: 15px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
	left: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 18px;
	padding-bottom: 2px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 23px;
	padding-bottom: 7px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
	padding-top: 30px;
	padding-bottom: 10px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
	width: 50%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {
	width: 33.3333%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
	color: #69717a;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.3;
	transition: all .35s;
	display: inline-block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
	height: 100px;
	overflow: auto;
}

.pp-form-field-wrap .pp-form-material-icons {
	cursor: text;
	width: 24px;
	height: 24px;
	margin: 8px 12px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
	padding-right: 40px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
	padding-left: 40px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
	padding-left: 30px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
	padding-right: 30px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
	margin-left: 12px;
	left: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
	margin-left: 0 !important;
	left: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {
	margin-right: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {
	margin-top: 10px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
	margin-top: 18px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {
	cursor: pointer;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
	border-radius: 25px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {
	border-radius: 6px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {
	border: 0 !important;
	border-bottom: 1px solid #dbdbdb !important;
	padding-left: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple {
	border: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {
	box-shadow: none !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {
	background: #f7f7f7 !important;
	border: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
	height: 150px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {
	height: 200px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
	border: 1px solid #999;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
	float: none;
	color: #444;
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	display: block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
	display: inline-block;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {
	display: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
	color: #fff;
	text-align: center;
	background: #000;
	border: none;
	width: auto;
	min-width: 110px;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: all .15s ease-in-out;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit], .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
	border-radius: 25px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit] {
	border-radius: 6px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus {
	color: #000;
	background-color: #ededed;
	text-decoration: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
	margin: 0 0 5px;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container {
	margin: 0;
	padding: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type, .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
	margin-bottom: 0;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
	color: #666;
	text-align: left;
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {
	width: 100%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
	margin-top: 4%;
	margin-bottom: 4%;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
	margin: 0;
	display: block;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	width: 100% !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
	border-bottom-right-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {
	margin-bottom: 1.5em !important;
}

#profilepress-myaccount-wrapper, #profilepress-myaccount-wrapper *, #profilepress-myaccount-wrapper :after, #profilepress-myaccount-wrapper :before {
	box-sizing: border-box;
}

#profilepress-myaccount-wrapper {
	font-size: 16px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-row {
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav {
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
	width: 100%;
	text-align: inherit;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .13);
	margin-bottom: -1px;
	padding: .75em 1.25em;
	display: block;
	position: relative;
	text-decoration: none !important;
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
	border-bottom-right-radius: .25em;
	border-bottom-left-radius: .25em;
	margin-bottom: 0;
}

#profilepress-myaccount-wrapper .ppmyac-icons {
	vertical-align: text-bottom;
	margin-right: .5em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width:576px) {
	#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content {
	width: 100%;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

@media (min-width:576px) {
	#profilepress-myaccount-wrapper .profilepress-myaccount-content {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
	text-align: center;
	margin-bottom: 20px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {
	border-radius: 999px;
	width: 120px;
	height: 120px;
	display: inline-block;
	float: none !important;
	margin: 0 !important;
	position: static !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
	text-shadow: none;
	box-shadow: none;
	outline: none;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h2, #profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
	margin-top: 0 !important;
	margin-bottom: 1em !important;
	font-size: 2em !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {
	margin-bottom: 2em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {
	padding-right: 1em;
	display: inline;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {
	color: inherit;
	padding: 0 0 10px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {
	border-bottom: 3px solid #6c757d;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
	margin-bottom: 1em !important;
	font-size: 1.2em !important;
	font-weight: 500 !important;
}

.profilepress-myaccount-alert, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
	border-radius: .25em;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0) !important;
	margin-bottom: 1em !important;
	padding: .75em 1.25em !important;
}

.profilepress-myaccount-alert.pp-alert-danger, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.profilepress-myaccount-alert.pp-alert-success, .profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {
	margin-top: .5em;
	margin-bottom: 1em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {
	background-color: #eee;
	min-height: 250px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .13);
	border-radius: .25em;
	margin-bottom: 0;
	padding: .75em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {
	width: 100%;
	height: auto;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {
	margin-top: .5em;
	margin-bottom: .5em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {
	margin-bottom: 2em;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {
	margin-bottom: .2em;
	font-weight: 500;
	display: block;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label {
	display: inline;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]), #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25em;
	width: 100%;
	height: calc(2.25em + 2px);
	padding: .375em .75em;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	display: block;
	overflow: visible;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .13);
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
	resize: vertical !important;
	height: auto !important;
	min-height: 100px !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus, #profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus, #profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus {
	box-shadow: none;
	background-color: #fff;
	border-color: #bbb;
	outline: 0;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
	cursor: pointer;
	width: auto;
	display: inline-block;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	text-decoration: none;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {
	width: 100%;
	height: calc(2.25em + 2px);
	margin-bottom: 0;
	display: inline-block;
	position: relative;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: calc(2.25em + 2px);
	margin: 0;
	position: relative;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {
	z-index: 1;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25em;
	height: calc(2.25em + 2px);
	padding: .375em .75em;
	font-weight: 400;
	line-height: 1.5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label:after {
	box-sizing: border-box;
	z-index: 3;
	color: #495057;
	content: "Browse";
	border-left: inherit;
	background-color: #e9ecef;
	border-radius: 0 .25em .25em 0;
	height: 2.25em;
	padding: .375em .75em;
	line-height: 1.5;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]:after {
	content: attr(data-browse);
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {
	margin: 0 0 0 .381982em;
	display: inline-block;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {
	flex-direction: column;
	margin: 1em 0 0;
	padding-left: 0;
	display: flex;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .13);
	border-radius: .25em;
	margin-bottom: 0;
	padding: .75em 1.25em;
	position: relative;
	justify-content: space-between !important;
	display: flex !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	min-height: 100%;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	text-shadow: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	background-color: #6c757d;
	border: 1px solid #6c757d;
	border-radius: .2em;
	padding: .25em .5em;
	font-size: .875em;
	font-weight: 400;
	line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	display: inline-block;
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {
	margin-top: .75em !important;
	margin-bottom: 0 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {
	border-radius: .25em;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .13);
}

.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap {
	text-align: center;
	width: 250px;
}

.pp-form-container .pp-field-user-avatar-picture-wrap {
	width: 250px;
	height: auto;
	margin: auto;
	position: relative;
}

.pp-form-container .pp-field-user-cover-image-wrap {
	margin: auto;
	position: relative;
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 0 1px #666;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 16px;
	line-height: 21px;
	position: absolute;
	top: 0;
	left: 0;
}

.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
	border-radius: 0;
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
	width: 100%;
	height: 100%;
	display: table;
}

.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins, .pp-field-user-cover-image-wrap .pp-cover-image-overlay ins {
	display: none;
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
	vertical-align: middle;
	height: 100%;
	display: table-cell;
	color: #fff !important;
	background: 0 0 !important;
	border-bottom: none !important;
	text-decoration: none !important;
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons, .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {
	cursor: pointer;
	color: #fff !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	font-size: 35px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	right: auto !important;
}

html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
	border: 0 !important;
	height: auto !important;
}

.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
	box-shadow: none !important;
	border: 0 !important;
}

.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
	height: auto;
	line-height: normal;
}

.pp-form-wrapper.pp-member-directory {
	opacity: 0;
}

.pp-form-wrapper.ppress-default-profile {
	box-sizing: border-box;
	color: #666;
	opacity: 0;
	width: 100%;
	max-width: 1000px;
	margin-bottom: 30px;
	font-size: 15px;
}

.pp-form-wrapper.ppress-default-profile * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

.pp-form-wrapper.ppress-default-profile a, .pp-form-wrapper.ppress-default-profile a:hover {
	text-decoration: none !important;
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
	box-sizing: border-box;
	background-color: #eee;
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
	text-align: center;
	overflow: hidden;
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
	border-radius: 0;
	width: 100%;
	margin: 0;
	display: block;
	overflow: hidden;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
	box-sizing: content-box;
	border-bottom: 2px solid #eee;
	min-height: 85px;
	padding: 0 0 25px;
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
	vertical-align: middle;
	z-index: 66;
	height: 30px;
	margin-right: 10px;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 15px;
	right: 0;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {
	font-size: 30px;
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
	color: #aaa;
	border-bottom: 0;
	text-decoration: none;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover, .pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
	color: #007bff;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
	float: left;
	box-sizing: border-box;
	width: 200px;
	height: 200px;
	margin: 0 0 0 30px;
	position: absolute;
}

.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo {
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
	width: 100%;
	height: auto;
	box-shadow: none;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 100%;
	margin: 0;
	display: block;
	overflow: hidden;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
	-ms-word-break: break-all;
	word-break: break-word;
	word-wrap: break-word;
	padding-right: 30px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
	color: #999;
	padding: 10px 0 0;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
	color: #555;
	margin-right: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7em;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
	clear: both;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
	margin: 0 5px;
	font-size: 14px;
	line-height: .1;
	display: inline-block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
	margin: 0 5px 0 0;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1.4em;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
	text-align: center;
	background: #444;
	padding: 10px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
	color: #fff;
	float: left;
	border-bottom: 0;
	border-radius: 4px;
	margin-left: 5px;
	padding: 6px 10px 6px 28px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	position: relative;
	text-decoration: none !important;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
	background: #555;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
	height: 18px;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	position: absolute;
	left: 10px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {
	padding-left: 5px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
	background: #007bff;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
	max-width: 600px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note, .pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item {
	text-align: center;
	color: #666;
	padding-top: 20px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {
	height: 70px;
	font-size: 70px;
	line-height: 70px;
	display: inline-block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span, .pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span {
	color: #888;
	margin-top: 10px;
	font-size: 16px;
	display: block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
	border: none !important;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
	margin: 0 0 30px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
	padding: 15px 0 0;
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
	border-bottom: 2px solid #eee;
	margin: 0 0 8px;
	padding-bottom: 4px;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	display: block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
	float: left;
	text-align: center;
	width: 24px;
	height: 22px;
	margin: 0 8px 0 0;
	line-height: 18px;
	display: inline-block;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
	font-size: 22px;
	position: relative;
	top: 1px;
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {
	float: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
	text-align: center !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
	padding: 0 !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a {
	border-radius: 0 !important;
	margin-left: 0 !important;
	padding: 10px 16px !important;
}

.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {
	text-align: center !important;
	margin-top: -30px !important;
	padding: 0 !important;
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	padding-top: 0 !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
	float: none !important;
	margin-right: 0 !important;
	font-size: 18px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
	padding: 0 20px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
	float: none !important;
	text-align: center !important;
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto !important;
	position: relative !important;
	top: -40px !important;
	left: auto !important;
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	width: 120px !important;
	height: 120px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
	font-size: 12px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons {
	height: 20px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	margin-top: 0 !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
	padding: 0 !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
	border-radius: 0 !important;
	margin-left: 0 !important;
	padding: 10px 16px !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
	height: 22px !important;
	font-size: 22px !important;
	line-height: 22px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	width: 120px !important;
	height: 120px !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
	float: none !important;
	width: 100px !important;
	height: 100px !important;
	margin: 0 auto !important;
	display: block !important;
	position: relative !important;
	top: -40px !important;
	left: 0 !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {
	text-align: center !important;
	margin-top: -30px !important;
	padding: 0 !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
	float: none !important;
	margin-right: 0 !important;
	font-size: 21px !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
	padding-top: 10px !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
	padding: 0 20px !important;
	display: block !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
	font-size: 12px !important;
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
	height: 20px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
	margin-top: 0 !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
	padding: 0 !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
	border-radius: 0 !important;
	margin-left: 0 !important;
	padding: 10px 20px !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
	width: 140px !important;
	height: 140px !important;
	top: -70px !important;
}

.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
	top: auto !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
	padding-top: 10px !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
	font-size: 12px !important;
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {
	height: 20px !important;
	font-size: 20px !important;
	line-height: 20px !important;
	display: block !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
	width: 140px !important;
	height: 140px !important;
	top: -70px !important;
}

.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
	margin-top: -50px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
	padding: 5px 11px !important;
	font-size: 12px !important;
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons, .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
	font-size: 14px !important;
}

.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title, .ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
	font-size: 10px !important;
}

.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item a, .pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head {
	line-height: 20px;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
	text-align: center;
	padding-top: 30px;
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
	text-align: center;
	text-transform: none;
	color: #fff;
	background: #007bff;
	border: none;
	border-radius: 4px;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	padding: 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1em;
	text-decoration: none;
	transition: all .25s;
	display: block;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
	color: inherit;
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap {
	display: none;
}

.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {
	flex-flow: row;
	justify-content: flex-start;
	align-items: baseline;
	margin: 0 0 10px;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
	justify-content: flex-end;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 60%;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {
	flex: 1;
	min-width: 90px;
	max-width: 85%;
	margin: 0 10px 0 0;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {
	-webkit-appearance: textfield;
	background-color: #fff;
	border-radius: 2px;
	width: 100%;
	position: static;
	cursor: text !important;
	box-sizing: border-box !important;
	height: 40px !important;
	box-shadow: none !important;
	outline: none !important;
	margin: 0 !important;
	padding: 0 12px !important;
	font-size: 15px !important;
	display: block !important;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {
	width: auto;
	min-width: 15%;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {
	flex-flow: row;
	flex: 5;
	justify-content: flex-start;
	align-items: baseline;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {
	cursor: pointer;
	flex-flow: row;
	justify-content: flex-start;
	align-items: baseline;
	display: flex;
	position: relative;
}

.pp-member-directory .ppressmd-member-directory-header a {
	box-shadow: none;
	border-bottom: none;
	text-decoration: none;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {
	vertical-align: middle;
	display: inline;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {
	text-align: right;
	flex-flow: row;
	flex: 2;
	justify-content: flex-end;
	align-items: baseline;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {
	cursor: pointer;
	flex-flow: row;
	justify-content: flex-start;
	align-items: baseline;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {
	margin: 0 5px 0 0;
}

.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up, .ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {
	display: none;
}

.ppressmd-new-dropdown {
	z-index: 10;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: auto;
	margin: 0;
	font-size: 16px;
	display: none;
	position: absolute;
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .07);
}

.ppressmd-new-dropdown ul {
	margin: 0;
	padding: 0;
}

.ppressmd-new-dropdown ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {
	width: 200px;
	top: 24px;
	left: -12px;
}

.ppressmd-new-dropdown ul li a {
	padding: 8px 12px;
	line-height: 1;
	display: block;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
	padding: 0 0 10px;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
	margin: 0;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
	display: none;
}

.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
	display: grid;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {
	grid-gap: 10px;
	-ms-grid-template-rows: auto 1fr;
	-ms-grid-template-columns: repeat(3, 1fr);
	-ms-grid-gap: 10px;
	-ms-grid-auto-rows: minmax(max-content, auto);
	grid-template-rows: auto 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(max-content, auto);
	align-items: center;
	width: 100%;
	margin: 0;
	display: grid;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
	flex-flow: row;
	justify-content: flex-start;
	align-items: baseline;
	width: 100%;
	display: flex;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {
	width: 100%;
	padding: 10px 30px;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field), .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ddd !important;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line, .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons, .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {
	color: #666;
	background-color: rgba(0, 0, 0, 0);
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {
	border: 1px solid #bbb !important;
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	box-shadow: none;
	text-shadow: none;
	-webkit-appearance: none;
	margin: 0;
	font-family: inherit;
	transition: all .25s;
	display: block;
	position: relative;
	overflow: hidden;
	text-transform: none !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	border: none !important;
	border-radius: 4px !important;
	outline: none !important;
	height: auto !important;
	padding: 16px 20px !important;
	font-weight: 400 !important;
	line-height: 1em !important;
	text-decoration: none !important;
}

.pp-member-directory .ppressmd-members-total-wrap {
	text-align: center;
	margin: 0 0 10px;
}

.pp-member-directory .ppressmd-members-total {
	font-size: 20px;
	font-weight: 300;
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container {
	width: 100% !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {
	width: auto !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	height: 40px;
	white-space: nowrap !important;
	text-align: left !important;
	background: 0 0 !important;
	border-radius: 2px !important;
	padding: 0 0 0 12px !important;
	font-size: 15px !important;
	line-height: 35px !important;
	text-decoration: none !important;
	display: block !important;
	position: relative !important;
	overflow: hidden !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {
	text-align: center !important;
	background: 0 0 !important;
	border-left: 0 !important;
	border-radius: 0 2px 2px 0 !important;
	width: 34px !important;
	height: 100% !important;
	display: inline-block !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {
	cursor: pointer;
	background-image: none;
	font-size: 15px;
	list-style: none;
	display: list-item;
	color: #666 !important;
	min-height: 1em !important;
	margin: 5px !important;
	padding: 3px 7px 4px !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li.nitro-lazy {
	background-image: none !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {
	height: auto !important;
	line-height: .8 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px;
	padding-left: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-right: 30px;
	font-size: 13px;
	line-height: 37px;
	list-style: none;
	padding-left: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {
	color: #666 !important;
	background: #f4f4f4 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
	font-size: 30px;
	right: 10px;
	margin: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear, .pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b {
	color: #888 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
	position: absolute;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 3px 3px 3px 5px;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input {
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	text-overflow: ellipsis;
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 20px !important;
}

.pp-member-directory .ppmd-pagination-wrap {
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 16px;
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers {
	color: #666;
	width: auto;
	height: 34px;
	padding: 0 14px;
	font-weight: 400;
	line-height: 34px;
	transition: all .2s linear;
	display: inline-block;
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
	color: #fff;
	background: #007bff;
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {
	vertical-align: middle;
}

.ppress-paywall-message-wrap {
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) .5em, #fff 5.5em 100%);
	width: 100%;
	margin: -5em auto 2em;
	padding: 6em 0 0;
	position: relative;
}

.ppress-paywall-message {
	color: #333;
	background-color: #f4f4f4;
	border: 6px solid #fff;
	border-radius: .5em;
	padding: 1.375em;
	box-shadow: 0 0 .5em .25em rgba(0, 0, 0, .13);
}

.ppress-paywall-message p:last-child {
	margin-bottom: 0 !important;
}

p:has(+.ppress-paywall-message-wrap) {
	margin-bottom: 0;
}

.ppress-main-container {
	width: 100%;
}

.ppress-container-div {
	text-align: center;
	background-color: #fff;
	width: 100%;
	margin: 3em 0;
	padding: 3em;
}

@keyframes fpFadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	to {
		opacity: 1;
		transform: translate(0);
	}
}

.flatpickr-calendar {
	opacity: 0;
	text-align: center;
	visibility: hidden;
	box-sizing: border-box;
	touch-action: manipulation;
	direction: ltr;
	background: #fff;
	border: 0;
	border-radius: 5px;
	width: 307.875px;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	animation: none;
	display: none;
	position: absolute;
	box-shadow: 1px 0 #e6e6e6, -1px 0 #e6e6e6, 0 1px #e6e6e6, 0 -1px #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.inline, .flatpickr-calendar.open {
	opacity: 1;
	visibility: visible;
	max-height: 640px;
}

.flatpickr-calendar.open {
	z-index: 99999;
	display: inline-block;
}

.flatpickr-calendar.animate.open {
	animation: .3s cubic-bezier(.23, 1, .32, 1) fpFadeInDown;
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px;
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	box-shadow: -2px 0 #e6e6e6, 5px 0 #e6e6e6;
}

.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
	border-top: 1px solid #e6e6e6;
	height: 40px;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto;
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
	pointer-events: none;
	content: "";
	border: solid rgba(0, 0, 0, 0);
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 22px;
}

.flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
	left: auto;
	right: 22px;
}

.flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
	left: 50%;
	right: 50%;
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px;
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
	bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
	top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff;
}

.flatpickr-calendar:focus, .flatpickr-current-month input.cur-year:focus {
	outline: 0;
}

.flatpickr-wrapper {
	display: inline-block;
	position: relative;
}

.flatpickr-months {
	display: flex;
}

.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
	-webkit-user-select: none;
	user-select: none;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
}

.flatpickr-months .flatpickr-month {
	text-align: center;
	background: 0 0;
	flex: 1;
	line-height: 1;
	position: relative;
	overflow: hidden;
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
	cursor: pointer;
	z-index: 3;
	padding: 10px;
	text-decoration: none;
	position: absolute;
	top: 0;
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
	display: none;
}

.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i, .numInputWrapper {
	position: relative;
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	left: 0;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
	right: 0;
}

.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
	color: #959ea9;
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
	fill: #f64747;
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
	width: 14px;
	height: 14px;
}

.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
	fill: inherit;
	transition: fill .1s;
}

.numInputWrapper {
	height: auto;
}

.numInputWrapper input, .numInputWrapper span {
	display: inline-block;
}

.numInputWrapper input {
	width: 100%;
}

.numInputWrapper input::-ms-clear {
	display: none;
}

.numInputWrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.numInputWrapper input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.numInputWrapper span {
	opacity: 0;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid rgba(57, 57, 57, .15);
	width: 14px;
	height: 50%;
	padding: 0 4px 0 2px;
	line-height: 50%;
	position: absolute;
	right: 0;
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
	content: "";
	display: block;
	position: absolute;
}

.numInputWrapper span.arrowUp {
	border-bottom: 0;
	top: 0;
}

.numInputWrapper span.arrowUp:after {
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	top: 26%;
}

.numInputWrapper span.arrowDown {
	top: 50%;
}

.numInputWrapper span.arrowDown:after {
	border-top: 4px solid rgba(57, 57, 57, .6);
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	top: 40%;
}

.numInputWrapper span svg {
	width: inherit;
	height: auto;
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5);
}

.flatpickr-current-month span.cur-month:hover, .numInputWrapper:hover {
	background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
	opacity: 1;
}

.flatpickr-current-month {
	color: inherit;
	text-align: center;
	width: 75%;
	height: 34px;
	padding: 7.48px 0 0;
	font-size: 135%;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
	position: absolute;
	left: 12.5%;
	transform: translate(0);
}

.flatpickr-current-month span.cur-month {
	color: inherit;
	margin-left: .5ch;
	padding: 0;
	font-family: inherit;
	font-weight: 700;
	display: inline-block;
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch �;
	display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
	box-sizing: border-box;
	color: inherit;
	font-size: inherit;
	height: auto;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	vertical-align: initial;
	background: 0 0;
	border: 0;
	border-radius: 0;
	padding: 0 0 0 .5ch;
}

.flatpickr-current-month input.cur-year {
	cursor: text;
	appearance: textfield;
	margin: 0;
	display: inline-block;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
	color: rgba(0, 0, 0, .5);
	pointer-events: none;
	background: 0 0;
	font-size: 100%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	outline: 0;
	width: auto;
	margin: -1px 0 0;
	position: relative;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
	outline: 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: rgba(0, 0, 0, 0);
	outline: 0;
	padding: 0;
}

.flatpickr-weekdays {
	text-align: center;
	background: 0 0;
	align-items: center;
	width: 100%;
	height: 28px;
	display: flex;
	overflow: hidden;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	flex: 1;
	display: flex;
}

span.flatpickr-weekday {
	cursor: default;
	color: rgba(0, 0, 0, .54);
	text-align: center;
	background: 0 0;
	flex: 1;
	margin: 0;
	font-size: 90%;
	font-weight: bolder;
	line-height: 1;
	display: block;
}

.flatpickr-weeks {
	padding: 1px 0 0;
}

.flatpickr-days {
	align-items: flex-start;
	width: 307.875px;
	display: flex;
	position: relative;
	overflow: hidden;
}

.flatpickr-days:focus {
	outline: 0;
}

.dayContainer, .flatpickr-day {
	box-sizing: border-box;
	display: inline-block;
}

.dayContainer {
	text-align: left;
	opacity: 1;
	outline: 0;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	padding: 0;
	display: flex;
	transform: translate(0);
}

.dayContainer+.dayContainer {
	box-shadow: -1px 0 #e6e6e6;
}

.flatpickr-day {
	color: #393939;
	cursor: pointer;
	text-align: center;
	background: 0 0;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 150px;
	flex-basis: 14.2857%;
	justify-content: center;
	width: 14.2857%;
	max-width: 39px;
	height: 39px;
	margin: 0;
	font-weight: 400;
	line-height: 39px;
	position: relative;
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
	cursor: pointer;
	background: #e6e6e6;
	border-color: #e6e6e6;
	outline: 0;
}

.flatpickr-day.today {
	border-color: #959ea9;
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
	color: #fff;
	background: #959ea9;
	border-color: #959ea9;
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
	box-shadow: none;
	color: #fff;
	background: #569ff7;
	border-color: #569ff7;
}

.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
	border-radius: 50px 0 0 50px;
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
	border-radius: 0 50px 50px 0;
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
	box-shadow: -10px 0 #569ff7;
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
	border-radius: 50px;
}

.flatpickr-day.inRange {
	border-radius: 0;
	box-shadow: -5px 0 #e6e6e6, 5px 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
	background: 0 0;
	border-color: rgba(0, 0, 0, 0);
}

.flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
	color: rgba(57, 57, 57, .3);
	cursor: default;
	background: 0 0;
	border-color: rgba(0, 0, 0, 0);
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
	border-radius: 0;
	box-shadow: -5px 0 #569ff7, 5px 0 #569ff7;
}

.flatpickr-day.hidden {
	visibility: hidden;
}

.rangeMode .flatpickr-day {
	margin-top: 1px;
}

.flatpickr-weekwrapper {
	float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	box-shadow: 1px 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
	color: rgba(57, 57, 57, .3);
	cursor: default;
	background: 0 0;
	border: 0;
	width: 100%;
	max-width: none;
	display: block;
}

.flatpickr-innerContainer {
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}

.flatpickr-rContainer {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

.flatpickr-time, .flatpickr-time input {
	text-align: center;
	box-sizing: border-box;
}

.flatpickr-time {
	outline: 0;
	height: 0;
	max-height: 40px;
	line-height: 40px;
	display: flex;
	overflow: hidden;
}

.flatpickr-time:after {
	content: "";
	clear: both;
	display: table;
}

.flatpickr-time .numInputWrapper {
	float: left;
	flex: 1;
	width: 40%;
	height: 40px;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%;
}

.flatpickr-time input {
	box-shadow: none;
	height: inherit;
	line-height: inherit;
	color: #393939;
	appearance: textfield;
	background: 0 0;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	position: relative;
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 700;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
	font-weight: 400;
}

.flatpickr-time input:focus {
	border: 0;
	outline: 0;
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	-webkit-user-select: none;
	user-select: none;
	align-self: center;
}

.flatpickr-time .flatpickr-time-separator {
	width: 2%;
	font-weight: 700;
}

.flatpickr-time .flatpickr-am-pm {
	cursor: pointer;
	text-align: center;
	outline: 0;
	width: 18%;
	font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
	background: #eee;
}

.flatpickr-input[readonly] {
	cursor: pointer;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

/* Theme compatibility styles for Related Products Block and Wrapper */
.wp-block-wt-related-products, .wt-related-products-wrapper {
	display: block !important;
	width: 100% !important;
	clear: both !important;
	float: none !important;
	margin: 2em 0;
}

.woocommerce-page .wt-related-products-cart .wt-related-products ul.products.columns-3 li.product:nth-child(3n) {
	margin-right: 0 !important;
}

.woocommerce .wp-block-wt-related-products .wt-related-products ul.products.columns-3 li.product:nth-child(3n), .woocommerce-page .wp-block-wt-related-products .wt-related-products ul.products.columns-3 li.product:nth-child(3n) {
	margin-right: 0;
}

/* Override Divi specific styles while maintaining responsive grid */
.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .wt-related-products.wt-related-products-cart .products li.product:nth-child(3n) {
	margin-right: 0;
}

/* related products widget for product page */
.wt-related-products {
	width: var(--theme-container-width, 100%) !important;
	max-width: var(--theme-block-max-width, 100%) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
	padding-left: var(--theme-block-padding, 0);
	padding-right: var(--theme-block-padding, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wt-related-products .woocommerce-loop-product__title {
	font-size: var(--theme-font-size, 1em);
	line-height: var(--theme-line-height, 1.5);
	margin: var(--theme-margin, .5em 0);
}

/* Remove bullet points from slider items */
.wt-related-products ul.products, .wt-related-products .owl-carousel {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wt-related-products ul.products li.product, .wt-related-products .owl-carousel li.product {
	list-style: none !important;
}

/* Slider styles */
.wt-related-products .carousel-wrap {
	position: relative;
	margin: 0 -15px;
	padding: 0 15px;
}

/* Fix for bullet points in various themes */
.wt-related-products.products ul, .wt-related-products ul.products {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wt-related-products.products ul li, .wt-related-products ul.products li {
	list-style: none !important;
}

.wt-related-products a {
	text-decoration: none !important;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://centralsun.com/wp-content/plugins/wt-woocommerce-related-products/public/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 7px;
	clear: both;
}

.wpml-ls-legacy-list-horizontal>ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 6px;
	line-height: 1;
}

.wpml-ls-legacy-list-horizontal a span {
	vertical-align: middle;
}

.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {
	vertical-align: unset;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: .4em;
}

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .4em;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 30px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
	text-align: center;
}

img.montonio-payment-method-icon {
	height: 24px !important;
	margin-left: 8px;
}

.montonio-bank-payments-form:not(:first-child) {
	margin-top: 16px;
}

.montonio-bank-payments-form .montonio-payments-country-dropdown {
	width: 120px;
}

.montonio-bank-payments-form .montonio-bank-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
}

.montonio-bank-payments-form .montonio-bank-items:not(:first-child) {
	margin-top: 16px;
}

.montonio-bank-payments-form .montonio-bank-items .montonio-bank-item {
	width: 100px;
	height: 100px;
	border-radius: 8px;
	margin: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 12px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .07);
}

.montonio-bank-payments-form .montonio-bank-items .montonio-bank-item:hover {
	background: #fbfbff;
	border: 1px solid rgba(0, 0, 0, .1);
}

.montonio-bank-payments-form .montonio-bank-items .montonio-bank-item.active {
	background: #f3f2ff;
	border: 1px solid #4537cd;
	color: #4537cd;
}

.montonio-bank-payments-form .montonio-bank-items .montonio-bank-item--hidden {
	display: none !important;
}

.montonio-bank-payments-form .montonio-bank-items--list {
	flex-direction: column;
	gap: 10px;
}

.montonio-bank-payments-form .montonio-bank-items--list .montonio-bank-item {
	width: 100%;
	height: 60px;
	padding: 12px 17px;
}

#montonio-payments-description.montonio-bank-items .montonio-bank-item-img, #payment #montonio-payments-description.montonio-bank-items .montonio-bank-item-img {
	position: relative;
	right: unset;
	left: unset;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 100%;
	max-height: 26px;
	pointer-events: none;
	display: block;
}

.montonio-bnpl-items {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.montonio-bnpl-items:not(:first-child) {
	margin-top: 16px;
}

.montonio-bnpl-items .montonio-bnpl-item {
	margin: 0;
	background: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 25px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .07);
	border-top: none;
}

.montonio-bnpl-items .montonio-bnpl-item:hover {
	background: #fbfbff;
}

.montonio-bnpl-items .montonio-bnpl-item:first-child {
	border: 1px solid rgba(0, 0, 0, .07);
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.montonio-bnpl-items .montonio-bnpl-item:last-child {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.montonio-bnpl-items .montonio-bnpl-item.active {
	background: #f3f2ff;
	border: 1px solid #4537cd;
	color: #4537cd;
}

.montonio-bnpl-items .montonio-bnpl-item--disabled {
	background: #fefcfc;
	color: #a5a5a5;
	pointer-events: none;
}

.montonio-bnpl-items .montonio-bnpl-item .montonio-bnpl-item-subtitle {
	font-size: 12px;
	font-weight: normal;
}

#montonio-blik-form:not(:first-child), #montonio-card-form:not(:first-child) {
	margin-top: 16px;
}

#montonio-blik-form.loading, #montonio-card-form.loading {
	padding: 25px 0;
}

.montonio-shipping-provider-logo {
	max-height: 50px !important;
	max-width: 80px !important;
	display: block !important;
}

.montonio-pickup-point {
	overflow: visible !important;
}

.montonio-pickup-point td {
	width: 100%;
	overflow: visible !important;
}

.montonio-pickup-point label {
	text-align: left;
}

.choices .choices__list--single {
	box-sizing: border-box;
}

.choices .choices__list--single .choices__item {
	text-align: left;
}

.choices .choices__inner {
	box-sizing: border-box;
}

.has-error .choices .choices__inner {
	border-color: #cc1818;
}

.choices .choices__list--dropdown .choices__item--selectable, .choices .choices__list[aria-expanded] .choices__item--selectable {
	padding-right: 10px !important;
}

.choices .choices__input {
	padding-left: 35px !important;
	background-color: #fff;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M19 19L14.65 14.65M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z\" stroke=\"%2327364B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
	background-repeat: no-repeat;
	background-position: 11px center;
	background-size: 16px 16px;
}

.choices .choices__input.nitro-lazy {
	background-image: none !important;
}

#montonio-shipping-pickup-point-dropdown-wrapper {
	position: relative;
}

#montonio-shipping-pickup-point-dropdown-wrapper h2 {
	margin-bottom: 8px;
}

#montonio-shipping-pickup-point-dropdown-wrapper #montonio-shipping-pickup-point-dropdown {
	display: block;
	width: 100%;
}

#montonio-shipping-pickup-point-dropdown-wrapper .choices {
	margin-bottom: 0;
}

#montonio-shipping-pickup-point-dropdown-wrapper .montonio-pickup-point-id {
	display: block !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0px !important;
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	pointer-events: none !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__label > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wc-block-checkout__payment-method #montonio-card-form-wrapper {
	position: relative;
	min-height: 32px;
}

.montonio-spinner::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	pointer-events: none;
	animation: montonio-spinner 1s infinite cubic-bezier(.65, .05, .36, .95);
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><path opacity=\"0.16\" d=\"M30 16C30 17.8385 29.6379 19.659 28.9343 21.3576C28.2308 23.0561 27.1995 24.5995 25.8995 25.8995C24.5995 27.1995 23.0561 28.2307 21.3576 28.9343C19.659 29.6379 17.8385 30 16 30C14.1615 30 12.341 29.6379 10.6424 28.9343C8.94387 28.2307 7.40052 27.1995 6.1005 25.8995C4.80048 24.5995 3.76925 23.0561 3.06569 21.3576C2.36212 19.659 2 17.8385 2 16C2 14.1615 2.36212 12.341 3.06569 10.6424C3.76926 8.94387 4.80049 7.40052 6.10051 6.1005C7.40053 4.80048 8.94388 3.76925 10.6424 3.06568C12.341 2.36212 14.1615 2 16 2C17.8385 2 19.659 2.36212 21.3576 3.06569C23.0561 3.76926 24.5995 4.80049 25.8995 6.10051C27.1995 7.40053 28.2308 8.94388 28.9343 10.6424C29.6379 12.341 30 14.1615 30 16L30 16Z\" stroke=\"%23260071\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 2C17.8385 2 19.659 2.36212 21.3576 3.06569C23.0561 3.76925 24.5995 4.80049 25.8995 6.10051C27.1995 7.40053 28.2308 8.94388 28.9343 10.6424C29.6379 12.341 30 14.1615 30 16\" stroke=\"%23260071\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
	transform: rotate(-43deg);
}

.montonio-spinner--centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes montonio-spinner {
	0% {
		transform: rotate(-43deg);
	}
	
	100% {
		transform: rotate(317deg);
	}
}

.montonio-inbank-calculator {
	margin: 10px 0;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.product-type-gift-card .summary .price {
	display: none;
}

.product-type-gift-card .yith_wapo_group_total .price {
	display: block;
}

.product-type-gift-card .product_meta {
	display: none;
}

.product-type-gift-card .woocommerce-product-gallery__wrapper {
	box-shadow: 0 0 19px -12px gray;
}

.product-type-gift-card .woocommerce-product-gallery__image {
	padding: 1em;
}

.ywgc-preview {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 15px;
	border: 5px solid #f7f4f4;
	padding: 5px;
}

.ywgc-manual-amount.ywgc-hidden {
	display: none;
}

.gift-card-content-editor {
	width: 100%;
}

.gift-card-content-editor.step-content h5 {
	margin-top: 3em;
}

.gift-card-too-small {
	background-color: #ffe326;
	padding: 10px;
	color: #3d3939;
	margin-bottom: 5px;
}

.ywgc-logo-shop img.ywgc-logo-shop-image {
	max-width: 100%;
	max-height: 100px;
}

a.add-recipient {
	display: block;
}

.ywgc-additional-recipient {
	position: relative;
	margin-top: 35px;
}

.ywgc-additional-recipient label {
	margin-bottom: 15px;
}

.gift-card-content-editor.step-content label {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	line-height: 46px;
}

.gift-card-content-editor.step-content input {
	font-size: 14px;
}

.gift-card-content-editor.step-content input::placeholder {
	font-size: 12px;
}

.gift-card-content-editor.step-content #ywgc-delivery-date::placeholder {
	color: black;
}

.gift-card-content-editor.step-content textarea {
	font-size: 14px;
}

.gift-card-content-editor.step-content textarea::placeholder {
	font-size: 12px;
}

.gift-card-content-editor.step-content a {
	font-size: 14px;
}

.gift-card-content-editor.step-content a::placeholder {
	font-size: 12px;
}

.ywgc-sender-name {
	margin-bottom: 15px;
}

.gift-card-content-editor.step-appearance .ywgc-design-list {
	width: 100%;
	display: flex;
}

.gift-card-content-editor.step-appearance .ywgc-design-list ul {
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.gift-card-content-editor.step-appearance .ywgc-design-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.gift-card-content-editor.step-appearance .ywgc-design-list ul li {
	padding: 5px;
	display: inline-block;
}

.ywgc-custom-design-link {
	margin-top: 20px;
}

.ywgc-hidden {
	display: none;
}

/** Gift card editor */

/*.gift-card-content-editor {*/

/*    overflow: hidden;*/

/*}*/

/** Editing gift card content on order page */
.ywgc-gift-card-content .ywgc-show {
	display: inline-block;
}

.ywgc-gift-card-content .ywgc-hide {
	display: none;
}

.ywgc-gift-card-content .ywgc-edit-value.apply {
	background-color: #7caf00;
	color: white;
}

.ywgc-gift-card-content .ywgc-edit-value.apply:hover {
	background-color: #5b8000;
}

.ywgc-gift-card-content.ywgc-edit-value .ywgc-show-value {
	display: none;
}

.ywgc-gift-card-content.ywgc-edit-value .ywgc-edit-value {
	display: inline-block;
}

.ywgc-gift-card-content fieldset {
	border: none;
}

.ywgc-main-image {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.ywgc-single-recipient {
	/*margin-bottom: 2em;*/
	position: relative;
}

.ywgc-recipient {
	max-width: 85%;
	display: inline-block;
}

.ywgc-single-recipient a.hide-if-alone {
	visibility: hidden;
}

.ywgc-single-recipient .ywgc-recipient-name {
	margin-bottom: 15px;
}

#ywgc-cancel-gift-card {
	display: none;
	margin-bottom: 10px;
}

button#give-as-present {
	display: block;
	margin: 3em auto 0 auto;
}

#give-as-present > span:before {
	font-size: inherit;
	line-height: inherit;
	margin-left: 5px;
}

button#ywgc-cancel-gift-card {
	display: block;
	margin: 3em auto 0 auto;
}

.ywgc-picture-error, .ywgc-filling-error {
	color: red;
	font-size: 12px;
}

.ywgc-gift-card-content a.edit-details {
	font-size: 10px;
	text-decoration: none;
}

.ywgc-gift-card-edit-details fieldset, .ywgc-gift-card-details fieldset {
	padding: 5px 0;
	margin: 0;
}

.ywgc-gift-card-content label {
	display: inline-block;
}

a.ywgc-view-order.button {
	margin-bottom: 5px;
}

.ywgc-top-header {
	max-width: 50%;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* Modal gift card design selection */
ul.ywgc-template-categories {
	float: left;
	list-style: none;
	padding-top: 15px;
	font-weight: 600;
}

.ywgc-template-categories a {
	color: inherit;
}

ul.ywgc-template-categories li.ywgc-template-item {
	margin-top: 5px;
	font-size: .875rem;
}

ul.ywgc-template-categories li a {
	text-decoration: none;
}

.ywgc-design-list-modal {
	padding: 25px 0 25px 45px;
	float: right;
	width: 70%;
	font-size: 0;
}

div#ywgc-choose-design:after {
	content: "";
	display: block;
	clear: both;
}

.ywgc-custom-upload-container-modal {
	float: right;
	width: 70%;
	padding: 30px;
	text-align: center;
}

.ywgc-design-list-menu {
	width: 30%;
	height: 100%;
	float: left;
	position: fixed;
	background-color: #f2f2f2;
	padding-top: 35px;
	top: 0px;
}

.ywgc-design-categories-title {
	padding-left: 40px;
	font-size: 1.5rem;
	margin-top: 0;
}

a.ywgc-category-selected {
	font-weight: bold;
}

.gift-cards-list button {
	border-radius: unset;
	background-color: white;
	color: #404040;
	vertical-align: top;
}

.gift-cards-list button.ywgc-predefined-amount-button.selected_button {
	color: white;
}

.ywgc-amount-buttons {
	margin-bottom: 1em;
}

.ywgc-preset-image {
	position: relative;
	border: 2px solid lightgray;
	border-radius: 2px;
	cursor: pointer;
}

.ywgc-design-list-modal .ywgc-preset-image span.choose-design {
	position: absolute;
	z-index: 12;
	top: 50%;
	margin-top: auto;
	margin-bottom: auto;
	height: fit-content;
	color: #fff;
	font-size: .875rem;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	border: 2px solid;
	margin: auto 30px;
	left: 0;
	right: 0;
	font-weight: 600;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all ease .2s;
	text-transform: uppercase;
}

.ywgc-design-list-modal .ywgc-preset-image:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9e9e9e;
	pointer-events: none;
	opacity: 0;
	transition: all ease .2s;
}

.ywgc-design-list-modal .ywgc-preset-image:hover:before {
	opacity: .8;
}

.ywgc-design-list-modal .ywgc-preset-image:hover span.choose-design {
	opacity: 1;
	visibility: visible;
}

.ywgc-preset-image.selected_image_parent:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	background-color: transparent;
	top: -5px;
	right: -5px;
	background-image: url("https://cdn-jmibl.nitrocdn.com/BlOYIoUYcgWhNqvdlklKDScBvShNFtpi/assets/images/optimized/rev-a45fa39/centralsun.com/wp-content/plugins/yith-woocommerce-gift-cards/assets/images/default-picture.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.ywgc-preset-image img {
	display: block;
}

.ywgc-design-list .ywgc-preset-image img {
	height: 150px;
	width: 150px;
}

.ywgc-choose-design-preview {
	margin-bottom: 30px;
}

.ywgc-preset-image:not(.ywgc-default-product-image) {
	border: 2px solid #d3d3d3;
}

.ywgc-choose-image.ywgc-choose-template {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: unset;
	border-radius: unset;
	line-height: unset;
	overflow: hidden;
	padding: unset;
	font-size: 16px;
	color: white;
}

.ywgc-design-item {
	display: inline-block;
	width: 33%;
	margin: 0;
	padding: 0 15px 15px 0;
}

.ywgc-design-item button {
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}

#ywgc-choose-design-modal .pp_close {
	z-index: 999;
}

#ywgc-choose-design-modal:before {
	clear: both;
	content: "";
	display: block;
}

#ywgc-choose-design-modal {
	clear: both;
}

a.ywgc-choose-image-modal.ywgc-custom-picture-modal {
	display: block;
}

a.ywgc-choose-image-modal.ywgc-custom-picture-modal img {
	display: block;
	max-width: 170px;
	margin: 0 auto;
}

.gift-card-content-editor.step-appearance, .gift-card-content-editor.step-content {
	margin-bottom: 20px;
}

.gift-card-content-editor.step-content input {
	float: right;
	width: 70%;
}

.gift-card-content-editor.step-content textarea {
	float: right;
	width: 70%;
}

.add-recipient {
	float: right;
	margin-top: 5px;
}

.ywgc-manual-amount-error {
	font-size: smaller;
	color: red;
}

#ywgc-manual-amount {
	width: 7em;
	min-width: unset;
	border: none;
	border-radius: unset;
}

.ywgc-manual-amount::placeholder {
	font-size: 12px;
}

.ywgc-manual-amount-container {
	border: 1px solid #448a85;
	display: inline-flex;
	height: 51.3333px;
}

.ywgc-bad-email-format {
	font-size: 10px;
	display: block;
	color: red;
}

.ywgc-discount-html {
	font-size: smaller;
}

.ywgc-multi-recipients {
	margin: 10px 0;
}

.ywgc-preset-title {
	display: block;
	text-align: center;
	font-size: 15px;
}

.ywgc_enter_code {
	padding: 20px;
	margin: 2em 0;
	text-align: left;
}

.ywgc_enter_code>div {
	margin: 0 -14px;
}

.ywgc_enter_code>div:after {
	content: "";
	display: block;
	clear: both;
}

.ywgc_enter_code p {
	padding-left: 15px;
	padding-right: 15px;
}

.ywgc_enter_code .form-row {
	padding: 0 15px;
	margin: 0 0 6px;
	float: left;
	width: 50%;
}

/** Hide on Flatsome Quick View */
.product-quick-view-container .ywgc-template-design, .product-quick-view-container .gift-this-product-main-container {
	display: none;
}

.yith-quick-view .gift-this-product-main-container {
	display: none;
}

.yith-quick-view .product_meta {
	display: block;
}

.yith-quick-view .price {
	display: block;
}

.yith_wc_gift_card_blank_brightness {
	background: rgba(255, 255, 255, .7);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 0 10px 0;
	top: -1px;
	left: -1px;
}

/** Move the calendar icon to the right in the product page */
.ywgc-postdated {
	position: relative;
}

a.give-as-present {
	cursor: pointer;
}

.gift-this-product-main-container {
	margin-top: 4em;
}

button.ywgc-add-gift-product-to-cart {
	display: block;
	margin: 3em auto 0 auto;
}

.gift_card_template_button {
	margin-top: 3em;
}

.gift-cards_form>h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}

.ywgc-form-preview-separator {
	width: 40px;
	height: 7px;
	margin-top: 10px;
}

.ywgc-currency-symbol {
	margin-left: -106px;
	font-size: 16px;
	font-weight: 600;
}

.ywgc-on-sale-text {
	font-size: x-large;
	font-weight: 500;
}

.ywgc-form-preview-amount {
	float: right;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.ywgc-form-preview-title {
	font-weight: 600;
}

.ywgc-form-preview-title-containe {
	margin-top: 15px;
}

.ywgc-main-form-preview-container {
	height: auto;
	min-height: 20em;
	padding: 1em 1em 1em 1em;
	box-shadow: 0 10px 19px -12px;
}

.ywgc-form-preview-from {
	font-weight: bold;
}

.ywgc-form-preview-to {
	font-weight: bold;
}

/*
Shortcodes styles
*/
.form-check-gift-card-balance label {
	font-weight: 600;
}

.form-check-gift-card-balance input::placeholder {
	font-size: 12px;
}

.form-check-gift-card-balance {
	text-align: center;
}

.form-check-gift-card-balance button {
	margin-left: 25px;
}

.form-redeem-gift-card label {
	font-weight: 600;
}

.form-redeem-gift-card input::placeholder {
	font-size: 12px;
}

.form-redeem-gift-card {
	text-align: center;
}

.form-redeem-gift-card button {
	margin-left: 25px;
}

label.ywgc-used-amount-label {
	margin-left: 25px;
}

.cart_item .product-name div {
	font-size: 13px;
}

.ywgc-upload-section-modal {
	margin-top: 20px;
}

.ywgc-upload-section-modal p {
	font-size: .875rem;
}

.ywgc-upload-section-modal p:before {
	content: "";
	display: block;
	width: 50%;
	height: 0px;
	border-top: 1px solid #9e9e9e;
	margin-bottom: 15px;
}

/**********************
Responsive
****************/
@media screen and ( max-width: 768px) {
	ul.ywgc-template-categories li.ywgc-template-item, ul.ywgc-template-categories li.ywgc-upload-section-modal p {
		margin-top: 5px;
	}
	
	.ywgc-design-categories-title {
		padding-left: 40px;
		font-size: 1rem;
	}
}

@media screen and ( max-width: 600px) {
	.ywgc-design-list-menu {
		float: none;
		width: 100%;
		padding: 0 15px;
		position: static;
		height: auto;
		background: transparent;
	}
	
	.yith-ywgc-popup-content-wrapper {
		margin-top: 0;
	}
	
	.ywgc-design-categories-title {
		padding: 20px 0 0;
	}
	
	ul.ywgc-template-categories {
		padding: 0;
		float: none;
	}
	
	ul.ywgc-template-categories li.ywgc-template-item {
		display: inline-block;
		margin-right: 30px;
	}
	
	.ywgc-upload-section-modal {
		margin-top: 15px;
	}
	
	.ywgc-design-list-modal {
		float: none;
		width: 100%;
		padding: 15px 0 15px 15px;
	}
}

@media screen and ( max-width: 480px) {
	.ywgc-design-item {
		width: 50%;
	}
}

.ywgc-multi-recipients span {
	font-size: 14px;
}

.ywgc-empty-recipient-note {
	font-size: 11px;
	float: right;
	width: 100%;
	text-align: right;
	font-weight: 300;
	padding-top: 5px;
}

.ywgc-darkred-text {
	color: darkred;
}

.ywgc-remove-number-input {
	-moz-appearance: textfield;
	pointer-events: none;
	color: gray;
}

.ywgc-remove-number-input::-webkit-outer-spin-button, .ywgc-remove-number-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.dashicons-arrow-down-alt2 {
	font-size: 16px;
}

.ywgc-custom-image-modal-submit-link {
	background-color: #448a85;
	border-color: #448085;
	margin-right: 12px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
}

.ywgc-custom-image-modal-submit-link:hover {
	background-color: #ffe1e1;
}

.gift-card-content-editor.step-content:after {
	content: "";
	display: block;
	clear: both;
}

#ywgc-edit-message {
	resize: vertical;
}

.selected_design_image_in_modal {
	height: 150px;
}

.ywgc-delivery-notification-checkbox-container {
	font-size: 11px;
	float: right;
	width: 100%;
	text-align: right;
	font-weight: 300;
	padding-top: 5px;
}

.ywgc-delivery-notification-checkbox-container span.checkboxbutton::before {
	width: 18px;
	height: 18px;
}

.ywgc-country-select-container {
	display: inline-flex;
	margin-top: 1em;
	width: 100%;
}

.ywgc-country-select-div #ywgc-country-select_field span.selection {
	width: 15em;
	display: block;
}

.ywgc-country-select-div #ywgc-country-select_field span.selection .select2-selection {
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 0;
}

.ywgc-country-select-div #ywgc-country-select_field {
	margin-top: 0px;
}

.yith-ywgc-gift-this-product-form-container .ywgc-gift-this-product-totals {
	float: right;
	line-height: 10px;
}

.yith-ywgc-gift-this-product-form-container .ywgc-gift-this-product-totals span {
	font-weight: bold;
}

.ywgc-country-select-main-container .ywgc-country-select-div {
	margin-left: 8.5em;
}

.ywgc-country-select-main-container .ywgc-country-select-title p {
	width: 6em;
}

.ywgc-gift-this-product-totals span {
	float: right;
	margin-left: 5px;
}

#ywgc-postal-code-input {
	width: 240px;
}

@media only screen and (max-width: 1599px) {
	.ywgc-country-select-container {
		display: block;
		text-align: right;
	}
	
	.ywgc-country-select-main-container .ywgc-country-select-div {
		margin-left: 0;
	}
	
	#ywgc-country-select_field {
		padding: 0;
	}
}

.ywgc-form-widget-elementor-widget .gift-cards_form {
	display: block !important;
}

.gift-cards_form {
	display: block !important;
}

.product-type-gift-card .elementor-shortcode .gift-cards_form.cart {
	display: block !important;
}

.form-link-gift-card-to-user {
	margin-bottom: 15px;
}

.ywgc-red-border {
	border: 1px solid red !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ywgc-link-gift-card-fieldset-container {
	border: 1px solid lightgray;
}

.ywgc-link-gift-card-submit-button {
	margin-top: 10px;
}

.gift-card-panel-title {
	float: left;
}

.yith-add-new-gc-my-account-button {
	float: right;
}

.form-link-gift-card-to-user {
	width: 100%;
	float: right;
	display: none;
}

.yith-add-new-gc-my-account-notice-message.error {
	font-weight: bolder;
	color: red;
}

.yith-add-new-gc-my-account-notice-message.added {
	font-weight: bolder;
	color: green;
}

#ywgc-link-code {
	display: block;
	margin-top: 5px;
}
