
.ecommerce-footer {
    background-color: #fefefe;
    padding: 70px 20px 40px 20px;
}

.ecommerce-footer-links h5 {
    color: #0a0a0a;
    font-size: 1.2rem;
    font-weight: 600;
}

.ecommerce-footer-links .menu > li > a {
    line-height: 1.5em;
    padding: 0.5rem 0rem;
}

.ecommerce-footer-links a {
    color: #707070;
    font-size: 1rem;
    transition: all 0.5s ease;
}

.ecommerce-footer-links a:hover {
    color: #0a0a0a;
    transition: all 0.5s ease;
}

.ecommerce-footer-links .more-categories {
    margin-top: 2rem;
}

@media screen and (max-width: 39.9375em) {
    .ecommerce-footer-links .more-categories {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 63.9375em) {
    .ecommerce-footer-links .ecommerce-footer-links-block {
        margin-bottom: 3rem;
    }
}

.ecommerce-footer-bottom-bar {
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
    padding-bottom: 80px;
    padding-top: 30px;
}

.ecommerce-footer-bottom-bar .menu > li > a {
    line-height: 1.2em;
    padding: 10px 0;
}

.ecommerce-footer-bottom-bar a {
    color: #8a8a8a;
    font-size: 0.9rem;
    transition: all 0.5s ease;
}

.ecommerce-footer-bottom-bar a:hover {
    color: #0a0a0a;
    transition: all 0.5s ease;
}

@media screen and (max-width: 39.9375em) {
    .ecommerce-footer-bottom-bar ul {
        text-align: center;
    }
}

.ecommerce-footer-bottom-bar li {
    display: inline;
}

.ecommerce-footer-bottom-bar .bottom-links {
    margin-top: 0.65rem;
    margin-left: 0;
}

.ecommerce-footer-bottom-bar .bottom-links li {
    padding-right: 2rem;
}

@media screen and (max-width: 39.9375em) {
    .ecommerce-footer-bottom-bar .bottom-links li {
        text-align: center;
    }
}

.ecommerce-footer-bottom-bar .ecommerce-footer-logomark {
    text-align: center;
}

@media screen and (max-width: 39.9375em) {
    .ecommerce-footer-bottom-bar .ecommerce-footer-logomark {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
}

.ecommerce-footer-bottom-bar .bottom-copyright {
    color: #8a8a8a;
    font-size: 0.9rem;
    line-height: 1.2em;
    padding-top: 1rem;
    text-align: right;
}

@media screen and (max-width: 39.9375em) {
    .ecommerce-footer-bottom-bar .bottom-copyright {
        text-align: center;
    }
}

