
.manufacturers {
	padding: 20px;
	padding-top: 0px;
	border-top: 0px;
	margin: 0px;
}
.manufacturers label {
	font-weight: 700;
	margin-bottom: 4px;
}
.filters_advanced {
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 425px){ 
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 64px;
}
 
.main {
	background: none;
	padding-top: 64px;
}
header .top {
	display: none;
}
header .bottom {
	background: -webkit-linear-gradient(top, #FFAC13, #E39401);
	background: -moz-linear-gradient(top, #FFAC13, #E39401);
	background: -o-linear-gradient(top, #FFAC13, #E39401);
	background: -ms-linear-gradient(top, #FFAC13, #E39401);
	background: linear-gradient(top, #FFAC13, #E39401);;
	border-bottom: 2px solid #cf8101;
	height: 64px;
}
header .bottom > div {
	background: transparent;
	padding: 10px 0px 10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
header .bottom #ResponsiveMenu {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(repository/layout/menu_responsive.png) center center no-repeat;
	float: right;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	-moz-order: 20;
	-webkit-order: 20;
	-ms-order: 20;
	order: 20;
	flex: 42px 42px;
}
header .bottom #ResponsiveMenu ._Menu {
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	background: #FFFFFF;
}
header .bottom #ResponsiveMenu:hover ._Menu {
	margin-top: 80px;
	display: block;
	max-height: 100%;
	overflow: auto;
}
header .bottom a .icon {
	margin-right: 0px;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
header .bottom a .label {
	display: none;
}
header #search-form {
	width: auto;
	float: right;
	width: 42px;
	height: 42px;
	margin-left: 0px;
	padding: 0px;
	flex: 0;
}
header #search {
	display: none;
}
header #search + button {
}
header .bottom #search+button, header .bottom #cart, header .bottom #login2, header .bottom #contact, header .bottom #delivery {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	flex: 0;
	margin-right: 5px;
}
header .bottom #cart {
	margin-right: 5px;
	padding-right: 0px;
	float: right;
}
header .bottom #login2, header .bottom #contact, header .bottom #delivery {
	display: none !important;
}
header .bottom .icon #cartStar {
	margin-left: 26px;    
	margin-top: -2px;
}
header .bottom .logo_small {
min-height: 0;
min-width: 0;
	display: inline-block;
	float: left;
	line-height: 16px;
	margin-left: 5px;
	margin-top: -4px;
	flex: 1;
}
header .bottom .logo_small img {
	
	max-width: 60px;
	vertical-align: middle;
}
header .bottom .logo_small img:first-child {
	margin-right: 6px;
}
header .bottom .logo_small:hover {
	background: none;
}
.left_panel.expanded {
	position: fixed;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	margin: 0px;
	top: 0px;
	left: 0px;
	padding: 80px 0px;
	width: 100%;
	height: 100%;
	float: none;
	z-index: 99;
	background: #F2EFEB;
	overflow: auto;
}
.left_panel.expanded nav {
	width: auto;
	float: none;
}
.left_panel.expanded menu {
	margin: 10px 0px 20px 0px;
}
.left_panel .banner {
	display: none;
}
.left_panel .divisions {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.mobile_menu_top {
	display: block;
}
header a#cart .icon .img {
	background: url(repository/layout/button-cart-mobile.png) center center no-repeat;
}
header #search + button .icon, header .bottom .icon .img {
	background: url(repository/layout/button-search-mobile.png) center center no-repeat;
}
}
#FormFiltersLabel.collapsed {
	display: none;
}
#FormFilters.collapsed {
	display: block !important;
}
@media only screen and (max-width: 1000px){ 
#FormFiltersLabel.collapsed {
	display: inherit;
}
#FormFilters.collapsed {
	display: none !important;
}
}
