.page-index #custom-text,
.container,
#footer .footer-before-container2>.row,
#mobile_top_menu_wrapper,
#footer .featured-products {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1920px;
    width: auto;
}

@media (min-width:1281px) {

    .header-nav .container,
    #wrapper>.container,
    #footer .footer-before-container2>.row,
    #footer .footer-container>.container,
    #mobile_top_menu_wrapper,
    #header .header-secondary-nav .secondary-menu,
    #footer .featured-products {
        padding: 0 100px !important;
    }
}

@media ((max-width:1280px) and (min-width:993px)) {

    .header-nav .container,
    #wrapper>.container,
    #footer .footer-before-container2>.row,
    #footer .footer-container>.container,
    #mobile_top_menu_wrapper,
    #header .header-secondary-nav .secondary-menu,
    #footer .featured-products {
        padding: 0 50px !important;
    }
}

@media (max-width:992px) {

    .header-nav .container,
    #wrapper>.container,
    #footer .footer-before-container2>.row,
    #footer .footer-container>.container,
    #mobile_top_menu_wrapper,
    #header .header-secondary-nav .secondary-menu,
    #footer .featured-products {
        padding: 0 20px;
    }
}

.container:after {
    content: "";
    display: table;
    clear: both
}