#erp-header nav {
	/*width: 100%;*/
}

#erp-header nav.hide {
	display: none;
    transition: all 0.3s;
    opacity: 0;
}

#erp-header #erp-logo img {
	min-width: 199px;
	width: 199px;
}

#erp-header .erp-search.active {
	width: 100%;
}

#erp-header .erp-search .searchform .fusion-search-form-content .fusion-search-field input {
	width: 25px;
	height: 44px;
	padding: 0 0 0 35px;
	line-height: 1;
}

#erp-header .erp-search .searchform .fusion-search-form-content .fusion-search-field input:focus {
	width: 100%;
	min-width: 600px;
}

.search-mobile .fusion-search-form-content .fusion-search-field input {
	height: 44px!important;
	font-size: 14px!important;
	text-transform: uppercase;
	padding: 0!important;
}

#erp-header .fusion-search-button input[type='submit'], 
.search-mobile .fusion-search-button input[type='submit'] {
	color: transparent!important;
	background: url('../images/search.svg') no-repeat left center!important;
	background-size: 24px auto!important;
}


.fusion-tb-header .wpml-ls-current-language a,
.fusion-tb-header .wpml-ls-current-language a:hover {
	color: #ff0000!important;
}


.fusion-tb-header .easyshop {
	font-family: 'Calibri Regular';
}

.fusion-tb-header .easyshop > .red {
	color: #ff0000;
}







/*** Breakpoint for mobile header ******/
@media all and (max-width:1200px) {
	#erp-header {
		min-height: 100px;
	}

	#erp-header .fusion-no-medium-visibility {
		display: none;
	}

	#erp-header	.fusion-column-wrapper > .fusion-image-element  {
		flex-grow: 1;
	}
	
	#erp-header #erp-logo img {
		min-width: 153px;
		width: 153px;
	}
	
	#erp-header nav#erp-main-menu.awb-menu {
		order: 2;
		width: 25px;
	}
	
	#erp-header nav#erp-main-menu.awb-menu button.awb-menu__m-toggle {
		padding-left: 0!important;
	}
	
	#erp-header .erp-search {
		order: 1;
		margin-right: 0!important;
	}
	
	#erp-header .erp-search.active {
		width: 100vw;
		height: 40vh;
		position: absolute;
		top: 70px;
		left: -6vw;
		padding: 20px;
		background: #fff;
	}
}









#erp-header .erp-search .searchform .fusion-search-form-content .fusion-search-field input::-webkit-input-placeholder {
  color: #bbb;
}
#erp-header .erp-search .searchform .fusion-search-form-content .fusion-search-field input::-moz-placeholder {
  color: #bbb;
}
#erp-header .erp-search .searchform .fusion-search-form-content .fusion-search-field input:-ms-input-placeholder {
  color: #bbb;
}
#erp-header .erp-search .searchform .fusion-search-form-content .fusion-search-field input:-moz-placeholder {
  color: #bbb;
}