html {
background-color:#999;  
touch-action: manipulation;  
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    color: #333;
    font-size: 15px;
    line-height: 26px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin: 0 0 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
	line-height: 1.5em;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
    color: #125ba7;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #3379bf;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #2857a9;
	padding: 4px 0px 3px 0;
	margin: 0 0 15px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #3379bf;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #eee;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top-links .dropdown {
   position: relative;
}
#top-links .dropdown-menu {
    padding: 0;
    margin-top: 3px;
}
#top-links .dropdown-menu-right {
    right: auto;
    left: 12px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #125ba7;
   display: block;
   padding: 7px 12px;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top-links .open>a {
    background-color: transparent;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 4px;
    font-size: 14px;
    line-height: 20px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .list-inline {
	margin: 2px 0;
}
#top-links .list-inline>li {
    padding-right: 15px;
    padding-left: 15px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: none;
    border-color: none;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	margin: -10px 0 15px 0;
}
#logo img {
	width:280px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.cart-estimator {
 margin-bottom:0 !important;   
}
.subtotal-label {
text-align: right;
font-weight: bold;    
}
.subtotal-price {
font-weight:bold;    
}
.totals .buttons {
margin-bottom:0;   
}
.cart-product-name {
font-weight:bold;   
}
#checkout-cart {
min-height:500px;    
}
#checkout-cart .table > tbody > tr > td {
vertical-align: top;
}
.cart-products td {
padding-bottom: 15px;    
}
.product-model {
line-height: 1.6em;
color:#111;
padding-top: 5px;    
}
#payment {
background:#eee;
border: 1px solid #ccc;
margin: 0 5px;
border-radius: 3px;
}
#cim_accounts {
margin-bottom: 15px
}
#button-confirm {
display:block;
width:100%	
}
.cc {
text-align: center;
margin: 5px 0 30px 0;	
}
#authnet {
display: block;
margin: 30px auto 15px;
}
/* menu */
.navbar {
min-height: auto;
}
.cvv-addon {
padding: 0px 2px;	
}
.cvv {
width: 48px;	
}
#cim_payment_option2 table.table td {
font-size:.9em;
vertical-align: middle;	
}
td.payment-label {
width:200px;    
}
#menu {
	background-color: #f0b500;
	/*
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
	*/
}
#info-menu {
	background-color: #efefef;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#info-menu.navbar {
    margin-bottom: 5px;
    margin-top: 12px;
}
#menu .nav > li > a {
	color: #fff;
	font-size: 14px;
    font-weight: bold;
    padding: 10px 8px 10px 8px;
	min-height: 15px;
	background-color: transparent;
	text-shadow: 1px 1px 2px #4F1404;
}
#info-menu .nav > li > a {
    color: #333;
    font-size: 14px;
    min-height: 15px;

    padding: 7px 0 7px 30px;
    border-top: 1px solid #ddd;
}
#info-menu .nav > li > a::after {
color: #777 !important;
border-color:#777 !important;
content: '';
border: 2px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 2px;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-left-style: solid;
        border-left-width: 2px;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 39px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-top: none;
	border-left: none;
}

#info-menu .navbar-nav {
    float: none!important;
    margin: 0 -15px;
}
#info-menu .navbar-nav .open .dropdown-menu {
background:#ddd;
border-top: 1px solid#ccc;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a,
#info-menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#info-menu .nav > li > a:hover {
	background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
#menu .dropdown-menu,
#info-menu .dropdown-menu {
	padding-bottom: 0;
	min-width: 300px;
	box-shadow: 0 6px 6px rgba(0,0,0,.3);
}
#menu .dropdown-inner,
#info-menu .dropdown-inner {
	display: table;
    width: 100%;
}
#menu .dropdown-inner ul {
	/* display: table-cell; */
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #222;
	font-size: 14px;
}
#info-menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 6px 20px;
	clear: both;
	line-height: 20px;
	color: #222;
	font-size: 14px;
    padding-left: 45px;
    border-top: 1px solid #ccc;
}
#info-menu .dropdown-inner a:hover {
	color: #FFFFFF;
}
#menu .dropdown-inner li a:hover {
	
}
#menu .see-all {
	display: block;
	margin-top: 0;
	border-bottom: 1px solid #DDD;
	padding: 8px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
	font-weight: bold;
	line-height:20px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #3379bf;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 1px 1px #854A00;
}
#info-menu #category {
	float: left;
	padding-left: 0;
	font-size: 15px;
	font-weight: bold;
	color: #898989;
}
#menu .btn-navbar,
#info-menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 0 18px;
	float: right;
	border:none;
	box-shadow:none;
	width:99%;
}
#menu .btn-navbar:hover, 
#menu .btn-navbar:focus, 
#menu .btn-navbar:active, 
#menu .btn-navbar.disabled, 
#menu .btn-navbar[disabled] {
	color: #ffffff;
	/* background-color: #cb9802; */
}
#menu .btn-navbar i,
#info-menu .btn-navbar i {
 float: right;
 font-size: 22px;	
}
#info-menu .btn-navbar i {
 color: #555;;	
}
@media (min-width: 1200px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.flex-3 {
    margin-top:-50px;	
    }
}
@media (max-width: 1199px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
		padding-left: 15px;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}
/* content */
#content {
	min-height: 300px;
}
@media (max-width: 767px) {
   #content {
      min-height: 240px;
   }
   #logo img {
      margin-top: 6px;
   }
}
/* footer */
footer {
	margin-top: 90px;
	padding-top: 30px;
	background-color: #aaa;
	background-image: linear-gradient(#bbb, #999);
	border-top: 1px solid #ddd;
	color: #000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #eee;
}
footer a {
	color: #eee;
	font-weight:bold;
}
footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#footer-links {
padding:30px;
text-align: center;
}
#footer-links a {
display:inline-block;
padding:0 8px;    
}
footer .copyright {
text-align:center;
}
footer .copyright a,
footer .copyright a:hover {
color:#000;
font-weight:normal;    
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	font-size: .9em;
	overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3379bf;
	background-image: linear-gradient(to bottom, #3379bf, #125ba7);
	background-repeat: repeat-x;
	border-color: #125ba7 #125ba7 #105399;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #125ba7;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
/*
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
*/
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
/*
.list-group a {
	border: 1px solid #DDDDDD;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #222;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
}
*/
.list-group .active a {
	color:#fff;
	font-weight:bold;
}
/*
.list-group .active a, .list-group .active a:hover{
	color: #222;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
}
*/

.categories .list-group .active a {
    color: #444;
    font-weight: 500;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #eee;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.product-column-left {
   width: 100%;
   font-size: 14px;
   line-height: 1.6em;
}
.product-column-left p {
margin: 10px 0 0px;
}
/* product list */
.product-thumb {
	/*
    border: 1px solid #ddd;
	margin-bottom: 20px;
	*/
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	line-height: 1.5em;
}
.product-thumb .caption {
	height: 100px;
	text-align:center;
	line-height: 1.5em;
    overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
div.maincat-related-product .caption {
height:auto;	
}

@media (max-width: 1200px) {

}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 50%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 50%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

#product {
/* margin-top: 19px;  */  
}
#product label,
#product select {
font-size: 1em;
color: #000;    
}

#product select {
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
-ms-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-webkit-appearance: none;
appearance: none;
font: 400 13px Open Sans,sans-serif;
padding: 8px 38px 8px 5px;
background-position: right 12px center;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23707070' stroke-width='2' d='M1 1l6 6 6-6' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
height: 100%;
/* margin-bottom: 16px; */
width: 100%;
border: 1px solid #ccc;
border-radius: 6px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#product-image {
 width:100%   
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
	/*
    padding: 5px;
	border: 1px solid #ddd;
	*/
	text-align:center;
	border: 1px solid #fff;
    padding: 0;
    overflow: hidden;
}
.image-additional a:hover {
    border:1px solid #125ba7;
}
.image-additional {
	max-width: 100px;
}
.thumbnails .image-additional {
	/* float: left; */
	display:inline-block;
	margin-left: 7px;
}

.thumbnails li:nth-child(5n+2) {
	margin-left:0;
}
.thumbnail {
transition: border .1s ease-in-out;    
}
.thumb-label {
font-size: .8em;
padding-top: 4px;	
height: 40px;
overflow: hidden;
}

#input-quantity {
width:50px;
text-align: center;   
box-shadow: inset 0 1px 1px rgba(0,0,0,.135);
}

ul.product-thumbs {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
padding-left: 0;    
}

@media (min-width: 1200px) {

	#common-home .home-feature .product-thumb .image img {
    height:262px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

	#menu .nav > li > a {
		padding: 10px 11px 10px 15px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {

}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
/*
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
*/

#home-h1 {
display: block;
font-size: 1.1em;
font-weight: normal;	
margin: 0px 0 20px;
text-align:center;
background: #f5f5f5;
padding: 10px;
border-radius: 5px;
border: 1px solid #e4e4e4;
text-transform: uppercase;
}

h1.product-name {
	color:#2857a9;
	margin-top: 0;
	margin-bottom:15px !important;
}
.product-wish {
margin-bottom:15px;    
}
h1.compact {
margin: 0 0 15px 0;
font-size: 26px;    
}
/*
#common-home .product-thumb { 
border:none;	
}

#common-home .product-thumb .image img {
height:200px;
width:200px;
}

#common-home .product-thumb .caption {
    padding: 15px;
    min-height: 60px;
    text-align: center;
    background: #f0b500;
    width:200px;
    margin:0px auto;
}
#common-home .product-thumb .caption a {
	color:#fff;
}  
  */ 
#common-home .product-thumb .caption h4 {
	margin:0;
}
#common-home .product-thumb .caption {
    padding: 15px 0;
    text-align: center;
    margin:0px auto;
     min-height: 40px;
}
#common-home .product-thumb .image img {
/*
    height:200px;
width:200px;
*/
}

#common-home #content{
min-height:300px	
}

#info-links {
	font-size: 14px;
	font-weight:bold;
}
#info-links .list-inline {
margin-bottom: 0;
}
#info-links .list-inline>li {
	padding-left:15px;
	padding-right:15px;
}
#info-links a {
	color: #444;
}

.title-bar-yellow {
	margin: 0 0 30px 0;
	padding: 15px 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #eab71b;
	border: none;
}

.title-bar-blue {
	margin: 0 0 30px 0;
	padding: 15px 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #2857a9;
	border: none;
}
.title-bar-blue h2{
    font-size: 20px;
    margin:0;
    color: #fff;
    font-weight: bold;
}



.title-bar-sm {
	margin: 0;
	padding: 10px 0 15px;
	font-size: 18px;
}

.title-bar-yellow a,
.title-bar-yellow a:link,
.title-bar-yellow a:hover,
.title-bar-yellow a:focus {
	color:#fff;
}

columns_2 {
   display: block;
   column-count: 2;
   -webkit-column-count: 2;
   -moz-column-count: 2;
   
   column-width: 260px;
   -webkit-column-width: 260px;
   -moz-column-width: 260px;

   column-gap: 2.5em;
   -webkit-column-gap: 2.5em;
   -moz-column-gap: 2.0em;
}
.subcat_container {
   display: block;
   break-inside: avoid;
   -webkit-column-break-inside: avoid;
   page-break-inside: avoid;
}
.subcat_title {
   font-weight: bold;
   display: block;
   line-height: 1.4em;
   margin-bottom: 0.6em;
}
.subcat_links {
   list-style: outside;
   padding-inline-start: 30px;
   margin-bottom: 18px;
}
.subcat_links li {
/*
   list-style-type: circle;
   border-style: none;
   position: relative;
   display: block;
*/
   line-height: 1.4em;
   margin-bottom: 0.3em;
}
.subcat_links li a {
    color: #000;
    pointer-events: none;
}
.maincat-related-product h4 {
background-color:#2963c9;
color:#fff;
margin: 0 -20px 10px;
padding: 10px 20px;   
font-size: .9em;
line-height: 1.3em;
}
.maincat-related-product h4 a {
color:#fff;    
}
.maincat-related-product .caption p {
   font-size: .8em;
   line-height: 1.5em;
}
@media (min-width: 767px) {
   .maincat-related-product {
      min-width: 115px;
   }
}

.hide {
	display:none;
}

.categories .product-thumb {
border:none;
}

.categories .product-thumb .caption {
padding: 0 10px;
min-height: 60px;
height: auto;
margin: 0 0px 20px 0px;
background:#2857a9;
}
.categories .product-thumb .caption h4 {
margin-top: 0;
margin-bottom: 15px;
padding-top: 10px;
line-height: 1.3em;
font-weight:normal;
font-size: 16px;
}
.categories .product-thumb .caption a {
 display:block;   
}
.categories .product-thumb .caption a,
.categories .product-thumb .caption a:link,
.categories .product-thumb .caption a:visited {
color:#fff;    
}
.categories .product-thumb .caption a:hover, 
.categories .product-thumb .caption a:focus {
text-decoration:underline;
}
.dropdown-menu {
	padding:0;
	margin-top: 7px;
}

#menu .nav > li.active > a {
	background-color: rgba(0, 0, 0, 0.2);
}

#menu .dropdown-inner li.active > a {
	background: #2857a9;
	color: #ffffff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
#menu .see-all:hover,
#menu .see-all:focus {
	background: #2857a9;
	color: #fff !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
#menu .see-all:hover,
#menu .see-all:focus {
		color: #ffffff;
}

.tags {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.nowrap {
	white-space: nowrap;
}

div.pricebook_logo {
margin-top:0 !important;
margin-bottom:15px !important;
}

#top a.pricebook-top {
color: #fff;
font-weight: bold;
display: block;
margin-top: 5px;
line-height: 1.3em;
}

.pricebook .table > thead > tr > th {
vertical-align: middle;
background: #eee;
font-size: 12px;
padding: 2px 5px;
font-weight: normal;
}

.col-sku {
	width:10%;
}
.col-option {
	width: 320px;
}
.col-price {
	width: 12%;
	text-align:right;
}
.col-price span{
display:inline-block;

}
.col-qty {
	width: 12%;
	text-align:right;
	padding-right: 5px !important;
}
.col-bin {
    min-width: 80px;
	white-space: nowrap !important;
	text-align: right;
}
.pb-image {
	max-width:100%;
}

.pricebook h1 {
	margin-top: 0;
}

.pricebook h2 {
border-top: 1px solid #aaa;
padding-top: 10px;
}
.pricebook h3 {
    font-size: 18px;
}

input[type="text"].input-lg {
font-size: 18px;	
}

#resale-permit-info {
 margin-top: 104px;   
}


#creditCard li {
	display: inline;
	margin-right: 5px;
}

#creditCard img {
    margin-right: 5px;
    width: 50px;
}

#socialMedia li {
	display: inline;
	margin-right: 5px;
}

#socialMedia img {
    margin-right: 5px;
    width: 32px;
}

div.AuthorizeNetSeal {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 90px;
    font: normal 9px arial,helvetica,san-serif;
    line-height: 10px;
    display: inline-block;
}

a .a2a_svg {
width:23px !important;
height:23px !important;    
}

li.dropdown.open {
   position: initial;
}
li.dropdown.open .dropdown-wrapper {
   position: absolute;
   display: block;
   left: 0;
   right: 0;
   margin-top: 6px;
   z-index: 100;
   border-top: .3px solid #aaa;
   background-color: #fff;
   min-height: 140px;
   box-shadow: 0px 10px 20px -7px rgba(102,102,102,1);
/*   padding: 24px 48px;*/
   padding: 24px 8%;
}

li.dropdown.open .dropdown-wrapper ul {
   z-index: 101;
   display: block;
   position: relative;
   box-shadow: none;
   -webkit-box-shadow: none;
   border: none;
}
.nav-area {
   position: relative;
   margin: 18px 36px;
}
li.dropdown.open .dropdown-wrapper li a {
   white-space: normal;
   padding: 3px 3px;
}
#info-links .dropdown-wrapper ul li a {
   color: #000;
}
#info-links .dropdown-wrapper ul li a:hover {
   color: #709CCA !important;
   background-color: transparent;
}
#info-links .dropdown-wrapper ul li a.section_title,
#info-links .dropdown-wrapper ul.prod_info li a {
   font-weight: bold !important;
   color: #125ba7;
}
#info-links .dropdown-wrapper .tvtext a {
   font-weight: normal !important;
   color: #125ba7;
}

.tvtext {
   margin-top: 14px;
   font-weight: normal;
}
.tv_col li img {
   width: 95%;
   max-width: 220px;
}
.tv_col li p {
   max-width: 240px;
}

.prodinfo_col_left {

}
.prodinfo_col_left img {
   max-width: 100%;
}
.prodinfo_col_left ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}
.prodinfo_col_left ul li a {
   display: block;
   background: #a9a9a9;
   color: #fff;
   padding: 8px 10px;
   font-weight: bold;
   margin-bottom: 2px;
   font-size: 12px;
   line-height: 1.3em;
}
.video_btn_label {
   font-size: 14px;
   font-weight: bold;
   line-height: 1.2em;
   margin-bottom: 6px;
}
.video a span {
   display: inline-block;
   margin: 5px 8px;
   font-size: 16px;
   font-weight: bold;
   color: #000;
/*   max-width: 330px;*/
}
.faq-content h3 {
   font-weight: bold;
   font-size: 16px;
}

.left-img {
   float: left !important;
   margin-left: 0 !important;
   padding-left: 0 !important;
   width: inherit !important;
}
.left-img img {
   max-width: 100% !important;
}
.left-img .inline-caption {
   width: auto !important;
   max-width: 100% !important;
   margin: 6px 0 12px 0 !important;
}
.cts-center-col {
padding-left:5px;
padding-right:0;    
}
.flex-3 {
display:flex;   
margin-bottom:10px;
}
.flex-3 ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;  
    width: 100%;
    margin-left: 0;
    padding-left: 0px;  
    font-weight:bold;
}
.bubble-green {
display: inline-block;
/*
border: 8px solid #409d44;
border-radius: 8px;
*/
margin-bottom: 15px;
padding: 10px 8px;
color: #409d44;
font-weight: bold;
text-align: center;
font-size: 1.2em;
text-transform: uppercase;
}
.bubble-purple {
display: inline-block;
/*
border: 8px solid #83399c;
border-radius: 8px;
*/
margin-bottom: 30px;
padding: 10px 5px;
color: #83399c;
font-weight: bold;
text-align: center;
font-size: 1.2em;
text-transform: uppercase;
}
.didyouknow {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;  
    margin-left: 0;  
    margin-bottom:15px;  
}

@media (max-width: 480px) {
   .container-inline-img-with-caption,
   .container-inline-img-no-caption {
      float: left;
      width: 100%;
      font-size: 13px;
      text-align: left;
      color: #777;
      font-style: italic;
      line-height: 1.5em;
   }

   .container-inline-img-with-caption {
      margin: 6px 0 9px 0;
   }
   .container-inline-img-no-caption {
      width: auto; /*160px;*/
      margin: 0 0 10px 0;
   }
   .container-inline-img-with-caption img {
      float: left;
      margin-right: 14px;
      max-width: 150px;
   }
   .container-inline-img-no-caption img {
      float: left;
/*      margin-right: 12px;*/
      max-width: 150px;
   }

   .container-inline-img-with-caption .inline-caption {
/*      float: left;*/
      max-width: 300px;
      min-width: 200px;
/*      margin-left: 14px;*/
   }

   /* right-large image */
   .container-img-right-large {
      float: none;
      margin: 6px 0 6px;
      max-width: 100%;
   }
   .container-img-right-large img {
      max-width: 100%;
   }
   .container-img-right-large .caption {
      max-width: 100%;
      margin: 6px 0 10px;
   }
}

@media (min-width: 481px) {
   .container-inline-img-with-caption,
   .container-inline-img-no-caption {
      float: right;
      padding-left: 14px;
      font-size: 13px;
      line-height: 1.5em;
      font-style: italic;
      text-align: left;
      color: #777;
   }
   .container-inline-img-with-caption {
      width: 300px;
      margin: 0 0 10px 0;
   }
   .container-inline-img-no-caption {
      width: 160px;
      margin: 0 0 10px 10px;
   }
   .container-inline-img-with-caption img {
      float: left;
      max-width: 150px;
   }
   .container-inline-img-no-caption img {
      float: left;
      max-width: 100%;
   }
   .container-inline-img-with-caption .inline-caption {
      max-width: 150px;
      float: left;
      margin-left: 12px;
   }

   /* right-large image */
   .container-img-right-large {
      float: right;
      margin: 6px 0 6px 10px;
      max-width: 60%;
   }
   .container-img-right-large img {
      max-width: 100%;
   }
   .container-img-right-large .caption {
      max-width: 100%;
      margin: 7px 0 10px;
   }
}
.prod-info-chart {
   max-width: 100%;
   margin: 9px 0;
}

.mm-row {
   margin-bottom: 16px;
}
.mm-row img {
   vertical-align: text-top;
}
.accordion h3 {
   background-color: #ccc;
   color: #000;
   line-height: 1.5em;
   padding-left: 6px;
   clear: both;
}
#accordion .panel-title a.accordion-toggle{
display:block;
}
#checkout-checkout #accordion .panel-heading{
background-color:#e7e7e7;
background-image: linear-gradient(to bottom,#eeeeee,#dddddd);
background-repeat: repeat-x;
border-color:#dddddd #dddddd #b3b3b3 #b7b7b7;
}

#checkout-checkout label {
    font-size: 14px;
}    
    
.video a span {
   display: inline-block;
   vertical-align: middle;
   padding-left: 6px;
   width: calc(100% - 70px);
   line-height: 1.2em;
}

/* Product application detail */
.detailPageTitle {
   margin-bottom: 22px;
   color: #2857a9;
}
.prodapp_col_right {
   margin-top: 20px;
}
.prodapp_detail .main_img {
   width: 100%;
   max-width: 600px;
}
.prodapp_detail .prodapp_descr {
/*   margin-top: 34px;*/
   margin-top: 28px;
   margin-bottom: 18px;
}

.videoButton {
   position: relative;
   box-sizing: border-box;
   margin: 18px 0 12px;
   max-width: 200px;
}
.videoButton .titlebar {
   width: 100%;
   background-color: #f0b500;
   font-style: normal;
   padding: 12px 0;
}
.videoButton .titlebar h2 {
   font-size: 22px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   margin: 0;
}
.videoButton .titlebar h3 {
   font-size: 14px;
   font-weight: bold;
   color: #3752a7;
   text-align: center;
   margin: 7px 0 0;
}
.videoButton img {
   width: 100%;
}
.clear {
   clear: both;
   height: 0;
}
.videos_main #video {
   margin-top: 15px;
}

#prodAppNav {
   font-size: 11px;
   font-family: Arial, Helvetica, "sans-serif";
   line-height: 2.0em;
   padding-bottom: 12px;
}
#prodAppNav a {
   padding: 3px 0;
   color: #065bab;
   text-decoration: none;
}
#prodAppNav a.na {
   color: #bbb;
   pointer-events: none;
}

#contactLocation {
   font-style: italic;
}
#contactLocation a {
   font-style: normal;
}
@media (max-width: 767px) {
   #prodAppNav {
      font-size: 12px;
      line-height: 2.3em;
      padding-bottom: 0;
   }
}
.videos_col_left,
.prodapp_col_left {
   margin-top: 20px;
}
.prodapp_col_left img {
   width: 100%;
   max-width: 146px;
}
.mainPageTitle {
   margin-bottom: 22px;
   color: #2857a9;
   font-size: 36px;
}

#prod_applications {
   margin-top: 18px;
}

.prod_row a.prod_tile_link {
   text-decoration: none;
   margin: 12px 4% 12px 0;
   display: block;
   float: left;
}
.prod_row .prod_tile_link .photo img {
   max-width: 100%;
}
.prod_row .prod_tile_link .title {
   width: 100%;
   min-height: 46px;
   color: white;
   background-color: #075bab;
   line-height: 1.2em;
   box-sizing: border-box;
   padding: 9px;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}
.prod_row a.prod_tile_link {
	max-width:28%;
	height:auto;
}
.order-text {
margin-bottom: 30px;    
}
.danger {
color:#e3503e;    
}

.store_content h1 {
   color: #2857a9;
}
.store_detail {
   line-height: 1.6em;
}
.store_detail .store_hours {
   margin: 13px 0;
   display: inline-block;
}
.store_col {
   margin-top: 12px;
}
.store_map {
   margin: 12px 0;
}
.tap-store-rule {
   width: 100%;
   height: 1px;
   margin: 15px 0;
   border-bottom: .5px solid #AAA;
}
.manager-photo {
   display: block;
   clear: both;
   margin-top: 12px;
   margin-bottom: 12px;
}
#mapNote {
   font-size: 11px;
   line-height: 1.2em;
   margin-bottom: 28px;
   display: block;
}
.about-caption {
   font-size: 14px;
   line-height: 1.5em;
   margin-top: 6px;
   display: block;
}
.menu-panel {
  -webkit-columns: 5 200px;
     -moz-columns: 5 200px;
          columns: 5 200px;
  -moz-column-fill: auto;
       column-fill: auto;
   float: none;
   max-width: 1170px;
   margin: 0 auto;
}
#menu-wrapper {
   position: relative;
   width: 1170px;
   margin: 0 auto;
}
.shipchart th, .shipchart td { 
   border: 2px solid #000; 
   padding: 8px;
   font-size: 14px;
} 
#related-products {
margin-top:30px;
}
.no-border td {
border:none !important;    
}
.related-container {
    padding-top: 6px;
    border-top: 1px solid #aaa;
    margin-top: 18px;
}
.related-container h3 {
   margin-bottom: 24px;
}
.relProd {
   float: left;
   max-width: 174px;
   text-align: center;
   line-height: normal;
   margin-left: 15px;
}
.related-container .row {
   margin-bottom: 18px;
}
.col-sm {
    float: left;
    width: 30%;
    margin-right: 3%;
}
img.card-img-top {
    display: block;
    max-width: 100%;
}
.relProd .caption {
    padding: 10px 5px 12px;
    background-color: #075bab;
    color: #fff;
    font-size: 14px !important;
    font-weight: bold;
    min-height: 64px;
    font-style: normal !important;
}

#prodAppRelatedProd {
   margin-bottom: 28px;
}
#prodAppRelatedProd .relProd {
   margin-left: 0;
   margin-right: 15px;
}
#prodAppRelatedProd h3 {
   font-size: 16px;
   font-weight: bold;
   color: #125ba7;
}


.home-feature .product-thumb {
margin-bottom: 30px; 
border:none;   
position: relative;
box-shadow: 0px 0px 2px #bbb;
}
#common-home .home-feature .product-thumb .image img {
    width: 100%;
}
#common-home .home-feature .product-thumb h2 {
font-size: 1.5em;
font-weight:bold;
padding: 15px 5px;
color:#2857a9;  
margin: 0;
text-align:center;
}
#common-home .home-feature .product-thumb h2 a,
#common-home .home-feature .product-thumb h2 a:link,
#common-home .home-feature .product-thumb h2 a:hover {
color:#2857a9;    
}
.home-feature .desc {
text-align: center;
padding: 15px 5px 10px;
margin: 0;    
line-height: 1.5em;
position:absolute;
bottom:0;
width:100%;
background-color: rgba(40,87,169,.9);
font-size: 20px;
}
/*
.home-feature .desc p{
    vertical-align: middle;
    position: relative;
  top: 50%;
  transform: translateY(-50%);
}
*/
.home-feature .desc a,
.home-feature .desc a:link,
.home-feature .desc a:hover,
.home-feature .desc a:focus,
.home-feature .desc a:hover {
   color:#fff; 
}
tr.blue-border-btm td{
border-bottom:2px solid #065bab !important  
}
tr.border-blue-top td,
tfoot.border-blue-top{
border-top:2px solid #065bab !important;  
}
tr.border-top-sharp td,
tfoot.border-top-sharp{
border-top:1px solid #bbb !important;  
}
tr.blue-btm-sharp td{
border-bottom:1px solid #bbb !important;    
}

.well {
background-image: linear-gradient(#f6f6f6, #f2f2f2);
border: 1px solid #ddd;
box-shadow:none;
}

.no-margin {
margin:0;    
}

.shipping-estimator {
 
}
.shipping-estimator h4 {
  font-size:1em;  
}
.shipping-estimator h4 a{
    display:block;
    color:#286090;
    font-weight:bold;
}
.cart-estimator .panel-default {
    border: none;
}
.cart-estimator .panel-default > .panel-heading {
    text-align:right;
    background: none;
    border-color: none;
}

.OutOfStock {
font-size: 22px;
color:#AC1D21;
font-weight: bold;    
}

.align-center {
	text-align: center;
}

.social {
	text-align: center;
}

#error li {
	margin-left: 20px;
}
td.vertical-middle,
.vertical-middle td {
vertical-align:middle !important;	
}

#cimpayment label {
font-size:14px;
line-height: 20px;
padding-bottom: 5px;	
}
.search-well {
min-height: 20px;
padding: 19px;
background-color: #f5f5f5;
border-radius: 4px;
background-image: linear-gradient(#f6f6f6,#f2f2f2);
border: 1px solid#ddd;
box-shadow: none;
}


.category-short-description {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: -12px;
    margin-bottom: 22px;
}
#tap_contact_form {
    padding: 9px 13px 16px;
    background-color: #f5f5f5;
    margin-bottom: 24px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#tap_contact_form label {
    line-height: 1.1em;
}
#tap_contact_form .btn {
    margin-top: 12px;
}
#contact_tap fieldset legend {
    font-size: 0;
    margin-bottom: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
}
#contact_tap .form-group {
    margin-bottom: 6px;
}
#contact_tap fieldset .form-group label {
    font-size: 11px;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: -15px;
}
#contact_tap fieldset .form-group .g-recaptcha {
    margin-left: -15px;
    margin-bottom: 6px;
}
#contact_tap fieldset col-sm-10 {
    padding: 0;
}
#contact_tap #status {
    margin-top: 9px;
    font-size: 14px;
}
.mcart-product .cart-separator {
    padding-bottom: 15px;
    margin: 0 15px 15px;
    border-bottom: solid 2px #ddd;
    height: 2px;
}
.mcart-product .cart-separator-last {
    padding-bottom: 15px;
    margin: 0 15px 15px;
    border-bottom: solid 2px #065bab;
    height: 2px;
}
.mcart-product .img-thumbnail {
    float: right;
    width: 32vw;
    max-width: 140px;
    margin: 0 0 5px 12px;
}
.mcart-subtotal {
    float: right;
}
.mcart-blue-border {
    width: 100%;
    border-top: 2px solid #065bab;
    height: 2px;
    margin-bottom: 12px;
}

.prop65_wrapper {
    max-width:600px;
    padding-top: 15px;
    font-size: .8em;
    color:#444;
    float:none;
    line-height: 1.6em;
}

#prop-65-warnings {
    display: block;
    clear: both;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
.prop65warning {
   margin-bottom: 10px;
}
.prop65items {
   font-style: italic;
}
.account-list-group .list-group-item {
   position: relative;
   display: block;
   padding: 6px 9px;
   background-color: #fff;
   line-height: 18px;
   margin-left: 24px;
   border: none;
}
.inline-image img{
margin: 5px auto;
max-width: 100%;
}
.inline-image {
font-size:.9em;
text-align: center;    
color:#666;
font-style: italic;
max-width: 160px;
}
.product-information .inline-image {
padding: 0 10px 5px 5px;    
}
.left-float {
float:left; 
padding: 5px 15px 5px 0px;   
}

#hazardWarning {
margin-top:30px;   
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#edit-page {
display:block;
margin-bottom:30px;    
}

.addthis {
    margin: 30px 0; 
}


.topSellers { 
    margin: 0 auto 60px auto; 
    width: 100%; 
}

.product-slide{
	float: left;
	margin-right: 2px;
	width: 16.666%;
	text-align: center;
	line-height: 1.25em;
}

.product-slide img{
	border: none;
	width: 100%;
}

.product-slide .productTitle {
	padding: 5px 5px 5px;
	background-color: #2963c9;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 52px;
	margin-right: 1px;
	margin-left: 1px;
}

.product-slide .productTitleSmall {
font-size: 11px;
line-height: 1.3em;
}

div#bottom_text {
	margin-top: 40px;
	border: 1px solid #ccc;
	padding: 20px 30px;
	line-height: 1.5em;
	font-size: 1.1em;
	background-color: #e3eeff;
}

.slick-prev, .slick-prev:hover {
	background-color: rgba(240, 240, 240, 0.9)  !important;
	height: 60px !important;
	width: 45px !important;
	left: 0 !important;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	z-index: 100;
}

.slick-next, .slick-next:hover {
	background-color: rgba(240, 240, 240, 0.9)  !important;
	height: 60px !important;
	width: 45px !important;
	right: 0 !important;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	z-index: 100;
}

.slick-prev:before, .slick-next:before { color: #000; content: ''; }

.slick-list { z-index: 50; }

#toggle-ups-account {
display: inline-block;
margin-left: 10px;
}

#bill-ups-account {
margin:15px 0 30px;	
}

#ups-account-number {
width: 150px;	
}

#toggle-ups-account {
	
}
.ups-label {
display: inline-block;
margin-right: 10px;
}
#ups-submit {
height: 34px;
}
#ups-inputs {
display:none;
}
#ups-invalid {
	margin-top:5px;
	display:none;
}

#checkout-cart .well.totals {
border-radius: 0;	
}

.alert-warning {
border-color: #f0ad4e;
background-color: #FCE2CC;
color: #482100;	
}

.alert-info {
color: #1C3D76;
background-color: #EAEEF6;
border-color: #D4DDEE;
}


#payment_customer_type_business {
margin-left:15px;    
}

.alert-dismissable .close, .alert-dismissible .close {
top:3px;
right:0;    
}

ul.category-keywords {
font-weight:bold;   
padding-left: 15px;
}

blockquote.category-quote {
margin: -45px 0 0 0;
border:none;
}

blockquote.category-quote p {
font-style: italic;
margin-bottom: 0;
line-height: 1.5em;
color: #333;
font-size: .9em;
}

blockquote.category-quote p::before,
blockquote.category-quote p::after {
content: "“";
color:#f0b500;
font-size: 6rem;
margin: 0 0 0 -3rem;
position: absolute;
}

blockquote.category-quote p::after {
content: "”";
padding: 10px 0 0 0px;
float: right;
position: relative;
margin:0;
}

blockquote.category-quote cite {
font-size: .9em;
}

.search-heading {
margin: 0;
line-height: 2.6em;    
}

p.sub-text {
color: #666;
font-style: italic;
line-height: 1.4em;
font-size: .9em;
margin-top: 15px;    
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/* Product application related product tiles */
@media (min-width: 768px) {
   #prodAppRelatedProd .relProd {
      max-width: 43%;
      margin-right: 12px;
   }
   #prodAppRelatedProd .relProd .caption {
      font-size: 12px !important;
      line-height: 1.35em;
      min-height: 70px;
   }
}
@media (max-width: 767px) {
   #prodAppRelatedProd .relProd {
      max-width: 132px;
      margin-bottom: 18px;
   }
   
   .flex-3 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-size:.9em;
    }
    
    .search-well input,
    .search-well select {
     margin-bottom:10px;
    }
}
@media (min-width: 992px) {
   .clear-md {
        clear:both;   
    }
}
/* Product application mainpage tiles */
@media (min-width: 1200px) {
   .prod_row a.prod_tile_link {
      max-width: 16%;
      height: 150px;
   }
   .prod_row .prod_tile_link .title {
       height: 63px;  
   }
}
@media (max-width: 1199px) {
   .prod_row a.prod_tile_link {
      max-width: 20%;
      height: 146px;
   }
   .prod_row .prod_tile_link .title {
       height: 63px;  
   }
    #common-home .home-feature .product-thumb h4 {
        white-space: nowrap;
        font-size: 20px;
    }
    .bubble-purple,
    .bubble-green {
        font-size:1em;   
    }
    .flex-3 ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-size:.9em;
    margin: 15px 0 0px 20px;
    }
     
    .product-thumb h2,
    #common-home .home-feature .product-thumb h2 {
    font-size: 18px;
    }
    td.payment-label {
    width:150px;    
    }
    .product-thumb h4 {
        font-size:14px;
        line-height:1.5em;
    }
    .home-feature:nth-child(4n + 3) {
        clear:both;   
    }
}

@media (max-width: 991px) {
   .prod_row a.prod_tile_link {
      max-width: 20%;
      height: 136px;
   }
   .prod_row .prod_tile_link .title {
       height: 63px;  
   }
   .categories .product-thumb .caption {
     height:auto;  
   }
   #logo {
	margin-top:0;	   
   }
	.home-feature:nth-child(odd) {
	clear:both;   
	}
	blockquote.category-quote {
	clear: both;
	margin-top: 0;
	padding-top: 30px;
	}
	.search-heading {
        line-height:1em;
        margin:0 0 15px 0;
    }
}
@media (max-width: 767px) {
   .prod_row a.prod_tile_link {
      max-width: 16%;
      height: 160px;
   }
   .prod_row .prod_tile_link .title {
       height: 63px;  
   }
   .search-bar {
	   padding-bottom: 10px;
   }
   	#menu .nav > li > a {
	padding: 10px 8px 10px 25px;
	}
	.clear-md {
        clear:both;   
    }
    .breadcrumb {
	   padding: 2px; 
	   margin-bottom:15px;
    }
    .breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	}
    .breadcrumb > li::after {
	    width: 10px;
		height: 10px;
		top: 8px;
	}
	h1.product-name {
    font-size: 26px;
    }
    .image-additional {
	    max-width: 30%;
	}
	#top-links .list-inline > li {
	    display: inline-block;
	    margin: 5px 0 10px;
        padding: 0 15px;
	}
	#top-links.pull-right {
		
	}
	#top-links {
		font-size: 20px;
	}
	#top-links .fa {
    font-size: 32px;
    }
    #info-menu #category {
	    color:#111;
	    font-weight: normal;
	}
	#logo {
		margin: -10px 0 5px 0;
	}

}
@media (max-width: 630px) {
   .prod_row a.prod_tile_link {
      max-width: 19%;
      height: 160px;
   }
   .prod_row .prod_tile_link .title {
       height: 77px;  
   }
}
@media (max-width: 580px) {
   .prod_row a.prod_tile_link {
      max-width: 26%;
      height: 180px;
   }
   .prod_row .prod_tile_link .title {
       height: 77px;  
   }
   #top-links .list-inline > li {
	    padding-right: 10px;
	    padding-left: 10px;
	}
    .product-column-left {
        margin-top:30px;
    }
    .categories .product-thumb .caption h4 {
    font-size: 15px;
    padding: 10px 10px;
    }
}
@media (max-width: 540px) {
   .prod_row a.prod_tile_link {
      max-width: 24%;
      height: 170px;
   }
   .prod_row .prod_tile_link .title {
       height: 77px;  
   }
   #common-home .home-feature .product-thumb h4 {
        white-space: nowrap;
        font-size: 16px;
    }
    #menu .btn-navbar,
    #info-menu .btn-navbar {
    width:96%   
   }
   .product-thumb h2, #common-home .home-feature .product-thumb h2 {
        font-size: 16px;
    }
    #common-home .home-feature .product-thumb h2 {
    padding:5px 5px 15px;    
    }
}
@media (max-width: 425px) {
   .prod_row a.prod_tile_link {
      max-width: 28%;
      height: 150px;
   }
   .prod_row .prod_tile_link .title {
       height: 77px;  
   }
    .flex-3 ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    
    #common-home .home-feature .product-thumb h2 {
    
    }
    #common-home .col-sm-6.home-feature .product-thumb h2 {
        height:40px;
        font-size: 14px;
    }
    
}
@media (max-width: 400px) {
   .prod_row a.prod_tile_link {
      max-width: 29%;
      height: 150px;
   }
   .prod_row .prod_tile_link .title {
       height: 76px;  
   }
}
@media (max-width: 374px) {
   .prod_row a.prod_tile_link {
      max-width: 40%;
      height: 160px;
   }
   .prod_row .prod_tile_link .title {
       height: 63px;  
   }
}

@media print {
    .pagebreak { page-break-before: always; } 
}

