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



ul.request-assistance-qualifiers {
	margin-top: 15px;
}

ul.request-assistance-qualifiers li,
ul.member-benefits li,
.next-steps li {
	margin-top: 15px;
}

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

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
	background-color: #cc9900;
	color: #fff;
	padding: 20px 50px;
}

.um input[type="submit"].um-button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button{
	
	background: #cc9900;
	color: #fff;
}
.um input[type="submit"].um-button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button:hover{
  background-color: #cc0000;
	color: #fff;
}

.woocommerce-MyAccount-navigation {
display:none !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100% !important;
}

.um input[type="submit"].um-button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button {
	background: #c90 !important;
}

.um input[type="submit"].um-button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button:hover{
	background-color: #cc0000 !important;
}