/* HIDE RADIO */
#preloader-bundle-radio-button-wrapper [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
#preloader-bundle-radio-button-wrapper [type=radio] + img {
  cursor: pointer;
  margin: 10px;
  width: auto;
  max-width: 100%;
  border-radius: 5px;
}

/* CHECKED STYLES */
#preloader-bundle-radio-button-wrapper [type=radio]:checked + img {
  outline: 2px solid #12a900;
}

div#preloader-bundle-radio-button-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.preloader-bundle-radio-item {
  background: white;
  border: 1px solid #ebebeb;
  padding: 5px;
  min-height: 100px;
  display: flex;
  align-items: center;
  width: 12rem;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}