/** Buttons **/

.p-button {
    display: inline-block;
    min-width: 3rem;
    min-height: 3rem;
    position: relative;
    margin: 4px 8px 4px 0;
    padding: 0px;
    box-sizing: border-box;
    appearance: none;
    outline: transparent none;
    text-decoration: none;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    transition: background-color 0.24s ease 0s, border-color 0.24s ease 0s, outline-color 0.24s ease 0s, color 0.24s ease 0s;
    cursor: pointer;
    border-radius: 0;
}

.p-button--with-label {
    padding: 0.6875rem 0.9375rem 0.6875rem 2.4375rem;
}

.p-button--primary.p-button--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(213, 0, 28);
    border-color: rgb(213, 0, 28);
}
.p-button--secondary.p-button--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 54, 57);
    border-color: rgb(50, 54, 57);
}

.p-button--primary:enabled:hover.p-button--theme-light, .p-button--primary:enabled:active.p-button--theme-light, .p-button--primary:not([disabled]):hover.p-button--theme-light, .p-button--primary:not([disabled]):active.p-button--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(152, 0, 20);
    border-color: rgb(152, 0, 20);
}

.p-button--secondary:enabled:hover.p-button--theme-light, .p-button--secondary:enabled:active.p-button--theme-light, .p-button--secondary:not([disabled]):hover.p-button--theme-light, .p-button--secondary:not([disabled]):active.p-button--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 23, 24);
    border-color: rgb(21, 23, 24);
}

.p-button--with-label .p-button__icon {
    left: 0.6875rem;
    top: 0.6875rem;
    transform: translateX(0px) translateY(0px);
}

.p-button--with-label .p-button__icon {
    left: 0.6875rem;
    top: 0.6875rem;
    transform: translateX(0px) translateY(0px);
}

.p-button__icon {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
}

.p-icon {
    display: flex;
    flex-shrink: 0;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    width: 1.5rem;
    height: 1.5rem;
}

.p-icon--size-inherit {
    width: inherit;
    height: inherit;
}

.p-icon--color-inherit {
    fill: currentcolor;
}

.p-button--with-label .p-button__label {
    position: static;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    white-space: normal;
    overflow: visible;
    border: 0px;
    clip: auto;
    clip-path: none;
}
.p-button__label {
    display: block;
    box-sizing: border-box;
}

.p-text--color-inherit {
    color: inherit;
}
.p-text--align-left {
    text-align: left;
}
.p-text--weight-regular {
    font-weight: 400;
}
.p-text--size-small {
    font-size: 1rem;
    line-height: 1.5;
}
.p-text {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Porsche Next", "Arial Narrow", Arial, sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inherit;
    transition: font-size 1ms linear 0s;
    text-decoration: none;
}

.p-button--tertiary:enabled:hover.p-button--theme-light, .p-button--tertiary:enabled:active.p-button--theme-light, .p-button--tertiary:not([disabled]):hover.p-button--theme-light, .p-button--tertiary:not([disabled]):active.p-button--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 23, 24);
    border-color: rgb(21, 23, 24);
}


/* dark theme */

.p-button--tertiary:enabled:hover.p-button--theme-dark, .p-button--tertiary:enabled:active.p-button--theme-dark, .p-button--tertiary:not([disabled]):hover.p-button--theme-dark, .p-button--tertiary:not([disabled]):active.p-button--theme-dark {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}
.p-button--tertiary.p-button--theme-dark {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-color: rgb(255, 255, 255);
}

.p-button--secondary:enabled:hover.p-button--theme-dark, .p-button--secondary:enabled:active.p-button--theme-dark, .p-button--secondary:not([disabled]):hover.p-button--theme-dark, .p-button--secondary:not([disabled]):active.p-button--theme-dark {
    color: rgb(0, 0, 0);
    background-color: rgb(224, 224, 224);
    border-color: rgb(224, 224, 224);
}
.p-button--secondary.p-button--theme-dark {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.p-button--primary:enabled:hover.p-button--theme-dark, .p-button--primary:enabled:active.p-button--theme-dark, .p-button--primary:not([disabled]):hover.p-button--theme-dark, .p-button--primary:not([disabled]):active.p-button--theme-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(152, 0, 20);
    border-color: rgb(152, 0, 20);
}
.p-button--primary.p-button--theme-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(213, 0, 28);
    border-color: rgb(213, 0, 28);
}


/**  PLinks **/


.p-link {
    display: inline-block;
    min-width: 3rem;
    min-height: 3rem;
    position: relative;
    margin: 4px 8px 4px 0;
    padding: 0px;
    box-sizing: border-box;
    appearance: none;
    outline: transparent none;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    transition: background-color 0.24s ease 0s, border-color 0.24s ease 0s, outline-color 0.24s ease 0s, color 0.24s ease 0s;
}

.p-link--primary.p-link--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(213, 0, 28);
    border-color: rgb(213, 0, 28);
    /*color: rgb(255, 255, 255);
    background-color: rgb(50, 54, 57);
    border-color: rgb(50, 54, 57);*/
}

.p-link--primary:hover.p-link--theme-light, .p-link--primary:active.p-link--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(152, 0, 20);
    border-color: rgb(152, 0, 20);
}


.p-link--with-label {
    padding: 0.6875rem 0.9375rem 0.6875rem 2.4375rem;
}

.p-link--with-label .p-link__icon {
    left: 0.6875rem;
    top: 0.6875rem;
    transform: translateX(0px) translateY(0px);
}

.p-link__icon {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
}

.p-link--with-label .p-link__label {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    white-space: normal;
    overflow: visible;
    border: 0px;
    text-indent: 0px;
}

.p-link__label {
    display: block;
    box-sizing: border-box;
}

.p-link--secondary:hover.p-link--theme-light, .p-link--secondary:active.p-link--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 23, 24);
    border-color: rgb(21, 23, 24);
}

.p-link--secondary.p-link--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 54, 57);
    border-color: rgb(50, 54, 57);
}


.p-link--tertiary:hover.p-link--theme-light, .p-link--tertiary:active.p-link--theme-light {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 23, 24);
    border-color: rgb(21, 23, 24);
}

.p-link--tertiary.p-link--theme-light {
    color: rgb(0, 0, 0);
    background-color: transparent;
    border-color: rgb(50, 54, 57);
}

/** dark theme links */

.p-link--primary:hover.p-link--theme-dark, .p-link--primary:active.p-link--theme-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(152, 0, 20);
    border-color: rgb(152, 0, 20);
    /*color: rgb(255, 255, 255);
    background-color: rgb(213, 0, 28);
    border-color: rgb(213, 0, 28);*/
}

.p-link--primary.p-link--theme-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(213, 0, 28);
    border-color: rgb(213, 0, 28);
    /*color: rgb(255, 255, 255);
    background-color: rgb(50, 54, 57);
    border-color: rgb(50, 54, 57);*/
}

.p-link--secondary:hover.p-link--theme-dark, .p-link--secondary:active.p-link--theme-dark {
    color: rgb(0, 0, 0);
    background-color: rgb(224, 224, 224);
    border-color: rgb(224, 224, 224);
}

.p-link--secondary.p-link--theme-dark {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.p-link--tertiary:hover.p-link--theme-dark, .p-link--tertiary:active.p-link--theme-dark {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    /*color: rgb(213, 0, 28);
    background-color: transparent;
    border-color: rgb(213, 0, 28);*/
}

.p-link--tertiary.p-link--theme-dark {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-color: rgb(255, 255, 255);
}



/** Shop **/

.tm-extra-product-options label.tm-epo-element-label, .tm-extra-product-options div.tm-epo-element-label, .tm-extra-product-options p.tm-epo-element-label, .tm-extra-product-options span.tm-epo-element-label {
    font-weight: normal !important;
}

#reviews #comments > h2, #wrapper .meta, .fusion-blog-timeline-layout .fusion-timeline-date, .fusion-body .tribe-block__tickets__registration__tickets__header, .fusion-main-menu .fusion-custom-menu-item-contents, .fusion-rollover .price .amount, .post .post-content, .post-content blockquote, .project-content .project-info h4, .quantity, .quantity .minus, .quantity .plus, .quantity .qty, .review blockquote div, .search input, .sidebar .jtwt, .sidebar .widget .recentcomments, .sidebar .widget_archive li, .sidebar .widget_categories li, .sidebar .widget_layered_nav li, .sidebar .widget_links li, .sidebar .widget_meta li, .sidebar .widget_nav_menu li, .sidebar .widget_pages li, .sidebar .widget_product_categories li, .sidebar .widget_recent_entries li, .title-row, body {
    color: #000;
}

.tm-extra-product-options .tc-active .tc-label-wrap, .tm-extra-product-options li.tmcp-field-wrap.tc-active .tc-label.tm-label, .tm-extra-product-options li.tmcp-field-wrap.tc-active .price.tc-price .amount, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type='radio']:checked ~ .tc-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label input[type='checkbox']:checked ~ .tc-label {
    font-weight: normal !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error, .tm-extra-product-options ul.tmcp-ul-wrap+.tm-error, .tm-extra-product-options .tm-extra-product-options-container>.tm-error {
    font-size: 100% !important;
    font-weight: normal !important;
    margin-top: 4px !important;
    color: #E00000 !important;
}

td.product-name a.tm-cart-edit-options, .tm-cart-edit-options {
    font-size: 1em !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: #D5001C;
}

.woocommerce-info, .woocommerce-message {
    color: #0061BD;
}

.fusion-button_size-large .quantity .minus, .fusion-button_size-large .quantity .plus, .fusion-button_size-large .quantity .qty, .fusion-button_size-large .quantity .tribe-ticket-quantity, .fusion-button_size-large.fusion-body .tribe-events-tickets-rsvp .tribe-ticket.quantity input, .fusion-button_size-large.fusion-button-quantity, .fusion-button_size-large.single-product .product .summary .cart .quantity .minus, .fusion-button_size-large.single-product .product .summary .cart .quantity .plus, .fusion-button_size-large.single-product .product .summary .cart .quantity .qty, .fusion-button_size-large.tribe-events-tickets .woocommerce .quantity input {
    height: 46px;
    width: 46px;
}
.fusion-button_size-large .quantity {
    width: 144px;
}

.tc-price-wrap {
    position: relative;
    top: -1px;
    float: right;
}

.avada-myaccount-user .view-cart a {
    text-transform: none;
}

.hello strong {
    font-weight: normal;
}

dt.tm-final-totals {
    margin-top: 1em !important;
}

dd.tm-options-totals,
dd.tm-final-totals {
    margin-top: -8px !important;
}

/** Checkboxes **/

/* Customize the label (the container) */
.check {
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
    /* background-color: #fff; */
}

.check input:checked ~ .checkmark {
    background-color: #333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 7px;
    top: 1px;
    width: 8px;
    height: 17px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*** radio ***/

.radio {
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.radio input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
    background-color: #fff;
}

.radio input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.radio .checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 13px;
    height: 13px;
    background: #333;
    border-radius: 100%;
}

#rent-the-simulator {
    background: #000;
    color: #fff;
    padding: 40px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

#rent-the-simulator * {
    box-sizing: border-box;
}

#rent-the-simulator h2 {
    color: #fff;
    text-align: center;
    font-size: 30px !important;
}
#rent-the-simulator h3 {
    color: #fff;
    font-size: 20px !important;
    margin-bottom: 20px;
}

#rent-the-simulator .left {
    float: left;
    width: 50%;
}
#rent-the-simulator .right {
    float: right;
    width: 50%;
}
#rent-the-simulator:after {
    content: "";
    display: block;
    clear: both;
}

#rent-the-simulator .field {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    position: relative;
    width: calc(50% - 2em);
}
#rent-the-simulator input {
    height: 40px;
    padding: 20px;
    margin: 0 0 20px 0;
    background: #000;
    border: 1px solid #c0c0c0;
    color: #fff;
    width: 98%;
    font-size: 15px;
}

#rent-the-simulator input.invalid {
    border-color: #B40925;
    margin-bottom: 30px;
    position: relative;
}
#rent-the-simulator .error-message {
    position: absolute;
    left: 0;
    bottom: 11px;
    font-size: 14px;
    color: #e00000;
    font-weight: normal;
}

#rent-the-simulator .check .error-message {
    top: 32px;
}

#rent-the-simulator input:invalid,
#rent-the-simulator input:-moz-submit-invalid,
#rent-the-simulator input:-moz-ui-invalid {
    box-shadow: none;
}

#rent-the-simulator hr {
    border: 0 none;
    background: #c0c0c0;
    height: 1px;
    margin: 40px 0 30px 0;
}

/* Customize the label (the container) */
#rent-the-simulator .check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
#rent-the-simulator .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#rent-the-simulator .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #000;
    border: 1px solid #c0c0c0;
}

#rent-the-simulator .invalid .checkmark {
    border-color: #B40925;
}

/* On mouse-over, add a grey background color */
#rent-the-simulator .check:hover input ~ .checkmark {
    /* background-color: ; */
}

#rent-the-simulator .check input:checked ~ .checkmark {
    background-color: #e3e3e3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#rent-the-simulator .check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#rent-the-simulator .check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#rent-the-simulator .check .checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#rent-the-simulator select option {
    color: #666;
}

#rent-the-simulator select::-ms-expand {
    display: none;
}

#rent-the-simulator select:focus::-ms-value {
    background-color: transparent;
}


#rent-the-simulator input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}
#rent-the-simulator input[type="date"]:focus:before,
#rent-the-simulator input[type="date"]:valid:before {
    content: "";
}

#rent-the-simulator .check_options {
    display: none;
    font-size: 23px;
    vertical-align: baseline;
}
#rent-the-simulator .check_options input {
    width: 90px;
    height: 40px;
    padding: 0 10px;
    vertical-align: baseline;
    margin-left: 36px;
}

.p-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.t-icon {
    display: block;
    font-size: 42px;
    position: relative;
    height: 11px;
    font-style: normal;
    float: left;
    line-height: 19px;
    margin-right: 4px;
    font-weight: 100;
}

#rent-the-simulator .check.invalid {
    height: 46px;
}


.porsche-select {
    position: relative;
    width: calc(50% - 2em);
    display: inline-block;
    margin-bottom: 1em;
}

.porsche-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #ffffff;
    color: #000000;
    width: 98%;
}

/*style the arrow inside the select element:*/
.select-selected .icon {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 0 none;
    background: black;
    transition: transform .2s ease-in-out;
}

.select-selected .icon:before {
    content: "";
    position: absolute;
    top: -14px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0 none;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active .icon {
    transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #000000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 98%;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover {
    background-color: rgb(213, 0, 28);
    color: #fff;
}
.select-items div.same-as-selected {
    background-color: #fff;
    color: rgb(213, 0, 28);
}

.page-security form {
    margin: 0 auto;
    width: 320px;
}
.page-security form label {
    font-size: 0.9em;
    margin-top: 1em;
}
.page-security form fieldset {
    border: 1px solid #e0e0e0;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.page-security form fieldset input[type=email],
.page-security form fieldset input[type=text],
.page-security form fieldset input[type=password] {
    font-family: "Porsche Next";
    padding: 6px 12px;
    border: 1px solid #c3c3c3;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
    outline: 0 none;
    box-shadow: none;
}

.page-security form fieldset .field.checkbox {
    margin-top: 12px;
}

.page-security form a {
    color: #d5001c;
    text-decoration: none;
}
.page-security form a:hover {
    color: #000;
    text-decoration: underline;
}

.page-security .form-message {
    margin: 0 auto 1em;
    width: 320px;
    text-align: center;
    color: #d5001c;
}

ol.shop-order {
    border-top: 1px solid #303030;
    margin-bottom: 1em;
}
ol.shop-order > li {
    padding: 10px 0;
    border-bottom: 1px solid #303030;
    display: flex;
    list-style: none;
    justify-content: flex-start;
}
ol.shop-order > li .quantity {
    color: #fff;
    text-align: right;
    display: block;
    width: 40px;
}
ol.shop-order > li em {
    color: #606060;
    width: 30px;
    text-align: center;
    display: block;
}
ol.shop-order > li .pos {
    flex-grow: 1;
}
ol.shop-order > li .pos .sim {
    font-weight: bold;
}
ol.shop-order > li .option {
}
ol.shop-order > li .option li {
    display: block;
    font-size: 0.9em;
    padding: 1px 0;
    line-height: 100%;
}
ol.shop-order li .action {
    align-self: end;
}
