html {
  position: relative;
  min-height: 100%;
}
body {
  color: #000000;
  position: absolute;
  top:0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
body a {
  color: #84c225;
  outline: none;
}
body a:hover {
  color: rgba(132, 194, 37, 0.7);
  text-decoration: none;
}
nav {
  background-color: #eee;
}
nav.navbar-light .navbar-nav a.nav-link,
nav.navbar-light .navbar-text a.nav-link,
nav.navbar-light .navbar-nav a,
nav.navbar-light .navbar-text a {
  color: #000000;
  background: none;
}
nav.navbar-light .navbar-nav a.nav-link:hover,
nav.navbar-light .navbar-text a.nav-link:hover,
nav.navbar-light .navbar-nav a:hover,
nav.navbar-light .navbar-text a:hover {
  color: #84c225;
}
main {
  
}
main h1 {
  color: #000000;
}
main.products img.width100p {
  text-align: center;
  max-width: 100%;
  max-height: 500px;
}
main.products .title {
  border-bottom: 1px solid red;
}
main.products p {
  font-size: 0.8rem;
  margin: 5px;
}
main.products .prod-info p {
  font-size: 1rem;
}
.badge {
  font-size: 1.4rem;
}
.big_title {
  font-size: 1.25rem;
  display: inline-block;
  padding: 0px 0;
  line-height: 1;
}
.big_title_nr {
  font-size: 1rem;
  font-weight: bold;
  padding: 0px 0;
  display: inline-block;
}
.boxx {
  display: block;
  padding: 2px;
  text-align: center;
  font-size: 1.4rem;
  background-color: grey;
  color: white;
}
.boxx span {
  /*padding-top: 10px;*/
  display: inline-block;
  font-size: 2rem;
}
.boxx span#single {
  display: block;
  font-size: 1.4rem;

}

.alert {
  margin-bottom: 0px;
}
