.Name {
  width: 25%;
}
.DienNuocVN {
  display: flex;
  justify-content: center !important;
  font-size: 70px;
}
.Phone {
  width: 35%;
}
.Address {
  width: 45%;
}
.body-buy {
  text-align: right;
}
#phone-error {
  color: red;
  font-style: italic;
}
#email-error {
  color: red;
  font-style: italic;
}
.body-delete {
  text-align: left;
}
.quantity-input {
  width: 100px;
  text-align: center;
  border: 1px solid rgb(158, 155, 155);
  border-radius: 5px;
  box-shadow: 0 2px 2px black;
}
td {
  width: 100px !important;
}
.giohang {
  text-align: left !important;
}
.table > thead > tr {
  text-align: center;
  border: 1px solid black;
}
.table > tbody > tr {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.table thead th {
  vertical-align: middle !important;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.table > tbody > tr > td {
  vertical-align: middle;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  padding: 10px 0 10px 0;
}
.warning {
  color: red;
  font-style: italic;
  font-weight: bolder;
  text-align: right !important;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.danhmuc {
  font-size: larger;
  font-weight: bold;
  text-decoration: underline;
  border: 1px solid black;
}
.cart-a {
  color: rgb(186, 253, 0);
}
.colmenu {
  z-index: 1;
}
.col-6 {
  width: 50%;
  margin: 50px auto; /* Căn giữa nội dung bên trong .col-6 */
}
.col-6 div {
  margin-left: 43px;
  font-weight: bold;
  margin-top: 10px;
}
.col-6 img:hover {
  border: 1px solid #42652b;
}

/* .mainProduct-a {
  color: black;
  font-weight: bold;
  text-decoration: none;
} */
a:hover {
  border-radius: 5px;
}

.uPVC {
  right: -375px !important;
  top: 0px;
}
.row-1 {
  z-index: 1 !important;
}
.dropdown-phone {
  display: none;
}
.menu-web {
  display: flex;
}
#orderForm {
  transform: scale(0.1);
  transition: transform 2.5s; /* Add transition for smooth scaling */
}
#cart-count {
  z-index: 2;
}
@media (max-width: 1670px) {
  .dropdown-phone {
    display: contents;
  }
  .colmenu {
    display: none;
  }
  .dropdown-menu {
    background-color: #deded5;
  }
  .dropdown-menu a {
    color: black;
  }
  .navbar-collapse {
    align-items: left;
  }
  .header-container {
    width: 95%;
  }
  .quantity-input {
    width: 50px;
  }
}

button#buy.btn-buy {
  background-color: #ffffff;
  border: 2px solid #42652b;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #42652b;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  padding: 5px 15px;
  outline: 0;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button#buy.btn-buy:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
  color: white;
  background-color: #42652b;
  transform: translateY(-2px);
}

.input-field {
  outline: none;
  border: none;
  background-color: white;
  padding: 0.6em;
  width: 100%;
}
.field {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-radius: 10px;
  padding: 0 0.5em 0 0.5em;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  background-color: white;
  box-shadow: 1px 3px 10px #171717; /* inset box shadow bên trong*/
  width: fit-content;
}
.fieldset {
  padding: 0 0 1em 1em !important;
  border: 2px solid black !important; /* Loại bỏ màu viền mặc định */
  border-image-slice: 1 !important; /* Đảm bảo viền sử dụng toàn bộ gradient */
}
.header-field {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0.5em 1em;
}
hr {
  width: 20%;
}
.dropdown {
  position: relative;
  display: flex;
  height: 3em;
  align-items: center;
  justify-content: center !important;
}
