
.product-filter-wrapper {
  display: inline-block;
  min-width: 100%;
}

.product-filter-wrapper > form {
  display: inline-block;
  width: 100%;
}
.product-filter {
  width: 960px;
  background: #dedadc;
  border-radius: 3px;
  float: left;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}

.product-filter th {
  text-align: left;
  padding-right: 0%;
}
.product-filter th {
  padding-right: 10px;
}

.product-filter .product-filter-input, .product-filter .product-filter-select {
  width: 170px;
  height: 30px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  border: 1px solid #aaa;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.product-filter .product-filter-input:focus, .product-filter .product-filter-select:focus {
  outline: none;
}
.ui-widget-header {
	background: #fff;
}
.ui-widget-content {;
}
input.price {
    border: none;
    background: none;
    text-align: center;
    color: #000;
    font-weight: 600;
    position: relative;
    top: -10px;
    width: 100px;
}

div.slider-price {
    position: relative;
    top: -12px;
}

@media screen and (min-width: 1281px) {
	input.price {
		width: 192px;
		margin-right: 15px;
	}
}
.product-filter th label {
  padding: 5px;
}

.product-filter-wrapper .button-wrapp {
  clear: both;
  display: inline-block;
  float: right;
}
.product-filter-wrapper .button-wrapp button,
.product-filter-wrapper .button-wrapp a {
  display: inline-block;
  width: 70px;;
  text-align: center;
  background: #dedadc;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px rgba(0,0,0,.5);
  padding: 5px 0px;
  text-decoration: none;
  float: left;
}
.product-filter-wrapper .button-wrapp a {}
/* multiselect*/
/* product-filtered items */
.sol-current-selection {
  text-align: left;
}

table.product-filter td input.product-filter-input {
    padding: 0 10px;
}

table.product-filter th,
table.product-filter td {
    padding-right : 15px;
}
table.product-filter th:first-child,
table.product-filter td:first-child {
	padding-left: 15px;
}
table.product-filter th:last-child,
table.product-filter td:last-child {
	padding-right: 25px;
}
table.product-filter td.slider{
    width: 100px;
    padding-right: 20px;
}

.sol-optiongroup-label {
    color: #e68d02;
}

#grid thead th {
    cursor: pointer;
}


div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #2e2e2e;
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active, 
div.pager span:hover {
    background: #676767;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#amount-handle,
#days-handle {
    width: 2em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}
