#colorbox {
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%);
  width: max-content !important;
  max-width: 85vw;
  height: max-content !important;
  max-height: 85vh;
  overflow: visible;
}
#colorbox #cboxWrapper {
  position: relative;
  width: max-content !important;
  height: max-content !important;
  overflow: visible !important;
}
#colorbox #cboxTopCenter,
#colorbox #cboxBottomCenter {
  width: auto !important;
}
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight {
  height: auto !important;
}
#colorbox #cboxContent {
  width: max-content !important;
  height: max-content !important;
  max-height: 85vh;
  overflow: visible;
}
#colorbox #cboxLoadedContent {
  width: max-content !important;
  max-width: 85vw;
  height: max-content !important;
  max-height: 85vh;
}
#colorbox #cboxLoadedContent img {
  max-height: 75vh;
}

#cboxLoadedContent {
  padding: 1.5rem 0.375rem;
}

#cboxPrevious, #cboxNext {
  position: fixed !important;
  height: auto !important;
  clip: unset;
  padding: 0.5em;
  margin-top: -1.5em;
  background-color: var(--tallorders-orange);
}

#cboxNext {
  right: 0;
}

#cboxClose.cbox-close-plain {
  width: 1em;
  height: auto;
  opacity: 1 !important;
  background: none;
  border-radius: 0;
  background-color: var(--tallorders-orange);
  font-family: var(--font-amatic);
  font-size: 3em;
}
