/** 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:80px;
}
.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;
}

.items-counter{
  visibility:hidden;
}
 
/* 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;
  }
}


/* Pagination wrapper */
.table-pagination {
  margin-top: 40px;
  text-align: center;
}

/* Pagination container */
.table-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Page numbers */
.table-pagination .page,
.table-pagination .next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Page links */
.table-pagination .page a,
.table-pagination .next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  border-radius: 6px;
  transition: all 0.2s ease;
}

/* Hover */
.table-pagination .page a:hover,
.table-pagination .next a:hover {
  background: #f3f3f3;
}

/* Current page */
.table-pagination .current {
  background: #0f2b44;
  color: #fff;
  min-width: 36px;
  height: 36px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
}

/* Ellipsis */
.table-pagination .deco {
  color: #666;
  padding: 0 6px;
  font-size: 16px;
}

/* Next button */
.table-pagination .next a {
  font-size: 16px;
}