﻿/***** 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;
}
/*-------- 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 {
  width: 90% !important;
  margin: 0 auto;
  width: 90%;
}

.header a{
	color: white !important;
}
.wrapper {
  display: flex !important;
  padding: 25px 0;
	align-items: center !important;
	padding: 25px;
	justify-content: space-between;
}
.logo {
  max-width: 250px;
  width: 100%;
}

.logo img{
	width: 100% !important;
}
.logo-txt {
  font-family: 'Cabin', sans-serif;'Open Sans';
  font-weight: 400;
  color: #777;
  margin-left: 10px;
  font-size: 16px;
}
.nav-container {
  width: 100%;
}

nav.primary ul li a{
	font-family: 'Cabin', Georgia, serif !important;
	letter-spacing: normal !important;
	 font-size: 18px !important;
}

nav.primary ul li a:hover{
	opacity: .9;
}

.shop-home .page-header {
  position: static !important;
}

div#hs-header{
	width: 100% !important;
	background-color: black !important;
}

/*-------- FOOTER STYLES ----------------*/
.footer {
  margin: 0 auto;
  padding: 0 20px;
	background-color: black;
	padding: 50px;

}
.foot-container {
  width: 100%;
  padding: 5px;
}

#hs-footer-bottom-wrapper{
	background-color: black !important;
	border-top: .50px;
	
}
.foot-container p {
  font-size: 16px;
  line-height: 1.42857143;
  color: #777;
  text-align: center;
	font-family: 'Cabin', Georgia, serif !important;
}

/*----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
}

a.hs-btn.hs-highlighted{
	background-color: rgb(193, 23, 26) !important;
	border: 3px solid rgb(193, 23, 26) !important;
	padding: 2px 15px !important;
}

div#RecaptchaButton{
	background-color: rgb(193, 23, 26) !important;
		border: 3px solid rgb(193, 23, 26) !important;

}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 1000px) {
  .logo {
    text-align: center;
  }
  .wrapper {
    display: block;
  }
  .nav-container {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    display: inline-flex;
    align-items: center;
  }
  .logo {
    text-align: left;
  }
  .logo-txt {
    margin-left: 0;
  }
  .nav-container {
    width: auto;
  }
}
  @media only screen and (max-width: 500px) {
	  .wrapper {padding: 25px 0 !important;gap: 20px;}
  }