
.pageheader.full {
}

.pagesubheader {
	font-size: 18px;
	color: #9099a1;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		}

.searchtag {
	color: #67c1f5;
	background: #000000;
	background: rgba( 0, 0, 0, 0.2 );
	font-size: 12px;

	padding: 8px 10px;
	margin: 4px 5px 0 0;
	display: inline-block;
	border-radius: 2px;
	line-height: 14px;
}

.searchtag a.btn {
	margin-left: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(/public/images/v6/deleteSearchTerm.png);
	vertical-align: top;
	margin-top: 1px;
}

.page_header_ctn.search {
	padding-bottom: 70px;
	background: url('/public/images//v6/search/cluster_bg.png' ) bottom center no-repeat;
}
.page_header_ctn.search.salebg {
	padding-bottom: 30px;
	background: transparent;
}

.searchbar {
	margin-bottom: 4px;
	position: relative;
	background: rgba( 0, 0, 0, 0.4 );
	padding: 6px;
}
@media screen and (max-width: 560px)
{
	html.responsive .searchbar {
		display: flex;
		flex-direction: column;
	}
	html.responsive #term {
		font-size: 15px;
		height: 22px;

		max-width: unset;
		width: unset;
		flex-grow: 1;
		padding-left: 10px;
	}
	html.responsive .searchbar_left {
		display: flex;
		margin-top: 8px;
	}
	html.responsive .searchbar_left > button {
		height: 33px;
		margin-top: 1px;
	}
	html.responsive .searchbar_left > button >span {
		font-size: 14px;
	}
	html.responsive div.autocomplete ul li {
		font-size: 14px;
		line-height: 19px;
		padding: 6px;
	}
}

.searchbar .sortbox {
	float: right;
	margin-top: 4px;
}

.searchbar_left {
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 1px;
}

.searchbar_left > button {
	height: 25px;
	margin-left: 5px;
}

.searchbar .label {
	font-size: 12px;
	color: #4c6c8c;
	display: inline-block;
	margin-right: 4px;
}

#term {
	background-color: rgba( 103, 193, 245, 0.2 );
	color: #fff;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 1px 1px 0px rgba( 103, 193, 245, 0.15 );
	width: 300px;
	padding: 5px;

	max-width: calc( 100% - 80px - 2px );
}
#term.blur {
	font-style: italic;
	color: #7092a5;
	text-shadow: -1px -1px 0px rgba( 0, 0, 0, 0.4);
}

.sortbox .dselect_container {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}

/* settings menu */

.settings_tab {
	cursor: pointer;
	transition: background-color 300ms;
	order: 10;
	margin-left: 2px;
	position: relative;
	background-image: url( '/public/images/bigpicture/icon_settings.png' );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-origin: content-box;
}

.settings_tab:hover {
	background-color: rgba(255,255,255,0.1);
	color: #000;
}
.settings_tab.hover {
	background-color: #c7d5e0;
	color: #000;
}

.settings_tab.hover > span {
	color: #000;
}

.dropdown_container {

	background: -webkit-linear-gradient( top, #e3eaef 5%, #c7d5e0 95%);
	background: linear-gradient( to bottom, #e3eaef 5%, #c7d5e0 95%);
	padding: 0px 0px 0px 0px;

	transition: opacity 300ms;
	opacity: 0;
	pointer-events: none;
}

.dropdown_container.hover {
	opacity: 1;
	pointer-events: auto;
}

.dropdown_container .item {
	color: #000;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	display: block;
}

.dropdown_container .item:hover {
	color: #fff;
	background-color: #212d3d;
}

/* Search results */
.search_result_row {
	width: 100%;
	overflow: hidden;
	transition: height 0.25s, margin 0.25s;
	display: flex;
	flex-direction: row;
}

.search_result_row .search_capsule {
	display: block;
}

.search_result_row .search_capsule img {
	display: block;
	height: 6vw;
	max-height: 70px;
	min-height: 45px;
	width: auto;
}

.search_result_row, .search_result_row:hover {
	position: relative;
	background: #000000;
	background: rgba( 0, 0, 0, 0.2 );

	display: flex;
	flex-direction: row;
	gap: 10px;
	text-decoration: none;
	color: #c6d4df;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		}

.search_result_row {
	border: 1px solid rgba( 139, 185, 224, 0 );
}

.search_result_row:hover {
	border: 1px solid rgba( 139, 185, 224, 0.2 );
	background: rgba( 0, 0, 0, 0.4 );
}

.search_result_row .ds_options {
	right: auto;
	left: 35px;
}
.search_result_row.ds_excluded_by_preferences .ds_options {
	display: none;
}

.search_result_row .vr_required, .search_result_row .vr_supported {
	color: #62696e;
	position: relative;
	left: 2px;
	white-space: nowrap;
}

#search_result_container {
	max-width: 100%;
	margin-top: 4px;
}

/* wait until dynamicstore is ready to show results */
.search_results.results_loading {
	display: none;
}



.search_results.hide_owned    .ds_owned,
.search_results.hide_ignored  .ds_ignored,
.search_results.hide_ignored	.ds_excluded_by_preferences,
.search_results.hide_wishlist .ds_wishlist {
    height: 0;
	margin: 0;
	border: none;
	display: none;
}

.search_results_spellcheck_suggestion {
	padding: 10px;
	background-color: rgba( 0, 0, 0, 0.2 );
}

.search_results_count {
	padding: 10px;
	background-color: rgba( 0, 0, 0, 0.2 );
}

.search_results_filtered_warning {
	display: flex;
	margin-bottom: 5px;
}

.search_results_filtered_warning_second {
	margin-top: 30px;
}

.search_results_filtered_warning > div {
	padding: 10px;
	background-color: rgba( 0, 0, 0, 0.2 );
	color: lightgoldenrodyellow;
}
.search_results_filtered_warning > div:first-child {
	flex-grow: 1;
}
.search_results_filtered_warning .settings_tab {
	flex: 0 0 40px;
}
.search_results_filtered_warning a {
	text-decoration: underline;
}
.search_results_filtered_warning.collapsed {
	display: none;
}
.search_results_filtered_warning span.valve_only {
	color: red;
	font-weight: bold;
}

.search_crouton_icon {
	display: inline;
	float: left;
	width: 14px;
	height: 14px;
	padding-right: 4px;
}

#search_infiniscroll_reload_container {
	display: none;
}

#search_infiniscroll_reload_notice {
	display: table;
	padding: 10px;
	height: 45px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	cursor: pointer;
}

#search_infiniscroll_reload_notice > img,
#search_infiniscroll_reload_notice > span {
	display: table-cell;
	vertical-align: middle
}

#search_infiniscroll_reload_notice > img {
	height: 40px;
}

#search_infiniscroll_reload_notice > span {
	padding-left: 10px;
	width: 100%;
	font-size: larger;
}

#search_results_loading {
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	color: #c6d4df;
}

.search_result_row .ds_flag {
	top: 12px;
}

#search_resultsRows {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.responsive_search_name_combined {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(200px, 41%) minmax(85px, 30%) minmax(30px, 4%) minmax(100px, 25%);
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
			"title title title price"
			"platforms release reviews price";
	justify-content: space-between;
}

.responsive_search_name_combined .includes_games_results {
    color: #62696e;
    vertical-align: top;
	line-height: 21px;
	position: relative;
	left: 6px;
	white-space: nowrap;
}

.responsive_search_name_combined .search_name {
	grid-area: title;
	align-self: end;
	font-size: clamp(12px, 1.3vw, 16px)
}

.responsive_search_name_combined .search_platforms {
	grid-area: platforms;
	align-self: center;
	display: flex;
	flex-direction: row;
	gap: 4px;
}

.responsive_search_name_combined .search_released {
	grid-area: release;
	align-self: center;
	justify-self: end;
	color: #6580a5;
	margin-inline-end: 8px;
}

@media screen and (max-width: 750px)
{
	html.responsive .responsive_search_name_combined {
		grid-template-columns: 24px auto auto auto;
		grid-template-areas:
			"title title title price"
			"reviews platforms platforms price";
		justify-content: unset;
	}

	html.responsive .responsive_search_name_combined .search_platforms {
		justify-self: start;
	}

	html.responsive .responsive_search_name_combined .search_released {
		display: none;
	}
}

@media screen and (max-width: 550px)
{
	html.responsive .responsive_search_name_combined .includes_games_results {
		display: none;
	}
}

.responsive_search_name_combined .search_reviewscore {
	grid-area: reviews;
	align-self: center;
}

.discount_block.no_discount .bundle_base_discount {
	font-size: 18px;
	min-width: 50px;
}

.responsive_search_name_combined .search_price_discount_combined {
	grid-area: price;
	justify-self: end;
	align-self: center;
}

.search_result_row.ds_flagged:not(.ds_wishlist) .search_capsule,
.search_result_row.ds_flagged:not(.ds_wishlist) .platform_img {
	opacity: 0.3;
}

.search_result_row.ds_flagged.ds_excluded_by_preferences .search_capsule {
	filter: blur(10px);
	opacity: 0.3;
}

.search_result_row.ds_flagged.ds_excluded_blur .search_capsule {
	filter: blur( 10px );
}

.search_result_row .search_reviewscore {
	width: 30px;
	height: 20px;
}

.search_reviewscore .search_review_summary {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	background: no-repeat center center;
}

.search_price_discount_combined {
	width: 20%;
}

.search_review_summary.positive {
	background-image: url( '/public/images/v6/user_reviews_positive.png' );
}

.search_review_summary.mixed {
	background-image: url( '/public/images/v6/user_reviews_mixed.png' );
}

.search_review_summary.negative {
	background-image: url( '/public/images/v6/user_reviews_negative.png' );
}

.game_review_summary {
	color: #A34C25;
}

.game_review_summary.positive {
	color: #66C0F4;
}

.game_review_summary.none {
	color: #626366;
}

.search_result_row .search_reviewscore .game_review_summary {
	color: #A34C25;
}

.search_result_row .search_reviewscore .game_review_summary.positive {
	color: #66C0F4;
}

.search_result_row .search_reviewscore .game_review_summary.none {
	color: #626366;
}

.search_result_row.ds_flagged:not(.ds_wishlist) .search_name {
	color: #62696e;
}

.search_platforms .platform_img {
	opacity: 0.3;
	width: 16px;
	height: 16px;
}

.search_price.discounted {
	padding-top: 5px;
	height: 36px;
    color: #BEEE11;
    font-size: 13px;
    line-height: 16px;
}

.search_price.discounted strike {
    font-size: 11px;
}

.search_discount_and_price .discount_block {
	padding-right: 8px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.search_discount_and_price .discount_block .discount_prices {
	background-color: inherit;
}
.search_discount_and_price .discount_block.no_discount .discount_prices .discount_final_price {
	font-size: 12px;
	text-align: right;
	color: #c6d4df;
	padding-right: 0;
	white-space: nowrap;
}
.search_discount_and_price .discount_block:not(.no_discount) .discount_prices .discount_original_price {
	color: #888888;
	white-space: nowrap;
}
.search_discount_and_price .discount_block:not(.no_discount) .discount_prices .discount_final_price {
	font-size: 13px;
	white-space: nowrap;
}
.search_discount_icon_ctn {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.search_discount_icon {
    color: #BEEE11;
    background: #4c6b22;
    display: inline-block;
    padding: 3px;
    margin: auto 0;
}
.search_discount_icon img {
    display: block;
}
.search_discount_and_price .bundle_base_discount {
	display: none;
}

.search_discount_and_price .discount_pct {
	padding: 5px;
}

.page_content {
	/* padding-top: 20px; */
}

/* autocomplete */

div.autocomplete {
	margin: 0px;
	padding: 0px;
	width: 250px;
	background: #BBBBBB;
	border: 1px solid #ACACAC;
	position: absolute;
	color: #000000;
	z-index: 500;
}

div.autocomplete ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.autocomplete ul li.selected {
	color: white;
	background-color: #3D3D3D;
}

div.autocomplete ul li {
	margin: 0;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	list-style-type: none;
	cursor: pointer;
}

.block_content_inner {
	overflow: hidden;
}

.search_pagination_left {
    float: left;
	color: #3b6e8c;
}
.search_pagination_right {
    float: right;
}
.search_pagination_right .pagebtn {
	color: #67c1f5;
}
.search_pagination_right .pagebtn:hover {
	color: #ffffff;
}
.search_pagination_right a {
	color: #3b6e8c;

}
.search_pagination_right a:hover {
	color: #67c1f5;
}

.search_filter_suggest {
	background-color: rgba( 0, 0, 0, 0.2 );
	color: #fff;
	border-radius: 3px;
	border: 1px solid rgba( 0, 0, 0, 0.3);
	box-shadow: 1px 1px 0px rgba( 255, 255, 255, 0.2);
	width: 200px;
	padding: 5px;
	margin: 5px;
}

.search_filter_suggest.blur {
	font-style: italic;
	color: #7092a5;
	text-shadow: -1px -1px 0px rgba( 0, 0, 0, 0.4);
}

#search_manage_lang_preferences_btn {
	padding: 5px;
	margin: 2px 5px;
}

@media screen and (max-width: 910px)
{
	html.responsive .page_content {
		padding-top: 0;
	}
}

@media screen and (max-width: 720px)
{
	html.responsive .search_results.hide_owned    .ds_owned,
	html.responsive .search_results.hide_ignored  .ds_ignored,
	html.responsive .search_results.hide_ignored	.ds_excluded_by_preferences,
	html.responsive .search_results.hide_wishlist .ds_wishlist {
		display: none;
	}

	html.responsive .search_price.discounted > br {
		display: none;
	}
}

.search_remote_play_banner
{
	width: 940px;
}

.autocollapse_enabled .search_collapse_block .block_header {
	cursor: pointer;
}

.search_collapse_block.collapsed .see_all_expander,
.autocollapse_enabled .search_collapse_block .see_all_expander.nocollapse_only {
	display: none;
}


.info_link {
	float: right;
	margin: 2px;
}
