/* Custom CSS */

.body-scroll {
  overflow:visible !important;
}

.ngg-col-4-white {
  background-color: #FFF;
  text-align: center;
  border-radius: 12px;
  padding:40px 0;
}

.ngg-col-4-white p {
font-size: 1.75rem;
}

.ngg-col-4-white h2 {
font-size: 4.5rem;
font-weight: 900 !important;
color:#1368fc;
}

.ngg-col-4-disclaimer {
  font-size: 1.25rem;
  color:#dddddd;
  text-align: center;
}

.ngg-col-3 {
  text-align: center;
  padding:20px;
}

.ngg-col-3 h2{
  color: #1368fc;
  font-size: 3rem;
}

.ngg-col-3 p{
  font-size: 2rem;
}

.ngg-col-3-adjust {
  width:33.33333333333333% !important;
}

.ngg-step-adjust {
  padding:60px 0 0 0;
}

.ngg-info-adjust {
  width:2% !important;
}

.ngg-checkbox-container {
  display: flex;
  flex-direction: column;   /* stack vertically */
  align-items: center;      /* center the entire group horizontally */
  margin: 20px 0;
}

.ngg-checkbox-content {
 display: flex;            /* use flex so image + text line up neatly */
  align-items: center;      /* vertically center image/text */
  text-align: left;         /* keep text left-aligned */
  margin: 5px 0;
  max-width: 450px;         /* optional: controls width of centered column */
  width: 100%;
}

.ngg-checkbox-content img {
  flex-shrink: 0;           /* prevents image from shrinking */
  width: 32px;              /* adjust as needed */
  height: auto;
  margin-right: 10px;
}

.ngg-checkbox-content p {
  color: #FFF;
  font-size: 1.75rem;
  margin: 0;  
}

.ngg-review-disclaimer {
  color:#FFF;
  margin:15px 0 0 15px;
}

.ngg-bar-adjust {
  position: relative;           /* sticks once its top reaches the viewport top */
  top: 0;                      /* stick to the very top */
  z-index: 950 !important;               /* above page content */
  display: flex !important;
  align-items: center;         /* vertical centering */
  gap: 12px;                   /* space between logos and button */
  padding: 15px 20px;
  background:#fefefe;     /* give it a background so content doesn't show through */
  /* If you want the button pushed to the far right: */
justify-content: space-between;
width:100% !important;
box-sizing: border-box;
}

.fixed {
position: fixed !important;
 top: 0 !important;
 left: 0 !important;
 width: 100%;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
 float:none !important;
 padding:15px 10%;
}

.ngg-bar-adjust img{
  height: 64px;                /* keeps row height consistent */
  width: auto;
}

.ngg-section-adjust {
  padding:0 !important;
  overflow:visible !important;;
  position: sticky !important;
}

.placeholder {
  display:block;
}

.ngg-sticky-spacer { height: 0 !important; }




/* General */

#wrapper {
  min-width: 320px !important;
  overflow:visible !important;
}

#main .section-title {
  position: relative;
  padding: 0 0 0 15px;
  text-align: center;
  font-family: 'Open Sans Condensed', 'Helvetica Narrow', arial, helvetica, sans-serif;
}

#main .section-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

#main .section-title span {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 2;
}

#main .section-intro {
  padding: 15px 30px 30px 30px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  font-weight: 400;
}

#main .section-intro h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
}

#main .section-intro h4 {
  margin: 0 0 15px 0;
  font-size: 16px;
}

#main .section-intro p {
  margin-bottom: 15px;
}

#main .section-intro p:last-child {
  margin-bottom: 0;
}

#main .section-intro.text-center {
  text-align: center;
}

#main .section-video {
  margin: 0 auto;
  padding: 15px 0 30px 0;
  max-width: 800px;
}

#main .section-video-double {
  max-width: none;
}

#main .section-video .col-6 .inner {
  margin-left: 15px;
  margin-right: 15px;
}

#main .section-video .inner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

#main .section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main .section-disclaimer {
  padding: 0 30px 30px 30px;
  color: #666;
  text-align: center;
}

#main .section-action {
  padding: 15px 0 30px 0;
  text-align: center;
}

#main .section-action.section-action-combo {
  margin-bottom: 30px;
  padding: 15px 0;
  background: #F8F8F8;
}

#main .section-action .btn {
  display: inline-block;
  float: none;
  padding: 10px 30px;
  font-size: 16px;
  background: #F90;
  border-color: #F90;
  cursor: pointer;
}

#main .section-action .btn:hover {
  background: #F80;
  border-color: #F80;
}

#main .section-action .btn .fa {
  margin-left: 5px;
}

#main .section-action .combo-save {
  margin: 0 0 5px 0;
  color: #C00;
  font-size: 12px;
  height: 15px;
}

#main .section-action .combo-total {
  margin-bottom: 15px;
}

#main .section-action .combo-total strong {
  font-size: 20px;
  font-weight: bold;
}

#main .section-action .soldout {
  font-size: 16px;
}

#main .section-wrap {
  margin: 0;
  padding:20px 0;
}

#main .table-responsive {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

#main .section-table {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}

#main .section-table th {
  padding: 10px 15px;
  background: #F7F7F7;
  text-align: left;
  min-width: 130px;
}

#main .section-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #EFEFEF;
}

.modal {
  display: none;
}

#expired-modal .modal-dialog {
  width: auto;
  max-width: 560px;
}

#expired-modal .alert .msg-red {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #C00;
  border-color: #C00;
}

#expired-modal .alert .msg-red .fa {
  margin-right: 5px;
}

#expired-modal .modal-body p {
  margin-top: 15px;
}


/* LP Hero */

#main #hero {
  margin: 0;
  padding: 0;
}

#main #hero img {
  display: block;
  margin: 0 auto;
}


/* Product Listing */

#main .item-grid .row {
  position: relative;
  margin: 0 30px;
  font-size: 0;
}

#main .item-grid .row:before {
  content: '';
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 9;
}

#main .item-grid .col-3,
#main .item-grid .col-4,
#main .item-grid .col-6,
#main .item-grid .col-12 {
  display: inline-block;
  float: none;
  font-size: 13px;
  vertical-align:middle;
  box-sizing: border-box;
}

#main .item-grid .items {
  position: relative;
  margin: 15px 0;
  padding: 15px 10px;
  height: auto;
  border-bottom: 0;
}

#main .item-grid .items:after {
  content: '';
  position: absolute;
  overflow: hidden;
  top: 0;
  margin-left: -30px;
  width: 1px;
  height: 100%;
}

#main .item-grid .col-3:nth-child(4n+1) .items:after,
#main .item-grid .col-4:nth-child(3n+1) .items:after,
#main .item-grid .col-6:nth-child(2n+1) .items:after {
  width: 0;
}

#main .item-grid .item-img {
  margin-bottom: 10px;
}

#main .item-grid .item-img a {
  border-bottom: 0;
}

#main .item-grid .item-img img {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  height: auto;
}

#main .item-grid .item-desc {
  margin-bottom: 10px;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

#main .item-grid .item-desc a {
  border-bottom: 1px solid transparent;
}

#main .item-grid .item-desc a:hover {
  border-bottom: 1px solid #F90;
}

#main .item-grid .item-bullet ul {
  margin: 0 0 15px 0;
  height: 60px;
}

#main .item-grid .item-bullet li {
  padding: 0 0 0 10px;
  max-height: 20px;
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 13px;
  background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
}

#main .item-grid .item-select {
  margin-top: 15px;
}

#main .item-grid .item-select label {
  display: inline-block;
  padding: 8px 16px 8px 13px;
  cursor: pointer;
  border: 1px solid #012D6B;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #012D6B;
  color: #ffffff;
}

#main .item-grid .item-select input {
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
}

#main .item-grid .item-price {
  overflow: hidden;
}

#main .item-grid .item-price .space {
  height: 16px;
}

#main .item-grid .item-price .originalPrice {
  height: 16px;
  font-size: 12px;
  color: #666;
  text-decoration: line-through;
}

#main .item-grid .item-price .finalPrice {
  height: 28px;
  font-size: 20px;
  font-weight: bold;
}

#main .item-grid .item-price li li {
  margin-left: 1px;
}

#main .item-grid .item-price .mapPricing {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  background: none;
  text-align: left;
}

#main .item-grid .item-price .mapPricing a {
  color: #012D6B;
}

#main .item-grid .item-price .comboDiscount {
  margin-top: 3px;
  color: #C00;
  font-size: 12px;
  height: 15px;
  text-align: left;
}

#main .item-grid .item-price .soldout {
  height: 44px;
  font-size: 14px;
}

#main .item-grid .item-price-now sup {
  position: relative;
  top: -7px;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

#main .item-grid .item-promo {
  position: relative;
  margin: 20px 0 0 0;
  text-align: center;
  height: 50px;
}

#main .item-grid .item-promo .item-promo-title {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
}

#main .item-grid .item-promo .item-promo-title span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
  color: #777;
  font-size: 10px;
  text-transform: uppercase;
}

#main .item-grid .item-promo .item-promo-code {
  padding: 18px 15px 15px 15px;
  border: 1px solid #EFEFEF;
  color: #F80;
  font-size: 14px;
  font-weight: bold;
}

#main .item-grid .item-action {
  margin: 15px 0 0 0;
}

#main .item-grid .item-action .btn-action {
  color: #012D6B;
  background: #FFF;
  border: 1px solid #012D6B;
}

#main .item-grid .item-action .btn-action:hover {
  color: #FFF;
  background: #012D6B;
  border: 1px solid #012D6B;
}

#main .item-grid .item-action .fa {
  margin-left: 5px;
}

#main .item-list .items:after {
  display: none;
}

#main .item-list .col-6 .items:after {
  display: block;
}

#main .item-list .item-desc {
  height: auto;
}

#main .item-list .item-group-left {
  float: left;
  width: 240px;
}

#main .item-list .item-group-center,
#main .item-list .item-group-right {
  margin-left: 300px;
}

#main .item-list .col-6 .item-desc {
  height: 60px;
}

#main .item-list .col-6 .item-group-left {
  float: left;
  width: 180px;
}

#main .item-list .col-6 .item-group-center,
#main .item-list .col-6 .item-group-right {
  margin-left: 210px;
}


/* Informations */

#main .info-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .info-group .informations {
  box-sizing: border-box;
}

#main .informations .info-img {
  float: left;
  margin: 0 20px 10px 0;
  width: 220px;
}

#main .informations .info-title {
  margin-bottom: 15px;
  font-size: 16px;
}

#main .informations p {
  margin-bottom: 15px;
  font-size: 14px;
}

#main .informations ul li {
  margin-left: 15px;
  margin-bottom: 8px;
  list-style: disc;
}

#main .informations ol li {
  margin-left: 15px;
  margin-bottom: 8px;
  list-style: decimal;
}


/* Informations */

#main .section-form {
  padding: 30px;
}

#main .section-form .intro {
  margin-bottom: 15px;
}

#main .section-form .intro em {
  color: #C00;
  font-weight: bold;
}

#main .section-form .form-label {
  font-weight: bold;
}

#main .section-form .form-required em {
  margin-left: 5px;
}

#main .section-form .row {
  margin: 0 -8px;
}

#main .section-form .form-content {
  position: relative;
}

#main .section-form .form-box {
  position: relative;
}

#main .section-form .prompt {
  position: absolute;
  padding: 8px 10px;
  color: #AAA;
}

#main .section-form .form-control {
  width: 100%;
  box-sizing: border-box;
}

#main .section-wrap .section-form .section-action {
  background: none;
}

#main .section-wrap .error-list li {
  margin-left: 15px;
  margin-top: 8px;
  list-style: disc;
}

/* Fix Bootstrap 4 */
#header *,
#footer * {
  box-sizing: content-box;
}
#header a,
#footer a {
  text-decoration: none;
  transition: unset;
}
#header ul,
#footer ul {
  margin: 0;
}
#header .container,
#footer .container {
  width: auto;
}
#header .row,
#footer .row {
  display: block;
}
#header .col-3,
#footer .col-3 {
  width: 25%;
}
#header .col-9,
#footer .col-9 {
  width: 75%;
}
#header .col-3,
#footer .col-3,
#header .col-9,
#footer .col-9 {
  display: block;
  padding: 0;
  max-width: none;
}
#header #logo {
  margin: 0;
}
#header #header-nav {
  margin-top: 17px;
}
#header .modal-backdrop.fade.in {
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  opacity: 0.5;
}
#header-nav .neb-cart h6 {
  margin-bottom: 0;
}
#header-nav .neb-cart .dropdown-content .btn-view-cart .btn {
  font-size: 13px;
}
#nav-wrap .nav-menu .col {
  display: block;
  width: auto;
}
#search .btn-category .btn {
  font-size: 13px;
  font-weight: bold;
}
#navbar .btn-nav .btn {
  text-align: left;
}
#footer .footer-nav h6 {
  line-height: 1.4;
}
#footer .footer-nav ul {
  margin-left: 15px;
}
#footer .footer-go-top a,
#footer .footer-phone a {
  color: #012D6B;
}
#footer .footer-copyright p {
  margin-bottom: 0;
}
#footer .footer-subscribe .input-group {
  display: block;
  width: auto;
}
#footer .footer-subscribe .input-group .btn {
  font-size: 14px;
}


/* Responsive */

@media (max-width: 1000px) {
  #main .item-grid .col-3 {
    width: 50%;
  }
  #main .item-grid .col-3:nth-child(4n+1) .items:after {
    width: 1px;
  }
  #main .item-grid .col-3:nth-child(2n+1) .items:after {
    width: 0;
  }
  #main .item-list .item-group-left {
    width: 240px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 270px;
  }
  #main .item-list .col-6 {
    width: 100%;
  }
  #main .item-list .col-6 .items:after {
    display: none;
  }
  #main .item-list .col-6 .item-group-left {
    width: 240px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 270px;
  }
  #main .item-list .col-6 .item-desc {
    height: auto;
  }
  #footer .footer-nav .footer-subscribe {
    display: block;
  }
  #footer .footer-nav .footer-subscribe p {
    margin: 15px;
  }
  #footer .footer-nav .footer-subscribe .input-group {
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  #wrapper div#main {
    padding-top: 0;
  }
  #main #hero {
    margin: 0 -15px 0 -15px;
  }
  #main .section-intro {
    padding: 15px;
  }
  #main .item-grid {
    margin: 0 -15px 15px -15px;
  }
  #main .item-grid .col-4 {
    width: 50%;
  }
  #main .item-grid .col-4:nth-child(3n+1) .items:after {
    width: 1px;
  }
  #main .item-grid .col-4:nth-child(2n+1) .items:after {
    width: 0;
  }
  #main .section-form > .col-7,
  #main .section-form > .col-4 {
    float: none;
    width: 100%;
  }
  #main .section-form {
    padding: 15px;
  }

  .ngg-col-4-disclaimer {
    padding: 0 20px; 
  }

  .ngg-col-3-adjust {
  width:50% !important;
}

.ngg-mb-adjust{
  width:100% !important;
}

#main .informations .info-img {
  width:240px;
}
}

@media (max-width: 640px) {
  #wrapper div#main {
    background: #FFF;
  }
  #footer .footer-subscribe h6 {
    display: none;
  }
  #footer .footer-subscribe #footer-subscribe-succeed.alert {
    margin: 0 15px 15px 15px;
  }
  #main .section-wrap {
    margin-bottom: 0;
  }
  #main #hero {
    margin: 0 -15px 0 -15px;
    background: #FFF;
  }
  #main .item-grid {
    margin: 0 -15px;
  }
  #main .section-title {
    margin: 0;
    padding: 0;
  }
  #main .section-title span {
    font-size: 20px;
  }
  #main .section-intro {
    margin: 0 -15px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  #main .section-disclaimer {
    padding: 0 0 15px 0;
  }
  #main .section-action {
    padding: 15px;
    text-align: center;
  }
  #main .section-action.section-action-combo {
    margin-bottom: 15px;
  }
  #main .section-action .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  #main .section-form {
    margin: 0 -15px;
    padding: 15px 15px 0 15px;
  }
  #main .section-form > .col-7 .col-4 {
    width: 50%;
  }
  #main .section-video {
    padding-bottom: 15px;
  }
  #main .section-intro h3 {
    font-size: 16px;
  }
  #main .informations .info-title {
    font-size: 2.25rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #main .informations .info-img {
    float: left;
    margin: 0;
  }
  #main .section-intro h4 {
    font-size: 14px;
  }
  #main .item-grid .items {
    padding: 0 15px;
  }
  #main .item-grid .items:after {
    margin-left: -15px;
  }
  #main .item-grid .item-img img {
    max-width: 160px;
  }
  #main .item-grid .item-action .btn-action {
    font-size: 12px;
  }
  #main .item-list .item-group-left {
    width: 160px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 190px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 160px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 190px;
  }
  #expired-modal .modal-dialog {
    margin: 0 15px;
  }

  .ngg-step-adjust {
    padding: 20px 0;;
  }

  .ngg-checkbox-container {
    margin: 20px 20px;
  }

  .informations p {
    font-size:2rem !important;
  }
  
  .ngg-bar-adjust {
    display: flex;
    flex-direction: column;   /* stack logo + CTA vertically */
    align-items: center;      /* center horizontally */
    justify-content: center;  /* optional – vertical centering within its area */
    text-align: center; 
  }

  .ngg-bar-adjust img {margin: 0 auto; }

  .ngg-btn-blue {
    justify-content: center;  /* center text/icon inside the button */
    width: 90%;
    margin:0;              /* optional full-width CTA */
  }
}

@media (max-width: 460px) {
  #main .item-list .item-group-left {
    width: 120px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 145px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 120px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 145px;
  }

    .col-3 {
    width:100% !important;
  }

  .col-4 {
     width:100% !important;
  }

  .ngg-col-3-adjust {
    width: 100% !important;
  }

  #main .informations .info-img {
        width: 100%;
    }

}

@media (max-width: 395px) {
  #main .item-list .item-group-left {
    width: 80px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 100px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 80px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 100px;
  }


}

/* Blue Button */
.btn-center {
	margin: auto;
}

.btn-blue {
	float: none;
	display: inline !important;
	padding: 10px 15px;
	border: 0;
	background: #012D6B;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
  margin:5px 5px;
}

.ngg-btn-blue {
  display: inline-flex !important;
  align-items: center;
  padding: 16px 35px;
  border: 0;
  background: #FF8500;
  color: #000;
  border-radius: 200px;         /* matches the look in your screenshot */
  text-transform: uppercase;
  font-weight: bold;
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  margin: 0 0 0 auto;          /* pushes button to the right edge on the same line */
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;         /* keep the label on one line */
  font-size:1.8rem;
}

.ngg-btn-blue:hover {background: #1368fc;
  color:#FFF;
	border: none!important;; }

.btn-blue.btn-view-all {
	width: 30%;
    padding: 10px 30px;
	border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.btn-blue:hover, .btn-view-all:hover {
	background: #333;
	border: none!important;
}
.btn-view-50 {
	width: 50% !important;
}
.fa-e {
	margin-left:5px;
}
