.prodInfoRow {
  margin: 0 8.333333%;
  padding: 28px 0;
}
.list-header-row {
  background: #0f3369;
  position: sticky;
  top: 0;
  z-index: 99;
}
.list-head {
  color: #fff !important;
  font-size: 1.75rem;
  font-weight: 700;
}
.list-header {
  display: flex;
}
.header-title {
  align-items: center;
  display: flex;
}
.fil-label {
  color: #fff;
  font-size: 15px;
}
.select-row {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.select-row select {
  padding: 7px;
  width: 200px;
}
.prod-list-row {
  background: #e3e3e3;
}
.btn-clear {
  background: #ff9216;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 26px;
  padding: 9px 11px;
  text-transform: uppercase;
}
.btn-clear:hover {
  background: #fff;
  color: #4a4948;
}
a.prodLink,
a.prodLink:hover {
  color: inherit;
  text-decoration: none;
}
.product-container {
  background: #fff;
  display: flex;
  margin: 20px 8.333333%;
  padding: 20px;
}
.product-container h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem !important;
}
.product-container h2 span {
  display: inherit;
  font-size: 1.7rem;
  font-weight: 700;
  width: 85%;
}
.product-container .prodDesc {
  line-height: 1.5;
}
.prodName {
  color: #f9921d;
  font-weight: 700;
}
.prodMiniSpecs {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  padding: 40px 0;
}
.col-md-8 {
  padding-right: 75px !important;
}
.specText {
  color: #0f3369;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}
.small-info {
  font-size: 16px;
  font-weight: 400 !important;
}
.catRow {
  margin: 0 8.333333%;
}
.show-more {
  font-size: 16px;
  height: 90px;
  line-height: 1.8;
  overflow: hidden;
}
.toggle_btn {
  background: green;
  border-radius: 0.3rem;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  margin-left: 90%;
  margin-top: 15px;
  padding: 5px 15px;
  width: fit-content;
}
.toggle_btn.active .fas {
  transform: rotate(180deg);
}
.active {
  height: auto;
}
.product-image {
  text-align: right;
}
.product-large-image {
  display: inline-block;
  margin-bottom: 12px;
  text-align: right;
  width: 100%;
}
.product-large-image img {
  width: 99% !important;
}
.det-btn,
.prodSpecsRow {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.det-btn {
  background: #0f3369;
  border-radius: 0.3rem;
  font-weight: 700;
  gap: 20px;
  padding: 12px 25px 12px 40px;
  text-align: center;
  text-transform: uppercase;
}
.det-btn,
.det-btn:hover {
  color: #fff;
  text-decoration: none;
}
.det-btn:hover {
  background: #f9921d;
}
.det-btn:after {
  background: url(https://www.mediproducts.net/hubfs/Site%202021/chevron-right-solid-wht.svg)
    no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.description-tabs {
  background: #f5f1ee;
  padding: 60px 0;
}
.custom-tabs {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-left: 0;
}
.custom-tabs .nav-item {
  flex: 1;
}
.nav-pills .nav-link {
  background: transparent;
  border: 2px solid #000;
  border-radius: 45px;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  text-align: center;
  vertical-align: middle;
}
.nav-pills .nav-link.active {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.content-box,
.specs-list {
  margin-top: 3rem;
}
.specs-list h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.specs-list .row + .row {
  margin-top: 15px;
}
.spec-name {
  font-weight: 500;
}
.spec-value {
  text-align: right;
}
.feature-box {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  margin-bottom: 30px;
  padding: 20px;
}
.feature-box img {
  height: auto;
  margin-right: 20px;
  width: 100px;
}
.feature-text h5 {
  font-weight: 700;
}
.accessories_wrapper {
  padding: 60px 0 30px;
}
.product-large-image img {
  border-radius: 4px;
  width: 100% !important;
}
.product-sub-image {
  display: flex;
  justify-content: space-between;
}
.product-small-image img {
  border-radius: 4px;
  width: 100%;
}
.col-6.spec-name {
  font-size: 24px;
}
.info-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.info-box,
.info-item {
  align-items: center;
  display: flex;
}
.info-item {
  flex: 1;
  font-size: 14px;
}
.info-item:not(:last-child) {
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding-right: 10px;
}
.info-icon {
  color: #007bff;
  font-size: 24px;
  margin-right: 12px;
}
.bottom-box {
  align-items: center;
  background-color: #f5f1ee;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  display: flex;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  padding: 20px;
  text-align: left;
}
.table-borderless td,
.table-borderless th {
  border: none;
  padding: 0.25rem 0;
}
.table-custom td:first-child {
  color: #555;
  font-weight: 500;
  width: 30%;
}
.info-item img {
  max-width: 50px;
  padding-right: 15px;
}
.prod_details {
  line-height: 1.4;
}
.product-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 0 15px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.product-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: auto;
  max-width: 100%;
}
.pagination button {
  margin: 0 2px;
}
.active-page {
  font-weight: 700;
}
.sidebar label {
  font-weight: 400;
  margin-bottom: 0.3rem;
}

#pagination .btn-circle {
  border-radius: 50%;
  height: 40px;
  min-width: 40px;
}
#pagination .btn {
  font-weight: 600;
}
#pagination .btn-link {
  color: #212529;
  text-decoration: none;
}
#pagination .btn-dark {
  background-color: #eee;
  border-color: #eee;
  color: #212529;
}
#pagination .btn:hover {
  color: #fd5000;
}
.swiper-container {
  overflow: hidden;
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  background: #9e9e9e;
  border-radius: 50%;
  height: auto !important;
  padding: 10px 13.89px;
  width: auto !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #fd5000;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 16px !important;
}
@media screen and (max-width: 600px) {
  .product-container {
    flex-direction: column-reverse;
  }
  .prodMiniSpecs {
    flex-direction: column;
    gap: 34px;
  }
  .prodSpecsRow {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .product-image {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .list-header,
  .select-row {
    flex-direction: column;
  }
  .product-large-image {
    display: inline-block;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }
  .select-row select {
    width: 100% !important;
  }
  .catRow h1 {
    font-size: 8vw;
  }
  .catRow {
    margin: 0 0.333333%;
  }
  .toggle_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .list-header-row {
    position: relative;
  }
}
@media screen and (max-width: 457px) {
  .product-large-image img {
    width: inherit;
  }
  .prodName {
    font-size: 7vw;
  }
  .product-container h1 span {
    font-size: 4.7vw;
    width: 100%;
  }
  .product-container .prodDesc {
    font-size: 3.5vw;
  }
  .product-container {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1500px) {
  .btn-clear {
    background: #ff9216;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 27px;
    padding: 9px 22px;
    text-transform: uppercase;
  }
  .header-list {
    padding-right: 0 !important;
  }
  .list-head {
    color: #fff !important;
    font-size: 1.75rem;
    font-weight: 700;
  }
  .select-row select {
    padding: 7px;
    width: 175px;
  }
}
@media screen and (max-width: 1230px) {
  .btn-clear {
    background: #ff9216;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 27px;
    padding: 9px 19px;
    text-transform: uppercase;
  }
  .list-head {
    color: #fff !important;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .select-row select {
    padding: 7px;
    width: 165px;
  }
}
@media screen and (max-width: 1130px) {
  .select-row {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
  }
  .list-header {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 890px) {
  .prodInfoRow {
    margin: 0 2.333333%;
    padding: 28px 0;
  }
}
.listing-header {
  padding: 20px 0;
  background: #f5f1ee;
  text-align: center;
}
.listing-header p {
  font-weight: 500;
  margin-bottom: 10px;
}
.listing-header h2 {
  font-weight: 700;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 0 15px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.filter-sidebar {
  border: 1px solid #eee;
}
.filter-sidebar ul {
  max-height: 220px;
  overflow: auto;
  padding-left: 0;
  margin-top: 8px;
}
.filter-sidebar li {
  list-style: none;
  margin-bottom: 6px;
  font-size: 14px;
}
#active-filters {
  margin-left: 8px;
}
.badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 20px;
}
.badge-active {
  background: #e9ecef;
  padding: 6px 10px;
  border-radius: 20px;
  margin-right: 6px;
  cursor: pointer;
  display: inline-block;
}
#clear-filters {
  border-radius: 30px;
  padding: 5px 15px 3px;
}
#active-filters .badge {
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ddd;
  color: #5f5f5f;
}
#active-filters a {
  font-size: 14px;
}
/* Dim both input and its label when disabled */
input[type="checkbox"]:disabled {
  opacity: 0.9;
  cursor: not-allowed;
}
input[type="checkbox"]:disabled + label,
input[type="checkbox"]:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Optional: fix label if inside <li><label>…</label></li> */
li label:has(input:disabled) {
  opacity: 0.5;
  cursor: not-allowed;
}
.filter-toggle {
  user-select: none;
}
.filter-toggle .toggle-icon {
  font-size: 18px;
  font-weight: bold;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
.cursor-pointer {
  cursor: pointer;
}
.list-unstyled {
  margin-left: 0;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.filter-toggle strong {
  font-weight: 700;
}
.btn-theme {
  padding: 0.75rem 1.5rem;
  font-size: 16px;
  line-height: 1;
  border-radius: 45px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.btn-theme-small {
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
}
.btn-style-1 {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn-style-1:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.btn-style-2 {
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
}
.btn-style-2:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn-style-3 {
  background: #fd5000;
  color: #fff;
}
.section-title {
  background-color: #fff;
  color: #fd5000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  padding: 8px 10px;
}
.spec-section {
  font-size: 14px;
  margin-bottom: 40px;
}
.spec-label {
  font-weight: 600;
}
.section-sub-title {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.spec-section-inner {
  padding: 0 10px;
}
.prod_details {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.prod_details .table-custom td:first-child {
  color: #000;
}
.prod_details .breadcrumb {
  background: transparent;
  padding: 0;
  text-decoration: none;
  margin-left: 0;
}
.prod_details .breadcrumb-item a {
  color: #000;
}
.prod_details .breadcrumb-item a:hover {
  color: #fd5000;
  text-decoration: none;
}
.table-custom td:first-child {
  width: 40% !important;
}
.pdf-listing-item {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  padding: 10px;
}
.pdf-listing-item img {
  height: auto !important;
  max-width: 42px;
}
.productSlider .thumb-img {
  cursor: pointer;
  height: 80px;
  object-fit: cover;
  opacity: 0.6;
  transition: 0.3s;
  width: 80px;
}
.productSlider .thumb-img,
.productSlider .thumb-img {
  opacity: 1;
}
/* .productSlider .thumb-img.active,
.productSlider .thumb-img:hover {
  opacity: 1;
} */
.productSlider .carousel-inner img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.productSlider .carousel-control-next,
.productSlider .carousel-control-prev {
  align-items: center;
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
}
.productSlider .carousel-control-next:hover,
.productSlider .carousel-control-prev:hover {
  background-color: #fd5000;
}
.productSlider .carousel-control-next svg,
.productSlider .carousel-control-prev svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}
.review-item {
  border-top: 1px solid #ddd;
  display: flex;
  padding-bottom: 1rem;
}
.reviews .form-control {
  background: transparent;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0;
}
.reviews .review-image {
  margin-right: 15px;
  width: 100px;
}
.reviews .review-image img {
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
  width: 100px;
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
@media (max-width: 767px) {
  .review-item {
    flex-direction: column;
  }
}
