.quick-cart {
    background-color: white;
}

.quick-cart header {
    font-size: 18px;

}

.table > :not(caption) > * > * {
    color:var(--grey);
    font-size: 14px;
    border-bottom-width: 0;
    padding: .5rem 1rem;
}

.quick-cart table th {
    color: var(--grey);
    font-weight: 500;
}

.quick-cart table h4 {
    color: var(--black);
    font-size: 14px;
}

.quick-cart table p {
    color: var(--grey);
}
