.buyers-menu {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff !important;
	padding: 30px 0;
	border-top: #E7E7E7 1px solid;
	box-shadow: 0px 32px 35px rgba(26, 26, 26, 0.1);
	display: none;
}
.buyers-menu ul {
	display: flex;
	align-items: flex-start;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	padding: 0 30px 0 0;
}
.buyers-menu li:not(:last-child) {
	margin: 0 40px 0 0;
}
.header .buyers-menu a {
	color: #333333;
	text-decoration: none;
	transition: color ease .2s;
}
.header .buyers-menu a:hover {
	color: #e21119;
}
.buyers-menu .close-section-menu {
	top: -6px;
	right: 0;
}