/*Header adjustment for fibo */
.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center {
    width: 100% !important;
    padding: 0 !important;
}
.header-widget-area.widget-area.site-header-focus-item {
  width: 100% !important;
  padding: 0 !important;
}


/* Global styles */
input#dgwt-wcas-search-input-1,
input#dgwt-wcas-search-input-2,
input#dgwt-wcas-search-input-3 {
  border: 2px solid #e7f3f3 !important;
  background: #ffffff;
  border-radius: 5px !important;
  font-weight: 400 !important;
  font-size: 1rem;
  height: auto !important;
}

body .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit:before {
  content: none !important;
}

/* Mobile overlay settings */
.js-dgwt-wcas-overlay-mobile.dgwt-wcas-overlay-mobile {
  background-color: #e7f3f3ab;
  height: 100% !important;
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
  top: 5.2rem !important;
}

/* Wrapper on mobile */
.dgwt-wcas-om-bar.js-dgwt-wcas-om-bar {
  padding-inline: 1rem;
  padding-block: 1rem;
  background-color: #dbebeb;
  height: unset !important;
  gap: 0.5rem;
}

/* Return button mobile */
.dgwt-wcas-om-return.js-dgwt-wcas-om-return {
  height: auto !important;
  background-color: #4a798b !important;
  width: 3.8rem !important;
  border-radius: 5px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
  position: unset !important;
}

/* Desktop wrapper */
.dgwt-wcas-suggestions-wrapp {
  border-radius: 10px;
  box-shadow: 0px 40px 70px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* Title */
.dgwt-wcas-has-sku .dgwt-wcas-st-title {
  color: #2c3e50 !important;
  font-size: 17px !important;
}
body .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit {
  background-color: #4a798b !important;
  color: white !important;
  border-radius: 5px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-weight: 700;
}

/* Category heading */
body .dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-headline.dgwt-wcas-suggestion-headline .dgwt-wcas-st {
    font-size: 20px !important;
    border-bottom: 2px solid #e7f3f3;
    font-weight: 700;
    color: #4A798B !important;
}

/* Hover */
body .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-selected {
    background-color: #e7f3f3 !important;
}

/* Price */
body .dgwt-wcas-meta .dgwt-wcas-sp {
    font-size: 18px !important;
    font-weight: 700 !important;
}

body .dgwt-wcas-meta {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Show more results */
body .dgwt-wcas-suggestion-more {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 10 !important;
  background: white !important;
}

body .dgwt-wcas-st-more {
  text-align: center !important;
  border-top: none !important;
  background: #4a798b !important;
  padding: 15px 10px 15px 10px !important;
  border-radius: 5px !important;
  gap: .3rem !important;
  color: #FFFFFF !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  transition: 200ms !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

a.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more {
  background: #4a798b;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  min-height: 4.8rem;
  margin-top: 1rem;
}

body .dgwt-wcas-st-more * {
    line-height: 1 !important;
    color: #FFFFFF !important;
    margin-bottom: 0 !important;
}

