/* Product iframe modal*/
.product-details .products-detail-wrapper.iframe-wrapper .item > img{
    max-height: 100%;
    max-width: 100%;
}

.modal-quick-view .product-item-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 10;
    text-align: left;
    pointer-events: none;
}

.modal-quick-view .product-image-wrapper .caption-product-list{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 15;
    padding: 0;
    pointer-events: all;
}

.modal-quick-view .product-image-wrapper .caption-brand{
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    pointer-events: all;
}

.modal-quick-view .product-image-actions{
    display: none;
}