body {
    font-family: inter, sans-serif;
    font-weight: 400;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
    font-size: 12px !important;
    padding: 0px !important;
    height: 30px !important;
}

input,
select,
textarea {
    font-family: inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
input[type="search"]{
    max-width: none;
}

select {
    border: 1px solid #d0d0d0 !important;
    border-radius: 2px;
}

/*------------------*/
/*- FRAMEWORK ------*/

/*- LAYOUT -*/
.cda-row {
    display: flex;
    padding: 0 10px 10px;
}

.cda-col {
    padding: 10px;
    flex-grow: 1;
}

/*- SPACING -*/
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

/*- FONTS -*/
.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-25 {
    font-size: 25px !important;
}

/*- TOOLS/NODES -*/
.rounded {
    border-radius: 3px;
}

.badge {
    display: inline-block;
    padding: .3125rem .65em;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem;
}

.cda-card {
    padding: 10px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}

/*- COLORS -*/
.bg-gray-100 {
    background: #f7f7f7;
}

.bg-red-700 {
    background: #D9262A !important;
}

.bg-white {
    background: #fff;
}

.text-gray-100 {
    color: #f7f7f7;
}

.text-body {
    color: #707070;
}

.text-red-700 {
    color: #D9262A;
}

.text-white {
    color: #fff;
}

/*LAYOUTS*/
.contain-440 {
    max-width: 440px;
    margin: auto;
}

.justify-end {
    justify-content: flex-end;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.term-description {
    color: #fff;
}

.woocommerce-info {
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d0d0d0;
}

.jet-audio--fa5-compat .mejs-controls .mejs-button>button {
    font-family: "Font Awesome 6 Pro" !important;
}

/*-------------------*/
/*- BUTTONS ---------*/
.button {
    border-radius: 2px;
}

.button.view {
    border: 1px solid #D9262A;
    color: #D9262A !important;
    background: #fff;
}

.button.view:hover {
    background: #D9262A;
    color: #fff !important;
}

.button.btn-outline-primary {
    background: #fff;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9262A;
    color: #D9262A !important;
    display: block;
    font-size: 9px !important;
    font-weight: 600 !important;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button.btn-outline-primary:hover {
    background: #D9262A !important;
    color: #fff !important;
}

.button.checkout-button,
.button.add_to_cart_button {
    color: #fff;
}

.added_to_cart {
    display: block;
    border: 1px solid;
    font-family: "termina", "inter", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 4px;
    margin-top: 5px;
    border-radius: 2px;
}

#user_switching_switch_on {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    z-index: 1000;
    width: 120px;
    font-size: 10px;
    padding: 8px;
    text-align: center;
    border-radius: 3px;
}

#user_switching_switch_on a {
    color: #fff;
}


/*-------------------*/
/*- FONT SETTINGS ---*/
.fw-900,
.fw-900 .amount {
    font-weight: 900;
}

.price-heading .variation-period {
    font-size: 60% !important;
}

.cart-collaterals table,
.cart-subtotal,
.tax-total,
.order-total {
    font-family: "inter", sans-serif;
}

#order_review {
    overflow: visible;
    float: right;
}

#order_review .woocommerce-SavedPaymentMethods-saveNew label {
    font-family: "inter", sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 12px;
}

.announcement a {
    color: #ffcc00;
    text-decoration: underline;
}

.announcement a:hover {
    color: #fff;
}

/*---------------------------*/
/*- LOGIN and REGISTER FORM -*/
.register-form .button {
    width: 100%;
    font-size: 10px;
    padding: 10px;
}

.jet-register__wrapper .password-visibility__icon {
    top: calc(50% - 20px);
}

/*--------------------*/
/*- TESTIMONIAL ------*/
.testimonial-discord .elementor-widget-container {
    background: #2C2F33;
    padding: 40px;
    border-radius: 4px;
}

.testimonial-discord p {
    color: #fff !important;
}

.testimonial-discord .elementor-blockquote__author {
    color: #7289DA !important;
}

/*--------------------*/
/*- BIG SEARCH -------*/
#header-search input[type="search"] {
    width: 600px;
}

.elementor-widget-search-form input {
    max-width: none;
    border: none !important;
    height: auto;
}

#dgwt-wcas-search-input-1.dgwt-wcas-search-input {
    max-width: none !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

/*--------------------*/
/*- PRICING TABLE ----*/
.subscription-details {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.price-table .variation-period {
    font-size: 14px;
    font-weight: normal;
}

.price-inline .woocommerce-Price-amount {
    display: inline !important;
}

/*--------------------*/
/*- AFFILIATE --------*/
.afwc_reg_field_wrapper {
    margin-bottom: 20px !important;
}

/*--------------------*/
/*- STORY ------------*/
.story {
    color: #333;
    font-size: 18px;
    line-height: 1.4;
}

.story img {
    display: block;
}

.story ul li,
.story ol li {
    margin-bottom: 2px;
}

.story hr {
    display: block;
    margin: 40px auto 40px;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor).story figure {
    margin-bottom: 30px;
}

.story blockquote {
    font-family: "termina", "inter", sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.story .wp-block-image {
    display: block;
    clear: both;
    margin: 30px 0 !important;
    border: 1px solid #d0d0d0;
}

.story .wp-block-group.has-background {
    padding: 30px 30px 20px;
}

.story .wp-block-group .wp-block-group__inner-container>h2,
.story .wp-block-group .wp-block-group__inner-container>h3,
.story .wp-block-group .wp-block-group__inner-container>h4 {
    margin-top: 0;
}

.story.invert blockquote {
    color: #fff;
}

.story pre {
    padding: 10px 20px;
    border-radius: 4px
}

.story code {
    color: #333;
    background-color: #f3f3f3;
    border-radius: 4px;
    font-weight: normal;
    font-family: monospace;
}

.story a {
    color: #D9262A;
}

.story a:hover {
    color: #000;
}

.story.invert a {
    color: #ff2614;
    text-decoration: underline;
}

.story.invert a:hover {
    color: #fff;
}

.story .button {
    color: #fff;
}

.story table th {
    text-align: center;
}

.story .small {
    font-size: 80%;
}

/*-----------*/
/*- HEADERS -*/
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
    font-family: inter, sans-serif;
    font-weight: 900;
}

.story h1 strong,
.story h2 strong,
.story h3 strong,
.story h4 strong,
.story h5 strong,
.story h6 strong {
    font-weight: 900;
}


.story h2,
.story h3 {
    margin-top: 46px;
}

.story .elementor-widget-container>h2 {
    margin-top: 0 !important;
}

.story h2 {
    margin-bottom: 26px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2em;
    color: #000;
}

.story h3 {
    font-size: 24px;
}

.story h4 {
    font-size: 22px;
}

.story h5 {
    font-size: 18px;
    font-weight: bold;
}

.story h4,
.story h5,
.story h6 {
    font-family: inter, sans-serif !important;
    text-transform: none !important;
    margin-top: 26px
}

.story.invert h1,
.story.invert h2,
.story.invert h3,
.story.invert h4,
.story.invert h5,
.story.invert h6 {
    color: #fff;
}

.story .wp-block-image {
    border: none;
}

.story .wp-block-image img {
    border-radius: 4px;
}

.story .price-table a {
    text-decoration: none;
}

.story figcaption,
.wp-block-image figcaption {
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
    padding: 5px;
    color: #444;
}

.invert.story figcaption,
.invert.wp-block-image figcaption {
    color: #999;
}

.story .wp-block-button__link {
    margin-bottom: 20px;
    background: #fff;
    color: #FF2614;
    text-decoration: none !important;
    border: 1px solid;
    border-radius: 2px !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
}

.story .wp-block-button__link:hover {
    color: #fff;
    background: #FF2614;
    border-color: #FF2614;
}

.story .explode-wrapper {
    margin: 60px 0;
    border: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

.story table {
    border: 1px solid #000;
}

.story td,
.story td:not(:last-child),
.story td:last-child {
    border-bottom: 1px solid #000;
}

/*- PRICE LIST -*/
.story .elementor-price-list li {
    list-style: none;
}

.story .elementor-price-list a {
    text-decoration: none;
}


table .product-thumbnail a {
    display: block;
}

table .product-thumbnail img {
    display: block;
    padding: 5px;
    background: #fff;
    border: 1px solid #d0d0d0;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

table .product-price .subscription-details {
    display: block;
    font-size: 8px;
}

.bundled-product-name.bundled_table_item_indent {
    padding: 0;
}

/*- ACCOUNT NAVIGATION ---*/
.woocommerce-MyAccount-navigation {
    font-size: 13px;
}

#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
    display: none !important;
}

table,
.woocommerce .order_details {
    border: none;
}

table th {
    padding: 15px 10px 15px 0;
    border-bottom-width: 1px;
    color: #333333;
    font-family: "Inter", europa, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

table td {
    padding: 15px 10px 15px 0;
    border-bottom-width: 1px;
}

.elementor-element.elementor-products-grid ul.products li.product .onsale {
    padding: 5px 10px;
}

.button,
button {
    font-family: "termina", "inter", sans-serif;
    font-size: 10px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 2px;
}

.product_meta {
    background: none;
    margin: 0;
    padding: 0;
}

.woocommerce-product-gallery {
    margin-bottom: 0;
}

.products {
    margin: 0;
}

.products .product {
    background: none;
}

.products .img-wrap {
    margin: auto;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message {
    margin-bottom: 20px;
}

.woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #2F80ED;
    border: 1px solid #2F80ED;
}

.woocommerce-message a {
    color: #fff;
    text-decoration: underline;
}

.woocommerce-message .button {
    background: #2F80ED;
    color: #fff;
    text-decoration: none;
    display: flex;
    order: 2;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width: 719px) {
    .woocommerce-message {
        flex-direction: column;
    }

    .woocommerce-message .button {
        display: block;
        margin-top: 20px;
    }
}

.woocommerce-notice--success {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #2F80ED;
    border: 1px solid #2F80ED;
}

.products .img-wrap img {
    margin-left: auto;
    margin-right: auto;
}

/*------------------*/
/* SIDEBAR STUFF ---*/
.wcpf-front-element {
    margin-bottom: 0px;
}

.wcpf-heading-label {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "termina", "inter", sans-serif;
    font-size: 10px !important;
}

.wcpf-heading-label:hover {
    color: #D9262A;
}

.wcpf-content {
    margin: 0 !important;
    padding: 10px 0 20px;
}


/*--------------------*/
/* SHOP PAGINATION ---*/
.woocommerce-ordering {
    margin: 0 0 20px;
    width: 100%;
    max-width: 240px;
}

.woocommerce-ordering select {
    text-transform: capitalize;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}

.woocommerce-pagination {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.page-numbers {
    overflow: hidden;
}

.page-numbers li {
    float: left;
    font-weight: bold;
    margin: 0 10px 10px 0;
    text-align: center;
}

.page-numbers span,
.page-numbers a {
    display: block;
    padding: 10px 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.04);
    min-width: 50px;
}

.page-numbers a:hover {
    border-color: #000;
}

.page-numbers span {
    color: #FF2614;
    border-color: #FF2614;
}

/*-----------------------*/
/* SHOP PAGE - (MERCH) - */
.elementor-product-variable .cart .label {
    background: none;
    color: #fff;
    border: none;
}

.elementor-product-variable .cart .label label {
    color: #fff;
}

.single_variation_wrap a {
    color: #FF2614 !important;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.variations_form .reset_variations{
    background: no-repeat;
    color: #fc0;
    padding: 0;
}
.single_variation_wrap a:hover {
    color: #fff;
}
.product-gallery #gallery-1 img {
    border: none !important;
}

/*------------------*/
/* BUNDLE WIDGET ---*/
#buy .bundled_products,
#buy .bundled_product {
    display: none;
}

#buy .bundle_button {
    display: flex;
    flex-wrap: nowrap;
}

#buy .cart.bundle_data {}

#buy .bundle_button .quantity input {
    margin: 0;
}

#buy .bundle_button .button {
    flex-basis: 100%;
    height: 40px;
}

#laptimes .cart.bundle_data {
    display: none;
}

#laptimes .bundled_products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}

#laptimes .bundled_products .product {
    float: none !important;
    width: calc(((100% / 12) * 4) - 20px);
    background: #fff;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 0;
}

.bundled_product_title {
    display: none;
    margin: 0;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    font-size: 10px;
    font-weight: 600;
}

.bundled_product_title span {
    display: inline;
}

.bundled_product_title .item_qty,
.bundled_product_title .item_suffix,
.bundled_product_title .bundled_product_title_link {
    display: none;
}

.bundled_product_excerpt {
    display: none;
}

.bundled_products .cart {
    display: none;
}

.lap-times th:nth-child(2n),
.lap-times td:nth-child(2n) {
    text-align: right;
}

.lap-times.iracing-lap-times th:nth-child(1),
.lap-times.iracing-lap-times td:nth-child(1) {
    text-align: center;
}

.lap-times.iracing-lap-times th:nth-child(2),
.lap-times.iracing-lap-times td:nth-child(2) {
    text-align: left;
}

.lap-times.iracing-lap-times th:nth-child(3),
.lap-times.iracing-lap-times td:nth-child(3) {
    text-align: right;
}

.lap-times.iracing-lap-times td:nth-child(3) {
    font-family: roboto-mono, monospace;
}

.bundle-list .products.bundled_products.columns-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bundle-list .products.bundled_products.columns-3 .bundled_product_summary {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    margin: 0;
    padding: 0 10px 20px;
    width: 33%;
}

.bundle-list .bundled_product_summary .bundled_product_images {
    display: block;
    width: 60px !important;
    padding: 8px;
    vertical-align: middle;
    background: #fff;
    border-radius: 100px
}

.bundle-list .bundled_product_images.images img {
    display: block;
}

.bundle-list .details {
    border: none;
    display: none;
}

.bundle-list .bundled_product_title.product_title {
    padding: 0;
    margin: 0;
    border: none;
}

.bundle-list .cart {
    display: none;
}

/*Bundle product list*/
.bundle-list .bundled_product_title {
    display: block;
}

/*------------------*/
/* CART ------------*/
.woocommerce {
    overflow: hidden;
}

.eh_payapal_express_checkout_button {
    display: none !important;
}

.cart_totals {
    width: 100%;
    clear: both;
    float: none;
    border: 1px solid #d0d0d0;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}

.cart-collaterals table {
    margin: 0;
}

.woocommerce-cart-form {
    float: left;
    width: calc(((100% / 12) * 9) - 20px);
    margin-right: 20px;
}

.woocommerce-cart-form__contents .actions {
    padding: 10px;
    background: rgba(0, 0, 0, 0.03);
}

table .product-quantity .quantity {
    max-width: 80px;
}

.woocommerce-cart-form__contents .actions input {
    border: none;
}

.woocommerce-cart-form__contents .button {
    background: #fff;
    font-size: 10px;
    height: 36px;
}

table tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/*------------------*/
/* CART COLLATERALS */
.cart-collaterals {
    display: flex;
    flex-direction: column;
    width: calc(((100% / 12) * 3));
}

.cart-collaterals h2 {
    display: none;
    color: #000;
    font-size: 14px;
    font-weight: 900;
}

.cart-collaterals table th {
    text-align: right;
    border: none;
    padding: 0;
    color: #FF2614;
}

.cart-collaterals table td {
    text-align: right;
    border: none;
    padding: 0 0 20px;
    color: #000;
}

.cart-collaterals table .cart-subtotal th,
.cart-collaterals table .tax-total th {
    /*color: #999;*/
}

.cart-collaterals table .order-total td .amount,
.order-total .woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 900;
}

.cart-collaterals .cart_totals .button {
    display: block;
    padding: 10px;
}

/* CART RECURRING TOTALS */
.cart-collaterals .recurring-totals {
    background: none;
}

.cart-collaterals .recurring-totals th {
    border-top: 1px solid #ddd;
    color: #000;
    padding: 15px 0;
}

/* UPSELLS / CROSS SELLS */
.cross-sells {
    order: 2;
}

.cross-sells>h2 {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-family: "inter", europa, sans-serif;
    font-weight: 600;
    text-transform: none;
}

.cross-sells .products .product {
    text-align: left;
    float: none;
    width: 100%;
    padding: 10px;
    margin: 10px 0 0;
    background: #fff;
    border-radius: 2px;
    max-width: none;
    border: 1px solid #d0d0d0;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.04);
}

.cross-sells .img-wrap {
    display: none;
}

.cross-sells .woocommerce-loop-product__title {
    display: block;
    font-family: "inter", europa, sans-serif;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

.cross-sells .products .product .price {
    color: #D9262A;
    font-size: 12px;
    text-decoration: none;
}

.cross-sells .products .product .button {
    background: none;
    padding: 0;
    text-decoration: underline;
    color: #D9262A;
    font-family: "inter", europa, sans-serif;
    text-transform: none;
    font-size: 12px;
}

.cross-sells .products .product .button:hover {
    color: #000;
}

/*-----------*/
/* TAX STUFF */
.form-row.location_confirmation.terms {
    margin-bottom: 10px !important;
    padding: 10px !important;
    background: #e5e5e5;
    border-radius: 4px;
}

#order_review .form-row.terms label span {
    text-transform: none;
    font-family: "inter", europa, sans-serif;
    letter-spacing: 0;
    text-align: left;
}

.woocommerce-price-suffix {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.tax-total small {
    display: block;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    font-family: "inter", sans-serif;
}

#woocommerce_eu_vat_number-description {
    display: block;
    font-size: 14px;
    max-width: 490px;
}

/*---------------*/
/* CHECKOUT PAGE */
#coupons_list {
    padding: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
}

#coupons_list h3 {
    font-size: 10px;
    margin-bottom: 10px;
}

/*---------------------*/
/*- COUPON ------------*/
.woocommerce-remove-coupon {
    font-size: 10px;
    color: #888 !important;
}

.woocommerce-remove-coupon:hover {
    color: var(--e-global-color-primary) !important;
}

.checkout_coupon {
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d0d0d0;
    overflow: hidden;
}
.checkout_coupon label,
.checkout_coupon br{
    display: none;
}

.checkout_coupon p:first-child {
    display: block;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #333;
}

button[name="apply_coupon"] {
    height: 36px;
    font-size: 10px;
}

.coupon #coupon_code {
    width: 100%;
    max-width: none;
}

.actions .coupon {
    display: flex;
    flex-direction: row;
}

.actions .coupon .button {
    box-shadow: none;
    border: 1px solid #D9262A;
    color: #D9262A;
    margin: 5px 0 0;
    width: 70%;
}

.coupon .button:hover {
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: #fff;
}

button[name="update_cart"] {
    box-shadow: none;
    border: 1px solid #D9262A;
    color: #D9262A;
}

button[name="update_cart"]:hover {
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: #fff;
}

/*-----------------*/
/*- SMART COUPONS -*/
.wt-single-coupon,
.wt-single-coupon span,
.wt-single-coupon div,
.wt-single-coupon code {
    font-family: inter, sans-serif !important;
}

.wt-single-coupon {
    margin: 0 10px 10px 0;
    border-radius: 3px;
    padding: 0;
    width: auto;
    height: auto;
    max-width: 300px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.wt-single-coupon.ticket_style .discount_type {
    font-size: 12px;
    font-weight: 600;
}

.wt-single-coupon.ticket_style .wt-coupon-amount {
    border: 1px dotted #2f80ed;
    border-radius: 3px;
    background: #fff;
    padding: 14px 8px;
}

.ticket_style .wt-coupon-amount span.amount {
    font-family: termina, inter, sans-serif !important;
    font-weight: 900;
    font-size: 20px;
}

.wt-coupon-code code {
    border: 1px solid #2f80ed;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    margin: 0;
    color: #2f80ed;
    font-weight: 500;
    font-size: 12px;
}

#customer_details .woocommerce-account-fields {
    margin-top: 20px;
}

.create-account {
    max-width: 500px;
    border: 1px solid #868F98;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
}

.cda-checkout .woocommerce .login {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
    margin: 10px 0px 20px;
    max-width: none;
}

.woocommerce-account-fields #account_password_field {
    margin-bottom: 0 !important;
}

.col2-set h3 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
}

.form-row {
    margin-bottom: 20px;
    clear: both;
}
.form-row br{
    display: none;
}

.form-row-wide {
    clear: both;
}

.address-field#billing_address_1_field,
.address-field#shipping_address_1_field {
    margin-bottom: 0;
}

.address-field#billing_address_1_field input,
.address-field#shipping_address_1_field input {
    border-bottom-width: 0;
}

.form-row.form-row-wide.mailchimp-newsletter {
    margin: 20px 0px 0px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    max-width: 500px;
    padding: 5px 10px 8px;
    background: #fff;
}

.form-row.form-row-wide.mailchimp-newsletter input,
.form-row.form-row-wide.mailchimp-newsletter label {
    display: inline;
}

.col2-set .col-2 {
    margin-top: 40px;
}

.col2-set textarea {
    max-width: 500px;
    height: 200px;
}

.optional {
    color: #999;
    margin-left: 10px;
}

/*ERROR MESSAGING*/
.woocommerce-error {
    margin-bottom: 10px;
}

.woocommerce-error li {
    color: #333;
    font-size: 12px;
    padding: 8px;
    background: #FFFFDC;
    border: 1px solid #FFD53C;
    border-radius: 3px;
}

.woocommerce-error strong {
    color: #D9262A;
}

.about_paypal {
    display: none;
}

.payment_method_stripe>p {
    display: none;
}

/*------------------*/
/*- SHIPPING -------*/
.shipping_address {
    margin-bottom: 20px;
}

.woocommerce-shipping-destination {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 10px;
    margin: 5px 0;
    font-size: 12px;
    text-align: left;
}

.shipping-calculator-button {
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    background: #f1f1f1;
    border-radius: 2px;
    color: #333 !important;
    font-weight: bold;
    font-size: 10px;
}

.shipping-calculator-button:hover {
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: #fff !important;
}

.woocommerce-shipping-totals.shipping th {
    vertical-align: top;
}

.woocommerce-shipping-methods li {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 5px;
    display: flex;
    text-align: left;
}

.woocommerce-invalid-required-field input {
    border: 1px solid #D9272A !important;
    box-shadow: 0px 0px 4px rgba(255, 0, 0, 0.2);
}

.woocommerce-shipping-methods li:last-child {
    margin: 0;
}

.woocommerce-shipping-methods li input {
    margin: 2px 6px 0 0;
    padding: 0 !important;
}

.woocommerce-shipping-methods li label {
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 12px;
    display: inline-block;
}

.woocommerce-shipping-fields h3 {
    vertical-align: middle;
    margin-top: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    max-width: 500px;
    padding: 5px 10px 8px;
    background: #fff;
}

.woocommerce-shipping-fields h3 label {
    color: #333333;
    font-family: "Inter", europa, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
}

.woocommerce-shipping-fields h3 span {
    display: inline-block;
    vertical-align: middle;
}

/*SHIPPING FORM rip*/
.shipping-calculator-form .form-row {
    text-align: left;
    margin: 0 0 10px !important;
}

.shipping-calculator-form .button {
    font-family: inter, sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px !important;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #D9262A;
    color: #D9262A !important;
    font-weight: bold;
    font-size: 10px;
    width: 100%;
}

.shipping-calculator-form .button:hover {
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: #fff !important;
}


/*------------------*/
/* Checkout Loader */
.woocommerce-checkout .blockUI.blockOverlay,
.woocommerce-cart .blockUI.blockOverlay {
    background-image: url('https://coachdaveacademy.com/wp-content/uploads/2021/12/Fading-fountain.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}

.woocommerce-checkout .blockUI.blockOverlay,
.woocommerce-cart .processing .blockOverlay {
    background-image: url('https://coachdaveacademy.com/wp-content/uploads/2021/12/Fading-fountain.gif') !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
}

/*------------------*/
/* Checkout page processing spinner */
.woocommerce-checkout.processing .blockUI.blockOverlay {
    background-image: url('https://coachdaveacademy.com/wp-content/uploads/2021/12/Fading-fountain.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}

/*------------------*/
/* RECURRING TOTALS */
.recurring-totals {
    background: #000;
}

.recurring-totals th {
    text-align: center;
    color: #fff;
}

.order-total.recurring-total th,
.order-total.recurring-total td {
    vertical-align: top;
}

.first-payment-date {
    font-family: inter, sans-serif;
    font-size: 12px;
}

/*-----------------*/
/* PAYMENT OPTIONS */
#payment ul.payment_methods li img.ppcp-card-icon {
    vertical-align: middle;
}

/*--------------*/
/* ORDER REVIEW */
.woocommerce-order {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#order_review .shop_table {
    margin-bottom: 0;
}

.woocommerce-checkout-review-order {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}

.woocommerce-checkout-review-order table thead {
    display: none;
}

.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td {
    padding: 5px 0 0;
}

.woocommerce-checkout-review-order .cart_item td {
    background: none;
    color: #595959;
    padding: 10px;
}

.woocommerce-checkout-review-order .cart_item .product-total {
    text-align: right;
}

.woocommerce-checkout-review-order table {}

.woocommerce-checkout-review-order tfoot th {
    font-size: 10px;
    padding: 10px;
}

.woocommerce-checkout-review-order .recurring-totals {
    background: #f0f0f0;
    color: #333;
}

.woocommerce-checkout-review-order .recurring-totals th {
    color: #333 !important;
}

.woocommerce-checkout-review-order tfoot td {
    font-size: 14px;
    padding: 10px;
    text-align: right;
}

.woocommerce-checkout-review-order tfoot tr.cart-subtotal {
    font-size: 12px;
}

.woocommerce-checkout-review-order tfoot tr.order-total td {
    color: #333;
    font-size: 14px;
}

.woocommerce-checkout-review-order .bundled_table_item {
    display: none;
}

#order_review .form-row {
    padding: 15px;
}

#order_review .payment_methods li {
    border-bottom: 1px solid #fff;
}

#order_review #payment {
    background: rgba(0, 0, 0, 0.05);
}

#order_review .payment_methods li {
    padding: 15px;
}

#order_review .payment_box {
    border-radius: 3px;
    padding: 20px;
}

.woocommerce-privacy-policy-text {
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

#order_review #payment .button {
    padding: 15px;
}

/* PAYPAL FORM */
#ppc-button {
    padding: 20px !important;
}

/* STRIPE FORM */
.payment_method_stripe fieldset {
    margin: 0;
}

#order_review .payment_method_stripe .form-row {
    margin: 8px 0 0;
    padding: 0;
    width: 100%;
}

.wc-stripe-elements-field {
    border-radius: 2px;
    margin: 0;
    padding: 10px;
}

.woocommerce-SavedPaymentMethods-new,
.woocommerce-SavedPaymentMethods-token {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 2px;
    margin: 10px 0 0;
    padding: 10px !important;
}

.woocommerce-SavedPaymentMethods-new:hover,
.woocommerce-SavedPaymentMethods-token:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.checkbox,
.form-row input+label {
    letter-spacing: 0;
}

/* SEPA FORM */
#stripe-sepa_debit-payment-data p {
    font-size: 12px;
}

#stripe-sepa_debit-payment-data>p {
    font-weight: bold;
}

.wc-stripe-sepa-mandate {
    margin-bottom: 10px !important;
}

#stripe-sepa_debit-payment-data .form-row {
    padding: 0;
}

#stripe-sepa_debit-payment-data br {
    display: none;
}


/* SELECT2 DROPDOWN */
.select2-container--default .select2-selection--single {
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    height: 38px;
    padding: 3px 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

/*----------------------*/
/*- CHECKOUT -----------*/
.download-file .button {
    font-size: 10px;
}

.woocommerce-order-details,
.woocommerce-order-downloads {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    margin-top: 30px;
    padding: 20px;
}

.woocommerce-customer-details,
.woocommerce-order-overview {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 30px;
    padding: 20px;
}

.woocommerce-order-details__title,
.woocommerce-order-downloads__title,
.woocommerce-column__title,
.woocommerce-order-details header h2 {
    font-size: 12px;
}

.woocommerce-customer-details address {
    font-style: normal;
}

.woocommerce-order-overview strong {
    display: block;
}

.woocommerce-order-details p{
    float: right;
    margin-bottom: 10px
}
.wt_pklist_invoice_print,
.wt_pklist_invoice_download{
    background-color: #E9ECEF !important;
    color: #000 !important;
    margin-left: 10px;
}
.wt_pklist_invoice_print:hover,
.wt_pklist_invoice_download:hover{
    background-color: #FF2614 !important;
    color: #fff !important; 
}
.order-again{
    display: none;
}
.woocommerce-order-details header{
    clear: both;
}

.woocommerce-table--order-details tfoot td{
    text-align: right
}
.woocommerce .woocommerce-order-overview.order_details{
    border: 1px solid #d0d0d0;
}

.subscription-switch-direction{
    display: none;
}

/*----------------------*/
/*- MY ACCOUNT ---------*/

.woocommerce .woocommerce-notices-wrapper+h2 {
    display: none;
}

.woocommerce .login {
    margin: 60px auto;
    width: 100%;
}

#customer_login {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    float: none;
    margin: auto;
    overflow: hidden;
    padding: 60px 20px;
    width: 1000px;
}

#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
    margin: 0;
    width: 50%;
}

#customer_login .u-column1.col-1 {
    border-right: 1px solid #d0d0d0;
    padding-right: 40px;
}

#customer_login .u-column2.col-2 {
    padding-left: 40px;
}

#customer_login h2 {
    font-size: 20px;
    margin: 0 0 20px;
}

.woocommerce-form-login,
.woocommerce-form-register {
    background: #f5f5f5;
    margin-bottom: 20px;
    max-width: 490px;
    padding: 20px;
}

.woocommerce-form-register {
    background: #fff;
    border: 1px solid #d0d0d0;
}

.woocommerce-ResetPassword {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    margin: 60px auto;
    max-width: 480px;
    padding: 30px;
}

.woocommerce-ResetPassword p {
    margin-bottom: 16px;
}

.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
}

.woocommerce-LostPassword.lost_password {
    margin: 0;
}

.woocommerce-form-register .form-row+p {
    font-size: 12px;
    font-weight: bold;
    margin-top: -15px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
    text-align: left;
}

.woocommerce-form-login__submit {
    display: block;
    width: 100%;
}

#customer_login .woocommerce-form-register__submit {
    background: #fff;
    border: 1px solid #FF2614;
    color: #FF2614;
    display: block;
    width: 100%;
}

#customer_login .woocommerce-form-register__submit:hover {
    background: #FF2614;
    color: #fff;
}

.breadcrumb-wrapper {
    margin-bottom: 20px;
}

.breadcrumb {
    color: rgba(255, 255, 255, 0.45);
    font-family: "inter", europa, sans-serif;
    font-size: 10px;
    letter-spacing: 0.8px;
    overflow: hidden;
    text-transform: uppercase;
}

.breadcrumb-item {
    color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb-item:after {
    content: "/";
    padding-left: 10px;
}

.breadcrumb-item a {
    color: #FF2614;
}

.breadcrumb-item a:hover {
    color: #000;
}

.woocommerce-account .section-title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
}

.woocommerce-account .section-title.large .heading {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-content .woocommerce-order-downloads,
.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-MyAccount-content .woocommerce-customer-details {
    margin: 0 0 30px;
    overflow-x: scroll;
    width: 100%;
}

.woocommerce-orders-table__cell-order-number,
.woocommerce-orders-table__cell-order-status,
.download-remaining {
    text-align: center;
}

.woocommerce-orders-table__cell-order-total,
.product-total {
    text-align: right;
}

.woocommerce-orders-table__cell .amount {
    display: block;
}

.woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

.woocommerce-table .button {
    border-radius: 2px;
    display: block;
    font-size: 10px;
}

.woocommerce-table .download-product a {
    color: #333;
    text-decoration: none;
}

.woocommerce-table .download-file .button {
    padding: 10px;
}

.woocommerce-table .download-file .button:after {
    background: #f4f4f4;
    border-radius: 1px;
    border-radius: 3px;
    color: #999 !important;
    content: "\e880";
    display: inline-block;
    font-family: 'eicons';
    margin: 0 0 0 6px;
    padding: 3px 6px;
}

.woocommerce-table .download-file .button:hover:after {
    background: #333;
    color: #fff !important;
}

.woocommerce-table .download-file .button.alt {
    background: #fff;
    border: 1px solid #ff2614;
    border-radius: 2px;
    color: #ff2614;
}

.woocommerce-table .download-file .button.alt:hover {
    background: #ff2614;
    border-color: #ff2614;
    color: #fff;
}

.woocommerce-table .button.alt {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
    display: block;
}

.woocommerce-table .button.alt:hover {
    background: #ff2614;
    border-color: #ff2614;
    color: #fff;
}

.woocommerce-form-row input+span {
    display: block;
    font-size: 12px;
    font-variant: normal;
}

.woocommerce-table .console_wizard {
    min-width: 100px;
}

.download-remaining {
    display: none;
}

.download-expires {
    display: none;
}

.coach-dave-download-notice-banner {
    text-align: left;
}

.coach-dave-download-notice-banner ul {
    margin-bottom: 0;
    margin-top: 10px;
}

/*--------------------*/
/*- CONSOLE WIZARD ---*/
.console-wizard-container {
    padding: 20px 10px;
}

.console-wizard-container h1 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.console-wizard-container .button {
    color: #fff;
}

.console-wizard-container select {
    border: 1px solid #d0d0d0;
    margin: 0 0 5px;
    max-width: none;
    width: 100%;
}

.setup-banner.notice.small {
    float: right;
    font-size: 12px;
    margin-bottom: 30px;
}

.setup-tabs-content .helper-block {
    background: #f5f5f5;
}

.setup-tabs-content .helper-link {
    font-family: inter, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
    text-transform: none;
}

.setup-tabs-content .helper-link:hover {
    text-decoration: underline;
}

.notice a:hover {
    text-decoration: underline;
}

.setup {
    clear: both;
}

/*delta*/
.delta-upsell {
    background: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 40px;
}

.delta-content {
    padding: 20px 20px 10px;
}

.delta-content>p {
    color: #000;
    margin-bottom: 0 !important;
}

.delta-row {
    display: flex;
    padding: 0 10px 10px;
}

.detla-col {
    flex-grow: 1;
    padding: 10px;
}

.delta-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
}

.delta-cta {
    align-items: center;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.delta-note {
    color: #777;
    font-size: 12px;
}

.woocommerce-account .delta-cta .button {
    background: #fff;
    border: 1px solid #D9262A;
    border-radius: 2px 2px 2px 2px;
    color: #D9262A;
    display: block;
    font-size: 10px;
    font-weight: 600;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.woocommerce-account .delta-cta .button:hover {
    background: #D9262A;
    color: #fff;
}

.woocommerce-account .delta-cta .button.alt {
    border-color: #ccc;
    color: #333;
}

@media only screen and (max-width: 481px) {
    .delta-row {
        flex-direction: column;
    }

    .delta-cta {
        flex-direction: column;
    }

    .woocommerce-account .delta-cta .button {
        margin-bottom: 5px;
        width: 100%;
    }
}

/*- WIZARD TABLE -*/
.setup-tabs-content table {}

.setup-tabs-content table tr {
    border: 1px solid #d0d0d0;
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}

.setup-tabs-content table th {
    background: #f5f5f5;
    color: #000;
    padding: 10px 20px 10px;
    vertical-align: top;
    width: 100%;
}

.setup-tabs-content table td,
.setup-tabs-content table td:last-child {
    border: none;
    padding: 5px;
}

/*- WIZARD NAV -*/
.console-wizard-container .setup-tabs ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.console-wizard-container .setup-tabs ul li {
    background: #fff;
    border: 1px solid;
    border-radius: 0;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    color: #595959;
    cursor: pointer;
    flex-basis: 0;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.console-wizard-container .setup-tabs ul li:hover {
    color: #FF2614;
}

.console-wizard-container .setup-tabs ul li.active {
    background: #fff;
    color: #000;
}

.console-wizard-container .setup-tabs ul li.complete {
    background: #cce5ff;
    color: #004085;
}

/*- WIZARD DATA -*/
.setup-data {
    overflow: hidden;
}

.data-point {
    border: 2px solid #cce5ff;
    border-radius: 3px;
    color: #004085;
    float: left;
    margin: 15px;
    text-align: center;
    transition: all 300ms ease;
    width: calc(50% - 30px);
}

.value-position {
    background: #cce5ff;
    color: #004085;
    display: block;
    font-family: termina, helvetica, arial, sans-serif;
    font-size: 8px;
    font-weight: bold;
    padding: 4px 10px 4px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease;
}

.value-data {
    color: #000;
    display: block;
    font-family: monospace;
    font-size: 16px;
    padding: 6px 10px 6px;
}

.setup-value {
    border: 2px solid #cce5ff;
    border-radius: 3px;
    color: #000;
    font-family: monospace;
    font-size: 16px;
    margin: 15px;
    padding: 6px 10px;
    text-align: center;
    transition: all 300ms ease;
}

.setup-value:hover,
.data-point:hover {
    border-color: #004085;
    transform: scale(1.05);
}

.data-point:hover .value-position {
    background: #004085;
    color: #fff;
}

.setup-tab-actions {
    display: flex;
}

.setup-tab-actions a {
    flex-grow: 1;
}

.setup-tab-actions a {
    padding: 10px;
}

.setup-tab-actions a:first-child {
    margin-right: 5px;
}

.setup-tab-actions a:last-child {
    margin-left: 5px;
}

/*------------------------*/
/*- FOOTER ---------------*/
/*------------------------*/
.footer-menus a:hover {
    text-decoration: underline;
}

.currency-select select {
    background: none !important;
    border: none !important;
    border-radius: 3px;
    color: #CDD2D7;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
}

/* WIZARD RESPONSIVE */
@media only screen and (min-width: 719px) {

    .console-wizard-container {
        padding: 60px 10px;
        margin: auto;
        max-width: 980px;
    }

    .console-wizard-container .setup {
        overflow: hidden;
    }

    .setup-tabs {
        float: left;
        width: calc(((100% / 12) * 3) - 20px);
    }

    .setup-tabs-content {
        float: right;
        width: calc(((100% / 12) * 9));
    }

    .console-wizard-container .setup-tabs ul {
        border: none;
    }

    .console-wizard-container .setup-tabs ul li {
        margin: 0;
        text-align: left;
        border: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        box-shadow: none;
    }

    .console-wizard-container .setup-tabs ul li:first-child {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
    }

    .console-wizard-container .setup-tabs ul li:last-child {
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    }

    .console-wizard-container .setup-tabs ul li.active {
        background: rgba(0, 0, 0, 0.03);
        border-left-color: #000;
    }

    .console-wizard-container .setup-tabs ul li:hover {
        border-left-color: #FF2614;
    }

    .setup-tabs-content table th {
        text-align: left;
    }
}

/*----------------*/
/* FOOTER MENU ---*/
#menu-footer.menu {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "termina", "inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
}

#menu-footer.menu .menu-item {
    text-transform: uppercase;
}

#menu-footer.menu a {
    display: block;
    margin: 0px 5px 10px;
    padding: 10px 10px;
    color: #707070;
    background: #222;
    border-radius: 4px;
}

#menu-footer.menu a:hover {
    color: #FF2614;
}

.footer-menus .menu-item {}

.footer-menus .menu-item a {
    display: block;
    padding: 5px 0;
    color: #d0d0d0;
}

.footer-menus .menu-item a:hover {
    color: #FF2614;
}


/*------------------------*/
/* GLOBAL ACCOUNT STUFF --*/
/*------------------------*/

.woocommerce-MyAccount-navigation {
    padding: 20px;
    background: #f7f7f7;
    margin: 0;
}

.woocommerce-MyAccount-content {
    padding: 20px;
}

/*NAV STYLING*/
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation li,
.woocommerce-MyAccount-navigation li:not(:last-child) {
    border: none;
}

.woocommerce-MyAccount-navigation a {
    padding: 0 !important;
    margin-bottom: 20px;
    text-decoration: none !important;
    color: #555;
}

.woocommerce-MyAccount-navigation a:hover {
    color: #D9262A;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #333;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation-link.is-active a:after {
    float: right;
    content: "\e8c0";
    font-family: 'eicons';
    color: #D9262A !important;
}

.woocommerce-MyAccount-content {
    color: #333;
    font-size: 18px;
}

.woocommerce-account fieldset legend {
    font-family: termina, inter, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

/*SUBSCRIPTION PAGE SPECIFICITY*/
.woocommerce-view-subscription .woocommerce-order-downloads {
    display: none;
}

.coach-dave-download-notice-banner {
    background: #fff3cd;
    border: 1px solid #ffecb5;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
}

/*------------------------*/
/* RESPONSIVE STUFF ------*/
/*------------------------*/

/*DESKTOP*/
@media only screen and (min-width: 719px) {

    /* STORY PRICE LIST */
    .story .explode-wrapper {
        margin: 60px calc((50vw - 400px) * -1) 60px;
    }

    /*------------------*/
    /*- COUPON ---------*/
    .coupon #coupon_code {
        width: 100%;
        max-width: 200px;
    }

    .actions .coupon .button {
        margin: 0 0 0 5px;
    }

    /*-------------------------*/
    /*MY ACCOUNT BIG EXPERIMENT*/
    /*-------------------------*/
    .woocommerce-account .layers-content-main {
        margin: 0;
        padding: 0;
        max-width: none;
    }

    .woocommerce-account .layers-content-main>.grid>.column {
        margin: 0;
        max-width: 100%;
    }

    /*STYLE SETUP*/
    .woocommerce-account .post-header {
        display: none;
    }

    .woocommerce-account .woocommerce {
        display: flex;
    }

    .woocommerce-lost-password.woocommerce-account .woocommerce {
        display: flex;
        flex-direction: column;
        max-width: 520px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .woocommerce-account .button {
        font-size: 10px;
        color: #fff;
        border-radius: 2px;
    }

    .woocommerce-account table {
        font-size: 14px;
    }

    .woocommerce-account table th {
        text-align: center;
    }

    .woocommerce-account table .button {
        margin-left: 5px;
    }

    .woocommerce-account table tfoot {
        background: #f7f7f7;
    }

    .woocommerce-account table tfoot th {
        font-family: "inter", sans-serif;
        text-align: left;
        padding: 10px;
    }

    .woocommerce-account table tfoot td {
        text-align: right;
    }

    /*LAYOUTS*/
    .woocommerce-MyAccount-navigation {
        width: calc(((100% / 12) * 2));
        padding: 40px 20px;
    }

    .woocommerce-MyAccount-content {
        width: calc(((100% / 12) * 10));
        padding: 40px;
        max-width: 1000px;
        margin: 0 auto;
    }

    /*STORY*/
    .alignleft.size-full {
        margin: 0 40px 0 -160px;
        max-width: 60%;
    }
}
}

/*BETWEEN MOBILE LANDSCAPE and TABLET*/
@media only screen and (min-width: 481px) and (max-width: 720px) {

    /*CART LAYOUT*/
    .woocommerce-cart-form .coupon {
        width: 70%;
    }

    .woocommerce-cart-form .coupon #coupon_code {
        max-width: 160px;
    }
}

/*DOWN TO MOBILE*/
@media only screen and (min-width: 481px) {

    .download-lite-filter select {
        width: auto;
    }

    /*BUNDLE LIST*/
    .bundle-list .products.bundled_products.columns-3 .bundled_product_summary {
        width: 100%;
    }

    .bundle-list .bundled_products .bundled_product_summary .bundled_product_images {
        display: inline-block;
        max-width: 60px;
        margin-right: 10px;
    }

    .bundle-list .details {
        border: none;
        display: inline-block;
        vertical-align: middle;
    }

    .form-row-first {
        float: left;
        clear: none;
        width: 240px;
        margin-right: 20px
    }

    .form-row-last {
        float: left;
        clear: none;
        width: 240px;
    }

    /* FOOTER MENU */
    #menu-footer.menu a {
        margin: 0;
        padding: 13px 20px;
        background: none;
    }
}

/*MOBILE LANDSCAPE*/
@media only screen and (max-width: 481px) {

    .section-title.large .heading{
        font-size: 20px !important;
    }

    .hide-mobile {
        display: none;
    }

    .story {
        font-size: 1.6rem;
    }

    .story blockquote {
        font-size: 16px;
        font-weight: 600;
    }

    /*LOGIN*/
    .woocommerce .login {
        margin-bottom: 0;
    }

    #customer_login {
        flex-direction: column;
        justify-content: start;
    }

    #customer_login .u-column1.col-1,
    #customer_login .u-column2.col-2 {
        width: 100%;
        margin: 0 0 20px;
    }

    #customer_login .u-column1.col-1 {
        border-right: none;
        padding: 0;
        margin: 0;
    }

    #customer_login .u-column2.col-2 {
        padding: 0;
        margin: 0;
    }

    /*CART LAYOUT*/
    .woocommerce-cart-form,
    .cart-collaterals {
        width: 100%;
        margin: 0 0 20px;
    }
}

.alpha-jumper {
    position: fixed;
    top: 17vh;
    right: 10px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    padding: 2px 1px;
    border-radius: 4px;
}

.alpha-jumper a {
    color: #888;
    display: block;
    background: #fff;
    border-radius: 2px;
    margin: 1px 2px;
    font-size: 10px;
    width: 18px;
    text-align: center;
    padding: 2px 0;
    font-weight: 600;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.elementor-product-booking .cart {
    flex-direction: column;
}

.elementor-product-booking .cda-bookings-form {
    text-align: left;
}

.leaderboard code {
    background: none;
    padding: 0;
    font-weight: bold;
    color: #333;
}

/*font-family: termina, inter, sans-serif;*/

/**
 * Sidebar Logic
*/
@media(max-width: 481px) {
    .archive .cda-sidebar:not(.expanded) .elementor-element:not(.cda-sidebar-filter) {
        display: none;
    }

    .cda-sidebar:not(.expanded) .cda-sidebar-filter {
        margin-bottom: 0px !important;
    }

    .cda-sidebar.expanded .cda-sidebar-filter .elementor-button {

        background: #fff !important;
        color: var(--e-global-color-accent) !important;
        border: 1px solid var(--e-global-color-accent) !important;
    }

    .cda-sidebar.expanded .cda-sidebar-filter .fas:before {
        content: "\f068";
    }
}

#woocommerce_eu_vat_compliance{
    display: none;
}

.recurring-totals,.recurring-total{
    display: none;
}

.wt-single-coupon.ticket_style .wt-coupon-amount{
    margin: 0 !important;
    padding: 8px !important;
    width: 100% !important;
}
.ticket_style .wt-coupon-amount span.amount,
.wt-single-coupon.ticket_style .wt_sc_coupon_type{
    font-family: inter, sans-serif !important;
    font-size: 15px !important;
}
.wt_sc_single_coupon.ticket_style .wt_sc_coupon_code{
    width: 100% !important;
    text-align: center !important;
}
.wt_sc_coupon_expiry.wt-coupon-expiry{
    font-size: 14px;
    font-weight: bold;
    color: #2f80ed;
}

/* TEMP HIDE COUPON BLOCK */
.wt_coupon_wrapper{
    display: none;
}

/* Frontend YOAST FAQ Styles */

.schema-faq-section {
  margin: 1rem 0;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 4px;
}

.schema-faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: opacity ease 0.25s;
  padding: 20px;
  color: #000;
}

.schema-faq-question:hover {
  color: var( --e-global-color-accent );
}

.schema-faq-question:after {
  width: 16px;
  height: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: 5px;
  vertical-align: top;
  color: inherit;
  content: "+";
}

.schema-faq-question.expanded:after {
  content: "-";
}

.schema-faq-question:hover {
  opacity: 0.75;
}

.schema-faq-answer {
  padding: 0 20px 10px 20px;
  display: none;
}

.schema-faq-answer.default {
  display: block;
}

