﻿/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block;
	background-color: #000000;
	color: white;
}

header{
		background-color: #000000;
}

.top-footer{
	color: white;
}
/*-------- COLORS --------

*/
/***** END RESET *****/ ::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*-------- BODY STYLES --------*/
body {}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  border: #000 1px solid;
}
/*--- HEADER STYLES ---------------------*/
.header {
  max-width: 1200px !important;
  margin: 0 auto;
  width: 80%;
}


.wrapper {
  display: inline-flex;
  width: 100%;
  padding: 5px;
	font-family: 'Open Sans';
}
.logo {
  max-width: 100%;
  padding: 5px;
  width: 100%;
}
.logo-txt {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #777;
  margin-left: 10px;
  font-size: 21px;
	
}
.nav-container {
  width: 100%;
}


.logo-txt{
	color: white;
}
.wrapper a{
	color: white !important;
}
.shop-home .page-header {
  position: static !important;
}

/*-------- FOOTER STYLES ----------------*/
.footer {
  padding: 40px 20px;
}

.nav-footer p {
  font-size: 10px !important;
  line-height: 1.42857143;
  color: #777;
  text-align: center;
}

#hs-footer-bottom-wrapper{
	background-color: black;
		border-top: 1px solid #454545 !important;
}

footer a:link {
	color: white !important;

}

.info-container{
	padding-bottom: 25px;
}

.nav-footer {
	font-size: 14px;
}

.flex{
	display: flex;
	gap: 10px;
	align-items: center;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.hs-btn.hs-highlighted,.table-pagination ul li.active {
	background: #000 !important;
	color: #fff !important;
}

.ProductsView .page-header,.page-header {
	position: static !important
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 1000px) {
	
  .nav-container {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    display: inline-flex;
    align-items: center;
  }
	
	div#hs-outside-wrapper {
    overflow-x: hidden;
}
  .logo {
    text-align: left;
  }
  .logo-txt {
    margin-left: 0;
  }
  .nav-container {
    width: auto;
  }
	
	nav.mobile ul li a{

		font-size: 16px !important;
		font-weight:400;
		text-align: center !important;
	}

	
	nav.mobile{
		background: black !important;
	}
	
}
  @media only screen and (max-width: 500px) {
    .header {
      width: 100%;
    }
  }