/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1604022265
Updated: 2020-10-30 01:44:25

*/

/*=========view cart archives========*/
.e-loop-add-to-cart-form-container .added_to_cart.wc-forward {
    justify-content: center;
}


/*=======Single Product Tab========*/
#tab-description h2, #tab-dosage h2, #tab-specifications h2, 
#tab-reviews h2, #tab-aeration-benefits h2, #tab-system-specifications h2, #tab-system-sizes h2, #tab-product-flyers h2{
    color: #000;
    font-size: 25px;
}


/*=============Aeration Basic===================*/

.ab-header {
	color:#A9C835;
}


/*=========Custom Button=========*/
.ac-button-wrapper a {
	padding:15px 20px;
	background-color:#A9C835!important;
	display: inline-block;
	border-radius: 50px;
	box-shadow: 3px 3px 5px rgba(55,55,55,0.3) !important;
	transition:ease 0.35s all;
}
.ac-button-wrapper a:hover {
/* 	filter:contrast(150%); */
/* 	box-shadow: 5px 5px 5px rgba(55,55,55,0.3); */
	background-color: #249DD7!important;
}

/*===============account login=================*/
.page-content .woocommerce h2 {
    text-align: center;
}

/*==========Single Product Page==================*/
.woocommerce-product-details__short-description h3 {
    color: #000;
    font-family: 'Poppins';
	font-size: 23px;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2{
    color: #000;
    font-size: 25px;
    font-family: 'Poppins'
    
}