
.incon_product_list_filter_row {
    margin: 0px 0px 40px;
}
#incon_product_list_filter {
    width: 100%;
    padding: 10px 20px;
    margin: 0px;
}
.incon_product_list_filter_row .fas.fa-info-circle {
    margin-left: 20px;
    margin-right: 10px;
    color: #0188CC;
}
.incon_product_list_filter_row span {
    font-style: italic;
    font-size: 13px;
}





.incon_product_list_filter_row {
    margin-top: 60px;
}
ul.incon_product_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


ul.incon_product_list li {
    margin: 0px 0px 5px 0px;
    padding: 10px;
    display: grid;
    width: 100%;
    transition: all ease-in 0.2s;
    float: left;
    grid-template-columns: 40px auto;©©
}
ul.incon_product_list h2,
ul.incon_product_list h3 {
    transition: all ease-in 0.2s;
}
.has_no_products > h2, .has_no_products > h3 {
    color: #ccc;
}
ul.incon_product_list h2 {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.incon_product_list_parent_container {
    display: block;
    margin-bottom: 40px;
}
ul.incon_product_list h3 {
    margin-left: 10px;
    font-size: 17px !important;
    font-weight: 600 !important;
}
ul.incon_product_list li a:hover {
    text-decoration: none;
}
.incon_product_list_child_container {
    margin-bottom: 20px;
}
.incon_product_item_props {
    display: inline-block;
    padding: 0px 12px;
    margin: 0px 10px 0px 0px;
    background: #efefefba;
    font-size: 14px;
    border-radius: 6px;
}
.incon_product_item_props > i {
    margin-right: 5px;
}


ul.incon_product_list li:hover {
    background-color: #f1f8fe;
}
ul.incon_product_list li:hover .incon_product_item_featured_image {
    border: 4px solid #fff;
}
ul.incon_product_list li:hover .incon_product_item_props {
    background: #fff;
}




.incon_product_item_col_right {
    display: grid;
    grid-template-columns: 600px auto;
}
.incon_product_item_subtitle {
    margin: 0px 0px 0px 20px;
    display: block;
}




.incon_product_item {
    display: grid;
    grid-template-columns: 80px auto;
  }
.incon_product_item_featured_image {
    display: block;
    width: 80px;
    height: 60px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color: #efefef;*/
    border: 4px solid #efefef;
}
.incon_product_item_title {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 0px 20px;
    display: block;
}

.incon_product_item_gallery {
    display: block;
    margin: 0px 0px 0px 20px;
}
.incon_product_item_gallery > img {
    width: 40px;
    margin: 0px 5px 0px 0px;
    border-radius: 6px;
}








.incon_product_details_file {
    display: block;
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
}
.incon_product_details_file .incon_product_details_file_filesize {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    padding: 4px 8px;
    border-radius: 6px;
}
.incon_product_details_file_download {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #efefef;
    padding: 4px 8px;
    border-radius: 6px;
}
a:hover .incon_product_details_file_download {
    text-decoration: none;
}




.incon_product_details_images,
.incon_product_details_videos {
    display: block;
    margin: 0px 0px 40px 0px;
}







.incon_product_details_videofile .incon_product_details_file_download {
    position: relative;
    display: inline-block;
    right: inherit;
    border: inherit;
    bottom: inherit;
}

#download-videos {
    visibility: hidden;
    height: 40px;
}






#selection-button {
    background: #efefefba;
    padding: 10px 20px;
    color: #333;
    border-radius: 6px;
    font-weight: bold;
    border: none;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}
#download-nonfootage {
    background: #0080C8;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px;
}
#download-button {
    background: #0080C8;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
#download-button.is_disabled {
    background: #efefefba;
    color: #333;
    cursor: not-allowed;
}
#download-nonfootage.is_disabled {
    background: #efefefba;
    color: #333;
    cursor: not-allowed;
}
.incon_product_item_select input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 20px;
}
.incon_product_list_child_container li.is_selected {
    background-color: #f1f8fe;
}



.incon_download_notice {
    display: none;
}
.incon_download_notice.is_active {
    display: block;
    background: #0080C8;
    margin: 0px 0px 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#hide_incon_download_notice {
    text-decoration: underline;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}




.kry_medienportal_index {
    display: inline-block;
    background: #ffed00;
    color: #0085cf;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
}
.kry_medienportal_index:hover {
    background: #0080c8;
    color: #fff6a4;
}

/* --- Happy End --- */
