.navbar {
  position: fixed;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .allProducts > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-scroll-snap-type: initial;
        scroll-snap-type: initial;
    scroll-behavior: auto;
    white-space: nowrap;
    width: 100%;
    max-width: none;
    overflow: hidden;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .allProducts > .row > .col-xs-6 {
    min-width: 60%;
  }
}
/*# sourceMappingURL=home.css.map */