/**************************************************** 
	PAGE FLAVORS
****************************************************/

.store-flavors header {
	height: 140px;
}

.flavors-container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
}

.flavors-container-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	padding: 30px 0;
}

@media only screen and (max-width: 1000px) {
	.flavors-container-inner {
		grid-template-columns: 1fr;
		row-gap: 50px;
		padding: 0 20px;
	}
}

.store-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 30px;
}

.store-container .fresh-notice {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
}

.store-container .fresh-notice .notice-text {
	float: left;
	text-align: left;
	padding: 0 0 0 20px;
	line-height: 16px;
}

.store-container .fresh-notice .mars-time {
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
	line-height: 16px;
}

.store-container .fresh-notice .mars-time sup {
	top: -7px;
	color: #404040;
}

.store-container .regular-notice {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
}

.store-container .store-notice1 {
	color: #E02B20;
}

.store-container .store-notice2 {
	color: #0C71C3;
}

.store-container .ice-cream {
	font-weight: 500;
	padding: 10px 15px;
	background-color: #F2F2F2;
	border-radius: 30px;
	font-size: 20px;
}

.store-container .sorbet {
	font-weight: 500;
	font-size: 20px;
}

.store {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	border-radius: 40px 40px 40px 40px;
	overflow: hidden;
	padding-top: 25px!important;
	padding-bottom: 25px!important;
}

.store1 .store {
	background-color: #fc009b;
}

.store2 .store {
	background-color: #0799f4;
}

.flavor {
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

.flavor i {
	float: right;
	text-align: right;
	font-size: 18px;
	padding: 0 30px 0 0;
}

.flavor i {
	float: right;
	text-align: right;
	font-size: 18px;
	padding: 0 30px 0 0;
}

.flavor .description .dietary-restrictions {
	font-style: italic;
	padding: 20px 0;
}

.fresh {
	background-color: rgba(0,255,191,0.1)
}

.store1 .flavor {
	color: #E02B20;
}

.store1 .flavor:hover {
	background-color: #f9d4e3;
	cursor: pointer;
}

.store2 .flavor {
	color: #0C71C3;
}

.store2 .flavor:hover {
	background-color: #d1f2ff;
	cursor: pointer;
}

.flavor .description{
	text-align: left;
	padding: 20px;
	color: #000000;
	font-weight: 500;
}

#footnote {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #404040;
	padding: 30px 0;
}

#footnote sup {
	font-size: 14px;
	top: -12px;
	color: #404040;
	padding: 0 5px 0 0;
}

#footnote a {
	color: #404040;
}

#footnote a:hover {
	text-decoration: underline;
}

/**************************************************** 
	PAGE STORE FLAVORS
****************************************************/

.store-flavors .et_pb_row--with-menu,
.store-flavors .et_pb_section_0_tb_footer,
.store-flavors .et_pb_section_1_tb_footer {
	display: none;
}

.store-flavors .et_pb_section_0_tb_header.et_pb_section {
	padding: 0;
}

/**************************************************** 
	PAGE STORE TITLE
****************************************************/

.store-flavors .page-title-container {
	padding: 30px 0 0 0;
}

.store-flavors .page-title-container .page-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	max-width: 1080px;
	border-radius: 40px;
	margin: 0 auto;
	text-align: center;
	background-color: #00bac6;
	width: 100%;
	
}

.store-flavors .page-title-container .page-title .page-title-inner {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
}

/**************************************************** 
	FORM PASSWORD
****************************************************/

#form-password {
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}

#form-password h1 {
	text-align: center;
}

form#password {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
}

form#password input[type=password] {
	display: block;
	height: 60px;
	width: 250px;
	border: 3px solid #ed008a;
	border-radius: 10px;
	margin: 20px;
	font-size: 25px;
}

form#password input[type=submit] {
	display: block;
	background-color: #00bac6;
	border: none;
	border-radius: 40px;
	color: white;
	padding: 15px 40px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	margin: 20px;
	font-size: 24px;
	font-weight: 500;
	width: 250px;
}

form#password input[type=submit]:hover {
	background-color: #ff9d00;
	color: #fff;
}

form#password #pass-error {
	color: #ed008a;
	font-size: 20px;
	font-weight: 600;
}

/**************************************************** 
	FORM SELECT STORE
****************************************************/

#form-select-store {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

form#select-store input[type="radio"] {
	display: none;
}

form#select-store label {
	position: relative;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.8em;
	padding: 1em 2em;
	border-radius: 0.5em;
	margin: 0 30px 0 0;
	font-size: 20px;
}

form#select-store label[for=id2] {
	color: #0799f4;
	border: 3px solid #0799f4;
}

form#select-store label[for=id1] {
	color: #fc009b;
	border: 3px solid #fc009b;
}

form#select-store label:before {
	content: "";
	height: 2em;
	width: 2em;
	border-radius: 50%;
}

form#select-store label[for=id2]:before {
	color: #0799f4;
	border: 3px solid #0799f4;
}

form#select-store label[for=id1]:before {
	color: #167DB4;
	border: 3px solid #fc009b;
}

form#select-store input[type="radio"]:checked + label:before {
	height: 1em;
	width: 1em;
	border: 0.65em solid #ffffff;
}

form#select-store input[type="radio"]:checked + label[for=id2]:before {
	background-color: #0799f4;
}

form#select-store input[type="radio"]:checked + label[for=id1]:before {
	background-color: #fc009b;
}

form#select-store input[type="radio"]:checked + label {
	color: #ffffff;
}

form#select-store input[type="radio"]:checked + label[for=id2] {
	background-color: #0799f4;
}

form#select-store input[type="radio"]:checked + label[for=id1] {
	background-color: #fc009b;
}

form#select-store button {
	background-color: #00bac6;
	border: none;
	border-radius: 40px;
	color: white;
	padding: 15px 40px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	margin: 50px 0;
	font-size: 24px;
	font-weight: 500;
}

form#select-store button:hover {
	background-color: #ff9d00;
	color: #fff;
}

/**************************************************** 
	FORM SELECT FLAVORS
****************************************************/

#select-flavors-container {
	background-color: black;
}

#form-select-flavors {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

#form-select-flavors h1 {
	font-size: 40px;
	padding: 30px 0 50px 0;
}

form#fresh-flavors h2.step,
form#regular-flavors h2.step {
	text-align: left;
	padding: 0 0 50px 0;
}

form#fresh-flavors h2.step span,
form#regular-flavors h2.step span {
	color: #fff;
}

#form-select-flavors h2.instructions {
	padding: 0 0 50px 0;
}

#form-select-flavors hr {	
	border-radius: 30px;
	height: 30px;
	margin: 20px 0 60px 0;
}

form#fresh-flavors #fresh-flavors-error,
form#regular-flavors #regular-flavors-error {
	display: block;	
	text-align: center;
	margin: 30px 0 60px 0;
	color: #fff;
}

form#regular-flavors #fresh-flavors-error .error,
form#fresh-flavors #regular-flavors-error .error {
	display: block;	
	text-align: center;
	font-size: 26px;
	color: #fff;
}

form#fresh-flavors #success,
form#regular-flavors #success {
	font-size: 26px;
	margin: 30px 0 60px 0;
	color: #fff;
}

#form-select-flavors .flavors-list {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: start;
	gap: 10px;
}

#form-select-flavors .checkbox-container {
	display: block;
	text-align: left;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #FFF;
}

form#regular-flavors .checkbox-container {
}

form#fresh-flavors .checkbox-container {
}

#form-select-flavors .checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

#form-select-flavors .checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ccc;
}

#form-select-flavors .checkbox-container:hover input ~ .checkmark {
	background-color: #aaa;
}

form#regular-flavors .checkbox-container input:checked ~ .checkmark {
	background-color: #FFDF00;
}

form#fresh-flavors .checkbox-container input:checked ~ .checkmark {
	background-color: #FFDF00;
}

#form-select-flavors .checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

#form-select-flavors .checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

#form-select-flavors .checkbox-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#form-select-flavors input[type=submit] {
	border-radius: 10px;
	padding: 28px 48px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.store-flavors #main-street .page-title-container .page-title {
	background-color: #0089cf;
}

.store-flavors #main-street #form-select-flavors h1,
.store-flavors #main-street #form-select-flavors h2 {
	color: #0089cf;
}

.store-flavors #main-street #form-select-flavors hr {	
	background-color: #0089cf;
	border-color: #0089cf;
}

.store-flavors #main-street input[type=submit] {
	background-color: #0089cf;
	border: 3px solid #0089cf;
}

.store-flavors #main-street input[type=submit]:hover {
	background-color: #ffffff;
	border: 3px solid #0089cf;
	color: #0089cf;
}

.store-flavors #first-street .page-title-container .page-title {
	background-color: #ed008a;
}

.store-flavors #first-street #form-select-flavors h1,
.store-flavors #first-street #form-select-flavors h2 {
	color: #ed008a;
}

.store-flavors #first-street #form-select-flavors hr {	
	background-color: #ed008a;
	border-color: #ed008a;
}

.store-flavors #first-street input[type=submit] {
	background-color: #ed008a;
	border: 3px solid #ed008a;
}

.store-flavors #first-street input[type=submit]:hover {
	background-color: #ffffff;
	border: 3px solid #ed008a;
	color: #ed008a;
}

#form-select-flavors .form-select-flavors-container {
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 30px;
	grid-template-areas: 
		"instructions flavors"
}

#form-select-flavors .form-select-flavors-container .flavors-container {
	grid-area: flavors;
}

#form-select-flavors .form-select-flavors-container .instructions-container {
	grid-area: instructions;
	text-align: left;
}

#form-select-flavors .form-select-flavors-container .instructions-container h2.step {
	text-align: left;
	color: #FFFFFF !important;
	padding: 0 0 10px 0;
	font-size: 32px;
}

#form-select-flavors .form-select-flavors-container .instructions-container h2.instructions {
	text-align: left;
	padding: 0 0 50px 0;
	font-size: 32px;
}

#form-select-flavors .form-select-flavors-container .instructions-container h2.last {
	padding: 0 0 20px 0;
}

#form-select-flavors .form-select-flavors-container .instructions-container input[type="submit"] {
	background-color: #ed008a;
	border: 3px solid #ed008a;
	border-radius: 10px;
	padding: 18px 40px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

#form-select-flavors .form-select-flavors-container .instructions-container input[type="submit"]:hover {
	background-color: #FFFFFF;
	color: #ed008a;
}




/**************************************************** 
	FLAVORS TABLE TEMPLATE
****************************************************/

.page-template-template-flavors-table #et-main-area {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
}
