#dropdown-cart, #dropdown-notif {
    width: 300px !important;
}
.notif-cart-oneitem, .notif-oneitem {
    display: flex;
    flex-direction: row;
    /* min-height: 50px; */
    padding: 12px;
}
.notif-cart-p-lr-8px {
    padding-left: 8px;
    padding-right: 8px;
}
.notif-cart-image {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
#dropdown-cart li:hover, #dropdown-cart li.active {
    background-color: white !important;
    cursor: auto;
}
.notif-oneitem:hover, .notif-oneitem.active {
    background-color: #0000001a !important;
    /* cursor: auto; */
}

.notif-cart-namabarang, .notif-kode {
    font-size: 12px;
    font-weight: 600;
}
.notif-cart-harga, .notif-cart-qty, .notif-txt {
    font-size: 12px;
}

.notif-date{
    font-size: 9px;
}
#dropdown-cart li>a.showall, #dropdown-notif li>a.showall {
    padding: 4px;
}
#dropdown-cart li.showall, #dropdown-notif li.showall {
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}

#dropdown-notif li{
    border-bottom: 1px solid #999999;
}

.notif-unread{
    background-color: #FEEEE6;
}


.icon-wallet { text-transform: none; }
