.cart-item-title {
  max-width: 320px;
  line-height: 1.5;
}

.cart-item-desc {
  font-size: 13px;
  color: #555;
}

.cart-item-weight {
  font-size: 14px;
  color: #bc4a7e;
  font-weight: 600;
}


/* CART WRAPPER GRID */
/*.mora-cart-wrapper {*/
  /*display: flex;*/
  /*gap: 30px;*/
  /*margin-bottom: 40px;*/
  /*align-items: flex-start;*/
  /*flex-wrap: wrap;*/
/*}*/


/* PRODUCT IMAGE */
/*.mora-cart-image img {*/
/*  max-width: 100%;*/
/*  border-radius: 8px;*/
/*}*/
/*.mora-cart-product-img  img {*/
/*  flex: 1 1 70%;*/
/*  max-width: 70%;*/
/*}*/

/*.mora-cart-table{*/
/*        padding-left: 5rem;*/
/*    padding-right: 5rem;*/
/*}*/
/*.mora-cart-bottom{*/
/*      padding-left: 5rem;*/
/*    padding-right: 5rem;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-end;*/
/*}*/

/*.mora-cart-table thead {*/
/*  background: #bc4a7e;*/
/*}*/

/*.mora-cart-table thead th {*/
/*  color: #fff;*/
/*  padding: 12px 15px;*/
/*  font-weight: 600;*/
/*  font-size: 14px;*/
/*  text-transform: uppercase;*/
/*}*/


/* PRODUCT DETAILS */
/*.mora-cart-details {*/
/*  flex: 1 1 60%;*/
/*  max-width: 60%;*/
/*}*/


/*.mora-cart-details h2 {*/
/*  font-size: 20px;*/
/*  margin-bottom: 10px;*/
/*  color: #111;*/
/*}*/

/*.mora-cart-details .desc {*/
/*  font-size: 14px;*/
/*  line-height: 1.5;*/
/*  color: #333;*/
/*}*/

/*.mora-cart-details .label {*/
/*  font-weight: bold;*/
/*  display: block;*/
/*  margin-bottom: 5px;*/
/*}*/

/*.mora-cart-product-details small {*/
/*    width: 50%;*/
/*}*/

/*.mora-cart-price,*/
/*.mora-cart-qty,*/
/*.mora-cart-total {*/
/*  font-weight: 600;*/
/*  font-size: 16px;*/
/*  margin-top: 10px;*/
/*}*/

/*.mora-cart-remove {*/
/*  color: #bc4a7e !important;*/
/*  font-size: 18px;*/
/*  border: none;*/
/*  background: transparent;*/
/*  cursor: pointer;*/
/*}*/

/* QUANTITY INPUT FIX */
/*.mora-cart-qty input[type="number"] {*/
/*  width: 60px;*/
/*  padding: 5px;*/
/*  font-size: 15px;*/
/*  border: 1px solid #ccc;*/
/*}*/

/* CART SUMMARY */
/*.mora-cart-summary {*/
/*  margin-top: 30px;*/
/*  padding: 20px;*/
/*  border-top: 1px solid #eee;*/
/*}*/

/*.mora-cart-summary h3 {*/
/*  font-size: 18px;*/
/*  font-weight: bold;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.mora-cart-summary .coupon label,*/
/*.mora-cart-summary .totals p {*/
/*  font-size: 14px;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.mora-cart-summary input[type="text"] {*/
/*  width: 100%;*/
/*  padding: 8px;*/
/*  border: 1px solid #ccc;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.mora-cart-summary .btn {*/
/*  background-color: #bc4a7e !important;*/
/*  color: #fff !important;*/
/*  border: none;*/
/*  padding: 10px 20px;*/
/*  text-transform: uppercase;*/
/*  cursor: pointer;*/
/*  font-size: 14px;*/
/*  margin-right: 10px;*/
/*  border-radius: 4px;*/
/*}*/

/* CHECKOUT BUTTON */
/*.checkout-btn {*/
/*  margin-top: 20px;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*  background: #bc4a7e !important;*/
/*  color: #fff !important;*/
/*  padding: 12px 30px;*/
/*  font-size: 16px;*/
/*  border: none;*/
/*  border-radius: 5px;*/
/*  text-decoration: none;*/
/*}*/

/* counter css*/
/*.quantity {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 6px;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 50px;*/
/*  padding: 5px 10px;*/
/*  width: fit-content;*/
/*  background: #fff;*/
/*}*/

/*.quantity input.qty {*/
/*  width: 40px;*/
/*  text-align: center;*/
/*  border: none;*/
/*  box-shadow: none;*/
/*  font-size: 14px;*/
/*}*/

/*.quantity .minus,*/
/*.quantity .plus {*/
/*  background-color: #bc4a7e;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*  border: none;*/
/*  padding: 6px 10px;*/
/*  border-radius: 50%;*/
/*  cursor: pointer;*/
/*  line-height: 1;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*.quantity .minus:hover,*/
/*.quantity .plus:hover {*/
/*  background-color: #a83d6e;*/
/*}*/

/* new css*/
/*.mora-qty-wrapper {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 30px;*/
/*  overflow: hidden;*/
/*  max-width: 120px;*/
/*  margin: 0 auto;*/
/*}*/

/*.qty-btn {*/
/*  background: #bc4a7e;*/
/*  color: #fff;*/
/*  border: none;*/
/*  padding: 6px 12px;*/
/*  cursor: pointer;*/
/*  font-size: 18px;*/
/*  line-height: 1;*/
/*  width: 32px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*.qty-input {*/
/*  text-align: center;*/
/*  width: 40px;*/
/*  border: none;*/
/*  font-size: 14px;*/
/*}*/


/* RESPONSIVE */
/*@media (max-width: 768px) {*/
/*  .mora-cart-wrapper {*/
/*    flex-direction: column;*/
/*  }*/

/*  .mora-cart-image,*/
/*  .mora-cart-details {*/
/*    max-width: 100%;*/
/*    flex: 1 1 100%;*/
/*  }*/
/*}*/

