.header2021 {
	position: relative;
	z-index: 1201;
}
.header2021-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px 20px;
	box-sizing: border-box;
	min-width: 0;
}
.header2021-inner + .header2021-inner {
	padding-top: 0;
}
.header2021-inner > .section-right {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}



/* logo */
.header2021-logo {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 102px;
	margin-right: 40px;
}
.header2021-logo-img,
.header2021-logo-img > img {
	position: relative;
	display: block;
	/*width: 100%;*/
    width: 102px !important;
}
.header2021-logo-img > img {
	z-index: 1;
}



/* hamburger */
.header2021-hamburger {
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	margin-right: 10px;
}
.header2021-hamburger-icon {
	display: block;
	padding: 8px;
	border-radius: 50%;
	font-size: 28px;
	cursor: pointer;
}
.header2021-hamburger.menu > .menu-body {
	left: -20px;
}
.header2021-hamburger.menu.at-bottom > .menu-body > .menu-arrow {
	left: 30px;
}
.header2021-hamburger-quicklinks {
	margin-bottom: 15px;
}
/* ----level 3 and 5 */
.header2021-hamburger .menu-level-3.menu.at-right > .menu-body {
	margin-left: 15px;
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.header2021-hamburger .menu-level-3.menu > .menu-list-link:after,
.header2021-hamburger .menu-level-5.menu > .menu-list-link:after {
	font-family: 'new-desktop';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	color: #d1d1d1;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.header2021-hamburger .menu-level-5.menu.at-right > .menu-body,
.header2021-hamburger .menu-level-5.menu.at-left > .menu-body {
	top: -16px;
	transform: translateY(0);
}
.header2021-hamburger .menu-level-5.menu.at-right > .menu-body > .menu-arrow,
.header2021-hamburger .menu-level-5.menu.at-left > .menu-body > .menu-arrow {
	top: 35px;
}
.header2021 .menu-level-back {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: none;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 15px;
	cursor: pointer;
}



/* nav with icon */
.header2021-nav {
	position: relative;
}
.header2021-nav-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding: 4px 10px 4px 50px;
	border-radius: 22px;
	box-sizing: border-box;
	min-height: 44px;
}
.header2021-nav-icon {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 28px;
	line-height: 32px;
}
.header2021-nav-title {
	display: block;
}
.header2021-nav-subtitle {
	display: block;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.header2021-nav ~ .header2021-nav {
	margin-left: 10px;
}
/* ----menu */
.header2021-nav-arrow {
	display: none;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 10px;
}
.header2021-nav.menu .header2021-nav-inner {
	padding-right: 24px;
}
.header2021-nav.menu .header2021-nav-arrow {
	display: block;
}
/* --------account */
.header2021-account .header2021-nav-subtitle {
	max-width: 120px;
}
.header2021-account.menu > .menu-body {
	left: auto;
	right: -120px;
	max-width: 93.5vw;
}
.header2021-account.menu > .menu-body > .menu-arrow {
	left: auto;
	right: 160px;
}
/* --------cart */
.header2021-cart.header2021-nav {
	margin-left: 3px;
}
.header2021-cart .header2021-nav-inner {
	padding-right: 3px;
}
.header2021-cart .header2021-nav-title,
.header2021-cart .header2021-nav-subtitle {
	margin-right: 7px;
}



/* saved search */
.header2021-saved-search {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.header2021-saved-search .slabs {
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 180px;
}
.header2021-saved-search .slabs-body.scrollbar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
}
.header2021-saved-search .slab-inner {
	height: 60px;
}



/* search bar */
.header2021-search {
	position: relative;
}
.header2021-search-inner {
	position: relative;
	display: -webkit-flex;
	display: flex;
	border-radius: 21px;
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
	height: 42px;
	background-color: #F1EBFF;
	background-image: -webkit-linear-gradient(135deg, #F1EBFF 0%, #E5E5FA 47%, #EAF7FD 100%);
	background-image: linear-gradient(135deg, #F1EBFF 0%, #E5E5FA 47%, #EAF7FD 100%);
}
.header2021-search-inner:after {
	content: '';
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	border-radius: 21px;
	border: 2px solid #1946B8;
}
.header2021-search-within {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0 15px 0 20px;
}
.header2021-search-within > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 1em;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.header2021-search-within-name {
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
}
.header2021-search-inner > .line-vertical {
	height: 16px;
	-webkit-align-self: center;
	align-self: center;
}
.header2021-search-box {
	position: relative;
}
.header2021-search-box [type="search"]::-webkit-search-cancel-button,
.header2021-search-box [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
.header2021-search-box [type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 40px 0 15px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.header2021-search-clear {
	display: none;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-color: #C3D3F8;
	border-radius: 50%;
	color: #1946B8;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}
.header2021-search-button > button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 22px;
	border-radius: 21px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #1946B8;
	font-size: 20px;
	cursor: pointer;
}
.header2021-search .goods-container.is-horizontal > .goods-info {
	padding: 0 0 0 10px;
}
.header2021-search .showout-box {
	margin: 20px 20px 20px 10px;
}
.header2021-search-list {
	width: auto;
	min-width: 250px;
	max-width: 500px;
}
.header2021-search-list .menu-list-link,
.header2021-search-list .menu-list-link > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ----active */
.header2021-search.is-active { z-index: 2500; }
.header2021-search.is-active .header2021-search-clear,
.header2021-search.is-active .header2021-search-inner:after {
	display: block;
}
.header2021-search.is-active .header2021-search-button > button {
	background-color: #1946B8;
	color: #fff;
}
.header2021-search.is-active .header2021-search-button > button:hover {
	background-color: #3A60C2;
}



/* trending keywords */
.header-trending.tag-list {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-self: center;
	align-self: center;
	max-width: 40%;
	height: 20px;
}
.header-trending.tag-list .tag {
	margin-bottom: 0;
}
.header-trending.tag-list .tag-text {
	text-transform: none;
}


/* contry flags */
.header2021-country.header2021-nav {
	margin-left: 20px;
}
.header2021-country-flag {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #212121;
}
.header2021-country.menu.at-bottom > .menu-body {
	left: auto;
	right: -20px;
	width: auto;
}
.header2021-country.menu.at-bottom > .menu-body > .menu-arrow {
	left: auto;
	right: 25px;
}
.header2021-country-confirm {
	padding: 30px;
	width: 440px;
}
.header2021-country-change {
	padding: 30px 40px;
	width: 350px;
}
.list-box-title {
	display: block;
	margin-bottom: 5px;
}
.list-box-inner {
	display: block;
	padding: 5px 0;
	overflow: auto;
}
.list-box-inner li:hover {
	cursor: pointer;
}
.list-item-title {
	display: block;
	padding: 6px 15px 6px 10px;
	line-height: 2;
	white-space: nowrap;
}
.list-item-title .flag {
	margin-right: 3px;
	vertical-align: text-bottom;
}
.list-box-inner li.is-current { background-color: rgba(228, 235, 253, 1); }
.top-country-wrap .list-box {
	float: none;
}
.top-country-wrap .list-box-inner {
	height: 425px;
	max-height: calc(100vh - 350px);
	min-height: 60px;
}
.top-country-wrap .list-box-inner li {
	position: relative;
}
.top-country-wrap .list-box-inner li .input-radio {
	position: absolute;
	right: 10px;
	top: 12px;
}
.top-country-bottom {
	margin-top: 20px;
}
.top-country-bottom .button {
	margin: 0 20px 0 0;
	vertical-align: top;
}
.top-country-bottom p {
	margin: 10px 0;
}
.top-country-bottom.bd-top {
	border-top-width: 1px;
	border-top-style: solid;
}



/* user info */
.user-avatar {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	width: 60px;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
}
.user-avatar:before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
}
.user-avatar img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}
.user-name {
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.user-name:hover {
	text-decoration: underline;
}
.user-list > ul,
.user-list > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.user-list-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	padding: 15px;
}
.user-list-info {
	margin: 0 0 0 10px;
}
.user-list-msg {
	position: relative;
	display: block;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	word-wrap: break-word;
	word-break: break-word;
	text-overflow: ellipsis;
	margin-top: 2px;
	padding-right: 25px;
	max-height: 4.2em;
}
.user-list-msg:after {
	content: attr(data-time);
	position: absolute;
	right: 0;
	top: 0;
	color: #707070;
	font-size: 12px;
}
.user-list-action {
	margin-top: 10px;
}
.user-list-action .button + .button {
	margin-left: 5px;
}
.user-list .scrollbar.max-h-500px {
	max-height: 500px;
}
/* ----unread */
.user-list-cell.is-unread:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c00;
}



/* notifications */
.header2021-notify .header2021-nav-icon {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	border-radius: 50%;
	border: 1px solid #212121;
	box-sizing: border-box;
	font-size: 24px;
	cursor: pointer;
}
.header2021-notify-num {
	position: absolute;
	top: -5px;
	left: 90%;
	transform: translateX(-50%);
	padding: 0 4px;
	border-radius: 10px;
	min-width: 18px;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}
.header2021-notify.menu.at-bottom > .menu-body > .menu-arrow,
.header2021-notify.menu.at-bottom > .menu-body {
	left: 50%;
	transform: translateX(-50%);
}
.header2021-notify .menu-list-cell {
	width: 320px;
}
.header2021-notify .scrollbar {
	max-height: calc(100vh - 150px);
}



/* links and portals */
.header2021-links {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.header2021-links .line-vertical {
	margin: 0 10px;
	height: 10px;
}
.header2021-link {
	display: inline-block;
	white-space: nowrap;
}
.header2021-link:hover {
	text-decoration: underline;
}
.header2021-b2b-newegg,
.header2021-b2b-business {
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
}
.header2021-b2b-newegg {
	color: #1946B8;
}
.header2021-portal {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 10px;
}
.header2021-portal > span {
	font-weight: bold;
}
.header2021-portal > .ico + span {
	margin-left: 5px;
}
.header2021-portal > span + .ico {
	margin-left: 5px;
}
.header2021-portal:hover > span {
	text-decoration: underline;
}
.header2021-portals {
	width: 100%;
}
.header2021-portals .swiper-container {
	margin-bottom: -10px;
	padding-bottom: 10px;
}
.header2021-portals .swiper-slide {
	width: auto;
}
.header2021-portals .swiper-scrollbar {
	opacity: 0;
}
.header2021-portals:hover .swiper-scrollbar {
	opacity: 1;
}
/* ----portal menus */
.header2021-portal .menu-arrow,
.header2021-portal .menu-arrow:before {
	border-width: 0 11px 12px 11px;
}
.header2021-portal .menu-arrow {
	display: none;
	right: 4px;
	top: 100%;
	border-bottom-color: rgba(180, 180, 180, 0.2);
}
.header2021-portal .menu-arrow:before {
	top: 1px;
	left: -11px;
	border-bottom-color: #fff;
}
.header2021-portals-menu {
	z-index: auto;
	margin-top: -5px;
	padding-top: 20px;
	width: 100%;
}
.header2021-portals-menu .section-title {
	padding: 0 30px;
}
.header2021-portal.is-active .menu-arrow,
.header2021-portals-menu.is-active {
	display: block;
}



/* user bar */
.header2021-user-bar {
	background: #C3D3F8 url('https://c1.neweggimages.com/WebResource/Themes/Nest/images/bgs/bg_header_user_bar.png') right center no-repeat;
	border-radius: 4px 4px 0 0;
}
.header2021-account.menu.at-bottom > .menu-body.bg-white > .header2021-user-bar ~ .menu-arrow:before {
	border-bottom-color: #C3D3F8;
}
.header2021-user {
	padding: 15px 30px;
}
.header2021-user-avatar {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #d8d8d8;
	box-sizing: border-box;
}
.header2021-user-avatar > img {
	display: block;
	width: 100%;
}
.header2021-user-info {
	margin-left: 10px;
}
.header2021-account .scrollbar:not(.slabs-body) {
	max-height: 300px;
}



/* history */
.history-timeline {
	padding: 0 0 20px 20px;
}
.history-timeline-item {
	position: relative;
	width: 200px;
}
.history-timeline-item .goods-purchased {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, -50px);
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.7);
	width: 130px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.history-timeline-item .goods-purchased-title {
	display: block;
	font-weight: bold;
}
.history-timeline-item .goods-purchased-date {
	display: block;
}
.history-timeline-remove,
.history-timeline-error-msg,
.history-timeline-date {
	padding: 0 10px;
	text-align: center;
}
.history-timeline-decorator {
	position: relative;
	padding: 15px 0;
	cursor: pointer;
}
.history-timeline-line {
	width: 100%;
	height: 3px;
}
.history-timeline-dot {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	transform: translate3d(-50%, -50%, 0);
}
.history-timeline-dot .ico-times {
	display: none;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
}
.history-timeline-item:first-child .history-timeline-line {
	margin-left: auto;
	width: 50%;
}
.history-timeline-item:nth-last-child(2) .history-timeline-line {
	margin-right: auto;
	width: 50%;
}
.history-timeline-item:first-child:nth-last-child(2) .history-timeline-line {
	width: 0;
}
.history-timeline-decorator:hover .history-timeline-dot {
	width: 22px;
	height: 22px;
	background: #eee;
}
.history-timeline-decorator:hover .history-timeline-dot .ico-times {
	display: block;
	color: #000;
}
.history-timeline-more {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 180px;
	height: auto;
}
.history-timeline-more > a {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.history-timeline .swiper-button-prev,
.history-timeline .swiper-button-next {
	top: 0;
	margin: 0;
	width: 80px;
	height: 360px;
	color: #000;
	opacity: 0.6;
}
.history-timeline .swiper-button-prev {
	text-shadow: -1px 0 #fff;
}
.history-timeline .swiper-button-next {
	text-shadow: 1px 0 #fff;
}
.history-timeline .swiper-button-prev:hover,
.history-timeline .swiper-button-next:hover {
	opacity: 1;
}
.history-timeline .swiper-button-prev.swiper-button-disabled,
.history-timeline .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}



/* header fixed on top */
.sticky-header-top .page-content {
	padding-top: 112px;
	height: auto;
	min-height: calc(100% - 900px);
}
.sticky-header-top .header2021:not(.is-mini) {
	position: fixed;
	z-index: 1201;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
}
.sticky-header-top .header2021.is-sticky {
	border-bottom: 1px solid #d1d1d1;
	box-shadow: 0 0 10px 0 rgba(4, 32, 98, .2);
}
.sticky-header-top .header2021 .header2021-inner:not(:first-child) {
	margin-top: 0;
	opacity: 1;
	transition: all 0.3s;
}
.sticky-header-top .header2021.is-sticky .header2021-inner:not(:first-child) {
	margin-top: -37px;
	opacity: 0;
	pointer-events: none;
}
.sticky-header-top .header2021.is-sticky .header2021-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sticky-header-top .product-bar.is-fixed,
.sticky-header-top .compare-items-bar.active,
.sticky-header-top .row.has-flex-summary .summary-side,
.sticky-header-top .finder-filter.is-fixed,
.sticky-header-top .sticky-top {
	top: 72px;
}



/* menu not flying */
.menu-not-flying .header2021-hamburger > .menu-body > .menu-list-container {
	max-height: calc(100vh - 72px);
	overflow: auto;
}
.menu-not-flying .header2021 .menu-level-1.is-active .header2021-hamburger-quicklinks,
.menu-not-flying .header2021 .menu-level-1.is-active > .menu-list:not(.menu-level-2),
.menu-not-flying .header2021 .menu-level-1.is-active > .line-horizontal,
.menu-not-flying .header2021 .menu-level-2.is-current > .section-title {
	display: none;
}
.menu-not-flying .header2021 .menu-level-3.is-current > .menu-level-back,
.menu-not-flying .header2021 .menu-level-4.is-current > .menu-level-back,
.menu-not-flying .header2021 .menu-level-5.is-current > .menu-level-back {
	display: flex;
}
.menu-not-flying .header2021 .menu-level-back > .ico {
	margin-right: 5px;
}
.menu-not-flying .header2021 .menu-level-3 .menu-body {
	position: static;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none;
	min-width: 0;
	transform: none;
}
.menu-not-flying .header2021 .menu-level-3 .menu-arrow {
	display: none;
}
.menu-not-flying .header2021 .menu-level-3.is-current > .menu-body,
.menu-not-flying .header2021 .menu-level-5.is-current > .menu-body,
.menu-not-flying .header2021 .menu-level-4.is-current > ul {
	display: block;
}
.menu-not-flying .header2021 .menu-level-3.is-current > .menu-body > .menu-list-container,
.menu-not-flying .header2021 .menu-level-4.is-current > .menu-body > .menu-list-container,
.menu-not-flying .header2021 .menu-level-5.is-current > .menu-body > .menu-list-container {
	padding: 0;
}
.menu-not-flying .header2021 .menu-level-3.is-current > .menu-body > .menu-list-container > .menu-list-container-inner,
.menu-not-flying .header2021 .menu-level-4.is-current > .menu-body > .menu-list-container > .menu-list-container-inner,
.menu-not-flying .header2021 .menu-level-5.is-current > .menu-body > .menu-list-container > .menu-list-container-inner {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.menu-not-flying .header2021 .menu-level-3 .menu-list-cell,
.menu-not-flying .header2021 .menu-level-5 .menu-list-cell {
	width: auto;
}
.menu-not-flying .header2021 .menu-level-3.is-current > .menu-list-link,
.menu-not-flying .header2021 .menu-level-4.is-current > .menu-list-link,
.menu-not-flying .header2021 .menu-level-5.is-current > .menu-list-link,
.menu-not-flying .header2021 .menu-level-4.is-current > .section-subtitle {
	margin-top: 20px;
	font-style: italic;
	font-weight: 800;
}
.menu-not-flying .header2021 .menu-level-3.is-current > .menu-list-link:after,
.menu-not-flying .header2021 .menu-level-4.is-current > .menu-list-link:after,
.menu-not-flying .header2021 .menu-level-5.is-current > .menu-list-link:after,
.menu-not-flying .header2021 .menu-level-4.is-current > .section-subtitle:after {
	content: none;
}
.menu-not-flying .header2021 .menu-level-4 > .section-subtitle {
	font-weight: normal;
	cursor: pointer;
}
.menu-not-flying .header2021 .menu-level-3.is-current:not(.is-open) .section-subtitle-text {
	font-style: normal;
	font-weight: normal;
}
.menu-not-flying .header2021 .menu-level-3.is-current:not(.is-open) .section-subtitle:hover {
	background-color: rgba(228, 235, 253, 1);
	color: #2A69DF;
	border-radius: 4px;
}
.menu-not-flying .header2021 .menu-level-3.is-current:not(.is-open) .section-subtitle:after {
	font-family: 'new-desktop';
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	color: #d1d1d1;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.menu-not-flying .header2021 .menu-level-2.is-open > .section-subtitle,
.menu-not-flying .header2021 .menu-level-2.is-current .menu-level-3:not(.is-current),
.menu-not-flying .header2021 .menu-level-4 > ul,
.menu-not-flying .header2021 .menu-level-3.is-open .menu-level-4:not(.is-current),
.menu-not-flying .header2021 .menu-level-3.is-open > .menu-list-link,
.menu-not-flying .header2021 .menu-level-4.is-open > .section-subtitle,
.menu-not-flying .header2021 .menu-level-4.is-open .menu-level-5:not(.is-current) {
	display: none;
}
.menu-not-flying .header2021-shopping-tools.bg-lightblue {
	background-color: transparent;
}



/* mini header */
.header2021.is-mini {
	z-index: 1;
	border-bottom: 1px solid #eee;
}
.header2021.is-mini .header2021-portals-menu,
.header2021.is-mini .header2021-inner:nth-child(2),
.header2021.is-mini .header2021-hamburger,
.header2021.is-mini .header2021-search {
	display: none;
}




/* responsive */
@media (min-width: 800px) {
	.header2021-search .scrollbar {
		max-height: 400px;
	}
	.header2021-search-button > button {
		background-color: #1946B8;
		color: #fff;
	}
	.header2021-search-button > button:hover {
		background-color: #3A60C2;
	}
}
@media (max-width: 1199px) {
	.header2021-search .menu-list-cell:nth-child(n+4) {
		display: none;
	}
}
@media (max-width: 999px) {
	.header2021-account.menu > .menu-body,
	.header2021-nav.menu .header2021-nav-arrow,
	.header2021-nav-title,
	.header2021-nav-subtitle {
		display: none;
	}
	.header2021-nav-inner,
	.header2021-nav.menu .header2021-nav-inner {
		padding-right: 0;
		padding-left: 44px;
		height: 44px;
	}
	.header2021-nav-icon {
		left: 6px;
	}
	.header2021-search .menu.at-bottom > .menu-body {
		position: fixed;
		top: 60px;
		left: 10px;
		right: 10px;
		min-width: 0;
		max-height: calc(100vh - 80px);
		overflow: auto;
	}
	.header2021-search .menu-list-cell {
		-webkit-box-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		-moz-box-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.header2021-search {
		position: static;
	}
	.header2021-search.is-active .header2021-search-inner {
		position: absolute;
		top: 20px;
		left: 10px;
		right: 10px;
		width: auto;
	}
	.header2021-cart .header2021-nav-inner {
		padding-right: 0;
	}
}
@media (max-width: 799px) {
	.header2021-logo {
		margin-right: 10px;
	}
	
	.header2021-search .menu-list-container-inner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.header2021-search .menu-list-cell {
		margin-bottom: 20px;
		width: auto;
	}
	.header2021-search-list {
		max-width: none;
	}
	.header2021-search:not(.is-active) .header2021-search-within,
	.header2021-search:not(.is-active) .header2021-search-inner > .line-vertical,
	.header2021-search:not(.is-active) .header2021-search-box {
		display: none;
	}
	
	.header2021-country.menu.at-bottom > .menu-body > .menu-arrow {
		display: none;
	}
	.header2021-country.menu.at-bottom > .menu-body {
		position: fixed;
		top: 10px;
		left: 10px;
		right: 10px;
		margin: 0;
		transform: none;
		width: auto;
	}
	.header2021-country-change,
	.header2021-country-confirm {
		width: auto;
	}
	
	.header-trending.tag-list {
		display: none;
	}
}
@media (max-width: 599px) {
	.header2021-logo {
		width: 60px;
	}
	.sticky-header-top .page-content {
		padding-top: 105px;
	}
	.sticky-header-top .product-bar.is-fixed,
	.sticky-header-top .compare-items-bar.active,
	.sticky-header-top .row.has-flex-summary .summary-side,
	.sticky-header-top .finder-filter.is-fixed,
	.sticky-header-top .sticky-top {
		top: 64px;
	}
	.header2021-inner > .section-right {
		margin-left: 10px;
	}
	.header2021-search:not(.is-active) .header2021-search-inner {
		margin-left: auto;
		width: 44px;
		background: none;
	}
	.header2021-search:not(.is-active) .header2021-search-button > button {
		padding: 0 10px;
		color: #212121;
		font-size: 28px;
	}
	.header2021-nav.header2021-cart {
		margin-left: 2px;
	}
	.header2021-links {
		display: none;
	}
	
	.header2021-country-change {
		width: auto;
	}
	.top-country-wrap .list-box-inner {
		max-height: calc(100vh - 280px);
	}
	.top-country-bottom .button {
		margin-top: 10px;
		width: 100%;
	}
}
@media (max-width: 399px) {
	.header2021-inner {
		padding: 10px 2px;
	}
	.header2021-inner > .section-right {
		margin-left: 0;
	}
	.header2021-search .menu.at-bottom > .menu-body {
		top: 50px;
	}
	.header2021-search.is-active .header2021-search-inner {
		top: 10px;
	}
	.header2021-search:not(.is-active) .header2021-search-button > button {
		padding: 0 5px;
	}
	.header2021-hamburger,
	.header2021-logo {
		margin-right: 2px;
	}
	.header2021-hamburger.menu > .menu-body {
		left: 0;
	}
	.header2021-hamburger.menu.at-bottom > .menu-body > .menu-arrow {
		left: 10px;
	}
	.header2021-country.header2021-nav {
		margin-left: 10px;
	}
	.header2021-nav-icon {
		top: 0;
		left: 0;
		font-size: 26px;
	}
	.header2021-nav-inner, 
	.header2021-nav.menu .header2021-nav-inner {
		padding-left: 32px;
		height: 32px;
		min-height: 32px;
	}
	.header2021-notify .header2021-nav-icon {
		border: 0;
	}
	.header2021-notify.menu.at-bottom > .menu-body > .menu-arrow {
		display: none;
	}
	.header2021-notify.menu.at-bottom > .menu-body {
		position: fixed;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		margin: 0;
		transform: none;
	}
	.header2021-notify .scrollbar {
		max-height: calc(100vh - 100px);
	}
	.sticky-header-top .page-content {
		padding-top: 90px;
	}
}



/* dark mode */
.dark-mode .header2021.bg-white {
	background-color: #050C2E;
}
.dark-mode .header2021.is-mini {
	border-bottom-color: #424242;
}
.dark-mode .header2021-logo-img:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	width: 107px;
	height: 107px;
	background-image: url('https://c1.neweggimages.com/WebResource/Themes/Nest/images/logos/logo_424x210_bright.png');
	background-size: 100%;
}
.dark-mode .header2021-search-inner {
	background-color: #280F5C;
	background-image: -webkit-linear-gradient(135deg, #280F5C 0%, #100F5C 58%, #0F345C 100%);
	background-image: linear-gradient(135deg, #280F5C 0%, #100F5C 58%, #0F345C 100%);
}
.dark-mode .header2021-search-box [type="search"] {
	color: #fff;
}
.dark-mode .header2021-search-clear {
	background-color: #1946B8;
	color: #C3D3F8;
}
.dark-mode .header2021-search-button > button {
	color: #C3D3F8;
}
.dark-mode .header2021-search-inner:after {
	border-color: #6694EA;
}
.dark-mode .header2021-search.is-active .header2021-search-button > button {
	background-color: #6694EA;
	color: #060D37;
}
.dark-mode .header2021-search.is-active .header2021-search-button > button:hover {
	background-color: #9EBAF2;
}
.dark-mode .header2021-country-flag {
	border-color: #fff;
}
.dark-mode .list-box-inner li.is-current {
	background-color: #15379E;
}
.dark-mode .header2021-user-bar {
	background-color: #15379E;
}
.dark-mode .header2021-account.menu.at-bottom > .menu-body.bg-white > .header2021-user-bar ~ .menu-arrow:before {
	border-bottom-color: #15379E;
}
.dark-mode .header2021-portal .menu-arrow:before {
	border-bottom-color: #212121;
}
.dark-mode.sticky-header-top .header2021.is-sticky {
	border-bottom: 1px solid #424242;
	box-shadow: 0 0 10px 0 rgb(4 32 98 / 20%);
}
.dark-mode.menu-not-flying .header2021 .menu-level-3.is-current:not(.is-open) .section-subtitle:hover {
	background-color: rgba(21, 56, 158, 1);
	color: #8EAFF0;
}
.dark-mode.menu-not-flying .header2021-shopping-tools.bg-lightblue {
	background-color: transparent;
}
@media (min-width: 800px) {
	.dark-mode .header2021-search-button > button {
		background-color: #6694EA;
		color: #060D37;
	}
	.dark-mode .header2021-search-button > button:hover {
		background-color: #9EBAF2;
	}
}
@media (max-width: 599px) {
	.dark-mode .header2021-search:not(.is-active) .header2021-search-button > button {
		color: #fff;
	}
}




