.selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    display: inline-block;
    cursor: default;
    margin: 6px 6px;
    font-size: 14px;
    font-family: 'Play', sans-serif;
    font-weight: 500;
    text-transform: upper case;
	padding:4px 12px!important;
	width: 95%!important;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;

}
.price-dropdown-min {
width: 47%;float: left;
    margin: 6px 0px;
	
}
.price-dropdown-max {
width: 48%;float: right;
    margin: 6px 6px;
}
@media (min-width:768px) and (max-width:1024px) {
	.price-dropdown-min {
	width: 100%;
	margin-right: 0px;
	 font-size: 14px;
	}
	.price-dropdown-max {
	width: 100%;
	margin-left: 0px;
	font-size: 14px;
	}
}
.price-dropdown-min .selectBox-dropdown,.price-dropdown-max .selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
	font-size: 14px;
	font-family: 'Play', sans-serif;
	font-weight: 500;
}
.selectBox.dropdown.selectBox-disabled .selectBox-label{
	color: #999;
}
.selectBox.dropdown .selectBox-label{
	color: #333;
}
.selectBox.dropdown .selectBox-label:hover {

cursor: pointer;
}

.selectBox-dropdown .selectBox-arrow:hover {

cursor: pointer;
}

.selectBox.dropdown.selectBox-dropdown:hover {

cursor: pointer;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border: 1px solid #ddd;
    cursor: pointer;
    outline: none;
    text-decoration:none; 
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 4px;
    right: 3px;
    width: 30px;
    height: 78%;
	border: 1px solid #ccc;
    background:#f5f5f5 url(../../images/arrow.png) 50% center no-repeat;
}
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 998;
    max-height: 300px;
    color: #000;
    background: #fff;
    overflow: auto;
    text-decoration:none;
}
.selectBox-inline {
    width: 250px;
    outline: none;
    border:1px solid #ccc;
    background: #FFF;
    display: inline-block;
    overflow: auto;
    text-decoration:none;
}
.selectBox-inline:focus {
    border-color: #666;
}
.selectBox-options{
	    box-shadow: 0px 3px 7px #ccc!important;
}
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.selectBox-options LI A {
    padding: 0.6em 1em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
 	text-decoration:none;

}
.selectBox-options LI.selectBox-hover A {
    background-color: #e2e2e2;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
    cursor: pointer;
}
.selectBox-options LI.selectBox-selected A {
    background-color: #e2e2e2;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.selectBox-options .selectBox-optgroup {
    color: #333;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}
.selectBox.selectBox-disabled {
color: #ff0000;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
opacity: .10;
border-color: #000;
background-color: #fff;
}
.selectBox-disabled .selectBox-label {
	color: #777;
	text-decoration: none;
}
.selectBox-label:hover,.selectBox-label {
	color: #333;
	text-decoration: none;
}
.selectBox-inline.selectBox-disabled {
color: #ccc;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
background-color: transparent !important;
}