body.offline {
  background-color: #fef2f2; /* subtle red */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}
.measurements {
  height: 40px;
  line-height: 40px;
  background: transparent url(https://www.whg.net.au/wp-content/plugins/whg-unleashed-online-portal/images/measure.png) no-repeat top left;
    background-size: auto;
  padding-left: 50px;
  margin-bottom: 10px;
  background-size: 40px 40px;
}
.volume {
  height: 40px;
  line-height: 40px;
  background: transparent url(https://www.whg.net.au/wp-content/plugins/whg-unleashed-online-portal/images/cubic.png) no-repeat top left;
    background-size: auto;
  padding-left: 50px;
  margin-bottom: 10px;
  background-size: 40px 40px;
}
.weight {
  height: 40px;
  line-height: 40px;
  background: transparent url(https://www.whg.net.au/wp-content/plugins/whg-unleashed-online-portal/images/weight.png) no-repeat top left;
    background-size: auto;
  padding-left: 50px;
  margin-bottom: 10px;
  background-size: 40px 40px;
}
.the_pack {
  height: 40px;
  line-height: 40px;
  background: transparent url(https://www.whg.net.au/wp-content/plugins/whg-unleashed-online-portal/images/pack.png) no-repeat top left;
    background-size: auto;
  padding-left: 50px;
  margin-bottom: 10px;
  background-size: 40px 40px;
}
