.top-footer {
    padding: 20px 0px;
    background-color: #b3b3b3;
}

    .top-footer .row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .top-footer .footer-logo {
        width: 100%;
    }

    .top-footer .social-links {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .top-footer .social-links li {
            padding-left: 15px;
        }

    .top-footer .footer-address {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

        .top-footer .footer-address p {
            font-size: 16px;
            color: #ffffff;
            margin: 0 5px;
            margin-bottom: 10px;
        }

            .top-footer .footer-address p img {
                margin-left: 10px;
            }

    .top-footer .banks-account {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        .top-footer .banks-account img {
            max-width: 100%;
            width: 220px;
            margin: 0.5rem 5px;
        }

.copy-right {
    background-color: #3f3f3f;
    text-align: center;
    padding: 10px 0px;
}

    .copy-right p {
        font-size: 16px;
        color: #ababab;
        margin-bottom: 0px;
    }

        .copy-right p a {
            font-size: 16px;
            color: #ababab;
            transition: 0.3s;
        }

            .copy-right p a:hover {
                color: #ffffff;
                text-decoration: none;
            }

@media (max-width: 1500px) {
    .top-footer .banks-account img {
        width: 24%;
    }
}

@media (max-width: 992px) {
    .top-footer {
        padding: 10px 0px;
    }

        .top-footer .footer-address p {
            font-size: 12px;
            color: #ffffff;
        }

        .top-footer .banks-account {
            justify-content: center;
        }

            .top-footer .banks-account img {
                max-width: 100%;
                width: 22%;
                margin: 0px 10px;
            }
}

@media (max-width: 767px) {
    .top-footer .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: -2;
        margin-bottom: 10px;
    }

    .top-footer .banks-account {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        order: -1;
    }

        .top-footer .banks-account img {
            margin-bottom: 0.4rem;
            max-width: 100%;
            width: 45%;
        }

    .top-footer .footer-logo {
        width: 200px;
    }

    .top-footer .footer-address {
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .top-footer .social-links {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .top-footer .footer-logo {
        width: 150px;
    }

    .top-footer .social-links li img {
        width: 20px;
    }

    .top-footer .banks-account img {
        width: 40%;
    }

    .top-footer .footer-address p {
        font-size: 12px;
        margin: 0px 5px;
    }

        .top-footer .footer-address p img {
            width: 10px;
            margin: 0px 5px;
        }
    .top-footer .footer-address .store-kafo {
        font-size: 16px;
        color: #ffffff;
        margin: 10px 5px;
        padding-bottom: 10px;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
    }
    .copy-right p {
        font-size: 12px;
    }

        .copy-right p a {
            font-size: 12px;
        }
}
