/* Header */

/* Header -- Logo */

header > .header-full .headersection-1 .widgetlogo .logo img {
	width: 92px !important;
	max-width: none !important;
	height: 70px !important;
	max-height: none !important;
}
header > .header-mobile .header-logo .logo img {
	width: 92px !important;
	max-width: none !important;
	height: 70px !important;
	max-height: none !important;
}

/* Header - Search bar */

header section.search .search-form .form-group input {
	height: 48px;
}
header section.search .search-form button[type=submit] {
    top: 5px;
}

/* Header -- Navigation */

header .menu.expanded .catalog > li.extended > ul.submenu > div {
	height: 100px !important;
}
header .menu.expanded .catalog > li > ul.submenu > div > li {
	width: 14.8%;
}
header .menu.expanded .catalog > li.extended > ul.submenu > div > li {
	width: 25%;
}
header .menu.expanded .catalog > li > ul.submenu > div > li > ul > li:last-child > a {
	font-weight: bold;
	color: #fe5905;
}

/* Header - hide extra things we don't need */

header > .header-full .headersection-3 {
	display: none;
}