/*  STYLE SHEET FOR ONLINE SHOP */




/*/ ======= HEADER ======= /*/

#headerwrap {
	background-color: #000;
	width: 100%;
	margin: auto 0;
	padding: 30px 0px;
	}

.header-1, a {
	text-align: center;
	text-decoration: none;
	}

.header-2 {
	float: right;
	width: 51%;
	margin: auto 0;
	}

h1 {
	font-size: 60px; 
	text-align: center; 
	color: #fff;
	letter-spacing: 8px;
	}

h2 {
	font-size: 49px;
}

/*/* ======= FOOTER ======= /**/

.divfooter {
	background: #29292a;
	padding: 30px 0px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 16px;
}

.divfooter a {
	color: #fff;
}

.divfooter a:hover {
	font-weight: 600;
}


/*/* ======= NAVIGATION ======= /**/
#menu-button{
	display: none;
}
nav.mobile {display:none;}
nav.primary {
	padding:25px 0px;
	margin:0;
	width:100%;
	z-index:700; 
    background: #29292a;
}

nav.primary ul {
	margin:0 auto;
	padding:0;
    text-align: center;
}
nav.primary ul li {
	margin:0;
	padding:0;
	z-index:9999;
    display: inline-block;
	list-style-type:none;
    text-align: center;
}

nav.primary ul li a {
    font-family: 'Roboto', sans-serif;
	display:block;
	color:#fff;
	letter-spacing: 2px;
    /*background:#000;*/
	font-size:15px;
	text-transform: uppercase;
    /*font-weight:700;*/
	line-height:14px;
	text-decoration:none;
	padding:20px 13px;
	margin: 0;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}	

nav.primary ul li a:hover {
	background:#000;
    /*color:#20ce88;*/
}




/*/* ======= FACETED INVENTORY ======= /**/
.hs-btn.hs-highlighted {
	background-color: #29292a!important;
	color: #fff!important;
}

.hs-btn.hs-highlighted:hover {
	background-color: #828283 !important;
	color: #fff!important;
}



.page-header h1, .page-header .h1 {
	font-size: 1.2em;
	font-weight: bold;
	flex: 1;
	color: #000;
	letter-spacing: 0px;
	text-align: left;
}




/*/* ======= MEDIA QUERIES ======= /**/

@media screen and (max-width: 780px) {

	
	nav.primary{display:none;}
    #menu-button {
        display: block;
        font-size: 30px;
        position: relative;
        z-index: 1;
        padding: 0;
        top: auto;
        right: auto;
        background:  #29292a;
        width: 100%;
        border: none;
        text-align: center;
    }
	#menu-button a{
		color:#fff;
		text-decoration: none;
        font-weight: 800;
        font-family: 'Roboto', sans-serif;
	}
	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;
	}
	nav.mobile h3 { /* Menu header styles */
		position: relative;
		padding: 12px 10px;
		color: #fff;
		font-size: 1.2em;
		font-weight: 800;text-align: left;
		border-bottom: 4px solid #222;
	}
	nav.mobile .menu-toggle { /* Menu close button */
		position: absolute;
		top: 12px;
		right: 10px;
		display: inline-block;
		padding: 6px 9px 5px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		vertical-align: top;
	}
	nav.mobile .menu-toggle:hover {color: #fff;}
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		border-top: 1px solid #151515;
		border-bottom: 1px solid #454545;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
	}
	nav.mobile ul li a {
		position: relative;
		display: block;
		padding: 10px 0px 10px 20px;
		color:#D8D8D8;
		font-size:15px;
        text-align: left;
        text-transform: uppercase;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {background: #4b4c4c; border-right: 8px solid #ae1e1e; }
	
	nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		background:url(../siteart/arrow.png) 10px 12px no-repeat;
		background-size:55%;
		position:relative;
		display:block;
		float:right;
		margin:-50px 0 0 0;
		cursor:pointer;
		z-index: 12399994;
		width:44px;
		height:50px;
		-webkit-transition:background-size .3s ease-in-out;
		-moz-transition:background-size .3s ease-in-out;
		transition:background-size .3s ease-in-out;
	}
	nav.mobile ul li span.click:hover{background-size:60%;}
	
.divfooter {
	padding: 50px 0px;
	text-align: center;
	width: 100%;
	font-size: 15px;
}
	
	
}

@media screen and (max-width: 715px) {
	
#headerwrap {
	width: 100%;
	margin: auto 0;
	padding: 30px 0px;
	}

.header-1, a {
	text-align: center;
	text-decoration: none;
	}

.header-2 {
	width: 100%;
	text-align: center;
	margin: auto 0;
	}

h1 {
	font-size: 50px; 
	text-align: center; 
	}

h2 {
	font-size: 40px;
}
	
.divfooter {
	padding: 60px 0px;
	text-align: center;
	width: 100%;
	font-size: 15px;
}	
	
	
}

@media screen and (max-width: 545px) {
	
#headerwrap {
	width: 100%;
	margin: auto 0;
	padding: 30px 0px;
	}

.header-1, a {
	text-align: center;
	text-decoration: none;
	}

.header-2 {
	width: 100%;
	text-align: center;
	margin: auto 0;
	}

h1 {
	font-size: 40px; 
	text-align: center; 
	}

h2 {
	font-size: 30px;
}
	
.divfooter {
	padding: 60px 0px;
	text-align: center;
	width: 100%;
	font-size: 12px;
}	
}
	
	
	
	
