/*
  $Id$

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

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
body {
	background: #FFF;
	color: #000;
	margin: 0;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.pageResults {
	color: #0000FF;
	text-decoration: none;
}
a.pageResults:hover {
	color: #0000FF;

}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}
h1 {
	font-size: 46px;
	color:#09305D;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
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: 10px;
}
.clear,
.clearFloats {
	clear: both;
}
#headerWrapper {
	position: relative;
	z-index: 10;
}
#mainContentWrapper {
	position: relative;
	z-index: 5;
	background: rgb(47,120,209);
	background: linear-gradient(180deg, rgba(47,120,209,0.1441643551952031) 0%, rgba(255,255,255,0) 3%);
}
#page_information #mainContentWrapper,
#page_product #mainContentWrapper {
	background: rgb(47,120,209);
	background: linear-gradient(180deg, rgba(47,120,209,0.1441643551952031) 0%, rgba(255,255,255,0) 8%);
}
#page_homepage #mainContentWrapper {
	background: unset;
	background-color: #ffffff;
}
.listing-ul,
.listing-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a.btn {
	text-decoration: none;
}
.viewDetailsButton {
	background: #2F78D1;
	color: #ffffff;
	border-radius: 0;
}
.viewDetailsButton:hover {
	background: #09305D;
	color: #ffffff;
}
.results-links {
	margin-top: 8px;
}
.results-links .pagelinks a,
.results-links .pagelinks,
.results-links .results {
	color: #09305D;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.results-links .box-it {
	border: 1px solid #09305D;

}
.results-links .box-it,
.results-links .pagelinks a {
	padding: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
#page_product .contentContainer {
	padding-bottom: 30px;
}
#page_product .contentContainer {
	padding-top: 40px;
}
/* Autocomplete Styles */
.autocomplete-label {
	float: left;
	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: #FFF;
}
.autocomplete-view-button {
	border-radius: 6px;
}
/* End Autocomplete Styles */

.menuContainerJSListBox {
	overflow: auto;
}
.required-indicator {
	color: #F00;
	font-size: 12px;
}
/* Header */
.upper_nav_container {
	display: none;
}
.upper_nav_container nav {
	float: left;
}
#storeLogo img {
	margin: auto;
}
#printlogo {
	display: none;
}
#headerLeft {
	padding-top: 10px;
}
#headerRight {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0;
}
div#quicksearch {
	text-align: right;
}
#search-by {
	float: right;
}
/* Header Phone */
#header_phone {
	position: absolute;
	top: 75px;
	z-index: 998;
}
#sm-phone {
	width: 30px;
}
#sm-phone a,
#header_phone a {
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	color:#FC731B;
}
#sm-phone:hover a,
#header_phone:hover a {
	color:#286090;
}

/* Header Account/Order Shortcuts */
#headerShortcuts {
	position: relative;
	display: none;
	/*background: url('../../images/site/shopping_cart.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;*/
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: left;
	border: 3px solid #ffffff;
	margin-top: -9px;
	z-index: 999;
	margin-left: 4px;

}
#headerShortcuts .fa {
	color: #337ab7;
	font-size: 32px;
}
#headerShortcuts:hover{
	border: 3px solid #09305D;
}
#headerShortcuts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerShortcuts a {
	text-decoration: none;
}
#headerShortcuts a:hover {
	text-decoration: none;
}
.header-shortcuts {
	position: relative;
	z-index: 505;
	float: left;
}
.header-shortcuts li {
	position: relative;
}
.header-shortcuts a.nav_0 {
	display: block;
	padding: 4px 0;
	font-size: 17px;
	color: #09305D;
	font-weight: bold;
}
.header-shortcuts li.nav_0:hover > ul {
	display: block;
}
#headerShortcuts ul ul.nav_1 {
	padding: 10px;
}
.header-shortcuts ul.nav_1 {
	display: none;
	position: absolute;
	width: 136px;
	box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.19);
	background-color: #FFF;
	padding: 8px;
	right:-7px;
	z-index: 999;
}

.header-shortcuts ul.nav_1 a {
	display: block;
	padding: 6px 4px;
	font-size: 16px;
	font-weight: bold;
}

.header-shortcuts ul.nav_1 li:hover a {
	color:#2F78D1;
}
/* End Header Account/Order Shortcuts */

/* Header Search */
#header_search {
	display: inline-block;
	width: 410px;
	max-width: 100%;
	margin-top: 26px;
	float: left;
	margin-left: 98px;
}
#header_search_sm {
	width:45px;
}
#header_search_sm:hover {
	cursor: pointer;
}
#sm-email .fa,
#header_search_sm .fa {
	color:#337ab7;
	font-size: 40px;
}
#sm-email:hover .fa,
#header_search_sm:hover .fa {
	color:#FC731B;
}
#headerWrapper #header{

}
#quicksearch_keywords,
#header_search .quicksearch-button {
	vertical-align: middle;
	display: inline-block;
}
.quicksearch-button {
	background: url("../../images/site/search.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 4px 10px;
	width: 31px;
	height: 31px;
	color: #FFFFFF;
	text-decoration: none;
}
.quicksearch-button:hover {
	text-decoration: none;
}
#quicksearch_keywords {
	height: 31px;
	width: calc(100% - 34px);
	margin-right: 2px;
	border: none;
	padding: 0 3px;
	background: transparent;
	border-bottom: 2px solid #2F78D1;
	font-size: 16px;
}
.top_nav_container #header_search {
	width: 152px;
	margin-left: 12px;


}
.top_nav_container .mobile-search {

}
/* End Header Search */
/* End Header */
.breadcrumbs,
.breadcrumbs a {
	text-decoration: none;
	font-size: 12px;
	color: #393939;
	display: none;
}
/* Sub Header */
.sub_header {
	background-color: #C1C1C1;
	display: none;
}
.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;
}
#page_homepage .contentContainer {
	padding-bottom: 0;
}
.contentText, .contentText table {
	padding: 5px 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}
/* 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: #B6B6B6;
	color: #ffffff;
}
.infoBoxContents {
	padding: 5px;
	line-height: 1.5;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}
.extraBox-heading {
	font-weight: bold;
	color: #2F78D1;
	font-size: 36px;
	text-align: left;
}
.recommend-price {
	font-weight: bold;
	color: #2F78D1;
	font-size: 24px;
	text-align: center;
}
.recommend-box {
	min-width: 220px;
	max-width: 240px;
	padding-left: 6px;
	padding-right: 6px;
}
.recommend-part a {
	text-decoration: none;
	font-size: 14px;
	overflow-wrap: break-word;
	word-break: break-all;
}
#xsell_products img {
	margin-right: auto;
	margin-left: auto;
}
#xsell_products .view-details {
	visibility: hidden;
	padding-top: 6px;
	width: 100%;
	height: 42px;
	background: rgb(47,120,209);
	background: linear-gradient(270deg, rgba(47,120,209,1) 45%, rgba(57,127,212,1) 55%, rgba(68,134,215,1) 64%, rgba(82,144,219,1) 75%, rgba(94,153,223,1) 84%, rgba(109,163,228,1) 92%, rgba(133,178,233,1) 97%, rgba(174,204,240,1) 100%);
	text-align: center;
}
.recommend-box {
	padding-top: 20px;
}
.recommend-box:hover {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.29);
}
#xsell_products .recommend-box:hover .view-details {
	visibility: visible;
}
#xsell_products .view-details a{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 22px;
}
/* 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: #E3E3E3;*/
}
.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;
}
.productListing tr {
	border-bottom: 2px solid #d2d2d2;
}


/* End Listing Rows */

/* Product Listing */
div.product-listing-layout {
	margin: 20px auto;
}
table.productListing {

	border-spacing: 1px;
	border-radius: 6px;
	width: 100%
}
table.productListing #headers {
	border-bottom: 3px solid #2F78D1;
}
.productListingHeader {
	background-color: #ffffff;
	table-layout: fixed;
	color: #000000;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
.productListingHeader a {
	color: #09305D;
	font-size: 18px;
	text-decoration: none;

}
.productListingHeader a:hover {
	color: #FC731B;
	text-decoration: underline;
}
.productListingData {
	table-layout: fixed;
}
table.productListing td {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.productListTable {
	padding: 5px;
	font-size: 11px;
	line-height: 1.5;
}
.productListingData .addbuttons {
	text-align: right;
}
.productListingData .addbuttons a {
	font-size: 16px;
	font-weight: bold;
	padding: 6px 10px;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.pagelinks {
	float: right;
}

#pi-price-set{
    width: 520px;
	float: left;
	height: 350px;
}
.buttonAction .pquote {
	background: #09305D;
	color:#ffffff;
	font-weight: bold;
	font-size: 20px;
	border: 4px solid #09305D;
}
.buttonAction .pquote:hover {
	background: #ffffff;
	color:#09305D;
	border: 4px solid #09305D;
}
.buttonAction .pbuy {
	background: #FC731B;
	color:#ffffff;
	font-weight: bold;
	font-size: 20px;
	margin-right: 20px;
	border: 4px solid #FC731B;
}
.buttonAction .pbuy:hover {
	background: #ffffff;
	color:#FC731B;
	border: 4px solid #FC731B;
}
#page_product .buttonSet .buttonAction button {
	width: 240px;
	border-radius: 0;
	height: 58px;
}

.input-group .button-minus,
.input-group .button-plus {
	font-weight: bold;
	height: 38px;
	padding: 0;
	width: 38px;
	position: relative;
}
.input-group {
	color:#09305D;
	font-size: 22px;
	font-weight: bold;
}
.input-group input {
	border-color: #2F78D1;
}
.button-minus,
.button-plus {
	background-color: #ffffff;
	color:#2F78D1;
}
#pi-price-set #products_qty_block,
#pi-price-set .buttonSet{
	margin-top: 15px;
}
#productsPrice_total {
	color:#2F78D1;
	font-size: 40px;
	font-weight: bold;
}

#page_product .pricebreaksListingSet {
	z-index: 500;
}

/* box product listing */
table.productTable {
	border-spacing: 10px;
	width: 100%
}
tr.products_image {
	text-align: center;
}
tr.products_image img {
	height: 50px;
}
div.productRow {
	height: 100%;

}
td.productBoxes {
	background-color: #ffffff;
	border: 3px solid #B6B6B6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 5px;
	height: 100%;
	vertical-align: top;
}
td.productBoxes table {
	width: 100%;
}
td.productCell.box {
	padding-left: 5px;
}
td.filterLabel {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
table.addbuttons.box {
	vertical-align: bottom;
}
td.addbuttons.box {
	text-align: center;
}
td.addbuttons.box span.button {
	padding: 5px 0 5px 0;
}
tr.referrer {
	background-color: yellow !important;
}
/* end box product listing */
/* End Product Listing */

/* 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;
	margin-left: 16px;
}
.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: 0;
	background-color: #FFF;
	padding-bottom: 2px;
	text-align: left;
	-webkit-box-shadow: 0px 0px 13px 4px rgba(9,48,93,0.2);
	-moz-box-shadow: 0px 0px 13px 4px rgba(9,48,93,0.2);
	box-shadow: 0px 0px 13px 4px rgba(9,48,93,0.2);
}
.pricebreaksListingSet .pricebreaksListingHeading {
	padding: 2px 8px;
	text-align: center;
}
.pricebreaksListingHeading {
	font-weight: bold;
}
.pricebreaksListingEntry .pbListing {
	display: inline-block;
}
.pricebreaksListingEntry .pbListing.pb-qty {
	width: 46px;
	margin-right: 7px;
	text-align: right;
}
.pb-trigger {
	color: #3465A8;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	line-height: 1.1em;
}
.hide-pb {
	display: none;
}
/* End Pricebreaks */

/* Product Info */
.product-info-block.right {
	float: right;
}
ul.product_info_filters {
	list-style-type: circle;
}
div.product_info_filters {
	max-width: 300px;
}
#extra_files .detail-headings,
div.product_info_filters .detail-headings {
	color: #09305D;
	font-size: 22px;
	font-weight: bold;
}
#under-content {
	margin-top: 20px;
}
#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: 10px;
	background-color: #99ff00;
}
/* 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;
}
#pmt_method_authorizenet_pay #confirm_submit_authorizenet_pay1,
#pmt_method_po #confirm_submit_po1 {
	background-color: #FC731B;
	border: 4px solid #FC731B;
}
#pmt_method_authorizenet_pay #confirm_submit_authorizenet_pay1:hover,
#pmt_method_po #confirm_submit_po1:hover {
	background-color: #ffffff;
	color:#FC731B;
}
.ui-front,
.ui-autocomplete {
	z-index: 999;
}
/* EOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
/* End Products Attributes */

/* Footer */
.foot-box-full {
	width: 50%;
	display: flex;
	justify-content: space-around;
	flex-flow: wrap;
	flex-direction: row;
}
#footer {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}
footer.footerWrapper {
	clear: both;
	background-color: #09305D;
	padding: 20px 0;
	min-height: 220px;
	text-align: center;
}
#siteCredits {
	text-align: center;
	margin: 0 auto;
}
#siteCredits a {
	color: #FFFFFF;
}

.foot-box{
	width: 215px;
	height: 136px;
	text-align: left;
	color:#ffffff;
	font-size: 18px;
	margin-top: 24px;
}
.foot-boxx {
	color:#ffffff;
	font-size: 18px;
	margin-top: 24px;
}
.foot-box:first-child {

}
.foot-box a {
	color:#ffffff;
}
.foot-box a:hover{
	color:#2F78D1;
}
.foot-box strong {
	font-size: 22px;
}
.foot-box .table-responsive {
	border: 0;
}
.foot-box table td {
	padding: 4px;
}
.sc-tab {
	float: left;
	margin: 4px;
}


/* End Footer */

div.customTabs {
	clear: both;
}
/* BOM Product Listing */
section.product-item div.products_price div.filter-label,
section.product-item div.products_price div.product-heading {
	vertical-align: top;
}
div.filter div.filterLabel {
	margin-right: 4px;
}
#producttable {
	width: 100%;
	position: relative;
}
div.product-heading.responsive,
div.product-listing.responsive,
section.product-item.responsive {
	width: 100%;
}
section.product-item.responsive > div {
	display: inline-block;
}
section.product-item.responsive div.product-attribute {
	display: inline-block;
}
section.product-item.responsive div.product-filter-label-responsive {
	display: none;
}
section.product-item.responsive div.filter-label {
	display: none;
}
div.product-heading.responsive {
	border-bottom: 1px solid #AAAAAA;
	padding: 10px 0;
	background-color: white;
	position: relative;
}
section.product-item.responsive {
	border-bottom: 1px solid #AAAAAA;
	padding: 10px 0;
	height: 75px;
}
div.product-heading.responsive a {
	color: #1F3F88;
	font-weight: bold;
	text-decoration: none;
}
div.product-attribute.responsive a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
div.products_image.responsive {
	width: 50px;
	word-wrap: break-word;
}
div.products_name.responsive {
	width: 100px;
	word-wrap: break-word;
}
div.products_model.responsive {
	width: 75px;
}
div.products_description.responsive {
	width: 45%;
}
section.product-item.responsive div.filter.call_to_action {
	display: block;
	padding: 0;
}
section.product-item.responsive div.addbuttons {
	display: inline-block;
	float: right;
	clear: both;
}
div.product-filter-label.responsive,
div.product-attribute.responsive {
	padding: 10px 5px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
div.product-filter-label.responsive {
	color: #1F3F88;
	font-weight: bold;
}
div.product-heading.responsive div.filter,
section.product-item.responsive div.filter {
	padding: 10px 5px;
}
/* box product listing */
div.product-listing.box {
	border-spacing: 4px;
	width: 100%;
}
div.products_image.box {
	text-align: center;
}
div.product-listing-wrapper.box {
	text-align: left;
}
div.product-element.box {
	padding: 1px 10px;
}
div.product-element.box .products_price {
	display: flex;
	flex-direction: row;
	min-width: 70%;
	justify-content: flex-start;
	margin-left: 2px;
}
.non-img-stuff div.product-element.products_price {
	display: flex;
	flex-direction: row;

}


div.product-element.box.products_image,
div.product-element.box.call_to_action {
	text-align: center;
}
div.product-element.box.call_to_action > div {
	display: block;
}
div.product-element.box.products_image.product-heading {
	padding-left: 25px;
	padding-right: 25px;
}
div.product-element.box > div {
	display: inline-block;
}
div.product-element.box > div.products_image {
	display: block;
	background: #880000;
}
.product-section-box .products_image {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items:center;
	align-content: center;
	justify-content:space-evenly;

}
.product-section-box .products_image .btn-primary {
	width: 96%;
	padding: 1px 8px;
	margin-top: 5px;
}
section.category-listing {
	text-align: center;
}
div.catListingBox {
	text-align: center;
	margin: 24px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
div.category-image {
	margin-bottom: 10px;
	height: 250px;
	position: relative;
}
div.category-image img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 250px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
div.category-image-button-wrapper {
	display: inline-block;
}
div.category-image-button {
	cursor: pointer;
}
div.catListingBox:hover {
	/*cursor: pointer;*/
}
figure.info-box,
figure.sub-category {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	border: 0 solid #DDDDDD;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0;
	padding-top: 16px;
	min-height: 320px;
	-webkit-box-shadow: 0px 0px 13px 4px rgba(9,48,93,0.2);
	-moz-box-shadow: 0px 0px 13px 4px rgba(9,48,93,0.2);
	box-shadow: 0px 0px 13px 4px rgba(9,48,93,0.2);
}
figure.info-box:hover {
	cursor: pointer;
}

figure.sub-category img {
	display: block;
	vertical-align: middle;
}
figure.sub-category figcaption_old {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 10px auto;
}
#info-btns a {
	text-decoration: none;
}
.info-box-txt,
figure.sub-category figcaption {
	padding-top: 6px;
	width: 100%;
	height: 42px;
	background: rgb(47,120,209);
	background: linear-gradient(270deg, rgba(47,120,209,1) 45%, rgba(57,127,212,1) 55%, rgba(68,134,215,1) 64%, rgba(82,144,219,1) 75%, rgba(94,153,223,1) 84%, rgba(109,163,228,1) 92%, rgba(133,178,233,1) 97%, rgba(174,204,240,1) 100%);
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 22px;
	margin-top: 10px;
}
figure.info-box:hover figcaption,
figure.sub-category:hover figcaption {
	background: rgb(47,120,209);
}
.info-box-txt,
figure.sub-category figcaption a {
	color:#ffffff;
	text-decoration: none;
}

figure picture {
	min-height: 150px;

}
.img-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 260px;
}
.info-box-img img {
	margin: auto;
}
img.category-image {
	margin: auto;
}
a.category-link {
	text-decoration: none;
	display: block;
	vertical-align: bottom;
}
div.product-section-box {
	height: 100%;
	display: flex;
	justify-content: center;
	padding-right: 15px;
	padding-left: 15px;
}
article.product-item.box, .category-listing div.smallText {
	background-color: #ffffff;
	display: flex;
	position: relative;
	justify-content: center;
	border: 3px solid #DDDDDD;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	margin-top: 10px;
	vertical-align: top;
	padding: 10px;
	height: 500px;
	max-width: 300px;
}
article.product-item.box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	cursor: pointer;
	max-width: 100%;
	height: auto;
	margin-left: 4px;
	margin-right: 4px;
	width: 100%;
	justify-content: flex-start;
}
.product-listing article img {
	max-width: 138px;
}
section.product-item.box table {
	width: 100%;
}
div.productCell.box {
	padding-left: 5px;
}
section.product-item.box div.box.products_model a,
section.product-item.box div.box.products_name a,
div.filter div.filter {
	font-size: 14px;
}
div.filter-label.box, .category-listing div.smallText a {
	font-size: 14px;
	font-weight: bold;
	color: #0B4E97;
}
div.addbuttons.box {
	vertical-align: bottom;
}
#bodyContent .product-item.box div.addbuttons .button a {
	color: #ffffff;
}
#bodyContent {
	margin-top: 50px;
}
#page_homepage #bodyContent {
	margin-top: 10px;
}
div.addbuttons.box {
	text-align: center;
}
div.addbuttons.box span.button {
	padding: 5px 0 5px 0;
}
/* end box product listing */

#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 {
	color: green;
	font-size: 12px;
	padding: 0 5px;
}
#cart_buttonSet .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}
#cart_buttonSet .btn-primary {
	color: #ffffff;
	font-size: 20px;
}
.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;
}
#rightImages img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.text-right {
	text-align: right;
}
.subDesc{
	font-size: 16px;
	line-height: 1.5;
}
.subDesc a,
.catDesc a {
	color: #0B4E97;
	font-weight: 700;
}
/* Express Shopping Cart */
#esc_dialog {
	display: none;
	font-size: 16px;
}
#express_shopping_cart {
	margin: 0 auto;
}
#express_shopping_cart .inner {
	display: table;
	margin: 0 auto;
}
#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: Arial, helvetica, Verdana, sans-serif;
	font-size: 11px;
}
/* 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;
}
/*Home page content*/
#home_subContent{

}
#page_product_list #facetedSearchPlaceholder {
	margin-top: 20px;
}
#columnLeft {
	margin-bottom: 50px;
}
#home_subContent .full-box{
	min-height: 301px;
}
#home_subContent .full-box-txt{
	padding: 20px;

}
#home_subContent .fbtop {
	padding-right: 146px;
	padding-bottom: 50px;
	width: unset;
	float: unset;
}
#home_subContent .fbbottom {
	padding-left: 146px;
	padding-bottom: 50px;
}
#home_subContent .full-box-txt p {
	font-size: 19px;
	line-height: 1.2em;
}
#page_product h2,
#home_subContent .full-box-txt h2{
	font-weight: bold;
	color:#2F78D1;
	font-size: 36px;
}
#page_product h2 {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
#page_product h3 {
	font-size: 36px;
	font-weight: bold;
	color: #2F78D1;
}
.full-box .full-box-img img {
	margin-right: auto;
	margin-left: auto;
}
.fbleft{
	float: left;
	margin-right: 30px;
	width: 808px;
}
.fbright{
	float: right;
	margin-right: 0;
	margin-left: 40px;
}
.box-button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 2px 46px;
	border: 4px solid #2f78d1;
	border-radius: 0px;
	background: #ffffff;
	font-weight: bold;
	font-size: 24px;
	color: #2f78d1;
	text-align: center;
	text-decoration: none;
}
.box-button:hover,
.box-button:focus {
	border: 4px solid #2f78d1;
	background-color: #2f78d1;
	color: #ffffff;
	text-decoration: none;
}
.box-button:active {
	background: #999999;
}

/* Left Nav Featured */
#featured-box {
	max-width: 278px;
	border: 2px solid #2F78D1;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.22);
}
#featured-box .ui-widget-content,
#featured-box .ui-widget-header {
	border: 0;
}
#featured-box .infoBoxHeading{
	background-color: #ffffff;
	text-align: center;
}
#featured-box .infoBoxHeading a{
	color:#2F78D1;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
#featured-box .ui-widget-content a,
#featured-box .ui-widget-content {
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}
#featured-box #blue-box{
	padding-top: 6px;
	width: 100%;
	height: 42px;
	background: rgb(47,120,209);
	background: linear-gradient(270deg, rgba(47,120,209,1) 45%, rgba(57,127,212,1) 55%, rgba(68,134,215,1) 64%, rgba(82,144,219,1) 75%, rgba(94,153,223,1) 84%, rgba(109,163,228,1) 92%, rgba(133,178,233,1) 97%, rgba(174,204,240,1) 100%);
	text-align: center;
}
#featured-box #blue-box a {
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color:#ffffff;
}
#featured-box:hover #blue-box a {
	text-decoration: underline;
}
#featured-box .ui-widget-content img {
	margin-right: auto;
	margin-left: auto;
}
/*Homepage Featured Products*/
#featuredHomepage {
	display: flex;
	flex-direction: column;
	padding: 50px 0 90px 0;
}
#featuredHomepageTitle a {
	text-align: center;
	font-weight: bold;
	color: #2F78D1;
	font-size: 36px;
	text-decoration: none;
}
#featuredHomepageBoxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#featuredHomepageBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin: 5px 16px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	width: 220px;
}

#featuredHomepageBox .featured-blue {
	visibility: hidden;
	padding-top: 6px;
	width: 100%;
	height: 42px;
	background: rgb(47,120,209);
	background: linear-gradient(270deg, rgba(47,120,209,1) 45%, rgba(57,127,212,1) 55%, rgba(68,134,215,1) 64%, rgba(82,144,219,1) 75%, rgba(94,153,223,1) 84%, rgba(109,163,228,1) 92%, rgba(133,178,233,1) 97%, rgba(174,204,240,1) 100%);
	text-align: center;
}
#featuredHomepageBox:hover .featured-blue {
	visibility: visible;
}
#featuredHomepageBox .featured-blue a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 22px;
}
#featuredHomepageBox span {
	 font-size: 18px;
	 margin-top: 10px;
 }
#featuredHomepageBox span a {
	text-decoration: none;
}
.featuredImageContainer {
	/*display: flex;*/
	align-items: center;
	flex-grow: 1;
	max-height:160px;
	max-width:160px;
}
#featuredHomepageBox span.fprice{
	color:#2F78D1;
	font-weight: bold;
	font-size: 30px;
}
#fldSet_ {
	display: none !important;
}
#headerShortcutsNonDropdown div {
	display: inline-block;
	padding: 0 15px;
}
#box-cta-sm {
	text-align: center;
	width: 100%;
	display: none;
}
#box_cta {
	margin: 20px auto;
	text-align: center;
	background: #ffffff;
}
#box-cta-sm a {
	display: block;
}
#box_cta a {
	display: inline-block;
}
#spcatcatcontainer {
	max-width: 1610px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 40px;
}
#spcatcatcontainer h2 {
	font-size: 36px;
	padding-left: 5%;
	text-align: unset;
	margin-bottom: 30px;
	font-weight: bold;
	color: #2F78D1;
}
#featured-container {
	max-width: 1610px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#shop-category{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.shop-category-box {
	max-width: 512px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.shop-category-box:hover img {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.60);
}
#shopCategoryTitle{
	font-weight: bold;
	color:#2F78D1;
	font-size: 36px;
	margin-bottom: 30px;
	padding-left: 5%;
}

#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: 50px;
	height: 50px;
	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: 50px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
}
.news-info {
	display: inline-block;
	width: calc(100% - 70px);
}
.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;
}
#checkout_rCol .content-row.restock {
	margin-top: 18px;
	border-top: 1px solid #c2c2c2;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#products-pkg-qty-disclosure {
    color: red;
    font-weight: normal;
}
#over-weight {
	font-weight: bold;
	font-size: 16px;
	line-height: 2.4em;
	padding: 18px;
}
#headerSearchMobile {
    background-color: white;
    z-index: 100;
    width: 100%;
	top:54px;
	padding: 15px;
	-webkit-box-shadow: 0 0 5px 0 #000;
	-moz-box-shadow: 0 0 5px 0 #000;
	box-shadow: 0 0 5px 0 #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#quicksearch_keywordsMobile {
    width: calc(100% - 70px);
}
.quicksearch-mobile-button i {
    font-size: 24px;
    color: #005e8a;
}
.header_cart_icon {
	position: relative;
}
#flexer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.header_cart_icon i {
	color: #337ab7;
}
#responsive-cart {
	color: #286090;
	font-size: 20px;
	max-width: 36px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	float: left;
}
#responsive-cart .fa {
	color: #337ab7;
	font-size: 32px;
}
#cart-count {
	height: 16px;
	width: 22px;
	padding: 1px;
	position: absolute;
	background-color: #a00000;
	border-radius: 50%;
	color:#ffffff;
	z-index: 9999;
	font-size: 10px;
	top:0;
	right:16px;
	text-align: center;
}
.product-added-alert {
	padding: 10px 30px;
	background: #2F78D1;
	max-width: 500px;
	position: fixed;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(136, 136, 136, 0.58);
	z-index: 990;
	top: -150px;
	right: 0;
	left: 0;
	margin: auto;
	transition: all .2s ease-out;
}
.showMe {
	top: 40px;
}
.display-img {
	display: block;
}
.hide-img {
	display: none;
}
.shop-category-box img {
	max-width: 100%;
}
#backToTopButton {
	position: fixed;
	bottom: 20px;
	right: 15px;
	border: none;
	color: #FFF;
	background: #807f83;
	padding: 5px;
	z-index: 100;
}
#backToTopButton i {
	font-size: 30px;
}
.mobile-h1 h1 {
	text-align: center;
	font-size: 26px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
#top-product-box {
	max-width: 1610px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 40px;

}
#top-product-flexer {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.topImageContainer {
	margin-top: 6px;
	margin-bottom: 6px;
}
.topImageContainer img {
	margin-left: auto;
	margin-right: auto;
}
.top-box {
	max-width: 300px;
	text-align: center;
	background-color: #2F78D1;
	color:#ffffff;
	padding: 12px;
	margin-bottom: 22px;
}
.top-title {
	font-weight: bold;
	font-size: 20px;
}
.top-txt {
	font-size: 20px;
}
.top-box:hover {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.60);
}
#cart-ctas {
	width: 280px;
	display: flex;
	flex-direction: column;
	padding-top: 52px;
}
.cart-cta {
	text-align: center;
	width: 100%;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#cart-contact {
	border: 3px solid #FC731B;
	color: #FC731B;
	background: #ffffff;
}
#cart-rfq {
	border: 3px solid #000000;
	color: #000000;
	background: #ffffff;
}
#cart-contact:hover {
	color: #ffffff;
	background: #FC731B;
}
#cart-rfq:hover {
	color: #000000;
	background: #FC731B;
}
.primary-rfq {
	color: #000000;
	background: #FC731B;
}
.primary-rfq:hover {
	color: #ffffff;
	background: #ca591a;
}
#box_cta .button {
	display: block;
	width: 100%;
	border: 4px solid #FC731B;
	color: #FC731B;
	text-decoration: none;
	font-size: 23px;
	font-weight: bold;
	padding: 6px 12px;
	text-align: center;
	margin-bottom: 8px;
}

#box_cta #cart-rfq {
	border: 3px solid #000000;
	color: #000000;
	background: #ffffff;
}
#box_cta #cart-rfq:hover,
#box_cta .button:hover {
	color: #FFF;
	background: #FC731B;
}
.cartqty-box {
	width: 100%;
	margin-bottom: 8px;
	text-align: center;
}
#leftColumnFacetedSearchPlaceholder {
	background-color: #ffffff;
 }
#pricing-message {
	margin-top: 20px;
}
.responsive-table {
	display: flex;
	flex-direction: column;
	border: 1px solid #ccc;
	font-family: Arial, sans-serif;
}

.responsive-row {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}

.responsive-cell {
	flex: 1 0 16.66%; /* 6 columns */
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}

.responsive-cell:first-child {
	border-left: none;
}

.responsive-row:first-child {
	border-top: none;
}

.responsive-cell a {
	text-decoration: none;
	color: #0074cc;
}
.responsive-cell a:hover {
	text-decoration: underline;
}

.disabled-link {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	opacity: 0.7;
	background-color: #979797;
}
.disabled-link,
.btn-disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
	filter: grayscale(50%);
}
.contentContainer a,
#home_subContent a {
	color: #2f78d1;
}
#page_rfq_cart .btn-primary,
#page_rfq_cart .btn-danger,
#page_shopping_cart .btn-primary,
#page_shopping_cart .btn-danger {
	color: #ffffff;
}
/* Mobile: stack into 2 columns */
@media screen and (max-width: 768px) {
	.responsive-cell {
		flex: 1 0 50%;
		border-left: none;
		border-top: 1px solid #ccc;
	}

	.responsive-cell:nth-child(odd) {
		border-right: 1px solid #ccc;
	}

	.responsive-row {
		flex-direction: row;
	}
}