.clear {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

#wc_product_finder select {
  width: auto;
}
#wc_product_finder fieldset {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
}
#wc_product_finder fieldset legend {
  display: none;
}
#wc_product_finder .search-intro {
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#wc_product_finder .search-intro,
#wc_product_finder .form-row {
  padding: 1em;
  box-sizing: border-box;
}
#wc_product_finder .form-row-first,
#wc_product_finder .form-row-last {
  box-sizing: border-box;
  width: 50%;
}
#wc_product_finder .form-row {
  margin: 0;
  display: inline-block;
}
#wc_product_finder .search_row {
  display: block;
  margin: 0;
  border-top: 1px dotted #ddd;
  background: #f8f8f8;
}
#wc_product_finder .search_row select {
  margin-right: 0.5em;
}
#wc_product_finder .search_row:first-child {
  border-top: 0;
}
#wc_product_finder .add_row .text,
#wc_product_finder .remove_row .text {
  display: none;
}
#wc_product_finder .add_row .plus,
#wc_product_finder .remove_row .plus {
  display: inline-block;
  border-radius: 100%;
  line-height: 1.25;
  text-align: center;
  height: 16px;
  width: 16px;
  color: #fff !important;
  background: #96c311;
  background: -webkit-gradient(linear, left top, left bottom, from(#96c311), to(#84ac0f));
  background: -webkit-linear-gradient(#96c311, #84ac0f);
  background: -moz-linear-gradient(center top, #96c311 0%, #84ac0f 100%);
  background: -moz-gradient(center top, #96c311 0%, #84ac0f 100%);
  border: 1px solid #72940d;
  font-size: 12px !important;
  font-family: verdana !important;
  text-shadow: 0 -1px 0 #72940d;
  font-weight: 700;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
}
#wc_product_finder .add_row .plus:hover,
#wc_product_finder .remove_row .plus:hover {
  background: #a8da13;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8da13), to(#84ac0f));
  background: -webkit-linear-gradient(#a8da13, #84ac0f);
  background: -moz-linear-gradient(center top, #a8da13 0%, #84ac0f 100%);
  background: -moz-gradient(center top, #a8da13 0%, #84ac0f 100%);
}
#wc_product_finder .add_row .minus,
#wc_product_finder .remove_row .minus {
  display: inline-block;
  border-radius: 100%;
  line-height: 1.25;
  text-align: center;
  height: 16px;
  width: 16px;
  background: #d21212;
  background: -webkit-gradient(linear, left top, left bottom, from(#d21212), to(#ba1010));
  background: -webkit-linear-gradient(#d21212, #ba1010);
  background: -moz-linear-gradient(center top, #d21212 0%, #ba1010 100%);
  background: -moz-gradient(center top, #d21212 0%, #ba1010 100%);
  border: 1px solid #a30e0e;
  color: #fff !important;
  font-size: 12px !important;
  font-family: verdana !important;
  text-shadow: 0 -1px 0 #a30e0e;
  font-weight: 700;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.25);
}
#wc_product_finder .add_row .minus:hover,
#wc_product_finder .remove_row .minus:hover {
  background: #e91414;
  background: -webkit-gradient(linear, left top, left bottom, from(#e91414), to(#ba1010));
  background: -webkit-linear-gradient(#e91414, #ba1010);
  background: -moz-linear-gradient(center top, #e91414 0%, #ba1010 100%);
  background: -moz-gradient(center top, #e91414 0%, #ba1010 100%);
}
#wc_product_finder .add_row {
  display: none;
  padding: 0.5em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
  background: -webkit-linear-gradient(#fefefe, #f1f1f1);
  background: -moz-linear-gradient(center top, #fefefe 0%, #f1f1f1 100%);
  background: -moz-gradient(center top, #fefefe 0%, #f1f1f1 100%);
  text-align: center;
  color: #666;
  clear: both;
  text-decoration: none;
}
#wc_product_finder .add_row:hover {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background: -webkit-linear-gradient(#fff, #f1f1f1);
  background: -moz-linear-gradient(center top, #fff 0%, #f1f1f1 100%);
  background: -moz-gradient(center top, #fff 0%, #f1f1f1 100%);
}
#wc_product_finder .add_row:hover .plus {
  background: #a8da13;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8da13), to(#84ac0f));
  background: -webkit-linear-gradient(#a8da13, #84ac0f);
  background: -moz-linear-gradient(center top, #a8da13 0%, #84ac0f 100%);
  background: -moz-gradient(center top, #a8da13 0%, #84ac0f 100%);
}
#wc_product_finder .add_row .loader {
  background: url(../../images/ajax-loader.gif) center center no-repeat;
  padding: 0.5em 1em;
  text-decoration: none;
  display: none;
}
#wc_product_finder .add_row .loader:hover {
  text-decoration: none;
}
#wc_product_finder .remove_row .minus {
  float: right;
}
#wc_product_finder .keywords label {
  display: none;
}
#wc_product_finder .keywords input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
#wc_product_finder .widget_price_filter {
  margin: 2px 0 0 0;
}
#wc_product_finder .widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 1;
  margin-top: 0.618em;
}
#wc_product_finder .widget_price_filter .price_slider {
  margin-bottom: 0;
}
#wc_product_finder .widget_price_filter .price_label {
  margin-bottom: 0.5em;
}
#wc_product_finder .form-row-submit {
  padding-top: 0;
}
#wc_product_finder .form-row-submit .button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
