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

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

/* === Body === */

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

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

}

body.bg-body {
    background-color: #ffffff !important;
}

main {
    background-color: rgba(0, 0, 0, 0);
}

.skin h1,
.skin h2,
.skin h3,
.skin h4,
.skin h5,
.skin h6 {
    color: #111111;
}

.skin a,
.skin .link-color {
    color: #000000;
}

.skin a:hover,
.skin a:focus {
    color: #860004;
}

/* === Header === */

/* ... */

/* === Footer === */

footer > div {
    color: #000000;
}

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

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

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

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