/* template.css overrides -- use only when absolutely necessary
================================*/
body{
background-color:#0A0A16;
}
section {
	padding:40px;
}

.banner {padding-top:41.667%;}
.banner-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 400px;
background: url(https://promotions.newegg.com/nepro/24-0888/images/imgs/hero.jpg) no-repeat 0 0;
background-size:289.722222%;
}
.header2021-logo-img > img{
  width:102px !important;
  height:auto;
}

.price{margin:0 0 0.825em 0;}
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:#cc4e00;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:19px solid #cc4e00;border-right: 10px solid transparent;margin-bottom:0;}
.price-save-label{padding:0 0 1px 6px}
.price-save-dollar{padding:0 0 1px 2px}
.price-save-percent{padding:0 6px 1px 2px}
.price-save-label:before,.price-save-percent:after{content:'';position:absolute;bottom:0;width:0;height:0;}
.item-cell{border-bottom:none;}
.item-promo{margin-top:1em;}
.item-promo-code{border-color:#888;}
.item-promo-title span{color:#333;}
.item-promo-info{color:#cc4e00;}
.item-promo-code{padding:1.5em 5px 1em 5px;height:auto;color:#cc4e00;}
.item-promo-code-save{display:inline;}
li.mir{display:none;}
.instantSavings, .mir{display:block;}
.finalPrice{font-size:1.6em;}
.instantSavings{font-size:0.925em}
.finalPrice, .instantSavings{color:#000;}
.shipping{visibility:hidden;}
.mir{font-size:1em;margin:0;color:#016B04}
.header .logo { width:125px; }
.items-grid:after { background:none; }
.item-title a { font-size:14px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; }


/* No Orange Bar for Custom LPs with Black Background
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:none;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:none;border-right: 10px solid transparent;margin-bottom:0;}
================================*/

/* custom CSS on a per project basis
================================*/
.lp-title-text {color:#ff8a0b; font-style:normal; text-align:center; font-size: 32px; padding: 15px 0px 15px;}

.ne-featured { display:block; min-height:270px; text-align:center; padding:0 0 2% 0; }
.pop-categories {display:flex; flex-wrap:wrap; justify-content:center; align-items: center;}
.ne-categories li { margin:2.5% 0.7%; flex:1; flex:18%; }
.ne-categories img { max-width:160px; width:100%;}
.big-container{padding:20px;}
.input-col-25 {float:left; width:20%; color:#ffffff;margin-bottom:5px;}
.input-col-75 {float:left; width:80%;}
.form-container{margin:20px 40px 20px 40px;}
.form-container::after{ content: ""; display: table; clear: both; }
label{padding: 6px 6px 6px 0; display: inline-block;}
.ngg-img-refresh { padding-top:15px; font-size:12px; color:#ffffff;}
input[type=Submit] {
  background-color: #FFFFFF;
  color: #0A0A16;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width:35%;
  float: right;
  margin-bottom:35px;
}

input[type=text], input[type=email], textarea {
	background-color:#0A0A16;
	color:#ffffff;
	width:100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

/* responsive CSS on a per project basis
================================*/
@media only screen and (max-width: 768px) {
	.big-container{padding:10px;}
    .input-col-25, .input-col-75, input[type=submit] {width: 100%;}
	.ne-categories li { margin:3% 0.7%; flex:25%; }
}

@media only screen and (max-width: 768px) {
	.banner {padding-top:50.667%;}
}

@media only screen and (max-width: 550px) {
	/* insert responsive CSS for mobile screens below 550px */
  .items-grid .item-cell { width:90%; text-align:center; border-bottom:1px solid #333; padding-bottom:8%; }
  .item-img > img { max-width:300px; }
	.items-grid .item-title { height:auto; }
	.ne-categories li { margin:3% 0.7%; flex:35%; }
	.form-container{margin:10px;}
}

@media only screen and (max-width: 375px) {
	.big-container{padding:5px;}
	.ne-categories li { margin:3% 0.7%; flex:45%; }
}

@media only screen and (min-width: 375px) {
	/* insert responsive CSS for screens above 375px */
}
@media only screen and (min-width: 481px) {
	/* insert responsive CSS for screens above 481px */
}
@media only screen and (min-width: 641px) {
	/* insert responsive CSS for screens above 641px */
	.banner { padding-top: 26.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}	
}
@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px */
		.items-grid .item-cell { width: 22%; }

}
@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
}