.cart-table {
    font-family: 'Nunito', sans-serif;
}

.cart-thead tr th {
    text-align: center;
}

.cart-table tbody tr td {
    text-align: center;
}

.cart-empty {
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

.cart-empty-mb {
    margin-bottom: 15rem;
}

.cart-total {
    font-family: 'Nunito', sans-serif;
}

.btn-validate-cart {
    font-family: 'Nunito', sans-serif;
}
