.list-inline_frontend_header {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline_frontend_header > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.site-logo {
	padding-top: 15px !important;
	padding-bottom: 5px !important;
}

.reduce-header .site-logo {
	padding-top: 5px !important;
	padding-bottom: 0 !important;
}

.btn-warning, .btn-primary, .btn-success, .btn-danger {
	color: #ffffff !important;
}

/* dropdown menu */
@media (min-width: 1024px) {
	.header-navigation > ul > li:hover > .dropdown-menu {
	  display: block;
	}
}

@media (min-width: 1024px) {
	.reduce-header .header-navigation > ul > li > a {
		padding: 16px 12px 17px;
	}
	.ecommerce .reduce-header .header-navigation > ul > li > a {
		padding: 23px 12px 20px;
	}
	.reduce-header .header-navigation li.menu-search {
		top: 14px;
	}
	.ecommerce .reduce-header .header-navigation li.menu-search {
		top: 21px;
	}
}