/*Homepage*/

/*Header*/
.ms-header__container .ms-header__topbar .ms-header__logo {
    margin-right: auto;
}  
@media (max-width: 992px) {
    .ms-header__container .ms-header__topbar .ms-header__mobile-logo {
        margin-right: auto;
    }
}

/*Shop by categories*/
.homepage-section-shopbycategories .sbc-category {
    width: auto;
}
.homepage-section-shopbycategories .sbc-category .msc-main_image {
    height: auto;
}

/*Footer*/
@media (min-width: 992px) {
    .ms-footer__list.pre-footer {
        display: flex;
    }
    .ms-footer__list.pre-footer li.ms-footer__list-item {
        display: inline-flex;
        flex-direction: column;
        flex: 1;
    }
    .ms-footer__list.pre-footer li.ms-footer__list-item ul {
        display: inline-flex;
        flex-direction: column;
        border-top: none;
        margin-right: auto;
    }
    .ms-footer__list.main-footer {
        display: flex;
    }
    .ms-footer__list.main-footer li.ms-footer__list-item {
        flex: 1;
    }
    .ms-footer__list.main-footer li.ms-footer__list-item ul {
        display: inline-flex;
        flex-direction: column;
        margin-right: auto;
    }
}