/* Automatyczne kolekcje produktów - by web4ever.pl */
#we_similar {
  max-width: 100%;
  display: inline-flex;
  flex-direction: column;
  gap: 12px !important;
}

#we_similar article.similar {
  position: relative;
  float: left;
  width: 68px;
  padding: 3px;
}

.show-title {
  position: absolute;
  bottom: -19px;
  padding: 5px 10px;
  width: max-content;
  background: rgba(255, 255, 255, .7);
  box-shadow: 5px 5px 15px #ccc;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .3s;
}

.similar:hover .show-title {
  opacity: 1;
}

#we_similar_list input[type=number] {
  width: 70px;
  display: block;
  padding: 3px;
  margin: 4px auto;
}

#we_similar_list input::-webkit-outer-spin-button,
#we_similar_list input::-webkit-inner-spin-button {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  opacity: 1;
  width: 26px;
  height: 20px;
  padding: 1px;
}

#we_similar_list .add-to-cart {
  display: block;
  width: 70px;
  margin: 0 auto;
}

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

#we_similar_list .table-bordered th,
#we_similar_list .table-bordered td {
  border: 1px solid #d6d6d6;
}

#we_similar_list {
  font-size: 0.85rem;
}

#modalcollection .modal-dialog,
#modalcollectionfooter .modal-dialog {
  min-width: 60%;
  max-width: 90%;
}

section#we_similar_extra {
  overflow: hidden;
}

div#modalcollection,
div#modalcollectionfooter {
  overflow-y: auto;
  display: none;
}

div#modalcollectionfooter {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 100px 0 300px;
  backdrop-filter: blur(2px);
}

div#modalcollectionfooter .modal-dialog {
  background-color: #fff;
}

.close-list {
  cursor: pointer;
  float: right;
}

article.similar.selected-item {
  border: 1px solid #2ea23f;
  box-shadow: 0px 0px 5px #ccc;
}

.allFeatureFilter button:focus {
  outline: none;
}

.allFeatureFilter button {
  margin-top: 5px;
}

.feature_section {
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 3px;
}

.feature_section.isActive {
  background: #f4fff5;
  border: 1px solid #2ea23f;
  box-shadow: 0px 0px 5px #ccc;
}

.allFeatureFilter {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.wesimilar {
  display: inline-flex;
  gap: 10px;
  justify-items: center;
}

#we_similar_extra .wesimilar {
  grid-template-columns: repeat(auto-fill, minmax(116px, 1fr));
}

.similar {
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.similar-img img {
  width: 100%;
  height: auto;
}

.showtitle {
  color: #666;
  overflow-wrap: anywhere;
}

span.manu-name {
  display: block;
  color: #868686;
}

.hidedItem {
  display: none;
}

article.collectionmore {
  text-align: center;
  align-content: center;
  align-self: center;
  cursor: pointer;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgb(207 207 207 / 92%);
  height: 5em;
  width: 5em;
}

#hideMoreCollection.collectionless {
  text-align: center;
  border: none;
  align-content: center;
  cursor: pointer;
  padding: 0;
}

span.itemCounterCollection {
  font-size: 1.5rem;
}

span.itemLessCollection {
  font-size: 1rem;
}

.itemLessCollection svg.cf-icon-svg {
  width: 30px;
  height: 30px;
}

#we_similar p {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0%;
}