/* RenovaNow 6.0.1 r11 — isolamento definitivo do menu Minha Conta. */
body.rn6-account .woocommerce-MyAccount-navigation,
body.rn6-account .rn6-account-content .woocommerce-MyAccount-navigation{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:12px!important;
    border:1px solid rgba(125,80,224,.34)!important;
    border-radius:18px!important;
    outline:0!important;
    outline-offset:0!important;
    background:linear-gradient(160deg,#0d1120 0%,#080b15 100%)!important;
    background-clip:padding-box!important;
    box-shadow:0 22px 60px rgba(0,0,0,.3)!important;
    filter:none!important;
    overflow:hidden!important;
    isolation:isolate!important;
    -webkit-appearance:none!important;
    appearance:none!important;
}
body.rn6-account .woocommerce-MyAccount-navigation::before,
body.rn6-account .woocommerce-MyAccount-navigation::after,
body.rn6-account .woocommerce-MyAccount-navigation ul::before,
body.rn6-account .woocommerce-MyAccount-navigation ul::after{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    border:0!important;
    outline:0!important;
    background:none!important;
    box-shadow:none!important;
}
body.rn6-account .woocommerce-MyAccount-navigation ul{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    border-radius:12px!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:hidden!important;
}
body.rn6-account .woocommerce-MyAccount-navigation li{
    width:100%!important;
    margin:5px 0 0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
body.rn6-account .woocommerce-MyAccount-navigation li:first-child{margin-top:0!important}
body.rn6-account .woocommerce-MyAccount-navigation a{
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    margin:0!important;
    padding:13px 15px!important;
    border:1px solid transparent!important;
    outline:0!important;
    border-radius:11px!important;
    box-shadow:none!important;
}
body.rn6-account .woocommerce-MyAccount-navigation .is-active a,
body.rn6-account .woocommerce-MyAccount-navigation a:hover,
body.rn6-account .woocommerce-MyAccount-navigation a:focus-visible{
    border-color:rgba(151,74,255,.52)!important;
    outline:0!important;
    background:linear-gradient(100deg,rgba(129,37,228,.38),rgba(73,66,224,.22))!important;
    box-shadow:inset 3px 0 #a63cff!important;
}
@media(max-width:820px){
    body.rn6-account .woocommerce-MyAccount-navigation li{margin:0!important}
    body.rn6-account .woocommerce-MyAccount-navigation ul{overflow:visible!important}
}
