/** Tablet */
@media only screen and (max-width: 991px) {

    .itemTableRow {
        width: 300px;
    }

    .itemTableImage {
        text-align: left !important;
    }
}

/** We want them to stay in checkout */
.nav-link {
    display: none;
}

.tinyText {
    font-size: 12px;
}