.isearch-heading {
    color: #b9975b !important;
    font-size: 16px !important;
    margin: 7px 0 3px 0;
    font-weight: 600 !important;
    display: none;
}

.isearch-heading-product {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.isearch-more {
    background-color: #d3a13e;
    color: #fff;
}

#search .btn-lg {
  background: #e6e6e6 !important;
  color: #d3a13e !important;
  padding: 0px 15px !important;
  border-radius: 0 6px 6px 0 !important;
}

#search .form-control:focus {
    border-color: #b9975b !important;
}

#search input {
    border-radius: 6px 0 0 6px;
}

.isearch-price {
  padding: 20px 0;
  color: #d3a13e;
  font-weight: 600;
}