body, html{
	overflow-x: hidden;
}

header.site-header {
	border-top: solid 8px #008357;
}


#logo img{
	width:130px;
}


#logo-login img{
	width:210px;
}


a  {
	text-decoration:none;
	
}


p a{	font-weight: 700;

}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.button, input[type="submit"] {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	width: 100%;
	max-width:240px;
	color: #FFFFFF!important;
	background-color: #008357;
	font-size:1.025rem;
	text-align: center;
	font-weight:700;
	position: relative;
	top:0;
	border-radius: 0;
}
	


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
input[type="submit"] {
	border-radius: 0;
	color: #ffffff;
	background-color: #008357;
	background-image:none;
	border:0;
	margin-top:0.75em;
	cursor:pointer;
}
	
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,	
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.button:hover, input[type="submit"]:hover{
    color: #FFFFFF!important;
	background-color: #008357;
	top:-4px;
}

label {
	
	display: block;
	margin-bottom: 0.25em;
	cursor: pointer;	
	font-size:1.1rem;
	color:#008357;
	font-weight: 700;
	
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea{
	font-size: 1rem;
	padding: 0.75em;
	width: 100%;
	-webkit-appearance: none;
	margin-bottom:1em;
	border: 0;
}


textarea{
	
	 overflow: auto;	
	 min-height: 120px;
	
}


select{
	width:auto;
	min-width: 100px;
	margin-bottom:1em;
	
	

}

.white-bg{
	
	background-color:#ffffff;
}

.grey-light-bg{
	background-color:#D5D5D5;
}



.grey-dark-bg{
	background-color:#2C2C2C;

}


.green-bg{
	background-color:#008357;
}


.green-bg, .green-bg a, .green-bg a:visited{
		color:#ffffff;

}



.grey-bg a, .grey-dark-bg a, .grey-dark-bg a:visited, footer p{
		color:#dddddd;


}



.grey-dark-bg, .grey-dark-bg a:hover{
		color:#ffffff;


}




.white-bg{
			color:#1C1C1C;

}

#product-categories a{
	

color:#008357;
}

footer ul li{
	
	margin-top:0.5em;
	margin-bottom:0.5em;
	
}


.grey-bg{
	
	background-color:#424341;
	color:#ffffff;
}





#breadcrumb ul li, #top-categories ul li{
	display: inline-block;
	margin-right:0.25em;
	line-height: 3.5em;
	
}

#breadcrumb ul li a, #breadcrumb ul li a:visited{
	color:#D9ECE6;
	background-image:url('../images/breadcrumb-separator.svg');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.2em;
	background-size:12px 12px;
	font-size:0.925rem;
}

#breadcrumb ul li:last-child a{
	background-image: none;
}


#breadcrumb ul li.active-breadcrumb a {
	color:#ffffff;
}


hr{
	margin-top:2em;
	margin-bottom:3em;
	border:0;
	height:2px;
	background-color:#D5D5D5;
}


.bottom-westerback-logo{
	width: 170px;
}


.product img{
	margin-bottom:1em;
}


#top-categories ul li a {
	padding:0.75em;
	background-color:#efefef;
	font-size:0.875rem;
	color:#008357;
	
}

#top-categories ul li.active-category a, #top-categories ul li a:hover {
	background-color:#D9ECE6;
	color:#008357;
	font-weight:700;
}

#top-categories ul li a:hover{
	font-weight: 400;
}


#top-categories ul li.active-category a:hover{
	font-weight:700;
}


#order-form{
	margin-top:2em;
	margin-bottom:2em;
}


.white-bg p a{
	color:#008357;
}

.white-bg p a:hover {
	
	color:#009a67;
}


#product-details ul li,
.entry-summary ul li{
	list-style-type: square;
	 list-style-position: inside;

	
}






@media all and (min-width: 1023px) {

#logo img{
	width:165px;
}

#logo-login img{
	width:230px;
}

label{
	font-size:1.125rem;
}



.bottom-westerback-logo{
	width: 214px;
}

#top-categories ul li a {

	font-size:0.975rem;
	
}

#breadcrumb ul li, #top-categories ul li{
	
	margin-right:0.5em;
	
	
}



#breadcrumb ul li a{
	padding-right: 2.2em;
	background-size:17px 17px;
	font-size:1rem;

}

}