.nmx__newtemplate #mobile-nav,
.nmx__newtemplate #mobile-nav-menu,
.nmx__newtemplate .search-wrapper,
.nmx__newtemplate .mobile-visible {display: none;}

/* off canvas menu */
body.pushy-active,
html.pushy-active {
  overflow: hidden; }

.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }

/* Menu Movement */
.pushy-left,
.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.nmx__newtemplate #side__nav-mobile.pushy-open,
.nmx__newtemplate #side__nav-mobile.is__visible {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.container-push, .push-push {
  /*-webkit-transform: translate3d(270px,0,0);
  -moz-transform: translate3d(270px,0,0);
  -ms-transform: translate3d(270px,0,0);
  -o-transform: translate3d(270px,0,0);
  transform: translate3d(270px,0,0);*/ }

/* Menu Transitions */
.pushy, #container, .push, #side__nav-mobile {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000px; }

.nmx__newtemplate #side__nav-mobile,
.nmx__newtemplate #side__nav-mobile .subcategory__container,
.nmx__newtemplate #side__nav-mobile .subsubcategory__container {
	background: #192939;
}

.nmx__newtemplate #side__nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  bottom: 0;
  z-index: 5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  -o-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  z-index: 100;
}

.nmx__newtemplate #side__nav-mobile.is__visible {
  display: block; }

.nmx__newtemplate #wrapper__content {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

#wrapper__content.is__active {
  overflow: hidden;
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px); }

#wrapper__content.is__active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999; }

/* Site Overlay */
.nmx__newtemplate .site-overlay {
  display: none; }

.is__visible + .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 260px;
  bottom: 0;
  right: 0;
  z-index: 9999; }

#side__nav-mobile .wrapper__container {
  min-width: 1px;
  margin: 0;
  padding: 21px; }

#side__nav-mobile a {
  font-size: 14px;
  color: #ecf0f1;
  display: block;
  padding: 7px 0;
  text-decoration: none;
  height: auto;
  line-height: 100%;
  text-transform: lowercase;
}

#side__nav-mobile a:first-letter {
	text-transform: uppercase;
}
#side__nav-mobile .navigation__list--sub {
  background: none;
  box-shadow: none;
  display: block;
  position: static;
  padding-left: 0;
}
  #side__nav-mobile .navigation__list--sub .navigation__item,
  #side__nav-mobile .navigation__list--sub .navigation__sub-items {
    border: none;
    position: static;
    background: none;
    float: none;
  	margin-left: 0;
}
  #side__nav-mobile .navigation__list--sub a {
    font-size: 14px;
}
  #side__nav-mobile .navigation__list--sub a span {
    font-size: 16px;
    display: inline-block;
    text-transform: none;
}

	#side__nav-mobile .navigation__list--sub a:hover:before {
		display: none;
	}
  #side__nav-mobile .navigation__list--sub .btn__back {
  	color: #e74c3c;
  }
#side__nav-mobile .navigation__sub-list {
  position: static;
  background: none;
  box-shadow: none;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #a7adb2;
}
#side__nav-mobile .subcategory__header {
  display: block; }
  #side__nav-mobile .category__name {
  	color: #ecf0f1;
  	font-family: 'CoreSansA65Bold', Arial, Helvetica, sans-serif;
	font-weight: 400;
  }
#side__nav-mobile .subcategory__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 21px;
  width: 100%;
  display: block;
  z-index: 1;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-transform: translate3d(-270px, 0, 0);
  -moz-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  -o-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#side__nav-mobile .subcategory__container.is__active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
#side__nav-mobile .navigation__item > a {
  background-position: 90% 10px;
  text-transform: uppercase;
}

.nmx__newtemplate .subcategory__header {
  display: none; }

.nmx__newtemplate .navigation__secondary-mobile {
  border-top: 1px solid #a7adb2;
  padding-top: 21px;
  margin-top: 21px; }

.nmx__newtemplate .is__hidden-ondesktop {
  display: none !important; }


@media only screen and (max-width: 978px) {
  .nmx__newtemplate .button-push {
    float: right;
    margin-left: 12px;
    font-size: 22px;
    width: 24px;
    padding-top: 19px; }
    .nmx__newtemplate .button-push .bar {
      background: #a7adb2;
      display: block;
      height: 4px;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      position: relative;
  }

	/*.button-push.hide__slide-out .bar--is__first {
		transform: rotate(50deg);
		top: 5px;
	}

	.button-push.hide__slide-out .bar--is__second {
		opacity: 0;
	}

	.button-push.hide__slide-out .bar--is__third {
		transform: rotate(-50deg);
		bottom: 9px;
	}*/

      .nmx__newtemplate .button-push .bar + .bar {
        margin-top: 3px; }
    .nmx__newtemplate .button-push .is__hidden {
      display: none; }

  .nmx__newtemplate .is__hidden-ondesktop {
    display: block !important; }

   #side__nav-mobile .subsubcategory__container {
	  position: absolute;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  padding: 21px;
	  width: 100%;
	  display: block;
	  z-index: 1;
	  overflow: auto;
	  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	  -moz-transition: -moz-transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	  -o-transition: -o-transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	  transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	  -webkit-transform: translate3d(-270px, 0, 0);
	  -moz-transform: translate3d(-270px, 0, 0);
	  -ms-transform: translate3d(-270px, 0, 0);
	  -o-transform: translate3d(-270px, 0, 0);
	  transform: translate3d(-270px, 0, 0);
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box; }

   #side__nav-mobile .subsubcategory__container.is__active {
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0); }

	#side__nav-mobile .navigation__third-list {
	  position: static;
	  background: none;
	  box-shadow: none;
	  margin-top: 15px;
	  padding-top: 15px;
	  border-top: 1px solid #a7adb2;
	}

  .nmx__newtemplate .is__active .is__active .navigation__third-list {
  	display: block;
  }

  #side__nav-mobile .navigation__list--sub a {
  	text-transform: uppercase;
  }

  #side__nav-mobile .navigation__list--sub .subcategory__header a,
  #side__nav-mobile .navigation__sub-list a,
  #side__nav-mobile .navigation__third-list a {
  	text-transform: none;
  }

  #side__nav-mobile .navigation__list--sub .ddmCurrent > a,
  #side__nav-mobile .navigation__sub-list .ddmCurrent > a,
  #side__nav-mobile .navigation__third-list a.liCurrent {
  	font-family: 'CoreSansA65Bold', Arial, Helvetica, sans-serif;
    font-weight: 400;
  }

  .nmx__newtemplate .navigation__secondary-mobile li > a > span {display: none;}
}

@media only screen and (max-width: 1232px) {
	/* Product Listing Layout */
	.centerColumn { padding: 0 15px }
	.centerColumn .centerColumn { padding: 0; }
}

@media only screen and (min-width: 979px) {
	.nmx__newtemplate .menu-selector {display: none;}
}

@media only screen and (max-width: 1080px) {
	.nmx__newtemplate .shopping__cart {
		max-width: 16%;
		height: 42px;
		overflow: hidden;
	}
}

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

/* base */
.mobile-visible {
	display: block;
}

#contentMainWrapper #navBreadCrumb {
	line-height: 1.5;
	float: none;
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

	/* Header Wrapper */
	.nmx__newtemplate #header .centerColumn {
		box-shadow: 0 6px 6px -6px #000;
		height: auto;
		position: relative;
	}

		.nmx__newtemplate #header .logo { 
			margin-top: 14px;
		}
		
			.nmx__newtemplate #header .logo img {
				height: 25px;
				width: auto;
			}

			.nmx__newtemplate .logo:before {
				font-size: 12px;
			}
	
			.nmx__newtemplate #mobile-nav a {
				border-right: 1px solid #e7e7e7;
				color: #000;
				font-size: 2em;
				display: block;
				margin-right: 15px;
				padding: 15px;
				padding-left: 0;
				text-decoration: none;
			}

		.nmx__newtemplate .site-info,
		.nmx__newtemplate .user-info,
		.nmx__newtemplate .main-nav,
		.nmx__newtemplate #top-bar,
		.nmx__newtemplate #ajaxCartSlideSelectorContainer {
			display: none;
		}
	
		/* search */
		.nmx__newtemplate .search__container {
			width: 100%;
			margin-bottom: 12px;
			margin-top: 15px;
		}

			.nmx__newtemplate .search__product {
				width: 55%;
			}

			.nmx__newtemplate .search__vehicle {
				width: 45%;
				margin-left: 0;
			}

			.nmx__newtemplate .search__vehicle__options {
				left: 15px;
			}

			.nmx__newtemplate .search__container > div + div {
				margin-left: 0;
				padding-left: 15px;
			}

			.nmx__newtemplate .search__container .ico__car {
				left: 26px;
			}
	
	/* Mobile Navigation */
	.nmx__newtemplate .main-nav__categories,
	.nmx__newtemplate .main-nav__sub-categories {
		display: block;
		min-height: 1px;
		position: static;
		width: auto;
		margin-left: 0;
		padding: 0;
	}

		.nmx__newtemplate .main-nav__categories > li a,
		.nmx__newtemplate .account-nav li a {
			border-bottom: 1px solid #383838;
			color: #fff;
			display: block;
			font-size: 14px;
			padding: 14px 21px !important;
			text-decoration: none;
		}		

		.nmx__newtemplate .main-nav__categories .hasSub:before {
			content: '';
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 6.9px 4px 0 4px;
			border-color: #fff transparent transparent transparent;
			position: absolute;
			right: 23px;
			margin-top: 19px
		}

		.nmx__newtemplate .main-nav__categories .hasSub.is-active:before {
			border-width: 0 4px 6.9px 4px;
			border-color: transparent transparent #fff transparent;
		}

			/* sub */
			.nmx__newtemplate .main-nav__sub-categories {
				display: none;
				visibility: hidden;
			}

			.nmx__newtemplate .main-nav__sub-categories.is-active {
				background: #505050;
				display: block;
				visibility: visible;
			}
	
	/* Account Menu */
	.nmx__newtemplate .account-nav {
		border-top: 5px solid #505050;
	}

		.nmx__newtemplate #cart-count-wrapper {
			border: none;
			margin: 0
		}

			.nmx__newtemplate #cart-count-wrapper span {
				border: none;
				height: auto;
				margin: 0 5px 0 0
			}

			.nmx__newtemplate #cart-count {
				margin: 0;
				padding: 0;
				width: auto;
			}

	/* 
		Shopping Cart
		* Shows only for mobile devices
	*/
	.nmx__newtemplate .shop-cart-2 {
		background: none;
		float: right;
		margin: 14px 10px 0 0;
		font-size: 19px;
		text-decoration: none;
		color: #a7adb2;
		position: relative;
		display: block;
	}

		.nmx__newtemplate .shop-cart-2 span {
			position: absolute;
			top: -6px;
			right: -11px;
			font-size: 11px;
			height: 15px;
			width: 15px;
			border-radius: 50%;
			background: #a7adb2;
			text-align: center;
			color: #fff;
			line-height: 13px;
		}

	/* footer */
	.nmx__newtemplate #footer {
		overflow: hidden;
	}

	.nmx__newtemplate .social-icons.hide__mobile {
		display: none;
	}

	.nmx__newtemplate .social-icons.show__mobile {
		display: block;
		float: left;
	}

	.nmx__newtemplate #footer .footer-social {
		margin-bottom: 0;
	}

	.nmx__newtemplate #footer .footer-phone {
		padding-top: 8px;
		font-size: 14px;
    	font-family: 'CoreSansA45Regular', sans-serif;
	}

	.nmx__newtemplate #footer .footer-phone span {
		display: none;
	}

	
	
}



@media only screen and (max-width: 767px) {
	
	h1 {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	#productListing > .pagination:first-child {
		display: none;
	}

	[id^="popuplink"] {
		display: none;
	}

	.sub-page-wrapper .section__title {
		margin-bottom: 21px;
	}

	/* Desktop Search */
	.nmx__newtemplate .user-nav-search { display: none; }
	
	/* Product Listing Layout */
	.nmx__newtemplate #navColumnOne {display: none;}
	.product-listing #middle-column-wrapper {padding: 0 !important;}
	
	.nmx__newtemplate #indexProductListCatDescription {display: none;}
	
}

@media only screen and (max-width: 600px) {
	/* footer */
	.nmx__newtemplate .complementary-nav {
		padding-bottom: 0;
		margin-bottom: 11px;
		float: none;
	}

		.nmx__newtemplate .complementary-nav > li {
		    width: 47%;
		    margin-bottom: 0;
		}

		.nmx__newtemplate .copyright_container {
			margin-top: 30px;
		}

}

@media only screen and (max-width: 560px) {
	/*.nmx__newtemplate .search__container input[type="text"],
	.nmx__newtemplate .search__container .fake__select,
	.nmx__newtemplate .search__option select {
		font-size: 12px	
	}*/

	.nmx__newtemplate .search__option select {
		color: #2c3e50;
	}

	.nmx__newtemplate .search__buttons .button {
		display: block;
		width: 100%;
		margin-bottom: 12px;
	}

	#vehicleDropdownClearFilter,
	.nmx__newtemplate .search__buttons .button + .button {
		margin-left: 0;
		margin-bottom: 0;
	}

	#vehicleDropdownClearFilter {
		margin-top: 9px;
	}
}

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

	h1 {
		font-size: 21px;
	}

	/* global */
	.nmx__newtemplate .section__title {
		font-size: 24px;
	}

		.nmx__newtemplate .section__title:before {
			top: 3px;
		}

		.nmx__newtemplate .section__title:after {
			top: 14px;
		}

	.nmx__newtemplate .nmx-form--title,
	.nmx__newtemplate .nmx-box--title {
		font-size: 18px;
	}
	
	/* header */
	.nmx__newtemplate #header .logo {
		margin-top: 15px;
	}

		.nmx__newtemplate #header .logo img {
			height: 21px;
		}

	.nmx__newtemplate .button-push {
		padding-top: 17px;
	}

	/* footer */
	.nmx__newtemplate .sign-newsletter form {
		width: auto;
	}

	.nmx__newtemplate .search__product {
		width: 45%;
	}

	.nmx__newtemplate .search__vehicle {
		width: 55%
	}
}

@media only screen and (max-width: 440px) {
	.nmx__newtemplate .search__container {
		padding: 0 0 0 38px;
		position: relative;
		z-index: 10;
	}

		.nmx__newtemplate .search__container > .search__product {
			height: 38px;
			position: absolute;
			left: 0;
			right: 0;
			width: auto;
		}

			.nmx__newtemplate .search__container .ico__magnifyer {
				background-position: -191px 8px;
				border: 2px solid #A7ADB2;
				cursor: pointer;
				border-radius: 4px;
				height: 38px;
				width: 38px;
				left: 0;
				top: 0;
			}

			.nmx__newtemplate .search__container .ico__magnifyer.active {
				border-color: transparent;
			}

			.nmx__newtemplate .search__container input[type="text"] {
				display: none;
				position: absolute;
				top: 0;
				text-align: left;
			}

			#main-search button:not(.btn-close-search) {
				display: none;
				top: 47px;
			}

		.nmx__newtemplate .search__container > .search__vehicle {
			float: none;
			width: 100%;
		}
}

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

	/* footer */
	.nmx__newtemplate .complementary-nav > li {
		width: 100%;
		margin-bottom: 0;
	}
}


@-moz-document url-prefix() { 
  .search-wrapper button {
     top: 1px;
  }
}