/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


#order_payment_heading{
/*	display:none !important; */
}

.woocommerce-shipping-fields{
/*	display:none !important; */
}

.checkout-button.button.alt.wc-forward{
	background-color: #EB860A;
}

.checkout-button.button.alt.wc-forward:hover{
	background-color: var( --e-global-color-d49ac81 );
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
	width: 135px;
}

.woocommerce .quantity .qty{
	width: 5.6em !important;
	background-color: #eb860a !important;
	color: white !important;
}

.woocommerce button.button.alt{
	
	background-color: #EB860A;
}

.woocommerce button.button.alt:hover{
	
	background-color: #EB860A;
}

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

a.edit{
	color: #EB860A;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button{
	background-color: #EB860A !important;
}

.logged-in-condition .hidelogin
{
 display: none !important;
}
.logged-out-condition .hidelogout
{
 display: none !important;
}