/* === CSS Version === */

/* === v18.2.0 === */

/* === Body === */

.main-logo {
    width: auto;
    height: 40px;
    max-width: 430px !important;
    max-height: 80px !important;
}

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

}

/* === Header === */

/* ... */

/* === Footer === */

footer > div.bg-body-tertiary {
    background: #37302a !important;
}

footer > div.bg-body-tertiary {
    border-top-color: #37302a !important;
}

footer > div {
    color: #ff4e0f;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #ff4e0f;
}

footer a.link-body-emphasis,
footer a.link-primary {
    color: white !important;
}

footer a.link-body-emphasis:hover,
footer a.link-body-emphasis:focus,
footer a.link-primary:hover,
footer a.link-primary:focus {
    color: white !important;
}

.payment-method-logo {
    border-top-color: white;
}
