#partyBuild {
	background: #593BA9;
	padding: 0;
	margin-bottom: 4rem;
	color: #FFF;
	/* border-radius: 50% 50% 50% 50% / 6% 6% 6% 6%; */
}

#partyBuild .slick-prev, #partyBuild .slick-next {
	top: 95px;
}
.slick-slider {
	display: table !important;
	table-layout: fixed !important;
	width: 90% !important;
}

#partyChoicesContain {
    max-width: 840px;
    margin: 0 auto;
}
#partyChoicesContain .choice h4 {
    margin: 30px 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}
#partyChoicesContain .options {
    display: flex;
    flex-wrap: inherit;
    /* flex-wrap: wrap; */
    background: #FFF;
    padding: 1%;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 94%;
}
#partyChoicesContain .options .option {
	flex: 1;
    flex: max-content;
}
#partyChoicesContain .options .option input {
    display: none;
}
#partyChoicesContain .options .option label {
    text-align: center;
    padding: 15px 10px;
    /* border: 2px solid #969799; */
    color: #333;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
}
#partyBuild.sliderChoices #partyChoicesContain .options .option label {
	height: 100px;
}
#partyChoicesContain .options .option input:checked + label {
	background-color: #00A8F1;
	border-color: #00A8F1;
	color: #fff;
}
@media (max-width: 767px) {
	#partyChoicesContain .options .option label {
		height: auto;
	}
	.slick-prev {
	    left: -3%;
	}
	.slick-next {
	    right: -3%;
	}
}
#partyChoicesContain .choice {
	max-width: 90vw;
	margin: 0 auto;
}
.partyChoices td {
	cursor: pointer;
}
.partyChoices td:nth-child(2) {
    padding-left: 15px;
    font-weight: 700;
}
.choicenote {
    display: block;
}

.pkgPrice.priceWE {
    font-size: 3em;
    font-weight: 800;
    line-height: 3rem;
    color: #FFF;
}
.pkgPrice.priceWD {
    font-size: 1.8em;
    font-weight: 800;
    line-height: 1.8rem;
    color: #FFF;
}

.bookPartyLink {
    color: #fff;
    background-color: #FA9000;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 2px 3px #000;
    font-size: 1.5em;
    transition: all .1s;
    text-align: center;
    width: 100%;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 700;
}
.bookPartyLink:hover {
    box-shadow: 1px 2px #000;
    text-decoration: none;
    color: #efefef;
}

#packages {
    color: #FFF;
    margin-bottom: 50px;
    margin-top: 30px;
}
.pkgBox .noexist > div {
    text-center: center;
    font-size: 2em;
    background-color: #ddd;
    padding: 15px 10px;
}
.pkgBox .noexist > div::before {
    content: "Party combination does not exist";
}
.partyHeading {
    text-transform: uppercase;
    color: #CCC;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}


	#includesLists { margin:10px auto; font-size: 13px; line-height: 14px; }
	ul.includes { width:48%; float:left; margin-right:10px; vertical-align:top; margin-bottom: 4px; padding-left: 15px; }
	ul.includes:last-child { margin-right:0px; }
	ul.includes li	{ margin-top: 3px; }
	ul.includes li:first-child	{ margin-top: 0px; }


#stickParty {
    background-color: #111;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: none;
    padding: 10px;
    text-align: center;
    line-height: 1;
}
#stickParty > div {
	display: flex;
}
#stickParty .pkgPrice.priceWE {
    font-size: 1.5em;
    margin-top: 0px;
    display: inline-block;
    flex: 1;
    text-align: center;
    padding-right: 2%;
}
#stickParty .partyBook {
	height: 20px;
	display: inline-block;
	flex: 1;
	text-align: left;
	padding-left: 2%;
	line-height: 3rem;
}
#stickParty .bookPartyLink {
    padding: 0 35px;
    width: auto;
    font-size: 18px;

}

#partyBuild.sliderChoices #partyChoiceProgressBar {
	display: block;
}
#partyChoiceProgressBar {
	min-height: 9px;
	width: 100%;
	background-color: #ccc;
	margin-bottom: 10px;
	position: relative;
	display: none;
}
#partyChoiceProgressBar .progressBar {
	background-color: #00A8F1;
	width: 0%;
	height: 10px;
	display: block;
	position: relative;
	transition: width .2s;
}
#partyChoiceProgressBar .progressBar::after {
	content: "";
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	position: absolute;
	right: 0;
	top: 0;
	border-top: 5px solid #00A8F1;
	border-left: 5px solid #00A8F1;
}
#partyChoiceProgressBar .progressSteps {
	color: #00A8F1;
	font-style: italic;
	position: absolute;
	font-size: 10px;
	left: 0%;
	bottom: -12px;
	transition: left .2s;
}


@media (max-width: 600px) {
	#partyChoicesContain .options {
		flex-direction: column;
	}
}
@media (min-width: 768px) {
	#stickParty .pkgPrice.priceWE {
		text-align: right;
	}
}
@media (min-width: 992px) {
	#partyChoicesContain .choice h4 {
	    font-size: 24px;
	}
}
