/* FOOTER MONITORING INFOMECH */
footer a {
    color: var(--color-white) !important;
    font-family: var(--font-headings-light) !important;
    font-weight:200;
}
footer a:hover {
    color: var(--color-links) !important;
    transition: 0.4s;
}
footer {
    padding-top: 30px;
    background-image: url("../images/footer-bg.webp");
    background-size: cover;
    background-position: top left;
    position: relative;
}
.footer-container p {
    color: var(--color-white) !important;
    font-size: 1rem;
    margin: 0;
    padding-left: 10px;
}
p.slogan {
    margin-left: 35px;
    text-align: left;
    border-bottom: 1px solid var(--color-default);
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 0px;
}
.footer-container a {
    font-size: 1.1rem;
    margin: 0;
}
.footer-container h6 {
    position: relative;
    color: var(--color-white);
    font-size: 1.2rem;
}
.footer-container h6::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: var(--color-button);
    position: absolute;
    bottom: 0;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
img.footer-icon {
    width: 24px;
}
.footer-container i.fas {
    margin-right: 8px;
}
.footer-container p a {
    font-size: 1.1rem;
}
#menu-footer-menu li.menu-item a.nav-link {
    padding: 0 0 0.5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--color-default);
}
p.copyright {
    padding-top: 6px;
    font-size: 0.9rem;
}
p.copyright a {
    font-size: 0.9rem;
}
a.social-link {
    display: inline-block;
    margin: 0 20px;
    transition: transform 0.2s;
}
a.social-link:hover {
    transform: scale(1.3);
}
footer img.social-icon,
img.social-icon {
    height: 20px!important;
}
.stars span.star {
    background-image: url("../images/star.svg");
    display: inline-block;
    height: 20px;
    width: 21px;
}
.stars span.rating {
    font-size: 20px;
    line-height: 20px;
    color: var(--color-white) !important;
    font-family: var(--font-headings-light) !important;
}
img.google-logo {
    width: 120px;
}
footer .footer-part {
    margin-top: 60px;
}
.display-mobile {
    display: none;
}
.display-large {
    display: block;
}
.footer-mobile {
    width: 100vw;
    display: -webkit-box;
    display: none;
    justify-content: space-between;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: var(--color-body);
    padding: 10px 0 5px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#scrollTopBtn {
    position: fixed;
    bottom: 80px;
    right: 12px;
    display: none;
    background: var(--color-button);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 100;
    transition: ease 0.5s;
}
#scrollTopBtn:hover {
    bottom: 85px;
}
.footer-mobile .mobile-cart {
    display: flex;
    justify-content: center;
}
.footer-mobile span.basket-count {
    position: absolute;
    right: -5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__socials-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}
.footer__socials-wrapper a {
    background: var(--color-button);
    padding: 0.5rem;
    border-radius: 5px;
    margin: 0 !important;
}
.img-footer-logo {
    width: 200px;
    margin-right: auto;
}
.footer__wrapper ul {
    padding-left: 0;
    margin-left:0;
    list-style-type: none;
}
.footer__bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-default);
}
.footer__review-wrapper {
    display: flex;
    align-items: center;
}
.footer__review-wrapper img {
    width: 90px;
}
.footer__reviewed-with {
    font-size: 12px !important;
    padding: 0 !important;
}
.footer__address-container,
.footer__contact,
.footer__contact-wrapper,
.footer__customer-support,
.footer__informations {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    text-align: left;
    padding-right: 1%;
}
.footer__contact-row svg {
    width: 19px;
}
.footer__address-hours,
.footer__address-location {
    display: flex;
}
#phoneCallMobile {
    display: block;
    background: var(--color-button) !important;
    color: var(--color-white);
    border: none;
    padding: 14px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 100;
    transition: ease 0.5s;
}
@media (max-width: 991px) {
    .footer-container {
        margin-bottom: 69px;
    }
    .footer-mobile {
        display: flex;
    }
    .footer-mobile > div {
        flex: 1;
        text-align: center;
    }
    .footer-mobile > div > a,
    .footer-mobile > div > button {
        position: relative;
        display: inline-block;
        line-height: 14px;
        font-size: 13px;
        color: var(--color-default) !important;
    }
    .footer-mobile button#toggle-filters:focus,
    .footer-mobile button#toggle-filters:hover {
        background-color: transparent;
    }
    .footer__wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer__address-container,
    .footer__customer-support,
    .footer__informations {
        flex: 0 0 32%;
    }
    .footer__contact {
        padding-top: 25px;
        flex: 0 0 100%;
        align-items: center;
        text-align: center;
    }
    .footer__contact-wrapper {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer__bottom-bar {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 2rem;
    }
    .footer__address-container,
    .footer__customer-support,
    .footer__informations {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer__wrapper {
        flex-direction: column;
    }
    .img-footer-logo {
        margin-left: auto;
    }
    p.slogan {
        margin: 0;
        text-align: center;
        display: block;
    }
}

@media (max-width: 576px) {
    .display-mobile {
        display: block;
        margin-bottom: 30px;
    }
    .display-large {
        display: none;
    }
    footer .footer-part {
        margin-top: 30px;
    }
    .footer-mobile p {
        font-size: 13px;
    }
    .footer__contact {
        align-items: center;
        padding-top: 0;
    }
    .footer__address-container,
    .footer__contact,
    .footer__customer-support,
    .footer__informations {
        padding-bottom: 25px;
    }
}
