/*
 * ============== CSS TABLE OF CONTENT ==============
 *
* GLOBAL
* PAGEWRAPPER
* MARKET NAV NAVIGATION
* HEADER
* GENERAL CONTENT
* START STUFF DUKE ADDED
	* OFF CANVAS
	* SIDEBAR AND LEFT NAV
	* NAVIGATION TITLES IMAGES
	* CATEGORY PAGES - products
	* END OF DUKE CHANGES
* PRODUCT VIEW - single product
* PRODUCT IMAGE GALLERY AND SLIDER
* PRODUCT DESCRIPTION
* PRODUCT LIST WIDE TD 
* MOBILE-FIRST TABLE DESIGN
* CROSS SELL SECTION
* SIGN IN CREATE ACCOUNT
* SMARTPRACTICE ACCOUNT
* SHOPPING CART
* LEFT NAV INCLUDES - BASE STYLES
* MEDIA QUERIES
	* HOMEPAGES
	* MOBILE HEADER - revealed at 768px width
	* PRODUCT-NAV revealed at 768px mobile only
	* PRODUCTS PAGES - CATEGORY PAGES
	* SHIPPING CART
* ----------------------------------------------------
*/


/*
*  GLOBAL
* --------------------------------------------------------
*/
html,
body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: 'Oxygen', sans-serif;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 210px;
}
@media (max-width: 64em) { /*1024px iPad verical*/
  	body {
	}
}
@media (max-width: 61.32em) { /*981px iPad 3/4*/
  	body {
    	padding-top: 215px;
	}
}
@media (max-width: 48em) { /*768px iPad*/
  	body {
    	padding-top: 106px;
	}
}
@media (max-width: 25.875em) { /*414px iPhone Plus*/
  	body {
    	padding-top: 106px;
	}
}
@media (max-width: 24.4375em) { /*375px iPhone S*/
  	body {
    	padding-top: 108px;
	}
}
.header-logo .img-responsive {
	display: inline-block;
}
.img-responsive.feature {
	margin: 0 auto;
}
.navbar-default {
	border: none;
}
.nav > li > a:hover {
	background: none;
}
ul.list-inline {
	margin-bottom: 0px;
}
.desk-hide {
	display: none !important;
}
.navbar-fixed-top {
	background-color: #ffffff;
}
.countrycode {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.mb-nav  {
	display: none !important;
}
.breadcrumb-wrapper {
	display: inline-flex;
}
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
vertical-align: top; 
}
.account-subhead {
	color: #415b72;
	font-size: 21px;
}
.form-group {
	padding-bottom: 20px;
}
#quickorderform.form-inline .form-group {
	padding-bottom: 5px;
}
/*
* PAGEWRAPPER
* -----------------------------------------------------------------
*/
.content-row-flex {
	display: flex;
	flex-wrap: nowrap;
}
.right-column {
	order: 2;
}
.right-column.col-sm-9.no-gutter .col-sm-12.no-gutter {
	padding-left: 15px;
	padding-right: 15px;
}
header {
	z-index: 9999;
}
#main {
	position: relative;
	z-index: 999;
}
/*
* MARKET NAV NAVIGATION
* -----------------------------------------------------------------
*/
#cartcontents {
	color: #7b7b7b;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 15px;
	padding-right: 5px;
	padding-bottom: 8px;
	width: 72%;
}
a#cartcontents:hover {
	color: #3e8f3e;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 15px;
	padding-right: 5px;
	padding-bottom: 8px;
	text-decoration: underline;
	width: 72%;
}
.navbar {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
}
.navbar li a, .navbar .navbar-brand {
  color: #ffffff;
}
.navbar-nav li a:hover {
  color: #ffffff !important;
}
.navbar-nav li.active a {
  background-color: #145288 !important;
  color: #ffffff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  border-radius: 0px;
}
.navbar-default {
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: %("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.mainmenu {
	background-color: #2467A2;
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	min-height: 30px;
	margin-bottom: 0px;
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
}
.flex-container-nav {
	align-items: center;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
	flex-wrap: nowrap; 
	justify-content: space-between; 
	list-style: none;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.navbar-nav>li>a {
	margin: 5px 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.text-vertical {
	color: white;
	display: block;
	line-height: 18px;
	max-width: 192px;
	text-align: center;
	width: 100%;
}
#categorymenu .navbar-nav>li>a {
	color: #ffffff;
	line-height: 18px;
}
.marketnav {
	background-color: #efefef;
	color: #999999;
	font-size: 12px;
	margin-bottom: 10px;
	max-height: 24px;
	overflow: hidden;
}
.marketnav li, .marketnav li a {
	color: #8e8e8e;
	text-decoration: none;
}
.marketnav li a:hover {
	color: #8c8c8c;
}
.marketnav .list-inline {
	margin-left: 0px;
}
.marketnav ul.list-inline li.pull-right {
	color: #58af5a;
	font-size: 16px;
}
.promo, .promo a {
	background-color: #ececec;
	color: #afafaf;
	cursor: pointer;
	font-size: 13px;
	width: 100%;
	padding: 8px 0px 5px 0px;
}
.promo .btn {
	color: #afafaf;
	cursor: pointer;
	font-size: 12px;
	overflow: hidden;
	padding: 0px;
	text-decoration: none;
}
.history {
	display: none;
}
@media screen and (max-width: 768px) {
.text-vertical {
	color: white;
	display: block;
	line-height: 18px;
	min-width: 200px;
	text-align: left;
	width: 100%;
	}
}
/*
* HEADER
* -----------------------------------------------------------
*/
.logo {
	max-width: 100%;
	margin-bottom: 3px;
}
.cart-icon {
	background: #ffffff url('/smartpracticejapan/images/ui/cart-icon.png') no-repeat center center;
	background-size: contain;
	height: 35px;
	width: 25%;
	display: block;
}
a.carticon:hover { 
	background-position:0 -51px;
}
.signin-hdr li a {
	color: #999999;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
}
.signin-hdr li a.btn.btn-success, .signin-hdr li a.btn.btn-green {
	color: #ffffff;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
}
/*
* GENERAL CONTENT
* ----------------------------------------------------------
*/
.no-border {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sml-gutter {
	padding-left: 5px;
	padding-right: 5px;
}
.no-gutter {
	padding-left: 0px;
	padding-right: 0px;
}
.alert-message {
	text-align: center;
	font-size: 1.1em;
	padding: 20px 0;
	margin: 0 0 20px 0;
}
.alert-message > i {
	font-size: 3em;
}
/***************** START STUFF DUKE ADDED **********************/
/*
 * OFF CANVAS
 * --------------------------------------------------
 */
.row-offcanvas {
  position: relative;
  -webkit-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}
.btn-offcanvas {
	background-color: #ffffff;
  margin: 5px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .right-column {
  	width: 100%;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
@media screen and (max-width: 414px) {
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -80%; 
  }
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -80%; 
  }
  .row-offcanvas-right.active {
    right: 80%;
  }
  .row-offcanvas-left.active {
    left: 80%; 
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 80%; 
  }
}
/*
 * SIDEBAR AND LEFT NAV
 * --------------------------------------------------
 */
#sidebar ul.nav {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	background-color: #ffffff;
}
.nav-stacked li {
	list-style-type: none;
	display: flex;
	/*justify-content: space-between;*/ /* causing issues in IE with arrows displaying in content area */
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0,0,0,0.1);	
}
.nav-stacked li:last-of-type { /* no border on last li */
	border-bottom: none;
}
.nav-stacked li a {
	color: #444444;
	padding: 10px 0 10px 10px;
}
.nav-stacked li a:hover {
	color: #2467A2;
}
.nav-stacked li a:first-of-type { /* make the text link take up all the white space */
	flex-grow: 2;
	/* start for truncating long menu items */
	display: inline-block;
	max-width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* end for truncating long menu items */
}
.nav-stacked li a i { /* the arrow */
	width: 18px;
	text-align: center;
}
.nav-stacked li a i:hover { /* the arrow hover */
	color: #ffffff;
}
.nav-stacked li a i.fa.fa-caret-down { /* the arrow down */
	color: #ffffff;
}
.nav-stacked li a + a { /* targets the down arrow on each li */
	border-left: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
/*	background-color: rgba(0,0,0,0.025);*/
}
.nav-stacked li a + a:hover,
.nav-stacked li a + a:focus {
	background-color: #2467A2;
}
.nav-stacked li a + a.open {
	background-color: #2467A2;
}
.nav-stacked > li + li { /* lis that are next to each other where one doesn't have subcategories */
	margin: 0;
}
.nav-stacked > li > ul,
.nav-stacked > li > ul > li > ul {
	color: #737272;
	background-color: rgba(0,0,0,0.1); /* using rgba adds to darkness as you drill into successive subcategories */
	border: none;
	display: block;
	font-size: 14px;
	padding: 0;
	text-decoration: none;
	width: 100%;
}
.nav-stacked > li > ul > li:first-of-type {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.nav-stacked > li > ul a {
	color: #737272;
}

/*
* NAVIGATION TITLES IMAGES
* ----------------------------------------------------------
*/

li.menu-450, /*latex exam gloves - gloves*/ 
li.menu-407056, /*smartpractice brand - supplies*/
li.menu-406161, /*apparel - office*/
li.menu-406320, /*appt cards - pc*/
li.menu-406142 { /*bags - giveaways*/
	padding-top:34px;
	margin-top: 0px;
	background:transparent url(/dental/images/leftmenu-byproduct-dental.png) top left no-repeat;
}
li.menu-511 { /*chemical resistance - gloves*/
	padding-top:34px;
	margin-top: 0px;
	background:transparent url(/dental/images/leftmenu-bysolution-dental.png) top left no-repeat;
}
li.menu-407076 { /*allergy screening methods - gloves*/
	padding-top:34px;
	margin-top: 0px;
	background:transparent url(/dental/images/leftmenu-askexperts-dental.png) top left no-repeat;
}
li.menu-506908, /*brest cancer awareness - supplies*/
li.menu-407049 { /*cosmetic dental marketing - marketing*/
	padding-top:34px;
	margin-top: 0px;
	background:transparent url(/dental/images/leftmenu-resources-dental.png) top left no-repeat;
}
li.menu-506879,  /*new products - pc*/
li.menu-506878 { /*new products - giveawaysa*/
	padding-top:34px;
	margin-top: 0px;
	background:transparent url(/dental/images/leftmenu-featured-dental.png) top left no-repeat;
}
li.menu-406458 { /*shop by recall/text - patient com*/
	padding-top:34px;
	margin-top: 0px;
	background:transparent url(/dental/images/leftmenu-byrecall-dental.png) top left no-repeat;
}
li.menu-507560 { /*email/text - marketing*/
	padding-top: 34px;
	margin-top: 0px;
	background:transparent url(/dental/images/leftmenu-services-dental.png) top left no-repeat;
}
/*
 * CATEGORY PAGES - products
 * -----------------------------------------------------
  */
 .subcategory-list {
 	column-count: 4;
 	column-gap: 1em;
 	column-rule: 1px solid #eeeeee;
 	list-style: none;
 	margin-bottom: 10px;
 	margin-top: 5px;
 	width: 100%;
 }
 .subcategory-list ul {
 	display: block;
 	list-style-type: none;
 	line-height: 25px;
 	margin: 0px;
 	padding: 0px 10px 0px 10px;
 	text-align: left;
 }
 .subcategory-list ul li a {
 	color: #2467A2;
 	cursor: auto;
 }
 .subcategory-list ul li a:hover {
 	color: #1CA974;
 }
 .cat1 .subcategory-list, .cat2 .subcategory-list, .cat3 .subcategory-list, .cat4 .subcategory-list, .cat5 .subcategory-list, .cat6 .subcategory-list {
 	display: none;
 }
 label {
 	padding-top: 7px;
 	margin-bottom: 0;
 	text-align: right;
 }
 .pageNav { 
 	order: 2;
 	margin: 3px 5px;
 	display: inline-flex;
 	justify-content: flex-end;
 	flex-grow: 1;
 	padding: 5px 5px;
 }
 .pageNav li {
 	display: inline-block;
 }
 .pageFirst, .pagePrev, .pageNext, .pageLast {
 	border: 1px solid #ececec;
 	color: #2467A2;
 	float: left;
 	font-size: 16px;
 	font-weight: 500;
 	height: 28px;
 	padding: 2px 10px;
 	margin: 0px;
 	
 }
 .pageFirst:before {
 	content: "«"; 
 }
 .pagePrev:before {
 	content: "‹"; 
 }
 .pageNext:before { 
 	content: "›"; 
 }
 .pageLast:before { 
 	content: "»";
 }
 a.pageFirst:hover, a.pagePrev:hover, a.pageNext:hover, a.pageLast:hover { 
 	background-color: #ececec;
 	color: #444444;
 	text-decoration: none;  
 }
 .pageNums { 
 	font-size: 16px;
 	vertical-align: -1px;
 	float: left;
 }
 .pageNums a {
 	border: 1px solid #ececec;
 	color: #2467A2;
 	float: left;
 	font-weight: 500;
 	height: 28px;
 	padding: 2px 10px;
 	margin: 0px;
 	text-align: center;
 }
 .pageNums a:hover { 
 	background-color: #ececec;
 	color: #444444;
 	text-decoration: none; 
 }
 .pageNums strong {
 	height: 28px;
 	text-align: center;
 	font-weight: 500;
 	color: #000;
 	border: 1px solid #ececec;
 	padding: 2px 10px;
 	margin: 0px;
 	float: left;
 }
 #productListing, #productListingHeader, #productListingFooter, #studentOrderHeader {
 	display: inline-flex;
 	flex-wrap: wrap;
 	width: 100%;
 }
 #productListingHeader, #productListingFooter,#studentOrderFooter  {
 	padding: 0px 8px;
 }
 
 #SelectManufacturerBottom, #SelectManufacturerTop, .filterLabel {
 	height: 31px;
 	margin: 5px 2px;
 	font-size: 13px;
 	width: auto;
 }
 #productListing .productName a:hover {
 	color:#1CA974;
 }
 #productListingContainer {
 	display: inline-flex;
 }
 #productListing {
 	display: inline-flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 	width: 100%;
 }
 .product {
 	display: flex;
 	width: 49%;
 	padding: 10px;
 	margin: 5px .5%;
 	border: 1px solid #eeeeee;
 	background-color: #ffffff;
 }
 .product:nth-child(1) {
     display: flex;
     width: 49%;
     padding: 10px;
     margin: 5px .5%;
     border: 1px solid #eeeeee;
     background-color: #ffffff;
     flex-grow: 1;
 }
 .productImageWrapper {
 	width: 40%;
 	padding: 10px 15px 10px 10px;
 }
 .productTextWrapper {
 	width: 60%;
 	padding: 10px 10px 10px 15px;
 }
.productImage {
	display: flex;
	flex-direction: column;	
	align-items: center;
}
.productImage img {
	/*min-height: 100px;*/
	max-width: 150px;
	max-height: 150px;
	margin: 10px 0px;
	overflow: hidden;
}
 .blank-link {
 	color: #9CB8D1;;
 	text-decoration: none;
 	text-align: center;
 }
 #productListing .productName {
 	color: #444;
 	font-size: 16px;
 	line-height: 19px;
 	margin: 0px 0px 5px 0px;
 }
 #productListing .productName a {
 	font-weight: 500;
 	color:#2467A2;
 }
 #productListing .productName a:hover {
 	color:#1CA974;
 	text-decoration: underline;
 }
 #productListing .productMfg {
 	padding: 3px 3px 3px 0px;
 	font-size: 10px;
 	line-height: 11px;
 	color: #999;
 }
 #productListing .productDesc {
 	padding: 5px 0px 5px 0px;
 	font-size: 12px;
 	line-height: 17px;
 }
 #productListing .productDesc p {
 	font-size: 12px;
 	line-height: 17px;
 }
 #productListing .productDesc p.offerTitle {
 	font-size: 12px;
 	line-height: 14px;
 }
 #productListing .productDesc p.offerTitle br {
 	margin: 2px 0;
 	display: block;
 }
 #productListing .productPriceString {
 	padding: 5px 0px 5px 0px;
 	font-size: 10px;
 	line-height: 11px;
 	color: #333;
 }
 #productListing .productPriceString .saleprice { 
 	font-size: 13px;
 	color: #c00;
 }
 #productListing .productPrice {
 	color: #000;
 	font-size: 12px;
 	font-weight: bold;
 }
 .productAttributesPromo {
 	display: inline;
 	color: #c00;
 	font-size: 15px;
 	min-height: 20px;
 	padding: 2px 4px 2px 0px;
 	margin: 0px;
 }
 .productAttributesNew {
 	font-size: 13px;
 	background-color: #58af5a;
 	display: inline;
 	text-align: center;
 	color: #fff;
 	font-weight: 500;
 	border-radius: 4px;
 	padding: 3px 8px;
 }
 .strk {
 	text-decoration: line-through;
 	font-size: 9px;
 	color: #b0b1b0;
 }
 @media (max-width: 800px) {
 .product {
 	flex-basis: 98%;
 	padding: 10px;
 	margin: 5px .5%;
 	border: 1px solid #eee;
 	background-color: #ffffff;
 }
 }
/***************** END STUFF DUKE ADDED **********************/

/*
* PRODUCT VIEW - single product 
* -----------------------------------------------------------
*/
.multiListWrap h2 {
	font-size: 20px;
	margin: 10px 0 0 0;
	padding: 5px;
	background-color: #e6e6e6;
}
#productStyleWide {
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#productStyleWide .h1 {
	background-color: #ffffff;
	border-bottom: 1px solid #2467a2;
	color: #2467A2;
	float: left;
	font-size: 23px;
	font-weight: 500;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
	padding: 0 0 3px;
	width: 100%;
	z-index: 1;
	align-self: flex-start;
}
#productSectionWide {
	display: inline-flex;
	flex-wrap: wrap;
	background-color: #fff; 
	overflow:hidden; 
	margin:0 10px 10px 0;
	padding-top: 10px;
	width: 80%;
}
#productImageGallery {	
	flex: 1;
	margin: 10px;
	text-align: center;
}
#productDescWide {
	flex: 2;
	font-size: 12px; 
	line-height: 14px;
	padding: 10px;
}
/*
* PRODUCT IMAGE GALLERY AND SLIDER
* ------------------------------------------------------------------
*/
#productImageGallery img {

}
#productImageGallery .carousel-indicators li {
	margin: 2px 4px;
}
#productImageGallery .carousel-indicators .active {
	margin: 1px 4px;
}
#carousel-style-images ol.carousel-indicators {
	bottom: -15px;
}
#productImageGallery .carousel-inner .item {
	max-height: 325px;
	max-width: 768px;
	width: inherit;
	height: 34vw;
	text-align: center;
	border: 0px;
}
#productImageGallery .carousel-inner .item img {
	max-height: 65%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}
#productImageGallery .carousel-inner .item p {
	color: #444444;
	font-size: 14px;
	font-weight: 600;
	z-index: 100;
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 90%;
	padding-left: 0;
	margin-left: -45%;
	text-align: center;
}
#productImageGallery .carousel-inner .item:nth-child(1) p {
	display: none;
	visibility: hideen;
}
#productImagePages {
	height:12px;
	font-size:10px;
	float:right;
	margin:0 0 10px 0;
	padding:2px;
	border:1px solid #ddd;
	border-top:none;
}
#productImageWrap {
	position:relative;
	margin:10px auto;
	padding:0;
	border:1px solid #ddd;
	height:60px;
	width:248px;
}
#productImagePrev {
	position:absolute;
	top:0;
	left:0;
	height:60px;
	width:10px;
	padding:0;
	background:#eee url(/dental/images/gui/slider-prev.png) top left no-repeat;
}
#productImageNext {
	position:absolute;
	top:0;
	right:0;
	height:60px;
	width:10px;
	padding:0;
	background:#eee url(/dental/images/gui/slider-next.png) top left no-repeat;
}
#productImagePrev a, #productImageNext a {
	height:60px;
	width:10px;
	display:block;
	padding:0;
}
#productImagePrev a:hover, #productImageNext a:hover {
	background-color:#999;
}
#productImageViewer { 
	width:228px;
	height:60px;
	position:relative;
	margin:auto;
	overflow:hidden;
	padding:0;
}
#productImagePanelContainer {
}
.productImagePanel {
	float:left;
	height:100%;
	width:228px;
}
.productImagePanel a {
	width:70px;
	float:left;
	padding:8px 0 0 0;
}
#productImagePanelContainer .productImagePanel img {
	max-height:50px;
	max-width:50px;
	margin:0 10px;
}
#productSingleImage {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	height: auto;
	margin: 10px;
	width: 25vw;
}
#productSingleImage img {
	max-width: 217px;
	max-height: 217px;
	overflow: hidden;
	margin: 10px 0px;
}
/*
* PRODUCT DESCRIPTION 
* --------------------------------------------------
*/
#productDescWide p { 
	font-size: 13px; 
	line-height: 17px;
	margin-bottom: 17px;
	margin-top: 17px;
}
#productDescWide ul, #productDescWide ol { 
	font-size:12px; 
	line-height:14px;
	padding: 0 0 5px 30px; 
}
#productDescWide ul li{
	margin: 3px 0;
}
#productDescWide .inset {
	float:right;
	margin:5px 10px 10px 10px;
	padding:10px;
	font-size:.8em;
	border: 1px solid; 
	border-color: #e5e5e5 #dbdbdb #d2d2d2;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
#productDescWide .inset:nth-child(1n) {
	border:none;
}
#productDescWide .inset td {
	padding: 1px 3px;
}
.brandimg {
	display: block;
	max-height: 50px;
	padding: 0px 10px 5px 0px;
	background-color: #fff;
}
.product-chart {
	margin: 5px;
}

/*
* MOBILE-FIRST TABLE DESIGN
* ------------------------------------------------------
*/

/* from http://codepen.io/pixelchar/pen/rfuqK/ */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f1f4f9;
}
.instock, #product-price {
	font-size: .875em;
	line-height: 15px;
}
.notinstock {
	font-size: 12px;
}
.product-qty .btn-link {
	font-size: .875em;
	line-height: 15px;
	padding: 2px;
}
.form-group {
	margin-bottom: 5px;
	overflow: hidden;
}
.productEnterQtyCol .form-group {
	margin-bottom: 10px;
	text-align: center;
}
.productAddShopList.btn.btn-link {
	font-size: 12px;
}
.product-breaks inputs {
	max-width: 60px;
	margin: 5px;
}
.product-breaks .instock, .cart-items #product-price {
	font-size: .875em;
	line-height: 15px;
}
.product-breaks .product-quantity .btn-link {
	font-size: .875em;
	line-height: 15px;
	padding: 2px;
}
.mobilefirst-table {
  width: 100%;
  margin-bottom: 1.5em;
  font-size: .875em;
}
.ship {
	width: 10%;
}
@media (min-width: 48em) { /*768px*/
  .mobilefirst-table {
    font-size: .750em;
}
.cart-items input {
   display: inline;
}
}
@media (min-width: 62em) {	/*992px*/
  .mobilefirst-table {
    font-size: 1em;
  }
}
.mobilefirst-table thead {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);/* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mobilefirst-table #productPricing thead {
	background-color: transparent;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	overflow: hidden;
	position: relative;
	width: 1px;
}
.mobilefirst-table thead tr {
	border-bottom: 2px solid #ddd;
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.mobilefirst-table thead th:first-of-type {
  text-align: left;
}
.mobilefirst-table tbody,
.mobilefirst-table tr,
.mobilefirst-table th,
.mobilefirst-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
  vertical-align: top;
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table tr {
    display: table-row;
  }
}
.mobilefirst-table th,
.mobilefirst-table td {
  padding: .5em;
}
@media (min-width: 30em) {	/*480px*/
  .mobilefirst-table th,
  .mobilefirst-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table th,
  .mobilefirst-table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {	/*992px*/
  .mobilefirst-table th,
  .mobilefirst-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {	/*1200px*/
  .mobilefirst-table th,
  .mobilefirst-table td {
    padding: .75em;
  }
}
.mobilefirst-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table caption {
    font-size: 1.5em;
  }
}
.mobilefirst-table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {	/*992px*/
  .mobilefirst-table tfoot {
    font-size: .9em;
  }
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table tbody {
    display: table-row-group;
  }
}
.mobilefirst-table tbody tr {
  margin-bottom: 1em;
  border-bottom: 2px solid #ddd;
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.mobilefirst-table tbody tr:last-of-type {
  margin-bottom: 0;
}
/*@media (min-width: 48em) {
  .mobilefirst-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}*/
.mobilefirst-table tbody th[scope="row"] {
  background-color: #1d96b2;
  color: white;
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.mobilefirst-table tbody td {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 30em) {	/*480px*/
  .mobilefirst-table tbody td {
  }
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table tbody td {
    text-align: left;
  }
}
.mobilefirst-table tbody td[data-type=currency] {
  text-align: right;
}
.mobilefirst-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {	/*480px*/
  .mobilefirst-table tbody td[data-title]:before {
    font-size: .9em;
  }
}
@media (min-width: 48em) {	/*768px*/
  .mobilefirst-table tbody td[data-title]:before {
    content: none;
  }
}
td.product-image {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
/*
* mobile first table
* ------------------------------------------------------
*/
@media (max-width: 768px) {
	.table-responsive {
	    width: 100%;
	}
}
/*.product:nth-child(1), .product:nth-child(2), .product:nth-child(3), .product:nth-child(4) {
	background-color: #ffffff;
	border: 1px solid #eee;
	display: flex;
	flex: 20%;
	flex-direction: column;
	padding: 10px;
	margin: 5px .5%;
}
.product > table:nth-child(1), .product > table:nth-child(2), .product > table:nth-child(3), .product > table:nth-child(4) {
	height: 145px;
	margin: 0 auto;
	width: 40%;
}
.product:nth-child(5), .product:nth-child(6) {
	background-color: #ffffff;
	border: 1px solid #eee;
	flex: 100%;
	flex-direction: column;
	padding: 10px;
	margin: 5px 0.5%;
}
@media (max-width: 768px) {
.product:nth-child(1), .product:nth-child(2), .product:nth-child(3), .product:nth-child(4) {
	display: block;
	flex: 100%;
	flex-direction: column;
}
.product:nth-child(5), .product:nth-child(6) {
	background-color: #ffffff;
	border: 1px solid #eee;
	flex: 100%;
	flex-direction: column;
	padding: 10px;
	margin: 5px 0.5%;
	}
}*/
/*
* PRODUCT LIST WIDE TD - STYLE
* ------------------------------------------------------
*/
.productDescCol .newPart {
	background:transparent url(/dental/images/gui/icon-new.png) top left no-repeat;
	width:45px;
	height:20px;
	text-indent: -99999px;
}
#productListWide {
	font-size: 11px;
	margin:0 10px 10px 0;
	border-collapse: collapse;
	text-align: left;
	background-color: #ffffff;
	width: 100%; /* may not be necessary */
}
#productListWide th {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding: 5px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background-color: #3287D1;
}
#productListWide td {
	color: #444444;
	padding: 10px;
}
#productListWide tr.foundPart {
}
#productListWide tr.foundPart td {
	padding-top: 26px;
}
#productListWide tr.foundPart td.productDescCol {
	background:transparent url(/dental/images/gui/foundpartribbon.png) left 2px no-repeat;
}
#productListWide tbody tr:hover td {
}
#productListWide .instock, #productListWide .notinstock { 
	border: none; 
	padding: 0; 
	margin: 0; 
}
td.prodImg {
	max-width: 120px;
}
td.prodImg > img {
	background-color: #ffffff;
}
tr.cartPromo td.prodImg {
	background-image: none;
	height: 0;
	width: 0;
}
td.productDescCol {
	max-width: 600px;
}
.productDescCol h4 {
	font-size: 17px;
	margin: 2px 0px;
}
.productDescCol .newPart {
	background: transparent url(/dental/images/gui/icon-new.png) top left no-repeat;
	width: 45px;
	height: 20px;
	text-indent: -99999px;
	font-size: 0;
}
.productDescFlag {
	font-size: 13px;
	padding: 3px 0px;
	margin: 3px 0px;
	line-height: 18px;
}
.label {
	font-size: 11px;
	line-height: 19px;
	display: inline-block;
}
.label-hazmat {
	background-color: #cea405;
	color: #222222;
	font-weight: 500;
	margin: 2px;
	padding: 0px 5px;
	text-transform:uppercase;
}
.label-license {
	background-color: #0f96b4;
	color: transparent;
	font-weight: 500;
	margin-right: 2px;
	padding: 3px 7px;
	text-transform:uppercase;
	max-width: 80px;
}
.label-license:before {
	color: #ffffff;
	content: "医療機器";
}
.label-new {
	background-color: #228a4a;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	margin: 2px;
	padding: 0px 5px;
	text-transform:uppercase;
}
.offerTitle {
	color: #c00;
	font-weight: 500;
	margin: 2px;
	padding: 0px 5px;
	text-transform:uppercase;
}
.label-nonreturnable {
	background-color: #babd14;
	color: #ffffff;
	font-weight: 500;
	margin: 2px;
	padding: 0px 5px;
	text-transform:uppercase;
}
.productDescSKU {
	font-weight: 600;
	font-size: 11px;
}
td.productAvailCol {
	max-width: 100px;
}
.productAvailCol .instock {
	font-size: 11px;
}
td.productPriceCol {
	width: 100px;
}
td.productPriceCol table#productPricing td {
	background-color: transparent;
	display: table-cell;
}
.mobilefirst-table tbody td.productEnterQtyCol {
	max-width: 113px;
	text-align: center;
	display: block;
}
#enterQty input {
	width: 80px;
	margin: 5px auto;
}
.productPersButton {
	margin: 5px auto;
}
.productAddShopList {
	color: #337ab7;
	margin: 10px auto;
}
/*
* PRODUCT PRICING TABLE
* ------------------------------------------------------
*/
#productListWide tr.foundPart td #productPricing td { 
	padding: 3px;
}
#productPricing td.qtyCell { /*width:30px;*/ 
	width:40px; 
	text-align:right; 
	border: none; 
}
#productPricing td.dollarCell { /*width:100px;*/ 
	width:100px; 
	text-align:right; 
	font-size:11px; 
	border: none; 
}
.strk { 
	text-decoration: line-through; 
	font-size:9px; 
	color: #888;
}
.smnote { 
	font-size:10px; 
	font-style:italic;
}
.saleprice { 
	color: #CC0000;
	font-size:.9em 
}
.cellhead { 
	font-weight:bold; 
	text-decoration:none;
}
/*
* CROSS SELL SECTION
* ------------------------------------------------------
*/
#productPromoTiles {
	display: none;
}
#crossSellSection {
	background: #eeeeee;
	height: 100%;
	text-align:center;
	margin:0 0 10px 5px;  
	order: 2;
	overflow:hidden; 
	padding-top: 5px;
	width: 18%;
}
#crossSellSection h5 { 
	padding:5px 0 5px 0;
}
.crossSellProduct {
	padding:10px;
	margin: 10px;
	background: #ffffff;
}
.crossSellProduct img {
	max-width:100px;
	max-height:100px;
	padding:10px;
	background-color:#fff;
}
.crossSellProduct p { 
	font-size:12px;
	line-height:16px; 
}
.crossSellProduct a { 
	font-size:12px; 
	line-height:16px; 
}
#searchResultsCategories {
	max-height: 300px;
	padding-top: 5px;
	overflow: auto;
	background-color: #f3f3f3;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
}
#searchResultsCategories h3 {
	padding: 5px 20px 0px;
	font-size: 20px;
	font-weight: 600;
}
#searchResultsCategories ul {
	padding: 3px 15px;
}
#searchResultsCategories li {
	font-size: 15px;
	list-style: none;
	padding: 3px 10px;
	margin: 0px;
}

/*
* SIGN IN CREATE ACCOUNT
* ------------------------------------------------------
*/
.acc-card {
	display: flex;
	flex-direction: column;
}
.acc-width {
	width: 47%;
	padding: 0 15px 0 15px;
}
loginCreateAccount {
}
.Acc-create {
	order: 2;
}
.Acc-create p {
	padding: 0 0 10px 0px;
}
.Acc-existing {
	order: 1;
}
.Acc-hours {
	order: 3;
}
form#checkoutCreateAccount {
	margin: 15px 10px 10px;
}
#checkoutCreateAccount .form-group {
	padding-bottom: 21px;
}
label.control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}
.LV_validation_message {
	position:absolute;
	top:34px;
	left:0;
	color:red;
}
input#The\ Dental\ Boxstore, label[for="The Dental Boxstore"] {
    display: none;
}
/*
* SMARTPRACTICE ACCOUNT
* --------------------------------------------------------
*/
#checkoutCreateAccount form {
	margin: 15px 10px 10px;
}
#info-acc {
	border-bottom: 1px dotted #dddddd;
	overflow: hidden;
	padding: 0px 0px 10px;
}
dl.spaced dd {
	font-size: 13px;
	line-height: 1.428571;
	padding-bottom: 15px; 
}
.table-responsive.order-acc {
	min-height: 0px;
	overflow-x: inherit;
}
#accountleftmenu .nav.nav-stacked {
}
.product-listing th {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background-color: #3287D1;
}
.product-listing th a {
	color: #ffffff;
}
 #checkoutAddressPay {
	padding: 10px;
}
/* COMPLETE AND SHIPPED
 * TRACKING NUMBERS
* ------------------------------------------------------
*/
#accountHeader {
	padding-top: 15px;
}
#trackingNumbers {
	border-bottom: 1px dotted #dddddd;
	border-top: 1px dotted #dddddd;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}
#trackingNumbers {
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
}
#trackingNumbers p {
	font-weight: bold;
}
#trackingNumbers ul {
	display: inline-block;
	column-count: 4;
	column-gap: 0px;
	list-style: none;
	display: block;
	list-style-type: none;
	line-height: 30px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}
#trackingNumbers ul li a {
	cursor: auto;
}
#trackingNumbers ul li a:hover {
	color: #1CA974;
}
/*
* ACCOUNT FORMS 
 * SHOPPING LIST
 * DONOTORDER
 * SHOPPING LIST TABLE
 * REORDER PRODUCTS
* --------------------------------------------------------
*/
.buttonRow {
	padding: 10px;
}
.account-buttons {
	padding: 10px;
}
#shoppingList th, #shoppingListUpload th, #shippingAddressList th, #reorderList th, #doNotReorderList th, #ordersForPart th {
	background-color: #3287D1;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: bottom;
}
th.reorderPart a, th.reorderPartName a {
	color: #ffffff;
	text-decoration: underline;	
}
#shoppingList td, #shoppingListUpload td, #shippingAddressList td, #reorderList td, #doNotReorderList td, #ordersForPart td {
	color: #333333;
	font-size: 11px;
	padding: 10px 8px;
	text-align: left;
	vertical-align: top;
}
#ordersForPart tr:nth-child(2n) {
	background-color: #dfedf2;
}
#doNotReorderList input.dnrpartcheck {
	float: none;
	margin: 0px 5px;
}
.slistName {
	overflow: hidden;
	width: 370px;
}
.slistDate {
	overflow: hidden;
	width: 100px;
}
.slistQty {
	text-align: right;
	width: 80px;
}
.slistAction {
	overflow: hidden;
	text-align: right;
	width: 280px;
}
.slistAction a {
	padding: 0px 5px;
}
.slistCheck {
	overflow: hidden;
	width: 50px;
}
.slistCheck a {
	color: #ffffff;
}
.slistPart {
	color: #ffffff;
	overflow: hidden;
	width: 100px;
}
.slistPart a {
	color: #ffffff;
	text-decoration: underline;
}
.slistPartName {
	overflow: hidden;
}
.slistPartName h4 {
	margin: 2px;
}
th.slistPartName a {
	color: #ffffff;
	text-decoration: underline;
}
.slistPrice {
	overflow: hidden;
	text-align: right;
	width: 70px;
}
input.slistpartqty {
	
}
#shoppingList input.slistpartcheck {
	float: none;
	margin: 0px 5px;
}
.filterForm.form-inline {
	padding: 5px 10px 0px 10px;
}
.reorderTimes, .reorderTotal {
	overflow: hidden;
	text-align: right;
	width: 50px;
}
.reorderLast {
	overflow: hidden;
	width: 75px;
}
.reorderRec {
	overflow: hidden;
	text-align: right;
	width: 60px;
}
.reorderQty {
	overflow: hidden;
	text-align: right;
	width: 50px;
}
#reorderList td.copyArrow {
	overflow: hidden;
	padding: 8px 0px 0px;
	width: 10px;
}
.copyArrow a {
	background: url("/dental/images/gui/icon-arrow.png") no-repeat scroll left top transparent;
	display: block;
	height: 14px;
	margin-top: 5px;
	text-indent: -9999px;
	width: 20px;
}
.copyArrow a:hover {
	background-position: 0px -14px;
}
#reorderList td.reorderPrice {
	padding-right: 15px;
	text-align: right;
	width: 55px;
}
#reorderList td.reorderCategory {
	border-top: 1px solid #dddddd;
	min-height: 20px;
	padding: 5px 0px 0px;
}
#reorderList td.reorderCategory h3 {
	font-weight: bold;
}
#reorderList td.reorderLinks {
	text-align: right;
}
#ordersForPart tr:nth-child(2n) {
	background-color: #dfedf2;
}
#orderDetailsList {
	border-collapse: collapse;
	font-size: 11px;
	margin: 5px 0px 10px 0px;
	text-align: left;
	width: 100%;
}
#orderDetailsList th {
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background-color: #3287D1;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	vertical-align: bottom;
}
#orderDetailsList td {
	border-top: 1px solid #cccccc;
	color: #333333;
	font-size: 11px;
	padding: 6px;
	vertical-align: top;
}
.reorderPartName {
	overflow: hidden;
	max-width: 250px;
}
.orderShipCol {
	overflow: hidden;
	width: 100px;
}
.orderQtyCol, .orderRetQtyCol {
	overflow: hidden;
	text-align: right;
	width: 40px;
}
.orderPriceCol {
	overflow: hidden;
	text-align: right;
	width: 60px;
}
.orderExtCol {
	overflow: hidden;
	text-align: right;
	width: 60px;
}
.orderReturnCol {
	overflow: hidden;
	text-align: right;
	width: 50px;
}
#orderDetailsList td.orderReturnCol, #orderDetailsList td.orderRetQtyCol {
 color: #cc0000;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 1px;
    margin-bottom: 10px;
}
/*
* SHOPPING CART
* ------------------------------------------------------
*/
#itemsInBasket th {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background-color: #3287D1;
}
#availablePromotions {
	width: 100%;
	padding: 10px;
	overflow: auto;
	background: #eeeeee;
	margin-bottom: 10px;
	color: #ffffff;
	border-bottom: 2px solid #cecece;
}
#availablePromotions ul {
	padding-left: 0;
	list-style-type: none;
}
#availablePromotions li {
	color: #b92828;
	line-height: 28px;
	margin: 3px 0px;
	padding: 10px 20px;
	font-weight: 600;
	border-bottom: 1px solid #dadada;
}
#availablePromotions li:last-of-type {
	color: #b92828;
	line-height: 28px;
	margin: 3px 0px;
	padding: 10px 20px;
	font-weight: 600;
	border-bottom: 0px solid #dadada;
}
#availablePromotions a {
	color:#3fa2f2;
}
#availablePromotions h2 { 
	color: #c00; 
	font-size: 18px; 
	line-height: 24px; 
}
.label-offerDetail {
	background-color: #d18f27;
	color: #ffffff;
	font-weight: 500;
	margin: 0px 5px;
	padding: 0px 5px;
	text-transform:uppercase;
}
.offerToDo { 
	color: #0a0; 
	font-style: italic; 
}
.offerpulldown { 
	max-width: 380px; 
	overflow: hidden;
	margin: 5px 0px; 
}
td.productDescCol h4, td.productDescCol h4 a {
	font-size: 17px;
}
td.productDescCol h4 .btn {
	font-size: 17px;
	padding: 2px 0px;
	white-space: normal;
}
td.cartAvailCol {
	max-width: 150px;
}
td.cartEnterQtyCol .btn-link {
	padding: 5px 0px;
}
tr td.promoHead {
	background-color: #e6e6e6;
}
.promoHead h2 {
	color: #c00;
}
td.productImgCol img {
	max-height: 100px;
	max-width: 110px;
}
.emptyCartButton {
	display: none; /* optional for none markets */
}
.cartQtyField {
	font-size: 14px;
	max-width: 90px;
}
#shoppingCartCoupon {
	background-color: #eeeeee;
	padding: 6px;
	border: 1px solid #ccc;
	line-height: 12px;
	margin-bottom: 10px;
}
#shoppingCartCoupon p {
	display: inline-block;
	font-size: 13px;
}
#shoppingCartCoupon .fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: 2%;
}
#shoppingCartTotalBlock {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
th.productImgCol, td.productImgCol {
	width: 0px;
	padding: 0px;
}
.productImgCol img {
	display: none;
}
.btn-checkout {
	float: right;
	padding-bottom: 10px;
}
#shoppingCartTotalWrap.row {
	padding-left: 15px;
	padding-right: 15px;
}
/*
* LEFT NAV INCLUDES - BASE STYLES - 
* ------------------------------------------------------
*
/* BASE STYLE VERTICAL ALIGN CENTER */
.left-nav-card {
	border: 1px solid #e7e7e7;
	border-radius: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 5px 0px;
	position: relative;
}
.left-nav-card {
	width: 100%;
}
.left-nav-description {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	padding: 15px;
}
.left-nav-ad1 img {
	width: 100%;
}
.left-nav-card h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	padding: 0px;
	margin: auto;
	text-align: center;
}
.left-nav-card p {
	font-size: 13px;
	line-height: 16px;
	padding: 5px;
	margin: 0px;
	text-align: center;
}
/* BASE STYLE VERTICAL ADS - CENTER - IMG & BTN */
.left-nav-ad1 {
	align-items: center;
	border: 1px solid #e7e7e7;
	border-radius: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 5px 0px;
	position: relative;
}
.left-nav-ad1 .btn {
	align-items: center;
	display: inline-flex;
	margin: 10px auto;
}
.accountFormBlock {
		margin: 20px 10px;
}

/*
* MEDIA QUERIES
* ------------------------------------------------------
*/
@media (max-width: 1195px) {
	.mainmenu ul.nav.nav-justified li a.text-vertical:hover  {
		padding: 6px 15px;
	}
}

@media (max-width: 990px) {
	.container {
		width: 100%;
	}
	.nav.nav-stacked {
		display: inherit;
	}
	.search-hide	{
		display: none !important;
	}
	.product {
    display: flex;
    width: 98%;
	}
}
@media (max-width: 980px) {
	.sidebar {
		padding-top: 15px;
	}
	.border-rt{
		border: none;
	}
	.marketpromo {
		margin-bottom: 10px;
	}
}
@media (max-width: 910px) {
	#productSectionWide {
    width: 100%;
  }
	#crossSellSection {
		display: none;
	}
}
@media (max-width: 768px) {
	.styleview .col-xs-1.col-sm-1.sml-gutter.desk-hide {
		display: none !important;
		width: 0px;
		
	}
	.container {
		width: 100%;
	}
	.mb-hide {
		display: none !important;
	}
	.affix {
		top: 0px;
	}
	.mobile-hdr {
		background-color: #ffffff;
		clear: both;
		margin-top: 0px;
		width: 100%;
		z-index: 200;
	}
	.desk-hide {
		display: inherit !important;
	}
	.up-nav {
		background-color: #646464;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.subtotal.mb-hide {
		display: inherit !important;
	}
	.search-bars .form-group {
		padding: 0px;
	}
	.btn.btn-contact, .btn.btn-accHome {
		padding: 3px 6px;
	}
	#cartcontents {
		color: #7b7b7b;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 15px;
	}
/*
* HOMEPAGES
* ------------------------------------------------------
*/
	/*.header-logo .img-responsive {
		display: inline-block;
		padding: 5px 10px;
	}*/
	.row-logoaccount {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.row-logoaccount .col-xs-1 {
		width: inherit;
	}
	.container {
		width: 100%;
	}
	.sidebar {
		padding-top: 0px;
	}
	.mb-nav  {
		display: inherit !important;
	}
/* 
* MOBILE HEADER - revealed at 768px width
* ------------------------------------------------------
*/
	.flex-container-nav {
	   display: inherit;
	}
	.navbar-header {
	   float: none;
	}
	.navbar-left,.navbar-right {
	   float: none !important;
	}
	.navbar-toggle {
	   display: block;
	}
	.navbar-collapse {
	   border-top: 1px solid transparent;
	   box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.item-text  {
		font-size: 15px;
		line-height: 2.429;
	}
	.navbar-toggle {
		position: relative;
		float: left;
		padding: 9px 36px;
		margin: 0px;
		background-color: #2467A2;
		background-image: none;
		border: 1px solid #cecece;
		border-radius: 4px;
		width: 100%;
		color: #ffffff;
		text-align: left;
	}
	.history {
		font-size: 15px;
		display: inherit;
		color: #ffffff;
		width: 100%;
		background-color: #1B5487;
		padding: 14px 10px 10px 10px;	
	}
	.history .glyphicon.glyphicon-shopping-cart {
		font-size: 20px;
	}
	.copyright {
		padding: 10px;
		tab-size: 12px;
		text-align: center;
	}
	.promo, .promo a {
		color: #afafaf;
		width: 100%;
		background-color: #ececec;
		margin-top: 0px;
		padding: 5px;
		cursor: pointer;
	}
/*
* PRODUCT-NAV revealed at 768px mobile only
* ------------------------------------------------------
*/
	.leftnav-title {
		text-indent: 10px;
	}
	ul.nav.nav-justified {
		background-color: #f7f7f7;
	}
	.nav-justified li {
		display: table-cell;
		float: left;
		vertical-align: middle;
		width: 100%;
	}
	.nav.nav-justified li a {
		padding: 8px 26px;
		text-align: left;
	}
	.mainmenu ul.nav.nav-justified li a.text-vertical:focus, .mainmenu ul.nav.nav-justified li a.text-vertical:hover  {
		background-color: #f7f7f7;
		padding: 8px 15px;
		text-decoration: none;
	}
	.mainmenu ul.nav.nav-justified li a:focus, .mainmenu ul.nav.nav-justified li a:hover  {
		background-color: #f7f7f7;
		text-decoration: none;
	}
	.nav-justified li a {
		margin-bottom: 0px;
	}
/*
* PRODUCTS PAGES - CATEGORY PAGES
* ------------------------------------------------------
*/
	.right-column {
		padding-bottom: 10px;
	}
	.left-column h1, .right-column h1 {
		font-size: 18px;
		background: #ececec url('') repeat left top;
		background-size: cover;
		color: #2467A2;
		display: inherit;
		z-index: 1;
		line-height: 22px;
		font-weight: 500;
		font-weight: bold\0/;
		margin: 0px 0px 10px 0px;
		padding: 4px 10px  3px 10px;
		border-top: 2px solid #2467a2;
		border-bottom: none;
	}
	.subcategory-list {
		display: inline-block;
		column-count: 2;
		column-gap: 1em;
		column-rule: 1px solid #eeeeee;
		list-style: none;
		margin-bottom: 10px;
		margin-top: 5px;
		width: 100%;
	}
/*
* PRODUCT STYLE - PAGES - single image
* ------------------------------------------------------
*/
	#productSingleImage {
    flex: 0 63%;
    height: auto;
    margin: 10px;
    text-align: center;
    width: 25vw;
    margin: 0 auto;
	}
	#productDescWide {
    flex: 0 100%;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
	}
	#productImageGallery .carousel-inner .item {
		max-height: 325px;
    max-width: 768px;
    width: inherit;
    height: 34vw;
    text-align: center;
    border: 0px;
	}
	#productImageGallery .carousel-inner .item img {
		max-height: 65%;
		margin: auto;
		display: block;
	}
	#productImageGallery .carousel-inner .item p {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    z-index: 100;
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    text-align: center;
	}
/*
* SHOPPING CART
* ------------------------------------------------------
*/
	.productPromo {
		display: none;
	}
	.cartQtyField {
	    font-size: 14px;
	    width: 49%;
	    margin: 0 auto;
	}
	#shoppingCartTotalBlock tr td:nth-child(odd) {
		font-weight: bold;
	}
/*
* ACCOUNT PAGES
* ------------------------------------------------------
*/	
	.acc-width {
		width: 100%;
		padding: 0 15px 0 15px;
	}
	.Acc-create {
		order: 1;
	}
	.Acc-existing {
		order: 2;
	}
	.Acc-hours {
		order: 3;
	}
/*
* ACCOUNT REORDER PAGES
* ------------------------------------------------------
*/	
	#shoppingList td, #shoppingListUpload td, #shippingAddressList td, #reorderList td, #doNotReorderList td, #ordersForPart td {
	    color: #333333;
	    font-size: 11px;
	    padding: 10px 8px;
	    text-align: center;
	    vertical-align: top;
	}
	#reorderList td.reorderLinks, #reorderList td.reorderCategory, #reorderList td.reorderPartName, #reorderList td.reorderPrice, #reorderList td.reorderLast, #reorderList td.reorderTimes, #reorderList td.reorderTotal, #reorderList td.reorderRec, #reorderList td.reorderArrow, #reorderList td.reorderRec {
	    padding-right: 15px;
	    text-align: center;
	    width: 90%;
	}
	#reorderList td.reorderQty {
		width: 35%;
		border: 0px;
	}
	#reorderList td.copyArrow {
	    overflow: hidden;
	    padding: 8px 0px 0px;
	    width: 40px;
	}
	.buttonRow .btn {
	    margin-top: 5px;
	}
