.product-catalog-row {
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  gap: 24px;
  align-items: start;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  /* margin-bottom: 20px; */
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

/* .row-small>.col.prd-section {
  padding-bottom: 0;
} */

.page-numbers.nav-pagination {
  margin-bottom: 15px;
}

.custom-sidebar-wrapper {
  margin-top: 50px;
}

.prj-printers.no-pagination .custom-sidebar-wrapper {
  margin-top: 0px;
}

.catalog-cart .button {
  background-color: var(--fs-color-secondary);
}

.catalog-cart a.added_to_cart {
  background-color: var(--fs-color-secondary);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

/* IMAGE */
.catalog-image img {
  max-width: 100%;
  height: auto;
}

/* DETAILS */
.catalog-details .product-title {
  margin-bottom: 6px;
  font-size: 18px;
}

.product-sku {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.product-small .product-sku {

  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;

}

.woocommerce-pagination .nav-pagination>li>a,
.woocommerce-pagination .nav-pagination>li>span {

  border: 2px solid transparent;

}

.category-page-row.prj-printers {
  padding-top: 15px;
}

.product-cat {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}

.catalog-excerpt {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}

/* PURCHASE COLUMN */
.catalog-purchase {
  text-align: right;
}

.catalog-price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.catalog-stock.in {
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 8px;
}

.catalog-stock.out {
  color: #c62828;
  font-weight: 600;
  margin-bottom: 8px;
}

.catalog-cart form {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.catalog-cart a.add_to_cart_button,
.catalog-cart a.added_to_cart.wc-forward {
  margin: 0px;
}

.catalog-purchase {
  padding-right: 15px;
}

.product-catalog-row .catalog-purchase {
  padding-right: 0;
}

.pb-custom-filter-column.col {

  width: 240px !important;
}

.catalog-specifications {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;

}

.catalog-specifications li {
  line-height: 1.4;
  margin-bottom: 4px;
  margin-left: 0px !important;
  font-size: 14px;
}

.product-specs-wrapper.expanded .catalog-specifications::after {
  display: none;
}

.cat-toggle-specs {
  background: none;
  border: none;
  padding: 4px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #001a70;
  cursor: pointer;
}

.cat-toggle-specs:hover {
  text-decoration: underline;
}

.shop-widget-text {
  color: #000;
}

@media (max-width: 1024px) {
  .filter-page-sidebar.hide-for-medium {
    display: none;
  }

  #shop-sidebar.sidbar-inner {
    display: none;
  }

  .category-filtering.category-filter-row {
    display: block !important;
    text-align: center;
  }

  .woocommerce-result-count.hide-for-medium {
    display: none !important;
  }
}

body .product.product-small .badge-container {
  left: 32px;
}



@media (min-width: 1280px) {
  .pb-custom-filter-column.col {
    padding-top: 48px;
  }

  .prj-printers.no-pagination .pb-custom-filter-column.col {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .prj-printers .product-filter-middle-section {
    margin-right: 30px;
  }

  .pb-custom-filter-column.col {
    margin-right: 30px;
  }

}

@media (max-width: 1100px) {

  .prj-printers .product-filter-middle-section,
  .prj-printers .no-filter-middle-section {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .archive.tax-product_cat .mfp-content {
    width: 100%;
    background: #03030c;
  }

  .shop-widget-text {
    color: #fff;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .product-catalog-row {
    grid-template-columns: 120px 1fr 200px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .product-catalog-row {
    grid-template-columns: 1fr;
  }

  .catalog-image {
    text-align: center;
  }

  .catalog-details {
    text-align: left;
  }

  .catalog-purchase {
    text-align: left;
    border-top: 1px solid #eee;
    padding-top: 12px;
  }
}