body {
    margin-top: 46px !important;
    background: #1a4177;
}

.main-container {
    display: block;
    background-color: transparent;
}

.le-mans-wrapper,
.le-mans-wrapper p,
.le-mans-wrapper button,
.le-mans-wrapper h2 {
    font-family: 'Montserrat', sans-serif;
}

.le-mans-wrapper p {
    line-height: 1.20;
}

div.footer-lemans {
    margin: 100px auto;
    text-align: center;
    color: #fff;
    font-style: italic;
    background: #1a4177 !important;
}

@media screen and (max-width: 740px) {
    div.footer-lemans {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 22px;
        margin-right: 22px;
    }

    div.footer-lemans h2{
        font-size: 20px;
    }
    div.footer-lemans .logos img{
        width: 25%;
    }
}


.footer-lemans .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 50px 0;
}

.footer-lemans .logos img:nth-child(2) {
    margin: 0 50px;
}

footer {
    color: inherit;
    font-style: inherit;
    margin-bottom: 0;
    margin-left: 0;
}

.link-comanda {
    position: absolute;
    bottom: 10vh;
    left: calc(50% - 150px);
    border: none;
    background: #ed2027;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    width: 300px;
    cursor: pointer;
    transform: skewX(-12deg);
}

.link-comanda:hover {
    box-shadow: 10px 10px 0 rgba(255, 255, 255, .2);
    color: #fff;
}


.revista-lemans {
    font-family: 'Montserrat', sans-serif;
    background: #1a4177;
    color: #fff;
    padding: 50px 0;
}

.wrapper-summary {
    margin-top: 90px !important;
}

.mobile {
    display: none;
}


@media screen and (max-width: 740px) {
    .dsk {
        display: none;
    }

    .mobile {
        display: block;
    }
}

.anpc-container {
    flex-direction: row;
    justify-content: flex-start;
    display: inline-flex;
}

@media all and (min-width: 768px) {
    .anpc-container {
        margin-bottom: 200px;
    }
}

.anpc-container img {
    height: 34px;
    object-fit: contain;
    width: 100%;
    padding-right: 10px;
}

.cookieInfo.footer.footer--articol {
    position: absolute;
}

@media screen and (max-width: 740px) {
    .lemans-checkout .revista-lemans {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .forms-check-out.mobile {
        margin-top: 20px;
        text-align: center;
    }

    .forms-check-out .btn-exit {
        width: 100%;
        text-align: center;
    }

    .radio-checkout {
        text-align: left;
    }
}

@media all and (max-width: 767px) {
    .revista-lemans.bought {
        display: block!important;
    }
}

@media all and (min-width: 768px) {
    .revista-lemans.bought {
        padding-top: 0!important;
    }
}

@media all and (min-width: 768px) {
    .center-elements {
        min-height: 600px;
    }
}
@media all and (max-width: 767px) {
    .center-elements {
        min-height: 60vh!important;
    }
}

@media all and (max-width: 767px) {
    .tabs .tab {
        box-sizing: content-box;
    }
}

.bought h3 {
    color: #fff;
}

.email {
    color: #ff0000;
}
.email:hover {
    color: #ff0000;
    text-decoration: underline;
}