/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
@font-face {
	font-family: Univers;
	src: url(../../fonts/universltstd.woff2);
	font-display: swap;
}
@font-face {
	font-family: UniversCondensed;
	src: url(../../fonts/UniversLTStd-BoldCn.woff2);
	font-display: swap;
}
body {
	background: #FFF;
	color: #000;
	margin: 0;
	font-size: 16px;
	font-family: Univers, sans-serif;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC0033;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
img {
	border: 0;
}
label {
	font-weight: 400;
}
hr {
	border-top: 1px solid #666666;
}
.smallText {
	font-size: 16px;
}
.clear,
.clearFloats {
	clear: both;
}
ul {
	list-style-type: disc;
}
.listing-ul,
.listing-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li::marker {
	color: #CC0033;
}
a.btn {
	text-decoration: none;
}
.viewDetailsButton.btn {
	background: #CC0033;
	color: #ffffff;
	width: 94px;
	border: 2px solid #CC0033;
}
.viewDetailsButton.btn:hover {
	background: black;
	color: white !important;
	border: 2px solid black !important;
}
/* Autocomplete Styles */
.autocomplete-label {
	padding-top: 5px;
	font-size: 14px;
}
.autocomplete-view-link {
	display: block;
	float: right;
	clear: right;
	margin-left: 10px;
	color: #FFF;
}
.btn.autocomplete-view-link {
	padding: 3px 9px;
	font-weight: 500;
	font-size: 13px;
}
.ui-widget-content a.autocomplete-view-link {
	color: #FFFFFF;
}
.ui-widget-content a.autocomplete-view-link:hover {
	color: #1c428b;
	border: 1px solid #1c428b;
}
.autocomplete-view-button {
	border-radius: 6px;
}
/* End Autocomplete Styles */

.menuContainerJSListBox {
	overflow: auto;
}
.required-indicator {
	font-size: 12px;
}
/* Header */
.upper_nav_container {
	display: none;
}
#storeLogo {
	display: flex;
	align-items: center;
}
#storeLogo img {
	margin: auto;
	margin-left: 15px;
}
#printlogo {
	display: none;
}
#headerLeft {
	padding-top: 10px;
}
#headerRight {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#quicksearch {
	text-align: right;
}
#search-by {
	float: right;
}
/* Header Phone */
#header_phone a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0033;
	padding: 8px 8px 6px 5px;
	display: flex;
	align-items: center;
	gap: .5em;
}
#header_phone a:hover {
	color: white;
	background-color: #CC0033;
}
#header_phone_responsive a, #header_cart_responsive a {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0033;
	padding: 5px 10px;
}
/* Header Account/Order Shortcuts */
#headerShortcuts,
#headerShortcutsNonDropdown {
	display: none;
	text-align: left;
}
#headerShortcuts ul,
#headerShortcutsNonDropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerShortcuts a,
#headerShortcutsNonDropdown a {
	text-decoration: none;
}
#headerShortcuts a:hover,
#headerShortcutsNonDropdown a:hover {
	text-decoration: none;
}
.header-shortcuts {
	position: relative;
	z-index: 505;
}
.header-shortcuts li {
	position: relative;
}
.header-shortcuts a.nav_0 {
	display: block;
	padding: 7px 8px 3px 5px;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.header-shortcuts a.nav_0:hover {
	color: white;
	background-color: #CC0033;
}
.header-shortcuts li.nav_0:hover > ul {
	display: block;
}
.header-shortcuts ul.nav_1 {
	display: none;
	position: absolute;
	width: 125px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
}
.header-shortcuts ul.nav_1 a {
	display: block;
	padding: 3px 4px;
}
.header-shortcuts ul.nav_1 li:hover {
	background-color: #000000;
}
.header-shortcuts ul.nav_1 li:hover a {
	color: #ffffff;
}
/* End Header Account/Order Shortcuts */

/* Header Search */
#header_search {
	display: none;
	width: 290px;
	max-width: 100%;
	margin: auto;
	background-color: #f2f2f2;
	padding: 0;
}
#quicksearch_keywords,
#header_search .quicksearch-button {
	vertical-align: middle;
	display: inline-block;
}
.quicksearch-button {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 2px;
	padding: 4px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.quicksearch-button:hover {
	text-decoration: none;
}
#quicksearch_keywords {
	height: 19px;
	width: calc(100% - 50px);
	margin-right: 2px;
	border: none;
	padding: 5px 3px 0;
	background: transparent;
}
#quicksearch_keywords:focus {
	outline: none;
}
/* End Header Search */
/* End Header */
#announcement_banner {
	text-align: center;
}
#announcement_banner h2 {
	color: white;
}
/* Sub Header */
.sub_header {
	background-color: black;
	background-image: url("../../images/site/slideshow-bg.webp");
	height: 375px;
}
.fa.required-field-indicator {
	color: #F00;
	font-size: 8px;
	vertical-align: top;
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 35%;
	right: 20px;
}
#printNav {
	float: right;
}
.contentContainer {
	padding-bottom: 10px;
}
.contentText, .contentText table {
	padding: 5px 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}
.contentText h1 {
	margin-bottom: 0;
}
.contentText .smallText {
	font-size: 12px;

}
/* Buttons */
.buttonSet {
	margin: 10px 0;
	vertical-align: top;
}
#producttable .buttonSet {
	text-align: right;
}
.buttonBack {
	vertical-align: top;
}
.buttonAction {
	vertical-align: top;
}
.buttonAction-center {
	display: inline-block;
	margin: 0 auto 0 60px;
	text-align: center;
	vertical-align: top;
}
.buttonAction-left {
	float: left;
	vertical-align: top;
}
.cartButtonSet {
	width: 100%;
}
.cartButtonSet .cartButtonCell.left {
	width: 146px;
}
.cartButtonSet .cartButtonCell.center {
	width: auto;
	text-align: center;
}
.cartButtonSet .cartButtonCell.right {
	width: 112px;
	text-align: right;
}
.cartButtonSet.rfq .cartButtonCell.right {
	width: 208px;
}
/* End Buttons */

/* infobox styles */
.infoBoxContainer {
	margin-bottom: 5px;
}
.infoBox {
	background: #EFEFEF;
	font-size: 11px;
}
.infoBoxHeading {
	padding: 2px;
	font-size: 13px;
	font-weight: 700;
	background: #CC0033;
	color: #ffffff;
}
.infoBoxContents {
	padding: 5px;
	line-height: 1.5;
	border: none;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}
.extraBox-heading {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
/* End infobox styles */

/* Filters */
.filters-lbl {
	padding-right: 4px;
}
/* End Filters */

/* Listing Rows */
.listing-row.odd, .productListing tr.odd,
TR.accountHistory-odd, TR.addressBook-odd,
TR.alsoPurchased-odd, TR.payment-odd,
TR.productListing-odd, TR.productReviews-odd,
TR.upcomingProducts-odd, TR.shippingOptions-odd,
.productListTable.odd {
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
}
.listing-row.even, .productListing tr.even,
TR.accountHistory-even, TR.addressBook-even,
TR.alsoPurchased-even, TR.payment-even,
TR.productListing-even, TR.productReviews-even,
TR.upcomingProducts-even, TR.shippingOptions-even,
.productListTable.even {
	background: #FFFFFF;
	border-bottom: 2px solid #000000;
}
.checkout-summary TR.productListing-even, .checkout-summary TR.productListing-odd {
	border: none;
}
.checkout-summary-specs {
	border-bottom: 2px solid #CC0033;
}
/* End Listing Rows */


/* Pricebreaks */
.pricebreaksBoxHeading {
	padding: 2px;
	font-size: 11px;
}
.pricebreaksBoxContents {
	padding: 5px;
	font-size: 11px;
	line-height: 1.5;
}
.pricebreaksBox tbody {
	background-color: #F1F1F1;
}
.pricebreaksBox .savings-row {
	background-color: #A9A9A9;
}
.pricebreaksListingBox {
	position: relative;
}
.pricebreaksListingSet,
.pricebreaksListingSet li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricebreaksListingSet {
	position: absolute;
	left: -118px;
	bottom: -10px;
	z-index: 1600;
	border: 1px solid #3667A1;
	border-radius: 5px;
	background-color: #FFF;
	padding-bottom: 2px;
	text-align: left;
}
.pricebreaksListingSet .pricebreaksListingHeading {
	padding: 2px 8px;
	text-align: center;
}
.pricebreaksListingHeading {
	font-weight: bold;
}
.pricebreaksListingEntry .pbListing {
	display: inline-block;
}
.pricebreaksListingEntry .pbListing.pb-qty {
	width: 36px;
	margin-right: 7px;
	text-align: right;
}
.pb-trigger {
	color: #3465A8;
	text-decoration: underline;
	cursor: pointer;
}
.hide-pb {
	display: none;
}
/* End Pricebreaks */

/* Product Info */
.product-info-block.right {
	float: right;
}
ul.product_info_filters {
	line-height: 2;
}
.dimList {
	line-height: 2;
	margin-left: 75px;
}
#product_info_price_block {
	font-weight: bold;
	visibility: visible;
}
/* BOM Parent Products */
.products-InfoBox,
.products-InfoBox li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.products-InfoBox li.products-InfoBox-item {
	display: inline-block;
	margin: 5px 0;
	padding: 3px 12px;
	text-align: center;
}
.products-InfoBox li.products-InfoBox-item.first {
	padding-left: 3px;
}
.products-InfoBox li.products-InfoBox-item.last {
	padding-right: 3px;
}
.productListTable tr td.child,
.products-InfoBox .ref-item {
	background-color: #F8F8AF;
}
/* EOM Parent Products */
/*BOM Also Purchased*/
.alsoPurchasedContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.alsoPurchasedBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px;
}
/*EOM Also Purchased*/
div.producttable {
	min-height: 100%;
}
.productSpecialPrice {
	color: #FF0000;
}
/* End Product Info */

/* Forms */
form {
	display: inline;
}
.formArea {
	background: #F1F1F1;
	border: 1px solid #B6B6B6;
}
.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
.inputRequirement {
	font-size: 12px;
	color: #ff0000;
}
.fieldKey {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	width: 150px;
}
.fieldValue {
	font-size: 11px;
	line-height: 1.5;
}
textarea {
	width: 100%;
}
textarea.rfq-comments {
	width: 98%;
	height: 120px;
}
#filter_orders_type {
	float: right;
}
.form-control.date-fld {
	display: inline-block;
}
select.form-control.date-fld.month {
	width: 120px;
	padding-right: initial;
}
select.form-control.date-fld.year {
	width: 80px;
	padding-right: initial;
}
/* End Forms */

/* Message box */
.messageBox {
	font-size: 11px;
}
.messageStackError,
.messageStackWarning {
	font-size: 11px;
	background-color: #ffb3b5;
}
.messageStackWarning {
	background-color: #fbf7a2;
}
.messageStackSuccess {
	font-size: 16px;
	background-color: #CC0033;
	color: white;
	padding-left: 3px;
}
.messageStackSuccess a {
	color: white;
}
/* End message box */
/* Sitemap layout */
div.sitemap ul {
	list-style-type: circle;
}
div.sitemap ul a {
	text-decoration: none;
}
div.sitemap ul a:hover {
	color: blue;
}
/* End sitemap layout */

/* Account link list */
.accountLinkList {
	list-style-type: none;
	margin: 2px 2px 2px 10px;
	padding: 5px;
}
.accountLinkListEntry {
	float: left;
	margin-right: 5px;
}
/* End Account link list */

.boxText {
	font-size: 11px;
}
.errorBox {
	background-color: #ffb3b5;
	font-size: 11px;
	font-weight: bold;
}
.section-heading {
	margin: 0;
	padding: 0;
	color: #740000;
	font-size: 12px;
	font-weight: bold;
}
tr.header {
	background: #FFFFFF;
}
.headerError {
	font-size: 12px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.headerInfo {
	font-size: 12px;
	background-color: #00FF00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
.tableHeading {
	font-size: 12px;
	font-weight: bold;
}
TD.subBar {
	background: #f4f7fd;
	font-size: 11px;
	color: #000000;
}
.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}
.newItemInCart {
	font-size: 11px;
	color: #ff0000;
}
.stockWarning {
	font-size: 11px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-size: 11px;
	color: #777777;
	text-decoration: underline;
}
SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.error-msg {
	color: #F00;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7D7D7;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9E9E9;
}
/* Products Attributes */
ul.pa-options-listing {
	width: 320px;
}
ul.pa-options-listing li {
	padding-bottom: 4px;
}
.pa-label, .pa-listing {
	display: table-cell;
	vertical-align: top;
}
.pa-label {
	width: 84px;
	padding-top: 2px;
}
.attribs-fld.pa-dims, .attribs-fld.pa-qty {
	width: 48px;
}
/* BOF - Zappo - Option Types v2 - Progress Bar */
.counter-bar {
	margin: 2px 3px;
	border: 1px solid #bbc3d3;
}
.counter-progress {
	width: 1px;
	color: #4f4f4f;
	font-size: 11px;
	font-weight: bold;
	background-color: #bbc3d3;
	padding: 0 0 0 5px;
}
/* EOF - Zappo - Option Types v2 - Progress Bar */

/* BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload {
	display: none;
}
/* EOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
/* End Products Attributes */

/* Footer */
#top-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
footer.footerWrapper {
	clear: both;
	background-color: white;
	text-align: center;
	border-top: 10px solid #CC0033;
	margin-top: 100px;
}
#siteCredits {
	text-align: center;
	margin: 0 auto;
}
#siteCredits a {
	color: #FFFFFF;
}
#footer-social {
	display: flex;
	align-items: center;
	margin-top: 8px;
}
#footer-social i {
	font-size: 30px;
	color: #CC0033;
	margin: 10px;
}
#footer-social a {
	margin: 10px;
}
#footer-social img {
	padding-bottom: 10px;
}
#footer-contact a {
	text-decoration: none;
	font-weight: bold;
}
#footer-contact i {
	color: black;
	font-size: 20px;
	margin-left: 15px;
	margin-right: 5px;
}
#footer-menu {
	display: flex;
	text-align: left;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: column;
}
.footer-menu-content a {
	text-decoration: none;
	font-size: 14px;
}
.footer-menu-content ul {
	list-style: none;
}
/* End Footer */

div.customTabs {
	clear: both;
}

#admin_editbar {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x;
	width: 100%;
	left: 0;
	position: fixed;
	bottom: 0;
	z-index: 1002;
	padding: 6px;
	font: 12px/1em Verdana, Arial;
	color: white;
	opacity: .9;
	border-top: 1px solid white;
}
#admin_editbar a {
	color: white;
}
.dimmed-block {
	opacity: 0.4;
}
#receipt_products_listing .shipping-vendor {
	margin-bottom: 7px;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px;
}
#receipt_products_listing .listing-ul.receipt-product-row {
	display: table-row;
}
#receipt_products_listing .listing-ul.listing-cols li {
	display: table-cell;
	padding-right: 8px;
}
#receipt_products_listing li.name-col {
	width: 350px;
}
#receipt_products_listing li.model-col {
	width: 200px;
}
#receipt_products_listing li.product-price-col,
#receipt_products_listing li.product-total-col {
	width: 100px;
}
.account.fa {
	vertical-align: middle;
	padding: 0 5px;
}
#cart_buttonSet .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}
.buttons-row {
	padding: 4px 0;
}
.buttons-row-item {
	display: inline-block;
	margin-bottom: 5px;
}
.buttons-right {
	float: right;
}
.ui-dialog {
	z-index: 11000 !important;
}
.textAlignCenter {
	text-align: center;
}
i.help {
	font-size: 10px;
}
i.help:hover {
	cursor: pointer;
}
div.site-credits > a {
	display: inline-block !important;
	vertical-align: initial !important;
}
.imgright {
	float: right;
	clear: right;
}
.imgleft {
	float: left;
	clear: left;
}
#product_table_moved {
	display: none;
	margin-bottom: 40px;
}
span.button_box {
	margin-top: 10px;
	display: inline-block;
}
#xsell_products {
	margin: 16px auto;
	text-align: left;
}
.cross-sell-set li {
	display: inline-block;
	margin: 10px 30px;
	text-align: center;
}
#rightImages {
	max-width: 100%;
	text-align: center;
	clear: both;
}
#rightImages img {
	/*max-width: 100% !important;*/
	/*height: auto !important;*/
	display: block;
	width: 510px;
	/*margin: 0 auto;*/
}
.text-right {
	text-align: right;
}
/* Express Shopping Cart */
#esc_dialog {
	display: none;
	font-size: 16px;
}
#express_shopping_cart {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#express_shopping_cart .inner {
	display: table;
	margin: 0 auto;
	margin-left: -15px;
}
#express_shopping_cart .form-item-headings {
	font-size: 14px;
	font-weight: 600;
}
#express_shopping_cart .form-item-set {
	margin: 12px 0;
}
.form-item-headings li,
.form-item-set li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#express_shopping_cart .col-center {
	width: 48px;
}
.form-item-headings .item-cell,
.form-item-set .item-cell {
	width: 65%;
}
.form-item-headings .field-sep-cell,
.form-item-set .field-sep-cell {
	width: 10%;
}
.form-item-set .field-sep-cell {
	font-size: 18px;
}
.form-item-headings .qty-cell,
.form-item-set .qty-cell {
	width: 22%;
}
.accessoryHeading span {
	font-weight: 700;
	font-size: 16px;
}
.accessoryProdBox {
	text-align: center;
}
.accessoryDescription {
	display: none;
}
.accessoryProdBox:hover .accessoryDescription {
	display: block;
}
#lightbox {
	top: 50px !important;
}
.lb-nav {
	padding: 0 20px;
}
/* Custom jQuery UI */
.ui-helper-clearfix {
	display: block;
	min-height: 0; /* support: IE7 */
	overflow: hidden;
	zoom: 1;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker {
	display: none;
}
.datepicker {
	max-width: 125px !important;
}
.ui-widget {
	font-family: Univers, sans-serif;
	font-size: 16px;
}
/* End Custom jQuery UI */
.search_filters {
	float: left;
}
.search_features {
	float: left;
}
#responsive_faceted_search {
	visibility: hidden;
}
#responsive_faceted_search.mm-menu {
	visibility: visible;
}
span.red-error {
	color: #ff0000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 13px;
}
#fldSet_cc_js_row {
	display: none !important;
}
/*Homepage Featured Products*/
#featuredHomepage {
	display: flex;
	flex-direction: column;
}
#featuredHomepageTitle {
}
#featuredHomepageBoxes {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.featuredHomepageBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin: 5px 1.5% 20px;
	padding: 10px;
	background-color: white;
	width: 245px;
}
.featuredHomepageBox:hover {
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.featuredHomepageBox a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.featuredImageContainer {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
#fldSet_ {
	display: none !important;
}
#headerShortcutsNonDropdown div {
	display: inline-block;
	padding: 0 15px;
}
#box_cta {
	margin: 20px 0;
	text-align: left;
	width: 300px;
	max-width: 100%;
}
#box_cta a {
	display: block;
}
#checked-out-branch {
	background-color: #7e981f;
	color: #ffffff;
	text-align: center;
	/*position: fixed;*/
	width: 100%;
	z-index: 5000;
}
#checked-out-branch-output {
	font-weight: bold;
}
#news-types-container {
	background: #DDDDDD;
	margin-top: 15px;
}
#news-types-container > div {
	display: inline-block;
	padding: 10px;
}
.news-image {
	display: inline-block;
	width: 150px;
	height: 150px;
	position: relative;
	margin-right: 15px;
}
.news-image img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 150px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
.news-info {
	display: inline-block;
	padding: 15px;
}

.news_items {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.attachment {
	padding-bottom: 15px;
}
.rep_photo {
	float: right;
}
div.representative .sep {
	clear: both;
}
@media print {
	body {
		background: #FFF;
		background-image: none;
	}

	#header,
	.headerNavigation,
	#columnLeft,
	#columnRight,
	.footer,
	#footer2,
	#printNav,
	.noprint,
	#admin_editbar,
	#pagelinks,
	.call_to_action,
	.nicescroll-rails,
	.top_nav_container,
	.bottom_nav_container,
	#bottom_social_bookmarks {
		display: none;
	}

	#bodyContent, #printlogo {
		display: block;
	}

	form {
		margin: 0px;
	}
}
span.checkout-summary-each {
	color: #ff0000;
	font-style: italic;
}
#productsPrice_each {
	display: none;
}
.site-btn {
	font-weight: 700;
	transition: all 0.4s;
}
.red-btn {
	background: red;
	color: #ffffff;
}
.red-btn:hover {
	background: #689902;
	color: #ffffff;
}
#faceted-search-down-icon {
	padding-left: 15px;
}
.headerRightRow {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.headerRightRow > div {
	padding: 5px 10px;
	line-height: 1;
}
#headerCartLink a {
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
	padding: 8px 8px 8px 5px;
	display: block;
	position: relative;
}
#headerCartLink a:hover {
	color: white;
	background-color: #CC0033;
}
i.fa-ecw-parent-size {
	font-size: 20px;
	vertical-align: middle;
}
i.fa-ecw-child-size {
	font-size: 10px;
	padding-left: 2px;
	vertical-align: middle;
}
.breadcrumb-wrapper {
	padding: 5px 0;
	background-color: #f2f2f2;
	margin-bottom: 20px;
}
.breadcrumbs {
	font-size: 14px;
	padding-top: 3px;
	/* margin-left: 5px; */
}
.breadcrumbs a {
	text-decoration: none;
}
.btn {
	width: 245px;
	border-radius: 0;
	font-weight: bold;
}
.btn-primary {
	border: 2px solid #CC0033;
	background-color: #CC0033;
	color: white;
}
.btn-primary:hover, .btn-primary:active {
	background-color: white;
	border: 2px solid #CC0033;
	color: #CC0033;
}

.btn-success, btn-default, .btn-units {
	border: 2px solid black;
	background-color: black;
	color: white!important;
}
.btn-success:hover, .btn-success:active, .btn-default:hover, .btn-default:active, .btn-units:hover {
	background-color: white;
	border: 2px solid black;
	color: black!important;
}
.btn-units:active {
	background: #CC0033;
}
.cta {
	display: block;
	margin: auto;
	text-align: center;
}
.cta a.btn {
	padding: 14px;
	margin: 10px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Univers;
}
.btn-block {
	width: 100%;
}
#page_homepage #mainContentWrapper {
	background-color: #EFEFEF;
	margin-top: 0;
}
#home-content {
	background: #fff;
	padding-top: 20px;
}
#home-content-img {
	width:100%;
}
#home-shop-online {
	background-color: white;
	padding-top: 20px;
}
#home-shop-online h2 {
	/*padding: 40px 0;*/
}
#shopOnlineBoxes {
	display: grid;
	grid-template-columns: auto;
	gap: 12px;
}
.shopOnlineBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: #F7F7F7;
	padding: 10px;
}
.shopOnlineBox:hover {
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.shopOnlineBox img {
	max-width: 100%;
	width: 360px;
}
.shopOnlineBox a {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.shopOnlineBox a:last-child {
	align-self: flex-start;
}
#homepage-video {
	text-align: center;
}
#homepage-video h2 {
	padding: 40px 0;
}
#page_homepage-video-bg {
	background-color: #CC0033;
	width: 100%;
	max-width: 1130px;
	margin: 44px auto;
}
#page_homepage-video-bg iframe {
	margin: -44px 0;
	max-width: 100%;
	max-height: 70vh;
}
.parent-block-2 {
	background-color: #fff;
}
.parent-block-1 > div,
.parent-block-2 > div,
.home-block-2 > div,
.busch-group-tiles {
	display: flex;
	flex-direction: column;
}
.home-block-2 > div {
	gap: 8px;
}
.busch-group-tiles {
	align-self: center;
	gap: 32px;
}
.busch-group-tile {
	flex: 1;
	justify-items: center;
}
.busch-group-tile img {
	width: 100%;
	max-width: 267px;
}
.home-block-side {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}
#bottom-footer {
	background-color: #666666;
	color: white;
	text-align: center;
	padding: 12px 0 10px 0;
}
#bottom-footer a {
	color: white;
}
.bottom_nav_container {
	padding: 25px 0;
}
.ui-widget-header {
	background-color: white;
	border: none;
}
.ui-widget.ui-widget-content {
	border: none;
}
.ui-tabs .ui-tabs-panel {
	border: 1px solid #CCCCCC;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 9px 13px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #f2f2f2;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: 1px solid #cccccc;
	background: #CC0033;
}
.dim_tab_image {
	float: right;
	padding-bottom: 10px;
}
.unitToggle .btn {
	margin-bottom: 10px;
}
#page_product .buttonAction .btn {
	margin-bottom: 5px;
}
#headerWrapper {
	background: #FFF;
	width: 100%;
}
.left-nav-featured-box {
	max-width: 300px;
	border: 2px solid #CC0033;
	margin-left: auto;
	margin-right: auto;
}
.left-nav-featured-box:hover {
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.left-nav-featured-box .img-responsive {
	display: inline-block;
}

.gallery-img {
	margin: auto;
	padding: 10px;
}
.contentText .photo-showcase {
	text-align: center;
}
#product_info_price_block {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
#products_qty_block {
	margin-left: 8%;
	font-weight: normal;
}
#products_qty_block input{
	margin-left: 15px;
	width: 100px;
}
.product_info_filters ul {
	margin-left: 18px;
	margin-top: 0;
	padding: 0;
}
.account-assistance {
	margin-left: 20px;
	font-style: italic;
	font-size: 12px;
}
span.variable-heading {
	font-weight: bold;
	font-size: 18px;
}
#bell-jar-text {
	margin-left: 10px;
}
h3.featured-heading {
	color: #CC0033;
	margin: 70px 0 15px 70px;
}
#cookies_warning {
	background: #666666;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}
#cookies_warning a:hover {
	color: white;
}
button.btn-cookies {
	padding: 5px 20px 0 20px;
	color: white;
	background: black;
	border: 1px solid black;
}
button.btn-cookies:hover {
	color: black;
	background: white;
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
	background-color: white;
	border-color: black;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	background-color: white;
	border-color: #CC0033;
	color: #CC0033;
}
#page_rfq_cart .alert-danger {
	background-color: #CC0033;
	padding: 10px !important;
	color: black;
}
#page_shopping_cart .alert,
#page_rfq_cart .alert {
	background: #CC0033;
	color: white;
}
#page_shopping_cart .btn-xs, #page_rfq_cart .btn-xs {
	width: 25px;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #CC0033;
}
.btn-success:focus, .btn-success.focus {
	color: black !important;
	background-color: white;
}
.alert-success {
	color: #CC0033;
}
.checkout-progress-bar {
	font-size: 14px;
}
.accessoryHeading {
	border-bottom: 2px solid #CC0033;
	margin-bottom: 20px;
}
.accessoryProdBox {
	font-weight: bold;
	border: 2px solid #CC0033;
}
.accessoryProdBox a {
	text-decoration: none;
}
.accessoryProdBox:hover, .accessoryProdBox:hover a {
	color: white;
}
.accessoryProdBox:hover > .accessoryProdDescBox, .accessoryProdBox:hover > .accessories_products_qty_block {
	background-color: #CC0033;
}
.accessoryProdBox:hover input {
	color: black;
}
#accessory_products .accessoryBoxes {
	display: flex;
	flex-wrap: wrap;
}
#accessory_products .accessoryBoxes .accessoryProdBox {
	width: 245px;
	font-weight: bold;
	border: 2px solid #CC0033;
	margin: 5px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
ul.cross-sell-set {
	display: flex;
	flex-wrap: wrap;
}
ul.cross-sell-set li {
	width: 245px;
	font-weight: bold;
	border: 2px solid #CC0033;
	margin: 5px;

}
ul.cross-sell-set li:hover .xsell_name {
	background-color: #CC0033;
}
ul.cross-sell-set li a {
	text-decoration: none;
}
ul.cross-sell-set li:hover .xsell_name a {
	color: white;
}
#product_cad_container, .iframe-popup {
	max-width: 100vw!important;
	max-height: 100vh!important;
}
.ui-widget.ui-dialog {
	border: 1px solid black;
}
.cross-sell-set img {
	margin: auto;
}
#page_homepage-video-bg {
	background-color: #CC0033;
	width: 100%;
	max-width: 1130px;
	margin: 60px auto;
	height: 400px;
	display: none;
}
.video-thumb #youtube-thumb {
	margin: 10px 0;
	width: 100%;
}
img#youtube-play-btn {
	position: absolute;
	margin-left: -52px;
	margin-top: -130px;
	width: 100px;
}
#youtube-play-btn:hover {
	cursor: pointer;
}
#news-types-container div:nth-child(2),
#news-types-container div:nth-child(3) {
	display: none;
}
#cartQty {
	position: absolute;
	top: 7px;
	left: 10px;
	background: black;
	color: white;
	font-size: 11px;
	border-radius: 8px;
	padding: 0 3px;
	font-weight: 700;
}
#backToTopButton{
	position: fixed;
	bottom: 20px;
	right:15px;
	border: none;
	color: #FFF;
	background: #CC0033;
	padding: 5px;
	z-index: 100;
	width:38px;
	height: 40px;
}
#header_banner_message {
	background-color: #CC0033;
	color: white;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 1000;
}
#header_banner_message a {
	color: white;
}
.boxShadowHover:hover {
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}
.industry-wrapper {
	position: relative;
	width: 46%;
	margin: 10px 5px;
}
.industry-box h3 {
	position: relative;
	color: white;
	font-size: 14px;
	width: 100%;
	text-align: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 20 137 / 0%) 100%);
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 8px 8px;
	margin-top: -75px;
}
.industries {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.industry-box {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.industry-box img {
	object-fit: cover;
	border-radius: 8px;
	transition: 0.3s;
	width: 100%;
}
.industry-box:hover img {
	transform: scale(1.1);
	transition: 0.3s;
}
.industry-wrapper a {
	text-decoration: none;
}
.sub_header {
	display: none;
}
.mm-listview>li:not(.mm-divider):after {
	border-bottom-style: none !important;
	border-bottom-width: 0 !important;
}
.menu-cta a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	width: 240px;
	margin: 15px 0;
	padding: 5px;
	font-family: 'MyriadHebrewBd', sans-serif;
}
.responsive-nav .menu-cta a {
	background: #CA162D;
	color: white;
	font-weight: bold;
}
.mm-navbar {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}
#mainContentWrapper {
	margin-top: 123px;
}
.mm-navbar .fa-shopping-cart {
	color: #CA162D;
	font-size: 23px;
}
a.trap-rfq {
	border: 2px solid #CC0133;
	border-radius: 4px;
	padding: 7px 10px 5px 10px;
	display: inline-block;
	margin: 0 0 15px 5px;
	text-decoration: none;
	color: #CC0133;
	transition: 0.2s ease;
}
a.trap-rfq:hover {
	color: white;
	background: #CA162D;
	transition: 0.2s ease;
}
.out-of-stock {
	color: red;
}
.stock-message p {
	color: red;
}
.faq_question {
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	font-weight: 900;
	font-size: 25px;
}
.faq_depth2 {

	padding-left: 15px;
}
.faq_question.faq_depth1 {
	color: black;
}
.faq_question.faq_depth2, .faq_question.faq_depth3{
	color: #00639D;
}
.faq_depth3 {
	padding-left: 30px;
}
.faq_depth4 {
	padding-left: 45px;
}
.faq_answer {
	color: #00639D;
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 110%;
}
.faq2_question2 {
	color: black;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 11px 15px 7px !important;
}
.faq_answer2 {
	color: #4c4c4c;
	padding-left: 60px;
	font-weight: normal;
	font-size: 100%;
	margin-top: 15px;
}
.addplus::before {
	content:'+ ';
	padding-right: 10px;
}
.addminus::before {
	content:'- ';
	padding-right: 10px;
}
a.faq-contact {
	border: 2px solid #CC0133;
	border-radius: 4px;
	padding: 7px 10px 5px 10px;
	display: inline-block;
	text-decoration: none;
	color: #CC0133;
	transition: 0.2s ease;
	margin-top: 15px;
}
a.faq-contact:hover {
	background: #CC0133;
	color: white;
}
.checkout-tarrif .tarrif-note {
	max-width: 450px;
}
.checkout-tarrif {
	display: flex;
	justify-content: flex-end;
}
#rfq_products .checkout-tarrif .tarrif-note {
	max-width: 100%;
}
#rfq_products .checkout-tarrif {
	display: block;
}

#bodyWrapper {
	background: white;
}

#headerWrapper {
	z-index: 502;
}

#headerWrapper.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
