/*
Padding-top: Default height of the header 172px, optionally plus an extra padding of 20 pixels
Padding-bottom: The height of the sticked footer
*/

html.mtr-layout body {
    /* padding-top: 172px; */
    /* padding-bottom: 501px; */
    /* min-height: 100vh; */
}

html.mtr-layout .m-home-elements {
    margin-top: 0;
    top: unset;
}

@media (min-width: 992px) {
    html.mtr-layout body {
        padding-top: 172px;
        /*padding-bottom: 635px;*/
        min-height: 100vh;
    }

    html.mtr-layout body.no-searchbar {
        padding-top: 88px;
    }

    html.mtr-layout .m-search-bar {
        position: static;
    }

    html.mtr-layout .m-car-selector {
        border-bottom: 4px solid #fff;
        max-height: unset;
        padding: 50px 0;
        position: static;
        top: unset;
    }

    html.mtr-layout body.tablet .m-car-selector {
        padding: 30px 0;
    }

    html.mtr-layout .m-home-elements {
        margin-top: 0;
        top: 0;
    }

    html.mtr-layout .alerts-container {
        padding-top: 10px;
    }

    html.mtr-layout .m-results-wrapper {
        margin-top: 0;
    }

    html.mtr-layout .m-checkout-wrapper {
        padding: 0;
    }

    html.mtr-layout .m-checkout {
        min-height: 220px;
    }

    html.mtr-layout footer {
        margin-top: 30px;
        bottom: 0;
        /*position: absolute;*/
        top: auto;
        width: 100%;
        z-index: 1010;
        /* opacity: 0.5; */
        /* height: 501px; */
    }
}
