@media only screen and (min-width: 1024px){
.b-core-ui-select {
    position: relative;
    padding: 3px 35px 3px 5px;
    font-size: 12px;
    line-height: 21px;
    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: url('../image/select.png') repeat-x scroll 0 0 #fff;
    border-width:1px;
    border-color:#626262;
    border-style: solid;
}
.product-filter .b-core-ui-select{
	border-color:#fff;
}
.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: #4c4c4c;
    font-size: 16px;
}
.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: -1px;
    display: block;
    width: 30px;
	height: 29px;
	background: url('../image/selB.png') no-repeat scroll 0 0 transparent;
}
.product-filter .b-core-ui-select__button{
	background: url('../image/selB1.png') no-repeat scroll 50% 50% transparent;
}
.b-core-ui-select__dropdown {
    display: none;
    position: absolute;
    top: 0;
    color: #4c4c4c;
    background-color: #fff;
    margin-top: -1px;
    padding: 5px;
    max-height: 200px;
    font-size: 12px;
    border:1px solid  #626262;
    margin: 0 !important;
    overflow-y: auto;
}
.b-core-ui-select__dropdown__item:hover{
	color: #5e9425;
}
.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: #4c4c4c;
  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: #5e9425;
    
}

.b-core-ui-select__dropdown__item:HOVER {
}
}