.header, .main {
   padding-left: 50px;
}

.show-cart li {
  display: flex;
}
.card {
    margin-bottom: 20px;
    position: relative;
}
.card-img-top {
  width: 200px;
  height: 200px;
  align-self: center;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 60px;
}

input.form-control {
    float: none !important;
    width: 24% !important;
}

.NEFields {
    width: -webkit-fill-available;
}
/*body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    background: #eee;
}*/
