.headerTH {
  width: 10%;
}
.baba {
  width: max-content;
}
.quantity-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuSP {
  color: white;
  text-align: center;
  font-size: xx-large;
  font-weight: bolder;
  background-color: #42652b;
  width: 245px;
}

.SanPham {
  width: 10px;
  position: relative;
  background-color: #42652b;
  color: white;
  text-align: center;
  font-size: xx-large;
  font-weight: bolder;
  z-index: 0;
  clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0% 0%);
  transition: 3s; /* Áp dụng transition cho cả width và max-width */
}
.nav-tabs {
  margin-top: px;
}
.quantity-input {
  width: 100px;
  box-shadow: 2px 0 2px 0 black;
}
.div-met {
  font-size: larger;
  font-weight: bold;
}
.td-input-add {
  padding-left: 10px;
}
.excel-row {
  font-size: large;
}

.table thead > tr > th {
  text-align: center;
  width: 100px;
  padding: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.table tbody > tr > td {
  vertical-align: middle;
  text-align: center;
  width: 300px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px 0 5px 0;
}

.product-a {
  color: rgb(186, 253, 0);
}

.col-6 {
  width: 50%;
  margin: 50px auto; /* Căn giữa nội dung bên trong .col-6 */
}
.col-6 img {
  display: block;
  margin: 0 auto; /* Căn giữa hình ảnh */
  padding: 5px;
}
.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 {
  color: #f58b00 !important;
  text-decoration: none !important;
  border-radius: 5px;
  transform: translateY(-2px);
  font-weight: bold;
}

.uPVC {
  right: -375px !important;
  top: 0px;
}
.row-1 {
  z-index: 1 !important;
}
.dropdown-phone {
  display: none;
}
.container-tab {
  width: fit-content;
}
@media (max-width: 1670px) {
  .dropdown-phone {
    display: contents;
  }
  .colmenu {
    display: none;
  }

  .dropdown-menu a {
    color: black;
  }
  .navbar-collapse {
    align-items: left;
  }
  .quantity-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
  }
  .avbar-expand-md {
    padding-left: 10px !important;
  }
  .header-container {
    width: 95%;
  }
  .table tbody > tr > th {
    text-align: center; /* Căn giữa theo chiều ngang */
    vertical-align: middle; /* Căn giữa theo chiều dọc */ /* Đường viền phía trên */
  }
  .table tbody > tr > td {
    text-align: center; /* Căn giữa theo chiều ngang */
    vertical-align: middle; /* Căn giữa theo chiều dọc */
  }
  .quantity-input {
    width: 70px;
    border: solid black 1px;
  }
}
.btn-add {
  background-color: #ffffff;
  border: 2px solid #42652b;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
  box-sizing: content-box;
  color: #42652b;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  outline: 0;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms, top 1s ease, left 1s ease;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  padding: 5px 15px 5px 15px !important;
  box-shadow: 0 2px 1px black;
}

.btn-add:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 9px 0;
  color: white;
  background-color: #42652b;
  transform: translateY(-2px);
}

.btn-transform {
  left: 79%;
  position: absolute;
  transform: scale(0.1);
  transition: 1s;
  z-index: 1;
}
#cart-count {
  z-index: 2;
}
.nav-item a {
  font-weight: 700;
  color: black;
}
.nav-link.active {
  color: white !important;
  font-weight: 700;
  background-color: #42652b !important;
}
@media (min-width: 768px) {
}
