img {
	max-width: 100%;
	height: auto;
}
select {
	padding: 8px 15px;
}
.page-banners {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 27%;
	position: relative;
}
.page-banners:before {
	position: absolute;
	left:0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background:rgba(0,0,0,0.7);
	content: '';
}
.page-banner-text {
	position: absolute;
	left: 0px;
	right: 0px;
	max-width: 650px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	z-index: 99;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.025em;
}
.page-banner-text h1 {
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
	margin-bottom: 10px;
}
.site-main {
	padding: 50px 0px;
	display: inline-block;
	width: 100%;
}
.product-right {
	width: 75%;
	float: right;
}
.woocommerce-result-count {
	float: left;
	padding-top: 5px;
}
.woocommerce-ordering {
	float: right;
}
ul.products {
	display: inline-block;
	margin: 0 -20px;
	list-style: none;
	margin-top: 20px;
}
ul.products li {
	float: left;
	width: calc( 33.3333% - 40px);
	margin: 0 20px 40px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	border:1px solid #cccccc;
	background: #ffffff;
	padding-bottom: 20px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
ul.products li:hover{
	-webkit-box-shadow: 0px 0px 18px 3px rgba(209,215,222,0.5);
	-moz-box-shadow: 0px 0px 18px 3px rgba(209,215,222,0.5);
	box-shadow: 0px 0px 18px 3px rgba(209,215,222,0.5);
}
ul.products li img {
	margin-bottom: 20px;
}
ul.products li a {
	display: block;
}
ul.products .woocommerce-loop-product__title {
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
	display: block;
	padding: 0 20px;
}
ul.products li .price{
	font-size: 18px;
	color: #8ea374;
	padding-left: 20px;
	font-weight: 700;
}
ul.products li a:hover,
ul.products li a:focus {
	text-decoration: none;
}
ul.products li a.button.add_to_cart_button {
	width: 34px!important;
	height: 28px!important;
	background: url(../images/cart-icon.png) no-repeat  0 0!important;
	float: right!important;
	text-indent: -999999!important;
	font-size: 0!important;
	margin-right: 15px!important;
	padding: 0 !important;
	border-radius: 0 !important;
	position: static!important;
}
ul.products li a.button.product_type_simple:not(.add_to_cart_button){
	background: #c0d9a0 ;
	color: #000 ;
	font-size: 15px ;
	border-radius: 50px ;
	height: 39px ;
	padding: 12px 30px 13px ;
	letter-spacing: 0.005em ;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	position: absolute;
	left: 18px;
	bottom: 20px;
	font-weight: 400;
}
ul.products li a.button.product_type_simple:not(.add_to_cart_button):hover{
	background: #2c353e;
	color: #fff ;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);	
}
#whyus {
	display: inline-block;
	width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
	width: 30.6%;
	padding-bottom: 60px;
}
ul.products li:nth-child(3n+1){
	clear: left;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
	clear: none;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
	margin-right: unset;
	margin: 0 3.8% 2.992em 0;
}
.woocommerce-ordering select{
	border: 1px solid #b4b4b4;
	background: transparent;
	height: 48px;
	padding: 10px 16px;
	width: 100%;
	font-weight: 300;
	color: #66707a;
	border-radius: 0;
	-webkit-border-radius: 0;
}
ul.products{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
