
.com-stionlinestore .wizard {
	min-height: 480px;
}
.com-stionlinestore .wizard .tile {
	opacity: 0;
	transition: opacity .3s;
}
.com-stionlinestore .wizard .tile:not(.platform) {
	width: 370px;
	height: 360px;
}
.com-stionlinestore .wizard .description {
	padding: 0 10px;
	font-weight: 400;
}
.com-stionlinestore .wizard .price {
	position: absolute;
	left: 5px;
	bottom: 0;
	padding: 10px;
	margin: 15px 0 0 0;
	border-top: 1px solid #cfd8dc;
	width: calc(100% - 10px);
}
.com-stionlinestore .wizard .price h1 {
	margin: 0;
}
.com-stionlinestore .wizard .price h1 .month,
.com-stionlinestore .wizard .price h1 .discount {
	font-size: 18px;
	color: #909090;
}
.com-stionlinestore .wizard .price h1 .discount {
	text-decoration: line-through;
}

@media (max-width: 480px) {
	.com-stionlinestore .wizard .tile:not(.platform) {
		width: 100%;
		height: auto;
	}
	.com-stionlinestore .wizard .price {
		position: static;
	}
}
