
.clear{clear:both;}

/***** Start of primary nav ******/

.logo{
	max-width: 150px;
}

.logo img{
	max-width: 100%;
}

.right-menu{

}

.left-menu{

}

.header-socials li a{
	padding: 40px 5px !important;
}

.header-socials i{
	padding: 20px;
	color: #fff;
}

.fa-clipboard-list{
	border: 1px solid #9aba57;
	color:#9aba57 !important;
	transition: .4s;
}

.fa-phone-volume{
	background-color: #ff8c00;
}

.fa-magnifying-glass{
	background-color: #9aba57;
	transition: .4s;
}

.fa-phone-volume:hover{
	background-color: #121c22;
}

.fa-clipboard-list:hover{
	border-color: #ff8c00;
}


.bottom-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0px 40px;
	margin: 0 auto;
}

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:inline-block;
	margin:0;
	width:100%;
	position:fixed;
	top: 0;
	z-index: 99999999999999999999999999999999999999999999999;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 #e0dfdf;
	}

	nav.primary ul {
		margin:0; 
		padding:0;
		}

		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}

	nav.primary ul li a {
				color:#15161a;
				font-size: 18px !important;
				font-family: proxima-nova, sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				text-decoration:none;
				display:block;
				margin:0;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				padding:40px 15px;
				}

			nav.primary ul li a:hover {
				z-index: 9999999999;
				}

			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:28px;
				padding:18px 35px;
				color:#000000;
				background-color: #f7f7f7;
				text-align:left;
				border-right:none;
				border-left:none;
				transition: 0.30s;
			}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
	border-bottom: 6px solid #ff8c00;
	box-shadow: 0 2px 4px 0 #e0dfdf;
	top:140px;
	z-index: 99;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}

/* THIS STOPS THE DROP DOWN FROM GOING AWAY
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
*/

nav.primary ul ul li {
    float: none; 
	width: 270px;
    position: relative;
    margin:0;
	display: block;
	top: 0px;
}

.down-angle{
	color:#9aba57; 
	font-size: 12px;
}


/*---INVENTORY SEARCH IN HEADER---*/
#search {
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-left: 0;
	margin-right: 0;
	background: #f7f7f7;
	z-index: 999999999999;
	  position: absolute;
		  display: flex;
	  align-items: center;
	  justify-content: center;
	width: 75%;
	height: 75vh;
	margin: 50px 10px;
	border-bottom: 6px solid #ff8c00;
  }
  
  form.search-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  box-shadow: 0 0 0 0 #b5b5b5 inset;
  }
  
  .search-bg {
	-webkit-animation: slide-down .3s ease-out;
	-moz-animation: slide-down .3s ease-out;
  }
  .search-btn {
	border: none !important;
	background: transparent !important;

  }
  .search-btn img {
	width: 35px !important;
  }
  #search-header input {
	caret-color: #000;
  }
  .searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  .searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
  }
  .searchTerm::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
  }
  .search-wrap {
	  margin: 0 auto;
	width: 90%;
  }
  .search-header input[type="text"]:not([class^="Mui"]) {
	width: 90% !important;
	border: none !important;
	font-size: 22px !important;
	color: #000 !important;
	  letter-spacing: 2px !important;
	  -webkit-user-select: initial;
	  -khtml-user-select: initial;
	  -moz-user-select: initial;
	  -ms-user-select: initial;
	  user-select: initial;
	  height: auto !important;
	  line-height: 70px !important;
	  background: #f7f7f7;
  }
  .search-nav {
	opacity: .7;
	transition: ease all 0.2s !important;
  }
  .search-nav:hover {
	opacity: 1;
  }
  
  .search-header input:focus {
	  outline: none;
  }


/*  PRODUCTS DROPDOWN  */

.left-product button.button{
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 50px;
}

.products-dropdown{
	width: 100%;
	left:0;
	background: #fff;
	top: 100px;
    padding: 0 !important;
}

.products-dropdown h5{
	font-size: 30px;
	font-family: "futura-pt-condensed", sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 25px;
}

.products-dropdown h6{
	font-size: 24px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
}

.products-dropdown h6{
	text-transform: none !important;
}

.product-container{
	display: flex;
}

.left-product{
	width: 25%;
	background-color: #f7f7f7;
	padding: 30px 0px;
}

.left-product h5{
	padding-left: 20px;
}
	
.right-product{
	width: 75%;
	padding: 30px 40px;
}

.tablink{
	padding: 20px!important;
	text-transform: inherit !important;
	text-align: left !important;
	font-weight: 700 !important;
}

.vertical-tabs.tablink:active{
	background-color: #dbdbdb;
	
}

.vertical-tabs .tablink:hover{
	background-color: #dbdbdb;
	
}

.product-item-container{
	display: grid;
	justify-item:flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.product-item-container a{
	display: flex !important;
	align-items: center;
	flex-direction: row;
	width: 50%;
	flex: 1;
	padding: 0px 0px 20px 0px !important;
	white-space: nowrap;
}

.product-item-container a:hover{
	opacity: 50%;
}

.product-item-container img{
		width: 120px;
	object-fit: contain;
    margin-right: 20px;
}

ul.dpdown-list.products-dropdown{
	z-index: 999;
}

@media screen and (max-width: 1100px){
	nav.primary ul li a{
		padding: 40px 8px;
	}
	
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1023px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
	
	.logo{
		max-width: 186px !important;
	}

	.mobile-right{
		display: flex;
		gap: 10px;
	}
	
	.mobile-right i{
		color: #fff;
		padding: 23px;
		font-size: 16px;
	}
	
.hamburger-lines {
  border: 1px solid #9aba57 !important;
  fill: #9aba57;
  stroke: currentColor;
  color: #9aba57;
padding: 15px;
  
}
	
	nav.mobile ul li  .click{
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 25px;
	}	

/*
 * Hamburger lines reset animation, i.e. menu closed
 */
#hamburger .hamburger-lines path {
  transform-origin: 50% 5px;
  transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
}
#hamburger .hamburger-lines path:nth-of-type(1) {
  animation: hamburgerTopReset 300ms ease-in-out forwards;
}
#hamburger .hamburger-lines path:nth-of-type(2) {
  transform-origin: 50% 15px;
  animation: hamburgerMiddleReset 300ms ease-in-out forwards;
}
#hamburger .hamburger-lines path:nth-of-type(3) {
  transform-origin: 77% 35px;
  animation: hamburgerBottomReset 300ms ease-in-out forwards;
}

/*
 * Hamburger turns into X, i.e. menu open
 */
#hamburger.is-open .hamburger-lines path:nth-of-type(1) {
  animation: hamburgerTopDeform 300ms ease-in-out forwards;
}
#hamburger.is-open .hamburger-lines path:nth-of-type(2) {
  animation: hamburgerMiddleDeform 300ms ease-in-out forwards;
}
#hamburger.is-open .hamburger-lines path:nth-of-type(3) {
  animation: hamburgerBottomDeform 300ms ease-in-out forwards;
}

@keyframes hamburgerTopReset {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes hamburgerMiddleReset {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hamburgerBottomReset {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes hamburgerTopDeform {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(7px) rotate(0deg);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes hamburgerMiddleDeform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hamburgerBottomDeform {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-7px) rotate(0deg);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}

	
	
	
	
	
	
	
	


	#hs-outside-wrapper{
		margin-top: 0px;
	}
#menu-button{ 
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	background: white;
	text-align: right;
	border-bottom: rgba(255, 255, 255, 0.25) 0.25px solid;
	padding: 30px 10px;
	box-shadow: 0 2px 4px 0 #e0dfdf;
	}
	
	#menu-button a{
		 color:#9aba57;
		 text-decoration: none;
		 font-weight:normal;
	  }
	
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #fff;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow: scroll;

}
	
/* 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 .logo{
		width: 175px;
	}
nav.mobile .mobile_top {
	padding: 125px 0px 20px 35px;
}
	


/* MENU CLOSE 'X' BUTTON */
	
	.mobile-top-menu{
		display: flex;
		justify-content: space-between;
		align-items: center;
		
	}
	
	nav.mobile .menu-toggle{
		color: #FFFFFF;
	}
	
	
	*/
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #86C94A;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:25px 15px;
}
nav.mobile ul li {
	border-bottom: 1px solid #ebebeb;
	position:relative;
}
	
	nav.mobile ul li:last-of-type{
		border-bottom: none;
	}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:20px;
	padding: 20px 0px;
	color: #15161a;
	text-decoration: none;
	text-align: left;
	font-weight: 700;
	transition: .25s;
	font-family: proxima-nova, sans-serif;
}
nav.mobile ul li a:hover {
	color: #000; 
}

/* SECOND LEVEL */

nav.mobile ul li li a {
	position: relative;
	display: block;
	text-decoration: none;
}
nav.mobile ul li li a:hover {
	;
	}

/* 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: 22px 20px;
	color:#fff;
	}
*/

/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	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:#9aba57;
	}
	
	.mobile:not(.open) + .menu-toggle.exit-click {
display: none;
}
.mobile.open + .menu-toggle.exit-click {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
z-index: 499;
pointer-events: none;
background: rgba(36, 32, 33, 0.5);
opacity: 0;
transition: ease opacity 0.3s;

}
/******** End of Toggle Overlay ***************/
	
/******** Menu Overlay ***************/
	
.mobile.open + .menu-toggle.exit-click {
pointer-events: auto;
opacity: 1;
box-shadow: 0 0 10px 2px rgba(0,0,0,.4);
}

body.menu-toggle.exit-click{
	overflow: hiden !important;
}


}