@media screen and (min-width: 1600px) {}

@media only screen and (max-width: 1480px) {
  
}

@media screen and (min-width: 1440px) {}

@media screen and (max-width: 1165px) {
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    
}

@media screen and (min-width: 991px) and (max-width: 1279px) {
  
}

@media screen and (min-device-width: 320px) and (max-device-width: 991px) and (orientation : landscape) {
    
}

@media screen and (max-width: 991px) {
  .product-card {
    flex:1 1 calc(50% - 24px);
  }
  .prod-search-wrap form .input-group .btn {
    border-color: #dee2e6;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .navbar .group-sec-wrap {
    width: 100%;
    border-top: 1px solid #dee2e6;
    padding-top: 0.3rem;
    margin-top: 0.8rem;
  }
  .navbar .group-sec-wrap > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {    
  p {font-size: 1rem;}
  .container .row>* {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .dataTables_wrapper .responsive-tbl {border: 0; border-collapse: collapse !important; padding: 8px;}
	.dataTables_wrapper .responsive-tbl, 
  .dataTables_wrapper .responsive-tbl thead, 
  .dataTables_wrapper .responsive-tbl tbody, 
  .dataTables_wrapper .responsive-tbl th, 
  .dataTables_wrapper .responsive-tbl td, 
  .dataTables_wrapper .responsive-tbl tr {display: block;}
	.dataTables_wrapper .responsive-tbl thead tr {position: absolute; top: -9999px; left: -9999px; overflow: hidden;}
	.dataTables_wrapper .responsive-tbl tbody tr {margin: 0 0 15px 0; border: 1px solid #E5EAEF;}
	.dataTables_wrapper .responsive-tbl tr td {padding: 0.55rem; text-align: left !important; position: relative; padding-left: 30% !important;}
	.dataTables_wrapper .responsive-tbl tr td:last-child {border-bottom: none;}
	.dataTables_wrapper .responsive-tbl tr td:first-child {border-top: none;}
	.dataTables_wrapper .responsive-tbl td:before {position: absolute; top: 6px; left: 12px; width: 30%; padding-right: 10px; font-weight: 600; white-space: nowrap; content: attr(data-label); text-align: left;}

  .section-title {
    justify-content: center;
  }
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .products-row {
    gap:16px;
  }
  .product-card {
    flex:1 1 100%;
    min-width:100%;
  }

  .navbar .group-sec-wrap {
    width: 100%;
    border-top: 1px solid #dee2e6;
    padding-top: 0.3rem;
    margin-top: 0.8rem;
  }
  .navbar .group-sec-wrap > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
    
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 280px) {
    
}