/* #Style 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	font-size: 100%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #333333;
	position: relative;
	color: #B1732A;
}
html, body{
	min-height: 100vh;
	overflow:auto;
}

/* #Custom Style
================================================== */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 12px;
	background-color: #333;
}
.clearBigger {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 36px;
	background-color: #333;
}
.footersocial {}
.footersocial img{
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
	margin-left: 10px!important;
}
/* #Theme Style
================================================== */
/*--- social icon ---*/
div.social-wrapper { float: right; position: relative; }
div.social-wrapper div.social-icon { float: left; margin-right: 1px; 
	cursor: pointer; padding: 7px; }
div.social-wrapper div.social-icon img{ display: block; max-width: 23px; height: auto; }
div.social-wrapper.style-1{ opacity: 0; filter: alpha(opacity=0); }
div.social-wrapper.style-2{ margin-bottom: 40px; }
div.social-wrapper.style-2 div.social-icon{ margin-right: 7px;
	-moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px; }
div.social-wrapper.style-2 div.social-icon img{ display: block; max-width: 18px; height: auto; }
div.shortcode-social-icon{ float: left; margin-right: 10px; }
div.shortcode-social-icon img{ display: block; max-width: 32px; }
/*--- navigation ---*/

/*--- copyright ---*/
div.copyright-wrapper{
	margin: 0px;
	position: relative;
	padding: 0px;
}
div.copyright-left{
	float: left;
	line-height: 1.9;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
div.copyright-right{
	float: right;
	line-height: 1.9;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
p {
	padding-bottom: 18px;
}
h1 {
	color: #b2732b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	text-align:center;
}
h6 em {
	color: #b2732b;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center
}
h5 {
	color: #b2732b;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 140%;
}
h4 {
	color: #b2732b;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 100%;
}
h2 {
	color: #b2732b;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 140%;
}
h7 {
	color: #b2732b;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 120%;
}

.grid-parent {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 5%;
	max-width: 800px;
	padding-left: 40px;
}
.gallery {
	display:grid;
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fit, 200px);
	grid-template-rows: repeat(auto-fit, 270px);
	padding-left: 40px;
}
.logoGrid {
	max-width: 900px;
	max-height: 125px;
	display: grid;
	grid-template-columns: 400px 10% 1fr;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
.navigation {
	display: grid;
	grid-template-rows: repeat (5, 1fr);
	grid-gap: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	grid-column: 3;
}
.navMenus {
	display: grid;
	gap: 5px;
	grid-row: 5;
	grid-template-columns: 30% 20% 22% 23% 10%;
}
.imagebar {
 	background-color:#b2732b;
	width: 100%;
	height:230px;
}
.textWrapper {
	max-width: 900px;
	padding: 20px;
}
.shippingWrapper {
	grid-column-start: 2;
	grid-row-start: 2;
	padding-left: 20px;
}
a:hover{
	color:#845622;
}
.ethicsGrid {
	display: grid;
	grid-template-columns: 200px 1fr 200px;
	gap: 4%;
	max-width: 1200px
}
.contactGrid {
	display: grid;
	grid-template-columns: 200px 40% 1fr;
	grid-template-rows: 250px 250px;
	gap: 4%;
	max-width: 1200px
}
.sidebar {
	top-padding: 10%;
}
.specsTable {
	width: 75%;
	border: 2px solid #b2732b;
	border-radius: 12px;
	moz-border-radius: 12px;
}
.specsTable, td, th {
	height: 25px;
	padding: 5px;
	border-bottom: 1px solid #b2732b;
}
.specsTable, td:first-child {
	border-right: 1px solid #b2732b;
}




