.c-product-interconnection-detail-params--custom
{
    margin-bottom: 20px;
}
.c-product-interconnection-custom--image-select-list {
    display: flex;
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    min-height: 45px;
    cursor: pointer;

}

.c-product-interconnection-custom--image-select-list__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px;
    width: 100%;
}

.c-product-interconnection-custom--image-select-list__inner img {
    width: 45px;
    object-fit: cover;
    height: 45px;
}

.c-product-interconnection-custom--image-select-list__inner h3 {
    font-size: 13px;
    white-space: pre;
    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: 13px;
    white-space: pre;
}

.c-product-interconnection-custom--image-select-list__inner .select-all-items-info .price {
    color: #77bb41;
    display: block;
    font-size: 13px;
}



.c-product-interconnection-detail-params--custom {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
}

.c-product-interconnection-custom--image-select-list__inner .select-chevron {
    margin-left: 10px;
}

.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;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.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: 45px;
    object-fit: cover;
    height: 45px;
}

.dropdown-item__inner h3 {
    font-size: 12px;
    white-space: pre;
    width: 100%;
    margin: 0;
    padding: 0 2rem 0 5px;
}

.c-product-interconnection-custom--image-select-list-dropdown__item .price {
    color: #000000;
    text-align: right;
    white-space: pre;
    font-weight: 600;
}

.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: 12px;
}

.c-product-interconnection-custom--image-select-list-dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 2;
    width: 100%;
    box-shadow: 0 4px 9px -1px #d5d5d5;
}

.c-product-interconnection-detail-params--custom {
    position: relative;
}

.c-product-interconnection-custom--image-select-list-dropdown__item:hover {
    background: #f5f5f5;
    transition: all .35s ease;
}

.c-product-interconnection-custom--image-select-list-dropdown__item span.availability.is--null {
    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 h3,
    .dropdown-item__inner h3 {
        font-size: 1.125rem;
    }
}