#footer-outer, #nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap {
    background-color: #f4f6f8!important;
    margin-bottom: 30px;
    margin-top: 30px!important;
}

ul.menu rect.border {
    transition: 1s ease all;
}

ul.menu:hover rect.border {
    stroke: black;
}


svg#Canadian, svg#Instagram, svg#Facebook, svg#Pinterest, svg#viaGlamour-icon {
    width: 16px!important;
    margin-right: 10px;
}

svg#Canadian {
    margin-bottom: -4px;
    margin-right: 0px!important;
    margin-left: 5px!important;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap!important;
}

#footer-outer a {
    font-family: "Roboto";
    font-weight: 500;
    color: #000000;
    letter-spacing: 0px;
    transition: var(--linkhovertransition);
    line-height: 190%!important;
    font-size: 14px!important;
}

#footer-outer a:hover {
    color: var(--linkcolorhover);
    letter-spacing: 0px;
}



.footer1A, .footer2A {
    width: 50%;
    max-width: 410px;
}

.footer2A {
    width: 60%;
    max-width: 480px;
}

.footer1A ul.menu {
    display: flex;
    margin: 0px!important;
    justify-content: space-between;
}

.footer2A ul.menu {
    display: flex;
    margin: 0px!important;
    justify-content: flex-start;
}

.footer1B, .footer2B {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.footer2B {
    width: 40%;
    max-width: 460px;
}

.footer1B ul.menu, .footer2B ul.menu {
    margin: 0px!important;
}

svg.payment-icon {
    width: 40px!important;
    margin-right: 5px;
    margin-left: 5px;
}

svg.payment-icon:first-child {
    margin-left: 0px;
}

.footer.first_row, .footer.changelog-message {
    margin-bottom: 20px!important;
}

.footer a, .footer li {
    color: black;
        line-height: 180%!important;
}

@media only screen and (max-width: 1000px) and (min-width: 691px) {    

.footer1A, .footer2A {
    width: 60%!important;
}
.footer1B, .footer2B {
    width: 40%;
    }
}

/* Tablet View */

@media only screen and (max-width: 690px) and (min-width: 481px) {
 .footer1A, .footer2A {
    width: 100%!important;
    margin-bottom: 20px;
}
.footer1B, .footer2B {
    width: 100%;
    justify-content: flex-start;
    }

    img.right-arrow {
        display: none;
    }

    .seperate-inline-element {
        display: block;
    }

}




@media only screen and (max-width: 480px) and (min-width: 0px) {

    .footer1A ul.menu {
    display: flex;
    margin: 0px!important;
    justify-content: flex-start!important;
    flex-wrap: wrap;
}

.footer1A ul.menu li {
    padding-right: 15px;
    padding-left: 15px;
}
.footer1A ul.menu:first-child li {
    padding-left: 0px;
}

     .footer1A, .footer2A {
    width: 100%!important;
    margin-bottom: 20px;
}
.footer1B, .footer2B {
    width: 100%;
    justify-content: flex-start;
    }

    img.right-arrow {
        display: none;
    }

    .seperate-inline-element {
        display: block;
    }

   

}