section.thecatalog {
  width: 100%;
  max-width: calc(1600px + 11%);
}
.hidden {
  display: none !important;
}
.games {
    display: inline-block;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    vertical-align: top;
}  
.games .c-progress.f-indeterminate-local.f-progress-large {
    width: 92%;
    margin-top: 4vw;
}
.carouselselection a:hover span {
  color: black;
  border-bottom: 2px solid;
}
.ui {
  width: 336px;
  margin: 16px 30px 24px 0;
}
.ui .c-search {
  margin-top: 14px;
}
.sortUi {
  margin-bottom: 16px;
}
.ui .c-drawer {
  margin-bottom: 8px;
}
span.currentSort {
  font-weight: 400;
}
.uiDrawers {
  margin-top: 2px;
}
.ui .accHeading {
  padding-top: 0;
  display: inline-block;
}
.games {
  width: 100%;
  margin: 24px 0 24px 12px;
}
.itemCat {
  margin-bottom: 24px;
}
.games .m-feature.x-type-center {
  margin-top: 0;
  margin-bottom: 40px;
}

.refineHeading p {
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 52px;
}
.filterSummary.theme-dark {
  margin-bottom: 15px;
  padding: 8px;
  background: #fafafa !important;
}
.filterNumber {
  display: inline-block;
  vertical-align: super;
  width: 132px;
  color: black;
  margin-right: 40px;
}
button.c-button.green-brdr.clearFilters {
  width: 136px;
  padding: 0;
  height: 36px;
  margin-top: 0;
}

.thecatalog button.green-brdr:focus {
  outline: 2px dashed #000 !important;
  border: 2px dashed #FFF !important;
}

.thecatalog button.green-brdr:focus, .thecatalog button.green-brdr:hover {
  background: none !important;
}

.gameDivsWrapper a.showMoreText.c-call-to-action:hover {
  text-decoration: underline;
}

span.summaryText {
  margin-left: 21px;
}
.noItems {
    text-align: center;
}
.noItems button.c-button.green-brdr.clearFilters.f-primary {
    margin-top: 36px;
}
.showmoreHidden {
  display: none !important;
}
.gameDivsWrapper a.showMoreText:after {
  display: none !important;
  content: none !important;
}
.gameDivsWrapper a.showMoreText.c-call-to-action {
  padding: 6px 32px !important;
}
.x-type-center.drawerContainer {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
}
.c-pivot strong.c-badge.f-small.f-highlight {
    position: relative;
    top: 38px;
}

.thecatalog .m-product-placement-item.gameDiv>a {
  padding: 0 0 12px 0 !important;
}

/* @media screen and (max-width: 1084px) and (min-width: 768px) {
.c-pivot ul {
  width: 75% !important;}
} */

@media (max-width: 1790px) {
  .productLayout { 
    grid-template-columns: repeat(auto-fill, 252px); 
    gap: 20px;
  }
  .product.productNormal {
    width: 252px;
    height: 286px;
  }
  .product.productBig {
    width: 524px;
    height: 588px;
  }
  .c-pivot.product ul {
    top: 144px;
  }
  .c-pivot.product>.c-flipper {
    top: 143px;
  }
}
@media (min-width: 1400px) and (max-width: 1790px) {
  .product.productFullwidth {
    height: 214px;
  }
}

@media (min-width: 1400px) and (max-width: 1623px) {
  .productFullwidth .m-content-placement-item .productCopy {
    top: 0.2vw;
    width: 52%;
  }
  .productFullwidth .productCopy p.pricingInfo {
    display: inline-block;
    top: -13px;
    left: 12px;
  }
}

/*@media (max-width: 1399px) {
  
}*/

@media (min-width: 1400px) {
  /*.product.productFullwidth {
    position: relative;
    bottom: 36px;
  }*/
  .product.productFullwidth {
    height: 240px;
    grid-column: 1/-1;
    position: relative;
  }
  .productFullwidth .productCopy {
    width: 45%;
    position: relative;
    top: 1.5vw;
    left: 24px;
  }
  .productFullwidth picture {
    width: 100%;
    position: absolute !important;
    right: 0;
    padding-bottom: 22% !important;
  }
  a.carShopAll {
    position: absolute !important;
    top: -38px;
    right: 0;
  }
}

@media (max-width: 1399px) {
  .ui {
    margin: 24px 12px 24px 0;
  }
  .productLayout {
    grid-template-columns: repeat(auto-fill, 196px);
    gap: 12px;
    justify-content: center;
  }
  .product.productNormal {
    width: 182px;
    height: 252px;
  }
  .games .productLayout .productNormal h3 a {
    font-size: 16px;
    line-height: 22px;
  }
  .product.productBig {
    width: 376px;
    height: 450px;          
  }
  .product.productFullwidth {
    width: 376px;
    height: 450px;
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
  }
  /*.productFullwidth picture {
    width: 943px;
    right: -22px;
    position: absolute !important;
    top: 40px;
    padding-bottom: 56% !important;
  }
  .productFullwidth picture::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 68%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 1) 83%);
  }*/
  /*.productFullwidth .productCopy {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 55px;
  }*/
  .productBig picture, .productFullwidth picture {
    top: 40px;
    position: relative !important;
    padding-bottom: 56% !important;
  }
  .productBig .productCopy, .productFullwidth .productCopy {
    position: absolute;
    top: 244px;
  }
  .c-pivot.product ul {
    top: 41%;
  }
  .c-pivot.product>.c-flipper {
    top: 41%;
  }
  a.carShopAll {
    position: absolute !important;
    top: -38px;
    left: 83%;
  }
}

@media (max-width: 767px) {
.allpcBanner {
  display: none;}

.accHeading {
  text-align: center;}

.faded {
  opacity: .1;
  pointer-events: none;
  cursor: auto;
}
#productSort {
  position: absolute;
  background: #fafafa;
  max-height: 1200px;
  z-index: 10;
  width: 68%;
  max-width: 324px;
  min-width: 204px;
}
.mobileHidden {
  display: none !important;
}
body.mobileOpen {
  height: 100vh;
  overflow: hidden;
}
.thecatalog.mobileOpen {
  position: fixed;
  top: -25px;
  z-index: 130;
  background: white;
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 60px;
  width: 100%;
}
.thecatalog.mobileOpen .games {
  display: none;
}
/*.refineFilters {
  display: none;
}
.filterSummary {
  display: none;
}*/
#categoryFilter {
  max-height: 200px;
  overflow-y: scroll !important;
  height: 200px !important;
  overflow-x: hidden !important;
}
.refineHeading p.c-subheading-5 {
  margin-top: 20px;
}
.refineFilters {
  width: 86%;
  margin: 0 auto;
}
.c-drawer.f-checkbox button.c-glyph, .c-drawer.radioDrawer button.c-glyph {
  font-size: 15px;
  font-weight: 700;
  padding: 14px 4px 14px 36px;
}
.mobFilterButton {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 6px;
}
button.c-button.f-primary.openFilters {
  margin-top: 0px;
  height: 42px;
  min-width: 0;
  width: 100%;
}
.closeShowResults {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #f0f0f0;
}
.closeShowResults.mobileOpen {
  display: block;
  width: 100vw;
  left: 0;
  padding: 4px 0 12px;
}
.closeShowResults.mobileOpen button {
  width: 320px;
  left: 0;
  right: 0;
  position: relative;
  margin: 12px auto 0;
  display: block;
  height: 40px;
}
.showResults {
  display: none;
}
.productLayout {
  width: 99%;
  grid-template-columns: repeat(auto-fill, 152px);
/*    grid-template-rows: 254px;*/
  gap: 12px;
  justify-content: center;
}
.product.productNormal {
  width: 152px;
  height: 254px;
}
.product.productBig {
  width: 316px;
  height: 526px;
}
.product.productFullwidth {
  width: 316px;
  height: 526px;
  grid-column: span 2;
  grid-row: span 2;
}
/*.productFullwidth picture {
  width: 800px;
  right: -20px;
  position: absolute !important;
  top: 48px;
  padding-bottom: 56% !important;
}*/
/*.productFullwidth .productCopy {
  width: 90%;
}*/
.productBig picture, .productFullwidth picture {
  top: 48px;
  position: relative !important;
  padding-bottom: 56% !important;
}
.productBig .productCopy, .productFullwidth .productCopy {
  position: absolute;
  top: 260px;
}
.c-pivot.product ul {
  top: 35%;
}
.c-pivot.product>.c-flipper {
  top: 34.75%;
}
.productBig h3, .productFullwidth h3 {
  font-size: 1.3em;
  font-weight: 700;
}
a.c-back-to-top, a.m-back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: rgba(0,0,0,.1);
  visibility: visible;
  float: right;
  padding: 12px;
  z-index: 500;
  opacity: 1;
  transition: opacity .6s cubic-bezier(.19,1,.22,1);
  text-align: center;
}
a.m-back-to-top[aria-disabled="true"], a.c-back-to-top[aria-disabled="true"] {
  visibility: hidden;
  opacity: 0;
  transition: visibility 600ms cubic-bezier(.19,1,.22,1),opacity 600ms cubic-bezier(.19,1,.22,1);
}
a.m-back-to-top[aria-disabled="false"], a.c-back-to-top[aria-disabled="false"] {
  visibility: visible !important;
}
section.thecatalog {
  width: calc(100% - 32px);
}
.searchgroup {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
.filterSummary.theme-dark {
  text-align: center;
  padding: 8px;
}
.mobileOpen .filterSummary.theme-dark {
  padding: 8px 16px;
}
.c-choice-summary span {
  text-align: left;
}
.mobileOpen .uiDrawers {
  padding-bottom: 60px;
}
.games .c-progress.f-indeterminate-local.f-progress-large {
  width: 84%;
}
.carouselselection {
  text-align: center;
}
a.carShopAll {
  position: static !important;
  text-align: center;
  margin: 8px auto 0;
  display: block;
}
}

@media (min-width: 768px) {
  .mobFilterButton {
    display: none;
  }
  .closeShowResults {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width: 1083px) {
  section.thecatalog {
    width: 96%;
  }
}

@media (max-width: 399px) {
  #productSort {
    width: 55%;
  }
  .sortUi .c-drawer.radioDrawer {
    width: 60%;
  }
}
.itemcountHidden {
  display: none !important;
}
.thecatalog .theme-dark .c-choice-summary a.c-action-trigger.c-glyph:focus {
  border: #fff 1px dotted;
  outline: #000 1px dotted;
}
.high-contrast-mode .c-radio input[type="radio"]:checked+span:after {
  border: solid Highlight 5px;
}

.itemHide, .ratingHide, .catHide {
  display: none !important;
}
.gameDivCTA {
  text-align: center;
  margin-bottom: 4vw;
}

.gameDivsWrapper {
  text-align: center;
  width: 100%;
    margin-left: auto;
    margin-right: auto;
  min-height: 200px;
  transition: 250ms;
  overflow: visible !important;
  position: relative;
  margin-bottom: 32px;
}
.gameDivsWrapper .gameDiv {
  text-align: left;
  display: inline-block;
  margin: 24px 10px 16px;
  vertical-align: top;
  min-width: 139px;
  max-width: 139px;
  width: 18% !important;
}
@media (min-width: 769px) {
    .gameDivsWrapper .gameDiv {
        margin: 8px 34px 30px 0;
        min-width: 200px;
        max-width: 200px;
    }
    .gameDivsWrapper .containerIMG img {
        max-width: 200px;
        width: 200px;
    }
}
.m-heading-4+[class*=m-] {
    padding-top: 0;
}
.containerIMG {
    position: relative;
}
.containerIMG .c-image {
    width: 100%;
    max-width: 139px;
}
.overlay360 {
    position: absolute;
    width: 100%;
}
.overlay360 img {
    width: 100%;
}
.c-price {
    font-size: 20px !important;
    margin-top: 12px;
}
.c-price s {
    margin-right: 6px;
}
span.c-badge {
    font-weight: 400;
    padding-left: 6px !important;
    margin-bottom: 0 !important;
    margin-right: 6px;
}
.m-product-placement-item.f-size-medium>a>div {
    padding-right: 0 !important;
}
.x1GameName {
    max-height: 200px !important;
    font-weight: 400 !important;
    padding-top: 7px !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
}
.playsOn, .xpaGame {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.resultsText {
    font-size: 13px;
    margin-bottom: 2px;
}
.enhancedlink {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.looklogo {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.looklogo h3 {
    font-weight: 700;
}
.qlButton {
    opacity: 0;
    position: absolute;
    top: 224px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    z-index: 5;
    background: lightgrey;
}
.qlButton button {
    width: 100%;
    margin: 0;
    height: 100%;
    display: block !important;
    background-color: lightgrey !important;
    transition: 300ms all;
}
.qlButton button:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: #c4c4c4 !important;
}
.qlButton button:focus {
  border: 2px dashed #fff !important;
  outline: 2px dashed #000 !important;
}
.gameMoreInfo {
    display: none;
    position: fixed;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 7px 6.16px .84px RGBA(0,0,0,.32);
    width: 977px;
    height: 76%;
    overflow-y: auto;
    max-height: 685px;
    /*border: 1px solid #107c10;*/
    z-index: 5;
    background: white;
}
div.gameMoreInfo.popupShow, div.qlButton.popupShow, div.qlButton.popupShowExtreme {
    display: block !important;
    opacity: 1;
}
.gameMoreInfo.popupShow {
    z-index: 1000;
    overflow: auto;
}
.gameMoreInfo img.popscreen {
    width: 100%;
    height: 48%;
}
.popinfo .c-glyph.gp-glyph {
    font-family: "MWF-MDL2";
    display: inline-block;
    font-size: 20px;
}
.gp-glyph img {
    width: 72px;
    height: 12px;
}
.poprotator {
    width: 100%;
    height: 317px;
    overflow: hidden;
}
.poprotator .c-carousel {
    position: relative;
    bottom: 23px;
}
.poprotator .c-group {
    bottom: 60px !important;
}
.gameMoreInfo .c-carousel.carfullimage picture {
    width: 61%;
    margin-left: 19.7%;
}
.popinfo {
    padding: 13px 24px 45px 20px;
}
.poptitle {
    display: inline-block;
    width: 62.5%;
    vertical-align: top;
}
.popdescription {
    width: 100%;
    margin-top: 13px;
}
.gameMoreInfo .poptitle {
    width: 100%;
}
@media (max-width: 1084px) {
    .gameMoreInfo.popupShow {
        overflow-y: auto;
    }
}
@media (min-width: 1128px) and (max-width: 1138px) {
    .gameMoreInfo.popupShow {
        overflow-y: scroll !important;
    }
}
.popdescription span {
    display: block;
}
.m-product-placement-item .gameMoreInfo.popupShow .popinfo .c-heading, .m-product-placement-item .gameMoreInfo.popupShow .popinfo .c-price {
    font-size: 24px !important;
    line-height: 28px !important;
    max-height: none !important;
    font-weight: 100 !important;
    margin-top: 0;
}
.m-product-placement-item .gameMoreInfo.popupShow .popinfo .c-price {
    font-weight: 600 !important;
    line-height: 26px !important;
}
.furtherinfo {
    margin-top: 14px;
}
.furthheading {
    color: black;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.c-rating[data-value].f-individual div {
    height: 30px;width: 138px;
}
.ratingstars {
    position:relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
}
.emptystars {
    position: absolute;
    left: 0;
    right: 0;
}
.filledstars.c-rating[data-value].f-individual div:after, 
.filledstars.c-rating[data-value].f-individual div:before {
    overflow:hidden;
}
.startotalratings{
    display: inline-block;
    font-size: 16px;
    margin-left: 12px;
}
span.reviewtotal {
    position: relative;
    left: 17%;
    top: 9px;
    font-size: 17px;
}
.filledstars {
    top: -80%;
}
.popinfo h3.c-heading {
    padding-top: 0px;
}
.genrecontent {
    text-transform: capitalize;
}
.popprice .c-badge {
    margin-top: 4px !important;
}
.eaw10 .popprice {
    display: none;
}
.eaw10 .popButton {
    margin-top: 17px;
}
.eaw10 .popButton .c-paragraph-3 {
    padding-top: 26px;
}
.eanw10 .popButton {
    position: relative;
    top: -8px;
}
.eanw10 .popprice {
    display: none;
}
.eanw10 p.c-paragraph-3 {
    padding-top: 20px;
    padding-bottom: 6px;
}
.nopricegame .popButton {
    margin-top: 16px;
    margin-bottom: 10px;
}
.popicons {
    margin-top: 0px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 1499px) {
    .popicons {
        margin-top: 8px;
    }
}
span.popicon {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.popicon img {
    height: 30px;
    max-height: 30px;
    margin-right: 30px;
    width: 100px;
}
.popicon.piRating {
    width: 74px;
}
.piRating img {
    max-height: 74px;
}
.popprice, .popButton {
    display: inline-block;
    vertical-align: middle;
}
.popprice {
    width: 100%;
    margin-right: 120px;
    position: relative;
    padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1499px) {
    .popprice {
        padding-bottom: 20px;
    }
}
.popprice .c-price {
    padding: 0 !important;
}
.popButton a {
    margin: 0 24px;
}
.catalogTitle {
    background-color: transparent;
    font-size: 22px !important;
    padding: 0 0 14px !important;
    font-weight: 700 !important;
    margin-top: 8px;
    padding: 0 !important;
}
.physScreenshot {
    margin: 32px auto 0;
    display: block;
}
@media (min-width: 1600px) and (max-width: 1890px) {
  .gameDivsWrapper .gameDiv {
      margin: 8px 26px 30px 0;
  }
}
@media (min-width: 1281px) and (max-width: 1599px) {
    .gameDivsWrapper .gameDiv {
      margin: 8px 24px 30px 0;
    }
}
@media (min-width: 1050px) and (max-width: 1280px) {
    .qlButton {
    top: 158px;
    }
}
@media (min-width: 769px) and (max-width: 1280px) {
    .gameDivsWrapper .gameDiv {
        margin: 8px 18px 30px 0;
        min-width: 160px;
        max-width: 160px;
    }
    .gameDivsWrapper .containerIMG img {
        max-width: 160px;
        width: 156px;
    }
}
@media (min-width: 769px) and (max-width: 1599px) {
    .gameSelectors {
    width: 244px;
    margin-right: 40px;
    }
}

@media (max-width: 769px) {
    .m-area-heading.spinnerHold {
    padding-top: 0 !important;
    }
    .catalogTitle.c-heading-3 {
      display: block;
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
      bottom: -60px;
      font-weight: 500;
    }
    .resultsText {
    text-align: center;
    bottom: -82px;
    margin: 0 auto;
    left: 0;
    right: 0;
    }
    .gameSelectors {
    width: 96%;
    margin: 0 auto;
    display: none;
    max-width: 470px;
    position: relative;
    }
    .gameList {
    width: 96%;
    display: block;
    margin: 0 auto;
    }
    .gameDivsWrapper {
    text-align: center;
    }
}

@media (max-width: 525px) {
.gameList {
    width: 100%;}

.gameDivsWrapper{
    width:100%;}

.gameDivsWrapper .gameDiv {
    margin: 8px 13px 30px 13px;}
}
.qclosebutton {
    width: 31px;
    display: block;
    position: absolute;
    right: 28px;
    top: 28px;
    z-index: 5;
    background-color: lightgrey;
    padding: 2px;
    cursor: pointer;
}
.qclosebutton:hover {
    background-color: #107c10;
    padding: 3px;
}
.qclosebutton:focus {
    outline: 2px dotted lightblue;
}
.qclosebutton img {
    width: 100%;
}
.popgoldprice {
    display: inline-block;
    vertical-align: bottom;
}
.popgoldlogo {
    width: 62px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 16px;
}
.servicesarea p {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .075em;
}
.physgame .qlButton {
    top: 128px;
}
@media (max-width: 1280px) {
    .physgame .qlButton {
    top: 86px;
    }
    .gameDivLink {
    overflow: hidden !important;
    }
    .availability p {
    font-size: 11px;
    }
}
#page-cover {
    width: 100%;
    height: 100%;
    z-index: 999 !important;
    background-color: black;
    opacity: .7;
    position: fixed;
    top: 0;
}
.soontextprice {
    font-size: 14px;
}
.gameMoreInfo .soontextprice {
    font-size: 34px;
    font-weight: 400;
}
.popButton a {
    margin-left: 0;
}    

@media (max-width: 767px) {
.hero-product-placement {
    margin-top: 11px;}

  .poprotator .c-carousel div.c-group {
    bottom: 12px !important;
  }
}
.stop-scrolling {
    height: 100%;
    overflow: hidden !important;
}
@media (min-width: 1921px) {
    .gameSelectors {
    width: 12%;
    }
}
#filtavail {
    display: none;
}
[data-catselected="avail-download"] {
    display: none !important;
}
@media (max-width: 768px) {
.c-menu {
  width: 160px !important;}
.thecatalog .platformselection {
  background-color: #e1e1e1;
  font-size: 16px;
  padding: 18px 30px;
  font-weight: 700;
  color: #626262;
  margin-top: 16px;}
.thecatalog .platformselection a {
  margin-right: 10px;}
.mobileOpen .platformselection {
  margin-top: 12px;
  margin-bottom: 6px;}


.coloption {
padding: 5px 0 13px 0 !important;}
.SB-hero-banner .banner-background {
    padding-bottom: 36px;}

.featured-games .c-pivot>[role=tablist] {
  justify-content: center;
}

}
.c-select-menu .c-menu {
    left: 0 !important;
}
.x360game .qlButton, .x360game .c-price {
    display: none !important;
}


.gameDiv a .ratingstars {
    transform: scale(.7) translateY(-11px);
}

/* banner */
.greenBanner .m-rich-heading.theme-dark.f-accent {
    height: auto;
    padding: 0px 24px 42px;
}
.greenBanner .m-rich-heading .c-subheading-3 {
    text-align: center;
    padding-top: 48px;
}

/* remove once goes to loc */
.m-rich-heading.theme-dark.f-accent {
    height: auto;
    padding: 0px 48px 42px;
}
.m-rich-heading .c-heading-3 {
    text-align: center;
}
.select-menu .sort {
    font-family: "Segoe UI semibold",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.socialBanner .m-banner .c-logo {
  padding: 10px;
}


@media only screen and (max-width:1084px){
.m-image-intro.f-align-bottom > div{bottom:0 !important;}
}

@media only screen and (max-width:780px){
    .m-image-intro.f-align-bottom > div{bottom:-5px !important;}
}

/* Icons */
.gamePassIcons .m-content-placement-item>picture {
    padding-bottom: 42%;
}

.coloption:focus, .coloption:hover {
    text-decoration: underline !important;
    color: #0a4f0a !important;
}
.coloption-1:focus, .coloption-1:hover {
    text-decoration: underline !important;
}
.gameDivLink:focus {
    text-decoration: underline !important;
}

/* a.c-hyperlink:not(.f-image):not(.white-c):hover {
    color: #0a4f0a !important;
} */

span.furthheading {
    display: none;
}

.furtherrelease {
    display: inline-block;
    vertical-align: top;
    line-height: 20px !important;
    font-size: 15px !important;
}
@media (min-width: 768px) and (max-width: 1499px) {
    .furtherrelease {
        padding-bottom: 20px;
    }
}
.furtherplatform {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.platformdescription {
    padding-bottom: 14px;
    margin-top: 18px;
}
.c-glyph.glyph-xbox-one-console, .c-glyph.glyph-pc1, .furtherplatform .c-glyph {
    display: inline-block;
}
.furtherplatform .c-tag {
    margin-bottom: 6px;
    margin-right: 15px;
    font-weight: 700;
}
.m-product-placement-item .gameMoreInfo.popupShow .popinfo h3.c-heading {
    font-weight: 700 !important;
}
.poplastbutton {
    padding-bottom: 3px !important;
}

.appbutton {
    margin-top: 20px;
}
.availability {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.availability > div {
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: inline-block;
    transform: translateX(-15px) skewX(32deg);
}
.availability p {
    height: 32px;
    line-height: 30px;
    padding: 0 16px 0 22px;
    color: #000;
    display: inline-block;
    text-align: top;
    transform: skewX(-32deg);
}
.availability p span {
    font-family: "MWF-MDL2";
    display: inline-block;
    font-weight: 400;
    font-size: 1.2em;
    vertical-align: middle;
    margin-left: 5px;
}

/* Accessibility */
.c-select-menu button {
    color: #0a4f0a;
}

.c-sequence-indicator button:focus {
    border: 3px dashed #000 !important; 
}


input.searchph:focus, .c-search button:focus {
    outline: 2px dashed #000 !important;
    outline: 2px dashed #FFF !important;
}

.poprotator button.c-action-toggle:focus {
    border: 3px dashed #000; 
    outline: 2px dashed #fff;
}

a.platselectbutton:focus {
    outline: 2px dashed #000 !important;
    border: 2px dashed #FFF !important;
}

.gamesCollections .coloption:focus, .gamesCollections .coloption-1:focus, .select-menu .c-menu-item span:focus, .filterSelections .c-choice-summary a.c-action-trigger.c-glyph:focus {
  border: 2px dashed #000; 
  outline: 2px dashed #fff;
}

/* snowbird */
.qlButton button.c-call-to-action {
    white-space: normal;
}

@media screen and (max-width: 1083px) {
.gameDivLink.eappgame {
  pointer-events: none !important;
  cursor: auto !important;}
}

.win10button {
    text-decoration: underline !important;
    margin: 0 !important;
}

.win10button:hover, .win10button:focus  {
    font-weight: 500;
}

@media screen and (min-width: 768px) {
.bannerMob {
  display: none !important;}
}

.platformdescription {
    padding-bottom: 29px;
}

.poprotator, .poprotator .m-hero-item {
    height: 585px;
}

.poprotator {
    width: 66%;
    float: right;
}

.popinfo {
    width: 34%;
}

.popicons .c-paragraph-3 {
    font-weight: 700;
}

.poprotator .c-carousel {
    bottom: 0px;
}

.poprotator div.c-group {
    bottom: 20px !important;
}

@media screen and (min-width: 1648px) {
.gameMoreInfo.popupShow {
    width: 1600px;}

.gameMoreInfo {
    height: 90%;
    max-height: 585px !important;}
}

@media screen and (min-width: 1400px) and (max-width: 1647px) {
.gameMoreInfo.popupShow {
  width: calc(100% - 48px);
  height: 35.8vw;}

.poprotator, .poprotator .m-hero-item {
    height: 35.8vw;}
}

@media screen and (max-width: 1499px) {
    .gameMoreInfo.popupShow {
        width: calc(100% - 20px);
        height: 96%;
        max-height: 96%;
        top: 2%;
    }

    .gameMoreInfo.popupShow {
        height: fit-content;
    }

    .poprotator {
        width: 100%;
        float: none;
    }

    .popinfo {
        width: 100%;
    }

    .poprotator,
    .poprotator .m-hero-item {
        height: 54vw;
    }

    .c-age-rating {
        top: calc(54vw - 80px);
    }
    .platformdescription {
        padding-bottom: 14px;
        margin-top: 0;
    }
}

.popinfo .platformdescription .furtherplatform .c-tag {
    padding: 0 10px;
    font-weight: 600;
}
.poprating {
    margin-top: 18px;
}
.prLeft, .prRight {
    display: inline-block;
    vertical-align: top;
}
.prRight {
    margin-inline-start: 22px;
    width: 80%;
}
.prRight a.c-hyperlink {
    text-decoration: underline !important;
}
.ratingdescriptors, .ratinginteractive, .ratingdisclaimers {
    font-size: 15px;
    line-height: 20px;
}
.descLine {
    height: 1px;
    width: 300px;
    background: #107c10;
    margin: 5px 0 4px;
}
.descNoWrap {
    white-space: nowrap;
}
.capitalFirst {
    text-transform: capitalize;
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
    .gameMoreInfo.popupShow {
        width: 768px;
    }

    .poprotator,
    .poprotator .m-hero-item {
        height: 430px;
    }

    .c-age-rating {
        top: 351px;
    }
}

@media (max-width: 1083px) {
.gameDivsWrapper .qlButton {
    top: 170px;}

.gameDivsWrapper .qlButton button {
    padding-left: 2px !important;
    padding-right: 2px !important;}
}

@media (max-width: 539px) {
.m-product-placement-item .gameMoreInfo.popupShow .popinfo .c-heading,
.m-product-placement-item .gameMoreInfo.popupShow .popinfo .c-price {
    font-size: 24px !important;
    line-height: 30px !important;}

.popinfo {
    padding-top: 12px;}

.popdescription {
    margin-top: 12px;}

.popicons {
    margin-top: 12px;}

.platformdescription {
    padding-bottom: 14px;}
}

@media screen and (max-width: 649px) {
.dropdownItems {
    left: 20%;}
}

@media screen and (max-width: 499px) {
.poprotator,
.poprotator .m-hero-item {
    height: 53vw;}

.dropdownItems {
    left: 10%;}
}

@media (max-width: 453px) {
    .prRight {
    margin-inline-start: 0;
    width: 98%;
    display: block;
    margin-top: 8px;}
}

.popprice {
    display: none !important;
}

.availability {
    display:none !important;
}

@media screen and (max-width: 767px) {
  .gameDivsWrapper .gameDiv {
    margin: 0px 10px 18px;
  }
  .x-type-center.drawerContainer {
    bottom: -32px;
  }
  [data-grid="col-4"] section.m-content-placement-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.eaplaygame {
    bottom: 0;
    position: absolute;
    z-index: 800;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.2) !important;
    padding: 2px 0 5px;
}
.gameSelector nav.c-refine-menu {
    margin-bottom: 24px;
}
.gameSelector h3 {
    padding-top: 6px;
}

@media (max-width: 767px) {
.mobOnly {
    display: inline-block !important;}
.deskOnly {
    display: none !important;}
.furtherrelease {
margin-bottom: 20px;}
}

@media (min-width: 768px) {
.mobOnly {
    display: none !important;}
.deskOnly {
    display: inline-block !important;}
}

.gameDiv a.gameDivLink.eappgame {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.eaw10 .platformdescription {
    padding-bottom: 0;
}

.padBot {
    padding-bottom: 12px !important;
}

.nonCloudRegion [data-cat="playon-cloud"] {
    display: none !important;
}

a.c-hyperlink:focus {
    border: 2px dashed #000 !important;
    outline: 2px dashed #fff !important;
}


/* French disclosure */
#disclosureStore {
  display: none;
}
#disclosureContainer button.glyph-prepend.glyph-prepend-info {
    background: transparent;
    border: none;
    font-size: 15px;
    color: #107c10;
    vertical-align: bottom;
    padding: 0;
    height: 36px;
}
div#frDisclosure {
    font-weight: 600;
    padding-right: 34px;
}
#frDisclosure p.c-paragraph {
    font-size: 13px;
}
#frDisclosure a {
    color: #107c10;
    text-decoration: underline;
}
#frDisclosure a:hover {
    color: black;
}
button.disclosureClose {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 14px;
    border: none;
}
.disclosureClose img {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
/* end French disclosure */

.hiddenColl {
  display: none;
}



@media (max-width:767px) {
.gameDivsWrapper:not(.mobileZoomed) div.qlButton.popupShow:not(.eaw10), .gameDivsWrapper:not(.mobileZoomed) .qlButton {
  display: none !important;
  opacity: 0;
  pointer-events: none;}
}

@media screen and (-ms-high-contrast:white-on-black) {
.popinfo .c-glyph.gp-glyph img {
    filter: invert(1);}
}

.high-contrast-mode.white-on-black .popinfo .c-glyph.gp-glyph img {
    filter: invert(1);
}