.customer-icon {
	display: block;
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
}

body.vx-account-contact-is-open {
	overflow: hidden;
}

.layout-info-account .vx-account-contact-open {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(253, 218, 122, .55);
	border-radius: 999px;
	color: #fdda7a;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.4;
	margin: 12px 0 0 0px;
	min-height: 38px;
	padding: 8px 16px;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.layout-info-account .vx-account-contact-open:hover,
.layout-info-account .vx-account-contact-open:focus-visible {
	background: #fdda7a;
	border-color: #fdda7a;
	color: #491010;
	outline: 0;
}

.vx-account-contact-modal[hidden] {
	display: none;
}


.vx-account-contact-modal {
	align-items: flex-start;
	background: rgba(0, 0, 0, .78);
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-family: "Be Vietnam Pro", "Be Vietnam", sans-serif;
	font-size: 14px;
	inset: 0;
	justify-content: center;
	line-height: 1.4;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 48px 20px;
	position: fixed;
	-webkit-font-smoothing: antialiased;
	z-index: 99999;
}

.vx-account-contact-modal *,
.vx-account-contact-modal *::before,
.vx-account-contact-modal *::after {
	box-sizing: border-box;
}

.vx-account-contact-modal .vx-contact-dialog {
	background: #000;
	border: 1px solid #fdda7a;
	border-radius: 16px;
	box-shadow: none;
	max-width: 700px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 1.5rem;
	padding: 0;
	position: absolute;
	right: 1.4rem;
	top: 1.4rem;
	width: 1.5rem;
	z-index: 2;
}

.vx-account-contact-modal .vx-contact-close svg {
	display: block;
	height: 100%;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-close[hidden] {
	display: none;
}

.vx-account-contact-modal .vx-contact-deco {
	height: auto;
	max-height: 105%;
	object-fit: contain;
	object-position: right top;
	opacity: .8;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 72%;
	z-index: 0;
}

.vx-account-contact-modal .vx-contact-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px 48px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.vx-account-contact-modal .vx-contact-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1px;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-title {
	align-items: center;
	display: flex;
	gap: 11px;
	justify-content: center;
	margin: 0;
	padding: 40px 24px;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-title h2 {
	color: #fff;
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: normal;
	margin: 0;
	white-space: nowrap;
}

.vx-account-contact-modal .vx-contact-title .vx-wing {
	aspect-ratio: 133 / 45;
	height: auto;
	width: clamp(72px, 12vw, 133px);
}
.vx-account-contact-modal .vx-contact-title .vx-wing-right {
	transform: scaleY(-1) rotate(168deg);
}
.vx-account-contact-modal .vx-contact-lead {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	max-width: 632px;
	text-align: center;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

.vx-account-contact-modal .vx-field-row {
	display: flex;
	gap: 16px;
	width: 100%;
}

.vx-account-contact-modal .vx-field-row > .vx-field {
	flex: 1 1 0;
	min-width: 0;
}

.vx-account-contact-modal .vx-field {
	margin: 0;
}

.vx-account-contact-modal .vx-field-stack {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.vx-account-contact-modal .vx-field > label,
.vx-account-contact-modal .vx-field-stack > label {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.16px;
	line-height: 1.4;
	margin: 0;
}

.vx-account-contact-modal .vx-required {
	color: #ffe372;
	font-weight: 400;
}

.vx-account-contact-modal .vx-input {
	background: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 4px;
	color: #fff;
	font-family: "Be Vietnam Pro", "Be Vietnam", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 1.4;
	outline: 0;
	padding: 8px 16px;
	transition: border-color .2s ease, box-shadow .2s ease;
	width: 100%;
}

.vx-account-contact-modal .vx-input::placeholder {
	color: rgba(255, 255, 255, .5);
}

.vx-account-contact-modal .vx-input:focus {
	border-color: #fdda7a;
	box-shadow: 0 0 0 2px rgba(253, 218, 122, .15);
}

.vx-account-contact-modal .vx-contact-select-wrap {
	align-items: center;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 8px;
	display: flex;
	height: 50px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-family: "Be Vietnam Pro", "Be Vietnam", sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 100%;
	line-height: 1.3;
	margin: 0;
	outline: none;
	padding: 10px 44px 10px 14px;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-select option {
	background: #fff;
	color: #111;
}

.vx-account-contact-modal .vx-contact-select-arrow {
	height: 24px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.vx-account-contact-modal .vx-license-bar {
	align-items: center;
	background: rgba(255, 255, 255, .15);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: .25rem;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: .5rem 1rem;
	width: 100%;
}

.vx-account-contact-modal .vx-license-hint {
	color: rgba(255, 255, 255, .5);
	font-size: clamp(.8125rem, 1vw, 14px);
	line-height: 1.4;
	white-space: nowrap;
}

.vx-account-contact-modal .vx-license-hint.is-filled {
	color: #fdda7a;
	font-weight: 500;
}

.vx-account-contact-modal .vx-btn-file {
	align-items: center;
	background: rgba(255, 255, 255, .1);
	border: 1px solid #fdda7a;
	border-radius: .5rem;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	margin: 0;
	min-width: 0;
	padding: .625rem 1rem;
	white-space: nowrap;
	width: auto;
}

.vx-account-contact-modal .vx-btn-file span {
	background-image: linear-gradient(83.4deg, #fdda7a 4.26%, #fbfae0 24.83%, #fdda7a 51.49%, #be8a35 74.27%, #fdda7a 103.75%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: clamp(.8125rem, 1vw, 14px);
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
}

.vx-account-contact-modal .vx-hint {
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

.vx-account-contact-modal .vx-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 4px;
	width: 100%;
}

.vx-account-contact-modal .vx-confirm-btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 9999px;
	color: #fff;
	cursor: pointer;
	font-family: "Be Vietnam Pro", "Be Vietnam", sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.2;
	margin: 0;
	min-width: 160px;
	padding: .875rem 1.75rem;
	transition: background .2s ease, border-color .2s ease;
	white-space: nowrap;
}

.vx-account-contact-modal .vx-confirm-btn:hover,
.vx-account-contact-modal .vx-confirm-btn:focus-visible {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .8);
	color: #fff;
	outline: 0;
}

.vx-account-contact-modal .vx-confirm-btn:disabled {
	cursor: not-allowed;
	opacity: .55;
}

.vx-account-contact-modal .vx-contact-message {
	border-radius: 8px;
	font-size: 14px;
	padding: 10px 14px;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-message.is-error {
	background: rgba(73, 16, 16, .9);
	border: 1px solid rgba(255, 138, 138, .45);
	color: #ffe9e9;
}

.vx-account-contact-modal .vx-contact-message.is-success {
	background: rgba(24, 19, 10, .9);
	border: 1px solid rgba(253, 218, 122, .5);
	color: #fbfae0;
}

.vx-account-contact-modal .vx-contact-notice {
	background: rgba(253, 218, 122, .1);
	border: 1px solid rgba(253, 218, 122, .55);
	border-radius: 8px;
	color: #fbfae0;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 12px 16px;
	text-align: left;
	width: 100%;
}

.vx-account-contact-modal .vx-contact-notice strong {
	color: #fdda7a;
}

.vx-account-contact-modal [data-vx-pdf-result] {
	color: #fdda7a;
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-top: 8px;
	word-break: break-word;
}

.vx-account-contact-modal [data-vx-pdf-result]:empty,
.vx-account-contact-modal .vx-contact-notice[hidden],
.vx-account-contact-modal .vx-contact-actions [data-vx-contact-cancel][hidden] {
	display: none;
}

@media (max-width: 991.98px) {
	.vx-account-contact-modal .vx-field-row {
		flex-direction: column;
		gap: 24px;
	}
}

@media (max-width: 767.98px) {
	.layout-info-account .vx-account-contact-open {
		display: flex;
		margin-left: 0;
		width: 100%;
	}

	.vx-account-contact-modal {
		padding: 16px;
	}

	.vx-account-contact-modal .vx-wing {
		display: none;
	}

	.vx-account-contact-modal .vx-license-bar {
		align-items: stretch;
		flex-direction: column;
	}

	.vx-account-contact-modal .vx-license-hint {
		white-space: normal;
	}
}

.customer-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.layout-account,
.layout-info-account {
	background-color: #030303;
	color: #fff;
}

.layout-account {
	min-height: 85vh;
	overflow: hidden;
	padding: 64px 0 72px;
	position: relative;
}

.layout-account::before {
	background: radial-gradient(circle, rgba(103, 7, 7, .72) 0%, rgba(33, 2, 2, .28) 42%, rgba(3, 3, 3, 0) 72%);
	content: "";
	height: 720px;
	left: -260px;
	pointer-events: none;
	position: absolute;
	top: -260px;
	width: 720px;
}

.layout-account::after {
	background: radial-gradient(circle, rgba(190, 138, 53, .16) 0%, rgba(3, 3, 3, 0) 68%);
	bottom: -300px;
	content: "";
	height: 680px;
	pointer-events: none;
	position: absolute;
	right: -220px;
	width: 680px;
}

.layout-account > .container-fluid {
	position: relative;
	z-index: 1;
}

.layout-account .wrapbox-heading-account,
.layout-account .wrapbox-content-account {
	float: none;
	max-width: none;
	width: auto;
}

.layout-account .wrapbox-heading-account {
	margin-bottom: 25px;
}

.layout-account .wrapbox-heading-account .header-page {
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.layout-account .wrapbox-heading-account .header-page::after {
	background: linear-gradient(90deg, #fdda7a 0%, rgba(253, 218, 122, 0) 100%);
	content: "";
	display: block;
	height: 2px;
	margin: 20px 0 0;
	width: 80px;
}

.layout-account .wrapbox-heading-account .header-page h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.16;
	margin: 0;
}

.layout-account .wrapbox-content-account {
	align-items: center;
	background: rgba(255, 255, 255, .05);
	backdrop-filter: blur(17px);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 20px;
	padding: 52px 48px;
	margin-left: auto;
	margin-right: auto;
}

.layout-account .wrapbox-content-account > div,
.layout-account .wrapbox-content-account .userbox {
	width: 100%;
}

.layout-account .userbox h2,
.layout-account .accounttype h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 24px;
}

.layout-account .accounttype h2:empty {
	display: none;
}

.layout-account .create-password {
	color: rgba(255, 255, 255, .65);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 24px;
}

.layout-account .large_form {
	margin-bottom: 16px;
	position: relative;
}

.layout-account .large_form.large_form-mr10 {
	margin-bottom: 16px;
}

.layout-account .customer-password-requirements {
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
	line-height: 1.5;
	margin: -8px 0 16px;
}

.layout-account .customer-password-error:not([hidden]) {
	color: #ffe9e9;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 8px;
}

.layout-account .icon-field {
	align-items: center;
	color: rgba(253, 218, 122, .72);
	display: flex;
	height: 50px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	transition: color .2s ease;
	width: 48px;
	z-index: 1;
}

.layout-account .large_form:focus-within .icon-field {
	color: #fdda7a;
}

.layout-account .customer-password-field input[type="password"],
.layout-account .customer-password-field input[type="text"] {
	padding-right: 50px;
}

.layout-account .customer-password-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: rgba(255, 255, 255, .52);
	cursor: pointer;
	display: flex;
	height: 50px;
	justify-content: center;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: color .2s ease;
	width: 48px;
	z-index: 2;
}

.layout-account .customer-password-toggle:hover,
.layout-account .customer-password-toggle:focus-visible {
	color: #fdda7a;
}

.layout-account .customer-password-toggle:focus-visible {
	outline: 1px solid rgba(253, 218, 122, .72);
	outline-offset: -6px;
}

.layout-account .customer-password-icon-show,
.layout-account .customer-password-icon-hide {
	display: block;
}

.layout-account .customer-password-icon-hide,
.layout-account .customer-password-toggle[aria-pressed="true"] .customer-password-icon-show {
	display: none;
}

.layout-account .customer-password-toggle[aria-pressed="true"] .customer-password-icon-hide {
	display: block;
}

.layout-account .userbox input[type="email"],
.layout-account .userbox input[type="password"],
.layout-account .userbox input[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 10px;
	box-shadow: none;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	height: 50px;
	outline: none;
	padding: 0 16px 0 48px;
	transition: background .2s ease, border-color .2s ease;
	width: 100%;
}

.layout-account .userbox input[type="email"]::placeholder,
.layout-account .userbox input[type="password"]::placeholder,
.layout-account .userbox input[type="text"]::placeholder {
	color: rgba(255, 255, 255, .42);
}

.layout-account .userbox input[type="email"]:focus,
.layout-account .userbox input[type="password"]:focus,
.layout-account .userbox input[type="text"]:focus {
	background: rgba(255, 255, 255, .1);
	border-color: rgba(253, 218, 122, .72);
}

.layout-account #form-gender {
	align-items: center;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	min-height: 36px;
	row-gap: 8px;
}

.layout-account #form-gender input[type="radio"] {
	display: block;
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.layout-account .customer-gender-label {
	color: rgba(255, 255, 255, .72);
	flex-basis: 100%;
	font-size: 14px;
}

.layout-account .customer-gender-required {
	color: #fdda7a;
}

.layout-account .customer-gender-error {
	color: #ffe9e9;
	flex-basis: 100%;
	font-size: 13px;
}

.layout-account #form-gender input[type="radio"] + label {
	color: rgba(255, 255, 255, .72);
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	padding-left: 28px;
	position: relative;
}

.layout-account #form-gender input[type="radio"] + label::before {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	box-shadow: none;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 1px;
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
	width: 18px;
}

.layout-account #form-gender input[type="radio"] + label::after {
	display: none;
}

.layout-account #form-gender input[type="radio"]:checked + label::before {
	background: #fdda7a;
	border-color: #fdda7a;
	box-shadow: inset 0 0 0 4px #151515;
}

.layout-account #form-gender input[type="radio"]:focus-visible + label::before {
	outline: 2px solid #fdda7a;
	outline-offset: 3px;
}

.layout-account .sitebox-recaptcha {
	color: rgba(255, 255, 255, .45);
	font-size: 12px;
	line-height: 1.55;
	margin: 4px 0 20px;
}

.layout-account .sitebox-recaptcha a,
.layout-account .req_pass a,
.layout-account .come-back,
.layout-account #guest a {
	color: #fdda7a;
}

.layout-account .action_account_custommer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.layout-account .action_account_custommer .action_bottom,
.layout-account .action_account_custommer .req_pass {
	display: block;
}

.layout-account .action_account_custommer .req_pass {
	color: rgba(255, 255, 255, .58);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	margin-left: 0;
}

.layout-account .userbox .action_bottom,
.layout-account #guest .action_bottom {
	padding: 0;
}

.layout-account .userbox .action_bottom .btn,
.layout-account #guest .action_bottom .btn {
	align-items: center;
	background: linear-gradient(84.6deg, #ffb73c 4.258%, #fbfae0 24.829%, #fdda7a 51.492%, #be8a35 74.266%, #ffc955 103.75%);
	border: 0;
	border-radius: 999px;
	color: #491010;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	letter-spacing: .02em;
	line-height: 48px;
	padding: 0 28px;
	text-transform: none;
	transition: opacity .2s ease, transform .2s ease;
}

.layout-account .req_pass {
	color: rgba(255, 255, 255, .58);
}

.layout-account .come-back {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	gap: 9px;
	margin-top: 24px;
}

.layout-account .errors {
	background: rgba(143, 3, 3, .2);
	border: 1px solid rgba(255, 109, 109, .4);
	border-radius: 10px;
	color: #ffd1d1;
	font-size: 13px;
	line-height: 1.6;
	list-style-position: inside;
	margin: 0 0 20px;
	padding: 12px 14px;
}

.layout-account .userbox .errors a {
	color: #fdda7a;
}

.layout-account #guest {
	border-top: 1px solid rgba(255, 255, 255, .12);
	float: none;
	margin-top: 28px;
	max-width: none;
	padding: 28px 0 0;
	width: 100%;
}

.layout-account #guest h2 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 16px;
}

.layout-info-account {
	min-height: 85vh;
	padding: 0 0 72px;
}

.layout-info-account .title-infor-account {
	border: 0;
	margin: 0 0 40px;
	padding: 64px 15px 0;
}

.layout-info-account .title-infor-account h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}

.layout-info-account .title-infor-account h1::after {
	background: linear-gradient(90deg, rgba(253, 218, 122, 0) 0%, #fdda7a 50%, rgba(253, 218, 122, 0) 100%);
	content: "";
	display: block;
	height: 2px;
	margin: 18px auto 0;
	width: 96px;
}

.layout-info-account > .container {
	max-width: 1240px;
}

.layout-info-account > .container > .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.layout-info-account > .container > .row > [class*="col-"] {
	padding-left: 12px;
	padding-right: 12px;
}

.layout-info-account .sidebar-account {
	position: relative;
}

.layout-info-account .AccountSidebar {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	padding: 26px 22px;
	position: sticky;
	top: 24px;
}

.layout-info-account .AccountTitle {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.layout-info-account .AccountTitle::after {
	background: linear-gradient(90deg, #fdda7a 0%, rgba(253, 218, 122, 0) 100%);
	content: "";
	display: block;
	height: 2px;
	margin-top: 12px;
	width: 48px;
}

.layout-info-account .AccountList ul {
	margin: 0;
}

.layout-info-account .AccountList ul > li + li {
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.layout-info-account .AccountList ul > li > a {
	align-items: center;
	color: rgba(255, 255, 255, .62);
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
	padding: 13px 2px;
	transition: color .2s ease;
}

.layout-info-account .AccountList ul > li > a::before {
	background: rgba(255, 255, 255, .25);
	border-radius: 50%;
	content: "";
	flex: 0 0 6px;
	height: 6px;
	margin: 0;
	width: 6px;
}

.layout-info-account .AccountList ul > li.current > a,
.layout-info-account .AccountList ul > li > a[aria-current="page"] {
	color: #fdda7a;
}

.layout-info-account .AccountList ul > li.current > a::before,
.layout-info-account .AccountList ul > li > a[aria-current="page"]::before {
	background: #fdda7a;
	box-shadow: 0 0 10px rgba(253, 218, 122, .55);
}

.layout-info-account #customer_sidebar,
.layout-info-account .customer-table-bg,
.layout-info-account .header-page,
.layout-info-account #order_payment,
.layout-info-account #order_shipping,
.layout-info-account #add_address {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
}

.layout-info-account #customer_sidebar {
	padding: 28px;
}

.layout-info-account .vx-account-contact-summary-wrap {
	margin-top: 24px;
	padding: 0;
}

.layout-info-account .vx-account-contact-summary {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	padding: 28px;
}

.layout-info-account .vx-account-contact-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.layout-info-account .vx-account-contact-item {
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 10px;
	margin: 0;
	min-width: 0;
	padding: 14px 16px;
}

.layout-info-account .vx-account-contact-item-wide {
	grid-column: 1 / -1;
}

.layout-info-account .vx-account-contact-item dt {
	color: rgba(255, 255, 255, .52);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.4;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.layout-info-account .vx-account-contact-item dd {
	color: #fff;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	overflow-wrap: anywhere;
}

.layout-info-account .vx-account-contact-summary-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.layout-info-account .vx-account-contact-summary .vx-account-contact-open {
	margin: 0;
}

@media (max-width: 767.98px) {
	.layout-info-account .vx-account-contact-summary {
		border-radius: 14px;
		padding: 20px 16px;
	}

	.layout-info-account .vx-account-contact-list {
		grid-template-columns: minmax(0, 1fr);
	}
}

.layout-info-account .title-detail {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .05em;
	margin: 0 0 18px;
	padding: 0 0 14px;
	text-transform: uppercase;
}

.layout-info-account .name_account {
	color: #fdda7a;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 7px;
}

.layout-info-account #customer_sidebar p,
.layout-info-account .address p {
	color: rgba(255, 255, 255, .65);
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 4px;
}

.layout-info-account #customer_sidebar .email {
	color: #fff;
	margin-bottom: 18px;
}

.layout-info-account a#view_address,
.layout-info-account #return_to_store {
	color: #fdda7a;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	margin-top: 12px;
	opacity: 1;
}

.layout-info-account .customer-table-wrap {
	background: transparent;
	padding: 0;
}

.layout-info-account #customer_orders,
.layout-info-account #order_payment,
.layout-info-account #order_shipping {
	margin-bottom: 0;
	margin-top: 24px;
}

.layout-info-account .customer-table-bg {
	padding: 24px;
}

.layout-info-account .table-responsive {
	border: 0;
	margin: 0;
	padding: 0;
}

.layout-info-account #customer_orders table,
.layout-info-account #order_details {
	background: transparent;
	border-collapse: separate;
	border-spacing: 0;
	color: #fff;
	margin: 0;
	min-width: 760px;
	width: 100%;
}

.layout-info-account #customer_orders table tr,
.layout-info-account #order_details tr {
	height: auto;
	line-height: 1.5;
}

.layout-info-account #customer_orders table thead th,
.layout-info-account #order_details tr:first-child th {
	background: rgba(255, 255, 255, .06);
	border: 0;
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .04em;
	padding: 14px 12px;
	text-transform: uppercase;
	white-space: nowrap;
}

.layout-info-account #customer_orders table tr td,
.layout-info-account #order_details tr td {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.55;
	padding: 15px 12px;
	vertical-align: middle;
}

.layout-info-account #customer_orders table tr a,
.layout-info-account #order_details tr a {
	color: #fdda7a;
	float: none;
	font-weight: 600;
	margin: 0;
	opacity: 1;
	width: auto;
}

.layout-info-account #customer_orders table tr:last-child td,
.layout-info-account #order_details tr:last-child td {
	border-bottom: 0;
}

.layout-info-account #customer_orders .money,
.layout-info-account #order_details .money {
	color: #fff;
	font-weight: 600;
}

.layout-info-account [class*="status_"],
.layout-info-account [class*="shipment_"] {
	background: rgba(253, 218, 122, .12);
	border: 1px solid rgba(253, 218, 122, .26);
	border-radius: 999px;
	color: #fdda7a;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	padding: 5px 9px;
	white-space: nowrap;
}

.layout-info-account .header-page {
	margin-bottom: 20px;
	padding: 22px 24px;
}

.layout-info-account .name-order {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0;
	text-transform: none;
}

.layout-info-account .order_date {
	color: rgba(255, 255, 255, .52);
	font-size: 13px;
	font-weight: 400;
}

.layout-info-account #order_cancelled {
	background: rgba(143, 3, 3, .2);
	border: 1px solid rgba(255, 109, 109, .35);
	border-radius: 10px;
	color: #ffd1d1;
	margin: 16px 0 0;
	padding: 12px 14px;
}

.layout-info-account #order_cancelled h5 {
	color: #fff;
	font-size: 14px;
	margin: 0 0 4px;
}

.layout-info-account .detail-table-order {
	margin-top: 20px;
}

.layout-info-account #order_details tr td.order-image {
	width: 74px;
}

.layout-info-account #order_details tr td.order-image a {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	display: block;
	overflow: hidden;
	width: 58px;
}

.layout-info-account #order_details tr.order_summary td {
	background: rgba(255, 255, 255, .025);
	border-bottom: 0;
	padding-bottom: 9px;
	padding-top: 9px;
}

.layout-info-account #order_details tr.order_total td {
	border-top: 1px solid rgba(253, 218, 122, .24);
	color: #fdda7a;
	font-size: 15px;
	padding-bottom: 14px;
	padding-top: 14px;
}

.layout-info-account #order_payment,
.layout-info-account #order_shipping {
	padding: 22px;
}

.layout-info-account .order_section_title {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 14px;
	padding: 0;
	text-transform: uppercase;
}

.layout-info-account .alert-info {
	background: rgba(253, 218, 122, .08);
	border: 1px solid rgba(253, 218, 122, .2);
	border-radius: 10px;
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
	margin-bottom: 16px;
	padding: 12px 14px;
}

.layout-info-account .account-order .address,
.layout-info-account.account-order .address {
	background: transparent;
	margin: 0;
	padding: 0;
}

.layout-info-account .adressName {
	color: #fff !important;
	font-weight: 650;
}

.layout-info-account #address_tables > .row {
	margin-left: 0;
	margin-right: 0;
}

.layout-info-account #address_tables > .row > [class*="col-"] {
	padding: 0;
}

.layout-info-account .address_title {
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .12);
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	color: #fff;
	margin: 0;
	min-height: 52px;
	padding: 16px 92px 14px 18px;
	position: relative;
}

.layout-info-account .address_title h3 {
	color: #fff;
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}

.layout-info-account .default_address.note {
	color: #fdda7a;
	font-size: 11px;
	font-weight: 500;
	margin-left: 5px;
	padding: 0;
}

.layout-info-account p.address_actions.text-right {
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

.layout-info-account .action_link {
	display: inline-flex;
	padding: 5px;
}

.layout-info-account .action_link a {
	align-items: center;
	background: rgba(253, 218, 122, .08);
	border: 1px solid rgba(253, 218, 122, .18);
	border-radius: 8px;
	color: #fdda7a;
	display: inline-flex;
	font-size: 15px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	text-transform: none;
	width: 32px;
}

.layout-info-account .action_delete a {
	background: rgba(143, 3, 3, .16);
	border-color: rgba(255, 155, 155, .2);
	color: #ffb0b0;
}

.layout-info-account .address_table {
	background: rgba(255, 255, 255, .035);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 0 0 14px 14px;
	color: rgba(255, 255, 255, .68);
	margin: 0 0 18px;
	padding: 18px;
}

.layout-info-account .view_address {
	display: flow-root;
}

.layout-info-account .view_address p {
	color: rgba(255, 255, 255, .65);
	font-size: 13px;
	line-height: 1.55;
	margin: 4px 0;
}

.layout-info-account .view_address p > b,
.layout-info-account .view_address p > strong {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.layout-info-account .add-new-address {
	align-items: center;
	background: linear-gradient(84.6deg, #ffb73c 4.258%, #fbfae0 24.829%, #fdda7a 51.492%, #be8a35 74.266%, #ffc955 103.75%);
	border: 0;
	border-radius: 999px;
	color: #491010 !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	padding: 0 24px;
	text-transform: none;
}

.layout-info-account #add_address {
	margin-top: 18px;
	padding: 20px;
}

.layout-info-account .edit_address {
	color: rgba(255, 255, 255, .65);
}

.layout-info-account .input-group {
	align-items: center;
	display: flex;
	margin: 0 0 12px;
	width: 100%;
}

.layout-info-account .input-group-prepend {
	display: flex;
	flex: 0 0 44px;
}

.layout-info-account .input-group .input-group-text {
	align-items: center;
	background: rgba(253, 218, 122, .07);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 9px 0 0 9px;
	border-right: 0;
	color: rgba(253, 218, 122, .72);
	display: flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
	width: 44px;
}

.layout-info-account .input-group:focus-within .input-group-text {
	background: rgba(253, 218, 122, .11);
	border-color: rgba(253, 218, 122, .7);
	color: #fdda7a;
}

.layout-info-account .input-group .form-control {
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0 9px 9px 0;
	border-left: 0;
	box-shadow: none;
	color: #fff;
	flex: 1 1 auto;
	font-family: inherit;
	font-size: 14px;
	height: 46px;
	outline: none;
	padding: 0 14px;
	min-width: 0;
	width: 100%;
}

.layout-info-account .input-group select.form-control {
	background-color: #1b1b1b;
}

.layout-info-account .input-group .form-control::placeholder {
	color: rgba(255, 255, 255, .4);
}

.layout-info-account .input-group .form-control:focus {
	border-color: rgba(253, 218, 122, .7);
}

.layout-info-account .input-group input[type="checkbox"] {
	accent-color: #fdda7a;
	margin-right: 8px;
}

.layout-info-account .action_bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.layout-info-account .action_bottom .btn {
	align-items: center;
	background: linear-gradient(84.6deg, #ffb73c 4.258%, #fbfae0 24.829%, #fdda7a 51.492%, #be8a35 74.266%, #ffc955 103.75%);
	border: 0;
	border-radius: 999px;
	color: #491010;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	line-height: 42px;
	margin: 0;
	padding: 0 22px;
	text-transform: none;
}

.layout-info-account .action_bottom span,
.layout-info-account .action_bottom a {
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
}

.layout-info-account .action_bottom a {
	color: #fdda7a;
}

@media (hover: hover) and (pointer: fine) {
	.layout-account .userbox .action_bottom .btn:hover,
	.layout-account #guest .action_bottom .btn:hover,
	.layout-info-account .add-new-address:hover,
	.layout-info-account .action_bottom .btn:hover {
		opacity: .92;
		transform: translateY(1px);
	}

	.layout-account .req_pass a:hover,
	.layout-account .come-back:hover,
	.layout-info-account a#view_address:hover,
	.layout-info-account #return_to_store:hover,
	.layout-info-account .AccountList ul > li > a:hover,
	.layout-info-account .action_link a:hover {
		color: #fff;
		text-decoration: none;
	}
}

@media (max-width: 991.98px) {
	.layout-account {
		padding: 40px 0 56px;
	}


	.layout-account .wrapbox-heading-account .header-page {
		padding: 0;
		text-align: left;
		width: 100%;
	}

	.layout-account .wrapbox-heading-account .header-page::after {
		margin: 18px 0 0;
	}

	.layout-account .wrapbox-heading-account .header-page h1 {
		font-size: 38px;
	}

	.layout-account .wrapbox-content-account {
		padding: 38px 30px;
	}

	.layout-info-account .title-infor-account {
		padding-top: 48px;
	}
}

@media (max-width: 767.98px) {
	.layout-account {
		padding: 28px 0 44px;
	}

	.layout-account > .container-fluid > .row {
		display: block;
	}

	.layout-account .wrapbox-heading-account {
		border-radius: 16px 16px 0 0;
		justify-content: flex-start;
		min-height: 0;
		padding: 28px 22px;
	}
	.layout-account .wrapbox-heading-account .header-page {
		padding: 0;
		text-align: left;
	}

	.layout-account .wrapbox-heading-account .header-page h1 {
		font-size: 30px;
	}

	.layout-account .wrapbox-heading-account .header-page::after {
		margin: 14px 0 0;
		width: 56px;
	}

	.layout-account .wrapbox-content-account {
		border-radius: 0 0 16px 16px;
		border-top: 0;
		min-height: 0;
		padding: 28px 20px;
	}

	.layout-account .action_account_custommer {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.layout-account .userbox .action_bottom,
	.layout-account .userbox .action_bottom .btn,
	.layout-account #guest .action_bottom,
	.layout-account #guest .action_bottom .btn {
		width: 100%;
	}

	.layout-info-account {
		padding-bottom: 48px;
	}

	.layout-info-account .title-infor-account {
		margin-bottom: 28px;
		padding: 36px 15px 0;
	}

	.layout-info-account .title-infor-account h1 {
		font-size: 28px;
	}

	.layout-info-account .AccountSidebar {
		margin-bottom: 22px;
		padding: 20px;
		position: static;
	}

	.layout-info-account .AccountList ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.layout-info-account .AccountList ul > li,
	.layout-info-account .AccountList ul > li + li {
		border: 0;
	}

	.layout-info-account .AccountList ul > li > a {
		background: rgba(255, 255, 255, .055);
		border: 1px solid rgba(255, 255, 255, .1);
		border-radius: 999px;
		padding: 9px 12px;
	}

	.layout-info-account .AccountList ul > li.current > a,
	.layout-info-account .AccountList ul > li > a[aria-current="page"] {
		background: rgba(253, 218, 122, .1);
		border-color: rgba(253, 218, 122, .3);
	}

	.layout-info-account #customer_sidebar,
	.layout-info-account .customer-table-bg,
	.layout-info-account .header-page,
	.layout-info-account #order_payment,
	.layout-info-account #order_shipping {
		border-radius: 14px;
		padding: 20px 16px;
	}

	.layout-info-account .name-order {
		font-size: 16px;
	}

	.layout-info-account .order_date {
		display: block;
		margin-top: 5px;
	}

	.layout-info-account #order_payment,
	.layout-info-account #order_shipping {
		margin-top: 18px;
	}

	.layout-info-account .address_title {
		padding-left: 14px;
	}

	.layout-info-account .address_table {
		padding: 14px;
	}

	.layout-info-account .view_address > [class*="col-"] {
		float: left;
		padding-left: 0;
		padding-right: 8px;
	}

	.layout-info-account .add-new-address {
		width: 100%;
	}
}
.vx-account-contact-modal [hidden] {
	display: none;
}
