.form-cart{
	display: flex;
	flex-wrap: wrap;
}
.form-checkout .input_numeric,
.form-cart .input_numeric{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 17px;
	flex-shrink: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 17px;
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	transition-property: all;
	transition-duration: 300ms;
	transition-delay: 0ms;
	transition-timing-function: ease;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(var(--color-im6aahyf6), 0);
	box-shadow: inset 0px -1px 0px 0px rgba(var(--color-ie87drckh), 0.15);
	color: rgba(var(--color-iyk73hlao), 1);
	outline-style: none;
	margin-bottom: 1rem;
	}
}
#dates{
	display: none;
}
.form-cart .width-100{
	width: 100%;
}
.form-cart .width-33{
	width: 33%;
}
.form-cart .width-expand{
	flex: 1;
	min-width: 1px;
}
.form-cart .right{
	padding: 0 1rem;
}
.form-cart select.age_select{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 17px;
	flex-shrink: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 17px;
	font-size: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	transition-property: all;
	transition-duration: 300ms;
	transition-delay: 0ms;
	transition-timing-function: ease;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(var(--color-im6aahyf6), 0);
	box-shadow: inset 0px -1px 0px 0px rgba(var(--color-ie87drckh), 0.15);
	color: rgba(var(--color-iyk73hlao), 1);
	outline-style: none;
	margin-bottom: 1rem;
}
.order-page input[type=submit],
.form-checkout input[type=submit],
.form-cart input[type=submit]{
	cursor: pointer;
	padding: 0.5rem 1rem;
	background-color: rgba(var(--color-ixq81xwy6), 1);
	font-size: 18px;
	box-shadow: inset 0px 0px 0px 2px rgba(var(--color-ixq81xwy6), 1);
	text-align: center;
	border-radius: 2rem;
	line-height: 20px;
	font-weight: 500;
	color: rgba(var(--color-ipxsa9frv), 1);
	font-family: El Messiri, sans-serif;
	border: none;
}
.form-cart .total-price{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.form-cart .total-price > div{
	padding: 0.25rem 0.5rem;
}
.form-message{
	margin-bottom: 1rem;
	border-radius: 5px;
	overflow: hidden;
}
.form-message .info{
	background-color: #c5b6ee;
	color: #000073;
}
.form-message .warning{
	background-color: #ffa0a0;
  	color: #910909;
}
.order-page{
	display: flex;
	flex-wrap: wrap;
}
.order-page > div{
	width: 50%;
}
.order-page .uk-list-divider{
	list-style: none;
  	padding: 0;
}