.search-container {
  display: flex;
  width: 100%;
  height: 45px;
}
.cstmsearchpagefield {
  width: 100%;
}
.cstmsearchpagefield input {
  height: 100%;
  padding: 0 11px;
  width: 100%;
  border: none;
}
.cstmsearchpagefieldcontainer .search-icon {
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cstmsearchpagefield input:focus {
  border: none;
  outline: none;
}

.search-result-body {
  display: flex;
  border-bottom: 1px solid #a69f9f;
  padding: 30px 0;
}

.searchimage,
.searchimage img {
  height: 106px !important;
  max-width: 106px !important;
  margin-right: 19px;
}

.cstm-pagination {
  display: flex;
  width: 100%;
  padding-top: 2em;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cstm-pagination .page-numbers {
  display: inline-block;
  width: 2.33333em;
  height: 2.33333em;
  font-size: 16px;
  font-size: 1.06666rem;
  line-height: calc(2.33333em - 3px);
  text-align: center;
}
.cstm-pagination a.page-numbers {
  text-decoration: none !important;
}
.cstm-pagination .page-numbers.current {
  background-color: transparent !important;
  color: #595454 !important;
  border-bottom: #FF7633 solid 1px !important; 
}
.cstm-pagination.ast-pagination {
  padding: 2em 0 !important;
}
.searchmaincontiner .ajaxsearch-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.searchmaincontiner .kmerror {
  font-size: 14px;
  color: #ae4444;
  padding: 2px 0;
}