body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  width: 100%;
}
* {
  z-index: 2;
}

.withnav {
  padding-top: 80.67px;
  padding-bottom: 40px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}

.custom-btn {
  color: #043c8c;
  background-color: #ffffff;
  border: 2px solid #043c8c;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background-color: #043c8c;
  color: #ffffff;
  border-color: #043c8c;
}


/* Navigation */
.navbar {
  position: fixed;
  z-index: 3;
  max-width: 100vw;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
}
#navbar-box {
  background-color: white !important;
}
#navbar-logo {
  margin: 0;
  padding: 0;
  max-height: 50px;
  display: flex;
  align-items: center;
  box-sizing: content-box;
}

#img-logo-norden {
  height: 30;
  width: 30;
  box-sizing: border-box;
}
.nav-link {
  font-size: 18px;
  font-weight: 650;
  color: black;
}
.nav-link.active {
  font-weight: 700;
  font-size: 18px;
  border-bottom-style: solid;
  border-bottom-color: #fcb81b;
  border-bottom-width: 2px;
}
.navbar .container {
  box-sizing: content-box;
}

/* Hero Section */
#hero {
  height: 100vh;
  min-height: 550px;
  max-height: 700px;
  width: 100%;
  padding-top: 80.67px;
  box-sizing: border-box;
}
.container-hero .row {
  margin-right: 0;
  margin-left: 0;
}
.img-hero {
  height: auto;
  width: 50%;
  z-index: 1 !important;
}
.hero-tagline h1 {
  font-weight: 700;
  width: 100%;
}
.hero-tagline p {
  font-size: 18px;
  width: 100%;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.button-lg-primary {
  width: 230px;
  height: 35px;
  border: none;
  font-weight: 600;
  font-size: 18px;
}
.container-hero {
  width: 90vw !important;
  display: flex;
  align-items: center;
}
.hero-button {
  border: 2px solid #fcb81b;
  background-color: white;
  color: black;
  /* box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2); */
}
.hero-button:hover {
  background-color: #fcb81b;
  color: white;
}

/* Overview Section */
#overview {
  background-color: #043c8c;
  padding: 50px 0;
}
.container-overview {
  width: 90vw !important;
}
.container-overview .row {
  margin-right: 0;
  margin-left: 0;
}
.overview-button {
  background-color: white;
  color: #043c8c;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
}
.overview-button:hover {
  box-shadow: 0px 4px 10px 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 4px 10px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 4px 10px 1px rgba(255, 255, 255, 0.3);
}
.overview-tagline h2 {
  color: white;
  font-weight: 600;
}
.overview-tagline p {
  font-size: 15px;
  color: white;
  text-align: justify;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

/* Best Seller */
#best-seller {
  padding: 50px 0;
}
.container-best-seller .row {
  margin-right: 0;
  margin-left: 0;
}
.home-product-img {
  width: 100%;
  height: auto;
  scale: 90%;
}
.home-product-card {
  width: 90%;
  height: auto;
  margin: 15px auto !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  background-color: white;
  border-radius: 5px;
  flex-direction: column;
}
.best-seller-title h2 {
  color: black;
  font-weight: 600;
}
.row-card {
  margin-top: 30px !important;
  margin-left: 0;
  margin-right: 0;
}
.product-name {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
  white-space: normal;
  overflow-wrap: break-all;
}
.product-name p {
  color: #363636;
  font-weight: 550 !important;
  font-size: 18px;
}
.bs-title {
  font-size: 20px;
  font-weight: 600;
}
.home-product-card:hover {
  transform: scale(1.03);
}

/* Footer */
footer {
  background-color: #043c8c;
  color: white;
  padding: 50px 20px;
}
.container-footer .row {
  margin-right: 0;
  margin-left: 0;
}
.footer-content h3 {
  font-weight: 700;
}
.footer-content h5 {
  font-weight: 550;
  padding-bottom: 20px;
}
.left-footer h5 {
  padding-top: 40px;
}
.icon-img {
  display: inline;
  width: 20px;
  height: auto;
  padding-right: 5px;
}
.icon-text {
  display: inline;
}
hr {
  border-width: 2px;
  opacity: 1;
  margin-bottom: 0;
}
.footer-row2 {
  padding-top: 45px;
}
.footer-info {
  padding-bottom: 20px;
}
.shop-at-img {
  width: 40px;
  height: auto;
  display: inline;
  padding-right: 10px;
}
.left-footer,
.mid-footer,
.right-footer {
  padding-top: 30px;
}
.footer-content a {
  color: white;
  display: block;
  text-decoration: none;
}
.shop-at-img-container a {
  display: inline;
}

/* Tentang Kami */

#tentang-kami {
  color: black;
  min-height: 450px;
  width: 100vw;
  padding-top: 80.67px;
  box-sizing: border-box;
}
.container-tentang-kami {
  margin: 50px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#tentang-kami .row {
  margin-right: 0;
  margin-left: 0;
}
.tentang-kami-title {
  margin: 0 auto;
}
.tentang-kami-title h2 {
  font-weight: 600;
  color: #022659;
}
.tentang-kami-box {
  background-color: #f8f8f8;
  margin: 20px auto;
  width: 100vw;
}
.tentang-kami-box p {
  font-size: 16px;
  padding: 20px 0;
  color: black;
}

/* Produk Kami */
#produk-kami {
  padding-top: 80.67px;
  width: 100%;
  box-sizing: border-box;
}
#produk-kami .row {
  margin-right: 0;
  margin-left: 0;
}
.pilihan-kategori input {
  display: inline-block;
  margin-right: 5px;
}
.pilihan-kategori label {
  display: inline;
  word-wrap: break-word;
  max-width: 100%;
}
.container-produk-kami {
  padding: 30px 0 40px 0;
}
.pilihan-kategori {
  padding: 5px 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.produk-kami-title {
  padding: 10px 0;
}
.submit-filter {
  border: 1px solid black;
  padding: 3px 3px;
  color: black;
  background-color: white;
  font-weight: 500;
  width: 60%;
  height: 30px;
  display: inline-flex;
  justify-content: center; /* Horizontally center the text */
  align-items: center;
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-filter {
  flex-direction: column;
}
.submit-filter:hover {
  background-color: black;
  color: white;
}
.filter-category {
  padding-bottom: 10px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.filter {
  margin-top: 20px !important;
  /* border: 0.8px solid #b4b4b4; */
  /* background-color: #fbfbfb; */
  background-color: #fff;
  padding: 0;
  /* border-radius: 10px; */
  border-right: 0.8px solid black;
}
.filter-category h5 {
  font-weight: 600;
}
.category-title {
  border-bottom: 0.8px solid #b4b4b4;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.produk-kami-title h2 {
  font-weight: 700;
  color: #022659;
  margin-left: 20px;
}
#filter-form {
  max-width: 100%;
}
.container-produk-kami .row2 {
  max-width: 100%;
  margin: 0;
}

/* Search */
#search-icon {
  height: 25px;
  width: auto;
  margin-left: 10px;
}
#search-input {
  height: 30px;
  width: 50%;
  border-bottom: #1e1e1e;
  border: none;
  border-bottom: solid;
  padding-left: 10px;
}
#search-input::placeholder {
  color: #1e1e1e;
  font-size: 18px;
}
.search-box {
  padding: 20px;
}
#search-input {
  outline: none;
}

/* Product List */
.product-col {
  padding: 10px 0;
  box-sizing: border-box;
}
.product-list-box {
  padding: 20px 0;
  box-sizing: border-box;
}
.product-list-box .row {
  margin: 0;
}
.product-box {
  width: 80%;
  height: 100%;
  background-color: white;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.product-list-img {
  width: 80%;
  height: auto;
  margin-top: 20px;
}
.product-list-info {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.product-list-name {
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}
.product-list-type {
  font-weight: 650;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}
.row {
  max-width: 100%;
}
.pilihan-kategori span {
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}
.text-harga {
  font-weight: 500 !important;
}

/* Hubungi Kami */
#hubungi-kami {
  color: black;
  min-height: 450px;
  width: 100vw;
  padding-top: 80.67px;
  box-sizing: border-box;
}
#hubungi-kami .row {
  margin-right: 0;
  margin-left: 0;
}
.container-hubungi-kami {
  margin: 50px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hubungi-kami-title {
  margin: 0 auto;
}
.hubungi-kami-title h2 {
  font-weight: 600;
  color: #022659;
}
.hubungi-kami-box {
  background-color: #f8f8f8;
  margin: 20px auto;
  width: 100vw;
}
.hubungi-kami-content h3 {
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.hubungi-kami-content {
  margin: 30px 10px 30px auto;
  background-color: white;
  border: 0.5px solid #f3f3f3;
  border-radius: 5px;
  padding: 30px;
}
.hubungi-kami-content2 {
  margin: 30px auto 30px 10px !important;
  padding: 30px 50px !important;
  background-color: white;
  border: 0.5px solid #f3f3f3;
  border-radius: 5px;
}
.kontak-info {
  padding: 5px 0;
}
.judul-form-pesan {
  padding-top: 20px;
  padding-bottom: 5px !important;
}
.hubungi-kami-content p {
  font-size: 16px;
  padding-bottom: 20px;
  color: #524a4e;
}
.form-pesan label {
  display: block;
  color: #524a4e;
  font-size: 16px;
}
.form-pesan input {
  width: 100%;
  height: auto;
  border: 0.5px solid #cbcbcb;
  border-radius: 2px;
}
#textbox-pesan {
  height: 150px;
  text-align: left;
  width: 100%;
  border: 0.5px solid #cbcbcb;
  border-radius: 2px;
}
.submit-pesan {
  border: 2px solid #043c8c;
  color: black;
  background-color: white;
  border-radius: 0;
  width: 120px;
  height: 35px;
  align-items: center;
  font-weight: 550;
}
.submit-pesan:hover {
  color: white;
  background-color: #043c8c;
}
.input-pesan {
  padding-bottom: 5px;
}

/* Product Details */
#product-details {
  color: black;
  min-height: 450px;
  width: 100%;
  padding-top: 80.67px;
  box-sizing: border-box;
}
.product-details-content .row {
  margin-right: 0;
  margin-left: 0;
}
.container-product-details {
  margin: 50px auto;
  padding: 0;
  width: 100%;
}
.text-besar {
  font-size: 18px;
  font-weight: 450;
}
.kategori-produk p {
  color: black;
  font-weight: 700;
}

.list-varian {
  margin-top: 10px;
}
button:disabled {
  background-color: lightgray;
  color: gray;
  cursor: default;
  border-color: grey;
}
button:disabled:hover {
  background-color: lightgrey;
  color: gray;
  cursor: default;
  border-color: gray;
}

.text-ukuran {
  margin-top: 15px;
  margin-bottom: 5px;
}
.text-harga-judul {
  margin-bottom: 0;
}
.box-varian {
  margin: 5px;
  display: inline;
  box-shadow: 0 2px 4px rgba(29, 29, 29, 0.1);
  background-color: white;
  border: 1px solid #363636;
  border-radius: 3px;
  color: #363636;
}
.box-varian:hover {
  background-color: #363636;
  color: white;
}
.box-ukuran {
  margin: 5px;
  display: inline;
  box-shadow: 0 2px 4px rgba(29, 29, 29, 0.1);
  background-color: white;
  border: 1px solid #363636;
  border-radius: 3px;
  color: #363636;
}
.box-ukuran:hover {
  background-color: #363636;
  color: white;
}
.button-var-aktif {
  background-color: #363636;
  color: white;
}
.button-ukuran-aktif {
  background-color: #363636;
  color: white;
}
.detail-singkat {
  flex-direction: column;
  /* justify-content: space-between; */
  padding-bottom: 10px;
}
.text-judul {
  font-size: x-large;
  font-weight: 500;
}
.text-kecil {
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
}
.text-harga {
  color: black;
}
.judul-deskripsi {
  color: black;
  font-weight: 650;
  font-size: 17px;
}
.isi-deskripsi {
  .isi-deskripsi {
    overflow: hidden; /* Menyembunyikan overflow */
    white-space: normal; /* Mengatur teks agar bisa membungkus */
    word-wrap: break-word; /* Membungkus kata-kata yang panjang */
    margin: 0; /* Menghilangkan margin default */
  }
}

.hr-deskripsi {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.product-details-content {
  margin: 0 auto;
}
/* .btn-left-right {
  border: 0.8px solid #363636;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
} */
#prev-btn,
#next-btn {
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.fa-chevron-left,
.fa-chevron-right {
  font-size: 20px;
}
#prev-btn:hover,
#next-btn:hover {
  background-color: rgba(255, 255, 255, 1);
}
.img-produk-utama {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
}
.img-produk-var {
  width: 40%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
}
.img-produk {
  width: 70%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
}
.gambar-produk {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
}
.deskripsi-produk {
  margin-top: 20px;
}
.button-beli, .button-shopee {
  border: 1px solid #363636;
  color: #363636;
  background-color: white;
  display: block;
  margin: 5px 0;
  padding: 5px 3px;
  font-weight: 400;
  align-self: flex-start;
  font-size: 14px;
  width: 50%;
}
.button-beli:hover, .button-shopee:hover {
  background-color: #363636;
  color: white;
  border-color: #363636;
}

/* Pagination */
.pagination {
  margin: 10px auto;
  width: fit-content;
}
.page-link.active {
  background-color: #043c8c !important;
  border-color: #043c8c !important;
  color: white;
}
.page-link {
  color: #043c8c;
}
.page-link:hover {
  color: #043c8c;
  background-color: #f3f3f3;
}
pre {
  font-family: "Poppins", sans-serif !important;
}

/* Admin */
#admin-login {
  height: 100vh;
}

/* Admin Dashboard */
#admin-dashboard {
  flex-direction: column;
  padding: 40px;
}
#admin-dashboard a {
  color: black;
  text-decoration: none;
}
.pilihan-list {
  height: 50px;
  width: 200px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid;
  border-color: black;
  margin: 10px 0;
}
.pilihan-list:hover {
  background-color: #dddddd;
}

/* Pilih Best Seller */
#varian-list-for-bestseller {
  padding: 20px;
}
.submit-bestseller {
  border: none;
  color: white;
  background-color: #d4353b;
  font-weight: 500;
  width: 90px;
  height: 25px;
  border-radius: 5px;
}

/* Tambah Produk */
#tambah-produk {
  padding: 20px;
}
#tp-form {
  display: flex;
  flex-direction: column;
  width: 70%;
}
#ta-desc {
  height: 200px;
}
#tp-form * {
  margin: 5px;
}
.select-category, .select-type {
  flex-direction: row;
}
#tas-link {
  height: 100px;
}
#tat-link {
  height: 100px;
}

/* Edit Product */
#edit-section {
  padding: 40px 0;
}
.edit-product-list {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 80%;
}
.edit-product-list {
  margin: auto;
}
#ep-form {
  display: flex;
  flex-direction: column;
  width: 80%;
}
#deskripsiproduk {
  height: 500px;
}
#linkp {
  height: 100px;
}
.dfbtn{
  width: 50%;
}
.dfbtn:hover{
  background-color: #1e1e1e;
  color: white;
}


/* Delete Produk */
#product-list-for-delete, #edit-foto {
  padding: 40px;
  flex-direction: column;
}
.cancelbut {
  width: fit-content;
}
#product-list-for-edit{
  width: 100%;
  margin: 40px;
}
.prodlist{
  width: 100%;
}

/* Pilih Merk */
#merk-list-pm {
  padding: 40px;
}
.merklist{
  width: 100%;
}
.pmmerk-list{
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 80%;
}


/* Tambah Varian */
#product-list-tv {
  padding: 40px;
}
.tvproduct-list,
.hvproduct-list,
.varian-box, .merk-box, .tipe-box {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 80%;
}
#add-new-tv, #add-new-merk, #add-new-tipe, #edit-vp {
  padding: 40px;
  flex-direction: column;
}

/* Edit Varian */
.vlist-box{  
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 20px 0;
  padding: 10px 10px;
}
.actbtn{
  justify-content: space-between;
}
.actbtn div, .cborder{
  margin: 0 2px;
  padding: 0 2px;
  border: 0.5px solid black;
  cursor: pointer;
}

/* Hapus Varian */
#product-list-hv {
  padding: 40px;
}

#add-new-hv {
  padding: 40px;
  flex-direction: column;
}

/* List Pesan */
#list-pesan {
  padding: 40px;
  flex-direction: column;
}

/* List Request */
#list-req {
  padding: 40px;
  flex-direction: column;
}
.pesanbox,
.reqbox {
  height: fit-content;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 10px;
}
.pesanbox {
  display: flex;
  flex-direction: column;
}
