.product-list-core-commerce-product-advanced-search {
	width: 100%;
}

.product-list-core-commerce-product-advanced-search select {
	width: 100%;
}

.attribute-selection {
    margin: 0.65em 0;
    max-height: 10.6em;
}

.attribute-selection label.checkbox {
    display: block;
}

.attribute-selection label.checkbox input {
    margin-right: 0.5em;
}

input#product-list-search-core-commerce-products {
    background: #8ac641 url(../images/cart.png) no-repeat center right;
    background-position-x: 95%;
    border: none;
    color: #fff;
    padding: 0.75em 1.5em;
    text-align: left;
}

.attrib-keyword,
.attrib-price {
	overflow: visible;
}
.attrib-price {
	padding-left: 1rem;
}

.value {
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
  
  /* optional */
  
  font-weight: normal;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  display: none; 
}

.value i {
  font-style: normal;
}

.attrib-price {
    margin-bottom: 2.5em;
}

.price-slider.ui-slider {
    height: 0.25em;
    background: #878787;
	border: none;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #000;
}

.ui-slider .ui-slider-handle {
    background: #000;
    border-radius: 1em;
    border: 1px solid #ddd;
    height: 15px;
    width: 15px;
    top: -5px;
    cursor: pointer;
}

/*
.ui-slider .ui-slider-handle:before {content: "\f111";font-family: FontAwesome;font-size: 0.5em;text-align: center;position: absolute;left: 50%;margin-left: -0.45em;top: 2px;color: #8ac641;}
*/


input#product-list-search-core-commerce-products { display: none; }
.no-js input#product-list-search-core-commerce-products { display: block; }
