.woitemimage {
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 48px auto;
  padding-left: 58px;
}

#worefresh {
  min-width: 150px;
  margin-left: -75px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 70px;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.rlabel {
  color: #94edb3;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 15px;
}

input[type="radio"]:checked + label {
  color: #fff;
  background: #22c65b;
}

label + input[type="radio"] + label {
  border-left: solid 2px #22c65b;
}

.radio-group {
  border: solid 2px #22c65b;
  display: inline-block;
  margin: 20px 0px;
  border-radius: 10px;
  overflow: hidden;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.footer {
  background-color: #fafafa;
  padding: 2rem 1.5rem 2rem;
}

.has-text-grey-lighter {
  color: #000 !important;
}

body h1{
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.headerImage {
  background-image:
  linear-gradient(to bottom, rgba(0, 0, 0, 0.503), rgba(0, 0, 0, 0.503)),
  url('../images/headerImage.jpg');
  background-size: cover;
  color: rgb(0, 0, 0);
}
