.close {
  font-size: 13px;
  border: 0;
  text-decoration: none;
}

.close:before {
  /*display: inline-flex;*/
  position: absolute;
  right: 18px;
  bottom:40%;
  /*padding-right: 5px;*/
  content: "\00d7";
  font-size: 22px;
  font-weight:bold;
}

.close:hover,
.close:hover:before {
  border: 0;
  text-decoration: none;
  color:red;
}

.close:focus,
.close:hover:focus {
  border: 0;
  text-decoration: none;
  color:red;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
