﻿

ul.image-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*
    ul.image-list li {
        margin: 0 1.75rem 0 1.75rem;
    }
*/
/*
.image-list a {
    color: #888 !important;
    text-decoration: none;
    transition: all 0.2s ease;
    background-color: #fff !important;
}

  .image-list  a:hover {
        color: #333 !important;
        background-color: #fff !important;
    }

   .image-list a.active {
        color: #333 !important;
        background-color: #fff !important;
    }

.ListBoxMultiple > li > a:hover, .ListBoxMultiple > li > a:active {
    color: #333;
}
*/


.imgGallery {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-image {
    display: none;
}

.image-list li {
    margin: 0;
}


.product-image img, .image-list img, #headerImage {
    width: 100%;
}

    .product-image {
        display: block;
    }

        .product-image img {
            /*height: 52vh;*/
        }

            .product-image img.active {
                display: block;
                margin: 0 0 0.75rem 0;
            }

    .image-list {
        display: flex;
        overflow: hidden;
    }

        .image-list li {
            margin: 0 0.75rem 0 0;
            /*flex-basis: 100%;*/
        }
        
            .image-list li:last-child {
                margin-right: 0;
            }
        
        .image-list img {
            height: 10rem;
            width: 100%;
            transition: opacity 0.3s ease;
            cursor: pointer;
        }

            .image-list img:hover {
                opacity: 0.7;
            }

.pnl-canva {
    width: 60%;
    margin: auto;
}

@media only screen and (max-width: 600px) {
    .pnl-canva {
        width: 100%;
    }
}