/*
Theme Name:     Cryptoinvest
Theme URI:      https://cryptoinvest.templateselar.com/
Template:       kadence
Author:         Template Selar
Author URI:     https://templateselar.com/
Description:    Cryptoinvest is a multi-purpose cryptocurrency investment website template made with Elementor. This Elementor template was made with the free Elementor plugin. It was designed for all investment businesses. Whether you are into cryptocurrency business or into any other investment business, this template will help you set up your website in just some few minutes.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/*Remove Dashboad Links*/
.woocommerce-MyAccount-navigation {
display:none;
}

/* MAke dashboard content full width*/
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}


/*Checkout metamask label code*/
#payment ul.wc_payment_methods li.wc_payment_method>label {
    background: var(--global-palette8);
    display: block;
    border-left: 5px solid var(--global-gray-400);
    padding: 8px 15px;
    transition: border 0.2s ease-in-out;
    margin-bottom: 4px;
    font-weight: normal;
    color: black;
}

