/* Basic custom styles */
body { padding-top: 70px; }
.product-card { border: 1px solid #eaeaea; /*padding: 15px;*/ border-radius: 6px; background: #fff;}
.card-body{padding: 1rem;}
.card-body a{text-decoration: none;}
.product-image { height: 180px; object-fit: cover; width: 100%; }
.cart-summary { background: #f8f9fa; padding: 15px; border-radius: 6px; }
.table td .img-thumb { width: 60px; height: 60px; object-fit: cover; }
.btn-icon { padding: .375rem .6rem; }
.cart-summary img{width: 100px;}
td input[type="number"] {
    max-width: 95px;
}