#details
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#details > div:nth-child( 2 )
{
	flex: 1 0 300px;
	padding-left: 20px;
}

@media ( max-width: 759px )
{
	#details > div:nth-child( 2 )
	{
		padding-left: 0;
	}
}

.productBox
{
	margin-bottom: 3em;
	width: 600px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.productBox .box
{
	display: inline-block;
	width: auto;
	padding-top: 0;
}

.productBox .box,
.productBox .box img
{
	max-width: 100%;
}

.productBox .box .saving
{
	top: 2px;
	right: 0;
	left: auto;
}

.screenshots
{
	margin-top: 20px;
	display: grid;
	grid-auto-columns: minmax(120px, 1fr);
	grid-auto-flow: column;
	gap: 20px;
}

@media ( max-width: 800px )
{
	.screenshots
	{
		display: none;
	}
}

.screenshots img
{
	max-width: 100%;
	max-height: 140px;
}

#details h1,
#rssFeed h1
{
	margin-bottom: 0;
	font-size: 34px;
	text-align: left;
}

.updated
{
	font-size: 16px;
	display: grid;
	grid-auto-columns: max-content;
	grid-auto-flow: column;
	grid-gap: 6px;
	justify-self: right;
}

.updated > div
{
	display: inline-block;
	padding: 2px .6ex;
	margin: 0 3px;
	color: white;
	background-color: #d02e26;
	text-transform: uppercase;
}

#details h4
{
	margin-top: .5em;
	font-weight: 300;
	font-size: 18px;
}

#status
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: .5em;
	color: #2E2E2E;
	font-weight: 400;
}

#status .stars
{
	font-size: 0;
}

#status .stars + span
{
	margin-left: -2ex;
}

#status .rrp
{
	text-decoration: line-through;
	font-size: 26px;
	font-weight: 300;
}

#status .price
{
	font-size: 35px;
	font-weight: bold;
	color: #AC1F2B;
}

#status .save
{
	color: #AC1F2B;
	background-color: #FFE3E5;
	border-radius: 15px;
	font-size: 14px;
	padding: 6px 8px;
}

#offerEnds
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	background-color: #FD7701;
	font-size: 22px;
	text-transform: uppercase;
	padding: 15px;
	margin-top: 1.5em;
}

#detailsCounter
{
	font-size: 18px;
	font-weight: 300;
}

#detailsCounter span:not(.days)
{
	margin: 0 .5ex;
	color: black;
	background-color: white;
	font-size: 22px;
	font-weight: bolder;
	padding: 6px 8px;
}

@media ( max-width: 500px )
{
	#detailsCounter span:first-child
	{
		display: inline-block;
		margin-bottom: 4px;
	}

	#detailsCounter span:not(.days)
	{
		padding: 4px 5px;
	}
}

#offerEnds > div:first-child
{
	font-weight: bold;
}

#switchVariant
{
	background-color: #fbfbfb;
	border: 1px solid #EDEDED;
	margin: 10px 0 20px;
	padding: 16px;
	font-size: 18px;
	width: 100%;
    box-sizing: border-box;
}

#switchVariant > div
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
}

#switchVariant > div span:first-child
{
	flex-grow: 1;
}

#switchVariant > div .price,
#switchVariant ul li .price
{
	flex-grow: 0;
	color: #AC1F2B;
	font-weight: bold;
}

#switchVariant > div:after
{
	content: '';
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.7295 0.68396L8.22949 8.68396L0.729492 0.68396' stroke='black' stroke-width='2'/%3E %3C/svg%3E ");
	width: 17px;
	height: 11px;
}

#switchVariant ul
{
	width: 100%;
	top: 0;
	box-shadow: none;
	background-color: #f8f8f8;
}

#switchVariant ul li
{
	justify-content: space-between;
	margin: 6px 0;
	padding: 0 20px;
}

#sharedeal
{
	cursor: pointer;
	position: relative;
}

#sharedeal svg
{
	margin-right: 1ex;
}

#sharedeal span
{
	position: relative;
	top: -3px;
}

.actions
{
	margin-top: 1em;
	border-bottom: 1px solid #CDCDCD;
}

.actions button
{
	width: 100%;
	margin-bottom: 1em;
	border-style: none;
	border-radius: 4px;
}

.actions .points
{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: -0.5em 0 1em;
}

.actions .points a
{
	text-decoration: none;
	color: #1C7FD5;
}

.actions .points b
{
	font-weight: bold;
}

.actions .points .help
{
	width: 1.5em;
	height: 1.5em;
	margin-left: .5ex;
	border-radius: 50%;
	border: 2px solid #ccc;
	color: #aaa;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: .7em;
	font-weight: bold;
	cursor: default;
}

.actions .points a:hover
{
	text-decoration: underline;
}

button.other
{
	color: black;
	background-color: #B8E9FF;
}

button.other:hover
{
	background-color: #99e0ff !important;
}

button.STORE_BUTTON_TRY .bits
{
	display: block;
	font-size: .7em;
}

#specs
{
	margin-top: 16px;
	font-size: 16px;
}

#specs h5
{
	font-size: 18px;
}

#specs .platforms
{
	margin-bottom: 30px;
}

#specs .platforms > div
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-top: 12px;
	font-weight: 300;
}

#specs .platforms > div div
{
	display: flex;
	column-gap: 1ex;
	align-items: center;
}

#specs .info
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #EDEDED;
	background-color: #FBFBFB;
	padding: 18px;
	margin: 12px 0;
}

#specs .info > div:first-child
{
	font-weight: bold;
}

#specs a
{
	color: #333;
	text-decoration: none;
}

#specs a:hover
{
	text-decoration: underline;
}

#specs .quantity
{
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 12px;
	display: flex;
	align-items: center;
}

#specs .quantity input
{
	flex: 1 1 auto;
	margin-left: 1em;
}

.countdownTimerExpired
{
	color: #f00;
	font-weight: bold;
}

#tabButtons
{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	column-gap: 14ex;
	row-gap: 1em;
	margin-bottom: 3em;
	border-bottom: 1px solid #CDCDCD;
}

#tabButtons button
{
	box-sizing: border-box;
	padding: 14px 16px;
	font-size: 18px;
	margin-bottom: -1px;
}

#tabButtons button.active
{
	border-bottom: 5px solid black;
}

#tabs .slide
{
	display: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

#tabs .active.slide
{
	display: block;
}

#requirements h3
{
	text-align: left;
	margin-top: 2em;
}

#overviewBottomImage img
{
	max-width: 100%;
}

#moreFeatured h1
{
	text-align: left;
	margin-bottom: 1em;
}

#moreFeatured .products
{
	display: initial;
}

#moreFeatured .products .price
{
	margin-top: 15px;
}

#moreFeatured .productFooter
{
	display: grid;
	grid-template-columns: 1fr max-content;
	align-items: center;
}

#moreFeatured .similarRating
{
	display: flex;
	justify-content: start;
	font-size: 13px;
}

#moreFeatured .similarRating svg
{
	width: 13px;
	height: auto;
}

#moreFeatured .similarRating svg:last-child
{
	margin-right: 8px;
}

#faq h2
{
	margin: 20px 0 40px;
	font-family: Inter, sans-serif;
	font-size: 18px;
	text-align: center;
}

#faq details
{
	margin: 10px 160px;
}

@media ( max-width: 800px )
{
	#faq details
	{
		margin: 10px 60px;
	}
}

#reviews h1
{
	font-size: 22px;
	margin-top: 20px;
}

#reviews > div:first-child
{
	display: grid;
    grid-template-columns: max-content 1fr 50%;
	row-gap: 20px;
	margin-bottom: 36px;
}

@media ( max-width: 800px )
{
	#reviews > div:first-child
	{
	    grid-template: "a a"
					   "b c" / 1fr 1fr;
	}

	#reviews > div:first-child img
	{
		grid-area: a;
		justify-self: center;
	}
}

#reviews > div:first-child img
{
	max-width: 226px;
	margin-right: 36px;
}

#reviews .avg
{
	font-family: Inter, sans-serif;
	font-size: 48px;
	font-weight: bold;
}

#reviews .stars + div
{
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: #858585;
	margin-top: 1.2em;
}

#ratingsTable
{
	align-self: start;
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	align-items: center;
	column-gap: 10px;
	row-gap: 10px;
	color: #8C8C8C;
	font-size: 14px;
	font-family: Inter, sans-serif;
}

#ratingsTable > div:nth-child( 3n + 2 )
{
	background-color: #f2f6fb;
	height: 8px;
	position: relative;
}

#ratingsTable .rating
{
	background-color: #FD7701;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#addComment button
{
	grid-column: 2;
	justify-self: start;
	width: auto;
}

.comment
{
	margin-top: 20px;
}

.rating
{
	grid-row: span 4;
	justify-self: center;
	font-size: 50px;
	font-weight: bold;
	color: #f00;
}

.author
{
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 15px;
	align-items: center;
	margin-bottom: 20px;
}

.author img
{
	border-radius: 50%;
	width: 44px;
	height: 44px;
	grid-row: 1 / span 2;
}

.author div
{
	grid-column: 2;
}

.date
{
	font-weight: normal;
	font-family: Inter, sans-serif;
	font-size: 12px;
	color: #858585;
	margin: 10px 0 30px;
}

.commentBody,
.pros,
.cons
{
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.commentBody
{
	margin-top: 10px;
}

.header
{
	font-weight: bold;
}

#rssFeed
{
	margin-bottom: 60px;
}

#rssFeed h1
{
	font-weight: 500;
}

#rssFeed h2
{
	margin-bottom: 1em;
}

#relatedlinks_main
{
	width: 745px !important;
	height: auto !important;
}

.feedItems
{
	display: grid;
	grid-template-columns: 3fr 2fr;
	column-gap: 30px;
	row-gap: 20px;
}

.feedItems > a
{
	display: block;
	text-decoration: none;
	color: initial;
}

.feedItems > a:hover h1
{
	text-decoration: underline;
}

.feedItems > a:first-child
{
	grid-row: 1 / span 3;
}

.feedItems > a:first-child img
{
	max-width: 700px;
	max-height: 450px;
	object-fit: cover;
}

@media ( max-width: 1100px )
{
	.feedItems
	{
		display: flex;
		flex-direction: column;
		padding: 20px;
	}

	.feedItems > a:first-child
	{
		display: flex;
		flex-direction: column;
	}

	.feedItems > a:first-child img
	{
		max-width: 100%;
	}
}

#rssFeed .feedItems > a:first-child h1
{
	font-size: 30px;
}

#rssFeed .feedItems > a:first-child h1 + div
{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	margin-top: 16px;
}

.feedItems .hdr
{
	display: flex;
	flex-wrap: wrap;
	column-gap: 14px;
	row-gap: 1em;
	align-items: center;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 300;
	max-width: 100%;
}

.feedItems .hdr > span:first-child
{
	background-color: #AC1F2B;
	color: white;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 0 1 auto;
	line-height: 1;
}

@media ( max-width: 400px )
{
	.feedItems .hdr > span:first-child
	{
		max-width: 165px;
		box-sizing: border-box;
	}
}

.feedItems .hdr > span:not(:first-child)
{
	flex: 1 0 auto;
}

#rssFeed .feedItems > a:not(:first-child)
{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: max-content 1fr;
	column-gap: 16px;
    row-gap: 15px;
	border-bottom: 1px solid #CACACA;
    padding-bottom: 22px;
}

@media ( max-width: 600px )
{
	#rssFeed .feedItems > a:not(:first-child)
	{
		grid-template-columns: 50% 50%;
	}
}

#rssFeed .feedItems > a:last-child
{
	border-bottom: none;
    padding-bottom: 0;
}

#rssFeed .feedItems > a:not(:first-child) img
{
	width: 190px;
	max-width: 100%;
	height: 183px;
	object-fit: cover;
	grid-row: 1 / span 2;
}

#rssFeed .feedItems > a:not(:first-child) h1
{
	margin-top: 0;
	font-size: 24px;
}

#rssFeed .feedItems > a:not(:first-child) .hdr
{
	margin: 0;
	align-self: start;
}

#rssFeed .feedItems > a:not(:first-child) h1 + div
{
	display: none;
}

.relatedlinks-div-title
{
	border-bottom: 1px solid #b2b2b2;
	border-top: 4px solid #b2b2b2;
	color: #333;
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px 0 3px 5px;
}

.relatedlinks-div-links,
.relatedlinks-a-links
{
	font-size: 13px !important;
	line-height: 18px !important;
}

.relatedlinks-a-links
{
	margin-left: 10px;
	color: #039 !important;
}

.tos
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 30px;
	background-color: #ffe6e6;
	font-weight: 300;
	line-height: 1.5;
}

.tos.mobile
{
	display: none;
}

@media ( max-width: 800px )
{
	.tos:not(.mobile)
	{
		display: none;
	}

	.tos.mobile
	{
		display: block;
	}
}

.tos + .tos
{
	margin-top: 0.5em;
}

.tos,
.tos h1
{
	font-size: 15px !important;
	text-align: left;
}

.popupTOS
{
	text-align: justify;
}

.tos h1,
.popupTOS h1
{
	font-weight: bold;
	text-transform: uppercase;
}

.popupTOS h1
{
	font-size: 15px;
}

.tos h1
{
	font-size: 12px;
}

.tos h2,
.tos h3
{
	font-size: 11px;
	font-weight: bold;
}

.tos > p:first-child
{
	margin-top: 0;
}

.tos label p,
.popupTOS label p
{
	display: inline;
}

#uninstallInfo h2
{
	font-size: 1.1em;
}

#uninstallInfo p
{
	margin-top: 5px;
	margin-bottom: 11px;
	text-align: justify;
}
