.cart-grid {
    font-family: Roboto, sans-serif;
}

.card-block.checkout {
    font-family: "Roboto Condensed", sans-serif;
}

.cart-grid-body .card-block h1 {
    font-family: "Roboto Condensed", sans-serif;
}

.product-price {
    color: black;
}

.products .product {
    width: 50%;
}

.featured-products {
    padding-left: 50px;
    padding-right: 50px;
    font-family: Roboto, sans-serif;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .products .product {
        width: 50%;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .products .product {
        width: 33.333%;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .products .product {
        width: 25%;
    }
}


/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .products .product {
        width: 25%;
    }
}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
    #products .product {
        width: 25%;
    }
}