div#gallery .container {
  max-width: 1300px;
}

.search-form input {
  width: 85%;
  padding: 7px 20px;
  border-radius: 5px;
  border: 1px solid #ccc !important;
  vertical-align: middle;
  outline: none;
  background: transparent;
  color: #333 !important;
}

.search-form button {
  background: none;
  border: 1px solid #1bd2eb;
  cursor: pointer;
  outline: none;
  padding: 6px 15px;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 20px;
  background-color: #1bd2eb;
  font-weight: 600;
  color: #333;
}

.search-form {
  position: relative;
  max-width: 80%;
  width: 100%;
  float: left;
  overflow: hidden;
}

.search-form input::placeholder {
  color: #aea2a2;
}

.see-all {
  width: 20%;
  float: left;
  overflow: hidden;
  text-align: center;
  display: block;
  padding: 6px 5px;
  text-transform: uppercase;
}

.see-all button {
  color: #333;
  border: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
}

ul.dropdown_portfolio {
  position: absolute;
  width: 300px;
  height: auto;
  background: #ddd;
  padding: 20px 10px;
  z-index: 999;
  border-radius: 3px;
  /* opacity: 0; */
  /* visibility: hidden; */
  display: none;
  left: 0;
}

ul.dropdown_portfolio li {
  padding: 5px;
}

/* disable mobile filter */
.response-menu {
  display: none !important;
}

/* filter by program */
#programFilter,
#productFilter {
  position: relative;
  padding: 8px 45px 8px 20px;
  background: #dddddd;
  color: #333;
}

#productFilter::before,
#programFilter::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px; /* background: red; */
  right: 20px;
  top: 50%;
  transform: translateY(-71%) rotate(45deg);
  box-shadow: 2px 2px 0 0px #1bd2eb;
}

.category-list {
  display: flex !important;
  /* align-items: flex-start; */
  justify-content: flex-start;
}

.category-list .display-start {
  display: flex;
  padding: 0 15px;
  /* max-width: 50% !important;
  align-items: start;
  justify-content: start;
  padding: 0 15px; */
  flex: 1 1 30%;
  max-width: 30%;
}

.product-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #232222;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
}

.product-content:hover:before {
  opacity: 0.2;
  visibility: visible;
}

ul.sub.selectdiv a {
  width: 100%;
  display: block;
}

ul#zoomdrop-impact-area-drop-down-select li,
#zoomdrop-product-type-drop-down-select li {
  display: block !important;
}

.selections ul {
  /* display: block; */
  width: 100% !important;
}
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */

/* min-width: 991px */
@media all and (max-width: 991px) {
  .search-form button {
    margin-left: 0 !important;
  }

  .search-form input {
    width: 70% !important;
  }
}

/* max-width: 767px */
@media all and (max-width: 767px) {
  .home-banner-heading .title {
    font-size: 30px;
  }
  .display-start,
  .sub.selectdiv {
    width: 100%;
  }
  #gallery,
  .portfolios-area {
    padding: 0;
    min-width: inherit !important;
  }

  .productbox {
    /* width: auto !important; */
  }

  div#gallery .container .col-12 {
    padding: 0 !important;
  }

  #programFilter,
  #productFilter {
    width: 100%;
    display: block;
    padding: 5px 20px;
  }

  .portfolio > .container {
    padding: 0 !important;
  }

  .search-form input {
    width: 68% !important;
  }
  .category-list .display-start {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* min-width: 550px */
@media all and (max-width: 580px) {
  .search-form {
    max-width: 100% !important;
  }

  .see-all {
    width: 100% !important;
  }

  .category-list .display-start {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #programFilter,
  #productFilter {
    width: 100%;
    display: block;
    padding: 5px 20px;
  }
}
