.out-of-stock-banner {
  height: 100%;
  position: relative;
  z-index: 2;
  background: url('/public/img/hors-stock.png') center center no-repeat;
  background-size: contain;
}

.handicap_mode_activated .your_selection_rail {
  width: 481px !important;
}

.handdicap_version .suggestion_container {
  padding-top: 0;
}

.handdicap_version .modal-content {
  height: 1720px;
}

.modal-dialog {
  margin: 0;
}

.added_to_cart_container .modal-dialog {
  margin: calc(50vh - 57px) calc(50vw - 123px) !important;
}

.no-thanks-button {
  float: right;
  font-size: 65%;
  font-weight: bold;
  padding: 15px 20px 10px;
}

.category-unavailable-container {
  flex-direction: column;
  text-align: center;
  line-height: 150%;
  margin: 0 40px 20px 20px;
  background: #fff;
  flex: 1;
  height: 940px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  box-sizing: border-box;
  font-size: 50px;
  font-weight: bold;
  padding: 15px;
  box-shadow: 7px 8px 1em rgba(192, 192, 192, 0.59);
}