/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .my-account-page-content-wrapper .my-account-side-links{width:100%;        flex: 0 0 100%;
        max-width: 100%;}
 .my-account-page-content-wrapper .my-account-side-links>a {
    display: inline-block;
    width: 33%;
    max-width: 100%;
    -ms-flex: 0;
    flex: 0;
    border-bottom: 1px solid rgba(160, 160, 160, 0.25);
    padding: .6rem;
    text-align: center;
    background:#007bff;
    color:#fff;
    padding:15px;
    margin-top:10px;
    color: #fff !important;
    padding: 16px;
    border-radius: 45px;
}
.my-account-page-content-wrapper .my-account-side-links>a svg{display:none !important;}
.my-account-page-content{margin-top: 20px;}
