/* cart image */
.cart-img img{
    max-height: 110px;
    width: 80%;
}
#empty-cart{
    display: none;
}
#cart-section{
    display: none;
}
#product-quantity{
    width: 100px !important;
    text-align: center;
}
#product-quantity:focus{
    border: 1px solid white !important;
}