.iconClose {
  height: 19px;
}
.iconClose:after {
  display: inline-block;
  width: 19px;
  line-height: 19px;
  cursor: pointer;
  content: '×';
  font-size: 36px;
  font-weight: 300;
  vertical-align: top;
}
.iconClose.small {
  width: 11px;
  height: 11px;
  background: url(../../images/common/icons/close.png) no-repeat;
}
.iconSearch:after {
  display: inline-block;
  width: 19px;
  height: 19px;
  content: '\f002';
  font-family: FontAwesome;
  color: #bebebe;
  font-size: 17px;
}
