.cart-table .input-group input {
  width: 50px;
  border-color: #6c757d;
  border-width: thin;
  border-left: none;
  border-right: none;
  outline: none;
  text-align: center;
}
.cart-table .cart-product-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 0.4rem;
}
.cart-table .text-small {
  font-size: 0.8rem;
}
.cart-table .cart-product .image-box {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 90px;
  width: 90px;
}
.cart-table .cart-product .image-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
/* Mobile View */
@media (max-width: 768px) {
  .cart-table .cart-product-title {
    font-size: 1.1rem;
  }
  .cart-table .text-small {
    font-size: 0.65rem;
  }
}
