.vrt-account-utility {
	background: #e5e5e5;
	color: #111;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
}

.vrt-account-utility__inner {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1140px;
	min-height: 36px;
	padding: 0 20px;
}

/* Language flags inside the top utility bar, left of login/register. */
.vrt-account-utility__lang {
	align-items: center;
	display: inline-flex;
	margin-left: 50px;
}

.vrt-account-utility__lang .vrt-switcher {
	align-items: center;
	display: inline-flex;
	gap: 9px;
}

.vrt-account-utility__lang .vrt-lang {
	display: inline-flex;
	line-height: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

.vrt-account-utility__lang .vrt-lang:hover,
.vrt-account-utility__lang .vrt-lang.vrt-active {
	opacity: 1;
}

.vrt-account-utility__lang .vrt-flag {
	width: 22px;
	height: 15px;
	display: block;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.vrt-account-headlogin {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: flex-end;
	line-height: 30px;
	margin: 0;
}

.vrt-account-headlogin > span {
	display: inline-flex;
	margin: 0;
}

.vrt-account-headlogin a {
	align-items: center;
	color: #111;
	display: inline-flex;
	font-weight: 700;
	text-decoration: none;
}

.vrt-account-headlogin .fa,
.vrt-account-headlogin a:before {
	color: #df2028;
}

.vrt-account-headlogin .fa {
	font-size: 1.1em;
	margin-right: 4px;
}

.vrt-account-headlogin a:before {
	content: "";
	display: none;
}

.vrt-account-headlogin a:hover {
	color: #df2028;
}

#header .header-top p.vrt-account-headlogin {
	float: right;
	font-size: 13px;
	font-weight: 600;
	gap: 0;
	line-height: 30px;
	margin: 0 20px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#header .header-top p.vrt-account-headlogin > span {
	margin-right: 20px;
}

#header .header-top p.vrt-account-headlogin .fa {
	color: #d12b2b;
	font-size: 1.2em;
	margin-left: 10px;
	margin-right: 0;
}

#header .header-top p.vrt-account-headlogin a,
#header .header-top p.vrt-account-headlogin span {
	color: #000;
}

.vrt-account-page {
	background: #fff;
}

.vrt-account-shell {
	margin: 0 auto;
	max-width: 1140px;
	padding: 48px 20px 92px;
}

.vrt-account-shell h1 {
	color: #111827;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 46px;
}

.vrt-account-auth-grid,
.vrt-account-dashboard-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
}

.vrt-account-auth-grid {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.vrt-account-panel,
.vrt-account-orders,
.vrt-account-details-card {
	border: 1px solid #dedede;
	background: #fff;
}

.vrt-account-panel__title,
.vrt-account-orders h2,
.vrt-account-details-card h2,
.vrt-account-modal__section-title {
	background: #ddd;
	color: #5f6267;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 18px 16px;
	text-transform: uppercase;
}

.vrt-account-panel__title--green,
.vrt-account-details-card h2 {
	background: #dff0d8;
	color: #2f762a;
}

.vrt-account-form {
	padding: 22px 20px 28px;
}

.vrt-account-form__row {
	display: grid;
	gap: 30px;
}

.vrt-account-form__row--two {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.vrt-account-field {
	display: block;
	margin: 0 0 13px;
}

.vrt-account-field span {
	color: #1f2937;
	display: block;
	font-size: 14px;
	line-height: 1.35;
	margin-bottom: 6px;
}

.vrt-account-field input,
.vrt-account-field select,
.vrt-account-field textarea {
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
	color: #1f2937;
	font-size: 14px;
	height: 34px;
	line-height: 20px;
	padding: 6px 12px;
	width: 100%;
}

.vrt-account-field select {
	padding-right: 28px;
}

.vrt-account-checkbox {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	gap: 7px;
	line-height: 1.35;
	margin: 4px 0 28px;
}

.vrt-account-checkbox input {
	flex: 0 0 auto;
	margin-top: 2px;
}

.vrt-account-checkbox a,
.vrt-account-forgot a,
.vrt-account-table a {
	color: #d32f2f;
	text-decoration: none;
}

.vrt-account-button,
.vrt-account-details-card__button {
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 14px 18px;
	text-align: center;
	text-decoration: none;
}

.vrt-account-button--green,
.vrt-account-details-card__button {
	background: #3f9d3d;
}

.vrt-account-button--red {
	background: #c92222;
}

.vrt-account-button--small {
	font-size: 12px;
	padding: 10px 13px;
	text-transform: uppercase;
	vertical-align: middle;
}

.vrt-account-button:hover,
.vrt-account-details-card__button:hover {
	color: #fff;
	filter: brightness(0.94);
}

.vrt-account-forgot {
	margin: 22px 0 0;
}

.vrt-account-alert {
	border: 1px solid transparent;
	font-size: 15px;
	margin: -22px 0 28px;
	padding: 14px 16px;
}

.vrt-account-alert ul {
	margin: 0;
	padding-left: 18px;
}

.vrt-account-alert--error {
	background: #f9e4e4;
	border-color: #e8b5b5;
	color: #9f1d1d;
}

.vrt-account-alert--success {
	background: #dff0d8;
	border-color: #c9e5bf;
	color: #2f762a;
}

.vrt-account-orders h2 {
	padding: 20px 16px;
}

.vrt-account-table-wrap {
	overflow-x: auto;
}

.vrt-account-table {
	border-collapse: collapse;
	font-size: 14px;
	margin: 0;
	min-width: 700px;
	width: 100%;
}

.vrt-account-table th,
.vrt-account-table td {
	border-bottom: 1px solid #dedede;
	padding: 10px 8px;
	text-align: left;
	vertical-align: top;
}

.vrt-account-table th {
	color: #000;
	font-weight: 700;
}

.vrt-account-table th:first-child,
.vrt-account-table td:first-child {
	width: 58px;
}

.vrt-account-empty {
	color: #d04444;
}

.vrt-account-details-card {
	align-self: start;
}

.vrt-account-details-card__body {
	min-height: 185px;
	padding: 18px 16px 22px;
}

.vrt-account-details-card__body p {
	color: #111827;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 24px;
}

.vrt-account-details-card__body a {
	color: #111827;
	text-decoration: none;
}

.vrt-account-details-card__button {
	font-size: 14px;
	padding: 11px 16px;
	width: 100%;
}

.vrt-account-message {
	color: #247a26;
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 34px;
}

.vrt-account-message--error {
	color: #a32222;
}

.vrt-account-promo,
.vrt-account-inline-action,
.vrt-account-copy {
	color: #111827;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 34px;
	text-transform: uppercase;
}

.vrt-account-promo {
	text-transform: none;
}

.vrt-account-promo span {
	color: #df2028;
}

.vrt-account-modal[hidden] {
	display: none;
}

.vrt-account-modal {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}

.vrt-account-modal__backdrop {
	background: rgba(0, 0, 0, 0.78);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.vrt-account-modal__dialog {
	background: #fff;
	border: 2px solid #fff;
	box-shadow: 0 12px 42px rgba(0, 0, 0, 0.32);
	left: 50%;
	max-height: calc(100vh - 68px);
	max-width: 604px;
	overflow-y: auto;
	position: absolute;
	top: 54px;
	transform: translateX(-50%);
	width: calc(100% - 32px);
}

.vrt-account-modal__close {
	background: #333;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	font-weight: 700;
	height: 30px;
	line-height: 22px;
	padding: 0 0 3px;
	position: absolute;
	right: -18px;
	text-align: center;
	top: -18px;
	width: 30px;
	z-index: 2;
}

.vrt-account-modal__form {
	padding: 0 16px 20px;
}

.vrt-account-modal__section-title {
	background: #4f4f54;
	color: #fff;
	margin: 0 -16px 22px;
	text-transform: none;
}

.vrt-account-modal__section-title + .vrt-account-field,
.vrt-account-modal__section-title + .vrt-account-form__row {
	margin-top: 0;
}

body.vrt-account-modal-open {
	overflow: hidden;
}

@media (max-width: 900px) {
	.vrt-account-auth-grid,
	.vrt-account-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.vrt-account-shell {
		padding: 38px 18px 68px;
	}

	.vrt-account-shell h1 {
		font-size: 32px;
		margin-bottom: 34px;
	}
}

@media (max-width: 640px) {
	.vrt-account-utility__inner {
		justify-content: center;
	}

	.vrt-account-headlogin {
		gap: 18px;
	}

	.vrt-account-form__row--two {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.vrt-account-shell h1 {
		font-size: 28px;
	}

	.vrt-account-modal__dialog {
		max-height: calc(100vh - 32px);
		top: 16px;
		width: calc(100% - 20px);
	}

	.vrt-account-modal__close {
		right: 8px;
		top: 8px;
	}
}
