#logo {
/*	width: 150px !important;*/
}
#header {
	border-bottom: 1px solid #c8c8c873;
}
#header .header-wrapper.stuck {
	background-color: #fff;
}
#header .header-wrapper.stuck a {
	color: #222;
}
#header .header-nav > .menu-item {
	margin-left: 30px;
}
.header-language-dropdown .image-icon {
	display: inherit;
	margin-left: 10px;
}


.header-search {
	margin-left: 40px !important;
}
.header-language-dropdown > a {
	font-size: 14px !important;
	text-transform: capitalize !important;
	position: relative;
	padding-left: 15px !important;
}
.header-language-dropdown {
	margin-left: 0 !important;
}
.header-language-dropdown > a::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #fff;
	left: 0;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}
.nav-dropdown-default {
    padding: 5px !important;
}
.nav-dropdown > li > a {
    padding: 5px 10px !important;
}

.header-nav .menu-item.active > a {
	position: relative;
	color: var(--primary-color);
}
#header .header-wrapper.stuck .menu-item.active > a {
	color: var(--primary-color);
}
/*.header-nav > .menu-item.active > a::before, .header-nav > .menu-item > a:hover::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	background-color: var(--secondary-color);
	bottom: 5px;
	left: 0;
}
.home .header-nav > .menu-item.active > a::before, 
.home .header-nav > .menu-item > a:hover::before {
	background-color: #fff;
}

.home #header .header-wrapper.stuck .header-nav > .menu-item.active > a::before, 
.home #header .header-wrapper.stuck .header-nav > .menu-item > a:hover::before {
	background-color: var(--secondary-color);
}
*/
@media screen and (max-width: 549px) {
	#logo {
		width: 120px !important;
	}
	.header-language-dropdown > a {
		padding-left: 15px !important;
	}
	.header-language-dropdown > a::before {
		display: none;
	}
}