.kolari-quick-view__overflow-hidden {
    overflow: hidden !important;
}
#kolari-quick-view-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999999999 !important;
}
#kolari-quick-view-modal .modal-overlay {
    position: fixed;
    background: #0000008a;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#kolari-quick-view-modal .modal-content {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 580px;
    width: 550px;
    scrollbar-width: thin;
    overflow-y: auto;
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
    #kolari-quick-view-modal .modal-content {
        bottom: 0 !important;
        top: unset;
        left: 50%;
        max-height: 500px;
        transform: translateX(-50%);
        width: 100%;
    }
}