@charset "utf-8";
.prgm-product-images-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.prgm-gallery-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.prgm-photo-gallery-image,
.prgm-photo-gallery-image-main {
    width: 50%;
    flex: 0 0 auto;
}
.prgm-photo-gallery-image a.prgm-gallery-item {
    width: 50%;
    flex: 0 0 auto;
    height: 50%;
}
.prgm-photo-gallery-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.prgm-photo-gallery-image-main.prgm_photos_box {
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
}
img.prgm-img-responsive {
    object-fit: cover;
    height: 100%;
}
.prgm-gallery-container.prgm_photos_container {
    flex-wrap: wrap;
}
.lg-backdrop {
    background-color: rgb(30 30 30 / 90%) !important;
}
.lg-outer .lg-thumb-outer {
    background-color: transparent !important;
}
.lg-container.lg-show {
    display: block;
    z-index: 9999999999999999999999999;
    position: relative;
}
a.prgm-gallery-item {
    cursor: pointer;
}
a.prgm-gallery-item {
    display: inline-flex;
}
a.prgm-gallery-item.prgm-gallery-item_two {
    width: 50%;
    height: 600px;
    float: left;
}
a.prgm-gallery-item.prgm-gallery-item_three {
    width: 25%;
    height: 300px;
    float: left;
}
img.prgm-img-responsive_three,
img.prgm-img-responsive_two {
    object-fit: cover;
}
.prgm-gallery-item {
    position: relative;
}
.prgm-gallery-item:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 1;
}
.prgm-gallery-container:hover .prgm-gallery-item:before {
    opacity: 1;
}
.prgm-gallery-container .prgm-gallery-item:hover:before { 
    opacity: 0;
}
.prgm-slide-box {
    position: relative;
    width: 25%;
    height: 300px;
    float: left;
    overflow: hidden;
}
.prgm_fade {
    animation-name: prgm_fade;
    animation-duration: 1.5s;
}
a.prgm-gallery-item.prgm-slide-box-slides.prgm_fade {
    height: 300px;
}
div#prgm-photo-gallery-image-main_two {
    width: 100%;
}
@keyframes prgm_fade {
    from {opacity: .4} 
    to {opacity: 1}
}
@media screen and (max-width: 768px) {
    .prgm-gallery-container {
        flex-wrap: wrap;
    }
    .prgm-photo-gallery-image, .prgm-photo-gallery-image-main {
        width: 100%;
    }
    .prgm-photo-gallery-image a.prgm-gallery-item {
        width: 25%;
        flex: 0 0 auto;
        height: auto;
    }
    .prgm-photo-gallery-image {
        flex-wrap: nowrap;
        gap: 6px;
    }
    .prgm-gallery-container {
        gap: 6px;
    }
    a.prgm-gallery-item.prgm-gallery-item_two {
        width: 100%;
        height: auto;
    }
    a.prgm-gallery-item.prgm-gallery-item_three {
        height: 100px;
    }
    img.prgm-img-responsive_three, 
    img.prgm-img-responsive_two {
        width: 100%;
    }
    img.prgm-img-responsive_three {
        padding: 5px 2.5px;
    }
    .prgm-photo-gallery-image-main_two .prgm-gallery-item:nth-child(2) .prgm-img-responsive_three {
        padding-left: 0;
    }
    .prgm-photo-gallery-image-main_two .prgm-gallery-item:nth-child(5) .prgm-img-responsive_three{
        padding-left: 0;
    }
    .prgm-slide-box {
        height: 95px;
        padding: 5px 2.5px;
    }
}
