
/**
 * CannaGreen My Account integration.
 */

.woocommerce-account .cgx-account-login-wrap,
.woocommerce-account .cgx-myaccount-layout,
.woocommerce-account .cgx-orders-wrap,
.woocommerce-account .cgx-view-order,
.woocommerce-account .cgx-addresses-wrap,
.woocommerce-account .cgx-edit-account-wrap {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.woocommerce-account .woocommerce {
	width: 100%;
}

.woocommerce-account .woocommerce-notices-wrapper {
	max-width: 1360px;
	margin: 0 auto 18px;
}

.cgx-account-login-left,
.cgx-myaccount-content,
.woocommerce-account .woocommerce-MyAccount-content,
.cgx-order-card,
.cgx-orders-empty,
.cgx-view-order-card,
.cgx-address-card {
	background: rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.cgx-account-login-grid,
.cgx-myaccount-layout {
	padding-block: 18px;
}

.cgx-account-login-left {
	border: 1px solid rgba(22, 63, 46, 0.10);
	box-shadow: 0 16px 42px rgba(16, 45, 33, 0.08);
}

.cgx-account-login-right {
	border-radius: 18px;
	background: #f7f3ea;
	border: 1px solid rgba(22, 63, 46, 0.08);
}

.cgx-account-info-title,
.cgx-account-info-title-under,
.cgx-account-title,
.cgx-account-dashboard-head h2,
.cgx-orders-head h2,
.cgx-view-order-head-main h2,
.cgx-addresses-head h2,
.cgx-edit-account-head h2 {
	letter-spacing: -0.045em;
}

.cgx-account-benefits li::marker {
	color: #c8a96a;
}

.cgx-account-login-left .input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.cgx-edit-account-form .input-text:focus,
.cgx-edit-account-form input:focus {
	border-color: #163f2e !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(22, 63, 46, 0.10) !important;
}

.cgx-account-login-left .button,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input.button,
.cgx-order-card-actions .button,
.cgx-orders-empty .button,
.cgx-address-card-footer .button,
.cgx-edit-account-actions .button,
.cgx-edit-account-actions button.button,
.cgx-edit-account-actions input.button {
	background: #163f2e !important;
	color: #f7f3ea !important;
}

.cgx-account-login-left .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
.cgx-order-card-actions .button:hover,
.cgx-orders-empty .button:hover,
.cgx-address-card-footer .button:hover,
.cgx-edit-account-actions .button:hover {
	background: #102d21 !important;
	color: #f7f3ea !important;
}

.cgx-myaccount-nav ul li a {
	border: 1px solid rgba(22, 63, 46, 0.10);
	background: rgba(255, 255, 255, 0.68);
}

.cgx-myaccount-nav ul li.is-active a,
.cgx-myaccount-nav ul li a:hover {
	background: #163f2e;
	border-color: #163f2e;
	color: #f7f3ea;
}

.cgx-order-status--processing {
	background: rgba(22, 63, 46, 0.10);
	color: #163f2e;
}

.cgx-order-status--completed {
	background: rgba(32, 107, 42, 0.10);
	color: #1f6b2a;
}

.cgx-order-status--on-hold,
.cgx-order-status--pending {
	background: rgba(200, 169, 106, 0.16);
	color: #816730;
}

.cgx-account-panel {
	animation: cgxAccountFade 180ms ease;
}

@keyframes cgxAccountFade {
	from {
		opacity: 0;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.cgx-account-login-grid,
	.cgx-myaccount-layout {
		padding-block: 8px;
	}

	.cgx-account-login-left,
	.cgx-account-login-right {
		padding: 26px 16px;
	}

	.cgx-account-login-right {
		border-radius: 12px;
	}

	.cgx-myaccount-layout {
		gap: 18px;
	}

	.cgx-myaccount-nav ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.cgx-myaccount-nav ul li {
		margin: 0;
	}

	.cgx-myaccount-nav ul li a {
		min-height: 44px;
		padding: 11px 12px;
		border-radius: 10px;
		font-size: 13px;
		line-height: 1.2;
	}

	.cgx-order-card-actions .button,
	.cgx-orders-empty .button,
	.woocommerce-account .woocommerce-MyAccount-content .button,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
	.woocommerce-account .woocommerce-MyAccount-content button.button,
	.woocommerce-account .woocommerce-MyAccount-content input.button {
		width: 100%;
		min-height: 42px;
		padding-inline: 16px !important;
	}
}


.cgx-account-login-wrap {
	max-width: 1360px;
	margin: 0 auto;
}

.cgx-account-login-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 560px;
	overflow: hidden;
	background:transparent;
	gap: 40px;
}

.cgx-account-login-left,
.cgx-account-login-right {
	padding: 0px 65px;
	display: flex;
	align-items: center;
}

.cgx-account-login-left {
	background: #fffffffff;
	border-radius: 12px;
}

.cgx-account-box,
.cgx-account-info-box {
	width: 100%;
	margin: 0 auto;
}

.cgx-account-panels {
	width: 100%;
}

.cgx-account-panel {
	display: none;
	width: 100%;
}

.cgx-account-panel.is-active {
	display: block;
}

.cgx-account-title,
.cgx-account-desc {
	text-align: center;
}

.cgx-account-title,
.cgx-account-info-title {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #163f2e;
}

.cgx-account-info-title-under {
	margin: 25px 0 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #163f2e;
}

.cgx-account-info-title {
	font-size: 24px;
	margin: 0 0 25px;
	line-height: 1.2;
	font-weight: 700;
	color: #163f2e;
}

.cgx-account-desc {
	margin: 0 0 28px;
	color: #5b625a;
	font-size: 15px;
	line-height: 1.6;
}

.cgx-account-info-box p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.6;
	color: #163f2e;
}

.cgx-account-benefits {
	margin: 0 0 20px 18px;
	padding: 0;
}

.cgx-account-benefits li {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.5;
	color: #163f2e;
}

.cgx-account-box form.login,
.cgx-account-box form.register {
	padding: 0 !important;
	border: none !important;
	margin: 0;
	background: transparent !important;
}

.cgx-account-login-left .form-row {
	margin-bottom: 18px;
}

.cgx-account-login-left label {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 600;
	color: #163f2e;
}

.cgx-account-login-left .input-text {
	width: 100%;
	height: 48px !important;
	padding: 0 16px;
	border: 1px solid rgba(22, 63, 46, 0.22) !important;
	border-radius: 12px !important;
	font-size: 16px;
	color: #163f2e;
	background: rgba(255, 255, 255, 0.72);
	box-sizing: border-box;
}

.cgx-account-login-left .input-text:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: #163f2e !important;
}

.cgx-account-box .required,
.cgx-account-box .woocommerce-password-hint,
.cgx-account-box .woocommerce-password-strength,
.cgx-account-box .woocommerce-privacy-policy-text,
.cgx-account-box .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme,
.cgx-account-links,
.woocommerce-LostPassword,
.lost_password {
	display: none !important;
}

/* Submit dugme */
.cgx-account-submit-wrap {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.cgx-account-login-left .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	height: 54px;
	border: 0 !important;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	background: #163f2e !important;
	color: #ffffff !important;
	border-radius: 100px !important;
	box-shadow: none !important;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.cgx-account-login-left .button:hover {
	opacity: 0.92;
}

.cgx-account-login-left .button:focus {
	outline: none !important;
	box-shadow: none !important;
}

.cgx-account-login-left .button:active {
	transform: translateY(1px);
}

/* Text ispod buttona */
.cgx-account-switch-text,
.cgx-account-register-text {
	margin: 14px 0 0;
	font-size: 15px;
	line-height: 1.5;
	color: #163f2e;
	text-align: center;
}

.cgx-account-switch-text a,
.cgx-account-register-text a {
	font-weight: 700;
	color: #163f2e;
	text-decoration: none;
}

.cgx-account-switch-text a:hover,
.cgx-account-register-text a:hover {
	text-decoration: underline;
}

/* Poruke ispod */
.cgx-account-messages {
	margin-top: 16px;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.cgx-account-messages.is-error {
	background: #ffffff1f1;
	border: 1px solid #f1b4b4;
	color: #a12626;
}

.cgx-account-messages.is-success {
	background: #effaf1;
	border: 1px solid #b7dfbf;
	color: #1f6b2a;
}

.cgx-account-message-inner p:last-child {
	margin-bottom: 0;
}

.cgx-account-login-form.is-loading,
.cgx-account-register-form.is-loading {
	pointer-events: none;
	opacity: 0.85;
}

.cgx-account-login-form button.is-loading,
.cgx-account-register-form button.is-loading {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.cgx-account-login-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.cgx-account-login-left,
	.cgx-account-login-right {
		padding: 30px 15px;
	}

	.cgx-account-title,
	.cgx-account-info-title,
	.cgx-account-info-title-under {
		font-size: 22px;
		font-weight: 600;
	}

	.cgx-account-desc {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.cgx-account-login-left .button {
		max-width: 100%;
	}

	.cgx-account-messages {
		font-size: 13px;
	}
}


.cgx-myaccount-layout {
	display: grid;
	grid-template-columns: minmax(280px, 35%) minmax(0, 65%);
	gap: 40px;
	align-items: stretch;
	max-width: 1360px;
	margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	margin: 0;
}

.cgx-myaccount-nav-inner {
	border-radius: 18px;
	height: 100%;
	box-sizing: border-box;
}

.cgx-myaccount-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cgx-myaccount-nav ul li {
	margin: 0 0 10px;
}

.cgx-myaccount-nav ul li:last-child {
	margin-bottom: 0;
}

.cgx-myaccount-nav ul li a {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 14px 18px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	color: #163f2e;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.2s ease;
}

.cgx-myaccount-nav ul li.is-active a,
.cgx-myaccount-nav ul li a:hover {
	background: #163f2e;
	color: #f7f3ea;
}

.cgx-myaccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 18px;
	padding: 32px;
	box-sizing: border-box;
}

.cgx-account-dashboard-head {
	margin-bottom: 0;
}

.cgx-account-dashboard-head h2 {
	margin: 0 0 14px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #163f2e;
}

.cgx-account-dashboard-head p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.8;
	color: #5b625a;
	max-width: 780px;
}

.cgx-account-dashboard-list {
	margin: 10px 0 0 18px;
	padding: 0;
}

.cgx-account-dashboard-list li {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
	color: #163f2e;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	color: #163f2e;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content address {
	color: #163f2e;
	font-size: 16px;
	line-height: 1.7;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
	background: #f7f3ea;
	border-radius: 16px;
	padding: 22px;
	border: 1px solid rgba(22, 63, 46, 0.12);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .title h3 {
	margin: 0;
	font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px !important;
	background: #163f2e !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-size: 14px;
	font-weight: 700;
	box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content input.input-text,
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select {
	width: 100%;
	min-height: 48px;
	padding: 0 16px !important;
	border: 1px solid rgba(22, 63, 46, 0.22) !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	background: rgba(255, 255, 255, 0.72);
}

.woocommerce-account .woocommerce-MyAccount-content textarea {
	min-height: 120px;
	padding: 14px 16px !important;
}

.woocommerce-account .woocommerce-MyAccount-content label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #163f2e;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row {
	margin-bottom: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.72);
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th {
	background: #f7f3ea;
	color: #163f2e;
	font-size: 14px;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(22, 63, 46, 0.10);
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
	border-radius: 14px;
	border: 1px solid rgba(22, 63, 46, 0.12);
	box-shadow: none;
}

@media (max-width: 991px) {
	.cgx-myaccount-layout {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.cgx-myaccount-content,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 18px;
		border-radius: 12px;
	}

	.cgx-myaccount-nav-inner {
		padding: 0px;
		border-radius: 12px;
	}

	.cgx-account-dashboard-head h2 {
		font-size: 22px;
	}

	.cgx-myaccount-nav-head h3 {
		font-size: 22px;
	}
}

.cgx-orders-head {
	margin-bottom: 24px;
}

.cgx-orders-head h2 {
	margin: 0 0 14px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #163f2e;
}

.cgx-orders-head p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #5b625a;
	max-width: 760px;
}

.cgx-orders-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cgx-order-card {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 18px;
	padding: 24px;
}

.cgx-order-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.cgx-order-card-main h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.2;
	color: #163f2e;
}

.cgx-order-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.cgx-order-meta span {
	font-size: 14px;
	line-height: 1.6;
	color: #5b625a;
}

.cgx-order-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.cgx-order-status--processing {
	background: #eef3ff;
	color: #163f2e;
}

.cgx-order-status--completed {
	background: #effaf1;
	color: #1f6b2a;
}

.cgx-order-status--on-hold {
	background: #ffffff7e6;
	color: #9a6700;
}

.cgx-order-status--pending {
	background: #ffffff4e5;
	color: #b75d00;
}

.cgx-order-status--cancelled,
.cgx-order-status--failed,
.cgx-order-status--refunded {
	background: #ffffff1f1;
	color: #a12626;
}

.cgx-order-card-divider {
	height: 1px;
	background: rgba(22, 63, 46, 0.12);
	margin: 18px 0 18px;
}

.cgx-order-item-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.cgx-order-item-meta span {
	font-size: 14px;
	line-height: 1.6;
	color: #5b625a;
}

.cgx-order-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 4px;
}

.cgx-order-card-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 48px !important;
	background: #163f2e !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-size: 14px;
	font-weight: 700;
	box-shadow: none !important;
	text-decoration: none;
}

.cgx-orders-empty {
	padding: 28px;
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	text-align: left;
}

.cgx-orders-empty h3 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.2;
	color: #163f2e;
}

.cgx-orders-empty p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.7;
	color: #5b625a;
	max-width: 680px;
}

.cgx-orders-empty .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px !important;
	background: #163f2e !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: none !important;
}

@media (max-width: 767px) {
	.cgx-orders-head h2 {
		font-size: 22px;
	}

	.cgx-order-card {
		padding: 18px;
		border-radius: 12px;
	}

	.cgx-order-card-top {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 16px;
	}

	.cgx-order-item {
		align-items: flex-start;
	}

	.cgx-order-item-image {
		flex: 0 0 60px;
		width: 60px;
	}

	.cgx-order-item-image img,
	.cgx-order-item-placeholder {
		width: 60px;
		height: 60px;
	}
}

.cgx-view-order {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.cgx-view-order-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 4px;
}

.cgx-view-order-head-main h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #163f2e;
}

.cgx-view-order-head-main p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #5b625a;
	display: flex;
	align-items: center;
}

.cgx-view-order-head-main .cgx-order-status {
	margin-left: 5px;
}

.cgx-view-order-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: start;
}

.cgx-view-order-sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cgx-view-order-card {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 18px;
	padding: 22px;
}

.cgx-view-order-card-head {
	margin-bottom: 18px;
}

.cgx-view-order-card-head h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #163f2e;
}

.cgx-view-order-items {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.cgx-view-order-item {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 18px 0;
	border-top: 1px solid rgba(22, 63, 46, 0.12);
}

.cgx-view-order-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.cgx-view-order-item:last-child {
	padding-bottom: 0;
}

.cgx-view-order-item-image img,
.cgx-order-item-placeholder {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 14px;
	background: #f2efe6;
}

.cgx-view-order-item-content {
	min-width: 0;
}

.cgx-view-order-item-content h4 {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.5;
	color: #163f2e;
	font-weight: 400;
}

.cgx-view-order-item-content h4 a {
	color: #163f2e;
	text-decoration: none;
}

.cgx-view-order-item-content h4 a:hover {
	text-decoration: underline;
}

.cgx-view-order-item-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 6px;
}

.cgx-view-order-item-meta span {
	font-size: 12px;
	line-height: 1.6;
	color: #5b625a;
}

.cgx-view-order-item-extra {
	font-size: 13px;
	line-height: 1.6;
	color: #5b625a;
}

.cgx-view-order-item-extra p,
.cgx-view-order-item-extra dl,
.cgx-view-order-item-extra dd {
	margin: 0;
}

.cgx-view-order-item-total {
	font-size: 16px;
	font-weight: 700;
	color: #163f2e;
	white-space: nowrap;
}

.cgx-view-order-totals {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cgx-view-order-total-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 15px;
	line-height: 1.6;
	color: #163f2e;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(22, 63, 46, 0.12);
}

.cgx-view-order-total-row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.cgx-view-order-total-row strong {
	font-weight: 700;
}

.cgx-view-order-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cgx-view-order-info-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(22, 63, 46, 0.12);
}

.cgx-view-order-info-row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.cgx-view-order-info-row span {
	font-size: 14px;
	line-height: 1.6;
	color: #5b625a;
}

.cgx-view-order-info-row strong {
	font-size: 14px;
	line-height: 1.6;
	color: #163f2e;
	text-align: right;
}

.cgx-view-order-addresses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.cgx-view-order-address h4 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.4;
	color: #163f2e;
}

.cgx-view-order-address address,
.cgx-view-order-address p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.7;
	color: #5b625a;
	font-style: normal;
}

@media (max-width: 991px) {
	.cgx-view-order-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.cgx-view-order-head {
		flex-direction: column;
	}

	.cgx-view-order-head-main h2 {
		font-size: 24px;
	}

	.cgx-view-order-card {
		padding: 18px;
		border-radius: 14px;
	}

	.cgx-view-order-item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 14px;
	}

	.cgx-view-order-item-total {
		grid-column: 2 / 3;
	}
	.cgx-view-order-addresses {
		grid-template-columns: 1fr;
	}
}

.cgx-addresses-wrap {
	width: 100%;
}

.cgx-addresses-head {
	margin-bottom: 24px;
}

.cgx-addresses-head h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #163f2e;
}

.cgx-addresses-head p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #5b625a;
	max-width: 760px;
}

.cgx-addresses-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.cgx-address-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 18px;
	padding: 24px;
}

.cgx-address-card-head {
	margin-bottom: 18px;
}

.cgx-address-card-head h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #163f2e;
}

.cgx-address-card-body {
	flex: 1;
}

.cgx-address-card-body address {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #163f2e;
	font-style: normal;
}

.cgx-address-empty {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #5b625a;
}

.cgx-address-card-footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(22, 63, 46, 0.12);
}

.cgx-address-card-footer .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px !important;
	background: #163f2e !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: none !important;
}

.cgx-myaccount-content #shipping_country_field select {
	width: 100%;
}

@media (max-width: 767px) {
	.cgx-addresses-head h2 {
		font-size: 24px;
	}

	.cgx-addresses-grid {
		grid-template-columns: 1fr;
	}

	.cgx-address-card {
		padding: 18px;
		border-radius: 14px;
	}

	.cgx-address-card-head h3 {
		font-size: 20px;
	}
}

.cgx-edit-account-wrap {
	width: 100%;
}

.cgx-edit-account-head {
	margin-bottom: 24px;
}

.cgx-edit-account-head h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	color: #163f2e;
}

.cgx-edit-account-head p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #5b625a;
	max-width: 760px;
}

.cgx-edit-account-form {
	width: 100%;
}

.cgx-edit-account-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 20px;
}

.cgx-edit-account-fields .form-row {
	margin: 0 !important;
	width: 100% !important;
	float: none !important;
}

.cgx-edit-account-fields .form-row-wide {
	grid-column: 1 / -1;
}

.cgx-edit-account-fields .clear {
	display: none;
}

.cgx-edit-account-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #163f2e;
}

.cgx-edit-account-form .input-text,
.cgx-edit-account-form input[type="text"],
.cgx-edit-account-form input[type="email"],
.cgx-edit-account-form input[type="password"] {
	width: 100%;
	min-height: 48px;
	padding: 0 16px !important;
	border: 1px solid rgba(22, 63, 46, 0.22) !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, 0.72) !important;
	box-shadow: none !important;
	font-size: 15px;
	color: #163f2e;
	box-sizing: border-box;
}

.cgx-edit-account-form .input-text:focus,
.cgx-edit-account-form input:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: #163f2e !important;
}

.cgx-edit-account-password-block {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(22, 63, 46, 0.12);
}

.cgx-edit-account-password-block h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #163f2e;
}

.cgx-edit-account-password-block p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.8;
	color: #5b625a;
	max-width: 760px;
}

.cgx-edit-account-actions {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(22, 63, 46, 0.12);
	display: flex;
	justify-content: flex-start;
}

.cgx-edit-account-actions .button,
.cgx-edit-account-actions button.button,
.cgx-edit-account-actions input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px !important;
	background: #163f2e !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-size: 14px;
	font-weight: 700;
	box-shadow: none !important;
	text-decoration: none;
}

@media (max-width: 767px) {
	.cgx-edit-account-head h2 {
		font-size: 24px;
	}

	.cgx-edit-account-fields {
		grid-template-columns: 1fr;
	}

	.cgx-edit-account-fields .form-row-wide {
		grid-column: auto;
	}

	.cgx-edit-account-password-block h3 {
		font-size: 20px;
	}
}

/* CGX My Account validation 1.0.39 */
.cgx-account-login-left .input-text.cgx-field-error,
.woocommerce-account .woocommerce-MyAccount-content input.cgx-field-error,
.woocommerce-account .woocommerce-MyAccount-content select.cgx-field-error,
.woocommerce-account .woocommerce-MyAccount-content textarea.cgx-field-error {
	border-color: #a12626 !important;
	background: #fffafa !important;
	box-shadow: 0 0 0 3px rgba(161, 38, 38, 0.08) !important;
}

.cgx-account-messages {
	display: none;
	width: 100%;
}

.cgx-account-message-inner p {
	margin: 0;
}


/* CGX My Account refinements 1.0.40 */
.woocommerce-account .woocommerce-MyAccount-content h2,
.cgx-account-dashboard-head h2,
.cgx-orders-head h2,
.cgx-view-order-head-main h2,
.cgx-addresses-head h2,
.cgx-edit-account-head h2 {
	font-size: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content h3,
.cgx-account-info-title,
.cgx-account-info-title-under,
.cgx-order-card-main h3,
.cgx-orders-empty h3,
.cgx-view-order-card-head h3,
.cgx-address-card-head h3,
.cgx-edit-account-password-block h3 {
	font-size: 18px;
}

.cgx-orders-empty {
	padding: 24px;
	text-align: center;
}

.cgx-orders-empty h3 {
	margin-bottom: 16px;
}

.cgx-orders-empty p {
	display: none;
}

.cgx-orders-head {
	margin-bottom: 18px;
}

.cgx-orders-head p {
	display: none;
}

@media (max-width: 767px) {
	.cgx-myaccount-nav ul {
		display: flex !important;
		flex-direction: column !important;
		gap: 8px;
	}

	.cgx-myaccount-nav ul li {
		width: 100%;
	}

	.cgx-myaccount-nav ul li a {
		width: 100%;
		justify-content: flex-start;
		min-height: 46px;
		font-size: 13px;
	}

	.woocommerce-account .woocommerce-MyAccount-content h2,
	.cgx-account-dashboard-head h2,
	.cgx-orders-head h2,
	.cgx-view-order-head-main h2,
	.cgx-addresses-head h2,
	.cgx-edit-account-head h2 {
		font-size: 18px;
	}

	.woocommerce-account .woocommerce-MyAccount-content h3,
	.cgx-account-info-title,
	.cgx-account-info-title-under,
	.cgx-order-card-main h3,
	.cgx-orders-empty h3,
	.cgx-view-order-card-head h3,
	.cgx-address-card-head h3,
	.cgx-edit-account-password-block h3 {
		font-size: 16px;
	}
}


/* CGX My Account notices and orders polish 1.0.41 */
.woocommerce-account .woocommerce-notices-wrapper:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

.woocommerce-account .woocommerce-notices-wrapper {
	max-width: 1360px;
	margin: 0 auto 16px;
	padding: 0;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
	margin: 0 0 16px !important;
	padding: 14px 18px !important;
	border: 1px solid rgba(22, 63, 46, 0.12) !important;
	border-radius: 14px !important;
	background: rgba(255, 255, 255, 0.72) !important;
	color: #163f2e !important;
	box-shadow: 0 10px 28px rgba(16, 45, 33, 0.07) !important;
	font-size: 14px;
	line-height: 1.55;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before {
	color: #1f6b2a;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
	color: #c8a96a;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
	border-color: rgba(161, 38, 38, 0.20) !important;
	background: #fffafa !important;
	color: #a12626 !important;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before {
	color: #a12626;
}

.woocommerce-account .woocommerce-notices-wrapper a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error a {
	color: #163f2e;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cgx-orders-head p {
	display: block !important;
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #5b625a;
	max-width: 760px;
}

.cgx-orders-empty {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
}

.cgx-orders-empty h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.25;
	color: #163f2e;
}

.cgx-orders-empty p {
	display: block !important;
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.7;
	color: #5b625a;
	max-width: 680px;
}

.cgx-orders-empty .button {
	min-height: 42px;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #163f2e !important;
	color: #f7f3ea !important;
	box-shadow: none !important;
}

.cgx-orders-empty .button:hover {
	background: #102d21 !important;
	color: #f7f3ea !important;
}

@media (max-width: 767px) {
	.woocommerce-account .woocommerce-notices-wrapper {
		margin-bottom: 12px;
	}

	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info,
	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
		padding: 12px 14px !important;
		border-radius: 12px !important;
		font-size: 13px;
	}

	.cgx-orders-empty {
		text-align: left;
	}

	.cgx-orders-empty .button {
		width: auto;
	}
}


/* CGX WooCommerce notice icon spacing 1.0.42 */
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
	position: relative;
	padding-left: 52px !important;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before {
	position: absolute;
	top: 50%;
	left: 18px;
	margin: 0;
	transform: translateY(-50%);
	line-height: 1;
}

@media (max-width: 767px) {
	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info,
	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
		padding-left: 46px !important;
	}

	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message::before,
	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info::before,
	.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error::before,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before {
		left: 15px;
	}
}


/* CGX focus-visible cleanup 1.0.43 */
.woocommerce-account .cgx-account-login-wrap *:focus,
.woocommerce-account .cgx-myaccount-layout *:focus,
.woocommerce-account .cgx-account-login-wrap *:focus-visible,
.woocommerce-account .cgx-myaccount-layout *:focus-visible {
	outline: none !important;
}

.woocommerce-account .cgx-account-login-left .input-text:focus,
.woocommerce-account .cgx-account-login-left .input-text:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus-visible,
.woocommerce-account .cgx-edit-account-form .input-text:focus,
.woocommerce-account .cgx-edit-account-form .input-text:focus-visible {
	outline: none !important;
	border-color: #163f2e !important;
	box-shadow: 0 0 0 3px rgba(22, 63, 46, 0.10) !important;
}

.woocommerce-account .cgx-myaccount-nav a:focus,
.woocommerce-account .cgx-myaccount-nav a:focus-visible,
.woocommerce-account .cgx-account-switch-text a:focus,
.woocommerce-account .cgx-account-switch-text a:focus-visible,
.woocommerce-account .cgx-account-register-text a:focus,
.woocommerce-account .cgx-account-register-text a:focus-visible,
.woocommerce-account .button:focus,
.woocommerce-account .button:focus-visible,
.woocommerce-account button:focus,
.woocommerce-account button:focus-visible,
.woocommerce-account a.button:focus,
.woocommerce-account a.button:focus-visible {
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(22, 63, 46, 0.12) !important;
}

.woocommerce-account .cgx-myaccount-nav a:focus:not(:focus-visible),
.woocommerce-account .cgx-account-switch-text a:focus:not(:focus-visible),
.woocommerce-account .cgx-account-register-text a:focus:not(:focus-visible),
.woocommerce-account .button:focus:not(:focus-visible),
.woocommerce-account button:focus:not(:focus-visible),
.woocommerce-account a.button:focus:not(:focus-visible) {
	box-shadow: none !important;
}


/* CGX account info heading size 1.0.44 */
.woocommerce-account .cgx-account-info-title {
	font-size: 24px;
	line-height: 1.15;
	font-weight: 850;
	letter-spacing: -0.045em;
}

.woocommerce-account .cgx-account-info-title-under {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.035em;
}

@media (max-width: 767px) {
	.woocommerce-account .cgx-account-info-title {
		font-size: 22px;
	}

	.woocommerce-account .cgx-account-info-title-under {
		font-size: 18px;
	}
}


/* CGX Woo notices no blue outline 1.0.45 */
.woocommerce-account ul.woocommerce-error,
.woocommerce-account ul.woocommerce-error:focus,
.woocommerce-account ul.woocommerce-error:focus-visible,
.woocommerce-account ul.woocommerce-error:focus-within,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-error:focus,
.woocommerce-account .woocommerce-error:focus-visible,
.woocommerce-account .woocommerce-error:focus-within,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-message:focus,
.woocommerce-account .woocommerce-message:focus-visible,
.woocommerce-account .woocommerce-message:focus-within,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-info:focus,
.woocommerce-account .woocommerce-info:focus-visible,
.woocommerce-account .woocommerce-info:focus-within {
	outline: 0 !important;
	outline-color: transparent !important;
	outline-style: none !important;
	outline-width: 0 !important;
}

.woocommerce-account ul.woocommerce-error:focus-visible,
.woocommerce-account .woocommerce-error:focus-visible,
.woocommerce-account .woocommerce-message:focus-visible,
.woocommerce-account .woocommerce-info:focus-visible {
	box-shadow: 0 10px 28px rgba(16, 45, 33, 0.07) !important;
}


/* CGX account info panel plain text 1.0.46 */
.woocommerce-account .cgx-account-login-right {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.woocommerce-account .cgx-account-info-box {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.woocommerce-account .cgx-account-info-title {
	margin: 0 0 25px;
	font-size: 28px !important;
	line-height: 1.2;
	font-weight: 700 !important;
	letter-spacing: -0.045em;
	color: #163f2e;
}

.woocommerce-account .cgx-account-info-title-under {
	font-size: 22px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.woocommerce-account .cgx-account-login-right {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.woocommerce-account .cgx-account-info-title {
		font-size: 28px !important;
	}

	.woocommerce-account .cgx-account-info-title-under {
		font-size: 20px;
	}
}


/* CGX account login card softer shadow 1.0.47 */
.woocommerce-account .cgx-account-login-left {
	box-shadow: 0 8px 22px rgba(16, 45, 33, 0.045) !important;
}


/* CGX account login card softer shadow 1.0.48 */
.woocommerce-account .cgx-account-login-left {
	box-shadow: 0 4px 12px rgba(16, 45, 33, 0.045) !important;
}

/* Password reset flow */
.cgx-account-forgot-password {
	margin: -6px 0 16px;
	text-align: right;
	font-size: 14px;
	line-height: 1.4;
}

.cgx-account-forgot-password a,
.cgx-lost-password-back a {
	color: #163f2e;
	font-weight: 700;
	text-decoration: none;
}

.cgx-account-forgot-password a:hover,
.cgx-lost-password-back a:hover {
	text-decoration: underline;
}

.cgx-lost-password-wrap,
.cgx-reset-password-wrap {
	max-width: 720px;
	margin: 18px auto;
	padding: 0 15px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cgx-lost-password-card,
.cgx-reset-password-card {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 18px;
	box-shadow: 0 16px 42px rgba(16, 45, 33, 0.08);
	padding: 42px 46px;
	text-align: center;
	box-sizing: border-box;
}

.cgx-lost-password-icon {
	width: 58px;
	height: 58px;
	margin: 0 auto 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f7f3ea;
	border: 1px solid rgba(200, 169, 106, 0.45);
	color: #163f2e;
}

.cgx-lost-password-icon svg {
	width: 28px;
	height: 28px;
}

.cgx-lost-password-title {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.16;
	font-weight: 700;
	letter-spacing: -0.045em;
	color: #163f2e;
}

.cgx-lost-password-desc,
.cgx-lost-password-note {
	margin: 0 auto 26px;
	max-width: 560px;
	font-size: 16px;
	line-height: 1.7;
	color: #5b625a;
}

.cgx-lost-password-note {
	margin-bottom: 18px;
	color: #163f2e;
}

.cgx-lost-password-form,
.cgx-reset-password-form {
	max-width: 520px;
	margin: 0 auto;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	text-align: left;
}

.cgx-lost-password-form .form-row,
.cgx-reset-password-form .form-row {
	margin: 0 0 18px;
}

.cgx-lost-password-form label,
.cgx-reset-password-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 600;
	color: #163f2e;
}

.cgx-lost-password-form .input-text,
.cgx-reset-password-form .input-text {
	width: 100%;
	height: 48px !important;
	padding: 0 16px;
	border: 1px solid rgba(22, 63, 46, 0.22) !important;
	border-radius: 12px !important;
	font-size: 16px;
	color: #163f2e;
	background: rgba(255, 255, 255, 0.82);
	box-sizing: border-box;
}

.cgx-lost-password-form .input-text:focus,
.cgx-reset-password-form .input-text:focus {
	border-color: #163f2e !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(22, 63, 46, 0.10) !important;
}

.cgx-lost-password-actions {
	margin: 10px 0 0 !important;
	text-align: center;
}

.cgx-lost-password-actions .button,
.cgx-lost-password-card .button,
.cgx-reset-password-card .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	border: 0 !important;
	padding: 0 24px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer;
	background: #163f2e !important;
	color: #ffffff !important;
	border-radius: 100px !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.cgx-lost-password-back {
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color: #163f2e;
}

.woocommerce-account .cgx-lost-password-card .woocommerce-password-strength,
.woocommerce-account .cgx-reset-password-card .woocommerce-password-strength,
.woocommerce-account .cgx-lost-password-card .woocommerce-password-hint,
.woocommerce-account .cgx-reset-password-card .woocommerce-password-hint {
	display: block !important;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.45;
	text-align: left;
	color: #5b625a;
}

@media (max-width: 767px) {
	.cgx-account-forgot-password {
		text-align: center;
		margin: -4px 0 14px;
	}

	.cgx-lost-password-card,
	.cgx-reset-password-card {
		padding: 30px 16px;
		border-radius: 14px;
	}

	.cgx-lost-password-title {
		font-size: 24px;
	}

	.cgx-lost-password-desc,
	.cgx-lost-password-note {
		font-size: 14px;
		line-height: 1.65;
		margin-bottom: 22px;
	}
}
