.wpmenucart-contents .cartcontents{
	display: none !important;
}
/***************************Benefits - Start *********************************/
.ww_benefits_list, .ww_benefits_list li{
	list-style: none;
	margin-top: 10px;
}

.ww_benefit_bullet{
	color: #74C039;
}

.ww_benefit_name{
	margin-left: 10px;
}

/***************************Benefits - End *********************************/

/***************************Applications - Start *********************************/
.ww_application_name{
	padding: 5px;
    border: 2px solid #74C039;
    border-radius: 25px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #74C039;
    margin-top: 5px;
}

.ww_applications_container{
	margin-left: 20px;
	margin-bottom: 10px;
}

/***************************Applications - End *********************************/

/***************************Standards & Approvals - Start *********************************/
.ww_std_approvals_list{
	margin-left: 0px;
	margin-bottom: 10px !important;
}

.ww_std_approvals_list, .ww_std_approvals_list li {
	list-style: none;
}

/***************************Standards & Approvals - End *********************************/

/***************************Useful Documents - Start *********************************/
.ww_file_icon{
	color: #74C039;
	font-size: 20px;
}

.ww_resource_name{
	margin-right: 15px;
}

/***************************Useful Documents - End *********************************/

/***************************Case Studies - Start *********************************/
.ww_case_study{
	display: inline-block;
	padding: 20px;
	width: 49%;
}

/***************************Case Studies - End *********************************/


/***************************Category Template - Start *********************************/
.ww_product_archive{
	display: inline-block;
	width: 33%;
	padding: 15px;
	vertical-align: top;
	transition-duration: 1s;
	border-radius: 5px;
	background: transparent;
}

/*.ww_product_archive:hover {
	transform: scaleY(1.1);
	background-color: white;
	box-shadow: 5px 10px 8px 10px #eaeaea;
}*/

.ww_product_archive_body h3{
	font-weight: bolder;
	color: grey;
	line-height: 22px;
}

.ww_product_archive_body h5{
	font-weight: bolder;
	color: #74C039;
	margin-top: -10px;
}

.ww_product_archive_body ul {
	margin-left: 0px;
}

.ww_product_archive_body .ww_benefit_name{
	color: grey;
}
/*.ww_products_categories{
	background-color: #eaeaea;
	padding: 25px;
}*/

@media screen and (min-width: 787px) and (max-width: 1068px) {
  .ww_product_archive{
  	width: 49%;
  }
}

@media screen and (max-width: 786px) {
  .ww_product_archive{
  	width: 49%;
  }
}
/***************************Category Template - End *********************************/

/***************************Single Product Buttons - Start *********************************/
.wastewater-single-product-buttons{
	text-align: right;
}

.add-request-quote-button, .yith_ywraq_add_item_browse_message a{
	background: #74C039 !important;
	border:1px solid #74C039 !important;
	border-radius: 40px !important;
	color: white !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.yith_ywraq_add_item_browse_message a{
	padding: 10px 40px;
	margin: 5px 0;
}

.yith_ywraq_add_item_browse_message a:hover{
	background-color: #ffffff!important;
	color: #81d742!important;
}

.yith_ywraq_add_item_product_message{
	margin-top: 10px;
}

.yith_ywraq_add_item_response_message{
	margin-bottom: 10px;
}

.wastewater-enquiry-btn{
	display: inline-block;
}
/***************************Single Product Buttons - Start *********************************/