.btn.cart-item-added{
    background-color: teal;
    border-color: #22ffff;
}
.btn.cart-item-added i {
    color: white;
}

.cart_items{
    display: block !important;
    height: 100%;
    max-height: 242px;
    overflow: auto;
}
.cart-item-dropdown-item{

}
.cart-item-dropdown-item.cart-item-dropdown-hidden{
    display: none;
}
.cart-item-dropdown-qty{

}
#cart-item-dropdown-total{

}