﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Poppins', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
p {
	font-size: 14px;
	padding:3% 0;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		}  

.contact-links a{
	font-size: 26px;
	color: #367c2b;
}
.contact-links a span{
	color:#000;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-links a span:hover{
	color: #367c2b;
}
.ave-button{
	margin:12px 0 0 0;
}
.ave-button a {
    color: white;
    text-align: center;
    text-transform: uppercase;
    background-color: #367c2b;
    padding: 7px;
    font-weight: bold;;
    max-width: 168px;
    transition: .15s ease-in-out;
	font-size: 14px;
}
.ave-button a:hover{
	background-color: #4aa53c;
} 
.locations-links .dropdown > a{
	transition: .3s ease color;
    color: #367c2b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
/*===================== 
	header styles 
=======================*/

header {
	width:100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	box-sizing: border-box;
}
.top-flex{
	display: flex;
	align-items: flex-start;
    flex-wrap: wrap;
}
.top-container{
	max-width: 1500px;
	margin: 0 auto;
	padding: 34px 0 25px 0;
}
.top-jd{
	border-right: 1px solid black;
    padding-right: 25px;
	margin-left: 0px;
}
.top-brand{
	margin-left: 25px;
}
.top-search{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.top-contact{
	width: 440px;
	text-align: right;
}

/*===================== 
	search styles 
=======================*/

#inv-search{
	position: relative;
    transition: .3s background-color;
    background-color: #111111;
    border-radius: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 49px;
    padding-right: 6px;
    overflow: hidden;
}
#inv-search:hover{background-color: #444;}
#inv-search::before{
	position: absolute;
    top: 16px;
    left: 22px;
    content: "\f002";
    font-family: fontAwesome;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
#inv-search input{
	width: calc(100% - 68px);
    height: 42px;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 42px;
    color: #ffffff;
}
#inv-search input::placeholder {
	color:#fff;
	font-weight: 500;
	font-size: 16px;
}
#inv-search button{
	transition: .3s background-color;
    float: right;
    width: 68px;
    height: 42px;
    text-align: center;
    border: none;
    border-radius: 21px;
    padding: 0;
    background-color: #ababab;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    color: #ffffff;
}
#inv-search button:hover{
	background-color: #367c2b;
	cursor: pointer;
}
/*========================== 
	Location List styles 
============================*/
.dropdown{width: 150px; float: right;}
.dropdown::after{clear:right;}
ul.dropdown-menu{
	display: none;
	text-align: left;
	margin: 0;
    padding: 0;
	background: #fff;
	box-shadow: 4px 4px 10px 0px #d6d6d6;
	border-radius: 5px;
	position: absolute;
	z-index: 600;
}
.dropdown:hover  ul.dropdown-menu{display: block;}
ul.dropdown-menu li{
	list-style-type:none;
}
ul.dropdown-menu li a{
	display: block;
	padding: 3px 20px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-size: 14px;
}
ul.dropdown-menu li a:hover{
	background:#f5f5f5;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	display:block;
	width:100%;
	position:relative;
	max-width: 1500px;
	margin: 0 auto;
	padding:0;
	border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		}
		nav.primary ul li {
			padding:0;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color: #000;
				font-size:16px;
				line-height:60px;
				text-decoration:none;
				padding: 0 16px;
				margin:0;
				display: inline-block;
				text-align:center;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:600;
				}
			nav.primary ul li a.gray{color:#969696;}
			nav.primary ul li a:hover {
				background: #367c2b;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				display: block;
				font-size:14px;
				padding:3px 20px;
				line-height: 30px;
				color:#fff;
				background: #46a238;
				font-weight: normal;
				text-align: left;
				text-transform:capitalize;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background:#5cc14c
			} 
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
	width: 230px;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	
.container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 34px 0 25px 0;
	}
.body-pad{
	box-sizing: border-box;
	padding-left:2%;
	padding-right:2%;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#367c2b !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #367c2b !important; color:#fff !important;}

/* ---- Parts ----- */
.parts-listing-container .parts-button{background: #367c2b !important; color:#fff !important;}
.parts-listing-container .parts-button:hover{background:#000 !important; color:#fff !important}
	
#part-detail-content .part-detail-additional-data .data-row .data-label{background:#000 !important; color:#fff !important;}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#367c2b !important; color:#fff !important;
}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background-color: #111111;
	color:#fff;
	box-sizing: border-box;
	padding:146px 20px;
	}
footer h4{
	margin-bottom: 31px;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: .025em;
    line-height: 24px;
    color: #cfcfcf;
}
.flex-foot{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.flex-foot div.foot-social{margin: 0 auto;}
.flex-foot div.foot-disclaimer{margin: 0 auto;}

.foot-links{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
ul.foot-nav-col1{
	padding:0;
	margin:0;
}
ul.foot-nav-col2{
	padding:0;
	margin:0 0 0 94px;
}
ul.foot-nav-col1 li,ul.foot-nav-col2 li{
	font-size: 14px;
    letter-spacing: .025em;
    line-height: 41px;
	list-style-type: none;
}
ul.foot-nav-col1 li a, ul.foot-nav-col2 li a{
	transition: .3s color;
    display: inline-block;
    width: 194px;
    color: #cfcfcf;
	position: relative;
}
ul.foot-nav-col1 li a:hover, ul.foot-nav-col2 li a:hover{
	color: #367c2b;
}
ul.foot-nav-col1 li a::after, ul.foot-nav-col2 li a::after{
	content: "\f101";
    font-family: fontAwesome;
    float: right;
}
.col-space{margin-left: 94px;}

ul.social-icons{
	margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    display: inline-block;
    max-width: 245px;
    
}
ul.social-icons li{
	list-style-type: none;
	display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
	border-top: 1px solid rgba(255,255,255,0.16);
    border-left: 1px solid rgba(255,255,255,0.16);
    border-bottom: 1px solid rgba(255,255,255,0.16);
    border-right: 1px solid rgba(255,255,255,0.16);
	
}
ul.social-icons li a{
	color:#fff;
	display: block;
	font-size: 14px;
    border-radius: 0;
    width: 76px;
	height: 42px;
	text-align: center;
	
}
ul.social-icons li a .fab,ul.social-icons li a .far{
	padding:14px 0;
}
ul.social-icons li a:hover{
	background:#367c2b;
}
/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1450px)  {

	.top-jd{
		width:20%;
	}
	.top-jd img{width:100%;}
	.top-brand{
		width:20%;
	}
	.top-brand img{width:100%;}
	.top-search{
		width: 27%;
	}
	.top-contact{
		width: 27%;
	}

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #FFF;
		border-top: 1px solid #d6d6d6;
    	border-bottom: 1px solid #d6d6d6;
		}
		#menu-button a{
			 color:#000;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #367c2b solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li .fa-chevron-down {color:#999;}
}
@media screen and (max-width: 1036px)  {
	.flex-foot{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer h4{
		text-align: center;
	}
	.foot-links,.foot-social,.foot-disclaimer{
		margin-top: 3% !important;
	}
}

@media screen and (max-width: 990px)  {
	.top-jd{
		width:100%;
		display: none;
	}
	.top-brand{
		width:100%;
		margin-left:0 ;
	}
	.top-brand img{width:40%; margin:0 auto 2% auto; display: block;}
	.top-search{
		width: 100%;
	}
	.top-contact{
		width: 100%;
		text-align: center;
		margin: 3% 0 0 0;
	}
	.contact-links{display: inline-block; margin: 1% 0;}
	.contact-links span{display: none;}
	.contact-links a {
		font-size: 16px;
		background: #367c2b;
		color: #FFF;
		padding: 10px;
		border-radius: 200px;
	}
	.locations-links{display: inline-block;}
}


@media screen and (max-width: 560px)  {
	.foot-links{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	ul.foot-nav-col2{
		padding:0;
		margin:0;
	}
	.top-brand img{width:80%;}
}
	
