.faceplate {
  z-index: 2;
  top: -7px;
  left: 8px;
}

.lid {
  z-index: 3;
  left: 61px;
  top: 31px;
}

.firebutton {
  background: url(/static/images/ethel/button.png) no-repeat center;
  z-index: 4;
  top: -55px;
  left: -73px;
}

.connector {
  background: url(/static/images/ethel/connector.png) no-repeat center;
  z-index: 4;
  top: -170px;
  left: 35px;
}

.dropshadow {
  background: url(/static/images/ethel/shadow.png) no-repeat center;
  z-index: 0;
  top: 170px;
  left: 9px;
}

.guide {
  position: absolute;
  width: 100%;
  height: 500px;
  margin-top: 20px;
}

.preview {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50px;
}

input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  margin: 5px 0 5px 5px;
  background-size: 225px 70px;
  position: relative;
  float: left;
  display: inline;
  top: 0;
  border-radius: 3px;
  z-index: 5;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000;
}

input[type='radio']:hover {
  -webkit-filter: opacity(.4);
  filter: opacity(.4);
}

.body-red {
  background: red;
}

.body-alum {
  background: rgba(226, 226, 226, 1);
  background: -moz-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  background: linear-gradient(135deg, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
}

.body-white {
  background: white;
}

.body-black {
  background: black;
}

.body-red:checked~.body {
  background: url(/static/images/ethel/red_body.png) no-repeat center;
}

.body-alum:checked~.body {
  background: url(/static/images/ethel/alum_body.png) no-repeat center;
}

.body-white:checked~.body {
  background: url(/static/images/ethel/white_body.png) no-repeat center;
}

.body-black:checked~.body {
  background: url(/static/images/ethel/black_body.png) no-repeat center;
}

.faceplate-red {
  background: red;
}

.faceplate-white {
  background: white;
}

.faceplate-black {
  background: black;
}

.faceplate-red:checked~.faceplate {
  background: url(/static/images/ethel/red_faceplate.png) no-repeat center;
}

.faceplate-white:checked~.faceplate {
  background: url(/static/images/ethel/white_faceplate.png) no-repeat center;
}

.faceplate-black:checked~.faceplate {
  background: url(/static/images/ethel/black_faceplate.png) no-repeat center;
}

.lid-clear {
  background: #C9CCD3;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  background-blend-mode: lighten;
}

.lid-mat-black {
  background-image: linear-gradient(to right, #434343 0%, black 100%);
}

.lid-none {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.body-alum:checked,
.body-black:checked,
.body-red:checked,
.faceplate-red:checked,
.faceplate-black:checked,
.lid-mat-black:checked {
  border: 2px solid #FFF !important;
}

.body-white:checked,
.faceplate-white:checked,
.lid-none:checked,
.lid-clear:checked {
  border: 2px solid #000 !important;
}

.lid-clear:checked~.lid {
  background: url(/static/images/ethel/clear_lid.png) no-repeat center;
}

.lid-mat-black:checked~.lid {
  background: url(/static/images/ethel/mat_black_lid.png) no-repeat center;
}

.lid-none:checked~.lid {
  display: none;
}

.lid-none.fas.fa-times {
  padding: 7px 10px;
}

.lid-none.fas.fa-times:checked {
  padding: 6px 8px;
}

.exploded {
  background: white;
}

.exploded:checked {
  border: 2px solid #FFF !important;
}

.label {
  width: 150px;
  height: 75px;
  position: absolute;
  top: 170px;
  margin-left: 130px;
}

::selection {
  background: #000;
}

.preview input[type="radio"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.preview input[type="radio"] {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.radio-sep {
  opacity: 0;
  pointer-events: none;
}

.image-wrap {
  /*  background-color: rgb(103, 103, 103); 
background-position: center;   
background-size: cover;*/
  height: 40rem;
  /*   margin: 5rem auto; */
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.image-wrap .title {
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 5;
}

.image-wrap .title::before {
  content: "";
  /*  background-color: #fff; */
  bottom: calc(100% + 2rem);
  height: 40rem;
  left: 0;
  position: absolute;
  width: 0.25rem;
}

.image-wrap .title::after {
  content: "";
  /* background-color: #fff; */
  bottom: 0;
  height: 0.25rem;
  left: calc(100% + 2rem);
  position: absolute;
  width: 60rem;
}

.image-wrap h2 {
  color: #151216;
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.15rem;
  line-height: 0.90;
  text-transform: uppercase;
  white-space: nowrap;
}

.image-wrap .borders {
  bottom: 1rem;
  left: 1rem;
  overflow: hidden;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.image-wrap .borders::before {
  content: "";
  /*  background-color: #fff; */
  height: 0.25rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.image-wrap .borders::after {
  content: "";
  /*  background-color: #fff; */
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.25rem;
}

/* Product Description */
.product-description {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}