<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	background: #87CEEB; /* For browsers that do not support gradients */
	background: no-repeat;
	background: -webkit-linear-gradient(top, #87CEEB, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #87CEEB, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #87CEEB, #ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #87CEEB, #ffffff); /* Standard syntax */
	font-family: Verdana;
	font-size: 13px;
	color: #212120;		
}
img {
	border-radius:4px;
}
.h2bg {
	background: #87CEEB; /* For browsers that do not support gradients */
	background: no-repeat;
	background: -webkit-linear-gradient(left, #87CEEB,#a6dbf0, #ffffff, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #87CEEB,#a6dbf0, #ffffff, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #87CEEB,#a6dbf0, #ffffff, #ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left, #87CEEB,#a6dbf0, #ffffff, #ffffff); /* Standard syntax */
	border-radius: 10px;
	margin-bottom:15px;
}
.container-fluid {
  background-color: #ffffff;
  max-width:1200px;
  margin-top: -20px;
  box-shadow: 0 0 30px #212120;
  padding:0px 30px 0px 30px;
  overflow:hidden;
}
.dennis-container-fullwidth {
	max-width:1200px;
	margin-right:-30px;
	margin-left:-30px;
	margin-top: 12px;
	padding:0px 15px 0px 15px;
}
@media (max-width: 992px) {
.container-fluid {
  padding-left:0px !important;
  padding-right:0px !important;
  margin-left:0px !important;
  margin-right:0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}	
}
body {
	background: none;
}
.productheader {
	 text-align:left;
	 margin:0px 0px 0px 0px;
	 font-size: 30px;
	 font-size: 1.72vw;
}
@media (max-width: 992px) {
	.productheader {
		font-size: 30px;
		font-size: 3.6vw;
	}
}
.carousel {
	margin-top:15px;
	border-radius: 15px 15px 15px 15px;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}
.carousel img {
  min-width: 100%;
  max-width: none;
}
.navbar {
	background-color:#B6E3F7;
	/* For Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(left,#3C97BF,#5FB4D9,#87ceeb,#B6E3F7,#EDF9FE,#B6E3F7,#87ceeb,#5FB4D9,#3C97BF);
	/* For Opera 11.1 to 12.0 */
	background: -o-linear-gradient(left,#3C97BF,#5FB4D9,#87ceeb,#B6E3F7,#EDF9FE,#B6E3F7,#87ceeb,#5FB4D9,#3C97BF);
	/* For Fx 3.6 to 15 */
	background: -moz-linear-gradient(left,#3C97BF,#5FB4D9,#87ceeb,#B6E3F7,#EDF9FE,#B6E3F7,#87ceeb,#5FB4D9,#3C97BF);
	/* Standard syntax */
	background: linear-gradient(to right,#3C97BF,#5FB4D9,#87ceeb,#B6E3F7,#EDF9FE,#B6E3F7,#87ceeb,#5FB4D9,#3C97BF); 
	/*height:40px;*/
	/*border:none;*/
}
.headerimg {
	/*width: 171px;*/
	background-image: #B6E3F7; /* For browsers that do not support gradients */
	/* For Safari 5.1 to 6.0 */
	background-image: -webkit-linear-gradient(left top,#3C97BF,#5FB4D9,#87ceeb,#B6E3F7,#EDF9FE,#B6E3F7,#87ceeb,#5FB4D9,#3C97BF);
	/* For Opera 11.1 to 12.0 */
	background-image: -o-linear-gradient(bottom right,#3C97BF,#5FB4D9,#87ceeb,#B6E3F7,#EDF9FE,#B6E3F7,#87ceeb,#5FB4D9,#3C97BF);
	/* For Fx 3.6 to 15 */
	background-image: -moz-linear-gradient(bottom right,#3C97BF,#5FB4D9,#87ceeb,#B6E3F7,#EDF9FE,#B6E3F7,#87ceeb,#5FB4D9,#3C97BF);
	/* Standard syntax */
	background-image: linear-gradient(to bottom right,#3C97BF,#5FB4D9,#87ceeb,#B6E3F7,#EDF9FE,#B6E3F7,#87ceeb,#5FB4D9,#3C97BF); 
	border: 1px solid #212120;
	padding: 1px;
	border-radius: 12px;	
}
.glyphicon-earphone-header {
	color:#ffffff;
	/*color:#D4D3A7;*/
	font-size:24px;
	padding-top:28px;
	vertical-align:text-bottom;
}
/* Dennis-Top-Navbar

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.Dennis-Top-Navbar .navbar-brand {
  height: 80px;
  padding:5px;
}

.Dennis-Top-Navbar .nav &gt;li &gt;a {
  padding-top: 30px;
  padding-bottom: 30px;
  color:#D4D3A7;
}
.Dennis-Top-Navbar .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.navbar-header button{
    background-color:#C2C2B9;
}
@media (max-width: 768px) {
.navbar img {
margin-left:30%;
}
.Dennis-Top-Navbar .nav &gt;li &gt;a {
  margin-top: 22px;
  padding-top: 7px;
  padding-bottom: 8px;
  color:#D4D3A7;
  border-radius:8px;
}
}
@media (max-width: 768px) {
.navbar img {
margin-left:0%;
}
}
@media (max-width: 540px) {
.navbar-header button{
    width:92%;
}
}
.navbarsearch {
	width: 80%;
    min-height: 40px;
	box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('https://www.deridderrentals.com/images/searchicon.png');
    background-position: 2px 2px; 
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
	margin: 15px 0px 10px 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.navbarsearch:focus {
    width: 98%;
	border: 2px solid #fff;
}
/* Dennis-Top-Navbar */

a:link {
	color: #212120;
	font-size:18px;
	text-decoration: none;
	font-weight: 600;
}
a:visited {
	color: #999999;
	font-size:18px;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	font-size: 18px;
	color: #BD0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover img {
	opacity:0.75;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.navbar a:hover img {
	opacity:1.00;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	box-shadow: 0px 0px 8px #fff;
}
a:active {
	font-size: 18px;
	color: #BD0000;
	text-decoration: none;
	font-weight: bold;
}
.btn-group {
	margin-top:15px;
	width: 100%;
}
.btn {
 	background-color:#C2C2B9;
	border-color:#212120;
	border-radius:4px;
	outline:none;
	font-size: 15px;
	font-weight: 600;
	margin:1px;
	width: 100%
}
.btn:hover {
 	background-color:#C2C2B9;
	border-color:#212120;
	border-radius:4px;
	outline:none;
	box-shadow: inset 0 0 15px #212120;	
}
.btn:active {
	background-color:#C2C2B9 !important;
	border-color:#BD0000 !important;
	border-radius:4px !important;
	outline:none !important;
	box-shadow: inset 0 0 15px #BD0000 !important;	
}
.btn:focus {
	background-color:#C2C2B9;
	border-color:#212120;
	border-radius:4px;
	outline:none;
	box-shadow: inset 0 0 15px #fff;	
}
.buy-btn {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BD0000", endColorstr="#212120");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#BD0000), to(#212120));
  background-image: -moz-linear-gradient(top, #BD0000, #212120);
  background-image: -ms-linear-gradient(top, #BD0000, #212120);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BD0000), color-stop(100%, #212120));
  background-image: -webkit-linear-gradient(top, #BD0000, #212120);
  background-image: -o-linear-gradient(top, #BD0000, #212120);
  background-image: linear-gradient(#BD0000, #212120);
  border-radius:8px;
  border-color: #212120 #212120 hsl(0, 69%, 17%);
  outline:none !important;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.buy-btn:hover {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212120", endColorstr="#BD0000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#212120), to(#BD0000));
  background-image: -moz-linear-gradient(top, #212120, #BD0000);
  background-image: -ms-linear-gradient(top, #212120, #BD0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212120), color-stop(100%, #BD0000));
  background-image: -webkit-linear-gradient(top, #212120, #BD0000);
  background-image: -o-linear-gradient(top, #212120, #BD0000);
  background-image: linear-gradient(#212120, #BD0000);
  border-radius:8px !important;
  border-color: #212120 #212120 hsl(0, 69%, 17%);
  color: #fff !important;
  outline:none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.buy-btn:active, .buy-btn:focus {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212120", endColorstr="#BD0000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#212120), to(#BD0000));
  background-image: -moz-linear-gradient(top, #212120, #BD0000);
  background-image: -ms-linear-gradient(top, #212120, #BD0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212120), color-stop(100%, #BD0000));
  background-image: -webkit-linear-gradient(top, #212120, #BD0000);
  background-image: -o-linear-gradient(top, #212120, #BD0000);
  background-image: linear-gradient(#212120, #BD0000);
  border-radius:8px !important;
  border-color: #212120 #212120 hsl(0, 69%, 17%) !important;
  color: #fff !important;
  outline:none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 0 15px #fff !important;
  -webkit-font-smoothing: antialiased;
}
.paypal-btn {
	background-color: hsl(42, 100%, 61%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc439", endColorstr="#212120");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc439), to(#212120));
	background-image: -moz-linear-gradient(top, #ffc439, #212120);
	background-image: -ms-linear-gradient(top, #ffc439, #212120);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc439), color-stop(100%, #212120));
	background-image: -webkit-linear-gradient(top, #ffc439, #212120);
	background-image: -o-linear-gradient(top, #ffc439, #212120);
	background-image: linear-gradient(#ffc439, #212120);
	border-radius:8px;
	border-color: #212120 #212120 hsl(0, 69%, 17%);
	outline:none !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
	margin-top:8px;
	margin-bottom:8px;
	background: #ffc439 url(https://www.deridderrentals.com/images/paypal-checkout-logo-medium.png) no-repeat center;
    border: none;
}
.paypal-btn:hover {
  background-color: hsl(42, 100%, 61%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212120", endColorstr="#ffc439");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#212120), to(#ffc439));
  background-image: -moz-linear-gradient(top, #212120, #ffc439);
  background-image: -ms-linear-gradient(top, #212120, #ffc439);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212120), color-stop(100%, #ffc439));
  background-image: -webkit-linear-gradient(top, #212120, #ffc439);
  background-image: -o-linear-gradient(top, #212120, #ffc439);
  background-image: linear-gradient(#212120, #ffc439);
  border-radius:8px !important;
  border-color: #212120 #212120 hsl(0, 69%, 17%);
  outline:none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  margin-top:8px;
  margin-bottom:8px;
  background: #ffc439 url(https://www.deridderrentals.com/images/paypal-checkout-logo-medium.png) no-repeat center;
  border: none;
}
.paypal-btn:visited {
  background: #ffc439 url(https://www.deridderrentals.com/images/loading-animated.gif) no-repeat center;
}
.top-btn {
  width:58px;
  height:30px;
  vertical-align:middle;
  display: none;
  position: fixed;
  bottom: 60px;
  right: 14px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BD0000", endColorstr="#212120");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#BD0000), to(#212120));
  background-image: -moz-linear-gradient(top, #BD0000, #212120);
  background-image: -ms-linear-gradient(top, #BD0000, #212120);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BD0000), color-stop(100%, #212120));
  background-image: -webkit-linear-gradient(top, #BD0000, #212120);
  background-image: -o-linear-gradient(top, #BD0000, #212120);
  background-image: linear-gradient(#BD0000, #212120);
  border-radius:10px;
  border-color: #212120 #212120 hsl(0, 69%, 17%);
  outline:none !important;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.top-btn:hover {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212120", endColorstr="#BD0000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#212120), to(#BD0000));
  background-image: -moz-linear-gradient(top, #212120, #BD0000);
  background-image: -ms-linear-gradient(top, #212120, #BD0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212120), color-stop(100%, #BD0000));
  background-image: -webkit-linear-gradient(top, #212120, #BD0000);
  background-image: -o-linear-gradient(top, #212120, #BD0000);
  background-image: linear-gradient(#212120, #BD0000);
  border-radius:14px !important;
  border-color: #212120 #212120 hsl(0, 69%, 17%);
  color: #fff !important;
  outline:none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.top-btn:active, .top-btn:focus {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212120", endColorstr="#BD0000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#212120), to(#BD0000));
  background-image: -moz-linear-gradient(top, #212120, #BD0000);
  background-image: -ms-linear-gradient(top, #212120, #BD0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212120), color-stop(100%, #BD0000));
  background-image: -webkit-linear-gradient(top, #212120, #BD0000);
  background-image: -o-linear-gradient(top, #212120, #BD0000);
  background-image: linear-gradient(#212120, #BD0000);
  border-radius:14px !important;
  border-color: #212120 #212120 hsl(0, 69%, 17%) !important;
  color: #fff !important;
  outline:none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 0 15px #fff !important;
  -webkit-font-smoothing: antialiased;
}
.social {
	background-color:#212120;
	/* For Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(left,#212120,#444444,#444444,#FFFFFE,#444444,#444444,#212120);
	/* For Opera 11.1 to 12.0 */
	background: -o-linear-gradient(left,#212120,#444444,#444444,#FFFFFE,#444444,#444444,#212120);
	/* For Fx 3.6 to 15 */
	background: -moz-linear-gradient(left,#212120,#444444,#444444,#FFFFFE,#444444,#444444,#212120);
	/* Standard syntax */
	background: linear-gradient(to right,#212120,#444444,#444444,#FFFFFE,#444444,#444444,#212120); 
}
.social a {
	font-size: 32px;
	margin: 0 10px;
	color: #8c8c8c;
}
.social a:hover {
	color: #bd0000;
}
.social-part{padding:0px 0px 30px 0px; margin:0;}
.social-part:after{visibility:hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/******** Social Icon *******/
.social { float:right; margin:0; text-align:right; padding:8px 0 0 0;}
.social a { display:inline-block; margin:0px 0 0px 5px; border-radius:50%;}
.social a img{border-radius:50%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.social a img:hover{border-radius:50% 0%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.part3{width:320px; float:left;}
.part3 + .part3{margin-left:17px;}
.part3{width:auto; float:none;}
.part3 + .part3{margin:0;}
.social{float:none; text-align:center; padding:0px 0px 5px 0px;}
.social-part{padding:0px 0 10px 0;}
#courses { clear: both; }

/* letushelp */
.letushelp {
	background-color:#FFFFFE;
	/* For Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(left,#C2C2B9,#EEEEE8,#FFFFFE,#EEEEE8,#C2C2B9);
	/* For Opera 11.1 to 12.0 */
	background: -o-linear-gradient(left,#C2C2B9,#EEEEE8,#FFFFFE,#EEEEE8,#C2C2B9);
	/* For Fx 3.6 to 15 */
	background: -moz-linear-gradient(left,#C2C2B9,#EEEEE8,#FFFFFE,#EEEEE8,#C2C2B9);
	/* Standard syntax */
	background: linear-gradient(to right,#C2C2B9,#EEEEE8,#FFFFFE,#EEEEE8,#C2C2B9); 	
	padding:5px 0px 5px 0px;
}
.footer-fluid {
	background-color:#FFFFFE;
	/* For Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(left,#EEEEE8,#FFFFFE,#EEEEE8);
	/* For Opera 11.1 to 12.0 */
	background: -o-linear-gradient(left,#EEEEE8,#FFFFFE,#EEEEE8);
	/* For Fx 3.6 to 15 */
	background: -moz-linear-gradient(left,#EEEEE8,#FFFFFE,#EEEEE8);
	/* Standard syntax */
	background: linear-gradient(to right,#EEEEE8,#FFFFFE,#EEEEE8);
	max-width:1200px;
	box-shadow: 0 0 30px #212120;
	border-radius:0px 0px 15px 15px;
	padding:10px 30px 20px 30px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:25px;
}
@media (max-width: 992px) {
.footer-fluid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}	
}
.contact-us-form {
	background-image:none;
	background-color:#FFFFFE;
	/* For Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(left,#FFFFFE,#EEEEE8,#FFFFFE);
	/* For Opera 11.1 to 12.0 */
	background: -o-linear-gradient(left,#FFFFFE,#EEEEE8,#FFFFFE);
	/* For Fx 3.6 to 15 */
	background: -moz-linear-gradient(left,#FFFFFE,#EEEEE8,#FFFFFE);
	/* Standard syntax */
	background: linear-gradient(to right,#FFFFFE,#EEEEE8,#FFFFFE);
	max-width:1200px;
	border-radius:15px;
	padding:10px;
	margin-right:auto;
	margin-left:auto;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
	margin-top:10px;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media (max-width: 992px) {
.productvideolink {
	display:none;
}
}
.crosspromo {
	margin-bottom:8px;
	border:thin solid;
	padding: 12px;
	border-radius:5px;	
}
.crosspromo:hover {
	box-shadow: inset 0 0 12px #212120;	
}
@media (min-width: 992px) {
.crosspromo {
	min-height:250px;
}
}
.breadcrumb-div {
	padding-top: 32px;
}
.breadcrumbnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 1px 1px black, 0 4px 14px rgba(0, 0, 0, 0.7);
  z-index: 1;
  background-color: #EEEEE8;
  font-size: 12px;
}

.breadcrumbnav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  margin: auto;
  height: 100%;
  padding-left: 38px;
  padding-right: 0;
  color: #212120;
  font-size: 12px;
  font-weight:normal;
}

.breadcrumbnav a:first-child {
  padding-left: 15.2px;
}

.breadcrumbnav a:last-child {
  padding-right: 15.2px;
}

.breadcrumbnav a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 0;
  right: -12.14815px;
  background-color: #EEEEE8;
  border-top-right-radius: 5px;
  -webkit-transform: scale(0.707) rotate(45deg);
          transform: scale(0.707) rotate(45deg);
  box-shadow: 1px -1px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.breadcrumbnav a:last-child:after {
  content: none;
}

.breadcrumbnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  z-index: 2;
}

.breadcrumbnav a.active, .breadcrumbnav a:hover {
  background: #FFFFFE;
  color: #212120;
}

.breadcrumbnav a.active:after, .breadcrumbnav a:hover:after {
  background: #FFFFFE;
  color: #212120;
}

@media all and (max-width: 1000px) {
  .breadcrumbnav {
    font-size: 12px;
  }
}
@media all and (max-width: 710px) {
  .breadcrumbnav__desc {
    display: none;
  }

  .breadcrumbnav {
    height: 50px;
  }

  .breadcrumbnav a {
    padding-left: 25.33333px;
  }

  .breadcrumbnav a:after {
    content: "";
    width: 50px;
    height: 50px;
    right: -21px;
    -webkit-transform: scale(0.707) rotate(45deg);
            transform: scale(0.707) rotate(45deg);
  }
}
@media all and (min-width: 710px) {
.shippingoptionbreakpoints {
	display:none;
}
}
@media all and (min-width:495px) {
.shippingoptionbreakpoints2 {
	display:none;
}
}
/* responsive shopping cart css */
/* Global "table" column settings */
.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 37%;
}

.product-price {
  float: left;
  width: 12%;
}

.product-quantity {
  float: left;
  width: 10%;
}

.product-removal {
  float: left;
  width: 9%;
}

.product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  /*content: '$';*/
}

label {
  color: #212120;
}

.shopping-cart {
  margin-top: 0px;
}

/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #212120;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px;
}

/* Product entries */
.product {
  margin-bottom: 0px;
  padding: 10px;
  border-bottom: 1px solid #212120;
  
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100px;
}
.product .product-details .product-title {
  margin-right: 20px;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.product .product-quantity input {
  width: 60px;
  height: 30px;
}
.product .remove-product {
  background:none!important;
  border:none;
  padding:5px !important;
  cursor: pointer;
  color: #212120;
  font-size: 12px;
}
.product .remove-product:hover {
  background-color: #a44;
}

/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .totals-item-total {
  /* font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium"; */
}

.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}

.checkout:hover {
  background-color: #494;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding: 20px;
    border: 1px solid #212120;
	border-radius:5px;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .product-price {
    clear: both;
    width: 70px;
  }

  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }

  .product-quantity:before {
    content: 'x';
  }

  .product-removal {
    width: auto;
  }

  .product-line-price {
    float: right;
    width: 70px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }

  .product .product-line-price:before {
    content: 'Item Total: $';
  }

  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}
/* this stops the spin buttons */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/**/
.thankyou-table td { 
     border-top:none !important;
	 border-bottom:solid #212120 1px !important;
	 border-color: #212120 !important; 
 }
.thankyou-table-subtotals td { 
     border:none !important;
 }
/* this keeps the height of the search page to a minimume height to make sure the suggest tool has room to work */
.searchpage {
	min-height:460px;
}
/**/</pre></body></html>