@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:300,400,700');
/**********ELECTROLIZE IS A TEST FONT ONLY**************
@import url('https://fonts.googleapis.com/css?family=Electrolize');

.electrolize-reg() { font-family:"Electrolize", Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; }

*********ELECTROLIZE IS A TEST FONT ONLY***************/
.selectricWrapper {
  position: relative;
  min-width: 220px;
  cursor: pointer;
}
.selectricResponsive {
  width: 100%;
}
.selection-type-platforms .selectric .label {
  text-transform: uppercase;
}
.selectric {
  position: relative;
  color: #fff;
  background: url('../../../../content/dam/atvi/sekiro/buy/buy-platform-bg.png') left center no-repeat;
  background-size: cover;
  height: 75px;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  .selectric {
    background-size: 100% 100%;
    height: 130px;
    margin-top: -25px;
  }
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 30px;
  background: url('../../../../content/dam/atvi/sekiro/buy/buy-platform-underline.png') 30px 40px no-repeat;
  background-size: 65% 2px;
  font-size: 18px;
  line-height: 50px;
  text-transform: capitalize;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
@media screen and (max-width: 1024px) {
  .selectric .label {
    background-position: 30px 65px;
    line-height: 100px;
  }
}
.selectric .button {
  position: absolute;
  right: 30%;
  top: 15px;
  width: 17px;
  height: 17px;
  text-indent: 102%;
  letter-spacing: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1024px) {
  .selectric .button {
    top: 40px;
  }
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 10px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.selectric-empty {
  display: none;
}
.selectric-empty .button {
  display: none;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  z-index: 9999;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricOpen .label {
  color: #fff;
}
.selectricOpen .button:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.selectricDisabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 40px;
  left: -10px;
  width: 80% !important;
  background: #000000;
  z-index: 9999;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 32px;
  min-height: 32px;
}
.selectricItems li {
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 9px 0;
  text-indent: 19px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.selectricItems li:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.selectricItems li.selected {
  color: #adabab;
}
.selectricItems li.disabled {
  color: #2d2d2d;
  cursor: default;
}
.selectricWrapper .beta {
  padding: 0;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  text-indent: 102%;
  letter-spacing: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.selectricWrapper .label .beta {
  display: none;
}
.selectricScroll::-webkit-scrollbar {
  width: 8px;
}
.selectricScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.selectricScroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.selectricScroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}
@media screen and (max-width: 640px) {
  body.ru .selectric .label {
    font-size: 8px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:300,400,700');
/**********ELECTROLIZE IS A TEST FONT ONLY**************
@import url('https://fonts.googleapis.com/css?family=Electrolize');

.electrolize-reg() { font-family:"Electrolize", Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; }

*********ELECTROLIZE IS A TEST FONT ONLY***************/
.hidden,
.unavailable {
  display: none;
}
#sekiro-wtb {
  position: relative;
  background: url(../../../../content/dam/atvi/sekiro/buy/buy-bg-desktop.png) center center no-repeat;
  background-size: 100% 100%;
  height: 900px;
}
#sekiro-wtb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../../content/dam/atvi/sekiro/common/brushstroke-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 68px;
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb:before {
    height: 34px;
  }
}
#sekiro-wtb:after {
  content: "";
  background-image: url(../../../../content/dam/atvi/sekiro/common/brushstroke-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -30px;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb:after {
    height: 50px;
  }
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb {
    padding: 20px 0;
    height: 1400px;
  }
}
.wtb-bg-image {
  z-index: 0;
  background: url('../../../../content/dam/atvi/sekiro/buy/buy-wrapper-bg.png') center center no-repeat;
  background-size: 98% 100%;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 800px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 1148px) {
  .wtb-bg-image {
    position: relative;
    height: 100%;
    background-size: cover!important;
  }
}
#sekiro-wtb > .inner {
  margin: auto;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 650px;
  max-width: 1100px;
}
@media screen and (min-width: 1148px) {
  #sekiro-wtb > .inner {
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb > .inner {
    width: 100%;
    height: 100%;
    margin-top: 100px;
  }
}
#sekiro-wtb,
#sekiro-wtb a {
  text-shadow: 0px 0px 18px #949494;
  color: #fff;
}
#sekiro-wtb .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#sekiro-wtb .wtb-module-title {
  background: url('../../../../content/dam/atvi/sekiro/buy/buy-title-bg.png') center no-repeat;
  background-size: 100% 100%;
  margin: 0 0 42px -50px;
  max-height: 100%;
}
@media (min-width: 768px) {
  #sekiro-wtb .wtb-module-title {
    margin: 0 0 22px -70px;
    width: 100%;
  }
}
#sekiro-wtb .wtb-module-title p {
  color: #ffffff;
  font-size: 48px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 70px;
}
@media screen and (max-width 1300px) {
  #sekiro-wtb .wtb-module-title p {
    margin-left: 50px;
  }
}
#sekiro-wtb .buy-column {
  width: 44%;
  position: relative;
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb .buy-column {
    width: 100%;
    margin: auto;
  }
}
#sekiro-wtb .buy-column-1 {
  padding: 0 30px 0 60px;
}
@media (min-width: 768px) {
  #sekiro-wtb .buy-column-1 {
    width: 50%;
  }
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb .buy-column-2 {
    width: 100% !important;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  #sekiro-wtb .buy-column-2 * {
    position: relative !important;
  }
}
#sekiro-wtb .buy-column-2 * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sekiro-wtb .buy-column-2 .wtb-box-art-caption {
  top: 100%;
}
#sekiro-wtb .buy-column-2 .wtb-box-art-caption a {
  position: relative;
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb .buy-column-2 .wtb-box-art-caption {
    padding: 0 15px;
  }
  #sekiro-wtb .buy-column-2 .wtb-box-art-caption * {
    position: relative;
  }
}
#sekiro-wtb .select-label {
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 768px) {
  #sekiro-wtb .select-label {
    font-size: 24px;
  }
}
#sekiro-wtb .wtb-select.editions-entry {
  display: none;
}
#sekiro-wtb .wtb-select.retailers-entry {
  display: none;
}
#sekiro-wtb .beta-image-container {
  margin-top: 25px;
}
#sekiro-wtb .beta-image {
  width: 100%;
  height: 0;
  padding-bottom: 18%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb .buy-ctas {
    margin-top: 0;
  }
}
#sekiro-wtb .wtb-button {
  display: block;
  background: url('../../../../content/dam/atvi/sekiro/common/buy-btn.png') center center no-repeat;
  background-size: 100% 62px;
  width: 100%;
  max-width: 440px;
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  line-height: 62px;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: -30px;
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb .wtb-button {
    max-width: 330px;
    margin-left: -20px;
  }
}
#sekiro-wtb .wtb-button span {
  margin-left: 12%;
}
@media (min-width: 768px) {
  #sekiro-wtb .wtb-button span {
    margin-left: 25%;
  }
}
#sekiro-wtb .wtb-button:hover {
  color: grey;
}
#sekiro-wtb .product-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#sekiro-wtb .product-img img {
  width: 100%;
}
@media screen and (max-width: 1148px) {
  #sekiro-wtb .product-img {
    width: 100%;
    height: 450px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
#sekiro-wtb .retailer-coming-soon {
  margin-top: 20px;
}
#sekiro-wtb .disclaimer-text-container {
  display: none;
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
}
#sekiro-wtb .disclaimer-text-container a {
  font-size: 18px;
}
#sekiro-wtb .coming-soon-message {
  background: url('../../../../content/dam/atvi/sekiro/about/red-brush-stroke.png') center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 100px;
  margin-left: -30px;
  padding-left: 30px;
  padding-top: 30px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  margin-top: 30px;
}
[data-bundle-content-id="collectors-edition"] {
  margin-top: 2rem;
  border-left: 2px white solid;
  padding-left: 1rem;
  font-size: 15px;
}
@media (min-width: 768px) {
  [data-bundle-content-id="collectors-edition"] {
    font-size: 20px;
  }
}
[data-bundle-content-id="collectors-edition"] ul {
  line-height: 1.5;
  list-style: initial;
  flex-flow: row wrap;
  display: flex;
  margin-top: 1.1rem;
  padding-left: 1.2rem;
}
[data-bundle-content-id="collectors-edition"] ul li {
  width: 49%;
}
/* Overriding Selectric CSS */
.selectricItems li,
.selectricItems .label {
  text-transform: unset;
}
body .selection-type-platforms .selectric .label {
  text-transform: unset;
}

