@font-face {
    font-family: MichelinBlack;
    src: url(/fonts/Michelin-Black.woff);
}

@font-face {
    font-family: MichelinBold;
    src: url(/fonts/Michelin-Bold.woff);
}

@font-face {
    font-family: MichelinLight;
    src: url(/fonts/Michelin-Light.woff);
}

@font-face {
    font-family: MichelinRegular;
    src: url(/fonts/Michelin-Regular.woff);
}

@font-face {
    font-family: MichelinSemiBold;
    src: url(/fonts/Michelin-SemiBold.woff);
}


/*Button colour override */

.btn-primary {
    background-color: #fce500;
    border-color: #fce500;
    color: #333;
}

.btn:disabled {
    background-color: #fce500;
    border-color: #fce500;
    color: #333;
}

.btn-primary:focus-visible {
    background-color: #fce500;
    border-color: #fce500;
    color: #333;
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn.btn-primary:active {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #eee;
}

.header {
    background-color: rgb(255, 255, 255);
}

.main-logo {
    border-width: 0px;
    width: 200px;
    height: 76px;
}

.form-header {
    background-color: #005baa;
    min-height: 52px;
}

@media (max-width: 575px) {
    .form-header {
        min-height: 26px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.promo-image img {
    padding: 0;
}

.container form {
    background-color: rgb(255, 255, 255);
    /*padding-bottom: 50px;*/
}

.michelin_404 {
    background-color: #fff;
}

.error-list {
    background-color: rgb(255, 255, 255);
}

footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 0.9em;
}

/* Social icons in footer */
.social-images img {
    padding: 0 10px;
}

#footer .social .title {
    font-family: 'MichelinBlack', arial, sans-serif;
    font-size: 28px;
    line-height: 35px;
    color: #27509b;
    margin-top: 20px;
    margin-bottom: 10px;
}

.copyright-infos {
    padding: 13px 0;
    font-size: .9em;
}

.copyright-links {
    border-top: 4px solid #fce500;
    line-height: 1.6em;
    padding: 12px;
    background-color: #27509b;
    color: #fff;
}

.copyright-links a {
    font-size: 0.93em;
    color: #fff !important;
    margin-right: 15px;
}

.promo-closed {
    background-color: white;
    padding-bottom: 50px;
}

.success {
    background-color: white;
    padding-bottom: 50px;
}

.success h1 {
    font-family: MichelinSemiBold;
}

.termsandconditions {
    background-color: white;
    padding-bottom: 50px;
}

.termsandconditions li {
    margin: 12px 0;
}

.termsandconditions h1,
h2,
h3,
h4 {
    font-family: 'MichelinBlack', arial, sans-serif;
    color: #27509B;
}

.contactus h1,
h2,
h3,
h4 {
    font-family: 'MichelinBlack', arial, sans-serif;
    color: #27509B;
}

.form-section {
    border-radius: 20px;
    padding: 35px 50px;
    margin-bottom: 30px;
    border: 2px solid #27509B;
}

@media (max-width: 575px) {
    .form-section {
        border-radius: 20px;
        padding: 17.5px 25px;
        margin-bottom: 30px;
    }
}

.form-section-heading {
    font-family: 'MichelinBlack', arial, sans-serif;
    color: #27509B;
    border-bottom: 2px solid #27509B;
}

.grey-out {
    background-color: #e9ecef;
}

.form-section-four {
    border: none;
    padding: 10px 50px;
    margin-bottom: 0px;
}

.input-group-text {
    background-color: white;
}

.bi.bi-info-circle-fill {
    margin-left: 5px;
}

@media screen and (max-width: 660px) {
    .btn-tc-modal,
    .btn-cu-modal {
        display: none;
    }
}

@media screen and (min-width: 660px) {
    .btn-tc-modal {
        z-index: 250;
        position: fixed;
        right: 0px;
        top: 175px;
        background: #27509B;
        padding: 10px 30px;
        transform: rotate(90deg);
        transform-origin: bottom;
        cursor: pointer;
        transition: all .5s;
        border: 1px solid transparent;
        border-radius: 5px;
        color: white;
    }
    .btn-tc-modal:hover {
        background: #FCE500;
        color: black;
    }
    .btn-cu-modal {
        z-index: 250;
        position: fixed;
        right: -22px;
        top: 304px;
        background: #27509B;
        padding: 10px 30px;
        transform: rotate(90deg);
        transform-origin: bottom;
        cursor: pointer;
        transition: all .5s;
        border: 1px solid transparent;
        border-radius: 5px;
        color: white;
    }
    .btn-cu-modal:hover {
        background: #FCE500;
        color: black;
    }
}

.address-fields .form-control,
.address-fields .form-select {
    background-color: #e9ecef;
}

.retailer-address-fields .form-control,
.retailer-address-fields .form-select {
    background-color: #e9ecef;
}

.select2.select2-container {
    overflow: hidden;
}

.display-none {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: black;
    background-color: #FCE500;
}

.form-toggle {
    background-color: white;
}

.btn.show,
.dropdown-menu {
    border-color: #27509B;
}

.privacy_notice_title {
    font-weight: bold;
    text-decoration-line: underline;
    margin: 0;
}

.invalid-tyre-size {
    color: #dc3545;
    font-size: .875em;
    margin-bottom: .25rem;
}

.tyre-list-qty {
    text-align: right !important;
}