*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}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,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,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}::-moz-selection{background:#000;color:#fff;text-shadow:none}::selection{background:#000;color:#fff;text-shadow:none}.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
strong {
	font-weight: 700;
}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-right{justify-content:flex-end}.justify-between{justify-content:space-between}.align-center{align-items:center}.logo-container .logo{width:100%;max-width:175px;height:100%;object-fit:contain;object-position:center;max-height: 175px;}
.max-width {
	max-width: 1200px;
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

/*=== HEADER ===*/
header.site-header .top-banner {
	background-color: #c62127;
	color: #ffffff;
	margin-bottom: 5px;
}
header.site-header .top-banner p {
	line-height: 48px;
	padding: 0 13px;
	font-size: 14px;
}

/*=== FOOTER ===*/
footer.site-footer {
	background-color: #595959;
	color: #ffffff;
	padding: 60px 0 30px;
	font-family: "Poppins", Verdana, Geneva, sans-serif;
}
footer.site-footer .foorter-heading {
	text-transform: uppercase;
	margin-bottom: 28px;
    font-size: 14px;
    font-weight: 600;
}
footer.site-footer ul {
	list-style: none;
	padding-left: 0;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
}
footer.site-footer ul li {
	list-style-position: inside;
	padding-left: 1em;
	position: relative;
	line-height: 1.8;
	padding: 10px 10px 10px 12px;
	font-size: 16px;
}
footer.site-footer .contact-info ul li {
	padding: 10px 10px 10px 0;
	color: rgba(255, 255, 255, 0.6);
}
footer.site-footer ul li::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f054";
	color: rgba(255,255,255,0.8);
	position: absolute;
	left: 0;
	font-size: 11px;
	line-height: 1.8;
	padding: 5px 0;
}
footer.site-footer .contact-info ul li::before {
	font-family: unset;
	content: "";
}
footer.site-footer .bottom-footer {
	justify-content: space-between;
	padding: 75px 30px 0;
	gap:15px;
}
footer.site-footer .copyright {
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
	line-height: 1.8;
}
footer.site-footer .social-icons a {
	padding: 0 10px 10px;
	color: rgba(255,255,255,0.8);
}

/*=== PAGE STYLES ===*/
/*=== INVENTORY PAGE ===*/
.hero-container {
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-family: Poppins, Verdana, Geneva, sans-serif;
	font-weight: 400;
	line-height: 80px;
}

/*=== SUB-PAGE ===*/
.sub-page:not(.inventory-page) {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}

@media screen and (max-width: 800px) {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}

	/*=== HEADER ===*/
	header.site-header .top-banner .max-width {
		justify-content: center;
		font-size: 12px;
	}
	header.site-header .top-banner .header-quick-links {
		display: none;
	}

	/*=== FOOTER ===*/
	footer.site-footer .bottom-footer {
		justify-content: center;
	}
	footer.site-footer .bottom-footer .set-width {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
	/*=== HEADER ===*/
	header.site-header .bottom-header .set-width {
		width: 100%;
		text-align: center;
	}
	header.site-header .bottom-header ul {
		justify-content: center;
	}
}