* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  min-height: 200vh;
}

li {
  list-style: none;
}

.main-container {
	width: 1100px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.mega-menu {
  display: block;
  float: left;
  width: 100%;
  box-shadow: 0px 1px 4px #dadada;
}
.mega-menu .mobile-nav-icon {
  display: none;
}
.mega-menu.sticky-header {
  position: fixed;
  top: 0;
  width: 1099px;
  z-index: 100;
  margin-left:1px;
  margin-right:2px;
}
.mega-menu a {
  text-decoration: none;
  /*color: #000000;*/
  border-bottom: 4px solid white;
}
.mega-menu .main-links {
  /* background-color: #ffffff;
     border-bottom: 1px solid #dedede;    */
  z-index: 9;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.mega-menu .main-links.disable-highlighter ul li a:hover {
  border-color: transparent;
}
.mega-menu .main-links.text-highlighter ul li a:hover {
  color: red;
}
.mega-menu .main-links ul {
  display: flex;
  margin: 0;
  float: right;
  position: relative;
}
.mega-menu .main-links ul.follow-highlighter-enabled a:hover {
  border-color: transparent;
}
.mega-menu .main-links ul.follow-highlighter-enabled .follow-highlighter {
  position: absolute;
  width: 0%;
  height: 4px;
  background-color: red;
  bottom: 0px;
  transition: all ease 0.3s;
}
.mega-menu .main-links ul.follow-highlighter-enabled .follow-highlighter.right {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
  animation-direction: alternate;
}
.mega-menu .main-links ul li {
  width: auto;
  float: left;
  margin-right: 15px;
}
.mega-menu .main-links ul li a {
  position: relative;
  padding: 25px 0px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.mega-menu .main-links ul li a:hover {
  border-bottom: 4px solid red;
}
.mega-menu .main-links ul li a.highlight {
  border-bottom: 4px solid red;
}

/*
.mega-menu .main-links ul li a .caret.caret-down {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 4px;
  margin-bottom: 2px;
}
.mega-menu .main-links ul li a .caret.caret-up {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-left: 4px;
  margin-top: 2px;
}
.mega-menu .main-links ul li a .caret.caret-img {
  display: inline-block;
  background-size: cover;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  right: -20px;
}
*/

.mega-menu .menu-dropdown {
  display: block;
  float: left;
  width: 100%;
}
.mega-menu .menu-dropdown .menu-item-wrapper {
  display: none;
  padding: 45px;
  margin: 0;
  float: left;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  
  background-color:#FFFFF0;
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  
}
.mega-menu .menu-dropdown .menu-item-wrapper.active {
  display: flex;
}
.mega-menu .menu-dropdown .menu-item-wrapper li {
  margin-right: 30px;
}
.mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper {
  float: left;
  display: inline-block;
  margin-left: 0;
  width:40%;
}
.mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper:last-child {
  margin-right: 0;
}
.mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper .slogan-category {
  font-weight: bold;
  font-size: 20px;
  color: black;
  position: relative;
  margin-bottom: 15px;
  display: block;
  /*padding: 0px 15px;*/
}

/*
.mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper .slogan-category:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: red;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
*/


.product-button {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  padding: 10px;
  font: 600 15px Arial;
  color: #0000FF;
  text-decoration: none;
  /*display: block;*/
  /*margin-left: 20px;*/
}

.product-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-color: #837E7C;
  z-index: -1;
  transition: transform 500ms;
}
.product-button:hover{
  color: white;
}
.product-button:hover::before {
  transform: scaleX(1);
}




.mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper ul {
  display: inline-block;
  float: left;
}

.mega-menu .menu-dropdown .menu-item-wrapper .product-wrapper{
	float: right;
	display: inline-block;
	margin-right: 0;
	width:55%;
}
.mega-menu .menu-dropdown .menu-item-wrapper .product-wrapper ul {
  display: inline-block;
  float: right;
}

.mega-menu .menu-dropdown .menu-item-wrapper .product-wrapper ul li a{
  font-size: 13px;
  text-decoration:none;
}
.mega-menu .menu-dropdown .menu-item-wrapper .product-wrapper ul li a:hover{
  text-decoration:underline;
}

.mega-menu .menu-dropdown .menu-item-wrapper li {
  color: #777777;
  display: block;
  height: auto;
}
.mega-menu .menu-dropdown .menu-item-wrapper li:last-child {
  margin-bottom: 0px;
}
.mega-menu .menu-dropdown .menu-item-wrapper li a {
  display: block;
  height: auto;
  border-bottom: none;
}
.mega-menu .menu-dropdown .menu-item-wrapper li a:last-child {
  /*padding-bottom: 0;*/
}
.mega-menu .menu-dropdown .menu-item-wrapper li a:hover {
  /*color: black;*/
}
.mega-menu .menu-dropdown .menu-item-wrapper li ul {
  padding: 0;
}
.mega-menu .menu-dropdown .menu-item-wrapper.dropdown {
  background-color: white;
  float: left;
  width: auto;
  padding: 25px;
  position: absolute;
  box-shadow: 0px 1px 4px #dadada;
}
.mega-menu .menu-dropdown .menu-item-wrapper.dropdown.active {
  display: block;
}
.mega-menu .menu-dropdown .menu-item-wrapper.dropdown li {
  margin-right: 0;
}
.mega-menu .menu-dropdown .menu-item-wrapper.dropdown li:last-child {
  margin-bottom: 0;
}
.mega-menu .menu-dropdown .back-link {
  display: none;
  text-align: right;
  color: black;
  font: 800 25px Arial;
}

.main-links-unselected {
	border-bottom: 3px solid #4d90f9;
	background-color: white;
}

.main-links-selected {
	border-bottom: 1px solid #dedede;
	background-color: #FFFFF0;
}

.unece-logo {
	display: flex;
}

.more-slogan {
	display:inline-block;
	width:40%;
	vertical-align:top;
	padding-top:10px;
	margin-right:20px;
}
.more-text {
	display:inline-block;
	width:50%;
}
.more-intro {
	font-size: 14px;
}

.more-intro .more-intro-weblink {
	display: inline-block !important;
	color: #0000FF;
	text-decoration: none;
}

.more-container {
	margin-top: 80px;
	padding: 20px 40px;
	background-color: #f3f3f3;
}

.root-container {
	background-color: #D0E9F6;
	margin-top:78px;
}

@media only screen and (max-width: 1200px) {
  .main-container {
	width: 90%; 
  }  
  .mega-menu.sticky-header {
	width: 90%;  
  }	

}	

@media only screen and (max-width: 930px) {
	.main-container {
		border:none;
	}

	.mega-menu {
		box-shadow: none;
	}

	.mega-menu.sticky-header {
		margin-left: 0px;
	}

	.mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper {
		float: left;
		display: inline-block;
		margin-left: 0;
		width: 100%;
	}
  .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper .slogan-category {
    font-weight: bold;
    font-size: 14px;
    color: black;
    position: relative;
    margin-bottom: 15px;
    display: block;
  }
  .product-button {
	font: 600 12px Arial;
    padding:5px;
  }
  .more-slogan {
	display:block;
	width:100%;
  }
  .more-text {
	display:block;
	width:100%;
  }
  .more-intro {
	font-size: 12px;
  }
  .more-container {
	margin-top:45px;
	padding:5px 20px;
  }
  .root-container {
	margin-top:45px;
  }

  .follow-highlighter {
    display: none;
  }
  .mega-menu.sticky-header {
    position: relative;
	width: 100%;
  }
  .mega-menu.sticky-header.responsive-menu .main-links {
    margin-top: 71px;
  }
  .mega-menu.sticky-header.responsive-menu .menu-dropdown {
    position: fixed;
    /*top: 71px;*/
    z-index: 99;
    background: white;
  }
  .mega-menu.sticky-header.responsive-menu .menu-dropdown .menu-item-wrapper .back-link {
    display: block;
  }
  .mega-menu.sticky-header .mobile-nav-icon {
    position: fixed;
    top: 0;
	width: 90%;
	margin-left:-1px;
    z-index: 99;
  }
  .mega-menu .mobile-nav-icon {
    position: relative;
    z-index: 91;
    display: block;
    padding: 10px 40px;
  }
  .mega-menu .mobile-nav-icon a {
    border: none;
  }
  .mega-menu .main-links {
    display: none;
    padding: 10px 10px;
  }
  .mega-menu .main-links.active {
    display: block;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
  }
  .mega-menu .main-links ul {
	/*
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
	*/
	float: none;
	padding-left: 0px;
    flex-wrap: wrap;
  }
  .mega-menu .main-links ul li {
    /*width: 100%;
    margin-right: 0;
	*/
	padding: 0px;
  }
  .mega-menu .main-links ul li a {
    padding: 10px 5px;
  }
  .mega-menu .main-links ul li a.highlight {
    border: none;
  }
  .mega-menu .menu-dropdown .menu-item-wrapper {
    max-height: 90vh;
	overflow-x: hidden;
    overflow-y: auto;
  }
  .mega-menu .menu-dropdown .menu-item-wrapper {
	padding: 15px;
	margin: 0;
	float: left;
	width: 90%;
	flex-wrap: wrap;
	flex-direction: row;
  }

  .mega-menu .menu-dropdown .menu-item-wrapper.active {
    display: block;
  }

  .unece-logo {
	display: none;
  }
  
  .mobile-nav-icon {
    background-color: white;
	border-bottom: 3px solid #4d90f9;	
  }
  .main-links {
    background-color: white;	
  	border-bottom: 1px solid #dedede;
  }
  .mega-menu .menu-dropdown .menu-item-wrapper .product-wrapper{
	margin-top: 10px;
	float: right;
	display: inline-block;
	width: 100%;
  }
  .mega-menu .menu-dropdown .menu-item-wrapper .product-wrapper ul li a{
    font-size: 10px;
  }

}
@keyframes fromLeft {
  0% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes fromRight {
  0% {
    width: 0;
    right: 0;
  }
  100% {
    width: 100%;
    right: 0;
  }
}
