﻿.ZoomContainer {
    opacity: 0;
    background:transparent;
}

    .ZoomContainer:hover {
        border-radius: 0.45rem !important;
        opacity: 1;
        transition: all 0.6s ease;
    }


.product-detail-pictures .overflow-auto::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}


.tooltip.show{
    opacity:1;
}
.tooltip-inner {
    white-space: pre;
    max-width: none;
}

.satisfaction-test-text > p *:not(ul):not(ol) {
    margin-bottom: 0 !important;
}

.satisfaction-test-text > p {
    margin-bottom: .5rem !important;
}


.satisfaction-test-text * {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

.satisfaction-test-text ul:last-child,
.satisfaction-test-text ol:last-child {
    margin-bottom: 0 !important;
}
