.header
{
	background: #FFFFFF;
	z-index: 10;
}
.top_nav
{
	width: 100%;
	height: 50px;
	background: #1e1e27;
}
.top_nav_left
{
	height: 50px;
	line-height: 50px;
}

#main_nav { 
	/*
	put padding on menu items rather, because of disappearing submenus when hovering otherwise
	padding-top: 30px;
	padding-bottom: 30px;
	*/
	padding-bottom: 0;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  text-transform: uppercase;
  font-size: 2.5em;
  font-family: "RobotoCondensed";
  font-weight: 300;
  padding-right: 25px;
}

.navbar-toggler { 
  color: #000 !important;
  font-size: 2em;
  border: none;  
  margin: 0 5px;
}
.navbar-toggler:focus { 
  outline: none;
  outline-width: 0;
  outline-color: #fff;
}

.navbar .navbar-nav li.dropdown-right-onhover .dropdown-menu a { margin-left: 4px; }
.navbar.navbar-paradisio .navbar-nav .dropdown-menu li:hover>a span { color: #000; } 

.navbar .dropdown-menu li>a.pseudo-toggle { 
	display: block;
	padding: 5px 30px 5px 15px;
	clear: both;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
  text-overflow: ellipsis;
}

/* multilevel Bootstrap navbar */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -10px;
    margin-left: -1px;
}

/* third and fourth level */
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    box-shadow: 13px 13px 16px 0 rgba(0, 0, 0, 0.15);
    border-left: 1px solid #eee;
}

/* hide default caret */
.dropdown-submenu>a:after { display: none; }
/*
.dropdown-submenu>a:before {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:before {
    border-left-color: #fff;
}
*/
.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown span.desc {
  display: block;
  white-space: nowrap;
  margin: 3px 0 0 18px;
  color: grey;
  text-overflow: ellipsis;
  width: 250px;
  overflow: hidden;
}

.dropdown-menu span.name {
  font-size: 110%;
  margin-left: -5px;
}

.navbar_menu>li>a span.name {
  font-family: 'RobotoCondensed';
  font-size: 1.2em;
  font-weight: 400;
}

.dropdown-menu {
  max-width: 350px;
  min-width: 300px;
  margin-top: -2px;
  border: none;
  box-shadow: 0 13px 16px rgba(0, 0, 0, 0.15);
  padding: 0;
}

.navbar .navbar-header { 
  z-index: 1 !important; 
}

@media(max-width:991px){
  .dropdown-menu {
    max-width: inherit;
  }
	.navbar-brand {   
    display: none;
  }  
}

@media(min-width:500px){
	.navbar-brand {   
    font-size: 1.9em;
    display: block;
  }  
}

@media(min-width:768px){
  .navbar-brand {   
    font-size: 2.5em;
  }  
}

@media(min-width:992px){

}

@media(min-width:1200px){ 
	
}	


.main_nav_container
{

	background: #FFFFFF;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}


/* wishlists and birthlists dropdown icon button */
#listsMenu > ul.dropdown-menu {
  margin-top: -16px;
  background: #f9f9f9;
  max-width: none;
  min-width: auto;
}

/* IE10+ detection */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #listsMenu > ul.dropdown-menu {
    margin-top: -21px;
  }
}

#listsMenu:hover > ul.dropdown-menu {
  display: block;
}

#listsMenu ul.dropdown-menu li a:hover {
  background: #eceff6;
}

#listsMenu ul.dropdown-menu li a {
	display: block;
  font-size: 16px;
	padding: 10px 30px;
  transition: color 0.3s ease;
  border-radius: 0;
  width: 100%;
}

#listsMenu ul.dropdown-menu li {
	display: block;
}

.navbar_menu li a
{
	display: block;
	color: #1e1e27;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
  padding: 40px 20px;
	transition: color 0.3s ease;
}

.navbar_menu .dropdown-menu li a
{
  font-size: 13px;
	font-weight: 500;
	padding: 10px 20px;
	transition: color 0.3s ease;
	border-bottom: 1px solid #eee;
	text-transform: none;
}

.navbar_menu .dropdown-menu li a desc
{
	text-transform: none;
}

.navbar_user
{
	margin-left: 37px;
}
.navbar_user li
{
	display: inline-block;
	text-align: center;
}
.navbar_user li a
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 40px;
	height: 40px;
	color: #1e1e27;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar_user li a:hover
{
	color: #b5aec4;
}
.checkout a,
.header_wishlist a,
.header_onlinebirthlist a
{
	background: #f9f9f9;
	border-radius: 50%;
}

.checkout a:hover,
.header_wishlist a:hover,
.header_onlinebirthlist a:hover
{
  background: #eceff6;
}

.checkout_items
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -9px;
	left: 22px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	/* background: #f5987e; */
	background: #919191;
	font-size: 12px;
	color: #FFFFFF;
}

.header_wishlist_number
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -9px;
	left: 22px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #B5D2E7;
	font-size: 12px;
	color: #FFFFFF;
}

/* 
menu dropdown on hover 
https://stackoverflow.com/questions/18023493/bootstrap-dropdown-sub-menu-missing/18024991#18024991
*/

.dropdown-menu a:hover {
	background-color: #fbf9f9;
}

.navbar-nav>li:hover {
  box-shadow: -8px 13px 16px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top:25px;
  left:10%;
  margin-top: 0;
}

/*.navbar_user { padding: 20px 30px; }*/

.header_benefits {
  overflow: hidden;
  font-size: 12px;
  color: #e6e6e6;
  text-transform: uppercase;  
}

.header_benefits a {
  color: #fff;
}

.top_nav_menu .navbar {
  background-color: #1e1e27;
  color: #fff;
  padding-bottom: 0;
}

.top_nav_menu .nav-item a {
  padding: 0.5rem 1.5rem;
}

.top_nav_menu .nav-item.dropdown a {
  margin-bottom: 8px;
}

.top_nav_menu .nav-item a,
.top_nav_menu .nav-item form {
  background-color: #1e1e27;
  color: #e6e6e6;
  font-size: 12px;
  text-transform: none;  
  border-left: 1px solid #444;
}

.top_nav_menu .nav-item form button {
  color: #e6e6e6;
  text-transform: none;  
  font-size: 12px;
}

.top_nav_menu .nav-item li:hover {
  background-color: #000;
  color: #fff;
}

.top_nav_menu .dropdown-menu {
  margin: 0;
  width: auto;
}

.top_nav_menu a.dropdown-item,
.top_nav_menu form.dropdown-item {
  margin-bottom: 0 !important;
  padding: 0.5rem 1rem;
}

.top_nav_menu a.dropdown-item:hover,
.top_nav_menu form.dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

.top_nav_menu .dropdown-menu.last {
  left: -28px;
}

.top_nav_menu .navbar-nav li:hover {
  background-color: #1e1e27;
}

#search_bar { 
  opacity: 0;
  height: 0;
  /*background-color: rgba(243,220,235,0.50);*/
  border-bottom: 1px solid #eee;
  transition: all .75s ease;
  cursor: pointer;  
  overflow: hidden;
}

#search_bar.show {
  opacity: 1;
  height: auto;
}

.header_search_toggle.active { 
  color: #212121 !important; 
}

.search_input {
  border-color: #212121;
}

.search_input:focus {
  outline: none;
  box-shadow: none;
  border-color: #212121;
}