﻿.copyright-container {
    /* background-color: var(--white-color); */
    background-color: #1f1d1d;
    padding: 20px 0px;
}

    .copyright-container .container-fluid {
        display: flex;
        align-items: center;
        color: white;
        flex-direction: row;
    }

        .copyright-container .container-fluid .container-fluid-left, .container-fluid-right {
            width: 25%;
        }

        .copyright-container .container-fluid .container-fluid-center {
            font-size: 14px;
            text-align: center;
            justify-items: center;
            width: 50%;
        }

        .copyright-container .container-fluid .container-fluid-right {
            font-size: 14px;
            text-align: right;
            width: 25%;
        }

        .copyright-container .container-fluid a {
            color: white;
            text-decoration: underline;
        }

.copyright {
    display: flex;
    justify-content: center;
    padding: 5px 0px;
    color: var(--white-color);
}

    .copyright a {
        color: var(--white-color);
    }

        .copyright a:hover {
            color: var(--hover-color);
        }

/*.footer {
    padding: 40px 16px 10px 16px;
    border-top: 1px solid var(--border-color);
    background-color: #1f1d1d;
}*/

.ImageLogoFooter {
    height: 150px;
    width: 290px;
    background: url('/assets/img/Logo/TA_LOGO_WHITE.svg') no-repeat;
}

.wrapper-footer {
    display: flex;
    flex-direction: column;
}

.site-map {
    padding-top: 5px;
}

    .site-map p a {
        color: var(--white-color);
    }
/*

*/
/*.footer .block_item_logo {*/
/*    padding: 10px 0px;*/
/*}

.footer .block_item_logo img {
    width: 100%;
}

.footer .block_item_contact,
.footer .block_item_faq {
    display: flex;
    justify-content: center;*/
/*    padding: 10px 0px;*/
/*color: white;
}*/

/*.footer .block_item_contact li.title-header {
    font-size: 15px;
    color: var(--white-color);
    font-weight: bold;
    padding: 4px 0px;
    text-decoration: underline;
    text-underline-offset: 4px;
}*/

/*.footer .block_item_faq ul,
.footer .block_item_contact ul {
    width: 100%;
}

.footer .block_item_faq ul li:last-child {
    border-right: none;
}

.footer .block_item_contact a,
.footer .block_item_faq a {
    color: var(--white-color);
    font-size: 13px;*/
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) {
}

.copyright-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.logo_footer {
    display: flex;
    justify-content: center;
}

.small-text.trade {
    font-weight: bold;
    font-style: italic;
}

.small-text {
    font-size: 13px;
}





.footer {
    color: var(--white-color);
    padding: 40px 40px;
    background: #000;
}

/*.showrooms {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
*/
/*.showroom-footer {
    display: flex;
    width: 32%;
    align-items: center;
}*/
.showroom-footer  {
    padding:0;
    margin:0;
    align-content:center;
}
.showroom-footer a {
    color: white;
}
.showroom-footer h3 {
    margin : 0;
    font-size: 14px;
}
.showroom-footer p {
    font-size: 13px;
    color: gray;
    padding: 5px 0;
}

.showroom-footer .showroom-info {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.showroom-footer .showroom-info .showroom-info-detail {
       
    padding-left: 10px;
}

.divider {
    margin: 40px 0;
    border-top: 1px solid #444;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    margin-right: 5%;
}

.footer-bottom p {
    color: gray;
    -webkit-touch-callout: none;
    -webkit-user-select: text;
}

.contact {
    font-size: 14px;
}

    .contact p {
        margin: 4px 0;
    }

.footer-links {
    font-size: 14px;
}

.bottom-bar {
    margin-top: 40px;
    border-top: 1px solid #333;
    padding-top: 20px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}



.footer .bottom-bar {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    padding: 15px 0px;
}

.copyright-container .container-fluid {
    justify-content: space-between;
}

    .copyright-container .container-fluid li a {
        color: #adacac
    }

        .copyright-container .container-fluid li a i {
            font-size: 25px;
            margin: 0;
        }

@media (max-width: 575.98px) {
    .showroom-footer h3 {
        font-size: 13px;
    }

    .showroom-footer p {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .showroom-footer h3 {
        font-size: 14px;
    }

    .showroom-footer p {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .showroom-footer {
        margin-bottom: 15px;
    }
    .showroom-footer h3 {
        font-size: 14px;
    }

    .showroom-footer p {
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .showroom-footer {
        margin-bottom: 15px;
    }
    .showroom-footer h3 {
        font-size: 16px;
    }

    .showroom-footer p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .showroom-footer h3 {
        font-size: 13px;
    }

    .showroom-footer p {
        font-size: 12px;
    }
}

@media (min-width: 1600px) {
    .showroom-footer h3 {
        font-size: 15px;
    }

    .showroom-footer p {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
        .footer {
        padding: 40px 20px;
    }

    .showrooms {
        gap: 20px;
    }

    .showroom-footer {
        width: 100%;
    }

        .showroom-footer .showroom-info {
            align-content: center;
        }

    .copyright-container .container-fluid {
        display: block;
    }

        .copyright-container .container-fluid .container-fluid-left,
        .copyright-container .container-fluid .container-fluid-right,
        .copyright-container .container-fluid .container-fluid-center {
            width: 100%;
            text-align: center;
            margin-bottom: 5%;
        }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
