#globalHeader .searchplus-form {
  position: relative;
  width: 200px;
  margin: 20px auto
}

@media screen and (min-width: 900px) {
  #globalHeader .searchplus-form {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 150px;
    margin: 0
  }
}

#globalHeader .searchplus-query {
  width: 80%;
  height: 24px;
  line-height: 24px;
  padding: 0 30px 0 10px;
  background: #fff;
  border: none;
  border-radius: 0
}

#globalHeader .searchplus-submit {
  position: absolute;
  margin: 0;
  border: 0;
  padding: 0;
  right: 2px;
  top: 2px;
  width: 25px;
  height: 20px;
  font-size: 0;
  background: url(https://www.sie.com/content/dam/corporate/images/icon_search.svg) center center no-repeat;
  background-size: contain;
  text-decoration: none;
  border-style: none;
  cursor: pointer;
  border-radius: 0
}

.searchplus-result-list-unit {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.searchplus-result-list-unit .searchplus-result-list-unit-content-wrapper {
    border-top: 0;
}
.searchplus-result-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}
.searchplus-result-pagination {
    padding-top: 25px;
    border-top: 1px solid #efefef;
}

.searchplus-form .searchplus-query {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 180px;
    height: 24px;
    line-height: 24px;
    padding: 0 30px 0 10px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 0;
}

.searchplus-form .searchplus-submit {
    width: 60px;
    height: 26px;
    background: #444;
    color: #fff;
    text-decoration: none;
    border-style: none;
    cursor: pointer;
    border-radius: 0px 0px 0px 0px;
    vertical-align: bottom;
}

#bottom-search-box {
  margin-top: 30px;
}

.searchplus-no-result {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  margin-bottom: 30px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #ddd;
}

.searchplus-no-result h3 {
    font-weight: normal;
    margin-bottom: 0.5em;
}
