.container-cart {
  width: 1200px;
  margin: 50px auto 10px auto !important;
}

.container-cart .company {
  font-family: "Inter" !important;
  margin: 10px;
  letter-spacing: 5px;
  font-size: 25px;
  font-weight: 500;
}

.container-cart .title {
  font-family: "Inter" !important;
  margin: 10px;
  color: #414042;
  font-size: 45px;
  font-weight: 500;
}

.container-keranjang {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 20px auto 30px auto !important;
  padding: 10px;
}

/* Mobile (maksimum lebar 768px) */
@media (max-width: 768px) {
  .container-cart {
    max-width: 100%;
    width: 100%;
    /* margin: 10px 10px 10px 12px !important; */
    padding: 0 30px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .container-cart * {
    max-width: 100%;
    word-break: break-word;
  }

  .container-cart .company {
    font-size: 16px !important;
  }

  .container-cart .title {
    font-size: 28px;
  }

  .container-cart .description {
    font-size: 16px;
    margin: 10px 20px !important;
  }

  .subjudul-banner-1 {
    font-family: "Inter" !important;
    margin: 10px 20px !important;
    letter-spacing: 5px !important;
    font-weight: 500;
    font-size: 1rem !important;
    color: #414042;
  }

  .container-keranjang {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto 30px auto !important;
    padding: 10px;
  }
}

.rincian-pemesanan {
  padding: 10px 30px;
  border: 1px solid #868e96;
  border-radius: 10px;
  padding-bottom: 30px;
  background-color: white;
}

.rincian-pemesanan div {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #868e96;
  display: flex;
  justify-content: space-between;
}

.rincian-pemesanan div p:last-child {
  color: #000000;
}

.rincian-pemesanan .jenis-mobil p:first-child {
  font-weight: 600;
}
.rincian-pemesanan .rincian-produk p:first-child {
  color: #000000;
}

.subtotal {
  color: #000000 !important;
  font-weight: 600;
}

.judul-rincian {
  font-size: 22px;
  color: #000000 !important;
  font-family: "Inter" !important;
  font-weight: 500;
}

.rincian-pemesanan .jenis-mobil {
  justify-content: left;
}
.rincian-pemesanan .jenis-mobil p {
  color: #868e96 !important;
}

.table {
  margin-bottom: 0;
}

.qty-input {
  width: 40px;
  text-align: center;
  padding: 0.25rem 0.4rem;

  font-size: 0.875rem;
}

.qty-container {
  justify-content: center !important;
  width: 50%;
}

.card {
  padding-right: 0 !important;
}

.btn-outline {
  border: 1.5px solid #8ec643;
  color: #8ec643;
  border-radius: 50%;
  width: 32px !important;
}

.fa-trash:before {
  content: "\f1f8";
  font-size: 12px;
}
.total-cart {
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #000000 !important;
  font-family: "Inter" !important;
}

.btn-proses {
  font-family: "Inter" !important;
  width: 100%;
  background-color: #95cb53;
  color: white;
  border-radius: 10px;
  height: 60px;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .product-name {
    color: #000000 !important;
    font-weight: 500;
    font-size: 14px !important;
  }
  .foto-katalog img {
    border-radius: 50px;
  }

  .rincian-pemesanan {
    padding: 30px;
    border: 1px solid #868e96;
    border-radius: 20px;
    padding-bottom: 30px;
  }

  .rincian-pemesanan div {
    font-size: 15px;
    color: #868e96;
  }

  .judul-rincian {
    font-size: 20px;
    font-weight: 600;
    color: black;
  }

  .btn-checkout {
    border-radius: 10px !important;
    padding: 10px 20px !important;
  }
  .total-cart {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #000000 !important;
    font-family: "Inter" !important;
  }

  .container {
    width: 88%;
    margin: auto;
  }

  .table-responsive {
    padding: 10px !important;
  }

  table.responsive-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .nomortabel {
    font-weight: 600;
    font-size: 18px;
  }

  table.responsive-table thead {
    display: none;
  }

  table.responsive-table tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
  }

  table.responsive-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border: none;
  }

  table.responsive-table tr {
    border-bottom: 1px solid #868e96 !important;
  }

  table.responsive-table tr:last-child {
    border-bottom: none !important;
  }

  table.responsive-table td::before {
    /* content: attr(data-label); */
    font-weight: 600;
    color: #6c757d;
  }

  table.responsive-table td .img-fluid-2 {
    width: 80px !important;
    border-radius: 12px;
  }

  table.responsive-table td[data-label="Harga"],
  table.responsive-table td[data-label="Subtotal"] {
    display: none;
  }

  .qty-container {
    justify-content: space-between !important;
    width: 40%;
    padding-left: 20px !important;
  }

  .qty-input {
    width: 30px;
    padding: 0.25rem 0.5rem;
  }

  .footer {
    padding: 15px 0;
    margin-top: 120px;
    margin-left: 10px;
  }
}

.total p {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
