.woocommerce-account main {
	background-color: #FAFAFA;
}

/* My Account — tab navigation
   -------------------------------------------------------------------------- */
.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #E5E5E5;
}

.woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 14px 0;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	font-size: 15px;
	font-weight: 600;
	color: #6E6E6E;
	text-decoration: none;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.woocommerce-MyAccount-navigation li.is-active a {
	color: #1B7A63;
	border-bottom-color: #1B7A63;
}

.woocommerce-MyAccount-content .xg-lists, .woocommerce-MyAccount-content .xg-requested {
	background-color: #fff;
	padding: 24px;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 1px 2px 0px #0000000D;
	border-radius: 12px;
}

.woocommerce-MyAccount-content label, .woocommerce-form label {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #404040;
}

#account_display_name_description {
	font-size: 13px;
	color: #404040;
}
.woocommerce-MyAccount-content fieldset {
	margin-top: 50px;
}

.password-input {
	position: relative;
}

.woocommerce-form {
	font-size: 14px;
	color: #404040;
}

.show-password-input {
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
	font-size: 13px;
	color: #43A977;
}

.show-password-input:before {
	content: 'Show';
}

.show-password-input.display-password:before {
	content: 'Hide';
}

.woocommerce-form-login {
	max-width: 450px;
}

/* Auth page (login / register)
   -------------------------------------------------------------------------- */
.xg-auth {
	display: flex;
	min-height: 640px;
	flex-wrap: wrap;
}

.xg-auth__main {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 24px;
}

.xg-auth__form {
	width: 100%;
	max-width: 392px;
}

.xg-auth__title {
	margin: 0 0 8px;
	font-size: 36px;
	font-weight: 800;
	color: #006775;
}

.xg-auth__sub {
	margin: 0 0 28px;
	font-size: 15px;
	color: #6E6E6E;
}

.xg-auth__row {
	margin: 0 0 16px;
}

.xg-auth__row label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #1E1E1E;
}

/* .xg-auth__row .input-text {
	width: 100%;
	border: 1px solid #D4D4D4;
	border-radius: 10px;
	padding: 12px 16px;
	font-size: 15px;
	color: #1E1E1E;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.xg-auth__row .input-text:focus {
	outline: none;
	border-color: #82D3A9;
	box-shadow: 0 0 0 4px #D8F3E2, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
} */

.xg-auth__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 22px;
}

.xg-auth__remember {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #1E1E1E;
}

.xg-auth__forgot {
	font-size: 14px;
	font-weight: 700;
	color: #1B7A63;
	text-decoration: none;
}

.xg-auth__submit,
.xg-auth__google {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 48px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	box-sizing: border-box;
}

.xg-auth__submit {
	border: 1px solid #43A977;
	background: #43A977;
	color: #fff;
	margin-bottom: 14px;
}

.xg-auth__google {
	border: 1px solid #D4D4D4;
	background: #fff;
	color: #1E1E1E;
}

.xg-auth__switch {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: #6E6E6E;
}

.xg-auth__switch a {
	color: #1B7A63;
	font-weight: 700;
	text-decoration: none;
}

.xg-auth__note {
	margin: 0 0 16px;
	font-size: 14px;
	color: #6E6E6E;
}

.xg-auth__visual {
	position: relative;
	flex: 0 0 50%;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.xg-auth__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xg-auth__visual-content {
	position: relative;
	text-align: center;
	padding-bottom: 96px;
}

.xg-auth__visual-title {
	margin: 0 0 18px;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	max-width: 320px;
}

.xg-auth__visual-title span {
	color: #54CE92;
}

.xg-auth__contact {
	display: inline-block;
	padding: 12px 26px;
	border-radius: 999px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	color: #1E1E1E;
	text-decoration: none;
}

.xg-auth--narrow {
	min-height: 480px;
	justify-content: center;
}

.xg-auth--narrow .xg-auth__form {
	align-self: center;
	padding: 48px 24px;
}

@media (hover: hover) and (pointer: fine) {
	.xg-auth__submit:hover {
		background: #389466;
		border-color: #389466;
	}

	.xg-auth__google:hover,
	.xg-auth__contact:hover {
		border-color: #43A977;
	}

	.woocommerce-MyAccount-navigation li a:hover {
		color: #1B7A63;
	}
}

@media (max-width: 991px) {
	.xg-auth > * {
		flex: 1 1 100%;
	}
	.xg-auth__visual-content {
		padding: 100px 0;
	}
	.woocommerce-MyAccount-navigation ul {
		gap: 20px;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
	}
}