/* line 1, C:/xampp/htdocs/prestashop_minimart/themes/vinova_minimart/assets/sass/custom.scss */
.nov-custom {
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=../css/custom.map */
/* Firefox compatibility fix - prevent horizontal overflow from full-width rows */
html, body {
    overflow-x: hidden;
}
body #wrapper-site, body #content-wrapper {
    max-width: 100vw;
    overflow-x: hidden;
}
