

.container-left {
	width: 50%;
	float: left;
	padding: 0% 0.5%;
}

.big-img {
  width:100%;
  position:relative;
  margin-bottom:0.25em;
}

.big-img img {
	width:100%;
}

.thumb-imgs {
	width: 100%;
	position: relative;
}

.thumbs {
	width: 100%;
	text-align: center;
}

.thumb-imgs img {
	width: 24%;
}

.thumb-imgs img:hover {
	cursor: pointer;
}

.thumb-imgs img.active {
	border:2px solid gray;
}

.arrow {
  position:absolute;
  bottom:50%;
  transform:translateY(50%);
  color:black;
}

.arrow:hover {
	background-color: white;
	cursor: pointer;
}

.arrow.right {
  right:1em;
}
.arrow.left {
  left:1em;
}

.container-right {
	width: 50%;
	float: right;
	padding: 5%;
	border-top: solid 1px #d8dad2;
}

.container-right [type='number'] {
	width: 50px;
	height: 30px;
	text-align: right;
}

.container-right [type='submit'] {
	width: 60%;
	padding: 1%;
	background-color: #b0bc80;
	margin: 10px 0px;
	font-size: 1em;
	border-radius: 5% / 20%;
	cursor: pointer;
}

.newline {
	clear: both;
}

.container>h2 {
	text-indent: 5%;
}

.package-left {
	
}

.thumbnail-img {
	width: 45%;
	text-align: center;
	margin: 0px;
	padding: 0.5%;
	float: left;
}

.thumbnail-img img {
	width: 100%;
}

.thumbnail-img figcaption {
	height: 5vh;
	font-size: 0.8em;
}

.plus {
	width: 10%;
	margin: 20% 0%;
	text-align: center;
	font-size: 2em;
	float: left;
}

.package-right {
	padding: 2% 4%;
}

.package-right [type='submit'] {
	width: 50%;
	padding: 0.5%;
	background-color: #b0bc80;
	margin: 10px 0px;
	font-size: 0.8em;
	border-radius: 5% / 20%;
	cursor: pointer;
}

.recommend, .together {
	padding: 0% 10%;
}

.recommend p {
	font-size: 0.8em;
}

.recommend .thumbnail-img {
	width: 25%;
	text-align: center;
	margin: 0px;
	padding: 0.5%;
	float: left;
	border: solid 1px #d8dad2;
}

.recommend .thumbnail-img img {
	width: 100%;
}

.recommend .thumbnail-img input {
	margin-bottom: 10%;
}

.recommend .thumbnail-img p {
	height: 5vh;
}


.recommend .thumbnail-img [type='button'] {
	width: 65%;
	padding: 0.5%;
	background-color: #b0bc80;
	margin: 10px 0px;
	font-size: 0.8em;
	border-radius: 5%;
	cursor: pointer;
}


.chooser {
	display:inline-block;
}
.chooser .choice-set {
	display:flex;
}
.chooser [type='radio'] {
	display:none;
}
.chooser label {
	flex:1 1 auto;
	display:inline-block;
	padding:0.2em 0.5em;
	background-color:#ccc;
	box-shadow:inset 0 0 0 rgba(0,0,0,0.3);
	transition:all 0.15s;
	font-size: 1.8em;
	cursor: pointer;
}
.chooser label:first-of-type {
	border-radius:0.2em 0 0 0.2em;
}
.chooser label:last-of-type {
	border-radius: 0 0.2em 0.2em 0;
}
.chooser [type='radio']:checked+label {
	background-color:#eee;
	box-shadow:inset 0 0.15em 0 rgba(0,0,0,0.3);
}


@media (max-width:600px) {
	.container-left {
		width: 100%;
	}

	.container-right {
		width: 100%;
	}

	/*.recommend, .together {
		padding: 0% 5%;
	}

	.package-left {
		width: 100%;
	}

	.package-right {
		width: 100%;
	}*/

	.recommend .thumbnail-img {
		width: 50%;
	}
}
