section.inner_content div.custom_bg.ott_bg {
  background-image: linear-gradient(to right, rgba(var(--tmdbDarkBlue), 1) 150px, rgba(var(--tmdbDarkBlue), 0.84) 100%);
}

section.inner_content div.ott_bg div.shortcut_bar_wrapper {
  border-color: rgba(var(--tmdbDarkBlue),1);
}

div.ott_offer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(var(--tmdbDarkBlue), 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: var(--imageBorderRadius);
  border-bottom-left-radius: var(--imageBorderRadius);
  color: #fff;
  box-sizing: border-box;
}

section.inner_content div.ott_offer img {
  margin-right: 4px;
}

section.inner_content div.ott_offer * {
  margin: 0;
  padding: 0;
  color: #fff;
}

section.inner_content div.ott_offer div.text_wrapper {
  width: 100%;
  height: 60px;
  max-height: 60px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

section.inner_content div.ott_offer div.text_wrapper div.button {
  display: flex;
  justify-content: center;
  width: 100%;
}

section.inner_content div.ott_offer div.text_wrapper div.button:hover {
  cursor: pointer;
}

section.inner_content div.ott_offer div.text_wrapper div.provider {
  display: flex;
  align-content: center;
  align-items: center;
  padding-right: 8px;
}

section.inner_content div.ott_offer div.text_wrapper div.provider img {
  border-radius: 4px;
}

section.inner_content div.ott_offer div.text_wrapper div.text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

section.inner_content div.ott_offer div.text_wrapper div.text h3 {
  display: block;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
}

section.inner_content div.ott_offer div.text_wrapper div.text a {
  color: #fff;
}

section.inner_content div.ott_offer div.text_wrapper div.text h4 {
  line-height: 1em;
  display: block;
  opacity: 0.8;
  font-weight: 400;
  margin: 0;
}

section.inner_content div.ott_offer div.text_wrapper div.powered_by {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 6px 0 10px 0;
}

section.inner_content div.ott_offer div.text_wrapper p {
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 1;
}

section.inner_content div.ott_offer div.text_wrapper div.powered_by p {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 0.8em;
}

section.inner_content div.ott_offer div.text_wrapper.loading {
  justify-content: center;
  align-items: center;
  align-content: center;
}

section.inner_content div.ott_offer div.text_wrapper.loading div.text, section.inner_content div.ott_offer div.text_wrapper.loading div.provider {
  display: none;
}

section.inner_content div.ott_offer div.text_wrapper div.loading_wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}

section.inner_content div.ott_offer div.text_wrapper.loading div.loading_wrapper {
  display: flex;
}

div#ott_offers_window {
  min-height: 450px;
  height: auto;
  width: 100%;
  display: flex;
  color: #fff;
  visibility: visible;
  opacity: 1;
  transition: opacity 750ms;
}

div#ott_offers_window.hidden {
  opacity: 0;
  min-height: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  padding: 0;
}

div#ott_offers_window div.zoom {
  display: none;
}

div#ott_offers_window section.images, div#ott_offers_window div.header_poster_wrapper {
  width: 100%;
}

div#ott_offers_window p a, div#ott_offers_window ul a, section.inner_content div.ott_offer a:hover, section.inner_content div.ott_offer p {
  color: #dfba44;
}

div#ott_offers_window ul.providers a {
  display: block;
  width: 50px;
  height: 50px;
}

div#ott_offers_window p a:hover {
  text-decoration: underline;
}

div#ott_offers_window p span {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

div#ott_offers_window div.left_column {
  width: 440px;
}

div#ott_offers_window div.left_column img {
  width: 440px;
  height: 660px;
}

div#ott_offers_window section.images div.poster img {
  border-radius: var(--imageBorderRadius);
}

div#ott_offers_window div.right_column {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}

div#ott_offers_window div.right_column *:last-child {
  margin-bottom: 0;
}

div#ott_offers_window div.ott_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}

div#ott_offers_window a.close {
  display: inline-flex;
  font-size: 2em;
}

div#ott_offers_window div.ott_provider {
  margin-bottom: 20px;
}

div#ott_offers_window div.ott_provider:last-of-type {
  margin-bottom: 0;
}

div#ott_offers_window ul.filters {
  display: flex;
  margin-bottom: 10px;
  margin-top: 30px;
}

div#ott_offers_window ul.filters li {
  margin-right: 20px;
  white-space: nowrap;
}

div#ott_offers_window ul.filters li:last-child {
  margin-right: 0;
  width: 100%;
  height: 38px;
  text-align: right;
}

div#ott_offers_window ul.filters li a.selected, div#ott_offers_window ul.filters li a:hover {
  color: #fff;
  border-bottom: 2px solid #dfba44;
  padding-bottom: 4px;
}

div#ott_offers_window ul.filters li a {
  color: rgba(255,255,255,0.7);
}

div#ott_offers_window ul.filters li.selected a, div#ott_offers_window ul.filters li:hover a {
  color: rgba(255,255,255,1.0);
}

div#ott_offers_window ul.providers {
  display: flex;
}

div#ott_offers_window ul.providers li {
  margin-right: 14px;
  max-width: 65px;
}

div#ott_offers_window ul.providers li.none {
  max-width: 100%;
}

div#ott_offers_window ul.providers img {
  border-radius: 4px;
}

div#ott_offers_window ul.providers li span.wrapper {
  width: 100%;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 300;
  color: #fff;
  margin-top: 3px;
}

div#ott_offers_window ul.providers li span.element_count {
  display: none;
}

div#ott_offers_window ul.providers li span.seasons span.element_count {
  display: block;
}

div#ott_offers_window ul.providers li span.presentation_type {
  text-transform: uppercase;
  color: #dfba44;
}
