/*
 Theme Name:   Bio-Plex Child Theme
 Author:       MSonder
 Template:     twentythirteen
*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

@font-face {
  font-family: 'Oswald' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  src: local('?'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff') !important;
}




* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html {  
	margin: 0px;
	
	border: 0px;
	padding: 0px;
	margin-top: 0px !important;
	
	text-align: left;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
	text-rendering: optimizelegibility;

	color: #272727;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;

	background: #fff;
	
}

body {margin: 0;}


a {outline:none;}

ul {padding-top: 0px; margin-top: 0px;}

	ul#checkmark {
		list-style-type: none;
		padding: 0px; 
		margin: 0px;
	}
	
	ul#checkmark li {
		background-image: url('images/checkmark.png');
		background-repeat: no-repeat;
		background-position: 0px top; 
		padding-left: 35px;
	}		


:root {overflow-y: scroll !important;}
::-moz-selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

::selection {
    background: #393939;
	color: #6a6a6a;
    text-shadow: none;
}

.right {float:right !important;}
.left {float:left !important;}
.clear {clear:both;}
img.right {float:right !important; margin:0 0 20px 20px !important;}
img.left {float:left !important; margin:0 20px 20px 0 !important;}
img {border: none;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}



.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 130px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(images/icon_top.png) no-repeat;
}


.responsive {width: 90%;}



/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */




		#top-wrapper {
			width: 100%;
			height: 40px;
			background: #553d22;
		}
		#top {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0 auto;
			padding: 0;
			color: #fff;
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
			font-style: normal;
			font-weight: 400;
			font-size: 14px;
			line-height: 40px;
			text-transform: uppercase;
			text-align: right;
		}	
		#top a {color: #fff;}
		#top a:hover {color: #fff;}

		#top a.cart {color: #ea6e00; font-size: 18px;}




		#header-wrapper {
			width: 100%;
			height: auto;
			background: #fffde7;
			border-bottom: 10px solid #ea6e00;
		}
		#header {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0 auto;
			padding: 0;
			position: relative;
		}	
		
		#logo {
			position: absolute;
			top: 0px;
			z-index: 9999;
		}
		#footer #logo {
			position: static;
			top:0;
		}

		#logo img {width: 100%;}	
		
		#phone {
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
			font-style: normal;
			font-weight: 400;
			font-size: 16px; 
			line-height: 40px;
			color: #000;  
			text-transform: uppercase;
			text-align: right;
		}	
		#phone a {font-size: 40px; color: #ea6e00; text-decoration: none;}
		
		#footer #phone {
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
			font-style: normal;
			font-weight: 400;
			font-size: 24px; 
			line-height: 30px;
			color: #000; 
			padding-top: 20px; 
			text-transform: none;
			text-align: left;
		}	
		#footer #phone a {color: #ea6e00; text-decoration: none;}

		.social-icon {
			background: #555;
			border: 1px solid #e9e9e9;
			padding: 3px 0;
			width: 35px;
			display: inline-block;
			color: #888;
			text-align: center;
			font-size: 20px;
			margin-top: 4px;
		}
		.social-icon:hover {background: #e9e9e9;}
				
				


		.cart-count-container {
			background-color: none;
			line-height: 38px !important;
			font-size: 14px;
			color: #fff;
			float: right;
		}
		.cart-count-container img {position: relative;}
		
		.cart-count-container span.count {
			position: relative;
			top: -5px;
			left: -8px;
			background-color: #ea6e00; 
			border-radius: 50% 50%;
			padding: 2px 6px;
			font-size: 10px;
			color: #fff;
		}

				
				
				
				
				
				
		#slideshow-wrapper {
			width: auto;
			height: auto;
			background: #fff;
			/*border-bottom: 10px solid #1c1f1b;*/
		}	
		
		#slideshow-bg {
			width: 90%;  /* Change to exact pixels for static (non-responsive)*/
			margin: 0 auto;
		}	


div#n2-ss-1 .n2-ss-layer .n2-font-101d354d34718b3a60e6bb4012c647cd-hover {text-shadow: 0 0 10px #000000 !important;}
div#n2-ss-1 .n2-ss-layer .n2-font-38d99826cda0e8bcd11629710e6b73f8-hover {text-shadow: 0 0 10px #000000 !important;}



		.search-banner {
			background: url(images/search-bg-large.jpg) no-repeat;
			height: auto;
			position: relative;
            background-position: center center;
            background-size: cover;
			/*border-bottom: 10px solid #1c1f1b;*/
		}
		.search-boxes {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			padding: 0;
			margin: 0;
			width: 100%;
		}

		.search-by {
			border: 3px solid #fff;
			position: relative;
		}
		.search-by .cs-placeholder {font-size: 14px !important;}

		.search-by h2 {
			display: block;
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
			font-style: normal;
			font-weight: 400;
			background: #553d22;
			color: #fff;
			font-size: 18px;
			text-transform: uppercase;
			text-align: center;
			padding: 10px 0;
			margin: 0;
			border-bottom: 0;
		}
		.search-by h2 span {color: #7ac144 !important;}
		
		.search-by ul {
			height: 400px;
			overflow-y: auto;
		}
		.search-by li span {
			text-transform: none !important;
			font-size: 16px !important;
		}

		.cs-options {
			width: 500px !important;
		}

		
		
		#content-wrapper {
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			height: auto;
			margin: 0px auto;
		}
		
		#content {
			width: 100%;
			margin: 0px auto;
			height: auto;
			padding: 30px 0px 50px 0px;
		}
		#content a {color: #3f7318; text-decoration: underline; line-height: 20px;}
		#content a:hover {color: #2c550e; text-decoration: none;}
				
		


		
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */

.slicknav_menu {
    background: #553d22 !important;
    margin-bottom: 10px;
}
    
.slicknav_btn {
    width: auto;
    background: #7ac144 !important;
}

.slicknav_nav a:hover {
    background: #7ac144 !important;
}
		
#nav-wrapper {
	height: 50px;
	margin: 0;
	padding: 0;
	background: #7ac144 !important;
}

#nav-bg {
	width: 90%;  /* Change to exact pixels for static (non-responsive)*/
	height: auto;
	margin: 0 auto;
	padding: 0;
}
		
		

	ul.menu {margin: 0; padding: 0px 0 0 0;}
	
	ul.menu li {list-style: none; position: relative; float: left;}
	
	ul.menu li:hover {cursor: default;}
	ul.menu li a {
		display: block;
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
		font-style: normal;
		font-weight: 700;
		line-height: 50px;
		font-size: 18px;
	  	text-align: center;
		padding: 0 6px;
		width: 100%;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
		}
	ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus {background: #ceedb6;}

	ul.menu li ul {
		position: absolute;
		left: -9999em;
		width: 230px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	ul.menu li:last-child ul {width: 250px;}

	ul.menu li:hover ul {left: 0;}
	ul.menu li:hover ul li {
		float: none;
		width: 100%;
		position: relative;
		z-index: 9999;
	}
	ul.menu li:hover ul li a {
		display: block;
		line-height: 40px;
		text-transform: none;
		text-shadow: none;
		text-align: left !important;
		padding-left: 10px;
		background: #ceedb6;
		width: 100%;
		color: #2a4f0e;
		text-decoration: none;
	}
	ul.menu li:hover ul li a:hover {background: #aad986;}

	.slicknav_menu {display: none; background: #888;}
    .slicknav_btn {
        background: #ccc;   
    }
    
    






/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */


		#footer-wrapper {
			height: auto; 
			width: 100%;
			background: #fffde7;
			border-top: 6px solid #7ac144;
		}		
		#footer {
			height: auto; 
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			margin: 0 auto;
			padding: 0px 0;
			background: #fffde7;
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
			font-style: normal;
			font-weight: 500;
			font-size: 14px; 
			line-height: 18px; 
			color: #000;
			position: relative;
		}
		#footer a { text-decoration: none;}
		#footer a:hover {color: #000; text-decoration: underline;}
	
		#footer h2 {color: #ffffff; font-weight: 300; font-size: 18px; text-transform: uppercase;}
	
		#footer .g30 {padding-top: 20px;}

		/* up arrow */
		#footer:after {
			bottom: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(136, 183, 213, 0);
			border-bottom-color: #7ac144;
			border-width: 30px;
			margin-left: -30px;
		}

		#footer .attention {
			background: #000;
			border: 2px solid #7ac144;
			color: #fff;
			padding: 5px;
			margin-top: 20px;
		}


		#copyright-wrapper {
			height: auto; 
			width: 100%;
			background: #553d22;
		}	
		#copyright {
			height: auto; 
			width: 90%; /* Change to exact pixels for static (non-responsive) */
			margin: 0 auto;
			padding: 10px 0;
			background: #553d22;
			font-family: 'Lato', Arial, Helvetica, sans-serif;  
			font-size: 14px; 
			line-height: 18px; 
			color: #ffffff;
		}
		#copyright a {color: #ffffff; text-decoration: none;}
		#copyright a:hover {color: #cfcfcf; text-decoration: underline;}
				








/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
	
	
h1 {
	color: #fff;
	background: #7ac144;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 25px 20px;
	text-transformation: uppercase;	
	text-align: center;
}



h2 {
	color: #1a1c1a;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 34px;
	border-bottom: 4px solid #7ac144;
	margin-bottom: 20px;
	text-transform: uppercase;
	
}

h2.brown {
	background: #553d22;
	border-bottom: none !important;
	margin-bottom: 0; 
	color: #fff;
	font-size: 34px;
	padding: 20px;
	text-align: center;
}
h2.brown span {color: #ea6e00;}


h3 {
	color: #233168;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

h4 {
	background: #000;
	padding: 5px;
	border: 2px solid #ea6e00;
	color: #fff;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	text-align: center;
}


p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

hr { 
	border: 0; 
	height: 3px; 
	background: #D3D3D3;
}

.pquote {
	background: #e3e3e3;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	padding: 25px 35px;	
	border-left: 8px solid #3f4e6d;
	margin-bottom: 10px;
}
.pquote h2 {
	color: #000;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
	font-style: normal;
	font-weight: 400; 
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
}




	.callout {	
		float: right;
		border: 1px solid #c8c8c8;
		background: #f2f2f2;
		background-image: -ms-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d8d8d8));
		background: -moz-linear-gradient(top,  #f2f2f2,  #d8d8d8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d8d8d8');
		color: #000;
		padding: 20px 10px 20px 15px;
	}
	.callout h2 {color: #000;}		
	.callout a {color: #3a507b !important;}		
	.callout a:hover {color: #47659e !important;}		
	
	
	.link a {
		background: #7ac144;
		color:#fff !important;
		font-size: 16px;
		text-transform:uppercase;
		line-height: 40px;
		font-weight: bold;
		padding: 10px 15px;
		border: 2px solid #c8efab;
		text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.link a:hover {border: 2px solid #c8efab; background: #c8efab; color: #3d651e !important;}


	.link-green a {
		background: #3d651e;
		color:#fff !important;
		font-size: 16px;
		text-transform:uppercase;
		line-height: 40px;
		font-weight: bold;
		padding: 10px 15px;
		border: 2px solid #3d651e;
		text-decoration: none !important;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
	.link-green a:hover {border: 2px solid #3d651e; background: transparent; color: #3d651e !important;}



	.link-lg a {color: #ffffff !important; text-shadow: none;}
	.link-lg {
		display: inline-block;
		margin: 10px;
		border-radius: 8px;
		box-shadow: 0 8px 0 #c96608;
		font-size: 16px;
		text-align: center;
		color: #ffffff !important;
		text-shadow: none;
	}
	.link-lg span b {font-size: 20px;}
	.link-lg span {
		display: inline-block;
		padding: 20px 15px;
		background-color: #ee8522;
		 text-shadow: none;
		border-radius: 8px;
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		line-height: 20px;
		font-weight: 300;
		-webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
		-moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
		-o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
		transition: background-color .2s ease-in-out, transform .1s ease-in-out;
	}
	
	.link-lg:hover span {
		background-color: #fd9738;
	}
	
	.link-lg:active, .link-lg:focus {
		box-shadow:    
			0 8px 0 #c96608, 
			0 12px 10px rgba(0, 0, 0, .3);
	}
	
	.link-lg:active span {
		-webkit-transform: translate(0, 4px);
		-moz-transform: translate(0, 4px);
		-o-transform: translate(0, 4px);
		transform: translate(0, 4px);
	}
	












#orange-wrapper {
	width: 100%;
	height: auto;
	background: #fff;
}
#orange {
	width: 90%; /* Change to exact pixels for static (non-responsive) */
	height: auto;
	margin: 0 auto;
	padding: 0px 0 20px 0px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	background: #fffde7;
	border: 10px solid #7ac144;
}	
#orange a {color: #fff;}
#orange a:hover {color: #fff;}

#orange h2 {
	background: #553d22;
	border-bottom: none !important;
	margin-bottom: 0; 
	color: #fff;
	font-size: 34px;
	padding: 20px;
}
#orange h2 span {color: #ea6e00;}




div.cs-select {
    max-width: 100%;
}












/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */

.hentry {padding: 0px !important;}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 0px 0 0px !important;
}

.widget {
    background-color: #f0eded;
    margin: 0 0 24px;
    padding: 10px;
	border-bottom: 5px solid #1d527b;
}

.widget li {
    padding: 10px 15px;
	background: #c2ccd4;
	margin: 0 0 10px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.widget li:hover {background: #a4b7c7;}


.widget li a {
	color: #0b304c !important;
    line-height: 20px;
    text-decoration: underline;
	font-size: 16px;
	/*text-transform: uppercase !important;*/
}

.widget .widget-title {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
    margin: 0 0 10px !important;
    padding: 5px 10px !important;
	background: #2e74a9 !important;
	color: #fff !important;
	font-style: normal !important;
	text-transform: uppercase !important;
}








/*	--------------------------------------------------
	:: Woocommerce Styles
	-------------------------------------------------- */


ul.homepage-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	list-style-type: none;
	text-align: center;
    margin: 0px !important;
    padding: 0px !important;
    background: #ebebeb;
}

ul.homepage-products li.product {
    width: 20%;
    padding: 2.8%;
    margin: 0px !important;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
	background: #ebebeb;
}

ul.homepage-products li.product img {
    width: 100%;
    height: auto;
}

ul.homepage-products li.product a.button {
    width: 100%;
    display: block;
	background: #553d22;
	color: #90dd55 !important;
	text-decoration: none !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
    align-self: flex-end;
    margin-top: 20px;
}

ul.homepage-products li.product a:hover.button {
	background: #31210e !important;
	color: #7ac144 !important;
}


ul.homepage-products h2 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	color: #000;
}

ul.homepage-products a.woocommerce-LoopProduct-link {
	color: #000;
	text-decoration: none !important;
}

ul.homepage-products .price {
	color: #4a7d23;
	font-weight: bold;
}

.productlist:nth-child(even) {background-color: #EDEDED;}


h1.product_title {
	background: none !important;	
	color: #000;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	margin: 0px;
	margin-bottom: 15px;
	text-align: left;
}


h2.woocommerce-loop-product__title {
    border-bottom: 0px !important;
    text-align: center !important;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}



.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button {
    background-color: #2f5115;
    color: #FFF;
    padding: 10px !important;
    font-size: 20px !important;
     border: 0px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a:hover.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #2f5115 !important;
    padding: 10px !important;
    font-size: 20px !important;
    border: 0px !important;
}

.coupon {
    width: 100%;
    display: none !important;
}

.coupon input {
    width: 51% !important;
    float: right !important;
    margin-right: 0px !important;
}



input.button {
    margin-top: 10px !important;
}

.outofstock .price {
   display:none !important;
}


.woocommerce div.product .out-of-stock, .archive .out-of-stock {font-weight: bold;  color: red;}

.volume-callout {background-color: #2f5115; margin: 10px 0; padding: 10px; color: #fff; }




/* Product Loop */

.archive ul li.product a.button:before {
    font-family: 'dashicons';
    content: "\f331";
    background-color: #2f5115;
    padding: 10px;
    float: left;
    color: #FFF;
}

.archive ul li.product a.button.product_type_simple.add_to_cart_button:before {
    content: "\f174";
}

.archive ul li.product a.button.product_type_variable:before {
    content: "\f107";
}

.archive li.product a.button {
    width: 100%;
    text-align: center;
    padding: 0px;
    border: 2px solid #2f5115;
    background-color: #FFF;
    text-decoration: none !important;
    align-self: flex-end;
}

.archive li.product a.button:after {
    line-height: 40px;
    content: ' ';
 
}

.archive li.product a.button.ajax_add_to_cart.loading:after,
.archive li.product a.button.ajax_add_to_cart.added:after {
    line-height: 30px;
}

.archive ul.products li.product {
    padding: 20px !important;
    width: calc(33.3333333% - 40px) !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #CCC;
    margin: 20px !important;
    background-color: #FEFEFE;
}

.archive ul.products li.product img {
    box-shadow: -5px -5px 5px -3px rgba(0,0,0,0.35) !important;
    border: 1px solid #CCC;

}


.archive ul.products li.product h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3rem !important;
    color: #2f5115;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-decoration: none !important;
}

.archive ul.products li.product .out-of-stock,
.archive ul.products li.product .price {
    text-align: center;
    font-size: 1.2rem !important;
}

.archive ul.products li.product a {
    width: 100%;
    text-decoration: none !important;
}

.archive ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/* Product Single */
.woocommerce-main-image img {
    border: 1px solid #CCC;
}


.single-product h1 {
    color: #2f5115;
    font-size: 1.6rem;
}

.single-product .entry-summary p {
    font-size: 16px;
}

.variations_button .quantity input {
    border: 2px solid #2f5115;
    font-size: 1.2rem;
}


.quantity input {
    padding: 5px !important;
	 border: 2px solid #2f5115;
    font-size: 1.2rem;
}




.variations_button .single_add_to_cart_button {
    background-color: #000 !important;
}

.product_meta {
    display: none;
}

.woocommerce-breadcrumb {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 7px 0px 7px 0px !important;
    margin-bottom : 15px !important;
    text-transform: uppercase;
    color: #2f5115 !important;
}

.woocommerce-breadcrumb a {
    text-decoration: none !important;
    color: #AAA !important;
}

.woocommerce .woocommerce-result-count {
    margin: 0 !important;
}
p.woocommerce-result-count {
    padding: 0 !important;
}
.woocommerce .woocommerce-ordering {
    margin: 0 !important;
}


.filter-options {
    display: flex;
    flex-wrap: wrap;
}

.filter-options .g60 {
    display: flex;
    background-image: url('/wp-content/themes/bioplex-child-theme/images/quad-product-cat.jpg');
    background-size: cover;
    background-position: center center;
}

.filter-options .g60 h1.page-title {
    align-self: flex-end;
    background: rgba(61,101,30,0.8) !important;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-style: normal !important;
	line-height: 46px;
}

.filter-options .filter-footer,
.filter-options .filter-title {
    background-color: #3d651e;
    color: #7ac144;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.filter-options .filter-footer {
    border-radius: 0px;
    text-align: right;
    font-size: 1.0rem;
}

.filter-options .filter-footer a {
    color: #FFF !important;
    text-decoration: none !important;
}

.filter-options .nav-filter-container {
    padding-right: 20px;
}

.filter-options ul.filter-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.filter-options ul.filter-list li {
    padding: 5px;
    padding-left: 10px;
    background-color: #2f5115;
    border-bottom: 2px solid #3d651e;
    transition: background-color 0.2s ease-in-out;
}

.filter-options ul.filter-list li.active,
.filter-options ul.filter-list li:hover {
    background-color: #4f7337;
}

.filter-options ul.filter-list li a {
    text-decoration: none !important;
    color: #FFF !important;
    width: 100%;
    display: block;
}

/* Cart Styles */
a.checkout-button {
    color: #FFF !important;
    text-decoration: none !important;
}



table.shop_table img {
    width: 100%;
    max-width: 180px !important;
}

li.wc_payment_method img {
    width: auto !important;
}




/* Choose Options dropdown (frontend single product)*/

.woocommerce div.product form.cart .variations select {
    font-size: 18px;
	padding: 5px;
}




/*.woocommerce div.product form.cart {background: #2f5115; padding: 10px; overflow: hidden;}*/
.single_variation_wrap {background: #2f5115; padding: 10px; overflow: hidden;color: #fff !important;}
.single_variation_wrap .quantity {color: #fff !important;}

.quantity {color: #000; font-size: 20px; font-family: 'Oswald', Arial, Helvetica, sans-serif; font-style: normal !important;}








/*	--------------------------------------------------
	:: Responsive Tables 
	-------------------------------------------------- */

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #553d22; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #eee; 
  text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;

	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;

		padding-right: 10px; 
		white-space: nowrap;
	}
	
	
}











/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */

div#content > div img {width: 100%;}
div#content img {width: auto; max-width: 100%;}
div#green > div img {width: 100%;}
div#orange > div img {width: 100%;}
 /* Override */.no-full {width: auto !important;}
 
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}


.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g66, .g25, .g75 {
	height:auto;
	float:left;
}
.g10 {width:10%;}
.g20 {width:20%;}
.g30 {width:30%;}
.g40 {width:40%;}
.g50 {width:50%;}
.g50-margin {width: 49%; float: left;}
.g60 {width:60%;}
.g70 {width:70%;}
.g80 {width:80%;}
.g90 {width:90%;}
.g100 {width:100%;}

.g33 {width:33.33333333%;}
.g33-margin {width: 32%; float: left;}

.g25 {width:25%;}
.g75 {width:75%;}

.padding {padding: 10px 15px;}
.padding-sm {padding: 0px 5px;}

.gmargin {margin: 0 2%;}

/*
.woocommerce-product-gallery {
    display: flex !important;
    flex-direction: column-reverse !important;
} */
.price-table-summary-title {
	background: #232323; 
	color: #fff; 
	padding: 5px 0px; 
	font-size: 20px; 
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-style: normal !important; 
	text-transform: uppercase; 
	text-align: center;
}
.price-table-summary {float: left; width: 100% !important;}
.price-table-summary p {padding: 0 5px;}
.pricetable {font-size: 85%; line-height: normal; border: 1px solid #999; border-collapse: collapse;}
.pricetable .pricetableheader {background-color: #ea6e00 !important; font-weight: bold;}
.pricetable div.g60 {padding: 2px 5px;}
.pricetable div.g50 {padding: 2px 5px;}
.pricetable div.g33 {padding: 2px 5px;}
.pricetable div.g25 {padding: 2px 5px;text-align: right;}
.pricetable div.g20 {padding: 2px 5px;text-align: right;}
.pricetable .g100:nth-child(even) {background-color: #efefef;}
.pricetable .g100 .g20:nth-child(1) {text-align: right; padding-right: 10px;}
.pricetable .g100 .g25:nth-child(1) {text-align: right; padding-right: 10px;}
.pricetable .g100 .g33:nth-child(2) {text-align: right; padding-right: 10px;}

div.woocommerce-variation.single_variation .price, .product-type-simple .amount {display: none;}

#product-316 p.stock.out-of-stock {display: none;}



.woocommerce #respond input#submit.alt, .woocommerce a.button.alt:hover, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #000 !important; border: 2px solid #fff !important;}

td.label {background: #2f5115 !important; color: #fff; padding-left: 10px !important; font-size: 20px; font-family: 'Oswald', Arial, Helvetica, sans-serif;}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}





/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */





input, textarea {
    border: 0px;
	background: #ebebeb;
	border-bottom: 2px solid #553d22;
    font-family: inherit;
    padding: 15px;
	/*margin-bottom: 20px;*/
	width: 100%;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus {
    border: 0px;
	background: #dddbdb;
	border-bottom: 2px solid #3b2915;
    font-family: inherit;
    padding: 15px;
	/*margin-bottom: 20px;*/
}

.request-form input, .request-form textarea {
    padding: 10px !important;
	margin-bottom: 5px !important;
}


.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(100% - 8px) !important;
}

.form {width: 100% !important;}

.form .g33 {width: 32%; margin-right: 1%;}
.form .g33.last {width: 34% !important; margin-right: 0 !important;}

.form .g50 {width: 49%; margin-right: 1%;}
.form .g50.last {width: 50% !important; margin-right: 0 !important;}


::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}





button, input[type="submit"], input[type="button"], input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #7ac144 0%, #477921 100%) repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #7ac144;
    border-image: none;
    border-radius: 2px;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #fff;
	font-size: 26px !important;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
	text-transform: uppercase;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #477921 0%, #7ac144 100%) repeat scroll 0 0;
}









/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */


@media screen and (min-width: 1200px) {
	
	.responsive {width: 1000px !important;}

}

@media screen and (max-width: 1200px) {

	.scrollup {
		width: 20px;
		height: 20px;
		background-size: cover;
		bottom: 115px;
		right: 1%;
	}
    
    ul.homepage-products li.product {
        width: 33.333333333333333%;
    }
    
    ul#menu-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media screen and (max-width: 1024px) {
    table.shop_table tfoot{
        display: block !important;
    }
}

@media screen and (max-width: 1045px) {

    #header .right,
    #header .left {
         width: 100%;
     }
     
     #phone {
         text-align: center;
     }

    #logo {
         position: relative;
         top: 0px;
         text-align: center;
     }
     
     #logo img {
         width: auto;
         max-width: 100%;
     }
}

@media screen and (max-width: 900px) {

    .archive ul.products li.product {
        width: calc(50% - 40px) !important;
    }
    
    .g60, .g40 {
        width: 100%;
    }

}


@media screen and (max-width: 800px) {
    
     
     div.cs-select.cs-active div.cs-options {
    position: relative;
    z-index: 1 !important;
    transition: none;
}
     
     div.cs-select:not(.cs-active) div.cs-options {
         display: none;
     }
     
     
     
    #green-wrapper {
        display: none;
    }
    
    .search-banner {
        background: none;
    }
    
    .search-by {
        top: 0px;
    }
    
    .filter-options .g40,
    .filter-options .g60 {
        width: 100%;
    }
    
    .filter-options .nav-filter-container{
        padding: 0px;
    }
    
    
    ul.homepage-products li.product {
        width: 50%;
    }
    
    #content img.alignright {
        display: block;
        margin: 0px auto;   
        float: none;
        width: auto;
        max-width: 100%;
        display: none;
    }
	.js #menu {display: none;}
	.js .slicknav_menu {display: block !important;}
	
	.g25 {width: 50% !important;}
	.g30 {width: 100% !important;}
	.g33 {width: 100% !important;}
	
	.pricetable div.g33	{width: 33% !important;}
	
	.g50 {width: 100% !important;}
	.g70 {width: 100% !important;}
	
}



@media screen and (max-width: 720px) {
    .slicknav_menu {
        display: block;
    }
    
    
    
    #nav-wrapper {
        display: none;
    }
    
}

@media screen and (max-width: 600px) {

    div#content img {
        width: 100% !important;
    }

    [name="apply_coupon"] {
        width: 100% !important;
    }
	#content {
        padding: 0px !important;
    }
	.responsive {width: 90% !important;}
    
    .archive ul.products li.product {
        width: 100% !important;
        text-align: center !important;
    }
    ul.homepage-products li.product {
        width: 100%;
    }
    
    .coupon input {
        width: 100% !important;
    }
}


@media screen and (max-width: 480px) {

	.responsive {width: 95% !important;}
	
	.g10 {width: 100% !important;}
	.g20 {width: 100% !important;}
	.g25 {width: 100% !important;}
	.g40 {width: 100% !important;}
	.g60 {width: 100% !important;}
	.g80 {width: 100% !important;}
	.g90 {width: 100% !important;}

}	
	
	





