@charset "UTF-8";


.pt_account #main {
    width: 100%!important;
    padding: 0!important;
}
.pt_account #secondary {
    background: white;
    height: 100%!important;
    width: 15%!important;
}
.pt_accountwithmenu #primary {
    background: white;
    height: 100%!important;
    padding: 0px!important;
    width: 85%!important;
    padding: 20px!important;
    background: #f7f7f7;
}
.pt_accountwithmenu #main h1 {
    width: 85%!important;
    background: #dadada;
    padding: 15px 10px;
    display: inline-block;
    height: auto;
    float: none!important;
    margin: 0px!important;
}
.newsletterAccount .formContent {
    width: 100%!important;
}

.accountDashboard .icon>img {
    width: 40px!important;
    height: auto;
}
.accountDashboard .icon {
    position: absolute;
    top: 10px;
    left: 15px;
    width: auto;
    text-align: center;
}





.accountDashboard {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    padding: 0;
    margin-right: 0!important;
    line-height: 16px!important;
    width: 100%!important;
}
.accountDashboard>li {
    display: flex;
    flex-direction: column;
    background:#ffffff!important;
    margin:10px!important;
    width: 23%!important;
    height: auto!important;
    border-radius: 6px;
    border: 1px solid #f3f3f3!important;
    padding: 10px 10px 10px 70px!important;
    -webkit-box-shadow: 0px 0px 5px 0 rgba(58,59,69,.05)!important;
    box-shadow: 0px 0px 5px 0 rgba(58,59,69,.05)!important;
}

.accountDashboard .title {
    background: #f7f7f7;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: inherit!important;
    font-weight: bold;
    font-size: 16px!important;
}
.accountDashboard .order-status {
    margin: 10px 0 10px 0;
    display: block;
    padding: 3px 0 3px 5px;
    border: 1px solid #cccccc;
}
.accountItemLinks {
    position: relative!important;
    bottom: none!important;
    margin: 17px 0 0 0!important;
    padding: 0!important;
}
.accountItemLinks li {
    display: flex!important;
    margin: 1px 0!important;
    padding: 0;
}
.accountItemLinks a {
    text-decoration: none;
    display: inline-block;
    background: #e6e6e6;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 10px;
    text-decoration: none!important;
}


/*--- VERSION MOBILE ---*/
@media screen and (max-width: 1024px){
    .accountDashboard {
        margin: 0!important;
        font-size: 1.15em;
        line-height: 24px;
    }
    .accountDashboard .icon {
        width: 60px!important;
        top: 10px!important;
    }
    .accountDashboard>li{
        width:100%!important;
    }
    .pt_account #primary{
        width:100%!important;
    }
    .pt_account #secondary{
        width:100%!important;
    }
    .pt_accountwithmenu #main h1{
        width:100%!important;
    }
}
