.shopping-cart {
    margin-left: 27vw;
}

.shopping-cart-title {
    font-size: 1.75rem;
    font-weight: bold;
}

.cart-info a {
    text-decoration: none;
    font-size: 18px;
}

.cart-info a:hover {
    text-decoration: underline;
}

.product-image {
    max-width: 100px;
    height: auto;
}

td p {
    margin-bottom: 0.5rem;
}

.text-muted {
    font-size: 0.875rem;
}

.cart-page {
    background-color: #EAEDED;
}

/* Extra Small (xs) - unter 576px */
@media (max-width: 575px) {

}

/* Small (sm) - 576px bis 767px */
@media (min-width: 576px) and (max-width: 767px) {

}

/* Medium (md) - 768px bis 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .product-image {
        max-width: 95% !important;
    }
}

/* Large (lg) - 992px bis 1199px */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Extra Large (xl) - 1200px bis 1399px */
@media (min-width: 1200px) and (max-width: 1399px) {

}

/* Extra Extra Large (xxl) - ab 1400px */
@media (min-width: 1400px) {

}