
.comboSelect {
    width:72px;
    height: 32px;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid #fff;
    padding: 0px;
    position:relative;
    display: inline-block;
}

/* was .comboSelect span*/
.comboSelect .selectText {
    height: 32px;
    width: 72px;
    display:block;
    padding-left:22px;
    font-size: 12px;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position:relative;
    z-index:5;
    cursor:pointer;
}

span.timeText {
	pointer-events: none;
}
span.branchText {
	pointer-events: none;
}

.comboSelect ul{
    width: 72px;
    list-style: none;
    background: #36332f;
    border-right: 2px solid white;
    border-left: 2px solid white;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    border-bottom: 2px solid white;
    position: absolute;
    right: -2px;
    top: 32px;
	height: 150px;
	-webkit-overflow-scrolling: touch;
}

.comboSelect ul li{
    width:100%;
    text-align: center !important;
    color:white;
    padding:0px;
    line-height:25px;
    font-size: 12px;
    cursor:pointer;

}

.selectText{
    color:white;

}

#comboSelect_DeliveryTime{
	visibility: hidden;
}

.comboSelectArrowDown{
    background: url(//mediacdn.dominos.co.il/_media/new/images/general/selectcombo_arrow_down.png) no-repeat;
    width:10px;
    height:7px;
    position: relative;
    left: 6px;
    top: 5px;
    float: left;
	pointer-events: none;
}

.closeComboSelect {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    display:none;
	-webkit-overflow-scrolling: touch;
}

/*End Combo Select*/

/*Customize ComboSelect*/
.comboSelectMonth,
.comboSelectMonth ul,
.comboSelectDay,
.comboSelectDay ul{
    width:59px;
}

.comboSelectPhoneNum ,
.comboSelectPhoneNum ul{
    width:59px;
}

.comboSelectPhoneNum{
    margin-right:2px;
}

.comboSelect ul li:focus{
	background-color: rgb(71, 71, 71);
}
