.search-overlay {
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: none;
  top: 50px;
  left: 0;
  min-height: 300px;
  z-index: 100;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.search-overlay .container {
  padding: 100px 0 90px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp {
  width: auto !important;
  display: flex !important;
  position: relative !important;
  top: 0 !important;
  left: 90px !important;
  max-width: 900px;
  border: 0;
  flex-flow: row wrap;
  max-height: unset !important;
  overflow: unset;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .group.category {
  padding-right: 20px;
  flex: 1 1 0;
  min-width: 0;
  max-width: 200px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .group.product {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  flex: 1 1 0;
  min-width: 0;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .group.product .dgwt-wcas-st {
  padding-bottom: 0;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .group.product a:nth-of-type(1n + 5) {
  display: none;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .group.product.no-cat a:nth-of-type(n + 4) {
  display: none;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
  font-size: 16px;
  padding: 0;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-cat {
  margin-bottom: 10px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected,
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:hover {
  text-decoration: none;
  background-color: transparent;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  position: relative;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1 1 31%;
  max-width: 31%;
  border-radius: 6px;
  padding: 13px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp {
  flex-flow: wrap-reverse;
  padding: 0;
  align-content: flex-end;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-st {
  font-size: 14px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-sd,
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product del {
  display: none;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product ins {
  text-decoration: none;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-sp {
  font-size: 18px;
  padding: 0;
  line-height: unset;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-meta {
  margin-bottom: 8px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-si {
  width: unset;
  min-height: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 5px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product img {
  width: 112px;
  height: unset;
  max-width: unset;
  max-height: unset;
  border: 0;
  padding: 0;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  font-weight: 700;
  text-transform: capitalize;
  border: 0;
  padding: 0 0 15px;
  margin: 0;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st:after {
  display: none;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-st {
  font-size: 16px;
  color: #202324;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more {
  display: flex !important;
  justify-content: flex-end;
  color: #202324;
  min-height: unset;
  text-transform: unset;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  align-items: baseline;
  transition: all 200ms;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more:hover {
  opacity: 0.7;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more:after {
  content: "\e906";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #009edd;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "ILS Icon Font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .slide-wrap {
  padding-right: 15px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .slick-dots li {
  background-color: #666;
  opacity: 0.3;
  height: 15px;
  border-radius: 100%;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .slick-dots li.slick-active {
  background-color: #009edd;
  opacity: 1;
}
.search-overlay .dgwt-wcas-suggestions-wrapp .slick-dots button {
  width: 15px;
  height: 15px;
  opacity: 0;
}
.search-overlay .mobile {
  display: none;
  transition: all 200ms;
}
.search-overlay h4 {
  color: #202324;
  font-size: 28px;
  margin-bottom: 20px;
}

.close-overlay {
  width: 27px;
  height: 27px;
  border: 0;
  background: transparent;
  background-image: none;
  background-image: url(close.svg);
  position: absolute;
  top: 23px;
  left: 90px;
  transition: all 200ms;
}
.close-overlay:hover {
  opacity: 0.7;
}

.search-form {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}
.search-form > h4 {
  display: none;
  font-size: 22px;
  margin-bottom: 20px;
}

body.search-overlay-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.search-overlay-active .search-overlay {
  display: block;
}
body.search-overlay-active .search-form {
  z-index: 999;
}
body.search-overlay-active #page-content {
  pointer-events: none;
}

body.has-search-overlay .search-form {
  pointer-events: all;
  opacity: 1;
}
body.has-search-overlay .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 5px !important;
  border-width: 2px;
  background-color: #f7fafc;
  height: 44px;
  font-size: 16px;
  color: #202324;
}
body.has-search-overlay .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #999;
}
body.has-search-overlay .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  border-radius: 0 3px 3px 0;
  text-transform: unset;
  box-shadow: none !important;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 2px 2px 0 0;
  height: 40px;
  min-height: auto;
}
body.has-search-overlay .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  display: none;
}
body.has-search-overlay .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
  background-image: url(magnify.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  padding: 0 10px 0 0;
  border: 0;
  position: unset;
}
body.has-search-overlay .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:after {
  content: "Search";
  display: block;
}

.dgwt-wcas-open .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  border-radius: 0 5px 5px 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  border-color: #003d5b;
}

#dgwt-wcas-search-input-1 {
  max-width: 100%;
}

.search-form .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  right: 120px !important;
}

.search-overlay .dgwt-wcas-suggestions-wrapp .group.history {
  padding-left: 20px;
}

.group.keywords .dgwt-wcas-content-wrapp {
  padding-left: 0;
}

body.has-search-overlay .site-header {
  position: relative;
}

@media (max-width: 1299px) {
  .close-overlay {
    top: 16px;
  }
}
@media (max-width: 1024px) {
  .search-overlay .dgwt-wcas-suggestions-wrapp {
    max-width: 840px;
  }
}
@media (max-width: 864px) {
  .search-overlay .dgwt-wcas-suggestions-wrapp {
    width: 100% !important;
    left: 0 !important;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  body.has-search-overlay .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:after {
    display: none;
  }
  body.has-search-overlay .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 50px;
    font-size: 18px;
    border-radius: 8px !important;
    border-width: 3px;
  }
  body.has-search-overlay .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    width: 53px;
    height: 46px;
  }
  body.has-search-overlay .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
    height: 33px;
    width: 33px;
    background-size: contain;
  }
  .close-overlay {
    top: 30px;
    right: 30px;
    left: auto;
  }
  .search-overlay {
    top: 0;
    padding: 40px 30px 30px;
  }
  .search-overlay .container {
    padding-top: 30px;
    position: static;
  }
  .search-overlay .mobile {
    display: block;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp {
    padding: 0;
    display: block !important;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
    font-size: 25px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-st {
    font-size: 16px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .group {
    padding-bottom: 25px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .group.category {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .group.category .dgwt-wcas-suggestion {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .group.category .dgwt-wcas-suggestion-headline {
    padding-bottom: 5px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .group.product {
    max-width: 100%;
    display: block;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .group.product .dgwt-wcas-suggestion-headline {
    padding-bottom: 10px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more {
    line-height: 1;
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    font-size: 18px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    max-width: 100%;
    width: 230px !important;
    height: 100%;
    min-height: 300px;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .btn {
    margin-top: auto;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .group.product a {
    display: flex !important;
  }
  body.search-overlay-active .site-header .block-header-top .header-top {
    display: block;
  }
  body.search-overlay-active .logo-cell,
  body.search-overlay-active .link-cell {
    display: none;
  }
  body.search-overlay-active .search-form > h4 {
    display: block;
  }
  body.search-overlay-active .search-overlay-container {
    display: block !important;
  }
  .search-form .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    right: 60px !important;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .group.history {
    padding-left: 0;
  }
}
@media (max-width: 460px) {
  .search-overlay .dgwt-wcas-suggestions-wrapp .slide-wrap {
    padding-right: 0;
  }
  .search-overlay .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    width: 100% !important;
  }
}


/*# sourceMappingURL=search-overlay.css.map */
