/*
  $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: 'Poppins', sans-serif;
	src: url('../../fonts/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../../fonts/Poppins-Bold.ttf');
}
@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../../fonts/Poppins-SemiBold.ttf');
}
strong {
	font-family: 'Poppins-Bold', sans-serif;
}
body {
	background: #FFF;
	color: #000;
	margin: 0;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}
.pielaBLue {
	color: #213F9A;
}
a {
	color: #213F9A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.headerNavigation {
	color: #000000;
}
a.headerNavigation:hover {
	color: #000000;
}
a.pageResults {
	color: #0000FF;
}
a.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
h1 {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-family: Poppins-Bold, sans-serif;
}
h2 {
	margin: 10px 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
h3 {
	margin: 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
h4 {
	margin: 10px 0;
	padding: 5px 0;
	font-size: 18px;
	text-align: justify;
	font-weight: normal;
}
h5 {
	margin: 10px 0;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
h6 {
	margin: 10px 0;
	padding: 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
img {
	border: 0;
}
label {
	font-weight: 400;
}
.main {
	font-size: 12px;
	line-height: 1.5;
}
.smallText {
	font-size: 10px;
}
.clear,
.clearFloats {
	clear: both;
}
.listing-ul,
.listing-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.inner-center {
	float: right;
	right: 50%;
	position: relative;
}
div.outer-center {
	float: left;
	right: -50%;
	position: relative;
}

/* 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;
}
#btn1 {
	height:41px;
	font-size: 18px;
}
.featuredHeading {
	display: flex;
	flex-direction: column;
}
.buttonBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.buttonBoxLeft {
	display: none;
}
a.contactUsButton, a.requestForQuoteButton {
	font-size: 16px;
	width: 155px;
	height: 39px;
	margin:  5px;
	background-color: #b74233;
	border-color: #b74233;
}
a.contactUsButton:hover, a.requestForQuoteButton:hover {
	background-color: #a11d18;
	border-color: #a11d18 ;
}
.product-element div span.button_box a.btn{
	width: 125px;
	font-size: 16px;
}
.ui-widget-content a.autocomplete-view-link {
	color: #FFF;
}
.ui-widget-content {
	border: none;
}
.featuredWidgetContents img {
	height: 150px;
	width: auto;
}
.autocomplete-view-button {
	border-radius: 6px;
}
/* End Autocomplete Styles */

.menuContainerJSListBox {
	overflow: auto;
}
#bodyWrapper {
}
/* Header */
#headerWrapper {
}
#header {
	background-color: #213F9A;
}
#storeLogo img {
	max-height: 110px;
	margin-left: 10%;
}
.search-logo {
	margin-bottom: 20px;
}
#printlogo {
	display: none;
}
#headerLeft {
	padding-top: 10px;
	height: 100%;
}
#headerMiddle {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#headerMiddle div ul li a {
	color: white;
}
#headerRight {
	display: flex;
	flex-direction: column;
	padding-right: 0px;
}
div#quicksearch {
	color: black;
	text-align: right;
}
#search-by {
	float: right;
	display:none;
}
#header div.row {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
/* Header Phone */
#header_phone {
	color: white;
	font-size: 18px;
	font-weight: bolder;
	text-align: right;
	margin-right: 5%;
	padding-top: 20px;
}
#header_phone a {
	color: white;
	text-decoration: none;
}
/* Header Account/Order Shortcuts */
#headerShortcuts {
	width: 100%;
	height: 22px;
	text-align: left;
	display: none;
}
#headerShortcuts ul,
#headerShortcuts ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerShortcuts ul li.nav_0 {
}
#headerShortcuts a:hover {
	text-decoration: none;
}
#headerShortcuts ul li a {
	padding: 10px 15px;
	text-align: center;
	font-size: 18px;
}
.header-shortcuts {
	position: relative;
	display: flex;
	z-index: 4100;
}
.header-shortcuts li.nav_0 {
	position: relative;
}
.header-shortcuts a.nav_0 {
	display: block;
	padding: 4px 0;
}
.header-shortcuts li.nav_0:hover ul.nav_1 {
}
.header-shortcuts ul.nav_1 {
	display: inline-flex;
	border-radius: 0 0 3px 3px;
}
.header-shortcuts ul.nav_1 a {
	display: block;
	padding: 3px 4px;
}
.header-shortcuts ul.nav_0 li > a {

}
.header-shortcuts ul.nav_1 li:hover {
	background-color: #C1C1C1;
}
/* End Header Account/Order Shortcuts */

/* Header Search */
#header_search {
	margin-right: 5%;
	border-radius: 4px;
	padding: 2px 0;
}
#quicksearch_keywords,
#header_search .quicksearch-button {
	vertical-align: middle;
	display: inline-block;
}
.quicksearch-button {
	color: #FFFFFF;
}
.quicksearch-button:hover {
	text-decoration: none;
}
#quicksearch_keywords {
	margin-bottom: 20px;
	border: none;
	padding: 0 3px;
	height: 39px;
	width: 160px;
}
.search-logo {
	color: #213F9A;
	background-color: #B0B6B4;
	margin-bottom: 20px;
}
/* End Header Search */
/* End Header */

/* Sub Header */
.sub_header {
	background-color: #C1C1C1;
	display: none;
}
#sub_header_image {
	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;
}

/* Main Body */
#mainContentWrapper {
}
#mainContent {
}
.breadcrumbs a:last-child {
	font-family: Poppins-Bold, sans-serif;
}
.breadcrumbs {
	font-size: 15px;
}
.homepageThreeCategories {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
}
.horizontal_divider {
	display: none;
}
.vertical_divider {
	display: inline;
}
.verticalSectionDivider {
	display: flex;
	justify-content: center;
}
.featuredProductsHeading {
	display: flex;
	justify-content: center;
	font-size: 26px;
	color: #213F9A;
}
.homepageMission {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 275px;
	max-height: 300px;
	background-image: url('./images/closeup_cog.jpg');
}
.missionText {
	max-width: 1020px;
	max-height: 230px;
	padding: 40px 20px;
	color: white;
;
}
.homepageBottomBlock {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
/* Primary Body Layout */
div.page-header > h1 > a {
	color: #2e6da4;
}
.body-content, .side-col {
}
#bodyContent h1 {
	color: #213F9A;
	font-size: 26px;
}
#columnLeft {
	display: flex;
	justify-content: center;
}
#columnRight {
	float: right;
}
.subDesc {
	font-size: 18px;
}
.serviceText {
	font-size: 18px;
	margin-bottom: 20px;
}

/* End Primary Body Layout */

#page_homepage #bodyContent .contentContainer {
}
#printNav {
	float: right;
}
.contentContainer {
	padding-bottom: 10px;
}
.contentText {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.contentText, .contentText table {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 0 5px 0;
	font-size: 18px;
	line-height: 1.5;
}
/* Buttons */
.buttonSet {
	clear: both;
	margin: 10px 0;
	vertical-align: top;
}
.buttonBack {
	vertical-align: top;
}
.buttonAction {
	float: left;
	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;
}
.tdbLink a {
}
.tdbLink button {
}
div#file-add-button.fancyfile-button {
	height: 50px;
	padding-top: 12px;
}
/* End Buttons */

/* Product and category info images gallery display */
.gImage {
	text-align: right;
	padding: 0;
	margin: 0;
}
.gImage.categories {
}
.gImage.products {
}
#piGal,
#iGal {
	/*float: right;*/
	/*width: 265px;*/
	text-align: center;
}
#piGal ul,
#iGal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#piGal ul.piGal_img,
#iGal ul.iGal-imgs {
	margin: 0 auto;
	clear: both;
	padding-bottom: 4px;
}
#piGal ul li.last,
#iGal ul li.last {
}
#piGal img,
#iGal img {
	display: inline-block;
}
#piGal .outer,
#iGal .outer {
	margin-left: 0;
}
#piGal ul.thumbs,
#iGal ul.thumbs {
	margin: 4px auto;
}
#piGal ul.thumbs li,
#iGal ul.thumbs li {
	padding: 0 2px 0 0;
}
/* End Product info images gallery display */

/* infobox styles */
.infoBoxContainer {
	margin: 20px 0 5px 0;
	min-width: 250px;
}
.infoBox {
	font-size: 11px;
}
.infoBoxHeading {
	font-size: 18px;
	font-weight: bold;
	color: #213F9A;
	text-align: center;
	background: white;
}
.featuredWidgetHeading {
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #213F9A;
	border: none;
	text-align: center;
	background: white;
}
.infoBoxContents {
	padding: 20px;
	font-size: 11px;
	line-height: 1.5;
	border: none;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}
.extraBox-heading {
	color: #fff;
	background-color: #213F9A;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
div#extra_files strong {
	font-family: Poppins-SemiBold, sans-serif;
}
div#extra_files ul.extra-files-box {
	margin-top: 0px;
}
.extra-files-box {
	list-style: none;
}
.extra-files-box li a {
	color: black;
}
.extra-files-box li ::before {
	content: "\2022";
	color: #213F9A;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
/* End infobox styles */

/* Faceted Search */
div#facetedsearch {
	width: 100%;
}
table.filterlist {
	display: none;
	width: 100%;
}
select.filter {
	width: 90%;
}
#selectlist {
	display: flex;
	justify-content: center;
}
div.facetedfilterlist {
	width: 100%;
}
div.filterlist {
	width:100%;
}
div.filtercolumn {
	/*display: flex;*/
	/*width: 100%;*/
	/*margin-bottom: 10px;*/
}
div.filtercolumn span {
	margin-right: 5px;
}
div.filtercolumn select {
	max-height: 22px;
}
select.facetedfilter {
	width: 100%;
}
span.down-arrow {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	position: absolute;
	right: 0;
}
div.filtercolumn a {
	text-align: left;
	width: 100%;
	display: block;
}
.facetedfilter_heading {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	border: thin solid transparent;
	text-align: left;
	position: relative;
}
.facetedfilter_heading.selected {
	color: #fff;
}
a.facetedfilter_heading:hover {
	text-decoration: none;
}
a.search_item {
	border: thin solid transparent;
}
a.search_item.ui-widget-content {
	border: thin solid #C3C3C3;
}
.ui-widget-header {
	border: none;
}
.featuredWidgetTableDataHeading {
	font-size: 18px;

}
/* End Faceted Search */
/* Filters */
.filters-lbl {
	padding-right: 4px;
}
div.filterbuttons {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0;
}
/* 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: solid 1px #B0B6B4;
}
.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: solid 1px #B0B6B4;
}
/* End Listing Rows */
.productListTable tbody tr {
	border-bottom: solid 1px #B0B6B4;
}
/* Product Listing */
div.product-listing-layout {
	margin: 20px auto;
}
table.productListing {
	border-spacing: 1px;
	border-radius: 6px;
	width: 100%;
	font-size: 18px;
}
table.productListing a {
	font-size: 18px;
}
th.productListingHeader.products_image,
td.products_image.col_0 {
	max-width: 75px;
}
.productListingHeader {
	background-color: #213F9A;
	table-layout: fixed;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
.productListingHeader a {
	color: #fff;
}
.productListingHeader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.productListingData {
	table-layout: fixed;
	text-align: center;
	height: 100px;
}
.productListingData tbody tr {
	height: 100px;
}
.productListing-price {

}
.productListTable {
	padding: 5px;
	font-size: 11px;
	line-height: 1.5;
}
/* 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;
}
/* end box product listing */
/* End Product Listing */

/* Categories */
.catDesc {
	/*display: inline-block;*/
	/*max-width: 450px;*/
	/*vertical-align: top;*/
}
/* End Categories */

/* Pricebreaks */
.pricebreaksBox {

}
.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;
}
.pricebreaksListingEntry .pbListing.pb-price {
}
.pb-trigger {
	color: #3465A8;
	text-decoration: underline;
	cursor: pointer;
}
.hide-pb {
	display: none;
}
/* End Pricebreaks */

/* Product Info */
.product-info-block {
	float: left;
}
.product-info-block.right {
	float: right;
}
div.product_info_filters {
	margin-top: 20px;
}
div.product_info_filters strong {
	font-family: Poppins-SemiBold, sans-serif;
}
ul.product_info_filters {
	/*list-style-type: circle;*/
	list-style: none;
}
ul.product_info_filters li ::before {
	content: "\2022";
	color: #213F9A;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
#product_info_price_block {
	color: #213F9A;
	font-size: 18px;
	font-weight: bold;
}
/* 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 */

div.producttable {
	min-height: 100%;
}
.productSpecialPrice {
	color: #FF0000;
}
.productHeadingText {
	color: #213F9A;
}
.productImageCaption {
	text-align: center;
}
/* 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;
}
input, select {
	font-size: 16px;
}
textarea {
	width: 100%;
	font-size: 11px;
}
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 */

/* Search related styles */
.search-keyword-highlight {
	font-weight: bold;
}
.search-result-row {
	margin: 0 0 7px 0;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 2px;
}
.search-result-row.last {
	border: none;
}
.search-result-url {
	color: #676767;
}
.search-results-info-row.top {
	margin: 5px 0;
}
.search-result-info-cell {

}
.search-result-info-cell.result-count {
	float: left;
}
.search-result-info-cell.result-pager {
	float: right;
}
.searchNav {
	color: #0044cc;
}
.searchNav:hover {
	text-decoration: underline;
}
.searchNav.active {
	color: #000;
	text-decoration: underline;
}
/* End Search related styles */

/* 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;
	/* overflow: hidden; */
	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 */
div.footerWrapper {
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
	color: #FFFFFF;
}
#footer {
	background-color: #213F9A;
}
.footerMargin {
	margin-top: 10px;
}
.aboveFooter {
	color: #494949;
	background-color: #B0B6B4;
}
.aboveFooter, .aboveFooter a  {
	color: #494949;
	font-family: Poppins-SemiBold, sans-serif;
}
#footer_content {
	margin: 0px;
}
.footerLogo {
	display: none;
}
#siteCredits {
	text-align: center;
	margin: 0 auto;
}
#siteCredits a {
	color: #FFFFFF;
}
/* End Footer */

div.customTabs {
	clear: both;
}
/* BOM Product Listing */
div.product-item div.products_price div.filter-label,
div.product-item div.products_price div.product-heading {
	vertical-align: top;
}
.product-element div.filter-label, .product-element div.filterLabel {
	color: #213F9A;
	font-size: 18px;
	font-family: Poppins-Bold, sans-serif;
}
#producttable {
	width: 100%;
	position: relative;
}
#producttable div#results, #producttable div#pagelinks {
	font-size: 15px;
}
div.product-heading.responsive,
div.product-listing.responsive,
div.product-item.responsive {
	width: 100%;
}
div.product-item.responsive > div {
	display: inline-block;
}
div.product-item.responsive div.product-attribute {
	display: inline-block;
}
div.product-item.responsive div.product-filter-label-responsive {
	display: none;
}
div.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;

}
div.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.product-attribute.responsive a.ui-button {
}
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%;
}
div.product-item.responsive div.filter.call_to_action {
	display: block;
	padding: 0;
}
div.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,
div.product-item.responsive div.filter {
	padding: 10px 5px;
}
/* box product listing */
div.product-listing.box {
	border-spacing: 10px;
	width: 100%
}
div.products_image.box {
	text-align: center;
}
div.products_image.box img {

}
div.product-listing-wrapper.box {
}
div.product-listing div.row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}
div.product-item.box {

}
div.product-element.box {
	padding: 10px;
}
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;
}
div.category-listing {
	text-align: center;
}
div.category-listing div.row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
div.catListingBox {
	text-align: center;
	margin: 20px 0;
	display: flex;
	justify-content: center;
}
div.category-image {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column-reverse;
}
div.category-image > img {
	display: inline-block;
	max-height: 200px;
	max-width: 300px;
}
div.category-image-button-wrapper {
	display: inline-block;
}
div.category-image-button {
	background-color: #213F9A;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 5px;
	text-decoration: none;
	width: 290px;
}
div.catListingBox:hover {
	cursor: pointer;
}
div.catListingBox:hover div.category-image-button-wrapper div.category-image-button {
	background-color: #B0B6B4;
	text-decoration: none;
	color: #ffffff;
}
div.product-item.box, .category-listing div.smallText {
	background-color: #ffffff;
	border-bottom: 1px solid #0B4E97;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/*margin: 5px;*/
	margin-top: 10px;
	vertical-align: top;
}
div.product-item.box table {
	width: 100%;
}
div.productCell.box {
	padding-left: 5px;

}
div.product-item.box div.box.products_model a,
div.product-item.box div.box.products_name a {
	font-size: 18px;
}
div.filter-label.box, .category-listing div.smallText a {
	font-size: 14px;
	font-weight: bold;
	color: #0B4E97;
}
div.filter.col_2.product-heading.box, div.filter.col_3.product-heading.box {
	font-size: 18px;
	color: #444444
}
div.addbuttons.box {
	vertical-align: bottom;
}
#bodyContent .product-item.box div.addbuttons .button a {
	color: #ffffff;
}
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;
}

.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: 15px;
}
i.help:hover {
	cursor: pointer;
}
div.site-credits {
	display: table-cell;
	vertical-align: initial;
	color: white;
}
div.site-credits > a {
	display: inline-block !important;
	vertical-align: initial !important;
}
.imgright {
	float: right;
	clear: right;
}
.imageGroup {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.imgleft {
	float: left;
	clear: left;
}
#product_table_moved {
	display: none;
	margin-bottom: 40px;
}
#products_qty_block {
	font-family: Poppins-SemiBoldBold, sans-serif;
}
#products_qty_block input {
	width: 35px;
}
span.button_box {
	margin-top: 10px;
	display: inline-block;
}
#xsell_products {
	margin: 16px auto;
	text-align: left;
	border: none;
}
.cross-sell-set {
	text-align: center;
	font-size: 18px;
	font-family: Poppins-Bold, sans-serif;
}
.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;
}

#rfq_history h2 {
	padding-left: 10px;
}

/* 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;
}

.esc-items-col {
	
}

#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;
}

/* 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;
}
.ui-widget {
	font-family: Poppins, sans-serif;
	font-size: 11px;
}
.featuredWidget {
	border: solid #213F9A 1px;
	font-family: Poppins, sans-serif;
	font-size: 11px;
}
.featuredLeftNavFont {
	font-size: 18px;
}
/* End Custom jQuery UI */
.faceted_search {
	max-width: 400px;
	margin: 0 auto;
}
.nicescroll-rails {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search_filters {
	float: left;
}
.search_features {
	float: left;
}
#success_receipt_block {
	font-size: 16px;
}
ul.timeline {
	list-style: none;
}
.contactMapDiv {
	display: none;
}
.contactMapDiv2 {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}