


.home .header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}



.site-search {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  clear: both;
  display: none;
}






.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}







  .site-search {
    display: block;
  }
  .site-search form {
    margin: 0;
  }
  
  
  
  
  
  
  
  
  
  

.widget_product_search {
  position: relative;
}

.ajax-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  z-index: 999;
  max-height: 500px;
  overflow-y: scroll;
}








.breadcrumb-wrap {
  display: var(--page-title-display);
}


