/* Footer */
div#footer {
    background-color: black;
    width: 100%;
    bottom: 0;
    height: 10%;
    /* display: block; */
    position: fixed;
}
.footer-left {
    /* padding: 10px; */
    padding-left: 30px;
    width: 50%;
    float: left;
    background-color: black;
    bottom: 0;
    /* padding-top: 2px; */
    /* position: absolute; */
    left: 0;
    padding-bottom: 7px;
    margin-top: 10px;
}
.footer-right {
    /* padding: 20px; */
    padding-right: 15px;
    /* width: 6%; */
    float: right;
    background-color: black;
    /* padding-top: 3%; */
    padding-top: 1%;
    padding-bottom: 1%;
    bottom: 0;
    right: 0;
    /* position: absolute; */
}
.footer-right-container {
    float: right;
}
.footer-right img {
    width: 30px;
}
.footer-right-help-text {
    font-size: 14px;
    float: left;
    margin: 10px 10px 0px 0px;
}
.footer-right-help-text a {
    color: white;
    text-decoration: none;
}
span.footer-right-help-need {
    font-weight: 400
}
span.footer-right-help-help {
    font-weight: 500
}
p.footer-left-boxfx-title a {
    color: white;
    text-decoration: none;
}
p.footer-left-title span {
    color: white;
}
p.footer-left-title a {
    text-decoration: none;
}
p.footer-left-title {
    font-size: 24px;
}
p.footer-left-media-title, p.footer-left-privacy-title a {
    font-weight: 400;
    font-size: 14px;
}
p.footer-left-privacy-title a {
    color: white;
    text-decoration: none;
}

p.footer-left-boxfx-title {
    font-weight: 500;
    font-size: 14px;
}
span.footer-title-boxfx {
    font-weight: 400;
}
span.footer-title-delivery {
    font-weight: 500;
}

.wrapper{
    bottom: -5%;
    position: absolute;
    /* display: none; */
    /* display: table-column-group; */
    width: 100%;
    background-color: black;
}
/* .Footer */