/* Customer Sidebar */

.list-group-item {
    background-color: transparent;
    border: none;

}

.list-group-item a {
    color: #575757;
    padding: 0px 18px 0px 15px;
}

.list-group-item:hover {
    background: #e8e8e8;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

#myAccount>strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px;
}



#myAccount>strong {
    border-color: #ff5501;
    color: #000;
    font-weight: 600;
}

#myAccount.list-group-item:hover {
    background: transparent !important;
}

/* Customer Dashboard */

.block-title strong {
    font-size: 2rem;
    font-weight: 300;
}

#customer-dashboard h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
}