.Cart_Products_card .table thead th {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  
  opacity: 1;
}
.Cart_Products_card .error_text {
  text-align: center;
  margin-top: 5px;
}

.Cart_Products_card tbody tr td {
  width: 46%;
  color: #000;

  vertical-align: middle;
}

.Cart_Products_card .img_holder {
    border-radius: 10px;
    aspect-ratio: 1/1;
    background: #ebe2e2;
}
.Cart_Products_card .img_holder .Product_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 6px;
}

.Cart_Products_card .info_text_holder {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

.Cart_Products_card .info_text_holder h4 {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  opacity: 1;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Cart_Products_card .info_text_holder .sale_price {
  color: #000;
  font-size: 15px;
}

.Cart_Products_card .price_text {
  text-align: left;
  font-size: 16px;
  font-weight: 700 !important;
  color: #000;
  opacity: 1;
  margin-bottom: 10px;
}

.Cart_Products_card .price_text span {
  text-align: left;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  color: #838383;
  opacity: 1;
  margin-left: 7px;
}

.Cart_Products_card .info_text_holder h6 {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.Cart_Products_card .info_text_holder h6 span {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.Cart_Products_card .Quantity_tr_holder {
  display: flex;
  align-items: center;
  justify-content: end;
}
.Cart_Products_card .Quantity_tr_holder .trash_icon {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0px 10px;
  cursor: pointer;
  margin-right: 0px;
  background: #55060a;
  padding: 11px 8px;
  border-radius: 16px;
}
.Cart_Products_card .price_holder {
  display: flex;
  align-items: center;
  justify-content: right;
}

.Cart_Products_card .price_holder p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000 !important;
  opacity: 1;
  text-wrap-mode: nowrap;
}

.Cart_Products_card .price_holder p span {
  text-align: left;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  margin-left: 5px;
}

.Cart_Products_card .Total_holder h5 {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-wrap-mode: nowrap;
}

.Cart_Products_card .Total_holder h5 span {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #7c0000;
}

.Cart_Products_card .mobile_view_table_holder {
  display: none;
}

.Cart_Products_card .mobile_view_table_holder table td,
.Cart_Products_card .mobile_view_table_holder table th {
  border-width: 14px;
}

.Cart_Products_card .ContinueShopping_text p {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  opacity: 1;
  text-decoration: underline;
}

.Cart_Products_card .mobile_view_table_holder {
  display: none;
}
.Cart_Products_card .mobile_view_table_holder .mobile_product_card {
  margin-bottom: 15px;
  background: #7fabdb1a;
  padding: 7px;
  border-radius: 10px;
}
.Cart_Products_card .mobile_view_table_holder .mobile_product_card .img_holder {
  width: 120px;
  height: 120px;
  /* background-color: #fff; */
}

.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .img_holder
  .prod_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .descn_holder {
}

.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .descn_holder
  .product_name {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .descn_holder
  .price_text {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  opacity: 1;

  margin-bottom: 5px;
}

.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .descn_holder
  .mrp_text {
  text-align: left;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  margin-left: 5px;
  opacity: 1;
}

.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .descn_holder
  .weight_text {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.Cart_Products_card .mobile_view_table_holder .mobile_product_card .new-varint {
  font-size: 13px;
}

.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .descn_holder
  .weight_text
  span {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.Cart_Products_card
  .mobile_view_table_holder
  .mobile_product_card
  .all_btns_holder {
}

.Cart_Products_card .mobile_view_table_holder table td,
.Cart_Products_card .mobile_view_table_holder table th {
  border-width: 14px;
}

.Cart_Products_card
  .mobile_view_table_holder
  .all_btns_holder
  .Quantity_tr_holder {
  justify-content: flex-start;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .Cart_Products_card
    .mobile_view_table_holder
    .mobile_product_card
    .descn_holder
    .product_name {
    font-size: 14px;
  }

  .Cart_Products_card .img_holder {
    margin: 5px;
  }

  .Cart_Products_card .desktop_viw_table_holder {
    display: none;
  }

  .Cart_Products_card .mobile_view_table_holder {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Cart_Products_card tbody tr td {
    font-size: 14px;
  }

  .Cart_Products_card .Quantity_tr_holder {
    justify-content: end;
  }

  .Cart_Products_card .info_text_holder h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .Cart_Products_card .info_text_holder .sale_price {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .Cart_Products_card .price_text {
    font-size: 13px;
  }

  .Cart_Products_card .price_text span {
    font-size: 13px;
  }

  .Cart_Products_card .info_text_holder h6 {
    font-size: 14px;
  }

  .Cart_Products_card .info_text_holder h6 span {
    font-size: 14px;
  }

  .Cart_Products_card .Total_holder h5 {
    font-size: 14px;
  }

  .Cart_Products_card .Total_holder h5 span {
    font-size: 14px;
  }

  .Cart_Products_card .mobile_view_table_holder table td,
  .Cart_Products_card .mobile_view_table_holder table th {
    border-width: 5px;
    font-size: 14px;
  }

  .Cart_Products_card .price_holder p {
    font-size: 14px;
  }

  .Cart_Products_card .price_holder p span {
    font-size: 14px;
  }

  .Cart_Products_card .ContinueShopping_text p {
    font-size: 13px;
  }
  .Cart_Products_card .Quantity_tr_holder .trash_icon {
    font-size: 17px;

    margin: 0px 5px;

    padding: 8px 6px;
  }
  .Cart_Products_card
    .mobile_view_table_holder
    .mobile_product_card
    .descn_holder
    .product_name {
    margin-bottom: 2px !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .Cart_Products_card .info_text_holder h4 {
    font-size: 15px;
  }

  .Cart_Products_card .price_text {
    font-size: 14px;
  }

  .Cart_Products_card .price_text span {
    font-size: 14px;
  }

  .Cart_Products_card .info_text_holder h6 {
    font-size: 14px;
  }

  .Cart_Products_card .info_text_holder h6 span {
    font-size: 14px;
  }

  .Cart_Products_card .price_holder p {
    font-size: 14px;
  }

  .Cart_Products_card .price_holder p span {
    font-size: 14px;
  }
}
.neww-cart .mobile_view_table_holder {
  width: 100%;
}

.neww-cart .mobile_view_table_holder .mobile_product_card {
  width: 100%;
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 14px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.neww-cart .mobile_product_image {
  width: 105px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}

.neww-cart .mobile_product_image .img_holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neww-cart .mobile_product_image .prod_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.neww-cart .mobile_product_content {
  min-width: 0;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.neww-cart .product_info {
  min-width: 0;
}

.neww-cart .product_name {
  width: 100%;
  margin: 0 0 7px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #171717;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.neww-cart .price_holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 7px;
}

.neww-cart .price_holder .mrp_text {
  margin: 0;

  font-size: 13px;
  font-weight: 500;
  color: #888;
  text-decoration: line-through;
}

.neww-cart .price_holder .price_text {
  margin: 0;

  font-size: 15px;
  font-weight: 700 !important ;
  color: #390507;
}

.neww-cart .cart_total_price {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 7px 0;
  margin: 7px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.neww-cart .total_price_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.neww-cart .total_label {
  font-size: 13px;
  font-weight: 500;
  color: #777;
}

.neww-cart .total_mrp {
  font-size: 11px;
  font-weight: 500;
  color: #777;
  text-decoration: line-through;
}

.neww-cart .total_price {
  font-size: 13px;
  font-weight: 700;
  color: #390507;
}

.neww-cart .variant_details {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.neww-cart .variant_details p {
  margin: 0;

  font-size: 12px;
  line-height: 1.35;
  color: #555;
}

.neww-cart .variant_details strong {
  font-weight: 600;
  color: #222;
}

.neww-cart .stock_error {
  margin: 5px 0 0;

  font-size: 11px;
  line-height: 1.3;
  color: #dc3545;
}

.neww-cart .product_action {
  width: 100%;
  margin-top: 8px;
}

.neww-cart .Quantity_tr_holder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.neww-cart .delete_btn {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 0;
  border-radius: 8px;
  background: #fff1f2;
  color: #390507;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.neww-cart .error_text {
  margin: 5px 0 0;

  font-size: 10px;
  line-height: 1.3;
  color: #dc3545;
}
