/*LATEST UPDATED*/
.wd_table1,
.wd_table2,
.wd_table3,
.wd_table4 {
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid black;
  line-height: 1.5;
  width: 100%;
  color: black;
  text-align: center;
}
.wd_table1 .wd__th,
.wd_table2 .wd__th,
.wd_table3 .wd__th {
  border: 1px solid black;
  background-color: transparent;
  padding: 10px !important;
  line-height: 1.5;
  color: black;
  font-size: 14px;
  text-align: center;
  width: 50%;
  font-weight: bold;
  word-break: break-all;
}
.wd_table1 .wd__td,
.wd_table2 .wd__td,
.wd_table3 .wd__td,
.wd_table4 .wd__td {
  border: 1px solid black;
  background-color: transparent;
  padding: 10px !important;
  line-height: 1.5;
  color: black;
  font-size: 14px;
  text-align: center;
  width: 50%;
  font-weight: normal;
  word-break: break-all;
}

.wd_table1 .wd__th:after,
.wd_table2 .wd__th:after,
.wd_table3 .wd__th:after,
.wd_table4 .wd__td:after {
  content: none;
}

/* Quantity Range Grid */
.wd_table2 .wd__th {
  width: 33.33%;
}
.wd_table2 .wd__td {
  width: 33.33%;
}

/* Detailed Grid  */
.wd_table3 .wd__th {
  width: 33.33%;
}
.wd_table3 .wd__td {
  width: 33.33%;
}

/* Simple Message  */
.wd_table4 {
  border: transparent !important;
}
.wd_table4 .wd__td {
  width: 100%;
  border: transparent !important;
  text-align: left;
}
#saved-banner {
  color: #138C19;
  font-weight: bold;
  font-size: inherit;
}

#AT-table-box{
  align-items: center;
  margin: 1rem;
  padding: 1rem;
  border: 2px solid green;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
line-height: 1;
}
.AT-wholesale-upper{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.AT-wholesale-upper h1{
  font-size: 1.5rem;
    font-weight: 900;
}
.AT-wholesale-upper span{
  background: red;
  color: #fff;
  font-size: 1.4rem;
  padding:0 0.5rem;
  border-radius: 0.5rem;
}
.AT-discount-message{
font-size: 1.2rem;
color: grey;
font-weight: 400;
margin-top: -1rem;
}
