.payment-customercredit-index .page-title-wrapper h1.page-title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 2rem;
    margin-top: 16px;
    margin-bottom: 24px;
}
.payment-customercredit-index .mywallet-container .mywallet-balance-title {
    margin-bottom: 4px;
}
.payment-customercredit-index .mywallet-container .mywallet-balance,
.payment-customercredit-index .mywallet-container .mywallet-last-moves {
    margin-bottom: 16px;
}
.payment-customercredit-index .mywallet-container .mywallet-balance-description {
    margin-bottom: 24px;
}
.payment-customercredit-index .mywallet-container .mywallet-movements {
    border: solid 1px #CCCCCC;
    border-radius: 8px;
}
.payment-customercredit-index .mywallet-container .mywallet-movement-detail {
    display: flex;
    height: 80px;
    border-bottom: solid 1px #CCCCCC;
    padding: 0 30px 0 16px;
}
.payment-customercredit-index .mywallet-container .mywallet-movement-detail:last-of-type {
    border: 0;
}
.payment-customercredit-index .mywallet-container .mywallet-movement-detail .detail-left {
    align-self: center;
    flex-grow: 5;
}
.payment-customercredit-index .mywallet-container .mywallet-movement-detail .detail-right {
    align-self: center;
}
.payment-customercredit-index .mywallet-container .mywallet-movement-detail .detail-left .order-date {
    margin-top: 4px;
    margin-bottom: 0;
}
.payment-customercredit-index .mywallet-container .mywallet-movement-detail .detail-right .positive {
    color: #08875B;
}
.payment-customercredit-index .mywallet-container .mywallet-movement-detail .detail-right .negative {
    color: #EB003B;
}
.payment-customercredit-index .mywallet-container .mywallet-movements-no-history {
    background-color: #FFEDE3;
    border: solid 1px #B84200;
    border-radius: 8px;
}
.payment-customercredit-index .mywallet-container .mywallet-movements-no-history .mywallet-movement-detail {
    height: 48px;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar {
    display: block;
    width: 22.3%;
    padding: 0;
    position: relative;
    /*top: -96px;*/
    float: left;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-title {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 2rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-sub {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 1.5rem;
    margin-bottom: 32px;
    color: #757575;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item {
    margin-bottom: 32px;
    background-image: none;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item a {
    display: flex;
    text-decoration: none;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item a .side-img-cont {
    min-width: 20px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item a .side-img-cont svg path {
    transition: fill .3s;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item a span {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 1.5rem;
    color: #333;
    transition: color .3s,
    font-weight .1s;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item a:hover .side-img-cont svg path {
    fill: #ff3c3c;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item a:hover span {
    color: #ff3c3c;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item.current a .side-img-cont svg path {
    fill: #ff3c3c;
}
body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar .sidebar-nav .sidebar-nav-item.current a span {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 1.5rem;
    color: #ff3c3c;
}
body.payment-customercredit-index #maincontent>.columns>.main .page-title-wrapper,
body.payment-customercredit-index .mywallet-container {
    display: block;
    width: 77.7%;
    padding-left: 2%;
    float: right;
    box-sizing: border-box;
}
body.payment-customercredit-index .mywallet-container .mywallet-no-history {
    width: 100%;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #B84200;
}
body.payment-customercredit-index .mywallet-container .mywallet-movements-no-history .mywallet-movement-detail {
    padding: 0 30px 0 0;
}
body.payment-customercredit-index .mywallet-container .mywallet-no-history img {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin: 0 16px;
}
.payment-customercredit-index .actions-toolbar .secondary {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
    margin: 16px 0 0 0;
    display: flex;
    align-items: center;
}
.actions-toolbar > .secondary .action.back:hover {
    color: #333333;
}
.payment-customercredit-index .actions-toolbar .secondary a.back img {
    width: 12px;
    height: 12px;
}
.payment-customercredit-index .actions-toolbar .back-button {
    display: inline;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    .payment-customercredit-index .mywallet-container .mywallet-movement-detail {
        display: block;
        height: 124px;
        padding: 22px 30px 22px 16px;
    }
    .payment-customercredit-index .mywallet-container .mywallet-movement-detail .detail-left .order-date {
        margin-bottom: 16px;
    }
    body.payment-customercredit-index #maincontent>.columns>.main .page-title-wrapper,
    body.payment-customercredit-index .mywallet-container {
        width: 100%;
        padding-left: 0;
        float: none;
    }
    body.payment-customercredit-index #maincontent>.columns>.main div.dashboard-sidebar {
        display: none;
    }
    body.payment-customercredit-index .mywallet-container .mywallet-no-history {
        margin-top: 20px;
    }
    .payment-customercredit-index .actions-toolbar .back-button {
        display: none;
    }
    .payment-customercredit-index .actions-toolbar .secondary {
        margin-bottom: 5px;
    }
}
