

#sidebar-menu .list-group-item,
#sidebar-menu .panel {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

#sidebar-menu .list-group {
    border: 1px solid lightgray;
}

#sidebar-menu .list-group-item {
    color: black;
}

#sidebar-menu .list-group-item:hover {
    background-color: lightblue;
}

#sidebar-menu .list-group-item {
    border-bottom: 1px solid #ccc;
}

#sidebar-menu .collapse {
    padding-left: 10px;
}

#sidebar-menu .collapsing {
    padding-left: 10px;
}

/* NAVBAR */
/* #nav_menu {
    display: flex !important;
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-right: 10px;
} */

/* menu原來的樣式 */
/* .menu ul{
    float:left;
    width:auto;
    min-width: 75px;
    padding: 0;
}
.menu ul li{ */
/* position: relative;
    white-space: nowrap;
}
.menu ul li:hover>ul{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 75px;
    top: 0;
    z-index: 5;
    padding: 0;
    background-color: black;
}
.menu ul li ul:hover>ul{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 80px;
    top: 0;
    z-index: 5;
    padding: 0;
}
.menu ul a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: salmon;
    position: relative;
}

.menu ul li:hover>a{
    color: white;
    background-color: black;
    width: 100%;
}
.menu ul a:active{
    color: aquamarine;
}

.menu ul li ul{
    list-style-type: none;
    display: none;
} */

#heart {
    height: 20px;
    width: 20px;
}
.trackorder{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.card-body a{
    color: black;
}
.card{
    margin-top: 10px;
    min-height: 450px;
}
