
/* Quick View */
.quickview-wrap {
    width: 900px;
    padding: 15px;

    @media #{$screen-normal} {
        width: 550px;
    }

    @media #{$screen-medium} {
        width: auto;
        &.skeleton-body {
            width: calc( 100vw - 40px );
        }
    }

    @media #{$screen-small} {
        padding: 0;
        .row {
            margin-left: 0;
            margin-right: 0;
        }
        .summary-before,
        .summary {
            padding-left: 0;
            padding-right: 0;
        }
    }

    .product {
        .summary-before,
        .entry-summary {
            margin-bottom: 0;
        }

        @media #{$screen-normal} {
            .summary-before {
                margin-bottom: 30px;
            }
        }
    }
    .product-image-slider.owl-carousel {
        overflow: hidden;
    }

    .woocommerce-product-rating:after {
        content: none;
    }

    .variations_form:not(.vf_init) .reset_variations {
        display: none
    }
}

.quickview-wrap .summary {
    .added_to_cart {
        font-size: .8em;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
        margin-#{$left}: .5rem;
    }
    .single_add_to_cart_button {
        &.loading {
            pointer-events: none;
            opacity: .75;
        }
    }
    .porto-loading-icon {
        position: static;
        width: 25px;
        height: 25px;
        margin: .5em;
    }
}