.b-core-ui-select {
    position: relative;
    padding: 3px 35px 3px 5px;
    font-size: 12px;
    line-height: 29px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    background: #fff;
    border-width:1px;
    border-color: #000;
    border-style: solid;
}
/*
.product-filter .b-core-ui-select{
	border-color:#000;
}
.product-filter .sort .b-core-ui-select{
	width: 160px;
	 padding: 3px 10px 3px 5px;
}
.product-filter  .b-core-ui-select__value{
	padding-right: 10px;
}
*/
.b-core-ui-select__select {
    position: static;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}

.b-core-ui-select__value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
    color: #1B1B1B;
    font-size: 18px;
}
/*
.sort .b-core-ui-select{
	width: 120px;
}
*/
.b-core-ui-select__select_state_hide {
    height: 1px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1px !important;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity = 0);
}

.b-core-ui-select:HOVER {

}

.b-core-ui-select.focus {
    
}

.b-core-ui-select.open {
}

.b-core-ui-select.disabled,
.b-core-ui-select.disabled:ACTIVE{
    opacity: .5;
}

.b-core-ui-select__button {
    position: absolute;
    right: -1px;
    top: 0px;
    display: block;
    width: 35px;
	height: 35px;
	background: #000 url('../image/selB.png') no-repeat scroll 50% 50%;
}
/*
.product-filter .b-core-ui-select__button{
	background: #000 url('../image/selB.png') no-repeat scroll 50% 50%;
}
*/
.b-core-ui-select__dropdown {
    display: none;
    position: absolute;
    top: 0;
	z-index: 999;
    color: #4c4c4c;
    background-color: #fff;
    margin-top: -1px;
    padding: 5px;
    max-height: 200px;
    font-size: 12px;
    border:1px solid  #e5e5e5;
}

@media only screen and (max-width:960px), only screen and (min-device-width: 320px) and (max-device-width: 960px) {
.b-core-ui-select {
    padding: 3px 11px 3px 2px;
    font-size: 11px;
    line-height: 13px;
}
.b-core-ui-select__value {
    padding: 0px 16px 0px 0px;
    font-size: 11px;
}
.b-core-ui-select__button {
    right: 0px;
    width: 21px;
	height: 19px;
}
}


.b-core-ui-select__dropdown__item:hover{
	text-decoration: underline;
}
.clear_filter:hover{
	border: none;
}
.b-core-ui-select__dropdown ul{
	padding: 0;
}
.b-core-ui-select__dropdown.hide {
    display: none;
}

.b-core-ui-select__dropdown.show {
    display: block;
}

.b-core-ui-select__dropdown__wrap {
	outline: none;
	background-color: #fff;
}


.j-scroll-pane .b-core-ui-select__dropdown__item {
    margin-right: 20px;
}

.b-core-ui-select__dropdown__list {
    overflow: hidden;
    margin: 0!important;
}

.b-core-ui-select__dropdown__item {
    padding: 2px 5px;
    min-height: 18px;
    list-style-type: none;
    cursor: pointer;
    color: #000;
	font-size: 14px;
}


.b-core-ui-select__dropdown__label {
    padding: 10px;
    min-height: 18px;
    font-style: italic;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.b-core-ui-select__dropdown__item.disabled,
.b-core-ui-select__dropdown__item.disabled:HOVER {
    color: #ccc;
    background: none;
}

.b-core-ui-select__dropdown__item.selected,
.b-core-ui-select__dropdown__item.selected:HOVER {
    color: #505050;
    
}

.b-core-ui-select__dropdown__item:HOVER {
}