/** If not defined here its assume its mobile or all viewports friendly **/

@media screen and (max-width: 767px) {
    
    .product .product-gallery .slideshow {
        width: 50%;
    }
        
    .banner-category-container {
		padding-left: 0;
                margin-bottom: 10px;
	}
	
	body {
		padding-top: 106px;
	}

	.desktop {
		display: none;
	}
	
	header .nav-topbar .menu .logo,
	header .nav-topbar .menu {
		visibility: hidden; 
		position: absolute;
	}
	
	header .nav-topbar .container {
		width: 100%;
		padding: 0;
	}
	
	header .nav-topbar:focus .container > .menu,
	header .nav-topbar:hover .container > .menu {
		visibility: visible;
	}
	
	.nav-topbar .menu .dropdown:focus > .submenu,
	.nav-topbar .menu .dropdown:hover > .submenu {
		transform: scale(1) translateY(0);
		display: block;
	}
	
	header .nav-topbar .menu .dropdown:hover > .submenu li,
	header .nav-topbar .menu .dropdown:focus > .submenu li {
		background-color: rgba(255,255,255,.5);
	}
	
	header .nav-topbar .menu .cart {
		padding:0.7em 15px;
		width: 100%;
	}
	
	header .nav-topbar .menu .cart span {
		padding: 0;
	}
	
	header .nav-topbar .menu .cart i {
	 	margin: 0.7em 30px 0.7em 0px;
		position: absolute;
		float: right;
	}
	
	.nav-topbar .menu  li span, 
	.nav-topbar .menu  li a  {
		padding: 0.7em 15px;
	}
	
	.nav-topbar .menu .tile::before {
		border-radius: 0 !important;
		border: 0;
	}
	
	header .submenu span, header .submenu a,
	.nav-topbar .menu > li > a {
		/*padding: 0.7em 15px;*/
		
	}
	.nav-topbar .menu .dropdown:hover > .submenu.desktop {
		visibility: hidden !important;
		display: none !important;
	}
	
	header {
		height: 106px;
		
		position: absolute;
	}
	
	header .nav-topbar {
		background-color: #1946fa;
	}
	.nav-bottombar { width: 100%; }
	.nav-bottombar .search {
		width: 100%;
		height: 47px;
		padding: 4px;
	}
	
	.nav-bottombar .search .search-bar {
		
	}
	.nav-bottombar .search .search-bar button {
	}
	.nav-bottombar .search .search-bar button .fa-search {
	}
	.nav-bottombar .search .search-bar .search-text { 
		margin:0; 
	}
	
	.nav-bottombar .container {
		padding: 0;
	}
	header .nav-topbar .menu .dropdown {
		position: relative;
		/*padding: 0;*/
	}
	
	header .nav-topbar .menu span {
		/*padding:0px;*/
	}
	
	header .nav-topbar .menu small.lc {
		text-transform: uppercase;
	}
	header .nav-topbar .menu small {
		font-size: 100%;
	}
	
	
	header .nav-topbar {
		height: 53px;
		color: #FFF;
		background-color: #1946fa;
	}
	
	header .nav-topbar .menu li { 
		/*padding: 0;*/
		background-color: #1946fa;
		float: none;
		height: auto;
		border-bottom: 1px solid #d4e7f3;
		overflow: hidden;
	}
	
	header .nav-topbar .menu .submenu li {
		border-bottom: 0px;
		border-top: 1px solid #d4e7f3;
	}
	
	.nav-topbar .menu .flex {
		line-height: inherit;
		padding: 0 !important;
	}
	
	header .submenu span, header .submenu a,
	.nav-topbar .menu > li span > a, .nav-topbar .menu > li > a {
		/* padding: 0; */
	}
	
	header .submenu.savedsearches {
		width: 100%;
		padding:0;
	}
	
	.nav-topbar .menu .dropdown span a:after {
		top: 10px;
		right: 10px;
		display: inline-block;
		line-height: 20px;
	}
	
	.nav-topbar .menu .orange {
		background-color: #df6900;
	}
	

	
	.nav-topbar .submenu ul {
		padding: 0 0px 0px 0px;
	}
	
	.nav-topbar .menu > li span > a,
	.nav-topbar .menu > li > a {
		color: #FFF;
		display: block;
		width: 100%;
		
	}
	
	header .submenu.savedsearches .mysearches li {
		padding: 0.7em 15px;
	}
	
	/* bring things back up to one line */
	.nav-topbar .menu .flex { 
		display: inline-block; 
	}
	
	.nav-topbar .menu .tel {
		font-size: 1.2em;
		padding: 0.4em 15px;
	}
	
	.nav-topbar .menu .tel,
	.nav-topbar .menu .border-right {
		border-right: 0;
	}
	
	.nav-topbar .special-search .tile:before {
		border: 0;
	}
	
	header .submenu span,
	header .submenu a {
		color: #fff;
	}
	
	/* sub2 menus */
	.nav-topbar .menu .dropdown2 span > a {
		padding: 0;
	}
	header .nav-topbar .dropdown2 .submenu2 {
		visibility: hidden; 
		display: none;
		opacity: 0; 
	}
	
	.nav-topbar .menu .dropdown2:focus > .submenu2,
	.nav-topbar .menu .dropdown2:hover > .submenu2 {
		visibility: visible;
		opacity: 1;
		display: block;
		background-color: rgba(0,0,0,0.5);
	}
	
	/* padding for indent */
	header .nav-topbar .myaccount li {
		padding-left: 15px;
	}
	header .nav-topbar .dropdown2 span {
		padding-left: 30px;
	}
	
	header .nav-topbar .submenu2 ul li span,
	header .nav-topbar .submenu2 ul li a {
		padding-left: 60px; 
	}
	
	header .nav-bottombar {
		display: inline-block;
	}
	
	.categories .category-name {
		padding: 0 5px;
	}
	.content-area {
		padding: 1em 1em;
	}
	.userform {
		padding: 1em 1em;
	}
}

/* iPad  For portrait layouts only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) { 
  .nav-bottombar .categories > .container {			
		min-width: 0px !important;
                width: 650px !important;     
	}        
}

/* Ipad 980 wide in portrait and */
/** Tablet++ **/
@media screen and (min-width: 768px) {
	
	.mobile { display: none; }
	
	header .submenu.account {
		width: 620px;
	}
	
	.nav-bottombar .categories > .container {
		width: 880px;
	}
	
	/* Navigation from template */
	.nav-topbar .menu .orange {
		background-color: #00e6c8;
		border-right: 1px solid #d4e7f3;
		color: #0B0F11;
		padding: 0.7em 1.5em;
	}
	
	
	header .submenu.special-search {
		color: #FFF;
	}

	header .submenu.special-search ul {
		width: 100%;
		margin-left: 10px;
		padding: 10px 0 0;
	}

	header .submenu.special-search li  {
		display: inline-block;
		width: 180px;
		margin: 10px 5px;
		background-color: #e8eef1;
		border-radius: 5px;
	}

	header .submenu.special-search .tile:hover {
		background-color: #1946fa;
		color: #FFF;
	}

	header .submenu.special-search li a {
		display: flex;
		flex-direction: column;
		padding: 20px;
		height: 115px;
		font-size: 14px;
		transition: all 0.15s ease-in;
	}

	header .submenu.special-search {
		width: 600px;
	}

	.nav-topbar .menu .dropdown:focus,
	.nav-topbar .menu .dropdown:hover {
		border-bottom: 1px solid #FFF;
		background-color: #FFF;
	}
	
	header .submenu {
		background-color: #FFF;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
		position: absolute;
		right: 1.125em;
		top: 42px;
		width: 620px;
		/*z-index: -1;*/
		background: white; 
	}
	
	
	header .submenu.savedsearches .mysearches li {
		font-weight: 600px;
		line-height: 20px;
		font-size: 15px;
	}



	header .submenu.savedsearches .mysearches li a.share,
	header .submenu.savedsearches .mysearches li a.remove {
		/*width: 1%;*/

	}
	
	.nav-topbar .menu .tel {
		padding: 0.3em 0.3em 0.3em 1.5em;
		font-size: 1.2em;
	}

	.nav-topbar .menu .tel,
	.nav-topbar .menu .border-right {
		border-right: 1px solid #d4e7f3;
	}


	header .submenu.account .myaccount a {
		border-bottom: 1px solid #E3E8EB;
	}
	
	/* fix for submenu in the submenu */
	
	header .nav-topbar .dropdown2 span a {
		padding: 0;
		color: #888;
		
	}
	
	
	header .nav-topbar .menu .dropdown2 span a:after {
		content: '';
	}
        
	
	.banner.banner-category .slide:before { 
		line-height: 340px;
	}
}

@media screen and (min-width: 1024px) {
	/** Main **/
	.container-fluid,
	.container {
		min-width: 1024px;
	}
	
	/* featured */
	.featured { 
		padding-bottom: 40px;
	}
	
	

	/** Footer **/
	footer .footer-nav {
		padding-top: 56px;
	}	
	footer .copyright p {
		line-height: 52px;
	}
	footer .copyright p.footer-terms {
		text-align: right;
	}
	
	header .submenu.account {
		width: 880px;
	}
	
	
	.comparison .product-thumb .tile {
		height: 338px;
	}
}

/** Desktop+ **/
@media screen and (min-width: 1140px) {
	/** Main **/
	.container-fluid,
	.container {
		max-width: 1140px;
	}
	
	
}
