/* footer */

#footer--section {
    background-color: var(--background-meal-subtitle);
    padding-top: 100px;
    padding-bottom: 35px;
    margin-top: 90px;
}

@media (max-width: 767px) {
    #footer--section {
        padding-top: 55px;
        padding-bottom: 20px;
    }
}

#footer--section img {
    height: auto;
    width: 100%;
    max-width: 125px;
    object-fit: contain;
}

@media (max-width: 575px) {
    #footer--section img {
        height: auto;
        width: 100%;
        max-width: 230px;
        object-fit: contain;
    }
}

.footer--subtitle {
    font-size: 16px;
}

.footer--link {
    padding: 0px;
    font-size: 14px;
    display: flex;
    border: none;
    text-align: left;
    font-weight: 500;
    color: var(--color-main);
    border-radius: 0px;
}

.footer--link:hover,
.footer--link:focus {
    color: var(--color-secondary);
}

/* social wrapper */

.footer--socials-wrapper {
    display: flex;
    align-items: center;
}

.footer--socials-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0px;
    background-color: #ffffff;
    margin-right: 12px;
}

.footer--socials-button:last-of-type {
    margin-right: 0px;
}

.footer--socials-button i,
.footer--socials-button svg {
    color: var(--color-main);
}

/* footer HR */

.footer--hr {
    border-color: var(--color-main);
    opacity: 1;
}

/* payments */

.footer--payments {
    height: 26px;
    width: 52px;
    background-color: white;
    border-radius: 3px;
    margin-right: 12px;
}

.footer--payments:last-of-type {
    margin-right: 0px;
}

/* powered by */

.powered--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.powered--wrapper span {
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    margin-top: 9px;
}

.powered--wrapper {
    text-decoration: none;
    color: inherit;
}

.powered--wrapper img {
    height: 38px !important;
    object-fit: contain;
    width: 60px !important;
    object-position: left;
}
