.tickets-price-table del{color:grey}
.woo_discount_rules_table{margin-bottom: 40px; background-color: #555456; color:white; padding: 25px 30px 25px 15px; border-left:6px solid red}
.wdr_td_head_title{display: none}
.woo_discount_rules_table td,
.woo_discount_rules_table th{ padding: 3px 15px}
.woo_discount_rules_table .wdr_td_head_discount{ font-weight: bold}
.wdr_td_body_discount{background-color: red}
body[class*="single-race-calendar"] #page #site-content section.highlights-container article.featured-template--second .content-wrapper .entry-header{height: auto}
#cookie-law-info-bar span {max-width: 1280px; margin: 40px auto; display: block; text-align: left; padding: 0 40px; font-weight: 400 !important; font-family: 'Open Sans'; font-size: 18px !important; line-height: 25px; position: relative;}
#cookie-law-info-bar span span { text-transform: uppercase !important; margin-bottom: 60px; font-weight: 700 !important; font-size: 30px !important; padding-left: 0;}
.extra-padding-bottom { padding-bottom: 34px !important;}
.car-model { font-weight: bold; font-size: 14px; margin-bottom: 10px; display: block; text-transform:uppercase;}
.single-driving-experience .car-model { margin-top:-10px;}
.car-logo { margin-right: 15px; background-color:#000000; display: inherit; max-width:165px; }
.car-logo img { width: 100%; height: auto;}
body.single-driving-experience #page #site-content section.info-container .column-to-inform .wrapper .description .gift-info img{margin-left: -50px}

.supported-by-container {
    position: fixed;
    bottom:-8px;
    left: 0;
    width: 100%;
    padding: 4px 0;
    background-color: rgba(0, 0, 0, 0.97);
    z-index: 9;
}

.supported-by-container span {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
    font-family: 'Tungsten';
    line-height: 50px;
}

.supported-by-container ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

.supported-by-container img {
    height: 45px;
}

.supported-by-container li:not(:first-child) {
    margin-left: 40px;
}

@media (max-width: 600px) {

    .supported-by-container {
        background-color: rgba(0, 0, 0, 0.97);
        padding: 0 0 20px 0;
    }

    .supported-by-container span {
        line-height: 12px;
        margin-left: 20px;
    }
    
    .supported-by-container img {
        height: 25px;
        display: inline;
    }

    .supported-by-container li:first-child {
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }

    .supported-by-container li:last-child {
        padding-right: 10px;
    }
    
    .supported-by-container li:not(:first-child) {
        margin-left: 0;
        padding-left: 15px;
        flex: 1;
        text-align: center;
    }
}

body.single-race-calendar .extra_products_wrap .section-title{
    display: table;
    font-size: 44px;
    padding: 15px 50px 12px 50px;
    text-align: center;
    background: #1d1d1b;
}

body.single-race-calendar .extra_products_wrap .section-title:before{
    content: none;
}

.top-message-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
    padding: 10px 50px;
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.top-message-wrapper.hide{
    top: -200px;
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.top-message-wrapper .top-message{
    font-size: 14px;
    line-height: 1;
    display: block;
}

.top-message-wrapper .close-message{
    position: absolute;
    right: 20px;
    width: 23px;
    height: 22px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-message-wrapper .close-message:before{
    content: " ";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: white;
    cursor: pointer;
}

.top-message-wrapper .close-message i:nth-of-type(1){
    transition-delay: 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    position: absolute;
    width: 13px;
    height: 2px;
    left: calc( 50% - 6px);
    cursor: pointer;
}

.top-message-wrapper .close-message i:nth-of-type(2){
    transition-delay: 0.2s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    position: absolute;
    width: 13px;
    height: 2px;
    left: calc( 50% - 6px);
    cursor: pointer;
}


body.postid-9438 #page #site-content section.info-container .column-to-inform .wrapper header,
body.postid-9440 #page #site-content section.info-container .column-to-inform .wrapper header,
body.postid-9439 #page #site-content section.info-container .column-to-inform .wrapper header {
    background-color:#2a292c !important;
}
body.postid-9438 #page #site-content section.info-container .column-to-inform .wrapper header .time-counter div span:nth-of-type(1),
body.postid-9440 #page #site-content section.info-container .column-to-inform .wrapper header .time-counter div span:nth-of-type(1),
body.postid-9439 #page #site-content section.info-container .column-to-inform .wrapper header .time-counter div span:nth-of-type(1) {
    background-color: red !important;
}

#ticket_names_checkout_field {
    margin-top: 50px;
}

#ticket_names_checkout_field h3 {
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 768px){
    .top-message-wrapper{
        padding: 10px 24px;
    }

    .top-message-wrapper .close-message{
        right: 3px;
        top: 30%;
    }
}
