.c-product-interconnection-custom--image-select-list {
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #DCD9E8;
  border-radius: 50px;
  min-height: 45px;
  cursor: pointer;

}

.c-product-interconnection-custom--image-select-list__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 8px;
  width: 100%;
}

.c-product-interconnection-custom--image-select-list__inner img {
  width: 80px;
  object-fit: cover;
  height: 45px;
}

.c-product-interconnection-custom--image-select-list__inner h3 {
  font-size: 0.88rem;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 5px;
}

.c-product-interconnection-custom--image-select-list__inner .select-all-items-info {
  width: 100%;
  text-align: right;
  font-size: .75rem;
  white-space: pre;
  display: none;
}

.c-product-interconnection-custom--image-select-list__inner .select-all-items-info .price {
  color: #398000;
  display: block;
}



.c-product-interconnection-detail-params--custom {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  margin-bottom: 1.25em;
}

.c-product-interconnection-custom--image-select-list__inner .select-chevron {
  margin-left: 10px;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/rubin/img/select-ar.png) no-repeat center;
  width: 33px;
  height: 33px;
}

.c-product-interconnection-custom--image-select-list-dropdown__item {
  display: flex;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #efefef;
  min-height: 45px;
  cursor: pointer;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: center;
  padding: 7px;
  width: 100%;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner img {
  width: 80px;
  object-fit: cover;
  height: 45px;
}

.dropdown-item__inner h3 {
  font-size: .9rem;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 5px;
  font-weight: 400;
}

.c-product-interconnection-custom--image-select-list__inner h3 {
  font-weight: 500;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .price {
  color: #f00000;
  text-align: right;
  white-space: pre;
  font-weight: bold;
}

.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--Skladem,
.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--skladem {
  color: #3d8208;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .availability {
  text-align: right;
  display: block;
  font-size: .8rem;
}

.c-product-interconnection-custom--image-select-list-dropdown {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 2;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-height: 323px;
  overflow: scroll;
}

.c-product-interconnection-detail-params--custom {
  position: relative;
}

.c-product-interconnection-custom--image-select-list-dropdown__item:hover h3 {
  color: #2CA2C6;
  transition: all .35s ease;
}

.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--null,
.c-product-interconnection-custom--image-select-list-dropdown__item .price-availability {
  display:none;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .price-availability {
  text-align: right;
}

@media (max-width:575px) {
  .c-product-interconnection-custom--image-select-list__inner .select-all-items-info {
      font-size: 1rem;
  }

  .c-product-interconnection-custom--image-select-list__inner img,
  .c-product-interconnection-custom--image-select-list-dropdown__item .dropdown-item__inner img {
    width: 60px;
  }

  .c-product-interconnection-detail-params--custom.is-template--Classic::before {
    display: none;
  }

  .c-product-interconnection-detail-params--custom.is-template--Classic {
    padding-left: 0;
  }

}