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

.rincian-pemesanan div {
  font-family: "Krub";
  font-weight: 500;
  font-size: 18px;
  color: #868e96;
  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: #414042 !important;
    font-family: "Inter" !important;
    font-weight: 600;

}

.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: 20px !important;
    height: 55px;
  }
  .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;
  }
}
