.selectboxit-container * {
	font-family: 'Neutra Bold',sans-serif;
	font-size: 16px;
}


.selectboxit-container {
	max-width: 100%;
	width: 100%;
	height: 37px;
	position: relative;
}
.selectboxit-container .selectboxit {
	width: 100%;
	border: solid 1px #000;
    border-radius: 8px;

	color: #FFF;
	background: #000;
	line-height: 35px;
}
.selectboxit-container .selectboxit.active {
	border-color: #EF3742;
	background: #EF3742;
	box-shadow: none;
}
.selectboxit-arrow-container {
	background: url('/dizzys/images/custom-select-arrow-main.png') no-repeat center center;
}
.selectboxit-option-icon-container, .selectboxit-arrow {
	display: none !important;
}
.selectboxit-option, .selectboxit-optgroup-header {
	text-indent: 0;
}
.selectboxit-container .selectboxit-options a {
	padding: 0 15px;
}

.selectboxit-container .dropdown-menu {
	margin-left: 0;
	background: #EF3742;
	border: none;
	border-radius: 8px;
	height: auto;
	width: 100%;
	padding: 8px 0;
	margin-top: -10px;
}
.dropdown-menu .selectboxit-option {
	border-top: solid 1px #FFF;
}
.dropdown-menu .selectboxit-option:first-child {
	border-top: none;
}
.dropdown-menu .selectboxit-option.active a, .selectboxit-option a:hover, .selectboxit-option a:focus {
	background-color: #FFF !important;
	background-image: none;
	color: #EF3742 !important;
}
 .selectboxit-option.disabled a, .selectboxit-option.disabled a:hover, .selectboxit-option.disabled a:focus {
	background-color: #CCC !important;
	background-image: none;
	color: #666 !important;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 37px;
	line-height: 37px;
}
.selectboxit-text {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	padding-right: 30px;
	text-align: center;
}




#reservation-bar .selectboxit-container {
	max-width: 100%;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
}
#reservation-bar .selectboxit-container .selectboxit {
	width: 100%;
	border: solid 1px #555;
    border-radius: 8px;
	border: none;
	color: #555;
	background: #aaa;
	line-height: 28px;
}
#reservation-bar .selectboxit-container .selectboxit.active {
	border-color: #333;
	box-shadow: none;
}
#reservation-bar .selectboxit-arrow-container {
	background: #aaa url('/dizzys/images/custom-select-arrow.png') no-repeat center center;
}
#reservation-bar .selectboxit-option-icon-container, #reservation-bar .selectboxit-arrow {
	display: none !important;
}
#reservation-bar .selectboxit-option, #reservation-bar .selectboxit-optgroup-header {
	text-indent: 0;
}
#reservation-bar .selectboxit-container .selectboxit-options a {
	padding: 0 15px;
}

#reservation-bar .selectboxit-container .dropdown-menu {
	margin-left: 0;
	background: #FFF;
	border: solid 1px #000;
	height: auto;
}
#reservation-bar .selectboxit-option.active a, #reservation-bar .selectboxit-option a:hover, #reservation-bar .selectboxit-option a:focus {
	background: #CCC !important;
}
#reservation-bar .selectboxit-container span, #reservation-bar .selectboxit-container .selectboxit-options a {
	height: 30px;
	line-height: 28px;
}
#reservation-bar .selectboxit-text {
	padding-top: 0;
	padding-bottom: 0;
}



.mobile-reserve-bar .selectboxit-container {
	max-width: 100%;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
}
.mobile-reserve-bar .selectboxit-container .selectboxit {
	width: 100%;
	border: solid 1px #555;
    border-radius: 8px;
	border: none;
	color: #555;
	background: #aaa;
	line-height: 28px;
}
.mobile-reserve-bar .selectboxit-container .selectboxit.active {
	border-color: #333;
	box-shadow: none;
}
.mobile-reserve-bar .selectboxit-arrow-container {
	background: #aaa url('/dizzys/images/custom-select-arrow.png') no-repeat center center;
}
.mobile-reserve-bar .selectboxit-option-icon-container, .mobile-reserve-bar .selectboxit-arrow {
	display: none !important;
}
.mobile-reserve-bar .selectboxit-option, .mobile-reserve-bar .selectboxit-optgroup-header {
	text-indent: 0;
}
.mobile-reserve-bar .selectboxit-container .selectboxit-options a {
	padding: 0 15px;
}

.mobile-reserve-bar .selectboxit-container .dropdown-menu {
	margin-left: 0;
	background: #FFF;
	border: solid 1px #000;
	height: auto;
}
.mobile-reserve-bar .selectboxit-option.active a, .mobile-reserve-bar .selectboxit-option a:hover, .mobile-reserve-bar .selectboxit-option a:focus {
	background: #CCC !important;
}
.mobile-reserve-bar .selectboxit-container span, .mobile-reserve-bar .selectboxit-container .selectboxit-options a {
	height: 30px;
	line-height: 28px;
}
.mobile-reserve-bar .selectboxit-text {
	padding-top: 0;
	padding-bottom: 0;
}