#woocommerce-product-search-field-0.search-field {
  box-shadow: 1px 4px 10px 1px #999;
  border-style: solid;
  border-width: 0px;
  border-color: #111111;
  border-radius: 5px;
  line-height: 25px;
  text-indent: 5px;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
}

button {
  float: right;
  font-size: 12px;
  line-height: 18px;
  background-color: #111;
  opacity: 0.85;
  color: #ccc;
  border-radius: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ff0000;
  opacity: 0.075;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ff0000;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  width: 40%;
  font-size: 13px;
  font-variant: small-caps;
  text-align: left;
}
.woocommerce .widget_price_filter .price_slider_amount .button a{
  width: 40%;
  font-size: 13px;
  font-variant: small-caps;
  text-align: left;
}

.price_label {
  width: 100%;
  font-size: 11px;
}