
.nav-user-content {
	right: 10px;
}

.nav-user-content a.header-account-btn{
    padding: 0 3px;
}

.custom-header-search__wrapper {
	display: none;
}

@media all and (min-width: 1024px){
	.custom-header-search__wrapper {
		display: inline-block;
	} 
	.nav-user-content {
		display: block;
		right: 30px;
	
	}
}