footer {
    position: relative;
    display: block;
    margin-top: 20px;
}
footer .footer-newsletter {
    position: relative;
    display: block;
    padding: 40px 0px;
    /* margin-top: 112px; */
    background: #f3f4f6;
    color: #000000;
    z-index: 1;
    border-bottom: 1px solid #aaaaac;
}
footer .footer-newsletter .footer-newsletter-span {
    position: relative;
    display: block;
    line-height: 24px;
}
footer .footer-newsletter .footer-newsletter-span img {
    margin-right: 10px;
}
footer .footer-newsletter .footer-newsletter-span .top {
    font-weight: 500;
    font-size: 16px;
}
footer .footer-newsletter .footer-newsletter-span .bot {
    font-weight: 300;
    font-size: 16px;
}
#footer-newsletter-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


footer .footer-social {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 30px;
}
footer .footer-social span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
footer .footer-social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--text-black);
    font-size: 28px;
    margin-left: 15px;
}

footer .footer-main {
    position: relative;
    display: block;
    background: #f3f4f6;
    padding: 30px 0px 30px 0px;
    color: var(--text-black);
}
footer .footer-main .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

footer .contact-column .footer-info ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
footer .contact-column .footer-info ul li:last-of-type {
    margin-bottom: 0px;
}
footer .footer-main .footer-info i {
    color: var(--text-black);
    width: 20px;
    position: absolute;
    top: 4px;
    left: 0px;
}
footer .footer-main .footer-title {
    position: relative;
    display: block;
    font-size: 24px;
    color: #fbc926;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
footer .footer-main .footer-menu {
    position: relative;
    display: block;

    /* columns: 4; */
}
footer .footer-main .footer-menu ul {
    list-style: none;
    padding-left: 0px;
}
footer .footer-main .footer-menu a {
    position: relative;
    display: inline-block;
    text-align: left;
    color: var(--text-black);
    font-size: 15px;
    padding-left: 12px;
}
footer .footer-main .footer-menu a:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--text-black);
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    top: 45%;
    left: 4px;
    -webkit-transform: translate(-45%, 0%);
    -moz-transform: translate(-45%, 0%);
    -o-transform: translate(-45%, 0%);
    transform: translate(-45%, 0%);
}
footer .footer-main .footer-menu a:hover {
    color: var(--link-hover-red);
}
footer .footer-main .footer-menu a:hover:before {
    background-color: var(--link-hover-red);
}
footer .footer-copy {
    border-top: 1px solid #aaaaac;
    position: relative;
    display: block;
    background: #f3f4f6;
    color: var(--text-black);
    padding: 20px 0px;
    text-align: center;
}
footer .footer-copy a {
    color: var(--text-black);
}
footer .footer-copy a:hover {
    color: var(--link-hover-red-outline);
}
#footer-newsletter-notification {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}
.footer-copy .powered {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}
.footer-copy .powered .copywriter {
    text-align:left;
    font-size: 14px;
    width: 50%;
}
.footer-anpc {
    text-align: right;
    width: 50%;
}
.footer-anpc img {
    height: 30px;
    width: auto;
    float: right;
}
footer .footer-social a.social-orange {
    color: var(--text-back);
}
footer .footer-social a.social-orange.with-svg div {
    background-color: var(--yellow);
    width: 25px;
    height: 25px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
}
footer .footer-social a.social-orange svg {
    width: 19px;
    height: 19px;
    fill: var(--light-blue);
}
footer .footer-social a.social-orange:hover {
    color: var(--text-black);
}
footer .footer-social a.social-orange.with-svg:hover div {
    background-color: var(--text-white);
}
footer .footer-social span .line-long {
    width: 24px;
    height: 1px;
    background-color: #000000;
    margin-top: -3px;
    margin-left: 10px;
    margin-right: 10px;
}
footer .footer-main a {
    color: var(--text-black);
}
footer .footer-main a:hover {
    color: var(--link-hover-red);
}
footer .contact-column .footer-title, 
footer .contact-column .footer-info {
    max-width: 280px;
}
footer .links-column .row {
    justify-content: space-evenly;
}
footer .links-column .row .footer-links-container:last-of-type {
    text-align: left;
}

@media only screen and ( max-width: 1210px ) {
    footer .footer-social {
        padding-left: 0px;
    }
}

@media only screen and ( max-width: 1199px ) {
    /* footer .footer-main .footer-links-container {
        display: flex;
        flex-direction: column;
    } */
    footer .footer-main .footer-links-container .footer-menu {
        columns: auto;
        /* margin-top: auto; */
    }
}

@media only screen and ( max-width: 1050px ) {
    footer .footer-social span .line-long {
        display: none;
    }
}

@media only screen and ( max-width: 991px ) {
    footer .footer-newsletter {
        padding: 15px 0px;
        margin-top: 60px;
    }
    footer .footer-social {
        text-align: center;
    }
    footer .footer-social span {
        display: none !important;
    }
    footer .footer-social a.social-orange {
        line-height: 1;
    }
}

@media only screen and ( max-width: 767px ) {
    footer .footer-newsletter .footer-newsletter-span {
        text-align: center;
    }
}

@media only screen and ( max-width: 575px ) {
    footer .contact-column .footer-title, 
    footer .contact-column .footer-info {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        max-width: 100%;
    }
    footer .contact-column .footer-title, 
    footer .footer-main .footer-title {
        margin-bottom: 15px;
    }

    /* footer .links-column .footer-links-container {
        text-align: center;
    } */
    /* footer .links-column .row .footer-links-container:last-of-type {
        text-align: center;
    } */
}

@media only screen and ( max-width: 479px ) {
    /* footer .links-column .footer-links-container {
        width: 100%;
        text-align: center;
    }
    footer .links-column .row .footer-links-container:last-of-type {
        text-align: center;
    } */
}

.floating-product-discount {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    background: #CEF4FC;
    border-top: 1px solid #003F81;
    color: #003F81;
    padding: 6px 15px;
    font-size: 16px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media(min-width: 768px) {
    .floating-product-discount {
        display: none !important;
    }
}