.footer {
    padding-top:20px;
    padding-bottom:0;
    background: #252323;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer a, .footer span, .footer h3, .footer p {
    color:#fff;
    font-size: 16px;
}

.footer a:hover {
    color: #757575;
}

.footer-info-heading {
    font-size: 16px;
    margin-bottom: 5px;
}

#footer-store-details {
    width: 100%;
}

.footer-info-col {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 10px;
}

.footer-info-col-wide {
    width: 100%;
}

#footer-store-details{
    padding: 10px;
    text-align: center;
    margin-right:10px;
}

.footer-button-email {
    background: #fef200;
    text-align: center;
    color: #000 !important;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 5px 0;
    max-width: 356px;
    margin: 0 auto;
}

#footer-logo {
    margin-bottom:10px;
    background: #252323;
    padding: 5px;
}

.footer-info-col li, .footer-info-heading {
    text-align: left;
}

#footer-subscription .form-input {
    border-radius: 0 !important;
    border:none;
    max-width: 350px;
}


#footer-subscription .button{
    background: #fef200;
    border-radius: 0;
    color:#000;
    margin-top:0;
    border:none;
    font-weight: bold;
    width: 110px;
    padding: 0;
}

#footer-subscription .form-field {
    margin-bottom: 0;
}

.footer-copyright {
    text-align: left;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #fff;
    padding: 5px 0;
}

.footer-copyright > .powered-by{
    color: #fff;
    font-size: 14px;
}


@media screen and (min-width: 801px) {
    #footer-store-details {
        width: calc(25% - 10px);
    }

    .footer-info-col {
        width: calc(25% - 10px);
    }
    
    .footer-info-col-wide {
        width: 100%;
    }
}

@media screen and (min-width: 1261px) {
    #footer-store-details {
        width: calc(20% - 10px);
    }

    .footer-info-col {
        width: calc(16% - 10px);
    }
    
    .footer-info-col-wide {
        width: calc(33% - 10px);
    }

}
