.wrapper strong{color:#3F3F3F;}

h1, h2, h3, h4, h5, h6{color:#333;}

a, a:active {color:#5d5d5d;}
a:hover {color:#00810d;}

h2 a:hover {text-decoration:none;font-weight:bold;color:#00810d;}

.listing-highlight {color:#00810d;}

.listing-highlight:after {
    position: absolute; /* Prevent underline of arrow */
    padding-left:6px; /* Add a little space between text and arrow */
    content: "\00bb"; /* Unicode hex for &raquo; */
	color:#00810d;
}

.first-header, .first-header2 {
	text-align:center;	
}

.first-header a {
	color:#333333;	
}

.h-link a {
	color:#333;	
}

.h-link a:hover {
	color:#00810d;	
}

.h-link a:after {
	position: absolute; /* Prevent underline of arrow */
    padding-left:6px; /* Add a little space between text and arrow */
    content: "\00bb"; /* Unicode hex for &raquo; */
	color:#00810d;
}

.h-link a:hover:after {
	color:#333;
}

.landing-cat-header a:hover{
	color: #00810d;
}

.upper-head-promo {
	padding-top:1px;
	min-height:35px;
	background-color:#666;
}

.upper-head-promo-mid {
	text-align:center;
	padding-top:10px;
	color:#FFF;
}

.menu-bask-show {
	text-align:right;
	z-index:10;
	position:relative;
	width: 100%;
	color:#FFF;
	padding-right: 8px;
}
.menu-bask-show a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.menu-bask-show a:hover{
	color:#FFF;	
	text-decoration:underline;
}

.more-info-button {
	align: center;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	color: #FFF;
	font-weight: bold;
	outline: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 6px 10px;
	text-shadow: 0 1px 1px rgba(122,122,122,.3);
	border: solid 1px #00810d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #00810d;
	width:250px;
	margin-bottom:10px;

}

.more-info-button:hover {
	opacity:0.8;
}

.pricesimple-price{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;    
	font-size: 1.17em;   
    font-weight: 500;
	padding-left:4px;
}

.pwcprice {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color:#7BAA1E;
}

#buylink button {
	padding:5px 15px; 
    font-family: 'Roboto', sans-serif;
	background:#00810d;
	color:#FFF; 
	border-radius:7px; 
	border:none;
	display:block;
	padding:15px;
	text-decoration:none;
	font-weight:600;
	margin-top:15px;
	margin-bottom:20px;
}

#buylink button:hover {
	opacity:0.8;
}

footer{ 
	background:#666;
	color:#FFF;
}

footer a:hover{
	color:#FFF;
	text-decoration:underline;
	transition:0.4s ease;
}

footer h1, footer h2, footer h3, footer h4{ 
	color:#FFF; 
	margin-bottom:10px;
}

.footer-t-highlights {
	font-weight:bold;
	color:#FFF;
}

.lower-footer-links {
	background-color:#474747;
	color:#FFF;
}

.lower-footer-right a {
	color:#FFF;
}

.lower-footer-right a:after {
	color:#FFF;
}

.lower-footer-right a:hover {
	color:#FFF;
}

.lower-footer-right a:visited {
	color:#FFF;
}

textarea, input, select {
	max-width:100%;
	overflow:hidden;
	text-overflow: ellipsis;
}

.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 16px;
    background: #00810d;
}
.form-style-6 h1{
    background: #00810d;
    padding: 10px 0;
    font-size: 160%;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    margin: -10px -10px 10px -10px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 2%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #00810d;
    padding: 3%;
    border: 1px solid #00810d;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #00810d;
    border-bottom: 2px solid #00810d;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;   
    color: #FFF;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #00810d;
	opacity:0.8;
	text-decoration:underline;
}

.dropdown-icon:after {
    position: absolute; /* Prevent underline of arrow */
    padding-left:1px; /* Add a little space between text and arrow */
    content: "\25BE"; /* Unicode hex for &raquo; */
	color:#FFF;
	font-size:26px;
}

.dropdown-icon:hover:after {
	color:#000;
}

/* Mobile Responsive Nav */
.menu-toggle{
	background:#00810d;
	color:#FFF;
}

.menu-toggle.toggled-on{
	background:#00810d;
	color:#FFF;
    text-decoration: underline;
}

.srt-menu li a:hover{
	background:#00810d;
	color:#FFF;
}

@media only screen and (min-width: 961px) {

	.menu-bask-show {
	text-align:right;
	z-index:10;
	position:absolute;
	width: 86%;
	color:#FFF;
	padding-top: 5px;
	margin-left:20px;
	}
	.menu-bask-show a{
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
	}
	.menu-bask-show a:hover{
		color:#FFF;	
		text-decoration:underline;
	}
	
	.lower-footer-links {
		font-size:14px;
	}
	
	.srt-menu li > a { 
		color:#000;
	}
	
	.srt-menu li > a:visited { 
		color:#000;
	}
	
	.srt-menu li:hover > a,
	.srt-menu li.current a{ 
		color:#FFF;
		background:#00810d; /* current nav button active */
	}
	.srt-menu li li:hover > a{
		color:#000;
		text-decoration:underline;
		background:#FFF;
	}
	.srt-menu li.current li a{ 
		color:#FFF;
		background:#5d5d5d;
	}
	.srt-menu li.current li a:hover{ 
		color:#000;
		background:#FFF;
	}

}


.buybutton {
	background:#00810d;
	color:#fff; 
}

.toggle-box + label {
  color:#333;
}

.toggle-box + label:before {
  background-color: #00810d;
  color: #FFF;

}

.toggle-box + label:hover:before {
  background-color: #00810d;

}

#buylink input:checked + label {
  color: #00810d;
}

.basket-message strong {color: #FFF;}

.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	min-width: 100%;
}

.prod-listing-inner, #buylink-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}

#buylink {
	margin: auto 0 0 0;
}