/* Update 18/06/2025 */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap");

* {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
/*  */

/* Color Active Navbar Menu */
.nav-pills .nav-link.active {
  background-color: #a87b32;
  color: white;
}
/*  */

/* Data Table */
#imggold1,
#imggold4,
#imggold8,
#imggold9 {
  width: 80px;
  height: 140px;
}

thead th {
  font-weight: bold;
  color: #a87b32 !important;
}

#example2 th:first-child,
#example2 td:first-child {
  width: 480px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-center > div {
  margin-left: 10px;
}

.flex-center > div p {
  margin: 0;
  text-align: left;
  line-height: 1.4;
  white-space: normal;
}

tbody td:not(:last-child) {
  border-right: 1px solid #ccc;
}

#table965 table,
#table9999 table {
  margin-bottom: 0 !important;
}
/*  */

/* html {
  max-width: 100vw;
  width: 100%;
}

body {
  height: 100%;
  margin: 0; */
/* padding: 1rem; */
/* }

.wrap-content {
  & .header-logo {
    width: 12rem;
    margin-top: 1rem;
  }
}

.wrap-table {
  overflow: auto;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.wrap-table > table {
  max-width: 1280px !important;
  width: 100%;
  min-width: 700px;
  overflow-x: auto;
}

table {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th {
  border: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
} */

/* .orange-table > thead > tr > th {
  border-top: 1px solid #f8a706;
  border-bottom: 1px solid #f8a706;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.orange-table > thead > tr > th:first-child {
  border-left: 1px solid #f8a706;
}

.orange-table > thead > tr > th:last-child {
  border-right: 1px solid #f8a706;
}

td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #dddddd;
}

th,
td {
  padding: 10px;
} */

/* footer {
  display: flex;
  flex-direction: column;

  padding: 1rem;
  background-color: #f8a706;

  & img {
    margin: 0 auto 0.25rem auto;
  }

  & p {
    margin: 0;
    color: white;
    font-size: 14px;
    text-align: center;
  }

  & .line {
    width: 4rem;
    height: 1px;
    margin: 0.25rem auto;
    background-color: white;
  }
} */

/* @media (max-width: 768px) {
  .wrap-table {
    max-width: 768px;
  }
} */

/* .button-tab {
  display: flex;
  flex-direction: row;
}

.button-tab.center {
  justify-content: center;
}

.button-tab > .btn {
  margin-right: 10px;
  font-size: 20px;
  border: 1px solid #f8a706;
  background-color: #fff;
  color: #f8a706;
  padding: 5px 10px;
  cursor: pointer;
}

.button-tab > .active {
  background-color: #f8a706;
  color: #fff;
  border: none;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-img {
  height: 10rem;
  object-fit: cover;
  width: auto;
}
.hidden {
  display: none;
}

.product-img-td {
  display: flex;
  align-items: center;
}

.product-img-div {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.product-text-div {
  width: 50%;
  text-align: left;
}

.product-img-outer-div {
  width: 70%;
} */

@media only screen and (min-width: 800px) {
  .lg-flex {
    display: flex;
  }

  .lg-hidden {
    display: none;
  }
}
