/* banner */
.hp_main_nav_wrapper{
display:flex;
}
.hp_main_nav_wrapper div{

}

	.hp_main_nav_wrapper img {
		width: 100%;
		height: auto !important;
		display: block;
	}

		.hp_main_nav_wrapper .nmx-lazyload {
			background: url(../images/nmx-loading.svg) no-repeat center;
		}

/* fix blue highlight Chrome issue */
.home .tabs-nav {
	margin-bottom: 30px;
}

/* instucional content */
.content-institucional {
	margin: 30px -30px 0px;
	overflow: hidden;
}
	
	/* columns */
	.content-institucional > div {
		font-size: 14px;
		float: left;
		padding: 30px 30px 0px;
		width: 33%;
	}

		.content-institucional h3 {
			display: block;
			margin-bottom: 16px;
			text-decoration: none;
			font-size: 20px;
			line-height: 100%;
			border-bottom: 2px solid rgba(0, 0, 0, 0.1);
			padding-bottom: 9px;
			margin-top: 0;
			text-transform: none;
			line-height: 100%;
		}

		.content-institucional img {
			height: auto;
			max-width: 100%;
		}
	
	/* reviews */
	.nmx-products-list-reviews .nmx-product {
		/*padding-left: 72px;*/
	}

	.nmx-products-list-reviews .nmx-product + .nmx-product {
		margin-top: 18px;
	}

		.nmx-products-list-reviews .nmx-product-image {
			float: left;
			/*margin-left: -72px;*/ /* same as padding for .products-list-reviews .product */
			width: 60px
		}

		.nmx-products-list-reviews .nmx-product-title {
			margin-top: 2em;
			font-weight: bold;
			/*white-space:nowrap;*/
			overflow:hidden;
		}


#contentMainWrapper{padding-left:0px; padding-right:0px;}
#indexDefaultMainContent{/*padding:1.5em;*/ padding-top:10px;}


/*BOF HOME PAGE SLIDER*/

	/* {box-sizing:border-box} */

	/* Slideshow container */
	.slideshow-container {
		width:100%;
		/*max-width: 1024px;*/
		position: relative;
		/*margin: -10px 0px 0px 0px;*/
	}

	/* Hide the images by default */
	.stsHomeSlides {
	  display: none;
	}

	/* Next & previous buttons */
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  margin-top: -22px;
	  padding: 16px;
	  color: white;
	  font-weight: bold;
	  font-size: 18px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	}

	/* Position the "next button" to the right */
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
	  background-color: rgba(0,0,0,0.8);
	}

	/* Caption text */
	.stsHomeSlides  .text {
		color: #f2f2f2;
		font-size: 30px;
		padding: 4px 0px;
		position: absolute;
		bottom: 8px;
		width: 100%;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.5);
	}

	/* Number text (1/3 etc) */
	.numbertext {
	  color: #f2f2f2;
	  font-size: 12px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
	}

	/* The dots/bullets/indicators */
	.dot {
	  cursor: pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}

	.active, .dot:hover {
	  background-color: #717171;
	}

	/* Fading animation */
	.fade {
	  animation-name: fade;
	  animation-duration: 1.5s;
	}

	@keyframes fade {
	  from {opacity: .4}
	  to {opacity: 1}
	}
/*EOF HOME PAGE SLIDER*/





/*BOF Product Listings for Also purchased, XSell, etc when used below product description*/
.nmx-products-list{display:flex;flex-flow: row wrap;}
.nmx-products-list .nmx-product:nth-child(3n+1){
   
}

.nmx-products-list .nmx-product{
	float:left;
	width:30%;
	text-align:center;
	margin:1em auto;
	padding:8px 20px;
	border:solid 1px #CCC;
	
}

.nmx-products-list a.nmx-product-img {
	display:block;
	
}


/*EOF Product Listings for Also purchased, XSell, etc*/

.mp_tiles_2022{border:solid 2px #b3afaf; border-radius:4px; overflow:hidden;text-align:center; margin-bottom:4em;}
.mp_tiles_2022:hover{border: 2px solid #515050;}
.mp_tiles_2022 H2{padding: .25em 6px .25em 6px;text-align: center;font-size: 1.875em;line-height: normal;}
.mp_tiles_2022 p, p.hcgeneral{font-size: 17px;}
.mp_tiles_2022 img{width:100%; margin-bottom:-6px;}
#mp_stereo img, #mp_accessory img{max-width:600px;}
#mp_speaker img, #mp_harness img{max-width:300px;}
#mp_kwnav img, #mp_pbnav img{max-width:400px;}
.mp_right{float:right; width:30%; /*margin-left:3em;*/}
.mp_right_50,.mp_left_50{width:48%;}
.mp_left_50{float:left;}
.mp_right_50{float:right;}
.mp_left{float:left; width:60%;}


@media only screen and (max-width: 978px) {
	.content-institucional {
		margin-left: -15px;
		margin-right: -15px;
	}

	.content-institucional > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	
		/* Caption text */
	.stsHomeSlides  .text {
		font-size: 24px;
		}
}

@media only screen and (max-width: 768px) {

	/* tabs */
	.home .tabs-nav {
		margin-bottom: 21px;
	}
	
	/* content */
	.content-institucional {
		margin: 0;
	}

	.content-institucional > div {
		border-left: none;
		float: none;
		overflow: hidden;
		padding: 30px 0 0;
		width: auto;	
	}

	.content-institucional > div:first-child {
		padding-top: 0;
	}
	.mp_tiles_2022,.mp_right_50,.mp_left_50,.mp_right,.mp_left{float:none; width:100%;margin-left:0px; margin-right:0px;}
	/* Caption text */
	.stsHomeSlides  .text {
		font-size: 20px;
		}	
}

/* home page carousel components override */
/* responsive */
@media only screen and (max-width: 530px) {
    .nmx-products-list .nmx-product{
		float:none;
		width:100%;	
	}

    /* tabs */
    .tabs-wrapper {
      margin-bottom: 0;
      margin-top: 30px;
    }

      .tabs-nav li + li,
      ul[role="tablist"] li + li {
        margin-left: 15px;
      }


}

@media only screen and (max-width: 480px) {

  /* tabs */
  .tabs-nav a,
  .tabs-nav span,
  ul[role="tablist"] li {
    font-size: 14px;
  }
  
}

@media only screen and (max-width: 360px) {

  /* tabs */
  .tabs-nav a,
  .tabs-nav span,
  ul[role="tablist"] li {
    font-size: 12px;
  }
  
}
