.j3d-header-search {
	display: inline-flex;
	align-items: stretch;
	width: 100%;
	max-width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.j3d-header-search__input {
	flex: 1;
	min-width: 0;
	border: none;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	background: transparent;
	box-shadow: none;
	outline: none;
}

.j3d-header-search__input:focus {
	outline: none;
}

.j3d-header-search__input::placeholder {
	color: #aaa;
}

.j3d-header-search__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	padding: 0;
	border: none;
	border-left: 1px solid #e8e8e8;
	background: #f5f5f5;
	color: #888;
	cursor: pointer;
	transition: color 0.15s ease, background 0.15s ease;
}

.j3d-header-search__btn:hover,
.j3d-header-search__btn:focus {
	color: #555;
	background: #ececec;
	outline: none;
}

.j3d-header-search__btn .fa {
	font-size: 14px;
	line-height: 1;
}

.topbar-v1__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.topbar-v1__aside .top-menu {
	width: 100%;
}

@media (max-width: 991px) {
	.topbar-v1__aside {
		align-items: center;
	}

	.j3d-header-search {
		margin-top: 10px;
		max-width: 100%;
	}
}
.header .topbar-v1 {
	margin: 5px 0 20px;
}
.header #logo-header {
	margin-top: 10px;
}
.top-menu li {
	color: #e8e8e8;
}
.top-menu li .fa {
	color: #0075fe;
}