.parametric-wrapper{
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
  overflow-x: auto;
  padding: 0 1rem;
  scrollbar-width: thin;
}
#collectionFilter table{
    width: 100%; /* Ensures the table tries to fill its container */
    word-break: normal;
    
  }
#collectionFilter table tbody{
  vertical-align: baseline;
}
#collectionFilter table td{
  width: 200px;
}
#collectionFilter .btnClearFilter{
  border: none;
  background: none;
  color: red;
  font-weight: 500;
  display: none;
}
#collectionFilter .btnClearFilter.active{
  display: block;
}
.filter-select-wrapper{
    background-color: #fff;
    padding: 0.75rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-width: 200px;
    height: 236px;
    overflow-y: auto;
    scrollbar-width: thin;
  }
.item-filter{
    cursor: pointer;
  }
.item-filter.selected{
    background-color: #cdcdcd;
  }

table.collection-table{
  // background-color: #d6d6d6;
  position: relative;
}
table tr th:first-child, table tr td:first-child, table tr td:last-child, table tr th:last-child{
  padding: 10px;
  
}
.collection-table th:first-child, .collection-table td:first-child, .collection-table th:last-child, .collection-table td:last-child{
  text-align: center;
}
table td{
  vertical-align: top;
}

table p{
  margin: 0;
}
table.collection-table th {
  position: sticky;
  top:0;
  z-index: 10;
  background-color: #f8f8f8;
}
table.collection-table tbody{
  vertical-align: baseline;
}
table.collection-table tbody tr:nth-child(even), table.collection-table thead tr{
  background-color: #f5f5f5;
}
table.collection-table td, table.collection-table th{
  border: 1px solid #d9d9d9;
}
table.collection-table .quantity-area, table.collection-table .variant-area{
  display: flex;
}
table.collection-table .quantity-area .input-quantity{
  width: 80px;
}

table.collection-table .quantity-area .buy-now{
  color: #fff;
  border: 1px solid #275500;
  background: #507e11;
  text-align: center;
  vertical-align: middle;
}
table.collection-table .variant-area .add-quantity{
  background: none;
  border: none;
  color: #0070bb;
  min-width: 30px;
  text-decoration: underline dotted #757575 2px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
table.collection-table a{
  color: #0070bb;
  text-decoration: underline dotted #757575 2px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
table.collection-table img{
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}
table.collection-table .imgProduct{
  min-width: 105px;
}
table.collection-table .titleProduct{
  min-width: 180px;
}
table.collection-table .descProduct{
  min-width: 230px;
}
table.collection-table .bangdulieu{
  min-width: 110px;
}
table.collection-table .thoigiansx{
  min-width: 90px
}
table.collection-table .thoigiansx p{
  margin-bottom: 8px;
}
.btn-contact, table.collection-table a.btn-contact{
  color: white;
  background: #088bae;
  padding: 4px 8px;
  border-radius: 4px;
  border-bottom: none;
  font-size: 14px;
  display: inline;
  text-decoration: none;
}
table.collection-table a.btn-contact.contact-zalo{
  display: block;
  min-width: 70px;
}

.collection-description{
  padding: 16px;
}
.collection-description .collection-description_body{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 8px;
}
.collection-description .collection-description_content{
  height: 60px;
  overflow: hidden;
}
.collection-description .collection-description_content.show-more{
  height: auto;
}

.collection-description .btn-view-more{
 background: none;
    border: none;
    padding: 0;
    border-bottom: 1px dotted;
    color: #0070bb; 
}
.container-table-collection{
  overflow-x: auto; width: 100%;
}
.container-table-collection.table-fixed{
  // display: block;
  //   position: fixed;
  //   top: 89px;
  //   background: #fff;
  //   z-index: 99;
    height: 90vh;
}
table.collection-table th, .collection-table td{
  min-width: 60px;
}
.collection footer{
  display: none;
}