﻿.product-container {
    position: relative;
}

    .product-container.disabled::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .7;
        cursor: not-allowed;
        z-index: 1;
    }

.QuickLookContentContainer {
    display: none;
}

#QuickLookModal .modal-dialog {
    margin-top: 5%;
}

#QuickLookModal .modal-body {
    min-height: 300px;
    position: relative;
}

#QuickLookModal button.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

#BVCVContainer {
    color: #777;
    font-weight: bold;
    font-style: italic;
}

    #BVCVContainer img {
        min-width: 250px;
    }

#QuickLookShortDescription {
    font-weight: normal;
}
