
/* ==============================================================================
/* ====== MY ACCOUNT PAGES
/* ============================================================================= */

.account-summary.row {
    margin-left: 0;
    margin-right: 0;
}

.account-summary .panel-center {
    border-right: none;
    border-left: none;
}

.account-summary h4 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.account-summary h3 {
    font-size: 18px;
    text-align: center;
}

.add-address.utility-button {
    margin: 10px 0;
    width: 150px;
}

.add-address.utility-button .icon-plus {
    margin-right: 10px;
}

#account-addresses {
    color: #444;
    margin: 10px 0;
}

#account-addresses .pipe {
    color: #8a8a8a;
    margin: 0 5px;
}

#account-edit {
    margin: 0 0 15px 0;
}

.user-rewards {
    margin-bottom: 20px;
}

.user-rewards ul {
    margin-left: 30px;
}


/* ==============================================================================
/* ====== WISHLIST PAGE
/* ============================================================================= */

#wishlist {
    list-style: none;
}

#wishlist .remove a {
    margin-top: 5px;
    text-align: center;
}

.wishlist-info.row {
    margin-left: 0;
    margin-right: 0;
}
.wishlist-info .panel {
    text-align: center;
}

/* ==============================================================================
/* ====== WISHLIST PAGE
/* ============================================================================= */

#change-password .utility-button {
    display: inline-block;
}

/* SMALL */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    #account-addresses .address {
        margin-bottom: 10px;
    }

    .account-summary .panel-center {
        border: 1px solid #d9d9d9;
    }

}
