/** Shopify CDN: Minification failed

Line 25:19 Unexpected "{"
Line 25:28 Expected ":"
Line 30:18 Unexpected "{"
Line 30:27 Expected ":"

**/

  .table-wrapper {
 border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  overflow-x: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
margin:0 auto;
  width: 100%;        
  max-width: 84%;    
}
table#productTable td:nth-child(9), table#productTable th:nth-child(9) {
    width: 100px;
}

 #shopify-section-{{ section.id }} .quantity-input button, .quantity-input input {
  height: 25px !important;
  min-height: 20px !important;
}

#shopify-section-{{ section.id }}  .quantity-input {
    height: 3.5rem;  
    width:9.5rem;
}

.table-coll-product {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  margin: 0 auto !important;
}
.table-coll-product table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  background: white;
}
.table-coll-product td, .table-coll-product th {
    padding: 1px;
    text-align: center;
    font-family: sans-serif;
}
.table-coll-product th {
  background-color: #193455;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  font-family: sans-serif;
}
table#productTable .product-row a:hover {
    text-decoration: underline;
}
table#productTable{
  width: 100%;
max-width: 1025px; 
margin:0 auto;
}
.custom_addtobtn {
  background: #0583cd;
  color: #fff;
  padding: 4px;
  line-height: 1;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  width:65px;
}
.custom_addtobtn:hover {
  background: transparent;
   border: 1px solid #000000;
}
.row-per-page {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.pagination {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}
.pagination button {
  padding: 0.5rem 1rem;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.table-coll-product select {
  width: 7%;
  margin:0 15px; 
}
section#shopify-section-template--19923332038877__table_collection_product_Mi4Feg {
    margin: 50px 0;
}
 
/* Responsive adjustments for font size */
@media (max-width: 991px) {
  .table-coll-product th {
    font-size: 14px;
    padding: 8px;
  }
  .table-coll-product td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .table-coll-product th {
    font-size: 14x;
  }
  .table-coll-product td {
    font-size: 12px;
    padding: 6px;
  }
}
