#kioHeader:has(#customerServiceFunctions),
#kioHeader:has(#parentCompanyAdministratorFunctions) {
	padding-bottom: 2rem;
}

#kioHeaderInner {
	position: relative;
	z-index:1049;
}

/* blur behind nav */
.blurElement {
	filter: blur(4px) grayscale(70%);
}

/* Nav */
.nav-full-responsive {
	position: fixed;
	width: 100%;
	top: 0;
	background: white;
}

.clsConfigurator .nav-full-responsive {
	position: static;
}

/* Top Nav */
.navbar-toggler {
	font-size: 0.9em !important;
}

.nav-top .column {
	flex-basis: 100%;
	flex: 1;
	padding: 5px;
}

.nav-top .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.nav-top {
	padding: 0 4em; 
}

.nav-top main {
  	margin: 0 auto;
}

/* Logo */
.navTopLogo {
	text-align: center;
}

.kiOnlineLogo {
	width: 170px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* Quick Links Buttons */
.nav-quick-links-btns-wrapper {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 1em;
}

.LoginBtn, .myAccountBtn {
	color: #333333;
	margin-bottom: 0.2em;
	padding: 3px 0;
}

.mega-menu-droplet-col a {
	color: #333333;
}

.LoginBtn:hover, .myAccountBtn:hover, .mega-menu-droplet-col a:hover, .navTopNewFeatures a:hover {
	color: #d3d3d3;
	transition: ease 0.3s;
}

.navTopNewFeatures a {
	color: #be0000;
	padding-right: 0.64em;
	padding-top: 0.1em;
}

.navTopNewFeaturesMobile {
	display: none;
	color: #be0000;
}

body.disableSessionPreparedForUI a.invokeSessionPreparedForUI {
	pointer-events: none;
	cursor: default;
	opacity: 0.6;
}

/* Mega Menu Desktop */ 
.bottom-nav-mega-menu-desktop {
	background: #f7f7f7;
	border: 1px solid #d3d3d3;
	position: fixed;
	top: 86px;
	right: 0;
	left: 0;
	z-index: 99999;
}

.clsConfigurator .bottom-nav-mega-menu-desktop {
	position: static;
}


#mega-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 auto;
	position: relative;
	width: 100%;
	padding: 0;
}

.mega-menu-droplet-content {
	display: flex;
	text-align: left;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
	column-gap: 5em;
}

.has-drop {
	cursor: pointer;
}

.mega-menu-droplet-col {
	display: flex;
	flex-direction: column;
	line-height: 1.8;
}

.mega-menu-droplet-col-title {
	font-size: 1.3em;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 0.5em;
}

#mega-menu .droplet {
	display: none;
	position: fixed;
	width: 100%;
	right: 0;
	left: 0;
	top: 106px;
	padding: 3rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	background: white;
}

#mega-menu .droplet ul li {
	 width: 100%;
	 margin: 0;
}

#mega-menu li {
	 list-style-type: none;
	 display: inline-block;
}

#mega-menu li .mega-menu-link {
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2;
	display: block;
	width: 100%;
	padding: 1em;
	text-decoration: none;
	color: #333333;
	text-align: center;
}

#mega-menu li .mega-menu-link:hover {
	 background-color: #d3d3d3;
}

#mega-menu li:last-of-type {
	 border-right: none;
}

#mega-menu li.active .mega-menu-link {
	 color: #d3d3d3
}

#mega-menu li.active .mega-menu-link:hover {
	 color: white;
}

#mega-menu li .border-left {
	 border-left: solid 1px white;
	 padding-left: 3rem;
}

#mega-menu li .icon-card.no-border {
	 margin-top: -15px;
	 padding: 10px 0;
}

/* Bottom Nav Mobile */
.bottom-nav-mobile {
	display: none;
}

/* CSR sub nav */
.LandingPageWrapper {
	margin-top: 8em;
}

.subNav-full-responsive {
	position: fixed;
	font-size: 16px;
	top: 76px;
	right: 0;
	left: 0;
	background: #333333;
	z-index: 1048;
	border-bottom: 1px solid #ffffff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.clsConfigurator .subNav-full-responsive {
	position: static;
}
.navbar-expand-md .navbar-collapse {
	justify-content: center;
}

.navbar-expand-md .navbar-nav {
	column-gap: 0.5em;
}

.navbar-nav {
	align-items: center;
	--bs-nav-link-color: #ffffff;
	--bs-nav-link-hover-color: #d3d3d3;
}

.navbar {
	 --bs-navbar-active-color: #d3d3d3;
	--bs-navbar-padding-y: 0;
}

.subNav-full-responsive form.d-flex {
	margin-block-end: 0.5em;
	margin-top: 0.5em;
}

.subNav-full-responsive .form-control {
	color: #333333;
	font-size: 14px;
	width: 10em;
	padding: 0.35rem 0.75rem;
	border: none;
	border-radius: 4px;
	height: auto;
}

.dropdown-menu {
	--bs-dropdown-min-width: 15rem;
	--bs-dropdown-padding-x: 1em;
}

input {
  color: #333333;
}

.navItemSpacer {
	color: white;
}

.mega-menu-link:focus-visible {
	outline: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.active-selectable-option {
	cursor:default;
}

.mega-menu-droplet-col a.active-selectable-option:hover {
	color:initial;
}

.selectable-options-list a .fa-check {
	display:none;
}

.selectable-options-list a.active-selectable-option .fa-check {
	display:initial;
}

.selectable-options-list {
	display:flex;
	flex-direction:column;
}

.importFilesControl {
	width:100%;
	display: flex;
	border: 1px solid #d3d3d3;
	margin-bottom: 1em;
}

label.importFilesControl {
	margin-bottom: 1em;
	border: none;
	text-transform: capitalize;
	font-weight: 600;
}

/* Hide the file input */
.orderFormImportFiles {
	position: absolute;
	left: -9999px; 
	opacity: 0;
	pointer-events: none;
}

.btnOrderFormFileUpload {
	pointer-events: auto;
	z-index: 1;
	position: relative;
}

/* Style the button and status to replace the file input */
.OFUploadChooseFiles {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 20px;
}

.orderFormFileUploadButton {
	width: auto;
	min-width: 120px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	cursor: pointer;
	text-align: left;
	flex-shrink: 0;
}

.orderFormFileUploadButton:hover {
	border-color: #86b7fe;
}

.orderFormFileUploadButton:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.orderFormUploadStatus {
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	color: #6c757d;
	background-color: transparent;
	border: none;
	border-radius: 0.375rem;
	flex-grow: 1;
}

.OFUploadBtns {
	width: 100%;
	display: flex;
	flex-direction: row;
	row-gap: 0.3em;
	column-gap: 0.3em;
}

.OFUploadBtns button {
	width: 50%;
}

.env {
	display:none;
	position:fixed;
	top:0;
	z-index:100001;
	width:100%;
	text-transform: uppercase;
	white-space: nowrap;
	overflow:hidden;
	border: 1px solid red;
	opacity: 0.5;
}

.env.bottom {
	top: unset;
	bottom: 0;
}

.modal-open .env.bottom,
.env.prod {
	display:none;
}

/* Responsive */

@media screen and (min-width: 768px) {
	.de_de .navbar-nav {
		flex-wrap: wrap;
		justify-content: center;
		font-size: 12px;
	}
	
	.subNav-full-responsive {
		top: 105px;
	}
	
	.subNav-full-responsive .form-control {
		font-size: 12px;
		padding: 0.15rem 0.5rem;
		margin-left: 0.5rem;
		width: 7rem;
	}
}

@media screen and (min-width: 901px) {	
	.subNav-full-responsive {
		top: 121px;
	}
	
	#mega-menu .droplet {
		top: 122px;
	}
}


@media screen and (min-width: 1201px) {
	.de_de .navbar-nav {
		flex-wrap: nowrap;
	}
	
	.subNav-full-responsive {
		top: 139px;
	}
	
	.subNav-full-responsive .form-control {
		font-size: 14px;
		width: 8.5rem;
	}
	
	#mega-menu .droplet {
		top: 140px;
	}
}

@media screen and (min-width: 1701px) {
	.de_de .navbar-nav {
		font-size: 16px;
	}
}


/* small PC screens / Laptops */
@media screen and (max-width: 1920px) {
	#mega-menu li .mega-menu-link {
		padding: 1.25em 1em;
	}

	.mega-menu-droplet-content {
		column-gap: 4em;
		width: 100%;
	}
	
	#mega-menu .droplet {
		padding: 1.5em 3em;
	}
	
	#mega-menu li .mega-menu-link {
		font-size: 0.8em;
	}
	
	.mega-menu-droplet-col-title {
		font-size: 1.1em;
	}
	
	.mega-menu-droplet-col a {
		font-size: 0.9em;
	}
}

/* Small Laptops / Large Tablets */
@media screen and (max-width: 1200px) {		
	.nav-quick-links-btns-wrapper {
		font-size: 0.8em;
		column-gap: 1em;
	}
	
	.navTopLogo {
		text-align: left;
		margin-left: 1.5em;
	}
	
	.nav-top-quick-links {
		margin-right: 2em;
	}
	
	#mega-menu li .mega-menu-link {
		font-size: 0.6em;
	}
	
	.kiOnlineLogo {
		width: 156px;
	}

	.navTopLeftContent {
		display: none !important;
	}
	
	.bottom-nav-mega-menu-desktop {
		top: 81px;
	}
	
	/* CSR SubNav */
	.subNav-full-responsive {
		font-size: 13px;
	}
	
	.navTopNewFeaturesMobile {
		display: block;
		color: #be0000;
	}
}

/* Tablets */
@media screen and (max-width: 1000px) {	
	/* CSR SubNav */
	.subNav-full-responsive {
		font-size: 11px;
	}
}

/* Tablets */
@media screen and (max-width: 900px) {	
	.subNav-full-responsive {
		font-size: 10.5px;
	}
	
	.navbar-expand-md .navbar-nav {
		column-gap: 0;
	}
	
	#mega-menu li .mega-menu-link {
		padding: 0.5em;
	}
}

/* Tablets and Phones */
@media screen and (max-width: 800px) {		
	.mega-menu-droplet-content {
		column-gap: 2em;
	}
	
	.mega-menu-droplet-col-title {
		font-size: 1em;
	}
	
	.mega-menu-droplet-col a {
		font-size: 0.9em;
	}
	
	#mega-menu .droplet {
		padding: 1rem;
	}
}

/* Phones */
@media screen and (max-width: 767.33px) {	
	#kioHeader:has(#customerServiceFunctions),
	#kioHeader:has(#parentCompanyAdministratorFunctions) {
		padding-bottom: 1rem;
	}
	
	.container {
		max-width: 100% !important;
	}
	
	#mega-menu li .mega-menu-link {
		font-size: 0.7em;
	}

	.mega-menu-nav-wrapper, .nav-top {
		display: none;
	}
	
	.bottom-nav-mobile {
		display: block;
	}
	
	.bottom-nav-mobile-menu-link-icon {
		float: right;
	}	

	.bottom-nav-mobile {
		 background: white;
		 border-bottom: 1px solid #d3d3d3;
		 color: black;
		 transition: 0.5s all ease;
		 z-index: 100;
		 position: static;
		 width: 100%;
		 top: 0;
		 right: 0;
		 left: 0;
		 z-index: 100;
		 padding: 1rem;
	}

	 .bottom-nav-mobile a {
		 color: #333333;
		 transition: 200ms all linear;
		 line-height: 1.7;
	}
	
	.bottom-nav-mobile-droplet-content {
		display: flex;
		flex-direction: column;
	}
	
	.bottom-nav-mobile-menu-droplet-col {
		margin-top: 1.5em;
		display: flex;
		flex-direction: column;
	}
	
	.bottom-nav-mobile-menu-droplet-col-title {
		border-bottom: 1px solid #d3d3d3;
		font-size: 1.05em;
		margin-bottom: 0.5em;
	}

	a.bottom-nav-mobile-logo img {
		width: 146px;
		padding: 0 1rem;
	}

	.mobile-menu {
		 transition: 200ms all linear;
		 position: fixed;
		 top: 0;
		 bottom: 0;
		 right: -320px;
		 width: 320px;
		 height: 100%;
		 background: white;
		 overflow-y: scroll;
		 overflow-x: hidden;
		 border-left: 1px solid #d3d3d3;
		 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		 overflow: scroll;
	}

	.mobile-menu::-webkit-scrollbar {
		 display: none;
	}

	#bottom-nav-mobile-menu {
		 margin: 0 1rem 0 auto;
		 position: relative;
		 width: 100%;
		 padding: 3.5rem 0;
		 background: white;
	}

	#bottom-nav-mobile-menu .droplet {
		 display: block;
		 position: fixed;
		 width: 320px;
		 top: 0;
		 bottom: 0;
		 right: -320px;
		 left: auto;
		 min-height: 100vh;
		 background-color: white;
		 z-index: 2000;
		 padding: 1.5em 2em;
		 text-align: left;
		 transition: 200ms all linear;
		 border-left: 1px solid #d3d3d3;
		 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	
	#bottom-nav-mobile-menu .droplet.active {
		 right: 0;
		 overflow: scroll;
	}

	#bottom-nav-mobile-menu .droplet ul li {
		 width: 100%;
		 margin: 0;
	}
	
	#bottom-nav-mobile-menu li {
		 list-style-type: none;
		 width: 100%;
		 padding: 0 2rem;
		 position: relative;
	}
	
	#bottom-nav-mobile-menu li:after {
		 content: "";
		 color: white;
		 font-size: 2rem;
		 position: absolute;
		 top: 2px;
		 bottom: 0;
		 right: 2rem;
	}	

	 #bottom-nav-mobile-menu li .mega-menu-link {
		font-size: 1rem;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
		line-height: 0.85rem;
		position: relative;
		display: block;
		text-align: left;
		width: 100%;
		padding: 15px 0;
		text-decoration: none;
		color: black;
		color: #676767;
	 }

	 #bottom-nav-mobile-menu li .mega-menu-sub-link {
		 padding: 0.4rem 0;
		 font-size: 0.75rem;
		 text-transform: uppercase;
		 line-height: 1.2em;
		 border: none;
		 text-align: left;
		 position: relative;
		 letter-spacing: 0.1rem;
		 padding: 1rem 2rem;
	}
	
	#bottom-nav-mobile-menu li .mega-menu-sub-link:after {
		 content: "";
		 color: white;
		 font-size: 2rem;
		 position: absolute;
		 top: 1rem;
		 right: 0;
	}

	 #bottom-nav-mobile-menu li .mega-menu-sub-link a {
		 color: black;
	}

	 #bottom-nav-mobile-menu li .mega-menu-back-link {
		position: relative;
		color: #676767;
		text-transform: uppercase;
	}
	
	 #bottom-nav-mobile-menu li .mega-menu-back-link:after {
		 color: white;
		 font-size: 2rem;
		 position: absolute;
		 content: "";
		 left: -2.25rem;
		 right: auto;
		 top: 0.25rem;
	}

	 #mobile-menu {
		 z-index: 1000;
		 position: absolute;
		 right: 1rem;
		 top: 1.25rem;
		 margin: 0 0 0 auto;
		 width: 30px;
		 height: 20px;
		 transform: rotate(0deg);
		 transition: 0.5s ease-in-out;
		 cursor: pointer;
	}

	#mobile-menu::after {
		 display: none;
	}
	
	#mobile-menu.open + .mobile-menu {
		 right: 0;
	}
	
	#mobile-menu span {
		 display: block;
		 position: absolute;
		 height: 3px;
		 width: 100%;
		 background: #676767;
		 border-radius: 0;
		 opacity: 1;
		 left: 0;
		 transform: rotate(0deg);
		 transition: 0.25s ease-in-out;
	}
	
	#mobile-menu span:nth-child(1) {
		 top: 0;
	}
	
	#mobile-menu span:nth-child(2), nav #mobile-menu span:nth-child(3) {
		 top: 8px;
	}
	
	#mobile-menu span:nth-child(4) {
		 top: 16px;
	}
	
	#mobile-menu.open span:nth-child(1) {
		 top: 18px;
		 width: 0;
		 left: 50%;
	}
	
	#mobile-menu.open span:nth-child(2) {
		 transform: rotate(45deg);
	}
	
	#mobile-menu.open span:nth-child(3) {
		 transform: rotate(-45deg);
	}
	
	#mobile-menu.open span:nth-child(4) {
		 top: 18px;
		 width: 0;
		 left: 50%;
	}
	
	.bottom-nav-mega-menu-desktop {
		border: none;
	}
	
	span.navbar-toggler-icon.navbar-dark {
		font-size: 16px;
	}
	
	.navbar > .container-fluid {
		justify-content: flex-end;
		padding-right: 0.5em;
	}
	
	.navItemSpacer {
		display: none;
	}
	
	.subNav-full-responsive, .form-control {
		font-size: 16px;
	}
	
	.navbar-nav {
		align-items: flex-start;
		padding-left: 2em;
		padding-bottom: 2em;
	}
}