.header {
  /* background-color: #707070; */
  padding: 0.3rem 0;
}
.header .site-branding {
  text-align: center;
}
.header .site-branding .site-title {
  font-size: 2rem;
  margin: 0;
}
.header .site-branding .site-description {
  font-size: 1.2rem;
  color: rgb(162.5, 32.5, 33.2926829268);
}
.header nav .navbar-brand {
  color: white;
  font-size: 1.5rem;
}
.header nav .navbar-brand:hover {
  color: rgb(162.5, 32.5, 33.2926829268);
}
.header nav .custom-logo-link img {
  max-width: 250px;
  height: 100px;
}

/*# sourceMappingURL=style.css.map */


body {
  background: gray;
}

#masthead {
  background: #fff;
}

#masthead a img {
  height: 100%;
  width: 100%;
  max-width: 170px;
  max-height: 70px;
  object-fit: contain;
  padding: 5px;
}

#masthead .navbar-brand {
  display: none;
}

button.minus,
button.plus,
div.quantity{
  display: none!important;
}