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

input:focus {
    text-align: left;
}
/* Modifies the autofill input background to a custom color rather than the default yellow */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #A7AE9E inset!important;
}

/* Mobile Menu (white)*/
#menu-2-619547d > li > a:focus {
	background-color: transparent;
}

/* Mobile Menu (L-shaped) */

#menu-2-61297fd > li > a:focus {
	background-color: rgba(167, 174, 158, 0.5)
}

/* Hides PAY button in Orders - Actions when order status = processing */
html.yes-js.js_active.js body.page-template-default.page.page-id-12.logged-in.admin-bar.wp-custom-logo.theme-hello-elementor.user-registration-page.woocommerce-account.woocommerce-page.woocommerce-orders.woocommerce-js.elementor-default.elementor-kit-6.elementor-page.elementor-page-12.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-firefox main#content.site-main.post-12.page.type-page.status-publish.hentry div.page-content div.elementor.elementor-12 div.elementor-element.elementor-element-7ae59745.e-con-full.e-flex.e-con.e-parent.e-lazyloaded div.elementor-element.elementor-element-66358501.e-con-full.e-flex.e-con.e-child div.elementor-element.elementor-element-0cbdfbd.e-my-account-tabs-horizontal.elementor-widget.elementor-widget-woocommerce-my-account div.elementor-widget-container div.e-my-account-tab.e-my-account-tab__orders div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-MyAccount-content-wrapper table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.pay {
    display: none!important;
}