footer .footer-middle {
    background-color: var(--white);
    padding: 120px 0px;
}
footer .footer-middle .main_logo {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 17px;
}
footer .footer-middle .logo-contact-col h5 {
    margin-bottom: 6px;
}
footer .footer-logos {
    margin: 0px -7px;
}
footer .footer-logos .other-stores {
    max-height: 45px;
    padding: 0px 7px;
}
footer .footer-logos .image-16by9 img {
    -o-object-fit: contain;
    object-fit: contain;
}
footer .footer-middle p.small {
    margin-top: 27px;
    margin-bottom: 10px;

}
footer .footer-middle .menu-column .row {
    margin: 0px -15px;
}
footer .footer-middle .menu-column .row .menu-col {
    padding: 0px 15px;
}
.footer-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-menu ul li {
    margin-bottom: 8px;
}
.footer-menu ul li a {
    color: #2A2A2A;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

footer .footer-bottom {
    background-color: #F5F5F5;
    padding: 10px 0px;
}
footer .footer-bottom * {
    font-size: 12px;
    color: #2A2A2A;
    line-height: 19px;
}
footer .footer-bottom a {
    text-decoration: none;
}
footer .footer-middle .social-links-footer a.button {
    margin-right: 20px;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0;
}
footer .footer-middle .social-links-footer a.button:last-of-type {
    margin-right: 0px;
}
footer .footer-middle .social-links-footer a.button img {
    width: 20px;
    height: 20px;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
footer .footer-middle .social-links-footer a.button:hover img {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
}
footer .footer-middle .logo-contact-col a {
    color: #2A2A2A;
    opacity: 0.7;
    text-decoration: none;
}
footer .footer-middle .stay-connected-col p {
    color: var(--text-black);
}
footer .footer-middle .stay-connected-col p a {
    color: #2A2A2A;
    opacity: 1;
}
@media(max-width: 1199.98px) {
    footer .footer-middle {
        padding: 90px 0px;
    }
}
@media(max-width: 991.98px){
    footer .footer-middle {
        padding: 60px 0px;
    }
    footer .footer-middle .stay-connected-col {
        margin-top: 30px;
    }
}
@media(max-width: 767.98px){

}
@media(max-width: 575.98px){
    footer .footer-middle {
        padding: 45px 0px 30px;
    }
    footer .footer-middle .menu-column h5 {
        position: relative;
    }
    footer .footer-middle .menu-column h5:after {
        content: '';
        background-image: url(../assets/menu-arrow.svg);
        position: absolute;
        right: 0px;
        top: 22px;
        width: 17px;
        height: 10px;
        background-position: center;
        background-size: cover;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    footer .footer-middle .menu-column .menu-col.show-footer-menu h5:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    footer .footer-middle .menu-col h5 {
        border-top: 1px solid #999999;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    footer .footer-middle .logo-contact-col {
        text-align: center;
    }
    footer .footer-middle .main_logo {
        margin: 0 auto 15px;
    }
    footer .footer-middle .stay-connected-col {
        margin-top: 0px;
    }
    footer .footer-middle .stay-connected-col h4 {
        border-top: 1px solid #999999;
        padding-top: 15px;
    }
    footer .footer-bottom {
        text-align: center;
        background: #f5f5f5;
        padding: 30px 0px 45px;
    }
    footer .footer-middle .social-links-footer {
        text-align: center;
    }
    footer .footer-middle .menu-column .row {
        margin: 0px;
    }
    footer .footer-middle .menu-column .row .menu-col {
        padding: 0;
    }
}