@charset "utf-8";
/* SHOP CSS Document */
/***** 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;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}
/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {background: #e80000; color: #fff; text-shadow: none;}
::selection {background: #e80000; color: #fff; text-shadow: none;}

body {
	font-family: 'Industry', sans-serif!important;
	overflow-x: hidden;
	line-height: 1.42857;
}

.wrapper-width {width: 93%; max-width: 1300px; margin: 0 auto; display: block;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%;} .column1{width: 8.3333%;} .last{padding: 0;} 

.center {text-align: center; display: block; margin: 0 auto;}
.pad30 {padding: 30px;}
.red {color:#e80000;}
.gray-bg {background: #efefef;}

a {transition: all 0.5s ease;}
.btn:hover {box-shadow: none;}


/**********************  HEADER ***************************************/
div#header, .top-bar.row {box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%); padding: 0!important;}
.top-bar {min-height: none; display: flex; text-align: right; align-items: center; position: relative; z-index: 1;}
.top-bar a {color: #000; padding: 15px; font-weight: 700; position: relative; top: -7px; text-decoration: none;}
.top-bar #search-equipment {background: #111; color: #fff; max-width: 170px; margin-left: 20px; padding: 15px; font-weight: 700; display: inline-block; text-align: left; top: 0; cursor: pointer;}
.top-bar #search-equipment svg {font-size: 30px; vertical-align: middle; float: left; margin-right: 20px;}
.top-bar #search-equipment:hover {background: #000!important; box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);}
img#main-logo {width: 100%; height: auto; max-width: 425px; padding: 15px 15px 5px 15px; display: block; margin: 0 auto;}



/* inv search */
.search-slide-down {
	width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #111;
	padding: 40px 0;
	position: absolute;
	z-index: 999;
	top: 74px;
    /*box-shadow: inset 0px 11px 8px -10px #CCC;*/
}
.initiallyHidden {display: none;}
.form-group {width: 99%;}
.header-search {display: flex; padding: 0 5%; margin: 0;}
.header-search input[type=text] {
    font-weight: 500;
    font-size: 15px !important;
    color: #333 !important;
    background: #fff;
    border: none;
	letter-spacing: 1px;
}
.header-search::placeholder {font-weight: 300; font-size: 15px !important; color: #ccc !important;}
.header-search input:focus {outline: none !important; outline-style: none; box-shadow: none; border-color: transparent; caret-color: #c1bfbf;}
.header-search input:focus, textarea:focus, select:focus {outline: none;}


/*********************  SHOP STYLES **************************************/
#hs-content-wrapper {width: 93%; max-width: 1300px; font-family: 'Industry', sans-serif!important;}
.hs-btn.hs-highlighted {background-color: #e80000!important; color: #fff!important;}
.hs-btn.hs-highlighted:hover {background-color: #b90000!important; color: #fff!important;}
.hs-btn.hs-highlighted.checkout-full-hs-btn a {color: #fff!important;}
.hs-faceted-search .hs-facet-label .hs-facet-name {padding-left: 3px;}


/**********************  FOOTER ***************************************/
.footer {color: #ddd; line-height: 30px; background: #000; width: 100%; display: flex;}
.footer .column4 {padding: 6em 7%!important;}
.footer a {color: #ddd; text-decoration: none;} .footer strong {color: #fff;} 
.footer h3 {text-transform: uppercase; display: block; font-size: 24px; margin-bottom: 20px; font-weight: 700; letter-spacing: 1px; color: #fff;}

/* accordion menu */
#footer-nav {width: 100%; overflow: hidden;}
#footer-nav ul.submenu {list-style: none;}
#footer-nav ul.submenu {padding: 0; background: #222;}
#footer-nav ul.submenu li {border-bottom: 1px solid #2e2e2e;}
#footer-nav ul.submenu li:last-child {border-bottom: none;}
#footer-nav ul.submenu li a {display: block; font-size: 15px; padding: 5px 30px;}
#footer-nav ul.submenu li a:hover {background: #333;}
details summary::-webkit-details-marker {display: none; transition: max-height 0.2s ease-out;}
.accordion__item {position: relative;}
.accordion__title input:focus, .accordion__title2 input:focus {outline: none;}
.accordion__title, .accordion__title2 {
    font-family: 'Industry',sans-serif !important;
	padding: 5px 15px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
}
.accordion__title::after {
  display: block;
  content: " + ";
  font-size: 22px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.accordion__title:hover::after {color: #e80000;}
.accordion__item[open] .accordion__title::after {
  transform: translateY(-50%) rotate(180deg);
  content: ' - ';
}
.align-right {text-align: right;}
img#footer-logo {max-width: 325px; width: 100%; height: auto;}
.social-links a {font-size: 20px; margin-left: 5%; vertical-align: middle;}
.social-links, .site-host {text-align: right;}
.social-links {display: block; margin: 2em 0;}
.site-host {margin: 15px 0; font-size: 13px; color: #ababaa; line-height: 1.6;}
.site-host a {color: #ababaa!important;} .site-host a:hover {color: #fff!important;}

/* inv scroller */
.scrolling-wrap {width: 100%; height: 90px; overflow: hidden; border-top: 6px solid #000;}
.scrolling-wrap iframe {width: 100%;}


/**********************  MEDIA QUERIES (RWD) ***************************************/

/*==========  Non-Mobile First Method (Responsive) ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1350px) {		

}
@media only screen and (max-width : 1200px) {		
	.header .column4, .header .column8 {width: 100%; padding: 0;}	
	.top-bar #search-equipment, .top-bar a {font-size: 14px; padding: 10px 15px;}
	.search-slide-down {top: 58px;}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	a#cta-btn {max-width: 100%; display: block;}		
	
	.footer .column4 {width: 100%; padding: 3.5em 5%!important;}
	.footer {flex-direction: column; text-align: center;}
	.social-links, .site-host {text-align: center;}
	.social-links a {margin: 0 2vw;}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {	
	.top-bar a {display: none;}
	img#main-logo {max-width: 350px;}
	.search-slide-down {padding: 30px 0;}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {
	img#main-logo {max-width: 285px;}
	.search-slide-down {padding: 22px 0;}
}
