.selectBox-dropdown {
    position: relative;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin: 4px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
	border-radius: 2px;
	width: 100%!important;
	background: #fff;
	border: 1px solid #ddd;
    padding:5px 12px!important;

}
.price-dropdown-min {
width: 49%;float: left;
margin-right: 2px;
}
.price-dropdown-max {
width: 49%;float: right;
margin-left: 2px;
}
@media (min-width:768px) and (max-width:1024px) {
	.price-dropdown-min {
	width: 100%;
	margin-right: 0px;

	}
	.price-dropdown-max {
	width: 100%;
	margin-left: 0px;

	}
}
.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;
    margin: 4px 0px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	padding:5px 12px!important;
	border-radius: 2px;
    text-transform: uppercase;
	width: 100%!important;
	text-align: left;
	color: #333;

}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
    cursor: pointer;
}
.selectBox-dropdown .selectBox-label {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}
.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    background: 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;
}

.selectBox-inline {
    width: 250px;
    outline: none;
    border:1px solid #BBB;
    background: #FFF;
    display: inline-block;
    overflow: auto;
}
.selectBox-inline:focus {
    border-color: #666;
}
.selectBox-options{
	    box-shadow: 0px 3px 7px #222!important;
}
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}
.selectBox-options LI  A {
    padding: 0.4em 1em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;

}
.selectBox-options LI.selectBox-hover A {
    background-color: #e2e2e2;
    color: #000;
    cursor: pointer;
}
.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;
}
.selectBox-options .selectBox-optgroup {
    color: #666;
    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: .50;
border-color: #000;
background-color: #fff;
}
.selectBox-dropdown .selectBox-arrow {
opacity: .90;
border-color: #000;
background-color: #eee;
}
.selectBox-disabled .selectBox-label {
color: #777;

}
.selectBox-inline.selectBox-disabled {
color: #ccc;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
background-color: transparent !important;
}
