.custom-search-box {
    position: relative;
    width: 100%;
    max-width: 300px;
    border-bottom: 1px solid #999;
    margin: 0 auto;
}

.custom-search-box input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 30px 8px 0;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.custom-search-box button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #666;
    font-size: 16px;
}
.footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.footer-list li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.footer-list li a {
    text-decoration: none;
    color: inherit;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.search-popup{
    padding: 0 18px;
}

/* #search-bar,
#search-link {
    display: none;
} */
#search-bar.show,
#search-link.show {
  display: block;
}
 .mobile-only {
    display: none;
    background: #f3f0ee;

  }

  .desktop-only {
    display:none;
  }
#search-bar {
  position: absolute;
  top: 100%; /* place it just below the header */
  left: 0;
  width: 100%;
  background: #f3f0ee;
  z-index: 1050;
  /* display: none; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}


/* @media (min-width: 769px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
} */
.custom-search-box2 {
    position: relative;
    width: 100%;
    /* max-width: 300px; */
    border-bottom: 1px solid #999;
    margin: 0 auto;
}

.custom-search-box2 input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 30px 8px 0;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.custom-search-box2 button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #666;
    font-size: 16px;
}







