.search-all {
    margin-bottom: 10px;
}
.keyword-search h4 {
    font-size: 16px;
    margin-top: 0;
}
.main-search {
    margin: 60px 0;
}
.search-all .form-control, .s-category .form-control, .s-manufacture .form-control {
    height: 50px;
    width: 100%;
    padding: 0 10px;
}
button.btn-search {
    width: 170px;
    height: 59px;
    background: #272727;
    color: #fff;
    border: none;
    padding: 13px 53px;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}
.check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #5A5A5A;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #707070;
    height: 18px;
    width: 18px;
    background-color: #fff;
}
.check input:checked ~ .check-mark {
  background-color: #fff;
}
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}
.check input:checked ~ .check-mark:after {
  display: block;
}
.check .check-mark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #AFAFAF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*search next*/
.s-category label, .s-manufacture label {
    font-size: 16px;
    font-weight: 100;
}
.check.check1 {
    margin-top: 10px;
}
.search-by {
    margin: 20px 0;
}
.price-range {
    margin: 20px 0;
}
.price-range h5 {
    font-size: 16px;
    font-weight: bold;
}
