@font-face {
	font-family: RMNeue;
	font-weight: 400;
	src: url(../fonts/RMNeue-Regular.woff2);
}
@font-face {
	font-family: RMNeue;
	font-weight: 500;
	src: url(../fonts/RMNeue-Semibold.woff2);
}
@font-face {
	font-family: RMNeue;
	font-weight: 600;
	src: url(../fonts/RMNeue-Bold.woff2);
}
body {
	font-family: RMNeue, arial, helvetica;
}
h1 {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	color: #0f2145 !important;
	font-size: 72px !important;
	line-height: 105% !important;
	font-weight: 700 !important;
}

h2 {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	color: #0f2145 !important;
	font-size: 56px !important;
	line-height: 110% !important;
	font-weight: 700 !important;
}

h3 {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	color: #0f2145 !important;
	font-size: 48px !important;
	line-height: 120% !important;
	font-weight: 700 !important;
}

h4 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #0f2145 !important;
	font-size: 32px !important;
	line-height: 120% !important;
	font-weight: 700 !important;
}

h5 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #0f2145 !important;
	font-size: 24px !important;
	line-height: 120% !important;
	font-weight: 700 !important;
}

p {
	margin-bottom: 10px;
	color: #788398;
	font-size: 18px;
	line-height: 1.35;
}
button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
a {
	color: #3e31fa;
	text-decoration: none;
}
a.refresh-icon:after {
	content: "";
	background-image: url(../images/refresh-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
	vertical-align: middle;
}
a.external-icon:after {
	content: "";
	background-image: url(../images/link-ext-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
	vertical-align: baseline;
}
.btn-primary {
	background-color: #3e31fa;
	color: #fbfdff;
	padding: 0 28px;
	border-radius: 12px;
	display: block;
	text-align: center;
	overflow: hidden;
}
.btn-medium {
	height: 56px;
	line-height: 56px;
	font-size: 18px;
}
.disabled,
[disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}
/* HEADER BLOCK  */
#header {
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	background-color: #fbfdff;
	padding: 16px 32px;
	box-sizing: border-box;
}
#header-title {
	margin: 0;
	padding: 0;
	height: 63px;
}
#header-title img {
	height: 100%;
	width: auto;
}
.header-text {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}
.header-actions {
	position: absolute;
	top: 24px;
	right: 32px;
}
.login-user {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.login-user .data {
	display: flex;
	flex-direction: column;
	padding: 0 8px;
	text-align: right;
}
.login-user .user-name {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.25px;
	color: #43526e;
}
.login-user .socio-number {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.25px;
	color: #788398;
}
.login-user .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.login-user .avatar img {
	object-fit: cover;
}

div.main {
	color: #0f2145;
}

/*  MAIN AREA */

.checkout-message {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.checkout-message img.checkout-message-image {
	width: 24px;
	margin-right: 16px;
}

.checkout-message {
	align-items: flex-start;
	line-height: 20px;
}
#display-step-3 .checkout-message-content * {
	color: #2115ab;
}
.checkout-message-content h6 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 16px;
}
.checkout-message-content {
	padding-right: 32px;
}
.checkout-message-content p {
	font-size: 17px;
	line-height: 17px;
}
.checkout-message-content a {
	text-decoration: underline;
}
.partial #display-area {
	height: calc(100vh - 90px - 80px);
}
#display-area {
	height: calc(100vh - 90px);
	width: 100%;
	position: fixed;
	top: 90px;
	left: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
.notice-area {
	background-color: #dee5fd;
	padding: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #0f2145;
	display: none;
	z-index: 3;
	position: relative;
}
.notice-area .info.hidden {
	display: none;
}

/*  CLICKABLE BREADCRUMBS */

#breadcrumbs {
	position: absolute;
	top: calc(50% - 150px);
	left: 50px;
	height: 300px;
	z-index: 1;
}

#breadcrumbsTop {
	position: sticky;
	display: none;
}

#breadcrumbs ul,
#breadcrumbsTop ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

#breadcrumbsTop ul {
	flex-direction: row;
	width: 50%;
}
#breadcrumbs ul li,
#breadcrumbsTop ul li {
	list-style: none;
	padding: 0;
	font-size: 12px;
	border: 3px solid #ffffff00;
	background-color: #edeff2;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	position: relative;
	z-index: 2;
	transition: 0.4s ease-in-out;
	cursor: pointer;
}
#breadcrumbs ul li:after,
#breadcrumbsTop ul li:after {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-image: url(../images/breadcrumb-checked-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
}
#breadcrumbs.step-1 ul li:first-child,
#breadcrumbs.step-2 ul li:first-child,
#breadcrumbs.step-2 ul li:nth-child(2),
#breadcrumbs.step-3 ul li,
#breadcrumbsTop.step-1 ul li:first-child,
#breadcrumbsTop.step-2 ul li:first-child,
#breadcrumbsTop.step-2 ul li:nth-child(2),
#breadcrumbsTop.step-3 ul li {
	background: #fbfdff;
	border: 3px solid#3E31FA;
}

#breadcrumbs.step-1 ul li:first-child a,
#breadcrumbs.step-2 ul li:first-child a,
#breadcrumbs.step-2 ul li:nth-child(2) a,
#breadcrumbs.step-3 ul li a,
#breadcrumbsTop.step-1 ul li:first-child a,
#breadcrumbsTop.step-2 ul li:first-child a,
#breadcrumbsTop.step-2 ul li:nth-child(2) a,
#breadcrumbsTop.step-3 ul li a {
	color: #3e31fa;
}
#breadcrumbs.step-2 ul li:first-child:after,
#breadcrumbs.step-3 ul li:first-child:after,
#breadcrumbs.step-3 ul li:nth-child(2):after,
#breadcrumbsTop.step-2 ul li:first-child:after,
#breadcrumbsTop.step-3 ul li:first-child:after,
#breadcrumbsTop.step-3 ul li:nth-child(2):after {
	display: block;
}

#breadcrumbs ul:before {
	content: "";
	position: absolute;
	background-color: #edeff2;
	width: 8px;
	height: 90%;
	left: calc(50% - 4px);
	top: 5px;
	z-index: 0;
}

#breadcrumbsTop ul:before {
	content: "";
	position: absolute;
	background-color: #edeff2;
	width: 50%;
	height: 4px;
	top: 12px;
	z-index: 0;
}

#breadcrumbs ul:after {
	content: "";
	position: absolute;
	background-color: #3e31fa;
	width: 8px;
	height: 28%;
	left: calc(50% - 4px);
	top: 5px;
	z-index: 0;
	border-radius: 4px;
	transition: 0.4s ease-in-out;
}

#breadcrumbsTop ul:after {
	content: "";
	position: absolute;
	background-color: #3e31fa;
	width: 50%;
	height: 4px;
	top: 12px;
	z-index: 0;
	border-radius: 4px;
	transition: 0.4s ease-in-out;
}

#breadcrumbs.step-2 ul:after,
#breadcrumbsTop.step-2 ul:after {
	height: 70%;
}

#breadcrumbs.step-3 ul:after,
#breadcrumbsTop.step-3 ul:after {
	height: 90%;
}

#breadcrumbs ul li a,
#breadcrumbsTop ul li a {
	color: #5e6a83;
	text-decoration: none;
}

.partial .steps-wrapper {
	height: 100%;
	overflow: auto;
}
.steps-wrapper {
	height: 100%;
	background-color: #fbfdff;
}

/*  DISPLAY - STEP 1 */
.display-step {
	box-sizing: border-box;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: #fbfdff;
	height: 100%;
}
.display-step.active {
	display: flex;
}
#display-step-1 {
	text-align: center;
	flex-direction: column;
	align-items: center;
}
.user-seat-img {
	width: 80%;
	height: auto;
	max-width: 480px;
	max-height: calc(100vh - 80px - 90px - 130px);
	object-fit: cover;
	border-radius: 16px;
	display: block;
	margin: 0 auto 20px;
}
#viewport-3d {
	display: block;
	margin: 0;
	overflow: hidden;
	border: none;
	background-color: #e1e5ea;
	height: calc(100vh - 90px - 80px);
	width: 100%;
}
#icon_360 {
	position: absolute;
	width: 220px;
	height: auto;
	bottom: 40px;
	left: 50%;
	margin-left: -110px;
}
#resize_canvas {
	display: none;
}
#display-step-2 #loadingContent {
	position: absolute;
	z-index: 0;
}
#seat-selection.landing-viewport-holder {
	position: relative;
	height: 514px;
	border: none;
}
.landing-viewport-holder #viewport-3d {
	height: 514px;
}
#view_gallery {
	position: absolute;
	right: 36px;
	bottom: 36px;
}
#view_gallery a {
	display: flex;
	align-items: center;
	gap: 8px;
}
#seat_gallery {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #0f2145b5;
	backdrop-filter: blur(15px);
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	z-index: -9;
	display: flex;
	align-items: center;
	opacity: 0;
}
#seat_gallery.active {
	opacity: 1;
	z-index: 999;
}
#seat_gallery .responsive_image {
	overflow: hidden;
	border-radius: 16px;
	position: relative;
}
#seat_gallery .disclaimer {
	font-size: 14px;
	position: absolute;
	left: 20px;
	bottom: 28px;
	max-width: 260px;
	color: #788398;
}
#seat_gallery .responsive_image img {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}
#seat_gallery .swiper-button-prev,
#seat_gallery .swiper-button-next {
	color: #3e31fa;
}
#seat_gallery .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	border-radius: 6px;
	cursor: pointer;
	background-color: #acb4c1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#seat_gallery .swiper-pagination-bullet-active {
	width: 24px;
	background-color: #3e31fa;
}
#seat_gallery .swiper-button-prev,
#seat_gallery .swiper-rtl .swiper-button-next {
	left: 24px;
}
#seat_gallery .swiper-button-next,
#seat_gallery .swiper-rtl .swiper-button-prev {
	right: 24px;
}
#seat_gallery .swiper-pagination {
	bottom: 24px;
}
#seat_gallery .close-modal-btn {
	top: 0;
}
#seat_gallery .close-modal-btn img {
	width: 80px;
}

/*  DISPLAY - STEP 1-A moved to index.page.css */

.seat-back-button {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
	fill: #3e31fa;
}

/*  DISPLAY - STEP 1-C */
#display-step-1-b,
#display-step-1-c {
	flex-direction: column;
	align-items: center;
}
#display-step-1-c .selected-seats {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
}
#display-step-1-b li,
#display-step-1-c li {
	list-style: none;
	padding: 0;
	margin: 10px;
}
#display-step-1-c .selected-seats li {
	position: relative;
	margin: 0 16px;
}
#display-step-1-c .selected-seats li img {
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
}

#display-step-1-c .selected-seats .remove-selection {
	box-sizing: border-box;
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0px;
	top: 0px;
	background: #8760f6;
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 600;
	font-size: 12px;
}
.display-step .available-seats {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 700px;
	margin-left: 100px;
	margin-right: 100px;
	padding: 0;
}
.display-step .available-seats li {
	width: 184px;
	height: 214px;
	margin: 16px;
}
.display-step .available-seats li img {
	width: 100%;
	height: calc(100% - 30px);
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 12px;
	/*box-shadow: 0 14px 44px -14px #544db7c4;*/
}
.display-step .available-seats label {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.display-step:not(#display-step-3) input[type="checkbox"] + .check,
.display-step:not(#display-step-3) input[type="radio"] + .check {
	top: auto;
	bottom: 0px;
	left: 5px;
}
.display-step:not(#display-step-3) .available-seats label span {
	position: absolute;
	bottom: 2px;
	left: 40px;
}

.display-step:not(#display-step-3) .available-seats li:hover label:after {
	background-size: 65%;
}

.display-step:not(#display-step-3) input[type="checkbox"] + .check:before,
.display-step:not(#display-step-3) input[type="radio"] + .check:before {
	content: "";
	width: 184px;
	height: 184px;
	transition: 0.3s ease-in-out;
	position: absolute;
	top: -190px;
	left: -5px;
	background-color: #ffffff00;
	border-radius: 10px;
}
.display-step:not(#display-step-3) input[type="checkbox"]:checked + .check:before,
.display-step:not(#display-step-3) input[type="radio"]:checked + .check:before {
	background: rgb(88, 38, 250);
	background: linear-gradient(45deg, rgba(88, 38, 250, 0.3) 0%, rgba(88, 38, 250, 0.7) 100%);
}

/*  DISPLAY - STEP 3 */
#display-step-3 {
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 95px;
	margin-right: 25px;
	overflow-y: auto;
	overflow-x: visible;
	box-sizing: border-box;
	padding: 20px;
}
#display-step-3 .order-review {
	width: 50%;
}
#display-step-3 .checkout-form {
	width: 50%;
}
.shipping-details-heading {
	margin-top: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.shipping-details-heading h5,
.shipping-details-heading .payment-mode-switch {
	margin: 0;
}
.payment-mode-switch {
	justify-content: flex-end;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 12px;
	color: #43526e;
}
.payment-mode-switch button {
	border: none;
	background: none;
}
.payment-mode-switch .switch {
	width: 38px;
	height: 18px;
	border: 2px solid #3e31fa;
	border-radius: 11px;
	margin: 0 8px;
	position: relative;
	cursor: pointer;
}
.payment-mode-switch .switch:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #3e31fa;
	top: 2px;
	left: 2px;
	transition: 0.4s;
}

.deposit-amount {
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	color: #0f2145;
}
.checkout-deposit {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	background-color: #eef2fd;
	padding: 16px;
	margin: 12px auto 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.checkout-deposit-content {
	margin-right: 30px;
}
.checkout-deposit h5 {
	margin: 0;
	font-size: 18px;
}
.checkout-deposit p {
	margin: 2px 0;
	line-height: 1.2;
}
.checkout-deposit-image {
	margin-right: 20px;
	margin-left: 6px;
}
.checkout-deposit-footer {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #dee5fd;
	padding: 6px 26px 6px 90px;
}
.checkout-deposit-footer strong {
	color: #0f2145;
}
.checkout-deposit-footer p {
	margin: 0;
}
#display-step-3[data-payment-mode="monthly"] .payment-mode-switch .switch:after {
	left: calc(100% - 2px - 14px);
}

#display-step-3 .checkout-card {
	background: #fbfdff;
	border-radius: 16px;
	box-shadow: 0 14px 44px -14px #544db7c4;
	overflow: hidden;
	margin: 0 16px;
	padding: 14px 24px 24px;
	max-height: calc(100%);
	box-sizing: border-box;
	overflow-y: auto;
}
#display-step-3 .checkout-card h4,
#display-step-3 .checkout-card h5 {
	margin-bottom: 0 !important;
}
#display-step-3 .checkout-card .subtitle {
	margin-top: 5px;
	margin-bottom: 16px;
}
#display-step-3 p,
#display-step-3 ol,
#display-step-3 ul {
	font-size: 15px;
	color: #788398;
}
#display-step-3 ol,
#display-step-3 ul {
	padding-left: 40px;
}
#display-step-3 .input-group,
.seat-features .input-group {
	border-radius: 12px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#display-step-3 .input-group {
	background-color: #edeff2;
}

#display-step-3 .input-group label,
.seat-features .input-group label {
	display: block;
}
#display-step-3 .input-group label span,
.seat-features .input-group label span {
	position: absolute;
	top: 11px;
	left: 20px;
	font-size: 14px;
	color: #5e6a83;
	opacity: 0.8;
	transition: 0.2s;
	white-space: nowrap;
}
#display-step-3 .input-group label input:focus + span,
.seat-features .input-group label input:focus + span {
	top: 7px;
	opacity: 0.6;
}
#display-step-3 .input-group input,
.seat-features .input-group input {
	border: none;
	background: none;
	padding: 28px 10px 10px 20px;
	display: block;
	width: 100%;
	border-radius: 12px;
	box-sizing: border-box;
	transition: 0.4s;
}
#display-step-3 .input-group input:focus,
.seat-features .input-group input:focus {
	background-color: #fbfdff;
}
#display-step-3 .input-full,
.seat-features .input-full {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: -14px;
	margin-bottom: -14px;
}
#display-step-3 .input-full .input-group {
	width: calc(50% - 8px);
}

.seat-features .input-group.plaque-custom-name {
	overflow: hidden;
	transition: 0.3s;
	transition-delay: 0.3s;
	height: 0;
	margin: 0;
}

.seat-features .input-group label {
	background-color: #edeff2;
	border-radius: 12px;
}

.seat-features .input-group.plaque-custom-name.visible {
	height: 144px;
	margin-top: 16px;
	margin-bottom: 0;
}

.seat-features .input-group.plaque-custom-name.visible .RightName {
	color: #788398;
	font-size: 14px;
	line-height: 1.15em;
}

.seat-features .input-group.plaque-custom-name.visible .seatTerms {
	margin-top: 12px;
}

#display-step-3 .form-closing {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	fill: #3e31fa;
	margin-bottom: 16px;
}
#display-step-3 .shipping-cost-notice {
	color: #026c02;
	background: #e0f2d1;
	padding: 12px 16px;
	text-align: center;
	font-size: 15px;
}

#display-step-3 .payment-selector {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 16px;
}
#display-step-3 .payment-selector .payment-box {
	border: 2px solid #e1e5ea;
	border-radius: 16px;
	width: calc(50% - 10px);
	box-sizing: border-box;
	padding: 16px;
	overflow: hidden;
}
#display-step-3 .payment-selector .payment-box.active {
	border: 2px solid #3e31fa;
}
#display-step-3 .payment-selector .payment-box a {
	display: block;
	padding-top: 6px;
}
#display-step-3 .payment-selector label {
	position: relative;
	display: block;
}
#display-step-3 .payment-selector .price {
	margin: 0;
	font-size: 22px !important;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #0f2145 !important;
	position: absolute;
	top: -4px;
	left: 30px;
	white-space: nowrap;
}
#display-step-3 .payment-selector p.title {
	margin: 0 !important;
	padding-top: 28px !important;
	padding-bottom: 10px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
	color: #0f2145 !important;
}
#display-step-3 .payment-selector p {
	margin: 0 !important;
}
#display-step-3 .checkout-legal-option {
	height: 36px;
	color: #788398;
	font-size: 16px;
	box-sizing: border-box;
}
#display-step-3 .checkout-legal-option span a {
	text-decoration: underline;
	color: #8760f6;
}
#display-step-3 .seat-summary-card {
	margin: 16px auto 24px;
	background: none;
	border: 2px solid #e1e5ea;
}
#display-step-3 .seat-summary-card.shipping {
	margin-top: 0;
	padding-top: 0;
}
#display-step-3 .shipping-icon {
	width: 36px;
	height: auto;
	margin: 0 22px;
}
#display-step-3 .order-review-content {
	height: calc(100% - 55px);
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}
#display-step-3 .checkout-card.order-review {
	position: relative;
	box-sizing: border-box;
	overflow-y: hidden;
	height: 100%;
}
#display-step-3 #purchase-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-image: url(../images/cart-nav-bg.png);
	background-size: cover;
	background-position: center center;
	height: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 18px;
}

/* FOOTER */
#digest-block {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	display: none;
}

.partial #digest-block {
	display: flex;
}

#countdown {
	background-image: url(../images/countdown-bg.png);
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	text-align: center;
	height: 100%;
	line-height: 80px;
	font-size: 26px;
	font-weight: 400;
}
#countdown strong {
	font-weight: 600;
}
#cart-navigator {
	background-image: url(../images/cart-nav-bg.png);
	background-size: cover;
	background-position: center center;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 18px 24px;
	box-sizing: border-box;
	color: #788398;
}
#cart-navigator.cart-navigator-es {
	padding: 18px 20px;
}

#cart-navigator span.market-price-title,
#cart-navigator strong {
	color: #0f2145;
}
#cart-navigator .btn-primary {
	width: 140px;
}
#cart-navigator div.member-price {
	box-sizing: border-box;
	padding-right: 16px;
	width: calc(100% - 222px);
}
#cart-navigator.cart-navigator-es div.member-price {
	width: calc(100% - 258px);
}
#cart-navigator.cart-navigator-es div.market-price {
	width: 116px;
}
#cart-navigator .market-price,
#cart-navigator .price-tag {
	font-weight: 600;
	font-size: 16px;
	display: block;
	/*display: flex;
  flex-direction: column;*/
	line-height: 1.35;
}
#cart-navigator span.monthly-price-holder,
#cart-navigator span.full-price-holder {
	display: block;
}
#cart-navigator .price-tag {
	font-weight: 400;
	text-align: right;
}

#cart-navigator .market-price del {
	color: #8c98ad;
	font-weight: 400;
}
#cart-navigator .btn-primary {
	margin-top: -6px;
	padding: 0 18px;
}
#cart-navigator .btn-custom {
	position: relative;
	top: -6px;
}

/* RESPONSIVE SPLIT */
.full-width {
	transition: all 0.5s;
	width: 100% !important;
}
.partial #header,
.partial #display-area,
.partial #countdown {
	width: calc(100% - 500px);
}

#configurator-journey,
#cart-navigator {
	width: 0;
	overflow: hidden;
}

.partial #configurator-journey,
.partial #cart-navigator {
	width: 500px;
}
#back_to_1st,
#back_to_2nd {
	display: none;
}

/* CONFIGURATOR USER JOURNEY */

#configurator-journey {
	position: absolute;
	right: 0;
	border-left: 1px solid #e1e5ea;
	min-height: calc(100vh - 80px);
	text-align: center;
	color: #0f2145;
	overflow-x: hidden;
}
.journey-step {
	transition: 0.4s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	transform: translateX(100%);
}
.journey-step.active {
	transform: translateX(0%);
}
.journey-step.past {
	transform: translateX(-100%);
}
.journey-step .intro-text {
	margin-top: 40px;
}
.journey-step .intro-text p {
	font-size: 16px;
	margin-top: 5px;
}
.journey-step hr {
	width: 90%;
	border: none;
	border-top: 1px solid #e1e5ea;
}
.journey-step h4,
.journey-step h5,
.journey-step h6,
.journey-step p,
.journey-step ul {
	margin: 0;
	padding: 0;
}
.journey-step > .responsive-holder > div,
.journey-step > .responsive-holder > ul,
.journey-step > hr,
#journey-step-1 > div,
#journey-step-2 .seat-summary-card,
#journey-step-2 .seat-summary-details {
	margin-bottom: 14px;
	margin-top: 14px;
}
.journey-step {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 80px);
	overflow: auto;
	padding-bottom: 100px;
	padding-top: 80px;
	box-sizing: border-box;
	padding-left: 24px;
	padding-right: 24px;
}
#journey-step-1,
#journey-step-1-a,
#journey-step-1-b,
#journey-step-1-c {
	padding-top: 15px;
}
.journey-step > div.seat-only-option {
	margin-top: 0;
	padding-top: 0;
}
.seat-only-option label span {
	margin-left: 30px !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
#seat-selection {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid #e1e5ea;
}
#seat-selection ul {
	padding: 0;
	margin: 16px 24px;
	display: flex;
	justify-content: space-between;
}
#seat-selection ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	width: 65px;
	height: 65px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	opacity: 0.7;
	transition: 0.3s;
	width: 100%;
	opacity: 1;
}
#seat-selection #info_delivery {
	background: #dee5fd;
	padding: 12px 12px;
	border-radius: 8px;
	color: #655dcf;
	font-size: 15px;
	margin-left: 12px;
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
}
#seat-selection ul li img {
	margin: 6px;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	overflow: hidden;
	background-size: cover;
	transition: 0.4s;
	float: left;
}
#seat-selection ul li .seat-data-holder {
	padding-left: 8px;
}
#seat-selection ul li span {
	color: #ffffff;
	transition: 0.4s;
	/*position:absolute;*/
	top: 10px;
	left: 70px;
	text-align: left;
	font-size: 15px !important;
	color: #0f2145;
}
#seat-selection ul li strong.sku-code {
	font-size: 17px;
	display: inline-block;
	margin-bottom: 4px;
}
#seat-selection ul li span.seat-type {
	/*top:30px;*/
	color: #788398;
}
#seat-selection ul li.ready {
	opacity: 1;
}
/*
#seat-selection ul li.ready:after{
  content:"";
  width: 26px;
  height: 26px;
  background-image: url(../images/seat-ready-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 4px;
  left: 38px;
  position: absolute;
}
*/

#journey-step-1 ul {
	text-align: left;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	columns: 2;
	column-gap: 30px;
	box-sizing: border-box;
	font-size: 16px;
}
#journey-step-1 ul li {
	list-style: none;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	display: inline-block;
	width: 100%;
	padding: 4px 0 !important;
}
#journey-step-1 .seat-details .label {
	font-weight: 400 !important;
	color: #788398 !important;
	margin-right: 5px !important;
}
#journey-step-1 .seat-details .info {
	font-weight: 600 !important;
	margin-right: 5px !important;
}
#journey-step-1 .seat-notice,
#journey-step-1-a .seat-notice {
	background-color: #eef2fd;
	color: #43526e;
	padding: 20px;
	border-radius: 16px;
	box-sizing: border-box;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#journey-step-1-a .seat-notice {
	margin-top: 24px;
	margin-bottom: 24px;
}
#journey-step-1-a .seat-notice * {
	line-height: 1.15;
	margin-bottom: 10px;
	font-size: 16px;
	color: #43526e;
}
#journey-step-1-a .seat-notice p:last-child {
	margin-bottom: 0;
}
#journey-step-1-a .seat-notice strong {
	color: #0f2145;
	font-weight: 700;
	margin-bottom: 16px;
}
.seat-prices {
	color: #788398;
}
.seat-prices strong {
	font-weight: 600;
	color: #0f2145;
	font-size: 18px;
}
.seat-prices .seat-type {
	font-size: 15px;
	padding-top: 4px;
}
#journey-step-1 .exclusive-label,
#journey-step-1-a .exclusive-label {
	color: #0f2145;
	margin-top: 20px;
	font-size: 16px;
}
#journey-step-1-a .seat-prices.seat-only-price-holder {
	margin-top: 14px;
	margin-bottom: 14px;
}
#journey-step-1-c .seat-style {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
#journey-step-1-c .seat-style li {
	list-style: none;
	padding: 0;
	text-align: center;
	width: calc(33% - 6px);
	cursor: pointer;
	margin: 10px 3px;
}
#journey-step-1-c .seat-style li img {
	width: 100%;
	max-width: 180px;
	border-radius: 10px;
	transition: 0.3s;
	cursor: pointer;
	border: 2px solid #ffffff00;
}
#journey-step-1-c .seat-style li:hover img,
#journey-step-1-c .seat-style li.active img {
	background-color: #dee5fd;
}

#journey-step-1-c .seat-style li.active img {
	border: 2px solid #3e31fa;
}
#journey-step-1-c .seat-style li label {
	display: inline-block;
}
#journey-step-1-c .seat-style li p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	color: #0f2145;
	font-size: 15px;
}
#display-step-1-b li p,
#display-step-1-c li p {
	position: absolute;
	color: #43526e;
	font-weight: 400;
	line-height: 18px;
	top: 12.1rem;
	display: flex;
	width: 100%;
	margin: 0;
	left: 2.2rem;
}
#display-step-1-b li p span,
#display-step-1-c li p span {
	position: initial !important;
}
@media (max-width: 1200px) {
	#display-step-1-b li p,
	#display-step-1-c li p {
		top: 10.2rem;
	}
}
@media (max-width: 981px) {
	#display-step-1-b {
		padding-top: 0 !important;
	}
	#journey-step-1-b,
	#journey-step-1-c {
		padding-bottom: 0 !important;
	}
	#journey-step-1-b h4,
	#journey-step-1-c h4 {
		font-size: 24px;
		line-height: 26px;
		letter-spacing: -0.5px;
	}
	#journey-step-1-b p,
	#journey-step-1-c p {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.5px;
		margin-bottom: 1rem;
	}
	#journey-step-1-b .seat-style,
	#journey-step-1-c .seat-style {
		align-items: flex-start;
	}
	#journey-step-1-b .seat-style li,
	#journey-step-1-c .seat-style li {
		width: auto;
		margin: 0.3125rem;
	}
	#journey-step-1-b .seat-style li img,
	#journey-step-1-c .seat-style li img {
		width: 4.5rem;
		height: 4.5rem;
		border-radius: 0.625rem;
	}
	#journey-step-1-b .seat-style li p,
	#journey-step-1-c .seat-style li p {
		font-size: 13px;
		margin: 0;
		line-height: 13px;
	}

	#display-step-1-b .available-seats,
	#display-step-1-c .available-seats {
		row-gap: 1rem;
	}
	#display-step-1-b li,
	#display-step-1-c li {
		width: 6.25rem;
		height: 6.25rem;
	}
	#display-step-1-b li p,
	#display-step-1-c li p {
		font-size: 14px;
		top: 6.7rem;
		text-align: center;
		justify-content: center;
		left: inherit;
	}
	#display-step-1-b li img,
	#display-step-1-c li img {
		opacity: 0.8;
		height: 6.25rem;
		border-radius: 8px;
	}
	#display-step-1-b li .check,
	#display-step-1-c li .check {
		margin-bottom: 0.3rem;
	}
	#display-step-1-b input[type="radio"]:checked + .check::before,
	#display-step-1-c input[type="radio"]:checked + .check::before {
		background: transparent !important;
		width: 106px !important;
		left: -10px !important;
		top: -76px !important;
		border-color: blue;
		height: 106px !important;
		border-radius: 12px !important;
	}
	#display-step-1-b li .check::before,
	#display-step-1-c li .check::before {
		background-color: rgba(255, 255, 255, 0.5) !important;
		width: 100px !important;
		left: -7px !important;
		top: -73px !important;
		border: 2px solid;
		border-color: transparent;
		height: 100px !important;
		border-radius: 8px !important;
	}
}

@media only screen and (max-width: 420px) {
	#display-step-1-b input[type="radio"]:checked + .check::before,
	#display-step-1-c input[type="radio"]:checked + .check::before {
		top: -77px !important;
		left: -7px !important;
	}
}
.seat-prices.seat-type-holder {
	margin-top: 26px;
	margin-bottom: 26px;
}

.journey-step .small {
	font-size: 14px;
	color: #788398;
}

#journey-step-2 .seat-model {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
#journey-step-2 .seat-model li {
	list-style: none;
	padding: 0;
	width: 50px;
	height: 110px;
	border-radius: 5px;
	border: 2px solid #ffffff00;
	display: flex;
	justify-content: space-around;
	align-items: center;
	opacity: 0.8;
	transition: 0.3s;
}
#journey-step-2 .seat-model li:hover {
	background-color: #dee5fd;
	opacity: 1;
}
#journey-step-2 .seat-model li.active {
	background-color: #dee5fd;
	border: 2px solid #3e31fa;
	opacity: 1;
}
#journey-step-2 .seat-model li img {
	width: 42px;
	cursor: pointer;
}
#journey-step-2 .seat-model li input {
	display: none;
}

#journey-step-2 .seat-color {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 100%;
	margin: 15px auto;
	grid-gap: 4px;
}
#journey-step-2 .seat-color li {
	list-style: none;
	padding: 0;
	width: 46px;
	height: 46px;
	border-radius: 25px;
	border: 2px solid #ffffff00;
	display: flex;
	justify-content: space-around;
	align-items: center;
	opacity: 0.8;
}
#journey-step-2 .seat-color li.unavailable {
	width: 0px;
	overflow: hidden;
	border: 0px solid #ffffff00 !important;
}
#journey-step-2 .seat-color li:hover {
	background-color: #dee5fd;
	opacity: 1;
}
#journey-step-2 .seat-color li.active {
	border: 2px solid #3e31fa;
	opacity: 1;
}
#journey-step-2 .seat-color li img {
	width: 42px;
	height: 42px;
	cursor: pointer;
	transform: translateY(3px);
	border-radius: 21px;
}
#journey-step-2 .seat-color li input {
	display: none;
}

#journey-step-2 .exclusive-socios,
#ls_03_seat_grid .seat-prices .exclusive-socios,
#journey-step-2 .limited-edition,
#ls_03_seat_grid .seat-prices .limited-edition {
	display: none;
	/*margin-top: 6px;*/
}
.limited-edition,
.exclusive-socios,
.exclusive-socios-color {
	font-weight: 900;
	color: #af8542;
}
#journey-step-2 .seat-features .feature-box {
	border: 1px solid #e1e5ea;
	box-sizing: border-box;
	padding: 16px;
	width: 90%;
	border-radius: 10px;
	margin: 16px auto;
	position: relative;
}

#journey-step-2 .seat-features .feature-box.checkbox {
	text-align: left;
}
#journey-step-2 .plaque-color {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 80%;
	margin: 16px auto;
	grid-gap: 4px;
}
#journey-step-2 .plaque-color li {
	list-style: none;
	padding: 0;
	width: 46px;
	height: 46px;
	border-radius: 25px;
	border: 2px solid #ffffff00;
	display: flex;
	justify-content: space-around;
	align-items: center;
	opacity: 0.8;
	transition: 0.3s;
}
#journey-step-2 .plaque-color li:hover {
	background-color: #dee5fd;
	opacity: 1;
}
#journey-step-2 .plaque-color li.active {
	border: 2px solid #3e31fa;
	opacity: 1;
}
#journey-step-2 .plaque-color li img {
	width: 44px;
	height: 44px;
	cursor: pointer;
	transform: translateY(4px);
}
#journey-step-2 .plaque-color li input {
	display: none;
}
#journey-step-2 .seat-features .feature-img {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

#journey-step-2 .seat-features .feature-box .plaque-custom-name label {
	margin-bottom: 10px;
}

#journey-step-2 .seat-features .feature-box .plaque-custom-name label input[type="text"] {
	text-transform: uppercase;
}

label {
	position: relative;
}
input[type="checkbox"],
input[type="radio"] {
	display: block;
	position: absolute;
	cursor: pointer;
	height: 0;
	width: 0;
}

#journey-step-2 .seat-features label {
	cursor: pointer;
	font-size: 17px;
}
#journey-step-2 .feature-box.checkbox > label {
	width: calc(100% - 60px);
	display: block;
}
#journey-step-2 .feature-box.checkbox img {
	cursor: pointer;
}
#journey-step-2 .seat-features label .title {
	text-indent: 32px;
	margin-bottom: 5px;
}
input[type="checkbox"] + .check,
input[type="radio"] + .check {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-image: url(../images/check-false.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
input[type="radio"] + .check {
	background-image: url(../images/radio-false.svg);
}
input[type="checkbox"]:checked + .check {
	background-image: url(../images/check-true.svg);
}

input[type="radio"]:checked + .check {
	background-image: url(../images/radio-true.svg);
}

.seat-summary-card {
	background-color: #eef2fd;
	color: #43526e;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	text-align: left;
	position: relative;
	width: 100%;
}
.checkout-card .seat-summary-card {
	width: 100%;
}
.seat-summary-card img {
	width: 70px;
	margin-right: 16px;
}
.seat-summary-card .seat-name {
	font-weight: 600;
	display: block;
	margin-bottom: 4px;
}
.seat-summary-card .seat-subtitle {
	color: #788398;
}
.seat-summary-card .content-text {
	width: calc(100% - 86px);
}
.seat-summary-card .features-holder {
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	transition: 0.4s ease-in-out;
}
.seat-summary-card.open .features-holder {
	margin-top: 12px;
	margin-bottom: 12px;
}
#journey-step-2 .seat-summary-card .features-holder {
	margin-top: 12px;
}
.seat-prices .seat-model-lbl {
	margin-bottom: 4px;
}
.seat-features .plaque-color-lbl {
	margin-bottom: 8px;
}
#journey-step-2 .seat-summary-card .features-holder {
	height: auto;
}
#journey-step-2 .seat-summary-card .toggle-open {
	display: none;
}
.features-table {
	font-size: 15px;
	color: #0f2145;
	margin-top: 10px;
}
.seat-summary-card .features-table tr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.seat-summary-card .features-table td,
.seat-summary-card .features-table tbody,
.seat-summary-card .features-table {
	display: block;
}
.seat-summary-card .features-table .price-inner-row td {
	max-height: 0;
	padding: 0;
	transition: 0.3s;
	overflow: hidden;
	font-size: 14px;
}
.seat-summary-card.open .features-table .price-inner-row td {
	max-height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.features-table td {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	width: calc(100% - 46px - 60px);
}
.seat-summary-card .features-table .price-total-row {
	border-top: 1px solid #e1e5ea;
	margin-top: 4px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 20px;
}
.features-table .price-inner-row .row-description {
	color: #788398;
}
.features-table .row-price {
	text-align: right;
	width: 100px;
	font-weight: 500;
}
.features-table .price-total-row .row-price {
	font-weight: 600;
}
.features-table .row-monthly {
	color: #788398;
	font-size: 14px;
	width: 51px;
}

#display-step-3[data-payment-mode="single"] .features-table .row-monthly,
#display-step-3[data-payment-mode="single"] .features-table .monthly-price,
#display-step-3[data-payment-mode="single"] .features-table .monthly-price-label {
	display: none;
}
#display-step-3[data-payment-mode="monthly"] .features-table .full-price,
#display-step-3[data-payment-mode="monthly"] .features-table .single-price-label,
#display-step-3[data-payment-mode="monthly"] .price-summary-row.deposit {
	display: none;
}

#display-step-3[data-checkout-step="form"] .shipping-details-resume,
#display-step-3[data-checkout-step="form"] .credit-card-details-holder,
#display-step-3[data-checkout-step="form"] #pay-btn {
	display: none;
}
#display-step-3[data-checkout-step="paymethod"] .shipping-form-holder,
#display-step-3[data-checkout-step="paymethod"] .chechout-review-holder,
#display-step-3[data-checkout-step="paymethod"] .payment-mode-switch,
#display-step-3[data-checkout-step="paymethod"] #next-checkout-btn {
	display: none;
}
.shipping-details-resume .address {
	margin: 26px 0;
	color: #788398;
}
.shipping-details-resume .address strong {
	color: #0f2145;
}

.pay-method {
	margin: 16px 0;
}
.pay-method > label {
	padding-left: 30px;
	padding-top: 3px;
}

.pay-method .pay-method-details {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.pay-method .pay-method-details .card {
	background: #dee5fd;
	padding: 16px;
	margin: 16px 0;
	border-radius: 12px;
}
.pay-method input:checked + .check + .pay-method-details {
	max-height: 400px;
	display: block;
}
.seat-summary-card .features-lbl {
	color: #0f2145;
	font-weight: 500;
	font-size: 15px;
}
.seat-summary-card ul {
	color: #788398;
	font-size: 15px;
	padding-left: 0;
}
.seat-summary-card ul li {
	list-style: none;
	padding: 2px 0;
}
.seat-summary-card .seat-prices {
	margin-top: 12px;
}
.seat-summary-card .toggle-open {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 11px;
	height: 15px;
	background-image: url(../images/caret-down.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.price-summary-row.extra-details span {
	color: #788398;
	font-size: 14px;
}
.seat-summary-card.open .toggle-open {
	background-image: url(../images/caret-up.svg);
}
.member-final-price {
	width: calc(100% - 140px);
	padding-right: 16px;
	box-sizing: border-box;
}
#purchase-area .btn-primary {
	width: 140px;
}
.member-final-price .price-tag {
	display: flex;
	flex-direction: column;
	text-align: right;
}
.member-final-price .price-tag span {
	white-space: nowrap;
	text-align: right;
}
.outstanding-balance {
	color: #788398;
}
.outstanding-balance strong {
	color: #0f2145;
}
#journey-step-2 #add-to-cart-btn {
	width: 50%;
	margin: 20px auto;
	box-sizing: border-box;
}
#journey-step-2 #add-to-cart-btn:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 22px;
	background-image: url(../images/add-cart-icon.svg);
	vertical-align: text-bottom;
	margin-right: 10px;
}
#journey-step-2 #remove-from-cart-btn:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/trash-icon.svg);
	vertical-align: text-bottom;
	margin-left: 10px;
}
.checkout-message {
	background-color: #edebfa;
	padding: 20px;
	border-radius: 16px;
	margin-top: 26px;
	margin-bottom: 16px;
}
.smallest {
	font-size: 11px;
	color: #788398;
	margin: 20px 0;
}
#journey-step-1-b .seat-filters {
	margin: 26px auto;
}
#journey-step-1-b .seat-filters label {
	display: block;
	margin: 26px auto;
	background: #edeff2;
	border-radius: 12px;
	position: relative;
}
#journey-step-1-b .seat-filters label span {
	position: absolute;
	top: 6px;
	left: 16px;
	font-size: 12px;
	color: #5e6a83;
}
#journey-step-1-b .seat-filters label select,
#display-step-3 label select {
	border: none;
	background: none;
	min-width: 280px;
	padding: 22px 16px 16px;
	border-radius: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	position: relative;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 26px);
	background-position-y: 16px;
}
#display-step-3 label select {
	padding-left: 20px;
	padding-top: 27px;
	padding-bottom: 10px;
}

.no-seats-found {
	background-color: transparent;
	border: 2px dashed #e1e5ea;
	border-radius: 8px;
	padding: 32px;
	margin-top: 32px;
	text-align: center;
	color: #0f2145;
}

.required-field-message {
	background-color: #eef2fd;
	color: #43526e;
	border-radius: 12px;
	padding: 12px 24px;
}
.toast-notification {
	border-radius: 12px;
	padding: 16px 50px 16px 24px;
	background-color: #edebfa;
	color: #2115ab;
}
.toast-notification.sucess {
	background: #e0f2d1;
	color: #026c02;
}
.toast-notification.warning {
	background: #feedc8;
	color: #946300;
}
.toast-notification.danger {
	background: #fce3ec;
	color: #9e0038;
}
#toast_wrapper {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	padding: 36px 24px;
	pointer-events: none;
	z-index: 99999;
	display: none;
}
#toast_wrapper .toast-notification {
	max-width: 500px;
	margin: auto;
	position: relative;
	line-height: 1.3;
	pointer-events: initial;
	margin-bottom: 8px;
	cursor: pointer;
}
.toast-notification:after {
	content: "+";
	width: 20px;
	height: 20px;
	font-size: 22px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: calc(50% - 13px);
	right: 15px;
	transform: rotate(45deg);
}

/* THANK YOU PAGE */
#thank_you_page {
	min-height: 100vh;
	width: 100%;
	padding-top: 0px;
}
#congrats_page {
	background: url("../images/seats_background.jpg");
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#congrats_page::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--grayscale-title);
	opacity: 0.5;
	z-index: 1;
}
#congrats_page .container {
	position: relative;
	z-index: 9;
	text-align: center;
}
.thanksContainer {
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#congrats_page a:hover {
	text-decoration: none !important;
}
#congrats_page .finalSeat {
	margin: 32px auto;
	width: 100%;
	max-width: 500px;
}
#congrats_page .finalSeatImage {
	background: var(--grayscale-offwhite);
	border-radius: 14px 14px 0 0;
	width: 100%;
}
#congrats_page .finalSeatImage img {
	width: 100%;
	border-radius: 14px 14px 0 0;
}
#congrats_page .info-delivery-btn:hover {
	color: var(--primary-default);
}
#congrats_page .finalSeatCongrats {
	background-color: var(--grayscale-offwhite);
	padding: 24px 32px;
	border-radius: 0 0 14px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#congrats_page .finalSeat .finalSeatCongrats span,
#congrats_page .finalSeat .finalSeatCongrats a,
#congrats_page .finalSeat .finalSeatCongrats a span {
	font-size: 18px;
}
#congrats_page .finalSeat .finalSeatCongrats div .notificationSeat {
	color: var(--grayscale-body-light);
}
#congrats_page .finalSeat .finalSeatCongrats .btn-congrats {
	padding: 16px 40px;
	font-size: 18px;
	margin: 24px 0 20px 0;
	max-width: 232px;
}
#congrats_page .finalSeat .finalSeatCongrats .btn-congrats:hover {
	color: #fbfdff;
}

#congrats_page .finalSeat .finalSeatCongrats .backHome {
	margin-left: 7px;
}

#congrats_page .finalSeat .finalSeatCongrats a:hover {
	color: #3e31fa;
}

#congrats_page #share_list ul li a img {
	max-width: 24px;
}
#congrats_page .h5,
#congrats_page p {
	color: var(--grayscale-offwhite);
	margin: 0;
}
#congrats_page .h5 {
	font-size: 42px;
	margin-bottom: 15px;
}
#congrats_page .light {
	color: #8fa0f5;
}

#share_buttons {
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
}
#share_list {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}
#share_list ul {
	padding: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: var(--grayscale-offwhite);
	border: 2px solid var(--primary-default);
	border-radius: 16px;
	position: absolute;
	width: 100%;
	z-index: 0;
	bottom: 82px;
	display: none;
	overflow: hidden;
}
#share_list ul li {
	text-align: left;
	margin-bottom: 0;
	padding: 0;
}
#share_list ul li a {
	text-decoration: none;
	display: block;
	padding: 8px 10px 10px 10px;
	color: var(--grayscale-body);
	background-color: var(--primary-offwhite);
	display: flex;
	align-items: center;
	gap: 6px;
}
#share_list ul li:first-child a {
	padding-top: 11px;
}
#share_list ul li:first-child a img {
	position: relative;
	top: 1px;
}
#share_list ul li:last-child a {
	padding-bottom: 11px;
}
#share_list ul li a:hover {
	text-decoration: none;
	color: var(--grayscale-body);
	background-color: var(--primary-ultra-light-2);
}
#share_list ul li a i,
#share_list ul li a span {
	display: inline-block;
	vertical-align: middle;
}
#share_list ul li a i {
	width: 32px;
	text-align: center;
}
#share_list .the_button {
	position: relative;
	z-index: 9;
}

/* RESPONSIVE MOBILE */

@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 52px !important;
	}

	h2 {
		font-size: 48px !important;
	}

	h3 {
		font-size: 32px !important;
	}

	h4 {
		font-size: 28px !important;
	}

	h5 {
		font-size: 22px !important;
	}
	.partial #header,
	.partial #display-area,
	.partial #countdown {
		width: calc(100% - 420px);
	}
	.partial #configurator-journey,
	.partial #cart-navigator {
		width: 420px;
	}
	#breadcrumbs ul li,
	#breadcrumbsTop ul li {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	/*
  #breadcrumbs {
    left: 24px;
    display: none; 
  }
  */
	#breadcrumbsTop {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}
	/*#breadcrumbs ul:before,
  #breadcrumbs ul:after {
    width: 6px;
    left: calc(50% - 3px);
  }*/
	.user-seat-img {
		max-width: 400px;
	}
	.notice-area {
		padding: 16px;
		font-size: 18px;
	}
	.display-step {
		padding: 32px;
		height: auto;
	}
	.display-step.active {
		display: block;
	}
	.partial .steps-wrapper {
		height: calc(100% - 52px);
	}
	#display-area .steps-wrapper .chechout-review-holder .required-field-message {
		margin-top: 20px;
	}
	.display-step .available-seats {
		margin: 0;
		max-width: initial;
	}
	.display-step .available-seats li {
		width: 150px;
		height: 184px;
	}
	.display-step:not(#display-step-3) input[type="checkbox"] + .check:before,
	.display-step:not(#display-step-3) input[type="radio"] + .check:before {
		width: 150px;
		height: 154px;
		top: -160px;
	}
	.display-step .show-more {
		text-align: center;
		display: block;
		padding-top: 24px;
		fill: #3e31fa;
	}
	#seat-selection ul li span {
		top: 4px;
	}
	#seat-selection ul li span.seat-type {
		top: 23px;
	}
	#seat-selection .seat-only-price-holder {
		top: 45px;
	}

	#display-step-3.active {
		padding: 32px;
		margin: 0;
		display: flex;
		height: 100%;
	}
	.checkout-deposit-image {
		width: 36px;
		margin-right: 16px;
		margin-left: 4px;
		height: auto;
	}
	#display-step-3 .checkout-message-content {
		padding-right: 0;
	}
}

@media only screen and (max-width: 980px) {
	.partial #header,
	.partial #display-area,
	.partial #countdown,
	.partial #configurator-journey,
	.partial #cart-navigator {
		width: 100%;
	}
	.display-step.active {
		padding-bottom: 50px;
	}
	#header {
		padding: 16px;
	}
	#header-title {
		height: 58px;
	}
	/* #header .login-user .data,
  #cart-navigator .market-price,
  #breadcrumbs,
  .partial .notice-area {
    display: none;
  } */
	#header .login-user .data,
	#cart-navigator .market-price,
	.partial .notice-area {
		display: none;
	}
	#digest-block {
		bottom: auto;
		top: 90px;
		height: 50px;
	}
	#countdown {
		line-height: 50px;
		font-size: 20px;
	}
	#breadcrumbsTop {
		margin-top: 15px;
	}
	#breadcrumbsTop ul,
	#breadcrumbsTop ul::after,
	#breadcrumbsTop ul::before {
		width: 35%;
	}
	#display-area {
		top: 140px;
		height: calc(100vh - 90px - 50px) !important;
		overflow: auto;
	}
	.display-step {
		height: auto;
		min-height: calc(100vh - 90px - 115px);
	}
	#journey-step-1 {
		margin-top: 0;
	}
	#display-step-1 {
		padding: 16px;
	}
	.display-step .available-seats {
		margin: 16px;
	}
	#display-step-2 {
		align-items: flex-start;
	}
	body[data-current-step="2"] #configurator-journey {
		top: calc(90px + 50px);
	}
	#journey-step-2 .intro-text,
	#journey-step-2 hr {
		display: none;
	}
	#journey-step-2 #seat-selection {
		display: block;
		position: relative;
		background-color: #ffffff;
		width: 50%;
		margin-left: 50%;
		min-height: 220px;
	}
	#display-step-2 #viewport-3d {
		height: 420px;
		position: fixed;
		z-index: 999;
		top: 160px;
		left: 20px;
		width: calc(100% - 40px);
		border-radius: 16px;
		border: 2px solid #acb4c1;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#display-step-2 #viewport-3d.hide_header {
		top: 70px;
	}
	#display-step-2 #viewport-3d.full_width {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	#display-step-2 #resize_canvas {
		display: block;
		position: absolute;
		bottom: 24px;
		right: 24px;
		width: 40px;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#display-step-2 #viewport-3d.full_width #resize_canvas {
		bottom: 16px;
		right: 16px;
		/* width: 20px;
    bottom: 16px;
    right: 16px; */
	}
	#resize_canvas img {
		width: 100%;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.resize-canvas {
		opacity: 1;
	}
	#resize_canvas img.resize-canvas-inverse {
		position: absolute;
		right: 0;
		bottom: 0;
		opacity: 0;
		width: 60%;
	}
	#viewport-3d.full_width .resize-canvas {
		opacity: 0;
	}
	#viewport-3d.full_width .resize-canvas-inverse {
		opacity: 1;
	}
	#journey-step-2 #seat-selection {
		border-bottom: 0;
		height: auto;
	}
	#journey-step-2 #seat-selection #info_delivery {
		position: relative;
		margin-left: 6px;
		top: initial;
		display: inline-block;
		margin-top: 16px;
	}
	#journey-step-2 #seat-selection ul {
		display: block;
		text-align: left;
	}
	#journey-step-2 #seat-selection ul li {
		display: block;
		height: auto;
		overflow: initial;
	}
	#journey-step-2 #seat-selection ul li img {
		float: none;
	}
	#journey-step-2 .responsive-holder {
		/* margin-top: 420px; */
		margin-top: 0;
		background-color: #ffffff;
		padding-top: 24px;
		padding-bottom: 24px;
		pointer-events: all;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}
	/* #journey-step-2 .responsive-holder:before,
  #journey-step-2 .responsive-holder:after{
    content: '';
    position: absolute;
    top: -31px;
    left: 0;
    width: 100%;
    height: 32px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }
  #journey-step-2 .responsive-holder:after{
    top: auto;
    bottom: -31px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  
  } */

	body[data-current-step="3"] #back_to_2nd {
		display: block;
		position: absolute;
		top: calc(50% - 10px);
	}
	#back_to_1st img,
	#back_to_2nd img {
		width: 24px;
	}
	#journey-step-2 {
		padding: 0;
		padding-bottom: 50px;
	}
	.journey-step > p.small {
		margin: 10px;
	}
	#display-step-3.active {
		display: block;
		height: auto;
	}
	#display-step-3 {
		padding: 0;
		margin: 0;
		flex-direction: column;
	}
	#display-step-3 .checkout-card {
		width: 100%;
		margin: 0;
		box-shadow: none;
		height: auto;
	}
	#display-step-3 .checkout-card.order-review,
	#display-step-3 .order-review-content,
	.partial .steps-wrapper {
		height: auto;
		overflow: auto;
		margin-bottom: 40px;
	}
	#display-step-3 .order-review-content {
		overflow: hidden;
		padding-bottom: 60px;
	}
	#display-step-3 #purchase-area {
		position: fixed;
		left: 0;
		top: auto;
		bottom: 0;
	}
	body[data-current-step="3"] #back_to_2nd {
		display: none;
	}

	#display-step-3 .checkout-card .member-final-price .price-tag {
		align-items: flex-start;
	}

	#display-step-3 .payment-selector {
		flex-direction: column;
	}
	#display-step-3 .payment-selector .payment-box {
		width: 100%;
		margin: 12px 0;
	}
	#configurator-journey {
		position: fixed;
		left: 0;
		top: 100vh;
		position: fixed;
		background: none;
		transition: 0.5s ease-in-out;
	}
	#cart-navigator {
		position: fixed;
		left: 0;
		bottom: 0;
		height: 65px;
		padding: 8px 20px;
	}
	#cart-navigator .btn-primary {
		margin: 0;
		width: 33.3%;
	}
	.btn-primary.btn-medium {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	#cart-navigator .price-tag {
		text-align: right;
		color: #788398;
	}
	#cart-navigator .price-tag strong {
		color: #0f2145;
	}
	#cart-navigator.cart-navigator-es div.member-price {
		width: calc(100% - 140px);
	}
	#cart-navigator .btn-primary {
		width: 140px;
	}
	#cart-navigator div.member-price {
		width: calc(100% - 140px);
	}

	#cart-navigator .market-price {
		display: block;
	}

	#cart-navigator .market-price .market-price-title {
		margin-right: 15px;
	}

	#cart-navigator {
		height: 108px;
		padding: 48px 20px 16px 20px;
	}

	#cart-navigator .market-priceDiv {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		padding: 7px 0;
		background-color: #3e31fa;
		margin-bottom: 10px;
	}

	#cart-navigator .market-priceDiv span,
	#cart-navigator .market-priceDiv del {
		color: white;
	}

	#cart-navigator .member-price .price-tag {
		text-align: left;
	}

	#display-step-2,
	#viewport-3d {
		background-color: #ffffff;
	}
	body.partial,
	body[data-current-step="3"] {
		padding-top: 140px;
		padding-bottom: 60px;
	}
	body[data-current-step="3"] #digest-block {
		display: block;
	}
	body[data-current-step="3"] #cart-navigator {
		display: none;
	}
	#header,
	#digest-block,
	#display-area {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#display-area {
		position: absolute;
	}
	#journey-step-1,
	#journey-step-1-a,
	#journey-step-1-b,
	#journey-step-1-c {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	#header {
		z-index: 9;
	}
	#header.hide_header {
		top: -90px;
	}
	#digest-block.hide_header {
		top: 0;
	}
	body[data-current-step="0"] #configurator-journey,
	body[data-current-step="0"] #display-area,
	body[data-current-step="1"] #configurator-journey,
	body[data-current-step="1"] #display-area,
	body[data-current-step="2"] #configurator-journey,
	body[data-current-step="3"] #display-area {
		position: relative;
		top: initial;
		height: auto !important;
		min-height: initial !important;
		flex: 0 0 auto;
		width: 100%;
		overflow: hidden;
	}
	body[data-current-step="0"],
	body[data-current-step="1"],
	body[data-current-step="2"] {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	body[data-current-step="2"] #display-area {
		top: 200px;
	}
	body[data-current-step="2"] #display-area.hide_header {
		top: 50px;
	}
	/* body[data-current-step="0"] #display-area #breadcrumbs.step-1 {
    display: none !important;
    background-color: #026c02;
  } */
	.journey-step.active,
	.display-step.active {
		position: relative;
		height: auto;
		min-height: initial;
	}
	#display-area {
		padding-bottom: 70px;
	}
	/* .seat-group-selector .seat-group-card img {
    height: 220px;
  } */
	.journey-step .intro-text {
		margin-top: 0;
	}
	.seat-back-button {
		display: flex;
		justify-content: center;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
	#display-step-1.display-step,
	#display-step-1-b.display-step,
	#display-step-1-c.display-step {
		background-color: #ffffff;
	}
	.user-seat-img {
		max-width: 360px;
	}
	.no-seats-found {
		padding: 46px 24px;
		margin-top: 24px;
	}
	#display-step-2 {
		padding: 0;
	}
	#journey-step-2 .seat-summary-card {
		width: 100%;
	}
	#display-step-3 .checkout-card {
		padding: 0;
		border-radius: 0;
		overflow: initial;
	}
	.journey-step hr,
	#journey-step-2 .seat-features .feature-box {
		width: 100%;
	}
	#display-step-1-c.display-step,
	#display-step-3.active {
		padding: 20px;
	}
	#display-step-3 .seat-summary-card,
	#display-step-3 .checkout-card.checkout-form {
		margin-bottom: 32px;
	}
	/* responsive 980 breadcrumb */
	#breadcrumbs {
		display: flex;
		height: auto;
		bottom: 8vh;
		left: calc(50% - 150px);
		z-index: 0;
		top: inherit;
	}
	#breadcrumbs ul:before {
		/* display: flex; */
		width: 300px;
		height: 8px;
		left: 0;
		top: 9px;
	}
	#breadcrumbs ul:after {
		width: 28%;
		height: 8px;
		left: 0;
		top: 9px;
	}

	#breadcrumbs ul,
	#breadcrumbsTop ul {
		flex-direction: row;
		width: 300px;
	}
	/* #display-area {
    margin-bottom: 50px;
  } */
}
@media only screen and (max-width: 460px) {
	#breadcrumbsTop ul,
	#breadcrumbsTop ul::after,
	#breadcrumbsTop ul::before {
		width: 80%;
	}
	#breadcrumbsTop ul:before,
	#breadcrumbsTop ul:after {
		height: 5px;
	}
	#breadcrumbs ul li,
	#breadcrumbsTop ul li {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	/* responsive 460 breadcrumb */
	#breadcrumbs {
		display: flex;
		height: auto;
		bottom: 8vh;
		left: calc(50% - 150px);
		z-index: 0;
		top: inherit;
	}
	#breadcrumbs ul:before {
		/* display: flex; */
		width: 300px;
		height: 8px;
		left: 0;
		top: 9px;
	}
	#breadcrumbs ul:after {
		width: 28%;
		height: 8px;
		left: 0;
		top: 9px;
	}

	#breadcrumbs ul,
	#breadcrumbsTop ul {
		flex-direction: row;
		width: 300px;
	}
	/* #display-area {
    margin-bottom: 50px;
  } */
}
@media only screen and (max-width: 420px) {
	#header {
		height: 84px;
	}
	#digest-block {
		top: 84px;
		height: 42px;
	}

	#digest-block #cart-navigator #back_to_1st {
		display: none;
	}

	#countdown {
		line-height: 42px;
		font-size: 18px;
	}
	#header-title {
		height: 52px;
	}
	#journey-step-1,
	#journey-step-1-a,
	#journey-step-1-b,
	#journey-step-1-c {
		padding: 24px 16px;
	}
	body.partial,
	body[data-current-step="3"] {
		padding-top: 124px;
	}
	.display-step .available-seats {
		margin: 0;
	}
	.display-step .available-seats li {
		width: 130px;
		height: 160px;
	}
	.display-step:not(#display-step-3) input[type="checkbox"] + .check,
	.display-step:not(#display-step-3) input[type="radio"] + .check {
		bottom: -1px;
		left: 2px;
	}
	.display-step:not(#display-step-3) .available-seats label span {
		left: 34px;
		bottom: 2px;
		font-size: 15px;
	}
	.display-step:not(#display-step-3) input[type="checkbox"] + .check:before,
	.display-step:not(#display-step-3) input[type="radio"] + .check:before {
		width: 130px;
		height: 130px;
		top: -137px;
		left: -2px;
	}
	#journey-step-1-b .seat-filters {
		margin: 0;
	}
	#display-step-2,
	#viewport-3d {
		height: 320px;
	}
	/* #journey-step-2 .responsive-holder {
    margin-top: 320px; 
  } */
	#journey-step-2 .seat-summary-card {
		margin: 0;
		margin-bottom: 8px;
		width: 100%;
	}
	.seat-summary-card img {
		width: 52px;
		margin-right: 12px;
	}
	.seat-summary-card .content-text {
		width: calc(100% - 52px);
	}
	#journey-step-2 .seat-model li {
		height: 90px;
	}
	#journey-step-2 .seat-model li img {
		width: 36px;
	}
	#journey-step-2 .seat-model {
		grid-gap: 2px;
	}
	#journey-step-2 .seat-color li img {
		width: 32px;
		height: 32px;
		transform: translateY(0);
		border-radius: 100%;
		display: block;
	}
	#journey-step-2 .seat-color li {
		width: 36px;
		height: 36px;
		border-radius: 100%;
	}
	#journey-step-2 .seat-color {
		grid-gap: 0;
	}
	.seat-summary-card {
		padding: 16px;
	}
	.shipping-details-heading {
		flex-wrap: wrap;
	}
	#display-step-3 .shipping-details-heading h5 {
		margin-bottom: 8px;
	}
	.shipping-details-heading h5,
	.shipping-details-heading .payment-mode-switch {
		width: 100%;
	}
	.payment-mode-switch {
		justify-content: flex-start;
	}
	#display-step-3 .seat-summary-card {
		flex-wrap: wrap;
	}
	#display-step-3 .seat-summary-card img {
		width: 54px;
		margin-bottom: 16px;
	}
	#display-step-3 .seat-summary-card .content-text {
		width: 100%;
	}
	.features-table td {
		width: calc(100% - 60px);
	}
	.member-final-price .price-tag span {
		font-size: 14px;
	}
	.member-final-price .price-tag span.deposit-amount {
		font-size: 18px;
	}
	#purchase-area .btn-primary {
		width: 120px;
	}
	.member-final-price {
		width: calc(100% - 120px);
	}
	.seat-summary-card .toggle-open {
		width: 16px;
		height: 16px;
		right: 18px;
	}
	.checkout-message {
		padding: 20px 16px 20px;
	}
	.checkout-message img.checkout-message-image {
		width: 22px;
		margin-right: 10px;
	}
	.checkout-message-content {
		padding-right: 6px;
	}
	#display-step-2 #viewport-3d {
		height: 320px;
		top: 160px;
	}
	#display-step-2 #viewport-3d.hide_header {
		top: 62px;
	}
	#journey-step-2 #seat-selection {
		min-height: 190px;
		padding-top: 20px;
	}
	#journey-step-2 #seat-selection ul li img {
		display: none;
	}
}
@media only screen and (max-width: 340px) {
	#journey-step-2 .seat-model li img {
		width: 30px;
	}
}
@media only screen and (max-height: 700px) {
	.display-step,
	#display-step-1-b {
		align-items: flex-start;
	}
	#display-step-1-c {
		justify-content: flex-start;
	}
}

/* ----------------------
    NEW NAVIGATION
----------------------- */
#main_navigation ul,
#main_navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_navigation ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}
#main_navigation ul li a.button_color-white {
	color: var(--grayscale-body);
}
#main_navigation ul li a.button_color-white.disabled {
	color: var(--grayscale-body-light);
	cursor: not-allowed;
}
#main_navigation ul li a.button_color-white.disabled:hover {
	box-shadow: none;
}
#app_burger {
	display: none;
}
@media (max-width: 992px) {
	.nav-menu {
		position: relative;
		top: 4px;
	}
	#main_navigation {
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		background: var(--grayscale-offwhite);
		top: 0;
		left: 0;
		top: -100vh;
		padding-top: 110px;
		z-index: -1;
	}
	#main_navigation.open {
		top: 0;
	}
	#main_navigation ul,
	#main_navigation ul li {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 12px;
	}
	#main_navigation ul li a {
		margin: auto;
		font-size: 18px;
	}
	#view_gallery,
	#seat_gallery {
		display: none;
	}
}
@media (max-width: 480px) {
	#congrats_page {
		padding: 0 10%;
	}

	#congrats_page .h5 {
		font-size: 32px;
	}

	#congrats_page p,
	#congrats_page span,
	#congrats_page a,
	#congrats_page .finalSeat .finalSeatCongrats .btn-congrats {
		font-size: 14px;
	}

	#congrats_page .finalSeatImage img {
		border-radius: 14px 14px 0 0;
	}
	#congrats_page .finalSeatCongrats {
		padding: 16px 24px;
	}
	#icon_360 {
		display: none;
	}
}
body[data-current-step="0"] #display-area #breadcrumbs.step-1 {
	display: none;
}

/* NEW EXTRA CODE */

.is-loading {
	margin-top: 40px;
}
.spinning-loader {
	content: "";
	width: 100px;
	height: 100px;
	background-image: url(loader.gif);
	background-size: contain;
}
#display-step-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
#display-step-3 .input-group input.error {
	border: 1px solid red;
}
#header.hide_header {
	top: 0 !important;
}
#display-step-3 .order-review-content {
	padding-bottom: 50px;
}
