
/* My Account */
.account-dashboard-card {
    display: block;
    border: 1px solid #eee;
    padding: 30px 20px;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    height: 100%;
}

.account-dashboard-card:hover {
    border-color: #000;
    transform: translateY(-4px);
}

.account-dashboard-card .icon svg {
    color: #000;
}

.account-dashboard-card h5 {
    letter-spacing: 1px;
    margin-bottom: 8px;
}
/* ********** */

/* Button reset css */
.btn-reset {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
/* ********** */

/* Favorite */
.favorite-img {
    width: 100px;
}
.old-price {
    text-decoration: line-through;
}
.item-price {
    text-wrap: nowrap;
}
/* ********** */

/* Wish */
.wish-img {
    width: 100px;
}
.item-price {
    text-wrap: nowrap;
}
/* ********** */