#content > div.my_account_content_display > p {
    display: none;
}

.wallets_logo_mnails{
    width:25%;
    margin:0 2% 2% 2%;
    display:block;
}

.wallets-card{
    background-color:#FDEDEF;
    border-radius:10px;
    width:60%;
    margin:auto;
    text-align:center;
    padding-top: 1%;
}

.wallets_banner_mnails{
    width:100%;
}

.wallets_code_mnails{
    text-align:center;
}

.wallet-num-customer{
    padding-bottom: 3%;
}

.wallets-text-hello{
    display:block;
    text-align:left;
    padding:0.7rem;
    padding-bottom: unset;
    font-size:1rem;
}

.wallets-buttons{
    display:flex;
    justify-content:center;
    gap:2rem;
    margin-top:2rem;
    flex-wrap:wrap;
}

.wallet-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.6rem;

    background:black;
    color:white;
    text-decoration:none;

    padding:0.7em 1.4em;
    border-radius:0.5rem;

    font-size:1rem;
}

.wallet-barcode{
    margin: 0.7rem !important;
}

.wallet-icon{
    width:1.8em;
    height:auto;
}

.wallet-btn:hover{
    background:#111;
    color:white;
}

@media (max-width: 1000px) {
    .wallets_logo_mnails{
        width:30%;
    }
    .wallets-card{
        width:100%;
    }
    .wallet-btn{
        font-size:11px;
        width:max-content;
    }

    .wallets-buttons {
        display: flex;
        justify-content: center;
        margin: 0 2% 0 2%;
        flex-wrap: nowrap;

    }

    .wallets-text-hello{
        display:block;
        text-align:left;
        padding:0.7rem;
        padding-bottom: unset;
        font-size:0.7rem;
    }

    .wallet-num-customer{
        padding-bottom: 3%;
        font-size: 0.7rem;
    }
}