#search {
  margin-top: 48px;
  margin-bottom: 0;
  position: relative;
  padding-left: 39px;
}
#search::-ms-clear {
  display: none;
}
@media (max-width: 767px) {
  #search {
    margin-top: 8px;
  }
}
#search input {
  box-shadow: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  font: 400 16px/24px "Roboto", sans-serif;
  border: 1px solid #c6c5c5;
  color: #444444;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 244px;
  background: transparent;
  padding: 8px 9px;
}
#search input::-ms-clear {
  display: none;
}
@media (max-width: 1199px) {
  #search input {
    width: 174px;
  }
}
@media (max-width: 979px) {
  #search input {
    width: 110px;
  }
}
@media (max-width: 767px) {
  #search input {
    width: 294px;
  }
}
@media (max-width: 479px) {
  #search input {
    width: 144px;
  }
}
#search i {
  display: block;
  position: absolute;
  left: 0;
  background: #f8f8f8;
  font-weight: 700;
  top: 0;
  border: 1px solid #c6c5c5;
  width: 40px;
  height: 40px;
  font-size: 17px;
  text-align: center;
  line-height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search a {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 88px;
  height: 40px;
  right: 0;
  top: 0;
  font: 900 17px/40px "Roboto", sans-serif;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #c6c5c5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search a:hover {
  cursor: pointer;
  background: #f8f8f8;
}
