/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

p {
	margin-bottom: 0px !important;
}

/* Header Style Start */

.main_menu ul li a {
	position: relative;
}

.main_menu ul li a::before {
	    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 20px;
    background: #00b207;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Home Page Style Start */

.align_icon  .elementor-icon-box-icon {
	margin-top: 10px;
}

.product_col .add_to_cart_icon {
	background: transparent !important;
	padding: 0px !important;
}

.product_col:hover .add_to_cart_icon a.elementor-icon {
	background: var( --e-global-color-accent );
}

.product_col .add_to_cart_icon a.elementor-icon {
	background-color: #F2F2F2;
	padding: 12px 12px 15px 12px;
	bottom: 15px;
	border-radius: 50px 50px 50px 50px;
}

/* Single Product page Style STart */

.woocommerce-notices-wrapper .woocommerce-message {
    width: 1000px;
    margin: 0 auto;
    border: 0px;
    font-family: 'Poppins';
}

.woocommerce-notices-wrapper {
    background: #f6f5f8;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    font-family: 'Poppins' !important;
    font-weight: 600;
    font-size: 16px;
}

/* Contact Us page Style start */

.con_contaoiner input[type="text"], .con_contaoiner input[type="email"], .con_contaoiner input[type="tel"] {
    border-radius: 5px;
    padding: 12px 20px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.con_contaoiner textarea {
    height: 90px;
    border-radius: 5px;
    padding: 12px 20px;
    font-family: 'Poppins';
    margin-bottom: 10px;
    resize: none;
}

.con_contaoiner input[type="submit"] {
    background: #00b207;
    border: 0px;
    width: 100%;
    font-family: 'Poppins';
    color: #ffff;
    font-weight: 600;
}

/* Footer Style Start */

.news_con {
	display: flex;
}

.news_con .btn {
	position: relative;
	margin-left: -25px;
}

.news_con input[type="email"] {
	border: 1px solid #E5E5E5;
	border-radius: 50px 00px 0px 50px;
	padding: 10px 30px;
	border-right: 0px !important;
}

.news_con input[type="submit"] {
	width: 100%;
	background: #00B207;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	padding: 14px 32px;
	font-family: "poppins";
	border: 0px;
	border-radius: 50px;
}

.news_con .btn span.wpcf7-spinner {
	position: absolute;
}

@media screen and (max-width: 600px) {
	
	.news_con {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.news_con .btn {
		margin: 0;
	}

	.news_con input[type="email"] {
		border-radius: 20px;
		border: 1px solid #E5E5E5 !important;
	}
	
}