/* Don't show 'SUB TO THE NEWSLETTER when you are reviuewing the basket content before paying... */
.page_inner {
    min-height: 100vh;
}

#footer-newsletter {
    background-color: #EBEBEB;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 2rem;
}

#footer-newsletter #newsletter_header {
    font: normal normal bold 40px/50px 'Poppins-Bold';
    letter-spacing: 0;
    color: #3D3D3D;
    margin: 5rem 0;
}

#footer-newsletter .newsletterButton {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 2px solid #3E3E3E;
    padding: 1rem 2rem;

    font: normal normal 600 16px/25px 'Poppins-SemiBold';
    letter-spacing: 0;
    color: #3E3E3E;

    margin-left: 2rem;
    min-width: 162px;
}

#footer-container {
    background-color: #D0D0D0;
    width: 100%;
    display: flex;
}

#footer-container .row {
    margin-left: unset;
    margin-right: unset;
}

#footer-container #footer_paragraph_row {
    display: flex;
    justify-content: space-evenly
}

#footer-container #footer_paragraph_row .col {
    padding: 5rem;
}

#footer-container #footer_paragraph_row .icon-span {
    display: inline-block;
}

.bottom-footer {
    position: relative;
    bottom: 1rem;
    display: flex;
    justify-content: space-evenly;
    width: 100%;

    font: normal normal bold 13px/19px 'Poppins-SemiBold';
    letter-spacing: 1px;
    color: #3D3D3D;
}

.bottom-footer a {
    text-decoration: none;
    text-transform: none;
    color: inherit;
}

.footer-big {
    font: normal normal bold 32px/42px 'Poppins-Regular';
    letter-spacing: 0;
    color: #3D3D3D;
}

.footer-small {
    font: normal normal 500 16px/26px 'Poppins-Medium';
    letter-spacing: 0;
    color: #737373;
}

.logos-row {
    display: flex;
    justify-content: space-evenly;
}

.footer-small a {
    text-transform: none;
    text-decoration: underline;
    color: inherit;
}

#footer-container i {
    font-size: 1.5rem;
}

#footer-container img {
    height: 1.5rem;
    width: 1.5rem;
}

.row.contact-us {
    font: normal normal bold 24px/34px 'Poppins-Regular';
    letter-spacing: 0;
    color: #3D3D3D;
}

@media (max-width: 533px) {
    #footer-newsletter #newsletter_header {
        font-size: 25px;
        line-height: 35px;
    }

    #footer-newsletter {
        padding: 0 1rem;
    }

    #footer-newsletter .newsletterButton {
        margin-left: 1rem;
    }

    #footer-container #footer_paragraph_row .col {
        padding: 2rem;
    }

    #footer-container #footer_paragraph_row .col:first-of-type {
        padding-bottom: 0;
    }
}

@media (max-width: 900px) {
    #footer-container .bottom-footer {
        line-height: 1.5rem;
    }

    #footer-container #footer_paragraph_row .col {
        padding: 3rem;
    }
}

@media (max-width: 1300px) {
    #footer-container .bottom-footer {
        padding: 0 !important;
    }
}

