.cart{
    width: 100%;
}

.cart-heading{
    width: 100;
}

.cart-heading-text{
    font-weight: bold;
    font-size: 20px;
}

.cart-img{
    height: 50px;
    width: 50px;
}

.product-name{

}

.product-description{

}

.product-quantity{
    width: 100%;
}

.product-price{

}

.img-col{
    width: 20%;
}

.product-col{
    width: 50%;
}

.quantity-col{
    width: 15%;
    text-align: right;
}

.price-col{
    width: 15%;
    text-align: right;
}

.cart-center-alert-message{
    position: fixed;
    z-index: 10000;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
}

.cart-color{
    color: #f06c00 !important;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .mobile-cart{
        zoom: 0.7;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .mobile-cart{
        zoom: 0.9;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .mobile-cart{
        zoom: 0.8;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .mobile-cart{
        zoom: 0.8;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .mobile-cart{
        zoom: 0.8;
    }
}