#logo img {max-height:72px;} /* header */
.logo-small {max-height:72px;} /* footer */
.DLTquickOrder {width:55px;text-align: right;}
.DLTquickForm {margin-top:5px;margin-bottom:20px;}
.DLTorderButton {color:white;padding-top:2px;padding-bottom: 2px;height:45px;}
.DLTorderButton:hover {background: white; border:1px solid #8BAD00; color:#8BAD00;}
.DLTtopMargin {margin-top:5px;}
.DLTquickTotal {
	float:left; width:70px;
	text-align: right;
	background: white;
	border:1px solid #aaa;
	margin-top: 5px;
	margin-right: 10px;
	height: 30px;
	padding: 5px;
	overflow: hidden;
	color:#8bad01;
}
.DLTorderFormTotal {margin-top: 0;}
.DLTorderImage {width:100%;max-height: 300px;}
.DLTpageImage {width:100%;}
.DLTorderCost {font-size: 12px;color:green;}
.DLT2colimage {max-height: 405px;}
/* START shopping cart */
.basket { display:block;width:100%;margin-top:20px;padding:5px;box-sizing: border-box;border:1px solid yellowgreen; }
.basket2 {max-width: 444px;}
.basketIcon {width:55px;float:left;}
.basketItems {float:left;font-size:18px;margin-top:19px;margin-left:10px;}
.basketContents {
	color:black;
	float:left;
	clear:both;
	display:block;
	margin-top:10px;
	background-color: #EFEFEF;
	width:100%;
	box-sizing: border-box;
}
.DLTbasketItem {border-bottom:1px solid white;font-size:12px;display:block;width:100%;padding:5px;}
.DLTremoveIcon { width:20px; padding-left:5px; float:right; }
.DLTorderNotice {clear:both;font-size:16px;color:#8BAD00;margin-top:10px;float:left;}
.DLTorderNotice a {color:black;}
/* END shopping cart */

.DLTfooterText a:hover {color:grey!important;}
.DLTareaLinks a {color:green;}
.DLTareaLinks p {margin-bottom:10px;}
.DLTproductHeader {margin-top:15px;}
.DLTwarning {color:lightslategrey;}

/* START mobile padding override...*/
@media only screen and (max-width: 767px) {
	.container {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}
/* END mobile padding override */
