.elementor-25 .elementor-element.elementor-element-45e705c1{--display:flex;--min-height:80vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:4vw;--padding-bottom:4vw;--padding-left:10vw;--padding-right:10vw;}.elementor-25 .elementor-element.elementor-element-45e705c1:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-45e705c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3247ae5 );}/* Start custom CSS for container, class: .elementor-element-45e705c1 */.woocommerce-MyAccount-navigation{
    border: 2px solid #AD0F23;
    border-radius: 10px;
    padding: 1vw;
    background-color: white;
    width: 20%!important;
}

.woocommerce-MyAccount-content p {
    margin-bottom: 2vh;
}

.woocommerce-Address-title.title p{
    margin-bottom: 0;
}


a.edit{
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 2vh;
}

address{
    font-size: 1.1rem;
    line-height: 1.2em;
}

.woocommerce-MyAccount-navigation-link{
    border-bottom: 1px solid #AD0F23;
    padding: 1vw;
} 
.woocommerce-MyAccount-navigation-link--customer-logout{
    border-bottom: none;
}

.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}

.woocommerce-MyAccount-navigation-link a{
    color: black;
}

a.woocommerce-button.button.view, .woocommerce-Button.button, button.button{
    font-size: 1rem!important;
    line-height: 1.5em!important;
    padding: .5vh 3vh!important;
    color: white!important;
    background-color: #AD0F23!important;
    border: 1px solid #AD0F23!important;
    border-radius: 5px!important;
    transition: .2s!important;
}

a.woocommerce-button.button.view:hover, .woocommerce-Button.button:hover, button.button:hover{
    font-size: 1rem!important;
    line-height: 1.5em!important;
    padding: .5vh 3vh!important;
    color: white!important;
    background-color: #DE1A32!important;
    border: 1px solid #DE1A32!important;
    border-radius: 5px!important;
    transition: .2s!important;
    cursor: pointer;
}

/* EDIT ACCOUNT */

.edit-account label{
    display: inline-block!important;
}

#account_display_name_description{
    font-size: .9rem;
    font-weight: 300;
}

#account_email{
    margin-bottom: 3vh;
}

legend{
   font-size: 1.4rem;
   padding-bottom: 1vh;
}

fieldset{
    margin-bottom: 2vh;
}/* End custom CSS */