* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/**** CONTAINER ****/
.wrapper:before, .wrapper:after, #content:before, #content:after {content: " ";display: table;}
.wrapper:after, #content:after {clear: both;}
.wrapper, #content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .wrapper, #content {
    padding-right: 15px;
    padding-left: 15px;
	width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .wrapper, #content {
    padding-right: 15px;
    padding-left: 15px;
	width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .wrapper, #content {
    padding-right: 15px;
    padding-left: 15px;
	width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .wrapper, #content {
    padding-right: 15px;
    padding-left: 15px;
	width: 1140px;
    max-width: 100%;
  }
}

.wrapper#home { background:url(../images/glow.png) center 305px no-repeat;}
#home #content {padding:0;}

/**** HEADER ****/
#header {
	margin:0 auto;
	border-bottom:1px solid #FFF;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #e7e7e7);
	background-image: -ms-linear-gradient(top, #fff, #e7e7e7);
	background-image: -o-linear-gradient(top, #fff, #e7e7e7);
	background-image: -webkit-linear-gradient(top, #fff, #e7e7e7);
	background-image: linear-gradient(top, #fff, #e7e7e7);
}
@media (min-width:992px){
	#header {
		background:#fff url(../images/menu.png) 0 bottom repeat-x;
	}
}
#logo {
	height:60px;
	width:73px;
	display:block;
	background:url(../images/logo.png) center 0 no-repeat;
	margin:0 auto;
	background-size:auto 100%;
}
@media (min-width:992px){
	#logo {
		height:156px;
		width:20%;
		float:left;
		margin:0;
	}
}
#right-header{
	margin:0 auto;
	text-align:center;
}
@media (min-width:992px){
	#right-header{
		/*height:156px;*/
		width:79%;
		float:right;
		text-align:right;
	}	
}
#welcome{ text-align:center; }
@media (min-width:992px){
	#welcome{
		padding:24px 25px 0 0 ;
		height:23px;
		width:283px;
		text-align:right;
	}	
}
#welcome span, #welcome a{ color:#0772b9;}
#welcome span#sep{color:#12293b; padding:0 5px;}
#cart{
	height:45px;
	/*width:164px;
	float:left;*/
	background:url(../images/cart.png) 0 0 no-repeat;
	padding:12px 10px 0 54px;
	font-size:15px;
	text-shadow:1px 1px 0 #062b47;
	color:#FFF;
	cursor: pointer;
}
@media (min-width:992px){
	#cart{margin-top:12px;}	
}
#header #cart .minicart a {
	color:#FFF;
}
/**** SEARCH ****/
#search{
	width:160px;
	height:32px;
	padding:4px 4px 4px 14px;
	background:url(../images/find.png) 0 0 no-repeat;
	margin-top:6px;
}
@media (min-width:992px){
	#search{margin-top:18px;}	
}
#search input.email{
	background:transparent;
	width:102px;
	height:22px;
	border:0px;
	padding:5px 5px 3px 0;
	color:#999999;
	float:left;
	font:12px;
}
#search input.go{
	background:transparent;
	width:31px;
	height:24px;
	border:0px;
	float: left;
	cursor:pointer;
}
.sort-box-container .sort-box {
	width: 35%;
	float: left;
}
.sort-box-container .sort-box-nav {
	width: 65%;
	float: right;
}
.sort-box-container .sort-box-nav .simple-list-left {
	padding-top: 0;
	float: right;
}
.sort-box-container .sort-box-nav .simple-list-left .nav-pages-title,
.sort-box-container .sort-box-nav .item-right {
	display: none;
}
.search-sort-bar .search-sort-cell {
	padding-left: 15px;
}
/**/
#tag{
	padding-top:7px;
	/*height:35px;
	float:left;
	width:500px;*/
	color:#091a29;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
@media (min-width:992px){
	#tag{
		padding-top:17px;
		height:35px;
		width:500px;
		text-align:right;font:bold 16px Arial, Helvetica, sans-serif;
	}	
}
/**/
#right-header #phone {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#80660a;
	text-align: center;
	padding-top:5px;
}
@media (min-width:992px){
	#right-header #phone {
		width:202px;
		font:bold 18px Arial, Helvetica, sans-serif;
		color:#80660a;
		text-align:right;
		padding-top:17px;
	}	
}
#cart, #search{ display:inline-block; vertical-align:top}
@media (min-width:576px){
	#welcome, #tag, #phone{ display:inline-block; vertical-align:top}
	#welcome, #cart, #tag{ padding-right:25px}
	#welcome{vertical-align: middle;}
}

/* Menu */

@media (min-width:768px) and (max-width:991px){
	.menuzord-menu.menuzord-right{margin-right:10px;}
}

.megamenu p#searchby {
    clear: both;
    border-top: 1px solid #CCC;
    padding-top: 18px;
}
.megamenu ul{
	list-style:none;	
}
.megamenu li a {
	font-size:14px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    color: #000;
    background: url(../images/bullet.png) 0 5px no-repeat;
    padding: 0 0 0 10px;
    height: auto;
    display: block;
    text-shadow: none;
    margin-bottom: 10px;
	line-height:1.3
}
.megamenu li a:hover {
    background: url(../images/bullet.png) 0 5px no-repeat;
    color: #2eafde;
}
.megamenu h1{
	font-size:20px;
	font-weight:600;
	color: #0e73b3;
	margin-bottom:5px;
}
.megamenu  h1 span{
	font-weight:700;
	color: #000;
}
@media (min-width:768px){
	.mega-separator{
		border-left:1px solid #ccc;
		padding-left:4%;
		position:relative;
	}
	.mega-separator #or{
		position:absolute;
		left:-14px;
		top:50%;
	}
	#searchby{font-size:13px; }
	#srh{color:#000;font-weight:700;font-size:14px;}
	#pcode{color: #0e73b3;font-weight:700;font-size:14px;}
}

/*BANNER*/
#stage{margin:20px auto 0;}
#slide{width:100%;}

/*4 BOXES*/
#slide-box-bucket{
	margin:0 auto;
	padding:0; 
	/*width:998px;*/
	min-height:227px;
	border-top:1px solid #727575;
}
#slide-box-bucket:after{
	content: " ";display: table; clear:both;
}
.slide-box{
	margin-top:16px;	
}
@media (min-width:992px){
	#slide-box-bucket{background: url(../images/slidebox.png) 0 0 repeat-x;}
	.slide-box{
		float:left;
		width:23.5%;
		margin-right:1.5%
	}
	.slide-box-nav-summary-wrapper{float:right; width:24.5%;}
	.slide-box-nav-summary-wrapper .slide-box {
		float: none;
		width:100%;
		padding-top: 15px;
	}
}
.slide-box h1{
	background:url(../images/box-top.png) 0 0 repeat-x;
	border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	padding:14px 20px;
	color:#d2d2d2;
	font:normal 15px 'Open Sans', sans-serif;
	text-transform:none;
	margin:0;
	padding: 5px 20px;
}
.slide-box div.slide-content{
	border-radius: 0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	padding:0 20px;
	color:#b4b4b4;
	font-size:12px;
}
.slide-box div.slide-content#slide-content-four {
	padding: 0;
}
#video-preview-wrapper .video-preview {
	width: 100%;
}
#video-preview-wrapper .video-embed {
	display: none;
}
.homepage-popup-video-placeholder {
	width: 560px;
	height: 315px;
}
@media (min-width:992px){
	.slide-box div.slide-content{
		min-height:122px;
	}	
}
.slide-box div#slide-content-one{background:#020a14 url(../images/box-one-bg.png) 0 bottom repeat-x;}
.slide-box div#slide-content-two{background:#0c141d url(../images/box-two-bg.png) 0 bottom repeat-x;}
.slide-box div#slide-content-three{background:#0f1a19 url(../images/box-three-bg.png) 0 bottom repeat-x;}
.slide-box div#slide-content-four{background:#020a14 url(../images/box-four-bg.png) 0 bottom repeat-x; overflow:hidden; font-style:italic; line-height:normal;}
@media (min-width:992px){
	.slide-box div#slide-content-four{height:132px;}	
}
.announcment2-wrapper .more-link {
	text-align: right;
}
.announcment2-wrapper .more-link a {
	color: #ffffff;
}
/*Selected*/
.selected{
	background:url(../images/box-active-bg.png) 0 bottom repeat-x #747676;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
}
.selected h1{
	background: none;
	color:#caecf4;
}
.selected div.slide-content, .selected div#slide-content-one, .selected div#slide-content-two, .selected div#slide-content-three,.selected div#slide-content-four{
	background:none;
	color:#FFF;
}

/**** CONTENT ****/
#content{
	background:#FFF url(../images/content.png) 0 0 repeat-y;
	/*background:#FFF;*/
	margin:10px auto;
	/*width:1000px;*/
	box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-moz-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
}
@media (min-width: 1200px) {
  #content {background-size:244px auto;} 
}
@media (max-width:991px){
	#content{
		background:#FFF;
	}
}
#content.specialnews {
    padding: 40px 44px;
    background: #FFF;
}
#content.specialnews table img {
    max-width: 150px;
    height: auto;
}
#content.welcome {
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
}
#left-col{
	padding-bottom:10px;
	position:relative;
	background:#373f48;
	margin-bottom:30px;
	margin-left:-15px;
	margin-right:-15px;
}
#right-col{
	position:relative;
}
#right-col img, #right-col iframe{ max-width:100%; height:auto}
@media (min-width:992px){
	#content{
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		-o-border-radius:6px;
		-ms-border-radius:6px;
	}
	#left-col{
		margin-bottom:0;
		float:left;
		margin-left:-15px;
		width:22%;
		border-radius: 6px 0 0 0;
		-webkit-border-radius: 6px 0 0 0;
		-moz-border-radius: 6px 0 0 0;
		-o-border-radius: 6px 0 0 0;
		-ms-border-radius: 6px 0 0 0;
	}
	#right-col{
		float: left;
		width:77%;
		padding:40px 0 40px 44px;
	}
}
/**/
#left-col h1{
	/*background:url(../images/left-col-head.png) 0 0 no-repeat;*/
	padding:21px;
	font:24px/1 'Open Sans', sans-serif;
	font-weight:700;
	color:#FFF;
	text-shadow:1px 2px 4px #000;
	margin:0;
	border-radius:6px 0 0;
	-webkit-border-radius:6px 0 0;
	-moz-border-radius:6px 0 0;
	-o-border-radius:6px 0 0;
	-ms-border-radius:6px 0 0;
	background-color: #373f48;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #373f48, #292f36);
	background-image: -ms-linear-gradient(top, #373f48, #292f36);
	background-image: -o-linear-gradient(top, #373f48, #292f36);
	background-image: -webkit-linear-gradient(top, #373f48, #292f36);
	background-image: linear-gradient(top, #373f48, #292f36);
	border-top:1px solid #565d65;
	border-top:1px solid #252b31;
	border-top:1px solid rgba(255,255,255,0.1);
}
#left-col div.leftcol-septr{
	/*background: url(../images/left-col-septr.png) 0 0 no-repeat;*/
	height:31px;
	margin-top:-2px;
}
div#testimonial{
	min-height:148px;
	/*background:url(../images/leftmenu-btm-sdw.jpg) right 0 no-repeat;*/
	padding:40px 20px 20px;
	font:italic 13px/1.3 Verdana, Geneva, sans-serif;
	color:#a7a7a7;
	position:relative;
	border-top:1px solid rgba(255,255,255,0.1);
}
#quot-one{
	position:absolute;
	top:20px;
	left:-15px;
}
#quot-two{
	position:absolute;
	top:-15px;
	right:-6px;
}
div#testimonial p{
	position:relative;
	margin-top:20px !important;
}
#testi-name{
	font-weight:bold;
	color:#FFF;
}
#testi-designation{
	color:#30afde;
}
/* LEFT SECTIONS */
.left-section-one{
	background: url(../images/hydraulic-conductivity/details/left-col2.png) right 0 repeat-y;
	padding:30px 25px 25px;
	border-bottom:1px solid #373f48;
	color:#aab8c7;
	text-shadow:1px 1px 0 #394552;
	line-height:normal;
}
.left-section-one .price, .left-section-two .price{
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
}
.left-section-two{
	background:#4f6072 url(../images/hydraulic-conductivity/details/left-col3.png) right 0 no-repeat;
	padding:30px 25px 25px;
	color:#aab8c7;
	text-shadow:1px 1px 0 #394552;
	line-height:normal;
}
/* BREADCRUMB */
#breadcrumb{
	float:left;
	height:40px;
}
#breadcrumb .sept{
	padding:0 8px;
}
#print{
	float: right;
	height:40px;
	width:30px;
}
/* THUMBNAIl GRID */
.thumbnail-grid-top {
	background:url(../images/grid-top.png) center 0 no-repeat;
	height:13px;
}
.thumbnail-grid-btm {
	background: url(../images/grid-bottom.png) center 0 no-repeat;
	height:33px;
}
.thumbnail-grid {
	margin:0;
	padding:20px 0 5px;
	display:block;
	list-style:none; 
	position:relative;
	text-align: left;
	background:url(../images/grid-bg.png) center 0 repeat-y;
}
.thumbnail-grid li {
	display: inline-block;
	width:100%;
	margin:0 auto;
	vertical-align:top;
	min-height:260px;
	text-align:center;
}
@media (min-width:768px){
	.thumbnail-grid li {
		width:31%;
		margin:0 18px 0 0;
	}
}
.thumbnail-grid li img {
	box-shadow:0 0 6px #333;
	-webkit-box-shadow:0 0 6px #333;
	-moz-box-shadow:0 0 6px #333;
	-o-box-shadow:0 0 6px #333;
	-ms-box-shadow:0 0 6px #333;
	padding:8px;
	background:#FFF;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.thumbnail-grid li img:hover {
	box-shadow:0 0 12px #000;
	-webkit-box-shadow:0 0 12px #000;
	-moz-box-shadow:0 0 12px #000;
	-o-box-shadow:0 0 12px #000;
	-ms-box-shadow:0 0 12px #000;
}
.thumbnail-grid li p {
	text-align:center;
	color:#373f48;
	font:14px 'Open Sans', sans-serif;
}
.thumbnail-grid li p a{color:#373f48;}
.thumbnail-grid li:nth-child(3n) {
	margin-right:0;
}
.thumbnail-grid li p.ndic-extra-url {
	text-align: left;
}
.thumbnail-grid li p.ndic-extra-url img {
	background: transparent;
	padding: 0;
	max-height: 15px;
	vertical-align: middle;
	box-shadow: none;
}
/**/
.top-sdw{
	background: url(../images/top-sdw.png) center 0 no-repeat;
	height:12px;
}
/* PRODUCT LIST*/
.product-list{
	padding:30px 0;
	border-bottom:1px solid #d3d3d3;
}
.product-list#last{
	border-bottom: none;
}
.product-list img.thumb, .product-list div.img-thumb{
	padding:8px;
	border:1px solid #d3d3d3;
	float:left;
	margin-right:32px;
}
.product-list div.info{
	float:left;
	/*width:495px;*/
	line-height:20px;
}
.product-list div.info button{ padding:3px 15px; margin-top:5px;}
.product-list div.info p{ margin-top:5px;}
div.product-labels{
	float:left;
	width:110px;
	padding:7px 0;
}
div.product-values{
	float:left;
	/*width:250px;*/
	padding:7px 0;
}
.product-labels strong, .product-values strong{font-family: 'Open Sans', sans-serif;}

.a-button-view-details:hover {
	text-decoration: none;
}

/* DETAILS */
#details-thumb{
	float:left;
	margin-right:50px;
	/*width:262px;*/
	padding-top:36px;
}
#details-thumb .small-th{
	margin-top:15px;
}
#details-thumb .gap{
	margin-right:21px;
}
#details, .product-details .details {
	float:left;
	/*width:400px;*/
	padding-top:36px;
}
#details h1, .product-details .details h1{
	text-transform:none;
	font-size:20px;
	line-height:1.4
}
#details .product-option, .product-details .details .product-option{
	margin:10px 0 5px;
}

#details div.product-labels, .product-details .details div.product-labels{font:14px 'Open Sans', sans-serif;}
#details div.price, .product-details .details div.price{font:18px 'Open Sans', sans-serif;}

/* CATEGORY */
.dialog-category-products-list .category-navigation-container-top .item-left,
.dialog-category-products-list .sort-box-container {
	display: none;
}
.dialog-category-products-list .category-navigation-container-bottom .item-left {
	float: right;
}
.per-page-selector {
	display: none;
}

/* VIDEO */
.vdo {
	margin:0;
	padding:30px 0;
	display:block;
	list-style:none; 
	position:relative;
	text-align: left;
}
.vdo li {
	display: inline-block;
	/*width:214px;*/
	margin:0 30px 0 0;
	vertical-align:top;
	min-height:134px;
}
.vdo li:nth-child(3n) { margin-right:0}
.vdo li a:hover{
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);
}
/*ALSO BOUGHT*/
.bought-grid {
	margin:0;
	display:block;
	list-style:none; 
	position:relative;
	text-align: center;
}
.bought-grid li {
	display: inline-block;
	/*width:160px;*/
	margin:0 70px 0 0;
	vertical-align:top;
	min-height:200px;
}
.bought-grid li img {
	border:1px solid #cfcfcf;
	padding:6px;
	background:#FFF;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.bought-grid li img:hover {
	box-shadow:0 0 9px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-o-box-shadow:0 0 9px rgba(0,0,0,0.5);
	-ms-box-shadow:0 0 9px rgba(0,0,0,0.5);
}
.bought-grid li p {
	text-align:center;
	color:#373f48;
	font:14px 'Open Sans', sans-serif;
}
.bought-grid li p a{color:#373f48;}
.bought-grid li:nth-child(3n) {
	margin-right:0;
}

/**** FOOTER ****/
#footer-full{
	background:#686868 url(../images/footer.png) 0 0 repeat-x;
	padding:26px 5px 30px;
	border-top:1px solid #1c1c1c;
	margin-top:20px;
}
#footer{
	margin:0 auto;
	max-width:1140px;
	color:#FFF;
}
#footer a{color:#FFF; padding:0 5px;}
#footer a:hover{color:#FFF;}
#footer-nav{ text-align: left;}
@media (min-width:768px){
	#footer-nav{ text-align:center; padding-bottom:10px;}
}
@media (min-width:992px){
	#footer-nav{ text-align: left; padding-bottom:0; float: left; width:60%}
}
#footer-nav a{ padding:0 6px;}
#footer-nav a:first-child{ padding-left:0;}
#footer-nav .ico-alert {
	height: 18px;
	vertical-align: bottom;
	padding-bottom: 4px;
}
#footer-marquee {
	clear:both;
	margin:10px auto 0 auto;
	padding:4px;
	width:100%;
	max-width:1140px;
	overflow:hidden;
	background-color:#FFFFFF;

15:24 1/31/2019
	color:#000;
}
#copy{
	font-size:11px;
	line-height:normal;
	padding:15px 0
}
@media (min-width:768px){
	#copy{
		float:left;
		width:55%; 
		text-align:right;
		padding:0;
		padding-right:20px;
		background:url(../images/copy.png) right 0 no-repeat;
	}	
}
@media (min-width:992px){
	#copy{
		text-align:right;
		width:auto;
	}	
}

/**** SOCIAL MEDIA ****/
#social {
	height:33px;
}
@media (min-width:768px){
	#social {
		width:45%;
		float: right;
		padding:8px 0 0 30px;
	}	
}
@media (min-width:992px){
	#social {
		width: auto;
		padding:5px 0 0 30px;
	}	
}
#social a{
	width:33px;
	height:33px;
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 !important;
}
#social a:hover{
	background-position:0 bottom;
}
#social a#fb{background-image:url(../images/fb.png); margin-right:5px;}
#social a#yt{background-image:url(../images/yt.png); margin-right:5px;}
#social a#wp{background-image:url(../images/wp.jpg); margin-right:5px;}
#social a#tw{background-image:url(../images/tw.png);}
#social a#gp{background-image:url(../images/gp.png);}

/**/
.left-section{
	padding:30px 25px 30px 0;
	border-bottom:1px solid #a5a5a5;
}

#featured .fragment a.button-1{
	background: url(../images/button1.jpg) center 0 no-repeat;
	color:#000;
	text-shadow:0 1px 0 #cb4f1c;
}
#featured .fragment a.button-1:hover{
	color:#000;
	text-shadow:0 1px 0 #f4a025;
}

div.header-sep {height: 30px !important;}

.content table{width:100%;}

@media (max-width:767px){
	.printable-bar, #location{height: auto !important; padding-bottom:10px}
	.content .data-table tr td:first-child, .content .data-table tr td:nth-child(2n){
		display: inline-block;
		padding:0
	}
	.content .data-table tr td:last-child{
		display:block;
		margin-bottom:10px;
		clear:both;
		padding:0
	}
	#dealer-table td {
		display: block;
		float: left;
		width: 100%;
		word-break:break-all
	}
}
@media (min-width:768px) and (max-width:991px){
	#dealer-table td {
		display: inline-block;
		width: 50%;
		word-break:break-all
	}
}
@media (min-width:992px) and (max-width:1199px){
	#left-col h1 { font-size:18px;}
}

/* Product Details */
@media (max-width:1199px){
	.product-added{
		width: 80% !important;
		top: 15% !important;
		left:10% !important;
	}
	.product-added .ui-dialog-content{width: 100% !important;}
}
.product-added h1 {margin: 25px 0 !important;height:auto !important;}
.product-added.ui-dialog .ui-dialog-titlebar-close span{line-height:.8!important;}
.product-added.ui-dialog .ui-dialog-titlebar { height: auto !important; padding: 12px 35px !important;}
@media (max-width:767px){
	#cart-thumb{padding-bottom:10px !important;}
	#your-cart {border-left: none !important;}
	#your-cart-top, #your-cart-bottom{padding-left:0 !important;}
	#your-cart-bottom .pull-left{float: none !important; margin-bottom:10px !important;}
	.cart-list li p{text-align:left !important;}
	.cart-list{text-align:left;}
	.cart-list li button{margin:0 !important;}
	div.header-sep{ background-size:100% auto;}
	#orderform table td{display:block;}
}
#your-cart{margin-top:15px;}
div.header-sep{background-position:50% 0 !important;}
#cartquoteform tr th:first-child{width:30%;}
#cartquoteform input[type="text"], #cartquoteform input[type="password"]{ width:100%}

/* Checkout */
div.checkout-container input {
	height: 28px !important;
}
div.checkout-container select {
	height: 38px !important;
	width: 80%;
}
ul#opc-sections {
	min-width: auto;
}
@media (max-width:767px){
	ul#opc-sections li.opc-section {
		width: 100%;
	}
	.checkout-buttons {
		position: static;
	}
}


/* 404 */
body.page-404 #left-col {background:none !important;}


/* Address */
.suggested-address-item-wrapper {
	font-style: italic;
}


/* Contact */
.form-contactus .g-recaptcha iframe {
	max-height: 78px;
}


/* Colorbox */
#colorbox {
	overflow: visible;
}

/* Soilmoisture shipping field */
.soilmoisture-shipping-field.soilmoisture-shipping-field-missing-required {
	border: 1px solid #ce0000;
	color: #ce0000;
	background: #ffebeb;
}