.delivery_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dlv_sel.col-2 {
    -ms-flex: 0 0 23.3333333%;
    flex: 0 0 23.3333333%;
    max-width: 23.3333333%;
}
.first-menu {
    font-family: 'DINPro-CondBold', 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.nav-font-family > li > a {
    font-family: 'DINPro-CondMedium', 'Open Sans', Arial, sans-serif!important;
    font-size: 18px!important;
    font-weight: 400!important;
}

footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

footer[is-b2c="true"]{
    background: #021529;
    padding: 4rem 1rem;
}
footer[is-b2c="true"] .b2c-footer .legal_text {
    font-size: 8px;
    margin-top: 30px;
}
footer[is-b2c="true"] .b2c-footer .text_copyrights {
    margin-top: 30px;
    font-weight: 600;
}

footer .got-question {
    padding: 60px 0 0 0;
    margin-bottom: 3px;
}

footer .got-question h3 {
    color: #270015;
}

footer .got-question p {
    color: #270015;
    text-align: center;
    font-size: .9em;
}

footer .got-question p a:link,
footer .got-question p a:visited,
footer .got-question p a:active {
    color: #008484;
    font-weight: 600;
    text-decoration: none;
}

footer .got-question p a:hover {
    color: #270015;
    text-decoration: none;
}

footer .got-question .container-fluid {
    background: #fff;
}

footer .got-question .bars {
    transform: skew(-16deg);
}

footer .got-question .bar {
    height: 15px;
    margin-top: 3px;
}

footer .got-question .blue-bar {
    background: #102B4E;
    border-right: 3px solid #fff;
}

footer .got-question .gold-bar {
    background: #C19267;
}

footer .logos {
    padding: 60px 15px;
}

footer .logos div img {
    width: auto;
    height: auto;
    max-width: 230px;
}

footer .footer p {
    margin: 15px 0;
    color: #270015;
    font-size: .8em;
    font-weight: 700;
    letter-spacing: .07em;
}

footer .footer p a:link,
footer .footer p a:visited,
footer .footer p a:active {
    font-weight: 600;
    color: #270015;
    text-decoration: none;
    padding: 0 15px;
}

footer .footer p a:hover {
    color: #008484;
}

footer .footer .socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .footer .socials div {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #270015;
    color: #fff;
    font-size: .8em;
    margin: 0 7px;
    transition: all .4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

footer .footer .socials div:hover {
    color: #270015;
    background-color: #fff;
}

footer .footer .socials img {
    height: 15px;
    width: auto;
    margin: 0;
}

/* FOOTER B2C */
footer .footer-editorial {
    padding: 1rem 0;
    border-bottom: 1px solid #e4e4e4;
}

footer .nav-item {
    padding: 0px 2rem;
}

footer .nav-item .footer-link {
    font-weight: 100;
    letter-spacing: normal;
    text-decoration: none;
    color: #0c0c0e;
}

footer .nav-item .footer-link:hover {
    color: #008484;
}

footer .nav-item .footer-link i.fa-plus:before {
    content: "\f068";
    float: right;
}

footer .nav-item .footer-link.collapsed i.fa-plus:before {
    content: "\f067";
    float: right;
}

footer .footer-container-body {
    padding: 2rem 0;
}

footer .footer-container-body li.nav-footer-title a {
    letter-spacing: normal;
    text-decoration: none;
    color: #0c0c0e;
    text-transform: uppercase;
    pointer-events: none;
    white-space: nowrap;
}

footer .footer-container-body li.nav-footer-title a:after {
    content: "";
    display: block;
    position: relative;
    background-color: #008484;
    min-width: 30px;
    width: 30px;
    height: 4px;
}

footer .footer-container-body #collapseFormula,
footer .footer-container-body #collapseExperience,
footer .footer-container-body #collapseVenueTrackHire,
footer .footer-container-body #collapseHealthFitness {
    padding: .5rem 0;
}

footer .footer-container-body li.nav-footer-title a .fa-plus {
    display: none;
}

footer .footer-container-body .social ul, footer .footer-container-body .apps ul {
    flex-direction: column;
}

footer .footer-container-body .social a i {
    color: #bec0c2;
}

footer .footer-container-body .social a:hover i {
    color: #008484;
}

footer .footer-container-body .social .nav-item, footer .footer-container-body .apps .nav-item {
    padding: .3rem 0;
}

footer .footer-bottom p, footer .footer-bottom a {
    text-decoration: none;
    color: #0c0c0e;
    margin: 0px;
}

footer .footer-bottom a.color-grey {
    color: #9b9b9b;
}

footer .footer-bottom a:hover, footer .footer-bottom a:hover.color-grey {
    color: #008484;
}

footer .footer-bottom {
    background-color: #f5f5f5;
    padding: 18px 0;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
and (orientation: portrait) {
    footer .footer p {
        text-align: center;
    }

    footer .footer .socials {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .footer .socials div {
        margin: 15px 7px;
    }

    footer .footer p a:link,
    footer .footer p a:visited,
    footer .footer p a:active {
        display: inline-block;
    }

    footer .logos {
        display: block;
        text-align: -webkit-center;
    }

    footer .logos div img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    footer .nav-item {
        width: 50%;
        padding: 0px 1rem;
    }

    footer .footer-container-body li.nav-footer-title a {
        pointer-events: initial;
    }

    footer .footer-container-body li.nav-footer-title {
        width: 100%;
    }

    footer .footer-container-body li.nav-footer-title a .fa-plus {
        display: initial;
    }

    footer .footer-container-body .social ul, footer .footer-container-body .apps ul {
        flex-direction: row;
    }

    footer .footer-container-body .apps .nav-item {
        width: 50%;
        padding: 0px 1rem;
    }

    footer .footer-container-body .social .nav-item {
        width: calc(100% / 5);
        padding: 0px .5rem;
        text-align: center;
    }

    footer .footer-bottom p, footer .footer-bottom a {
        font-size: .9rem;
        white-space: nowrap;
    }

    footer .footer-container-body .social {
        padding: .5rem 0px;
    }

    footer .footer-container-body .social ul.nav li a > i.fab {
        font-size: 2em;
    }

}