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/gui/_woo_extra_options.scss
.tm-extra-product-options .tm-epo-field-label {
    font-size: 16px;
    font-weight: $font-weight-normal;
    line-height: 27px;
    color: var(--porto-primary-color);
}

.tm-collapse {
    background-image: none;
    background-color: transparent;
    border: 1px solid var(--porto-widget-bc);
    padding: 0;

    .tm-section-label {
        background: var(--porto-gray-1);
        padding: 10px 15px;

        .tm-arrow {
            #{$right}: 10px;
            #{$left}: auto;
        }
    }

    .tm-collapse-wrap {
        padding: 15px;
        margin: 0;
    }
}

.tm-description {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 5px 0 0;
}

.tm-box {
    padding: 10px 15px;
    margin: 15px 0 0;
    border: 1px solid var(--porto-gray-5);
}

.tm-epo-totals {
    padding-top: 0;
}

.tm-extra-product-options-totals {
    margin-bottom: 0;

    dt {
        margin-top: 10px;
    }

    dt,
    dd {
        margin-bottom: 5px;
    }

    .amount {
        &.options,
        &.subscription-fee,
        &.final {
            font-weight: $font-weight-semibold;
            line-height: 1;
        }

        &.options,
        &.subscription-fee {
            font-size: 2em;
        }

        &.final {
            font-size: 2.5714em;
            color: var(--porto-primary-color);
        }
    }
}

.tm-cart-edit-options {
    font-size: 11px;
    margin-#{$right}: 10px;
    margin-#{$left}: auto;
}

.tm-button {
    box-shadow: none;
}