/*
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

*/

/*=============================woocommerce message===========================================*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background: #19990E;
	color: white;
	border-radius: 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	padding: .618em 1em;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #19990E;
	color: white;
	border-radius: 0px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0;
}

/*========================second header button==============================*/
a.elementor-button-link.elementor-button.elementor-size-sm.btn_ {
	border-radius: 0px;
	background: black;
	font-size: 14px;
	color: white; 
}
/*=========================Product filter==================================*/
.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area {
	box-shadow: 0 0 10px rgb(0 0 0 / 0%);
}

/*===========================My Account==============================*/

.woocommerce-MyAccount-navigation {
display:none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%; text-align: center;
}
/*=========================checkout page===============================*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #19990e;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #19990e;
}

.woocommerce .woocommerce-info{
	border-top-color: #19990E;
}
.woocommerce .woocommerce-info::before {
	color:#19990E;
}

/*=======================variation table ============================*/
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: #eee0;
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: #e9e9e900;
}

/*===================On Sale Single Product Flag===========================*/
.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
 	color: #19990E;
    background: none;
	font-size: 20px;
	text-transform: uppercase;
	 letter-spacing: 2px;
}

