/*
Theme Name:   Industrial Child Theme
Theme URI:    https://themeforest.net/user/Anps/portfolio
Description:  Industrial Child Theme
Author:       AnpsThemes
Author URI:   https://themeforest.net/user/Anps/portfolio
Template:     industrial
Version:      1.0.0
Text Domain:  industrial-child
*/

/* Place your custom CSS in this file */
.filter-scroll {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.filter-scroll::-webkit-scrollbar {
  height: 4px;
}

.filter-scroll::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 2px;
}

.filter-scroll li {
  flex: 0 0 auto;
  white-space: nowrap;
}
.anps-recent-products .projects-item-wrap img {
  width: 100%;
  height: 296px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #f5f5f5;
  border: 1px solid #222;
  max-width: 100%;
}
.projects-item-wrap a {
  display: block;
  position: relative;
  z-index: 2;
}

.projects-item-wrap img {
  display: block;
  width: 100%;
  height: 296px;
  object-fit: cover;
}
.project-hover, .project-hover-bg {
  display: none !important;
}
.projects-item a,
.projects-item .btn {
  pointer-events: auto !important;
  position: relative;
  z-index: 2;
}
.projects-item {
  pointer-events: auto !important;
  position: relative;
  z-index: 1;
}
