/* Bundle list */

.bundle-dropdown-wrapper a, .bundle-filter-tags-wrapper a {
  cursor: pointer;
}

.enabled-options {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #444444 !important;
}

.disabled-options {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999999 !important;
  pointer-events: none;
}

.flex-bundle-filter .bundle-dropdown-wrapper .dropdown-menu>li> .checkbox label {
  pointer-events: none;
}

.no-tags-selected {
  display: none;
}

.no-result {
  text-align: center;
  display: none;
}

.bundle-box {
  position: relative;
}

.bundle-box:first-of-type {
  padding-top: 15px !important;
}

.bundle-box:last-of-type {
  border-bottom: 0 !important;
}

.bundle-filter-tags {
  display: none;
}

.product-siblings-container label {
  font-weight: 400;
}

.product-siblings-container label .fa {
  font-size: 16px;
}

.product-siblings-container button {
  margin-right: 6px;
}

.product-siblings-container button .fa {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 10px;
}

.product-siblings-container .dropdown-menu {
  width: 100%;
  padding: 10px;
}

.bundle-filter-tags-wrapper .btn-tag {
  padding: 4px 30px 4px 8px;
  border-radius: 3px;
  margin: 0px 6px 6px 0px;
  font-size: 12px;
  cursor: pointer;
}

.filter-button {
  display: block;
  width: 100%;
}

.request-bundle {
  font-size: 14px;
}

@media (max-width: 767px) {
  .bundle-dropdown-wrapper {
    display: none;
  }
  .bundle-filter-tags {
    display: block;
  }
  .product-siblings-container button {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .bundle-products .bundle-product {
    max-width: 220px;
  }
}

@media (min-width: 768px) {
  .filter-button, .bundle-filter-tags {
    display: none !important;
  }
}