.series-detail .purchase .label,
.store-detail .purchase .label {
	width: 10rem;
	line-height: 3rem;
}
.series-detail .purchase .button,
.store-detail .purchase .button {
	width: 12rem;
}
.series-detail .purchase .button.play-movie,
.series-detail .purchase .button.play-mobile,
.store-detail .purchase .button.play-movie,
.store-detail .purchase .button.play-mobile {
	width: 25rem;
}
.store-detail .purchase .button.not-available,
.store-detail .purchase .button.not-available {
	width: 24rem;
}

.series-detail .season {
	position: relative;
	border-bottom: 2px solid #F25923;
}
.series-detail .season-items {
	width: 100%;

	padding-left: 2rem;
	padding-right: 2rem;
}
.series-detail .season-item {
	position: relative;
	overflow: hidden;

	margin-left: 1rem;
	margin-right: 1rem;
}
.series-detail .season-item {
	padding: 5px 15px;
	
	border-left: 2px solid #e9e9e9;
	border-top: 2px solid #e9e9e9;
	border-right: 2px solid #e9e9e9;
	border-bottom: none;
	background-color: #e9e9e9;

	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	
	font-size: 1.5rem;
	text-align: center;
	color: #606060;
}
.series-detail .season-item.active,
.series-detail .season-item:hover {
	cursor: pointer;

	border-left: 2px solid #F25923;
	border-top: 2px solid #F25923;
	border-right: 2px solid #F25923;
	border-bottom: none;
	background-color: #F25923;

	color: #ffffff;
}
.series-detail .season-arrow {
	position: absolute;
	top: 0;
}
.series-detail .season-arrow span {
	display: block;
	position: relative;

	top: 50%;

	width: 100%;

	margin-top: -1.5rem;

	font-size: 3rem;
	color: #F25923;
}
.series-detail .season-arrow-disabled span {
	color: #e9e9e9;
}

.series-detail .season-prev-disabled,
.series-detail .season-prev {
	left: 0;

	width: 4rem;
	height: 100%;
}
.series-detail .season-prev {
	z-index: 1;
	cursor: pointer;
}
.series-detail .season-prev-disabled span,
.series-detail .season-prev span {
	text-align: left;
}

.series-detail .season-next-disabled,
.series-detail .season-next {
	right: 0;

	width: 4rem;
	height: 100%;
}
.series-detail .season-next {
	z-index: 1;
	cursor: pointer;
}
.series-detail .season-next-disabled span,
.series-detail .season-next span {
	text-align: right;
}

.series-detail .episode-detail {
	padding-top: 1rem;
}

.series-detail .episode-item {
	padding-top: 2rem;
	padding-bottom: 2rem;
	
	cursor: pointer;
}
.series-detail .episode-item .cover {
	width: 100%;
}

/* breakpoint definition - mobile */
@media (max-width: 599px) {
	.series-detail .purchase .label,
	.store-detail .purchase .label {
		clear: both;
		width: 100%;
	}

	.series-detail .purchase .button.play-movie,
	.series-detail .purchase .button.play-mobile,
	.store-detail .purchase .button.play-movie,
	.store-detail .purchase .button.play-mobile {
		width: 100%;
	}
}
