:root {
 --rating_ico_w: 33px;
 --rating_ico_h: 50px;
}

.skin-light .jumbotron {
width: 100vw;
height: auto;
text-align: center;
background-color: #000 !important;
}
.skin-light .jumbotron img {
width: 100vw;
max-width: 960px;
height: auto;
margin: auto 0;
}

body.skin-light {
background: #fff;
}


@media only screen and (min-width:400px) {
   .skin-light .jumbotron img {
        width: 100%;
   }
   #catalog-container > div > div > a > div > h5 {
	font-size: 1em;
	font-weight: 400;
   }
}

@media only screen and (min-width:576px) {
   .skin-light .jumbotron img {
        width: 100%;
   }
   #catalog-container > div > div > a > div > h5 {
        font-size: 1em;
        font-weight: 400;
   }
}
@media only screen and (min-width:768px) {
   .skin-light .jumbotron img {
        width: 720px;
   }
   #catalog-container > div > div > a > div > h5 {
        font-size: 1.1em;
        font-weight: 400;
   }
}

@media only screen and (min-width:992px) {
   .skin-light .jumbotron img {
        width: 960px;
   }
   #catalog-container > div > div > a > div > h5 {
	font-size: 1.25em;
	font-weight: 500;
   }
}

@media only screen and ( min-width:1200px ) {
   .skin-light .jumbotron img {
	width: 1140px;
   }
}


.container {
    padding-left: 0;
}



.rgba-black-strong {
	background-color: rgba(0,0,0,.4);
}

.productPopupContainer {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,.8);
}
#productContainer {
	width: 50%;
	max-width: 1200px;
	background: #fff;
	margin: 30px auto;
	border: 1px solid #bbb;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.4);
	-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,.4);
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,.4);
	display: table;
}

.relDate_txt {
float: right;
padding-right: 1em;
padding-bottom: 1em;
}





#ps_widget {
	height: auto;
	min-height: 500px;
	text-align: center;
}

#popupCloseCtrl {
	float: right;
	margin: 10px 0;
	font-size: 18px;
}

.prodDetailBtns {
	cursor: pointer;
	font-size: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	background: #004099;
	margin-right: 5px;
}
.prodDetailBtns:hover {
	background: gold;
}


.game_format_list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
	display: flex;
}

.game_format {
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 5px;
	padding: 0 10px;
	background: #555;
	color: #fff;
	font-size: 12px;
}

/*
.gf_selected {
	background: #004099;
}
*/

.fmt_dig {
	border: 2px solid green;
}
.gf_title {
	font-size: 12px;
}

.title_sub_txt {
  font-weight: 900;
  color: red;
}

#popupShareCtrl {
	float: right;
	margin: 10px 0;
	font-size: 18px;
}
#shareurl {
	width: 0;
	height: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

.featured_title {
	display: block !important;
}

.f_stripe_container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 160px;
	overflow: hidden;
	height: 135px;
	opacity: .8;
	font-weight: 900;
	display: none; 
}

.f_stripe {
	display: none;
	background-color: #fff;
	color: #000;
	margin-top: 35px;
	transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg);
	font-family: "agenda",Sans-serif;
	letter-spacing: 2px;
	text-align: center;
}



.qsort_btns {
background: #000;
color: #fff;
border-radius: 2rem;
padding: .5rem 2rem;
margin: 0px .25rem;
cursor: pointer;
}

.esrb_rating_container {
position: absolute;
width: auto;
bottom: 8px;
left: 4px;
z-index: 1;
}

.rating_gfx {
  background-size: 100%;
  width: var(--rating_ico_w);
  height: var(--rating_ico_h);
}

.E_rating_gfx {
  background: url(//cdn.promo.capcomusa.com/icons/E.svg) no-repeat;
  background-size: 100%;
}
.E10plus_rating_gfx {
  background: url(//cdn.promo.capcomusa.com/icons/E10plus.svg) no-repeat;
  background-size: 100%;
}

.T_rating_gfx {
  background: url(//cdn.promo.capcomusa.com/icons/T.svg) no-repeat;
  background-size: 100%;
}
.M_rating_gfx {
  background: url(//cdn.promo.capcomusa.com/icons/M.svg) no-repeat;
  background-size: 100%;
}
.AO_rating_gfx {
  background: url(//cdn.promo.capcomusa.com/icons/AO.svg) no-repeat;
  background-size: 100%;
}

/* responsive updates for rating icos */
@media (min-width: 1200px) {
  .esrb_rating_container {
	bottom: 12px;
	left: 6px;
  }
  .rating_gfx {
  }
}
@media (min-width: 768px) {
  .esrb_rating_container {
  }
  .rating_gfx {
  }
}



#ps_widget img {
	width: 100%;
}

.jumbotron {
	height: 400px;
}


@media (max-width: 1260px) {
	#productContainer {
		width: 50%;
	}
}


@media (max-width: 768px) {
	#productContainer {
		width: 100%;
	}
	.container {
		max-width: unset;
	}
	.mb-5, .my-5 {
		width: 33%;
	}

	.float-md-right {
		float: right;
	}

	.container .row {
	}

	.jumbotron {
		height: unset !important;
	}


	section#catalog-container {
		margin-left: 3%;
	}

	section#catalog-container .col-md-4 {
		width: 32vw;
	}

}

.catalog-container h5 {
	font-size: 1rem;
}

/* dark mode */

body.mod-dk {
        color: var(--capcom-dk-1);
	background: var(--capcom-dk-3);
}
body.mod-dk a {
        color: var(--capcom-dk-1);
}

.mod-dk #simplemodal-overlay {
        background: var(--capcom-dk-3) !important;
}
.mod-dk .productPopupContainer {
	color: var(--capcom-dk-3);
        background: var(--capcom-dk-3) !important;
}

.mod-dk .md-form.md-outline input[type="text"], .skin-light .md-form.md-outline input[type="password"], .skin-light .md-form.md-outline input[type="email"], .skin-light .md-form.md-outline input[type="url"], .skin-light .md-form.md-outline input[type="time"], .skin-light .md-form.md-outline input[type="date"], .skin-light .md-form.md-outline input[type="datetime-local"], .skin-light .md-form.md-outline input[type="tel"], .skin-light .md-form.md-outline input[type="number"], .skin-light .md-form.md-outline input[type="search-md"], .skin-light .md-form.md-outline input[type="search"], .skin-light .md-form.md-outline textarea.md-textarea {
  background-color: var(--capcom-dk-3);
  color: var(--capcom-dk-1);
}
.mod-dk .select-wrapper.md-form.md-outline + label {
  background-color: var(--capcom-dk-3);
}
.mod-dk .select-wrapper.md-form.md-outline span.caret {
  color: var(--capcom-dk-1);
}


body.mod-dk .select-wrapper.md-form.md-outline input.select-dropdown {
    background-color: var(--capcom-dk-3);
    border: 1px solid var(--capcom-dk-2);
    border-radius: 0px;
    color: var(--capcom-dk-1) !important;
}

body.mod-dk .select-wrapper.md-form.md-outline span.caret {
    color: var(--capcom-dk-1) !important;
    z-index:99;
}

body.mod-dk .select-wrapper.md-form.md-outline .dropdown-content {
    color: var(--capcom-dk-1) !important;
    background-color: var(--capcom-dk-3);
}
body.mod-dk .select-dropdown li.disabled, body.mod-dk .select-dropdown li.disabled > span, body.mod-dk .select-dropdown li.optgroup {
    color: var(--capcom-dk-1) !important;
}
body.mod-dk .dropdown-content li > a, body.mod-dk .dropdown-content li > span {
    color: var(--capcom-dk-1) !important;
}
body.mod-dk .dropdown-content li.active, body.mod-dk .dropdown-content li:hover {
    background-color: var(--capcom-dk-2);
}







body.mod-dk .pagination .page-item .page-link {
	color: var(--capcom-dk-1);
}

body.mod-dk .pagination .page-item .page-link:hover {
  background-color: var(--capcom-dk-2);
}
body.mod-dk .pagination .page-item.active .page-link:hover {
  background-color: #004099;
}

/* mobile pagination filter */
.pagination .mobile-omit {
}
@media (max-width: 768px) {
.pagination .mobile-omit {
        display: none;
}       
}


/* addendum */

.ctlg_buyHeader {
	margin-left: 1em;
	font-weight: 500;
	max-width: 70%;
}
.image-container {
   width: 100%;
   height: auto;
}
.image-container img {
   width: 90%;
   margin: 0 auto;
}

.ctlg-widget ul {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	width: auto;
	display: table;
}

.ctlg-widget ul li {
	float: left;
	width: 90px;
	height: 90px;
}

.retail_tile {
background-image: url(/stores/amazon.jpg);
background-position: center center;
height: 75px;
width: 75px;
background-size: 100%;
border: .5px solid #ccc;
border-radius: 15px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
cursor: pointer;
}

.tile_deisabled {
	opacity: .25;
	cursor: unset;
}

.apple_retail_skin {
background-image: url(/stores/apple.jpg);
}
.amazon_retail_skin {
background-image: url(/stores/amazon.jpg);
}
.spotify_retail_skin {
background-image: url(/stores/spotify.jpg);
}
.youtube_retail_skin {
background-image: url(/stores/youtube.jpg);
}
.steam_retail_skin {
background-image: url(/stores/steam.jpg);
}


