.ocusmgt-images .item-images {
    display: flex;
    clear: both;
}

.ocusmgt-images .item-main-image {
    flex: 1;
}

.ocusmgt-images .item-gallery {
    margin-left: 4px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
    max-height: 240px;
}

.ocusmgt-images .item-gallery img,
.ocusmgt-images .item-main-image img {
    width: 100%;
}

.ocusmgt-images .item-main-image img {
    border: 1px solid lightgrey;
}

.ocusmgt-product .ocusmgt-images .item-main-image img {
    height: 600px;
    max-height: 600px;
    object-fit: contain;
    border: 1px solid lightgrey;
}

.ocusmgt-images .gallery-image img {
    height: 50px;
    width: 50px;
    margin-bottom: 2px;
    cursor: pointer;
    object-fit: contain;
}

.ocusmgt-images .gallery-image {
    height: 50px;
    width: 50px;
}

.ocusmgt-product .ocusmgt-images .item-gallery {
    max-height: 600px;
}

.ocusmgt-product .ocusmgt-images .gallery-image,
.ocusmgt-product .ocusmgt-images .gallery-image img {
    width: 100px;
    height: 100px;
}

.ocusmgt-images .gallery-image {
    border: 1px solid lightgrey;
}

.ocusmgt-images .item-main-image img {
    width: 100%;
    /*noinspection CssInvalidFunction*/
    height: 330px;
    object-fit: contain;
}

.ocusmgt-images .item-main-image-print {
    display: none;
}

.ocusmgt-images .gallery-image p {
    font-weight: bold;
    margin-top: 12px;
}


