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



/* Access denied card */

body.pmpro-body-level-required .pmpro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    flex-direction: column;
    background: #e3e3e3;
}
body.pmpro-body-level-required .pmpro svg {
    width: 50px;
    height: 50px;
}
body.pmpro-body-level-required .pmpro .pmpro_card {
    max-width: 500px;
    
}

/* WooCommerce customer dashboard */

.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
@media (min-width: 768px) {
    .woocommerce-account .woocommerce {
        margin-top: 30px;
        flex-direction: row;
        column-gap: 60px;
    }
}

/* dashboard nav */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0px;
    margin: 0 0 1px;
    font-size: 1.0625rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: inherit;
    padding: 14px 14px 14px 16px;
    color: #412765;
    display: block;
    background: #f0f0f0;
    border-left: 4px solid transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #e3e3e3;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    border-left: 4px solid #412765;
    background: #e3e3e3;
    font-weight: bold;
}

.woocommerce-account :not(.woocommerce-MyAccount-navigation) 
                     :not(.woocommerce-MyAccount-navigation, h1, h2, h3) {
    font-size: 1rem;
}
