footer {
    color: #fff;
    background-image: linear-gradient(180deg, var(--site-color-900), var(--site-color-400));
}

footer > section {
    border-bottom: 1px solid #ddd;
}

.footer-widget-1 > img {
    max-width: 70px;
    max-height: 70px;
}

.footer-widget-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 0px;
}

.footer-widget-1 > label {
    font-weight: bold;
    margin: 5px 0px;
}

.footer-widget-1 > p {
    margin: 0px;
    font-size: 14px;
}


/* FOOTER NAVS */
.footer-copyright {
    text-align: center;
    padding: 25px 0px;
}

.footer-copyright > p {
    margin: 0px;
}

.footer-links > h3 , .footer-newsletter > h3 {
    font-size: 18px;
    font-weight: bold;
}

.footer-links > ul > li > a {
    border: 0 none;
    padding: 3px 0;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.footer-links > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-links,.footer-newsletter {
    padding: 50px 0px;
}

.news-letter-control {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0px;
}

.news-letter-control > input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--site-color-1000);
    background-color: var(--site-color-300);
    padding: 0px 10px;
    outline: none;
}

.news-letter-control > button {
    background-color: var(--site-color-1000);
    color: #fff;
    margin-left: 10px;
    min-width: 130px;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    border: none;
    outline: none;
}

.social-media-buttons > ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social-media-buttons > ul > li > a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: var(--site-color-1000);
}

.social-media-buttons > ul > li {
    padding: 0px 5px;
}

@media only screen and (max-width : 600px) {
    .stores-section {
        padding: 50px 0px;
        margin-bottom: 50px;
    }

    .footer-widget-1 {
        padding: 20px 0px;
    }

    .footer-links, .footer-newsletter {
        padding: 10px 0px;
    }

    .footer-links-section {
        padding: 50px 0px;
    }
}
