.selectBox-dropdown{
    position:relative;
    text-decoration:none;
    outline:none;
    display:inline-block;
    cursor:default;
    margin:6px;
    font-size:14px;
    font-family:play,sans-serif;
    font-weight:500;
    text-transform:upper case;
    padding:6px 12px!important;
    width:99%!important;
    background:#fff;
    border:1px solid #ddd;
    border-radius:2px
}
.price-dropdown-min{
    width:47%;
    float:left;
    margin:6px 0
}
.price-dropdown-max{
    width:48%;
    float:right;
    margin:6px
}
@media(min-width:768px) and (max-width:1024px){
    .price-dropdown-min{
        width:100%;
        margin-right:0;
        font-size:14px
    }
    .price-dropdown-max{
        width:100%;
        margin-left:0;
        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:0 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:.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:700;
    line-height:1.5;
    padding:0 .3em;
    white-space:nowrap
}
.selectBox.selectBox-disabled{
    color:red
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow{
    opacity:.1;
    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
}
