﻿/*.copyright-container {
    background-color: var(--white-color);
}

.copyright {
    display: flex;
    justify-content: center;
    padding: 5px 0px;
    color: var(--black-color);
}

.copyright a:hover {
    color: var(--hover-color);
}

.footer {
    padding: 40px 16px 10px 16px;
    background-color: var(--white-color);
    border-top: 1px solid var(--border-color);
}

.wrapper-footer {
    display: flex;
    flex-direction: column;
}

.site-map {
    padding-top: 5px;
}

.site-map p a {
    color: var(--black-color) !important;
}

.footer .social {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    padding: 15px 0px;
}

.footer .social .block_social_footer_social {
    justify-content: space-between;
}

.footer .social .block_social_footer_social li .social-item {
    color: var(--black-color) !important;
}

.footer .social .block_social_footer_social li .social-item i {
    font-size: 25px;
    margin: 0;

}

.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;*/
/*}

.footer .block_item_contact li.title-header {
    font-size: 15px;
    color: var(--black-color);
    font-weight: bold;
    padding: 4px 0px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.block_item_contact li {
    color: var(--black-color) !important;
}

.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: #212121;
    font-size: 13px;
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) {

    .footer-main {
        flex-direction: row !important;*/
/*        gap: 5px;*/
/*        align-items: center;*/
    /*}

    .logo_footer {*/
/*        margin-top: 12px;*/
    /*}

    .block_social_footer_social {*/
        /* gap: 13px; */
    /*}

    .footer .block_item_logo {*/
/*        padding-right: 25px;*/
    /*}

    .block_item_faq {*/
/*        padding-left: 17px;*/
    /*}

}

@media (min-width: 1600px) {
    .footer {
        padding: 20px;
    }

    .footer .block_item_contact,
    .footer .block_item_faq {*/
/*        padding: 10px 20px;*/
    /*}
}

.copyright-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.ImageLogoFooter {
    height: 80px;
    width: 170px;
    background: url('/assets/img/Logo/TA_LOGO_BLACK.svg') no-repeat;
}

.logo_footer {
    display: flex;
    justify-content: center;
}
.small-text.trade {
    font-weight: bold;
    font-style: italic;
}
.small-text {
    font-size: 13px;
}*/

.copyright-container {
    /* background-color: var(--white-color); */
    background-color: var(--white-color);
    padding: 20px 0px;
}

    .copyright-container .container-fluid {
        display: flex;
        align-items: center;
        color: black;
        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: black;
            text-decoration: underline;
        }

.copyright {
    display: flex;
    justify-content: center;
    padding: 5px 0px;
    color: var(--black-color);
}

    .copyright a {
        color: var(--black-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_BLACK.svg') no-repeat;
}

.wrapper-footer {
    display: flex;
    flex-direction: column;
}

.site-map {
    padding-top: 5px;
}

    .site-map p a {
        color: var(--black-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) {
}

/*@media (min-width: 1600px) {
    .footer {
        padding: 20px;
    }

    .block_item_contact {
        padding-left: 30px;
    }

    .footer .block_item_contact,
    .footer .block_item_faq {*/
/*        padding: 10px 20px;*/
/*}
}*/

.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(--black-color);
    padding: 40px 40px;
    background: #ffffff;
    border-top: 1px solid #cfcfcf;
}

.showroom-footer {
    padding: 0;
    margin: 0;
}
/*.showrooms {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
*/
/*.showroom-footer {
    display: flex;
    width: 32%;
    align-items: center;
}*/
.showroom-footer a {
    color: Black;
}
/*.showroom-footer img {
    width: 40%;
    height: fit-content;
}*/

.showroom-footer h3 {
    margin: 10px 0 5px;
    font-size: 16px;
}

.showroom-footer p {
    margin: 4px 0;
    font-size: 14px;
    color: #333333;
}

.showroom-footer .showroom-info {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.showroom-footer .showroom-info .showroom-info-detail {
    margin-left: 10px;
}

.divider {
    margin: 40px 0;
    border-top: 1px solid #dee2e6;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    margin-right: 5%;
}

.footer-bottom p {
    color: black;
    -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: black
    }

        .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;
    }
}
