/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

#header-search {
  position: relative;
}

#dropdown-search {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  position: absolute;
  width: 100%;
  z-index: 999;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.75);
  background: #fff;
}

#penetron-products-filter .filter-block-title {
  font-weight: bold;
  margin: 10px 0;
}
#penetron-products-filter .filter-price-block {
  gap: 20px;
}
#penetron-products-filter .filter-price-block .item label {
  margin-bottom: 5px;
}
#penetron-products-filter .checkbox-block {
  margin-bottom: 20px;
}
#penetron-products-filter .checkbox-wrapper {
  flex-direction: column;
  gap: 10px;
}
#penetron-products-filter .checkbox-wrapper label {
  align-items: center;
  gap: 5px;
  line-height: 0;
}
#penetron-products-filter .checkbox-wrapper label input {
  width: 20px;
  height: 20px;
}
#penetron-products-filter .penetron-search-button {
  margin-top: 20px;
}

/*
@media (min-width: 550px) {
  .toggle-penetron-filter{
    display: none;
  }
}
 */
.filter-toggle-wrap {
  text-align: center;
  margin: 30px 0;
}
.filter-toggle-wrap .toggle-penetron-filter {
  color: #000;
  background: #ff9200;
  border-radius: 3px;
  padding: 15px 45px;
  cursor: pointer;
}

.penetron-filter {
  display: none;
}
.penetron-filter.active {
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/