@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
.selectricWrapper {
  border: 1px solid #adabab;
  position: relative;
  margin: .25rem 0 20px;
  min-width: 220px;
  cursor: pointer;
  border-radius: 2px;
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  background-color: #000000;
  position: relative;
  color: #adabab;
}
.selectric .label {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.7px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  color: #adabab;
  letter-spacing: 2px;
  text-shadow: 0px 0px 18px black;
  line-height: 130%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 12px 0 0;
  line-height: 40px;
  text-indent: 19px;
}
.selectric .button {
  padding: 0;
  position: absolute;
  right: 19px;
  top: 50%;
  width: 12px;
  height: 10px;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.selectric .button:after {
  -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(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../../../../content/dam/atvi/callofduty/blackops4/common/BlackOps4-dropdown-arrow.svg');
}
.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: #adabab;
}
.selectricOpen .button:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.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: 100%;
  left: -1px;
  width: 100.5% !important;
  background: #000000;
  z-index: 9998;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
  border: 1px solid #adabab;
}
.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-size: 12px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.7px;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  color: #adabab;
  letter-spacing: 2px;
  text-shadow: 0px 0px 18px black;
  line-height: 130%;
  color: #9b9b9b;
  position: relative;
  display: block;
  padding: 9px 0;
  text-indent: 19px;
  border-top: 1px solid #4a4a4a;
  cursor: pointer;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s 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;
}
.selectricItems li.hidden {
  display: none;
}
.selectricWrapper .beta {
  padding: 0;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
}
.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|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
.hidden,
.unavailable {
  display: none;
}
#bo4-wtb-default {
  position: relative;
  background-color: #000;
  padding: 100px 0 69.72px;
}
#bo4-wtb-default .wtb-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../../content/dam/atvi/callofduty/blackops4/common/bg-tile-v6.svg) #000000 top center repeat;
  background-size: 109px;
}
#bo4-wtb-default > .inner {
  position: relative;
  margin: auto;
  width: 50%;
  max-width: 960px;
}
@media only screen and (max-width: 768px) {
  #bo4-wtb-default > .inner {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  #bo4-wtb-default > .inner {
    width: 80.38501561%;
    max-width: 3090px;
  }
}
#bo4-wtb-default,
#bo4-wtb-default a {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  color: #adabab;
  letter-spacing: 2px;
  text-shadow: 0px 0px 18px black;
  line-height: 130%;
}
#bo4-wtb-default .ir {
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
}
#bo4-wtb-default .wtb-header-container {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
  min-width: 100%;
}
#bo4-wtb-default .wtb-module-title {
  margin: 42px 0 0;
  line-height: 1;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #dbbd40;
  line-height: 30px;
  letter-spacing: 5px;
  text-shadow: 0px 0px 10px #34322e, 0px 0px 10px #dbbd40;
  text-transform: uppercase;
}
#bo4-wtb-default .wtb-module-description {
  text-align: left;
}
#bo4-wtb-default .bundle-title {
  margin: 15px 0 42px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}
#bo4-wtb-default .wtb-header-container {
  position: relative;
}
#bo4-wtb-default .bundle-description-item {
  position: relative;
  /*
        &.inline-content {
            
            .list-title {
                
                &, + * {
                    color: #fff;
                }
            }
            
            li {
                margin-left: 25px;
            }

            > ul {
                
                > li {
                    
                    &:before {
                        content: "\00BB";
                    }
                    
                    ul {
                        margin-top: .5em;
                        padding-left: 20px;
                        
                        li {
                            
                            &:before {
                                content : "";
                            }
                            
                        }
                    }
                }
            }
            
            @media screen and (max-width: 768px) {
                
                .list-title {
                    margin: 8% 0 .5em;
                }
            }
            
            @media screen and (min-width: 769px) and (max-width: 1279px) {
                
                > *:not(.list-title) {
                    width: 46%;
                    display: inline-block;
                    vertical-align: top;
                }

                > ul {
                    padding-top: 1.75rem;
                }
                
                .list-title {
                    position: absolute;
                    top: 0;
                    right: 46%;
                    .translate(100%, 0);
                    
                    + * {
                        margin-left: 6%;
                    }
                    
                }
            }

            @media screen and (min-width: 1280px) {
                .list-title {
                    margin: 1.25rem 0 .5em;
                }
            }
        }
        */
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #bo4-wtb-default .bundle-description-item .columns-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
}
#bo4-wtb-default .bundle-description-item .column:last-child {
  color: #fff;
}
#bo4-wtb-default .bundle-description-item .column:last-child ul {
  margin-top: 1.1rem;
}
#bo4-wtb-default .bundle-description-item .column:last-child ul > li:before {
  content: "\00BB";
}
#bo4-wtb-default .bundle-description-item .column:last-child ul > li:only-child:before {
  content: none;
}
#bo4-wtb-default .bundle-description-item .column:last-child ul > li ul {
  margin-top: .5em;
  padding-left: 20px;
}
#bo4-wtb-default .bundle-description-item .column:last-child ul > li ul li:before {
  content: "-";
}
#bo4-wtb-default .bundle-description-item .column p:nth-child(n+2) {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #bo4-wtb-default .bundle-description-item .column:last-child {
    margin-top: 8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  #bo4-wtb-default .bundle-description-item .column {
    width: 46%;
  }
  #bo4-wtb-default .bundle-description-item .column li {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1280px) {
  #bo4-wtb-default .bundle-description-item .column:last-child {
    margin-top: 1.25rem;
  }
  #bo4-wtb-default .bundle-description-item .column li {
    margin-left: 25px;
  }
}
#bo4-wtb-default .wtb-form-container {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  #bo4-wtb-default .wtb-form-container {
    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;
  }
}
#bo4-wtb-default .buy-column {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #bo4-wtb-default .buy-column {
    width: 46%;
  }
}
@media screen and (min-width: 1280px) {
  #bo4-wtb-default .buy-column.buy-column-1 {
    width: 31.06796117%;
  }
  #bo4-wtb-default .buy-column.buy-column-2 {
    width: 28.6407767%;
  }
  #bo4-wtb-default .buy-column.buy-column-3 {
    width: 31.71521036%;
  }
  #bo4-wtb-default .buy-column.wide-screen-only .bundle-title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #bo4-wtb-default .buy-column-2 {
    margin-top: 25px;
  }
}
#bo4-wtb-default .select-label {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#bo4-wtb-default .beta-burst-container {
  margin-top: 25px;
}
#bo4-wtb-default .beta-image {
  width: 100%;
  height: 120px;
  padding-bottom: 18%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#bo4-wtb-default .order-button {
  margin-top: 25px;
}
#bo4-wtb-default .wtb-button {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-indent: -3px;
  background-color: #713000;
  border: 2px solid #f07113;
  box-shadow: 3px 3px 10px 1px rgba(240, 113, 19, 0.6);
  line-height: 40px;
  white-space: nowrap;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#bo4-wtb-default .wtb-button > span {
  text-shadow: 0 0 18px #f07113;
}
#bo4-wtb-default .wtb-button:hover {
  background-color: #aa4800;
}
#bo4-wtb-default .wtb-button.unavailable {
  opacity: .5;
}
#bo4-wtb-default .product-img {
  background-image: url('../../../../../content/dam/atvi/callofduty/blackops4/buy/Call-of-Duty_BlackOps4_box-art.jpg');
  height: 0;
  padding-bottom: 141.55%;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#bo4-wtb-default .product-img img {
  display: none;
}
#bo4-wtb-default .retailer-coming-soon {
  margin-top: 20px;
}
#bo4-wtb-default .coming-soon-message {
  color: #dbbd40;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 18px #f07113;
  letter-spacing: 3px;
  text-indent: -3px;
  border: 2px solid #f07113;
  box-shadow: 3px 3px 10px 1px rgba(240, 113, 19, 0.6);
  padding: 10px;
  cursor: not-allowed;
}
#bo4-wtb-default .disclaimers-container {
  margin-top: 100px;
}
#bo4-wtb-default .disclaimers-container p:nth-child(n+2) {
  margin-top: 1em;
}
@media screen and (max-width: 1279px) {
  #bo4-wtb-default .wide-screen-only {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #bo4-wtb-default .not-wide-screen .bundle-description {
    display: none;
  }
}

#bo4-wtb.test-b .buy-wrapper .beta-image-container {
  margin-top: 0;
  margin-bottom: 25px;
}
#bo4-wtb.testc .buy-wrapper .beta-image-container {
  display: none;
}

