.new-header-drop-menu-holder{
	width:100% !important;
}
.new-header-drop-menu-holder > ul{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.new-header-drop-menu-holder ul li{
	text-align:center;
	border:1px solid transparent;
	border-bottom:none;
	margin-bottom:-1px;
	position:relative;
}
.new-header-drop-menu-holder ul li a{
	line-height:20px;
	color:#58585A;
	display:block;
	padding:12px;
}
.new-header-drop-menu-holder ul li a:hover{
	color:#12AEBB;
}
.new-header-drop-menu-holder ul li:hover {
	border: 1px solid #bdbdbd;
	border-bottom: none;
	background: #fff;
}
.new-header-drop-content-holder{
	display:none;
	position:absolute;
	z-index:101;
	left:-1px;
}
.new-header-drop-content-inner-single-outer-holder {
	width:786px;
}
.new-header-drop-content-inner-holder {
	padding:22px;
	border:1px solid #bdbdbd;
	background:#fff;
	float:left;
	text-align:left;
}
.new-header-drop-content-inner-single-holder {
	float: left;
}
.new-header-drop-content-inner-single-hd-with-holder {
	padding-bottom: 15px;
}
.new-header-drop-menu-holder .new-header-drop-content-inner-single-hd a{
	padding:0;
	margin-bottom:5px;
	line-height:normal;
	font-size:13px;
	font-weight:500;
}
.clear{
	clear:both;
}
.new-header-drop-menu-holder ul li:hover{
	border:1px solid #bdbdbd;
	border-bottom:none;
	background:#fff;
}
.new-header-drop-menu-holder ul li:hover a.header-menu-top-link{
	text-decoration:underline;
	color:#00ADBB;
}
.new-header-drop-menu-holder ul li:hover .new-header-drop-content-holder {
	display: block;
}
.new-header-drop-menu-holder ul li:hover a.header-menu-top-link:after{
	content:"";
	position:absolute;
	z-index:999;
	width:100%;
	height:4px;
	background:#fff;
	bottom:-2px;
	left:0;
}
.new-header-drop-content-inner-sp {
	width: 1px;
	height: 170px;
	background: #f3f3f3;
	float: left;
	margin: 0 14px 20px;
}
.new-header-drop-menu-holder .new-header-drop-content-inner-single-links ul {
	text-align:left;
	border:none;
	padding-left:15px;
}
.new-header-drop-menu-holder .new-header-drop-content-inner-single-links ul li{
	border:none;
	margin:0 0 5px;
	display:block;
	float:none;
}
.new-header-drop-menu-holder .new-header-drop-content-inner-single-links ul li a{
	margin:0px;
	padding:0px;
	font-weight: normal;
	color:#8a8a8b;
	text-align:left;
	font-size:13px;
	line-height:20px;
}
.new-header-drop-content-holder.drop-menu-open-right {
	right: -1px;
	left: auto;
}
.new-header-drop-content-holder.drop-menu-open-right .new-header-drop-content-inner-holder {
	float: right;
}
.new-header-drop-content-btn-holder ul {
	border-bottom: none;
	float: none;
}
.new-header-drop-content-btn-holder ul li{
	border: none;
	margin-bottom:0px;
	display:inline-block;
	float:none;
}
.new-header-drop-content-btn-holder ul li:hover{
	border:0;
}
.new-header-drop-content-btn-holder ul li a, .new-header-drop-content-btn-holder ul li a:hover{
	color:#fff;
}
.new-header-drop-content-btn-holder ul li a.header-menu-shop-best-sellers{
	background:#f15d2a;
}
.new-header-drop-content-btn-holder ul li a.header-menu-shop-new-arrivals{
	background:#90c752;
}
.new-header-drop-content-btn-holder ul li a.header-menu-shop-clearance{
	background:#e12228;
}
.new-header-drop-menu-holder ul li a.menu-link-view-more{
	font-size:12px;
	text-transform:uppercase;
	color:#00ADBB;
}