header .ce_header_desktop {
  z-index: 1031;
}

header .ce_header_desktop .search.desktop {
  position: relative;
  display: block;
}

header .ce_header_desktop .search.desktop input {
  border: none;
  border-radius: 18px;
  background: #fff;
  width: 330px;
  padding: 7px 40px 7px 15px;
}

header .ce_header_desktop .search.desktop span {
  background: #fff url(/media/gls_group_resources/gls_group_assets/2021_search.svg) no-repeat center;
  background-size: 16px 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 10px;
  border: none;
  display: block;
  cursor: pointer;
}

#smartsearch-modal #search-result-container {
  margin: 0;
}

#smartsearch-modal
  #search-result-container
  .smart-search-search-results
  .smart-search-search-result {
  padding: 15px;
  margin-bottom: 0;
  transition: all 0.1s ease;
  border-bottom: 1px solid #ccc;
}

#smartsearch-modal
  #search-result-container
  .smart-search-search-results
  .smart-search-search-result:nth-child(2n + 1) {
  background-color: #f9f9f9;
}

#smartsearch-modal
  #search-result-container
  .smart-search-search-results
  .smart-search-search-result:hover {
  background: #c8e7f2;
  padding: 15px;
  transition: all 0.1s ease;
}

#smartsearch-modal
  #search-result-container
  .smart-search-search-results
  .smart-search-search-result
  a {
  text-decoration: none;
  color: #000;
}

#smartsearch-modal
  #search-result-container
  .smart-search-search-results
  .smart-search-search-result
  a
  p {
  margin-bottom: 0;
}

#smartsearch-modal .modal-header {
  align-items: center;
  column-gap: 15px;
}

#smartsearch-modal .modal-header .close {
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  color: #061ab1;
  text-shadow: none;
  opacity: 1;
}

#smartsearch-modal .modal-header .close:hover {
  color: #061ab1;
}

#smartsearch-modal .modal-header .search-icon {
  background: transparent url(/media/gls_group_resources/gls_group_assets/2021_search.svg) no-repeat center;
  background-size: 25px;
  width: 35px;
  height: 35px;
}

#smartsearch-modal .modal-header .smartsearch-modal-searchbar {
  border: none;
  padding: 0;
  height: 40px;
  font-size: 1.2rem;
  box-shadow: none;
}

#smartsearch-modal .modal-header .smartsearch-modal-searchbar:focus {
  box-shadow: none;
}

#smartsearch-modal .modal-header .smartsearch-input-container {
  width: 100%;
}

#smartsearch-modal .modal-header .smartsearch-input-container .searchbar-label {
  margin-bottom: 0;
  font-size: 0.8rem;
}

#smartsearch-modal .modal-body #loader-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

#smartsearch-modal .modal-body #smarsearch-modal-facet-filter {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  padding: 20px 15px 20px 15px;
  background: #c8e7f2;
  margin-bottom: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}

#smartsearch-modal .modal-body #smarsearch-modal-facet-filter .form-radio .form-radio-label {
  margin-bottom: 0px;
}

header .ce_header_mobile .search.mobile {
  position: relative;
  padding: 0 15px 10px 15px;
}

header .ce_header_mobile .search.mobile input {
  border: none;
  border-radius: 30px;
  background: #fff;
  width: 100%;
  padding: 10px 15px 10px 40px;
}

header .ce_header_mobile .search.mobile span {
  background: #fff url(/media/gls_group_resources/gls_group_assets/2021_search.svg) no-repeat center;
  background-size: 16px 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 10px;
  border: none;
  display: block;
  position: absolute;
  margin: auto;
  left: 20px;
  top: -8px;
  bottom: 0;
  cursor: pointer;
}

@media (max-width: 576px) {
  #smartsearch-modal .modal-header {
    column-gap: 10px;
  }

  #smartsearch-modal .modal-header .smartsearch-modal-searchbar {
    font-size: 0.8rem;
  }

  #smartsearch-modal .modal-body #smarsearch-modal-facet-filter {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }

  header .ce_header_mobile .search.mobile input {
    font-size: 0.9rem;
  }
}

