HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpamazingsecret/wp-content/themes/porto/scss/theme/shop/_quickview.scss
/* 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;
    }
}