@charset "UTF-8";

* {
  box-sizing: border-box;
}

body,
img,
a,
div,
span,
button,
form,
figure,
figcaption,
p,
em,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
input,
iframe,
table,
td,
th,
tr,
ol,
ul,
small,
li,
hr,
base,
section,
i,
q,
b,
u {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  text-decoration: none;
  background-clip: padding-box !important;
}

body {
  font-family: sans-serif;
  font-style: normal;
  font-size: large;
  color: black;
  background: rgb(212, 212, 212);
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

p,
iframe,
ol,
ul,
h2,
h3,
h4,
h5,
h6 {
  padding: 0.6rem;
}

strong,
u {
  text-decoration: underline;
}

i {
  font-style: italic;
  font-weight: normal;
}

b i,
i b {
  font-style: italic;
  font-weight: bold;
}

ul {
  list-style-type: square;
}

ul ul {
  list-style-type: disc;
}

ul ul li {
  font-style: italic;
}

ul,
ol {
  padding: 0 0 0 1.5em;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}

li {
  margin: 0.3rem 0.3rem 0.3rem 0;
}

hr {
  height: 0px;
  background: transparent;
  width: 100%;
  clear: both;
}

.block {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.inline-block {
  display: inline-block;
}

.tbl {
  display: table;
}

.row {
  display: table-row;
}

.cel,
.hdr {
  display: table-cell;
}

.grp {
  display: contents;
}

table,
.tbl {
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  border-collapse: separate;
  border-spacing: 0.3rem;
  margin: 0 auto 0.6rem auto;
  border-radius: 0.6rem;
  width: 100%;
}

td,
th,
.cel,
.hdr {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 0.3rem;
  border-radius: 0.3rem;
}

td,
.cel {
  color: black;
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
}

td.left,
.cel.left {
  text-align: left;
}

td.top,
.cel.top {
  vertical-align: top;
}

th,
.hdr {
  font-weight: bold;
  color: rgb(230, 230, 230);
  text-shadow: 1px 1px 2px black;
  background: rgba(0, 0, 0, 0.3);
}

h1 {
  font-size: 1.4rem;
}

h2,
.h2 {
  font-size: 1.2rem;
  color: #eaeaea;
  background-color: #808080;
  background-image: linear-gradient(to left, #bbbbbb, #444444);
  text-shadow: 1px 1px 2px black;
}

h3,
.h3 {
  font-size: 1.1rem;
  color: #eab000;
  background-color: #242424;
  background-image: linear-gradient(to left, #444444, #242424);
  text-shadow: 1px 1px 2px black;
}

h4,
.h4 {
  font-size: 1.06rem;
  color: yellow;
  background-color: rgb(32, 51, 32);
  background-image: linear-gradient(to left, rgb(125, 165, 125), rgb(32, 51, 32));
  text-shadow: 1px 1px 2px black;
}

h2,
h3,
h4 {
  width: 100%;
  padding: 0.6rem;
  margin: 0 0 0.6rem 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.23) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.27);
  border-width: 0.3rem;
  border-radius: 0.6rem;
}

H4 {
  padding: 0.3rem 0.6rem;
}

H5 {
  font-size: 1.03rem;
}

H6 {
  font-size: 1rem;
}

p+p {
  padding-top: 0;
}

.boxy {
  margin: 0 0 0.6rem 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.23) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.27);
  border-width: 0.3rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.7);
}

.boxy .tbl {
  background: transparent;
  margin: 0;
}

a,
a.cel {
  text-shadow: none;
}

a:link,
a:visited,
.anchor {
  color: #1616bd;
  cursor: pointer;
}

a:hover,
.anchor:hover {
  color: rgb(138, 90, 0);
}

a:active,
.anchor:active {
  color: rgb(0, 96, 0);
}

a.enc-lnk {
  display: inline-block;
  border: 0px solid black;
}

a.enc-lnk img.enc-img,
a.enc-lnk img.enc-img-hover {
  height: 1em;
  width: auto;
  vertical-align: top;
  display: inline-block;
}

a.enc-lnk img.enc-img-hover {
  display: none;
}

figure {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  background-clip: content-box;
  border: 0.3rem solid transparent;
  max-width: 20rem;
}

figure img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  max-height: 24rem;
}

figure figcaption {
  max-width: 100%;
  font-style: italic;
  background: rgba(85, 85, 85, 0.9);
  color: white;
  font-size: 0.7rem;
  padding: 0.3rem;
  text-shadow: 1px 1px 2px black;
}

figure.half {
  max-width: 12.4rem;
}

figure.right {
  float: right;
  margin: 0 0 0.6rem 0.6rem;
  border-radius: 0.6rem 0 0 0.6rem;
  border-width: 0;
}

figure.right img {
  border-radius: 0.6rem 0 0 0;
}

figure.right figcaption {
  border-radius: 0 0 0 0.6rem;
}

figure.left {
  float: left;
  margin: 0 0.6rem 0.6rem 0;
  border-radius: 0 0.6rem 0.6rem 0;
  border-width: 0;
}

figure.left img {
  border-radius: 0 0.6rem 0 0;
}

figure.left figcaption {
  border-radius: 0 0 0.6rem 0;
}

figure.center {
  margin: 0 auto 0.6rem auto;
}

figure.center figcaption {
  border-radius: 0 0 0.6rem 0.6rem;
}

figure.top.right {
  float: right;
  margin: 0 0 0 0.6rem;
  border-width: 0;
  border-radius: 0 0.3rem 0 0.6rem;
}

figure.top.right img {
  border-radius: 0 0.3rem 0 0;
}

figure.top.right figcaption {
  border-radius: 0 0 0 0.6rem;
}

figure.top.left {
  float: left;
  margin: 0 0.6rem 0 0;
  border-width: 0;
  border-radius: 0.3rem 0 0.6rem 0;
}

figure.top.left img {
  border-radius: 0.6rem 0 0 0;
}

figure.top.left figcaption {
  border-radius: 0 0 0.6rem 0;
}

figure.bottom.left {
  float: left;
  margin: 0 0.6rem 0 0;
  border-radius: 0 0.6rem 0 0.3rem;
  border: 0;
}

figure.bottom.left img {
  border-radius: 0 0.6rem 0 0.3rem;
}

figure.bottom.left figcaption {
  border-radius: 0 0 0 0.3rem;
}

figure.bottom.right {
  float: right;
  margin: 0 0.3rem 0 0.6rem;
  border-radius: 0.6rem 0 0 0;
  border: 0;
}

figure.bottom.right img {
  border-radius: 0.6rem 0 0 0;
}

figure.bottom.right figcaption {
  border-radius: 0 0 0.3rem 0;
}

figure.no-bkg {
  background: transparent;
}

body {
  font-family: "Roboto", sans-serif;
  background: black url(/img/go/bkg/honeycomb.png) repeat;
  background-attachment: fixed;
  color: black;
  text-shadow: 1px 1px 1px rgb(180, 180, 180);
  z-index: 0;
}

.menu-label,
h1,
.go-to-cart {
  position: fixed;
  top: 0;
  height: 3rem;
  z-index: 60;
}

.menu-label,
.go-to-cart {
  width: 4rem;
  display: block;
}

.menu-label {
  display: none;
}

.go-to-cart {
  right: 0;
}

.go-to-cart button,
.go-to-cart svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1 {
  padding: 0.3rem 4.6rem 0.3rem 8.6rem;
  left: 0;
  right: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
}

@media (max-width: 60rem) {
  h1 {
    font-size: 1.4736842105rem;
    line-height: 1.4736842105rem;
  }
}

@media (max-width: 55rem) {
  h1 {
    font-size: 1.4259259259rem;
    line-height: 1.4259259259rem;
  }
}

@media (max-width: 50rem) {
  h1 {
    font-size: 1.3725490196rem;
    line-height: 1.3725490196rem;
  }
}

@media (max-width: 45rem) {
  h1 {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
  }
}

@media (max-width: 40rem) {
  h1 {
    font-size: 1.2444444444rem;
    line-height: 1.2444444444rem;
  }
}

@media (max-width: 35rem) {
  h1 {
    font-size: 1.1666666667rem;
    line-height: 1.1666666667rem;
  }
}

@media (max-width: 30rem) {
  h1 {
    font-size: 1.0769230769rem;
    line-height: 1.0769230769rem;
  }
}

@media (max-width: 25rem) {
  h1 {
    font-size: 0.9722222222rem;
    line-height: 0.9722222222rem;
  }
}

@media (max-width: 20rem) {
  h1 {
    font-size: 0.8484848485rem;
    line-height: 0.8484848485rem;
  }
}

@media (max-width: 15rem) {
  h1 {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}

@media (max-width: 10rem) {
  h1 {
    font-size: 0.5185185185rem;
    line-height: 0.5185185185rem;
  }
}

html {
  scroll-padding-top: 3.6rem;
}

.all {
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
}

.nrml {
  background: rgba(32, 32, 32, 0.7);
  position: absolute;
  top: 3.6rem;
  margin-left: 8.9rem;
  z-index: 50;
}

.menu-shell-0 {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 8.6rem;
  z-index: 70;
}

.menu-shell-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8.6rem;
  z-index: 71;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
}

#menu-checkbox {
  visibility: hidden !important;
}

.mnu {
  display: table;
  position: relative;
  font-family: Inter;
  width: 8rem;
  background: rgba(255, 255, 255, 0.2);
  z-index: 72;
}

.mnu .tbl {
  margin: 0;
  background: none;
}

.mnu>li>.cel {
  padding: 0;
}

.mnu ul {
  display: table;
  width: 100%;
}

.mnu,
.mnu ul,
.mnu li {
  padding: 0;
  margin: 0;
}

.mnu>a {
  width: 8rem;
}

.mnu li {
  display: none;
  color: white;
  font-style: normal;
}

.mnu a {
  display: table-cell;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-weight: 600;
  text-shadow: 1px 1px 2px black;
}

.mnu a:hover {
  color: #808080;
}

.mnu a.unlink {
  pointer-events: none;
  cursor: default;
  color: #cc6600;
}

.mnu .cel {
  padding: 0;
  background: rgba(255, 255, 255, 0.15);
}

.mnu>li {
  display: table-row;
}

.mnu>li>a {
  display: table-cell;
  height: 3.2rem;
  font-size: 0.9rem;
}

.mnu>li.home>a {
  height: 6rem;
}

.mnu>li.w0 {
  letter-spacing: 0.25em;
}

.mnu>li.w50 {
  letter-spacing: 0.2em;
}

.mnu>li.w100 {
  letter-spacing: 0.15em;
}

.mnu>li.w150 {
  letter-spacing: 0.1em;
}

.mnu>li.w200 {
  letter-spacing: 0.05em;
}

.mnu>li.w250 {
  letter-spacing: 0em;
}

.mnu>li.w300 {
  letter-spacing: -0.02em;
}

.mnu>li.w350 {
  letter-spacing: -0.04em;
}

.mnu>li.w400 {
  letter-spacing: -0.06em;
}

.mnu>li div.cel {
  border-radius: 0;
}

.mnu>li div.cel a {
  border-width: 0.3rem 0 0 0.6rem;
  border-color: rgba(0, 0, 0, 0.4);
  border-style: solid;
  position: relative;
  text-align: left;
  padding-left: 0.2rem;
}

.mnu>li div.cel ul {
  font-size: 0.9rem;
  padding: 0;
}

.mnu>li div.cel li {
  font-family: Oswald;
  letter-spacing: 0.2em;
}

.mnu>li div.cel li.w410 {
  letter-spacing: 0.18em;
}

.mnu>li div.cel li.w420 {
  letter-spacing: 0.15em;
}

.mnu>li div.cel li.w430 {
  letter-spacing: 0.13em;
}

.mnu>li div.cel li.w440 {
  letter-spacing: 0.11em;
}

.mnu>li div.cel li.w450 {
  letter-spacing: 0.093em;
}

.mnu>li div.cel li.w460 {
  letter-spacing: 0.076em;
}

.mnu>li div.cel li.w470 {
  letter-spacing: 0.062em;
}

.mnu>li div.cel li.w480 {
  letter-spacing: 0.048em;
}

.mnu>li div.cel li.w490 {
  letter-spacing: 0.037em;
}

.mnu>li div.cel li.w500 {
  letter-spacing: 0.027em;
}

.mnu>li div.cel li.w510 {
  letter-spacing: 0.018em;
}

.mnu>li div.cel li.w520 {
  letter-spacing: 0.011em;
}

.mnu>li div.cel li.w530 {
  letter-spacing: 0.005em;
}

.mnu>li div.cel li.w540 {
  letter-spacing: 0em;
}

.mnu>li div.cel li.w550 {
  letter-spacing: -0.004em;
}

.mnu>li div.cel li.w560 {
  letter-spacing: -0.008em;
}

.mnu>li div.cel li.w570 {
  letter-spacing: -0.011em;
}

.mnu>li div.cel li.w580 {
  letter-spacing: -0.013em;
}

.mnu>li div.cel li.w590 {
  letter-spacing: -0.015em;
}

.mnu>li div.cel li.w600 {
  letter-spacing: -0.016em;
}

.mnu>li div.cel li.w610 {
  letter-spacing: -0.017em;
}

.mnu>li div.cel li.w620 {
  letter-spacing: -0.019em;
}

.mnu>li div.cel li.w630 {
  letter-spacing: -0.02em;
}

.mnu>li div.cel li.w640 {
  letter-spacing: -0.022em;
}

.mnu>li div.cel li.w650 {
  letter-spacing: -0.024em;
}

.mnu>li div.cel li.w660 {
  letter-spacing: -0.026em;
}

.mnu>li div.cel li.w670 {
  letter-spacing: -0.029em;
}

.mnu>li div.cel li.w680 {
  letter-spacing: -0.033em;
}

.mnu>li div.cel li.w690 {
  letter-spacing: -0.037em;
}

.mnu>li div.cel li.w700 {
  letter-spacing: -0.043em;
}

.mnu>li div.cel li.w710 {
  letter-spacing: -0.049em;
}

.mnu>li div.cel li.w720 {
  letter-spacing: -0.057em;
}

.mnu>li div.cel li.w730 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w740 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w750 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w760 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w770 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w780 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w790 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w800 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w810 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w820 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w830 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w840 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w850 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w860 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w870 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w880 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w890 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w900 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.w910 {
  letter-spacing: -0.066em;
}

.mnu>li div.cel li.minus+li[class$=-folder]+li.plus>a {
  border-top-width: 0;
}

.mnu>li div.cel li li a {
  border-left-width: 1.2rem;
}

.mnu>li div.cel li:last-child a {
  border-bottom-width: 0.3rem;
}

.mnu,
.mnu>li>div.cel:last-child {
  border-radius: 0 0 0.6rem 0.6rem;
}

.mnu>.home a {
  background-image: url(/img/go/menu/home-4x3-up.png);
}

.mnu>.home a:hover {
  background-image: url(/img/go/menu/home-4x3-go.png);
}

.mnu>.home a:active {
  background-image: url(/img/go/menu/home-4x3-go.png);
}

.home .mnu>.home>a {
  background-image: url(/img/go/menu/home-4x3-up.png);
}

.mnu>.contact-us>a {
  background-image: url(/img/go/menu/contact-up.png);
}

.mnu>.contact-us>a:hover {
  background-image: url(/img/go/menu/contact-go.png);
}

.mnu>.contact-us>a:active {
  background-image: url(/img/go/menu/contact-go.png);
}

.contact-us .mnu>.contact-us>a {
  background-image: url(/img/go/menu/contact-dn.png);
}

.mnu>.fueltanks>a {
  background-image: url(/img/go/menu/tank-up.png);
}

.mnu>.fueltanks>a:hover {
  background-image: url(/img/go/menu/tank-go.png);
}

.mnu>.fueltanks>a:active {
  background-image: url(/img/go/menu/tank-go.png);
}

.fueltanks .mnu>.fueltanks>a {
  background-image: url(/img/go/menu/tank-dn.png);
}

.mnu>.redkote>a {
  background-image: url(/img/go/menu/redkote-up.png);
}

.mnu>.redkote>a:hover {
  background-image: url(/img/go/menu/redkote-go.png);
}

.mnu>.redkote>a:active {
  background-image: url(/img/go/menu/redkote-go.png);
}

.redkote .mnu>.redkote>a {
  background-image: url(/img/go/menu/redkote-dn.png);
}

.mnu>.rad>a {
  background-image: url(/img/go/menu/rad-up.png);
}

.mnu>.rad>a:hover {
  background-image: url(/img/go/menu/rad-dn.png);
}

.mnu>.rad>a:active {
  background-image: url(/img/go/menu/rad-dn.png);
}

[class^=rad-] .mnu>.rad>a {
  background-image: url(/img/go/menu/rad-dn.png);
}

.mnu .slitting>a {
  background-image: url(/img/go/menu/slice-up.png);
}

.mnu>.slitting>a:hover {
  background-image: url(/img/go/menu/slice-go.png);
}

.mnu>.slitting>a:active {
  background-image: url(/img/go/menu/slice-go.png);
}

.slitting .mnu>.slitting>a {
  background-image: url(/img/go/menu/slice-dn.png);
}

.mnu .vapourblast>a {
  background-image: url(/img/go/menu/vapourblast-up.png);
}

.mnu>.vapourblast>a:hover {
  background-image: url(/img/go/menu/vapourblast-go.png);
}

.mnu>.vapourblast>a:active {
  background-image: url(/img/go/menu/vapourblast-go.png);
}

.vapourblast .mnu>.vapourblast>a {
  background-image: url(/img/go/menu/vapourblast-dn.png);
}

.mnu>.tools>a {
  background-image: url(/img/go/menu/span-up.png);
}

.mnu>.tools>a:hover {
  background-image: url(/img/go/menu/span-go.png);
}

.mnu>.tools>a:active {
  background-image: url(/img/go/menu/span-go.png);
}

[class^=tools-] .mnu>.tools>a {
  background-image: url(/img/go/menu/span-dn.png);
}

.mnu>[class^=noise]>a {
  background-image: url(/img/go/menu/noise-up.png);
}

.mnu>[class^=noise]>a:hover {
  background-image: url(/img/go/menu/noise-go.png);
}

.mnu>[class^=noise]>a:active {
  background-image: url(/img/go/menu/noise-go.png);
}

[class^=noise] .mnu>.noise>a {
  background-image: url(/img/go/menu/noise-dn.png);
}

.mnu>.pastime>a {
  background-image: url(/img/go/menu/pastime-up.png);
}

.mnu>.pastime>a:hover {
  background-image: url(/img/go/menu/pastime-go.png);
}

.mnu>.pastime>a:active {
  background-image: url(/img/go/menu/pastime-go.png);
}

[class^=pastime-] .mnu>.pastime>a {
  background-image: url(/img/go/menu/pastime-dn.png);
}

.mnu>.sale>a {
  background-image: url(/img/go/menu/buy-up.png);
}

.mnu>.sale>a:hover {
  background-image: url(/img/go/menu/buy-go.png);
}

.mnu>.sale>a:active {
  background-image: url(/img/go/menu/buy-go.png);
}

[class^=sale-] .mnu>.sale>a {
  background-image: url(/img/go/menu/buy-dn.png);
}

.mnu .units .cel span {
  color: white;
  text-shadow: 1px 1px 2px black;
}

@media all and (max-width: 35rem) {
  .menu-shell-0 {
    display: none;
  }

  .menu-label {
    z-index: 72;
    display: block;
  }

  .menu-label svg {
    display: block;
    fill: black;
  }

  .menu-label svg .txt-show,
  .menu-label svg .txt-hide,
  .menu-label svg .txt-menu {
    fill: rgb(255, 255, 255);
  }

  .menu-label svg .txt-hide {
    display: none;
  }

  .menu-label svg .faux-button {
    stroke-width: 50px;
    stroke: url(#gradient-up);
    paint-order: fill;
    fill: rgba(255, 255, 255, 0.5);
  }

  .menu-label svg:hover .faux-button {
    fill: rgba(255, 255, 255, 0.7);
  }

  .menu-label svg:active .txt-show,
  .menu-label svg:active .txt-hide,
  .menu-label svg:active .txt-menu {
    fill: rgb(158, 158, 158);
  }

  .menu-label svg:active .faux-button {
    fill: rgba(189, 189, 189, 0.5);
    stroke: url(#gradient-dn);
  }

  #menu-checkbox:checked+.menu-label+.menu-shell-0 {
    display: block;
  }

  #menu-checkbox:checked+.menu-label+.menu-shell-0 .mnu {
    background: black;
    top: 3rem;
  }

  #menu-checkbox:checked+.menu-label .txt-show {
    display: none;
  }

  #menu-checkbox:checked+.menu-label .txt-hide {
    display: initial;
  }

  .nrml {
    margin-left: 0;
  }
}

.rad-vhrc-gallery-open .menu-label,
.rad-vhrc-gallery-open .menu-shell-0,
.zum-overlay-on .menu-label,
.zum-overlay-on .menu-shell-0 {
  display: none !important;
}

svg.cart-icon .halo,
svg.cart-icon .basket,
svg.cart-icon .wheel-rear,
svg.cart-icon .wheel-front,
svg.cart-icon .handle,
svg.cart-icon .txt-view {
  stroke-width: 30;
}

svg.cart-icon .basket {
  stroke: rgb(255, 255, 255);
  fill: rgb(0, 0, 0);
}

svg.cart-icon .halo {
  stroke: rgb(167, 0, 0);
  stroke-width: 50;
  fill: rgb(0, 0, 0);
}

svg.cart-icon .handle,
svg.cart-icon .wheel-rear,
svg.cart-icon .wheel-front {
  stroke-width: 50;
  fill: black;
  stroke: rgb(167, 0, 0);
}

svg.cart-icon .txt-view,
svg.cart-icon .txt-cart {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgb(255, 255, 255);
}

svg.cart-icon .txt-view {
  stroke-width: 30;
}

svg.cart-icon .txt-cart {
  stroke-width: 40;
}

svg.cart-icon .txt-qty {
  font-family: Inter;
  font-weight: 400;
  font-size: 260px;
  font-style: normal;
  fill: rgb(255, 255, 255);
  font-family: Inter;
  font-weight: 900;
  stroke: none;
}

svg.cart-icon .faux-button {
  stroke-width: 50px;
  stroke: url(#grad-cart-up);
  paint-order: fill;
  fill: rgba(255, 255, 255, 0.5);
}

svg.cart-icon:hover .faux-button {
  fill: rgba(255, 255, 255, 0.7);
}

svg.cart-icon:active .txt-view,
svg.cart-icon:active .txt-cart,
svg.cart-icon:active .basket {
  stroke: rgb(158, 158, 158);
}

svg.cart-icon:active .txt-qty {
  fill: rgb(158, 158, 158);
}

svg.cart-icon:active .faux-button {
  fill: rgba(189, 189, 189, 0.5);
  stroke: url(#grad-cart-dn);
}

.cart-vacant svg.cart-icon .txt-qty,
.cart-vacant svg.cart-icon .halo {
  display: none;
}

.cart-vacant svg.cart-icon a.go-to-cart:hover svg.cart-icon .txt-view,
.cart-vacant svg.cart-icon a.go-to-cart:hover svg.cart-icon .txt-cart {
  stroke: rgb(126, 126, 126);
}

.cart-vacant svg.cart-icon a.go-to-cart:hover svg.cart-icon .basket {
  stroke: rgb(126, 126, 126);
}

[class^=home] .mnu .home-folder,
[class^=home] .mnu .home-praise,
[class^=home] .mnu .home-map,
[class^=home-praise] .mnu [class^=home-praise],
[class^=home-map] .mnu [class^=home-map],
[class^=redkote] .mnu [class^=redkote-],
[class^=rad-] .mnu .rad-vhrc,
[class^=rad-] .mnu .rad-veecell,
[class^=rad-] .mnu .rad-repair,
[class^=rad-vhrc] .mnu [class^=rad-vhrc],
[class^=rad-veecell] .mnu [class^=rad-veecell],
[class^=rad-repair] .mnu [class^=rad-repair],
[class^=tools-] .mnu .tools-home,
[class^=tools-] .mnu .tools-shop,
[class^=tools-] .mnu .tools-auto,
[class^=tools-] .mnu .tools-folder,
.tools-shop .mnu [class^=tools-shop],
.tools-auto .mnu [class^=tools-auto],
[class^=noise-] .mnu [class^=noise-],
[class^=pastime-] .mnu [class^=pastime-],
[class^=sale-] .mnu .sale-all,
[class^=sale-] .mnu .sale-search {
  display: table-row;
}

#zum.overlay {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  margin: 0;
  border: 0;
  z-index: 55;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 6vw;
}

#zum.overlay i {
  font-size: 10vw;
}

#zum.overlay>img {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

#zum.overlay>button {
  position: absolute;
  top: 3.6rem;
  right: 0.6rem;
  width: 3rem;
  height: 3rem;
  background: #666666 url(/img/ui/btn/button_inv.png) 50% 50% no-repeat;
  background: linear-gradient(to bottom, #666666, #444444);
  border-color: #bbbbbb #444444 #333333 #808080;
  cursor: pointer;
}

#zum.overlay>button>img {
  max-width: 100%;
  max-height: 100%;
}

#zum.overlay>button:hover {
  background: #cccccc;
}

#zum.overlay>button:active {
  background: black;
  border-color: #333333 #808080 #bbbbbb #444444;
}

#zum.meh {
  color: rgb(255, 230, 0);
  background: rgba(0, 140, 255, 0.5);
  text-shadow: 1px 1px 2px black;
}

#zum.meh a:link,
#zum.meh a:visited,
#zum.meh .anchor {
  color: rgb(0, 0, 255);
  text-shadow: 0px 0px 4px rgb(255, 238, 0);
}

#zum.meh a:hover,
#zum.meh .anchor:hover {
  color: rgb(255, 255, 128);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

#zum.meh a:active,
#zum.meh .anchor:active {
  color: rgb(106, 218, 106);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

#zum.yay {
  color: rgb(215, 255, 215);
  background: rgba(0, 96, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

#zum.nay {
  color: rgb(255, 172, 139);
  background: rgba(196, 0, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

q {
  display: inline;
  text-decoration: none;
}

q b,
q i {
  font-weight: normal;
  font-style: normal;
}

q::before,
q::after {
  content: "";
}

body.metric q i {
  display: none;
}

body.metric .imperial {
  display: none;
}

body.imperial q b {
  display: none;
}

body.imperial .metric {
  display: none;
}

.slitting-copper .vid-box {
  display: flex;
  align-items: center;
}

.slitting-copper .vid-box iframe {
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.vapourblast img {
  width: 80%;
  height: auto;
  margin: 1em;
  display: block;
}

.preload {
  height: 1px;
  width: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

div.legal {
  text-align: center;
  font-size: 0.6rem;
  clear: both;
  margin-top: 0.6rem;
}

#gototop,
#gototop_mob {
  display: block;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3.6rem;
  height: 2.025rem;
  z-index: 90;
  background-color: transparent;
  background-image: url(/img/go/icon/gototop.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#gototop_mob {
  display: none;
}

#fb_video_box {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
  margin-top: -0.6rem;
}

.fb-video>span {
  display: block;
  max-width: 100%;
  margin: 0;
}

.btnDown,
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=search],
button,
input[type=text],
input[type=email] {
  border-width: 0.3rem;
  border-radius: 0.3rem;
  border-style: solid;
  text-decoration: none;
  color: black;
  vertical-align: middle;
  text-align: center;
}

input[type=text],
input[type=email] {
  background-color: white;
  color: black;
  border-width: 0.15rem;
  padding: 0.15rem;
  margin: 0.15rem;
}

input[type=image],
input[type=submit],
button,
input[type=reset],
input[type=button],
input[type=search],
.btn {
  background: #eaeaea url(/img/ui/btn/button.png) 50% 50% no-repeat;
  background: linear-gradient(to bottom, #eaeaea, #cccccc);
  border-color: #bbbbbb #808080 #666666 #cccccc;
  cursor: pointer;
}

input[type=image]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=search]:hover,
button:hover,
.btn:hover {
  background: white;
}

input[type=image]:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
input[type=search]:active,
button:active,
.btn:active {
  background: #bbbbbb;
}

.btnDown {
  background: linear-gradient(to bottom, #444444, #666666);
  border-color: #666666 #cccccc #bbbbbb #808080;
  border-style: solid;
  color: white;
  border-color: #666666 #cccccc #bbbbbb #808080;
}

input[type=text],
input[type=email],
.btn:active,
button:active {
  border-color: #666666 #cccccc #bbbbbb #808080;
}

button {
  width: auto;
  height: 2.4rem;
}

button img {
  vertical-align: bottom;
  width: auto;
  height: 100%;
}

input[type=radio].labelled {
  display: none;
}

input[type=radio].labelled:checked+label {
  background: linear-gradient(to bottom, #444444, #666666);
  border-color: #666666 #cccccc #bbbbbb #808080;
  border-style: solid;
  color: white;
  border-color: #666666 #cccccc #bbbbbb #808080;
}

input[type=checkbox].labelled {
  display: none;
}

input[type=checkbox].labelled+label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  background: white;
  border: 0.3rem solid #666666;
  padding: 0;
}

input[type=checkbox].labelled+label:hover {
  background: white url(/img/ui/btn/light_green_tick.svg) center/100% no-repeat;
}

input[type=checkbox].labelled:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  left: 0.5rem;
  bottom: 0.2rem;
  width: 0.6rem;
  height: 1.2rem;
  border: 0.3rem solid rgb(0, 128, 0);
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

@keyframes msg-fade {
  0% {
    opacity: 1;
    z-index: 80;
    min-height: 2.7rem;
    display: block;
  }

  99% {
    opacity: 0.01;
    z-index: 80;
    min-height: 2.7rem;
    display: block;
  }

  100% {
    opacity: 0;
    z-index: -10;
    display: none;
  }
}

/*
@keyframes msg-back
{   from
    {   opacity: 1;
        z-index: 80;
    }
    to
    {   opacity: 1;
        z-index: 80;
    }
}
*/
.msg-top {
  position: fixed;
  top: 3rem;
  left: 4.3rem;
  right: 4.3rem;
  z-index: 80;
  background-color: rgba(224, 224, 224, 0.9);
  border: 0.3rem solid #666666;
  border-radius: 0.6rem;
  min-height: 3rem;
  padding: 0.6rem;
  animation-name: msg-fade;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  text-align: center;
  /*
  &:hover
  {   animation-name: msg-back;
      animation-delay: 0s;
      animation-duration: 0.5s;
  }

  button
  {   position: absolute;
      top:0;
      right:0;
  }
      */
}

.msg-top .title {
  color: rgb(0, 128, 0);
  font-weight: bold;
  font-style: italic;
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
}

.msg-top .code {
  color: #cc6600;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Courier Prime", monospace;
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
}

.msg-top .span {
  display: inline-block;
}

.sale-item .tbl,
.show-item .tbl {
  border-spacing: 0;
}

.sale-item .header .tbl,
.sale-item .header .cel,
.sale-item .blurb .tbl,
.sale-item .blurb .cel,
.show-item .header .tbl,
.show-item .header .cel,
.show-item .blurb .tbl,
.show-item .blurb .cel {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.sale-item h3,
.show-item h3 {
  border-color: rgba(0, 0, 0, 0.23) rgba(0, 0, 0, 0.27) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.25);
}

.sale-item .header,
.show-item .header {
  background-color: #242424;
  background-image: linear-gradient(to left, #444444, #242424);
  border: 0;
  border-radius: 0.3rem 0.3rem 0 0;
}

.sale-item .header .cel,
.show-item .header .cel {
  text-shadow: 1px 1px 2px black;
}

.sale-item .header .name-box,
.show-item .header .name-box {
  width: 70%;
}

.sale-item .header .name-box .title,
.show-item .header .name-box .title {
  color: #eab000;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 600;
}

.sale-item .header .name-box .sid,
.show-item .header .name-box .sid {
  color: #808080;
  font-family: "Courier Prime", monospace;
  text-transform: uppercase;
}

.sale-item .header .stat-box .backSoon,
.show-item .header .stat-box .backSoon {
  color: #a5a5fd;
  width: 7.2rem;
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  font-family: Oswald;
  font-weight: bold;
  text-shadow: 0px 0px 2px black;
  line-height: 0.9rem;
  padding: 0.1rem 0.3rem 0.3rem 0.1rem;
}

.sale-item .header .stat-box .mou,
.sale-item .header .stat-box .nxt-is,
.sale-item .header .stat-box .aud,
.show-item .header .stat-box .mou,
.show-item .header .stat-box .nxt-is,
.show-item .header .stat-box .aud {
  color: #bbbbbb;
  font-size: 0.8rem;
  line-height: 0.7rem;
}

.sale-item .header .stat-box .nxt-prc,
.sale-item .header .stat-box .sum-prc,
.sale-item .header .stat-box .aud,
.show-item .header .stat-box .nxt-prc,
.show-item .header .stat-box .sum-prc,
.show-item .header .stat-box .aud {
  color: rgb(0, 204, 0);
}

.sale-item .header .stat-box .nxt-prc,
.sale-item .header .stat-box .sum-prc,
.show-item .header .stat-box .nxt-prc,
.show-item .header .stat-box .sum-prc {
  font-weight: 600;
  font-size: 1rem;
}

.sale-item .header .stat-box .qty,
.sale-item .header .stat-box .eql,
.show-item .header .stat-box .qty,
.show-item .header .stat-box .eql {
  color: rgb(255, 128, 0);
  font-size: 1.3rem;
  font-weight: 600;
}

.sale-item .header .stat-box .last,
.show-item .header .stat-box .last {
  width: 2.7rem;
}

.sale-item.zero-in-cart .nxt-is,
.sale-item.zero-in-cart .mou,
.sale-item.zero-in-cart .qty,
.show-item.zero-in-cart .nxt-is,
.show-item.zero-in-cart .mou,
.show-item.zero-in-cart .qty {
  display: none;
}

.sale-item .blurb .specs,
.show-item .blurb .specs {
  float: right;
  width: auto;
  border: 0;
  background: transparent;
  border-spacing: 0;
  clear: right;
  border-bottom-left-radius: 0.6rem;
}

.sale-item .blurb .specs td,
.sale-item .blurb .specs th,
.show-item .blurb .specs td,
.show-item .blurb .specs th {
  border: 0.3rem solid rgba(0, 0, 0, 0.3);
  border-top: 0;
  border-right: 0;
  border-radius: 0;
}

.sale-item .blurb .specs td:empty,
.sale-item .blurb .specs th:empty,
.show-item .blurb .specs td:empty,
.show-item .blurb .specs th:empty {
  background: transparent !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.sale-item .blurb .specs th,
.show-item .blurb .specs th {
  background: rgba(0, 0, 0, 0.5);
}

.sale-item .blurb .specs tr:last-child th:first-child,
.show-item .blurb .specs tr:last-child th:first-child {
  border-bottom-left-radius: 0.6rem;
}

.sale-item .blurb h3+.specs,
.show-item .blurb h3+.specs {
  margin-top: -0.6rem;
}

.sale-item .blurb .images img,
.show-item .blurb .images img {
  max-height: 9rem;
  max-width: 16rem;
  vertical-align: middle;
  border: 0.3rem solid transparent;
  border-radius: 0.9rem;
}

.sale-item .blurb .images img:hover,
.show-item .blurb .images img:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(251, 255, 0, 0.4);
  cursor: pointer;
}

.crt_box {
  margin: 8px;
}

.crt_job {
  font-size: 0.85em;
  font-style: italic;
  color: #666666;
}

#vn_mnu {
  text-align: center;
  color: rgb(176, 26, 22);
  border: 0.3rem solid #666666;
  background-color: rgb(172, 172, 172);
  background-image: linear-gradient(to left, rgb(242, 242, 242), rgb(172, 172, 172));
  margin: 0 0 8px 0;
}

nav {
  font-family: "Oswald", sans-serif;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0 0.6rem 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.23) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.27);
  border-width: 0.3rem;
  border-radius: 0.6rem;
  border-radius: 1.2rem;
  padding: 0.3rem;
  color: rgb(176, 26, 22);
  text-align: center;
  vertical-align: middle;
}

nav a,
nav span {
  display: inline-block;
  border: 0.3rem solid #999999;
  border-radius: 0.6rem;
  padding: 0.3rem;
  margin: 0.3rem 0;
}

nav a {
  background: #cccccc;
}

nav span {
  background: rgb(255, 255, 208);
  border-color: rgb(158, 189, 255);
  cursor: default;
}

.boxy nav {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.tools-home .shady,
.tools-home .shady a,
.tools-home .shady p {
  border: 0.3rem solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.3);
  padding: 0.6rem;
  display: block;
  margin: 0.3rem;
}

.tools-home .shady p {
  background: rgba(255, 255, 255, 0.25);
  border-left-width: 1.2rem;
  border-top: 0;
  margin-top: -0.3rem;
}

.tools-home .shady .shady,
.tools-home .shady .shady p {
  border-radius: 0 0 0.6rem 0;
}

.tools-home .shady a {
  border-radius: 0.6rem 0 0 0;
}

.tools-home .shady a+.shady,
.tools-home .shady p+.shady {
  margin-top: -0.3rem;
  border-top: 0;
}

#saleSearchTable .row .saleSearchResetTitle span {
  display: block;
}

#saleSearchTable .row .saleSearchResetTitle .txt {
  font-size: 0.7em;
  line-height: 1em;
}

#saleSearchTable .row .saleSearchResetTitle .dwn {
  font-size: 1.5em;
  line-height: 0.5em;
}

#saleSearchTable input {
  font-size: 2em;
  width: 80%;
  font-family: "Courier Prime", monospace;
}

#saleSearchTable button img {
  height: 3em;
  width: 3em;
}

.praise_p {
  text-align: center;
  margin: 1em 0em 0em 0em;
}

.praise_div {
  background: #dbdbdb;
}

.praise_from {
  color: #808080;
  text-align: right;
  margin: -8px 0 0 0;
  font-size: 0.85em;
  padding: 0 0.3rem;
  background: transparent url(/img/go/bkg/from.jpg) 100% 0% repeat-y;
}

.praise_line {
  height: 0.15rem;
  border: 0px solid transparent;
  background: transparent;
  border-top: 0.15rem dotted #808080;
  margin: 0em 320px 1em 320px;
  padding: 0px;
}

.praise_area {
  text-align: left;
  color: white;
  margin: 0px;
  background: transparent url(/img/go/bkg/gradient.jpg) 0% 0% repeat-y;
}

h3.praise_area {
  font-size: 0.67em;
  font-style: italic;
  text-align: center;
  background: black;
  margin: 0px 0px 0em 0px;
}

.praise_from_p,
.praise_area {
  padding: 0.4em 0.2em 0.2em 0.2em;
}

.redkote-dealers iframe.loc,
.rad-vhrc-fitters iframe.loc {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0px auto 8px auto;
  padding: 0px;
}

.pastime-truck ul ul li {
  font-style: normal;
}

.pastime-truck em {
  font-weight: normal;
  font-style: italic;
}

.rad-veecell-home .nomenclature .cel {
  padding-left: 0.6rem;
}

.rad-veecell-home .nomenclature p {
  padding: 0;
}

.rad-veecell-home .nomenclature .now {
  text-align: left;
  padding-bottom: 0.3rem;
}

.rad-veecell-home .nomenclature .company,
.rad-veecell-home .nomenclature .brand {
  font-weight: bold;
  font-style: italic;
  border-radius: 1.8rem;
  padding: 0.15rem 0.6rem;
  line-height: 0.95em;
}

.rad-veecell-home .nomenclature .company {
  color: #eaeaea;
  background: rgb(176, 26, 22);
  border: 0.3rem solid #eab000;
}

.rad-veecell-home .nomenclature .brand {
  background: white;
  border: 0.3rem solid rgb(176, 26, 22);
  color: rgb(0, 128, 0);
}

.rad-veecell-home .nomenclature .core-type {
  font-weight: bold;
}

.rad-veecell-home .nomenclature .abbreviation {
  text-align: left;
  color: #808080;
}

.rad-veecell-home .nomenclature .under-the-name {
  font-size: 0.8rem;
  font-style: italic;
  color: #808080;
}

.rad-veecell-home .nomenclature .plus {
  padding: 0.3rem;
  color: #444444;
}

.rad-veecell-home .nomenclature .will-make {
  padding: 0.3rem;
  color: #444444;
}

.redkote-dealers .refidex,
.rad-vhrc-fitters .refidex {
  margin-left: 1.2rem;
}

.redkote-dealers table.contact,
.rad-vhrc-fitters table.contact {
  max-width: 22rem;
  height: 20rem;
  background: #cccccc;
  border-spacing: 0;
  display: inline-table;
  vertical-align: top;
  border-radius: 1.35rem;
  border: 0.15rem solid #eaeaea;
  margin-right: 0.6rem;
}

.redkote-dealers table.contact i,
.rad-vhrc-fitters table.contact i {
  font-size: 1.4rem;
}

.redkote-dealers table.contact th,
.redkote-dealers table.contact td,
.rad-vhrc-fitters table.contact th,
.rad-vhrc-fitters table.contact td {
  border-radius: 0;
  border-width: 0.15rem;
  border-style: solid;
  color: black;
}

.redkote-dealers table.contact th,
.rad-vhrc-fitters table.contact th {
  text-shadow: -1px -1px 2px white;
  border-color: #eaeaea;
}

.redkote-dealers table.contact td,
.rad-vhrc-fitters table.contact td {
  border-color: white;
  width: 20rem;
}

.redkote-dealers table.contact tr:first-child th,
.rad-vhrc-fitters table.contact tr:first-child th {
  border-radius: 1.2rem 1.2rem 0 0;
}

.redkote-dealers table.contact tr:first-child td,
.rad-vhrc-fitters table.contact tr:first-child td {
  border-radius: 0 1.2rem 0 0;
}

.redkote-dealers table.contact tr:last-child th,
.rad-vhrc-fitters table.contact tr:last-child th {
  border-radius: 0 0 0 1.2rem;
}

.redkote-dealers table.contact tr:last-child td,
.rad-vhrc-fitters table.contact tr:last-child td {
  border-radius: 0 0 1.2rem 0;
}

.redkote-dealers table.contact .suburb,
.rad-vhrc-fitters table.contact .suburb {
  color: white;
  background: #666666;
  text-shadow: 1px 1px 2px black;
}

.sub-heading {
  color: #eab000;
  font-size: 0.8em;
}

.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

form {
  background: transparent;
  margin-bottom: 0.6rem;
}

form input[type=submit] {
  padding: 0.3rem 0.6rem;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  width: 95%;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form input[type=submit] {
  font-size: 1.2rem;
  line-height: 1em;
  vertical-align: middle;
}

form textarea {
  height: 10em;
  text-align: left;
}

form [type=tel] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form input[name^=zip] {
  width: 2.4rem;
  height: 2.4rem;
}

form .go {
  width: 7rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

form [id^=send-] {
  margin: 0 auto;
  display: none;
}

form [class^=nay-],
form [class^=yay-],
form [class^=meh-],
form [class^=hint] {
  font-size: 0.8rem;
  line-height: 0.9rem;
}

form [class^=nay-] .close,
form [class^=nay-][class^=meh-] .idea,
form [class^=yay-] .close,
form [class^=yay-][class^=meh-] .idea,
form [class^=meh-] .close,
form [class^=meh-][class^=meh-] .idea,
form [class^=hint] .close,
form [class^=hint][class^=meh-] .idea {
  display: block;
  border-style: solid;
  border-width: 0.1rem;
  border-radius: 0.2rem;
  height: 1rem;
  width: 1rem;
  padding: 0;
}

form [class^=nay-] .close img,
form [class^=nay-] .close span,
form [class^=nay-][class^=meh-] .idea img,
form [class^=nay-][class^=meh-] .idea span,
form [class^=yay-] .close img,
form [class^=yay-] .close span,
form [class^=yay-][class^=meh-] .idea img,
form [class^=yay-][class^=meh-] .idea span,
form [class^=meh-] .close img,
form [class^=meh-] .close span,
form [class^=meh-][class^=meh-] .idea img,
form [class^=meh-][class^=meh-] .idea span,
form [class^=hint] .close img,
form [class^=hint] .close span,
form [class^=hint][class^=meh-] .idea img,
form [class^=hint][class^=meh-] .idea span {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

form [class^=nay-] .close,
form [class^=yay-] .close,
form [class^=meh-] .close,
form [class^=hint] .close {
  float: right;
}

form [class^=nay-] .idea,
form [class^=yay-] .idea,
form [class^=meh-] .idea,
form [class^=hint] .idea {
  float: left;
}

form [class^=meh-] .idea {
  border-color: yellow;
  color: yellow;
  background-color: rgba(255, 255, 255, 0.2);
}

form .req {
  font-weight: normal;
  color: #999999;
  font-style: italic;
  font-size: 0.9rem;
  padding: 0;
  color: black;
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
}

form [class^=meh-] {
  color: rgb(255, 230, 0);
  background: rgba(0, 140, 255, 0.5);
  text-shadow: 1px 1px 2px black;
}

form [class^=meh-] a:link,
form [class^=meh-] a:visited,
form [class^=meh-] .anchor {
  color: rgb(0, 0, 255);
  text-shadow: 0px 0px 4px rgb(255, 238, 0);
}

form [class^=meh-] a:hover,
form [class^=meh-] .anchor:hover {
  color: rgb(255, 255, 128);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

form [class^=meh-] a:active,
form [class^=meh-] .anchor:active {
  color: rgb(106, 218, 106);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

form [class^=nay-] {
  color: rgb(255, 172, 139);
  background: rgba(196, 0, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

form [class^=yay-] {
  color: rgb(215, 255, 215);
  background: rgba(0, 96, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

form [class^=meh-],
form [class^=nay-],
form [class^=yay-],
form.au .os,
form.os .au {
  display: none;
}

form .iti .iti__flag-container {
  margin-left: 0.3rem;
}

form #captcha,
form #captcha>div {
  margin: 0 auto;
}

form.captcha-placeholder #captcha {
  width: 320px;
  height: 100px;
  background: rgb(70, 70, 70);
}

form .nay-captcha {
  display: block;
}

form.yay-captcha .nay-captcha {
  display: none;
}

form.nay-email-enter-address p.nay-email-enter-address {
  display: block;
}

form.meh-email-keep-typing p.meh-email-keep-typing {
  display: block;
}

form.meh-email-suggestion p.meh-email-suggestion {
  display: block;
}

form.nay-phone p.nay-phone {
  display: block;
}

form.meh-phone-country-code p.meh-phone-country-code {
  display: block;
}

form.meh-phone-keep-typing p.meh-phone-keep-typing {
  display: block;
}

form.meh-phone-too-long p.meh-phone-too-long {
  display: block;
}

form.meh-phone-add-local-area-code p.meh-phone-add-local-area-code {
  display: block;
}

form.meh-phone-invalid-length p.meh-phone-invalid-length {
  display: block;
}

form.meh-phone-nearly p.meh-phone-nearly {
  display: block;
}

form.meh-phone-good-start p.meh-phone-good-start {
  display: block;
}

form p[class^=yay-],
form p[class^=nay-],
form p[class^=meh-] {
  padding: 0;
}

body.rad-vhrc-estimate .history th,
body.rad-vhrc-estimate .history td {
  padding: 0;
  border: 0;
}

body.rad-vhrc-estimate .history th {
  color: rgb(206, 206, 206);
  text-shadow: 1px 1px 2px black;
}

body.rad-vhrc-estimate .history .xplier {
  font-size: 0.8rem;
}

body.rad-vhrc-estimate .history .xplier .small-decimals {
  font-size: 0.7rem;
  display: block;
}

body.rad-vhrc-estimate .history .smaller-digits {
  font-size: 0.7em;
  display: block;
}

body.rad-vhrc-estimate .history .math-sign {
  color: yellow;
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

body.rad-vhrc-estimate .history table {
  margin: 0;
}

body.rad-vhrc-estimate .nrml {
  background: transparent;
}

body.rad-vhrc-estimate .banner,
body.rad-vhrc-estimate .intro-and-video {
  width: 100%;
}

body.rad-vhrc-estimate .banner .logo {
  width: 20%;
}

body.rad-vhrc-estimate .banner .logo img {
  width: 6rem;
  vertical-align: bottom;
}

body.rad-vhrc-estimate .banner .company,
body.rad-vhrc-estimate .banner .part-of {
  width: 60%;
}

body.rad-vhrc-estimate .banner .company {
  font-weight: bold;
}

body.rad-vhrc-estimate .banner .part-of {
  color: #2b2b2b;
  font-style: italic;
  font-size: 80%;
  font-weight: 700;
}

body.rad-vhrc-estimate .intro-and-video {
  margin-bottom: 0.6rem;
}

body.rad-vhrc-estimate .intro-and-video .cel {
  min-height: 400px;
}

body.rad-vhrc-estimate .intro-and-video .height {
  color: rgb(0, 128, 0);
}

body.rad-vhrc-estimate .intro-and-video .width {
  color: #1616bd;
}

body.rad-vhrc-estimate .intro-and-video .thick {
  color: rgb(138, 90, 0);
}

body.rad-vhrc-estimate .intro-and-video .height,
body.rad-vhrc-estimate .intro-and-video .width,
body.rad-vhrc-estimate .intro-and-video .thick {
  text-shadow: 0px 0px 2px rgb(255, 255, 255);
}

body.rad-vhrc-estimate .intro-and-video .video {
  background: rgba(0, 0, 0, 0.3);
}

body.rad-vhrc-estimate .tbl.jobid {
  border-spacing: 0;
  background-color: #242424;
  background-image: linear-gradient(to left, #444444, #242424);
  margin: 0;
  border: 0.3rem solid rgba(126, 126, 126, 0.39);
  margin: 0 0 0.6rem 0;
}

body.rad-vhrc-estimate .tbl.jobid .cel {
  padding: 0;
  background: transparent;
}

body.rad-vhrc-estimate .tbl.jobid .jobid-header,
body.rad-vhrc-estimate .tbl.jobid .jobid-core-details-header {
  padding: 0.3rem;
  font-weight: bold;
}

body.rad-vhrc-estimate .tbl.jobid .tbl {
  margin: 0;
  border-spacing: 0;
}

body.rad-vhrc-estimate .tbl.jobid .jobid-core-details-header {
  width: 50%;
  text-align: left;
  color: #eab000;
  text-shadow: 1px 1px 2px black;
}

body.rad-vhrc-estimate .tbl.jobid .jobid-header {
  text-align: right;
}

body.rad-vhrc-estimate h3 {
  display: block;
}

body.rad-vhrc-estimate .data-inputs {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

body.rad-vhrc-estimate .data-inputs .tbl {
  margin: 0 0.6rem 0.6rem 0;
  border-radius: 0.6rem;
  border: 0.1rem solid rgb(177, 177, 177);
  width: 15.6rem;
  height: 12rem;
  border-spacing: 0;
}

body.rad-vhrc-estimate .data-inputs .tbl p {
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  padding: 0.3rem !important;
  border-radius: 0.6rem 0.6rem 0 0;
}

body.rad-vhrc-estimate .data-inputs .tbl p i:first-child {
  position: absolute;
  left: 0;
}

body.rad-vhrc-estimate .data-inputs .tbl,
body.rad-vhrc-estimate .data-inputs .tbl .cel {
  background: rgba(255, 255, 255, 0.2);
}

body.rad-vhrc-estimate .data-inputs .tbl .row:first-child .cel {
  height: 2rem;
}

body.rad-vhrc-estimate .data-inputs .tbl .mm,
body.rad-vhrc-estimate .data-inputs .tbl .in,
body.rad-vhrc-estimate .data-inputs .tbl .plus {
  color: rgba(0, 0, 0, 0.6);
}

body.rad-vhrc-estimate .data-inputs .tbl .plus {
  margin-left: -0.4em;
  margin-right: -0.3em;
}

body.rad-vhrc-estimate .data-inputs .tbl .in {
  font-weight: bold;
  font-size: 2rem;
  vertical-align: -0.2em;
}

body.rad-vhrc-estimate .data-inputs .tbl.half-height .row:last-child .cel,
body.rad-vhrc-estimate .data-inputs .tbl.thick .row:last-child .cel,
body.rad-vhrc-estimate .data-inputs .tbl.shape .row:last-child .cel {
  background: rgba(255, 255, 255, 0.1);
}

body.rad-vhrc-estimate .data-inputs .tbl.height {
  background: url(/img/go/vhrc/estimate/height.png);
}

body.rad-vhrc-estimate .data-inputs .tbl.width {
  background: url(/img/go/vhrc/estimate/width.png);
}

body.rad-vhrc-estimate .data-inputs .tbl.height,
body.rad-vhrc-estimate .data-inputs .tbl.width {
  background-size: 100% 100%;
  background-position: 50% 0%;
}

body.rad-vhrc-estimate .data-inputs .tbl.height input[type=text],
body.rad-vhrc-estimate .data-inputs .tbl.width input[type=text] {
  font-size: 1rem;
  border-width: 0.3rem;
  width: 3rem;
  background-color: white;
}

body.rad-vhrc-estimate .data-inputs .tbl.thick label {
  background: linear-gradient(to bottom, #eaeaea, #cccccc);
  border-color: #bbbbbb #808080 #666666 #cccccc;
  border-style: solid;
  cursor: pointer;
  float: left;
  height: 9.1rem;
  padding: 3.4125rem 0 0 0;
  font-size: 0.9rem;
  border-width: 0.1rem;
  letter-spacing: -0.1em;
  border-radius: 0.5rem;
}

body.rad-vhrc-estimate .data-inputs .tbl.thick label q {
  margin-left: -0.15rem;
}

body.rad-vhrc-estimate .data-inputs .tbl.thick .mm,
body.rad-vhrc-estimate .data-inputs .tbl.thick .in {
  color: rgba(0, 0, 0, 0.6);
}

body.rad-vhrc-estimate .data-inputs .tbl.thick input:checked+label {
  background: linear-gradient(to bottom, #444444, #666666);
  border-color: #666666 #cccccc #bbbbbb #808080;
  border-style: solid;
  color: white;
  text-shadow: none;
}

body.rad-vhrc-estimate .data-inputs .tbl.thick input:checked+label .mm,
body.rad-vhrc-estimate .data-inputs .tbl.thick input:checked+label .in {
  color: white;
}

body.rad-vhrc-estimate .data-inputs .tbl.thick .plus {
  margin-left: -0.25em;
  margin-right: -0.25em;
}

body.rad-vhrc-estimate .data-inputs .tbl.thick .in {
  font-weight: bold;
  font-size: 2rem;
}

body.rad-vhrc-estimate .data-inputs .tbl.thick .mm {
  font-size: 0.7rem;
}

body.rad-vhrc-estimate .data-inputs .tbl.shape .row:last-child .cel {
  padding: 0 1.2rem;
}

body.rad-vhrc-estimate .data-inputs .tbl.shape label {
  display: inline-block;
  vertical-align: bottom;
  width: 2.05rem;
  height: 2.05rem;
  overflow: hidden;
  position: relative;
  border-width: 0.15rem;
  border-radius: 0.3rem;
  background: linear-gradient(to bottom, #eaeaea, #cccccc);
  border-color: #bbbbbb #808080 #666666 #cccccc;
  border-style: solid;
  cursor: pointer;
}

body.rad-vhrc-estimate .data-inputs .tbl.shape label img {
  display: block;
  position: absolute;
  top: 8%;
  left: 8%;
  width: 83%;
  height: 83%;
}

body.rad-vhrc-estimate .data-inputs .tbl.shape input[type=radio]:checked+label,
body.rad-vhrc-estimate .data-inputs .tbl.shape input[type=radio]:not(:checked)+label:hover {
  background: linear-gradient(to bottom, #444444, #666666);
  border-color: #666666 #cccccc #bbbbbb #808080;
  border-style: solid;
  color: white;
}

body.rad-vhrc-estimate .data-inputs .tbl.shape input[type=radio]:checked+label img,
body.rad-vhrc-estimate .data-inputs .tbl.shape input[type=radio]:not(:checked)+label:hover img {
  filter: invert(1);
}

body.rad-vhrc-estimate .data-inputs .tbl.half-height {
  height: 5.7rem;
}

body.rad-vhrc-estimate .data-inputs .tbl.half-height.unit-select p,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.reset p {
  color: rgb(255, 230, 0);
  background: rgba(0, 140, 255, 0.5);
  text-shadow: 1px 1px 2px black;
}

body.rad-vhrc-estimate .data-inputs .tbl.half-height.unit-select p a:link,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.unit-select p a:visited,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.unit-select p .anchor,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.reset p a:link,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.reset p a:visited,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.reset p .anchor {
  color: rgb(0, 0, 255);
  text-shadow: 0px 0px 4px rgb(255, 238, 0);
}

body.rad-vhrc-estimate .data-inputs .tbl.half-height.unit-select p a:hover,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.unit-select p .anchor:hover,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.reset p a:hover,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.reset p .anchor:hover {
  color: rgb(255, 255, 128);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

body.rad-vhrc-estimate .data-inputs .tbl.half-height.unit-select p a:active,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.unit-select p .anchor:active,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.reset p a:active,
body.rad-vhrc-estimate .data-inputs .tbl.half-height.reset p .anchor:active {
  color: rgb(106, 218, 106);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

body.rad-vhrc-estimate .data-inputs .tbl.reset button {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  height: 2.4rem;
}

body.rad-vhrc-estimate .your-core {
  clear: both;
  width: 100%;
}

body.rad-vhrc-estimate .your-core .core .height {
  width: 22%;
}

body.rad-vhrc-estimate .your-core .core .width {
  width: 22%;
}

body.rad-vhrc-estimate .your-core .core .thick {
  width: 22%;
}

body.rad-vhrc-estimate .your-core .core .shape {
  width: 34%;
}

body.rad-vhrc-estimate .your-core .contact .mail {
  width: 33%;
}

body.rad-vhrc-estimate .your-core .contact th {
  background: rgba(255, 255, 255, 0.5);
  color: black;
  text-align: center;
}

body.rad-vhrc-estimate .your-core .contact th img {
  width: 1.2rem;
  vertical-align: bottom;
}

body.rad-vhrc-estimate .your-core .contact td {
  background: rgba(255, 255, 255, 0.8);
}

body.rad-vhrc-estimate .your-core .contact td.eml img {
  height: 0.9em;
  vertical-align: -0.1em;
}

body.rad-vhrc-estimate .your-core .shape img {
  vertical-align: bottom;
  height: 4rem;
  width: 4rem;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl {
  background: rgba(255, 255, 255, 0.8);
  border: 0.3rem solid rgb(223, 223, 223);
  border-radius: 0.6rem 0.6rem 0 0;
  border-bottom: 0;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl p,
body.rad-vhrc-estimate .your-core .dest-incl-excl li,
body.rad-vhrc-estimate .your-core .dest-incl-excl ul {
  text-align: left;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl ul {
  width: 100%;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .destination {
  font-weight: bold;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .destination,
body.rad-vhrc-estimate .your-core .dest-incl-excl .destination p {
  border-radius: 0.6rem 0.6rem 0 0;
  padding: 0 0.3rem;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .inclusions {
  color: rgb(0, 96, 0);
  background: rgba(0, 208, 0, 0.3);
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .exclusions {
  color: rgb(128, 0, 0);
  background: rgba(208, 0, 0, 0.3);
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .inclusions,
body.rad-vhrc-estimate .your-core .dest-incl-excl .exclusions {
  padding-left: 15%;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .inclusions>p,
body.rad-vhrc-estimate .your-core .dest-incl-excl .exclusions>p {
  padding: 0.3rem;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .paras p,
body.rad-vhrc-estimate .your-core .dest-incl-excl .indent {
  background: rgba(255, 255, 255, 0.1);
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .indent {
  padding: 0.3rem 0.3rem 0.3rem 15%;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .indent p {
  padding: 0;
}

body.rad-vhrc-estimate .your-core .dest-incl-excl .indent p::before {
  content: "• ";
  font-weight: bold;
}

body.rad-vhrc-estimate .your-core .conv-disc {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.6rem;
}

body.rad-vhrc-estimate .your-core .conv-disc p {
  text-align: center;
}

body.rad-vhrc-estimate .your-core .conv-disc .date,
body.rad-vhrc-estimate .your-core .conv-disc .time,
body.rad-vhrc-estimate .your-core .conv-disc .name {
  font-weight: bold;
}

body.rad-vhrc-estimate .your-core .conv-disc p.quote {
  padding-bottom: 0;
}

body.rad-vhrc-estimate .your-core .total {
  border-radius: 0 0 0.6rem 0.6rem;
  border-width: 0 0.3rem 0.3rem 0.3rem;
  border-color: #dfdfdf;
  border-style: solid;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-spacing: 0;
}

body.rad-vhrc-estimate .your-core .total th,
body.rad-vhrc-estimate .your-core .total td,
body.rad-vhrc-estimate .your-core .total p {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

body.rad-vhrc-estimate .your-core .total th,
body.rad-vhrc-estimate .your-core .total td {
  border-bottom: 0.3rem solid #dfdfdf;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7rem;
  padding: 0 0.3rem;
}

body.rad-vhrc-estimate .your-core .total th {
  color: #e9cf83;
  font-style: italic;
  font-size: 1rem;
  border-right: 0.3rem solid #dfdfdf;
  background: rgba(0, 0, 0, 0.6);
}

body.rad-vhrc-estimate .your-core .total td {
  font-size: 1rem;
  background: transparent;
}

body.rad-vhrc-estimate .your-core .total td.dollar,
body.rad-vhrc-estimate .your-core .total td.dollars {
  color: rgb(0, 96, 0);
  text-align: right;
  font-size: 1.3rem;
  width: 7%;
}

body.rad-vhrc-estimate .your-core .total td.dollars {
  padding-right: 1.5rem;
}

body.rad-vhrc-estimate .your-core .total .all th,
body.rad-vhrc-estimate .your-core .total th.mode {
  color: #eab000;
  font-style: normal;
  font-size: 1.2rem;
  border-bottom: 0;
}

body.rad-vhrc-estimate .your-core .total .gst,
body.rad-vhrc-estimate .your-core .total .aud {
  font-size: 0.8rem;
  color: rgb(168, 211, 173);
  font-weight: bold;
}

body.rad-vhrc-estimate .your-core .total .aud {
  padding-top: 0.3rem;
}

body.rad-vhrc-estimate .your-core .total .gst {
  padding: 0;
}

body.rad-vhrc-estimate .your-core .total .all td {
  border-bottom: 0;
}

body.rad-vhrc-estimate .your-core .total .all td.dollars {
  border-bottom-right-radius: 0.6rem;
}

body.rad-vhrc-estimate .your-core .total th.mode {
  width: 60%;
  line-height: 1.2rem;
  border-bottom-left-radius: 0.6rem;
}

body.rad-vhrc-estimate .action .cel p.meh-not-set {
  font-size: 1.5rem;
}

body.rad-vhrc-estimate .action .cel p.download,
body.rad-vhrc-estimate .action .cel p.print {
  padding-top: 0.6rem;
}

body.rad-vhrc-estimate form.estimate .quote,
body.rad-vhrc-estimate form.estimate .name,
body.rad-vhrc-estimate form.quote .estimate,
body.rad-vhrc-estimate form.quote .intro-and-video,
body.rad-vhrc-estimate form .unknown-core .your-core,
body.rad-vhrc-estimate form .meh-not-set,
body.rad-vhrc-estimate form .print,
body.rad-vhrc-estimate form .download,
body.rad-vhrc-estimate form .au-fr8,
body.rad-vhrc-estimate form .os-fr8,
body.rad-vhrc-estimate form .au-pickup,
body.rad-vhrc-estimate.pdf.estimate .quote,
body.rad-vhrc-estimate.pdf.estimate .name,
body.rad-vhrc-estimate.pdf.quote .estimate,
body.rad-vhrc-estimate.pdf.quote .intro-and-video,
body.rad-vhrc-estimate.pdf .unknown-core .your-core,
body.rad-vhrc-estimate.pdf .meh-not-set,
body.rad-vhrc-estimate.pdf .print,
body.rad-vhrc-estimate.pdf .download,
body.rad-vhrc-estimate.pdf .au-fr8,
body.rad-vhrc-estimate.pdf .os-fr8,
body.rad-vhrc-estimate.pdf .au-pickup {
  display: none;
}

body.rad-vhrc-estimate form.meh-not-set [class*=-email-],
body.rad-vhrc-estimate form.meh-not-set #email,
body.rad-vhrc-estimate form.meh-not-set #captcha,
body.rad-vhrc-estimate form.print [class*=-email-],
body.rad-vhrc-estimate form.print #email,
body.rad-vhrc-estimate form.print #captcha,
body.rad-vhrc-estimate form.download [class*=-email-],
body.rad-vhrc-estimate form.download #email,
body.rad-vhrc-estimate form.download #captcha,
body.rad-vhrc-estimate.pdf.meh-not-set [class*=-email-],
body.rad-vhrc-estimate.pdf.meh-not-set #email,
body.rad-vhrc-estimate.pdf.meh-not-set #captcha,
body.rad-vhrc-estimate.pdf.print [class*=-email-],
body.rad-vhrc-estimate.pdf.print #email,
body.rad-vhrc-estimate.pdf.print #captcha,
body.rad-vhrc-estimate.pdf.download [class*=-email-],
body.rad-vhrc-estimate.pdf.download #email,
body.rad-vhrc-estimate.pdf.download #captcha {
  display: none;
}

body.rad-vhrc-estimate form.print p.print,
body.rad-vhrc-estimate.pdf.print p.print {
  display: block;
}

body.rad-vhrc-estimate form.download p.download,
body.rad-vhrc-estimate.pdf.download p.download {
  display: block;
}

body.rad-vhrc-estimate form.meh-not-set p.meh-not-set,
body.rad-vhrc-estimate.pdf.meh-not-set p.meh-not-set {
  display: block;
}

body.rad-vhrc-estimate form.nay-height p.nay-height,
body.rad-vhrc-estimate.pdf.nay-height p.nay-height {
  display: block;
}

body.rad-vhrc-estimate form.nay-width p.nay-width,
body.rad-vhrc-estimate.pdf.nay-width p.nay-width {
  display: block;
}

body.rad-vhrc-estimate form.nay-thick p.nay-thick,
body.rad-vhrc-estimate.pdf.nay-thick p.nay-thick {
  display: block;
}

body.rad-vhrc-estimate form.nay-shape p.nay-shape,
body.rad-vhrc-estimate.pdf.nay-shape p.nay-shape {
  display: block;
}

body.rad-vhrc-estimate form.nay-fr8 p.nay-fr8,
body.rad-vhrc-estimate.pdf.nay-fr8 p.nay-fr8 {
  display: block;
}

body.rad-vhrc-estimate form.nay-name p.nay-name,
body.rad-vhrc-estimate.pdf.nay-name p.nay-name {
  display: block;
}

body.rad-vhrc-estimate form.nay-subject p.nay-subject,
body.rad-vhrc-estimate.pdf.nay-subject p.nay-subject {
  display: block;
}

body.rad-vhrc-estimate form.nay-notes p.nay-notes,
body.rad-vhrc-estimate.pdf.nay-notes p.nay-notes {
  display: block;
}

body.rad-vhrc-estimate form.nay-unit-select p.nay-unit-select,
body.rad-vhrc-estimate.pdf.nay-unit-select p.nay-unit-select {
  display: block;
}

body.rad-vhrc-estimate form.yay-height p.yay-height,
body.rad-vhrc-estimate.pdf.yay-height p.yay-height {
  display: block;
}

body.rad-vhrc-estimate form.yay-width p.yay-width,
body.rad-vhrc-estimate.pdf.yay-width p.yay-width {
  display: block;
}

body.rad-vhrc-estimate form.yay-thick p.yay-thick,
body.rad-vhrc-estimate.pdf.yay-thick p.yay-thick {
  display: block;
}

body.rad-vhrc-estimate form.yay-shape p.yay-shape,
body.rad-vhrc-estimate.pdf.yay-shape p.yay-shape {
  display: block;
}

body.rad-vhrc-estimate form.yay-fr8 p.yay-fr8,
body.rad-vhrc-estimate.pdf.yay-fr8 p.yay-fr8 {
  display: block;
}

body.rad-vhrc-estimate form.yay-name p.yay-name,
body.rad-vhrc-estimate.pdf.yay-name p.yay-name {
  display: block;
}

body.rad-vhrc-estimate form.yay-subject p.yay-subject,
body.rad-vhrc-estimate.pdf.yay-subject p.yay-subject {
  display: block;
}

body.rad-vhrc-estimate form.yay-notes p.yay-notes,
body.rad-vhrc-estimate.pdf.yay-notes p.yay-notes {
  display: block;
}

body.rad-vhrc-estimate form.yay-unit-select p.yay-unit-select,
body.rad-vhrc-estimate.pdf.yay-unit-select p.yay-unit-select {
  display: block;
}

body.rad-vhrc-estimate form.nay-jobid p.nay-jobid,
body.rad-vhrc-estimate.pdf.nay-jobid p.nay-jobid {
  display: block;
}

body.rad-vhrc-estimate form.au-fr8 span.au-fr8,
body.rad-vhrc-estimate form.os-fr8 span.os-fr8,
body.rad-vhrc-estimate form.au-pickup span.au-pickup,
body.rad-vhrc-estimate.pdf.au-fr8 span.au-fr8,
body.rad-vhrc-estimate.pdf.os-fr8 span.os-fr8,
body.rad-vhrc-estimate.pdf.au-pickup span.au-pickup {
  display: inline;
}

body.rad-vhrc-estimate form.au-fr8 p.au-fr8,
body.rad-vhrc-estimate form.os-fr8 p.os-fr8,
body.rad-vhrc-estimate form.au-pickup p.au-pickup,
body.rad-vhrc-estimate.pdf.au-fr8 p.au-fr8,
body.rad-vhrc-estimate.pdf.os-fr8 p.os-fr8,
body.rad-vhrc-estimate.pdf.au-pickup p.au-pickup {
  display: block;
}

body.rad-vhrc-estimate form.au-fr8 td.au-fr8,
body.rad-vhrc-estimate form.os-fr8 td.os-fr8,
body.rad-vhrc-estimate form.au-pickup td.au-pickup,
body.rad-vhrc-estimate.pdf.au-fr8 td.au-fr8,
body.rad-vhrc-estimate.pdf.os-fr8 td.os-fr8,
body.rad-vhrc-estimate.pdf.au-pickup td.au-pickup {
  display: table-cell;
}

body.rad-vhrc-estimate form.quote .tbl.name,
body.rad-vhrc-estimate.pdf.quote .tbl.name {
  display: table;
}

body.rad-vhrc-estimate form.quote p.meh-not-set,
body.rad-vhrc-estimate.pdf.quote p.meh-not-set {
  display: none;
}

body.rad-vhrc-estimate form.quote p.print,
body.rad-vhrc-estimate form.quote p.download,
body.rad-vhrc-estimate form.quote #send-email,
body.rad-vhrc-estimate.pdf.quote p.print,
body.rad-vhrc-estimate.pdf.quote p.download,
body.rad-vhrc-estimate.pdf.quote #send-email {
  display: inline-block;
}

body.rad-vhrc-estimate form.nay-tnc .intro-and-video button,
body.rad-vhrc-estimate form.nay-tnc p.nay-tnc,
body.rad-vhrc-estimate.pdf.nay-tnc .intro-and-video button,
body.rad-vhrc-estimate.pdf.nay-tnc p.nay-tnc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  height: auto;
  max-width: 100%;
}

body.rad-vhrc-estimate form.nay-tnc .coreheader,
body.rad-vhrc-estimate form.nay-tnc .data-inputs,
body.rad-vhrc-estimate form.nay-tnc .your-core,
body.rad-vhrc-estimate form.nay-tnc .action,
body.rad-vhrc-estimate.pdf.nay-tnc .coreheader,
body.rad-vhrc-estimate.pdf.nay-tnc .data-inputs,
body.rad-vhrc-estimate.pdf.nay-tnc .your-core,
body.rad-vhrc-estimate.pdf.nay-tnc .action {
  display: none;
}

body.rad-vhrc-estimate form.nay-tnc .nay-tnc,
body.rad-vhrc-estimate.pdf.nay-tnc .nay-tnc {
  display: block;
}

body.rad-vhrc-estimate form.yay-tnc .nay-tnc,
body.rad-vhrc-estimate.pdf.yay-tnc .nay-tnc {
  display: none;
}

body.rad-vhrc-estimate form.yay-tnc.known-core .your-core,
body.rad-vhrc-estimate.pdf.yay-tnc.known-core .your-core {
  display: block;
}

body.rad-vhrc-estimate form.yay-tnc.known-core .action,
body.rad-vhrc-estimate.pdf.yay-tnc.known-core .action {
  display: table;
}

body.rad-vhrc-estimate form.yay-tnc.known-core.email.yay-captcha.yay-email-validated #send-email,
body.rad-vhrc-estimate form.yay-tnc.known-core.email.captcha-placeholder.yay-email-validated #send-email,
body.rad-vhrc-estimate.pdf.yay-tnc.known-core.email.yay-captcha.yay-email-validated #send-email,
body.rad-vhrc-estimate.pdf.yay-tnc.known-core.email.captcha-placeholder.yay-email-validated #send-email {
  display: block;
}

body.rad-vhrc-estimate form.unknown-core .action,
body.rad-vhrc-estimate.pdf.unknown-core .action {
  display: none;
}

body.rad-vhrc-estimate form.print .nay-captcha,
body.rad-vhrc-estimate form.download .nay-captcha,
body.rad-vhrc-estimate form.meh-not-set .nay-captcha,
body.rad-vhrc-estimate.pdf.print .nay-captcha,
body.rad-vhrc-estimate.pdf.download .nay-captcha,
body.rad-vhrc-estimate.pdf.meh-not-set .nay-captcha {
  display: none;
}

.cart .sale-item button {
  height: 2.4rem;
}

.cart .sale-item .qty,
.cart .sale-item .eql {
  padding: 0 0.6rem;
}

.cart .sale-item .sum-prc,
.cart .sale-item .aud {
  padding: 0 0.6rem 0 0;
}

.cart #send-order {
  display: none;
}

.cart .nay-ready {
  display: block;
}

.cart form.meh-discode p.meh-discode {
  display: block;
}

.cart form.yay-discode p.yay-discode {
  display: block;
}

.cart form.nay-name-one p.nay-name-one {
  display: block;
}

.cart form.nay-name-two p.nay-name-two {
  display: block;
}

.cart form.nay-add-one p.nay-add-one {
  display: block;
}

.cart form.nay-add-two p.nay-add-two {
  display: block;
}

.cart form.nay-add-tri p.nay-add-tri {
  display: block;
}

.cart form.nay-town p.nay-town {
  display: block;
}

.cart form.meh-fr8-wait p.meh-fr8-wait {
  display: block;
}

.cart form.nay-discode .dis {
  display: none;
}

.cart form.yay-fr8 .yay-fr8,
.cart form.yay-fr8 .yay-all,
.cart form.yay-fr8 .yay-state {
  display: block;
}

.cart form.nay-fr8 .nay-fr8,
.cart form.nay-fr8 .nay-all,
.cart form.nay-fr8 .meh-state {
  display: block;
}

.cart form.nay-fr8 .gst-all {
  display: none;
}

.cart form.nay-pay select {
  color: rgb(167, 0, 0);
}

.cart form.yay-pay select {
  color: rgb(0, 128, 0);
}

.cart form .cel.ttl {
  width: 8rem;
}

@media all and (max-width: 30rem) {
  .cart form .cel.ttl {
    width: 100vw;
  }
}

.cart form .cel.ttl [class^=er],
.cart form .cel.ttl .nay,
.cart form .cel.ttl .yay {
  background: none;
  color: inherit;
}

.cart form .all .cel .yay-all {
  margin-top: 0.6rem;
}

.cart form .all .cel .nay-all {
  margin: 0.6rem;
}

.cart form.captcha-active.yay-captcha.au.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-town.yay-phone.yay-email-validated.yay-pay.yay-fr8 .yay-ready,
.cart form.captcha-active.yay-captcha.os.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-phone.yay-email-validated.yay-pay.yay-fr8 .yay-ready,
.cart form.captcha-placeholder.au.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-town.yay-phone.yay-email-validated.yay-pay.yay-fr8 .yay-ready,
.cart form.captcha-placeholder.os.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-phone.yay-email-validated.yay-pay.yay-fr8 .yay-ready {
  display: block;
}

.cart form.captcha-active.yay-captcha.au.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-town.yay-phone.yay-email-validated.yay-pay.yay-fr8 .nay-ready,
.cart form.captcha-active.yay-captcha.os.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-phone.yay-email-validated.yay-pay.yay-fr8 .nay-ready,
.cart form.captcha-placeholder.au.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-town.yay-phone.yay-email-validated.yay-pay.yay-fr8 .nay-ready,
.cart form.captcha-placeholder.os.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-phone.yay-email-validated.yay-pay.yay-fr8 .nay-ready {
  display: none;
}

.cart form.captcha-active.yay-captcha.au.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-town.yay-phone.yay-email-validated.yay-pay.yay-fr8 #send-order,
.cart form.captcha-active.yay-captcha.os.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-phone.yay-email-validated.yay-pay.yay-fr8 #send-order,
.cart form.captcha-placeholder.au.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-town.yay-phone.yay-email-validated.yay-pay.yay-fr8 #send-order,
.cart form.captcha-placeholder.os.yay-name-one.yay-name-two.yay-add-one.yay-add-two.yay-add-tri.yay-phone.yay-email-validated.yay-pay.yay-fr8 #send-order {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0.3rem;
}

.cart #zip {
  display: block;
  margin: 0.3rem auto;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 0 0.25ch 0 0.25ch;
  width: 6.5ch;
  font: 3ch droid sans mono, consolas, monospace;
  letter-spacing: 0.5ch;
  background-color: transparent;
  background-image: url("/img/go/btn/digit_frame4_meh.png");
  background-size: 6ch 100%;
  background-repeat: no-repeat;
  background-position: left;
}

.cart #zip:focus {
  outline: none;
}

.cart .totals [class^=yay-],
.cart .totals [class^=nay-],
.cart .totals [class^=meh-] {
  font-size: 1rem;
  background-color: transparent;
}

.cart .totals .gst-all {
  font-size: 0.8rem;
}

.cart .totals .cel {
  color: rgb(255, 230, 0);
  background: rgba(0, 140, 255, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart .totals .cel a:link,
.cart .totals .cel a:visited,
.cart .totals .cel .anchor {
  color: rgb(0, 0, 255);
  text-shadow: 0px 0px 4px rgb(255, 238, 0);
}

.cart .totals .cel a:hover,
.cart .totals .cel .anchor:hover {
  color: rgb(255, 255, 128);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

.cart .totals .cel a:active,
.cart .totals .cel .anchor:active {
  color: rgb(106, 218, 106);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

.cart .yay-fr8 .totals .fr8 .cel,
.cart .yay-fr8 .totals .all .cel {
  color: rgb(215, 255, 215);
  background: rgba(0, 96, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart .yay-fr8 .totals #zip {
  background-image: url("/img/go/btn/digit_frame4_yay.png");
}

.cart .nay-fr8 .totals .fr8 .cel,
.cart .nay-fr8 .totals .all .cel {
  color: rgb(255, 172, 139);
  background: rgba(196, 0, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart .nay-fr8 .totals #zip {
  background-image: url("/img/go/btn/digit_frame4_nay.png");
}

.cart .meh-fr8 .totals .fr8 .cel,
.cart .meh-fr8 .totals .all .cel {
  color: rgb(255, 230, 0);
  background: rgba(0, 140, 255, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart .meh-fr8 .totals .fr8 .cel a:link,
.cart .meh-fr8 .totals .fr8 .cel a:visited,
.cart .meh-fr8 .totals .fr8 .cel .anchor,
.cart .meh-fr8 .totals .all .cel a:link,
.cart .meh-fr8 .totals .all .cel a:visited,
.cart .meh-fr8 .totals .all .cel .anchor {
  color: rgb(0, 0, 255);
  text-shadow: 0px 0px 4px rgb(255, 238, 0);
}

.cart .meh-fr8 .totals .fr8 .cel a:hover,
.cart .meh-fr8 .totals .fr8 .cel .anchor:hover,
.cart .meh-fr8 .totals .all .cel a:hover,
.cart .meh-fr8 .totals .all .cel .anchor:hover {
  color: rgb(255, 255, 128);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

.cart .meh-fr8 .totals .fr8 .cel a:active,
.cart .meh-fr8 .totals .fr8 .cel .anchor:active,
.cart .meh-fr8 .totals .all .cel a:active,
.cart .meh-fr8 .totals .all .cel .anchor:active {
  color: rgb(106, 218, 106);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

.cart .meh-fr8 .totals #zip {
  background-image: url("/img/go/btn/digit_frame4_meh.png");
}

.cart .state .cel p {
  background: transparent;
  height: auto;
  font-size: 1.2rem;
}

.cart form.yay-fr8 .state .cel {
  color: rgb(215, 255, 215);
  background: rgba(0, 96, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart form.nay-fr8 .state .cel {
  color: rgb(255, 172, 139);
  background: rgba(196, 0, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart .submit .cel {
  border: 0 !important;
}

.cart .invoice h2.greet {
  color: rgb(215, 255, 215);
  background: rgba(0, 96, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart .invoice table td,
.cart .invoice table th {
  min-height: 3rem;
}

.cart .invoice table .totals .sub td,
.cart .invoice table .totals .fr8 td,
.cart .invoice table .totals .dis td {
  color: rgb(255, 230, 0);
  background: rgba(0, 140, 255, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart .invoice table .totals .sub td a:link,
.cart .invoice table .totals .sub td a:visited,
.cart .invoice table .totals .sub td .anchor,
.cart .invoice table .totals .fr8 td a:link,
.cart .invoice table .totals .fr8 td a:visited,
.cart .invoice table .totals .fr8 td .anchor,
.cart .invoice table .totals .dis td a:link,
.cart .invoice table .totals .dis td a:visited,
.cart .invoice table .totals .dis td .anchor {
  color: rgb(0, 0, 255);
  text-shadow: 0px 0px 4px rgb(255, 238, 0);
}

.cart .invoice table .totals .sub td a:hover,
.cart .invoice table .totals .sub td .anchor:hover,
.cart .invoice table .totals .fr8 td a:hover,
.cart .invoice table .totals .fr8 td .anchor:hover,
.cart .invoice table .totals .dis td a:hover,
.cart .invoice table .totals .dis td .anchor:hover {
  color: rgb(255, 255, 128);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

.cart .invoice table .totals .sub td a:active,
.cart .invoice table .totals .sub td .anchor:active,
.cart .invoice table .totals .fr8 td a:active,
.cart .invoice table .totals .fr8 td .anchor:active,
.cart .invoice table .totals .dis td a:active,
.cart .invoice table .totals .dis td .anchor:active {
  color: rgb(106, 218, 106);
  text-shadow: 0px 0px 4px rgb(0, 0, 255);
}

.cart .invoice table .totals .all td {
  color: rgb(215, 255, 215);
  background: rgba(0, 96, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

.cart .invoice table .totals .all .gst {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
}

.cart .invoice table .items .pic img {
  max-width: 5rem;
  height: auto;
}

.cart .invoice table .items .sid {
  color: #333333;
  font-size: 0.8rem;
}

.cart div.fr8 div.group p {
  color: white;
}

.contact-us form.nay-name p.nay-name {
  display: block;
}

.contact-us form.nay-location p.nay-location {
  display: block;
}

.contact-us form .nay-ready {
  display: block;
}

.contact-us form.yay-captcha.yay-message.yay-email-validated.yay-name.yay-category.yay-location.yay-phone #send-contact,
.contact-us form.yay-captcha.yay-message.yay-email-validated.yay-name.yay-category.yay-location.yay-phone .yay-ready,
.contact-us form.captcha-placeholder.yay-message.yay-email-validated.yay-name.yay-category.yay-location.yay-phone #send-contact,
.contact-us form.captcha-placeholder.yay-message.yay-email-validated.yay-name.yay-category.yay-location.yay-phone .yay-ready {
  display: block;
}

.contact-us form.yay-captcha.yay-message.yay-email-validated.yay-name.yay-category.yay-location.yay-phone .nay-ready,
.contact-us form.captcha-placeholder.yay-message.yay-email-validated.yay-name.yay-category.yay-location.yay-phone .nay-ready {
  display: none;
}

.contact-us #category {
  color: rgb(167, 0, 0);
}

.contact-us .yay-category #category {
  color: rgb(0, 128, 0);
}

.contact-us .nay-message .hint-message,
.contact-us .nay-message #message {
  color: rgb(255, 172, 139);
  background: rgba(196, 0, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

.contact-us .yay-message .hint-message,
.contact-us .yay-message #message {
  color: rgb(215, 255, 215);
  background: rgba(0, 96, 0, 0.5);
  text-shadow: 1px 1px 2px black;
}

/* Honeycomb Gallery Page */
.rad-vhrc-gallery .gallery-box {
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
  color: #eaeaea;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: none;
  border-spacing: 0;
}

.rad-vhrc-gallery .gallery-box,
.rad-vhrc-gallery .gallery-box * {
  z-index: 55;
}

.rad-vhrc-gallery .gallery-box .cel {
  color: white;
  background: transparent;
}

.rad-vhrc-gallery .gallery-box,
.rad-vhrc-gallery .gallery-box .cel {
  border-radius: 0;
}

.rad-vhrc-gallery .gallery-box .corner {
  width: 3rem;
  height: 3rem;
}

.rad-vhrc-gallery .gallery-box>.top>.cel {
  height: 6rem;
  padding-top: 3rem;
  text-align: left;
}

.rad-vhrc-gallery .gallery-box>.top>.cel .tbl {
  background: none;
  border-spacing: 0;
  margin: 0;
}

.rad-vhrc-gallery .gallery-box>.top>.cel .tbl .cel {
  padding: 0;
}

.rad-vhrc-gallery .gallery-box>.top .corner button {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to bottom, #666666, #444444);
  border-color: #bbbbbb #444444 #333333 #808080;
  cursor: pointer;
}

.rad-vhrc-gallery .gallery-box>.top .corner button img {
  width: 100%;
  height: 100%;
  float: left;
}

.rad-vhrc-gallery .gallery-box .mid .left,
.rad-vhrc-gallery .gallery-box .mid .right {
  position: relative;
  width: 3rem;
}

.rad-vhrc-gallery .gallery-box .mid .left button,
.rad-vhrc-gallery .gallery-box .mid .right button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: auto;
  cursor: pointer;
}

.rad-vhrc-gallery .gallery-box .mid #stage {
  position: relative;
  overflow: hidden;
}

.rad-vhrc-gallery .gallery-box .end .cel {
  height: 3rem;
}

.rad-vhrc-gallery .gallery-box .end .progress {
  float: right;
}

.rad-vhrc-gallery .gallery-box .end .progress,
.rad-vhrc-gallery .gallery-box .end .progress * {
  color: rgba(255, 255, 158, 0.795);
  font-style: italic;
}

.rad-vhrc-gallery .gallery-box .crumbs,
.rad-vhrc-gallery .gallery-box .progress,
.rad-vhrc-gallery .gallery-box .caption {
  text-shadow: none;
}

.rad-vhrc-gallery .gallery-box .crumbs {
  font-weight: 700;
}

.rad-vhrc-gallery .gallery-box .corner,
.rad-vhrc-gallery .gallery-box .left,
.rad-vhrc-gallery .gallery-box .right {
  padding: 0;
}

.rad-vhrc-gallery .gallery-menu {
  text-shadow: 1px 1px 2px black;
}

.rad-vhrc-gallery .gallery-menu ul {
  list-style: none;
  display: block;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 0.15rem;
  margin: 0.15rem;
  border-radius: 0.3rem;
}

.rad-vhrc-gallery .gallery-menu li {
  display: block;
  border: 0.3rem solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.15rem;
  padding: 0.15rem;
  margin: 0.15rem 0.15rem 0.3rem 0.15rem;
}

.rad-vhrc-gallery .gallery-menu .gallery-mnu-header {
  display: block;
  padding: 0.15rem;
  color: rgba(255, 255, 158, 0.795);
  font-weight: bold;
}

.rad-vhrc-gallery .gallery-menu li.thumbnail {
  display: inline-block;
  vertical-align: bottom;
  margin: 0.15rem;
  padding: 0;
}

.rad-vhrc-gallery .gallery-menu li.thumbnail:hover {
  border: 0.3rem solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
}

.rad-vhrc-gallery .gallery-menu li.thumbnail img {
  max-height: 75px;
  vertical-align: bottom;
}

.rad-vhrc-gallery .gallery-menu li.shell {
  border: 0;
}

.rad-vhrc-gallery #hide,
.rad-vhrc-gallery #show {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}

.rad-vhrc-gallery #stage.forward #show {
  animation-name: right2mid;
}

.rad-vhrc-gallery #stage.forward #hide {
  animation-name: mid2left;
}

.rad-vhrc-gallery #stage.reverse #show {
  animation-name: left2mid;
}

.rad-vhrc-gallery #stage.reverse #hide {
  animation-name: mid2right;
}

@keyframes right2mid {
  from {
    left: 100%;
  }

  to {
    left: 0%;
  }
}

@keyframes mid2left {
  from {
    left: 0%;
  }

  to {
    left: -100%;
  }
}

@keyframes left2mid {
  from {
    left: -100%;
  }

  to {
    left: 0%;
  }
}

@keyframes mid2right {
  from {
    left: 0%;
  }

  to {
    left: 100%;
  }
}

.noise-copper table {
  width: 100%;
}

.noise-copper table th {
  width: 10rem;
}

.noise-copper .boxy {
  background: #bbbbbb;
}

.noise-copper .boxy table {
  margin-bottom: 0;
}

.noise-copper .noise-copper-images figure {
  background: transparent;
}

.home .minds {
  background: linear-gradient(to right, rgba(98, 98, 98, 0.5), rgba(187, 187, 187, 0.5));
  border-spacing: 0;
}

.home .minds figure {
  min-width: 200px;
}

.home .minds p {
  color: #eab000;
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px black;
}

.home .minds .cel {
  padding: 0;
  background: transparent;
}

.home .minds .cel:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.home .minds .cel:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.home .quick-answers-header {
  margin-bottom: -4px;
  border-radius: 0.6em 0.6em 0 0;
}

.home .quick-answers {
  border-radius: 0 0 0.6em 0.6em;
  width: 100%;
  gap: 0.3em;
  background: #dbdbdb;
  clear: both;
  display: grid;
  grid-template-areas: "   q1a q1b " "   q2a q2b " "   q3c q3c " "   q4a q4b " "   q5a q5b " "   q6a q6b " "   q7a q7b " "   q8c q8c ";
}

.home .quick-answers a {
  text-align: left;
  line-height: 1em;
  border-left: 0.6em solid #666666;
  padding: 0.15em 0.3em 0.15em 0.8em;
  background-color: #eaeaea;
  background-image: linear-gradient(to left, #bbbbbb, white);
  border-radius: 0 0.3em 0.3em 0;
}

.home .quick-answers a.q1a {
  grid-area: q1a;
}

.home .quick-answers a.q1b {
  grid-area: q1b;
}

.home .quick-answers a.q2a {
  grid-area: q2a;
}

.home .quick-answers a.q2b {
  grid-area: q2b;
}

.home .quick-answers a.q3c {
  grid-area: q3c;
  text-align: center;
}

.home .quick-answers a.q4a {
  grid-area: q4a;
}

.home .quick-answers a.q4b {
  grid-area: q4b;
}

.home .quick-answers a.q5a {
  grid-area: q5a;
}

.home .quick-answers a.q5b {
  grid-area: q5b;
}

.home .quick-answers a.q6a {
  grid-area: q6a;
}

.home .quick-answers a.q6b {
  grid-area: q6b;
}

.home .quick-answers a.q7a {
  grid-area: q7a;
}

.home .quick-answers a.q7b {
  grid-area: q7b;
}

.home .quick-answers a.q8c {
  grid-area: q8c;
  text-align: center;
  border-bottom-left-radius: 0.3em;
}

.home-map ul.map {
  color: rgb(233, 233, 233);
}

.home-map ul.map a {
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

.home-map ul.map a:link,
.home-map ul.map a:visited,
.home-map ul.map .anchor {
  color: #16bd4e;
  cursor: pointer;
}

.home-map ul.map a:hover,
.home-map ul.map .anchor:hover {
  color: #aa00cc;
}

.home-map ul.map a:active,
.home-map ul.map .anchor:active {
  color: #602000;
}

.home-map ul.map ul {
  color: black;
}

.home-map ul.map ul a:link,
.home-map ul.map ul a:visited,
.home-map ul.map ul .anchor {
  color: #c8c80b;
  cursor: pointer;
}

.home-map ul.map ul a:hover,
.home-map ul.map ul .anchor:hover {
  color: #0066cc;
}

.home-map ul.map ul a:active,
.home-map ul.map ul .anchor:active {
  color: #600060;
}

.home-map ul.map ul ul a:link,
.home-map ul.map ul ul a:visited,
.home-map ul.map ul ul .anchor {
  color: #191987;
  cursor: pointer;
}

.home-map ul.map ul ul a:hover,
.home-map ul.map ul ul .anchor:hover {
  color: #914d08;
}

.home-map ul.map ul ul a:active,
.home-map ul.map ul ul .anchor:active {
  color: #022b02;
}

.home-map ul.map ul ul a {
  text-shadow: -1px -1px 2px rgb(202, 202, 202);
}

.home-map ul.map,
.home-map ul.map ul,
.home-map ul.map .cel {
  padding: 0;
  margin: 0;
  display: contents;
}

.home-map ul.map li {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.3rem;
  display: block;
  padding: 0.6rem;
  margin: 0.6rem 0 0 0;
  width: auto;
  font-style: normal;
}

.home-map ul.map li:first-child {
  margin-top: 0;
}

.home-map ul.map span.inf {
  display: block;
  font-style: italic;
  padding-left: 0.6rem;
  text-shadow: none;
}

.est-red-date {
  color: rgb(180, 0, 0);
}

@media print {
  .nrml {
    display: contents !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .dont-print,
  #gototop,
  .preload,
  .menu-shell-0,
  .go-to-cart,
  h1,
  .legal {
    display: none !important;
  }

  body {
    font-size: 1.33rem !important;
    background: white !important;
  }

  .rad-vhrc-estimate table,
  .rad-vhrc-estimate .tbl,
  .rad-vhrc-estimate h3,
  .rad-vhrc-estimate .intro-and-video,
  .rad-vhrc-estimate .total,
  .rad-vhrc-estimate .conv-disc {
    margin: 0 !important;
    border: 0 !important;
  }

  .rad-vhrc-estimate .known-core,
  .rad-vhrc-estimate .your-core,
  .rad-vhrc-estimate .banner {
    background: rgb(192, 192, 192) !important;
  }

  .rad-vhrc-estimate div.dest-incl-excl {
    border-top: 0 !important;
  }

  .rad-vhrc-estimate .dont-print {
    display: none;
  }

  .rad-vhrc-estimate .intro-and-video p {
    font-size: 0.9rem !important;
    background: #eaeaea !important;
  }

  .rad-vhrc-estimate th,
  .rad-vhrc-estimate div.total div.hdr {
    background: #666666 !important;
    color: white !important;
  }
}

@media (max-width: 46rem) {
  .go-mobile-early figure {
    float: none !important;
    margin: 0 auto 0.6rem auto !important;
    border: 0 !important;
  }
}

@media (max-width: 40rem) {
  figure {
    float: none !important;
    margin: 0 auto 0.6rem auto !important;
    border: 0 !important;
  }

  .home .quick-answers {
    grid-template-areas: "   q1a q1a " "   q1b q1b " "   q2a q2a " "   q2b q2b " "   q3c q3c " "   q4a q4a " "   q4b q4b " "   q5a q5a " "   q5b q5b " "   q6a q6a " "   q6b q6b " "   q7a q7a " "   q7b q7b " "   q8c q8c ";
  }

  .home .quick-answers a {
    text-align: center;
    border-radius: 0;
  }

  .tbl:not(.rad-vhrc-estimate .tbl):not(.sale-item .tbl):not(.cart .tbl):not(.gallery-box),
  .grp:not(.rad-vhrc-estimate .grp):not(.sale-item .grp):not(.cart .grp):not(.gallery-box .grp),
  .row:not(.rad-vhrc-estimate .row):not(.sale-item .row):not(.cart .row):not(.gallery-box .row),
  .cel:not(.rad-vhrc-estimate .cel):not(.sale-item .cel):not(.cart .cel):not(.gallery-box .cel),
  .hdr:not(.rad-vhrc-estimate .hdr):not(.sale-item .hdr):not(.cart .hdr):not(.gallery-box .hdr) {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cel:not(.rad-vhrc-estimate .cel):not(.sale-item .cel):not(.gallery-box .cel):not(.cart .cel):first-child:not(.cel:only-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cel:not(.rad-vhrc-estimate .cel):not(.sale-item .cel):not(.gallery-box .cel):not(.cart .cel):last-child:not(.cel:only-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .cel:not(.rad-vhrc-estimate .cel):not(.sale-item .cel):not(.gallery-box .cel):not(.cart .cel):not(.cel:first-child):not(.cel:last-child) {
    border-radius: 0;
  }

  .rad-vhrc-estimate .intro-and-video,
  .rad-vhrc-estimate .intro-and-video .tbl,
  .rad-vhrc-estimate .intro-and-video .row,
  .rad-vhrc-estimate .intro-and-video .cel,
  .rad-vhrc-estimate .intro-and-video .hdr {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .rad-vhrc-estimate .intro-and-video .cel:first-child:not(.cel:only-child) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .rad-vhrc-estimate .intro-and-video .cel:last-child:not(.cel:only-child) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rad-vhrc-estimate .intro-and-video .cel:not(.cel:first-child):not(.cel:last-child) {
    border-radius: 0 !important;
  }
}

@media (max-width: 35rem) {

  .sale-item .header .tbl:not(.stat-box .tbl),
  .show-item .header .tbl:not(.stat-box .tbl) {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .sale-item .header .row:not(.stat-box .row),
  .show-item .header .row:not(.stat-box .row) {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .sale-item .header .cel:not(.stat-box .cel),
  .show-item .header .cel:not(.stat-box .cel) {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .sale-item .header .hdr:not(.stat-box .hdr),
  .show-item .header .hdr:not(.stat-box .hdr) {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .sale-item .header .cel:not(.stat-box .cel):first-child:not(.cel:only-child),
  .show-item .header .cel:not(.stat-box .cel):first-child:not(.cel:only-child) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sale-item .header .cel:not(.stat-box .cel):last-child:not(.cel:only-child),
  .show-item .header .cel:not(.stat-box .cel):last-child:not(.cel:only-child) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sale-item .header .cel:not(.stat-box .cel):not(.cel:first-child):not(.cel:last-child),
  .show-item .header .cel:not(.stat-box .cel):not(.cel:first-child):not(.cel:last-child) {
    border-radius: 0 !important;
  }

  .rad-vhrc-estimate .known-core .action,
  .rad-vhrc-estimate .known-core .action .tbl,
  .rad-vhrc-estimate .known-core .action .row,
  .rad-vhrc-estimate .known-core .action .cel,
  .rad-vhrc-estimate .known-core .action .hdr {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .rad-vhrc-estimate .known-core .action .cel:first-child:not(.cel:only-child) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .rad-vhrc-estimate .known-core .action .cel:last-child:not(.cel:only-child) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rad-vhrc-estimate .known-core .action .cel:not(.cel:first-child):not(.cel:last-child) {
    border-radius: 0 !important;
  }

  .rad-vhrc-estimate .contact td,
  .rad-vhrc-estimate .contact th {
    font-size: 0.8rem;
    padding: 0;
  }

  .rad-vhrc-estimate .action .meh-not-set {
    display: none !important;
  }
}

h2.sale-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  & p {
    padding: 0;
    margin: 0;
  }

  & p.sale-group-name {
    flex-grow: 0;
    flex-shrink: 0;
  }

  & p.sale-group-description {
    flex-grow: 8;
    flex-shrink: 8;
    display: flex;
    justify-content: center;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 2px white;
    font-style: italic;
    text-align: center;
  }
}

@media (max-width: 30rem) {

  .sale-item .specs,
  .show-item .specs {
    float: none !important;
    width: 100% !important;
  }

  #gototop_mob {
    display: block;
  }

  #gototop {
    display: none;
  }
}