.product-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.text-color {
  color: #45464579;
  font-weight: 400;
}

.short-heading {
  color: #854d0e;
}

.para {
  color: #a16207;
}

.btn-quantity {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(197, 197, 197) !important;
  background-color: #f8f9fa;
}

.trash-icon {
  color: #dc3545;
  font-size: 1.2rem;
}

.cart-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #dee2e6;

  border-radius: 8px;
/*  overflow: hidden;*/
  margin-bottom: 20px;
  background-color: #fff;
}

.cart-table th,
.cart-table td {
  padding: 15px;
  vertical-align: middle;
}

@media (max-width: 450px) {
  .cart-table th,
  .cart-table td {
    padding: 5px;
  }
}

.seller-header {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}

.shipping-row {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
}

.summary-box {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
}

.btn-checkout {
  background-color: #28a745;
  color: white;
  width: 100%;
  padding: 10px;
  border: none;
}

.alert-custom {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  background-color: #fefce8;
}

.line {
  border-bottom: 1px solid rgba(88, 88, 88, 0.178) !important;
}

.alert-custom i {
  color: #ffc107;
  margin-right: 10px;
}
@media (min-width: 600px) {
  .cart-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  .product-img {
    margin-right: 15px;
  }
  .quantity-control {
    justify-content: flex-start;
  }
}

@media (max-width: 400px) {
  .card-custom {
    padding: 5px;
  }
}
