.c-row p {
  margin: 0 !important;
}

.cart-item-container {
  display: flex;
  gap: 1em;
  padding-top: 1em;
  border-top: 2px solid var(--sec-color);
  margin-bottom: 1em;
}

.cart-item-container:first-child {
  margin-bottom: 1em;
  padding-top: 0;
  border-top: none;
}

.cart-item-container i {
  cursor: pointer;
}

.cart-item--details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.cart-item--image {
  height: 200px;
  width: 300px;
}
