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/_plugins.scss
#yith-wcwl-popup-message {
    border-width: 4px 0 0;
    border-color: var(--porto-primary-color);
    font-weight: $font-weight-semibold;
    line-height: 1.5;
    color: var(--porto-body-color);
    padding: 15px 20px;
    width: 250px;
    margin-left: -125px !important;
    background: var(--porto-body-bg);
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active,
a.yith-wcan-onsale-button.active,
a.yith-wcan-instock-button.active,
a.yith-wcan-price-link.active,
ul.yith-wcan-list li.chosen a {
    position: relative;
    padding-#{$left}: 16px !important;
    &:before, &:after {
        content: '';
        position: absolute;
        color: #777;
        top: 50%;
    }
    &:before {
        width: 11px;
        left: 0;
        margin-top: -1px;
        border-top: 1px solid;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    &:after {
        height: 11px;
        left: 5px;
        -webkit-transform: translateY(-50%) rotateZ(45deg);
        transform: translateY(-50%) rotateZ(45deg);
        border-left: 1px solid;
    }
}