@charset "UTF-8";
tr:hover {
  background: #E8E5FF !important;
}
.table_wrapper tr {
  display: flex;
  width: 100%;
}
.table_wrapper {
  width: 100%;
}
/* Remove border from the last th in each row */
.table_wrapper tr th:last-child {
  border-right: none;
}
/* Remove border from the last td in each row */
.table_wrapper tr td:last-child {
  border-right: none;
}
.table_wrapper table {
  border-radius: 1.875rem;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.table_wrapper th {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #857DCF;
  color: white;
  padding: 1.25rem 0.625rem;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-right: solid 0.1rem #544f82;
}
.table_wrapper tr:nth-child(even) {
  background-color: #E8E5FF;
}
.table_wrapper tr:nth-child(odd) {
  background-color: #fff;
}
.table_wrapper td {
  flex: 1;
  padding: 1rem 0.6rem;
  font-weight: 500;
  text-align: center;
  border-right: solid 0.1rem #312E4D;
}
@media (max-width: 479px) {
  .table_wrapper tr td:first-child:before, tr td:first-child span {
    padding-bottom: 0;
  }
  .table_wrapper tr td:first-child {
    font-weight: 700;
  }
  .table_wrapper tbody tr:last-child {
    border: none;
  }
  .table_wrapper tr:nth-child(even) {
    background-color: #857DCF;
  }
  .table_wrapper tr:nth-child(odd) {
    background-color: #857DCF;
  }
  .table_wrapper table {
    border: 0.5rem solid #544f82;
    overflow: hidden !important;
  }
  .table_wrapper tr {
    border-bottom: 0.2rem solid #312E4D;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .table_wrapper thead {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .table_wrapper td {
    flex: none;
    border: none;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
  }
  .table_wrapper td {
    padding: 0.4rem 0.9rem;
    text-align: left;
    flex-grow: 1;
  }
  .table_wrapper {
    border: 0;
    color: white;
  }
  .bao-hanh-span::before {
    content: 'Bảo hành: ';
    text-align: center;
  }
  .table_wrapper tr:hover {
    color: #312E4D;
  }
}
