/*
Custom Style
=========================== */
nav {
	display: flex;
	justify-content: center;

}

#nav {
	border-bottom: solid 1px #efefef;
	min-height: 60px;
	background: #fff;
}

#nav .wrap-core-nav-list,
#nav .nav-header {
	background: #fff;
}

#nav .brand {
	display: block;
	position: relative;
	width: 200px;
	top: 20px;
}

#nav .brand img {
	width: 100%;
}

#nav .menu li a {
	display: block;
	padding: 20px 25px;
	text-decoration: none;
	color: #3a3a3a;
}

#nav .menu li.active > a,
#nav .menu li a:hover {
	color: #ffffff;
	background: #83c325;}

/*#nav button {
	background: transparent;
	border: none;
	outline: none;
}*/

@media (max-width: 1600px) {
	#nav .menu li a {
		padding: 20px 15px;
	}

	.core-nav .wrap-core-nav-list.center {
		text-align: right;
	}

}
@media (max-width: 1200px) {

	.attributes .input-group{
		width: 225px!important;
	}
}
@media (max-width: 1380px) {
	#nav .full-container,
	#nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	#nav .nav-header {
		min-height: 60px;
	}

	#nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
		width: 130px;
		top: 15px;}

		#nav .nav-header .toggle-bar {
			font-size: 20px;
			position: absolute;
			top: 20px;
			left: 15px;
			color: #000000;
			z-index: 9999999;
		}

		#nav .menu li a {
			padding: 10px 10px;
			color: #ffffff;border-bottom: solid 1px #7ab524;
		}

		#nav .menu li:last-child a {
			border-bottom: none;
		}
	}
/* =========================== */
