.navbar-cart-product .navbar-cart-product-image {
    max-width: 70px;
}
.navbar-cart-product-wrapper {
    min-width: 270px;
    max-height: 280px;
    overflow-y: auto;
}
.navbar-cart-product .align-items-center {
    font-family: var(--tp-ff-body);
    font-size: 14px;
    font-weight: normal;
    color: var(--tp-text-body);
    line-height: 15px;
}
.navbar-cart-product:last-of-type {
    border-bottom: none;
}
.navbar-cart-product {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e9ecef;
}
.align-items-center {
    align-items: center!important;
}

.navbar-cart-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    font-size: .7875rem;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.justify-content-between {
    justify-content: space-between!important;
}
