/* ========= MAIN COLOR ========= */
:root {
    --main-blue: #22B8D9;
}

/* ================= HEADER ================= */
header,
.site-header,
.main-header,
header * {
    background-color: var(--main-blue) !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    border-color: var(--main-blue) !important;
}

/* search bar */
header input,
header input::placeholder {
    background-color: rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
}

/* ================= FOOTER ================= */
footer,
.site-footer,
.main-footer,
footer * {
    background-color: var(--main-blue) !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    border-color: var(--main-blue) !important;
}

/* payment icons */
footer img {
    background-color: #ffffff !important;
    padding: 6px;
    border-radius: 6px;
}